:root{--color-background:#0a0c10;--color-surface:#111318;--color-surface-hover:#1c1f26;--color-brand:#10d5ff;--color-brand-glow:#10d5ff4d;--color-text-main:#f6f6fc;--color-text-muted:#8a9bb0;--color-action:#81ecff;--color-action-hover:#10d5ff;--color-action-glow:#81ecff66;--color-border:#46484d;--color-border-subtle:#46484d33;--glass-bg:#0a0c10cc;--glass-border:#81ecff1a;--glass-blur:12px;--shadow-sm:0 2px 4px #0000004d;--shadow-lg:0 12px 24px #00000080;--glow-action:0 0 15px var(--color-action-glow);--glow-brand:0 0 20px var(--color-brand-glow);--section-gap:5rem;--container-max:1400px;--tracking-wide:.1em;--tracking-wider:.15em;--font-manrope:"Manrope";--font-space-grotesk:"Space Grotesk";--radius-sm:2px;--radius-md:4px;--radius-lg:8px;--transition-fast:.2s cubic-bezier(.16, 1, .3, 1);--transition-normal:.3s cubic-bezier(.16, 1, .3, 1);--transition-smooth:.5s cubic-bezier(.16, 1, .3, 1)}*{box-sizing:border-box;margin:0;padding:0}html{scroll-padding-top:100px;font-size:16px}body{scroll-behavior:smooth;background-color:var(--color-background);color:var(--color-text-main);font-family:var(--font-manrope), "Manrope", sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;flex-direction:column;min-height:100vh;line-height:1.6;display:flex;overflow-x:hidden}main{flex:1;min-height:calc(100vh - 70px)}h1,h2,h3,h4,h5,h6{font-family:var(--font-space-grotesk), "Space Grotesk", sans-serif;color:var(--color-text-main);letter-spacing:var(--tracking-wide);margin-bottom:1rem;font-weight:700}h1{letter-spacing:-.02em;font-size:3rem}h2{font-size:2.25rem}h3{letter-spacing:.05em;font-size:1.5rem}p{color:var(--color-text-muted);margin-bottom:1.5rem;font-weight:300}a{color:var(--color-action);transition:color var(--transition-smooth), text-shadow var(--transition-smooth);text-decoration:none}a:hover{text-shadow:0 0 8px var(--color-action-glow)}.btn{text-transform:uppercase;letter-spacing:.08em;cursor:pointer;transition:transform var(--transition-smooth), background-color var(--transition-smooth), box-shadow var(--transition-smooth), border-color var(--transition-smooth), color var(--transition-smooth);border-radius:var(--radius-sm);will-change:transform;justify-content:center;align-items:center;gap:.75rem;padding:.875rem 2rem;font-family:Manrope,sans-serif;font-size:.8rem;font-weight:600;display:inline-flex}.btn-primary{border:1px solid var(--color-action);color:var(--color-action);background:0 0;position:relative;overflow:hidden;box-shadow:0 0 10px #66fcf11a}.btn-primary:hover{box-shadow:0 0 20px var(--color-action-glow);background:#66fcf11a;transform:translateY(-1px)}.btn-outline{color:#fff;background:0 0;border:1px solid #fff3}.btn-outline:hover{color:#fff;background:#ffffff0d;border-color:#fff;transform:translateY(-1px);box-shadow:0 0 20px #ffffff40}.container{max-width:var(--container-max);margin:0 auto;padding:0 2rem}.glass-panel{background:var(--glass-bg);-webkit-backdrop-filter:blur(12px);border:1px solid var(--glass-border)}.glass-card{background:var(--glass-bg);-webkit-backdrop-filter:blur(var(--glass-blur));border:1px solid var(--glass-border);will-change:transform, opacity, box-shadow;transition:transform .4s cubic-bezier(.4,0,.2,1),opacity .4s cubic-bezier(.4,0,.2,1),box-shadow .4s cubic-bezier(.4,0,.2,1),border-color .4s cubic-bezier(.4,0,.2,1)}.glass-card:hover{background:var(--glass-bg);z-index:10;border-color:#10d5ff66;transform:translateY(-8px)scale(1.02);box-shadow:0 20px 40px #0006,0 0 20px #10d5ff26}.neon-glow{text-shadow:0 0 12px var(--color-action-glow)}.text-gradient{background:linear-gradient(135deg, var(--color-action), var(--color-brand));-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text}.border-tech{border:1px solid var(--color-border);position:relative}.card{background:var(--color-surface);border:1px solid var(--color-border-subtle);transition:transform var(--transition-smooth), border-color var(--transition-smooth), box-shadow var(--transition-smooth);will-change:transform;padding:2rem;position:relative}.card:hover{border-color:var(--color-action);transform:translateY(-4px)scale(1.01);box-shadow:0 0 20px #09347a33}.badge{text-transform:uppercase;letter-spacing:.1em;border-radius:99px;padding:.25rem .75rem;font-size:.7rem;font-weight:600}.badge-accent{color:var(--color-action);background:#66fcf11a;border:1px solid #66fcf14d}@keyframes fadeIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}@keyframes slideInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}.animate-fadeIn{animation:.5s ease-out forwards fadeIn}.animate-slideInUp{animation:.6s ease-out forwards slideInUp}@keyframes pageEntrance{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.animate-pageEntrance{will-change:opacity, transform;animation:.8s cubic-bezier(.16,1,.3,1) forwards pageEntrance}.page-enter-active,.page-leave-active{transition:opacity .3s}.page-enter-from,.page-leave-to{opacity:0}::selection{color:var(--color-text-main);background:#4f46e559}::selection{color:var(--color-text-main);background:#4f46e559}::-webkit-scrollbar{width:10px}::-webkit-scrollbar-track{background:var(--color-surface)}::-webkit-scrollbar-thumb{background:linear-gradient(180deg, var(--color-brand), var(--color-action));border-radius:var(--radius-lg)}::-webkit-scrollbar-thumb:hover{background:var(--color-action-hover)}.skeleton{background:linear-gradient(90deg, var(--color-surface) 25%, var(--color-surface-hover) 50%, var(--color-surface) 75%);background-size:200% 100%;animation:1.5s infinite skeleton-loading}@keyframes skeleton-loading{0%{background-position:200% 0}to{background-position:-200% 0}}@media (max-width:768px){h1{font-size:2rem}h2{font-size:1.5rem}h3{font-size:1.25rem}.container{padding:0 1rem}}@keyframes pulse{0%{opacity:.8;transform:scale(1)}to{opacity:0;transform:scale(4)}}.animate-pulse-slow{animation:2.5s infinite pulse}
@font-face{font-family:Manrope;font-style:normal;font-weight:200 800;font-display:swap;src:url(../media/a342834df7752944-s.10ev4cu2inrn-.woff2)format("woff2");unicode-range:U+460-52F,U+1C80-1C8A,U+20B4,U+2DE0-2DFF,U+A640-A69F,U+FE2E-FE2F}@font-face{font-family:Manrope;font-style:normal;font-weight:200 800;font-display:swap;src:url(../media/d3fe2f289711ac3f-s.0i6ci0u~g4zml.woff2)format("woff2");unicode-range:U+301,U+400-45F,U+490-491,U+4B0-4B1,U+2116}@font-face{font-family:Manrope;font-style:normal;font-weight:200 800;font-display:swap;src:url(../media/58c4895d0a0ef7cc-s.0x1a9yg0jkq20.woff2)format("woff2");unicode-range:U+370-377,U+37A-37F,U+384-38A,U+38C,U+38E-3A1,U+3A3-3FF}@font-face{font-family:Manrope;font-style:normal;font-weight:200 800;font-display:swap;src:url(../media/bfc7db5c00d21bc5-s.0dyk20wuvya7a.woff2)format("woff2");unicode-range:U+102-103,U+110-111,U+128-129,U+168-169,U+1A0-1A1,U+1AF-1B0,U+300-301,U+303-304,U+308-309,U+323,U+329,U+1EA0-1EF9,U+20AB}@font-face{font-family:Manrope;font-style:normal;font-weight:200 800;font-display:swap;src:url(../media/6ab0db14f70d8ed6-s.0ctuso5mgh_i..woff2)format("woff2");unicode-range:U+100-2BA,U+2BD-2C5,U+2C7-2CC,U+2CE-2D7,U+2DD-2FF,U+304,U+308,U+329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-family:Manrope;font-style:normal;font-weight:200 800;font-display:swap;src:url(../media/a343f882a40d2cc9-s.p.0kho-wj7-y-w1.woff2)format("woff2");unicode-range:U+??,U+131,U+152-153,U+2BB-2BC,U+2C6,U+2DA,U+2DC,U+304,U+308,U+329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:Manrope Fallback;src:local(Arial);ascent-override:103.31%;descent-override:29.07%;line-gap-override:0.0%;size-adjust:103.19%}.manrope_9b24f49e-module__hJlnFq__className{font-family:Manrope,Manrope Fallback;font-style:normal}.manrope_9b24f49e-module__hJlnFq__variable{--font-manrope:"Manrope", "Manrope Fallback"}
@font-face{font-family:Space Grotesk;font-style:normal;font-weight:300 700;font-display:swap;src:url(../media/32687112bd2dd8db-s.0gspg~~t9nou8.woff2)format("woff2");unicode-range:U+102-103,U+110-111,U+128-129,U+168-169,U+1A0-1A1,U+1AF-1B0,U+300-301,U+303-304,U+308-309,U+323,U+329,U+1EA0-1EF9,U+20AB}@font-face{font-family:Space Grotesk;font-style:normal;font-weight:300 700;font-display:swap;src:url(../media/28868e710e86be81-s.0rx81dn62y51_.woff2)format("woff2");unicode-range:U+100-2BA,U+2BD-2C5,U+2C7-2CC,U+2CE-2D7,U+2DD-2FF,U+304,U+308,U+329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-family:Space Grotesk;font-style:normal;font-weight:300 700;font-display:swap;src:url(../media/0c89a48fa5027cee-s.p.0rd3rjvnnhw7n.woff2)format("woff2");unicode-range:U+??,U+131,U+152-153,U+2BB-2BC,U+2C6,U+2DA,U+2DC,U+304,U+308,U+329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:Space Grotesk Fallback;src:local(Arial);ascent-override:89.71%;descent-override:26.62%;line-gap-override:0.0%;size-adjust:109.69%}.space_grotesk_e6988195-module__RNs2Mq__className{font-family:Space Grotesk,Space Grotesk Fallback;font-style:normal}.space_grotesk_e6988195-module__RNs2Mq__variable{--font-space-grotesk:"Space Grotesk", "Space Grotesk Fallback"}
.AppHeader-module__XsQG7W__header{z-index:1000;-webkit-backdrop-filter:blur(16px);background:#0b0c10cc;border-bottom:1px solid #ffffff0d;transition:all .3s;position:sticky;top:0}.AppHeader-module__XsQG7W__headerScrolled{background:#0b0c10f2;box-shadow:0 4px 20px #0000004d}.AppHeader-module__XsQG7W__headerContent{justify-content:space-between;align-items:center;gap:1rem;height:80px;display:flex}@media (min-width:1024px){.AppHeader-module__XsQG7W__headerContent{gap:2rem;height:100px}}.AppHeader-module__XsQG7W__logo{align-items:center;height:50px;text-decoration:none;display:flex;position:relative;overflow:hidden}.AppHeader-module__XsQG7W__logoIcon{object-fit:contain;width:auto;height:120px;margin:-35px 0;transition:opacity .3s}.AppHeader-module__XsQG7W__logoIcon:hover{opacity:.8}.AppHeader-module__XsQG7W__navDesktop{align-items:center;gap:2rem;display:none}.AppHeader-module__XsQG7W__navLink{letter-spacing:.1em;color:var(--color-text-muted);transition:all var(--transition-smooth);text-transform:uppercase;padding:.5rem 0;font-family:Space Grotesk,sans-serif;font-size:.8rem;font-weight:500;position:relative}.AppHeader-module__XsQG7W__navLink:after{content:"";background-color:var(--color-action);width:0;height:1px;transition:width var(--transition-smooth);position:absolute;bottom:0;left:0}.AppHeader-module__XsQG7W__navLink:hover{color:var(--color-text-main)}.AppHeader-module__XsQG7W__navLink:hover:after{width:100%}@media (min-width:1024px){.AppHeader-module__XsQG7W__navDesktop{display:flex}}.AppHeader-module__XsQG7W__headerActions{align-items:center;gap:1rem;display:none}@media (min-width:1024px){.AppHeader-module__XsQG7W__headerActions{display:flex}}.AppHeader-module__XsQG7W__btnContact{padding:.8rem 1.75rem!important;font-size:.8rem!important}.AppHeader-module__XsQG7W__navMobilePill{-webkit-backdrop-filter:blur(20px);z-index:2000;background:#0b0c10bf;border:1px solid #ffffff1a;border-radius:40px;align-items:center;gap:.5rem;width:max-content;max-width:90vw;padding:.6rem;animation:.8s cubic-bezier(.16,1,.3,1) AppHeader-module__XsQG7W__slidePillUp;display:flex;position:fixed;bottom:2rem;left:50%;transform:translate(-50%);box-shadow:0 20px 40px #00000080,inset 0 0 12px #ffffff0d}@keyframes AppHeader-module__XsQG7W__slidePillUp{0%{opacity:0;transform:translate(-50%,100px)}to{opacity:1;transform:translate(-50%)}}@media (min-width:1024px){.AppHeader-module__XsQG7W__navMobilePill{display:none}}.AppHeader-module__XsQG7W__pillLink{color:var(--color-text-muted);flex-direction:column;justify-content:center;align-items:center;gap:.3rem;min-width:65px;padding:.5rem 1rem;text-decoration:none;transition:all .3s;display:flex}.AppHeader-module__XsQG7W__pillLink i{font-size:1rem;transition:transform .3s}.AppHeader-module__XsQG7W__pillLink span{text-transform:uppercase;letter-spacing:.05em;font-size:.65rem;font-weight:600;font-family:var(--font-space-grotesk)}.AppHeader-module__XsQG7W__pillLink:hover{color:var(--color-text-main)}.AppHeader-module__XsQG7W__pillLink:hover i{transform:translateY(-2px)}.AppHeader-module__XsQG7W__pillLink.AppHeader-module__XsQG7W__active{color:var(--color-brand)}.AppHeader-module__XsQG7W__pillContact{background:var(--color-brand);border-radius:30px;margin-left:.25rem;padding:.5rem 1.25rem;box-shadow:0 4px 15px #10d5ff4d;color:#000!important}.AppHeader-module__XsQG7W__pillContact:hover{transform:scale(1.05);box-shadow:0 6px 20px #10d5ff66}.AppHeader-module__XsQG7W__pillContact.AppHeader-module__XsQG7W__active{background:var(--color-action)}.AppHeader-module__XsQG7W__mobileSectionTitle,.AppHeader-module__XsQG7W__navLinkSub{display:none}
.AppFooter-module__0qBmBa__footer{background:var(--color-background);color:var(--color-text-main);border-top:1px solid var(--color-border);margin-top:auto;padding:3rem 0 2rem}@media (min-width:1024px){.AppFooter-module__0qBmBa__footer{padding:5rem 0 2rem}}.AppFooter-module__0qBmBa__newsletterSection{border:1px solid var(--color-border-subtle);border-radius:var(--radius-lg);background:#0b0c1080;flex-direction:column;gap:2rem;margin-bottom:5rem;padding:3rem;display:flex;position:relative;overflow:hidden}.AppFooter-module__0qBmBa__newsletterSection:before{content:"";background:var(--color-brand);width:4px;height:100%;position:absolute;top:0;left:0}.AppFooter-module__0qBmBa__newsletterContent h3{color:var(--color-text-main);text-transform:uppercase;letter-spacing:-.02em;margin-bottom:.75rem;font-family:Space Grotesk,sans-serif;font-size:1.75rem}.AppFooter-module__0qBmBa__newsletterContent p{color:var(--color-text-muted);font-size:1rem}.AppFooter-module__0qBmBa__newsletterForm{flex-direction:column;gap:1rem;display:flex}.AppFooter-module__0qBmBa__newsletterInput{border:1px solid var(--color-border);border-radius:var(--radius-sm);color:var(--color-text-main);transition:all var(--transition-smooth);background:#ffffff08;outline:none;flex:1;padding:1rem 1.5rem;font-family:Manrope,sans-serif;font-size:.95rem}.AppFooter-module__0qBmBa__newsletterInput::placeholder{color:var(--color-text-muted);opacity:.5}.AppFooter-module__0qBmBa__newsletterInput:focus{border-color:var(--color-action);background:#66fcf10d;box-shadow:0 0 15px #66fcf11a}.AppFooter-module__0qBmBa__footerGrid{border-bottom:1px solid var(--color-border-subtle);grid-template-columns:1fr;gap:3rem;padding-bottom:4rem;display:grid}.AppFooter-module__0qBmBa__footerBrand .AppFooter-module__0qBmBa__logo{align-items:center;gap:.5rem;margin-bottom:1.5rem;text-decoration:none;display:inline-flex}.AppFooter-module__0qBmBa__footerBrand .AppFooter-module__0qBmBa__logoText{letter-spacing:.1em;color:var(--color-text-main);font-family:Space Grotesk,sans-serif;font-size:2rem;font-weight:800}.AppFooter-module__0qBmBa__brandTagline{color:var(--color-text-muted);max-width:320px;margin-bottom:2rem;font-size:.9rem;line-height:1.8}.AppFooter-module__0qBmBa__socialLinks{gap:1rem;display:flex}.AppFooter-module__0qBmBa__socialLink{border:1px solid var(--color-border);border-radius:var(--radius-sm);width:44px;height:44px;color:var(--color-text-muted);transition:all var(--transition-smooth);background:0 0;justify-content:center;align-items:center;display:flex}.AppFooter-module__0qBmBa__socialLink:hover{border-color:var(--color-action);color:var(--color-action);text-shadow:none;background:#66fcf11a;transform:translateY(-2px);box-shadow:0 4px 12px #0000004d}.AppFooter-module__0qBmBa__footerColumn h4{color:var(--color-text-main);text-transform:uppercase;letter-spacing:.15em;margin-bottom:1.5rem;font-family:Space Grotesk,sans-serif;font-size:.9rem;font-weight:600;display:inline-block;position:relative}.AppFooter-module__0qBmBa__footerColumn h4:after{content:"";background:var(--color-brand);opacity:.5;width:100%;height:1px;margin-top:.5rem;display:block}.AppFooter-module__0qBmBa__footerColumn ul{margin:0;padding:0;list-style:none}.AppFooter-module__0qBmBa__footerColumn li{margin-bottom:.875rem}.AppFooter-module__0qBmBa__footerColumn a{color:var(--color-text-muted);transition:all var(--transition-smooth);padding-left:0;font-size:.95rem;position:relative}.AppFooter-module__0qBmBa__footerColumn a:hover{color:var(--color-action);text-shadow:none;padding-left:.5rem}.AppFooter-module__0qBmBa__footerBottom{text-align:center;padding-top:2rem}.AppFooter-module__0qBmBa__footerBottom p{color:var(--color-text-muted);opacity:.7;font-size:.8rem}@media (min-width:640px){.AppFooter-module__0qBmBa__newsletterSection{flex-direction:row;justify-content:space-between;align-items:center}.AppFooter-module__0qBmBa__newsletterForm{flex-direction:row;min-width:380px}}@media (min-width:768px){.AppFooter-module__0qBmBa__footerGrid{grid-template-columns:2fr 1fr 1fr 1fr}}
.CookieConsent-module__QbGkGW__cookieConsent{z-index:9999;border-radius:var(--radius-lg);border:1px solid var(--color-action);width:90%;max-width:800px;padding:1.5rem 2rem;animation:.5s cubic-bezier(.16,1,.3,1) forwards CookieConsent-module__QbGkGW__slideUp;position:fixed;bottom:2rem;left:50%;transform:translate(-50%);box-shadow:0 10px 30px #00000080,0 0 20px #66fcf11a}@keyframes CookieConsent-module__QbGkGW__slideUp{0%{opacity:0;transform:translate(-50%,100px)}to{opacity:1;transform:translate(-50%)}}.CookieConsent-module__QbGkGW__cookieContent{align-items:center;gap:2rem;display:flex}.CookieConsent-module__QbGkGW__cookieIcon{color:var(--color-action);filter:drop-shadow(0 0 10px var(--color-action-glow));font-size:2.5rem}.CookieConsent-module__QbGkGW__cookieText{flex:1}.CookieConsent-module__QbGkGW__cookieText h3{color:var(--color-text-main);letter-spacing:.05em;margin-bottom:.5rem;font-size:1.1rem}.CookieConsent-module__QbGkGW__cookieText p{color:var(--color-text-muted);margin:0;font-size:.85rem;line-height:1.5}.CookieConsent-module__QbGkGW__legalLink{color:var(--color-action);font-weight:500;text-decoration:underline}.CookieConsent-module__QbGkGW__legalLink:hover{color:#fff}@media (max-width:768px){.CookieConsent-module__QbGkGW__cookieContent{text-align:center;flex-direction:column;gap:1.5rem}.CookieConsent-module__QbGkGW__cookieConsent{padding:2rem 1.5rem;bottom:1rem}}
