:root {
  --green:         #00D855;
  --green-deep:    #105000;
  --green-soft:    #E6FBEE;

  --ink:           #111111;
  --ink-soft:      #333333;
  --muted:         #666666;
  --muted-light:   #999999;

  --surface:       #FFFFFF;
  --surface-soft:  #F7F7F7;
  --divider:       #EEEEEE;

  --accent-blue:   #2563EB;
  --accent-blue-soft: #EFF4FF;
  --accent-purple: #7C3AED;
  --accent-purple-soft: #F4EEFF;

  --ss-ink:        #000000;
  --ss-soft:       #F3F2EF;
  --ss-black:      #000000;

  --radius:        12px;
  --radius-lg:     18px;
  --shadow-1:      0 1px 2px rgba(17,17,17,0.04), 0 4px 12px rgba(17,17,17,0.06);
  --shadow-2:      0 4px 12px rgba(17,17,17,0.06), 0 16px 48px rgba(17,17,17,0.08);

  --slide-pad-y:   max(48px, 5vh);
  --slide-pad-x:   max(48px, 5vw);
  --slide-max:     1240px;

  --font-sans:     "Segoe UI", -apple-system, BlinkMacSystemFont, "Helvetica Neue", system-ui, sans-serif;
}

* { box-sizing: border-box; }

html, body {
  margin: 0;
  padding: 0;
  background: var(--surface-soft);
  color: var(--ink);
  font-family: var(--font-sans);
  font-size: 16px;
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

a { color: inherit; }

img { max-width: 100%; height: auto; display: block; }

/* ===== Deck container ===== */

.deck {
  scroll-snap-type: y mandatory;
  overflow-y: scroll;
  scroll-behavior: smooth;
  height: 100vh;
  scrollbar-width: none;
}
.deck::-webkit-scrollbar { display: none; }

@media (prefers-reduced-motion: reduce) {
  .deck { scroll-behavior: auto; }
}

/* ===== Slide ===== */

.slide {
  scroll-snap-align: start;
  min-height: 100vh;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: var(--slide-pad-y) var(--slide-pad-x);
  background: var(--surface);
  position: relative;
}

.slide:nth-child(even) { background: var(--surface-soft); }

.slide-inner {
  width: 100%;
  max-width: var(--slide-max);
  margin: 0 auto;
}

.slide-head {
  margin-bottom: clamp(24px, 4vh, 48px);
}

.slide-eyebrow {
  margin: 0 0 12px;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--green-deep);
}

.slide-eyebrow--accent { color: var(--ss-ink); }

.slide-title {
  margin: 0 0 12px;
  font-size: clamp(28px, 4vw, 44px);
  font-weight: 700;
  letter-spacing: -0.02em;
  line-height: 1.15;
  color: var(--ink);
}

.slide-lede {
  margin: 0;
  font-size: clamp(16px, 1.6vw, 19px);
  line-height: 1.55;
  color: var(--muted);
  max-width: 880px;
}

.slide-meta {
  margin: 0;
  font-size: clamp(15px, 1.4vw, 18px);
  color: var(--ink-soft);
}
.slide-meta strong { color: var(--green-deep); }

.slide-foot {
  margin-top: clamp(20px, 3vh, 36px);
  padding-top: 20px;
  border-top: 1px solid var(--divider);
}
.foot-note {
  margin: 0;
  font-size: 13.5px;
  color: var(--muted);
  line-height: 1.55;
}
.foot-tagline {
  margin: 12px 0 0;
  font-size: 15px;
  font-weight: 600;
  color: var(--green-deep);
}

/* ===== Slide 1 — Cover ===== */

.slide--title {
  background:
    radial-gradient(1100px 600px at 90% -10%, var(--green-soft), transparent 55%),
    radial-gradient(800px 500px at -5% 105%, var(--ss-soft), transparent 55%),
    var(--surface);
}

.cover {
  display: grid;
  grid-template-rows: auto auto 1fr auto;
  align-content: center;
  justify-items: center;
  text-align: center;
  width: 100%;
  max-width: 1080px;
  gap: clamp(28px, 4.5vh, 56px);
  padding: clamp(20px, 4vh, 40px) 0;
}

.cover-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 6px 14px 6px 10px;
  background: var(--surface);
  border: 1px solid var(--divider);
  border-radius: 999px;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--ink);
  box-shadow: var(--shadow-1);
}
.cover-eyebrow-dot {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--green);
  box-shadow: 0 0 0 3px rgba(0,216,85,0.18);
}
.cover-eyebrow-sep { color: var(--muted-light); font-weight: 400; }
.cover-eyebrow-text--muted { color: var(--muted); font-weight: 600; }

.cover-lockup {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: clamp(24px, 4.5vw, 60px);
  width: 100%;
  max-width: 920px;
}

.cover-logo {
  height: clamp(40px, 6.5vh, 76px);
  width: auto;
  object-fit: contain;
  flex-shrink: 1;
  max-width: 42%;
}
.cover-logo--ss { height: clamp(60px, 9.5vh, 110px); }

.cover-wordmark {
  font-size: clamp(30px, 4.6vw, 56px);
  font-weight: 500;
  letter-spacing: -0.02em;
  color: var(--ink);
  line-height: 1;
  white-space: nowrap;
  flex-shrink: 1;
}

.cover-lockup-x {
  font-size: clamp(20px, 2.4vw, 32px);
  font-weight: 300;
  color: var(--muted-light);
  line-height: 1;
  user-select: none;
  flex-shrink: 0;
}

.cover-headline { max-width: 760px; }
.cover-title {
  margin: 0 0 12px;
  font-size: clamp(28px, 4.4vw, 52px);
  font-weight: 800;
  letter-spacing: -0.025em;
  line-height: 1.1;
  color: var(--ink);
}
.cover-sub {
  margin: 0;
  font-size: clamp(15px, 1.5vw, 19px);
  line-height: 1.5;
  color: var(--muted);
}

.cover-foot {
  width: 100%;
  max-width: 880px;
  padding-top: clamp(16px, 3vh, 28px);
  border-top: 1px solid var(--divider);
}
.cover-credits {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: clamp(16px, 2vw, 32px);
  margin: 0;
  text-align: left;
}
.cover-credits > div { display: grid; gap: 2px; }
.cover-credits dt {
  font-size: 10.5px;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--muted-light);
  margin-bottom: 4px;
}
.cover-credits dd {
  margin: 0;
  font-size: 13.5px;
  font-weight: 600;
  color: var(--ink);
  line-height: 1.4;
}
.cover-credits-meta {
  font-size: 12px !important;
  font-weight: 500 !important;
  color: var(--muted) !important;
}

@media (max-width: 720px) {
  .cover-lockup { gap: 16px; }
  .cover-logo { height: 36px; }
  .cover-logo--ss { height: 54px; }
  .cover-credits { grid-template-columns: 1fr; gap: 14px; }
}

/* ===== Slide 2 / 9 — KPI ===== */

.kpi-headline {
  text-align: center;
  margin: 8px auto clamp(28px, 4vh, 44px);
  max-width: 720px;
}
.kpi-headline-label {
  margin: 0 0 8px;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--muted);
}
.kpi-headline-number {
  margin: 0;
  font-size: clamp(40px, 6vw, 70px);
  font-weight: 800;
  letter-spacing: -0.035em;
  line-height: 1;
  color: var(--ink);
}
.kpi-headline-sub {
  margin: 12px 0 0;
  font-size: clamp(14px, 1.4vw, 17px);
  color: var(--muted);
}

.kpi-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: clamp(16px, 2vw, 28px);
}

.kpi-tile {
  background: var(--surface);
  border: 1px solid var(--divider);
  border-radius: var(--radius);
  padding: clamp(20px, 2vw, 28px);
  box-shadow: var(--shadow-1);
  transition: transform 200ms ease, box-shadow 200ms ease;
}
.kpi-tile:hover {
  transform: translateY(-2px);
  box-shadow: var(--shadow-2);
}
.kpi-tile--green {
  border-color: rgba(0,216,85,0.45);
  box-shadow: 0 0 0 1px rgba(0,216,85,0.12), var(--shadow-1);
}

