@font-face {
  font-family: "Martian Mono";
  src: url("assets/MartianMono-Variable.ttf") format("truetype");
  font-style: normal;
  font-weight: 100 800;
  font-display: swap;
}

:root {
  --navy: #08111f;
  --navy-panel: #0c1523;
  --navy-soft: #101d2e;
  --cyan: #00ebfc;
  --cyan-mid: #00bfe3;
  --blue: #009de7;
  --blue-deep: #0070b4;
  --white: #f5f9fd;
  --muted: #8fa0b3;
  --line: rgba(143, 160, 179, 0.22);
  --partner-accent: #00bfe3;
}

* { box-sizing: border-box; }

body,
.reveal-viewport,
.reveal {
  background: var(--navy);
}

.reveal {
  color: var(--white);
  font-family: "Martian Mono";
  font-size: 28px;
}

.reveal * { font-family: "Martian Mono" !important; }

.reveal .slides {
  text-align: left;
}

.reveal .slides section {
  width: 1600px;
  height: 900px;
  padding: 0;
  overflow: hidden;
  color: var(--white);
  background:
    radial-gradient(circle at 85% 15%, rgba(0, 235, 252, 0.08), transparent 30%),
    radial-gradient(circle at 10% 92%, rgba(0, 157, 231, 0.04), transparent 28%),
    linear-gradient(135deg, rgba(255,255,255,0.018) 0 1px, transparent 1px 72px),
    var(--navy);
}

.reveal .slides section > h2 { display: none; }
.reveal p { margin: 0; }
.reveal img { max-width: none; max-height: none; margin: 0; }
.reveal .slide-logo { display: none; }
.reveal .progress { height: 4px; color: var(--cyan); }
.reveal .progress span { background: linear-gradient(90deg, var(--cyan), var(--blue)); }

.slide-shell {
  position: relative;
  width: 100%;
  height: 100%;
  padding: 56px 74px 50px;
}

.slide-chrome {
  position: relative;
  z-index: 5;
  display: flex;
  align-items: center;
  gap: 28px;
  height: 112px;
}

.slide-chrome img {
  width: auto;
  height: 116px;
  transform: translate(-18px, -16px);
}

.slide-chrome span {
  padding-left: 20px;
  border-left: 1px solid rgba(0, 235, 252, 0.45);
  color: var(--muted);
  font-family: "SFMono-Regular", Menlo, Consolas, monospace;
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 0.18em;
}

.reveal .slides .slide-title {
  max-width: 1360px;
  margin: 18px 0 0;
  color: var(--white) !important;
  font-family: "Martian Mono", "SFMono-Regular", Menlo, Consolas, monospace;
  font-size: 54px;
  font-weight: 700;
  line-height: 1.08;
  letter-spacing: -0.035em;
  text-transform: uppercase;
}

.reveal .slides .slide-title span { color: var(--cyan) !important; }
.compact-title { font-size: 51px; }

.brand-lockup { width: 740px; height: auto; }

.partner-wordmark {
  color: var(--white);
  font-size: 28px;
  font-weight: 900;
  letter-spacing: -0.025em;
}

.partner-wordmark.large {
  display: inline-block;
  color: var(--cyan);
  font-size: 38px;
}

/* Hero */
.hero-shell { padding: 54px 74px 46px; }
.hero-shell::before {
  content: "";
  position: absolute;
  z-index: 2;
  top: -54px;
  bottom: -46px;
  left: 0;
  width: 100%;
  pointer-events: none;
  background: rgba(8, 17, 31, 0.46);
  -webkit-backdrop-filter: blur(14px);
  backdrop-filter: blur(14px);
  -webkit-mask-image: linear-gradient(90deg, #000 0%, transparent 100%);
  -webkit-mask-size: 100% 100%;
  -webkit-mask-position: 0 0;
  -webkit-mask-repeat: no-repeat;
  mask-image: linear-gradient(90deg, #000 0%, transparent 100%);
  mask-size: 100% 100%;
  mask-position: 0 0;
  mask-repeat: no-repeat;
}
.hero-shell::after { display: none; }

.hero-rain {
  display: block;
  position: absolute;
  z-index: 0;
  inset: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
}

.hero-brand-row {
  position: relative;
  z-index: 6;
  display: flex;
  align-items: center;
  gap: 24px;
}

.hero-copy {
  position: absolute;
  z-index: 5;
  top: 350px;
  left: 74px;
  width: 690px;
}

.hero-copy h1 {
  margin: 0;
  color: var(--white);
  font-family: "Martian Mono", "SFMono-Regular", Menlo, Consolas, monospace;
  font-size: 52px;
  font-weight: 700;
  line-height: 1.14;
  letter-spacing: -0.045em;
  text-transform: uppercase;
}

.hero-copy h1 span { color: var(--cyan); }

.hero-photo {
  position: absolute;
  z-index: 1;
  top: 46px;
  right: 0;
  bottom: -46px;
  left: 0;
  width: auto;
  height: auto;
  overflow: hidden;
  background: transparent;
}

.hero-photo img,
.hero-photo video {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
  filter: saturate(0.9) contrast(1.06);
}

.hero-photo video {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  object-position: center bottom;
  background: transparent;
  pointer-events: none;
  transform: scale(1.06);
  transform-origin: center bottom;
}

/* Creator */
.creator-title { max-width: 1240px; }

.creator-grid {
  display: grid;
  grid-template-columns: 430px 1fr;
  gap: 62px;
  margin-top: 34px;
}

.creator-photo {
  position: relative;
  height: 520px;
  overflow: hidden;
  border-radius: 22px 22px 4px 22px;
  background: var(--navy-panel);
  box-shadow: 0 24px 70px rgba(0,0,0,0.32);
}

.creator-photo::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(0deg, rgba(8,17,31,0.94), transparent 25%);
  pointer-events: none;
}

.creator-photo img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 38%;
}

