/* ════════════════════════════════════════════════════════════════
   VOLTR — Landing v2
   Design language pulled from the live app (platform.html): warm paper,
   soft-shadow cards (no hard borders), mono micro-labels, Bebas display,
   restrained green accent. Editorial layout (numbered capability index +
   dark manifesto interlude) inherited from the v2 concept.
   ════════════════════════════════════════════════════════════════ */

/* ─── Tokens (light / paper — primary) ─── */
:root {
  --bg: #FBFAF9;
  --s1: #FFFFFF;
  --s2: #F5F4F2;
  --s3: #ECEAE6;
  --border: rgba(0,0,0,0.08);
  --border2: rgba(0,0,0,0.10);
  --text: #111111;
  --text2: #555555;
  --text3: #999999;

  --volt: #54d74d;
  --volt-dark: #40a43b;
  --volt-light: #7de876;
  --volt-dim: rgba(84,215,77,0.08);
  --volt-glow: rgba(84,215,77,0.16);

  --radius: 14px;
  --radius-sm: 8px;
  --radius-lg: 18px;
  --radius-pill: 999px;

  --btn-volt: linear-gradient(180deg,#5cdc55 0%,#47c340 100%);
  --btn-volt-shadow: 0 1px 2px rgba(61,46,37,0.10), 0 4px 14px rgba(84,215,77,0.22);
  --btn-volt-shadow-hover: 0 2px 6px rgba(61,46,37,0.12), 0 9px 24px rgba(84,215,77,0.30);

  --shadow-card: 0 0 0 1px rgba(61,46,37,0.08), 0 1px 2px rgba(61,46,37,0.14), 0 20px 28.9px -6px rgba(61,46,37,0.08);
  --shadow-raised: 0 0 0 1px rgba(61,46,37,0.08), 0 2px 8px rgba(61,46,37,0.12), 0 1px 3px rgba(61,46,37,0.06), 0 20px 28.9px -6px rgba(61,46,37,0.10);
  --shadow-float: 0 0 0 1px rgba(61,46,37,0.08), 0 8px 24px rgba(0,0,0,0.08), 0 2px 6px rgba(0,0,0,0.04);

  --font: 'Inter', sans-serif;
  --mono: 'Geist Mono', 'JetBrains Mono', monospace;
  --display: 'Bebas Neue', sans-serif;
  --ui: 'Instrument Sans', sans-serif;

  --maxw: 1140px;
  --nav-h: 64px;
}

/* ─── Dark scope (manifesto / how / final-cta / footer) ─── */
.dark {
  --bg: #0a0a0a;
  --s1: #111111;
  --s2: #1a1a1a;
  --s3: #242424;
  --border: rgba(255,255,255,0.09);
  --border2: rgba(255,255,255,0.14);
  --text: #f5f2eb;
  --text2: #8d8a80;
  --text3: #555249;
  --shadow-card: 0 1px 0 rgba(255,255,255,0.05) inset, 0 2px 12px rgba(0,0,0,0.40), 0 1px 3px rgba(0,0,0,0.25);
  --shadow-float: 0 8px 32px rgba(0,0,0,0.50), 0 2px 8px rgba(0,0,0,0.30);
  background: var(--bg);
  color: var(--text);
}

/* ─── Reset / base ─── */
* { margin: 0; padding: 0; box-sizing: border-box; }
html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; }
body {
  background: var(--bg);
  color: var(--text);
  font-family: var(--font);
  font-size: 16px;
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-synthesis: style;   /* Bebas Neue is single-weight: never synthesize bold (it smears/blurs). Italic synthesis stays on (accents use real Instrument Sans italic anyway). */
  overflow-x: hidden;
}
a { color: inherit; text-decoration: none; }
img, svg { display: block; }
button { font-family: inherit; cursor: pointer; }
::selection { background: rgba(84,215,77,0.28); color: inherit; }
::-moz-selection { background: rgba(84,215,77,0.28); color: inherit; }

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

/* ─── Shared display + eyebrow ─── */
.disp {
  font-family: var(--display);
  font-weight: 400;
  line-height: 0.92;
  letter-spacing: 0.01em;
  text-transform: uppercase;
}
.accent { color: var(--volt); }
.disp-italic { font-family: var(--ui); font-style: italic; font-weight: 400; text-transform: none; letter-spacing: -0.01em; }

.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-family: var(--mono);
  font-size: 11.5px;
  font-weight: 500;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--text3);
}
.eyebrow .num { color: var(--volt); }