.kpi-tile-name {
  margin: 0 0 10px;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--muted);
}
.kpi-tile-number {
  margin: 0 0 6px;
  font-size: clamp(24px, 2.6vw, 34px);
  font-weight: 800;
  letter-spacing: -0.02em;
  color: var(--ink);
}
.kpi-tile--green .kpi-tile-number { color: var(--green-deep); }

.kpi-tile-meta {
  margin: 0 0 14px;
  font-size: 13px;
  color: var(--muted);
}
.kpi-tile-body {
  margin: 0;
  font-size: 14.5px;
  color: var(--ink-soft);
  line-height: 1.55;
}

/* Stat grid (slide 9) */
.stat-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: clamp(16px, 2vw, 24px);
}
.stat-tile {
  background: var(--surface);
  border: 1px solid var(--divider);
  border-radius: var(--radius);
  padding: clamp(20px, 2vw, 28px);
  box-shadow: var(--shadow-1);
  transition: transform 200ms ease, box-shadow 200ms ease;
}
.stat-tile:hover {
  transform: translateY(-2px);
  box-shadow: var(--shadow-2);
}
.stat-tile--feature {
  background: linear-gradient(180deg, rgba(0,216,85,0.04) 0%, var(--surface) 60%);
  border-color: rgba(0,216,85,0.25);
}
.stat-num {
  margin: 0 0 6px;
  font-size: clamp(28px, 3.4vw, 44px);
  font-weight: 800;
  letter-spacing: -0.02em;
  color: var(--green);
  line-height: 1.05;
}
.stat-num--word {
  font-size: clamp(22px, 2.6vw, 32px);
  color: var(--green-deep);
  letter-spacing: -0.01em;
}
.stat-name {
  margin: 0 0 10px;
  font-size: 13.5px;
  font-weight: 600;
  letter-spacing: 0.04em;
  color: var(--ink);
  text-transform: uppercase;
}
.stat-badge {
  margin: 0 0 10px;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 4px 10px;
  background: var(--green-soft);
  color: var(--green-deep);
  border-radius: 999px;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}
.stat-badge-tick { font-size: 12px; line-height: 1; }
.stat-body {
  margin: 0;
  font-size: 14px;
  color: var(--muted);
  line-height: 1.55;
}

/* ===== Detail slides (3, 6, 7) ===== */

.detail-grid {
  display: grid;
  grid-template-columns: 1.15fr 1fr;
  gap: clamp(28px, 3vw, 48px);
  align-items: start;
}

.detail-prose p {
  margin: 0 0 14px;
  font-size: 15.5px;
  line-height: 1.6;
  color: var(--ink-soft);
}
.detail-prose strong { color: var(--ink); }

.prose-h3 {
  margin: 22px 0 12px;
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: var(--green-deep);
}

.bullet-list {
  margin: 0 0 12px;
  padding: 0;
  list-style: none;
}
.bullet-list li {
  position: relative;
  padding: 0 0 10px 22px;
  font-size: 14.5px;
  color: var(--ink-soft);
  line-height: 1.55;
}
.bullet-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 9px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--green);
}

.prose-callout {
  margin: 18px 0 0;
  padding: 14px 18px;
  background: var(--green-soft);
  border-left: 3px solid var(--green);
  border-radius: 6px;
  font-size: 15px;
  color: var(--green-deep);
}

details.prose-method {
  margin: 12px 0 16px;
  padding: 0;
  background: var(--surface-soft);
  border: 1px solid var(--divider);
  border-radius: 8px;
  overflow: hidden;
}
details.prose-method[open] { background: var(--surface); }
details.prose-method > summary {
  padding: 10px 14px;
  cursor: pointer;
  list-style: none;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--muted);
  position: relative;
  user-select: none;
}
details.prose-method > summary::-webkit-details-marker { display: none; }
details.prose-method > summary::after {
  content: "+";
  position: absolute;
  right: 14px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 16px;
  color: var(--muted-light);
  font-weight: 400;
}
details.prose-method[open] > summary::after { content: "\2013"; }
details.prose-method > p {
  margin: 0 !important;
  padding: 0 14px 14px;
  font-size: 13px !important;
  color: var(--muted) !important;
  line-height: 1.6;
}

.detail-visual {
  display: grid;
  gap: 16px;
}

.screenshot {
  margin: 0;
  border-radius: var(--radius);
  overflow: hidden;
  background: var(--surface);
  border: 1px solid var(--divider);
  box-shadow: var(--shadow-1);
}
.screenshot img {
  display: block;
  width: 100%;
  height: auto;
}
.screenshot figcaption {
  padding: 8px 14px;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: var(--muted);
  background: var(--surface-soft);
  border-top: 1px solid var(--divider);
}
.screenshot--tall img { object-fit: contain; max-height: 480px; }

.visual-note {
  margin: 0;
  font-size: 13px;
  color: var(--muted);
  text-align: center;
  font-style: italic;
}

/* ===== Phased integration (slide 4) ===== */

.slide--inventory .slide-inner { max-width: 1280px; }
.slide--inventory .slide-head { margin-bottom: clamp(14px, 2vh, 22px); }
.slide--inventory .slide-title { font-size: clamp(22px, 2.8vw, 34px); margin-bottom: 8px; }
.slide--inventory .slide-lede { font-size: clamp(13px, 1.2vw, 15px); line-height: 1.5; }

.inv-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: clamp(10px, 1.2vw, 16px);
  align-items: stretch;
  margin: 0 0 clamp(10px, 1.5vh, 16px);
}

.inv-card {
  display: flex;
  flex-direction: column;
  background: var(--surface);
  border: 1px solid var(--divider);
  border-radius: var(--radius);
  padding: clamp(12px, 1.2vw, 18px);
  box-shadow: var(--shadow-1);
  transition: transform 200ms ease, box-shadow 200ms ease;
}
.inv-card:hover {
  transform: translateY(-2px);
  box-shadow: var(--shadow-2);
}
.inv-card--phase1 {
  border-color: rgba(0,216,85,0.35);
  background: linear-gradient(180deg, rgba(0,216,85,0.04) 0%, var(--surface) 28%);
  box-shadow: 0 0 0 3px rgba(0,216,85,0.05), var(--shadow-1);
}

.inv-card-head { margin-bottom: 10px; }

.inv-phase {
  display: inline-block;
  padding: 3px 9px;
  border-radius: 999px;
  background: var(--surface-soft);
  color: var(--muted);
  font-size: 10.5px;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  margin-bottom: 6px;
}
.inv-card--phase1 .inv-phase {
  background: var(--green);
  color: #062510;
}

.inv-name {
  margin: 0 0 6px;
  font-size: clamp(16px, 1.6vw, 19px);
  font-weight: 800;
  letter-spacing: -0.02em;
  color: var(--ink);
  line-height: 1.2;
}

.inv-stat {
  margin: 0 0 4px;
  display: flex;
  align-items: baseline;
  gap: 6px;
  flex-wrap: wrap;
}
.inv-stat-num {
  font-size: clamp(20px, 2.2vw, 26px);
  font-weight: 800;
  letter-spacing: -0.02em;
  color: var(--green);
  line-height: 1;
}
.inv-card--phase2 .inv-stat-num { color: var(--accent-blue); }
.inv-card--phase3 .inv-stat-num { color: var(--accent-purple); }
.inv-stat-meta {
  font-size: 12px;
  color: var(--muted);
  letter-spacing: 0.02em;
}

