/* ============================================================
   wa-index.css — Velthian public landing page styles
   ============================================================ */

/* ── Reset & variables ─────────────────────────────────────── */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }

:root {
  --ink:        #0a0a0c;
  --ink2:       #111116;
  --surface:    #18181f;
  --surface2:   #1e1e28;
  --border:     rgba(255,255,255,0.08);
  --border2:    rgba(255,255,255,0.14);
  --gold:       #c9a84c;
  --gold-dim:   #8a6e2f;
  --gold-pale:  rgba(201,168,76,0.10);
  --text:       #eae5dc;
  --text2:      #a0998e;
  --muted:      #5a5a68;
  --green:      #2ec27e;
  --green-pale: rgba(46,194,126,0.12);
  --red:        #e05a5a;
  --red-pale:   rgba(224,90,90,0.12);
  --font-d:     'Cormorant Garamond', Georgia, serif;
  --font-b:     'DM Sans', sans-serif;
}

html { scroll-behavior: smooth; }

body {
  background: var(--ink);
  color: var(--text);
  font-family: var(--font-b);
  font-size: 15px;
  line-height: 1.6;
  overflow-x: hidden;
  max-width: 1280px;
  margin: 0 auto;
}

/* ── Ticker ─────────────────────────────────────────────────── */
.ticker-wrap {
  position: relative; z-index: 10;
  border-bottom: 1px solid var(--border);
  overflow: hidden; height: 46px;
}
.ticker-wrap .tradingview-widget-container,
.ticker-wrap .tradingview-widget-container__widget,
.ticker-wrap iframe { height: 46px !important; }

