
:root {
  --bg: #F6F7FB; --surface: #FFFFFF; --sunk: #F0F2F6; --ink: #0B0E1A; --ink-2: #1A2030;
  --muted: #5B6577; --faint: #8A93A6; --line: #E6E9F0;
  --accent: #4F46E5; --accent-2: #7C3AED; --accent-3: #6366F1; --accent-soft: #EEEDFC;
  --pos: #16A34A; --pos-soft: #E7F6EC; --warn: #D97706; --warn-soft: #FCF1E2;
  --danger: #DC2626; --danger-soft: #FDECEC;
  --radius: 16px; --radius-sm: 11px;
  --grad: linear-gradient(120deg, #6366F1 0%, #4F46E5 45%, #7C3AED 100%);
  --shadow-sm: 0 1px 2px rgba(11,14,26,.05), 0 4px 14px rgba(11,14,26,.05);
  --shadow: 0 1px 2px rgba(11,14,26,.05), 0 18px 44px rgba(11,14,26,.10);
  --shadow-lg: 0 30px 80px rgba(11,14,26,.18), 0 4px 12px rgba(11,14,26,.06);
  --glow: 0 20px 60px rgba(79,70,229,.35);
  --font: "Onest", system-ui, sans-serif; --mono: "Spline Sans Mono", ui-monospace, monospace;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; font-family: var(--font); color: var(--ink); background: var(--bg); -webkit-font-smoothing: antialiased; overflow-x: hidden; }
a { color: inherit; text-decoration: none; }
a.txtlink { color: var(--accent); font-weight: 600; }
a.txtlink:hover { color: var(--accent-2); }
img, svg { display: block; }
.wrap { max-width: 1180px; margin: 0 auto; padding: 0 32px; }
section { position: relative; }
.grad-text { background: var(--grad); -webkit-background-clip: text; background-clip: text; color: transparent; }

@media (prefers-reduced-motion: no-preference) {
  html.js .reveal { opacity: 0; transform: translateY(22px); transition: opacity .7s cubic-bezier(.2,.7,.2,1), transform .7s cubic-bezier(.2,.7,.2,1); }
  html.js .reveal.in { opacity: 1; transform: none; }
  html.js .reveal.d1 { transition-delay: .08s; } html.js .reveal.d2 { transition-delay: .16s; }
  html.js .reveal.d3 { transition-delay: .24s; } html.js .reveal.d4 { transition-delay: .32s; }
}

.topbar { background: var(--ink); color: #fff; font-size: 13px; text-align: center; padding: 9px 16px; font-weight: 500; }
.topbar b { font-weight: 700; }
.topbar a { color: #C7C3FA; font-weight: 700; }
.topbar .pill { display: inline-flex; align-items: center; gap: 6px; }
.topbar .dot { width: 6px; height: 6px; border-radius: 50%; background: #34D399; box-shadow: 0 0 0 3px rgba(52,211,153,.25); }

header.nav { position: sticky; top: 0; z-index: 50; background: rgba(246,247,251,.8); backdrop-filter: blur(14px); border-bottom: 1px solid transparent; transition: border-color .2s, background .2s; }
header.nav.stuck { border-bottom-color: var(--line); background: rgba(246,247,251,.92); }
.nav-inner { display: flex; align-items: center; gap: 28px; padding: 13px 32px; max-width: 1180px; margin: 0 auto; }
.brand { display: flex; align-items: center; gap: 9px; margin-right: auto; }
.mark { width: 32px; height: 32px; border-radius: 9px; background: var(--grad); display: flex; align-items: center; justify-content: center; flex-shrink: 0; box-shadow: 0 4px 12px rgba(79,70,229,.4); }
.brand-name { font-weight: 800; font-size: 18px; letter-spacing: -.4px; }
.nav-links { display: flex; gap: 26px; }
.nav-links a { font-size: 14.5px; font-weight: 600; color: var(--muted); }
.nav-links a:hover, .nav-links a.active { color: var(--ink); }
.nav-cta { display: flex; gap: 10px; align-items: center; }
@media (max-width: 860px) { .nav-links { display: none; } .nav .btn-ghost { display: none; } }

.btn { display: inline-flex; align-items: center; justify-content: center; gap: 8px; padding: 12px 22px; border-radius: var(--radius-sm); font-weight: 700; font-size: 15px; border: 1px solid transparent; cursor: pointer; transition: transform .14s, box-shadow .18s, background .16s, border-color .16s; white-space: nowrap; }
.btn:active { transform: scale(.97); }
.btn svg { width: 18px; height: 18px; }
.btn-primary { background: var(--grad); color: #fff; box-shadow: 0 8px 22px rgba(79,70,229,.32); }
.btn-primary:hover { box-shadow: 0 12px 30px rgba(79,70,229,.44); transform: translateY(-1px); }
.btn-ghost { background: var(--surface); color: var(--ink); border-color: var(--line); box-shadow: var(--shadow-sm); }
.btn-ghost:hover { background: #fff; border-color: #D6DAE6; transform: translateY(-1px); }
.btn-lg { padding: 16px 30px; font-size: 16.5px; border-radius: 13px; }
.btn-sm { padding: 9px 16px; font-size: 14px; border-radius: 9px; }
.btn-white { background: #fff; color: var(--ink); }
.btn-white:hover { transform: translateY(-1px); box-shadow: 0 12px 30px rgba(0,0,0,.2); }
.btn-outline-light { background: rgba(255,255,255,.06); color: #fff; border-color: rgba(255,255,255,.24); }
.btn-outline-light:hover { background: rgba(255,255,255,.14); }
.btn-block { width: 100%; }

.hero { padding: 72px 0 90px; text-align: center; }
.hero-bg { position: absolute; inset: 0; overflow: hidden; z-index: 0; pointer-events: none; }
.orb { position: absolute; border-radius: 50%; filter: blur(70px); opacity: .5; }
.orb-1 { width: 480px; height: 480px; background: radial-gradient(circle, #A5B4FC, transparent 68%); top: -160px; left: -120px; }
.orb-2 { width: 520px; height: 520px; background: radial-gradient(circle, #DDD6FE, transparent 68%); top: -120px; right: -160px; }
.hero-grid-lines { position: absolute; inset: 0; background-image: linear-gradient(var(--line) 1px, transparent 1px), linear-gradient(90deg, var(--line) 1px, transparent 1px); background-size: 46px 46px; mask-image: radial-gradient(ellipse 70% 55% at 50% 0%, #000 20%, transparent 72%); opacity: .5; }
.hero .wrap { position: relative; z-index: 1; }
.hero-inner { max-width: 820px; margin: 0 auto; }
.badge-live { display: inline-flex; align-items: center; gap: 8px; font-size: 13px; font-weight: 600; color: var(--ink-2); background: var(--surface); border: 1px solid var(--line); padding: 7px 15px; border-radius: 999px; box-shadow: var(--shadow-sm); margin-bottom: 26px; }
.badge-live .tag { font-size: 11px; font-weight: 800; color: var(--accent); background: var(--accent-soft); padding: 3px 9px; border-radius: 999px; }
.badge-star { width: 15px; height: 15px; color: var(--accent); flex-shrink: 0; }
h1.hero-title { font-size: clamp(38px, 6.4vw, 72px); line-height: 1.02; letter-spacing: -2.6px; font-weight: 800; margin: 0 0 22px; }
.hero-sub { font-size: clamp(17px, 2.2vw, 20px); line-height: 1.55; color: var(--muted); margin: 0 auto 34px; max-width: 600px; }
.hero-actions { display: flex; gap: 13px; justify-content: center; flex-wrap: wrap; margin-bottom: 22px; }
.hero-note { font-size: 13.5px; color: var(--muted); }

.rowc { background: var(--surface); border: 1px solid var(--line); border-radius: 12px; padding: 12px 15px; display: flex; align-items: center; gap: 12px; margin-bottom: 9px; box-shadow: var(--shadow-sm); }
.rowc .ico { width: 32px; height: 32px; border-radius: 9px; background: var(--sunk); display: flex; align-items: center; justify-content: center; color: var(--muted); flex-shrink: 0; }
.rowc .ico svg { width: 16px; height: 16px; }
.rowc .main { flex: 1; min-width: 0; }
.rowc .no { font-size: 13px; font-weight: 700; }
.rowc .sub { font-size: 11.5px; color: var(--faint); }
.rowc .amt { font-size: 13.5px; font-weight: 800; font-variant-numeric: tabular-nums; }
.bdg { font-size: 11px; font-weight: 700; padding: 3px 10px; border-radius: 999px; flex-shrink: 0; }
.bdg.paid { background: var(--pos-soft); color: var(--pos); }
.bdg.wait { background: var(--warn-soft); color: var(--warn); }
.bdg.over { background: var(--danger-soft); color: var(--danger); }

.section { padding: 100px 0; }
.section-head { text-align: center; max-width: 660px; margin: 0 auto 60px; }
.kicker { display: inline-block; font-size: 13px; font-weight: 800; color: var(--accent); letter-spacing: .4px; text-transform: uppercase; margin-bottom: 14px; padding: 5px 13px; background: var(--accent-soft); border-radius: 999px; }
h2.section-title { font-size: clamp(28px, 4vw, 44px); font-weight: 800; letter-spacing: -1.4px; margin: 0 0 16px; line-height: 1.08; }
.section-sub { font-size: 17px; color: var(--muted); line-height: 1.6; margin: 0; }

.problem { background: var(--ink); color: #fff; overflow: hidden; }
.problem .orb { opacity: .28; }
.problem-orb1 { width: 500px; height: 500px; background: radial-gradient(circle, #4F46E5, transparent 70%); top: -180px; right: -140px; }
.problem .kicker { background: rgba(255,255,255,.08); color: #C7C3FA; }
.problem h2 { color: #fff; }
.problem .section-sub { color: rgba(255,255,255,.6); }
.pain-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; position: relative; z-index: 1; }
.pain { background: rgba(255,255,255,.04); border: 1px solid rgba(255,255,255,.1); border-radius: var(--radius); padding: 26px; }
.pain .pi { width: 44px; height: 44px; border-radius: 12px; background: rgba(220,38,38,.16); color: #FCA5A5; display: flex; align-items: center; justify-content: center; margin-bottom: 16px; }
.pain .pi svg { width: 22px; height: 22px; }
.pain h3 { font-size: 17px; font-weight: 700; margin: 0 0 8px; color: #fff; }
.pain p { font-size: 14px; color: rgba(255,255,255,.62); line-height: 1.55; margin: 0; }
.problem-turn { text-align: center; margin-top: 52px; position: relative; z-index: 1; }
.problem-turn p { font-size: clamp(20px, 2.6vw, 26px); font-weight: 700; letter-spacing: -.6px; margin: 0; }
.problem-turn .grad-text { background: linear-gradient(120deg,#A5B4FC,#C4B5FD); -webkit-background-clip: text; background-clip: text; color: transparent; }
@media (max-width: 820px) { .pain-grid { grid-template-columns: 1fr; } }

.steps { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; counter-reset: step; }
.step { position: relative; padding: 30px 26px; background: var(--surface); border: 1px solid var(--line); border-radius: var(--radius); box-shadow: var(--shadow-sm); }
.step .num { counter-increment: step; width: 42px; height: 42px; border-radius: 12px; background: var(--grad); color: #fff; font-weight: 800; font-size: 18px; display: flex; align-items: center; justify-content: center; margin-bottom: 18px; box-shadow: 0 6px 16px rgba(79,70,229,.3); }
.step .num::before { content: counter(step); }
.step h3 { font-size: 18px; font-weight: 700; margin: 0 0 8px; letter-spacing: -.3px; }
.step p { font-size: 14px; color: var(--muted); line-height: 1.55; margin: 0; }
.step-arrow { position: absolute; top: 50%; right: -24px; transform: translateY(-50%); color: var(--faint); z-index: 2; }
.step-arrow svg { width: 24px; height: 24px; display: block; }
@media (max-width: 820px) { .steps { grid-template-columns: 1fr; } .step-arrow { display: none; } }

.features { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.feature { background: var(--surface); border: 1px solid var(--line); border-radius: var(--radius); padding: 28px; transition: transform .16s, box-shadow .18s, border-color .16s; }
.feature:hover { transform: translateY(-3px); box-shadow: var(--shadow); border-color: #D8DBE8; }
.feature .fi { width: 48px; height: 48px; border-radius: 13px; background: var(--accent-soft); color: var(--accent); display: flex; align-items: center; justify-content: center; margin-bottom: 18px; }
.feature .fi svg { width: 24px; height: 24px; }
.feature h3 { font-size: 17px; font-weight: 700; margin: 0 0 8px; letter-spacing: -.2px; }
.feature p { font-size: 14px; color: var(--muted); line-height: 1.55; margin: 0; }
@media (max-width: 900px) { .features { grid-template-columns: 1fr 1fr; } }
@media (max-width: 600px) { .features { grid-template-columns: 1fr; } }

.showcase-row { display: grid; grid-template-columns: 1fr 1fr; gap: 70px; align-items: center; margin-bottom: 90px; }
.showcase-row:last-child { margin-bottom: 0; }
.showcase-row.rev .sc-copy { order: 2; }
.showcase-row.rev .sc-visual { order: 1; }
.sc-tag { display: inline-flex; align-items: center; gap: 7px; font-size: 12.5px; font-weight: 800; color: var(--accent); background: var(--accent-soft); padding: 6px 13px; border-radius: 999px; margin-bottom: 18px; text-transform: uppercase; letter-spacing: .3px; }
.sc-copy h3 { font-size: clamp(24px, 3vw, 32px); font-weight: 800; letter-spacing: -1px; margin: 0 0 16px; line-height: 1.12; }
.sc-copy > p { font-size: 16px; color: var(--muted); line-height: 1.65; margin: 0 0 24px; }
.sc-list { list-style: none; padding: 0; margin: 0 0 26px; display: flex; flex-direction: column; gap: 13px; }
.sc-list li { display: flex; gap: 11px; font-size: 15px; color: var(--ink); align-items: flex-start; font-weight: 500; }
.sc-list .ck { width: 22px; height: 22px; border-radius: 7px; background: var(--pos-soft); color: var(--pos); display: flex; align-items: center; justify-content: center; flex-shrink: 0; margin-top: 1px; }
.sc-list .ck svg { width: 14px; height: 14px; }
.sc-link { display: inline-flex; align-items: center; gap: 7px; font-weight: 700; font-size: 15px; color: var(--accent); }
.sc-link svg { width: 17px; height: 17px; transition: transform .16s; }
.sc-link:hover svg { transform: translateX(3px); }
.sc-visual { background: var(--surface); border: 1px solid var(--line); border-radius: var(--radius); box-shadow: var(--shadow); padding: 24px; }
@media (max-width: 880px) { .showcase-row, .showcase-row.rev .sc-copy, .showcase-row.rev .sc-visual { grid-template-columns: 1fr; order: initial !important; } .showcase-row { gap: 32px; margin-bottom: 60px; } }
.tax-card { display: flex; align-items: center; gap: 22px; }
.donut { position: relative; width: 116px; height: 116px; flex-shrink: 0; }
.donut .pct { position: absolute; inset: 0; display: flex; align-items: center; justify-content: center; font-size: 22px; font-weight: 800; }
.tax-kv { flex: 1; }
.tax-kv-row { display: flex; justify-content: space-between; font-size: 13.5px; padding: 9px 0; border-bottom: 1px solid var(--line); }
.tax-kv-row:last-child { border: none; }
.tax-kv-row b { font-variant-numeric: tabular-nums; }
.ai-chat { display: flex; flex-direction: column; gap: 12px; }
.ai-file { display: flex; align-items: center; gap: 8px; font-size: 12.5px; color: var(--muted); background: var(--surface); border: 1px dashed var(--line); border-radius: 11px; padding: 10px 12px; }
.ai-file svg { width: 16px; height: 16px; color: var(--accent); flex-shrink: 0; }
.ai-file b { color: var(--ink); font-weight: 700; }
.ai-q { align-self: flex-end; max-width: 82%; background: var(--grad); color: #fff; padding: 11px 14px; border-radius: 14px 14px 4px 14px; font-size: 14px; font-weight: 600; }
.ai-a { display: flex; gap: 10px; align-items: flex-start; max-width: 94%; }
.ai-badge { flex-shrink: 0; width: 30px; height: 30px; border-radius: 9px; background: var(--accent-soft); color: var(--accent); font-size: 11px; font-weight: 800; display: flex; align-items: center; justify-content: center; }
.ai-a > div { background: var(--sunk); border: 1px solid var(--line); border-radius: 14px 14px 14px 4px; padding: 11px 14px; font-size: 14px; line-height: 1.5; color: var(--ink); }
.ai-a b { font-variant-numeric: tabular-nums; }

.pricing-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; align-items: stretch; }
.plan { background: var(--surface); border: 1.5px solid var(--line); border-radius: var(--radius); padding: 32px 28px; display: flex; flex-direction: column; transition: transform .16s, box-shadow .18s; }
.plan:hover { transform: translateY(-3px); box-shadow: var(--shadow); }
.plan.featured { border: none; background: var(--ink); color: #fff; box-shadow: var(--shadow-lg); position: relative; overflow: hidden; }
.plan.featured .glow { position: absolute; width: 280px; height: 280px; border-radius: 50%; background: radial-gradient(circle, rgba(124,58,237,.45), transparent 70%); top: -130px; right: -90px; filter: blur(36px); }
.plan-tag { position: absolute; top: 20px; right: 20px; background: var(--grad); color: #fff; font-size: 11px; font-weight: 800; padding: 5px 12px; border-radius: 999px; letter-spacing: .3px; }
.plan-name { font-size: 15px; font-weight: 700; color: var(--muted); margin-bottom: 8px; position: relative; }
.plan.featured .plan-name { color: rgba(255,255,255,.7); }
.plan-price { font-size: 42px; font-weight: 800; letter-spacing: -1.6px; margin-bottom: 4px; position: relative; line-height: 1; display: flex; align-items: baseline; gap: 4px; flex-wrap: wrap; }
.plan-price .per { font-size: 15px; font-weight: 600; color: var(--faint); letter-spacing: 0; }
.plan-price .cur { font-size: 22px; font-weight: 700; letter-spacing: 0; align-self: center; }
.plan.featured .plan-price .per { color: rgba(255,255,255,.55); }
.plan-billed { font-size: 12.5px; color: var(--faint); margin-bottom: 18px; position: relative; min-height: 16px; }
.plan.featured .plan-billed { color: rgba(255,255,255,.5); }
.plan-desc { font-size: 13.5px; color: var(--muted); margin-bottom: 22px; position: relative; min-height: 38px; }
.plan.featured .plan-desc { color: rgba(255,255,255,.6); }
.plan-feats { list-style: none; padding: 0; margin: 0 0 26px; display: flex; flex-direction: column; gap: 13px; flex: 1; position: relative; }
.plan-feats li { display: flex; gap: 10px; font-size: 14px; align-items: flex-start; }
.plan-feats .ck { width: 20px; height: 20px; border-radius: 6px; background: var(--pos-soft); color: var(--pos); display: flex; align-items: center; justify-content: center; flex-shrink: 0; margin-top: 1px; }
.plan-feats .ck svg { width: 13px; height: 13px; }
.plan.featured .plan-feats .ck { background: rgba(52,211,153,.2); color: #34D399; }
.plan .btn { position: relative; }
@media (max-width: 900px) { .pricing-grid { grid-template-columns: 1fr; max-width: 400px; margin: 0 auto; } }

.p-hero { padding: 66px 0 40px; text-align: center; }
.p-hero-bg { position: absolute; inset: 0; overflow: hidden; z-index: 0; pointer-events: none; }
.p-hero .wrap { position: relative; z-index: 1; }
h1.p-title { font-size: clamp(34px, 5.2vw, 56px); line-height: 1.04; letter-spacing: -2px; font-weight: 800; margin: 0 0 18px; }
.p-sub { font-size: clamp(16px, 2vw, 19px); line-height: 1.55; color: var(--muted); margin: 0 auto 30px; max-width: 560px; }
.toggle { display: inline-flex; align-items: center; gap: 12px; }
.switch { position: relative; display: inline-grid; grid-template-columns: 1fr 1fr; background: var(--sunk); border: 1px solid var(--line); border-radius: 999px; padding: 4px; cursor: pointer; }
.switch button { border: none; background: transparent; font-family: var(--font); font-weight: 700; font-size: 14px; color: var(--muted); padding: 8px 18px; border-radius: 999px; cursor: pointer; position: relative; z-index: 1; transition: color .2s; white-space: nowrap; text-align: center; }
.switch button.on { color: #fff; }
.switch .knob { position: absolute; top: 4px; bottom: 4px; left: 4px; width: calc(50% - 4px); background: var(--grad); border-radius: 999px; transition: transform .24s cubic-bezier(.3,.7,.3,1); box-shadow: 0 4px 12px rgba(79,70,229,.35); }
.switch.annual .knob { transform: translateX(100%); }
.save-pill { font-size: 12px; font-weight: 800; color: var(--pos); background: var(--pos-soft); padding: 5px 11px; border-radius: 999px; }
.plans-sec { padding: 40px 0 90px; }
.plans-sec .pricing-grid { max-width: 1060px; margin: 0 auto; }

.cmp { background: var(--surface); border: 1px solid var(--line); border-radius: var(--radius); overflow: hidden; box-shadow: var(--shadow-sm); max-width: 940px; margin: 0 auto; }
.cmp-scroll { overflow-x: auto; }
.cmp table { width: 100%; border-collapse: collapse; }
.cmp th, .cmp td { padding: 15px 20px; text-align: center; font-size: 14px; border-bottom: 1px solid var(--line); }
.cmp thead th { font-weight: 800; font-size: 15px; padding-top: 22px; padding-bottom: 18px; background: var(--surface); }
.cmp thead th.feat-mid { color: var(--accent); }
.cmp thead .tsub { display: block; font-size: 12px; font-weight: 600; color: var(--faint); margin-top: 2px; }
.cmp td .rsub { display: block; font-size: 12px; font-weight: 500; color: var(--faint); margin-top: 2px; }
.cmp td:first-child, .cmp th:first-child { text-align: left; font-weight: 600; color: var(--ink); width: 42%; }
.cmp .grp td { background: var(--sunk); font-weight: 800; font-size: 12.5px; text-transform: uppercase; letter-spacing: .4px; color: var(--faint); text-align: left; padding: 11px 20px; }
.cmp td .yes { color: var(--pos); }
.cmp td .no { color: var(--faint); opacity: .5; }
.cmp td svg { width: 19px; height: 19px; margin: 0 auto; }
.cmp tbody tr:last-child td { border-bottom: none; }
.cmp col.mid { background: rgba(79,70,229,.035); }
@media (max-width: 720px) { .cmp { font-size: 12px; } .cmp th, .cmp td { padding: 12px 12px; } .cmp td:first-child, .cmp th:first-child { width: auto; } }

.c-layout { display: grid; grid-template-columns: 1fr; gap: 32px; align-items: start; max-width: 760px; margin: 0 auto; }
.methods { display: flex; flex-direction: column; gap: 14px; }
.mcard { display: flex; gap: 16px; align-items: flex-start; background: var(--surface); border: 1px solid var(--line); border-radius: var(--radius); padding: 22px; transition: transform .16s, box-shadow .18s, border-color .16s; }
.mcard:hover { transform: translateY(-2px); box-shadow: var(--shadow); border-color: #D8DBE8; }
.mcard .mi { width: 46px; height: 46px; border-radius: 13px; background: var(--accent-soft); color: var(--accent); display: flex; align-items: center; justify-content: center; flex-shrink: 0; }
.mcard .mi svg { width: 23px; height: 23px; }
.mcard h3 { font-size: 16px; font-weight: 700; margin: 0 0 4px; letter-spacing: -.2px; }
.mcard p { font-size: 14px; color: var(--muted); line-height: 1.5; margin: 0 0 8px; }
.mcard .mval { font-size: 15px; font-weight: 700; color: var(--accent); }
.mcard .mval:hover { color: var(--accent-2); }
.hours { margin-top: 8px; background: var(--sunk); border: 1px solid var(--line); border-radius: var(--radius); padding: 20px 22px; }
.hours h4 { font-size: 13px; font-weight: 800; text-transform: uppercase; letter-spacing: .4px; color: var(--faint); margin: 0 0 12px; }
.hours-row { display: flex; justify-content: space-between; font-size: 14px; padding: 6px 0; }
.hours-row span:last-child { font-weight: 700; font-variant-numeric: tabular-nums; }

.legal { max-width: 760px; margin: 0 auto; }
.legal h1 { font-size: clamp(26px, 3.4vw, 36px); font-weight: 800; letter-spacing: normal; line-height: 1.25; margin: 0 0 6px; }
.legal h1 .sd-nq { margin-left: 3px; }
.legal-upd { font-size: 13px; color: var(--faint); margin: 0 0 18px; }
.legal-note { font-size: 13px; color: var(--muted); background: var(--sunk); border: 1px solid var(--line); border-radius: 12px; padding: 12px 14px; margin: 0 0 30px; }
.legal h2 { font-size: 19px; font-weight: 700; letter-spacing: -.3px; margin: 30px 0 10px; }
.legal p { font-size: 15px; line-height: 1.7; color: var(--muted); margin: 0 0 12px; }
.legal ul { margin: 0 0 12px; padding-left: 20px; }
.legal li { font-size: 15px; line-height: 1.7; color: var(--muted); margin-bottom: 6px; }
.legal a { color: var(--accent); font-weight: 600; }

.faq { max-width: 780px; margin: 0 auto; }
.faq-item { border: 1px solid var(--line); border-radius: var(--radius-sm); background: var(--surface); margin-bottom: 12px; overflow: hidden; transition: border-color .2s, box-shadow .2s; }
.faq-item.open { border-color: #D2D6E6; box-shadow: var(--shadow-sm); }
.faq-q { display: flex; align-items: center; justify-content: space-between; gap: 16px; padding: 20px 22px; cursor: pointer; font-size: 16px; font-weight: 700; letter-spacing: -.2px; }
.faq-q .ic { width: 26px; height: 26px; border-radius: 8px; background: var(--accent-soft); color: var(--accent); display: flex; align-items: center; justify-content: center; flex-shrink: 0; transition: transform .22s; }
.faq-q .ic svg { width: 16px; height: 16px; }
.faq-item.open .faq-q .ic { transform: rotate(135deg); }
.faq-a { max-height: 0; overflow: hidden; transition: max-height .28s ease; }
.faq-item.open .faq-a { max-height: 320px; }
.faq-a p { font-size: 14.5px; color: var(--muted); line-height: 1.65; margin: 0; padding: 0 22px 22px; }

.cta-band { background: var(--ink); border-radius: 28px; padding: 72px 48px; text-align: center; position: relative; overflow: hidden; }
.cta-band .orb { position: absolute; opacity: .5; }
.cta-orb1 { width: 420px; height: 420px; background: radial-gradient(circle, rgba(99,102,241,.6), transparent 70%); top: -160px; left: -100px; }
.cta-orb2 { width: 420px; height: 420px; background: radial-gradient(circle, rgba(124,58,237,.55), transparent 70%); bottom: -180px; right: -100px; }
.cta-band > * { position: relative; z-index: 1; }
.cta-band .kicker { background: rgba(255,255,255,.1); color: #C7C3FA; }
.cta-band h2 { color: #fff; font-size: clamp(30px, 4.4vw, 46px); font-weight: 800; letter-spacing: -1.6px; margin: 0 0 16px; line-height: 1.06; }
.cta-band p { color: rgba(255,255,255,.68); font-size: 17px; margin: 0 auto 32px; max-width: 480px; }
.cta-actions { display: flex; gap: 13px; justify-content: center; flex-wrap: wrap; margin-bottom: 22px; }
.cta-reassure { display: flex; gap: 22px; justify-content: center; flex-wrap: wrap; font-size: 13.5px; color: rgba(255,255,255,.6); margin-top: 24px; }
.cta-reassure span { display: inline-flex; align-items: center; gap: 7px; }
.cta-reassure svg { width: 16px; height: 16px; color: #34D399; }

footer.foot { padding: 64px 0 40px; border-top: 1px solid var(--line); }
.foot-top { display: flex; justify-content: space-between; gap: 48px; flex-wrap: wrap; margin-bottom: 44px; }
.foot-brand p { font-size: 14px; color: var(--muted); max-width: 280px; line-height: 1.6; margin: 14px 0 0; }
.foot-cols { display: flex; gap: 64px; flex-wrap: wrap; }
.foot-col h4 { font-size: 12.5px; font-weight: 800; text-transform: uppercase; letter-spacing: .5px; color: var(--faint); margin: 0 0 16px; }
.foot-col a { display: block; font-size: 14px; color: var(--muted); margin-bottom: 11px; }
.foot-col a:hover { color: var(--ink); }
.foot-bottom { display: flex; justify-content: space-between; align-items: center; font-size: 13px; color: var(--faint); border-top: 1px solid var(--line); padding-top: 26px; flex-wrap: wrap; gap: 12px; }

@media (max-width: 640px) {
  .wrap { padding: 0 20px; }
  .section { padding: 68px 0; }
  .hero { padding: 48px 0 60px; }
  .cta-band { padding: 52px 26px; }
  .float-card { display: none; }
}
