/* ============================================================================
   PepWorld — marketing landing + legal pages
   Black · White · Blue. Dual theme: dark (default) + light via
   <html data-theme="light">.
   ==========================================================================*/
:root {                       /* DARK (default) — PepWorld navy */
  --accent-1: #3b82f6;
  --accent-2: #2563eb;
  --accent-grad: linear-gradient(135deg, #3b82f6, #2563eb);
  --navy: #0a2540;
  --bg-0: #0a111c;
  --bg-1: #0e1828;
  --surface: #121d2f;
  --surface-2: #18243a;
  --surface-3: #22324c;
  --stroke: rgba(255,255,255,0.09);
  --stroke-2: rgba(255,255,255,0.16);
  --text: #eef2f9;
  --text-dim: #aab6c8;
  --text-mute: #6f7d92;
  --ok: #34d399;
  --no: #f87171;
  --grid-line: rgba(255,255,255,0.04);
  --nav-bg: rgba(10,17,28,0.78);
  --radius: 16px;
  --radius-sm: 11px;
  --radius-lg: 26px;
  --shadow-sm: 0 1px 2px rgba(0,0,0,0.45);
  --shadow: 0 18px 44px -20px rgba(0,0,0,0.7), 0 2px 8px rgba(0,0,0,0.35);
  --shadow-lg: 0 34px 80px -30px rgba(0,0,0,0.85);
  --ff-display: 'Space Grotesk', system-ui, -apple-system, 'Segoe UI', sans-serif;
  --ff-body: 'Inter', system-ui, -apple-system, 'Segoe UI', Roboto, sans-serif;
  --maxw: 1140px;
}
:root[data-theme="light"] {   /* LIGHT — soft off-whites, navy ink */
  --bg-0: #eceff5;
  --bg-1: #e3e8f0;
  --surface: #f7f9fc;
  --surface-2: #eef2f8;
  --surface-3: #e3e9f2;
  --stroke: #dde3ee;
  --stroke-2: #ccd5e4;
  --text: #0a2540;
  --text-dim: #44546b;
  --text-mute: #76829a;
  --ok: #0f9d6c;
  --no: #e0556d;
  --grid-line: rgba(10,37,64,0.035);
  --nav-bg: rgba(247,249,252,0.82);
  --shadow-sm: 0 1px 2px rgba(10,37,64,0.06);
  --shadow: 0 12px 30px -16px rgba(10,37,64,0.16), 0 2px 6px rgba(10,37,64,0.05);
  --shadow-lg: 0 30px 70px -28px rgba(10,37,64,0.22);
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 90px; }
body { margin: 0; font-family: var(--ff-body); color: var(--text); background: var(--bg-0); -webkit-font-smoothing: antialiased; overflow-x: hidden; line-height: 1.6; }
h1,h2,h3,h4 { font-family: var(--ff-display); font-weight: 600; margin: 0; letter-spacing: -0.4px; line-height: 1.12; }
p { margin: 0; }
a { color: inherit; text-decoration: none; }
.muted { color: var(--text-mute); }
.accent-text { background: var(--accent-grad); -webkit-background-clip: text; background-clip: text; color: transparent; }

.bg-aurora { position: fixed; inset: -20%; z-index: -3;
  background:
    radial-gradient(38% 42% at 12% 4%, rgba(59,130,246,0.16), transparent 60%),
    radial-gradient(42% 46% at 90% 2%, rgba(37,99,235,0.14), transparent 60%),
    radial-gradient(40% 44% at 70% 96%, rgba(59,130,246,0.10), transparent 60%);
  animation: aurora-drift 26s ease-in-out infinite alternate; }
.bg-aurora::after { content:""; position:absolute; inset:20%; background: var(--bg-0); z-index:-1; }
/* Light: soft tinted gradient backdrop (never flat bright white) + drifting blue glows */
:root[data-theme="light"] body { background: linear-gradient(180deg, #eef2f9 0%, #e4eaf4 58%, #dde5f1 100%) fixed; }
:root[data-theme="light"] .bg-aurora { background:
  radial-gradient(38% 42% at 10% 2%, rgba(59,130,246,0.16), transparent 58%),
  radial-gradient(42% 46% at 92% 2%, rgba(37,99,235,0.14), transparent 58%),
  radial-gradient(40% 44% at 72% 98%, rgba(59,130,246,0.10), transparent 60%); }
:root[data-theme="light"] .bg-aurora::after { display: none; }
@keyframes aurora-drift {
  0%   { transform: translate3d(0,0,0) scale(1); }
  50%  { transform: translate3d(2.5%, 1.5%, 0) scale(1.06); }
  100% { transform: translate3d(-2%, -1%, 0) scale(1.03); }
}
.bg-grid { position: fixed; inset: 0; z-index: -2; pointer-events: none;
  background-image: linear-gradient(var(--grid-line) 1px, transparent 1px), linear-gradient(90deg, var(--grid-line) 1px, transparent 1px);
  background-size: 48px 48px; -webkit-mask-image: radial-gradient(circle at 50% 0%, black, transparent 65%); mask-image: radial-gradient(circle at 50% 0%, black, transparent 65%); opacity: .7; }

/* floating connection-node motifs (echo the logo) */
.bg-nodes { position: fixed; inset: 0; z-index: -1; pointer-events: none; overflow: hidden; }
.bg-nodes .node { position: absolute; opacity: .5; color: var(--accent-1); will-change: transform; animation: nodefloat 18s ease-in-out infinite; }
.bg-nodes .node svg { display: block; width: 100%; height: 100%; }
.bg-nodes .n1 { top: 14%; left: 6%;  width: 70px;  animation-duration: 22s; }
.bg-nodes .n2 { top: 30%; right: 8%; width: 54px;  animation-duration: 26s; animation-delay: -6s; }
.bg-nodes .n3 { top: 68%; left: 10%; width: 60px;  animation-duration: 30s; animation-delay: -12s; }
.bg-nodes .n4 { top: 80%; right: 14%; width: 44px; animation-duration: 24s; animation-delay: -3s; }
.bg-nodes .n5 { top: 50%; left: 48%; width: 38px;  animation-duration: 28s; animation-delay: -9s; opacity:.32; }
@keyframes nodefloat {
  0%   { transform: translateY(0) rotate(0deg); }
  50%  { transform: translateY(-26px) rotate(8deg); }
  100% { transform: translateY(0) rotate(0deg); }
}
@media (prefers-reduced-motion: reduce){
  html{scroll-behavior:auto}
  .bg-aurora, .bg-nodes .node { animation: none !important; }
}

.wrap { width: 100%; max-width: var(--maxw); margin: 0 auto; padding: 0 24px; }

.brand { display: inline-flex; align-items: center; gap: 11px; }
.brand-mark { width: 36px; height: 36px; border-radius: 11px; flex: none;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 40 40'%3E%3Crect width='40' height='40' rx='10' fill='%23eef2f8'/%3E%3CclipPath id='r'%3E%3Ccircle cx='20' cy='20' r='10.3'/%3E%3C/clipPath%3E%3Cg clip-path='url(%23r)' opacity='0.55'%3E%3Cellipse cx='20' cy='20' rx='9.4' ry='3.4' transform='rotate(-34 20 20)' fill='none' stroke='%239dbeff' stroke-width='1.1'/%3E%3C/g%3E%3Ccircle cx='20' cy='20' r='11.8' fill='none' stroke='%232563eb' stroke-width='2.7'/%3E%3Cline x1='16' y1='24' x2='24' y2='16' stroke='%232563eb' stroke-width='2.7' stroke-linecap='round'/%3E%3Ccircle cx='16' cy='24' r='3.1' fill='%230a2540'/%3E%3Ccircle cx='24' cy='16' r='3.1' fill='%230a2540'/%3E%3C/svg%3E");
  background-size: contain; background-repeat: no-repeat; background-position: center;
  box-shadow: 0 8px 20px -10px rgba(37,99,235,0.55); }
.brand-name { font-family: var(--ff-display); font-weight: 700; font-size: 18px; letter-spacing: -0.4px; }
.brand-name .b1 { color: var(--text); }
.brand-name .b2 { color: var(--accent-1); }

.btn { display:inline-flex; align-items:center; justify-content:center; gap:8px; padding: 12px 22px; border-radius: 10px; border: 1px solid var(--stroke-2); background: var(--surface-2); color: var(--text); font-weight: 600; font-size: 15px; cursor: pointer; transition: transform .12s, box-shadow .2s, background .2s, filter .2s; white-space: nowrap; }
.btn:hover { background: var(--surface-3); }
.btn:active { transform: translateY(1px); }
.btn-primary { background: var(--accent-grad); border: 0; color: #fff; box-shadow: 0 12px 28px -12px var(--accent-1); }
.btn-primary:hover { background: var(--accent-grad); color: #fff; filter: brightness(1.06); transform: translateY(-1px); box-shadow: 0 18px 40px -12px var(--accent-1); }
.btn-lg { padding: 15px 28px; font-size: 16px; }
.btn-ghost { background: transparent; }
.btn-ghost:hover { background: color-mix(in srgb, var(--accent-1) 9%, transparent); border-color: color-mix(in srgb, var(--accent-1) 45%, var(--stroke-2)); color: var(--accent-1); }
.arrow { transition: transform .15s; }
.btn:hover .arrow { transform: translateX(3px); }

/* theme toggle button */
.theme-toggle { width: 42px; height: 42px; border-radius: 11px; border: 1px solid var(--stroke-2); background: var(--surface-2); color: var(--text-dim); cursor: pointer; display: inline-grid; place-items: center; flex: none; transition: color .15s, background .15s; }
.theme-toggle:hover { color: var(--text); background: var(--surface-3); }
.theme-toggle svg { width: 18px; height: 18px; }

/* nav */
.lp-nav { position: sticky; top: 0; z-index: 50; transition: background .25s, border-color .25s, backdrop-filter .25s; border-bottom: 1px solid transparent; }
.lp-nav.scrolled { background: var(--nav-bg); border-bottom-color: var(--stroke); -webkit-backdrop-filter: blur(14px); backdrop-filter: blur(14px); }
.lp-nav .wrap { display: flex; align-items: center; justify-content: space-between; height: 72px; }
.lp-links { display: flex; align-items: center; gap: 30px; }
.lp-links a.nav-link { color: var(--text-dim); font-size: 14.5px; font-weight: 500; transition: color .15s; white-space: nowrap; }
.lp-links a.nav-link:hover { color: var(--text); }
.lp-cta { display: flex; align-items: center; gap: 12px; }
.nav-toggle { display: none; background: var(--surface-2); border: 1px solid var(--stroke-2); color: var(--text); width: 42px; height: 42px; border-radius: 11px; cursor: pointer; font-size: 18px; }

/* hero */
.hero { padding: 64px 0 56px; text-align: center; position: relative; }
.eyebrow { display: inline-flex; align-items: center; gap: 8px; font-size: 12.5px; font-weight: 600; letter-spacing: .3px; color: var(--text-dim); padding: 7px 15px 7px 12px; border-radius: 999px; background: var(--surface-2); border: 1px solid var(--stroke); margin-bottom: 24px; box-shadow: var(--shadow-sm); }
.eyebrow .dot { width: 8px; height: 8px; border-radius: 50%; background: var(--accent-1); box-shadow: 0 0 0 4px color-mix(in srgb, var(--accent-1) 18%, transparent); }
.hero h1 { font-size: clamp(40px, 6.8vw, 76px); font-weight: 700; max-width: 17ch; margin: 0 auto; letter-spacing: -1.2px; }
.hero .sub { font-size: clamp(16px, 2.1vw, 20px); color: var(--text-dim); max-width: 56ch; margin: 22px auto 0; }
.hero-cta { display: flex; gap: 14px; justify-content: center; flex-wrap: wrap; margin-top: 32px; }

/* hero "all-in-one" feature strip */
.hero-chips { list-style: none; margin: 28px auto 0; padding: 0; display: flex; flex-wrap: wrap; justify-content: center; gap: 9px; max-width: 720px; }
.hero-chips li { display: inline-flex; align-items: center; gap: 8px; font-size: 13.5px; font-weight: 600; color: var(--text-dim); padding: 9px 15px; border-radius: 999px; background: var(--surface); border: 1px solid var(--stroke); box-shadow: var(--shadow-sm); transition: transform .15s, color .15s, border-color .15s; }
.hero-chips li:hover { transform: translateY(-2px); color: var(--text); border-color: color-mix(in srgb, var(--accent-1) 40%, transparent); }
.hero-chips li svg { width: 16px; height: 16px; color: var(--accent-1); flex: none; }
.hero-note { font-size: 13px; color: var(--text-mute); margin-top: 24px; }

/* app mockup */
.mockup { margin: 56px auto 0; max-width: 960px; position: relative; }
.mockup::before { content:""; position:absolute; inset:-6% -3% 0; z-index:-1; border-radius:40px; background: radial-gradient(60% 60% at 50% 0%, rgba(59,130,246,.18), transparent 70%); filter: blur(18px); }
.window { border-radius: 18px; border: 1px solid var(--stroke); overflow: hidden; background: var(--surface); box-shadow: var(--shadow-lg); }
.window-bar { display: flex; align-items: center; gap: 8px; padding: 12px 16px; background: var(--surface-2); border-bottom: 1px solid var(--stroke); }
.window-bar .dotrow { display: flex; gap: 7px; }
.window-bar .dotrow span { width: 11px; height: 11px; border-radius: 50%; background: var(--surface-3); }
.window-bar .url { margin: 0 auto; font-size: 12px; color: var(--text-mute); background: var(--surface); padding: 5px 16px; border-radius: 999px; border: 1px solid var(--stroke); }
.app-shot { display: grid; grid-template-columns: 200px 1fr; min-height: 380px; text-align: left; }
.shot-side { background: var(--surface-2); border-right: 1px solid var(--stroke); padding: 18px 14px; }
.shot-side .s-brand { display:flex; align-items:center; gap:9px; margin-bottom: 20px; }
.shot-side .s-brand b { font-family: var(--ff-display); font-size: 14px; }
.shot-nav { display: flex; flex-direction: column; gap: 4px; }
.shot-nav span { display: flex; align-items: center; gap: 10px; font-size: 13px; color: var(--text-mute); padding: 9px 11px; border-radius: 10px; }
.shot-nav span.on { color: var(--accent-1); background: color-mix(in srgb, var(--accent-1) 12%, transparent); font-weight: 600; }
.shot-nav span i { width: 7px; height: 7px; border-radius: 2px; background: currentColor; opacity: .5; }
.shot-nav span.on i { background: var(--accent-grad); opacity: 1; }
.shot-main { padding: 22px; display: grid; gap: 14px; align-content: start; background: var(--bg-0); }
.shot-stats { display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; }
.shot-stat { background: var(--surface); border: 1px solid var(--stroke); border-radius: 14px; padding: 14px; box-shadow: var(--shadow-sm); }
.shot-stat b { font-family: var(--ff-display); font-size: 22px; display: block; }
.shot-stat small { font-size: 11px; color: var(--text-mute); }
.shot-units { background: var(--surface); border: 1px solid var(--stroke); border-radius: 16px; padding: 20px; text-align: center; box-shadow: var(--shadow-sm); }
.shot-units .n { font-family: var(--ff-display); font-weight: 700; font-size: 54px; line-height: 1; background: var(--accent-grad); -webkit-background-clip: text; background-clip: text; color: transparent; }
.shot-units .c { font-size: 11px; letter-spacing: 2px; text-transform: uppercase; color: var(--text-dim); margin-top: 6px; }

/* populated dashboard panels in the hero mockup */
.shot-row { display: grid; grid-template-columns: 1.18fr .82fr; gap: 12px; }
.shot-panel { background: var(--surface); border: 1px solid var(--stroke); border-radius: 14px; padding: 13px 14px; box-shadow: var(--shadow-sm); }
.sp-head { display: flex; align-items: center; justify-content: space-between; gap: 8px; margin-bottom: 11px; }
.sp-head span { font-family: var(--ff-display); font-size: 12.5px; font-weight: 600; color: var(--text); }
.sp-head em { font-style: normal; font-size: 10.5px; color: var(--text-mute); white-space: nowrap; }
.shot-heat { display: grid; grid-template-columns: repeat(7, 1fr); gap: 5px; }
.shot-heat i { aspect-ratio: 1; border-radius: 4px; background: var(--surface-3); }
.shot-heat i.l0 { background: color-mix(in srgb, var(--accent-1) 7%, var(--surface-3)); }
.shot-heat i.l1 { background: color-mix(in srgb, var(--accent-1) 30%, var(--surface-3)); }
.shot-heat i.l2 { background: color-mix(in srgb, var(--accent-1) 52%, var(--surface)); }
.shot-heat i.l3 { background: color-mix(in srgb, var(--accent-1) 74%, var(--surface)); }
.shot-heat i.l4 { background: var(--accent-1); }
.shot-mix-body { display: flex; align-items: center; gap: 13px; }
.shot-donut { width: 76px; height: 76px; flex: none; border-radius: 50%; position: relative;
  background: conic-gradient(#3b82f6 0 50%, #22d3ee 50% 83%, #a855f7 83% 100%); }
.shot-donut::before { content: ""; position: absolute; inset: 23%; border-radius: 50%; background: var(--surface); }
.shot-donut span { position: absolute; inset: 0; display: grid; place-items: center; font-family: var(--ff-display); font-weight: 700; font-size: 19px; color: var(--text); }
.shot-legend { list-style: none; margin: 0; padding: 0; display: flex; flex-direction: column; gap: 7px; }
.shot-legend li { display: flex; align-items: center; gap: 7px; font-size: 11.5px; color: var(--text-dim); }
.shot-legend i { width: 9px; height: 9px; border-radius: 3px; flex: none; }
.shot-list { list-style: none; margin: 0; padding: 0; display: flex; flex-direction: column; gap: 9px; }
.shot-list li { display: flex; align-items: center; gap: 10px; }
.shot-list .d { width: 8px; height: 28px; border-radius: 4px; flex: none; }
.shot-list .t { display: flex; flex-direction: column; line-height: 1.25; min-width: 0; }
.shot-list .t b { font-size: 12.5px; font-weight: 600; color: var(--text); }
.shot-list .t small { font-size: 10.5px; color: var(--text-mute); }
.shot-list .u { margin-left: auto; font-family: var(--ff-display); font-size: 12.5px; font-weight: 600; color: var(--accent-1); }

/* hero social proof */
.hero-proof { display: flex; align-items: center; justify-content: center; gap: 14px; flex-wrap: wrap; margin: 22px 0 2px; }
.proof-avatars { display: flex; }
.proof-avatars span { width: 32px; height: 32px; border-radius: 50%; border: 2.5px solid var(--bg-0); margin-left: -10px; box-shadow: var(--shadow-sm); overflow: hidden; background: var(--surface); }
.proof-avatars span:first-child { margin-left: 0; }
.pa-face { width: 100%; height: 100%; display: block; }
.proof-text { display: flex; flex-direction: column; align-items: flex-start; gap: 1px; font-size: 13px; color: var(--text-dim); line-height: 1.3; text-align: left; }
.stars { color: #f5a623; letter-spacing: 1.5px; font-size: 14px; }
.stars.big { font-size: 25px; letter-spacing: 2px; }

/* reviews / social-proof section */
.rating-badge { display: flex; align-items: center; justify-content: center; gap: 16px; width: max-content; max-width: 100%; margin: 0 auto 34px; padding: 15px 26px; background: var(--surface); border: 1px solid var(--stroke); border-radius: 18px; box-shadow: var(--shadow); text-align: center; }
.rating-badge .laurel { font-size: 32px; line-height: 1; }
.rating-badge .laurel.flip { transform: scaleX(-1); }
.rating-sub { font-size: 12.5px; color: var(--text-mute); margin-top: 4px; }
.reviews-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.review-card { margin: 0; padding: 22px; background: var(--surface); border: 1px solid var(--stroke); border-radius: 18px; box-shadow: var(--shadow-sm); transition: transform .18s, box-shadow .25s, border-color .2s; }
.review-card:hover { transform: translateY(-3px); box-shadow: var(--shadow); border-color: var(--stroke-2); }
.review-card blockquote { margin: 12px 0 16px; font-size: 14.5px; line-height: 1.55; color: var(--text); }
.review-card figcaption { display: flex; align-items: center; gap: 11px; }
.rv-ava { width: 38px; height: 38px; border-radius: 50%; display: grid; place-items: center; color: #fff; font-family: var(--ff-display); font-weight: 700; font-size: 15px; flex: none; }
.review-card figcaption b { display: block; font-size: 13.5px; color: var(--text); }
.review-card figcaption small { font-size: 11.5px; color: var(--text-mute); }

/* app-store download badges */
.store-badges { display: flex; flex-wrap: wrap; gap: 12px; justify-content: center; margin: 18px 0 2px; }
.store-badge { display: inline-flex; align-items: center; gap: 10px; padding: 9px 18px; border-radius: 12px; background: #000; color: #fff; border: 1px solid rgba(255,255,255,.16); text-decoration: none; min-width: 172px; transition: transform .15s, box-shadow .2s; }
.store-badge:hover { transform: translateY(-2px); box-shadow: 0 12px 26px -12px rgba(0,0,0,.55); }
.store-badge .sb-ico { width: 25px; height: 25px; flex: none; }
.store-badge .sb-text { display: flex; flex-direction: column; line-height: 1.12; text-align: left; }
.store-badge .sb-text small { font-size: 10px; font-weight: 500; letter-spacing: .2px; opacity: .92; }
.store-badge .sb-text b { font-family: var(--ff-display); font-size: 17px; font-weight: 600; }
.store-badges-cta { margin-top: 20px; }

/* stronger final CTA */
.cta-reassure { margin-top: 14px; font-size: 13px; color: var(--text-mute); }

/* sections */
section { position: relative; }
.section { padding: 76px 0; }
.section-head { text-align: center; max-width: 720px; margin: 0 auto 48px; }
.section-head .tag { font-size: 12.5px; font-weight: 700; letter-spacing: 1.5px; text-transform: uppercase; color: var(--accent-1); margin-bottom: 12px; }
.section-head h2 { font-size: clamp(28px, 4vw, 42px); }
.section-head p { color: var(--text-dim); font-size: 17px; margin-top: 14px; }

.trust { display: flex; flex-wrap: wrap; justify-content: center; gap: 14px 30px; padding: 8px 0 4px; }
.trust .item { display: inline-flex; align-items: center; gap: 9px; color: var(--text-dim); font-size: 14px; font-weight: 500; }
.trust .item svg { width: 18px; height: 18px; color: var(--accent-1); flex: none; }

.features { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.feature { background: var(--surface); border: 1px solid var(--stroke); border-radius: var(--radius); padding: 26px; transition: transform .2s, box-shadow .2s; box-shadow: var(--shadow-sm); }
.feature:hover { transform: translateY(-4px); box-shadow: var(--shadow); }
.feature .ico { width: 46px; height: 46px; border-radius: 13px; display: grid; place-items: center; background: color-mix(in srgb, var(--accent-1) 14%, transparent); margin-bottom: 16px; }
.feature .ico svg { width: 24px; height: 24px; color: var(--accent-1); }
.feature h3 { font-size: 18px; }
.feature p { color: var(--text-dim); font-size: 14.5px; margin-top: 8px; }

.steps { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.step { background: var(--surface); border: 1px solid var(--stroke); border-radius: var(--radius); padding: 28px 24px; position: relative; box-shadow: var(--shadow-sm); }
.step .num { font-family: var(--ff-display); font-weight: 700; font-size: 15px; width: 40px; height: 40px; border-radius: 12px; display: grid; place-items: center; background: var(--accent-grad); color: #fff; margin-bottom: 16px; }
.step h3 { font-size: 18px; }
.step p { color: var(--text-dim); font-size: 14.5px; margin-top: 8px; }

.band { background: var(--surface); border: 1px solid var(--stroke); border-radius: var(--radius-lg); padding: 44px; display: grid; grid-template-columns: 1.1fr 1fr; gap: 36px; align-items: center; box-shadow: var(--shadow); }
.band h2 { font-size: clamp(26px, 3.4vw, 36px); }
.band p { color: var(--text-dim); margin-top: 14px; font-size: 16px; }
.chips { display: flex; flex-wrap: wrap; gap: 8px; }
.chip { font-size: 12.5px; font-weight: 600; padding: 7px 13px; border-radius: 999px; border: 1px solid var(--stroke); background: var(--surface-2); color: var(--text-dim); }
.chip.more { color: var(--accent-1); border-color: color-mix(in srgb, var(--accent-1) 35%, transparent); background: color-mix(in srgb, var(--accent-1) 12%, transparent); }

.plans { display: grid; grid-template-columns: 1fr 1fr; gap: 22px; max-width: 880px; margin: 0 auto; align-items: start; }
.plan-card { position: relative; background: var(--surface); border: 1px solid var(--stroke-2); border-radius: var(--radius-lg); padding: 34px 30px; box-shadow: var(--shadow); transition: transform .2s, box-shadow .2s; }
.plan-card:hover { transform: translateY(-4px); box-shadow: var(--shadow-lg); }
.plan-card.featured { border-color: var(--accent-1); box-shadow: 0 0 0 1px var(--accent-1), var(--shadow-lg); }
.plan-badge { position: absolute; top: -13px; left: 50%; transform: translateX(-50%); font-size: 11px; font-weight: 700; letter-spacing: .5px; text-transform: uppercase; color: #fff; background: var(--accent-grad); padding: 6px 14px; border-radius: 999px; box-shadow: 0 8px 20px -8px var(--accent-1); white-space: nowrap; }
.plan-name { font-family: var(--ff-display); font-weight: 700; font-size: 13.5px; letter-spacing: 1.5px; text-transform: uppercase; color: var(--text-mute); }
.price { font-family: var(--ff-display); font-weight: 700; margin-top: 10px; }
.price .amt { font-size: 50px; line-height: 1; }
.price .per { font-size: 16px; color: var(--text-dim); font-weight: 500; }
.plan-sub { color: var(--ok); font-weight: 600; font-size: 13.5px; margin-top: 7px; min-height: 18px; }
.plan-cta { width: 100%; margin-top: 20px; }
.plist { list-style: none; margin: 22px 0 0; padding: 0; display: grid; gap: 11px; text-align: left; }
.plist li { display: flex; gap: 11px; align-items: flex-start; color: var(--text-dim); font-size: 14.5px; }
.plist li svg { width: 19px; height: 19px; flex: none; margin-top: 1px; }
.plist li .yes { color: var(--ok); }
.plist li.no { color: var(--text-mute); }
.plist li.no .nox { color: var(--no); }
.fineprint { font-size: 12px; color: var(--text-mute); margin-top: 14px; text-align: center; }
.pricing-foot { text-align: center; margin: 26px auto 0; max-width: 620px; color: var(--text-mute); font-size: 13px; line-height: 1.6; }
.plan-sub.is-annual { color: var(--accent-1); }

/* billing toggle */
.bill-toggle { display: flex; align-items: center; justify-content: center; gap: 14px; margin: 0 auto 30px; flex-wrap: wrap; }
.bill-seg { display: inline-flex; background: var(--surface-2); border: 1px solid var(--stroke); border-radius: 999px; padding: 5px; box-shadow: var(--shadow-sm); }
.bill-opt { border: 0; background: none; color: var(--text-dim); font-weight: 600; font-size: 14px; padding: 9px 22px; border-radius: 999px; cursor: pointer; transition: color .15s, background .2s; }
.bill-opt.active { color: #fff; background: var(--accent-grad); box-shadow: 0 8px 18px -10px var(--accent-1); }
.bill-note { display: inline-flex; align-items: center; gap: 7px; font-size: 13px; font-weight: 700; color: var(--accent-1); background: color-mix(in srgb, var(--accent-1) 12%, transparent); border: 1px solid color-mix(in srgb, var(--accent-1) 32%, transparent); padding: 7px 13px; border-radius: 999px; }

/* 3-tier grid + AI tier */
.plans-3 { grid-template-columns: repeat(3, 1fr); max-width: 1060px; }
.plan-card.plan-ai { border-color: color-mix(in srgb, var(--accent-1) 45%, var(--stroke-2)); }
.plan-badge-ai { background: linear-gradient(135deg, #3b82f6, #6366f1); }

@media (max-width: 980px) { .plans-3 { grid-template-columns: 1fr; max-width: 460px; } }
@media (max-width: 720px) { .plans { grid-template-columns: 1fr; } }

.faq { max-width: 760px; margin: 0 auto; display: grid; gap: 12px; }
.faq details { background: var(--surface); border: 1px solid var(--stroke); border-radius: var(--radius-sm); overflow: hidden; box-shadow: var(--shadow-sm); }
.faq summary { list-style: none; cursor: pointer; padding: 18px 20px; font-weight: 600; font-size: 16px; display: flex; justify-content: space-between; align-items: center; gap: 16px; }
.faq summary::-webkit-details-marker { display: none; }
.faq summary .plus { font-size: 22px; color: var(--accent-1); transition: transform .2s; flex: none; line-height: 1; }
.faq details[open] summary .plus { transform: rotate(45deg); }
.faq .ans { padding: 0 20px 18px; color: var(--text-dim); font-size: 14.5px; }

.cta-band { text-align: center; background: var(--surface); border: 1px solid var(--stroke-2); border-radius: var(--radius-lg); padding: 60px 30px; box-shadow: var(--shadow); position: relative; overflow: hidden; }
.cta-band::before { content:""; position:absolute; inset:0; background: radial-gradient(70% 120% at 50% 0%, color-mix(in srgb, var(--accent-1) 14%, transparent), transparent 60%); pointer-events:none; }
.cta-band h2 { font-size: clamp(28px, 4vw, 44px); position: relative; }
.cta-band p { color: var(--text-dim); font-size: 17px; margin: 16px auto 30px; max-width: 50ch; position: relative; }
.cta-band .btn { position: relative; }

.lp-foot { border-top: 1px solid var(--stroke); margin-top: 80px; padding: 44px 0 60px; background: var(--surface); }
.lp-foot .wrap { display: flex; flex-wrap: wrap; gap: 24px; justify-content: space-between; align-items: flex-start; }
.lp-foot .f-links { display: flex; gap: 28px; flex-wrap: wrap; }
.lp-foot .f-links a { color: var(--text-dim); font-size: 14px; }
.lp-foot .f-links a:hover { color: var(--text); }
.lp-foot .disclaimer { font-size: 12px; color: var(--text-mute); max-width: 760px; margin-top: 22px; line-height: 1.55; }
.lp-foot .copy { font-size: 12.5px; color: var(--text-mute); margin-top: 10px; }

/* Scroll-reveal: elements are hidden ONLY while animations are pending
   (html.pre-anim, set in <head> unless reduced-motion). GSAP then takes over
   with inline styles; if GSAP fails to load, .pre-anim is removed and
   everything shows. Reduced-motion users never get .pre-anim. */
.reveal { will-change: transform, opacity; }
.pre-anim .reveal,
.pre-anim #nav,
.pre-anim .hero .eyebrow,
.pre-anim .hero h1,
.pre-anim .hero .sub,
.pre-anim .hero-cta > *,
.pre-anim .hero-chips,
.pre-anim .hero-note,
.pre-anim .mockup { opacity: 0; }

/* legal pages */
.legal { max-width: 820px; margin: 0 auto; padding: 46px 0 30px; }
.legal h1 { font-size: clamp(30px, 4.4vw, 44px); }
.legal .updated { color: var(--text-mute); font-size: 13px; margin-top: 12px; }
.legal h2 { font-size: 21px; margin: 36px 0 10px; }
.legal h3 { font-size: 16px; margin: 22px 0 6px; }
.legal p, .legal li { color: var(--text-dim); font-size: 15px; line-height: 1.75; }
.legal p { margin: 12px 0; }
.legal ul { margin: 12px 0; padding-left: 22px; }
.legal li { margin: 7px 0; }
.legal strong { color: var(--text); }
.legal a { color: var(--accent-1); text-decoration: underline; text-underline-offset: 2px; }
.legal .callout { background: var(--surface-2); border: 1px solid var(--stroke); border-left: 3px solid var(--accent-1); border-radius: 12px; padding: 16px 18px; margin: 20px 0; }
.legal .callout p { margin: 6px 0; font-size: 14px; }
.legal .callout strong { color: var(--text); }
.legal .toc { background: var(--surface); border: 1px solid var(--stroke); border-radius: var(--radius); padding: 18px 22px; margin: 24px 0; box-shadow: var(--shadow-sm); }
.legal .toc ol { margin: 8px 0 0; padding-left: 20px; }
.legal .toc a { color: var(--text-dim); text-decoration: none; }
.legal .toc a:hover { color: var(--accent-1); }

/* responsive */
@media (max-width: 960px) {
  .lp-links { display: none; }
  .nav-toggle { display: grid; place-items: center; }
  .lp-nav.open .lp-links { display: flex; position: absolute; top: 72px; left: 12px; right: 12px; flex-direction: column; align-items: stretch; gap: 4px; padding: 12px; border-radius: 16px; background: var(--nav-bg); border: 1px solid var(--stroke-2); -webkit-backdrop-filter: blur(14px); backdrop-filter: blur(14px); box-shadow: var(--shadow-lg); }
  .lp-nav.open .lp-links a.nav-link { padding: 12px 14px; border-radius: 10px; }
  .lp-nav.open .lp-links a.nav-link:hover { background: var(--surface-2); }
}
@media (max-width: 900px) {
  .features, .steps { grid-template-columns: 1fr 1fr; }
  .reviews-grid { grid-template-columns: 1fr 1fr; }
  .band { grid-template-columns: 1fr; padding: 32px; }
  .app-shot { grid-template-columns: 1fr; }
  .shot-side { display: none; }
}
@media (max-width: 720px) {
  .lp-cta .btn-ghost { display: none; }
  .features, .steps { grid-template-columns: 1fr; }
  .reviews-grid { grid-template-columns: 1fr; }
  .hero { padding: 56px 0 40px; }
  .shot-stats { grid-template-columns: 1fr 1fr; }
  .shot-row { grid-template-columns: 1fr; }
}
