/* GeniusOTA Landing Page v2 — LiteAPI-inspired violet/Sora system.
   Originally authored as styles-v2.css in the Claude Design handoff. */
:root {
  --bg:        oklch(0.995 0.003 285);
  --surface:   #ffffff;
  --surface-2: oklch(0.976 0.006 285);
  --ink:       oklch(0.215 0.03 285);
  --ink-soft:  oklch(0.40 0.025 285);
  --muted:     oklch(0.55 0.018 285);
  --line:      oklch(0.912 0.01 285);
  --line-soft: oklch(0.952 0.008 285);

  --violet:        oklch(0.545 0.19 285);
  --violet-strong: oklch(0.475 0.19 285);
  --violet-soft:   oklch(0.94 0.045 285);
  --violet-tint:   oklch(0.967 0.022 285);
  --lavender:      oklch(0.74 0.115 290);

  --hero-1: oklch(0.34 0.135 292);
  --hero-2: oklch(0.205 0.10 288);
  --hero-3: oklch(0.16 0.07 286);

  --dk-bg:      oklch(0.155 0.035 286);
  --dk-surface: oklch(0.198 0.035 286);
  --dk-surf-2:  oklch(0.23 0.038 286);
  --dk-line:    oklch(0.285 0.035 286);
  --dk-text:    oklch(0.78 0.02 286);
  --dk-muted:   oklch(0.62 0.02 286);

  --radius:   16px;
  --radius-s: 11px;
  --radius-l: 22px;

  --shadow-sm: 0 1px 2px oklch(0.3 0.05 286 / 0.05), 0 2px 6px oklch(0.3 0.05 286 / 0.05);
  --shadow:    0 4px 14px oklch(0.3 0.06 286 / 0.07), 0 18px 44px oklch(0.3 0.06 286 / 0.09);
  --shadow-lg: 0 12px 32px oklch(0.25 0.06 286 / 0.16), 0 44px 90px oklch(0.25 0.08 286 / 0.20);

  --maxw: 1180px;
  --font: 'Sora', system-ui, -apple-system, sans-serif;
  --mono: 'JetBrains Mono', ui-monospace, 'SF Mono', Menlo, monospace;
}
* { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; }
body { font-family: var(--font); background: var(--bg); color: var(--ink); line-height: 1.55; -webkit-font-smoothing: antialiased; text-rendering: optimizeLegibility; }
::selection { background: var(--violet-soft); color: var(--violet-strong); }
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }
button { font-family: inherit; cursor: pointer; border: none; background: none; }

.container { width: 100%; max-width: var(--maxw); margin: 0 auto; padding: 0 28px; }
.section { padding: 112px 0; }
.section-tight { padding: 80px 0; }

h1, h2, h3, h4 { line-height: 1.06; letter-spacing: -0.025em; font-weight: 700; color: var(--ink); }
.display { font-size: clamp(42px, 6vw, 78px); font-weight: 700; letter-spacing: -0.035em; line-height: 1.0; }
.h2 { font-size: clamp(31px, 4vw, 50px); font-weight: 700; letter-spacing: -0.03em; }
.h3 { font-size: clamp(19px, 2vw, 23px); font-weight: 700; }
.lead { font-size: clamp(16px, 1.4vw, 19px); color: var(--ink-soft); line-height: 1.6; font-weight: 400; }
.text-muted { color: var(--muted); }
.mono { font-family: var(--mono); }
.eyebrow { display: inline-block; font-family: var(--font); font-size: 12.5px; font-weight: 700; letter-spacing: 0.18em; text-transform: uppercase; color: var(--violet); }
.section-head { max-width: 680px; }
.section-head.center { margin: 0 auto; text-align: center; }
.section-head .h2 { margin-top: 16px; }
.section-head .lead { margin-top: 18px; }