/* ─── Buttons ─── */
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  font-family: var(--ui);
  font-size: 15px;
  font-weight: 600;
  letter-spacing: 0.01em;
  padding: 13px 22px;
  border: none;
  border-radius: var(--radius-pill);
  transition: transform 0.15s ease, box-shadow 0.15s ease, background 0.15s ease, color 0.15s ease;
}
.btn svg { width: 14px; height: 14px; }
.btn-primary {
  background: var(--btn-volt);
  color: #3d3d3d;
  box-shadow: var(--btn-volt-shadow);
}
.btn-primary:hover { transform: translateY(-2px); box-shadow: var(--btn-volt-shadow-hover); }
.btn-outline {
  background: var(--s1);
  color: var(--text);
  box-shadow: inset 0 0 0 1px var(--border2), 0 1px 2px rgba(0,0,0,0.05);
}
.btn-outline:hover { transform: translateY(-2px); box-shadow: inset 0 0 0 1px var(--volt), 0 6px 16px rgba(84,215,77,0.14); color: var(--volt-dark); }
.dark .btn-outline { background: rgba(255,255,255,0.04); color: var(--text); box-shadow: inset 0 0 0 1px var(--border2); }
.dark .btn-outline:hover { box-shadow: inset 0 0 0 1px var(--volt); color: var(--volt-light); }

/* ─── Reveal on scroll ─── */
.reveal { opacity: 0; transform: translateY(26px); transition: opacity 0.6s ease, transform 0.6s ease; transition-delay: var(--reveal-delay, 0s); }
.reveal.visible { opacity: 1; transform: translateY(0); }

/* ─── Back-to-top ─── */
.back-to-top {
  position: fixed; bottom: 26px; right: 26px; z-index: 90;
  width: 46px; height: 46px; border-radius: 50%;
  background: var(--btn-volt); color: #1a3a17; border: none; cursor: pointer;
  display: flex; align-items: center; justify-content: center;
  box-shadow: var(--btn-volt-shadow);
  opacity: 0; transform: translateY(14px); pointer-events: none;
  transition: opacity 0.3s ease, transform 0.3s ease, box-shadow 0.15s ease;
}
.back-to-top.show { opacity: 1; transform: translateY(0); pointer-events: auto; }
.back-to-top:hover { transform: translateY(-2px); box-shadow: var(--btn-volt-shadow-hover); }
.back-to-top svg { width: 19px; height: 19px; }
@media (max-width: 600px) { .back-to-top { bottom: 18px; right: 18px; } }

/* ════════════════════ NAV ════════════════════ */
.nav {
  position: fixed;
  top: 18px;
  left: 50%;
  transform: translateX(-50%);
  width: calc(100% - 40px);
  max-width: 940px;
  z-index: 100;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 12px 10px 18px;
  background: rgba(255,255,255,0.72);
  -webkit-backdrop-filter: blur(18px) saturate(1.4);
  backdrop-filter: blur(18px) saturate(1.4);
  border-radius: var(--radius-pill);
  box-shadow: var(--shadow-float);
  animation: navIn 0.5s cubic-bezier(0.22,1,0.36,1);
  transition: transform 0.4s cubic-bezier(0.22,1,0.36,1), opacity 0.4s ease;
}
@keyframes navIn { from { opacity: 0; transform: translateX(-50%) translateY(-16px); } to { opacity: 1; transform: translateX(-50%) translateY(0); } }
/* Hide on scroll-down, reveal on scroll-up (toggled by JS) so the pill never blocks body text */
.nav.nav-hidden { transform: translateX(-50%) translateY(-165%); opacity: 0; pointer-events: none; }
.nav-brand { display: flex; align-items: center; gap: 8px; flex-shrink: 0; }
.nav-brand img { height: 26px; width: 26px; object-fit: contain; }
.nav-brand span { font-family: var(--font); font-weight: 600; font-size: 19px; letter-spacing: -0.02em; color: var(--text); }
.nav-links { display: flex; gap: 2px; list-style: none; }
.nav-links a {
  display: block;
  padding: 8px 16px;
  font-family: var(--mono);
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: var(--text2);
  border-radius: var(--radius-pill);
  transition: color 0.18s ease, background 0.18s ease;
}
.nav-links a:hover { color: var(--volt); background: rgba(84,215,77,0.10); }
.nav-cta-group { display: flex; align-items: center; gap: 6px; }
.nav-login { padding: 8px 14px; font-family: var(--ui); font-size: 14px; font-weight: 600; color: var(--text2); transition: color 0.18s ease; }
.nav-login:hover { color: var(--text); }
.nav-cta {
  display: inline-flex; align-items: center; gap: 6px;
  padding: 9px 18px;
  background: var(--btn-volt);
  color: #3d3d3d;
  font-family: var(--ui); font-size: 14px; font-weight: 600;
  border-radius: var(--radius-pill);
  box-shadow: var(--btn-volt-shadow);
  transition: transform 0.15s ease, box-shadow 0.15s ease;
}
.nav-cta:hover { transform: translateY(-2px); box-shadow: var(--btn-volt-shadow-hover); }
.hamburger { display: none; width: 40px; height: 40px; border: none; background: transparent; border-radius: 10px; align-items: center; justify-content: center; color: var(--text); }
.hamburger svg { width: 22px; height: 22px; }

