:root{
  --bg:#f7f8fb;
  --surface:#fff;
  --ink:#111827;
  --muted:#667085;
  --line:#e5e7eb;
  --purple:#6d28d9;
  --purple-soft:#8b5cf6;
  --dark:#0b0f14;
  --dark-2:#131922;
  --soft:#eef1f6;
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;font-family:Inter,system-ui,sans-serif;background:var(--bg);color:var(--ink);line-height:1.6}
a{text-decoration:none;color:inherit}
.container{width:min(1160px,calc(100% - 40px));margin:auto}
.site-header{position:sticky;top:0;z-index:50;background:rgba(247,248,251,.88);backdrop-filter:blur(14px);border-bottom:1px solid rgba(229,231,235,.9)}
.nav-wrap{height:74px;display:flex;align-items:center;gap:28px}
.brand{display:flex;align-items:center;gap:10px;font:800 21px Manrope,sans-serif}
.mark{display:grid;place-items:center;width:34px;height:34px;border-radius:10px;background:var(--dark);color:#fff}
.mark.large{width:44px;height:44px;border-radius:13px}
.nav{margin-left:auto;display:flex;gap:26px}
.nav a{font-size:14px;font-weight:600;color:#475467}
.btn{display:inline-flex;align-items:center;justify-content:center;padding:14px 20px;border-radius:12px;border:1px solid transparent;font-weight:700;transition:.2s}
.btn:hover{transform:translateY(-1px)}
.btn-sm{padding:10px 14px;font-size:14px}
.btn-primary{background:var(--purple);color:#fff;box-shadow:0 12px 28px rgba(109,40,217,.2)}
.btn-dark{background:var(--dark);color:#fff}
.btn-ghost{background:#fff;border-color:#d0d5dd}
.full{width:100%}
.eyebrow{font-size:12px;text-transform:uppercase;letter-spacing:.14em;font-weight:800;color:var(--purple);margin-bottom:14px}
.eyebrow.light{color:#c4b5fd}
h1,h2,h3{font-family:Manrope,sans-serif;letter-spacing:-.04em;margin:0}
h1{font-size:clamp(50px,6.4vw,80px);line-height:1.02}
h1 span{color:var(--purple)}
h2{font-size:clamp(36px,4.5vw,56px);line-height:1.08}
h3{font-size:22px;line-height:1.2}
.hero{padding:96px 0 86px;background:radial-gradient(circle at 82% 10%,rgba(109,40,217,.11),transparent 34%),linear-gradient(#fff,#f7f8fb)}
.hero-grid{display:grid;grid-template-columns:1.15fr .85fr;gap:72px;align-items:center}
.lead{font-size:20px;max-width:720px;color:#475467;margin:28px 0}
.actions{display:flex;gap:12px;flex-wrap:wrap}
.micro{display:flex;gap:18px;flex-wrap:wrap;margin-top:24px;color:#667085;font-size:13px;font-weight:700}
.micro span:before{content:"✓";color:#16a34a;margin-right:7px}
.hero-panel{background:var(--dark);color:#fff;border-radius:28px;padding:28px;box-shadow:0 28px 70px rgba(17,24,39,.18)}
.panel-label{font-size:10px;letter-spacing:.14em;font-weight:800;color:#98a2b3;margin-bottom:14px}
.accent-label{color:#c4b5fd}
.vendor-list{display:grid;grid-template-columns:repeat(2,1fr);gap:8px}
.vendor-list span{padding:12px;background:#1f2937;border:1px solid #374151;border-radius:10px;font-size:13px}
.panel-divider{height:1px;background:#2b3441;margin:22px 0}
.partner-row{display:flex;align-items:center;gap:14px}
.partner-row small{display:block;color:#9ca3af;margin-top:4px}
.section{padding:96px 0}
.split{display:grid;grid-template-columns:1fr 1fr;gap:80px}
.body-copy{font-size:18px;color:#475467}
.strong{font-weight:800;color:var(--ink)}
.problem{background:#fff}
.imagination{background:var(--soft)}
.imagination-inner{text-align:center;max-width:900px}
.imagination-inner p{font-size:18px;color:#667085;max-width:700px;margin:20px auto 0}
.os-section{background:var(--dark);color:#fff}
.os-head{display:flex;justify-content:space-between;gap:70px;align-items:end;margin-bottom:48px}
.os-head>div{max-width:760px}
.os-head>p{max-width:410px;color:#9ca3af;margin:0}
.os-flow{display:grid;grid-template-columns:repeat(4,1fr);border-top:1px solid #29313d;border-bottom:1px solid #29313d}
.os-stage{padding:34px 24px 36px;border-right:1px solid #29313d}
.os-stage:last-child{border-right:none}
.stage-num{font-size:12px;color:#6b7280;font-weight:800;margin-bottom:70px}
.stage-kicker{font-size:10px;letter-spacing:.14em;color:#c4b5fd;font-weight:800;margin-bottom:8px}
.os-stage p{color:#9ca3af}
.os-stage ul{list-style:none;padding:0;margin:22px 0 0}
.os-stage li{padding:8px 0;border-bottom:1px solid #232a34;color:#d1d5db}
.os-stage li:before{content:"✓";margin-right:8px;color:#a78bfa}
.cost{background:#fff}
.cost-grid{display:grid;grid-template-columns:1fr 1fr;gap:80px;align-items:center}
.compare{border:1px solid var(--line);border-radius:22px;overflow:hidden;box-shadow:0 18px 50px rgba(17,24,39,.07)}
.compare-row{display:flex;justify-content:space-between;gap:20px;padding:18px 20px;border-bottom:1px solid var(--line)}
.compare-row span{color:#667085}
.compare-head{background:#f9fafb}
.compare-row.total{background:var(--dark);color:#fff;border-bottom:none}
.compare-row.total span{color:#fff}
.audit{background:var(--soft)}
.audit-grid{display:grid;grid-template-columns:1fr .8fr;gap:72px;align-items:center}
.lead-small{font-size:18px;color:#475467}
.pill-row{display:flex;gap:9px;flex-wrap:wrap;margin-top:28px}
.pill-row span,.industry-tags span{background:#fff;border:1px solid var(--line);border-radius:999px;padding:9px 12px;font-size:13px;font-weight:700;color:#475467}
.audit-form{background:#fff;border:1px solid var(--line);border-radius:22px;padding:24px;display:grid;gap:14px;box-shadow:0 18px 50px rgba(17,24,39,.08)}
.form-title{font:800 20px Manrope,sans-serif}
.audit-form label{display:grid;gap:7px;font-size:13px;font-weight:700;color:#344054}
.audit-form input,.audit-form select{width:100%;padding:13px 14px;border:1px solid #d0d5dd;border-radius:10px;font:inherit;background:#fff}
.fine{font-size:12px;color:#667085;text-align:center;margin:0}
.choice{background:var(--dark);color:#fff}
.choice-head{text-align:center;max-width:900px;margin:0 auto 42px}
.choice-head p{color:#9ca3af;font-size:17px}
.choice-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}
.choice-grid article{background:var(--dark-2);border:1px solid #29313d;border-radius:22px;padding:28px;min-height:310px;display:flex;flex-direction:column}
.choice-grid article.featured{background:#1b1426;border-color:#6d28d9}
.choice-label{font-size:10px;letter-spacing:.14em;color:#c4b5fd;font-weight:800;margin-bottom:52px}
.choice-grid p{color:#aab3c2}
.choice-grid strong{margin-top:auto;border-top:1px solid #29313d;padding-top:18px;font-size:13px}
.industries{background:#fff}
.section-head{display:flex;justify-content:space-between;gap:70px;align-items:end;margin-bottom:38px}
.section-head>div{max-width:740px}
.section-head>p{max-width:420px;color:#667085;margin:0}
.industry-tags{display:flex;gap:10px;flex-wrap:wrap}
.promise{background:var(--dark);color:#fff}
.promise-inner{text-align:center;max-width:920px}
.promise-inner p{color:#c7ced8;font-size:18px;margin:18px auto 26px}
footer{background:var(--dark);color:#fff;padding:52px 0 24px;border-top:1px solid #232a34}
.footer-grid{display:flex;justify-content:space-between;gap:30px}
.footer-grid p{color:#9ca3af}
.footer-links{display:flex;gap:20px;color:#d1d5db;font-size:14px}
.footer-bottom{border-top:1px solid #29313d;margin-top:34px;padding-top:20px;display:flex;justify-content:space-between;color:#6b7280;font-size:12px}
@media(max-width:980px){
  .nav{display:none}
  .hero-grid,.split,.cost-grid,.audit-grid{grid-template-columns:1fr;gap:42px}
  .os-head,.section-head{display:block}
  .os-head>p,.section-head>p{margin-top:16px}
  .os-flow{grid-template-columns:repeat(2,1fr)}
  .os-stage:nth-child(2){border-right:none}
  .os-stage:nth-child(-n+2){border-bottom:1px solid #29313d}
  .choice-grid{grid-template-columns:1fr}
}
@media(max-width:640px){
  .container{width:min(100% - 28px,1160px)}
  .site-header .btn-sm{display:none}
  .hero{padding:70px 0 56px}
  h1{font-size:44px}
  h2{font-size:36px}
  .lead{font-size:18px}
  .actions .btn{width:100%}
  .section{padding:72px 0}
  .os-flow{grid-template-columns:1fr}
  .os-stage{border-right:none;border-bottom:1px solid #29313d!important}
  .os-stage:last-child{border-bottom:none!important}
  .stage-num{margin-bottom:36px}
  .footer-grid,.footer-bottom{display:block}
  .footer-links{margin-top:22px;flex-wrap:wrap}
}

.notion-footer{background:#f7f7f5;color:#191919;border-top:1px solid #e6e6e3;padding:64px 0 28px}.footer-main{display:grid;grid-template-columns:1.15fr 2fr;gap:88px;align-items:start}.footer-brand{color:#191919}.footer-brand-column{display:flex;flex-direction:column;align-items:flex-start}.social-row{display:flex;gap:9px;margin-top:26px}.social-icon{width:34px;height:34px;display:grid;place-items:center;border:1px solid #d8d8d4;border-radius:8px;background:#fff;color:#31312f;transition:.18s ease}.social-icon:hover{transform:translateY(-1px);border-color:#b8b8b2;background:#efefec}.social-icon svg{width:17px;height:17px;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}.social-icon:nth-child(2) svg path,.social-icon:nth-child(3) svg path{fill:currentColor;stroke:none}.footer-controls{display:flex;gap:10px;flex-wrap:wrap;margin-top:28px}.lang-switch{display:flex;border:1px solid #d8d8d4;border-radius:9px;overflow:hidden;background:#fff}.control-btn,.theme-toggle{border:0;background:transparent;color:#44443f;font:600 12px Inter,sans-serif;cursor:pointer}.control-btn{padding:9px 11px}.control-btn.active{background:#191919;color:#fff}.theme-toggle{display:inline-flex;align-items:center;gap:7px;padding:8px 12px;border:1px solid #d8d8d4;border-radius:9px;background:#fff}.theme-toggle:hover{background:#efefec}.theme-icon{font-size:16px}.footer-links-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:34px}.footer-column{display:flex;flex-direction:column;gap:10px}.footer-column h4{margin:0 0 6px;font:700 13px Inter,sans-serif;color:#191919}.footer-column a{font-size:13px;color:#66665f}.footer-column a:hover{color:#191919;text-decoration:underline;text-underline-offset:3px}.footer-utility{display:flex;justify-content:space-between;gap:24px;margin-top:54px;padding-top:20px;border-top:1px solid #deded9;color:#85857f;font-size:12px}html[data-theme="dark"]{color-scheme:dark}html[data-theme="dark"] body{background:#0d1117;color:#f4f4f5}html[data-theme="dark"] .site-header{background:rgba(13,17,23,.9);border-bottom-color:#272c34}html[data-theme="dark"] .nav a{color:#c6cbd3}html[data-theme="dark"] .btn-ghost{background:#171c24;border-color:#343a44;color:#f3f4f6}html[data-theme="dark"] .hero{background:radial-gradient(circle at 82% 10%,rgba(109,40,217,.19),transparent 34%),linear-gradient(#0d1117,#11161d)}html[data-theme="dark"] .problem,html[data-theme="dark"] .cost,html[data-theme="dark"] .industries{background:#11161d}html[data-theme="dark"] .imagination,html[data-theme="dark"] .audit{background:#171c24}html[data-theme="dark"] .body-copy,html[data-theme="dark"] .lead,html[data-theme="dark"] .lead-small,html[data-theme="dark"] .section-head>p,html[data-theme="dark"] .imagination-inner p{color:#aeb5c1}html[data-theme="dark"] .strong{color:#fff}html[data-theme="dark"] .audit-form,html[data-theme="dark"] .compare{background:#131922;border-color:#303744}html[data-theme="dark"] .audit-form label,html[data-theme="dark"] .form-title{color:#e8eaf0}html[data-theme="dark"] .audit-form input,html[data-theme="dark"] .audit-form select{background:#0f141b;color:#eef0f4;border-color:#343b47}html[data-theme="dark"] .pill-row span,html[data-theme="dark"] .industry-tags span{background:#171c24;border-color:#343b47;color:#d1d5db}html[data-theme="dark"] .compare-row{border-bottom-color:#303744}html[data-theme="dark"] .compare-head{background:#171c24}html[data-theme="dark"] .compare-row span{color:#aeb5c1}html[data-theme="dark"] .notion-footer{background:#0a0d12;color:#f3f4f6;border-top-color:#272c34}html[data-theme="dark"] .footer-brand,html[data-theme="dark"] .footer-column h4{color:#f3f4f6}html[data-theme="dark"] .footer-column a{color:#aeb5c1}html[data-theme="dark"] .footer-column a:hover{color:#fff}html[data-theme="dark"] .social-icon,html[data-theme="dark"] .lang-switch,html[data-theme="dark"] .theme-toggle{background:#121720;border-color:#303744;color:#d8dce3}html[data-theme="dark"] .social-icon:hover,html[data-theme="dark"] .theme-toggle:hover{background:#1a202a}html[data-theme="dark"] .control-btn.active{background:#f3f4f6;color:#111827}html[data-theme="dark"] .footer-utility{border-top-color:#272c34;color:#747b86}@media(max-width:980px){.footer-main{grid-template-columns:1fr;gap:46px}}@media(max-width:720px){.footer-links-grid{grid-template-columns:repeat(2,1fr)}.footer-utility{display:block}.footer-utility span{display:block;margin-top:5px}}@media(max-width:460px){.footer-links-grid{grid-template-columns:1fr 1fr;gap:28px 18px}}

/* v7 refinements */
.top-utilities{display:flex;align-items:center;gap:7px;margin-left:2px}.top-lang-switch{display:flex;padding:2px;background:#f1f3f5;border:1px solid #e1e4e8;border-radius:8px}.top-control{border:0;background:transparent;color:#6b7280;padding:5px 7px;border-radius:6px;font:700 10px Inter,sans-serif;cursor:pointer}.top-control.active{background:#fff;color:#111827;box-shadow:0 1px 3px rgba(17,24,39,.10)}.top-theme-toggle{width:32px;height:32px;display:grid;place-items:center;position:relative;border:1px solid #e1e4e8;border-radius:8px;background:#fff;color:#4b5563;cursor:pointer}.top-theme-toggle:hover{background:#f5f6f7}.theme-moon{display:none}
html:not([data-theme]),html[data-theme="light"]{color-scheme:light}
html[data-theme="dark"]{color-scheme:dark;--bg:#171b22;--surface:#20252d;--ink:#f5f7fa;--muted:#adb5c2;--line:#343b45;--dark:#171b22;--dark-2:#242a33;--soft:#1e242c}html[data-theme="dark"] body{background:#171b22;color:#f5f7fa}html[data-theme="dark"] .site-header{background:rgba(29,34,42,.92);border-bottom-color:#363d47}html[data-theme="dark"] .hero{background:radial-gradient(circle at 82% 10%,rgba(124,92,210,.18),transparent 34%),linear-gradient(180deg,#20252d 0%,#1b2027 100%)}html[data-theme="dark"] .problem{background:#232933}html[data-theme="dark"] .imagination{background:#1d222a}html[data-theme="dark"] .os-section{background:#171b22}html[data-theme="dark"] .cost{background:#252b34}html[data-theme="dark"] .audit{background:#1d232b}html[data-theme="dark"] .choice{background:#202630}html[data-theme="dark"] .industries{background:#262c35}html[data-theme="dark"] .promise{background:#1a1f27}html[data-theme="dark"] .testimonial-card,html[data-theme="dark"] .audit-form,html[data-theme="dark"] .compare{background:#2b323c;border-color:#3b4450;box-shadow:none}html[data-theme="dark"] .testimonial-card.featured{background:#302a3a;border-color:#66578a}html[data-theme="dark"] .body-copy,html[data-theme="dark"] .lead,html[data-theme="dark"] .lead-small,html[data-theme="dark"] .section-head>p,html[data-theme="dark"] .imagination-inner p,html[data-theme="dark"] .testimonial-quote{color:#c0c7d1}html[data-theme="dark"] .top-lang-switch{background:#252b34;border-color:#3c4450}html[data-theme="dark"] .top-control{color:#aeb6c3}html[data-theme="dark"] .top-control.active{background:#3b4350;color:#fff;box-shadow:none}html[data-theme="dark"] .top-theme-toggle{background:#2a3039;border-color:#3f4753;color:#f1f3f6}html[data-theme="dark"] .top-theme-toggle:hover{background:#343b46}html[data-theme="dark"] .theme-sun{display:none}html[data-theme="dark"] .theme-moon{display:inline}html[data-theme="dark"] .compare-head{background:#303741}html[data-theme="dark"] .compare-row{border-bottom-color:#3c4450}html[data-theme="dark"] .pill-row span,html[data-theme="dark"] .industry-tags span{background:#303741;border-color:#414a57;color:#d7dce3}html[data-theme="dark"] .audit-form input,html[data-theme="dark"] .audit-form select{background:#222831;border-color:#424b58;color:#f4f6f8}html[data-theme="dark"] .notion-footer{background:#151920;border-top-color:#343b45}
.testimonials{background:#f5f6f8}.testimonial-head{align-items:flex-end}.google-proof{min-width:210px;text-align:right}.google-rating-line{display:flex;align-items:center;justify-content:flex-end;gap:8px;font-size:13px}.google-g{width:24px;height:24px;display:grid;place-items:center;border-radius:7px;background:#fff;border:1px solid #e2e5e9;font-weight:800;color:#4285f4}.google-stars{margin-top:5px;letter-spacing:2px;color:#f4b400;font-size:16px}.google-link{display:inline-block;margin-top:4px;font-size:12px;color:#6b7280}.google-link:hover{color:#111827;text-decoration:underline;text-underline-offset:3px}.testimonial-grid{display:grid;grid-template-columns:1.2fr 1fr 1fr;gap:16px}.testimonial-card{position:relative;background:#fff;border:1px solid #e4e7ec;border-radius:22px;padding:26px;min-height:300px;display:flex;flex-direction:column}.testimonial-card.featured{border-color:#c8b8ed;background:#fbf9ff}.quote-mark{font:800 46px/1 Manrope,sans-serif;color:#8b5cf6;opacity:.8}.testimonial-quote{margin:18px 0 26px;font-size:17px;color:#475467}.testimonial-person{display:flex;gap:11px;align-items:center;margin-top:auto}.avatar{width:38px;height:38px;display:grid;place-items:center;border-radius:50%;background:#111827;color:#fff;font-weight:800}.testimonial-person strong{display:block;font-size:13px}.testimonial-person span{display:block;font-size:12px;color:#8a94a3;margin-top:1px}.testimonial-note{margin:18px 0 0;color:#98a2b3;font-size:11px}.footer-controls{display:none!important}
@media(max-width:1100px){.nav-wrap{gap:18px}.nav{gap:18px}.top-utilities{margin-left:auto}}@media(max-width:980px){.top-utilities{margin-left:auto}.testimonial-grid{grid-template-columns:1fr}.google-proof{text-align:left;margin-top:20px}.google-rating-line{justify-content:flex-start}}@media(max-width:700px){.top-utilities{gap:5px}.top-lang-switch{display:none}.top-theme-toggle{width:31px;height:31px}}