.inv-tld-line {
  margin: 0;
  font-size: 12px;
  color: var(--muted);
  line-height: 1.7;
}
.inv-tld-line strong { color: var(--ink); font-weight: 700; }
.inv-tld-line code {
  display: inline-block;
  margin: 2px 1px;
  padding: 1px 6px;
  background: var(--surface-soft);
  border: 1px solid var(--divider);
  border-radius: 4px;
  font-family: "SF Mono", "Consolas", monospace;
  font-size: 11px;
  color: var(--ink);
  letter-spacing: -0.01em;
}
.inv-card--phase1 .inv-tld-line code {
  background: var(--green);
  color: #062510;
  border-color: var(--green);
  font-weight: 700;
}

.inv-meta {
  margin: 6px 0 14px;
  padding: 12px 0 0;
  border-top: 1px solid var(--divider);
  display: grid;
  gap: 10px;
  flex: 1;
}
.inv-meta > div { display: grid; gap: 2px; }
.inv-meta dt {
  font-size: 10.5px;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--muted-light);
}
.inv-meta dd {
  margin: 0;
  font-size: 13px;
  color: var(--ink-soft);
  line-height: 1.5;
}
.inv-meta dd strong { color: var(--ink); }

.inv-recommend {
  margin: 0;
  padding: 10px 12px;
  background: var(--surface-soft);
  border-radius: 6px;
  font-size: 12.5px;
  color: var(--ink-soft);
  line-height: 1.55;
}
.inv-card--phase1 .inv-recommend {
  background: var(--green-soft);
  color: var(--green-deep);
}
.inv-recommend strong { color: var(--ink); }
.inv-card--phase1 .inv-recommend strong { color: var(--green-deep); }

.inv-foot { margin-top: 0; padding-top: 14px; }
.inv-foot-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  flex-wrap: wrap;
}
.inv-foot .foot-tagline {
  margin: 0;
  flex: 1;
  min-width: 320px;
  color: var(--ink-soft);
  font-weight: 500;
  font-size: 13px;
  line-height: 1.5;
}
.inv-foot .foot-tagline strong { color: var(--green-deep); font-weight: 700; }

.inv-foot-cta {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 10px 16px;
  background: var(--green);
  color: #062510;
  border-radius: 10px;
  font-size: 13.5px;
  font-weight: 700;
  text-decoration: none;
  transition: background 160ms ease, transform 160ms ease;
  white-space: nowrap;
}
.inv-foot-cta:hover {
  background: var(--green-deep);
  color: #fff;
  transform: translateY(-1px);
}
.inv-foot-cta-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 22px;
  height: 22px;
  border-radius: 50%;
  background: rgba(255,255,255,0.5);
  font-size: 12px;
  font-weight: 800;
}
.inv-foot-cta:hover .inv-foot-cta-icon { background: rgba(255,255,255,0.18); }
.inv-foot-cta-meta {
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  opacity: 0.7;
}

@media (max-width: 960px) {
  .inv-grid { grid-template-columns: 1fr; }
}

/* ===== Afternic TLD count (slide 5) ===== */

.slide--afternic-tlds .slide-inner { max-width: 980px; text-align: center; }
.slide--afternic-tlds .slide-head { text-align: left; }
.slide--afternic-tlds .slide-title .brand-num {
  color: var(--green);
  white-space: nowrap;
}

.afn-big {
  margin: clamp(20px, 4vh, 40px) auto clamp(20px, 3vh, 28px);
  padding: clamp(32px, 5vh, 56px) clamp(24px, 3vw, 48px);
  background: linear-gradient(180deg, var(--green-soft) 0%, var(--surface) 70%);
  border: 1px solid rgba(0,216,85,0.35);
  border-radius: var(--radius-lg);
  box-shadow: 0 0 0 6px rgba(0,216,85,0.05), var(--shadow-2);
}

.afn-big-num {
  margin: 0;
  font-size: clamp(96px, 18vw, 220px);
  font-weight: 800;
  letter-spacing: -0.04em;
  line-height: 0.95;
  color: var(--green);
}

.afn-big-label {
  margin: 4px 0 clamp(24px, 4vh, 36px);
  font-size: clamp(15px, 1.4vw, 18px);
  font-weight: 600;
  color: var(--ink-soft);
  letter-spacing: 0.01em;
}

.afn-download {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  padding: 14px 22px;
  background: var(--green);
  color: #062510;
  border-radius: 10px;
  font-weight: 700;
  font-size: 15px;
  text-decoration: none;
  transition: background 160ms ease, transform 160ms ease;
}
.afn-download:hover {
  background: var(--green-deep);
  color: #fff;
  transform: translateY(-1px);
}
.afn-download-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 26px;
  height: 26px;
  border-radius: 50%;
  background: rgba(255,255,255,0.5);
  font-size: 14px;
  font-weight: 800;
}
.afn-download:hover .afn-download-icon {
  background: rgba(255,255,255,0.18);
}
.afn-download-meta {
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  opacity: 0.7;
}

.slide--afternic-tlds .tld-aside { text-align: left; }

/* ===== TLD section (slide 8, expanded) ===== */

.tld-section {
  margin: 0 0 clamp(14px, 2vh, 20px);
  padding: clamp(16px, 1.8vw, 22px);
  background: var(--surface);
  border: 1px solid var(--divider);
  border-radius: var(--radius);
  box-shadow: var(--shadow-1);
}
.tld-section--featured {
  background: linear-gradient(180deg, rgba(0,216,85,0.05) 0%, var(--surface) 100%);
  border-color: rgba(0,216,85,0.35);
  box-shadow: 0 0 0 3px rgba(0,216,85,0.05), var(--shadow-1);
}

.tld-section-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 14px;
  flex-wrap: wrap;
}
.tld-section-eyebrow {
  margin: 0 0 4px;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--green-deep);
}
.tld-section-title {
  margin: 0 0 4px;
  font-size: clamp(17px, 1.6vw, 20px);
  font-weight: 800;
  letter-spacing: -0.01em;
  color: var(--ink);
}
.tld-section-sub {
  margin: 0;
  font-size: 13px;
  color: var(--muted);
}

.tld-download--compact {
  padding: 8px 14px;
  font-size: 13px;
}
.tld-download--compact .tld-download-icon {
  width: 18px;
  height: 18px;
  font-size: 11px;
}

.tld-grid--featured {
  margin-bottom: 0;
  grid-template-columns: repeat(auto-fit, minmax(96px, 1fr));
}

.tld-stats {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: clamp(12px, 1.5vw, 18px);
  margin: 0 0 clamp(14px, 2vh, 20px);
}

.tld-stat-card {
  padding: clamp(16px, 1.8vw, 22px);
  background: var(--surface);
  border: 1px solid var(--divider);
  border-radius: var(--radius);
  box-shadow: var(--shadow-1);
  display: flex;
  flex-direction: column;
}
.tld-stat-num {
  margin: 0 0 6px;
  font-size: clamp(28px, 3.2vw, 40px);
  font-weight: 800;
  letter-spacing: -0.02em;
  color: var(--accent-blue);
  line-height: 1;
}
.tld-stat-card:nth-child(2) .tld-stat-num { color: var(--accent-purple); }
.tld-stat-card--total .tld-stat-num { color: var(--green); }

.tld-stat-name {
  margin: 0 0 10px;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--ink);
}
.tld-stat-body {
  margin: 0 0 12px;
  font-size: 12.5px;
  color: var(--muted);
  line-height: 1.55;
  flex: 1;
}

.tld-stat-card--total {
  background: linear-gradient(180deg, rgba(0,216,85,0.05) 0%, var(--surface) 100%);
  border-color: rgba(0,216,85,0.35);
}
.tld-stat-cta {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 8px 12px;
  background: var(--green);
  color: #062510;
  border-radius: 8px;
  font-size: 12.5px;
  font-weight: 700;
  text-decoration: none;
  align-self: flex-start;
  transition: background 160ms ease, transform 160ms ease;
}
.tld-stat-cta:hover {
  background: var(--green-deep);
  color: #fff;
  transform: translateY(-1px);
}

