:root{color:#19333b;font-synthesis:none;text-rendering:optimizelegibility;--teal:#19333b;--blue:#2596be;--green:#49b41f;--cream:#f4f7f6;background:#f4f7f6;font-family:Barlow,sans-serif}*{box-sizing:border-box}html{scroll-behavior:smooth}body{background:var(--cream);min-width:320px;margin:0}a{color:inherit;text-decoration:none}button,a{-webkit-tap-highlight-color:transparent}.hero{color:#fff;background:radial-gradient(circle at 82% 12%, #24515b 0, transparent 34%), linear-gradient(145deg, #122a31 0%, var(--teal) 62%, #10272d 100%);min-height:100svh;padding:0 6vw 5rem;position:relative;overflow:hidden}.hero:before{content:"";z-index:4;background:#fff;border-bottom:1px solid #dce5e4;height:92px;position:absolute;inset:0 0 auto;box-shadow:0 5px 22px #0c283014}.nav{z-index:5;justify-content:space-between;align-items:center;max-width:1320px;height:92px;margin:0 auto;display:flex;position:relative}.brand img{object-fit:contain;object-position:left center;width:158px;height:55px;display:block}.nav__demo{color:var(--teal);border-bottom:1px solid #9aabad;align-items:center;gap:.55rem;padding:.65rem 0;font-size:.92rem;font-weight:700;display:flex}.nav__demo:hover{color:var(--blue);border-bottom-color:var(--blue)}.nav__demo svg,.button svg{fill:none;stroke:currentColor;stroke-width:1.8px;width:19px;transition:transform .2s}.nav__demo:hover svg,.button:hover svg{transform:translate(4px)}.hero__content{z-index:2;max-width:850px;padding-top:clamp(4.5rem,10vh,8.5rem);position:relative}.eyebrow{text-transform:uppercase;letter-spacing:.16em;color:#bcd0d4;align-items:center;gap:.7rem;font-size:.72rem;font-weight:700;display:flex}.eyebrow span{background:var(--green);width:28px;height:2px}h1,h2,h3{letter-spacing:-.022em;margin:0;font-family:Barlow Condensed,Arial Narrow,sans-serif;font-weight:700}h1{text-wrap:balance;max-width:900px;margin-top:1.4rem;font-size:clamp(3.15rem,6.8vw,6.75rem);line-height:.88}h1 em{color:#62cf38;font-style:normal}.hero__intro{color:#c5d2d5;max-width:680px;margin:2rem 0 0;font-size:clamp(1rem,1.4vw,1.2rem);line-height:1.7}.hero__actions{flex-wrap:wrap;gap:.8rem;margin-top:2.2rem;display:flex}.button{border-radius:8px;justify-content:center;align-items:center;gap:.65rem;min-height:52px;padding:0 1.4rem;font-weight:700;transition:transform .2s,background .2s,box-shadow .2s;display:inline-flex}.button:hover{transform:translateY(-2px)}.button--primary{color:#fff;background:var(--blue);box-shadow:0 14px 35px #2596be38}.button--primary:hover{background:#2089ad;box-shadow:0 18px 42px #2596be4d}.button--ghost{color:#e6eff1;border:1px solid #fff3}.button--ghost:hover{background:#ffffff12}.launch-note{color:#91a9ae;align-items:center;gap:.6rem;margin-top:1.6rem;font-size:.78rem;display:flex}.launch-note__pulse{background:var(--green);border-radius:50%;width:7px;height:7px;box-shadow:0 0 0 6px #49b41f1f}.hero__glow{filter:blur(2px);pointer-events:none;border-radius:50%;position:absolute}.hero__glow--one{background:#49b41f14;width:420px;height:420px;top:18%;right:-170px}.hero__glow--two{background:#2596be1f;width:360px;height:360px;bottom:-260px;left:36%}.hero__panel{display:none}.platform{max-width:1440px;margin:0 auto;padding:clamp(5rem,9vw,9rem) 6vw}.section-heading{gap:1.2rem;display:grid}.eyebrow--dark{color:#638087}.section-heading h2,.closing h2{font-size:clamp(2.25rem,5vw,5rem);line-height:1.02}.section-heading>p:last-child{color:#63777c;max-width:570px;font-size:1.05rem;line-height:1.7}.feature-grid{background:#dce5e4;border:1px solid #dce5e4;border-radius:14px;gap:1px;margin-top:3rem;display:grid;overflow:hidden}.feature-card{background:#fff;flex-direction:column;justify-content:space-between;min-height:245px;padding:1.6rem;transition:background .25s,transform .25s;display:flex}.feature-card:hover{background:#f9fbfa}.feature-card>span{color:var(--blue);letter-spacing:.16em;font:700 .78rem Barlow Condensed,Arial Narrow,sans-serif}.feature-card h3{font-size:1.45rem}.feature-card p{color:#64777c;margin:.7rem 0 0;line-height:1.65}.modules{color:#fff;background:var(--blue);padding:4rem 6vw}.modules>p{text-align:center;text-transform:uppercase;letter-spacing:.15em;opacity:.75;margin:0 0 1.5rem;font-size:.7rem;font-weight:700}.module-list{flex-wrap:wrap;justify-content:center;gap:.65rem;max-width:1100px;margin:auto;display:flex}.module-list span{background:#ffffff14;border:1px solid #ffffff47;border-radius:100px;padding:.7rem 1rem;font-size:.84rem;font-weight:600}.closing{color:#fff;background:var(--teal);flex-direction:column;align-items:flex-start;gap:2.5rem;padding:clamp(5rem,10vw,9rem) 6vw;display:flex}.closing>div{max-width:860px}.closing h2{margin-top:1.2rem}.closing p:not(.eyebrow){color:#b8c9cc;max-width:650px;margin:1.5rem 0 0;font-size:1.05rem;line-height:1.7}footer{color:#536b71;background:#fff;border-top:1px solid #dce5e4;flex-direction:column;align-items:flex-start;gap:1rem;padding:2rem 6vw;font-size:.78rem;display:flex}footer .brand img{width:128px}footer p{margin:0}footer p a{color:var(--teal)}footer p a:hover{color:var(--blue)}@media (width>=700px){.feature-grid{grid-template-columns:repeat(3,1fr)}.feature-card{min-height:310px;padding:2rem}.closing{flex-direction:row;justify-content:space-between;align-items:flex-end}.closing .button{flex:none}footer{flex-direction:row;justify-content:space-between;align-items:center}}@media (width>=1080px){.nav .brand img{width:220px;height:76px}.hero{min-height:850px;padding-bottom:7rem}.hero__content{width:67%}.hero__panel{z-index:3;width:min(38vw,530px);color:var(--teal);-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);background:#fafcfbf5;border:1px solid #ffffff6b;border-radius:16px;padding:1.35rem;display:block;position:absolute;bottom:7rem;right:5vw;transform:rotate(-1.5deg);box-shadow:0 32px 80px #0000004d}.hero__panel-top{border-bottom:1px solid #dce5e4;justify-content:space-between;align-items:center;padding-bottom:1rem;display:flex}.hero__panel-brand{letter-spacing:.16em;align-items:center;gap:.55rem;font:800 .8rem Barlow Condensed,Arial Narrow,sans-serif;display:flex}.hero__panel-brand img{object-fit:cover;width:31px;height:31px}.hero__panel-status{color:#398e18;font-size:.7rem;font-weight:700}.hero__metrics{grid-template-columns:repeat(3,1fr);gap:.7rem;padding:1rem 0;display:grid}.hero__metrics article{background:#eef3f2;border-radius:9px;flex-direction:column;padding:.8rem;display:flex}.hero__metrics span,.hero__metrics small{color:#6c7f83;font-size:.63rem}.hero__metrics strong{margin:.2rem 0;font:800 1.65rem Barlow Condensed,Arial Narrow,sans-serif}.hero__route{border-top:1px solid #e0e7e6;grid-template-columns:62px 1fr auto;align-items:center;gap:.75rem;padding:.8rem 0;display:grid}.hero__route>div{color:#728488;align-items:center;gap:.45rem;font-size:.66rem;display:flex}.route-dot{background:var(--blue);border-radius:50%;width:7px;height:7px}.route-dot--green{background:var(--green)}.hero__route p{flex-direction:column;margin:0;font-size:.74rem;display:flex}.hero__route small{color:#788b8f;margin-top:.15rem}.hero__route b{color:#458c29;font-size:.62rem}.platform .section-heading{grid-template-columns:1fr 1fr;align-items:end}.platform .section-heading .eyebrow{grid-column:1/-1}}@media (prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,:before,:after{transition-duration:.01ms!important}}