/* Mobile menu */
.mobile-menu { position: fixed; inset: 0; z-index: 200; background: rgba(251,250,249,0.98); -webkit-backdrop-filter: blur(20px); backdrop-filter: blur(20px); display: flex; flex-direction: column; padding: 90px 32px 32px; gap: 6px; transform: translateY(-100%); transition: transform 0.35s cubic-bezier(0.22,1,0.36,1); }
.mobile-menu.open { transform: translateY(0); }
.mobile-menu a { font-family: var(--display); font-size: 32px; letter-spacing: 0.02em; text-transform: uppercase; color: var(--text); padding: 10px 0; border-bottom: 1px solid var(--border); }
.mobile-menu a:hover { color: var(--volt); }
.mobile-menu .mm-cta { margin-top: 18px; }
.mobile-close { position: absolute; top: 26px; right: 26px; width: 44px; height: 44px; border: none; background: var(--s2); border-radius: 50%; color: var(--text); font-size: 22px; }

/* ════════════════════ HERO (banner, full-bleed bolt) ════════════════════ */
.hero { position: relative; padding: 150px 0 88px; overflow: hidden; background: linear-gradient(118deg, #ffffff 0%, #ffffff 28%, #eef9ec 64%, #dcf2d6 100%); }
.hero-bg { position: absolute; inset: 0; z-index: 0; background-image: url(/voltr-hero-banner.webp); background-repeat: no-repeat; background-position: right center; background-size: cover; }
.hero-bg::after { content: ''; position: absolute; inset: 0; background: linear-gradient(100deg, rgba(251,250,249,0.96) 0%, rgba(251,250,249,0.9) 48%, rgba(251,250,249,0.72) 64%, rgba(251,250,249,0.32) 78%, rgba(251,250,249,0) 92%); }
.hero::after { content: ''; position: absolute; inset: 0; z-index: 1; pointer-events: none; background: linear-gradient(to bottom, transparent 55%, var(--bg) 95%); }
.hero-grid { position: relative; z-index: 2; min-height: 360px; display: flex; align-items: center; justify-content: center; }
.hero-copy { max-width: 760px; margin: 0 auto; text-align: center; }
.hero-h1 { font-family: var(--display); font-weight: 400; font-size: clamp(56px, 8.5vw, 108px); line-height: 0.9; letter-spacing: 0.01em; text-transform: uppercase; color: var(--text); text-shadow: 0 0 18px rgba(251,250,249,0.8); }
.hero .lead { margin: 22px auto 0; max-width: 520px; font-size: clamp(16px, 2.2vw, 19px); line-height: 1.55; color: var(--text2); }
.hero-ctas { display: flex; gap: 12px; margin-top: 32px; flex-wrap: wrap; justify-content: center; }

/* Proof strip (mini dashboard echo of the app), own band under the hero */
.proof-strip { background: var(--bg); }
.hero-proof {
  position: relative; z-index: 3;
  margin: -4px auto 0;
  display: flex; flex-wrap: wrap; justify-content: center; align-items: stretch; gap: 16px;
}
.proof-card { flex: 1 1 250px; max-width: 360px; background: var(--s1); border-radius: var(--radius); padding: 20px 22px; box-shadow: var(--shadow-card); text-align: left; position: relative; overflow: hidden; }
.proof-card:first-child::after { content: ''; position: absolute; inset: 0; background: linear-gradient(135deg, rgba(84,215,77,0.08) 0%, transparent 60%); pointer-events: none; }
.proof-label { font-family: var(--mono); font-size: 11px; font-weight: 400; letter-spacing: 0.06em; text-transform: uppercase; color: #868686; }
.proof-val { font-family: var(--font); font-size: 30px; font-weight: 700; letter-spacing: -0.02em; margin-top: 10px; color: var(--text); }
.proof-card:first-child .proof-val { color: var(--volt); }
.proof-row { display: flex; flex-wrap: wrap; align-items: flex-end; justify-content: space-between; margin-top: 12px; gap: 10px; }
.proof-delta { display: inline-flex; align-items: center; gap: 4px; font-size: 12px; font-weight: 600; color: var(--volt-dark); }
.proof-delta.down { color: var(--volt-dark); }
.proof-spark { width: 84px; height: 30px; flex-shrink: 0; }
.proof-spark path.line { fill: none; stroke: var(--volt); stroke-width: 2; stroke-linecap: round; stroke-linejoin: round; }
.proof-spark path.area { fill: rgba(84,215,77,0.14); stroke: none; }

/* ════════════════════ INTEGRATIONS ROW (in features) ════════════════════ */
.logobar-label { text-align: center; font-family: var(--mono); font-size: 11.5px; font-weight: 400; letter-spacing: 0.1em; text-transform: uppercase; color: var(--text3); }
.platform-row { display: flex; align-items: center; justify-content: center; gap: 44px; flex-wrap: wrap; margin-top: 22px; }
.plat-cell { display: inline-flex; align-items: center; gap: 10px; color: var(--text); font-family: var(--ui); font-weight: 700; font-size: 16px; opacity: 0.92; transition: opacity 0.2s ease; }
.plat-cell:hover { opacity: 1; }
.plat-cell svg, .plat-cell img { width: 24px; height: 24px; object-fit: contain; }

/* ════════════════════ PARTNERS WE WORK WITH ════════════════════ */
.brandsbar { padding: 52px 0 8px; }
.brandsbar-label { text-align: center; font-family: var(--mono); font-size: 11.5px; font-weight: 400; letter-spacing: 0.1em; text-transform: uppercase; color: var(--text3); }
.brands-row { display: flex; align-items: center; justify-content: center; gap: 42px; flex-wrap: wrap; margin-top: 26px; }
.brand-cell { display: inline-flex; align-items: center; gap: 11px; color: var(--text); font-family: var(--ui); font-weight: 700; font-size: 16px; opacity: 0.92; }
.brand-cell img { height: 30px; width: auto; object-fit: contain; }
.brand-cell svg { width: 30px; height: 30px; }
.brand-wordmark img { height: 26px; }
.brand-celo img { height: 30px; border-radius: 50%; }
.brand-emm img { height: 50px; }
.features-integrations { margin-top: 76px; }

/* ════════════════════ FEATURES (editorial index) ════════════════════ */
.features { padding: 104px 0; }
.features-head { margin-bottom: 44px; }
.features-head h2 { font-size: clamp(40px, 6vw, 76px); color: var(--text); }

.rows { border-top: 1px solid var(--border); }
.row {
  display: grid;
  grid-template-columns: 44px 200px minmax(0, 1fr);
  align-items: start;
  gap: 26px;
  padding: 26px 12px;
  border-bottom: 1px solid var(--border);
  transition: background 0.2s ease;
}
.row:hover { background: var(--s2); }
.row-icon { width: 40px; height: 40px; border-radius: 11px; background: var(--s2); display: flex; align-items: center; justify-content: center; color: var(--text); transition: background 0.2s ease, color 0.2s ease; }
.row-icon svg { width: 21px; height: 21px; }
.row:hover .row-icon { background: var(--volt-dim); color: var(--volt-dark); }
.row-name { font-family: var(--ui); font-size: 20px; font-weight: 600; letter-spacing: -0.01em; color: var(--text); padding-top: 8px; }
.row:hover .row-name { color: var(--volt-dark); }
.row-body { min-width: 0; padding-top: 3px; }
.row-desc { font-size: 14.5px; line-height: 1.55; color: var(--text2); max-width: 600px; }
.row-tags { display: flex; gap: 6px; flex-wrap: wrap; margin-top: 13px; }
.tag { font-family: var(--mono); font-size: 10.5px; font-weight: 500; letter-spacing: 0.04em; text-transform: uppercase; padding: 4px 9px; border-radius: var(--radius-pill); background: var(--s3); color: var(--text2); white-space: nowrap; }
.tag.green { background: var(--volt-dim); color: var(--volt-dark); }

/* ════════════════════ MANIFESTO + HOW (dark block) ════════════════════ */
.darkblock { background: var(--bg); }
.manifesto { padding: 104px 0; }
.manifesto-inner { max-width: 900px; margin: 0 auto; text-align: center; }
.manifesto-h { font-size: clamp(46px, 7.4vw, 96px); margin: 22px 0 0; color: var(--text); }
.manifesto-body { margin: 32px auto 0; max-width: 600px; font-size: clamp(16px, 2vw, 19px); line-height: 1.62; color: var(--text2); }

/* ════════════════════ PRICING ════════════════════ */
.pricing { padding: 104px 0; }
.pricing-head { text-align: center; max-width: 640px; margin: 0 auto 14px; }
.pricing-head h2 { font-size: clamp(40px, 6vw, 72px); color: var(--text); margin-top: 12px; }
.pricing-head .lead { margin-top: 14px; font-size: 16px; color: var(--text2); }

.pricing-toggle { display: flex; justify-content: center; }
.mode-tabs { position: relative; display: inline-flex; gap: 6px; margin: 26px auto 6px; }
.mode-tab { position: relative; background: none; border: none; padding: 8px 18px 14px; font-family: var(--ui); font-size: 17px; font-weight: 600; color: var(--text3); transition: color 0.2s ease; }
.mode-tab.active { color: var(--text); }
.mode-tab.locked { color: var(--text3); cursor: not-allowed; }
.mode-tab-badge { display: inline-block; margin-left: 6px; font-family: var(--mono); font-size: 9px; font-weight: 500; letter-spacing: 0.06em; text-transform: uppercase; color: var(--volt-dark); background: var(--volt-dim); padding: 2px 6px; border-radius: var(--radius-pill); vertical-align: middle; }
.mode-tabs-underline { position: absolute; bottom: 0; height: 2px; background: var(--volt); border-radius: 2px; transition: left 0.3s cubic-bezier(0.4,0,0.2,1), width 0.3s cubic-bezier(0.4,0,0.2,1); }

.toggle-container { position: relative; display: inline-flex; background: var(--s3); border-radius: var(--radius-pill); padding: 4px; margin: 8px auto 0; }
.toggle-btn { position: relative; z-index: 2; border: none; background: none; padding: 8px 20px; font-family: var(--ui); font-size: 13.5px; font-weight: 600; color: var(--text2); border-radius: var(--radius-pill); transition: color 0.2s ease; }
.toggle-btn.active { color: #3d3d3d; }
.toggle-slider { position: absolute; top: 4px; height: calc(100% - 8px); background: var(--btn-volt); border-radius: var(--radius-pill); box-shadow: var(--btn-volt-shadow); transition: left 0.3s cubic-bezier(0.4,0,0.2,1), width 0.3s cubic-bezier(0.4,0,0.2,1); z-index: 1; }
.save-badge { font-family: var(--mono); font-size: 11px; font-weight: 500; letter-spacing: 0.04em; text-transform: uppercase; color: var(--volt-dark); }

.pricing-cards { display: flex; flex-wrap: wrap; justify-content: center; gap: 18px; margin-top: 40px; align-items: stretch; }
.pricing-card { position: relative; flex: 1 1 300px; max-width: 440px; display: flex; flex-direction: column; background: var(--s1); border-radius: var(--radius-lg); padding: 30px 26px; box-shadow: var(--shadow-card); transition: transform 0.2s ease, box-shadow 0.2s ease; }
.pricing-card:hover { transform: translateY(-4px); box-shadow: var(--shadow-raised); }
.pricing-card.popular { box-shadow: 0 0 0 1.5px var(--volt), 0 20px 40px -10px rgba(84,215,77,0.2); }
.popular-badge { position: absolute; top: -11px; left: 50%; transform: translateX(-50%); background: var(--btn-volt); color: #2d4a2b; font-family: var(--mono); font-size: 10px; font-weight: 600; letter-spacing: 0.08em; text-transform: uppercase; padding: 5px 12px; border-radius: var(--radius-pill); box-shadow: var(--btn-volt-shadow); white-space: nowrap; }
.card-plan-name { font-family: var(--ui); font-size: 15px; font-weight: 700; letter-spacing: 0.02em; text-transform: uppercase; color: var(--volt-dark); }
.card-price { display: flex; align-items: baseline; gap: 8px; margin: 14px 0 6px; flex-wrap: wrap; }
.card-price .original-price { font-family: var(--font); font-size: 20px; font-weight: 600; color: var(--text3); text-decoration: line-through; opacity: 0; transition: opacity 0.2s ease; }
.annual-mode .original-price { opacity: 1; }
.card-price .amount { font-family: var(--font); font-size: 44px; font-weight: 800; letter-spacing: -0.03em; color: var(--text); line-height: 1; transition: color 0.2s ease; }
.annual-mode .card-price .amount { color: var(--volt); }   /* all prices pop green in annual mode */
.card-price .period { font-size: 14px; color: var(--text3); }
.card-desc { font-size: 14px; line-height: 1.55; color: var(--text2); min-height: 44px; margin-bottom: 18px; }
.card-features { list-style: none; display: flex; flex-direction: column; gap: 11px; margin-bottom: 26px; }
.card-features li { display: flex; align-items: flex-start; gap: 10px; font-size: 14px; line-height: 1.4; color: var(--text); }
.card-features .check { flex-shrink: 0; width: 18px; height: 18px; border-radius: 50%; background: var(--volt-dim); color: var(--volt-dark); display: inline-flex; align-items: center; justify-content: center; margin-top: 1px; }
.card-features .check svg { width: 11px; height: 11px; }
.feature-new { font-family: var(--mono); font-size: 9px; font-weight: 600; letter-spacing: 0.05em; color: var(--volt-dark); background: var(--volt-dim); padding: 1px 6px; border-radius: var(--radius-pill); margin-left: 4px; }
.card-btn { display: flex; align-items: center; justify-content: center; width: 100%; margin-top: auto; padding: 13px; border-radius: var(--radius-pill); font-family: var(--ui); font-size: 14.5px; font-weight: 600; transition: transform 0.15s ease, box-shadow 0.15s ease, color 0.15s ease; }
.card-btn-primary { background: var(--btn-volt); color: #3d3d3d; box-shadow: var(--btn-volt-shadow); }
.card-btn-primary:hover { transform: translateY(-2px); box-shadow: var(--btn-volt-shadow-hover); }
.card-btn-outline { background: var(--s2); color: var(--text); box-shadow: inset 0 0 0 1px var(--border2); }
.card-btn-outline:hover { box-shadow: inset 0 0 0 1px var(--volt); color: var(--volt-dark); transform: translateY(-2px); }
/* Creator plans teaser below the cards (replaces the locked For-creators tab) */
.creator-teaser { text-align: center; margin-top: 34px; font-family: var(--ui); font-size: 15px; color: var(--text2); }
.creator-teaser a { color: var(--volt-dark); font-weight: 600; white-space: nowrap; transition: opacity 0.18s ease; }
.creator-teaser a:hover { opacity: 0.72; }

.pricing-disclosure details { background: var(--s2); border: 1px solid var(--border); border-radius: var(--radius-sm); }
.pricing-disclosure summary { cursor: pointer; padding: 12px 18px; font-size: 13px; color: var(--text2); list-style: none; display: flex; align-items: center; justify-content: space-between; gap: 8px; }
.pricing-disclosure summary::-webkit-details-marker { display: none; }
.pricing-disclosure .disc-body { padding: 4px 18px 16px; font-size: 13px; color: var(--text2); line-height: 1.65; }
.pricing-disclosure .disc-body p { margin-bottom: 10px; }
.pricing-disclosure .disc-body a { color: var(--volt-dark); }
.pricing-disclosure .disc-body strong { color: var(--text); }

/* ════════════════════ FAQ ════════════════════ */
.faq { padding: 104px 0; }
.faq-layout { display: grid; grid-template-columns: 0.8fr 1.2fr; gap: 56px; }
.faq-sticky { align-self: start; }
.faq-sticky h2 { font-family: var(--display); font-weight: 400; font-size: clamp(36px, 5vw, 60px); line-height: 0.95; text-transform: uppercase; margin: 14px 0 16px; color: var(--text); }
.faq-sticky p { font-size: 15px; color: var(--text2); line-height: 1.65; margin-top: 8px; max-width: 300px; }
.faq-sticky a { color: var(--text); text-decoration: underline; text-underline-offset: 2px; }

/* Mobile-app section: header sizing + lead spacing (no base .lead rule exists, so define here) */
#mobile .mobile-inner h2 { font-size: clamp(40px, 6vw, 72px); line-height: 1; margin-top: 14px; }
#mobile .mobile-inner .lead { margin-top: 16px; max-width: 480px; font-size: 16px; line-height: 1.6; color: var(--text2); }
@media (max-width: 600px) {
  #mobile { padding: 70px 0 !important; }
  #mobile .mobile-inner .lead { font-size: 15px; margin-top: 14px; }
}
.section-label { font-family: var(--mono); font-size: 12px; font-weight: 500; letter-spacing: 0.12em; text-transform: uppercase; color: var(--volt-dark); }

.faq-list { display: flex; flex-direction: column; }
.faq-item { border-bottom: 1px solid var(--border); }
.faq-q { width: 100%; display: flex; align-items: center; justify-content: space-between; gap: 20px; padding: 22px 4px; background: none; border: none; text-align: left; font-family: var(--ui); font-size: 17px; font-weight: 600; color: var(--text); }
.faq-toggle { flex-shrink: 0; width: 30px; height: 30px; border-radius: 50%; background: var(--s2); display: flex; align-items: center; justify-content: center; color: var(--text2); transition: transform 0.3s ease, background 0.2s ease, color 0.2s ease; }
.faq-toggle svg { width: 14px; height: 14px; }
.faq-item.open .faq-toggle { transform: rotate(180deg); background: var(--volt-dim); color: var(--volt-dark); }
.faq-a { max-height: 0; overflow: hidden; font-size: 14.5px; line-height: 1.65; color: var(--text2); transition: max-height 0.35s ease, padding 0.35s ease; padding: 0 4px; }
.faq-item.open .faq-a { max-height: 320px; padding: 0 4px 22px; }

/* ════════════════════ FINAL CTA ════════════════════ */
.final-cta { padding: 104px 0; text-align: center; }
.final-cta-inner { max-width: 720px; margin: 0 auto; }
.final-cta h2 { font-family: var(--display); font-weight: 400; font-size: clamp(52px, 9vw, 108px); line-height: 0.9; text-transform: uppercase; color: var(--text); }
.final-cta p { margin: 22px auto 32px; max-width: 480px; font-size: 17px; color: var(--text2); }

/* ════════════════════ FOOTER ════════════════════ */
.footer { padding: 56px 0 40px; }
.footer-inner { display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between; gap: 24px; }
.footer-brand { display: flex; align-items: center; gap: 8px; }
.footer-brand img { height: 30px; width: 30px; object-fit: contain; background: #fff; border-radius: 7px; padding: 4px; box-sizing: border-box; }
.footer-brand span { font-family: var(--font); font-weight: 600; font-size: 18px; color: var(--text); }
.footer-links, .footer-legal { display: flex; gap: 22px; flex-wrap: wrap; }
.footer-links a, .footer-legal a { font-size: 14px; color: var(--text2); transition: color 0.18s ease; }
.footer-links a:hover, .footer-legal a:hover { color: var(--volt); }
.footer-social { display: flex; gap: 12px; }
.footer-social a { width: 38px; height: 38px; border-radius: 50%; background: var(--s2); display: flex; align-items: center; justify-content: center; color: var(--text2); transition: color 0.18s ease, background 0.18s ease; }
.footer-social a:hover { color: var(--volt); background: var(--s3); }
.footer-copy { width: 100%; padding-top: 24px; margin-top: 8px; border-top: 1px solid var(--border); font-size: 13px; color: var(--text3); display: flex; justify-content: space-between; flex-wrap: wrap; gap: 8px; }

/* ════════════════════ ROTATING CORNER ════════════════════ */
.corner-element { position: fixed; bottom: 22px; left: 22px; width: 96px; height: 96px; z-index: 90; pointer-events: none; }
.rotating-text { position: absolute; inset: 0; width: 100%; height: 100%; animation: spin 22s linear infinite; }
.rotating-text text { font-family: var(--mono); font-size: 9.4px; letter-spacing: 0.16em; fill: var(--text2); text-transform: uppercase; }
.corner-inner { position: absolute; top: 50%; left: 50%; transform: translate(-50%,-50%); width: 44px; height: 44px; display: flex; align-items: center; justify-content: center; }
.corner-inner img { width: 30px; height: 30px; object-fit: contain; }
.corner-inner .bolt-dark { display: none; }
.corner-element.on-dark .bolt-color { display: none; }
.corner-element.on-dark .bolt-dark { display: block; }
.corner-element.on-dark .rotating-text text { fill: rgba(255,255,255,0.5); }
@keyframes spin { to { transform: rotate(360deg); } }

/* Mode chooser modal */
.mode-chooser { position: fixed; inset: 0; background: rgba(0,0,0,0.6); z-index: 10000; align-items: center; justify-content: center; padding: 20px; -webkit-backdrop-filter: blur(8px); backdrop-filter: blur(8px); }
.mode-chooser-box { background: #0e0e10; border: 1px solid rgba(255,255,255,0.10); border-radius: var(--radius-lg); padding: 32px; max-width: 460px; width: 100%; text-align: center; box-shadow: 0 30px 80px rgba(0,0,0,0.6); }
.mode-chooser-box h3 { font-family: var(--ui); font-size: 1.45rem; font-weight: 700; color: #fff; letter-spacing: -0.02em; margin-bottom: 8px; }
.mode-chooser-box p { color: rgba(255,255,255,0.6); font-size: 0.95rem; line-height: 1.5; margin-bottom: 24px; }
.mode-chooser-actions { display: flex; flex-direction: column; gap: 10px; }
.mc-brand { padding: 14px 20px; border-radius: 12px; border: 1px solid rgba(255,255,255,0.15); background: linear-gradient(180deg,#54d74d 0%,#40a43b 100%); color: #0a0a0a; font-weight: 700; font-size: 0.95rem; font-family: var(--ui); transition: transform 0.12s ease; }
.mc-brand:hover { transform: translateY(-1px); }
.mc-creator { padding: 14px 20px; border-radius: 12px; border: 1px solid rgba(255,255,255,0.18); background: transparent; color: #fff; font-weight: 600; font-size: 0.95rem; font-family: var(--ui); transition: background 0.12s ease; }
.mc-creator:hover { background: rgba(255,255,255,0.06); }
.mc-cancel { margin-top: 14px; background: none; border: none; color: rgba(255,255,255,0.4); font-size: 0.78rem; font-family: var(--ui); transition: color 0.15s ease; }
.mc-cancel:hover { color: rgba(255,255,255,0.7); }

/* ════════════════════ RESPONSIVE ════════════════════ */
@media (max-width: 900px) {
  .corner-element { display: none; }   /* desktop flourish; drop on mobile so it never floats over body text */
  .hero { padding: 124px 0 60px; }
  .hero-grid { min-height: 0; }
  .hero-copy { max-width: 100%; }
  .hero-bg { background-position: 72% center; }
  .hero-bg::after { background: linear-gradient(180deg, rgba(251,250,249,0.4) 0%, rgba(251,250,249,0.75) 55%, var(--bg) 100%); }
  .features-head { grid-template-columns: 1fr; gap: 20px; align-items: start; }
  .row { display: block; padding: 22px 4px; }
  .row-icon { display: inline-flex; vertical-align: middle; margin-right: 11px; width: 34px; height: 34px; }
  .row-icon svg { width: 18px; height: 18px; }
  .row-name { display: inline; padding-top: 0; vertical-align: middle; }
  .row-body { margin-top: 11px; }
  .row-desc { margin-top: 0; }
  .faq-layout { grid-template-columns: 1fr; gap: 24px; }
  .faq-sticky { position: static; }
}
@media (max-width: 800px) {
  /* the full nav fits down to ~800px; only collapse to a hamburger below that */
  .nav-links, .nav-cta-group { display: none; }
  .hamburger { display: inline-flex; }
}
@media (max-width: 560px) {
  .container { padding: 0 20px; }
  .platform-row { gap: 22px; }
  .footer-copy { flex-direction: column; }
  /* tighter vertical rhythm on phones — the desktop 104px sections scroll forever */
  .features, .pricing, .faq { padding: 68px 0; }
  .manifesto { padding: 76px 0 24px; }
  .final-cta { padding: 60px 0; }
  .hero { padding: 110px 0 52px; }
  .proof-card { padding: 16px 18px; }
}

/* ════════════════════ REDUCED MOTION ════════════════════ */
@media (prefers-reduced-motion: reduce) {
  * { animation-duration: 0.001ms !important; animation-iteration-count: 1 !important; transition-duration: 0.001ms !important; scroll-behavior: auto !important; }
  .reveal { opacity: 1; transform: none; }
  .rotating-text { animation: none; }
}