@media (max-width: 960px) {
  .tld-stats { grid-template-columns: 1fr; }
  .tld-section-head { flex-direction: column; align-items: flex-start; }
}

/* ===== Reseller demo (slide 3) ===== */

.slide--reseller .slide-inner { max-width: 1280px; }

.reseller-lede {
  margin: 0 0 clamp(20px, 3vh, 28px);
  font-size: clamp(15px, 1.4vw, 18px);
  line-height: 1.55;
  color: var(--ink-soft);
  max-width: 980px;
}
.reseller-lede strong { color: var(--ink); }

.reseller-foot {
  margin: clamp(20px, 3vh, 28px) 0 0;
  padding: 14px 18px;
  background: var(--green-soft);
  border-left: 3px solid var(--green);
  border-radius: 6px;
  font-size: 14.5px;
  color: var(--green-deep);
  line-height: 1.55;
}
.reseller-foot strong { color: var(--ink); font-weight: 700; }

.demo-frame {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  gap: clamp(12px, 1.5vw, 20px);
  align-items: stretch;
}

.demo-panel {
  display: flex;
  flex-direction: column;
  min-width: 0;
}

.demo-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
  margin-bottom: 10px;
  flex-wrap: wrap;
}

.demo-pill {
  display: inline-flex;
  align-items: center;
  padding: 4px 10px;
  border-radius: 999px;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}
.demo-pill--muted {
  background: var(--surface-soft);
  color: var(--muted);
  border: 1px solid var(--divider);
}
.demo-pill--brand {
  background: var(--green);
  color: #062510;
}

.demo-label {
  font-size: 12px;
  color: var(--muted-light);
}

.demo-window {
  flex: 1;
  background: var(--surface);
  border: 1px solid var(--divider);
  border-radius: var(--radius);
  overflow: hidden;
  box-shadow: var(--shadow-1);
}
.demo-panel--after .demo-window {
  border-color: rgba(0,216,85,0.35);
  box-shadow: 0 0 0 3px rgba(0,216,85,0.06), var(--shadow-2);
}

.demo-shot {
  display: block;
  width: 100%;
  height: auto;
  background: var(--surface);
  border: 1px solid var(--divider);
  border-radius: var(--radius);
  box-shadow: var(--shadow-1);
}
.demo-panel--after .demo-shot {
  border-color: rgba(0,216,85,0.35);
  box-shadow: 0 0 0 3px rgba(0,216,85,0.06), var(--shadow-2);
}

.demo-panel { margin: 0; }
.demo-panel .demo-foot { margin-top: 10px; }

.demo-titlebar {
  display: flex;
  align-items: center;
  gap: 6px;
  padding: 8px 12px;
  background: var(--surface-soft);
  border-bottom: 1px solid var(--divider);
}
.demo-dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--divider);
}
.demo-url {
  margin-left: 8px;
  font-size: 11px;
  color: var(--muted-light);
  font-family: "SF Mono", "Consolas", monospace;
  letter-spacing: -0.01em;
}

.demo-body {
  padding: 14px 16px 16px;
}

.demo-h {
  margin: 0 0 8px;
  font-size: 12px;
  font-weight: 600;
  color: var(--muted);
}

.demo-input {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 0 6px 0 10px;
  background: var(--surface);
  border: 2px solid var(--accent-blue);
  border-radius: 8px;
  margin-bottom: 14px;
  height: 36px;
}
.demo-input-icon { font-size: 12px; color: var(--muted-light); }
.demo-input-text {
  flex: 1;
  font-size: 13px;
  color: var(--ink);
  font-family: "SF Mono", "Consolas", monospace;
}
.demo-input-cta {
  background: var(--accent-blue);
  color: #fff;
  border: 0;
  height: 28px;
  padding: 0 14px;
  border-radius: 6px;
  font-size: 12px;
  font-weight: 600;
  font-family: inherit;
}
.demo-input-cta[disabled] { opacity: 0.85; cursor: default; }

.demo-warn {
  display: flex;
  gap: 10px;
  padding: 10px 12px;
  background: #FFF8E6;
  border: 1px solid #F2C849;
  border-radius: 8px;
  margin-bottom: 12px;
}
.demo-warn-icon {
  font-size: 14px;
  line-height: 1.4;
  color: #B07A00;
}
.demo-warn-title {
  margin: 0 0 2px;
  font-size: 12.5px;
  color: var(--ink);
}
.demo-warn-body {
  margin: 0;
  font-size: 11.5px;
  color: var(--muted);
  line-height: 1.5;
}

.demo-premium {
  padding: 14px;
  background:
    linear-gradient(180deg, rgba(0,216,85,0.05) 0%, var(--surface) 100%);
  border: 1.5px solid var(--green);
  border-radius: 8px;
  margin-bottom: 12px;
}
.demo-premium-badge {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 4px 10px;
  background: #FFF4D6;
  color: #8A6300;
  border: 1px solid #F2C849;
  border-radius: 999px;
  font-size: 10.5px;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  margin-bottom: 10px;
}
.demo-premium-gem { font-size: 11px; color: #B07A00; }
.demo-premium-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  flex-wrap: wrap;
}
.demo-premium-name {
  margin: 0 0 4px;
  font-size: 13.5px;
  color: var(--ink);
}
.demo-premium-meta {
  margin: 0;
  font-size: 11.5px;
  color: var(--green-deep);
  font-weight: 600;
}
.demo-premium-price { text-align: right; }
.demo-premium-amount {
  margin: 0 0 6px;
  font-size: 20px;
  font-weight: 800;
  color: var(--ink);
  letter-spacing: -0.01em;
}
.demo-premium-cta {
  border: 1px solid var(--accent-blue);
  background: transparent;
  color: var(--accent-blue);
  font-weight: 600;
  font-size: 12px;
  padding: 6px 14px;
  border-radius: 6px;
  cursor: default;
  font-family: inherit;
}

.demo-sub {
  margin: 0 0 6px;
  font-size: 11.5px;
  font-weight: 600;
  color: var(--muted);
}

.demo-list {
  list-style: none;
  margin: 0 0 12px;
  padding: 0;
  border-top: 1px solid var(--divider);
}
.demo-list li {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 7px 0;
  border-bottom: 1px solid var(--divider);
  font-size: 12.5px;
}
.demo-list-name {
  color: var(--ink-soft);
  font-family: "SF Mono", "Consolas", monospace;
}
.demo-list-price {
  color: var(--muted);
  font-weight: 600;
  font-variant-numeric: tabular-nums;
}

.demo-foot {
  margin: 10px 0 0;
  padding: 8px 10px;
  border-radius: 6px;
  font-size: 12px;
  line-height: 1.5;
  color: var(--ink-soft);
}
.demo-foot--lost {
  background: var(--surface-soft);
  color: var(--muted);
}
.demo-foot--win {
  background: var(--green-soft);
  color: var(--green-deep);
}
.demo-foot-tag {
  display: inline-block;
  margin-right: 8px;
  font-size: 9.5px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--muted-light);
}
.demo-foot-tag--brand { color: var(--green); }

.demo-arrow {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 0 4px;
}
.demo-arrow-line {
  flex: 1;
  width: 2px;
  background: linear-gradient(180deg, transparent, var(--green) 50%, transparent);
  min-height: 30px;
}
.demo-arrow-pill {
  padding: 6px 12px;
  background: var(--ss-ink);
  color: #fff;
  border-radius: 999px;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  white-space: nowrap;
}

@media (max-width: 960px) {
  .demo-frame {
    grid-template-columns: 1fr;
  }
  .demo-arrow {
    flex-direction: row;
    padding: 4px 0;
  }
  .demo-arrow-line {
    width: auto;
    height: 2px;
    min-height: 0;
    background: linear-gradient(90deg, transparent, var(--green) 50%, transparent);
  }
}

/* ===== Columns (slide 4) ===== */

.column-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: clamp(20px, 2vw, 32px);
}

