/* =====================================================
   Apex Influence — Gold Lead Exchange
   Brand-matched dark theme + gold accent
   ===================================================== */

/* ---------- DARK THEME (default) ---------- */
:root,
:root[data-theme="dark"] {
  --bg: #0b0b0b;
  --bg-2: #131312;
  --bg-3: #1a1a18;
  --surface: #1c1c1a;
  --surface-2: #232320;
  --border: #2a2a26;
  --text: #f5f1e8;
  --text-dim: #b9b3a3;
  --text-mute: #7a7468;
  --gold: #d4af37;
  --gold-2: #f1d272;
  --gold-soft: rgba(212, 175, 55, 0.14);
  --red: #e35b5b;
  --green: #5dd39e;
  --amber: #f0a649;
  --radius: 14px;
  --shadow: 0 8px 30px rgba(0,0,0,0.45);
  --topnav-bg: rgba(11,11,11,0.92);
}

/* ---------- LIGHT THEME ---------- */
:root[data-theme="light"] {
  --bg: #faf7f0;
  --bg-2: #f1ece1;
  --bg-3: #e8e2d3;
  --surface: #ffffff;
  --surface-2: #f7f3e9;
  --border: #e0d9c6;
  --text: #1a1a18;
  --text-dim: #5a544a;
  --text-mute: #8a8473;
  --gold: #b8941f;
  --gold-2: #d4af37;
  --gold-soft: rgba(212, 175, 55, 0.18);
  --red: #d63b3b;
  --green: #2e9b6f;
  --amber: #e0902f;
  --shadow: 0 8px 24px rgba(90, 75, 30, 0.12);
  --topnav-bg: rgba(250,247,240,0.92);
}

