:root{
  --ink:#070b14;
  --navy:#102047;
  --muted:#687184;
  --line:#e8ebf0;
  --soft:#f3f5f8;
  --lime:#b8ff00;
  --lime-deep:#9ce600;
  --white:#fff;
  --shadow:0 18px 45px rgba(15,30,65,.08);
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;color:var(--ink);background:#fff;line-height:1.55}
a{color:inherit;text-decoration:none}
.container{width:min(1460px,calc(100% - 72px));margin:0 auto}
.topbar{background:#07101d;color:#fff;font-size:14px;letter-spacing:.01em}
.topbar .container{display:flex;justify-content:center;align-items:center;gap:16px;min-height:42px;white-space:nowrap;overflow:hidden}
.topbar .dot{opacity:.35}.topbar a{opacity:.95}
.nav{background:#fff;border-bottom:1px solid var(--line);position:sticky;top:0;z-index:30}
.navin{min-height:96px;display:flex;align-items:center;gap:34px}
.brand{font-size:38px;font-weight:900;letter-spacing:-.055em;color:var(--navy);line-height:1}.brand span{color:var(--lime-deep)}
.links{display:flex;align-items:center;gap:35px;margin-left:18px;flex:1;font-weight:760;font-size:17px;color:#1d2940}
.links a{transition:.2s ease}.links a:hover{color:#000}
.links .push{margin-left:auto}
.navcta{background:var(--lime)!important;color:#020702!important;padding:16px 26px;border-radius:17px;box-shadow:0 14px 32px rgba(184,255,0,.2)}
.navcta:hover{transform:translateY(-1px);background:var(--lime-deep)!important}
.menu{display:none;border:0;background:transparent;font-size:28px}
.hero{padding:105px 0 32px;text-align:center;min-height:640px;display:flex;align-items:center}
.hero .container{max-width:1240px}
.eyebrow,.kicker{text-transform:uppercase;letter-spacing:.24em;font-size:13px;font-weight:650;color:#77829a}
.hero h1,.pagehero h1{margin:23px auto 22px;font-size:clamp(56px,6vw,96px);line-height:.98;letter-spacing:-.06em;font-weight:900;max-width:1220px}
.hero h1 .accent,.pagehero h1 .accent{color:var(--navy)}
.hero p,.pagehero p{font-size:24px;line-height:1.48;color:var(--muted);max-width:930px;margin:0 auto}
.hero-lines{display:flex;justify-content:center;gap:16px 28px;flex-wrap:wrap;margin:21px 0 0;color:#263149;font-weight:700;font-size:15px}
.hero-lines span+span:before{content:"•";margin-right:28px;color:#aab1bd}
.actions{display:flex;justify-content:center;gap:14px;flex-wrap:wrap;margin-top:34px}
.btn{display:inline-flex;align-items:center;justify-content:center;padding:16px 26px;border-radius:15px;font-weight:800;font-size:16px;transition:.2s ease;border:1px solid transparent}
.btn.primary{background:var(--lime);color:#050800;box-shadow:0 12px 28px rgba(184,255,0,.18)}
.btn.primary:hover{background:var(--lime-deep);transform:translateY(-1px)}
.btn.secondary{background:var(--soft);color:#111827;border-color:#edf0f4}
.btn.secondary:hover{background:#eaedf2}
.section{padding:88px 0}
.section:nth-of-type(even){background:#fbfcfd}
.section-head{display:grid;grid-template-columns:1.15fr .85fr;gap:56px;align-items:end;margin-bottom:38px}
.section-head h2{margin:8px 0 0;font-size:clamp(42px,4vw,66px);line-height:1.04;letter-spacing:-.045em}
.section-head p{margin:0;color:var(--muted);font-size:19px;line-height:1.65}
.grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:22px}
.card,.step,.principle,.contactitem,.factbox{background:#fff;border:1px solid var(--line);border-radius:22px;padding:30px;box-shadow:0 10px 30px rgba(20,32,58,.035)}
.card{min-height:350px;display:flex;flex-direction:column}
.meta{display:flex;justify-content:space-between;gap:14px;align-items:center;margin-bottom:22px}
.tag{font-size:12px;text-transform:uppercase;letter-spacing:.16em;color:#657086;font-weight:800}.status{font-size:12px;background:#f0f3f6;padding:7px 10px;border-radius:999px;color:#546075;font-weight:750}
.card h3,.card h2{font-size:32px;line-height:1.1;letter-spacing:-.035em;margin:0 0 12px;color:var(--navy)}
.card p{font-size:18px;color:var(--muted);margin:0 0 18px}.list{margin:0 0 20px;padding-left:20px;color:#313a4e}.list li{margin:8px 0}
.cardlink{margin-top:auto;font-weight:820;color:#102047}
.steps{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:18px}.step b{font-size:12px;letter-spacing:.16em;color:#6f7a91}.step h3{font-size:24px;line-height:1.15;margin:20px 0 10px}.step p{color:var(--muted);margin:0}
.principles{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px}.principle h3{font-size:25px;margin:0 0 10px}.principle p{color:var(--muted);margin:0}
.strip{background:#08111f;color:#fff;border-radius:26px;padding:48px;display:flex;justify-content:space-between;gap:40px;align-items:center}.strip h3{font-size:36px;line-height:1.1;margin:8px 0 12px}.strip p{margin:0;color:#c6cfda;max-width:720px}.strip .kicker{color:#9facbd}
.pagehero{padding:95px 0 70px;text-align:center;background:#fff}.pagehero .container{max-width:1180px}.pagehero h1{font-size:clamp(52px,5vw,82px)}
.product-detail{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:22px}.product-detail .card{min-height:0}.note{background:#f4f6f8;border-radius:14px;padding:16px;color:#596477;font-size:14px}
.about-grid{display:grid;grid-template-columns:1.3fr .7fr;gap:50px;text-align:left;align-items:start}.about-grid h1{margin-left:0}.about-grid p{margin-left:0}.prose p{font-size:19px;color:var(--muted);max-width:800px}.factbox{display:grid;gap:22px}.factbox strong,.factbox h3{font-size:28px;margin:4px 0}.mini{font-size:14px;color:#788297}
.contactbox{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:22px}.contactitem h3{font-size:30px;line-height:1.15;margin:10px 0}.contactitem p{color:var(--muted);font-size:18px}
.footer{border-top:1px solid var(--line);padding:46px 0;background:#fff}.footin{display:grid;grid-template-columns:1fr auto auto;gap:40px;align-items:center}.footlinks{display:flex;gap:22px;font-weight:700;color:#3b4659}
@media(max-width:900px){
 .container{width:min(100% - 36px,1200px)}.topbar .container{justify-content:flex-start;overflow-x:auto}.navin{min-height:78px}.brand{font-size:31px}.menu{display:block;margin-left:auto}.links{display:none;position:absolute;left:0;right:0;top:78px;background:#fff;border-bottom:1px solid var(--line);padding:20px 24px;flex-direction:column;align-items:flex-start;margin:0;gap:18px}.links.open{display:flex}.links .push{margin-left:0}.navcta{width:100%;text-align:center}.hero{padding:72px 0 50px;min-height:0}.hero h1,.pagehero h1{font-size:clamp(48px,13vw,70px)}.hero p,.pagehero p{font-size:20px}.hero-lines{font-size:14px}.hero-lines span+span:before{display:none}.section{padding:65px 0}.section-head,.about-grid{grid-template-columns:1fr;gap:20px}.grid,.product-detail,.contactbox{grid-template-columns:1fr}.steps{grid-template-columns:1fr 1fr}.principles{grid-template-columns:1fr}.strip{padding:32px;flex-direction:column;align-items:flex-start}.strip .actions{margin-top:0}.footin{grid-template-columns:1fr}.footlinks{flex-wrap:wrap}
}
@media(max-width:560px){.steps{grid-template-columns:1fr}.card,.step,.principle,.contactitem,.factbox{padding:23px}.navin{gap:10px}.hero h1,.pagehero h1{font-size:46px}.section-head h2{font-size:42px}}


/* Product concept pages */
.featured-card{border-color:#dfe5ee;box-shadow:0 18px 40px rgba(16,32,71,.07)}
.product-hero{padding:88px 0 54px;background:#fff}
.product-hero .backlink{display:inline-flex;gap:8px;align-items:center;font-weight:800;color:#4c5870;margin-bottom:30px}
.product-hero .hero-grid{display:grid;grid-template-columns:.88fr 1.12fr;gap:58px;align-items:center}
.product-hero h1{font-size:clamp(50px,5vw,78px);line-height:.98;letter-spacing:-.055em;margin:12px 0 22px;color:var(--navy)}
.product-hero p{font-size:21px;color:var(--muted);max-width:680px}
.product-badges{display:flex;gap:10px;flex-wrap:wrap;margin:24px 0 0}.product-badges span{padding:8px 12px;border-radius:999px;background:#f1f4f7;color:#48546a;font-size:13px;font-weight:800}
.mock-shell{background:#0b1323;border-radius:26px;padding:14px;box-shadow:0 30px 70px rgba(6,14,30,.18);border:1px solid #18243a}
.mock-window{background:#f7f9fc;border-radius:18px;overflow:hidden;min-height:430px}
.mock-top{height:52px;background:#fff;border-bottom:1px solid #e5eaf0;display:flex;align-items:center;justify-content:space-between;padding:0 18px;font-size:12px;font-weight:800;color:#526078}.mock-dots{display:flex;gap:6px}.mock-dots i{width:8px;height:8px;border-radius:50%;background:#d9dee7}.mock-brand{color:var(--navy);font-weight:900}.mock-brand b{color:var(--lime-deep)}
.mock-body{display:grid;grid-template-columns:150px 1fr;min-height:378px}.mock-side{background:#101a2e;color:#dce4f0;padding:18px 14px}.mock-side strong{display:block;color:#fff;margin-bottom:18px}.mock-side span{display:block;padding:9px 8px;border-radius:8px;font-size:11px;margin:5px 0}.mock-side span.active{background:#1b2a45;color:#fff}.mock-main{padding:18px;background:#f7f9fc}.mock-title{display:flex;align-items:center;justify-content:space-between;gap:16px;margin-bottom:16px}.mock-title h3{margin:0;color:#15264b;font-size:19px}.mock-action{background:var(--lime);padding:8px 11px;border-radius:9px;font-size:10px;font-weight:900;color:#0a0f18}.metric-row{display:grid;grid-template-columns:repeat(3,1fr);gap:9px;margin-bottom:14px}.metric{background:#fff;border:1px solid #e4e9ef;border-radius:11px;padding:11px}.metric b{display:block;color:#15264b;font-size:20px}.metric span{font-size:9px;color:#7b8597}.mock-table{background:#fff;border:1px solid #e4e9ef;border-radius:12px;overflow:hidden}.mock-tr{display:grid;grid-template-columns:1.45fr 1fr .8fr .8fr;gap:8px;align-items:center;padding:10px 11px;border-bottom:1px solid #edf0f4;font-size:9px;color:#4e596c}.mock-tr:last-child{border-bottom:0}.mock-tr.head{font-weight:900;color:#7b8597;background:#fafbfd;text-transform:uppercase;letter-spacing:.05em}.pill{display:inline-block;padding:4px 7px;border-radius:999px;background:#eef2f6;font-weight:800}.pill.warn{background:#fff2cc;color:#815d00}.pill.good{background:#e8f7ed;color:#196b37}.pill.hot{background:#ffe9e9;color:#9d2d2d}
.product-story{display:grid;grid-template-columns:1fr 1fr;gap:28px}.story-card{background:#fff;border:1px solid var(--line);border-radius:22px;padding:30px}.story-card h2,.story-card h3{color:var(--navy);letter-spacing:-.03em}.story-card p{color:var(--muted);font-size:17px}.step-list{display:grid;gap:13px;margin-top:18px}.step-line{display:grid;grid-template-columns:34px 1fr;gap:12px;align-items:start}.step-line b{width:34px;height:34px;border-radius:10px;background:#eef2f6;display:grid;place-items:center;color:#12224b}.step-line strong{display:block;margin-bottom:3px}.concept-note{margin-top:20px;background:#f2f5f8;border-radius:14px;padding:15px 16px;color:#586477;font-size:14px}
@media(max-width:900px){.product-hero .hero-grid,.product-story{grid-template-columns:1fr}.mock-body{grid-template-columns:110px 1fr}.product-hero{padding-top:58px}}
@media(max-width:560px){.mock-shell{padding:8px}.mock-body{grid-template-columns:1fr}.mock-side{display:none}.metric-row{grid-template-columns:1fr 1fr}.metric-row .metric:last-child{grid-column:1/-1}.mock-tr{grid-template-columns:1.4fr 1fr .8fr}.mock-tr span:nth-child(4){display:none}}


/* Product-first detail pages */
.product-card-actions{display:flex;gap:12px;flex-wrap:wrap;margin-top:auto;padding-top:10px}
.product-card-actions .btn{padding:12px 16px;border-radius:12px;font-size:14px}
.product-card-actions .btn.text{background:transparent;border-color:var(--line);color:var(--navy)}
.walkthrough{display:grid;gap:22px}.walkthrough-row{display:grid;grid-template-columns:.72fr 1.28fr;gap:34px;align-items:center;padding:34px;border:1px solid var(--line);border-radius:24px;background:#fff}.walkthrough-row:nth-child(even){grid-template-columns:1.28fr .72fr}.walkthrough-row:nth-child(even)>.walk-copy{order:2}.walk-copy .num{display:inline-grid;place-items:center;width:34px;height:34px;border-radius:10px;background:var(--lime);font-weight:900;margin-bottom:14px}.walk-copy h3{font-size:30px;line-height:1.08;color:var(--navy);margin:0 0 10px;letter-spacing:-.035em}.walk-copy p{font-size:17px;color:var(--muted);margin:0}.ui-panel{border:1px solid #dfe5ed;border-radius:18px;background:#f7f9fc;padding:18px;box-shadow:0 18px 36px rgba(16,32,71,.06)}
.ui-toolbar{display:flex;justify-content:space-between;align-items:center;gap:12px;margin-bottom:14px}.ui-title{font-weight:900;color:var(--navy)}.ui-chip{font-size:11px;font-weight:900;border-radius:999px;padding:7px 10px;background:#eef2f6;color:#4a566c}.ui-chip.lime{background:var(--lime);color:#111}.ui-list{display:grid;gap:9px}.ui-row{display:grid;grid-template-columns:1.4fr 1fr auto;gap:12px;align-items:center;background:#fff;border:1px solid #e7ebf0;border-radius:12px;padding:12px 13px;font-size:12px;color:#4d586c}.ui-row strong{color:#17264a}.ui-row small{color:#7b8494}.ui-message{background:#fff;border:1px solid #e4e9ef;border-radius:14px;padding:15px;color:#455168;font-size:13px}.ui-message b{display:block;color:var(--navy);margin-bottom:6px}.ui-output{background:#0b1323;color:#eaf0f8;border-radius:16px;padding:18px}.ui-output .label{font-size:10px;letter-spacing:.13em;text-transform:uppercase;color:#97a5bd}.ui-output h4{font-size:19px;margin:8px 0 12px;color:#fff}.ui-output p{margin:0;color:#c7d1df;font-size:13px}.ui-kpis{display:grid;grid-template-columns:repeat(3,1fr);gap:9px}.ui-kpi{background:#fff;border:1px solid #e5eaf0;border-radius:12px;padding:14px}.ui-kpi b{display:block;font-size:22px;color:var(--navy)}.ui-kpi span{font-size:10px;color:#7a8598}.status-block{display:grid;grid-template-columns:1fr auto;gap:30px;align-items:center;background:#07101d;color:#fff;border-radius:26px;padding:38px}.status-block h2{font-size:34px;line-height:1.08;margin:7px 0 10px}.status-block p{color:#c7d0dc;margin:0;max-width:760px}.status-block .kicker{color:#9dadc1}.product-navline{display:flex;gap:10px;flex-wrap:wrap;margin-top:24px}.product-navline a{font-size:13px;font-weight:850;padding:9px 12px;border:1px solid var(--line);border-radius:999px;background:#fff}.product-navline a.active{background:#07101d;color:#fff;border-color:#07101d}
.live-tag{display:inline-flex;align-items:center;gap:7px;font-size:12px;font-weight:900;border-radius:999px;padding:7px 11px;background:#eaf8ed;color:#1e6c39}.live-tag:before{content:"";width:7px;height:7px;border-radius:50%;background:#35a35b}.concept-tag{display:inline-flex;font-size:12px;font-weight:900;border-radius:999px;padding:7px 11px;background:#fff2cc;color:#7c5c00}
@media(max-width:900px){.walkthrough-row,.walkthrough-row:nth-child(even){grid-template-columns:1fr}.walkthrough-row:nth-child(even)>.walk-copy{order:0}.status-block{grid-template-columns:1fr}.ui-kpis{grid-template-columns:1fr 1fr}.product-card-actions{align-items:stretch}.product-card-actions .btn{flex:1}}
@media(max-width:560px){.walkthrough-row{padding:22px}.ui-row{grid-template-columns:1fr auto}.ui-row small{display:none}.ui-kpis{grid-template-columns:1fr}.status-block{padding:28px}}