.column-card {
  background: var(--surface);
  border: 1px solid var(--divider);
  border-radius: var(--radius);
  padding: clamp(22px, 2.2vw, 30px);
  box-shadow: var(--shadow-1);
}
.column-num {
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.16em;
  color: var(--green);
  margin-bottom: 14px;
}
.column-title {
  margin: 0 0 12px;
  font-size: clamp(17px, 1.6vw, 20px);
  font-weight: 700;
  color: var(--ink);
  letter-spacing: -0.01em;
}
.column-card p {
  margin: 0;
  font-size: 14.5px;
  color: var(--ink-soft);
  line-height: 1.6;
}
.column-card p strong { color: var(--ink); }

/* ===== Cards (slide 5) ===== */

.lever-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: clamp(20px, 2vw, 32px);
}

.lever-card {
  background: var(--surface);
  border: 1px solid var(--divider);
  border-radius: var(--radius);
  padding: clamp(22px, 2.2vw, 30px);
  box-shadow: var(--shadow-1);
  position: relative;
}

.lever-num {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 10px;
  background: var(--green);
  color: var(--surface);
  font-weight: 800;
  font-size: 18px;
  margin-bottom: 16px;
}

.lever-title {
  margin: 0 0 12px;
  font-size: clamp(17px, 1.6vw, 21px);
  font-weight: 700;
  color: var(--ink);
}

.lever-card p {
  margin: 0 0 10px;
  font-size: 14.5px;
  color: var(--ink-soft);
  line-height: 1.6;
}

.lever-example {
  margin-top: 12px !important;
  padding: 10px 12px;
  background: var(--surface-soft);
  border-radius: 8px;
  font-size: 13px !important;
  color: var(--muted) !important;
}
.example-tag {
  display: inline-block;
  margin-right: 6px;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--ss-ink);
}
.lever-example code {
  background: var(--surface);
  padding: 1px 6px;
  border-radius: 4px;
  font-family: "SF Mono", "Consolas", monospace;
  font-size: 12.5px;
  color: var(--ink);
  border: 1px solid var(--divider);
}

/* ===== Revenue table (slide 8) ===== */

.rev-table {
  display: grid;
  border: 1px solid var(--divider);
  border-radius: var(--radius);
  overflow: hidden;
  background: var(--surface);
  box-shadow: var(--shadow-1);
}
.rev-row {
  display: grid;
  grid-template-columns: 1.4fr 1fr 0.8fr 1.2fr;
  border-top: 1px solid var(--divider);
}
.rev-row:first-child { border-top: 0; }
.rev-row--head {
  background: var(--surface-soft);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--muted);
}
.rev-row--total {
  background: var(--green-soft);
  font-size: 16px;
}
.rev-row--total .rev-cell { color: var(--green-deep); }

.rev-cell {
  padding: 16px 20px;
  font-size: 15px;
  color: var(--ink-soft);
  display: flex;
  align-items: center;
  gap: 8px;
}
.rev-cell--product { font-weight: 600; color: var(--ink); }
.rev-cell--ss {
  background: rgba(0,0,0,0.035);
  font-weight: 700;
  color: var(--ss-ink);
}
.rev-row--total .rev-cell--ss { color: var(--green-deep); background: transparent; }

.rev-dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  display: inline-block;
}
.rev-dot--green  { background: var(--green); }
.rev-dot--blue   { background: var(--accent-blue); }
.rev-dot--purple { background: var(--accent-purple); }

/* ===== TLDs (slide 7) ===== */

.slide--tlds .slide-inner { max-width: 1100px; }

.tld-actions {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  margin: 0 0 clamp(16px, 2.5vh, 24px);
  padding: 14px 18px;
  background: var(--surface);
  border: 1px solid var(--divider);
  border-radius: var(--radius);
  box-shadow: var(--shadow-1);
  flex-wrap: wrap;
}

.tld-download {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 10px 16px;
  background: var(--green);
  color: #062510;
  border-radius: 8px;
  font-weight: 700;
  font-size: 14px;
  letter-spacing: 0.01em;
  text-decoration: none;
  transition: background 160ms ease, transform 160ms ease;
}
.tld-download:hover {
  background: var(--green-deep);
  color: #fff;
  transform: translateY(-1px);
}
.tld-download-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 22px;
  height: 22px;
  border-radius: 50%;
  background: rgba(255,255,255,0.5);
  font-size: 13px;
  font-weight: 800;
}
.tld-download:hover .tld-download-icon {
  background: rgba(255,255,255,0.18);
}
.tld-download-meta {
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  opacity: 0.7;
  margin-left: 4px;
}

.tld-count {
  margin: 0;
  font-size: 13px;
  color: var(--muted);
  letter-spacing: 0.04em;
}
.tld-count strong {
  font-size: 18px;
  color: var(--ink);
  margin-right: 4px;
  font-weight: 800;
  letter-spacing: -0.01em;
}

.tld-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(110px, 1fr));
  gap: 8px;
  list-style: none;
  margin: 0 0 clamp(20px, 3vh, 28px);
  padding: 0;
}

.tld-chip {
  padding: 10px 14px;
  background: var(--surface);
  border: 1px solid var(--divider);
  border-radius: 8px;
  font-family: "SF Mono", "Consolas", "Menlo", monospace;
  font-size: 14px;
  font-weight: 600;
  color: var(--ink);
  text-align: center;
  letter-spacing: -0.01em;
  transition: border-color 140ms ease, transform 140ms ease, background 140ms ease;
}
.tld-chip:hover {
  border-color: var(--green);
  background: var(--green-soft);
  transform: translateY(-1px);
}

.tld-chip--core {
  background: var(--green);
  color: #062510;
  border-color: var(--green);
  font-weight: 800;
}
.tld-chip--core:hover {
  background: var(--green-deep);
  color: #fff;
  border-color: var(--green-deep);
}

.tld-chip--opp {
  background: var(--green-soft);
  border: 1.5px dashed var(--green);
  color: var(--green-deep);
  font-weight: 800;
  position: relative;
}
.tld-chip--opp::after {
  content: "+";
  position: absolute;
  top: -7px;
  right: -7px;
  width: 16px;
  height: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--green);
  color: #062510;
  border-radius: 50%;
  font-size: 12px;
  font-weight: 800;
  line-height: 1;
  box-shadow: 0 0 0 2px var(--surface);
}
.tld-chip--opp:hover {
  background: var(--green);
  color: #062510;
  border-color: var(--green);
  transform: translateY(-1px);
}

.tld-legend {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 22px;
  margin: 0 0 clamp(12px, 2vh, 18px);
  padding-left: 2px;
}
.tld-legend-item {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 12.5px;
  color: var(--ink-soft);
  font-weight: 500;
}
.tld-legend-key {
  width: 26px;
  height: 16px;
  border-radius: 5px;
  flex-shrink: 0;
}
.tld-legend-key--core { background: var(--green); }
.tld-legend-key--opp {
  background: var(--green-soft);
  border: 1.5px dashed var(--green);
}

.tld-aside {
  padding: 14px 18px;
  background: var(--ss-soft);
  border-left: 3px solid var(--ss-ink);
  border-radius: 6px;
}
.tld-aside p {
  margin: 0;
  font-size: 13.5px;
  color: var(--ink-soft);
  line-height: 1.55;
}
.tld-aside strong { color: var(--ss-ink); font-weight: 700; }

@media (max-width: 640px) {
  .tld-grid { grid-template-columns: repeat(auto-fill, minmax(90px, 1fr)); }
  .tld-chip { font-size: 13px; padding: 8px 10px; }
  .tld-actions { flex-direction: column; align-items: stretch; }
  .tld-download { justify-content: center; }
}

/* ===== Expiry marketing (slide 9) ===== */

