/* ═══════════════════════════════════════════════
   FLENBOX — PAGES.CSS
   Page-specific styles
   index.html · investors.html · rbi.html
═══════════════════════════════════════════════ */

/* ══════════════════════════════════════════════
   INDEX — HERO
══════════════════════════════════════════════ */
#hero {
  position: relative; min-height: 100vh;
  display: flex; flex-direction: column;
  align-items: center; justify-content: center;
  text-align: center;
  padding: calc(var(--nav-h) + 30px + 5rem) 1.5rem 5rem;
  overflow: hidden;
}

.hero-video-wrap {
  position: absolute; inset: 0; z-index: 0; overflow: hidden;
}

.hero-video-wrap img {
  position: absolute; inset: 0;
  width: 100%; height: 100%;
  object-fit: cover; object-position: center center;
  opacity: 0.55;
}

.hero-overlay {
  position: absolute; inset: 0; z-index: 1;
  background: linear-gradient(
    to bottom,
    rgba(6,6,6,0.15) 0%,
    rgba(6,6,6,0.05) 35%,
    rgba(6,6,6,0.05) 55%,
    rgba(6,6,6,0.55) 80%,
    rgba(6,6,6,0.97) 100%
  );
}

.hero-content {
  position: relative; z-index: 2;
  display: flex; flex-direction: column;
  align-items: center;
}

/* Yantra ring */
.yantra-ring {
  position: absolute;
  width: 520px; height: 520px;
  top: 50%; left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1; opacity: 0.06;
  animation: rotateslow 60s linear infinite;
  pointer-events: none;
}

/* Hero badge */
.hero-badge {
  display: inline-flex; align-items: center; gap: 0.5rem;
  border: 1px solid var(--border); border-radius: 100px;
  padding: 0.3rem 1rem; font-size: 0.7rem; font-weight: 500;
  letter-spacing: 0.12em; text-transform: uppercase;
  color: var(--gold); margin-bottom: 2rem;
  animation: fadeUp 1s 0.1s both;
}

/* FLENBOX acronym */
.hero-acronym {
  display: flex; gap: 1.5rem; justify-content: center;
  flex-wrap: wrap; margin-bottom: 1.8rem;
  animation: fadeUp 1s 0.15s both;
}

.acr-item { text-align: center; }

.acr-letter {
  font-family: 'Syne', sans-serif; font-size: 1.4rem;
  font-weight: 800; color: var(--gold-light); line-height: 1;
  display: block;
}

.acr-word {
  font-size: 0.55rem; letter-spacing: 0.1em;
  text-transform: uppercase; color: var(--text-dim);
  font-weight: 600; display: block; margin-top: 0.2rem;
}

/* Hero title */
.hero-title {
  font-family: 'Syne', sans-serif;
  font-size: clamp(3.2rem, 9vw, 7.5rem);
  font-weight: 800; line-height: 0.95;
  letter-spacing: -0.03em; margin-bottom: 0.5rem;
  animation: fadeUp 1s 0.2s both;
}

.hero-title .gold { color: var(--gold-light); }

.hero-sub {
  font-size: clamp(0.9rem, 2vw, 1.1rem);
  color: var(--text-muted); font-weight: 300;
  max-width: 520px; margin: 0 auto 2.5rem;
  line-height: 1.7;
  animation: fadeUp 1s 0.3s both;
}

/* Hero inline form */
.hero-form-wrap {
  width: 100%; max-width: 480px;
  animation: fadeUp 1s 0.4s both;
}

.hero-form {
  display: flex; gap: 0;
  border: 1px solid var(--border);
}

.hero-form input {
  flex: 1; background: rgba(6,6,6,0.8);
  border: none; color: var(--text);
  padding: 0.85rem 1rem; font-size: 0.88rem;
  font-family: 'DM Sans', sans-serif; outline: none;
}

.hero-form input::placeholder { color: var(--text-dim); }

.hero-form button {
  background: var(--gold); color: var(--dark);
  border: none; padding: 0.85rem 1.2rem;
  font-family: 'Syne', sans-serif; font-weight: 800;
  font-size: 0.78rem; letter-spacing: 0.08em;
  text-transform: uppercase; cursor: pointer;
  transition: background 0.2s; white-space: nowrap;
}

.hero-form button:hover { background: var(--gold-bright); }

/* Hero counter */
.hero-counter {
  font-size: 0.72rem; color: var(--text-dim);
  margin-top: 0.8rem; letter-spacing: 0.05em;
  animation: fadeUp 1s 0.5s both;
}

.hero-counter span {
  color: var(--gold); font-weight: 700;
  font-family: 'Syne', sans-serif;
}

/* ══════════════════════════════════════════════
   INDEX — PAIN
══════════════════════════════════════════════ */
.pain-wrap {
  max-width: 680px; margin: 0 auto; text-align: center;
}

.pain-headline {
  font-family: 'Syne', sans-serif;
  font-size: clamp(1.2rem, 2.5vw, 1.7rem);
  font-weight: 800; color: var(--text);
  line-height: 1.3; margin-bottom: 1rem;
}

.pain-headline span { color: var(--gold-light); }

.pain-desc {
  font-size: 0.92rem; color: var(--text-muted);
  line-height: 1.75; font-weight: 300;
}

/* ══════════════════════════════════════════════
   INDEX — HOW IT WORKS
══════════════════════════════════════════════ */
.how-steps {
  display: grid; grid-template-columns: repeat(3, 1fr);
  gap: 1px; background: var(--border-dim);
  border: 1px solid var(--border-dim);
  margin-top: 3rem;
}

