/* ============================================================
   BuhKontrol :: page.css
   Hero, product dashboard, blocks 2–10, calculator, faq, variants
   ============================================================ */

/* ===================== HERO ===================== */
.hero{position:relative;padding-top:64px;padding-bottom:88px;overflow:hidden}
.hero-bg{position:absolute;inset:0;z-index:0;pointer-events:none}
.hero-bg .mesh{position:absolute;width:760px;height:560px;right:-160px;top:-120px;background:radial-gradient(60% 60% at 70% 30%,var(--brand-100),transparent 70%);opacity:.7;filter:blur(8px)}
.hero-bg .grid-lines{position:absolute;inset:0;background-image:linear-gradient(var(--line-2) 1px,transparent 1px),linear-gradient(90deg,var(--line-2) 1px,transparent 1px);background-size:48px 48px;-webkit-mask-image:radial-gradient(120% 90% at 50% 0%,#000 30%,transparent 72%);mask-image:radial-gradient(120% 90% at 50% 0%,#000 30%,transparent 72%);opacity:.5}
.hero .container{position:relative;z-index:1}
.hero-grid{display:grid;grid-template-columns:minmax(440px,1fr) minmax(520px,1.05fr);gap:56px;align-items:center}

.hero-copy .toplabel{display:inline-flex;align-items:center;gap:9px;height:34px;padding:0 14px 0 11px;border-radius:var(--r-pill);background:var(--surface);border:1px solid var(--line);box-shadow:var(--sh-xs);font-size:13px;font-weight:550;color:var(--ink-2);margin-bottom:24px;white-space:nowrap}
.hero-copy .toplabel .badge-ok{height:20px;font-size:11px}
.hero h1{margin-bottom:22px}
.hero h1 .hl{position:relative;color:var(--brand);white-space:nowrap}
.hero-copy .lead{max-width:480px;margin-bottom:32px}
.hero-actions{display:flex;align-items:center;gap:13px;margin-bottom:26px}
.hero-trust{display:flex;align-items:center;gap:18px;flex-wrap:wrap;color:var(--muted);font-size:13.5px}
.hero-trust .tr{display:flex;align-items:center;gap:8px}
.hero-trust svg{width:16px;height:16px;color:var(--ok)}
.hero-trust .sep{width:1px;height:16px;background:var(--line-strong)}

/* ===================== PRODUCT DASHBOARD ===================== */
.dash{position:relative}
.dash-window{background:var(--surface);border:1px solid var(--line);border-radius:var(--r-xl);box-shadow:var(--sh-xl);overflow:hidden}
.dash-top{display:flex;align-items:center;gap:12px;padding:13px 16px;border-bottom:1px solid var(--line);background:linear-gradient(180deg,#fff,#fcfcfe)}
.traffic{display:flex;gap:7px}
.traffic i{width:11px;height:11px;border-radius:50%;background:#e2e5ec}
.dash-omni{flex:1;display:flex;align-items:center;gap:8px;height:30px;padding:0 12px;border-radius:var(--r-pill);background:var(--surface-2);border:1px solid var(--line);color:var(--faint);font-size:12.5px;max-width:260px;margin:0 auto}
.dash-omni svg{width:13px;height:13px}
.dash-top .av{width:26px;height:26px;border-radius:50%;background:linear-gradient(135deg,var(--brand),var(--brand-700));color:#fff;display:grid;place-items:center;font-size:11px;font-weight:600}
.dash-body{display:grid;grid-template-columns:60px 1fr;min-height:480px}
.dash-rail{border-right:1px solid var(--line);background:var(--surface-2);display:flex;flex-direction:column;align-items:center;gap:6px;padding:14px 0}
.dash-rail .ri{width:38px;height:38px;border-radius:11px;display:grid;place-items:center;color:var(--faint);transition:.15s}
.dash-rail .ri svg{width:19px;height:19px}
.dash-rail .ri.active{background:var(--surface);color:var(--brand);box-shadow:var(--sh-xs);border:1px solid var(--line)}
.dash-rail .ri.bottom{margin-top:auto}
.dash-main{padding:18px 18px 22px;background:var(--surface);overflow:hidden}
.dash-h{display:flex;align-items:center;justify-content:space-between;margin-bottom:15px}
.dash-h .co{display:flex;align-items:center;gap:11px}
.dash-h .co-logo{width:40px;height:40px;border-radius:11px;background:#0c1322;color:#fff;display:grid;place-items:center;font-weight:600;font-size:15px;letter-spacing:-.02em}
.dash-h .co-name{font-weight:600;color:var(--ink);font-size:15px;letter-spacing:-.01em}
.dash-h .co-meta{font-size:12px;color:var(--muted)}
.dash-grid{display:grid;grid-template-columns:1.35fr 1fr;gap:13px}
.wg{background:var(--surface);border:1px solid var(--line);border-radius:var(--r-md);padding:14px;box-shadow:var(--sh-xs)}
.wg-h{display:flex;align-items:center;justify-content:space-between;margin-bottom:11px}
.wg-h .t{display:flex;align-items:center;gap:8px;font-size:12.5px;font-weight:600;color:var(--ink-2);letter-spacing:.005em}
.wg-h .t svg{width:15px;height:15px;color:var(--faint)}
.wg-h .more{color:var(--faint);font-size:18px;line-height:1;letter-spacing:1px}

/* status / risk widget */
.wg-status{grid-column:1/-1;display:flex;align-items:center;gap:18px;background:linear-gradient(110deg,#0c1322,#16204a);border-color:#16204a;color:#fff;padding:16px}
.wg-status .gauge{width:74px;height:74px;flex:0 0 auto;position:relative;display:grid;place-items:center}
.wg-status .gauge svg{transform:rotate(-90deg)}
.wg-status .gauge .val{position:absolute;font-weight:600;font-size:19px;color:#fff;font-family:"Geist Mono"}
.wg-status .st-main{flex:1}
.wg-status .st-main .lbl{font-size:11.5px;text-transform:uppercase;letter-spacing:.07em;color:#8d97b4}
.wg-status .st-main .v{font-size:19px;font-weight:600;color:#fff;letter-spacing:-.01em;margin-top:2px;display:flex;align-items:center;gap:9px}
.wg-status .st-main p{margin:5px 0 0;font-size:12.5px;color:#aab3cb;line-height:1.4}
.wg-status .st-side{display:flex;flex-direction:column;gap:7px;flex:0 0 auto}
.mini-stat{display:flex;align-items:center;gap:8px;font-size:12px;color:#c4cbdd}
.mini-stat .d{width:7px;height:7px;border-radius:50%}

/* tax widget */
.tax-amt{font-family:"Geist Mono";font-size:25px;font-weight:600;color:var(--ink);letter-spacing:-.01em;line-height:1}
.tax-row{display:flex;align-items:baseline;justify-content:space-between;margin-top:3px}
.tax-row .due{font-size:12px;color:var(--warn);font-weight:550}
.bar{height:7px;border-radius:var(--r-pill);background:var(--surface-3);overflow:hidden;margin-top:12px}
.bar i{display:block;height:100%;border-radius:inherit;background:var(--brand)}
.wg .legend{display:flex;justify-content:space-between;margin-top:8px;font-size:11px;color:var(--muted)}

/* reporting list */
.rep-list{display:flex;flex-direction:column;gap:9px}
.rep{display:flex;align-items:center;gap:10px;font-size:13px}
.rep .ck{width:20px;height:20px;border-radius:6px;display:grid;place-items:center;flex:0 0 auto}
.rep .ck svg{width:12px;height:12px}
.rep .ck.ok{background:var(--ok-bg);color:var(--ok)}
.rep .ck.soon{background:var(--warn-bg);color:var(--warn)}
.rep .ck.wait{background:var(--surface-3);color:var(--faint)}
.rep .nm{color:var(--ink-2);font-weight:500;flex:1}
.rep .when{font-size:11.5px;color:var(--muted)}

/* accounts */
.acc{display:flex;align-items:center;gap:10px;padding:9px 0;border-bottom:1px solid var(--line-2)}
.acc:last-child{border-bottom:0;padding-bottom:0}
.acc .lg{width:28px;height:28px;border-radius:8px;display:grid;place-items:center;font-size:11px;font-weight:700;color:#fff;flex:0 0 auto}
.acc .nm{flex:1;font-size:12.5px;color:var(--ink-2);font-weight:500}
.acc .ba{font-family:"Geist Mono";font-size:13px;font-weight:600;color:var(--ink)}

/* mini chart */
.chart{display:flex;align-items:flex-end;gap:6px;height:62px;margin-top:6px}
.chart .col{flex:1;display:flex;flex-direction:column;justify-content:flex-end;gap:3px;height:100%}
.chart .col b{display:block;border-radius:3px 3px 0 0;background:var(--brand-200)}
.chart .col b.hi{background:var(--brand)}
.chart .col span{font-size:9px;color:var(--faint);text-align:center}

/* tasks */
.task{display:flex;align-items:center;gap:9px;font-size:12.5px;padding:6px 0}
.task .box{width:16px;height:16px;border-radius:5px;border:1.5px solid var(--line-strong);flex:0 0 auto}
.task.done .box{background:var(--brand);border-color:var(--brand);display:grid;place-items:center}
.task.done .box svg{width:10px;height:10px;color:#fff}
.task.done .tx{color:var(--faint);text-decoration:line-through}
.task .tx{color:var(--ink-2);flex:1}
.task .tg{font-size:10.5px;font-weight:600;padding:1px 7px;border-radius:5px;background:var(--surface-3);color:var(--muted)}

/* floating notification chips around dash (split variant) */
.dash-float{position:absolute;z-index:3;background:var(--surface);border:1px solid var(--line);border-radius:var(--r-md);box-shadow:var(--sh-lg);padding:11px 13px;display:flex;align-items:center;gap:10px;font-size:12.5px;animation:floaty 6s ease-in-out infinite}
.dash-float .ic{width:30px;height:30px;border-radius:9px;display:grid;place-items:center;flex:0 0 auto}
.dash-float b{color:var(--ink);font-weight:600;display:block;font-size:13px}
.dash-float span{color:var(--muted)}
.dash-float.f1{top:-18px;left:-30px}
.dash-float.f2{bottom:34px;right:-34px;animation-delay:-3s}
@keyframes floaty{0%,100%{transform:translateY(0)}50%{transform:translateY(-9px)}}

/* ===================== TRUST BAR ===================== */
.trustbar{border-top:1px solid var(--line);border-bottom:1px solid var(--line);background:var(--surface)}
.trustbar .container{display:flex;align-items:center;justify-content:space-between;gap:32px;padding-top:26px;padding-bottom:26px;flex-wrap:wrap}
.trust-stat{display:flex;flex-direction:column;gap:2px}
.trust-stat b{font-size:27px;font-weight:600;color:var(--ink);letter-spacing:-.02em;font-feature-settings:"tnum"}
.trust-stat span{font-size:13px;color:var(--muted)}
.trust-stat .accent{color:var(--brand)}
.trust-sep{width:1px;height:42px;background:var(--line)}

/* ===================== BENEFIT CARDS (block 2) ===================== */
.cards-3{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}
.feature{position:relative;background:var(--surface);border:1px solid var(--line);border-radius:var(--r-lg);padding:26px;transition:.2s var(--ease);overflow:hidden}
.feature:hover{border-color:var(--line-strong);box-shadow:var(--sh-md);transform:translateY(-3px)}
.feature h3{margin:18px 0 8px;font-size:18px}
.feature p{font-size:14.5px;color:var(--muted);line-height:1.55}
.feature .ft-foot{margin-top:16px;display:flex;align-items:center;gap:7px;font-size:13px;font-weight:550;color:var(--brand-ink)}
.feature .ft-foot .arr{transition:transform .2s}
.feature:hover .ft-foot .arr{transform:translateX(4px)}
.feature .corner{position:absolute;top:-30px;right:-30px;width:120px;height:120px;border-radius:50%;background:var(--brand-50);opacity:0;transition:.3s}
.feature:hover .corner{opacity:.6}

/* ===================== PAINS (block 3) ===================== */
.pains{display:grid;grid-template-columns:1fr 1fr;gap:14px}
.pain{background:var(--surface);border:1px solid var(--line);border-radius:var(--r-md);overflow:hidden;transition:.2s}
.pain summary{list-style:none;cursor:pointer;display:flex;align-items:center;gap:14px;padding:18px 20px}
.pain summary::-webkit-details-marker{display:none}
.pain .pt-ic{width:40px;height:40px;border-radius:11px;display:grid;place-items:center;flex:0 0 auto;background:var(--danger-bg);color:var(--danger);border:1px solid var(--danger-line)}
.pain .pt-ic svg{width:20px;height:20px}
.pain .pt-t{flex:1}
.pain .pt-t b{display:block;font-size:15.5px;color:var(--ink);font-weight:600;letter-spacing:-.01em}
.pain .pt-t span{font-size:12.5px;color:var(--muted)}
.pain .pt-x{width:26px;height:26px;border-radius:7px;display:grid;place-items:center;color:var(--faint);background:var(--surface-2);transition:.2s}
.pain .pt-x svg{width:15px;height:15px;transition:transform .25s}
.pain[open] .pt-x svg{transform:rotate(45deg)}
.pain[open]{border-color:var(--brand-200);box-shadow:var(--sh-sm)}
.pain .pt-body{padding:0 20px 20px 74px}
.pain .pt-body p{margin:0 0 12px;font-size:14px;color:var(--ink-2);line-height:1.55}
.pain .pt-solve{display:flex;align-items:flex-start;gap:10px;padding:12px 14px;border-radius:var(--r-sm);background:var(--ok-bg);border:1px solid var(--ok-line)}
.pain .pt-solve svg{width:17px;height:17px;color:var(--ok);flex:0 0 auto;margin-top:1px}
.pain .pt-solve p{margin:0;font-size:13px;color:#0a6e49}
.pain .pt-solve b{color:#085a3c}

/* ===================== STEPS (block 4) ===================== */
.steps{position:relative;display:grid;grid-template-columns:repeat(5,1fr);gap:14px}
.steps::before{content:"";position:absolute;top:31px;left:8%;right:8%;height:2px;background:repeating-linear-gradient(90deg,var(--line-strong) 0 8px,transparent 8px 16px)}
.step{position:relative;text-align:center}
.step .num{width:62px;height:62px;margin:0 auto 16px;border-radius:50%;background:var(--surface);border:1px solid var(--line);box-shadow:var(--sh-sm);display:grid;place-items:center;font-weight:600;font-size:19px;color:var(--brand);position:relative;z-index:1;font-family:"Geist Mono"}
.step.is-accent .num{background:var(--brand);color:#fff;border-color:var(--brand)}
.step h4{font-size:15.5px;margin-bottom:6px}
.step p{font-size:13px;color:var(--muted);line-height:1.5;padding:0 6px}

/* ===================== CABINET (block 5) ===================== */
.cabinet{background:var(--surface);border:1px solid var(--line);border-radius:var(--r-xl);box-shadow:var(--sh-lg);overflow:hidden}
.cab-tabs{display:flex;gap:4px;padding:12px 14px;border-bottom:1px solid var(--line);overflow-x:auto;background:var(--surface-2)}
.cab-tab{height:38px;padding:0 16px;border-radius:var(--r-sm);font-size:14px;font-weight:550;color:var(--muted);white-space:nowrap;transition:.15s;display:inline-flex;align-items:center;gap:8px}
.cab-tab svg{width:16px;height:16px}
.cab-tab:hover{color:var(--ink);background:var(--surface)}
.cab-tab.active{background:var(--ink);color:#fff}
.cab-stage{min-height:430px;padding:0}
.cab-panel{display:none;padding:24px}
.cab-panel.active{display:block;animation:fadein .35s var(--ease)}
@keyframes fadein{from{opacity:0;transform:translateY(8px)}to{opacity:1;transform:none}}

/* ===================== ECOSYSTEM (block 6) ===================== */
.eco{display:grid;grid-template-columns:repeat(4,1fr);gap:14px}
.eco-card{display:flex;flex-direction:column;gap:14px;background:var(--surface);border:1px solid var(--line);border-radius:var(--r-md);padding:20px;transition:.2s}
.eco-card:hover{border-color:var(--brand-200);box-shadow:var(--sh-md);transform:translateY(-2px)}
.eco-card.big{grid-row:span 2;justify-content:space-between;background:linear-gradient(160deg,#0c1322,#16204a);border-color:#16204a;color:#fff}
.eco-card.big h3,.eco-card.big p{color:#fff}
.eco-card.big p{color:#aab3cb;font-size:14px}
.eco-card h4{font-size:16px}
.eco-card p{font-size:13px;color:var(--muted);line-height:1.5;flex:1}
.eco-card .lk{font-size:13px;font-weight:550;color:var(--brand-ink);display:flex;align-items:center;gap:6px}
.eco-card.big .lk{color:var(--brand-200)}

/* ===================== CASES (block 7) ===================== */
.cases{display:grid;grid-template-columns:repeat(2,1fr);gap:18px}
.case{background:var(--surface);border:1px solid var(--line);border-radius:var(--r-lg);padding:26px;transition:.2s}
.case:hover{box-shadow:var(--sh-md);border-color:var(--line-strong)}
.case-top{display:flex;align-items:center;gap:12px;margin-bottom:18px}
.case-logo{width:46px;height:46px;border-radius:12px;display:grid;place-items:center;font-weight:700;color:#fff;font-size:16px}
.case-top b{display:block;color:var(--ink);font-weight:600;font-size:15px;line-height:1.25;margin-bottom:2px}
.case-top span{font-size:12.5px;color:var(--muted)}
.case p.quote{font-size:16px;color:var(--ink);line-height:1.5;letter-spacing:-.01em;margin-bottom:20px;text-wrap:pretty}
.case-metrics{display:flex;gap:26px;padding-top:18px;border-top:1px solid var(--line)}
.case-metric b{font-size:23px;font-weight:600;color:var(--brand);letter-spacing:-.02em;font-feature-settings:"tnum"}
.case-metric.ok b{color:var(--ok)}
.case-metric span{font-size:12px;color:var(--muted);display:block;margin-top:1px}

/* ===================== KNOWLEDGE (block 8) ===================== */
.kn-head{display:flex;align-items:flex-end;justify-content:space-between;gap:24px;margin-bottom:30px}
.kn-cats{display:flex;gap:8px;flex-wrap:wrap;margin-bottom:30px}
.kn-grid{display:grid;grid-template-columns:1.4fr 1fr 1fr;gap:18px}
.art{display:flex;flex-direction:column;background:var(--surface);border:1px solid var(--line);border-radius:var(--r-lg);overflow:hidden;transition:.2s}
.art:hover{box-shadow:var(--sh-md);transform:translateY(-3px);border-color:var(--line-strong)}
.art-cover{height:150px;position:relative;overflow:hidden;background:var(--surface-3)}
.art-cover .ph{position:absolute;inset:0;display:grid;place-items:center;color:#fff;font-weight:600;font-size:15px;letter-spacing:-.01em}
.art.feat .art-cover{height:200px}
.art-body{padding:18px;display:flex;flex-direction:column;gap:10px;flex:1}
.art-cat{font-size:11.5px;font-weight:600;letter-spacing:.05em;text-transform:uppercase;color:var(--brand-ink)}
.art h3{font-size:16px;line-height:1.25;letter-spacing:-.01em}
.art.feat h3{font-size:22px}
.art p{font-size:13.5px;color:var(--muted);line-height:1.5}
.art-meta{margin-top:auto;display:flex;align-items:center;gap:10px;font-size:12px;color:var(--faint);padding-top:6px}
.art-meta .dot{width:3px;height:3px;border-radius:50%;background:var(--faint)}
.kn-side{display:flex;flex-direction:column;gap:2px}
.kn-side h5{font-size:13px;font-weight:600;color:var(--muted);text-transform:uppercase;letter-spacing:.05em;margin:0 0 8px}
.pop{display:flex;gap:14px;padding:13px 0;border-bottom:1px solid var(--line-2)}
.pop:last-child{border-bottom:0}
.pop .rk{font-family:"Geist Mono";font-size:15px;font-weight:600;color:var(--brand-200);flex:0 0 auto;width:22px}
.pop b{display:block;font-size:14px;color:var(--ink);font-weight:550;line-height:1.3;letter-spacing:-.01em}
.pop span{font-size:11.5px;color:var(--faint)}

/* ===================== CALCULATOR (block 9) ===================== */
.calc{display:grid;grid-template-columns:1fr 1fr;gap:0;background:var(--surface);border:1px solid var(--line);border-radius:var(--r-xl);box-shadow:var(--sh-lg);overflow:hidden}
.calc-form{padding:34px 36px}
.calc-field{margin-bottom:24px}
.calc-field>label{display:block;font-size:13px;font-weight:600;color:var(--ink);margin-bottom:11px}
.seg{display:inline-flex;background:var(--surface-2);border:1px solid var(--line);border-radius:var(--r-sm);padding:3px;gap:3px;width:100%}
.seg button{flex:1;height:38px;border-radius:7px;font-size:14px;font-weight:550;color:var(--muted);transition:.15s}
.seg button.on{background:var(--surface);color:var(--ink);box-shadow:var(--sh-xs)}
.calc-range{display:flex;align-items:center;gap:16px}
.calc-range input[type=range]{flex:1;-webkit-appearance:none;height:6px;border-radius:999px;background:var(--surface-3);outline:none}
.calc-range input[type=range]::-webkit-slider-thumb{-webkit-appearance:none;width:22px;height:22px;border-radius:50%;background:var(--surface);border:1.5px solid var(--brand);box-shadow:var(--sh-sm);cursor:pointer}
.calc-range .val{font-family:"Geist Mono";font-size:15px;font-weight:600;color:var(--ink);min-width:118px;text-align:right}
.calc-sel{display:flex;gap:8px;flex-wrap:wrap}
.calc-sel button{height:38px;padding:0 14px;border-radius:var(--r-pill);font-size:13.5px;font-weight:500;color:var(--ink-2);background:var(--surface);border:1px solid var(--line);transition:.15s}
.calc-sel button.on{background:var(--brand);color:#fff;border-color:var(--brand)}
.stepper{display:inline-flex;align-items:center;gap:0;border:1px solid var(--line);border-radius:var(--r-sm);overflow:hidden;background:var(--surface)}
.stepper button{width:42px;height:40px;font-size:20px;color:var(--ink-2);background:var(--surface);transition:.12s}
.stepper button:hover{background:var(--surface-2)}
.stepper .n{width:54px;text-align:center;font-family:"Geist Mono";font-weight:600;color:var(--ink);font-size:15px}

.calc-out{padding:34px 36px;background:linear-gradient(170deg,#0c1322,#111a38);color:#fff;display:flex;flex-direction:column}
.calc-out .lbl{font-size:12px;text-transform:uppercase;letter-spacing:.07em;color:#8d97b4}
.calc-plan{display:flex;align-items:center;gap:8px;margin:6px 0 18px;font-size:20px;font-weight:600;color:#fff}
.calc-price{display:flex;align-items:flex-end;gap:8px;margin-bottom:5px}
.calc-price .am{font-family:"Geist Mono";font-size:46px;font-weight:600;letter-spacing:-.02em;line-height:1}
.calc-price .per{color:#aab3cb;font-size:14px;margin-bottom:6px}
.calc-old{color:#7e8aa8;font-size:14px;text-decoration:line-through;margin-bottom:20px}
.calc-incl{display:flex;flex-direction:column;gap:10px;padding:18px 0;margin:4px 0 20px;border-top:1px solid rgba(255,255,255,.1);border-bottom:1px solid rgba(255,255,255,.1)}
.calc-incl li{display:flex;align-items:center;gap:10px;font-size:13.5px;color:#cdd4e2}
.calc-incl svg{width:16px;height:16px;color:#5fe0a8;flex:0 0 auto}
.calc-out .btn{margin-top:auto}
.calc-note{font-size:11.5px;color:#7e8aa8;text-align:center;margin-top:12px}

/* pricing tiers */
.tiers{display:grid;grid-template-columns:repeat(3,1fr);gap:18px;margin-top:26px}
.tier{background:var(--surface);border:1px solid var(--line);border-radius:var(--r-lg);padding:26px;display:flex;flex-direction:column}
.tier.pop{border-color:var(--brand);box-shadow:0 0 0 1px var(--brand),var(--sh-lg);position:relative}
.tier .tag{position:absolute;top:-11px;left:26px;height:22px;padding:0 11px;border-radius:var(--r-pill);background:var(--brand);color:#fff;font-size:11.5px;font-weight:600;display:grid;place-items:center}
.tier h4{font-size:16px;margin-bottom:4px}
.tier .desc{font-size:13px;color:var(--muted);margin-bottom:16px}
.tier .pr{font-family:"Geist Mono";font-size:32px;font-weight:600;color:var(--ink);letter-spacing:-.02em}
.tier .pr small{font-size:13px;color:var(--muted);font-family:"Geist";font-weight:400}
.tier ul{display:flex;flex-direction:column;gap:10px;margin:20px 0 24px;flex:1}
.tier li{display:flex;align-items:flex-start;gap:9px;font-size:13.5px;color:var(--ink-2)}
.tier li svg{width:16px;height:16px;color:var(--ok);flex:0 0 auto;margin-top:2px}

/* ===================== FAQ (block 10) ===================== */
.faq-wrap{display:grid;grid-template-columns:340px 1fr;gap:48px;align-items:start}
.faq-list{display:flex;flex-direction:column;gap:0;border-top:1px solid var(--line)}
.faq-item{border-bottom:1px solid var(--line)}
.faq-item summary{list-style:none;cursor:pointer;display:flex;align-items:center;gap:16px;padding:20px 4px}
.faq-item summary::-webkit-details-marker{display:none}
.faq-item .q{flex:1;font-size:16px;font-weight:550;color:var(--ink);letter-spacing:-.01em}
.faq-item .ic{width:26px;height:26px;border-radius:7px;display:grid;place-items:center;color:var(--muted);background:var(--surface-2);flex:0 0 auto;transition:.2s}
.faq-item .ic svg{width:15px;height:15px;transition:transform .25s}
.faq-item[open] .ic{background:var(--brand);color:#fff}
.faq-item[open] .ic svg{transform:rotate(45deg)}
.faq-item .a{padding:0 4px 22px;font-size:14.5px;color:var(--ink-2);line-height:1.6;max-width:680px}
.faq-aside{position:sticky;top:90px}
.faq-aside .card{background:var(--surface);border:1px solid var(--line);border-radius:var(--r-lg);padding:26px;box-shadow:var(--sh-sm)}
.faq-aside h3{font-size:20px;margin-bottom:8px}
.faq-aside p{font-size:14px;color:var(--muted);margin-bottom:18px}
.faq-aside .av-row{display:flex;align-items:center;gap:-8px;margin-bottom:18px}
.faq-aside .av-row .av{width:38px;height:38px;border-radius:50%;border:2px solid #fff;margin-left:-10px;display:grid;place-items:center;font-size:13px;font-weight:600;color:#fff}
.faq-aside .av-row .av:first-child{margin-left:0}

/* ===================== HERO VARIANTS ===================== */
/* default = split (data-hero="split") uses base layout above */

/* center */
body[data-hero="center"] .hero-grid{grid-template-columns:1fr;text-align:center;gap:44px;justify-items:center}
body[data-hero="center"] .hero-copy .lead{margin-left:auto;margin-right:auto}
body[data-hero="center"] .hero-actions{justify-content:center}
body[data-hero="center"] .hero-trust{justify-content:center}
body[data-hero="center"] .dash{max-width:980px;margin:0 auto;width:100%}
body[data-hero="center"] .dash-float{display:none}

/* bento */
body[data-hero="bento"] .hero-grid{grid-template-columns:1fr;gap:40px;text-align:center;justify-items:center}
body[data-hero="bento"] .hero-copy .lead{margin-inline:auto}
body[data-hero="bento"] .hero-actions{justify-content:center}
body[data-hero="bento"] .hero-trust{justify-content:center}
body[data-hero="bento"] .dash{display:none}
.bento{display:none;grid-template-columns:repeat(4,1fr);grid-auto-rows:130px;gap:14px;width:100%;max-width:1080px;margin:0 auto}
body[data-hero="bento"] .bento{display:grid}
.bento .bx{background:var(--surface);border:1px solid var(--line);border-radius:var(--r-lg);padding:18px;box-shadow:var(--sh-sm);overflow:hidden;text-align:left;display:flex;flex-direction:column;justify-content:space-between}
.bento .bx.dark{background:linear-gradient(150deg,#0c1322,#16204a);color:#fff;border-color:#16204a}
.bento .bx .bx-t{font-size:12px;font-weight:600;color:var(--muted);display:flex;align-items:center;gap:7px}
.bento .bx.dark .bx-t{color:#9aa3b8}
.bento .bx .bx-v{font-family:"Geist Mono";font-size:26px;font-weight:600;color:var(--ink);letter-spacing:-.02em}
.bento .bx.dark .bx-v{color:#fff}
.bento .bx .bx-s{font-size:12px;color:var(--muted)}
.bento .col-2{grid-column:span 2}.bento .row-2{grid-row:span 2}

/* tint */
body[data-hero="tint"] .hero{background:linear-gradient(180deg,var(--brand-50),transparent 75%)}
body[data-hero="tint"] .hero-bg .grid-lines{opacity:.35}

/* ===================== RESPONSIVE (light, desktop-first) ===================== */
@media(max-width:1040px){
  .hero-grid{grid-template-columns:1fr;gap:40px}
  .dash-float{display:none}
  .cards-3,.eco{grid-template-columns:1fr 1fr}
  .kn-grid{grid-template-columns:1fr 1fr}
  .calc{grid-template-columns:1fr}
  .tiers{grid-template-columns:1fr}
  .steps{grid-template-columns:1fr 1fr}.steps::before{display:none}
  .faq-wrap{grid-template-columns:1fr}
}