.slide--exm .slide-inner { max-width: 1320px; }
.slide--exm .slide-head { margin-bottom: clamp(14px, 2.2vh, 22px); }
.slide--exm .slide-title { font-size: clamp(22px, 2.8vw, 34px); margin-bottom: 8px; }
.slide--exm .slide-lede { font-size: clamp(13px, 1.2vw, 15px); line-height: 1.5; max-width: 920px; }
.slide--exm .exm-num { color: var(--green); white-space: nowrap; }

.exm-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: clamp(8px, 1vw, 14px);
  margin: 0 0 clamp(10px, 1.5vh, 14px);
}
.exm-grid--four { grid-template-columns: repeat(4, 1fr); }

.exm-card {
  display: flex;
  flex-direction: column;
  background: var(--surface);
  border: 1px solid var(--divider);
  border-radius: var(--radius);
  box-shadow: var(--shadow-1);
  overflow: hidden;
}

.exm-figure {
  margin: 0;
  background: var(--surface-soft);
  aspect-ratio: 16 / 10;
  overflow: hidden;
  position: relative;
}
.exm-figure img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.exm-card--email .exm-figure img       { object-position: center top; }
.exm-card--search .exm-figure img      { object-position: left center; }
.exm-card--recommend .exm-figure img   { object-position: left center; }
.exm-card--postpurchase .exm-figure img { object-position: left bottom; }

.exm-head {
  padding: 12px 14px 14px;
}
.exm-eyebrow {
  margin: 0 0 4px;
  font-size: 10.5px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--green-deep);
}
.exm-title {
  margin: 0 0 6px;
  font-size: clamp(14px, 1.35vw, 17px);
  font-weight: 700;
  color: var(--ink);
  letter-spacing: -0.01em;
}
.exm-body {
  margin: 0;
  font-size: 12.5px;
  color: var(--ink-soft);
  line-height: 1.45;
}
.exm-body strong { color: var(--ink); }

.exm-aside {
  padding: 12px 16px;
  background: var(--ss-soft);
  border-left: 3px solid var(--ss-ink);
  border-radius: 6px;
}
.exm-aside p {
  margin: 0;
  font-size: 13px;
  color: var(--ink-soft);
  line-height: 1.5;
}
.exm-aside strong { color: var(--ss-ink); font-weight: 700; }

@media (max-width: 1200px) {
  .exm-grid--four { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 720px) {
  .exm-grid, .exm-grid--four { grid-template-columns: 1fr; }
  .exm-figure { aspect-ratio: 16 / 8; }
}

/* ===== Expiry timeline (slide 8) ===== */

.slide--timeline .slide-inner { max-width: 1320px; }
.slide--timeline .slide-head { margin-bottom: clamp(16px, 2.5vh, 24px); }
.slide--timeline .slide-title { font-size: clamp(22px, 2.8vw, 34px); margin-bottom: 8px; }
.slide--timeline .slide-lede { font-size: clamp(13px, 1.2vw, 15px); line-height: 1.5; max-width: 880px; }

.tl-frame {
  position: relative;
  margin: 0 0 clamp(14px, 2.5vh, 22px);
  padding: 0 12px;
}

/* Pin rows */
.tl-pins {
  position: relative;
  height: 70px;
}
.tl-pin {
  position: absolute;
  left: var(--pos);
  top: 0;
  bottom: 0;
  width: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  overflow: visible;
}
.tl-pin-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  background: var(--surface);
  border: 1px solid var(--divider);
  border-radius: 8px;
  padding: 5px 10px;
  box-shadow: var(--shadow-1);
  width: max-content;
  max-width: 140px;
  text-align: center;
}
.tl-pin-day {
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.08em;
  color: var(--green-deep);
  text-transform: uppercase;
  line-height: 1.2;
}
.tl-pin-label {
  font-size: 11.5px;
  font-weight: 600;
  color: var(--ink);
  line-height: 1.25;
  margin-top: 1px;
}
.tl-pin-stem {
  width: 1px;
  flex: 1;
  background: var(--divider);
  margin: 2px 0;
}
.tl-pin-dot {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: var(--surface);
  border: 2px solid var(--green);
  box-shadow: 0 0 0 2px var(--surface);
  z-index: 2;
  position: relative;
}
.tl-pin--start .tl-pin-dot { border-color: var(--muted); }
.tl-pin--end .tl-pin-dot { border-color: var(--green-deep); background: var(--green); }

/* Pin variants per phase via position */
.tl-pins--above .tl-pin { padding-bottom: 0; }
.tl-pins--above .tl-pin-dot { margin-bottom: -6px; }
.tl-pins--below .tl-pin-dot { margin-top: -6px; }

/* Track with phase bands. No border — a border would inset the bands by
   1px on each side relative to the pin positions (which use the same
   parent width), causing visible drift. The band background colors
   provide visual definition. */
.tl-track {
  display: flex;
  height: 40px;
  border-radius: 8px;
  overflow: hidden;
  position: relative;
  z-index: 1;
}
.tl-band {
  width: var(--w);
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 0 8px;
  text-align: center;
  overflow: hidden;
  min-width: 0;
}
.tl-band-name {
  font-weight: 700;
  font-size: 11px;
  letter-spacing: 0.04em;
  color: var(--ink);
  line-height: 1.1;
}
.tl-band-days {
  font-size: 10px;
  color: var(--muted);
  margin-top: 2px;
  line-height: 1;
}
.tl-band--grace    { background: var(--surface-soft); }
.tl-band--listing  { background: rgba(0,216,85,0.07); }
.tl-band--auction  { background: rgba(0,216,85,0.20); }
.tl-band--closeout { background: rgba(0,0,0,0.10); }
.tl-band--transfer { background: var(--green); color: #062510; min-width: 8px; }
.tl-band--transfer .tl-band-name { color: #062510; }
.tl-band--listing .tl-band-name { font-size: 10.5px; }
.tl-band--listing .tl-band-days { font-size: 9.5px; }

/* Narrative cards below — proportional to the band widths above so each
   card sits beneath its phase on the timeline. Card 2 (Loading + Active
   auction) spans both bands. Transfer card has a min-width so its text
   stays readable even though the band is only ~2% of the track. */
.tl-narrative {
  display: grid;
  grid-template-columns:
    minmax(0, 4.88fr)
    minmax(0, 3.49fr)
    minmax(0, 1.40fr)
    minmax(120px, 0.50fr);
  gap: 8px;
  margin-top: clamp(10px, 2vh, 18px);
  padding: 0 12px;
}
.tl-card {
  padding: clamp(12px, 1.3vw, 18px);
  background: var(--surface);
  border: 1px solid var(--divider);
  border-radius: var(--radius);
  box-shadow: var(--shadow-1);
  border-top: 3px solid var(--muted-light);
}
.tl-card--grace    { border-top-color: var(--muted-light); }
.tl-card--auction  { border-top-color: var(--green); }
.tl-card--closeout { border-top-color: var(--ss-ink); }
.tl-card--transfer { border-top-color: var(--green-deep); }
.tl-card-phase {
  margin: 0 0 6px;
  font-size: 10.5px;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--muted);
}
.tl-card-title {
  margin: 0 0 8px;
  font-size: clamp(14px, 1.4vw, 17px);
  font-weight: 700;
  color: var(--ink);
  letter-spacing: -0.01em;
}
.tl-card-body {
  margin: 0;
  font-size: 12.5px;
  color: var(--ink-soft);
  line-height: 1.5;
}
.tl-card-body strong { color: var(--ink); }

@media (max-width: 960px) {
  .tl-narrative { grid-template-columns: repeat(2, 1fr); }
  .tl-pin-card { max-width: 110px; padding: 4px 8px; }
  .tl-pin-label { font-size: 10.5px; }
}

@media (max-width: 640px) {
  .tl-narrative { grid-template-columns: 1fr; }
  .tl-frame { overflow-x: auto; }
}

/* ===== Steps (slide 10) ===== */

.slide--steps .slide-inner { max-width: 880px; }

.step-list {
  margin: 0 0 clamp(20px, 3vh, 28px);
  padding: 0;
  list-style: none;
  display: grid;
  gap: 10px;
}
.step {
  display: grid;
  grid-template-columns: 48px 1fr;
  align-items: center;
  gap: 16px;
  padding: 14px 18px;
  background: var(--surface);
  border: 1px solid var(--divider);
  border-radius: var(--radius);
  box-shadow: var(--shadow-1);
}
.step-num {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  border-radius: 999px;
  background: var(--green);
  color: var(--surface);
  font-weight: 800;
  font-size: 15px;
}
.step-body {
  font-size: clamp(14px, 1.3vw, 16px);
  color: var(--ink);
}
.step-body em {
  color: var(--muted);
  font-style: normal;
  font-size: 0.9em;
}
.step--phase { align-items: start; }
.step--phase .step-num { margin-top: 2px; }
.step--phase .step-body { display: flex; flex-direction: column; gap: 4px; }
.step-title {
  margin: 0;
  font-size: clamp(14px, 1.3vw, 15.5px);
  font-weight: 700;
  color: var(--ink);
  letter-spacing: -0.01em;
  line-height: 1.35;
}
.step-sub {
  margin: 0;
  font-size: 12.5px;
  color: var(--muted);
  line-height: 1.5;
}

.contact-card {
  padding: 16px 24px;
  background: var(--ss-black);
  color: var(--surface);
  border-radius: var(--radius);
  text-align: center;
}
.contact-label {
  margin: 0 0 4px;
  font-size: 10.5px;
  font-weight: 600;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--green);
}
.contact-name {
  margin: 0 0 4px;
  font-size: clamp(18px, 1.8vw, 22px);
  font-weight: 700;
}
.contact-meta {
  margin: 0;
  font-size: 14px;
  color: rgba(255,255,255,0.75);
}
.contact-meta a {
  text-decoration: none;
  border-bottom: 1px dotted rgba(255,255,255,0.4);
}