.btn { display: inline-flex; align-items: center; justify-content: center; gap: 8px; font-family: var(--font); font-weight: 600; font-size: 15px; letter-spacing: -0.01em; padding: 13px 22px; border-radius: 999px; border: 1.5px solid transparent; transition: transform .18s cubic-bezier(.2,.8,.2,1), box-shadow .2s, background .2s, color .2s, border-color .2s; white-space: nowrap; }
.btn:active { transform: translateY(1px) scale(.99); }
.btn-primary { background: var(--violet); color: #fff; box-shadow: 0 8px 20px oklch(0.545 0.19 285 / .32); }
.btn-primary:hover { background: var(--violet-strong); transform: translateY(-2px); box-shadow: 0 12px 28px oklch(0.545 0.19 285 / .4); }
.btn-ghost { background: var(--surface); color: var(--ink); border-color: var(--line); box-shadow: var(--shadow-sm); }
.btn-ghost:hover { border-color: var(--violet); color: var(--violet); transform: translateY(-2px); }
.btn-lg { padding: 15px 26px; font-size: 16px; }
.btn-sm { padding: 9px 16px; font-size: 13.5px; }
.btn-light { background: #fff; color: oklch(0.30 0.10 286); }
.btn-light:hover { transform: translateY(-2px); box-shadow: 0 14px 30px rgba(0,0,0,.3); }
.btn-glass { background: oklch(1 0 0 / .08); color: #fff; border-color: oklch(1 0 0 / .26); }
.btn-glass:hover { background: oklch(1 0 0 / .15); border-color: oklch(1 0 0 / .5); transform: translateY(-2px); }

.chip { display: inline-flex; align-items: center; gap: 8px; font-size: 13px; font-weight: 500; color: var(--ink-soft); background: var(--surface); border: 1px solid var(--line); padding: 7px 14px; border-radius: 999px; }
.chip .dot { width: 7px; height: 7px; border-radius: 50%; background: var(--violet); }
.chip-glass { color: oklch(0.92 0.02 286); background: oklch(1 0 0 / .08); border-color: oklch(1 0 0 / .2); }
.chip-glass .dot { background: var(--lavender); box-shadow: 0 0 8px var(--lavender); }

.icon-tile { width: 44px; height: 44px; border-radius: 12px; flex: none; display: grid; place-items: center; background: var(--violet-tint); color: var(--violet); border: 1px solid var(--violet-soft); }
.icon-tile svg { width: 21px; height: 21px; }

.ph { position: relative; border-radius: var(--radius-s); overflow: hidden; background-color: var(--surface-2); background-image: repeating-linear-gradient(135deg, oklch(0.93 0.012 286) 0 9px, transparent 9px 18px); border: 1px solid var(--line); display: grid; place-items: center; }
.ph span { font-family: var(--mono); font-size: 10.5px; letter-spacing: .03em; color: var(--muted); background: var(--surface); padding: 3px 8px; border-radius: 5px; border: 1px solid var(--line); text-transform: lowercase; }

.reveal { opacity: 0; transform: translateY(24px); transition: opacity .7s ease, transform .7s cubic-bezier(.2,.8,.2,1); }
.reveal.in { opacity: 1; transform: none; }

/* NAV — FIXED over the hero so the gradient runs edge-to-edge with no white
   strip between the page top and the hero. The pill keeps its white bg + blur
   and floats on the dark gradient. Hero content gets extra top padding so the
   chip + headline aren't covered (see .hero below). */
.nav { position: fixed; top: 0; left: 0; right: 0; z-index: 60; padding-top: 18px; transition: padding .3s; }
.nav.scrolled { padding-top: 10px; }
.nav-pill { display: flex; align-items: center; justify-content: space-between; gap: 18px; background: oklch(1 0 0 / .9); backdrop-filter: blur(16px); border: 1px solid var(--line); border-radius: 999px; padding: 9px 9px 9px 22px; box-shadow: var(--shadow); }
.nav.scrolled .nav-pill { box-shadow: var(--shadow-lg); }
.nav-links { display: flex; align-items: center; gap: 4px; }
.nav-links a { display: inline-flex; align-items: center; gap: 5px; font-size: 14.5px; font-weight: 500; color: var(--ink-soft); padding: 9px 14px; border-radius: 999px; transition: color .15s, background .15s; white-space: nowrap; }
.nav-links a:hover { color: var(--ink); background: var(--surface-2); }
.nav-links a .car { width: 13px; height: 13px; opacity: .6; }
.nav-actions { display: flex; align-items: center; gap: 10px; }
.nav-actions .signin { font-size: 14.5px; font-weight: 500; color: var(--ink-soft); padding: 9px 10px; white-space: nowrap; }
.nav-actions .signin:hover { color: var(--ink); }
.logo { display: inline-flex; align-items: center; gap: 10px; font-weight: 700; font-size: 19px; letter-spacing: -0.03em; color: var(--ink); }
.logo-mark { width: 30px; height: 30px; border-radius: 9px; background: linear-gradient(140deg, var(--violet), var(--violet-strong)); display: grid; place-items: center; box-shadow: 0 4px 12px oklch(0.545 0.19 285 / .4); }
.logo-mark svg { width: 17px; height: 17px; color: #fff; }
.logo .ota { color: var(--violet); }
.logo.on-dark { color: #fff; }
.logo.on-dark .ota { color: var(--lavender); }

/* HERO */
.hero { position: relative; overflow: hidden; background: var(--dk-bg); }
.hero-bg { position: absolute; inset: 0; z-index: 0; background: radial-gradient(ellipse 90% 70% at 50% -10%, var(--hero-1) 0%, transparent 60%), linear-gradient(180deg, var(--hero-2) 0%, var(--hero-3) 55%, var(--bg) 100%); }
.hero-bg .grid { position: absolute; inset: 0; opacity: .5; background-image: linear-gradient(oklch(1 0 0 / .04) 1px, transparent 1px), linear-gradient(90deg, oklch(1 0 0 / .04) 1px, transparent 1px); background-size: 54px 54px; mask-image: radial-gradient(ellipse 70% 55% at 50% 18%, #000 20%, transparent 70%); }
.hero-bg .orb { position: absolute; border-radius: 50%; filter: blur(80px); }
.hero-bg .o1 { width: 480px; height: 480px; background: var(--violet); opacity: .35; top: -120px; left: 8%; }
.hero-bg .o2 { width: 420px; height: 420px; background: var(--lavender); opacity: .18; top: 40px; right: 6%; }
.hero { padding-top: 80px; } /* clear the fixed nav overlay above (~80px tall) */
.hero-inner { position: relative; z-index: 1; padding: 86px 0 0; text-align: center; }
.hero-mark { width: 56px; height: 56px; margin: 0 auto 26px; border-radius: 16px; background: oklch(1 0 0 / .08); border: 1px solid oklch(1 0 0 / .16); display: grid; place-items: center; box-shadow: 0 8px 30px oklch(0.2 0.1 286 / .5); }
.hero-mark svg { width: 28px; height: 28px; color: #fff; }
.hero h1 { color: #fff; }
.hero h1 .lav { color: var(--lavender); }
.hero-sub { color: oklch(0.84 0.025 286); font-size: clamp(16px, 1.5vw, 19px); line-height: 1.6; max-width: 620px; margin: 24px auto 0; font-weight: 400; }
.hero-cta { display: flex; gap: 13px; justify-content: center; margin-top: 34px; flex-wrap: wrap; }
.hero-chip-wrap { display: flex; justify-content: center; margin-bottom: 26px; }

/* DASHBOARD MOCKUP */
.dash-wrap { position: relative; z-index: 1; margin-top: 58px; padding-bottom: 0; }
.dash { max-width: 1080px; margin: 0 auto; background: var(--surface); border: 1px solid var(--line); border-radius: 16px 16px 0 0; box-shadow: var(--shadow-lg); overflow: hidden; }
.dash-top { display: flex; align-items: center; gap: 12px; padding: 13px 16px; border-bottom: 1px solid var(--line); background: var(--surface); }
.dash-brand { display: flex; align-items: center; gap: 8px; font-weight: 700; font-size: 14px; letter-spacing: -0.02em; }
.dash-brand .m { width: 22px; height: 22px; border-radius: 7px; background: linear-gradient(140deg, var(--violet), var(--violet-strong)); }
.dash-search { flex: 1; max-width: 360px; margin: 0 auto; background: var(--surface-2); border: 1px solid var(--line); border-radius: 8px; padding: 7px 12px; font-size: 12px; color: var(--muted); display: flex; align-items: center; gap: 8px; }
.dash-search .k { margin-left: auto; font-family: var(--mono); font-size: 10px; background: var(--surface); border: 1px solid var(--line); border-radius: 4px; padding: 1px 5px; }
.dash-top .prod { display: flex; align-items: center; gap: 7px; font-size: 12px; color: var(--ink-soft); font-weight: 600; }
.dash-top .prod .sw { width: 30px; height: 16px; border-radius: 999px; background: var(--violet); position: relative; }
.dash-top .prod .sw::after { content: ""; position: absolute; width: 12px; height: 12px; border-radius: 50%; background: #fff; top: 2px; right: 2px; }
.dash-body { display: grid; grid-template-columns: 188px 1fr; min-height: 380px; }
.dash-side { border-right: 1px solid var(--line); padding: 16px 12px; background: var(--surface); }
.dash-side .grp { font-size: 9.5px; text-transform: uppercase; letter-spacing: .08em; color: var(--muted); font-weight: 700; padding: 10px 10px 6px; }
.dash-nav { display: flex; align-items: center; gap: 9px; padding: 8px 10px; border-radius: 8px; font-size: 12.5px; color: var(--ink-soft); font-weight: 500; }
.dash-nav svg { width: 15px; height: 15px; opacity: .7; }
.dash-nav.active { background: var(--violet-tint); color: var(--violet); font-weight: 600; }
.dash-nav.active svg { opacity: 1; }
.dash-main { padding: 22px 24px; text-align: left; }
.dash-main h3 { font-size: 22px; }
.dash-main .desc { font-size: 12.5px; color: var(--muted); margin-top: 4px; }
.dash-kpis { display: grid; grid-template-columns: repeat(4, 1fr); gap: 12px; margin-top: 18px; }
.kpi { border: 1px solid var(--line); border-radius: 12px; padding: 13px 15px; background: var(--surface); }
.kpi .l { font-size: 11px; color: var(--muted); font-weight: 500; }
.kpi .v { font-size: 22px; font-weight: 700; letter-spacing: -0.02em; margin-top: 5px; }
.kpi .d { font-size: 11px; font-weight: 600; margin-top: 3px; }
.kpi .d.up { color: oklch(0.6 0.14 155); }
.kpi .d.down { color: oklch(0.6 0.17 25); }
.dash-table { margin-top: 18px; border: 1px solid var(--line); border-radius: 12px; overflow: hidden; }
.dash-tr { display: grid; grid-template-columns: 1.3fr 1fr 1fr 1fr 0.8fr; align-items: center; padding: 11px 16px; font-size: 12px; border-bottom: 1px solid var(--line-soft); }
.dash-tr:last-child { border-bottom: none; }
.dash-tr.head { background: var(--surface-2); font-weight: 600; color: var(--muted); font-size: 10.5px; text-transform: uppercase; letter-spacing: .04em; }
.dash-tr .num { font-weight: 600; }
.dash-tr .badge { justify-self: start; font-size: 10.5px; font-weight: 700; padding: 2px 8px; border-radius: 999px; font-family: var(--mono); }
.dash-tr .badge.pos { background: var(--violet-tint); color: var(--violet); }
.dash-tr .badge.neg { background: oklch(0.95 0.04 25); color: oklch(0.55 0.17 25); }
.dash-tr .mg { font-weight: 700; color: var(--violet); }

/* TRUST + STATS */
.trust { padding: 64px 0 0; text-align: center; }
.trust .label { font-size: 14px; color: var(--muted); }
.trust .label b { color: var(--violet); font-weight: 700; }
.logostrip-inner { display: flex; align-items: center; gap: 40px; padding: 30px 0 0; flex-wrap: wrap; justify-content: center; }
.supplier { font-weight: 700; font-size: 19px; letter-spacing: -0.02em; color: oklch(0.72 0.015 286); opacity: .65; transition: opacity .2s, color .2s; }
.supplier:hover { opacity: 1; color: var(--violet); }
.stats { display: grid; grid-template-columns: repeat(4, 1fr); gap: 24px; margin-top: 56px; padding-top: 50px; border-top: 1px solid var(--line); }
.stat { text-align: center; }
.stat .n { font-size: clamp(34px, 4vw, 48px); font-weight: 700; letter-spacing: -0.035em; }
.stat .n .lav { color: var(--violet); }
.stat .l { font-size: 14px; color: var(--muted); margin-top: 4px; }

/* FEATURES */
.features-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; margin-top: 56px; }
.feature { padding: 28px 26px; border-radius: var(--radius); background: var(--surface); border: 1px solid var(--line); transition: transform .2s, box-shadow .2s, border-color .2s; }
.feature:hover { transform: translateY(-4px); box-shadow: var(--shadow); border-color: var(--violet-soft); }
.feature h3 { font-size: 18px; margin: 17px 0 8px; }
.feature p { color: var(--ink-soft); font-size: 14.5px; }
.feature .tag { margin-top: 14px; font-family: var(--mono); font-size: 11px; color: var(--violet); letter-spacing: .02em; background: var(--violet-tint); display: inline-block; padding: 3px 9px; border-radius: 6px; }

/* DARK CONNECT */
.dark-section { background: var(--dk-bg); color: #fff; position: relative; overflow: hidden; }
.dark-section .eyebrow { color: var(--lavender); }
.dark-section h2, .dark-section h3, .dark-section h4 { color: #fff; }
.dark-section .lead { color: var(--dk-text); }
.dk-glow { position: absolute; border-radius: 50%; filter: blur(100px); pointer-events: none; }
.dk-glow.g1 { width: 560px; height: 560px; background: var(--violet); opacity: .22; top: -160px; left: -100px; }
.dk-glow.g2 { width: 460px; height: 460px; background: var(--lavender); opacity: .12; bottom: -200px; right: -120px; }
.mkt-glow { position: absolute; width: 560px; height: 560px; border-radius: 50%; filter: blur(100px); background: var(--violet); opacity: .2; top: -180px; left: -100px; pointer-events: none; }
.mkt-glow.g2 { background: var(--lavender); opacity: .12; left: auto; right: -140px; top: auto; bottom: -240px; }
.flow { position: relative; z-index: 1; display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; gap: 18px; max-width: 760px; margin: 48px auto 0; }
.flow-col { display: flex; flex-direction: column; gap: 12px; }
.flow-node { background: var(--dk-surface); border: 1px solid var(--dk-line); border-radius: 12px; padding: 12px 16px; font-size: 13.5px; font-weight: 600; color: var(--dk-text); text-align: center; display: flex; align-items: center; justify-content: center; gap: 8px; }
.flow-node svg { width: 15px; height: 15px; color: var(--lavender); }
.flow-center { display: grid; place-items: center; }
.flow-hub { width: 120px; height: 120px; border-radius: 22px; background: linear-gradient(150deg, oklch(0.30 0.13 290), oklch(0.22 0.10 288)); border: 1.5px solid var(--violet); display: grid; place-items: center; box-shadow: 0 0 50px oklch(0.5 0.18 286 / .5); text-align: center; }
.flow-hub .m { width: 34px; height: 34px; border-radius: 11px; background: linear-gradient(140deg, var(--violet), var(--lavender)); display: grid; place-items: center; margin: 0 auto 8px; }
.flow-hub .m svg { width: 19px; height: 19px; color: #fff; }
.flow-hub .t { font-size: 12px; font-weight: 700; color: #fff; }
.dk-cards { position: relative; z-index: 1; display: grid; grid-template-columns: 1fr 1fr; gap: 16px; margin-top: 56px; }
.dk-card { background: var(--dk-surface); border: 1px solid var(--dk-line); border-radius: var(--radius); padding: 28px 28px 30px; transition: transform .2s, border-color .2s; }
.dk-card:hover { transform: translateY(-4px); border-color: var(--violet); }
.dk-card .dk-tile { width: 44px; height: 44px; border-radius: 12px; background: var(--dk-surf-2); border: 1px solid var(--dk-line); display: grid; place-items: center; color: var(--lavender); }
.dk-card .dk-tile svg { width: 21px; height: 21px; }
.dk-card h4 { font-size: 18px; margin: 18px 0 9px; }
.dk-card p { font-size: 14.5px; color: var(--dk-text); }

/* GROWTH PREVIEWS */
.growth-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; margin-top: 54px; }
.growth-card { background: var(--surface); border: 1px solid var(--line); border-radius: var(--radius-l); padding: 14px; box-shadow: var(--shadow-sm); transition: transform .2s, box-shadow .2s; display: flex; flex-direction: column; }
.growth-card:hover { transform: translateY(-5px); box-shadow: var(--shadow); }
.growth-prev { border-radius: var(--radius-s); background: var(--surface-2); border: 1px solid var(--line); height: 168px; overflow: hidden; position: relative; }
.growth-meta { padding: 18px 14px 10px; }
.growth-meta .gt { font-size: 17px; font-weight: 700; letter-spacing: -0.02em; }
.growth-meta .gp { font-size: 13.5px; color: var(--ink-soft); margin-top: 7px; }
.mini-store { padding: 12px; }
.mini-store .bar { display: flex; align-items: center; gap: 6px; margin-bottom: 10px; }
.mini-store .bar .b { width: 16px; height: 16px; border-radius: 5px; background: var(--violet); }
.mini-store .bar .nm { font-size: 10px; font-weight: 700; }
.mini-store .row { display: grid; grid-template-columns: 1fr 1fr; gap: 7px; }
.mini-store .row .it { background: var(--surface); border: 1px solid var(--line); border-radius: 8px; overflow: hidden; }
.mini-store .row .it .im { height: 38px; }
.mini-store .row .it .lb { padding: 5px 7px; font-size: 8.5px; font-weight: 700; display: flex; justify-content: space-between; }
.mini-store .row .it .lb .pr { color: var(--violet); }
.mini-list { padding: 12px; display: flex; flex-direction: column; gap: 7px; }
.mini-list .li { display: flex; align-items: center; gap: 9px; background: var(--surface); border: 1px solid var(--line); border-radius: 8px; padding: 8px 10px; }
.mini-list .li .av { width: 22px; height: 22px; border-radius: 6px; background: var(--violet-tint); flex: none; }
.mini-list .li .tx { flex: 1; }
.mini-list .li .tx .a { height: 6px; width: 70%; background: var(--line); border-radius: 3px; }
.mini-list .li .tx .b { height: 5px; width: 45%; background: var(--line-soft); border-radius: 3px; margin-top: 5px; }
.mini-list .li .st { font-size: 8px; font-weight: 700; color: oklch(0.55 0.13 155); background: oklch(0.95 0.05 155); padding: 2px 7px; border-radius: 999px; }
.mini-chart { padding: 14px 12px; }
.mini-chart .head { display: flex; justify-content: space-between; align-items: baseline; margin-bottom: 12px; }
.mini-chart .head .big { font-size: 18px; font-weight: 700; }
.mini-chart .head .pct { font-size: 10px; font-weight: 700; color: oklch(0.55 0.13 155); }
.mini-bars { display: flex; align-items: flex-end; gap: 6px; height: 92px; }
.mini-bars .mb { flex: 1; border-radius: 4px 4px 0 0; background: linear-gradient(180deg, var(--violet), var(--lavender)); opacity: .9; }

/* PERSONAS */
.persona-tabs { display: flex; flex-wrap: wrap; gap: 9px; margin-top: 42px; justify-content: center; }
.persona-tab { padding: 10px 18px; border-radius: 999px; font-size: 14.5px; font-weight: 600; color: var(--ink-soft); background: var(--surface); border: 1.5px solid var(--line); transition: all .18s; }
.persona-tab:hover { border-color: var(--violet); color: var(--violet); }
.persona-tab.active { background: var(--violet); color: #fff; border-color: var(--violet); box-shadow: 0 6px 16px oklch(0.545 0.19 285 / .3); }
.persona-panel { margin-top: 30px; display: grid; grid-template-columns: 1fr 1.05fr; gap: 36px; align-items: center; background: var(--surface); border: 1px solid var(--line); border-radius: var(--radius-l); padding: 14px; box-shadow: var(--shadow); }
/* `display: grid` above overrides the user-agent `[hidden] { display: none }`
   rule — without this explicit override, all 4 persona panels render
   stacked and the tab switcher has no visible effect. */
.persona-panel[hidden] { display: none !important; }
.persona-text { padding: 30px 26px; }
.persona-text h3 { font-size: 27px; letter-spacing: -0.03em; }
.persona-text p { color: var(--ink-soft); font-size: 16px; margin-top: 14px; }
.persona-points { margin-top: 20px; display: flex; flex-direction: column; gap: 11px; }
.persona-point { display: flex; gap: 11px; align-items: flex-start; font-size: 14.5px; color: var(--ink-soft); }
.persona-point .tick { width: 21px; height: 21px; border-radius: 6px; background: var(--violet-tint); color: var(--violet); display: grid; place-items: center; flex: none; margin-top: 2px; }
.persona-point .tick svg { width: 12px; height: 12px; }
.persona-visual { border-radius: var(--radius); overflow: hidden; min-height: 320px; background: var(--surface-2); border: 1px solid var(--line); position: relative; display: grid; place-items: center; }
.persona-visual .ph { position: absolute; inset: 0; border-radius: 0; border: none; }
.persona-visual img { width: 100%; height: 100%; object-fit: cover; display: block; }

/* CALCULATOR */
.calc-wrap { display: grid; grid-template-columns: 1fr 0.92fr; gap: 32px; align-items: stretch; margin-top: 54px; }
.calc-controls { background: var(--surface); border: 1px solid var(--line); border-radius: var(--radius-l); padding: 36px; box-shadow: var(--shadow); }
.calc-row { margin-bottom: 30px; }
.calc-row:last-child { margin-bottom: 0; }
.calc-row .top { display: flex; align-items: baseline; justify-content: space-between; margin-bottom: 14px; }
.calc-row .top label { font-size: 15px; font-weight: 600; color: var(--ink); }
.calc-row .top .val { font-family: var(--mono); font-size: 17px; font-weight: 700; color: var(--violet); }
input[type=range] { -webkit-appearance: none; appearance: none; width: 100%; height: 8px; border-radius: 999px; background: var(--line); outline: none; }
input[type=range]::-webkit-slider-thumb { -webkit-appearance: none; appearance: none; width: 26px; height: 26px; border-radius: 50%; background: #fff; border: 2px solid var(--violet); box-shadow: 0 3px 9px oklch(0.545 0.19 285 / .4), inset 0 0 0 5px var(--violet); cursor: grab; transition: transform .12s; }
input[type=range]::-webkit-slider-thumb:active { cursor: grabbing; transform: scale(1.12); }
input[type=range]::-moz-range-thumb { width: 26px; height: 26px; border-radius: 50%; background: var(--violet); border: 4px solid #fff; box-shadow: 0 3px 9px oklch(0.545 0.19 285 / .4); cursor: grab; }
.calc-row .scale { display: flex; justify-content: space-between; font-size: 11.5px; color: var(--muted); margin-top: 9px; font-family: var(--mono); }
.calc-result { background: var(--dk-bg); border-radius: var(--radius-l); padding: 40px 36px; color: #fff; display: flex; flex-direction: column; justify-content: center; position: relative; overflow: hidden; }
.calc-result .rg { position: absolute; width: 300px; height: 300px; border-radius: 50%; background: var(--violet); opacity: .28; filter: blur(60px); top: -90px; right: -90px; }
.calc-result .rk { position: relative; z-index: 1; }
.calc-result .label { font-size: 14px; color: var(--dk-text); font-weight: 500; }
.calc-result .big { font-size: clamp(44px, 6vw, 60px); font-weight: 700; letter-spacing: -0.035em; line-height: 1; margin: 10px 0 4px; }
.calc-result .big .cur { color: var(--lavender); }
.calc-result .sub { font-size: 14px; color: var(--dk-muted); }
.calc-breakdown { margin-top: 28px; padding-top: 24px; border-top: 1px solid oklch(1 0 0 / .12); display: flex; flex-direction: column; gap: 13px; }
.calc-line { display: flex; align-items: center; justify-content: space-between; font-size: 14px; }
.calc-line .cl { color: var(--dk-text); }
.calc-line .cv { font-weight: 700; font-family: var(--mono); }
.calc-line.year .cv { color: var(--lavender); font-size: 16px; }
.calc-note { margin-top: 18px; font-size: 12.5px; color: var(--muted); text-align: center; }

/* PRICING */
.pricing-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; margin-top: 54px; align-items: stretch; }
.price-card { background: var(--surface); border: 1px solid var(--line); border-radius: var(--radius-l); padding: 32px 28px; display: flex; flex-direction: column; transition: transform .2s, box-shadow .2s; box-shadow: var(--shadow-sm); position: relative; }
.price-card:hover { transform: translateY(-5px); box-shadow: var(--shadow); }
.price-card.featured { border-color: var(--violet); box-shadow: var(--shadow-lg); }
.price-card.featured::before { content: "Most popular"; position: absolute; top: -12px; left: 50%; transform: translateX(-50%); background: var(--violet); color: #fff; font-size: 12px; font-weight: 600; padding: 5px 14px; border-radius: 999px; }
.price-card .pname { font-size: 16px; font-weight: 700; }
.price-card .pdesc { font-size: 13.5px; color: var(--muted); margin-top: 7px; min-height: 40px; }
.price-card .pamt { margin: 18px 0 4px; display: flex; align-items: baseline; gap: 4px; }
.price-card .pamt .num { font-size: 42px; font-weight: 700; letter-spacing: -0.035em; }
.price-card .pamt .per { font-size: 14px; color: var(--muted); font-weight: 500; }
.price-card .pmargin { font-size: 13px; color: var(--violet); font-weight: 600; margin-bottom: 22px; }
.price-card .btn { width: 100%; }
.price-feats { list-style: none; margin-top: 24px; display: flex; flex-direction: column; gap: 12px; }
.price-feats li { display: flex; gap: 10px; align-items: flex-start; font-size: 14px; color: var(--ink-soft); }
.price-feats li .ck { width: 19px; height: 19px; border-radius: 6px; background: var(--violet-tint); color: var(--violet); display: grid; place-items: center; flex: none; margin-top: 1px; }
.price-feats li .ck svg { width: 11px; height: 11px; }

/* MARKETPLACE */
.mkt-inner { position: relative; z-index: 1; display: grid; grid-template-columns: 1fr 1fr; gap: 50px; align-items: center; }
.mkt-feats { display: flex; flex-direction: column; gap: 18px; margin-top: 28px; }
.mkt-feat { display: flex; gap: 14px; }
.mkt-feat .mi { width: 42px; height: 42px; border-radius: 12px; background: var(--dk-surf-2); border: 1px solid var(--dk-line); display: grid; place-items: center; color: var(--lavender); flex: none; }
.mkt-feat .mi svg { width: 20px; height: 20px; }
.mkt-feat h4 { font-size: 16px; color: #fff; }
.mkt-feat p { font-size: 14px; color: var(--dk-text); margin-top: 3px; }
.mkt-board { background: var(--dk-surface); border: 1px solid var(--dk-line); border-radius: var(--radius-l); padding: 18px; box-shadow: var(--shadow-lg); }
.mkt-board-head { display: flex; align-items: center; justify-content: space-between; padding: 4px 6px 14px; border-bottom: 1px solid var(--dk-line); margin-bottom: 14px; }
.mkt-board-head .t { font-weight: 700; font-size: 15px; color: #fff; }
.mkt-board-head .pill { font-size: 11px; font-family: var(--mono); color: var(--lavender); background: oklch(0.4 0.1 286 / .35); padding: 4px 9px; border-radius: 999px; }
.mkt-items { display: grid; grid-template-columns: 1fr 1fr; gap: 11px; }
.mkt-item { background: var(--dk-bg); border: 1px solid var(--dk-line); border-radius: 13px; overflow: hidden; transition: transform .2s, border-color .2s; }
.mkt-item:hover { transform: translateY(-3px); border-color: var(--violet); }
.mkt-item .ph { height: 76px; border-radius: 0; border: none; background-color: var(--dk-surf-2); background-image: repeating-linear-gradient(135deg, var(--dk-surface) 0 9px, transparent 9px 18px); }
.mkt-item .ph span { background: var(--dk-surface); border-color: var(--dk-line); color: var(--dk-muted); }
.mkt-item .ii { padding: 10px 12px; }
.mkt-item .ii .t { font-size: 12.5px; font-weight: 700; color: #fff; }
.mkt-item .ii .m { display: flex; align-items: center; justify-content: space-between; margin-top: 5px; }
.mkt-item .ii .seller { font-size: 10px; color: var(--dk-muted); }
.mkt-item .ii .pr { font-size: 12.5px; font-weight: 700; color: var(--lavender); }

/* TESTIMONIALS */
.tcards { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; margin-top: 54px; }
.tcard { background: var(--surface); border: 1px solid var(--line); border-radius: var(--radius); padding: 28px 26px; box-shadow: var(--shadow-sm); display: flex; flex-direction: column; transition: transform .2s, box-shadow .2s; }
.tcard:hover { transform: translateY(-4px); box-shadow: var(--shadow); }
.tcard .stars { display: flex; gap: 3px; color: var(--lavender); margin-bottom: 16px; }
.tcard .stars svg { width: 16px; height: 16px; fill: var(--lavender); }
.tcard blockquote { font-size: 16px; line-height: 1.6; color: var(--ink); font-weight: 500; letter-spacing: -0.01em; flex: 1; }
.tcard .who { display: flex; align-items: center; gap: 12px; margin-top: 22px; }
.tcard .av { width: 42px; height: 42px; border-radius: 50%; background: var(--violet-tint); border: 1px solid var(--violet-soft); display: grid; place-items: center; font-weight: 700; color: var(--violet); font-size: 15px; flex: none; }
.tcard .who .nm { font-size: 14px; font-weight: 700; }
.tcard .who .rl { font-size: 12.5px; color: var(--muted); }

/* FAQ */
.faq-wrap { max-width: 800px; margin: 50px auto 0; }
.faq-item { border-bottom: 1px solid var(--line); }
.faq-q { width: 100%; display: flex; align-items: center; justify-content: space-between; gap: 20px; text-align: left; padding: 24px 4px; font-size: 17.5px; font-weight: 600; color: var(--ink); letter-spacing: -0.02em; }
.faq-q:hover { color: var(--violet); }
.faq-icon { width: 28px; height: 28px; border-radius: 8px; border: 1px solid var(--line); display: grid; place-items: center; flex: none; transition: transform .3s, background .2s, border-color .2s, color .2s; color: var(--ink-soft); }
.faq-item.open .faq-icon { transform: rotate(45deg); background: var(--violet); border-color: var(--violet); color: #fff; }
.faq-a { overflow: hidden; max-height: 0; transition: max-height .35s ease; }
.faq-a-inner { padding: 0 4px 24px; font-size: 15.5px; color: var(--ink-soft); line-height: 1.65; max-width: 92%; }

/* FINAL CTA (light card) */
.finalcta { padding-bottom: 112px; }
.finalcta-card { background: var(--surface-2); border: 1px solid var(--line); border-radius: 28px; padding: 76px 56px; text-align: center; position: relative; overflow: hidden; }
.finalcta-card .fg { position: absolute; border-radius: 50%; filter: blur(90px); pointer-events: none; }
.finalcta-card .fg1 { width: 420px; height: 420px; background: var(--violet); opacity: .14; top: -200px; left: 50%; transform: translateX(-50%); }
.finalcta-card .fg2 { width: 320px; height: 320px; background: var(--lavender); opacity: .12; bottom: -200px; right: -40px; }
.finalcta-card .inner { position: relative; z-index: 1; }
.finalcta-card h2 { font-size: clamp(32px, 4.6vw, 56px); }
.finalcta-card p { color: var(--ink-soft); font-size: 19px; margin: 18px auto 0; max-width: 540px; }
.finalcta-card .cta { display: flex; gap: 13px; justify-content: center; margin-top: 34px; flex-wrap: wrap; }
.finalcta-card .micro { margin-top: 20px; font-size: 13.5px; color: var(--muted); }

/* FOOTER */
.footer { background: var(--dk-bg); color: #fff; padding: 66px 0 36px; }
.footer-top { display: grid; grid-template-columns: 1.7fr 1fr 1fr 1fr; gap: 32px; padding-bottom: 44px; border-bottom: 1px solid var(--dk-line); }
.footer-brand p { color: var(--dk-text); font-size: 14px; margin-top: 16px; max-width: 290px; line-height: 1.65; }
.footer-col h5 { font-size: 12.5px; text-transform: uppercase; letter-spacing: .06em; color: var(--dk-muted); margin-bottom: 16px; font-weight: 700; }
.footer-col a { display: block; color: var(--dk-text); font-size: 14px; padding: 6px 0; transition: color .15s; }
.footer-col a:hover { color: #fff; }
.footer-bottom { display: flex; align-items: center; justify-content: space-between; padding-top: 28px; flex-wrap: wrap; gap: 14px; }
.footer-bottom .cp, .footer-bottom .made { font-size: 13px; color: var(--dk-muted); }
.footer-bottom .made b { color: var(--lavender); font-weight: 700; }

/* MOBILE HAMBURGER + DRAWER (hidden on desktop) */
.nav-burger { display: none; background: transparent; border: 0; padding: 8px; gap: 4px; flex-direction: column; cursor: pointer; }
.nav-burger span { display: block; width: 22px; height: 2px; background: var(--ink); border-radius: 2px; transition: transform .2s, opacity .2s; }
body.nav-open .nav-burger span:nth-child(1) { transform: translateY(6px) rotate(45deg); }
body.nav-open .nav-burger span:nth-child(2) { opacity: 0; }
body.nav-open .nav-burger span:nth-child(3) { transform: translateY(-6px) rotate(-45deg); }
.nav-drawer { display: none; padding: 14px 18px 18px; background: var(--surface); border-top: 1px solid var(--line); }
.nav-drawer a { display: block; padding: 11px 4px; font-size: 15px; font-weight: 600; color: var(--ink); border-bottom: 1px solid var(--line); text-decoration: none; }
.nav-drawer a.primary { margin-top: 10px; background: var(--violet); color: #fff; text-align: center; border-radius: 999px; border-bottom: 0; padding: 12px 16px; }
body.nav-open .nav-drawer { display: block; }

/* RESPONSIVE */
@media (max-width: 980px) {
  .dash-body { grid-template-columns: 1fr; }
  .dash-side { display: none; }
  .dash-kpis { grid-template-columns: 1fr 1fr; }
  .persona-panel { grid-template-columns: 1fr; }
  .persona-visual { min-height: 220px; order: -1; }
  .calc-wrap { grid-template-columns: 1fr; }
  .mkt-inner { grid-template-columns: 1fr; }
  .dk-cards { grid-template-columns: 1fr; }
  .footer-top { grid-template-columns: 1fr 1fr; }
  .growth-grid { grid-template-columns: 1fr; }
}
@media (max-width: 760px) {
  /* Section padding: 80px → 56px on phones, less wasted scroll */
  .section { padding: 56px 0; }
  .section-tight { padding: 40px 0; }
  /* Nav: swap desktop links + actions for a hamburger */
  .nav-pill { padding: 10px 14px; }
  .nav-links { display: none; }
  .nav-actions { display: none; }
  .nav-burger { display: inline-flex; align-items: center; justify-content: center; }
  /* Hero typography + spacing */
  .hero { padding-top: 24px; }
  .hero-inner { padding: 52px 0 0; }
  .hero-mark { width: 44px; height: 44px; margin-bottom: 18px; }
  .hero-cta { gap: 10px; margin-top: 26px; }
  .hero-cta .btn { padding: 12px 18px; font-size: 14px; }
  /* Two-column grids → single column on phones */
  .features-grid, .pricing-grid, .tcards, .stats { grid-template-columns: 1fr 1fr; }
  .flow { grid-template-columns: 1fr; gap: 14px; }
  .flow-center { transform: rotate(90deg); margin: 6px 0; }
  /* Dashboard mockup compresses on phones */
  .dash { border-radius: 12px 12px 0 0; }
  .dash-tr { grid-template-columns: 1.2fr 1fr 1fr; }
  .dash-tr .c4, .dash-tr .c5 { display: none; }
  .dash-table { font-size: 11px; }
  .dash-kpis { gap: 8px; }
  .dash-kpis .kpi .v { font-size: 18px; }
  /* CTA panels */
  .finalcta-card { padding: 44px 22px; }
  /* Calculator */
  .calc-row { gap: 6px; }
  /* Persona panels: stack image above text on mobile */
  .persona-panel { padding: 10px; gap: 18px; }
  .persona-text { padding: 18px 14px; }
  .persona-text h3 { font-size: 22px; }
  /* Growth cards */
  .growth-card .growth-prev { min-height: 180px; }
  /* Marketplace board */
  .mkt-board { padding: 14px; }
  .mkt-items { gap: 10px; }
  /* FAQ */
  .faq-q { font-size: 15px; padding: 18px 4px; }
  .faq-a-inner { font-size: 14px; padding: 0 4px 18px; }
}
@media (max-width: 480px) {
  .container { padding: 0 16px; }
  .stats, .features-grid, .pricing-grid, .tcards { grid-template-columns: 1fr; }
  .dash-kpis { grid-template-columns: 1fr 1fr; }
  .footer-top { grid-template-columns: 1fr; }
  .section { padding: 44px 0; }
  /* Trust / supplier strip wraps on phones */
  .trust .label { font-size: 13px; }
  .logostrip-inner { gap: 10px 14px; }
  .logostrip-inner .supplier { font-size: 12px; }
  /* Pricing cards a touch tighter */
  .price-card { padding: 22px 18px; }
  .price-card .pamt .num { font-size: 30px; }
  .price-card .pamt .per { font-size: 14px; }
  /* Sticky footer note doesn't crowd */
  .footer-bottom { gap: 8px; }
  .footer-bottom .cp, .footer-bottom .made { font-size: 12px; }
  /* Hero text scales down */
  .hero h1 { font-size: clamp(32px, 8vw, 44px) !important; line-height: 1.1; }
  .hero-sub { font-size: 15px; margin-top: 18px; }
}
