/* Priceshow deck — dark navy + gold */
:root {
  --navy-900: #0f172a;
  --navy-800: #1e293b;
  --navy-700: #334155;
  --navy-600: #475569;
  --slate-400: #94a3b8;
  --slate-300: #cbd5e1;
  --slate-200: #e2e8f0;
  --slate-100: #f1f5f9;
  --gold: #fbbf24;
  --gold-soft: #fcd34d;
  --gold-deep: #d97706;
  --green: #10b981;
  --red: #ef4444;
  --bg: var(--navy-900);
  --ink: #f8fafc;
  --ink-muted: #94a3b8;
}

* { box-sizing: border-box; }

html, body { margin: 0; padding: 0; background: #000; }

body {
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', sans-serif;
  color: var(--ink);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

deck-stage > section {
  background: var(--navy-900);
  color: var(--ink);
  font-size: 28px;
  line-height: 1.45;
  overflow: hidden;
}

/* ============ Slide frame ============ */
.frame {
  width: 100%;
  height: 100%;
  padding: 80px 100px;
  display: flex;
  flex-direction: column;
  position: relative;
}
.frame.tight { padding: 80px 100px; }
.frame.bleed { padding: 0; }

/* Top brand bar appearing on most slides */
.brand-tag {
  position: absolute;
  top: 48px;
  left: 100px;
  display: flex;
  align-items: center;
  gap: 12px;
  font-size: 24px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--ink-muted);
  font-weight: 600;
}
.brand-tag .dot {
  width: 10px; height: 10px; border-radius: 999px;
  background: var(--gold);
}

.page-num {
  position: absolute;
  bottom: 48px;
  right: 100px;
  font-size: 24px;
  color: var(--ink-muted);
  letter-spacing: 0.1em;
  font-variant-numeric: tabular-nums;
}

.foot-rule {
  position: absolute;
  bottom: 48px;
  left: 100px;
  right: 100px;
  height: 1px;
  background: linear-gradient(to right, transparent, rgba(148,163,184,.25), transparent);
}

/* ============ Type scale ============ */
.eyebrow {
  font-size: 26px;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--gold);
  font-weight: 700;
  margin: 0 0 28px 0;
}
h1.title {
  font-size: 96px;
  line-height: 1;
  font-weight: 800;
  letter-spacing: -0.03em;
  margin: 0;
  color: var(--ink);
}
h2.title {
  font-size: 72px;
  line-height: 1.05;
  font-weight: 700;
  letter-spacing: -0.025em;
  margin: 0 0 24px 0;
  color: var(--ink);
  text-wrap: balance;
}
h3.subtitle {
  font-size: 44px;
  line-height: 1.15;
  font-weight: 500;
  letter-spacing: -0.015em;
  color: var(--slate-300);
  margin: 0;
  text-wrap: balance;
}
.body {
  font-size: 32px;
  line-height: 1.5;
  color: var(--slate-300);
  text-wrap: pretty;
  margin: 0;
}
.body.large { font-size: 38px; line-height: 1.4; color: var(--ink); }
.small { font-size: 26px; color: var(--ink-muted); line-height: 1.5; }
.kicker { font-size: 26px; color: var(--ink-muted); letter-spacing: 0.04em; }

.gold { color: var(--gold); }
.ink { color: var(--ink); }
.muted { color: var(--ink-muted); }

/* ============ Buttons / Pills / Badges ============ */
.pill {
  display: inline-flex; align-items: center; gap: 10px;
  padding: 10px 18px;
  border: 1px solid rgba(251,191,36,0.4);
  background: rgba(251,191,36,0.08);
  color: var(--gold);
  border-radius: 999px;
  font-size: 22px;
  font-weight: 600;
  letter-spacing: 0.04em;
}
.pill.neutral {
  border-color: rgba(148,163,184,.3);
  background: rgba(148,163,184,.06);
  color: var(--slate-300);
}

