:root{--ink:#06172b;--blue:#003ea5;--deep:#061c35;--orange:#f6a800;--paper:#f3f6f9;--line:#dbe3ea;--muted:#637487;--green:#10a86b;--white:#fff}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;color:var(--ink);background:#fff;font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;font-size:16px;line-height:1.55}a{color:inherit}.site-header{height:82px;display:flex;align-items:center;justify-content:space-between;padding:0 clamp(22px,5vw,76px);border-bottom:1px solid var(--line);position:sticky;top:0;z-index:20;background:rgba(255,255,255,.94);backdrop-filter:blur(12px)}.brand{display:flex;align-items:center;gap:11px;text-decoration:none}.brand img{width:46px;height:46px;object-fit:contain}.brand span{display:flex;flex-direction:column;line-height:1.08}.brand b{font-size:1.1rem;letter-spacing:.08em}.brand small{font-size:.67rem;letter-spacing:.12em;color:var(--muted);margin-top:5px}.site-header nav{display:flex;gap:32px}.site-header nav a{text-decoration:none;font-weight:650;font-size:.92rem}.button{display:inline-flex;align-items:center;justify-content:center;border:0;border-radius:5px;background:var(--orange);color:#161202;text-decoration:none;font-weight:850;padding:14px 22px;cursor:pointer;min-height:50px;font:inherit;font-weight:850}.button:hover{filter:brightness(.95)}.button.compact{min-height:42px;padding:10px 17px}.hero{min-height:720px;display:grid;grid-template-columns:1.02fr .98fr;align-items:center;gap:clamp(36px,6vw,92px);padding:80px clamp(22px,6vw,90px);background:linear-gradient(135deg,#f7f9fb 0%,#fff 55%,#edf3fa 100%);overflow:hidden}.eyebrow{font-size:.74rem;font-weight:900;letter-spacing:.17em;text-transform:uppercase;color:var(--blue);margin:0 0 14px}.hero h1{font-size:clamp(3.15rem,5.5vw,6.25rem);line-height:.94;letter-spacing:-.06em;margin:0;max-width:900px}.hero h1 em{color:var(--blue);font-style:normal}.lead{font-size:clamp(1.08rem,1.6vw,1.35rem);max-width:670px;color:#465a6f;margin:30px 0}.actions{display:flex;align-items:center;gap:28px;flex-wrap:wrap}.text-link{font-weight:800;text-decoration:none}.text-link span{color:var(--blue)}.proof{display:grid;grid-template-columns:repeat(3,1fr);gap:18px;margin:50px 0 0}.proof div{border-left:3px solid var(--orange);padding-left:13px}.proof dt{font-weight:850}.proof dd{margin:4px 0 0;color:var(--muted);font-size:.83rem}.hero-visual{background:var(--deep);color:#fff;padding:22px;border-radius:4px;box-shadow:0 34px 80px rgba(6,28,53,.25);transform:rotate(1deg);position:relative}.visual-top{display:flex;justify-content:space-between;font-size:.75rem;letter-spacing:.13em;font-weight:850;margin-bottom:18px}.live{color:#7bf0b7}.visual-kpis{display:grid;grid-template-columns:repeat(3,1fr);gap:10px;margin-bottom:12px}.visual-kpis div{background:#102d4d;padding:14px}.visual-kpis small{display:block;color:#a9b9ca}.visual-kpis b{font-size:1.6rem}.visual-kpis .warn{color:#ffc233}.hero-visual img{width:100%;height:210px;object-fit:cover;display:block;filter:saturate(.8) contrast(1.05)}.asset-row{display:flex;justify-content:space-between;align-items:center;padding:13px 5px;border-bottom:1px solid rgba(255,255,255,.12)}.asset-row span{display:flex;align-items:center;gap:9px}.asset-row i{width:9px;height:9px;border-radius:50%;background:var(--green)}.asset-row i.watch{background:var(--orange)}section:not(.hero,.cta){padding:100px clamp(22px,6vw,90px)}.section-head{max-width:720px;margin-bottom:45px}.section-head h2{font-size:clamp(2.25rem,4vw,4rem);line-height:1.02;letter-spacing:-.045em;margin:0 0 20px}.section-head>p:last-child{color:var(--muted);font-size:1.08rem}.platform{background:var(--deep);color:#fff}.platform .eyebrow{color:#68a4ff}.platform .section-head>p:last-child{color:#aebdcb}.capabilities{display:grid;grid-template-columns:repeat(4,1fr);border-top:1px solid #34506c}.capabilities article{padding:28px 26px 18px 0;border-right:1px solid #34506c;margin-right:26px}.capabilities article:last-child{border-right:0}.capabilities span{color:var(--orange);font-weight:850}.capabilities h3{font-size:1.25rem;margin:32px 0 10px}.capabilities p{color:#adbdcc;font-size:.94rem}.plans{background:var(--paper)}.plan-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.plan{background:#fff;border:1px solid var(--line);padding:32px;display:flex;flex-direction:column;min-height:470px;position:relative}.plan.featured{background:var(--deep);color:#fff;border-color:var(--deep);transform:translateY(-12px)}.recommended{position:absolute;top:0;right:0;background:var(--orange);color:#151100;padding:7px 11px;font-size:.68rem;font-weight:950;letter-spacing:.08em}.plan-type{font-weight:900;color:var(--blue);margin:0}.featured .plan-type{color:#79aaff}.plan h3{font-size:2.35rem;letter-spacing:-.04em;margin:10px 0 2px}.plan h3 small{font-size:1rem;letter-spacing:0}.plan div>p:last-child{color:var(--muted)}.featured div>p:last-child{color:#adbdcc}.plan ul{list-style:none;padding:0;margin:30px 0;flex:1}.plan li{padding:10px 0 10px 24px;border-bottom:1px solid var(--line);position:relative}.featured li{border-color:#284562}.plan li:before{content:'✓';position:absolute;left:0;color:var(--green);font-weight:950}.plan .button{width:100%}.button.outline{background:transparent;border:2px solid var(--blue);color:var(--blue)}.checkout-note{text-align:center;min-height:24px;color:var(--blue);font-weight:750;margin:24px 0 0}.start{background:#fff}.steps{list-style:none;padding:0;margin:0;display:grid;grid-template-columns:repeat(4,1fr);gap:16px}.steps li{border-top:4px solid var(--blue);padding:25px 18px 10px 0;display:flex;gap:18px}.steps li>b{font-size:2rem;color:#bec9d4}.steps h3{margin:3px 0 8px}.steps p{color:var(--muted);margin:0}.cta{margin:0 clamp(22px,6vw,90px) 90px;background:linear-gradient(120deg,var(--blue),#0068bf);color:#fff;padding:60px;display:flex;justify-content:space-between;align-items:end;gap:28px}.cta .eyebrow{color:#bcd7ff}.cta h2{font-size:clamp(2rem,3.5vw,3.5rem);line-height:1.04;margin:0;letter-spacing:-.04em}.button.light{background:#fff;color:var(--blue);white-space:nowrap}footer{background:#061321;color:#aebdcb;padding:42px clamp(22px,6vw,90px);display:grid;grid-template-columns:1fr 1.5fr 1fr;gap:25px;align-items:center;font-size:.85rem}.footer-brand{color:#fff}.footer-brand img{background:#fff;border-radius:4px}footer>div:last-child{display:flex;flex-direction:column;align-items:flex-end;gap:5px}footer a{color:#fff}@media(max-width:980px){.site-header nav{display:none}.hero{grid-template-columns:1fr;padding-top:55px}.hero-visual{max-width:680px}.capabilities,.steps{grid-template-columns:repeat(2,1fr)}.plan-grid{grid-template-columns:1fr}.plan.featured{transform:none}.plan{min-height:auto}.cta{align-items:flex-start;flex-direction:column}footer{grid-template-columns:1fr}footer>div:last-child{align-items:flex-start}}@media(max-width:620px){.site-header .button{display:none}.hero h1{font-size:3.15rem}.proof,.capabilities,.steps{grid-template-columns:1fr}.hero-visual{padding:14px}.visual-kpis b{font-size:1.2rem}.hero-visual img{height:150px}section:not(.hero,.cta){padding-top:70px;padding-bottom:70px}.cta{padding:36px 24px;margin-bottom:40px}.button.light{white-space:normal;width:100%}}