/* ===== End (slide 11) ===== */

.slide--end {
  background:
    radial-gradient(900px 500px at 50% -10%, var(--green-soft), transparent 60%),
    radial-gradient(700px 400px at 50% 110%, var(--ss-soft), transparent 60%),
    var(--surface);
  text-align: center;
}

.end-eyebrow {
  margin: 0 0 18px;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--ss-ink);
}
.end-title {
  margin: 0 0 18px;
  font-size: clamp(48px, 9vw, 120px);
  font-weight: 800;
  letter-spacing: -0.03em;
  line-height: 1;
  color: var(--ink);
}
.end-tagline {
  margin: 0;
  font-size: clamp(16px, 1.6vw, 20px);
  color: var(--green-deep);
  font-weight: 600;
}
.end-lockup {
  margin: clamp(28px, 4vh, 48px) auto 0;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: clamp(18px, 3vw, 36px);
  flex-wrap: wrap;
}
.end-mark {
  font-size: clamp(28px, 4vw, 52px);
  font-weight: 500;
  letter-spacing: -0.02em;
  color: var(--ink);
  line-height: 1;
}
.end-mark-x {
  font-size: clamp(18px, 2vw, 28px);
  font-weight: 300;
  color: var(--muted-light);
  line-height: 1;
}
.end-afn {
  height: clamp(30px, 4.4vh, 52px);
  width: auto;
}
.end-ss {
  height: clamp(54px, 8vh, 96px);
  width: auto;
}

/* ===== Chrome (progress bar, indicator, lockup, footer chip) ===== */

.progress {
  position: fixed;
  top: 0;
  left: 0;
  height: 3px;
  width: 0;
  background: var(--ss-ink);
  z-index: 50;
  transition: width 220ms ease;
  pointer-events: none;
}

.lockup {
  position: fixed;
  top: 18px;
  left: 22px;
  z-index: 40;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 6px 12px;
  background: rgba(255,255,255,0.85);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  border: 1px solid var(--divider);
  border-radius: 999px;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--ink);
  text-decoration: none;
}
.lockup-x { color: var(--ss-ink); font-weight: 400; }
.lockup-brand { color: var(--green-deep); }

.lockup[data-hide-on-title="true"] { transition: opacity 200ms ease; }
.slide-1-active .lockup,
.slide-15-active .lockup { opacity: 0; pointer-events: none; }
.slide-1-active .nav-arrows,
.slide-15-active .nav-arrows { opacity: 0; pointer-events: none; }
.nav-arrows { transition: opacity 200ms ease; }

.indicator {
  position: fixed;
  bottom: 18px;
  right: 22px;
  z-index: 40;
  padding: 6px 12px;
  background: rgba(17,17,17,0.85);
  color: var(--surface);
  border-radius: 999px;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.06em;
  font-variant-numeric: tabular-nums;
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  cursor: pointer;
  user-select: none;
  display: inline-flex;
  align-items: center;
}
.indicator::after {
  content: "";
  margin-left: 7px;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-bottom: 5px solid currentColor;
  opacity: 0.75;
}