.photo-caption {
  position: absolute;
  z-index: 4;
  left: 22px;
  bottom: 18px;
  color: var(--cyan);
  font-family: "SFMono-Regular", Menlo, Consolas, monospace;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.15em;
}

.creator-copy { padding-top: 6px; }
.creator-copy h3 {
  margin: 0 0 22px;
  color: #dbe6ef;
  font-size: 27px;
  line-height: 1.2;
  letter-spacing: -0.015em;
}

.feature-list { list-style: none; margin: 0; padding: 0; }
.feature-list li {
  display: grid;
  grid-template-columns: 50px 1fr;
  align-items: center;
  min-height: 54px;
  border-top: 1px solid var(--line);
  color: var(--white);
  font-size: 25px;
}
.feature-list li:last-child { border-bottom: 1px solid var(--line); }
.feature-list b { color: var(--cyan); font-family: "SFMono-Regular", Menlo, monospace; font-size: 14px; }
.creator-takeaway { margin-top: 23px; color: var(--muted); font-size: 23px; }
.creator-takeaway strong { color: var(--cyan); }

.content-strip {
  position: absolute;
  left: 567px;
  right: 74px;
  bottom: 55px;
  display: flex;
  justify-content: space-between;
  color: var(--muted);
  font-family: "SFMono-Regular", Menlo, Consolas, monospace;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.1em;
}
.content-strip span::before { content: "•"; margin-right: 9px; color: var(--cyan); }

/* Distribution */
.dual-lane {
  position: relative;
  display: grid;
  grid-template-columns: 1fr 70px 1fr;
  gap: 0;
  margin-top: 54px;
}

.lane {
  min-height: 310px;
  padding: 30px 34px 24px;
  border-top: 2px solid var(--cyan);
  background: linear-gradient(180deg, rgba(0,235,252,0.055), transparent 88%);
}
.paid-lane { border-top-color: var(--blue); background: linear-gradient(180deg, rgba(0,157,231,0.08), transparent 88%); }
.lane-head { display: flex; align-items: center; gap: 16px; }
.lane-index { color: var(--cyan); font-family: "SFMono-Regular", Menlo, monospace; font-size: 16px; font-weight: 900; }
.paid-lane .lane-index { color: var(--blue); }
.lane-head h3 { margin: 0; color: var(--white) !important; font-size: 31px; letter-spacing: 0.02em; }
.lane-role { margin-left: auto; color: var(--muted); font-family: "SFMono-Regular", Menlo, monospace; font-size: 12px; font-weight: 800; letter-spacing: 0.12em; }

.lane-flow {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-top: 54px;
  color: var(--white);
  font-size: 22px;
  font-weight: 800;
}
.lane-flow b { color: var(--cyan); font-size: 26px; }
.paid-lane .lane-flow b { color: var(--blue); }
.lane p { margin-top: 32px; max-width: 92%; color: var(--muted); font-size: 22px; line-height: 1.35; }
.lane-divider { display: flex; align-items: center; justify-content: center; }
.lane-divider::before { content: ""; position: absolute; top: 0; bottom: 0; width: 1px; background: var(--line); }
.lane-divider span { position: relative; z-index: 2; display: grid; place-items: center; width: 42px; height: 42px; color: var(--cyan); background: var(--navy); border: 1px solid rgba(0,235,252,0.4); border-radius: 50%; font-weight: 300; }