.how-step {
  background: var(--dark-2); padding: 2.5rem 2rem;
  position: relative;
  opacity: 0; transform: translateY(20px);
  transition: opacity 0.6s ease, transform 0.6s ease;
}

.how-step.visible { opacity: 1; transform: translateY(0); }

.how-step::before {
  content: '';
  position: absolute; top: 0; left: 0; right: 0; height: 2px;
  background: linear-gradient(90deg, transparent, var(--gold-dim), transparent);
}

.how-num {
  font-family: 'Syne', sans-serif; font-size: 2.5rem;
  font-weight: 800; color: var(--gold-dim);
  line-height: 1; margin-bottom: 0.8rem;
}

.how-title {
  font-family: 'Syne', sans-serif; font-size: 0.95rem;
  font-weight: 700; color: var(--text); margin-bottom: 0.5rem;
}

.how-desc {
  font-size: 0.82rem; color: var(--text-muted);
  line-height: 1.65; font-weight: 300;
}

.how-tag {
  display: inline-block; margin-top: 1rem;
  font-size: 0.65rem; letter-spacing: 0.1em; text-transform: uppercase;
  color: var(--gold); font-weight: 700;
}

/* ══════════════════════════════════════════════
   INDEX — COMPARE TABS
══════════════════════════════════════════════ */
.compare-tabs {
  display: flex; flex-wrap: wrap; gap: 0.5rem;
  margin-bottom: 1.5rem;
}

.ctab {
  font-size: 0.72rem; letter-spacing: 0.06em;
  text-transform: uppercase; font-weight: 600;
  font-family: 'Syne', sans-serif;
  padding: 0.4rem 0.9rem; cursor: pointer;
  background: var(--dark-3); color: var(--text-dim);
  border: 1px solid var(--border-dim); transition: all 0.2s;
}

.ctab:hover { color: var(--text-muted); border-color: var(--border); }
.ctab.active { background: var(--gold); color: var(--dark); border-color: var(--gold); }

.compare-panel { display: none; }
.compare-panel.active { display: block; }

.compare-grid {
  display: grid; grid-template-columns: 1fr 1fr;
  gap: 1px; background: var(--border-dim); border: 1px solid var(--border-dim);
}

.compare-col { background: var(--dark-2); padding: 2rem; }
.compare-col-name {
  font-family: 'Syne', sans-serif; font-size: 0.88rem;
  font-weight: 800; margin-bottom: 1.2rem;
  color: var(--text-dim);
}

.compare-col-name.flenbox { color: var(--gold-light); }

.compare-row {
  display: flex; justify-content: space-between; align-items: center;
  padding: 0.55rem 0; border-bottom: 1px solid var(--border-dim);
  gap: 1rem;
}

.compare-row:last-of-type { border-bottom: none; }
.cr-label { font-size: 0.78rem; color: var(--text-dim); }
.cr-value { font-size: 0.82rem; font-weight: 500; text-align: right; }
.cr-good  { color: var(--gold-light); }
.cr-bad   { color: var(--text-muted); }

.compare-verdict {
  margin-top: 1rem; padding: 1rem 1.5rem;
  background: rgba(200,146,42,0.04);
  border: 1px solid var(--border);
  border-left: 3px solid var(--gold);
  font-size: 0.82rem; color: var(--text-muted); line-height: 1.7;
}

.compare-verdict strong { color: var(--gold-light); font-weight: 600; }

/* ══════════════════════════════════════════════
   INDEX — DUALITY (SAVER vs BORROWER)
══════════════════════════════════════════════ */
.duality-arena {
  display: grid; grid-template-columns: 1fr 80px 1fr;
  gap: 0; margin-top: 3rem;
  border: 1px solid var(--border-dim);
  background: var(--border-dim);
}

.duality-side {
  background: var(--dark); padding: 2.5rem 2rem;
  display: flex; flex-direction: column; gap: 1rem;
}

.duality-side.borrower { background: var(--dark-2); }

.duality-icon { font-size: 2.2rem; line-height: 1; }

.duality-role {
  font-size: 0.65rem; letter-spacing: 0.15em;
  text-transform: uppercase; font-weight: 700; color: var(--text-dim);
}