/* ── Nav ────────────────────────────────────────────────────── */
.lp-nav {
  display: flex; align-items: center; justify-content: space-between;
  padding: 0 56px; height: 72px;
  border-bottom: 1px solid var(--border);
  background: rgba(10,10,12,0.96);
  backdrop-filter: blur(20px);
  position: sticky; top: 0; z-index: 100;
}
.lp-nav-logo { text-decoration: none; line-height: 0; }
.lp-nav-right {
  display: flex; align-items: center; gap: 8px;
}
.lp-nav-link {
  color: var(--text2); text-decoration: none;
  font-size: 14px; letter-spacing: 0.04em; padding: 6px 8px;
  transition: color 0.2s;
}
.lp-nav-link:hover { color: var(--gold); }
.lp-nav-btn {
  background: var(--gold); color: var(--ink);
  border: none; border-radius: 4px;
  font-family: var(--font-b); font-size: 12px;
  font-weight: 500; letter-spacing: 0.1em; text-transform: uppercase;
  padding: 9px 20px; cursor: pointer; transition: background 0.2s;
}
.lp-nav-btn:hover { background: #d4b060; }

/* ── Shared section utilities ───────────────────────────────── */
.lp-eyebrow {
  display: flex; align-items: center; gap: 14px; margin-bottom: 28px;
}
.lp-eyebrow-line { width: 36px; height: 1px; background: var(--gold); opacity: 0.5; }
.lp-eyebrow span { font-size: 11px; letter-spacing: 0.24em; text-transform: uppercase; color: var(--gold); }

.lp-tag {
  display: inline-block; font-size: 12px; letter-spacing: 0.2em;
  text-transform: uppercase; color: var(--gold); margin-bottom: 14px;
}

.lp-section-label {
  font-size: 12px; letter-spacing: 0.24em; text-transform: uppercase; color: var(--gold);
  display: flex; align-items: center; gap: 14px; margin-bottom: 72px;
}
.lp-section-label::after { content: ''; flex: 1; height: 1px; background: var(--border); }

.lp-h1 {
  font-family: var(--font-d);
  font-size: clamp(36px, 3.6vw, 58px);
  font-weight: 300; line-height: 1.08; letter-spacing: -0.01em;
  color: var(--text); max-width: 480px;
}
.lp-h1 em { font-style: italic; color: var(--gold); }

.lp-h2 {
  font-family: var(--font-d);
  font-size: clamp(28px, 2.6vw, 42px);
  font-weight: 300; line-height: 1.1; color: var(--text); margin-bottom: 14px;
}
.lp-h2 em { font-style: italic; color: var(--gold); }

.lp-body {
  font-size: 14px; color: var(--text2); font-weight: 300;
  line-height: 1.75;
}

.lp-checklist { list-style: none; margin-top: 20px; }
.lp-checklist li {
  font-size: 13px; color: var(--text2);
  padding: 6px 0; border-bottom: 1px solid var(--border);
  display: flex; align-items: center; gap: 10px;
}
.lp-checklist li:last-child { border-bottom: none; }
.lp-check { color: var(--green); }

/* Buttons */
.btn-primary {
  background: var(--gold); color: var(--ink);
  border: none; border-radius: 4px;
  font-family: var(--font-b); font-size: 13px; font-weight: 500;
  letter-spacing: 0.1em; text-transform: uppercase;
  padding: 14px 28px; cursor: pointer; transition: background 0.2s, box-shadow 0.2s;
}
.btn-primary:hover { background: #d4b060; box-shadow: 0 4px 20px rgba(201,168,76,0.3); }

.btn-ghost {
  background: transparent; color: var(--text2);
  border: 1px solid var(--border2); border-radius: 4px;
  font-family: var(--font-b); font-size: 13px; letter-spacing: 0.06em;
  padding: 14px 28px; cursor: pointer; transition: border-color 0.2s, color 0.2s;
  border-color: var(--gold-dim);
}
.btn-ghost:hover { border-color: var(--gold-dim); color: var(--text); }

/* Trust badges */
.lp-badges { display: flex; gap: 20px; margin-top: 28px; flex-wrap: wrap; }
.lp-badge { display: flex; align-items: center; gap: 7px; font-size: 13px; color: var(--text2); }
.lp-badge-ok { color: var(--gold); font-size: 14px; }

/* ── Browser/app frame shared styles ────────────────────────── */
.browser-frame {
  width: 100%;
  border: 1px solid var(--border2); border-radius: 8px;
  overflow: hidden; box-shadow: 0 24px 64px rgba(0,0,0,0.7);
  background: #0f0f14;
}
.browser-chrome {
  background: #0a0a0e; padding: 8px 12px;
  display: flex; align-items: center; gap: 5px;
  border-bottom: 1px solid rgba(255,255,255,0.06);
}
.bdot { width: 8px; height: 8px; border-radius: 50%; }
.bdot-r { background: var(--red); }
.bdot-y { background: var(--gold); }
.bdot-g { background: var(--green); }
.burl {
  flex: 1; background: #18181f; border-radius: 3px;
  margin-left: 8px; padding: 3px 10px;
  font-size: 9px; color: var(--muted); font-family: monospace;
}

/* ══════════════════════════════════════════════════════════════
   SECTION 1 — HERO
   ══════════════════════════════════════════════════════════════ */
.lp-hero {
  display: grid; grid-template-columns: 1fr 1fr;
  border-bottom: 1px solid var(--border);
}

.lp-hero-copy {
  padding: 64px 56px;
  display: flex; flex-direction: column; justify-content: center;
  border-right: 1px solid var(--border);
}
.lp-hero-ctas { display: flex; gap: 12px; margin-top: 36px; }

.lp-hero-screen {
  background: #0d0d11;
  display: flex; align-items: center; justify-content: center;
  padding: 20px 24px; overflow: hidden;
}

/* ── Mini app dashboard (inside browser frame) ─────────────── */
.dash-app-header {
  background: #0f0f14; padding: 7px 14px;
  display: flex; align-items: center; justify-content: space-between;
  border-bottom: 1px solid rgba(255,255,255,0.06);
}
.dash-logo-text {
  font-family: var(--font-d); font-size: 13px; font-weight: 300;
  letter-spacing: 0.18em; color: var(--text); line-height: 1;
}
.dash-logo-sub { font-family: var(--font-b); font-size: 6px; color: var(--gold); letter-spacing: 0.3em; }
.dash-mini-nav { display: flex; gap: 10px; }
.dash-mini-nav-item {
  font-size: 7px; color: var(--muted); letter-spacing: 0.1em;
  text-transform: uppercase; padding: 2px 0; cursor: pointer;
}
.dash-mini-nav-item.active { color: var(--gold); border-bottom: 1px solid var(--gold); }
.dash-avatar {
  width: 22px; height: 22px; border-radius: 50%;
  background: var(--gold-dim); display: flex; align-items: center;
  justify-content: center; font-size: 9px; color: var(--gold); font-weight: 500;
}

.dash-stats-strip {
  display: grid; grid-template-columns: repeat(4, 1fr);
  border-bottom: 1px solid rgba(255,255,255,0.06);
}
.dash-stat-cell {
  padding: 10px 12px;
  border-right: 1px solid rgba(255,255,255,0.06);
}
.dash-stat-cell:last-child { border-right: none; }
.dash-stat-label { font-size: 6px; color: var(--muted); letter-spacing: 0.12em; text-transform: uppercase; margin-bottom: 4px; }
.dash-stat-val { font-family: var(--font-d); font-size: 14px; font-weight: 300; line-height: 1; }
.dash-stat-val.gold { color: var(--gold); font-size: 16px; }
.dash-stat-val.red { color: var(--red); background: rgba(224,90,90,0.08); border-radius: 2px; padding: 1px 4px; }
.dash-stat-val.green { color: var(--green); background: rgba(46,194,126,0.08); border-radius: 2px; padding: 1px 4px; }
.dash-stat-val.plain { color: var(--text); }

.dash-tax-banner {
  background: rgba(201,168,76,0.06);
  border-bottom: 1px solid rgba(201,168,76,0.15);
  padding: 7px 14px;
  display: flex; align-items: center; justify-content: space-between;
}
.dash-tax-banner-left { font-size: 8px; color: var(--text2); }
.dash-tax-banner-left strong { color: var(--gold); letter-spacing: 0.08em; text-transform: uppercase; margin-right: 6px; }
.dash-tax-banner-right { font-size: 8px; color: var(--gold); cursor: pointer; }

.dash-body { display: grid; grid-template-columns: 100px 1fr 112px; }

.dash-alloc {
  padding: 12px;
  border-right: 1px solid rgba(255,255,255,0.06);
}
.dash-alloc-title { font-size: 7px; color: var(--gold); letter-spacing: 0.14em; text-transform: uppercase; margin-bottom: 10px; }
.dash-donut { display: block; margin: 0 auto 8px; }
.dash-legend-item { display: flex; align-items: center; gap: 4px; font-size: 7px; color: var(--text2); padding: 2px 0; }
.dash-legend-dot { width: 6px; height: 6px; border-radius: 50%; flex-shrink: 0; }

.dash-portfolio { padding: 12px 14px; }
.dash-portfolio-title { font-size: 7px; color: var(--gold); letter-spacing: 0.14em; text-transform: uppercase; margin-bottom: 10px; }
.dash-exposure-row { display: flex; align-items: center; gap: 8px; margin-bottom: 6px; }
.dash-exposure-label { font-size: 7px; color: var(--muted); flex: 1; text-transform: uppercase; letter-spacing: 0.08em; }
.dash-exposure-pct { font-size: 9px; color: var(--text); font-weight: 500; }
.dash-exposure-badge { font-size: 7px; background: var(--gold); color: var(--ink); border-radius: 10px; padding: 2px 7px; font-weight: 500; }
.dash-exposure-bar {
  height: 4px; border-radius: 2px; margin-bottom: 8px;
  background: linear-gradient(to right, #2ec27e 0%, #2ec27e 33%, #c9a84c 33%, #c9a84c 66%, #e05a5a 66%, #e05a5a 100%);
  position: relative; overflow: visible;
}
.dash-exposure-bar::after {
  content: '';
  position: absolute; top: -2px; left: 58%;
  width: 2px; height: 8px; background: rgba(255,255,255,0.8); border-radius: 1px;
}
.dash-pf-row {
  display: flex; justify-content: space-between;
  padding: 5px 0; border-bottom: 1px solid rgba(255,255,255,0.04);
}
.dash-pf-row:last-child { border-bottom: none; }
.dash-pf-label { font-size: 8px; color: var(--muted); text-transform: uppercase; letter-spacing: 0.06em; }
.dash-pf-val { font-size: 9px; color: var(--text); font-family: var(--font-d); font-weight: 300; }
.dash-pf-val.neg { color: var(--red); }

/* Artha panel (3rd column in dash-body) */
.dash-artha {
  padding: 12px 10px;
  border-left: 1px solid rgba(255,255,255,0.06);
  display: flex; flex-direction: column; gap: 10px;
}
.dash-artha-section-label {
  font-size: 6px; color: var(--muted); letter-spacing: 0.14em;
  text-transform: uppercase; margin-bottom: 3px;
}
.dash-artha-title {
  font-size: 8px; color: var(--gold); letter-spacing: 0.12em;
  text-transform: uppercase; display: flex; align-items: center; gap: 4px;
}
.dash-artha-dot {
  width: 6px; height: 6px; border-radius: 50%; background: var(--gold); flex-shrink: 0;
}
.dash-artha-body { font-size: 7px; color: var(--text2); line-height: 1.5; }
.dash-artha-body strong { color: var(--green); }
.dash-artha-body strong.g { color: var(--gold); }
.dash-artha-link { font-size: 7px; color: var(--gold); margin-top: 3px; }

/* Asset performance strip */
.dash-perf {
  border-top: 1px solid rgba(255,255,255,0.06);
  display: grid; grid-template-columns: repeat(4, 1fr);
}
.dash-perf-card {
  padding: 9px 11px;
  border-right: 1px solid rgba(255,255,255,0.06);
}
.dash-perf-card:last-child { border-right: none; }
.dash-perf-name {
  font-size: 6px; color: var(--muted); text-transform: uppercase;
  letter-spacing: 0.1em; margin-bottom: 4px;
}
.dash-perf-val {
  font-size: 11px; font-family: var(--font-d); font-weight: 300;
  color: var(--text); margin-bottom: 5px; line-height: 1;
}
.dash-perf-row {
  display: flex; justify-content: space-between; padding: 2px 0;
  border-bottom: 1px solid rgba(255,255,255,0.03);
}
.dash-perf-row:last-child { border-bottom: none; }
.dash-perf-key { font-size: 6px; color: var(--muted); }
.dash-perf-sub { font-size: 7px; font-family: var(--font-d); font-weight: 300; color: var(--text2); }
.dash-perf-sub.g { color: var(--green); }
.dash-perf-sub.r { color: var(--red); }

/* ══════════════════════════════════════════════════════════════
   SECTION 2 — TAX COPILOT
   ══════════════════════════════════════════════════════════════ */
.lp-tax {
  padding: 72px 56px;
  border-bottom: 1px solid var(--border);
  background: linear-gradient(180deg, #0d0d10 0%, var(--ink) 100%);
  position: relative; overflow: hidden;
}
.lp-tax::before {
  content: '';
  position: absolute; top: -120px; right: 8%;
  width: 500px; height: 500px;
  background: radial-gradient(circle, rgba(201,168,76,0.04) 0%, transparent 65%);
  pointer-events: none;
}
.lp-tax-layout {
  display: grid; grid-template-columns: 1fr 1fr; gap: 80px; align-items: center;
}
.lp-tax-layout .tax-screen { order: -1; }
.lp-tax-layout .lp-tax-copy { order: 1; }

/* Tax page screen */
.tax-screen {
  background: #0f0f14;
  border: 1px solid var(--border2); border-radius: 8px;
  overflow: hidden; box-shadow: 0 24px 60px rgba(0,0,0,0.6);
}
.tax-screen-inner { padding: 16px; }

.byf-heading { display: flex; align-items: center; gap: 12px; margin-bottom: 14px; }
.byf-line { width: 28px; height: 1px; background: var(--gold); }
.byf-text { font-size: 9px; letter-spacing: 0.2em; text-transform: uppercase; color: var(--gold); }

.tax-savings-card {
  background: rgba(46,194,126,0.06);
  border: 1px solid rgba(46,194,126,0.15);
  border-radius: 5px; padding: 14px 16px; margin-bottom: 12px;
}
.tax-savings-label { font-size: 7px; color: var(--muted); letter-spacing: 0.14em; text-transform: uppercase; margin-bottom: 6px; }
.tax-savings-amount { font-family: var(--font-d); font-size: 28px; font-weight: 300; color: var(--green); line-height: 1; }
.tax-savings-sub { font-size: 9px; color: var(--text2); margin-top: 5px; }
.tax-savings-sub span { color: var(--text); }

.harvest-cards { display: grid; grid-template-columns: 1fr 1fr; gap: 8px; }
.hcard {
  background: var(--surface);
  border: 1px solid var(--border);
  border-left: 3px solid var(--red);
  border-radius: 5px; padding: 10px 12px;
}
.hcard-tag { font-size: 7px; color: var(--red); letter-spacing: 0.14em; text-transform: uppercase; margin-bottom: 5px; }
.hcard-name { font-size: 10px; color: var(--text); white-space: nowrap; overflow: hidden; text-overflow: ellipsis; margin-bottom: 4px; }
.hcard-loss { font-family: var(--font-d); font-size: 16px; font-weight: 300; color: var(--red); line-height: 1; margin-bottom: 5px; }
.hcard-save { font-size: 8px; color: var(--text2); line-height: 1.5; }
.hcard-save span { color: var(--text); }
.hcard-badge {
  display: inline-block; background: rgba(201,168,76,0.15);
  border: 1px solid rgba(201,168,76,0.3);
  color: var(--gold); font-size: 7px; padding: 1px 5px; border-radius: 2px;
  margin-left: 4px; vertical-align: middle;
}
.hcard-meta { font-size: 7px; color: var(--muted); margin-top: 4px; }

/* ══════════════════════════════════════════════════════════════
   SECTION 3 — ARTHA AI ADVISOR
   ══════════════════════════════════════════════════════════════ */
.lp-artha {
  padding: 72px 56px;
  border-bottom: 1px solid var(--border);
  background: linear-gradient(180deg, var(--ink) 0%, #0d0d10 100%);
  position: relative; overflow: hidden;
}
.lp-artha::before {
  content: '';
  position: absolute; top: -80px; left: 5%;
  width: 480px; height: 480px;
  background: radial-gradient(circle, rgba(201,168,76,0.05) 0%, transparent 65%);
  pointer-events: none;
}
.lp-artha-layout {
  display: grid; grid-template-columns: 1fr 1fr; gap: 80px; align-items: center;
}

/* Artha chat mock screen */
.artha-screen {
  background: #0a0a0c;
  border: 1px solid rgba(201,168,76,0.25);
  border-radius: 10px; overflow: hidden;
  box-shadow: 0 24px 60px rgba(0,0,0,0.7), 0 0 0 1px rgba(201,168,76,0.06);
}
.artha-screen-header {
  background: #0d0d10;
  border-bottom: 1px solid rgba(201,168,76,0.15);
  padding: 14px 18px;
}
.artha-screen-title {
  font-family: var(--font-b); font-size: 13px; font-weight: 500;
  letter-spacing: 0.2em; color: var(--gold); margin-bottom: 3px;
}
.artha-screen-sub {
  font-size: 10px; color: var(--text2); font-weight: 300;
}

.artha-chat {
  padding: 16px 16px 8px; display: flex; flex-direction: column; gap: 14px;
  max-height: 340px; overflow: hidden;
}

/* User messages (right-aligned) */
.artha-msg-user {
  display: flex; align-items: flex-end; gap: 8px; justify-content: flex-end;
}
.artha-you {
  font-size: 9px; letter-spacing: 0.1em; color: var(--muted);
  text-transform: uppercase; flex-shrink: 0;
}
.artha-bubble-user {
  background: rgba(201,168,76,0.15);
  border: 1px solid rgba(201,168,76,0.3);
  color: var(--text); font-size: 11px; line-height: 1.5;
  padding: 9px 13px; border-radius: 10px 10px 2px 10px;
  max-width: 72%;
}

/* Artha messages (left-aligned) */
.artha-msg-artha {
  display: flex; align-items: flex-start; gap: 10px;
}
.artha-avatar {
  width: 26px; height: 26px; border-radius: 50%;
  background: rgba(201,168,76,0.12);
  border: 1px solid rgba(201,168,76,0.35);
  color: var(--gold); font-size: 10px;
  display: flex; align-items: center; justify-content: center;
  flex-shrink: 0;
}
.artha-bubble-artha {
  background: #111118;
  border: 1px solid var(--border);
  color: var(--text2); font-size: 11px; line-height: 1.65;
  padding: 11px 14px; border-radius: 2px 10px 10px 10px;
  max-width: 84%;
}
.artha-citation {
  font-size: 9px; color: var(--muted); font-style: italic; margin-top: 8px;
}
.artha-hi-fi { color: var(--gold); font-weight: 500; }
.artha-hi-re { color: #e07a2e; font-weight: 500; }

.artha-input-bar {
  display: flex; align-items: center; gap: 10px;
  padding: 10px 14px;
  border-top: 1px solid var(--border);
  background: #0d0d10;
}
.artha-input-placeholder {
  flex: 1; font-size: 11px; color: var(--muted);
  background: var(--surface); border: 1px solid var(--border);
  border-radius: 6px; padding: 8px 12px;
}
.artha-send-btn {
  width: 30px; height: 30px; border-radius: 6px;
  background: var(--gold); color: var(--ink);
  display: flex; align-items: center; justify-content: center;
  font-size: 14px; font-weight: 700; flex-shrink: 0;
}

/* ══════════════════════════════════════════════════════════════
   SECTION 4 — FEATURE WALKTHROUGH
   ══════════════════════════════════════════════════════════════ */
.lp-features { padding: 72px 56px; border-bottom: 1px solid var(--border); }

.lp-feature-row {
  display: grid; grid-template-columns: 1fr 1fr; gap: 80px;
  align-items: center; margin-bottom: 80px;
}
.lp-feature-row:last-child { margin-bottom: 0; }
.lp-feature-row.reverse .lp-fw-copy { order: 2; }
.lp-feature-row.reverse .lp-fw-screen { order: 1; }

.lp-fw-screen {
  background: var(--ink2);
  border: 1px solid var(--border2); border-radius: 8px; overflow: hidden;
}
.lp-fw-screen-bar {
  background: #0d0d13; padding: 8px 12px;
  display: flex; align-items: center; gap: 5px;
  border-bottom: 1px solid var(--border);
}
.lp-fw-screen-bar span { font-size: 9px; color: var(--muted); margin-left: 8px; }
.lp-fw-screen-body { padding: 16px; }

/* Portfolio screen elements */
.fw-port-header { display: flex; justify-content: space-between; align-items: flex-start; margin-bottom: 14px; }
.fw-port-nw { font-family: var(--font-d); font-size: 26px; font-weight: 300; }
.fw-port-nw sub { font-size: 11px; color: var(--muted); }
.fw-port-change { color: var(--green); font-size: 11px; margin-top: 2px; }
.fw-port-period { font-size: 10px; color: var(--muted); background: var(--surface); border-radius: 3px; padding: 3px 8px; }
.fw-chart-row { display: flex; gap: 16px; align-items: center; margin-bottom: 14px; }
.fw-donut-wrap { position: relative; flex-shrink: 0; }
.fw-donut-center { position: absolute; inset: 0; display: flex; flex-direction: column; align-items: center; justify-content: center; }
.fw-donut-center-n { font-family: var(--font-d); font-size: 14px; font-weight: 300; }
.fw-donut-center-l { font-size: 7px; color: var(--muted); }
.fw-legend { flex: 1; }
.fw-legend-item { display: flex; align-items: center; gap: 6px; padding: 4px 0; border-bottom: 1px solid var(--border); }
.fw-legend-item:last-child { border-bottom: none; }
.fw-legend-dot { width: 7px; height: 7px; border-radius: 50%; flex-shrink: 0; }
.fw-legend-name { font-size: 9px; color: var(--text2); flex: 1; }
.fw-legend-val { font-size: 10px; color: var(--text); }
.fw-legend-pct { font-size: 9px; color: var(--muted); margin-left: 4px; }

.fw-holdings-table { width: 100%; border-collapse: collapse; }
.fw-holdings-table th { font-size: 8px; color: var(--muted); letter-spacing: 0.1em; text-transform: uppercase; text-align: left; padding: 4px 6px; border-bottom: 1px solid var(--border); }
.fw-holdings-table td { font-size: 10px; color: var(--text2); padding: 5px 6px; border-bottom: 1px solid rgba(255,255,255,0.04); }
.fw-holdings-table td:last-child { text-align: right; }
.fw-td-name { color: var(--text); }
.pos { color: var(--green); }
.neg { color: var(--red); }

/* MF screen elements */
.mf-tag-row { display: flex; gap: 6px; margin-bottom: 14px; flex-wrap: wrap; }
.mf-pill { background: var(--surface); border: 1px solid var(--border); border-radius: 3px; padding: 3px 10px; font-size: 9px; color: var(--muted); }
.mf-pill.active { background: var(--gold-pale); border-color: rgba(201,168,76,0.25); color: var(--gold); }
.mf-cat-group { border: 1px solid var(--border); border-radius: 5px; overflow: hidden; margin-bottom: 8px; }
.mf-cat-header { background: var(--surface); padding: 5px 10px; font-size: 8px; color: var(--muted); letter-spacing: 0.1em; text-transform: uppercase; border-bottom: 1px solid var(--border); }
.mf-fund-row { padding: 9px 10px; border-bottom: 1px solid rgba(255,255,255,0.04); display: flex; justify-content: space-between; align-items: center; }
.mf-fund-row:last-child { border-bottom: none; }
.mf-fund-name { font-size: 11px; color: var(--text); }
.mf-fund-meta { font-size: 8px; color: var(--muted); margin-top: 1px; }
.mf-fund-val { font-size: 12px; color: var(--text); text-align: right; }
.mf-fund-xirr { font-size: 9px; text-align: right; }

/* ══════════════════════════════════════════════════════════════
   SECTION 4 — TRUST & SECURITY
   ══════════════════════════════════════════════════════════════ */
.lp-trust { padding: 72px 56px; border-bottom: 1px solid var(--border); }

.lp-trust-intro { max-width: 520px; margin: 0 auto 56px; text-align: center; }
.lp-trust-intro h2 { font-family: var(--font-d); font-size: clamp(28px, 2.4vw, 40px); font-weight: 300; color: var(--text); margin-bottom: 12px; }
.lp-trust-intro p { font-size: 14px; color: var(--text2); font-weight: 300; line-height: 1.75; }

.lp-trust-grid {
  display: grid; grid-template-columns: repeat(3, 1fr);
  gap: 2px; margin-bottom: 56px;
  border: 1px solid var(--border); border-radius: 8px; overflow: hidden;
}
.lp-trust-card { background: var(--ink2); padding: 32px; }
.lp-trust-icon { font-size: 24px; margin-bottom: 14px; display: block; }
.lp-trust-card h3 { font-family: var(--font-d); font-size: 20px; font-weight: 300; color: var(--text); margin-bottom: 8px; }
.lp-trust-card p { font-size: 13px; color: var(--text2); line-height: 1.65; }

.lp-data-sources { text-align: center; }
.lp-ds-label { font-size: 10px; letter-spacing: 0.2em; text-transform: uppercase; color: var(--muted); margin-bottom: 16px; }
.lp-ds-chips { display: flex; justify-content: center; flex-wrap: wrap; gap: 8px; }
.lp-ds-chip { background: var(--surface); border: 1px solid var(--border2); border-radius: 4px; padding: 6px 14px; font-size: 11px; color: var(--text2); letter-spacing: 0.04em; }

/* Auth panel — lives inside the drawer */
.auth-panel {
  background: transparent;
}
.auth-tabs { display: flex; gap: 0; margin-bottom: 28px; border-bottom: 1px solid var(--border); }
.auth-tab {
  flex: 1; padding: 12px 0;
  font-family: var(--font-b); font-size: 13px; font-weight: 400;
  letter-spacing: 0.06em; color: var(--muted); cursor: pointer;
  background: none; border: none; border-bottom: 2px solid transparent;
  margin-bottom: -1px; transition: all 0.2s; text-transform: uppercase;
}
.auth-tab.active { color: var(--gold); border-bottom-color: var(--gold); }

.auth-step { display: none; }
.auth-step.active { display: block; }

.auth-title { font-family: var(--font-d); font-size: 28px; font-weight: 300; color: var(--text); margin-bottom: 4px; letter-spacing: -0.01em; }
.auth-sub { font-size: 14px; color: var(--muted); margin-bottom: 24px; }

.field-wrap { margin-bottom: 14px; position: relative; }
.field-label { display: block; font-size: 11px; letter-spacing: 0.1em; text-transform: uppercase; color: var(--muted); margin-bottom: 7px; }
.auth-field {
  width: 100%; background: var(--surface); border: 1px solid var(--border);
  border-radius: 5px; color: var(--text); font-family: var(--font-b);
  font-size: 15px; padding: 13px 16px; outline: none;
  transition: border-color 0.2s, box-shadow 0.2s;
}
.auth-field::placeholder { color: var(--muted); }
.auth-field:focus { border-color: var(--gold-dim); box-shadow: 0 0 0 3px var(--gold-pale); }
.auth-field.readonly { color: var(--muted); }

.field-hint { font-size: 11px; margin-top: 5px; min-height: 14px; display: none; }
.field-hint.ok  { color: var(--green); display: block; }
.field-hint.err { color: var(--red);   display: block; }

.auth-submit {
  width: 100%; margin-top: 8px;
  background: var(--gold); border: none; border-radius: 5px;
  color: #0a0a0c; font-family: var(--font-b);
  font-size: 14px; font-weight: 500; letter-spacing: 0.12em; text-transform: uppercase;
  padding: 15px; cursor: pointer; transition: all 0.2s;
  display: flex; align-items: center; justify-content: center; gap: 8px;
}
.auth-submit:hover:not(:disabled) { background: #d4b060; box-shadow: 0 4px 24px rgba(201,168,76,0.3); }
.auth-submit:disabled { opacity: 0.5; cursor: not-allowed; }

.spinner {
  display: none; width: 15px; height: 15px;
  border: 2px solid rgba(0,0,0,0.25); border-top-color: #000;
  border-radius: 50%; animation: lp-spin 0.7s linear infinite;
}
@keyframes lp-spin { to { transform: rotate(360deg); } }

.auth-error   { font-size: 12px; color: var(--red);   margin-top: 10px; display: none; min-height: 16px; }
.auth-success { font-size: 12px; color: var(--green); margin-top: 10px; display: none; min-height: 16px; }
.auth-footer  { font-size: 12px; color: var(--muted); text-align: center; margin-top: 14px; }
.auth-footer a { color: var(--text2); text-decoration: underline; text-underline-offset: 2px; }
.auth-footer a:hover { color: var(--gold); }

.otp-step-icon { font-size: 32px; margin-bottom: 10px; display: block; opacity: 0.6; }
.otp-email-display { color: var(--gold); font-weight: 400; word-break: break-all; }
.otp-input { font-size: 26px !important; letter-spacing: 0.3em; text-align: center; padding: 13px 10px !important; }
.otp-footer-row { display: flex; align-items: center; justify-content: center; gap: 10px; margin-top: 14px; }
.otp-footer-sep { color: var(--border); }
.otp-text-btn {
  background: none; border: none; color: var(--muted); font-family: var(--font-b);
  font-size: 12px; cursor: pointer; padding: 4px; transition: color 0.2s;
  text-decoration: underline; text-underline-offset: 2px;
}
.otp-text-btn:hover { color: var(--gold); }
.otp-text-btn:disabled { opacity: 0.5; cursor: not-allowed; }
.otp-options { display: none; gap: 12px; margin-top: 8px; font-size: 12px; color: var(--muted); justify-content: center; }
.otp-link { color: var(--gold); cursor: pointer; text-decoration: underline; text-underline-offset: 2px; }
.or-line { display: flex; align-items: center; gap: 12px; margin: 18px 0; font-size: 11px; color: var(--muted); }
.or-line::before, .or-line::after { content: ''; flex: 1; height: 1px; background: var(--border); }

/* ══════════════════════════════════════════════════════════════
   SECTION 6 — FOOTER
   ══════════════════════════════════════════════════════════════ */
.lp-footer {
  background: #08080a;
  border-top: 1px solid var(--border);
  padding: 56px 56px 0;
}
.lp-footer-top {
  display: grid; grid-template-columns: 1.4fr 1fr 1fr 1fr 1fr; gap: 48px;
  padding-bottom: 48px; border-bottom: 1px solid var(--border);
}
.lp-footer-brand-name { font-family: var(--font-d); font-size: 20px; font-weight: 300; letter-spacing: 0.14em; color: var(--text); margin-bottom: 10px; }
.lp-footer-tagline { font-size: 12px; color: var(--muted); line-height: 1.65; max-width: 240px; margin-bottom: 20px; }
.lp-footer-socials { display: flex; gap: 10px; }
.lp-social-btn {
  width: 32px; height: 32px; background: var(--surface); border: 1px solid var(--border);
  border-radius: 4px; display: flex; align-items: center; justify-content: center;
  font-size: 13px; color: var(--muted); text-decoration: none; transition: border-color 0.2s, color 0.2s;
}
.lp-social-btn:hover { border-color: var(--gold-dim); color: var(--gold); }
.lp-footer-disclaimer {
  background: rgba(255,255,255,0.02); border: 1px solid var(--border);
  border-radius: 5px; padding: 12px 14px; margin-top: 20px;
}
.lp-footer-disclaimer p { font-size: 10px; color: var(--muted); line-height: 1.6; }
.lp-footer-disclaimer strong { color: var(--text2); }

.lp-footer-col h4 { font-size: 14px; letter-spacing: 0.18em; text-transform: uppercase; color: var(--text2); margin-bottom: 16px; }
.lp-footer-col ul { list-style: none; }
.lp-footer-col ul li { margin-bottom: 10px; }
.lp-footer-col ul li a { font-size: 14px; color: var(--muted); text-decoration: none; transition: color 0.2s; }
.lp-footer-col ul li a:hover { color: var(--gold); }

.lp-footer-bottom {
  padding: 20px 0;
  display: flex; align-items: center; justify-content: space-between;
}
.lp-footer-bottom-left { font-size: 11px; color: var(--muted); }
.lp-footer-bottom-right { display: flex; gap: 20px; }
.lp-footer-bottom-right a { font-size: 11px; color: var(--muted); text-decoration: none; transition: color 0.2s; }
.lp-footer-bottom-right a:hover { color: var(--text2); }

/* ══════════════════════════════════════════════════════════════
   AUTH DRAWER (replaces inline auth section)
   ══════════════════════════════════════════════════════════════ */
.lp-drawer-backdrop {
  display: none;
  position: fixed; inset: 0; z-index: 200;
  background: rgba(0,0,0,0.65);
  backdrop-filter: blur(4px);
  -webkit-backdrop-filter: blur(4px);
  animation: lp-backdrop-in 0.2s ease both;
}
.lp-drawer-backdrop.open { display: block; }

@keyframes lp-backdrop-in {
  from { opacity: 0; } to { opacity: 1; }
}

.lp-drawer {
  position: fixed; top: 0; right: 0; bottom: 0; z-index: 201;
  width: 480px; max-width: 100vw;
  background: var(--ink2);
  border-left: 1px solid var(--border2);
  box-shadow: -24px 0 80px rgba(0,0,0,0.6);
  display: flex; flex-direction: column;
  transform: translateX(100%);
  transition: transform 0.3s cubic-bezier(0.4,0,0.2,1);
  overflow-y: auto;
}
.lp-drawer.open { transform: translateX(0); }

.lp-drawer-header {
  display: flex; align-items: center; justify-content: space-between;
  padding: 24px 36px 0;
  flex-shrink: 0;
}
.lp-drawer-logo {
  font-family: var(--font-d); font-size: 16px; font-weight: 300;
  letter-spacing: 0.16em; color: var(--text);
}
.lp-drawer-close {
  background: none; border: none; color: var(--muted);
  font-size: 22px; cursor: pointer; padding: 4px 8px;
  line-height: 1; transition: color 0.2s;
}
.lp-drawer-close:hover { color: var(--text); }

.lp-drawer-body { padding: 24px 36px 40px; flex: 1; }

/* ── News strip ─────────────────────────────────────────────── */
.lp-news-strip {
  background: var(--surface); border-top: 1px solid var(--border);
  padding: 12px 56px; display: flex; gap: 32px; overflow: hidden; flex-wrap: wrap;
}
.lp-news-item { font-size: 12px; color: var(--muted); }
.lp-news-item a { color: var(--muted); text-decoration: none; }
.lp-news-item a:hover { color: var(--gold); }
.lp-news-dot { color: var(--gold); margin-right: 8px; font-size: 8px; }

/* ── Animations ─────────────────────────────────────────────── */
@keyframes lp-fadeup {
  from { opacity: 0; transform: translateY(16px); }
  to   { opacity: 1; transform: translateY(0); }
}
.lp-hero-copy  { animation: lp-fadeup 0.7s ease both; }
.lp-hero-screen{ animation: lp-fadeup 0.7s 0.1s ease both; }

/* ══════════════════════════════════════════════════════════════
   FEATURE OVERVIEW GRID
   ══════════════════════════════════════════════════════════════ */
.lp-feat-intro { margin-bottom: 32px; }

.lp-feat-grid {
  display: grid; grid-template-columns: repeat(4, 1fr);
  gap: 1px; background: var(--border);
  border: 1px solid var(--border2); border-radius: 8px;
  overflow: hidden; margin-bottom: 80px;
}
.lp-feat-tile {
  background: var(--ink2); padding: 22px 20px;
  transition: background 0.2s;
}
.lp-feat-tile:hover { background: var(--surface); }
.lp-feat-tile-icon {
  font-size: 16px; margin-bottom: 10px; display: block;
  color: var(--gold); opacity: 0.75;
}
.lp-feat-tile-name {
  font-family: var(--font-d); font-size: 17px; font-weight: 300;
  color: var(--text); margin-bottom: 5px; line-height: 1.2;
}
.lp-feat-tile-desc { font-size: 11px; color: var(--text2); line-height: 1.55; }

/* ══════════════════════════════════════════════════════════════
   US EQUITY SCREEN
   ══════════════════════════════════════════════════════════════ */
.us-forex-strip {
  display: flex; align-items: baseline; gap: 8px;
  padding: 6px 0 10px; border-bottom: 1px solid var(--border); margin-bottom: 10px;
}
.us-forex-label {
  font-size: 8px; color: var(--muted); letter-spacing: 0.14em; text-transform: uppercase;
}
.us-forex-rate {
  font-family: var(--font-d); font-size: 15px; font-weight: 300; color: var(--gold);
}
.us-forex-src { font-size: 8px; color: var(--muted); flex: 1; }
.us-forex-total { font-size: 9px; color: var(--text2); }

.us-totals-strip {
  display: grid; grid-template-columns: repeat(4, 1fr);
  border-top: 1px solid var(--border); margin-top: 8px;
}
.us-total-cell {
  padding: 8px 6px; border-right: 1px solid var(--border); text-align: center;
}
.us-total-cell:last-child { border-right: none; }
.us-total-label {
  font-size: 7px; color: var(--muted); text-transform: uppercase;
  letter-spacing: 0.1em; margin-bottom: 3px;
}
.us-total-val { font-family: var(--font-d); font-size: 13px; font-weight: 300; color: var(--text); }

/* ══════════════════════════════════════════════════════════════
   AI INSIGHTS SCREEN
   ══════════════════════════════════════════════════════════════ */
.ai-insights-label {
  font-size: 8px; color: var(--gold); letter-spacing: 0.18em;
  text-transform: uppercase; margin-bottom: 10px;
}
.ai-insight-card {
  border-radius: 5px; padding: 10px 12px; margin-bottom: 8px;
  border-left: 3px solid;
}
.ai-warn { background: rgba(224,90,90,0.05); border-left-color: var(--red); }
.ai-good { background: rgba(46,194,126,0.05); border-left-color: var(--green); }
.ai-info { background: rgba(201,168,76,0.05); border-left-color: var(--gold); }

.ai-insight-badge {
  font-size: 7px; letter-spacing: 0.14em; text-transform: uppercase; margin-bottom: 4px;
}
.ai-badge-warn { color: var(--red); }
.ai-badge-good { color: var(--green); }
.ai-badge-info { color: var(--gold); }
.ai-insight-title { font-size: 11px; color: var(--text); margin-bottom: 4px; font-weight: 400; }
.ai-insight-body { font-size: 9px; color: var(--text2); line-height: 1.55; }

/* ══════════════════════════════════════════════════════════════
   OPPORTUNITY RADAR SCREEN
   ══════════════════════════════════════════════════════════════ */
.opp-cards {
  display: grid; grid-template-columns: 1fr 1fr; gap: 8px; margin-bottom: 10px;
}
.opp-card {
  background: var(--surface); border: 1px solid var(--border);
  border-radius: 5px; padding: 10px 12px;
}
.opp-tag {
  font-size: 7px; letter-spacing: 0.12em; text-transform: uppercase;
  display: inline-block; padding: 2px 6px; border-radius: 2px; margin-bottom: 5px;
}
.opp-ltcg { background: rgba(46,194,126,0.12); color: var(--green); }
.opp-discount { background: rgba(224,90,90,0.12); color: var(--red); }
.opp-name {
  font-size: 10px; color: var(--text); margin-bottom: 3px;
  white-space: nowrap; overflow: hidden; text-overflow: ellipsis;
}
.opp-detail { font-size: 8px; color: var(--muted); margin-bottom: 3px; }
.opp-detail strong { color: var(--text); }
.opp-save { font-size: 8px; color: var(--text2); }
.opp-save span { color: var(--gold); }

.opp-exemption {
  background: rgba(201,168,76,0.04); border: 1px solid rgba(201,168,76,0.12);
  border-radius: 5px; padding: 10px 12px;
}
.opp-ex-row { display: flex; justify-content: space-between; align-items: center; margin-bottom: 6px; }
.opp-ex-label { font-size: 8px; color: var(--muted); letter-spacing: 0.1em; text-transform: uppercase; }
.opp-ex-pct { font-family: var(--font-d); font-size: 14px; font-weight: 300; color: var(--gold); }
.opp-ex-bar-wrap { height: 4px; background: var(--surface2); border-radius: 2px; margin-bottom: 6px; }
.opp-ex-bar { height: 100%; background: var(--gold); border-radius: 2px; }
.opp-ex-nums { display: flex; justify-content: space-between; font-size: 8px; color: var(--muted); }

/* ══════════════════════════════════════════════════════════════
   TRUST SECTION — REDESIGN
   ══════════════════════════════════════════════════════════════ */
.lp-trust-hero {
  max-width: 600px; margin: 0 auto 52px; text-align: center;
}
.lp-trust-h2 {
  font-family: var(--font-d);
  font-size: clamp(36px, 3.2vw, 52px);
  font-weight: 300; color: var(--text); margin-bottom: 16px; line-height: 1.05;
}
.lp-trust-h2 em { font-style: italic; color: var(--gold); }
.lp-trust-lead {
  font-size: 15px; color: var(--text2); font-weight: 300; line-height: 1.7;
}

.lp-trust-grid6 {
  display: grid; grid-template-columns: repeat(3, 1fr);
  gap: 1px; background: var(--border);
  border: 1px solid var(--border2); border-radius: 8px;
  overflow: hidden; margin-bottom: 24px;
}
.lp-trust-card6 { background: var(--ink2); padding: 28px; }
.lp-trust-icon6 { font-size: 22px; margin-bottom: 12px; display: block; opacity: 0.8; }
.lp-trust-card6 h3 {
  font-family: var(--font-d); font-size: 19px; font-weight: 300;
  color: var(--text); margin-bottom: 8px;
}
.lp-trust-card6 p { font-size: 13px; color: var(--text2); line-height: 1.65; }

.lp-trust-callout {
  display: flex; align-items: flex-start; gap: 20px;
  background: rgba(201,168,76,0.04); border: 1px solid rgba(201,168,76,0.15);
  border-radius: 8px; padding: 24px 28px; margin-bottom: 48px;
}
.lp-trust-callout-icon { font-size: 22px; color: var(--gold); flex-shrink: 0; opacity: 0.8; }
.lp-trust-callout-title {
  font-family: var(--font-d); font-size: 18px; font-weight: 300;
  color: var(--text); margin-bottom: 6px;
}
.lp-trust-callout-body { font-size: 13px; color: var(--text2); line-height: 1.65; }

/* ══════════════════════════════════════════════════════════════
   SECTION 5 — PRICING
   ══════════════════════════════════════════════════════════════ */
.lp-pricing {
  padding: 80px 56px;
  border-bottom: 1px solid var(--border);
  background: linear-gradient(180deg, var(--ink) 0%, #0d0d10 100%);
}

.lp-pricing-hero { margin-bottom: 56px; }

.lp-pricing-cards {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
  max-width: 820px;
  margin: 0 auto;
}

.lp-plan-card {
  background: var(--ink2);
  border: 1px solid var(--border2);
  border-radius: 10px;
  padding: 36px 32px;
  display: flex;
  flex-direction: column;
  gap: 16px;
  position: relative;
}

.lp-plan-card--pro {
  background: var(--gold);
  border-color: var(--gold);
  box-shadow: 0 16px 48px rgba(201,168,76,0.25);
}

.lp-plan-badge {
  position: absolute;
  top: -12px; left: 50%;
  transform: translateX(-50%);
  background: var(--ink); color: var(--gold);
  border: 1px solid var(--gold-dim);
  border-radius: 20px;
  font-size: 10px; letter-spacing: 0.18em; text-transform: uppercase;
  padding: 3px 14px; white-space: nowrap;
}

.lp-plan-tag {
  font-size: 11px; letter-spacing: 0.22em; text-transform: uppercase;
  color: var(--gold); font-weight: 500;
}

.lp-plan-price {
  font-family: var(--font-d);
  font-size: 52px; font-weight: 300;
  line-height: 1; color: var(--text);
  display: flex; align-items: baseline; gap: 4px;
}
.lp-plan-card--pro .lp-plan-price { color: var(--ink); }

.lp-plan-currency { font-size: 28px; }

.lp-plan-period {
  font-family: var(--font-b);
  font-size: 14px; color: var(--text2); font-weight: 300;
}
.lp-plan-card--pro .lp-plan-period { color: rgba(10,10,12,0.55); }

.lp-plan-desc {
  font-size: 13px; color: var(--text2); line-height: 1.6;
}

.lp-plan-features {
  list-style: none;
  border-top: 1px solid var(--border);
  padding-top: 16px;
  display: flex; flex-direction: column; gap: 10px;
  flex: 1;
}
.lp-plan-features--pro { border-top-color: rgba(10,10,12,0.15); }

.lp-plan-features li {
  font-size: 13px; color: var(--text2);
  display: flex; align-items: center; gap: 10px;
}
.lp-plan-features--pro li { color: var(--ink); }

.lp-check--pro { color: var(--ink) !important; }

.lp-plan-early-access {
  font-size: 11px; letter-spacing: 0.1em; text-transform: uppercase;
  color: var(--ink); opacity: 0.6; text-align: center;
}

.lp-plan-pro-btn {
  background: var(--ink); color: var(--gold);
  border: none; border-radius: 5px;
  font-family: var(--font-b); font-size: 13px; font-weight: 500;
  letter-spacing: 0.1em; text-transform: uppercase;
  padding: 14px 28px; cursor: pointer;
  transition: background 0.2s, box-shadow 0.2s;
}
.lp-plan-pro-btn:hover {
  background: #0f0f14;
  box-shadow: 0 4px 16px rgba(0,0,0,0.3);
}

/* ── Responsive ─────────────────────────────────────────────── */
@media (max-width: 960px) {
  .lp-nav { padding: 0 24px; justify-content: space-around;}
  /* Hide secondary nav links on tablet/mobile — keep Login + CTA button */
  .lp-nav-link:not(.js-cta-login) { display: none; }
  /* Hero: single column on iPad, both copy and screen full width */
  .lp-hero { grid-template-columns: 1fr; min-height: auto; }
  .lp-hero-copy { border-right: none; border-bottom: 1px solid var(--border); padding: 56px 48px; }
  .hero-ctas { flex-wrap: nowrap !important; }
  .hero-ctas .btn-primary,
  .hero-ctas .btn-ghost { flex: 1; text-align: center; white-space: nowrap; padding: 14px 16px; }
  .lp-hero-screen { padding: 40px 48px; }
  .lp-tax { padding: 72px 24px; }
  .lp-tax-layout { grid-template-columns: 1fr; gap: 48px; }
  .lp-tax-layout .tax-screen { order: unset; }
  .lp-tax-layout .lp-tax-copy { order: unset; }
  .lp-artha { padding: 72px 24px; }
  .lp-artha-layout { grid-template-columns: 1fr; gap: 48px; }
  .lp-features { padding: 72px 24px; }
  .lp-feat-grid { grid-template-columns: repeat(2, 1fr); }
  .lp-feature-row { grid-template-columns: 1fr; gap: 40px; }
  .lp-feature-row.reverse .lp-fw-copy,
  .lp-feature-row.reverse .lp-fw-screen { order: unset; }
  .lp-trust { padding: 72px 24px; }
  .lp-trust-grid { grid-template-columns: 1fr; }
  .lp-trust-grid6 { grid-template-columns: 1fr; }
  .lp-trust-callout { flex-direction: column; gap: 12px; }
  .lp-auth-section { padding: 72px 24px; grid-template-columns: 1fr; }
.lp-news-strip { padding: 12px 24px; }
  .lp-nav-right {display: none;}
  .lp-pricing { padding: 72px 24px; }
  .lp-pricing-cards { grid-template-columns: 1fr; max-width: 420px; }
}

/* ── Phone only (≤640px) ─────────────────────────────────── */
@media (max-width: 640px) {
  .lp-hero-copy { padding: 48px 20px; }
  .lp-hero-screen { padding: 24px 20px; }
}
