@import 'tailwindcss';

:root{--ink:#091b2e;--muted:#607184;--blue:#2867ee;--cyan:#26c6e7;--green:#22d1a5;--navy:#07111f;--surface:#f3f7fb}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;color:var(--ink);background:#fff;font-family:Segoe UI,Arial,sans-serif}a{color:inherit;text-decoration:none}button{font:inherit}img{max-width:100%}.nav{height:78px;max-width:1240px;margin:auto;padding:0 28px;display:flex;align-items:center;justify-content:space-between;gap:28px}.brand{display:flex;align-items:center}.brand img{width:170px;height:auto;display:block}.navlinks{display:flex;gap:29px;color:#435468;font-size:13px;font-weight:650}.navlinks a:hover{color:var(--blue)}.btn{min-height:50px;padding:0 23px;border:0;border-radius:8px;display:inline-flex;align-items:center;justify-content:center;gap:12px;background:var(--blue);color:#fff;font-size:13px;font-weight:800;box-shadow:0 12px 28px #2867ee2c;transition:.2s}.btn:hover{transform:translateY(-2px);box-shadow:0 15px 32px #2867ee3b}.btn.small{min-height:41px;padding:0 17px}.btn:focus-visible,.screen-tabs button:focus-visible,summary:focus-visible{outline:3px solid #22d1a5;outline-offset:3px}

.hero{min-height:690px;padding:90px max(28px,calc((100vw - 1184px)/2)) 78px;display:grid;grid-template-columns:minmax(0,46fr) minmax(0,54fr);align-items:center;gap:32px;overflow:hidden;position:relative;background:radial-gradient(circle at 82% 18%,#123e674d,transparent 34%),linear-gradient(130deg,#07111f 0%,#0b1b2f 58%,#0b263d 100%);color:#fff}.hero::before{content:'';position:absolute;inset:0;background-image:linear-gradient(#ffffff07 1px,transparent 1px),linear-gradient(90deg,#ffffff07 1px,transparent 1px);background-size:56px 56px;mask-image:linear-gradient(90deg,transparent,#000)}.hero-copy,.hero-product{position:relative;z-index:1}.eyebrow,.kicker{display:flex;align-items:center;gap:9px;color:var(--blue);font-size:10px;font-weight:850;letter-spacing:1.7px}.eyebrow{color:#49d8c0}.eyebrow i{width:25px;border-top:2px solid #49d8c0}.hero h1{margin:20px 0 21px;font-size:clamp(45px,4.6vw,68px);line-height:1.02;letter-spacing:-3.4px}.hero h1 em,h2 em{color:#47bff0;font-style:normal}.hero-copy>p{max-width:540px;color:#b8c6d3;font-size:17px;line-height:1.72}.actions{display:flex;align-items:center;gap:27px;margin-top:31px}.watch{font-size:13px;font-weight:750}.watch i{display:inline-grid;place-items:center;width:31px;height:31px;margin-right:8px;border:1px solid #5e7182;border-radius:50%;color:#46d9bd;font-size:8px}.trust{display:flex;gap:22px;flex-wrap:wrap;margin-top:28px;color:#9fb0bf;font-size:11px;font-weight:650}.trust span::first-letter{color:var(--green)}.hero-product{width:100%;max-width:690px;margin-left:0}.hero-product>img{display:block;width:100%;height:auto;border:1px solid #365169;border-radius:13px;box-shadow:0 36px 75px #0009}.shot-label{position:absolute;z-index:2;top:-18px;right:20px;padding:9px 12px;border:1px solid #37546a;border-radius:7px;background:#0c1d2d;color:#afbfcb;font-size:8px;font-weight:800;letter-spacing:1px;box-shadow:0 10px 25px #0005}.shot-label span{color:var(--green)}.disclaimer{min-height:64px;padding:15px 25px;display:flex;align-items:center;justify-content:center;gap:13px;background:#0b1c2d;color:#91a4b5;font-size:11px}.disclaimer b{color:#fff}.disclaimer b::before{content:'i';display:inline-grid;place-items:center;width:18px;height:18px;margin-right:8px;border:1px solid #3f6078;border-radius:50%;color:#43d4bc;font-size:9px}

.section{max-width:1184px;margin:auto;padding:105px 28px}.section-head h2,.module-copy h2{margin:14px 0 0;font-size:clamp(38px,4vw,52px);line-height:1.08;letter-spacing:-2.3px}.section-head>p,.section-head.split>p{color:var(--muted);font-size:15px;line-height:1.7}.section-head.centered{text-align:center}.section-head.centered .kicker{justify-content:center}.section-head.centered>p{max-width:640px;margin:16px auto 0}.section-head.split{display:grid;grid-template-columns:1fr 390px;gap:55px;align-items:end}.screen-tabs{display:flex;justify-content:center;gap:5px;margin:45px auto 17px;padding:5px;width:max-content;max-width:100%;border:1px solid #dfe7ee;border-radius:10px;background:#f5f8fa}.screen-tabs button{padding:10px 18px;border:0;border-radius:7px;background:transparent;color:#647589;font-size:12px;font-weight:750;cursor:pointer}.screen-tabs button[aria-selected=true]{background:#fff;color:var(--blue);box-shadow:0 4px 13px #19364a18}.screen-view{display:grid;grid-template-columns:240px 1fr;gap:28px;align-items:center}.screen-copy>span{display:grid;place-items:center;width:42px;height:42px;border-radius:50%;background:#e9f0ff;color:var(--blue);font-size:11px;font-weight:900}.screen-copy h3{margin:19px 0 9px;font-size:23px;line-height:1.2}.screen-copy p{margin:0;color:var(--muted);font-size:13px;line-height:1.7}.screen-frame{overflow:hidden;border:1px solid #c8d4de;border-radius:13px;background:#07111f;box-shadow:0 30px 65px #132d401c}.frame-top{height:34px;padding:0 13px;display:flex;align-items:center;gap:6px;background:#eef3f6}.frame-top i{width:7px;height:7px;border-radius:50%;background:#c7d2db}.frame-top i:first-child{background:#ff6b6b}.frame-top i:nth-child(2){background:#ffcb57}.frame-top i:nth-child(3){background:#35c982}.frame-top b{margin-left:8px;color:#758695;font-size:8px}.screen-frame img{display:block;width:100%;height:auto}

.flow-section{background:#07192b;color:#fff}.flow-section .section{padding-top:88px;padding-bottom:92px}.flow-section .section-head>p{color:#9fb1c0}.kicker.green{color:#3fd5b8}.flow{display:flex;align-items:center;gap:14px;margin-top:50px}.flow article{flex:1;min-height:145px;padding:20px 16px;border:1px solid #233d53;border-radius:10px;background:#0d2235}.flow article i{color:#43d4b8;font-size:9px;font-style:normal;font-weight:900}.flow h3{margin:24px 0 7px;font-size:15px}.flow p{margin:0;color:#91a5b5;font-size:10px;line-height:1.5}.flow>b{color:#3ecbac;font-weight:400}

.simulator{display:grid;grid-template-columns:minmax(0,42fr) minmax(0,58fr);gap:75px;align-items:center}.module-copy>p{margin:21px 0 0;color:var(--muted);font-size:14px;line-height:1.75}.module-copy ul{margin:25px 0 0;padding:0;list-style:none;display:grid;gap:11px;font-size:12px;font-weight:700}.module-copy li{color:var(--green)}.module-copy li::first-line{color:var(--ink)}.metric-panel{overflow:hidden;border:1px solid #dbe5ed;border-radius:16px;background:#f5f8fb;box-shadow:0 25px 55px #16374f12}.metric-title{padding:20px 22px;border-bottom:1px solid #dce5ec;background:#0a1b2c;color:#fff;display:flex;flex-direction:column;gap:5px}.metric-title span{color:#48d5bb;font-size:8px;font-weight:850;letter-spacing:1.2px}.metric-title b{font-size:16px}.metric-grid{padding:14px;display:grid;grid-template-columns:repeat(3,1fr);gap:9px}.metric-grid article{min-height:105px;padding:15px;border:1px solid #e0e7ed;border-radius:9px;background:#fff;display:flex;flex-direction:column}.metric-grid small{color:#7c8b98;font-size:8px;font-weight:800;letter-spacing:.5px}.metric-grid strong{margin:9px 0 5px;font-size:22px}.metric-grid em{color:#8e9ca8;font-size:8px;font-style:normal}.metric-panel>p{margin:0;padding:0 20px 18px;color:#8a98a4;font-size:9px}

.pilot-section{background:#071522;color:#fff;overflow:hidden}.pilot-grid{display:grid;grid-template-columns:minmax(0,57fr) minmax(0,43fr);gap:65px;align-items:center}.pilot-shot{width:770px;max-width:120%;margin-left:-85px;overflow:hidden;border:1px solid #2a4258;border-radius:13px;box-shadow:0 35px 70px #0009}.pilot-shot img{display:block;width:100%;height:auto}.module-copy.light h2{font-size:44px}.module-copy.light>p{color:#a5b5c2}.pilot-points{display:grid;grid-template-columns:1fr 1fr;gap:13px;margin-top:29px}.pilot-points article{display:flex;gap:11px;padding-top:15px;border-top:1px solid #263c4e}.pilot-points article>i{display:grid;place-items:center;flex:0 0 31px;height:31px;border-radius:7px;background:#12304a;color:#43d4ba;font-size:14px;font-style:normal}.pilot-points b{font-size:11px}.pilot-points p{margin:5px 0 0;color:#8fa2b2;font-size:9px;line-height:1.55}

.benefit-grid{display:grid;grid-template-columns:1fr 1fr;gap:1px;margin-top:50px;background:#dce5ec;border:1px solid #dce5ec;border-radius:14px;overflow:hidden}.benefit-grid article{min-height:215px;padding:32px;background:#fff}.benefit-grid span{color:var(--blue);font-size:8px;font-weight:850;letter-spacing:1.2px}.benefit-grid h3{max-width:410px;margin:19px 0 11px;font-size:21px;line-height:1.3}.benefit-grid p{max-width:440px;margin:0;color:var(--muted);font-size:12px;line-height:1.65}.how{background:#f1f6fa}.how .section{padding-top:88px;padding-bottom:92px}.how h2{margin:14px 0 0;font-size:44px;letter-spacing:-2px}.steps{display:grid;grid-template-columns:repeat(4,1fr);gap:25px;margin-top:48px}.steps article{position:relative;padding-top:19px;border-top:2px solid #cbd8e2}.steps article::before{content:'';position:absolute;top:-5px;left:0;width:8px;height:8px;border-radius:50%;background:var(--blue)}.steps i{color:var(--blue);font-size:9px;font-weight:850;font-style:normal}.steps h3{margin:22px 0 8px;font-size:16px}.steps p{margin:0;color:var(--muted);font-size:11px;line-height:1.6}

.plans{display:grid;grid-template-columns:repeat(3,1fr);gap:15px;margin-top:48px;align-items:stretch}.plans>article{position:relative;padding:31px;border:1px solid #dce5ec;border-radius:13px;background:#fff}.plans>article.featured{border:2px solid var(--blue);box-shadow:0 22px 50px #1a5fe31a}.popular{position:absolute;top:-13px;right:20px;padding:7px 11px;border-radius:15px;background:var(--blue);color:#fff;font-size:7px;font-weight:900;letter-spacing:1px}.plans h3{margin:0;font-size:20px}.plans>article>p{margin:7px 0 22px;color:var(--muted);font-size:11px}.plans strong{display:block;font-size:29px}.plans>article>small{color:#83919d;font-size:9px}.plans ul{min-height:130px;margin:27px 0 25px;padding:20px 0 0;border-top:1px solid #e2e9ee;list-style:none;display:grid;gap:10px;color:#475a6d;font-size:11px}.plans li::first-letter{color:var(--green)}.plans .btn{width:100%}.btn.outline{background:#fff;color:var(--blue);border:1px solid #b8c9d8;box-shadow:none}.trust-section{background:#081a2c;color:#fff}.trust-section .section{padding-top:80px;padding-bottom:80px;display:grid;grid-template-columns:minmax(0,33fr) minmax(0,67fr);gap:60px}.trust-section h2{margin:14px 0 0;font-size:42px;letter-spacing:-2px}.trust-grid{display:grid;grid-template-columns:1fr 1fr;gap:30px}.trust-grid article{padding-left:18px;border-left:2px solid #28455b}.trust-grid b{font-size:13px}.trust-grid p{margin:8px 0 0;color:#91a5b6;font-size:10px;line-height:1.6}
.module-summary .module-number{display:block;margin-bottom:13px;color:var(--blue);font-size:8px;font-weight:900;letter-spacing:1.1px}.plans strong.result{min-height:55px;margin-top:8px;font-size:19px;line-height:1.3}.module-summary>article>p{min-height:32px}.module-summary ul{min-height:115px}.simple-flow article{min-height:170px;padding:25px}.simple-flow h3{font-size:18px}.simple-flow p{font-size:11px}.result-panel .metric-grid{grid-template-columns:1fr 1fr}.result-panel .metric-grid article{min-height:130px}.result-panel .metric-grid strong{font-size:19px}.result-panel .metric-grid em{font-size:9px;line-height:1.5}.module-bridge .section{padding-top:70px;padding-bottom:75px}.choice-plans>article>p{min-height:32px}.choice-plans .result{min-height:auto}

.faq{display:grid;grid-template-columns:minmax(0,34fr) minmax(0,66fr);gap:85px}.faq h2{margin:14px 0 0;font-size:40px;line-height:1.13;letter-spacing:-1.8px}.questions{border-top:1px solid #d9e3ea}.questions details{padding:20px 0;border-bottom:1px solid #d9e3ea}.questions summary{display:flex;justify-content:space-between;cursor:pointer;list-style:none;font-size:14px;font-weight:750}.questions summary span{color:var(--blue);font-size:18px}.questions p{margin:12px 35px 0 0;color:var(--muted);font-size:12px;line-height:1.7}.cta{min-height:400px;padding:82px 25px;position:relative;overflow:hidden;text-align:center;background:radial-gradient(circle at 50% 120%,#34d3be50,transparent 45%),linear-gradient(135deg,#075ad8,#1139a3);color:#fff}.cta::before{content:'';position:absolute;width:620px;height:620px;left:50%;top:50%;transform:translate(-50%,-50%);border:1px solid #ffffff17;border-radius:50%;box-shadow:0 0 0 100px #ffffff08,0 0 0 200px #ffffff05}.cta>*{position:relative;z-index:1}.cta .kicker{justify-content:center}.cta h2{margin:15px 0 12px;font-size:48px;line-height:1.05;letter-spacing:-2px}.cta>p{margin:0 0 27px;color:#d4e2fb;font-size:14px}.btn.white{background:#fff;color:var(--blue)}.cta>small{display:block;margin-top:13px;color:#c6d9f8;font-size:9px}footer{min-height:118px;padding:0 max(28px,calc((100vw - 1128px)/2));display:flex;align-items:center;gap:35px;background:#050f1b;color:#8295a6;font-size:10px}.light-brand img{width:175px}.light-brand{filter:none}footer p{flex:1}

@media(max-width:1050px){.navlinks{display:none}.hero{grid-template-columns:minmax(0,1fr);gap:75px;text-align:center}.hero-copy>p{margin-left:auto;margin-right:auto}.eyebrow,.actions,.trust{justify-content:center}.hero-product{margin:auto;max-width:100%}.section-head.split{grid-template-columns:1fr;gap:10px}.screen-view{grid-template-columns:1fr}.screen-copy{text-align:center;max-width:570px;margin:auto}.screen-copy>span{margin:auto}.simulator,.pilot-grid{grid-template-columns:1fr}.pilot-shot{width:100%;max-width:100%;margin:0}.module-copy.light{max-width:750px}.trust-section .section{grid-template-columns:1fr}.faq{grid-template-columns:1fr;gap:45px}}
@media(max-width:720px){.nav{height:68px;padding:0 18px}.brand img{width:145px}.btn.small{min-height:38px;padding:0 12px}.btn.small span{display:none}.hero{min-height:auto;padding:65px 19px 60px}.hero h1{font-size:42px;letter-spacing:-2.2px}.hero-copy>p{font-size:15px}.actions{flex-direction:column;gap:18px}.trust{gap:9px 16px}.hero-product{width:690px;max-width:none;transform:scale(.52);transform-origin:left top;margin-bottom:-300px}.shot-label{display:none}.disclaimer{display:block;text-align:center}.disclaimer b,.disclaimer span{display:block}.disclaimer span{margin-top:7px}.section{padding:76px 20px}.section-head h2,.module-copy h2{font-size:38px;letter-spacing:-1.8px}.screen-tabs{width:100%;display:grid;grid-template-columns:1fr 1fr;overflow:visible}.screen-tabs button{white-space:nowrap}.screen-frame{border-radius:9px}.flow{display:grid;grid-template-columns:1fr}.flow>b{transform:rotate(90deg);text-align:center}.flow article{min-height:120px}.simulator{gap:45px}.metric-grid{grid-template-columns:1fr 1fr}.metric-grid article{min-height:95px}.pilot-grid{gap:45px}.module-copy.light h2{font-size:38px}.pilot-points{grid-template-columns:1fr}.benefit-grid{grid-template-columns:1fr}.benefit-grid article{min-height:0}.steps,.plans{grid-template-columns:1fr}.steps{gap:24px}.plans{gap:24px}.trust-section .section{gap:42px}.trust-grid{grid-template-columns:1fr}.faq{padding-top:70px}.cta h2{font-size:39px}footer{padding:32px 20px;flex-direction:column;align-items:flex-start;gap:10px}footer p{margin:0}}
@media(max-width:410px){.nav .small{font-size:11px}.hero h1{font-size:38px}.hero-product{transform:scale(.48);margin-bottom:-330px}.metric-grid{grid-template-columns:1fr}.plans>article{padding:26px}.cta h2{font-size:35px}}
@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*{transition:none!important}}
@media(max-width:720px){.requirements-grid{grid-template-columns:1fr}.floating-cta{right:14px;bottom:14px;left:14px;justify-content:center}}
.plan-links { display:grid; gap:10px; }
.requirements{background:#f3f7fb}.requirements-grid{max-width:760px;margin:42px auto 0;display:grid;grid-template-columns:1fr 1fr;gap:18px}.requirements-grid article{padding:28px;border:1px solid #dce5ec;border-radius:13px;background:#fff}.requirements-grid h3{margin:0 0 18px;font-size:20px}.requirements-grid ul{margin:0;padding:0;list-style:none;display:grid;gap:11px;color:var(--muted);font-size:13px}.requirements-grid li::before{content:'✓';margin-right:8px;color:var(--green);font-weight:800}.floating-cta{position:fixed;right:24px;bottom:24px;z-index:30;min-height:48px;padding:0 18px;display:inline-flex;align-items:center;gap:10px;border-radius:999px;background:var(--blue);color:#fff;font-size:12px;font-weight:800;box-shadow:0 12px 30px #0b1c2d55}.floating-cta:hover{transform:translateY(-2px)}