.distribution-principle {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 28px;
  padding: 20px 26px;
  border-left: 4px solid var(--cyan);
  background: rgba(255,255,255,0.035);
  font-size: 23px;
}
.distribution-principle span { color: #cdd8e3; }
.distribution-principle strong { color: var(--cyan); }

/* Convert */
.convert-shell .slide-title { margin-top: 12px; }
.funnel {
  display: grid;
  grid-template-columns: 1fr 54px 1.05fr 54px 1.35fr 54px 1.1fr 54px .92fr;
  align-items: center;
  margin-top: 65px;
}

.funnel-node {
  min-height: 142px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border-top: 1px solid rgba(255,255,255,0.26);
  border-bottom: 1px solid rgba(255,255,255,0.12);
  background: rgba(255,255,255,0.025);
  text-align: center;
}
.funnel-node small { margin-bottom: 10px; color: var(--muted); font-family: "SFMono-Regular", Menlo, monospace; font-size: 11px; font-weight: 800; letter-spacing: 0.1em; }
.funnel-node strong { font-size: 20px; letter-spacing: 0.02em; }
.funnel-node em { margin-top: 8px; color: var(--cyan); font-family: "SFMono-Regular", Menlo, monospace; font-size: 10px; font-style: normal; font-weight: 800; letter-spacing: 0.1em; }
.agent-node {
  min-height: 184px;
  border: 2px solid var(--cyan);
  border-radius: 4px;
  background: radial-gradient(circle at 50% 20%, rgba(0,235,252,0.18), rgba(0,157,231,0.06) 60%, transparent);
  box-shadow: 0 0 42px rgba(0,235,252,0.12);
}
.agent-node strong { color: var(--cyan); font-size: 29px; }
.outcome-node { border-top-color: var(--blue); background: linear-gradient(180deg, rgba(0,157,231,0.14), rgba(0,157,231,0.04)); }
.outcome-node strong { color: var(--white); }
.flow-arrow { color: var(--cyan); text-align: center; font-size: 28px; }
.capability-line { display: flex; justify-content: center; gap: 38px; margin-top: 34px; color: var(--muted); font-size: 22px; }
.capability-line span::before { content: "•"; margin-right: 10px; color: var(--cyan); }
.goal-line { position: absolute; left: 74px; bottom: 66px; color: var(--cyan); font-family: "SFMono-Regular", Menlo, monospace; font-size: 14px; font-weight: 900; letter-spacing: 0.1em; }
.goal-line b { margin-left: 16px; color: var(--white); font-family: Arial, sans-serif; font-size: 22px; letter-spacing: 0; }

/* Strategies */
.strategy-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 34px;
  margin-top: 44px;
}
.strategy-grid.single-strategy {
  grid-template-columns: minmax(0, 940px);
  justify-content: center;
  margin-top: 52px;
}
.single-strategy .strategy { min-height: 330px; padding: 32px 44px 28px; }
.single-strategy .strategy-flow { justify-content: center; gap: 20px; margin-top: 44px; }
.single-strategy .strategy-flow i { padding: 13px 22px; font-size: 15px; }
.single-strategy .strategy-benefit { margin-top: 34px !important; text-align: center; }
.single-strategy .strategy-choice { left: 44px; right: 44px; bottom: 28px; }
.strategy {
  position: relative;
  min-height: 410px;
  padding: 28px 32px 24px;
  border-top: 2px solid var(--cyan);
  background: linear-gradient(180deg, rgba(0,235,252,0.06), rgba(255,255,255,0.015));
}
.vip-strategy { border-top-color: var(--blue); background: linear-gradient(180deg, rgba(0,157,231,0.09), rgba(255,255,255,0.015)); }
.strategy-label { display: flex; align-items: center; gap: 14px; }
.strategy-label span { color: var(--cyan); font-family: "SFMono-Regular", Menlo, monospace; font-size: 16px; font-weight: 900; }
.vip-strategy .strategy-label span { color: var(--blue); }
.strategy-label h3 { margin: 0; color: var(--white) !important; font-size: 29px; }
.strategy-flow { display: flex; align-items: center; justify-content: flex-start; gap: 12px; margin-top: 36px; min-height: 44px; }
.strategy-flow i { padding: 9px 10px; color: var(--white); border: 1px solid rgba(255,255,255,0.19); border-radius: 3px; font-family: "SFMono-Regular", Menlo, monospace; font-size: 12px; font-style: normal; font-weight: 800; letter-spacing: 0.04em; }
.strategy-flow b { color: var(--cyan); font-size: 20px; }
.strategy-benefit { margin-top: 30px !important; color: #d8e2eb; font-size: 22px; line-height: 1.35; }
.strategy-trade { margin-top: 18px !important; color: var(--muted); font-size: 22px; }
.strategy-trade b { color: var(--white); }
.strategy-choice { position: absolute; left: 32px; right: 32px; bottom: 24px; padding-top: 19px; border-top: 1px solid var(--line); color: var(--muted); font-family: "SFMono-Regular", Menlo, monospace; font-size: 13px; font-weight: 800; letter-spacing: 0.1em; }
.strategy-choice strong { margin-left: 8px; color: var(--cyan); font-size: 18px; }
.vip-strategy .strategy-choice strong { color: var(--blue); }
.decision-line { position: absolute; left: 240px; right: 240px; bottom: 53px; display: flex; align-items: center; gap: 18px; color: var(--muted); font-family: "SFMono-Regular", Menlo, monospace; font-size: 12px; font-weight: 800; letter-spacing: 0.1em; }
.decision-line i { flex: 1; height: 1px; background: var(--line); }
.decision-line b { color: var(--white); }

/* AI sports creator profile */
.creator-profile-shell { padding-right: 0; }
.creator-profile-shell::after { right: 48%; }
.creator-profile-copy { position: relative; z-index: 5; width: 760px; }
.creator-profile-copy .slide-title { margin-top: 62px; font-size: 61px; }
.creator-profile-intro { width: 650px; margin-top: 26px !important; color: #cbd7e2; font-size: 24px; line-height: 1.42; }
.creator-profile-roles { display: grid; grid-template-columns: 1fr 1fr; gap: 12px 26px; width: 620px; margin-top: 34px; }
.creator-profile-roles span { padding-top: 12px; border-top: 1px solid var(--line); color: var(--muted); font-family: "SFMono-Regular", Menlo, monospace; font-size: 12px; font-weight: 800; letter-spacing: 0.08em; }
.creator-profile-roles span::before { content: "•"; margin-right: 10px; color: var(--cyan); }
.creator-profile-partner { margin-top: 48px; }
.creator-profile-partner small { display: block; margin-bottom: 12px; color: var(--muted); font-family: "SFMono-Regular", Menlo, monospace; font-size: 12px; font-weight: 800; letter-spacing: 0.12em; }
.creator-profile-partner p { margin-top: 14px; color: var(--white); font-size: 23px; line-height: 1.25; }

.meet-photo {
  position: absolute;
  z-index: 1;
  top: 0;
  right: 0;
  width: 47%;
  height: 100%;
  overflow: hidden;
}
.meet-photo::before { content: ""; position: absolute; z-index: 2; inset: 0; background: linear-gradient(90deg, var(--navy), transparent 28%), linear-gradient(0deg, rgba(8,17,31,0.76), transparent 23%); }
.meet-photo img { display: block; width: 100%; height: 100%; object-fit: cover; object-position: center 34%; }
/* Closing */
.closing-shell { padding-top: 52px; }
.closing-shell::after { display: none; }
.closing-brand { display: flex; align-items: center; justify-content: flex-start; height: 104px; }
.closing-brand > img { width: auto; height: 104px; }
.reveal .slides .closing-title { margin: 38px 0 0; text-align: center; color: var(--white) !important; font-size: 68px; line-height: 1.02; letter-spacing: -0.045em; text-transform: uppercase; }
.reveal .slides .closing-title span { color: var(--cyan) !important; }
.system-flow { display: grid; grid-template-columns: 1fr 52px 1fr 52px 1fr 52px 1fr; align-items: center; margin-top: 65px; }
.system-step { position: relative; min-height: 162px; padding: 27px 26px; border-top: 2px solid rgba(255,255,255,0.26); background: rgba(255,255,255,0.025); }
.system-step small { color: var(--cyan); font-family: "SFMono-Regular", Menlo, monospace; font-size: 13px; font-weight: 900; }
.system-step strong { display: block; margin-top: 15px; color: var(--white); font-size: 24px; }
.system-step span { display: block; margin-top: 10px; color: var(--muted); font-size: 21px; }
.system-arrow { color: var(--cyan); text-align: center; font-size: 28px; }
.highlight-step { border: 2px solid var(--cyan); background: linear-gradient(180deg, rgba(0,235,252,0.15), rgba(0,157,231,0.04)); box-shadow: 0 0 42px rgba(0,235,252,0.1); }
.partner-step { border-top-color: var(--partner-accent); background: linear-gradient(180deg, rgba(0,191,227,0.12), rgba(255,255,255,0.015)); }
.closing-line { margin-top: 37px !important; color: #dbe5ee; text-align: center; font-size: 24px; }

/* Generic bookmaker commercial pitch */
.slide-lead {
  max-width: 760px;
  margin-top: 26px !important;
  color: #c8d4df;
  font-size: 25px;
  line-height: 1.42;
}

/* Exclusive tipster */
.exclusive-shell { padding-right: 60px; }
.exclusive-layout {
  display: grid;
  grid-template-columns: minmax(0, 900px) minmax(0, 1fr);
  gap: 36px;
  height: 646px;
  margin-top: 12px;
}
.exclusive-copy {
  position: relative;
  z-index: 3;
  padding-top: 6px;
  transform: translateY(-18px);
}
.exclusive-copy .slide-title {
  margin-top: 0;
  font-size: 46px;
  white-space: nowrap;
}
.exclusive-copy .slide-lead {
  max-width: 860px;
  font-size: 19px;
  line-height: 1.45;
}
.exclusive-points { margin-top: 44px; }
.exclusive-points > div {
  display: grid;
  grid-template-columns: 190px 1fr;
  gap: 24px;
  align-items: center;
  min-height: 80px;
  border-top: 1px solid var(--line);
}
.exclusive-points strong {
  color: var(--cyan);
  font-family: "Martian Mono", Menlo, Consolas, monospace;
  font-size: 17px;
  letter-spacing: 0.04em;
}
.exclusive-points span { color: var(--muted); font-size: 17px; line-height: 1.35; }
.exclusive-phone {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 646px;
  margin: 0;
  overflow: visible;
}
.phone-device {
  position: relative;
  width: 467px;
  height: 700px;
  transform: translateY(-53px);
  filter: drop-shadow(0 28px 52px rgba(0,0,0,0.38));
}
.phone-frame {
  position: absolute;
  z-index: 1;
  inset: 0;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
  pointer-events: none;
}
.phone-screen {
  position: absolute;
  z-index: 2;
  top: 2.2%;
  left: 16.6%;
  display: block;
  width: 66.8%;
  height: 95.5%;
  border-radius: 38px;
  background: #000;
  object-fit: cover;
  object-position: center;
}
.phone-island {
  position: absolute;
  z-index: 3;
  top: 22px;
  left: 50%;
  width: 102px;
  height: 28px;
  transform: translateX(-50%);
  border-radius: 999px;
  background: #030303;
  box-shadow: 0 1px 5px rgba(0,0,0,0.55);
  pointer-events: none;
}
.phone-island::after {
  content: "";
  position: absolute;
  top: 8px;
  right: 9px;
  width: 11px;
  height: 11px;
  border-radius: 50%;
  background: radial-gradient(circle at 65% 35%, #17659d 0 12%, #07131f 35%, #010204 72%);
}
.exclusive-visual {
  position: relative;
  height: 620px;
  margin: 0;
  overflow: hidden;
  border-top: 2px solid var(--cyan);
  background: var(--navy-panel);
  box-shadow: 0 28px 75px rgba(0,0,0,0.34);
}
.exclusive-visual::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(0deg, rgba(8,17,31,0.94), transparent 28%);
  pointer-events: none;
}
.exclusive-visual img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 32%;
}
.exclusive-visual figcaption {
  position: absolute;
  z-index: 3;
  left: 24px;
  bottom: 20px;
  color: var(--cyan);
  font-family: "Martian Mono", Menlo, Consolas, monospace;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.08em;
}

/* Acquisition system */
.acquisition-shell .slide-title { font-size: 46px; }
.acquisition-macbook {
  position: absolute;
  z-index: 2;
  top: 84px;
  right: 70px;
  width: 720px;
  aspect-ratio: 621 / 360;
  margin: 0;
  filter: drop-shadow(0 22px 38px rgba(0,0,0,0.32));
}
.acquisition-frame {
  position: relative;
  z-index: 2;
  display: block;
  width: 100%;
  height: auto;
}
.acquisition-screen {
  position: absolute;
  z-index: 3;
  top: 3.7%;
  left: 10.7%;
  width: 78.6%;
  height: 88.8%;
  object-fit: contain;
  object-position: center;
  border-radius: 8px 8px 2px 2px;
  background: #07111f;
}
.acquisition-shell .acquisition-macbook .acquisition-screen {
  z-index: 1;
  top: 1.2%;
  left: 9.5%;
  width: 81%;
  height: 92%;
  object-fit: contain;
  object-position: center;
  background: #07111f;
}
.acquisition-flow {
  display: grid;
  grid-template-columns: 1fr 48px 1fr 48px 1fr 48px 1fr;
  align-items: center;
  margin-top: 280px;
}
.acquisition-step {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 222px;
  padding: 28px 26px;
  overflow: hidden;
  border: 0;
  border-radius: 24px;
  background:
    radial-gradient(circle at 18% 0%, rgba(255,255,255,0.06), transparent 42%),
    linear-gradient(145deg, rgba(255,255,255,0.045), rgba(255,255,255,0.014));
  background-blend-mode: luminosity;
  -webkit-backdrop-filter: blur(10px) saturate(140%);
  backdrop-filter: blur(10px) saturate(140%);
  box-shadow:
    inset 0 1px 1px rgba(255,255,255,0.12),
    0 16px 44px rgba(0,0,0,0.3);
}
.acquisition-step::after {
  content: "";
  position: absolute;
  z-index: 2;
  inset: 0;
  padding: 1.4px;
  border-radius: inherit;
  background: linear-gradient(180deg, rgba(255,255,255,0.34) 0%, rgba(255,255,255,0.11) 22%, transparent 42%, transparent 58%, rgba(255,255,255,0.09) 80%, rgba(255,255,255,0.28) 100%);
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  pointer-events: none;
}
.acquisition-step > * {
  position: relative;
  z-index: 1;
}
.acquisition-step small,
.vip-step small,
.pilot-phase small,
.partnership-part small {
  color: var(--cyan);
  font-family: "Martian Mono", Menlo, Consolas, monospace;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.08em;
}
.acquisition-step strong {
  display: block;
  min-height: 58px;
  margin-top: 0;
  color: var(--white);
  font-family: "Martian Mono", Menlo, Consolas, monospace;
  font-size: 27px;
  line-height: 1.08;
}
.acquisition-step span { display: block; margin-top: 18px; color: var(--muted); font-size: 18px; line-height: 1.24; }
.acquisition-highlight {
  background:
    radial-gradient(circle at 28% 0%, rgba(0,235,252,0.12), transparent 48%),
    linear-gradient(145deg, rgba(0,235,252,0.06), rgba(255,255,255,0.014));
  box-shadow:
    inset 0 1px 1px rgba(255,255,255,0.15),
    0 0 36px rgba(0,235,252,0.06),
    0 16px 44px rgba(0,0,0,0.3);
}
.acquisition-highlight::after { background: linear-gradient(180deg, rgba(0,235,252,0.48) 0%, rgba(255,255,255,0.14) 22%, transparent 44%, transparent 58%, rgba(0,235,252,0.12) 82%, rgba(0,235,252,0.34) 100%); }
.acquisition-highlight strong { color: var(--cyan); }
.acquisition-arrow,
.vip-arrow { color: var(--cyan); text-align: center; font-family: "Martian Mono", monospace; font-size: 27px; }

/* Customer acquisition funnel */
.vip-shell { padding-right: 60px; }
.vip-layout {
  display: grid;
  grid-template-columns: minmax(0, 900px) minmax(0, 1fr);
  gap: 36px;
  height: 646px;
  margin-top: 12px;
}
.vip-copy {
  position: relative;
  z-index: 3;
  padding-top: 6px;
  transform: translateY(-18px);
}
.vip-copy .slide-title {
  margin-top: 0;
  font-size: 46px;
  white-space: nowrap;
}
.vip-lead {
  max-width: 850px;
  margin-top: 24px !important;
  color: #c8d4df;
  font-size: 19px;
  line-height: 1.45;
}
.vip-points { margin-top: 44px; }
.vip-points > div {
  display: grid;
  grid-template-columns: 190px 1fr;
  gap: 24px;
  align-items: center;
  min-height: 80px;
  border-top: 1px solid var(--line);
}
.vip-points strong {
  color: var(--cyan);
  font-size: 17px;
  letter-spacing: 0.035em;
}
.vip-points span {
  color: var(--muted);
  font-size: 17px;
  line-height: 1.35;
}
.vip-odds-note {
  margin-top: 18px !important;
  color: #7f8c9d;
  font-size: 11px;
  line-height: 1.35;
}
.funnel-intro {
  width: 850px;
  margin-top: 18px !important;
  color: #b8c4d2;
  font-size: 17px;
  line-height: 1.42;
}
.conversion-flow {
  display: grid;
  grid-template-columns: 1fr 26px 1.18fr 26px 1fr;
  align-items: center;
  margin-top: 28px;
}
.conversion-step {
  position: relative;
  display: flex;
  flex-direction: column;
  min-height: 170px;
  padding: 22px 20px;
  overflow: hidden;
  border-radius: 22px;
  background:
    radial-gradient(circle at 18% 0%, rgba(255,255,255,0.06), transparent 44%),
    linear-gradient(145deg, rgba(255,255,255,0.045), rgba(255,255,255,0.014));
  -webkit-backdrop-filter: blur(10px) saturate(140%);
  backdrop-filter: blur(10px) saturate(140%);
  box-shadow:
    inset 0 1px 1px rgba(255,255,255,0.12),
    0 14px 36px rgba(0,0,0,0.26);
}
.conversion-step::after {
  content: "";
  position: absolute;
  inset: 0;
  padding: 1.2px;
  border-radius: inherit;
  background: linear-gradient(180deg, rgba(255,255,255,0.3), rgba(255,255,255,0.08) 28%, transparent 52%, rgba(255,255,255,0.18));
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  pointer-events: none;
}
.conversion-step > * { position: relative; z-index: 1; }
.conversion-step strong {
  display: block;
  min-height: 49px;
  margin-top: 0;
  color: var(--white);
  font-size: 20px;
  line-height: 1.12;
}
.conversion-step span {
  display: block;
  margin-top: 13px;
  color: var(--muted);
  font-size: 14px;
  line-height: 1.32;
}
.conversion-arrow {
  color: var(--cyan);
  text-align: center;
  font-size: 21px;
}
.custom-goals {
  position: relative;
  display: grid;
  grid-template-columns: 205px 1fr;
  align-items: center;
  gap: 18px;
  margin-top: 18px;
  padding: 14px 18px;
  overflow: hidden;
  border: 0;
  border-radius: 22px;
  background:
    radial-gradient(circle at 18% 0%, rgba(255,255,255,0.06), transparent 44%),
    linear-gradient(145deg, rgba(255,255,255,0.045), rgba(255,255,255,0.014));
  -webkit-backdrop-filter: blur(10px) saturate(140%);
  backdrop-filter: blur(10px) saturate(140%);
  box-shadow:
    inset 0 1px 1px rgba(255,255,255,0.12),
    0 14px 36px rgba(0,0,0,0.26);
}
.custom-goals-heading strong {
  display: block;
  color: var(--cyan);
  font-size: 14px;
}
.custom-goals-heading span {
  display: block;
  margin-top: 7px;
  color: var(--muted);
  font-size: 10px;
  line-height: 1.3;
}
.custom-goals-list {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 9px 18px;
  color: var(--white);
  font-size: 10px;
  font-weight: 700;
}
.custom-goals-list span + span::before {
  content: "·";
  margin-right: 12px;
  color: var(--cyan);
}
.retention-strip {
  position: relative;
  display: grid;
  grid-template-columns: 205px 1fr;
  align-items: start;
  gap: 18px;
  margin-top: 12px;
  padding: 13px 18px;
  overflow: hidden;
  border: 0;
  border-radius: 22px;
  background:
    radial-gradient(circle at 18% 0%, rgba(255,255,255,0.06), transparent 44%),
    linear-gradient(145deg, rgba(255,255,255,0.045), rgba(255,255,255,0.014));
  -webkit-backdrop-filter: blur(10px) saturate(140%);
  backdrop-filter: blur(10px) saturate(140%);
  box-shadow:
    inset 0 1px 1px rgba(255,255,255,0.12),
    0 14px 36px rgba(0,0,0,0.26);
}
.custom-goals::after,
.retention-strip::after {
  content: "";
  position: absolute;
  inset: 0;
  padding: 1.2px;
  border-radius: inherit;
  background: linear-gradient(180deg, rgba(255,255,255,0.3), rgba(255,255,255,0.08) 28%, transparent 52%, rgba(255,255,255,0.18));
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  pointer-events: none;
}
.custom-goals > *,
.retention-strip > * {
  position: relative;
  z-index: 1;
}
.retention-strip > strong {
  color: var(--white);
  font-size: 13px;
  line-height: 1.25;
}
.retention-strip div > span {
  display: block;
  color: #b8c4d2;
  font-size: 12px;
  line-height: 1.32;
}
.retention-strip small {
  display: block;
  margin-top: 7px;
  color: #7f8c9d;
  font-size: 9px;
  line-height: 1.3;
}
.vip-phone {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 646px;
  margin: 0;
  overflow: visible;
}
.phone-empty-screen {
  position: absolute;
  z-index: 2;
  top: 2.2%;
  left: 16.6%;
  display: block;
  width: 66.8%;
  height: 95.5%;
  border-radius: 38px;
  background: #03070d;
}

/* Managed activation */
.activation-shell .slide-title { font-size: 46px; }
.activation-macbook {
  top: 98px;
  right: 74px;
  width: 570px;
}
.activation-macbook .acquisition-screen {
  z-index: 1;
  top: 1.2%;
  left: 9.5%;
  width: 81%;
  height: 92%;
  padding: 14px;
  box-sizing: border-box;
  background: #fff;
  object-fit: contain;
  object-position: center;
}
.operation-areas {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 58px;
  margin-top: 184px;
}
.operation-areas > div {
  position: relative;
  min-height: 178px;
  padding: 30px 28px;
  overflow: hidden;
  border: 0;
  border-radius: 24px;
  background:
    radial-gradient(circle at 18% 0%, rgba(255,255,255,0.06), transparent 44%),
    linear-gradient(145deg, rgba(255,255,255,0.045), rgba(255,255,255,0.014));
  -webkit-backdrop-filter: blur(10px) saturate(140%);
  backdrop-filter: blur(10px) saturate(140%);
  box-shadow:
    inset 0 1px 1px rgba(255,255,255,0.12),
    0 14px 36px rgba(0,0,0,0.26);
}
.operation-areas > div::after {
  content: "";
  position: absolute;
  inset: 0;
  padding: 1.2px;
  border-radius: inherit;
  background: linear-gradient(180deg, rgba(255,255,255,0.3), rgba(255,255,255,0.08) 28%, transparent 52%, rgba(255,255,255,0.18));
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  pointer-events: none;
}
.operation-areas > div > * {
  position: relative;
  z-index: 1;
}
.operation-areas strong {
  display: block;
  color: var(--cyan);
  font-size: 28px;
  line-height: 1.15;
}
.operation-areas span {
  display: block;
  max-width: 360px;
  margin-top: 28px;
  color: var(--muted);
  font-size: 21px;
  line-height: 1.4;
}
.bookmaker-inputs {
  margin-top: 28px;
  padding: 24px 0 0;
  border-top: 1px solid var(--line);
}
.bookmaker-inputs p {
  color: #b8c4d2;
  font-size: 17px;
  line-height: 1.4;
}
.bookmaker-inputs strong {
  color: var(--cyan);
}
.operator-line-compact {
  justify-content: center;
}
.activation-layout {
  display: grid;
  grid-template-columns: 410px 1fr;
  gap: 80px;
  margin-top: 30px;
}
.activation-statement {
  min-height: 372px;
  padding: 35px 32px;
  border-left: 4px solid var(--cyan);
  background: linear-gradient(135deg, rgba(0,235,252,0.09), rgba(255,255,255,0.015));
}
.activation-statement strong {
  display: block;
  color: var(--white);
  font-family: "Martian Mono", Menlo, Consolas, monospace;
  font-size: 35px;
  line-height: 1.18;
}
.activation-statement span { display: block; margin-top: 42px; color: var(--muted); font-size: 23px; line-height: 1.42; }
.activation-list > div {
  display: grid;
  grid-template-columns: 52px 235px 1fr;
  gap: 20px;
  align-items: center;
  min-height: 75px;
  border-top: 1px solid var(--line);
}
.activation-list > div:last-child { border-bottom: 1px solid var(--line); }
.activation-list b { color: var(--cyan); font-family: "Martian Mono", monospace; font-size: 13px; }
.activation-list strong { color: var(--white); font-family: "Martian Mono", monospace; font-size: 17px; }
.activation-list span { color: var(--muted); font-size: 20px; line-height: 1.28; }
.operator-line {
  position: absolute;
  left: 74px;
  right: 74px;
  bottom: 58px;
  display: flex;
  align-items: center;
  gap: 22px;
  color: var(--muted);
  font-family: "Martian Mono", Menlo, Consolas, monospace;
  font-size: 13px;
  letter-spacing: 0.04em;
}
.operator-line i { flex: 1; height: 1px; background: var(--line); }
.operator-line strong { color: var(--cyan); }

/* Pilot */
.pilot-shell .slide-title { font-size: 46px; }
.pilot-lead {
  max-width: 950px;
  margin-top: 24px !important;
  color: #c8d4df;
  font-size: 18px;
  line-height: 1.45;
}
.pilot-roadmap {
  position: relative;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 48px;
  margin-top: 52px;
  padding-top: 0;
}
.pilot-line {
  position: absolute;
  z-index: 0;
  top: 50%;
  left: 8%;
  right: 8%;
  height: 1px;
  background: linear-gradient(90deg, rgba(0,235,252,0.18), rgba(0,157,231,0.32), rgba(0,235,252,0.18));
}
.pilot-phase {
  position: relative;
  z-index: 1;
  min-height: 214px;
  padding: 30px 28px;
  overflow: hidden;
  border-radius: 24px;
  background:
    radial-gradient(circle at 18% 0%, rgba(255,255,255,0.06), transparent 44%),
    linear-gradient(145deg, rgba(255,255,255,0.045), rgba(255,255,255,0.014));
  -webkit-backdrop-filter: blur(10px) saturate(140%);
  backdrop-filter: blur(10px) saturate(140%);
  box-shadow:
    inset 0 1px 1px rgba(255,255,255,0.12),
    0 14px 36px rgba(0,0,0,0.26);
}
.pilot-phase::before {
  content: "";
  position: absolute;
  inset: 0;
  padding: 1.2px;
  border-radius: inherit;
  background: linear-gradient(180deg, rgba(255,255,255,0.3), rgba(255,255,255,0.08) 28%, transparent 52%, rgba(255,255,255,0.18));
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  pointer-events: none;
}
.pilot-phase > * { position: relative; z-index: 1; }
.pilot-phase strong {
  display: block;
  margin-top: 20px;
  color: var(--white);
  font-family: "Martian Mono", Menlo, Consolas, monospace;
  font-size: 28px;
}
.pilot-phase span { display: block; margin-top: 22px; color: var(--muted); font-size: 20px; line-height: 1.35; }
.pilot-measure {
  margin-top: 36px !important;
  padding-top: 24px;
  color: #b8c4d2;
  border-top: 1px solid var(--line);
  font-size: 18px;
  line-height: 1.45;
}
.pilot-kpis {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  margin-top: 28px;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}
.pilot-kpis span {
  padding: 22px 20px;
  color: var(--white);
  border-right: 1px solid var(--line);
  font-family: "Martian Mono", Menlo, Consolas, monospace;
  font-size: 14px;
  font-weight: 700;
  text-align: center;
}
.pilot-kpis span:last-child { border-right: 0; }
.pilot-note { margin-top: 28px !important; color: var(--muted); text-align: center; font-size: 21px; }

/* Partnership */
.partnership-shell::after { display: none; }
.partnership-title {
  width: 900px;
  max-width: 900px !important;
  margin: 18px 0 0 !important;
  font-size: 54px !important;
  text-align: left;
}
.partnership-model {
  display: grid;
  grid-template-columns: 1fr 72px 1fr;
  align-items: center;
  max-width: 1160px;
  margin: 58px auto 0;
}
.partnership-part {
  position: relative;
  min-height: 212px;
  padding: 36px;
  overflow: hidden;
  border: 0;
  border-radius: 24px;
  background:
    radial-gradient(circle at 18% 0%, rgba(255,255,255,0.06), transparent 44%),
    linear-gradient(145deg, rgba(255,255,255,0.045), rgba(255,255,255,0.014));
  -webkit-backdrop-filter: blur(10px) saturate(140%);
  backdrop-filter: blur(10px) saturate(140%);
  box-shadow:
    inset 0 1px 1px rgba(255,255,255,0.12),
    0 14px 36px rgba(0,0,0,0.26);
}
.partnership-part::after {
  content: "";
  position: absolute;
  inset: 0;
  padding: 1.2px;
  border-radius: inherit;
  background: linear-gradient(180deg, rgba(255,255,255,0.3), rgba(255,255,255,0.08) 28%, transparent 52%, rgba(255,255,255,0.18));
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  pointer-events: none;
}
.partnership-part > * { position: relative; z-index: 1; }
.partnership-part strong {
  display: block;
  margin-top: 0;
  color: var(--white);
  font-family: "Martian Mono", Menlo, Consolas, monospace;
  font-size: 30px;
  line-height: 1.12;
}
.partnership-part span { display: block; margin-top: 18px; color: var(--muted); font-size: 20px; line-height: 1.34; }
.partnership-plus { color: var(--cyan); text-align: center; font-family: "Martian Mono", monospace; font-size: 34px; }
.partnership-rationale {
  max-width: 1160px;
  margin: 36px auto 0 !important;
  padding-top: 24px;
  color: #b8c4d2;
  border-top: 1px solid var(--line);
  font-size: 18px;
  line-height: 1.45;
  text-align: center;
}
.availability-line {
  margin-top: 22px !important;
  color: var(--muted);
  font-family: "Martian Mono", Menlo, Consolas, monospace;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.025em;
  text-align: center;
}
.partnership-cta {
  margin: 28px auto 0;
  padding-top: 24px;
  max-width: 1160px;
  color: var(--cyan);
  border-top: 1px solid var(--line);
  font-family: "Martian Mono", Menlo, Consolas, monospace;
  font-size: 18px;
  font-weight: 700;
  text-align: center;
}

/* Lea Montevecchi example */
.lea-example-shell { padding-right: 58px; }
.lea-example-copy {
  position: absolute;
  z-index: 3;
  top: 186px;
  left: 74px;
  width: 790px;
}
.lea-example-copy .slide-title {
  width: 790px;
  max-width: 790px;
  margin: 0 !important;
  font-size: 54px !important;
  white-space: nowrap;
}
.lea-example-copy .slide-title span {
  display: inline-block;
  font-size: 54px !important;
  line-height: inherit;
  letter-spacing: inherit;
  transform: none;
}
.lea-example-lead {
  max-width: 760px;
  margin-top: 28px !important;
  color: #c8d4df;
  font-size: 18px;
  line-height: 1.45;
}
.lea-example-points { margin-top: 42px; }
.lea-example-points > div {
  display: grid;
  grid-template-columns: 220px 1fr;
  gap: 24px;
  align-items: center;
  min-height: 82px;
  border-top: 1px solid var(--line);
}
.lea-example-points strong {
  color: var(--cyan);
  font-size: 16px;
  line-height: 1.24;
  letter-spacing: 0.025em;
}
.lea-example-points span {
  color: var(--muted);
  font-size: 16px;
  line-height: 1.36;
}
.lea-example-visual {
  position: absolute;
  z-index: 3;
  top: 112px;
  right: 58px;
  display: flex;
  width: 620px;
  flex-direction: column;
  align-items: center;
  gap: 72px;
}
.lea-example-macbook {
  position: relative;
  top: auto;
  right: auto;
  width: 620px;
}
.lea-example-macbook .acquisition-screen {
  z-index: 1;
  top: 1.2%;
  left: 9.5%;
  width: 81%;
  height: 92%;
  background: #000;
  object-fit: contain;
  object-position: center;
}
.lea-tiktok-button {
  position: relative;
  z-index: 5;
  top: auto;
  right: auto;
  transform: translateY(12px);
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  width: 460px;
  min-height: 64px;
  padding: 18px 30px;
  overflow: hidden;
  color: var(--cyan) !important;
  border: 0;
  border-radius: 18px;
  background:
    radial-gradient(circle at 18% 0%, rgba(0,235,252,0.12), transparent 46%),
    linear-gradient(145deg, rgba(255,255,255,0.055), rgba(255,255,255,0.018));
  -webkit-backdrop-filter: blur(10px) saturate(140%);
  backdrop-filter: blur(10px) saturate(140%);
  box-shadow:
    inset 0 1px 1px rgba(255,255,255,0.13),
    0 14px 36px rgba(0,0,0,0.26);
  font-size: 16px;
  font-weight: 800;
  letter-spacing: 0.035em;
  text-decoration: none !important;
}
.lea-tiktok-button::after {
  content: "";
  position: absolute;
  inset: 0;
  padding: 1.2px;
  border-radius: inherit;
  background: linear-gradient(180deg, rgba(255,255,255,0.32), rgba(0,235,252,0.13) 30%, transparent 55%, rgba(255,255,255,0.2));
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  pointer-events: none;
}
.lea-tiktok-button > * { position: relative; z-index: 1; }
.lea-tiktok-button span { font-size: 22px; line-height: 1; }
.lea-tiktok-button:hover {
  color: var(--white) !important;
  background:
    radial-gradient(circle at 18% 0%, rgba(0,235,252,0.18), transparent 48%),
    linear-gradient(145deg, rgba(255,255,255,0.07), rgba(255,255,255,0.025));
}

/* Contacts */
.contact-shell::after { display: none; }
.contact-shell .slide-title {
  max-width: 1360px;
  font-size: 54px;
}
.contact-lead {
  margin-top: 30px !important;
  color: #c8d4df;
  font-size: 21px;
  line-height: 1.4;
}
.contact-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  width: 1320px;
  max-width: 1320px;
  gap: 42px;
  margin: 74px auto 0;
}
.contact-card {
  position: relative;
  display: flex;
  min-height: 260px;
  padding: 44px 46px;
  overflow: hidden;
  flex-direction: column;
  justify-content: center;
  border: 0;
  border-radius: 24px;
  background:
    radial-gradient(circle at 18% 0%, rgba(255,255,255,0.06), transparent 44%),
    linear-gradient(145deg, rgba(255,255,255,0.045), rgba(255,255,255,0.014));
  -webkit-backdrop-filter: blur(10px) saturate(140%);
  backdrop-filter: blur(10px) saturate(140%);
  box-shadow:
    inset 0 1px 1px rgba(255,255,255,0.12),
    0 14px 36px rgba(0,0,0,0.26);
}
.contact-card::after {
  content: "";
  position: absolute;
  inset: 0;
  padding: 1.2px;
  border-radius: inherit;
  background: linear-gradient(180deg, rgba(255,255,255,0.3), rgba(255,255,255,0.08) 28%, transparent 52%, rgba(255,255,255,0.18));
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  pointer-events: none;
}
.contact-card > * { position: relative; z-index: 1; }
.contact-card strong {
  display: block;
  margin-bottom: 28px;
  color: var(--white);
  font-size: 30px;
  line-height: 1.2;
}
.contact-card a {
  display: block;
  width: fit-content;
  margin-top: 12px;
  color: var(--muted) !important;
  font-size: 17px;
  line-height: 1.35;
  text-decoration: none !important;
}
.contact-card a[href^="mailto:"] { font-size: 19px; }
.contact-card a:last-child { color: var(--cyan) !important; }
.contact-card a:hover { color: var(--white) !important; }

@media print {
  .reveal .slides section { background-color: var(--navy) !important; }
}
