*{box-sizing:border-box}body{margin:0;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background-color:#020617;color:#f8fafc}.section{min-height:100vh;padding:2rem;position:relative;z-index:1;pointer-events:none}.flex-center{display:flex;align-items:center;justify-content:center}.column{flex-direction:column}.box{width:100px;height:100px;margin:20px;display:flex;align-items:center;justify-content:center;color:#fff;font-weight:700;border-radius:12px;font-size:1.25rem}.gradient-blue{background:linear-gradient(135deg,#3b82f6,#06b6d4);box-shadow:0 4px 20px #3b82f666}h2{font-size:2.5rem;margin-bottom:1rem;text-align:center;background:linear-gradient(to right,#38bdf8,#818cf8);-webkit-background-clip:text;-webkit-text-fill-color:transparent}p{font-size:1.2rem;color:#94a3b8;text-align:center}.main-container{width:100%;position:relative;z-index:2;pointer-events:none}.main-container>*{pointer-events:auto}body{background-image:linear-gradient(to bottom,#000000e6,#0003),url(/bg.jpg);background-size:cover;background-position:center;background-repeat:no-repeat;background-attachment:fixed;color:#fff;min-height:100vh;overflow-x:hidden}.hero-section{width:100%;min-height:100vh;justify-content:center;max-width:1100px;margin:0 auto;padding:5rem 1.5rem 3rem;display:flex;flex-direction:column;gap:1.5rem}.hero-topbar{display:flex;align-items:center;justify-content:space-between;width:100%;max-width:1100px;position:absolute;top:0;left:50%;transform:translate(-50%);z-index:100;padding:.75rem 1.5rem}.hero-topbar__hamburger{display:none;flex-direction:column;justify-content:center;align-items:center;gap:5px;width:40px;height:40px;background:transparent;border:none;cursor:pointer;padding:4px;z-index:110;order:3}.hero-topbar__hamburger-bar{display:block;width:22px;height:2px;background:#fff;border-radius:2px;transition:transform .3s ease,opacity .3s ease;transform-origin:center}.hero-topbar--open .hero-topbar__hamburger-bar:nth-child(1){transform:translateY(7px) rotate(45deg)}.hero-topbar--open .hero-topbar__hamburger-bar:nth-child(2){opacity:0;transform:scaleX(0)}.hero-topbar--open .hero-topbar__hamburger-bar:nth-child(3){transform:translateY(-7px) rotate(-45deg)}.hero-topbar__brand{display:flex;align-items:center;gap:1.2rem}.hero-topbar__logo{font-size:1.4rem;color:#c7d2fe;letter-spacing:-.5px}.hero-topbar__logo strong{color:#fff}.hero-topbar__heading{font-size:1.3rem;font-weight:800;letter-spacing:1px;color:#fff;margin:0;background:none;-webkit-text-fill-color:#fff}.hero-topbar__sub{font-size:.78rem;color:#fff;margin:2px 0 0}.hero-card{background:linear-gradient(135deg,#1e2146e5,#38448ff5);border-radius:20px;padding:2.5rem 2.5rem 2rem;position:relative;overflow:hidden;backdrop-filter:blur(16px);-webkit-backdrop-filter:blur(16px)}.hero-card:before{content:"";position:absolute;top:-60%;right:-20%;width:500px;height:500px;background:radial-gradient(circle,rgba(99,102,241,.2) 0%,transparent 70%);pointer-events:none}.hero-card__body{display:flex;gap:2rem;position:relative;z-index:1}.hero-card__left{flex:1;display:flex;flex-direction:column;gap:1rem}.hero-card__headline{font-size:2rem;font-weight:800;line-height:1.15;color:#fff;margin:0;background:none;-webkit-text-fill-color:#fff}.hero-card__text{font-size:.95rem;color:#fff;line-height:1.55;max-width:480px}.hero-badges{display:flex;flex-wrap:wrap;gap:10px;margin-top:.5rem}.hero-badge{background:linear-gradient(135deg,#f59e0b,#f97316);color:#fff;font-size:.78rem;font-weight:600;padding:8px 18px;border-radius:999px;white-space:nowrap;letter-spacing:.2px}.hero-callout{flex:0 0 280px;background:#ffffff17;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border:1px solid rgba(255,255,255,.048);border-radius:16px;padding:1.5rem;display:flex;flex-direction:column;gap:.6rem;align-self:flex-start}.hero-callout__title{font-size:.85rem;font-weight:700;letter-spacing:1.5px;color:#fff;margin:0;text-transform:uppercase}.hero-callout__text{font-size:.88rem;color:#fff;line-height:1.5}.hero-features{display:grid;grid-template-columns:repeat(4,1fr);gap:1rem}.hero-feature-card{background:linear-gradient(135deg,#1e2146e5,#38448ff5 150%);border:1px solid rgba(255,255,255,.08);border-radius:16px;padding:1.4rem;transition:transform .25s ease,border-color .3s ease,box-shadow .3s ease;backdrop-filter:blur(16px);-webkit-backdrop-filter:blur(16px)}.hero-feature-card:hover{transform:translateY(-4px);border-color:#818cf866;box-shadow:0 8px 30px #6366f126}.hero-feature-card__title{font-size:1rem;font-weight:700;color:#fff;margin:0 0 .5rem}.hero-feature-card__text{font-size:.85rem;color:#e9e9e9;line-height:1.5}.hero-topbar__logo-img{height:42px;width:auto;vertical-align:middle;margin-right:8px}@media(max-width:900px){.hero-card__body{flex-direction:column}.hero-callout{flex:auto}.hero-features{grid-template-columns:repeat(2,1fr)}}@media(max-width:560px){.hero-card__headline{font-size:1.5rem}.hero-features{grid-template-columns:1fr}}@media(max-width:700px){.hero-topbar__titles{display:none}.hero-section{padding:5rem 1rem 2.5rem;gap:1.2rem;min-height:auto}.hero-topbar{flex-wrap:wrap;padding:.6rem 1rem;position:absolute;max-width:100%;left:0;transform:none;background:#0a0c23bf;backdrop-filter:blur(14px);-webkit-backdrop-filter:blur(14px);border-bottom:1px solid rgba(255,255,255,.08)}.hero-topbar__hamburger{display:flex}.hero-topbar__nav{width:100%;max-height:0;overflow:hidden;transition:max-height .35s ease;order:4}.hero-topbar__nav--open{max-height:300px}.hero-topbar__links{flex-direction:column;gap:0;margin:0;padding:.5rem 0 .75rem}.hero-topbar__links li a{display:block;padding:.7rem 0;font-size:1rem;border-bottom:1px solid rgba(255,255,255,.07)}.hero-topbar__links li:last-child a{border-bottom:none}.hero-card{padding:1.5rem 1.25rem 1.25rem;border-radius:16px}.hero-card__headline{font-size:1.45rem;line-height:1.2}.hero-card__text{font-size:.9rem}.hero-callout{padding:1.1rem}.hero-features{grid-template-columns:repeat(2,1fr);gap:.75rem}.hero-feature-card{padding:1rem}.hero-feature-card__title{font-size:.9rem}.hero-feature-card__text{font-size:.8rem}.bot-section{padding:1.5rem 1rem;margin:0 0 1.25rem;border-radius:16px;min-height:auto;gap:1.25rem}.bot-col-left,.bot-col-right{max-width:100%;margin:0}.bot-heading{font-size:1.15rem;margin-bottom:.9rem}.bot-anchors{grid-template-columns:1fr 1fr;gap:.6rem}.bot-anchor-card__value{font-size:1.2rem}.bot-banner{padding:1.25rem 1rem;border-radius:14px}.bot-banner__title{font-size:1.1rem}.bot-banner__text{font-size:.88rem}.bot-dome-card{flex-direction:column}.bot-dome-card__img{width:100%;min-width:unset;height:110px}}@media(max-width:420px){.hero-features,.bot-anchors{grid-template-columns:1fr}.hero-topbar__heading{font-size:1rem}.hero-topbar__sub{font-size:.7rem}}.bot-section{width:100%;min-height:100vh;justify-content:center;max-width:1100px;margin:0 auto 3rem;padding:3rem;display:flex;flex-direction:column;gap:2rem;background:#1e2146af;backdrop-filter:blur(16px);-webkit-backdrop-filter:blur(16px);border:1px solid rgba(255,255,255,.1);border-radius:24px;z-index:3}.bot-col-left{width:100%;max-width:40%;margin-left:auto}.bot-col-right{width:100%;max-width:40%;margin-right:auto}.bot-heading{display:flex;align-items:center;gap:12px;font-size:1.35rem;font-weight:700;color:#fff;margin:0 0 1.2rem;background:none;-webkit-text-fill-color:#fff}.bot-heading__bar{display:inline-block;width:40px;height:4px;border-radius:4px;flex-shrink:0}.bot-heading__bar--blue{background:#9ba1a3}.bot-heading__bar--pink{background:#38438f}.bot-list{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:1rem}.bot-list__item{display:flex;gap:12px;align-items:flex-start}.bot-list__item p{margin:0;font-size:.9rem;color:#cbd5e1;line-height:1.55;text-align:left}.bot-dot{width:10px;height:10px;min-width:10px;border-radius:50%;margin-top:5px}.bot-dot--blue{background:#3b82f6}.bot-dot--multi[data-index="0"]{background:#f59e0b}.bot-dot--multi[data-index="1"]{background:#3b82f6}.bot-dot--multi[data-index="2"]{background:#ef4444}.bot-dome-card{margin-top:1.5rem;display:flex;align-items:center;gap:1rem;background:#ffffff0a;border:1px solid rgba(255,255,255,.08);border-radius:16px;padding:1rem;transition:border-color .3s ease}.bot-dome-card:hover{border-color:#3b82f659}.bot-dome-card__img{width:140px;height:90px;min-width:140px;border-radius:12px;background:linear-gradient(135deg,#1e3a8a,#0ea5e9)}.bot-dome-card__text{font-size:.85rem;color:#94a3b8;line-height:1.5;margin:0;text-align:left}.bot-anchors{display:grid;grid-template-columns:1fr 1fr;gap:.75rem}.bot-anchor-card{background:#38448f;border-radius:14px;padding:1rem 1.2rem;display:flex;flex-direction:column;gap:2px;transition:transform .25s ease,border-color .3s ease,box-shadow .3s ease}.bot-anchor-card:hover{transform:translateY(-3px);border-color:#818cf866;box-shadow:0 6px 24px #6366f11f}.bot-anchor-card__value{font-size:1.4rem;font-weight:800;color:#fff;letter-spacing:-.5px}.bot-anchor-card__label{font-size:.78rem;color:#fdfeff;letter-spacing:.2px}.bot-banner{background:linear-gradient(135deg,#2564eb79,#4e46e550);border-radius:20px;padding:2rem 2.5rem;position:relative;overflow:hidden}.bot-banner:before{content:"";position:absolute;top:-50%;right:-15%;width:350px;height:350px;background:radial-gradient(circle,rgba(255,255,255,.08) 0%,transparent 70%);pointer-events:none}.bot-banner__title{font-size:1.35rem;font-weight:700;color:#fff;margin:0 0 .6rem;position:relative;z-index:1;background:none;-webkit-text-fill-color:#fff}.bot-banner__text{font-size:.95rem;color:#dbeafe;line-height:1.6;position:relative;z-index:1;max-width:800px}@media(max-width:800px){html,body{width:100%;overflow-x:hidden;margin:0}.canvas-container{z-index:-1!important}.bot-section{padding:1.5rem;border-radius:16px;margin:0 1rem 2rem;width:100%}.bot-col-left,.bot-col-right{max-width:100%;margin-left:0;margin-right:0}.bot-anchors{grid-template-columns:1fr 1fr}}@media(max-width:500px){html,body{width:100%;overflow-x:hidden;margin:0}.bot-anchors{grid-template-columns:1fr}.bot-dome-card{flex-direction:column}.bot-dome-card__img{width:100%;min-width:unset;height:120px}}.hero-topbar__links{display:flex;gap:2rem;list-style:none;margin:0 2rem}.hero-topbar__links a{color:#fff;text-decoration:none;font-size:.95rem;font-weight:500;transition:color .3s ease;cursor:pointer}.hero-topbar__links a:hover{color:#818cf8}.canvas-container{position:fixed;top:0;left:0;width:100vw;height:100vh;z-index:0;pointer-events:none}.section--full{min-height:100vh}.glass-card--interactive{padding:2rem;text-align:center}.glass-card__title{color:#fff;font-size:2.5rem;margin-bottom:1rem}.glass-card__desc{color:#94a3b8;font-size:1.2rem}.bot-heading--mt{margin-top:1.5rem}.footer-bounce-wrapper{width:100%;overflow:hidden;position:relative;z-index:2}.footer-bounce-inner{width:100%;min-height:22vh;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:.75rem;padding:3rem 2rem 2.5rem;background:linear-gradient(180deg,#101232d9,#1e2146f7);backdrop-filter:blur(18px);-webkit-backdrop-filter:blur(18px);border-top:1px solid rgba(129,140,248,.18);transform-origin:bottom center;will-change:transform}.footer-bounce-inner:before{content:"";position:absolute;top:0;left:50%;transform:translate(-50%);width:60%;height:1px;background:linear-gradient(90deg,transparent,rgba(129,140,248,.6),transparent);pointer-events:none}.footer-bounce__logo{font-size:1.15rem;font-weight:700;color:#c7d2fe;letter-spacing:1px}.footer-bounce__logo span{color:#fff}.footer-bounce__text{font-size:.82rem;color:#64748b;letter-spacing:.3px}.footer-bounce__links{display:flex;gap:1.5rem;list-style:none;margin:0;padding:0}.footer-bounce__links a{color:#94a3b8;text-decoration:none;font-size:.82rem;transition:color .25s ease}.footer-bounce__links a:hover{color:#818cf8}.deep-ocean{position:fixed;top:0;right:0;bottom:0;left:0;width:100vw;height:100vh;z-index:-1;pointer-events:none;overflow:hidden;background:radial-gradient(ellipse at 50% 40%,#001427,#000f25 35%,#000133)}.deep-ocean__caustics{position:absolute;top:0;right:0;bottom:0;left:0;width:140%;height:90%;opacity:0;background-image:repeating-linear-gradient(3deg,transparent 0,transparent 100px,rgba(2,147,243,.059) 60px,rgba(0,120,200,0) 62px,transparent 14px,transparent 130px,rgba(30,160,220,0) 130px,rgba(30,160,220,.02) 133px),repeating-linear-gradient(3deg,transparent 10px,transparent 80px,rgba(0,90,180,.03) 80px,rgba(0,90,180,.03) 82px,transparent 82px,transparent 160px);animation:caustics-drift 18s ease-in-out infinite alternate}@keyframes caustics-drift{0%{opacity:.4;transform:rotate(-4deg) scale(1.05)}40%{opacity:.75}70%{opacity:.5;transform:rotate(3deg) scale(1.1)}to{opacity:.35;transform:rotate(-2deg) scale(1.04)}}.deep-ocean__snow,.deep-ocean__snow:before,.deep-ocean__snow:after{position:absolute;top:0;left:0;width:4px;height:4px;border-radius:50%;background:transparent}.deep-ocean__snow{box-shadow:120px 200px #b4dcff8c,340px 850px #a0d2ff73,780px 430px #c8ebff80,960px 670px #aad7ff66,1340px 300px #b9e1ff80,1560px 920px #a5d2ff73,1720px 150px #bee6ff8c,220px 760px #afdaff66,540px 580px #c3e8ff80,1100px 480px #a8d4ff73,60px 1050px #b4deff66,290px 1280px #9bcdff73,640px 990px #c8ebff80,890px 1170px #acd8ff66,1180px 1020px #bce4ff80,1440px 1350px #a3d0ff73,1680px 1100px #c3e8ff66,430px 1400px #b2dcff80,750px 1500px #bee4ff73,1250px 1220px #b0daff66,80px 1680px #b6e0ff80,360px 1800px #9ed0ff66,700px 1720px #c6e9ff73,950px 1880px #aed9ff80,1200px 1600px #bae2ff66,1470px 1750px #a1cfff73,1730px 1820px #c1e6ff80,500px 1650px #b3ddff66,820px 1920px #bce4ff73,1050px 1700px #b0daff80,170px 500px #c8ebff59,980px 250px #a5d2ff66,1380px 720px #bce4ff59,1580px 450px #b2dcff66,310px 1100px #c3e8ff59,870px 1400px #a8d5ff66,1230px 1560px #b7e0ff59,1640px 1230px #acd8ff66,60px 1900px #c0e6ff59,1780px 80px #bae2ff66;animation:sea-snow-rise 40s linear infinite}.deep-ocean__snow:before{content:"";box-shadow:240px 350px #b4deff66,700px 780px #a0d2ff80,1050px 520px #c3e8ff73,1390px 180px #aad7ff66,1660px 640px #b9e2ff80,100px 1200px #afdaff73,460px 950px #c6e9ff66,820px 1350px #a6d3ff80,1140px 860px #bee4ff73,1500px 1080px #b2dcff66,330px 1550px #b8e1ff80,680px 1700px #a2d0ff66,990px 1480px #c4e8ff73,1310px 1640px #aed8ff80,1700px 1390px #bce4ff66,200px 1800px #b3ddff73,560px 1950px #c1e6ff66,880px 1870px #a7d4ff80,1230px 1940px #b9e2ff73,1580px 1760px #b0daff66;animation:sea-snow-rise 55s linear infinite;animation-delay:-20s}.deep-ocean__snow:after{content:"";box-shadow:410px 130px #bee6ff4d,830px 470px #a5d2ff59,1190px 740px #c8ebff4d,1480px 310px #acd8ff59,270px 880px #bae2ff4d,640px 1150px #b2dcff59,1010px 990px #c2e7ff4d,1360px 1280px #a8d5ff59,90px 1520px #b6e0ff4d,490px 1700px #c3e8ff59,850px 1840px #add9ff4d,1220px 1660px #bbe3ff59,1600px 1900px #b1dbff4d,380px 1960px #bfe5ff59,760px 1980px #a3d0ff4d,1130px 1990px #b8e1ff59;animation:sea-snow-rise 70s linear infinite;animation-delay:-35s}@keyframes sea-snow-rise{0%{transform:translateY(0)}to{transform:translateY(-2000px)}}.deep-ocean:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:radial-gradient(ellipse at 50% 0%,transparent 60%,rgba(0,0,0,.5) 100%);pointer-events:none}
