/* RupeeCase Carousel | The Rs 50 lakh door | 2026-07-10 morning
 * 1080 x 1350 portrait. Navy + paper white only. Inter + JetBrains Mono.
 * Locked rules: no emoji . no comma-thousands . source + author footer .
 * single CTA on final card . pagination dots. Self-contained (defines every
 * class the cards use).
 */
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800&family=JetBrains+Mono:wght@400;500;700&display=swap');

:root {
  --navy: #0D1F3C;
  --paper: #FFFFFF;
  --soft: #F4F5F8;
  --rule: #E2E5EC;
  --muted: #5A6478;
  --whisper: #9AA1B0;
}
* { box-sizing: border-box; margin: 0; padding: 0; }
html, body { background: #2A2A2E; }
body {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 100vh;
  padding: 40px;
  font-family: 'Inter', sans-serif;
  -webkit-font-smoothing: antialiased;
}
.card {
  width: 1080px;
  height: 1350px;
  background: var(--paper);
  color: var(--navy);
  padding: 62px 64px 44px 64px;
  display: flex;
  flex-direction: column;
  position: relative;
  overflow: hidden;
}

/* ===== top strip ===== */
.top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid var(--rule);
  padding-bottom: 20px;
}
.eyebrow {
  font-family: 'JetBrains Mono', monospace;
  font-size: 14px;
  font-weight: 500;
  color: var(--muted);
  letter-spacing: 0.13em;
  text-transform: uppercase;
}
.eyebrow.rc { color: var(--navy); font-weight: 700; }

/* ===== main content fills, footer sits bottom ===== */
.main { flex: 1; display: flex; flex-direction: column; padding-top: 40px; }

/* ===== hook card ===== */
.headline {
  font-size: 58px;
  font-weight: 800;
  line-height: 1.06;
  letter-spacing: -0.025em;
  margin-bottom: 34px;
}
.u {
  border-bottom: 6px solid var(--navy);
  padding-bottom: 2px;
}
.bignum {
  background: var(--soft);
  border-left: 6px solid var(--navy);
  padding: 34px 36px;
  margin-bottom: 34px;
}
.hook-number {
  font-family: 'JetBrains Mono', monospace;
  font-size: 92px;
  font-weight: 700;
  line-height: 0.95;
  letter-spacing: -0.02em;
}
.lab {
  font-size: 20px;
  color: var(--muted);
  line-height: 1.5;
  margin-top: 18px;
}
.kicker {
  font-size: 23px;
  line-height: 1.5;
  font-weight: 400;
}
.kicker b { font-weight: 700; }

/* ===== data card ===== */
.h2 {
  font-size: 44px;
  font-weight: 800;
  line-height: 1.1;
  letter-spacing: -0.025em;
  margin-bottom: 16px;
}
.sub {
  font-size: 20px;
  color: var(--muted);
  line-height: 1.5;
  margin-bottom: 34px;
  max-width: 900px;
}
.ledger {
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 8px;
}
.ledger thead th {
  font-family: 'JetBrains Mono', monospace;
  font-size: 14px;
  font-weight: 500;
  color: var(--muted);
  letter-spacing: 0.06em;
  text-transform: uppercase;
  text-align: right;
  padding: 0 4px 16px 4px;
  border-bottom: 2px solid var(--navy);
}
.ledger thead th.name { text-align: left; }
.ledger tbody td {
  font-family: 'JetBrains Mono', monospace;
  font-size: 27px;
  font-weight: 500;
  text-align: right;
  padding: 22px 4px;
  border-bottom: 1px solid var(--rule);
}
.ledger tbody td.name {
  font-family: 'Inter', sans-serif;
  font-size: 24px;
  font-weight: 600;
  text-align: left;
}
.ledger tbody td.gate {
  font-family: 'Inter', sans-serif;
  font-size: 18px;
  font-weight: 400;
  color: var(--muted);
  text-align: right;
}
.ledger tr.hl td { background: var(--soft); }
.ledger tr.hl td.name { font-weight: 700; }
.note {
  font-size: 19px;
  line-height: 1.5;
  background: var(--soft);
  border-left: 6px solid var(--navy);
  padding: 24px 28px;
  margin-top: 30px;
}
.note b { font-weight: 700; }

/* ===== lesson card ===== */
.rules { display: flex; flex-direction: column; gap: 22px; margin: 30px 0; }
.rule { display: flex; gap: 24px; align-items: flex-start; }
.rule .n {
  font-family: 'JetBrains Mono', monospace;
  font-size: 30px;
  font-weight: 700;
  color: var(--whisper);
  line-height: 1;
  min-width: 52px;
}
.rule .t { font-size: 21px; line-height: 1.45; }
.rule .t b { font-weight: 700; }
.closer {
  font-size: 25px;
  font-weight: 600;
  line-height: 1.38;
  border-top: 1px solid var(--rule);
  padding-top: 28px;
  margin-top: 6px;
}
.cta-bar {
  background: var(--navy);
  color: var(--paper);
  padding: 26px 30px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 24px;
  margin-top: 28px;
}
.cta-bar .label {
  font-size: 20px;
  font-weight: 500;
  line-height: 1.3;
}
.cta-bar .url {
  font-family: 'JetBrains Mono', monospace;
  font-size: 16px;
  font-weight: 500;
  border: 1px solid rgba(255,255,255,0.4);
  padding: 11px 18px;
  letter-spacing: 0.04em;
  white-space: nowrap;
}

/* ===== footer ===== */
.footer-row {
  border-top: 1px solid var(--rule);
  padding-top: 16px;
  margin-top: 20px;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
.disclaimer {
  font-family: 'JetBrains Mono', monospace;
  font-size: 10px;
  color: var(--whisper);
  letter-spacing: 0.02em;
  line-height: 1.55;
  max-width: 760px;
}
.source-line {
  font-family: 'JetBrains Mono', monospace;
  font-size: 11px;
  color: var(--muted);
  letter-spacing: 0.05em;
  text-transform: uppercase;
}
.author-footer {
  font-family: 'JetBrains Mono', monospace;
  font-size: 11px;
  color: var(--navy);
  font-weight: 500;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  margin-top: 5px;
}
.pagination { display: flex; gap: 7px; align-items: center; }
.dot { width: 8px; height: 8px; border-radius: 50%; background: var(--rule); }
.dot.active { background: var(--navy); width: 24px; border-radius: 4px; }
