/* YardFlow Sales Deck — 12 slides
   Built on top of colors_and_type.css tokens. Uses deck-stage.js for nav. */

@import url('../colors_and_type.css');

/* Stage background */
html, body { margin: 0; background: var(--void); color: #fff; font-family: var(--font-sans); }
deck-stage { display: block; }
deck-stage section {
  width: 1920px; height: 1080px;
  background: var(--void);
  color: #fff;
  position: relative;
  overflow: hidden;
  display: flex; flex-direction: column;
  padding: 96px 120px;
  box-sizing: border-box;
}

/* ─── Shared atoms ──────────────────────────────────────────── */
.dk-eyebrow {
  font-size: 18px;
  font-family: var(--font-mono);
  text-transform: uppercase;
  letter-spacing: 0.30em;
  color: rgba(0,180,255,0.70);
  font-weight: 600;
  margin: 0;
}
.dk-h1 {
  font-size: clamp(76px, 7vw, 124px);
  font-weight: 900;
  line-height: 1.02;
  letter-spacing: -0.04em;
  margin: 0;
  color: #fff;
  text-wrap: balance;
}
.dk-h1 .neon { color: var(--neon); }
.dk-h2 {
  font-size: clamp(54px, 5vw, 80px);
  font-weight: 900;
  line-height: 1.04;
  letter-spacing: -0.035em;
  margin: 0;
  color: #fff;
  text-wrap: balance;
}
.dk-h2 .neon { color: var(--neon); }
.dk-h2 .ember { color: var(--ember); }
.dk-lead {
  font-size: 26px;
  line-height: 1.55;
  color: rgba(156,163,175,0.92);
  max-width: 980px;
  margin: 0;
  text-wrap: pretty;
}
.dk-lead strong { color: #fff; font-weight: 700; }
.dk-lead .neon { color: var(--neon); font-weight: 700; }

.dk-foot {
  position: absolute; left: 120px; right: 120px; bottom: 56px;
  display: flex; align-items: center; gap: 18px;
  font-family: var(--font-mono); font-size: 14px;
  color: rgba(156,163,175,0.55);
  letter-spacing: 0.18em; text-transform: uppercase;
}
.dk-foot .lockup {
  display: inline-flex; gap: 8px; align-items: center;
  font-weight: 700; letter-spacing: -0.01em; text-transform: none;
}
.dk-foot .lockup .yard { color: #fff; }
.dk-foot .lockup .flow { color: var(--neon); }
.dk-foot .sep { opacity: 0.4; }
.dk-foot .page-num {
  margin-left: auto;
  font-family: var(--font-mono);
  color: rgba(156,163,175,0.50);
}

/* Ambient grid background */
.dk-grid-bg {
  position: absolute; inset: 0; pointer-events: none;
  background-image:
    linear-gradient(rgba(0, 180, 255, 0.08) 1px, transparent 1px),
    linear-gradient(90deg, rgba(0, 180, 255, 0.08) 1px, transparent 1px);
  background-size: 80px 80px;
  mask-image: radial-gradient(ellipse 70% 60% at 50% 50%, #000 30%, transparent 80%);
  opacity: 0.4;
}
.dk-ember-glow {
  position: absolute; pointer-events: none;
  width: 1200px; height: 800px;
  background: radial-gradient(ellipse, rgba(255,42,0,0.10), transparent 60%);
  filter: blur(40px);
}
.dk-neon-glow {
  position: absolute; pointer-events: none;
  width: 1400px; height: 900px;
  background: radial-gradient(ellipse, rgba(0,180,255,0.10), transparent 60%);
  filter: blur(40px);
}

/* ─── Slide 01 · Title ──────────────────────────────────────── */
.dk-title {
  align-items: flex-start;
  justify-content: center;
  padding: 0 160px;
}
.dk-title .dk-grid-bg { mask-image: radial-gradient(ellipse 80% 70% at 40% 50%, #000 30%, transparent 80%); opacity: 0.5; }
.dk-title-frame {
  position: relative; z-index: 2;
  max-width: 1400px;
}
.dk-title .dk-eyebrow { margin-bottom: 36px; color: rgba(0,180,255,0.85); }
.dk-title .dk-h1 {
  font-size: 156px;
  margin: 0 0 36px;
  text-wrap: balance;
}
.dk-title .dk-h1 .neon {
  text-shadow: 0 0 40px rgba(0,180,255,0.40), 0 0 80px rgba(0,180,255,0.20);
}
.dk-title-sub {
  font-size: 32px;
  line-height: 1.4;
  color: rgba(255,255,255,0.85);
  max-width: 1100px;
  margin: 0 0 48px;
  font-weight: 500;
}
.dk-title-meta {
  display: flex; gap: 32px;
  font-family: var(--font-mono); font-size: 16px;
  color: var(--steel);
  letter-spacing: 0.14em; text-transform: uppercase;
}
.dk-title-meta strong { color: var(--neon); font-weight: 700; }

/* ─── Slide 02 · Problem ────────────────────────────────────── */
.dk-problem .dk-h2 { font-size: 60px; line-height: 1.04; }
.dk-problem .dk-lead { font-size: 19px; margin-top: 18px; }

.dk-problem-stat {
  display: flex; align-items: baseline; gap: 32px;
  margin-top: 48px;
}
.dk-problem-stat .num {
  font-family: var(--font-mono);
  font-size: 240px;
  font-weight: 700;
  line-height: 1;
  color: var(--ember);
  letter-spacing: -0.04em;
  text-shadow: 0 0 48px rgba(255,42,0,0.30);
}
.dk-problem-stat .body {
  display: flex; flex-direction: column; gap: 8px;
  max-width: 560px;
  margin-bottom: 28px;
}
.dk-problem-stat .lbl {
  font-size: 22px;
  color: var(--steel);
  line-height: 1.4;
}
.dk-problem-stat .src {
  font-family: var(--font-mono); font-size: 13px;
  color: var(--steel-dim);
  letter-spacing: 0.08em;
}

/* ─── Slide 02 · Variance Tax breakdown ─────────────────────── */
.vt-breakdown {
  margin-top: 28px;
  margin-bottom: 80px;
  display: grid;
  grid-template-columns: minmax(0, 1.6fr) minmax(480px, 1fr);
  gap: 40px;
  align-items: stretch;
  max-width: 1680px;
  width: 100%;
}
.vt-items {
  display: flex; flex-direction: column;
  gap: 6px;
}
.vt-item {
  position: relative;
  display: grid;
  grid-template-columns: 1fr auto;
  grid-template-rows: auto auto;
  gap: 2px 22px;
  align-items: baseline;
  padding: 11px 20px;
  background: rgba(255, 42, 0, 0.04);
  border: 1px solid rgba(255, 42, 0, 0.18);
  border-radius: 11px;
  overflow: hidden;
}
.vt-bar {
  position: absolute;
  inset: 0 auto 0 0;
  background: linear-gradient(90deg, rgba(255, 42, 0, 0.18), rgba(255, 42, 0, 0.03));
  border-right: 1px solid rgba(255, 42, 0, 0.30);
  z-index: 0;
}
.vt-item > * { position: relative; z-index: 1; }
.vt-lbl {
  color: #fff;
  font-weight: 700;
  font-size: 19px;
  letter-spacing: -0.005em;
}
.vt-sub {
  color: var(--steel);
  font-size: 13px;
  line-height: 1.35;
  grid-column: 1;
  grid-row: 2;
}
.vt-amt {
  font-family: var(--font-mono);
  font-weight: 700;
  font-size: 28px;
  color: var(--ember);
  letter-spacing: -0.02em;
  line-height: 1;
  grid-row: 1 / span 2;
  grid-column: 2;
  align-self: center;
  text-shadow: 0 0 16px rgba(255, 42, 0, 0.20);
}
.vt-total {
  background: linear-gradient(180deg, rgba(255, 42, 0, 0.10), rgba(255, 42, 0, 0.04));
  border: 1.5px solid rgba(255, 42, 0, 0.50);
  border-radius: 22px;
  padding: 40px 40px;
  display: flex; flex-direction: column;
  justify-content: center;
  gap: 8px;
  box-shadow: 0 24px 64px rgba(255, 42, 0, 0.10);
  align-self: stretch;
}
.vt-total-lbl {
  font-family: var(--font-mono);
  font-size: 13px;
  letter-spacing: 0.20em;
  text-transform: uppercase;
  color: var(--ember);
  font-weight: 700;
}
.vt-total-num {
  font-family: var(--font-mono);
  font-weight: 700;
  font-size: 144px;
  color: var(--ember);
  letter-spacing: -0.04em;
  line-height: 1;
  margin: 12px 0 6px;
  text-shadow: 0 0 48px rgba(255, 42, 0, 0.32);
}
.vt-total-sub {
  font-size: 15px;
  line-height: 1.45;
  color: var(--steel);
  margin-top: 6px;
}
.vt-total-sub [data-vt-facilities] { color: #fff; font-weight: 700; font-family: var(--font-mono); }

/* ─── Slide 03 · Primo Brands proof ─────────────────────────── */
.dk-primo { gap: 24px; justify-content: center; }
.dk-primo-head { max-width: 1100px; }
.dk-primo-head .dk-h2 { font-size: 76px; margin-top: 14px; line-height: 1.02; }
.dk-primo-head .dk-lead { margin-top: 18px; max-width: 1000px; font-size: 21px; }

.dk-primo-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
  margin-top: 14px;
}
.dk-primo-stat {
  background: linear-gradient(180deg, rgba(0,180,255,0.06), rgba(17,19,24,0.92));
  border: 1px solid rgba(0,180,255,0.30);
  border-radius: 14px;
  padding: 26px 30px;
  display: flex; flex-direction: column; gap: 10px;
}
.dk-primo-stat .num {
  font-family: var(--font-mono);
  font-size: 92px; font-weight: 700;
  color: var(--neon); line-height: 1;
  letter-spacing: -0.02em;
  text-shadow: 0 0 40px rgba(0,180,255,0.30);
}
.dk-primo-stat .num .unit { font-size: 38px; opacity: 0.75; }
.dk-primo-stat .lbl { font-size: 20px; font-weight: 700; color: #fff; }
.dk-primo-stat .sub {
  font-family: var(--font-mono);
  font-size: 12px; color: var(--steel-dim);
  letter-spacing: 0.08em; text-transform: uppercase;
}

.dk-primo-quote {
  background: linear-gradient(135deg, rgba(0,180,255,0.05), rgba(192,140,255,0.03));
  border: 1px solid rgba(0,180,255,0.18);
  border-left: 4px solid var(--neon);
  border-radius: 0 12px 12px 0;
  padding: 18px 28px;
  margin-top: 10px;
}
.dk-primo-quote .q {
  font-size: 22px; line-height: 1.5; color: #fff;
  font-style: italic; margin: 0;
  font-weight: 500;
}
.dk-primo-quote .q strong { color: var(--neon); font-style: normal; font-weight: 700; }
.dk-primo-quote .src {
  font-family: var(--font-mono); font-size: 11px;
  color: var(--steel-dim);
  letter-spacing: 0.10em; text-transform: uppercase;
  margin: 10px 0 0;
}

/* ─── Slide 03 · 95% truth ──────────────────────────────────── */
.dk-bigtruth { justify-content: center; }
.dk-bigtruth .dk-h2 {
  font-size: 132px; line-height: 1.0;
  text-align: left;
  max-width: 1500px;
}
.dk-bigtruth-context {
  margin-top: 56px;
  display: grid; grid-template-columns: 1fr 1fr; gap: 40px;
  max-width: 1500px;
}
.dk-bigtruth-context .col {
  border-left: 2px solid rgba(255,42,0,0.40);
  padding-left: 24px;
}
.dk-bigtruth-context .col h3 {
  font-family: var(--font-mono); font-size: 13px;
  text-transform: uppercase; letter-spacing: 0.20em;
  color: var(--ember);
  margin: 0 0 14px;
}
.dk-bigtruth-context .col p {
  font-size: 20px; line-height: 1.55;
  color: var(--steel);
  margin: 0;
}
.dk-bigtruth-context .col.cure { border-color: rgba(0,180,255,0.40); }
.dk-bigtruth-context .col.cure h3 { color: var(--neon); }

/* ─── Slide 04 · Fix ────────────────────────────────────────── */
.dk-fix { justify-content: center; }
.dk-fix .dk-eyebrow { margin-bottom: 28px; }
.dk-fix .dk-h2 {
  font-size: 118px; line-height: 1.02;
  max-width: 1500px;
}

/* ─── Slide 05 · Modules grid ──────────────────────────────── */
.dk-modules { justify-content: flex-start; gap: 56px; }
.dk-modules-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: repeat(2, 1fr);
  gap: 24px;
  flex: 1;
  width: 100%;
}
.dk-mod {
  background:
    linear-gradient(180deg, rgba(17,19,24,0.92), rgba(10,12,16,0.92)),
    radial-gradient(circle at top left, rgba(0,180,255,0.12), transparent 32%);
  border: 1px solid rgba(0,180,255,0.16);
  border-radius: 24px;
  padding: 32px 36px;
  display: flex; flex-direction: column; gap: 18px;
  box-shadow: 0 18px 60px rgba(0,0,0,0.22);
  position: relative;
}
.dk-mod-head {
  display: flex; align-items: center; gap: 14px;
}
.dk-mod-head svg { color: var(--neon); }
.dk-mod-name {
  font-size: 36px; font-weight: 700;
  letter-spacing: -0.02em;
}
.dk-mod-name .pre { color: var(--neon); }
.dk-mod-name .suf { color: #fff; }
.dk-mod-desc {
  font-size: 18px; line-height: 1.55;
  color: var(--steel);
  flex: 1;
}
.dk-mod-bullets {
  list-style: none; margin: 0; padding: 0;
  display: flex; flex-direction: column; gap: 8px;
  font-size: 15px; color: rgba(156,163,175,0.90);
}
.dk-mod-bullets li { display: flex; gap: 10px; }
.dk-mod-bullets li::before {
  content: '✓'; color: var(--neon); flex: 0 0 auto; font-weight: 700;
}

/* ─── Slide 06 · flowDRIVER demo ──────────────────────────── */
.dk-demo { gap: 56px; }
.dk-demo-head { display: flex; align-items: baseline; gap: 24px; }
.dk-demo .dk-h2 { font-size: 64px; }
.dk-demo-body {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 64px;
  flex: 1;
  align-items: center;
}
.dk-demo-copy {
  display: flex; flex-direction: column; gap: 28px;
}
.dk-demo-copy h3 {
  font-size: 40px; line-height: 1.15;
  letter-spacing: -0.02em;
  color: #fff;
  margin: 0;
}
.dk-demo-copy p {
  font-size: 22px; line-height: 1.55;
  color: var(--steel);
  margin: 0;
}
.dk-demo-copy p strong { color: #fff; }
.dk-demo-copy p .neon { color: var(--neon); font-weight: 700; }
.dk-demo-visual {
  display: flex; align-items: center; justify-content: center;
  position: relative;
}
.dk-phone-mock {
  width: 380px; height: 760px;
  background: #000;
  border-radius: 56px;
  padding: 12px;
  box-shadow: 0 60px 120px rgba(0,0,0,0.45), 0 0 0 2px rgba(0,180,255,0.15);
  position: relative;
}
.dk-phone-mock::before {
  content: '';
  position: absolute; top: 24px; left: 50%; transform: translateX(-50%);
  width: 130px; height: 38px;
  background: #000; border-radius: 22px; z-index: 2;
}
.dk-phone-screen {
  width: 100%; height: 100%;
  background: linear-gradient(180deg, #1a1a1a 0%, #0a0a0a 100%);
  border-radius: 44px;
  overflow: hidden;
  position: relative;
}
.dk-fastpass-pill {
  position: absolute; top: 140px; left: 24px; right: 24px;
  background: #0B0F14; color: #fff;
  padding: 18px 22px; border-radius: 0;
  font-weight: 700; letter-spacing: 0.04em; font-size: 18px;
  text-align: left;
}
.dk-fastpass-pill .yard { color: #fff; }
.dk-fastpass-pill .roll { color: var(--neon); }
.dk-fastpass-pill .fast { margin-left: 8px; letter-spacing: 0.10em; }
.dk-phone-card {
  position: absolute; top: 220px; left: 24px; right: 24px; bottom: 100px;
  background: #fff; color: #0B0F14;
  border-radius: 8px;
  padding: 26px 24px;
  display: flex; flex-direction: column; gap: 14px;
}
.dk-phone-card .driver { font-size: 13px; color: #6B7280; letter-spacing: 0.04em; }
.dk-phone-card .pickup { font-size: 22px; font-weight: 700; }
.dk-phone-card .row { display: flex; flex-direction: column; gap: 4px; padding-top: 14px; border-top: 1px solid #E5E8EE; }
.dk-phone-card .k { font-size: 11px; color: #8A93A0; letter-spacing: 0.04em; }
.dk-phone-card .v { font-size: 14px; color: #0B0F14; font-weight: 500; }
.dk-phone-card .cta {
  margin-top: auto;
  background: #4A8DE0; color: #fff;
  padding: 14px; border-radius: 12px;
  text-align: center; font-weight: 700; font-size: 15px;
}

/* ─── Slide 07 · flowTWIN demo ─────────────────────────────── */
.dk-twin-mock {
  width: 760px; height: 560px;
  background: linear-gradient(180deg, #0F1419, #0A0E13);
  border-radius: 18px;
  border: 1px solid rgba(0,180,255,0.20);
  box-shadow: 0 30px 80px rgba(0,0,0,0.40);
  padding: 0;
  display: grid;
  grid-template-rows: 60px 1fr;
  overflow: hidden;
}
.dk-twin-head {
  background: rgba(0,0,0,0.30);
  padding: 0 24px;
  display: flex; align-items: center; gap: 16px;
  border-bottom: 1px solid rgba(0,180,255,0.20);
  font-family: var(--font-mono);
  font-size: 14px; color: var(--neon);
  letter-spacing: 0.18em;
}
.dk-twin-head .live {
  display: inline-flex; gap: 8px; align-items: center;
  color: #00C878;
}
.dk-twin-head .live .dot {
  width: 8px; height: 8px; border-radius: 50%; background: #00C878;
  box-shadow: 0 0 8px #00C878;
}
.dk-twin-body { position: relative; }
.dk-twin-trailers {
  position: absolute; bottom: 35%; left: 8%; right: 8%;
  display: flex; justify-content: space-between; gap: 14px;
}
.dk-twin-trailer {
  flex: 1;
  height: 120px;
  background: linear-gradient(180deg, #C9C9C9 0%, #E8E8E8 60%, #B5B5B5 100%);
  border-radius: 4px;
  box-shadow: 0 12px 24px rgba(0,0,0,0.50), inset 0 1px 0 rgba(255,255,255,0.4);
  position: relative;
}
.dk-twin-trailer .lbl {
  position: absolute; top: 8px; left: 50%; transform: translateX(-50%);
  font-family: var(--font-mono); font-size: 12px; font-weight: 700;
  color: #1A1A1A;
  background: rgba(255,255,255,0.9); padding: 2px 10px; border-radius: 3px;
}
.dk-twin-trailer.scan {
  outline: 3px solid var(--neon);
  outline-offset: 2px;
  box-shadow: 0 0 32px rgba(0,180,255,0.6), 0 12px 24px rgba(0,0,0,0.50);
}
.dk-twin-overlay {
  position: absolute; top: 18px; left: 18px;
  background: rgba(0,0,0,0.7);
  padding: 6px 14px; border-radius: 4px;
  font-family: var(--font-mono); font-size: 12px;
  color: #fff;
  display: inline-flex; align-items: center; gap: 8px;
}
.dk-twin-overlay .dot {
  width: 6px; height: 6px; border-radius: 50%; background: #00C878;
  box-shadow: 0 0 6px #00C878;
}
.dk-twin-stat {
  position: absolute; bottom: 18px; left: 18px; right: 18px;
  display: flex; gap: 18px;
  font-family: var(--font-mono); font-size: 13px;
  color: var(--steel);
}
.dk-twin-stat strong { color: var(--neon); }

/* ─── Slide 08 · flowGATE demo ──────────────────────────────── */
.dk-gate-mock {
  width: 760px; height: 560px;
  background: linear-gradient(180deg, #1A2330, #0A0F18);
  border-radius: 18px;
  border: 1px solid rgba(0,180,255,0.20);
  position: relative;
  overflow: hidden;
  box-shadow: 0 30px 80px rgba(0,0,0,0.40);
}
.dk-gate-truck {
  position: absolute; left: 28%; top: 28%;
  display: flex; gap: 6px; align-items: flex-end;
}
.dk-gate-truck .cab {
  width: 110px; height: 130px;
  background: linear-gradient(180deg, #888 0%, #444 100%);
  border-radius: 6px 6px 3px 3px;
  position: relative;
  box-shadow: 0 12px 30px rgba(0,0,0,0.55);
}
.dk-gate-truck .cab::before {
  content: ''; position: absolute; top: 20px; left: 10px; right: 10px;
  height: 36px;
  background: linear-gradient(180deg, #1A1A1A, #333);
  border-radius: 3px;
}
.dk-gate-truck .trailer {
  width: 290px; height: 150px;
  background: linear-gradient(180deg, #C9C9C9 0%, #E8E8E8 60%, #B5B5B5 100%);
  border-radius: 4px;
  position: relative;
  box-shadow: 0 16px 36px rgba(0,0,0,0.55), inset 0 1px 0 rgba(255,255,255,0.4);
}
.dk-gate-truck .trailer .id {
  position: absolute; top: 16px; left: 50%; transform: translateX(-50%);
  font-family: var(--font-mono); font-size: 22px; font-weight: 700;
  color: #1A1A1A;
  background: rgba(255,255,255,0.9); padding: 4px 14px; border-radius: 3px;
  letter-spacing: 0.10em;
}
.dk-gate-trapezoid {
  position: absolute; left: 25%; top: 22%;
  width: 430px; height: 200px;
  border: 2.5px solid #00C878;
  background: rgba(0,200,120,0.06);
  border-radius: 6px;
  clip-path: polygon(8% 0%, 92% 0%, 100% 100%, 0% 100%);
  box-shadow: 0 0 50px rgba(0,200,120,0.45);
}
.dk-gate-state {
  position: absolute; bottom: 24px; left: 24px; right: 24px;
  background: rgba(0,0,0,0.70);
  border: 1px solid rgba(0,180,255,0.20);
  padding: 18px 24px;
  border-radius: 12px;
  display: flex; gap: 32px;
  font-family: var(--font-mono);
}
.dk-gate-state .col { display: flex; flex-direction: column; gap: 4px; }
.dk-gate-state .lbl { font-size: 11px; color: rgba(255,255,255,0.5); text-transform: uppercase; letter-spacing: 0.18em; }
.dk-gate-state .v { font-size: 18px; color: #fff; font-weight: 700; }
.dk-gate-state .v.neon { color: var(--neon); }
.dk-gate-state .v.success { color: #00C878; }
.dk-gate-state .v.warn { color: #FFB000; }

/* ─── Slide 07 · flowTWIN — real photo composite ───────────── */
.dk-twin-photos {
  display: grid;
  grid-template-rows: 220px 450px auto;
  gap: 14px;
  width: 100%;
  max-width: 920px;
  min-height: 0;
}
.dk-twin-photo {
  position: relative;
  border-radius: 12px;
  overflow: hidden;
  min-height: 0;
  border: 1px solid rgba(0,180,255,0.20);
  background: #0a0a0a;
  box-shadow: 0 24px 50px rgba(0,0,0,0.40);
}
.dk-twin-photo--hero {
  border-color: rgba(0,180,255,0.40);
  box-shadow: 0 32px 64px rgba(0,0,0,0.55), 0 0 0 1px rgba(0,180,255,0.30);
}
.dk-twin-photo img {
  width: 100%; height: 100%;
  object-fit: cover; object-position: center;
  display: block;
}
.dk-twin-photo-label {
  position: absolute; top: 10px; left: 12px;
  font-family: var(--font-mono); font-size: 11px;
  color: rgba(255,255,255,0.85);
  background: rgba(0,0,0,0.55); padding: 4px 10px; border-radius: 4px;
  letter-spacing: 0.10em; font-weight: 600;
  z-index: 2;
}
.dk-twin-photos .dk-twin-stat {
  display: flex; gap: 18px;
  padding: 12px 16px;
  font-family: var(--font-mono); font-size: 13px;
  color: var(--steel);
  background: rgba(17,19,24,0.92);
  border: 1px solid rgba(0,180,255,0.16);
  border-radius: 10px;
}
.dk-twin-photos .dk-twin-stat strong { color: var(--neon); font-weight: 700; }

/* ─── Slide 08 · flowGATE — real photo composite ───────────── */
.dk-gate-photo {
  position: relative;
  width: 100%;
  border-radius: 12px;
  overflow: hidden;
  border: 1px solid rgba(0,180,255,0.20);
  background: #0a0a0a;
  aspect-ratio: 16 / 11;
  box-shadow: 0 24px 50px rgba(0,0,0,0.40);
  margin-bottom: 14px;
}
.dk-gate-photo img {
  width: 100%; height: 100%;
  object-fit: cover; object-position: center;
  display: block;
}
.dk-gate-photo-header {
  position: absolute; top: 0; left: 0; right: 0;
  display: flex; align-items: center; justify-content: space-between;
  padding: 10px 14px;
  background: linear-gradient(180deg, rgba(0,0,0,0.70), transparent);
  font-family: var(--font-mono); font-size: 11px;
  letter-spacing: 0.10em;
  z-index: 2;
}
.dk-gate-photo-header .title { color: var(--neon); font-weight: 700; letter-spacing: 0.18em; }
.dk-gate-photo-header .meta { color: rgba(255,255,255,0.85); }
.dk-gate-photo-header .complete { color: var(--neon); font-weight: 700; letter-spacing: 0.14em; }
.dk-gate-photo-label {
  position: absolute; bottom: 14px; right: 16px;
  font-family: 'Courier New', monospace; font-size: 14px;
  font-weight: 700;
  color: rgba(255,255,255,0.90);
  text-shadow:
    -1px -1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000, 1px 1px 0 #000;
  z-index: 2;
}

/* ─── Slide 09 · YNS map ────────────────────────────────────── */
.dk-yns { gap: 48px; }
.dk-yns-body { display: grid; grid-template-columns: 1fr 1fr; gap: 64px; flex: 1; align-items: center; }
.dk-yns-map-wrap {
  background:
    radial-gradient(ellipse at 50% 50%, rgba(0,180,255,0.04) 0%, transparent 60%),
    var(--void);
  border: 1px solid rgba(0,180,255,0.16);
  border-radius: 18px;
  padding: 24px;
  height: 540px;
  box-shadow: 0 30px 80px rgba(0,0,0,0.30);
}
.dk-yns-map-wrap svg { width: 100%; height: 100%; }
.dk-yns-stats { display: grid; grid-template-columns: 1fr 1fr; gap: 24px; }
.dk-yns-stat {
  background: linear-gradient(180deg, rgba(17,19,24,0.92), rgba(10,12,16,0.92));
  border: 1px solid rgba(0,180,255,0.16);
  border-radius: 16px;
  padding: 28px 32px;
}
.dk-yns-stat .lbl {
  font-family: var(--font-mono); font-size: 14px;
  text-transform: uppercase; letter-spacing: 0.18em;
  color: rgba(156,163,175,0.65);
}
.dk-yns-stat .num {
  font-family: var(--font-mono);
  font-size: 56px; font-weight: 700;
  color: var(--neon);
  letter-spacing: -0.02em;
  line-height: 1;
  margin-top: 8px;
}
.dk-yns-stat .sub {
  font-size: 15px; color: var(--steel);
  margin-top: 8px; line-height: 1.4;
}

/* ─── Slide 10 · Testimonial ────────────────────────────────── */
.dk-test { justify-content: center; }
.dk-test-card {
  background: linear-gradient(135deg, rgba(0,180,255,0.06), rgba(192,140,255,0.04));
  border: 1px solid rgba(0,180,255,0.20);
  border-radius: 28px;
  padding: 80px 96px;
  box-shadow: 0 30px 80px rgba(0,0,0,0.30);
}
.dk-test-eyebrow { margin-bottom: 32px; }
.dk-test-quote {
  font-size: 44px; line-height: 1.35;
  font-weight: 500;
  color: rgba(255,255,255,0.95);
  letter-spacing: -0.015em;
  margin: 0 0 40px;
  text-wrap: pretty;
}
.dk-test-quote .q {
  font-family: Georgia, serif;
  color: var(--neon);
  font-size: 72px;
  margin-right: 12px;
  vertical-align: -0.18em;
  opacity: 0.7;
}
.dk-test-quote strong { color: var(--neon); font-weight: 700; }
.dk-test-attr {
  display: flex; gap: 24px; align-items: baseline;
  font-family: var(--font-mono);
  font-size: 16px;
  color: var(--steel);
  letter-spacing: 0.14em;
  text-transform: uppercase;
}
.dk-test-attr strong { color: #fff; font-weight: 700; }

/* ─── Slide 11 · Results ────────────────────────────────────── */
.dk-results { gap: 56px; }
.dk-results-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 32px;
  flex: 1;
  width: 100%;
}
.dk-result {
  background: linear-gradient(180deg, rgba(17,19,24,0.92), rgba(10,12,16,0.92));
  border: 1px solid rgba(0,180,255,0.16);
  border-radius: 24px;
  padding: 56px 48px;
  display: flex; flex-direction: column; justify-content: center; gap: 16px;
}
.dk-result .num {
  font-family: var(--font-mono);
  font-size: 116px; font-weight: 700;
  color: var(--neon);
  letter-spacing: -0.04em;
  line-height: 1;
  text-shadow: 0 0 40px rgba(0,180,255,0.25);
}
.dk-result .num .unit { font-size: 44px; opacity: 0.7; letter-spacing: 0; }

/* ─── Results · supporting stat strip ─────────────────────── */
.dk-results-strip {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0;
  width: 100%;
  margin-top: 24px;
  border: 1px solid rgba(0,180,255,0.16);
  border-radius: 14px;
  overflow: hidden;
  background: linear-gradient(180deg, rgba(17,19,24,0.6), rgba(10,12,16,0.6));
}
.dk-results-strip .rs-item {
  padding: 22px 26px;
  display: flex; flex-direction: column; gap: 8px;
  border-right: 1px solid rgba(0,180,255,0.10);
}
.dk-results-strip .rs-item:last-child { border-right: none; }
.dk-results-strip .rs-num {
  font-family: var(--font-mono);
  font-size: 44px; font-weight: 700;
  color: var(--neon); line-height: 1;
  letter-spacing: -0.02em;
  text-shadow: 0 0 24px rgba(0,180,255,0.22);
}
.dk-results-strip .rs-unit { font-size: 22px; opacity: 0.7; letter-spacing: 0; }
.dk-results-strip .rs-lbl {
  font-family: var(--font-mono);
  font-size: 12px; color: var(--steel);
  letter-spacing: 0.10em; text-transform: uppercase;
}
.dk-result .lbl {
  font-size: 22px; font-weight: 700; color: #fff;
  letter-spacing: -0.01em;
  line-height: 1.35;
}
.dk-result .src {
  font-family: var(--font-mono);
  font-size: 13px; color: var(--steel-dim);
  letter-spacing: 0.10em; text-transform: uppercase;
}

/* ─── Slide 12 · CTA ────────────────────────────────────────── */
.dk-cta { justify-content: center; }
.dk-cta .dk-h1 {
  text-align: left; max-width: 1500px;
  margin-bottom: 48px;
}
.dk-cta-row {
  display: flex; gap: 64px;
  margin-top: 40px;
}
.dk-cta-step {
  flex: 1;
}
.dk-cta-step .n {
  font-family: var(--font-mono);
  font-size: 56px; font-weight: 700;
  color: var(--neon);
  letter-spacing: -0.02em;
  line-height: 1;
  margin-bottom: 18px;
  text-shadow: 0 0 30px rgba(0,180,255,0.30);
}
.dk-cta-step .nm {
  font-size: 28px; font-weight: 700;
  color: #fff;
  letter-spacing: -0.01em;
  margin-bottom: 10px;
}
.dk-cta-step .desc {
  font-size: 17px; line-height: 1.55; color: var(--steel);
}
.dk-cta-buttons {
  display: flex; gap: 18px;
  margin-top: 72px;
}
.dk-cta-primary, .dk-cta-secondary {
  font-family: var(--font-sans);
  font-weight: 700; font-size: 22px;
  padding: 22px 38px; border-radius: 16px;
  display: inline-flex; align-items: center; gap: 14px;
  border: none; cursor: default;
}
.dk-cta-primary {
  background: var(--neon); color: var(--void);
  box-shadow: 0 0 32px rgba(0,180,255,0.40);
}
.dk-cta-secondary {
  background: transparent; color: #fff;
  border: 1.5px solid rgba(0,180,255,0.40);
}