/* ============ Cards ============ */
.card {
  background: rgba(30, 41, 59, 0.6);
  border: 1px solid rgba(148,163,184,0.15);
  border-radius: 18px;
  padding: 28px 30px;
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.card .icn {
  width: 48px; height: 48px;
  border-radius: 12px;
  background: rgba(251,191,36,0.12);
  color: var(--gold);
  display: flex; align-items: center; justify-content: center;
  font-size: 24px;
}
.card h4 {
  font-size: 28px;
  font-weight: 700;
  margin: 0;
  color: var(--ink);
  letter-spacing: -0.01em;
}
.card p {
  font-size: 24px;
  line-height: 1.4;
  color: var(--slate-300);
  margin: 0;
}
.pill {
  display: inline-flex; align-items: center; gap: 10px;
  padding: 10px 18px;
  border: 1px solid rgba(251,191,36,0.4);
  background: rgba(251,191,36,0.08);
  color: var(--gold);
  border-radius: 999px;
  font-size: 24px;
  font-weight: 600;
  letter-spacing: 0.04em;
}

/* ============ Cover slide ============ */
.cover {
  background: radial-gradient(ellipse 90% 70% at 70% 30%, rgba(251,191,36,0.10), transparent 60%),
              radial-gradient(ellipse 80% 60% at 20% 80%, rgba(251,191,36,0.06), transparent 65%),
              var(--navy-900);
}
.cover-grid {
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(148,163,184,0.06) 1px, transparent 1px),
    linear-gradient(90deg, rgba(148,163,184,0.06) 1px, transparent 1px);
  background-size: 80px 80px;
  mask-image: radial-gradient(ellipse 80% 60% at 50% 50%, black 30%, transparent 80%);
}

/* ============ Section header ============ */
.section-header {
  background: var(--navy-800);
}
.section-num {
  font-size: 240px;
  font-weight: 800;
  line-height: 0.85;
  color: rgba(251,191,36,0.18);
  letter-spacing: -0.05em;
  font-variant-numeric: tabular-nums;
}

/* ============ Step diagram ============ */
.steps {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 28px;
}
.step {
  background: rgba(30, 41, 59, 0.5);
  border: 1px solid rgba(148,163,184,0.15);
  border-radius: 20px;
  padding: 32px 28px;
  position: relative;
  display: flex; flex-direction: column; gap: 18px;
  min-height: 380px;
}
.step .num {
  font-size: 22px;
  font-weight: 700;
  color: var(--gold);
  letter-spacing: 0.16em;
}
.step h4 {
  font-size: 30px;
  font-weight: 700;
  margin: 0;
  letter-spacing: -0.01em;
}
.step p {
  font-size: 22px;
  color: var(--slate-300);
  margin: 0;
  line-height: 1.45;
}
.step .illus {
  height: 130px;
  display: flex; align-items: center; justify-content: center;
  margin-top: auto;
}

/* ============ TV mockup ============ */
.tv {
  background: #000;
  border: 16px solid #1f2937;
  border-radius: 18px;
  position: relative;
  box-shadow: 0 30px 80px rgba(0,0,0,0.6);
  overflow: hidden;
}
.tv::after {
  content: '';
  position: absolute; bottom: -28px; left: 50%; transform: translateX(-50%);
  width: 80px; height: 12px;
  background: #1f2937; border-radius: 0 0 6px 6px;
}

/* ============ Misc ============ */
.row { display: flex; gap: 24px; align-items: stretch; }
.col { display: flex; flex-direction: column; gap: 24px; }
.divider { height: 1px; background: rgba(148,163,184,0.15); width: 100%; }

ul.clean {
  margin: 0; padding: 0; list-style: none;
  display: flex; flex-direction: column; gap: 18px;
}
ul.clean li {
  font-size: 28px;
  color: var(--slate-300);
  display: flex; gap: 16px; align-items: flex-start;
  line-height: 1.4;
}
ul.clean li .b {
  flex: none; width: 8px; height: 8px; border-radius: 999px;
  background: var(--gold); margin-top: 16px;
}

table.price {
  width: 100%;
  border-collapse: collapse;
  font-size: 26px;
}
table.price th, table.price td {
  padding: 14px 20px;
  text-align: left;
  border-bottom: 1px solid rgba(148,163,184,0.15);
}
table.price th {
  font-size: 24px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--ink-muted);
  font-weight: 600;
}
table.price td.price-cell {
  font-size: 30px;
  font-weight: 700;
  color: var(--gold);
  font-variant-numeric: tabular-nums;
}