/* Cards in light mode look cleaner with thin border, no inset shadow */
:root[data-theme="light"] .card-gold {
  background: linear-gradient(180deg, rgba(212,175,55,0.10), var(--surface));
}
:root[data-theme="light"] .btn { color: #1a1305; }
:root[data-theme="light"] input,
:root[data-theme="light"] select,
:root[data-theme="light"] textarea { background: #fff; }

* { box-sizing: border-box; }
html, body { margin: 0; padding: 0; }
body {
  background: var(--bg);
  color: var(--text);
  font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Helvetica, Arial, sans-serif;
  font-size: 16px;
  line-height: 1.55;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

a { color: var(--gold-2); text-decoration: none; }
a:hover { color: var(--gold); }

.wrap { max-width: 1180px; margin: 0 auto; padding: 0 22px; }
.page { padding: 40px 0 80px; min-height: calc(100vh - 70px - 280px); }

/* TOP NAV */
.topnav {
  position: sticky; top: 0; z-index: 100;
  background: var(--topnav-bg);
  backdrop-filter: saturate(160%) blur(10px);
  border-bottom: 1px solid var(--border);
}
.topnav .wrap {
  display: flex; align-items: center; justify-content: space-between;
  height: 70px;
}
.brand { display: flex; align-items: baseline; gap: 10px; color: var(--text); font-weight: 700; }
.brand-mark { font-size: 22px; letter-spacing: -0.3px; }
.brand-mark em { font-style: italic; color: var(--gold); font-family: 'Fraunces', serif; font-weight: 600; }
.brand-sub { font-size: 12px; color: var(--text-mute); letter-spacing: 0.4px; text-transform: uppercase; }
.nav-links { display: flex; gap: 6px; align-items: center; }
.nav-links a { color: var(--text-dim); padding: 8px 14px; border-radius: 8px; font-size: 14.5px; font-weight: 500; }
.nav-links a:hover { color: var(--text); background: var(--surface); }
.nav-links a.cta {
  background: var(--gold); color: #1a1305; font-weight: 700;
  padding: 9px 16px; border-radius: 999px;
}
.nav-links a.cta:hover { background: var(--gold-2); }
.nav-links a.ghost { border: 1px solid var(--border); }

/* LANGUAGE TOGGLE */
.lang-toggle {
  display: inline-flex; align-items: center; gap: 4px;
  margin-left: 10px; padding: 6px 12px;
  border: 1px solid var(--border); border-radius: 999px;
  font-size: 13px;
}
.lang-toggle a {
  color: var(--text-mute); padding: 2px 6px; font-weight: 600;
  text-decoration: none; transition: color 0.15s;
}
.lang-toggle a.active, .lang-toggle a:hover { color: var(--gold); }
.lang-sep { color: var(--text-mute); opacity: 0.4; }

/* INFOGRAPHIC */
.infog-section {
  padding: 50px 0 30px;
  background: linear-gradient(180deg, transparent, rgba(212,175,55,0.03), transparent);
}
.infog-flow {
  display: grid; gap: 14px; margin-top: 30px;
  grid-template-columns: 1fr;
}
.infog-step {
  display: grid; grid-template-columns: 60px 1fr;
  gap: 18px; align-items: start;
  background: var(--surface); border: 1px solid var(--border);
  border-radius: var(--radius); padding: 18px 22px;
  position: relative;
}
.infog-step::before {
  content: ''; position: absolute; left: 39px; top: 100%;
  width: 2px; height: 14px; background: var(--gold);
  opacity: 0.4;
}
.infog-step:last-child::before { display: none; }
.infog-num {
  width: 42px; height: 42px; border-radius: 50%;
  background: var(--gold); color: #1a1305;
  font-weight: 800; font-size: 18px;
  display: flex; align-items: center; justify-content: center;
  font-family: 'Fraunces', serif;
}
.infog-body h4 { margin: 0 0 4px; font-size: 16px; }
.infog-body p { margin: 0; color: var(--text-dim); font-size: 14px; }
.infog-note {
  display: inline-block; margin-top: 6px;
  font-size: 12px; padding: 2px 10px;
  background: rgba(212,175,55,0.12); color: var(--gold);
  border-radius: 999px; font-weight: 600;
}
.infog-step.payout { border-color: rgba(93,211,158,0.4); background: linear-gradient(180deg, rgba(93,211,158,0.06), var(--surface)); }
.infog-step.payout .infog-num { background: var(--green); color: #0b1f15; }
.infog-step.payout .infog-note { background: rgba(93,211,158,0.18); color: var(--green); }

/* Visual flow diagram (SVG container) */
.flow-diagram { margin: 30px 0; text-align: center; }
.flow-diagram svg { max-width: 100%; height: auto; }

/* TYPOGRAPHY */
h1, h2, h3, h4, h5 { font-weight: 700; letter-spacing: -0.6px; margin: 0 0 14px; }
h1 { font-size: 44px; line-height: 1.1; }
h2 { font-size: 30px; }
h3 { font-size: 22px; }
h4 { font-size: 17px; }
.serif-em { font-family: 'Fraunces', serif; font-style: italic; font-weight: 600; color: var(--gold); }
.lead { font-size: 18px; color: var(--text-dim); max-width: 700px; }
.muted { color: var(--text-dim); }
.small { font-size: 13px; }
.mono { font-family: ui-monospace, 'SF Mono', Menlo, monospace; }

/* CARDS */
.card {
  background: var(--surface);
  border: 1px solid var(--border);
  border-radius: var(--radius);
  padding: 26px;
  box-shadow: var(--shadow);
}
.card + .card { margin-top: 18px; }
.card-tight { padding: 18px; }
.card h2, .card h3 { margin-top: 0; }
.card-gold { border-color: rgba(212, 175, 55, 0.4); background: linear-gradient(180deg, rgba(212,175,55,0.07), var(--surface)); }

.grid { display: grid; gap: 18px; }
.grid-2 { grid-template-columns: repeat(2, 1fr); }
.grid-3 { grid-template-columns: repeat(3, 1fr); }
.grid-4 { grid-template-columns: repeat(4, 1fr); }
@media (max-width: 800px) {
  .grid-2, .grid-3, .grid-4 { grid-template-columns: 1fr; }
  h1 { font-size: 32px; }
  h2 { font-size: 24px; }
  .topnav .wrap { height: 60px; }
  .brand-sub { display: none; }
  .nav-links a { padding: 7px 10px; font-size: 13.5px; }
}

/* HERO */
.hero {
  padding: 80px 0 60px;
  background:
    radial-gradient(900px 400px at 80% -10%, var(--gold-soft), transparent 60%),
    radial-gradient(700px 400px at 0% 20%, rgba(212,175,55,0.06), transparent 60%);
  border-bottom: 1px solid var(--border);
}
.eyebrow {
  display: inline-block; font-size: 12px; letter-spacing: 1.6px; text-transform: uppercase;
  color: var(--gold); padding: 6px 12px; border: 1px solid rgba(212,175,55,0.35);
  border-radius: 999px; margin-bottom: 22px; font-weight: 600;
}
.hero h1 { font-size: 56px; max-width: 920px; }
.hero .lead { font-size: 19px; margin-top: 14px; max-width: 720px; }
.hero .cta-row { display: flex; gap: 14px; margin-top: 30px; flex-wrap: wrap; }
@media (max-width: 600px) { .hero h1 { font-size: 34px; } .hero { padding: 50px 0 40px; } }

/* BUTTONS */
.btn {
  display: inline-flex; align-items: center; gap: 8px;
  background: var(--gold); color: #1a1305;
  padding: 13px 22px; border-radius: 999px; border: none;
  font-weight: 700; font-size: 15px; cursor: pointer;
  transition: all 0.15s ease;
  text-decoration: none;
}
.btn:hover { background: var(--gold-2); transform: translateY(-1px); color: #1a1305; }
.btn-ghost {
  background: transparent; color: var(--text);
  border: 1px solid var(--border);
}
.btn-ghost:hover { background: var(--surface); color: var(--text); }
.btn-block { width: 100%; justify-content: center; }
.btn-sm { padding: 8px 14px; font-size: 13.5px; }
.btn-danger { background: var(--red); color: #fff; }
.btn-danger:hover { background: #f06b6b; color: #fff; }
.btn-success { background: var(--green); color: #0b1f15; }

/* FORMS */
.form-row { margin-bottom: 18px; }
.form-row label {
  display: block; font-size: 13.5px; font-weight: 600; margin-bottom: 7px;
  color: var(--text-dim); letter-spacing: 0.2px;
}
.form-row .hint { display: block; font-size: 12.5px; color: var(--text-mute); margin-top: 5px; }
input[type=text], input[type=email], input[type=password], input[type=tel],
input[type=number], input[type=file], input[type=date], select, textarea {
  width: 100%;
  background: var(--bg-2);
  border: 1px solid var(--border);
  color: var(--text);
  padding: 12px 14px;
  border-radius: 10px;
  font-size: 15px;
  font-family: inherit;
  transition: border 0.15s;
}
input:focus, select:focus, textarea:focus {
  outline: none; border-color: var(--gold);
  box-shadow: 0 0 0 3px rgba(212,175,55,0.15);
}
textarea { min-height: 100px; resize: vertical; }

.form-grid { display: grid; gap: 16px; grid-template-columns: 1fr 1fr; }
@media (max-width: 700px) { .form-grid { grid-template-columns: 1fr; } }

/* FLASH MESSAGES */
.flash {
  padding: 13px 18px; border-radius: 10px; margin-bottom: 18px;
  border: 1px solid; font-size: 14.5px;
}
.flash-success { background: rgba(93,211,158,0.10); border-color: rgba(93,211,158,0.4); color: var(--green); }
.flash-error   { background: rgba(227,91,91,0.10);  border-color: rgba(227,91,91,0.4);  color: var(--red); }
.flash-warning { background: rgba(240,166,73,0.10); border-color: rgba(240,166,73,0.4); color: var(--amber); }
.flash-info    { background: rgba(212,175,55,0.10); border-color: rgba(212,175,55,0.4); color: var(--gold-2); }

/* TABLES */
table.tbl {
  width: 100%; border-collapse: collapse; font-size: 14.5px;
}
.tbl th, .tbl td { padding: 13px 12px; border-bottom: 1px solid var(--border); text-align: left; }
.tbl th { color: var(--text-mute); font-weight: 600; font-size: 12px; letter-spacing: 0.6px; text-transform: uppercase; }
.tbl tr:hover td { background: var(--bg-2); }

/* BADGES */
.badge {
  display: inline-block; font-size: 11.5px; padding: 3px 10px; border-radius: 999px;
  text-transform: uppercase; letter-spacing: 0.5px; font-weight: 700;
}
.badge-open    { background: rgba(212,175,55,0.18);  color: var(--gold); }
.badge-hot     { background: rgba(227,91,91,0.18);   color: var(--red); }
.badge-sold    { background: rgba(122,116,104,0.25); color: var(--text-mute); }
.badge-pending { background: rgba(240,166,73,0.18);  color: var(--amber); }
.badge-verified, .badge-paid, .badge-approved { background: rgba(93,211,158,0.18); color: var(--green); }
.badge-rejected, .badge-expired { background: rgba(227,91,91,0.18); color: var(--red); }

/* LEAD CARD */
.lead-card {
  background: var(--surface); border: 1px solid var(--border); border-radius: var(--radius);
  padding: 22px; transition: transform 0.15s, border-color 0.15s;
}
.lead-card:hover { transform: translateY(-2px); border-color: rgba(212,175,55,0.4); }
.lead-card h3 { margin: 0 0 6px; font-size: 18px; }
.lead-card .meta {
  display: flex; flex-wrap: wrap; gap: 10px; font-size: 13px; color: var(--text-dim); margin-top: 10px;
}
.lead-card .price {
  font-size: 26px; color: var(--gold); font-weight: 700; margin-top: 14px;
}
.lead-card .price small { font-size: 12px; color: var(--text-mute); font-weight: 500; }
.lead-card hr { border: none; border-top: 1px solid var(--border); margin: 14px 0; }
.lead-card .lead-foot { display: flex; justify-content: space-between; align-items: center; gap: 10px; }

/* KEY-VALUE LIST */
.kv { display: grid; grid-template-columns: 160px 1fr; gap: 8px 18px; font-size: 14.5px; }
.kv dt { color: var(--text-mute); font-size: 13px; }
.kv dd { margin: 0; color: var(--text); }
@media (max-width: 600px) { .kv { grid-template-columns: 1fr; } .kv dt { margin-top: 8px; } }

/* STATS */
.stats { display: grid; grid-template-columns: repeat(4,1fr); gap: 14px; }
.stat {
  background: var(--surface); border: 1px solid var(--border);
  padding: 18px; border-radius: var(--radius);
}
.stat .n { font-size: 28px; font-weight: 700; color: var(--gold); margin: 0; }
.stat .l { font-size: 12.5px; color: var(--text-mute); text-transform: uppercase; letter-spacing: 0.6px; margin: 4px 0 0; }
@media (max-width: 700px) { .stats { grid-template-columns: repeat(2,1fr); } }

/* FOOTER */
.site-footer {
  background: var(--bg-2); border-top: 1px solid var(--border);
  padding: 50px 0 30px; color: var(--text-dim); font-size: 14px;
}
.foot-grid { display: grid; grid-template-columns: 2fr 1fr 1fr 1fr; gap: 30px; }
.foot-grid h5 { font-size: 12px; text-transform: uppercase; letter-spacing: 1px; color: var(--text-mute); margin: 0 0 14px; }
.foot-grid a { display: block; color: var(--text-dim); padding: 4px 0; }
.foot-grid a:hover { color: var(--gold-2); }
.foot-brand { font-size: 22px; font-weight: 700; margin-bottom: 8px; }
.foot-brand em { color: var(--gold); font-family: 'Fraunces', serif; font-weight: 600; }
@media (max-width: 800px) { .foot-grid { grid-template-columns: 1fr 1fr; } }

/* UTILITIES */
.mt-0 { margin-top: 0; } .mt-10 { margin-top: 10px; } .mt-20 { margin-top: 20px; } .mt-30 { margin-top: 30px; }
.mb-0 { margin-bottom: 0; } .mb-10 { margin-bottom: 10px; } .mb-20 { margin-bottom: 20px; }
.text-center { text-align: center; }
.text-gold { color: var(--gold); }
.text-red { color: var(--red); }
.text-green { color: var(--green); }
.row { display: flex; gap: 12px; align-items: center; flex-wrap: wrap; }
.row-between { display: flex; justify-content: space-between; align-items: center; gap: 12px; flex-wrap: wrap; }
.pill { padding: 4px 10px; border-radius: 999px; background: var(--surface-2); font-size: 12px; color: var(--text-dim); }

/* PAYMENT SCREEN */
.pay-box {
  background: linear-gradient(180deg, rgba(212,175,55,0.08), var(--surface));
  border: 1px solid rgba(212,175,55,0.4);
  padding: 30px; border-radius: var(--radius); text-align: center;
}
.pay-amount { font-size: 48px; font-weight: 800; color: var(--gold); margin: 10px 0; }
.upi-box {
  background: var(--bg); border: 1px dashed var(--border);
  padding: 16px; border-radius: 10px; margin: 16px 0;
  font-family: ui-monospace, monospace; font-size: 16px; color: var(--gold-2);
  word-break: break-all;
}

/* ADMIN SIDE NAV */
.admin-shell { display: grid; grid-template-columns: 240px 1fr; min-height: 100vh; }
.admin-side { background: var(--bg-2); border-right: 1px solid var(--border); padding: 22px 14px; }
.admin-side a { display: block; padding: 10px 14px; border-radius: 8px; color: var(--text-dim); margin-bottom: 2px; font-size: 14.5px; }
.admin-side a:hover, .admin-side a.active { background: var(--surface); color: var(--gold); }
.admin-content { padding: 30px 36px; }
@media (max-width: 800px) {
  .admin-shell { grid-template-columns: 1fr; }
  .admin-side { display: flex; overflow-x: auto; gap: 6px; padding: 12px; }
  .admin-side a { white-space: nowrap; margin: 0; }
}

/* ====================================================
   THEME TOGGLE BUTTON
   ==================================================== */
.theme-toggle {
  background: transparent;
  border: 1px solid var(--border);
  color: var(--text-dim);
  width: 36px; height: 36px;
  border-radius: 50%;
  cursor: pointer;
  display: inline-flex; align-items: center; justify-content: center;
  margin-left: 8px;
  transition: all 0.2s ease;
  font-size: 16px;
  padding: 0;
}
.theme-toggle:hover {
  color: var(--gold);
  border-color: var(--gold);
  transform: rotate(15deg);
}
.theme-toggle .theme-icon-light { display: none; }
.theme-toggle .theme-icon-dark  { display: inline; }
:root[data-theme="light"] .theme-toggle .theme-icon-light { display: inline; }
:root[data-theme="light"] .theme-toggle .theme-icon-dark  { display: none; }

/* ====================================================
   POST-PAYMENT SUPPORT CARD (call + WhatsApp)
   Only rendered server-side when payment verified.
   ==================================================== */
.support-card {
  background: linear-gradient(135deg, rgba(212,175,55,0.10), rgba(93,211,158,0.06));
  border: 1px solid rgba(212,175,55,0.4);
  border-radius: var(--radius);
  padding: 22px 26px;
  margin-top: 18px;
  display: grid; grid-template-columns: 1fr auto; gap: 24px; align-items: center;
}
.support-card .support-text h4 {
  margin: 0 0 6px; font-size: 16px; color: var(--gold);
  display: flex; align-items: center; gap: 8px;
}
.support-card .support-text p {
  margin: 0; font-size: 14px; color: var(--text-dim);
}
.support-card .support-actions {
  display: flex; gap: 10px; flex-wrap: wrap;
}
.support-btn {
  display: inline-flex; align-items: center; gap: 8px;
  padding: 11px 18px; border-radius: 999px;
  font-size: 14px; font-weight: 700;
  text-decoration: none; transition: transform 0.15s;
}
.support-btn:hover { transform: translateY(-1px); }
.support-btn.call { background: var(--gold); color: #1a1305; }
.support-btn.call:hover { background: var(--gold-2); color: #1a1305; }
.support-btn.wa { background: #25d366; color: #fff; }
.support-btn.wa:hover { background: #2ee578; color: #fff; }
@media (max-width: 640px) {
  .support-card { grid-template-columns: 1fr; }
  .support-actions { width: 100%; }
  .support-btn { flex: 1; justify-content: center; }
}

/* =========== AUDIO DECK (30-sec explainers) =========== */
.audio-section { margin-top: 60px; }
.audio-section h2 { margin-bottom: 6px; }
.audio-deck {
  display: grid; grid-template-columns: 1fr 1fr;
  gap: 18px; margin-top: 24px;
}
.audio-card {
  background: linear-gradient(135deg, var(--surface) 0%, var(--surface-2) 100%);
  border: 1px solid var(--border);
  border-radius: var(--radius);
  padding: 24px;
  display: flex; flex-direction: column; gap: 18px;
  position: relative; overflow: hidden;
}
.audio-card::before {
  content: ''; position: absolute; top: 0; right: 0;
  width: 120px; height: 120px;
  background: radial-gradient(circle at top right, var(--gold-soft), transparent 70%);
  pointer-events: none;
}
.audio-card-head { position: relative; z-index: 1; }
.audio-card-tag {
  display: inline-block;
  font-size: 11px; font-weight: 700; letter-spacing: 1.5px;
  color: var(--gold); background: var(--gold-soft);
  padding: 4px 10px; border-radius: 999px;
  margin-bottom: 12px;
}
.audio-card-head h3 { margin: 0 0 8px; font-size: 19px; line-height: 1.3; }
.audio-card-head p { margin: 0; font-size: 14px; color: var(--text-dim); }
.audio-card-player {
  display: flex; flex-direction: column; gap: 12px;
  position: relative; z-index: 1;
}
.audio-lang-toggle {
  display: inline-flex; gap: 2px;
  background: var(--bg-2); border: 1px solid var(--border);
  border-radius: 999px; padding: 3px; align-self: flex-start;
}
.audio-lang-btn {
  background: transparent; border: 0; cursor: pointer;
  color: var(--text-dim); font-size: 13px; font-weight: 600;
  padding: 6px 14px; border-radius: 999px;
  transition: all 0.15s; font-family: inherit;
}
.audio-lang-btn:hover { color: var(--text); }
.audio-lang-btn.active {
  background: var(--gold); color: #1a1305;
}
.audio-play-row {
  display: flex; align-items: center; gap: 14px;
}
.audio-play-btn {
  background: var(--gold); color: #1a1305;
  border: 0; cursor: pointer;
  width: 52px; height: 52px; border-radius: 50%;
  font-size: 18px; font-weight: 700;
  display: inline-flex; align-items: center; justify-content: center;
  transition: all 0.15s; flex-shrink: 0;
  box-shadow: 0 4px 14px rgba(212, 175, 55, 0.35);
}
.audio-play-btn:hover { background: var(--gold-2); transform: scale(1.05); }
.audio-play-btn.playing { background: var(--green); color: #0b1f15; box-shadow: 0 4px 14px rgba(93, 211, 158, 0.35); }
.audio-progress-wrap { flex: 1; }
.audio-progress {
  height: 6px; background: var(--bg-2); border-radius: 999px;
  overflow: hidden; cursor: pointer; position: relative;
}
.audio-progress-fill {
  height: 100%; width: 0%; background: var(--gold);
  border-radius: 999px; transition: width 0.1s linear;
}
.audio-play-btn.playing ~ .audio-progress-wrap .audio-progress-fill { background: var(--green); }
.audio-time {
  font-family: 'JetBrains Mono', ui-monospace, monospace;
  font-size: 11px; color: var(--text-mute);
  margin-top: 4px;
}
@media (max-width: 720px) {
  .audio-deck { grid-template-columns: 1fr; }
}

/* ======================================================
   LOW-LITERACY UX PATTERNS (v2)
   For Kannada-first gold buyer audience (uneducated / 12th pass).
   Bigger tap targets, fewer choices, big numbers, visual story.
   ====================================================== */

/* ----- NAV: bigger tap targets, mobile hamburger, prominent CTAs ----- */
.brand-mark em { color: var(--gold); }
.nav-burger {
  display: none;
  width: 44px; height: 44px;
  background: transparent; border: 1px solid var(--border);
  border-radius: 10px; cursor: pointer; padding: 0;
  flex-direction: column; gap: 5px;
  align-items: center; justify-content: center;
}
.nav-burger span {
  display: block; width: 22px; height: 2px; background: var(--text);
  border-radius: 2px; transition: transform 0.2s, opacity 0.2s;
}
.nav-burger.open span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
.nav-burger.open span:nth-child(2) { opacity: 0; }
.nav-burger.open span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }

.nav-link {
  display: inline-flex; align-items: center;
  color: var(--text-dim); padding: 11px 16px; border-radius: 10px;
  font-size: 15px; font-weight: 600; min-height: 44px;
  transition: all 0.15s;
}
.nav-link:hover { color: var(--text); background: var(--surface); }
.nav-link-ghost { border: 1px solid var(--border); }
.nav-cta-big {
  background: var(--gold); color: #1a1305 !important;
  padding: 12px 22px; border-radius: 999px;
  font-weight: 800; font-size: 15px;
  box-shadow: 0 3px 12px rgba(212,175,55,0.35);
}
.nav-cta-big:hover { background: var(--gold-2) !important; color: #1a1305 !important; transform: translateY(-1px); }

.nav-controls {
  display: inline-flex; gap: 10px; align-items: center; margin-left: 8px;
}
.lang-toggle-big {
  display: inline-flex; gap: 2px;
  background: var(--bg-2); border: 1px solid var(--border);
  border-radius: 999px; padding: 3px;
}
.lang-pill {
  display: inline-flex; align-items: center;
  padding: 7px 13px; border-radius: 999px;
  color: var(--text-dim); font-size: 13px; font-weight: 700;
  text-decoration: none; min-height: 30px;
}
.lang-pill:hover { color: var(--text); }
.lang-pill.active { background: var(--gold); color: #1a1305; }

.theme-toggle-big {
  background: transparent;
  border: 1px solid var(--border);
  color: var(--text-dim);
  height: 38px; padding: 0 14px;
  border-radius: 999px;
  cursor: pointer;
  display: inline-flex; align-items: center; gap: 8px;
  font-size: 14px; font-weight: 600;
  transition: all 0.2s ease;
}
.theme-toggle-big:hover {
  color: var(--gold); border-color: var(--gold);
}
.theme-toggle-big .theme-icon-light { display: none; }
.theme-toggle-big .theme-icon-dark  { display: inline; }
:root[data-theme="light"] .theme-toggle-big .theme-icon-light { display: inline; }
:root[data-theme="light"] .theme-toggle-big .theme-icon-dark  { display: none; }

@media (max-width: 900px) {
  .nav-burger { display: inline-flex; }
  .nav-links {
    position: fixed; top: 70px; left: 0; right: 0; bottom: 0;
    background: var(--bg); border-top: 1px solid var(--border);
    flex-direction: column; align-items: stretch; gap: 4px;
    padding: 18px; z-index: 99;
    transform: translateX(100%); transition: transform 0.25s;
    overflow-y: auto;
  }
  .nav-links.nav-open { transform: translateX(0); }
  .nav-link, .nav-cta-big {
    width: 100%; justify-content: center;
    padding: 18px 20px; font-size: 17px;
    border-radius: 12px;
  }
  .nav-controls {
    margin-left: 0; margin-top: 12px;
    flex-direction: column; gap: 12px; align-items: stretch;
  }
  .lang-toggle-big { justify-content: center; }
  .lang-pill { flex: 1; justify-content: center; padding: 10px; font-size: 15px; }
  .theme-toggle-big { height: 50px; justify-content: center; font-size: 15px; }
}

/* ----- HERO v2: big visual money story ----- */
.hero-v2 { padding: 60px 0 50px; }
.eyebrow-big {
  font-size: 13px; padding: 8px 16px;
  background: var(--gold-soft); border-color: var(--gold);
  color: var(--gold);
}
.hero-h1-big {
  font-size: 48px; line-height: 1.15;
  font-weight: 800; max-width: 900px;
  margin-bottom: 24px;
}
@media (max-width: 720px) { .hero-h1-big { font-size: 30px; line-height: 1.2; } }

.money-story {
  display: grid;
  grid-template-columns: 1fr auto 1fr auto 1fr;
  gap: 12px; align-items: center;
  margin: 32px 0 28px;
  padding: 20px;
  background: var(--surface);
  border: 1px solid var(--border);
  border-radius: var(--radius);
}
.money-step {
  display: flex; flex-direction: column; align-items: center;
  gap: 10px; padding: 14px; text-align: center;
}
.money-step-win {
  background: linear-gradient(135deg, rgba(93,211,158,0.10), rgba(212,175,55,0.10));
  border: 1px solid rgba(93,211,158,0.35);
  border-radius: 12px;
}
.money-icon {
  font-size: 44px; line-height: 1;
  filter: drop-shadow(0 4px 12px rgba(0,0,0,0.15));
}
.money-step-text strong {
  display: block; font-size: 19px; font-weight: 800;
  color: var(--text); margin-bottom: 2px;
}
.money-step-text span {
  font-size: 13px; color: var(--text-dim);
}
.money-step-win .money-step-text strong {
  font-size: 28px; color: var(--green);
  font-family: 'Fraunces', 'Inter', serif;
}
.money-arrow {
  font-size: 32px; color: var(--gold);
  font-weight: 700; opacity: 0.6;
}
@media (max-width: 720px) {
  .money-story {
    grid-template-columns: 1fr; gap: 8px;
    padding: 16px;
  }
  .money-arrow { transform: rotate(90deg); font-size: 24px; }
  .money-icon { font-size: 38px; }
  .money-step-text strong { font-size: 17px; }
  .money-step-win .money-step-text strong { font-size: 26px; }
}

.hero-cta-row {
  display: flex; gap: 14px; margin-top: 8px;
  flex-wrap: wrap;
}
.btn-jumbo {
  padding: 18px 32px; font-size: 18px;
  border-radius: 999px; font-weight: 800;
  min-height: 60px;
  box-shadow: 0 6px 24px rgba(212,175,55,0.45);
}
.btn-jumbo:hover { box-shadow: 0 8px 28px rgba(212,175,55,0.55); }
.btn-jumbo .btn-arrow { font-size: 22px; transition: transform 0.15s; }
.btn-jumbo:hover .btn-arrow { transform: translateX(4px); }
.btn-big-ghost {
  padding: 18px 28px; font-size: 16px; min-height: 60px;
}
@media (max-width: 480px) {
  .btn-jumbo { width: 100%; justify-content: center; font-size: 17px; padding: 16px 24px; }
  .btn-big-ghost { width: 100%; justify-content: center; }
}

/* ----- TRUST BAR (green checkmarks) ----- */
.trust-bar {
  display: flex; gap: 18px; flex-wrap: wrap;
  margin-top: 28px; padding-top: 24px;
  border-top: 1px solid var(--border);
}
.trust-item {
  display: inline-flex; align-items: center; gap: 8px;
  font-size: 14px; color: var(--text-dim); font-weight: 500;
}
.trust-check {
  display: inline-flex; align-items: center; justify-content: center;
  width: 22px; height: 22px; border-radius: 50%;
  background: var(--green); color: #0b1f15;
  font-weight: 800; font-size: 13px;
}

/* ----- AUDIO SECTION PROMINENT ----- */
.audio-section-prominent {
  padding: 30px 22px; margin-top: 30px;
  background: linear-gradient(180deg, var(--gold-soft), transparent 60%);
  border-radius: var(--radius);
}
.audio-section-head { text-align: center; margin-bottom: 20px; }
.audio-section-head h2 { margin-bottom: 6px; font-size: 32px; }
.audio-section-head .lead { max-width: 600px; margin-left: auto; margin-right: auto; }
@media (max-width: 720px) { .audio-section-head h2 { font-size: 24px; } }

/* ----- MONEY MATH RECEIPT CARD (PhonePe-style) ----- */
.money-receipt {
  max-width: 480px; margin: 24px auto 0;
  background: var(--surface);
  border: 2px solid var(--gold);
  border-radius: 16px;
  padding: 28px 26px;
  box-shadow: 0 12px 40px rgba(0,0,0,0.18);
  position: relative;
}
.money-receipt::before, .money-receipt::after {
  content: ''; position: absolute; top: 50%;
  width: 24px; height: 24px;
  background: var(--bg); border-radius: 50%;
  border: 2px solid var(--gold);
  transform: translateY(-50%);
}
.money-receipt::before { left: -14px; }
.money-receipt::after  { right: -14px; }
.receipt-row {
  display: flex; justify-content: space-between; align-items: center;
  padding: 10px 0; font-size: 16px;
}
.receipt-label { color: var(--text); }
.receipt-amount {
  font-family: 'Fraunces', 'Inter', serif;
  font-weight: 700; font-size: 22px; color: var(--text);
}
.receipt-amount-gold { color: var(--gold); }
.receipt-deduct .receipt-amount { color: var(--red); }
.receipt-divider {
  border: none; border-top: 2px dashed var(--border);
  margin: 12px 0;
}
.receipt-final { padding: 14px 0 4px; }
.receipt-final .receipt-label { font-size: 17px; }
.receipt-amount-big {
  font-size: 42px; color: var(--green) !important;
  font-weight: 800; font-family: 'Fraunces', 'Inter', serif;
}
.receipt-footnote {
  text-align: center; margin-top: 18px;
  padding: 10px 16px; background: var(--gold-soft);
  color: var(--gold); border-radius: 999px;
  font-size: 13px; font-weight: 600;
}

/* ----- STATS JUMBO (numbers feel big) ----- */
.stats-jumbo .stat .n { font-size: 40px; }
.stats-jumbo .stat .l { font-size: 13px; margin-top: 8px; }
@media (max-width: 720px) { .stats-jumbo .stat .n { font-size: 32px; } }

/* ----- FINAL CTA ----- */
.final-cta {
  padding: 50px 22px;
  background: linear-gradient(180deg, transparent, var(--gold-soft));
  border-radius: var(--radius);
  margin-bottom: 30px;
}

/* ----- STICKY BOTTOM CTA (Flipkart pattern) ----- */
.sticky-bottom-cta {
  position: fixed; bottom: 0; left: 0; right: 0; z-index: 90;
  background: var(--surface);
  border-top: 2px solid var(--gold);
  box-shadow: 0 -8px 30px rgba(0,0,0,0.20);
  padding: 12px 16px;
  padding-bottom: calc(12px + env(safe-area-inset-bottom));
}
.sticky-cta-inner {
  max-width: 1180px; margin: 0 auto;
  display: flex; justify-content: space-between; align-items: center;
  gap: 16px;
}
.sticky-cta-text {
  display: flex; flex-direction: column; gap: 2px;
  min-width: 0; flex: 1;
}
.sticky-cta-text strong {
  font-size: 15px; color: var(--text); font-weight: 700;
  white-space: nowrap; overflow: hidden; text-overflow: ellipsis;
}
.sticky-cta-text span {
  font-size: 13px; color: var(--text-dim);
  white-space: nowrap; overflow: hidden; text-overflow: ellipsis;
}
.sticky-cta-btn {
  background: var(--gold); color: #1a1305 !important;
  padding: 14px 22px; border-radius: 999px;
  font-weight: 800; font-size: 15px;
  text-decoration: none; white-space: nowrap;
  box-shadow: 0 4px 14px rgba(212,175,55,0.40);
  min-height: 48px; display: inline-flex; align-items: center;
  transition: all 0.15s;
}
.sticky-cta-btn:hover { background: var(--gold-2); transform: translateY(-1px); color: #1a1305 !important; }

/* Push page content above sticky bar so it's not hidden */
body { padding-bottom: 80px; }
@media (max-width: 480px) {
  .sticky-cta-text strong { font-size: 13px; }
  .sticky-cta-text span { font-size: 11px; }
  .sticky-cta-btn { padding: 12px 16px; font-size: 13.5px; }
}

/* ----- FORM INPUTS — bigger for low-literacy ----- */
input[type=text], input[type=email], input[type=password], input[type=tel],
input[type=number], input[type=file], input[type=date], select, textarea {
  padding: 15px 16px; font-size: 16px; border-radius: 12px;
  min-height: 52px;
}
.form-row label { font-size: 14.5px; }
.btn { min-height: 48px; }
.btn-block { padding: 16px 22px; font-size: 16px; }

/* ----- TIGHTER WHITESPACE on hero in mobile ----- */
@media (max-width: 600px) {
  .hero-v2 { padding: 40px 0 32px; }
  .trust-bar { gap: 12px; padding-top: 18px; margin-top: 20px; }
  .trust-item { font-size: 13px; }
}

