:root{font-family:system-ui,Avenir,Helvetica,Arial,sans-serif;line-height:1.5;font-weight:400;color-scheme:light dark;color:#d0d0d0de;background:#0f172a;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}a{font-weight:500;color:#646cff;text-decoration:inherit}a:hover{color:#535bf2}body{margin:0;display:flex;place-items:center;min-width:320px;min-height:100vh}h1{font-size:3.2em;line-height:1.1}button{border-radius:8px;border:1px solid transparent;padding:.6em 1.2em;font-size:1em;font-weight:500;font-family:inherit;background-color:#1a1a1a;cursor:pointer;transition:border-color .25s}button:hover{border-color:#646cff}button:focus,button:focus-visible{outline:4px auto -webkit-focus-ring-color}#root{text-align:center;background-color:linear-gradient(rgb(6,0,55),rgb(15,0,109))}.startsida{width:100%;min-height:calc(100vh - 70px);background-size:cover;background-position:center;background-repeat:no-repeat;display:flex;flex-direction:column;justify-content:center;align-items:center;position:relative;padding-top:2%;padding-bottom:3%}.startsida:after{content:"";position:absolute;inset:0;background-image:url(./pexels-matthew-montrone-230847-1374295-4Q3sT6gc.jpg);background-size:cover;background-position:center;background-repeat:no-repeat;filter:grayscale(50%);z-index:0}.startsida:before{content:"";position:absolute;inset:0;background-color:#00000059;z-index:1}.hero-content{position:relative;z-index:2;text-align:center;color:#fff;gap:1.2%}.hero-logo{max-height:30vh;height:min(30vh,420px);width:auto;max-width:90vw;margin:1% 0 .6%;filter:drop-shadow(2px 2px 8px rgba(0,0,0,.7));transition:transform .3s ease;box-shadow:1px 1px 2px #ffffffb3;background:#ffffff47}.hero-logo:hover{transform:scale(1.05)}@media (max-width: 768px){.hero-logo{height:min(24vh,300px);max-height:24vh;margin:2% 0 1%}}.hero-subtitle{font-size:clamp(18px,2.4vw,36px);margin:.8% 0 1.5%;color:#fff;font-weight:500;letter-spacing:.3px}.hero-cta{display:inline-block;padding:1% 3%;margin:1% 0;border-radius:10px;background:linear-gradient(135deg,#3b82f6,#1d4ed8);color:#fff;border:2px solid transparent;text-decoration:none;font-weight:700;letter-spacing:.5px;box-shadow:0 10px 25px #3b82f659;transition:transform .2s ease,box-shadow .2s ease,opacity .2s ease,background-color .2s ease,color .2s ease,border-color .2s ease}.hero-cta:hover{transform:translateY(-2px);box-shadow:0 14px 32px #3b82f673;background:#fff;color:#1d4ed8;border-color:#1d4ed8}.hero-cta:active{transform:translateY(0);opacity:.95}.hero-cta:focus-visible{outline:3px solid rgba(59,130,246,.6);outline-offset:3px}.p-about{margin:2% 10%;padding:2%;font-size:large;color:#fff;text-align:left}.about-header,.kontakt-title{color:#fff}#about{background:linear-gradient(to bottom,#0f172af2,#6482aad9,#0f172af2);margin-top:5%}.sells-div{margin-top:3%}.sells-pitch{color:#fff;margin-bottom:0;font-size:large}.by{margin-top:0;color:#bebebe}.ram{border:.4rem solid rgba(255,255,255,.1)}.site-header{position:fixed;top:0;left:0;width:100%;z-index:1000;backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px);background:linear-gradient(90deg,#0f172ad9,#1e293bd9);border-bottom:1px solid rgba(255,255,255,.08);box-shadow:0 2px 8px -2px #0006;transition:background .4s ease,transform .4s ease}.nav-inner{max-width:1200px;margin:0 auto;padding:0 1.5rem;height:70px;display:flex;align-items:center;justify-content:space-between;gap:2rem}.brand{display:flex;align-items:center;text-decoration:none;cursor:pointer;-webkit-user-select:none;user-select:none;transition:opacity .3s ease,transform .3s ease}.brand-logo{height:40px;width:auto;filter:brightness(1.1);transition:transform .3s ease,filter .3s ease;box-shadow:1px 1px 2px #ffffffb3;background:#ffffff47}.brand:hover{opacity:.85;transform:translateY(-2px)}.brand:hover .brand-logo{transform:scale(1.05);filter:brightness(1.2)}.nav-links{display:flex;align-items:center;gap:2.4rem}.nav-links a{position:relative;font-size:.95rem;font-weight:500;color:#e2e8f0;text-decoration:none;letter-spacing:.5px;padding:.35rem 0;transition:color .3s ease}.nav-links a:after{content:"";position:absolute;left:0;bottom:0;width:100%;height:2px;background:linear-gradient(90deg,#38bdf8,#0ea5e9);transform:scaleX(0);transform-origin:left;transition:transform .35s ease;border-radius:2px}.nav-links a:hover{color:#fff}.nav-links a:hover:after{transform:scaleX(1)}.nav-links a.nav-cta{padding:8px 16px;border-radius:10px;background:linear-gradient(135deg,#3b82f6,#1d4ed8);color:#fff;border:2px solid transparent;font-weight:700;letter-spacing:.5px;box-shadow:0 4px 15px #3b82f659;transition:transform .2s ease,box-shadow .2s ease,opacity .2s ease,background-color .2s ease,color .2s ease,border-color .2s ease}.nav-links a.nav-cta:after{display:none}.nav-links a.nav-cta:hover{transform:translateY(-2px);box-shadow:0 6px 20px #3b82f673;background:#fff;color:#1d4ed8;border-color:#1d4ed8}.nav-links a.nav-cta:active{transform:translateY(0);opacity:.95}.burger{position:relative;width:38px;height:30px;display:none;flex-direction:column;justify-content:space-between;background:transparent;border:none;padding:4px 2px;cursor:pointer}.burger span{display:block;width:100%;height:4px;background:linear-gradient(90deg,#38bdf8,#0ea5e9);border-radius:2px;transition:transform .45s ease,opacity .3s ease}.burger.active span:nth-child(1){transform:translateY(13px) rotate(45deg)}.burger.active span:nth-child(2){opacity:0}.burger.active span:nth-child(3){transform:translateY(-13px) rotate(-45deg)}@media (max-width: 820px){.burger{display:flex}.nav-links{position:absolute;top:70px;right:0;background:linear-gradient(160deg,#0f172af7,#1e293bf2);flex-direction:column;width:min(300px,100%);padding:2rem 1.75rem 3rem;gap:1.35rem;border-left:1px solid rgba(255,255,255,.07);transform:translate(100%);opacity:0;pointer-events:none;transition:transform .45s cubic-bezier(.7,.1,.2,1),opacity .4s ease;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.site-header.open .nav-links{transform:translate(0);opacity:1;pointer-events:auto}.nav-links a{font-size:1.05rem}.nav-links a.nav-cta{padding:10px 20px;margin-top:.5rem;font-size:1.05rem}}body.scrolled .site-header{background:linear-gradient(90deg,#0f172ae6,#0f172ad9)}:root{scroll-behavior:smooth}.form-div{max-width:600px;margin:auto auto 2%;padding:3rem;border-radius:16px;background:linear-gradient(135deg,#0f172af2,#1e293bf2);border:3px solid rgba(255,255,255,.1);box-shadow:0 20px 40px #0000004d;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.form-title{font-size:2.2rem;font-weight:700;color:#fff;text-align:center;margin-bottom:2rem;background:linear-gradient(120deg,#fefefe,#b6b6b6);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.contact-form{display:flex;flex-direction:column;gap:1.5rem}.email-label,.subject-label,.msg-label{font-weight:600;color:#e2e8f0;margin-bottom:.5rem;font-size:.95rem;letter-spacing:.3px;text-transform:uppercase}.email-input,.subject-input{width:100%;padding:.875rem 1rem;border:2px solid rgba(255,255,255,.1);border-radius:8px;background:#1e293b99;color:#fff;font-size:1rem;transition:all .3s ease;box-sizing:border-box}.email-input:focus,.subject-input:focus{outline:none;border-color:#3b82f6;background:#1e293bcc;box-shadow:0 0 0 4px #3b82f61a}.msg-input{width:100%;min-height:120px;padding:.875rem 1rem;border:2px solid rgba(255,255,255,.1);border-radius:8px;background:#1e293b99;color:#fff;font-size:1rem;resize:vertical;font-family:inherit;transition:all .3s ease;box-sizing:border-box}.msg-input:focus{outline:none;border-color:#3b82f6;background:#1e293bcc;box-shadow:0 0 0 4px #3b82f61a}.submit-input{padding:1rem 2rem;background:linear-gradient(135deg,#3b82f6,#1d4ed8);color:#fff;border:none;border-radius:8px;font-size:1rem;font-weight:600;cursor:pointer;transition:all .3s ease;text-transform:uppercase;letter-spacing:.5px;margin-top:1rem}.submit-input:hover{background:linear-gradient(135deg,#2563eb,#1e40af);transform:translateY(-2px);box-shadow:0 10px 25px #3b82f64d}.submit-input:active{transform:translateY(0)}.email-input::placeholder,.subject-input::placeholder,.msg-input::placeholder{color:#e2e8f080}.success-message{color:#10b981;background:#10b9811a;border:2px solid rgba(16,185,129,.3);padding:1rem;border-radius:8px;text-align:center;margin-bottom:1.5rem;font-weight:600;font-size:1rem}.error-message{color:#ef4444;background:#ef44441a;border:2px solid rgba(239,68,68,.3);padding:1rem;border-radius:8px;text-align:center;margin-bottom:1.5rem;font-weight:600;font-size:1rem}.email-input:disabled,.subject-input:disabled,.msg-input:disabled{opacity:.6;cursor:not-allowed}.submit-input:disabled{opacity:.6;cursor:not-allowed;transform:none!important;background:#3b82f680!important}@media (max-width: 768px){.form-div{margin:1rem;padding:2rem}.form-title{font-size:1.8rem}}.footer{background:linear-gradient(135deg,#0f172af2,#1e293bf2);border-top:1px solid rgba(255,255,255,.1);padding:3rem 0 2rem;margin-top:auto;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.footer-content{max-width:1200px;margin:0 auto;padding:0 2rem;display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:2rem;color:#e2e8f0}.footer-section{display:flex;flex-direction:column;gap:.75rem}.footer-title{font-size:1.5rem;font-weight:700;color:#fff;margin:0 0 1rem}.company-info .footer-title{font-size:1rem;margin-bottom:.5rem;color:#cbd5e1}.contact-email,.contact-phone{margin:0;font-size:1.25rem;color:#cbd5e1;line-height:1.5}.org-number,.responsible-publisher,.creator{margin:0;font-size:.95rem;color:#cbd5e1;line-height:1.5}.contact-email{color:#60a5fa;text-decoration:none;transition:color .3s ease}.contact-email:hover{color:#38bdf8}.responsible-publisher{font-weight:500;color:#e2e8f0}.creator{font-size:.875rem;color:#94a3b8;font-style:italic}@media (max-width: 768px){.footer{padding:2rem 0 1.5rem}.footer-content{grid-template-columns:1fr;padding:0 1.5rem;gap:1.5rem;text-align:center}.footer-title{font-size:1.1rem}.company-info .footer-title{font-size:1.3rem}}#root{display:flex;flex-direction:column;min-height:100vh}main{flex:1}.services{margin:5%;padding:1.5rem;display:flex;flex-direction:column;border-radius:16px;background:linear-gradient(135deg,#0f172af2,#1e293bf2);border:3px solid rgba(255,255,255,.1);box-shadow:0 20px 40px #0000004d;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.services-header{margin:1rem;color:#fff;align-self:center}.services-header h1{margin-bottom:1rem;color:#fff}.services-p{color:#ffffffe6;margin-top:5%;margin-left:5%;margin-right:5%;line-height:1.6;text-align:left;font-size:x-large}.about-grid{display:grid;grid-template-columns:1fr;gap:1rem;padding:0;margin:0;width:100%;box-sizing:border-box;flex:1}@media (max-width: 1024px){.services-p{color:#ffffffe6;margin-top:5%;margin-left:5%;margin-right:5%;line-height:1.6;text-align:left;font-size:large}}.Card{--radius: 14px;position:relative;border-radius:var(--radius);overflow:hidden;min-height:300px;height:100%;background-image:var(--bg);background-size:cover;background-position:center;background-repeat:no-repeat;box-shadow:0 10px 30px #00000040;margin:0;min-width:0}.Card-content{position:relative;z-index:1;height:100%;display:flex;flex-direction:column;justify-content:center;padding:clamp(1rem,4%,2rem);color:#e2e8f0;overflow:hidden}.Card-overlay{position:absolute;inset:0;background:#000000b3;transition:background .5s ease}.Card-title{margin:0;color:#fff;font-weight:800;text-shadow:0 2px 8px rgba(0,0,0,.4);font-size:xx-large;transform:translateY(-25%)}.Card-description{margin-top:0;margin-bottom:0;max-height:0;overflow:hidden;opacity:0;transform:translateY(6px);transition:max-height .2s ease,opacity .2s ease,transform .2s ease;font-size:x-large;color:#fff;font-weight:700;text-shadow:0 0 3px black;text-align:start}.Card:hover .Card-description,.Card:focus-within .Card-description{max-height:100%;opacity:1;transform:translateY(-10%);margin-top:5%}.Card:hover .Card-overlay,.Card:focus-within .Card-overlay{background:#0000004d;transform:scaleY(1.5rem)}@media (max-width: 500px){.Card-title{font-size:large}.Card-description{font-size:medium}}.customers{margin:5%;padding:1.5rem;display:grid;grid-template-columns:1fr 1fr;gap:2rem;border-radius:16px;background:linear-gradient(135deg,#0f172af2,#1e293bf2);border:3px solid rgba(255,255,255,.1);box-shadow:0 20px 40px #0000004d;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}@media (max-width: 900px){.customers{grid-template-columns:1fr;align-items:start}.logos-row{justify-self:center;width:90%;max-width:720px}.logos-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}.prev-jobs{flex:1;padding:1rem;margin-bottom:5%}.founder-h3{color:#fff;margin-bottom:2rem;font-size:xx-large;padding:1rem}.founder-list{color:#ffffffe6;line-height:1.6;padding:1rem;text-align:start}.founder-list li{margin-bottom:1rem;font-size:large}.logos-row{flex:1 1 0;display:flex;flex-direction:column;align-self:stretch;min-height:0;margin:0;padding:1.5rem;border-radius:16px;background:linear-gradient(120deg,#0f172af2,#5f6e82f2);border:3px solid rgba(255,255,255,.1);box-shadow:0 20px 40px #0000004d;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);width:100%;box-sizing:border-box}.logo-item{width:100%;box-sizing:border-box;text-align:center;padding:.5rem;display:flex;flex-direction:column;align-items:center}.logo{height:auto;max-height:clamp(60px,10vw,120px);max-width:100%;width:auto;display:block;margin:0 auto;opacity:.9;filter:grayscale(30%);transition:opacity .2s ease,filter .2s ease,transform .2s ease}.logo:hover{opacity:1;filter:grayscale(0%);transform:translateY(-2px)}.logos-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:1.5rem;width:100%;box-sizing:border-box}@media (max-width: 420px){.logos-grid{grid-template-columns:1fr;gap:.5rem}.logos-row{justify-self:center;width:95%;max-width:400px}.logo-item{padding:.75rem}}.IconCard-Letter{background:linear-gradient(135deg,#fff,#ffff92);background-clip:text;-webkit-background-clip:text;color:transparent;text-shadow:0 0px 6px rgba(10,33,107,.75);font-size:5rem;font-family:SF Mono,Monaco,Cascadia Code,Roboto Mono,Consolas,Courier New,monospace;margin-bottom:1%}.IconCard-title{color:#fff}.IconCard-description{font-size:large;text-align:start;padding-left:5%;padding-right:2%}.ROCC-group{width:100%;padding:2% 3%;box-sizing:border-box}.ROCC-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:clamp(12px,3vw,28px);align-items:stretch}.ROCC-grid>*{height:100%}#founder{margin:5%;padding:3rem;border-radius:16px;background:linear-gradient(135deg,#0f172af2,#1e293bf2);border:3px solid rgba(255,255,255,.1);box-shadow:0 20px 40px #0000004d;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.founder-title{margin:0 0 2%;font-weight:800;color:#fff}.founder-content{display:flex;align-items:flex-start;gap:3%}.founder-left{flex:4;text-align:left}.founder-right{flex:2;display:flex;justify-content:center}.founder-text{line-height:1.7;color:#f1f5f9;margin:1rem 0 .5rem;text-align:left;font-size:large}.founder-h3{color:#fff;margin:0 0 1rem;font-weight:700}.founder-list{color:#f1f5f9;line-height:1.6;padding-left:1.5rem;margin:0}.founder-list li{margin-bottom:.8rem;font-size:large}.founder-pic{width:100%;height:auto;border-radius:12px;object-fit:cover;box-shadow:0 6px 18px #0000004d}@media (max-width: 820px){.founder-content{flex-direction:column;align-items:stretch}.founder-left{flex:none;margin-bottom:2rem}.founder-right{flex:none;justify-content:center}.founder-pic{width:60%;max-width:360px}}