/* Slide jump menu */
.slide-menu {
  position: fixed;
  bottom: 54px;
  right: 22px;
  z-index: 45;
  width: 282px;
  max-height: min(62vh, 540px);
  overflow-y: auto;
  background: rgba(255,255,255,0.98);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  border: 1px solid var(--divider);
  border-radius: var(--radius);
  box-shadow: var(--shadow-2);
  padding: 8px;
  opacity: 0;
  visibility: hidden;
  transform: translateY(8px);
  transition: opacity 160ms ease, transform 160ms ease, visibility 160ms ease;
}
.slide-menu.is-open { opacity: 1; visibility: visible; transform: none; }
.slide-menu-list { list-style: none; margin: 0; padding: 0; }
.slide-menu-item {
  display: flex;
  align-items: center;
  gap: 12px;
  width: 100%;
  text-align: left;
  background: transparent;
  border: 0;
  border-radius: 8px;
  padding: 8px 10px;
  font-family: inherit;
  font-size: 13px;
  color: var(--ink-soft);
  cursor: pointer;
  transition: background 120ms ease, color 120ms ease;
}
.slide-menu-item:hover { background: var(--surface-soft); color: var(--ink); }
.slide-menu-num {
  flex-shrink: 0;
  width: 22px;
  height: 22px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 6px;
  background: var(--surface-soft);
  color: var(--muted);
  font-size: 11px;
  font-weight: 700;
  font-variant-numeric: tabular-nums;
}
.slide-menu-label {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.slide-menu-item.is-current { background: var(--green-soft); color: var(--green-deep); font-weight: 700; }
.slide-menu-item.is-current .slide-menu-num { background: var(--green); color: #062510; }
.slide-menu-item:focus-visible { outline: 2px solid var(--green-deep); outline-offset: -2px; }

.nav-arrows {
  position: fixed;
  bottom: 18px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 40;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  background: rgba(255,255,255,0.85);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  border: 1px solid var(--divider);
  border-radius: 999px;
  padding: 4px;
}
.nav-arrow {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  border-radius: 999px;
  border: 0;
  background: transparent;
  color: var(--ink);
  font-size: 16px;
  cursor: pointer;
  font-family: inherit;
}
.nav-arrow:hover { background: var(--surface-soft); }
.nav-arrow[disabled] { color: var(--muted-light); cursor: default; }

/* ===== Responsive ===== */

@media (max-width: 960px) {
  :root {
    --slide-pad-y: 64px;
    --slide-pad-x: 24px;
  }
  .kpi-grid,
  .stat-grid,
  .column-grid,
  .lever-grid {
    grid-template-columns: 1fr;
  }
  .detail-grid { grid-template-columns: 1fr; }
  .rev-row { grid-template-columns: 1.4fr 1fr 0.8fr 1.2fr; font-size: 13px; }
  .rev-cell { padding: 12px 14px; font-size: 13px; }
  .lockup { font-size: 10px; padding: 5px 10px; }
  .nav-arrows { display: none; }
}

@media (max-width: 640px) {
  .slide { min-height: auto; padding: 56px 20px; }
  .deck { scroll-snap-type: none; }
  .rev-row { grid-template-columns: 1.4fr 1fr; }
  .rev-row > :nth-child(3),
  .rev-row > :nth-child(4) {
    grid-column: 1 / -1;
    padding-top: 0;
  }
  .rev-cell--ss { background: var(--ss-soft); }
  .cover-title { font-size: clamp(24px, 7vw, 36px); }
}

/* ===== Status tags (slides 2 & 13) ===== */

.kpi-tag {
  display: inline-block;
  margin-left: 6px;
  padding: 2px 7px;
  border-radius: 999px;
  background: var(--surface-soft);
  border: 1px solid var(--divider);
  font-size: 9.5px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--muted);
  vertical-align: middle;
}
.kpi-tag--live,
.rev-live {
  background: var(--green-soft);
  border-color: rgba(0,216,85,0.35);
  color: var(--green-deep);
}
.rev-live {
  display: inline-block;
  margin-left: 6px;
  padding: 1px 7px;
  border-radius: 999px;
  border: 1px solid rgba(0,216,85,0.35);
  font-size: 9.5px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  vertical-align: middle;
}

/* ===== Slide 8 — Expiry performance recap ===== */

.slide--recap .slide-inner { max-width: 1320px; }
.slide--recap .slide-head { margin-bottom: clamp(12px, 2vh, 18px); }
.slide--recap .slide-title { font-size: clamp(22px, 2.8vw, 34px); margin-bottom: 8px; }
.slide--recap .slide-lede { font-size: clamp(13px, 1.2vw, 15px); line-height: 1.5; max-width: 1010px; }

.recap-kpis {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: clamp(8px, 1vw, 14px);
  margin: 0 0 clamp(12px, 2vh, 18px);
}
.recap-kpi {
  display: block;
  width: 100%;
  text-align: left;
  font-family: inherit;
  background: var(--surface);
  border: 1px solid var(--divider);
  border-radius: var(--radius);
  padding: clamp(10px, 1.1vw, 16px);
  box-shadow: var(--shadow-1);
  cursor: pointer;
  -webkit-appearance: none;
  appearance: none;
  transition: transform 160ms ease, box-shadow 160ms ease, border-color 160ms ease, background 160ms ease;
}
.recap-kpi-label,
.recap-kpi-value,
.recap-kpi-delta { display: block; }
.recap-kpi--feature {
  background: linear-gradient(180deg, rgba(0,216,85,0.06) 0%, var(--surface) 70%);
  border-color: rgba(0,216,85,0.30);
}
.recap-kpi:hover {
  transform: translateY(-2px);
  border-color: rgba(0,216,85,0.45);
  box-shadow: var(--shadow-2);
}
.recap-kpi:focus-visible {
  outline: 2px solid var(--green-deep);
  outline-offset: 2px;
}
.recap-kpi.is-primary {
  border-color: var(--green);
  background: var(--green-soft);
  box-shadow: 0 0 0 2px rgba(0,194,77,0.35), var(--shadow-1);
}
.recap-kpi.is-primary .recap-kpi-value { color: var(--green-deep); }
.recap-kpi.is-secondary {
  border-color: #1a1a1a;
  background: #f5f5f5;
  box-shadow: 0 0 0 2px rgba(0,0,0,0.16), var(--shadow-1);
}
.recap-kpi.is-secondary .recap-kpi-value { color: #1a1a1a; }
.recap-kpi-label {
  margin: 0 0 6px;
  font-size: 10.5px;
  font-weight: 700;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: var(--muted);
}
.recap-kpi-value {
  margin: 0 0 4px;
  font-size: clamp(18px, 1.9vw, 24px);
  font-weight: 800;
  letter-spacing: -0.02em;
  color: var(--ink);
  line-height: 1;
}
.recap-kpi--feature .recap-kpi-value { color: var(--green-deep); }
.recap-kpi-delta {
  margin: 0;
  font-size: 11.5px;
  font-weight: 600;
  color: var(--muted);
}
.recap-kpi-delta--up { color: var(--green-deep); }
.recap-kpi-delta--flat { color: var(--muted-light); font-weight: 500; }

.rc-chart {
  position: relative;
  margin: 0;
  padding: clamp(12px, 1.4vw, 18px);
  background: var(--surface);
  border: 1px solid var(--divider);
  border-radius: var(--radius);
  box-shadow: var(--shadow-1);
}
.rc-legend {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 12px 18px;
  margin: 0 0 8px;
  padding-left: 4px;
}
.rc-legend-active { font-size: 13.5px; font-weight: 800; color: var(--ink); letter-spacing: -0.01em; }
.rc-legend-hint { margin-left: auto; font-size: 11px; font-weight: 600; color: var(--muted-light); }
.rc-plot { width: 100%; }
.recap-cta {
  display: inline-block;
  margin-left: 6px;
  font-weight: 700;
  color: var(--green-deep);
}
.rc-legend-item {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  font-size: 12px;
  font-weight: 600;
  color: var(--ink-soft);
}
.rc-legend-swatch { width: 14px; height: 14px; border-radius: 3px; display: inline-block; }
.rc-legend-swatch--bar { background: var(--green); opacity: 0.85; }
.rc-legend-swatch--line {
  height: 0;
  width: 18px;
  border-radius: 0;
  border-top: 2.5px solid var(--ss-ink);
}
.rc-legend-axis {
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: var(--muted-light);
}
.rc-svg { display: block; width: 100%; height: auto; }
.rc-grid { stroke: var(--divider); stroke-width: 1; }
.rc-axl { font-size: 11px; font-weight: 600; fill: var(--muted); }
.rc-bar { fill: var(--green); opacity: 0.85; }
.rc-line {
  fill: none;
  stroke: var(--ss-ink);
  stroke-width: 2.5;
  stroke-linejoin: round;
  stroke-linecap: round;
}
.rc-dot { fill: var(--ss-ink); stroke: var(--surface); stroke-width: 1.5; }
.rc-xl { font-size: 11px; fill: var(--muted); }
.rc-yl { font-size: 10px; font-weight: 700; fill: var(--muted-light); }
.rc-hit { cursor: crosshair; }
.rc-hover-band { fill: rgba(17,17,17,0.05); }
.rc-tip {
  position: absolute;
  z-index: 6;
  pointer-events: none;
  background: rgba(17,17,17,0.94);
  color: #fff;
  border-radius: 8px;
  padding: 8px 11px;
  font-size: 12px;
  line-height: 1.45;
  box-shadow: var(--shadow-2);
  white-space: nowrap;
}
.rc-tip-h {
  font-weight: 800;
  font-size: 10.5px;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: rgba(255,255,255,0.65);
  margin-bottom: 4px;
}
.rc-tip-row { display: flex; align-items: center; gap: 7px; }
.rc-tip-row strong { font-weight: 800; margin-left: 1px; }
.rc-tip-dot { width: 9px; height: 9px; border-radius: 50%; display: inline-block; flex-shrink: 0; }

@media (max-width: 960px) {
  .recap-kpis { grid-template-columns: repeat(3, 1fr); }
}
@media (max-width: 560px) {
  .recap-kpis { grid-template-columns: repeat(2, 1fr); }
}

/* ===== Focus states ===== */

:focus { outline: none; }
a:focus-visible,
button:focus-visible,
summary:focus-visible {
  outline: 2px solid var(--ss-ink);
  outline-offset: 3px;
  border-radius: 4px;
}
.lockup:focus-visible {
  outline-offset: 4px;
}
.nav-arrow:focus-visible {
  outline-offset: 2px;
  background: var(--surface-soft);
}

@media print {
  .progress, .lockup, .indicator, .nav-arrows, .slide-menu { display: none; }
  .slide { page-break-after: always; min-height: auto; }
  .deck { overflow: visible; height: auto; }
}