.duality-side.saver .duality-role   { color: var(--gold-dim); }
.duality-side.borrower .duality-role { color: #7a3a1a; }

.duality-name {
  font-family: 'Syne', sans-serif; font-size: 1rem;
  font-weight: 800; color: var(--text); line-height: 1.2;
}

.duality-tagline {
  font-family: 'Noto Sans Devanagari', sans-serif;
  font-size: 0.9rem; font-weight: 600;
  color: var(--gold-light); line-height: 1.4;
}

.duality-tagline-en {
  font-size: 0.72rem; color: var(--text-dim);
  font-style: italic; font-weight: 300; margin-top: -0.5rem;
}

.duality-points {
  list-style: none; display: flex;
  flex-direction: column; gap: 0.55rem; margin-top: 0.5rem;
}

.duality-points li {
  font-size: 0.82rem; color: var(--text-muted);
  display: flex; gap: 0.6rem; align-items: flex-start; line-height: 1.4;
}

.duality-points li strong { color: var(--text); font-weight: 600; }

.dp-icon {
  font-size: 0.65rem; font-weight: 800;
  color: var(--gold); margin-top: 0.2rem;
  flex-shrink: 0; width: 12px;
}

.dp-icon.dp-borrow { color: #c87032; }

.duality-vs-bank {
  margin-top: auto; padding-top: 1.2rem;
  border-top: 1px solid var(--border-dim);
  display: flex; align-items: center; gap: 0.6rem; flex-wrap: wrap;
}

.dvb-label {
  font-size: 0.65rem; letter-spacing: 0.1em; text-transform: uppercase;
  color: var(--text-dim); font-weight: 600; width: 100%; margin-bottom: 0.2rem;
}

.dvb-them {
  font-family: 'Syne', sans-serif; font-size: 1rem;
  font-weight: 700; color: var(--text-dim); text-decoration: line-through;
}

.dvb-them.borrow { color: #c87032; }
.dvb-arrow { color: var(--gold-dim); font-size: 0.9rem; }

.dvb-us {
  font-family: 'Syne', sans-serif; font-size: 1.1rem;
  font-weight: 800; color: var(--gold-light);
}

/* Centre VS column */
.duality-centre {
  background: var(--dark-3);
  border-left: 1px solid var(--border-dim);
  border-right: 1px solid var(--border-dim);
  display: flex; flex-direction: column;
  align-items: center; justify-content: space-between;
  padding: 2rem 0; gap: 1.5rem;
}

.duality-vs-wrap {
  display: flex; flex-direction: column;
  align-items: center; gap: 0.5rem; flex: 1; justify-content: center;
}

.duality-vs-line {
  width: 1px; flex: 1; max-height: 60px;
  background: linear-gradient(to bottom, transparent, var(--gold-dim));
}

.duality-vs-line.bottom {
  background: linear-gradient(to top, transparent, var(--gold-dim));
}

.duality-vs-badge {
  font-family: 'Syne', sans-serif; font-size: 0.75rem;
  font-weight: 800; letter-spacing: 0.15em; color: var(--gold);
  border: 1px solid var(--border); padding: 0.3rem 0.4rem; line-height: 1;
}

.duality-switch { text-align: center; padding: 0 0.5rem; }

.duality-switch-text {
  font-size: 0.58rem; color: var(--text-dim);
  text-transform: uppercase; letter-spacing: 0.08em;
  line-height: 1.5; margin-bottom: 0.3rem;
}

.duality-switch-arrow { font-size: 1.2rem; color: var(--gold-dim); }

.duality-common {
  text-align: center; padding: 0 0.5rem;
  display: flex; flex-direction: column; gap: 0.3rem;
}

.dc-label {
  font-size: 0.6rem; letter-spacing: 0.1em; text-transform: uppercase;
  color: var(--gold-dim); font-weight: 700; margin-bottom: 0.3rem;
}

.dc-item { font-size: 0.65rem; color: var(--text-dim); line-height: 1.5; }

.duality-truth {
  margin-top: 2rem; padding: 1.5rem 2rem;
  background: rgba(200,146,42,0.04);
  border: 1px solid var(--border); border-left: 3px solid var(--gold);
}

.duality-truth p {
  font-size: 0.9rem; color: var(--text-muted);
  line-height: 1.75; font-weight: 300;
}

.duality-truth p strong { color: var(--gold-light); font-weight: 600; }

/* ══════════════════════════════════════════════
   INDEX — TIERS
══════════════════════════════════════════════ */
.tier-table {
  width: 100%; border-collapse: collapse;
  border: 1px solid var(--border-dim);
}

.tier-table th {
  font-family: 'Syne', sans-serif; font-size: 0.65rem;
  letter-spacing: 0.12em; text-transform: uppercase;
  color: var(--text-dim); padding: 0.85rem 1.2rem;
  text-align: left; background: var(--dark-3);
  border-bottom: 1px solid var(--border);
}

.tier-table td {
  padding: 0.9rem 1.2rem; font-size: 0.83rem;
  border-bottom: 1px solid var(--border-dim);
  color: var(--text-muted); vertical-align: middle;
}

.tier-table tr:last-child td { border-bottom: none; }
.tier-table tr:hover td { background: rgba(200,146,42,0.02); }

.tier-table td:first-child { color: var(--gold-light); font-weight: 700; font-family: 'Syne', sans-serif; }

.tier-highlight { background: rgba(200,146,42,0.04) !important; }

/* ══════════════════════════════════════════════
   INDEX — SCROLL-LOCKED MANIFESTO
══════════════════════════════════════════════ */
#manifesto {
  position: relative; height: 700vh;
  background: var(--dark-2);
  border-top: 1px solid var(--border-dim);
}

.manifesto-sticky {
  position: sticky; top: 0; height: 100vh;
  display: flex; flex-direction: column;
  align-items: center; justify-content: center;
  text-align: center; overflow: hidden;
}

.manifesto-sticky::before {
  content: '';
  position: absolute; inset: 0;
  background: radial-gradient(ellipse at center,
    rgba(200,146,42,0.06) 0%, transparent 65%);
  pointer-events: none;
}

.m-dots {
  position: absolute; right: 2.5rem; top: 50%;
  transform: translateY(-50%);
  display: flex; flex-direction: column; gap: 0.6rem;
}

.m-dot {
  width: 6px; height: 6px; border-radius: 50%;
  background: var(--text-dim); transition: all 0.3s ease;
}

.m-dot.active {
  background: var(--gold);
  box-shadow: 0 0 8px rgba(200,146,42,0.5);
  transform: scale(1.4);
}

.m-scroll-hint {
  position: absolute; bottom: 2.5rem; left: 50%;
  transform: translateX(-50%);
  font-size: 0.68rem; letter-spacing: 0.15em;
  text-transform: uppercase; color: var(--text-dim);
  display: flex; flex-direction: column;
  align-items: center; gap: 0.4rem; transition: opacity 0.5s;
}

.m-scroll-hint::after {
  content: ''; width: 1px; height: 28px;
  background: linear-gradient(to bottom, var(--gold-dim), transparent);
  animation: scrollPulse 1.8s ease-in-out infinite;
}

@keyframes scrollPulse {
  0%,100% { opacity: 0.3; transform: scaleY(1); }
  50%      { opacity: 1;   transform: scaleY(1.2); }
}

.m-line {
  position: absolute; inset: 0;
  display: flex; flex-direction: column;
  align-items: center; justify-content: center;
  padding: 2rem 4rem;
  opacity: 0; transform: translateY(30px);
  transition: opacity 0.65s ease, transform 0.65s ease;
  pointer-events: none;
}

.m-line.m-active {
  opacity: 1; transform: translateY(0); pointer-events: auto;
}

.m-line.m-exit {
  opacity: 0; transform: translateY(-30px);
  transition: opacity 0.45s ease, transform 0.45s ease;
}

.m-hindi {
  font-family: 'Noto Sans Devanagari', sans-serif;
  font-size: clamp(1.6rem, 4.5vw, 3rem);
  font-weight: 700; color: var(--gold-light); line-height: 1.3;
  margin-bottom: 0.8rem;
  text-shadow: 0 0 60px rgba(200,146,42,0.2); max-width: 780px;
}

.m-en {
  font-size: clamp(0.82rem, 1.5vw, 1rem);
  color: var(--text-dim); font-style: italic; font-weight: 300;
  letter-spacing: 0.03em;
}

.m-counter {
  position: absolute; left: 2.5rem; bottom: 2.5rem;
  font-family: 'Syne', sans-serif; font-size: 0.7rem;
  letter-spacing: 0.12em; color: var(--text-dim); text-transform: uppercase;
}

.m-counter span { color: var(--gold); font-weight: 700; }

/* ══════════════════════════════════════════════
   INDEX — FINAL CTA / WAITLIST
══════════════════════════════════════════════ */
#final-cta {
  padding: 8rem 1.5rem;
  background: var(--dark); text-align: center;
  position: relative; overflow: hidden;
}

.final-glow {
  position: absolute; bottom: -80px; left: 50%;
  transform: translateX(-50%);
  width: 700px; height: 400px;
  background: radial-gradient(ellipse, rgba(200,146,42,0.1) 0%, transparent 70%);
  pointer-events: none;
}

.final-content { position: relative; z-index: 1; }

.final-m-hindi {
  font-family: 'Noto Sans Devanagari', sans-serif;
  font-size: clamp(1rem, 2.5vw, 1.5rem); font-weight: 700;
  color: var(--gold); margin-bottom: 0.25rem;
}

.final-m-en {
  font-size: 0.75rem; color: var(--text-dim);
  font-style: italic; margin-bottom: 2.5rem;
}

.final-title {
  font-family: 'Syne', sans-serif;
  font-size: clamp(2rem, 5vw, 3.5rem);
  font-weight: 800; letter-spacing: -0.02em;
  margin-bottom: 1rem; color: var(--text);
}

.final-title span { color: var(--gold-light); }

.final-sub {
  font-size: 0.92rem; color: var(--text-muted);
  max-width: 460px; margin: 0 auto 2.5rem;
  font-weight: 300; line-height: 1.7;
}

.final-form {
  max-width: 480px; margin: 0 auto;
  display: flex; flex-direction: column; gap: 0.85rem;
}

.final-form-row {
  display: grid; grid-template-columns: 1fr 1fr; gap: 0.85rem;
}

.waitlist-share {
  margin-top: 1rem;
  font-size: 0.75rem; color: var(--text-dim);
  display: flex; align-items: center; justify-content: center; gap: 0.8rem;
}

.waitlist-share a {
  color: var(--gold); text-decoration: none;
  font-weight: 600; transition: color 0.2s;
}

.waitlist-share a:hover { color: var(--gold-bright); }

/* ══════════════════════════════════════════════
   INVESTORS PAGE
══════════════════════════════════════════════ */

/* Hero */
.inv-hero {
  padding: calc(var(--nav-h) + 30px + 4rem) 1.5rem 5rem;
  background: var(--dark); position: relative;
  overflow: hidden; text-align: center;
}

.inv-hero-glow {
  position: absolute; top: 0; left: 50%; transform: translateX(-50%);
  width: 800px; height: 500px;
  background: radial-gradient(ellipse, rgba(200,146,42,0.07) 0%, transparent 65%);
  pointer-events: none;
}

.inv-hero-content { position: relative; z-index: 1; }

.inv-hero h1 {
  font-size: clamp(2.2rem, 5vw, 4rem);
  margin-bottom: 1rem;
  animation: fadeUp 0.8s 0.2s both;
}

.inv-hero h1 span { color: var(--gold-light); }

.inv-hero-sub {
  font-size: 1rem; color: var(--text-muted);
  max-width: 520px; margin: 0 auto 2.5rem;
  font-weight: 300; line-height: 1.75;
  animation: fadeUp 0.8s 0.3s both;
}

.inv-hero-sub strong { color: var(--text); font-weight: 500; }

/* Metrics strip */
.metrics-strip {
  display: grid; grid-template-columns: repeat(4, 1fr);
  gap: 1px; background: var(--border-dim);
  border: 1px solid var(--border-dim);
}

.metric-cell { background: var(--dark-2); padding: 2rem 1.5rem; text-align: center; }

.metric-value {
  font-family: 'Syne', sans-serif;
  font-size: clamp(1.6rem, 3vw, 2.4rem);
  font-weight: 800; color: var(--gold-light);
  line-height: 1; margin-bottom: 0.4rem;
}

.metric-label {
  font-size: 0.72rem; color: var(--text-dim);
  text-transform: uppercase; letter-spacing: 0.08em; font-weight: 600;
}

.metric-sub {
  font-size: 0.75rem; color: var(--text-muted);
  margin-top: 0.3rem; font-weight: 300; line-height: 1.4;
}

/* Opportunity grid */
.opp-grid {
  display: grid; grid-template-columns: 1fr 1fr;
  gap: 3rem; align-items: start; margin-top: 3rem;
}

.opp-text h2 {
  font-size: clamp(1.6rem, 3vw, 2.2rem); margin-bottom: 1rem;
}

.opp-text h2 span { color: var(--gold-light); }

.opp-text p {
  font-size: 0.92rem; color: var(--text-muted);
  line-height: 1.75; font-weight: 300; margin-bottom: 1rem;
}

.opp-text p strong { color: var(--text); font-weight: 500; }

.opp-points { list-style: none; display: flex; flex-direction: column; gap: 0.8rem; margin-top: 1.2rem; }

.opp-points li {
  display: flex; gap: 0.8rem; align-items: flex-start;
  font-size: 0.87rem; color: var(--text-muted); line-height: 1.55;
}

.opp-points li::before { content: '→'; color: var(--gold); flex-shrink: 0; margin-top: 0.05rem; }
.opp-points li strong { color: var(--text); font-weight: 500; }

/* Revenue table */
.rev-table { border: 1px solid var(--border-dim); width: 100%; }

.rev-table-title {
  font-family: 'Syne', sans-serif; font-size: 0.7rem;
  letter-spacing: 0.12em; text-transform: uppercase;
  color: var(--text-dim); padding: 0.8rem 1.2rem;
  border-bottom: 1px solid var(--border-dim);
  background: var(--dark-3); font-weight: 700;
}

.rev-row {
  display: grid; grid-template-columns: 1fr 1fr 1fr;
  border-bottom: 1px solid var(--border-dim);
}

.rev-row:last-child { border-bottom: none; }
.rev-row.header { background: var(--dark-3); }

.rev-cell {
  padding: 0.85rem 1.2rem; font-size: 0.82rem; color: var(--text-muted);
}

.rev-row.header .rev-cell {
  font-size: 0.65rem; letter-spacing: 0.1em; text-transform: uppercase;
  color: var(--text-dim); font-weight: 700;
}

.rev-cell.highlight {
  font-family: 'Syne', sans-serif; font-weight: 700;
  color: var(--gold-light); font-size: 0.88rem;
}

/* Moat grid */
.moat-grid {
  display: grid; grid-template-columns: repeat(3, 1fr);
  gap: 1px; background: var(--border-dim);
  border: 1px solid var(--border-dim); margin-top: 3rem;
}

.moat-card {
  background: var(--dark-2); padding: 2rem 1.8rem; position: relative;
}

.moat-card::before {
  content: ''; position: absolute; top: 0; left: 0; right: 0; height: 2px;
  background: linear-gradient(90deg, transparent, var(--gold-dim), transparent);
}

.moat-num {
  font-family: 'Syne', sans-serif; font-size: 2.5rem;
  font-weight: 800; color: var(--gold-dim); line-height: 1; margin-bottom: 0.8rem;
}

.moat-title {
  font-family: 'Syne', sans-serif; font-size: 0.92rem;
  font-weight: 700; color: var(--text); margin-bottom: 0.5rem;
}

.moat-desc { font-size: 0.82rem; color: var(--text-muted); line-height: 1.6; font-weight: 300; }

/* Traction grid */
.traction-grid {
  display: grid; grid-template-columns: repeat(3, 1fr);
  gap: 1px; background: var(--border-dim);
  border: 1px solid var(--border-dim); margin-top: 3rem;
}

.traction-item { background: var(--dark); padding: 2rem 1.8rem; }
.traction-icon { font-size: 1.4rem; margin-bottom: 0.8rem; display: block; }

.traction-title {
  font-family: 'Syne', sans-serif; font-size: 0.88rem;
  font-weight: 700; color: var(--text); margin-bottom: 0.4rem;
}

.traction-desc { font-size: 0.8rem; color: var(--text-muted); line-height: 1.6; font-weight: 300; }

.traction-status {
  margin-top: 0.8rem; font-size: 0.65rem;
  letter-spacing: 0.1em; text-transform: uppercase; font-weight: 700;
}

.status-done   { color: var(--gold-light); }
.status-active { color: var(--gold); }
.status-next   { color: var(--text-dim); }

/* Founder card */
.founder-card {
  display: grid; grid-template-columns: 120px 1fr;
  gap: 2.5rem; align-items: start;
  border: 1px solid var(--border-dim); padding: 2.5rem;
  background: var(--dark-3); margin-top: 3rem;
}

.founder-photo {
  width: 120px; height: 120px;
  background: var(--dark-4);
  border: 1px solid var(--border);
  display: flex; align-items: center; justify-content: center;
  font-size: 2rem; color: var(--text-dim);
  overflow: hidden; flex-shrink: 0;
}

.founder-photo img { width: 100%; height: 100%; object-fit: cover; }

.founder-name {
  font-family: 'Syne', sans-serif; font-size: 1.3rem;
  font-weight: 800; margin-bottom: 0.2rem;
}

.founder-title {
  font-size: 0.75rem; color: var(--gold);
  letter-spacing: 0.06em; text-transform: uppercase;
  font-weight: 600; margin-bottom: 1rem;
}

.founder-bio {
  font-size: 0.88rem; color: var(--text-muted);
  line-height: 1.75; font-weight: 300;
}

.founder-tags { display: flex; flex-wrap: wrap; gap: 0.5rem; margin-top: 1rem; }

.founder-tag {
  font-size: 0.65rem; letter-spacing: 0.08em; text-transform: uppercase;
  color: var(--text-dim); border: 1px solid var(--border-dim);
  padding: 0.2rem 0.6rem; font-weight: 600;
}

/* Roadmap */
.roadmap-cols {
  display: grid; grid-template-columns: repeat(3, 1fr);
  gap: 1px; background: var(--border-dim);
  border: 1px solid var(--border-dim); margin-top: 3rem;
}

.roadmap-col { background: var(--dark-2); padding: 2rem 1.8rem; }
.roadmap-col.current { background: var(--dark-3); border-top: 2px solid var(--gold); }

.rd-phase {
  font-size: 0.65rem; letter-spacing: 0.15em; text-transform: uppercase;
  color: var(--gold); margin-bottom: 0.4rem; font-weight: 700;
}

.rd-title {
  font-family: 'Syne', sans-serif; font-size: 1rem;
  font-weight: 800; color: var(--text); margin-bottom: 1rem;
}

.rd-items { list-style: none; display: flex; flex-direction: column; gap: 0.5rem; }

.rd-items li {
  font-size: 0.8rem; color: var(--text-muted);
  display: flex; gap: 0.5rem; line-height: 1.5;
}

.rd-items li::before { content: '·'; color: var(--gold-dim); flex-shrink: 0; }

.rd-target {
  margin-top: 1.2rem; padding-top: 1rem;
  border-top: 1px solid var(--border-dim);
  font-family: 'Syne', sans-serif; font-size: 1.1rem;
  font-weight: 800; color: var(--gold-light);
}

.rd-target-lbl {
  font-size: 0.65rem; color: var(--text-dim);
  text-transform: uppercase; letter-spacing: 0.08em;
}

/* EOI Form layout */
.eoi-layout {
  display: grid; grid-template-columns: 1fr 1fr;
  gap: 5rem; align-items: start;
  max-width: 960px; margin: 0 auto;
}

.eoi-left h2 { font-size: clamp(1.6rem, 3vw, 2.2rem); margin-bottom: 1rem; }
.eoi-left h2 span { color: var(--gold-light); }

.eoi-left p {
  font-size: 0.9rem; color: var(--text-muted);
  line-height: 1.75; font-weight: 300; margin-bottom: 1rem;
}

.eoi-detail { display: flex; flex-direction: column; gap: 1rem; margin-top: 2rem; }
.eoi-detail-item { display: flex; flex-direction: column; gap: 0.15rem; }

.eoi-detail-label {
  font-size: 0.62rem; letter-spacing: 0.15em;
  text-transform: uppercase; color: var(--text-dim); font-weight: 700;
}

.eoi-detail-value { font-size: 0.88rem; color: var(--gold-light); }
.eoi-detail-value a { color: var(--gold-light); text-decoration: none; transition: color 0.2s; }
.eoi-detail-value a:hover { color: var(--text); }

.eoi-form { display: flex; flex-direction: column; gap: 0.85rem; }

/* ══════════════════════════════════════════════
   RBI PAGE
══════════════════════════════════════════════ */

/* Hero */
.rbi-hero {
  padding: calc(var(--nav-h) + 30px + 4rem) 1.5rem 4rem;
  background: var(--dark); position: relative; overflow: hidden;
}

.rbi-hero-glow {
  position: absolute; top: 0; left: 50%; transform: translateX(-50%);
  width: 700px; height: 400px;
  background: radial-gradient(ellipse, rgba(200,146,42,0.06) 0%, transparent 65%);
  pointer-events: none;
}

.rbi-hero-inner {
  position: relative; z-index: 1;
  max-width: 960px; margin: 0 auto;
  display: grid; grid-template-columns: 1fr 1fr;
  gap: 4rem; align-items: center;
}

.rbi-hero-text { animation: fadeUp 0.8s 0.1s both; }

.rbi-hero-text h1 {
  font-size: clamp(1.8rem, 3.5vw, 3rem);
  margin-bottom: 1rem;
}

.rbi-hero-text h1 span { color: var(--gold-light); }

.rbi-hero-text p {
  font-size: 0.9rem; color: var(--text-muted);
  line-height: 1.75; font-weight: 300; margin-bottom: 1.2rem;
}

.rbi-hero-text p strong { color: var(--text); font-weight: 500; }

/* RBI reference card */
.rbi-ref-card {
  background: var(--dark-3); border: 1px solid var(--border);
  padding: 2rem; animation: fadeUp 0.8s 0.2s both;
}

.rbi-ref-card::before {
  content: ''; display: block; width: 100%; height: 2px;
  background: linear-gradient(90deg, var(--gold-dim), var(--gold-light), var(--gold-dim));
  margin-bottom: 1.5rem;
}

.rrc-label {
  font-size: 0.62rem; letter-spacing: 0.15em; text-transform: uppercase;
  color: var(--gold); font-weight: 700; margin-bottom: 1rem;
}

.rrc-rows { display: flex; flex-direction: column; gap: 0.8rem; }
.rrc-row  { display: flex; flex-direction: column; gap: 0.15rem; }

.rrc-key {
  font-size: 0.62rem; letter-spacing: 0.1em; text-transform: uppercase;
  color: var(--text-dim); font-weight: 700;
}

.rrc-val { font-size: 0.85rem; color: var(--text); }
.rrc-val a { color: var(--gold-light); text-decoration: none; }
.rrc-val a:hover { color: var(--text); }

.rrc-status {
  margin-top: 1.2rem; padding-top: 1.2rem;
  border-top: 1px solid var(--border-dim);
  display: flex; align-items: center; gap: 0.5rem;
  font-size: 0.7rem; letter-spacing: 0.1em; text-transform: uppercase;
  color: var(--gold); font-weight: 700;
}

.status-dot {
  width: 7px; height: 7px; border-radius: 50%;
  background: var(--gold); animation: pulse 2s infinite;
}

/* Is / Is Not grid */
.rbi-def-grid {
  display: grid; grid-template-columns: 1fr 1fr;
  gap: 1px; background: var(--border-dim);
  border: 1px solid var(--border-dim); margin-top: 3rem;
}

.rbi-def-cell { background: var(--dark-2); padding: 2rem; }

.rdc-label {
  font-size: 0.62rem; letter-spacing: 0.15em; text-transform: uppercase;
  font-weight: 700; margin-bottom: 0.6rem;
}

.rdc-label.not { color: #c0504d; }
.rdc-label.is  { color: var(--gold); }

.rdc-items { list-style: none; display: flex; flex-direction: column; gap: 0.5rem; }

.rdc-items li {
  font-size: 0.85rem; color: var(--text-muted);
  display: flex; gap: 0.7rem; line-height: 1.5;
}

.rdc-items li .x   { color: #c0504d; flex-shrink: 0; font-weight: 700; }
.rdc-items li .chk { color: var(--gold); flex-shrink: 0; font-weight: 700; }

/* Regulatory framework grid */
.reg-grid {
  display: grid; grid-template-columns: repeat(2, 1fr);
  gap: 1px; background: var(--border-dim);
  border: 1px solid var(--border-dim); margin-top: 3rem;
}

.reg-card { background: var(--dark); padding: 2rem; position: relative; }

.reg-card::before {
  content: ''; position: absolute; top: 0; left: 0; right: 0; height: 1px;
  background: linear-gradient(90deg, transparent, var(--gold-dim), transparent);
}

.reg-icon { font-size: 1.4rem; margin-bottom: 0.8rem; display: block; }

.reg-title {
  font-family: 'Syne', sans-serif; font-size: 0.9rem;
  font-weight: 700; color: var(--text); margin-bottom: 0.4rem;
}

.reg-desc { font-size: 0.82rem; color: var(--text-muted); line-height: 1.65; font-weight: 300; }
.reg-cite { margin-top: 0.8rem; font-size: 0.68rem; color: var(--gold-dim); letter-spacing: 0.05em; font-style: italic; }

/* Pool architecture */
.pool-arch {
  display: grid; grid-template-columns: repeat(3, 1fr);
  gap: 1px; background: var(--border-dim);
  border: 1px solid var(--border-dim); margin-top: 3rem;
}

.pool-col { background: var(--dark-2); padding: 2rem 1.8rem; position: relative; }

.pool-col::before {
  content: ''; position: absolute; top: 0; left: 0; right: 0; height: 2px;
}

.pool-col.pa::before { background: var(--gold-light); }
.pool-col.pb::before { background: var(--gold); }
.pool-col.pc::before { background: var(--gold-dim); }

.pool-letter {
  font-family: 'Syne', sans-serif; font-size: 2.5rem;
  font-weight: 800; line-height: 1; margin-bottom: 0.4rem;
}

.pool-col.pa .pool-letter { color: var(--gold-light); }
.pool-col.pb .pool-letter { color: var(--gold); }
.pool-col.pc .pool-letter { color: var(--gold-dim); }

.pool-title {
  font-family: 'Syne', sans-serif; font-size: 0.85rem;
  font-weight: 700; color: var(--text); margin-bottom: 0.8rem;
}

.pool-items { list-style: none; display: flex; flex-direction: column; gap: 0.45rem; }

.pool-items li {
  font-size: 0.8rem; color: var(--text-muted);
  display: flex; gap: 0.5rem; line-height: 1.5;
}

.pool-items li::before { content: '→'; color: var(--gold-dim); flex-shrink: 0; }

/* CBDC alignment table */
.cbdc-table {
  width: 100%; border-collapse: collapse;
  border: 1px solid var(--border-dim); margin-top: 3rem;
}

.cbdc-table th {
  font-family: 'Syne', sans-serif; font-size: 0.65rem;
  letter-spacing: 0.12em; text-transform: uppercase;
  color: var(--text-dim); padding: 0.85rem 1.2rem;
  text-align: left; background: var(--dark-3);
  border-bottom: 1px solid var(--border);
}

.cbdc-table td {
  padding: 0.9rem 1.2rem; font-size: 0.83rem;
  border-bottom: 1px solid var(--border-dim);
  vertical-align: top; color: var(--text-muted);
}

.cbdc-table tr:last-child td { border-bottom: none; }
.cbdc-table tr:hover td { background: rgba(200,146,42,0.02); }
.cbdc-table td:first-child { color: var(--text); font-weight: 500; width: 28%; }
.cbdc-table td.aligned { color: var(--gold-light); font-weight: 500; }

.cbdc-tag {
  display: inline-block; font-size: 0.62rem; letter-spacing: 0.08em;
  text-transform: uppercase; padding: 0.12rem 0.45rem;
  border-radius: 2px; font-weight: 700; margin-left: 0.4rem;
}

.cbdc-tag.yes { background: rgba(200,146,42,0.12); color: var(--gold); border: 1px solid var(--border); }
.cbdc-tag.na  { background: var(--dark-4); color: var(--text-dim); border: 1px solid var(--border-dim); }

/* Simulation grid */
.sim-grid {
  display: grid; grid-template-columns: repeat(2, 1fr);
  gap: 1px; background: var(--border-dim);
  border: 1px solid var(--border-dim); margin-top: 3rem;
}

.sim-card { background: var(--dark); padding: 2rem; }

.sim-scheme {
  font-size: 0.62rem; letter-spacing: 0.15em; text-transform: uppercase;
  color: var(--gold); font-weight: 700; margin-bottom: 0.5rem;
}

.sim-title {
  font-family: 'Syne', sans-serif; font-size: 1rem;
  font-weight: 800; color: var(--text); margin-bottom: 1rem;
}

.sim-rows { display: flex; flex-direction: column; }

.sim-row {
  display: flex; justify-content: space-between;
  padding: 0.55rem 0; border-bottom: 1px solid var(--border-dim); font-size: 0.8rem;
}

.sim-row:last-child { border-bottom: none; }
.sim-row-label { color: var(--text-dim); }
.sim-row-value { color: var(--text); font-weight: 500; font-family: 'Syne', sans-serif; }
.sim-row-value.gold { color: var(--gold-light); }

.sim-variance {
  margin-top: 1rem; padding: 0.7rem 1rem;
  background: rgba(200,146,42,0.04); border: 1px solid var(--border-dim);
  font-size: 0.75rem; color: var(--text-muted); font-weight: 300;
}

.sim-variance strong { color: var(--gold-light); font-weight: 600; }

/* RBI contact layout */
.rbi-contact-layout {
  display: grid; grid-template-columns: 1fr 1fr;
  gap: 5rem; align-items: start;
  max-width: 960px; margin: 0 auto;
}

.rbi-contact-left h2 {
  font-size: clamp(1.5rem, 3vw, 2rem); margin-bottom: 1rem;
}

.rbi-contact-left h2 span { color: var(--gold-light); }

.rbi-contact-left p {
  font-size: 0.88rem; color: var(--text-muted);
  line-height: 1.75; font-weight: 300; margin-bottom: 1rem;
}

.rbi-contact-left p strong { color: var(--text); font-weight: 500; }

.contact-blocks { display: flex; flex-direction: column; gap: 1.5rem; margin-top: 2rem; }

.contact-block {
  padding: 1.2rem 1.5rem; border: 1px solid var(--border-dim);
  background: var(--dark-3);
}

.cb-role {
  font-size: 0.62rem; letter-spacing: 0.12em; text-transform: uppercase;
  color: var(--gold); font-weight: 700; margin-bottom: 0.4rem;
}

.cb-name {
  font-family: 'Syne', sans-serif; font-size: 0.95rem;
  font-weight: 700; color: var(--text); margin-bottom: 0.2rem;
}

.cb-detail { font-size: 0.8rem; color: var(--text-muted); font-weight: 300; }
.cb-detail a { color: var(--gold-light); text-decoration: none; }
.cb-detail a:hover { color: var(--text); }

.rbi-form { display: flex; flex-direction: column; gap: 0.85rem; }

/* ══════════════════════════════════════════════
   RESPONSIVE — PAGES
══════════════════════════════════════════════ */
@media (max-width: 768px) {
  /* Index */
  .how-steps          { grid-template-columns: 1fr; }
  .compare-grid       { grid-template-columns: 1fr; }
  .duality-arena      { grid-template-columns: 1fr; }
  .duality-centre     { flex-direction: row; padding: 1.2rem; border-left: none; border-right: none; border-top: 1px solid var(--border-dim); border-bottom: 1px solid var(--border-dim); }
  .duality-vs-wrap    { flex-direction: row; }
  .duality-vs-line    { width: 40px; height: 1px; max-height: none; flex: none; background: linear-gradient(to right, transparent, var(--gold-dim)); }
  .duality-vs-line.bottom { background: linear-gradient(to left, transparent, var(--gold-dim)); }
  .final-form-row     { grid-template-columns: 1fr; }
  .m-dots             { display: none; }
  .m-counter          { display: none; }
  .m-line             { padding: 2rem 1.5rem; }

  /* Investors */
  .metrics-strip      { grid-template-columns: repeat(2, 1fr); }
  .opp-grid           { grid-template-columns: 1fr; gap: 2rem; }
  .moat-grid          { grid-template-columns: 1fr; }
  .traction-grid      { grid-template-columns: 1fr; }
  .roadmap-cols       { grid-template-columns: 1fr; }
  .founder-card       { grid-template-columns: 1fr; }
  .eoi-layout         { grid-template-columns: 1fr; gap: 2.5rem; }

  /* RBI */
  .rbi-hero-inner     { grid-template-columns: 1fr; gap: 2rem; }
  .rbi-def-grid       { grid-template-columns: 1fr; }
  .reg-grid           { grid-template-columns: 1fr; }
  .pool-arch          { grid-template-columns: 1fr; }
  .sim-grid           { grid-template-columns: 1fr; }
  .rbi-contact-layout { grid-template-columns: 1fr; gap: 2.5rem; }
  .cbdc-table         { font-size: 0.75rem; }
  .cbdc-table th,
  .cbdc-table td      { padding: 0.6rem 0.8rem; }
}
