/* ━━━━━━━━━━━━━━━━━━━━━━━━━
    ROOT & RESET
 ━━━━━━━━━━━━━━━━━━━━━━━━━ */
*,
*::before,
*::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html {
  scroll-behavior: smooth;
}

:root {
  --void: #0d1a2e;
  --ink: #1e3252;
  --ink2: #162840;
  --ink3: #1a3558;
  --gold: #d06a15;
  --gold2: #e07a28;
  --gold3: #e8924a;
  --goldd: #be6011;
  --goldbg: rgba(208, 106, 21, 0.09);
  --goldglow: rgba(208, 106, 21, 0.22);
  --cream: #f5f2ec;
  --paper: #ffffff;
  --mid: #4a5d72;
  --muted: #7a8fa0;
  --border: rgba(255, 255, 255, 0.08);
  --borderL: rgba(0, 0, 0, 0.09);

  --fD: 'Crimson Text', Georgia, serif;
  --fB: 'Roboto Condensed', Impact, sans-serif;
  --fO: 'Raleway', system-ui, sans-serif;

  --ease: cubic-bezier(0.16, 1, 0.3, 1);
  --easeIn: cubic-bezier(0.4, 0, 1, 1);
}

body {
  font-family: var(--fO);
  background: #f5f2ec;
  color: #1e3252;
  font-size: 16px;
  line-height: 1.65;
  overflow-x: hidden;
}

a {
  text-decoration: none;
}

p {
  margin-bottom: 0;
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━
    SCROLL PROGRESS BAR
 ━━━━━━━━━━━━━━━━━━━━━━━━━ */
#progress-bar {
  position: fixed;
  top: 0;
  left: 0;
  height: 2px;
  background: linear-gradient(90deg, var(--gold), var(--gold3));
  z-index: 999;
  width: 0%;
  transition: width 0.1s linear;
  box-shadow: 0 0 8px var(--goldglow);
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━
    SCROLL REVEAL SYSTEM
 ━━━━━━━━━━━━━━━━━━━━━━━━━ */
.sr {
  opacity: 0;
  transform: translateY(40px);
  transition: opacity 0.8s var(--ease), transform 0.8s var(--ease);
  background: transparent;
}

.sr.up {
  transform: translateY(40px);
}

.sr.left {
  transform: translateX(-40px);
}

.sr.right {
  transform: translateX(40px);
}

.sr.scale {
  transform: scale(0.94);
}

.sr.d1 {
  transition-delay: 0.1s;
}

.sr.d2 {
  transition-delay: 0.2s;
}

.sr.d3 {
  transition-delay: 0.3s;
}

.sr.d4 {
  transition-delay: 0.4s;
}

.sr.d5 {
  transition-delay: 0.5s;
}

.sr.d6 {
  transition-delay: 0.6s;
}

.sr.in {
  opacity: 1;
  transform: none;
  background: transparent;
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━
    HERO
 ━━━━━━━━━━━━━━━━━━━━━━━━━ */
.hero-boxed {
  max-width: 1240px;
  margin: 0 auto;
  width: 100%;
  display: grid;
  grid-template-columns: 1fr 460px;
  align-items: center;
  gap: 0;
  position: relative;
  z-index: 2;
}

#hero {
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #f5f2ec;
  position: relative;
  overflow: hidden;
  padding: 0 36px;
  isolation: isolate;
}

/* Animated mesh background */
#hero::before {
  content: '';
  position: absolute;
  inset: 0;
  background: radial-gradient(ellipse 700px 500px at 10% 60%, rgba(208, 106, 21, 0.07) 0%, transparent 70%), radial-gradient(ellipse 400px 400px at 80% 20%, rgba(208, 106, 21, 0.04) 0%, transparent 60%);
  pointer-events: none;
}

/* Grain texture */
#hero::after {
  content: '';
  position: absolute;
  inset: 0;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 512 512' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.75' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='0.03'/%3E%3C/svg%3E");
  background-size: 256px;
  pointer-events: none;
  opacity: 0.6;
}

.hero-left {
  position: relative;
  z-index: 2;
  padding: 0;
  max-width: 640px;
}

@media screen and (min-width: 1025px) {
  .hero-left {
    padding: 130px 0 90px;
  }
}

.hero-eyebrow {
  font-size: 11px;
  font-weight: 400;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--goldd);
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 28px;
}

.hero-eyebrow::before {
  content: '';
  width: 28px;
  height: 1px;
  background: var(--goldd);
  opacity: 0.7;
}

/* Split-text headline — JS injects spans */
.hero-h1 {
  font-family: var(--fD);
  font-size: clamp(52px, 6.5vw, 88px);
  font-weight: 900;
  line-height: 1.05;
  color: #1e3252;
  letter-spacing: -0.03em;
  margin-bottom: 30px;
  overflow: visible;
  padding-bottom: 0.12em;
}

.hero-h1 em {
  font-family: var(--fD);
  font-style: italic;
  font-weight: 900;
  color: var(--goldd);
  display: block;
}

.hero-h1 .word {
  display: inline-block;
  overflow: hidden;
  vertical-align: bottom;
  margin-right: 0.18em;
}

.hero-h1 .word-inner {
  display: block;
  transform: translateY(110%);
  animation: wordUp 0.9s var(--ease) forwards;
}

@keyframes wordUp {
  to {
    transform: translateY(0);
  }
}

.hero-sub {
  font-size: clamp(15px, 1.6vw, 18px);
  color: #4a5d72;
  font-weight: 300;
  max-width: 480px;
  line-height: 1.7;
  margin-bottom: 48px;
}

/* Magnetic button wrapper */
.mag-wrap {
  display: inline-block;
  position: relative;
}

.btn-gold {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  background: var(--gold);
  color: var(--void);
  font-family: var(--fO);
  font-size: 15px;
  font-weight: 500;
  padding: 16px 34px;
  border-radius: 2px;
  letter-spacing: 0.03em;
  transition: background 0.2s, box-shadow 0.2s;
  position: relative;
  overflow: hidden;
  font-weight: 700;
}

.btn-gold::after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.15), transparent);
  transform: translateX(-100%);
  transition: transform 0.5s;
}

.btn-gold:hover::after {
  transform: translateX(100%);
}

.btn-gold:hover {
  background: var(--gold2);
  background: var(--ink);
  color: white;
  box-shadow: 0 0 40px rgba(208, 106, 21, 0.35);
}

.btn-arrow {
  font-size: 20px;
  transition: transform 0.2s;
}

.btn-gold:hover .btn-arrow {
  transform: translateX(6px);
}

.hero-ghost-cta {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 14px;
  font-weight: 300;
  color: rgba(255, 255, 255, 0.4);
  border-bottom: 1px solid rgba(255, 255, 255, 0.15);
  padding-bottom: 2px;
  margin-left: 20px;
  transition: color 0.2s, border-color 0.2s;
}

.hero-ghost-cta:hover {
  color: rgba(255, 255, 255, 0.75);
  border-color: rgba(255, 255, 255, 0.4);
}

/* Guarantee pill */
.hero-guarantee {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-top: 32px;
  font-size: 12px;
  color: #7a8fa0;
  border: 1px solid rgba(30, 50, 82, 0.12);
  border-radius: 20px;
  padding: 7px 14px;
  background: rgba(255, 255, 255, 0.7);
}

.hero-guarantee-dot {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--gold);
  opacity: 0.7;
}

/* ━━━━ HERO RIGHT — Animated Ring ━━━━ */
.hero-right {
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100vh;
}

.hero-orbital {
  position: relative;
  width: 520px;
  height: 520px;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.ring-system {
  position: relative;
  width: 420px;
  height: 420px;
  flex-shrink: 0;
  contain: layout;
  /* Forces ring-system as containing block for absolute badges */
}

.ring {
  position: absolute;
  border-radius: 50%;
  border: 1px solid;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.ring-1 {
  width: 420px;
  height: 420px;
  border-color: rgba(30, 50, 82, 0.18);
  animation: spinSlow 25s linear infinite;
}

.ring-1::before {
  content: '';
  position: absolute;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: var(--gold);
  top: -5px;
  left: 50%;
  transform: translateX(-50%);
  box-shadow: 0 0 16px var(--gold2), 0 0 32px rgba(200, 149, 45, 0.4);
}

.ring-2 {
  width: 310px;
  height: 310px;
  border-color: rgba(138, 104, 32, 0.22);
  animation: spinSlow 18s linear infinite reverse;
}

.ring-2::before {
  content: '';
  position: absolute;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--gold2);
  bottom: -3.5px;
  left: 50%;
  transform: translateX(-50%);
  box-shadow: 0 0 12px var(--gold2);
}

.ring-3 {
  width: 200px;
  height: 200px;
  border-color: rgba(30, 50, 82, 0.1);
  border-style: dashed;
  animation: spinSlow 12s linear infinite;
}

@keyframes spinSlow {
  to {
    transform: translate(-50%, -50%) rotate(360deg);
  }
}

/* Center piece */
.ring-center {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
}

.ring-center-num {
  font-family: var(--fB);
  font-size: 80px;
  color: rgba(30, 50, 82, 0.22);
  line-height: 1;
  letter-spacing: -0.02em;
}

.ring-center-label {
  font-size: 11px;
  font-weight: 400;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: rgba(200, 149, 45, 0.5);
}

/* Floating badges around the ring */
.ring-badge {
  position: absolute;
  background: rgba(255, 255, 255, 0.92);
  border: 1px solid rgba(30, 50, 82, 0.12);
  border-radius: 2px;
  padding: 10px 14px;
  white-space: nowrap;
  backdrop-filter: blur(10px);
  box-shadow: 0 4px 20px rgba(30, 50, 82, 0.08);
}

.ring-badge-num {
  font-family: var(--fB);
  font-size: 24px;
  color: #1e3252;
  line-height: 1;
}

.ring-badge-lbl {
  font-size: 10px;
  font-weight: 300;
  color: #7a8fa0;
  letter-spacing: 0.06em;
}

.rb1 {
  top: 24px;
  left: 24px;
  animation: floatA 6s ease-in-out infinite;
}

.rb2 {
  bottom: 24px;
  right: 24px;
  animation: floatB 7s ease-in-out infinite 1s;
}

.rb3 {
  top: 50%;
  right: -130px;
  transform: translateY(-50%);
  animation: floatA 8s ease-in-out infinite 0.5s;
}

@keyframes floatA {

  0%,
  100% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(-10px);
  }
}

@keyframes floatB {

  0%,
  100% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(8px);
  }
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━
    MARQUEE / TICKER
 ━━━━━━━━━━━━━━━━━━━━━━━━━ */
.marquee-section {
  background: var(--gold);
  overflow: hidden;
  padding: 14px 0;
  position: relative;
}

.marquee-track {
  display: flex;
  width: max-content;
  animation: marqueeScroll 28s linear infinite;
}

.marquee-track:hover {
  animation-play-state: paused;
}

.marquee-item {
  display: flex;
  align-items: center;
  gap: 20px;
  padding: 0 32px;
  padding: 0 10px;
  font-family: var(--fO);
  font-size: 13px;
  font-weight: 500;
  color: var(--ink);
  font-weight: 700;
  letter-spacing: 0.04em;
  white-space: nowrap;
}

.marquee-sep {
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.7);
  flex-shrink: 0;
}

@keyframes marqueeScroll {
  to {
    transform: translateX(-50%);
  }
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━
    STAT SECTION
 ━━━━━━━━━━━━━━━━━━━━━━━━━ */
#stats {
  background: #1e3252;
  padding: 96px 36px;
  position: relative;
  overflow: hidden;
  isolation: isolate;
}

/* watermark removed for CMS compatibility */
.stats-grid {
  max-width: 1120px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0;
}

.stat-block {
  padding: 48px 40px;
  border-right: 1px solid var(--border);
  position: relative;
  z-index: 1;
}

.stat-block:last-child {
  border-right: none;
}

.stat-label-top {
  font-size: 12px;
  font-weight: 400;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--gold);
  margin-bottom: 12px;
  display: block;
}

.stat-num {
  font-family: var(--fB);
  font-weight: 700;
  font-size: clamp(60px, 7vw, 96px);
  color: #ffffff;
  line-height: 1;
  letter-spacing: -0.02em;
  display: block;
  background: transparent;
}

.stat-desc {
  font-size: 13px;
  font-weight: 300;
  color: rgba(255, 255, 255, 0.65);
  margin-top: 10px;
  line-height: 1.55;
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━
    SHARED LAYOUT
 ━━━━━━━━━━━━━━━━━━━━━━━━━ */
.wrap {
  max-width: 1120px;
  margin: 0 auto;
}

.wrap-sm {
  max-width: 780px;
  margin: 0 auto;
}

.sec {
  padding: 100px 36px;
  position: relative;
  isolation: isolate;
}

.sec-light {
  background: #f5f2ec;
  color: #1e3252;
}

.sec-paper {
  background: #ffffff;
  color: #1e3252;
}

.sec-dark {
  background: #1e3252;
  isolation: isolate;
}

.sec-void {
  background: #0d1a2e;
  isolation: isolate;
}

.eyebrow {
  font-size: 10px;
  font-weight: 400;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--gold);
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 18px;
}

.eyebrow::after {
  content: '';
  display: block;
  width: 32px;
  height: 1px;
  background: var(--gold);
  opacity: 0.45;
}

.eyebrow.dark {
  color: var(--gold2);
}

.eyebrow.dark::after {
  background: var(--gold2);
}

h2.display {
  font-family: var(--fD);
  font-size: clamp(38px, 5vw, 64px);
  font-weight: 900;
  line-height: 1;
  letter-spacing: -0.025em;
}

h2.display.light {
  color: #fff;
  background: transparent;
}

h2.display.dark {
  color: var(--ink);
  background: transparent;
}

/* ── Global background safety for CMS environments ── */
h1,
h2,
h3,
h4,
h5,
h6 {
  background: transparent;
}

p,
span,
li,
a,
blockquote,
cite,
em,
strong {
  background: transparent;
}

.eyebrow,
.stat-label-top,
.stat-desc,
.section-label {
  background: transparent;
}

.acc-title,
.acc-num,
.acc-tag,
.acc-icon {
  background: transparent;
}

.hero-h1,
.hero-sub,
.hero-eyebrow {
  background: transparent;
}

.opp-row-val,
.opp-row-desc,
.pull-quote p,
.pull-quote cite {
  background: transparent;
}

.tilt-card h4,
.tilt-card p,
.tilt-card-num {
  font-family: var(--fB);
  font-size: 52px;
  color: var(--goldd);
  opacity: 0.65;
  line-height: 1;
  margin-bottom: 18px;
  letter-spacing: -0.02em;
  background: transparent;
}

.t-quote,
.t-name,
.t-role,
.t-stars {
  background: transparent;
}

.faq-q,
.faq-body-inner {
  background: transparent;
}

.scott-copy p,
.scott-creds li,
.scott-subtitle {
  background: transparent;
}

.price-big-num,
.price-then,
.price-row-lbl,
.price-row-val {
  background: transparent;
}

.g-text,
.guarantee-inner h2 {
  background: transparent;
}

.prog-header p,
.live-callout-block h4,
.live-callout-block p {
  background: transparent;
}

.qual-title,
.qual-li {
  background: transparent;
}

.final-inner h2,
.final-sub {
  background: transparent;
}

.mid-bar p {
  background: transparent;
}

.stat-num {
  background: transparent;
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━
    OPPORTUNITY
 ━━━━━━━━━━━━━━━━━━━━━━━━━ */
.opp-layout {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 80px;
  align-items: start;
  margin-top: 64px;
}

.opp-big-num {
  font-family: var(--fB);
  font-size: clamp(100px, 18vw, 220px);
  color: rgba(0, 0, 0, 0.05);
  line-height: 0.8;
  letter-spacing: -0.04em;
  margin-bottom: -40px;
  display: block;
}

.opp-row {
  display: flex;
  align-items: flex-start;
  gap: 20px;
  padding: 24px 0;
  border-bottom: 1px solid var(--borderL);
}

.opp-row:first-of-type {
  border-top: 1px solid var(--borderL);
}

.opp-row-val {
  font-family: var(--fD);
  font-size: clamp(42px, 5vw, 60px);
  font-weight: 900;
  color: var(--ink);
  line-height: 1;
  white-space: nowrap;
  letter-spacing: -0.03em;
  flex-shrink: 0;
  min-width: 140px;
}

.opp-row-desc {
  font-size: 14px;
  color: var(--mid);
  line-height: 1.6;
  font-weight: 300;
  padding-top: 8px;
}

.opp-copy p {
  font-size: 16px;
  color: var(--mid);
  line-height: 1.8;
  font-weight: 300;
  margin-bottom: 18px;
}

.pull-quote {
  margin: 32px 0;
  padding: 24px 28px;
  border-left: 3px solid var(--goldd);
  background: rgba(208, 106, 21, 0.07);
  border-radius: 0 2px 2px 0;
}

.pull-quote p {
  font-family: var(--fD);
  font-size: 20px;
  font-style: italic;
  color: var(--ink) !important;
  margin-bottom: 10px !important;
}

.pull-quote cite {
  font-size: 12px;
  color: var(--mid) !important;
  font-style: normal;
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━
    PROGRAM (DARK)
 ━━━━━━━━━━━━━━━━━━━━━━━━━ */
.prog-header {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 64px;
  align-items: end;
  margin-bottom: 64px;
  background: transparent;
}

.prog-header p {
  font-size: 16px;
  color: #4a5d72;
  font-weight: 300;
  line-height: 1.75;
  margin-top: 18px;
}

/* Tilt cards */
.tilt-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1px;
  gap: 16px;
  border-radius: 2px;
}

.tilt-card {
  background: #ffffff;
  border: 1px solid rgba(30, 50, 82, 0.14);
  font-family: var(--fO);
  padding: 36px 30px;
  transition: background 0.25s;
  position: relative;
  overflow: hidden;
  transform-style: preserve-3d;
}

.tilt-card::before {
  content: '';
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at var(--mx, 50%) var(--my, 50%), rgba(208, 106, 21, 0.09), transparent 60%);
  opacity: 0;
  transition: opacity 0.3s;
}

.tilt-card:hover::before {
  opacity: 1;
}

.tilt-card-num {
  font-family: var(--fB);
  font-size: 52px;
  color: var(--goldd);
  opacity: 0.45;
  line-height: 1;
  margin-bottom: 18px;
  letter-spacing: -0.02em;
}

.tilt-card h4 {
  font-family: var(--fO);
  font-size: 15px;
  font-weight: 700;
  color: #1e3252;
  margin-bottom: 12px;
  line-height: 1.4;
  letter-spacing: 0;
  text-transform: none;
  background: transparent;
}

.tilt-card p {
  font-family: var(--fO);
  font-size: 14px;
  color: #3a4e63;
  line-height: 1.7;
  font-weight: 400;
  letter-spacing: 0;
  text-transform: none;
  background: transparent;
}

/* Live event callout */
.live-callout {
  margin-top: 24px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1px;
  background: var(--border);
  border-radius: 2px;
  overflow: hidden;
}

.live-callout-block {
  background: rgba(208, 106, 21, 0.08);
  padding: 28px 32px;
  display: flex;
  align-items: flex-start;
  gap: 16px;
}

.live-dot {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: var(--gold);
  margin-top: 5px;
  flex-shrink: 0;
  box-shadow: 0 0 10px var(--gold2);
  animation: livePulse 2s ease-in-out infinite;
}

@keyframes livePulse {

  0%,
  100% {
    box-shadow: 0 0 6px var(--gold2);
  }

  50% {
    box-shadow: 0 0 18px var(--gold2), 0 0 30px rgba(208, 106, 21, 0.3);
  }
}

.live-callout-block h4 {
  font-family: var(--fO);
  font-size: 15px;
  font-weight: 600;
  color: #1e3252;
  margin-bottom: 6px;
  margin-top: 0;
  letter-spacing: 0;
  text-transform: none;
  background: transparent;
}

.live-callout-block p {
  font-family: var(--fO);
  font-size: 13px;
  color: #4a5d72;
  font-weight: 400;
  line-height: 1.6;
  letter-spacing: 0;
  text-transform: none;
  background: transparent;
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━
    VSL SECTION
 ━━━━━━━━━━━━━━━━━━━━━━━━━ */
.vsl-section {
  background: #ffffff;
  padding: 100px 36px;
  isolation: isolate;
  border-top: 1px solid rgba(30, 50, 82, 0.07);
}

.vsl-wrap {
  max-width: 880px;
  margin: 0 auto;
}

.vsl-header {
  text-align: center;
  margin-bottom: 52px;
}

.vsl-sub {
  font-size: 17px;
  color: #4a5d72;
  font-weight: 300;
  line-height: 1.7;
  max-width: 620px;
  margin: 18px auto 0;
}

.vsl-player-wrap {
  position: relative;
}

.vsl-player-vid {
  width: 100%;
  max-width: 100%;
  height: auto;
  aspect-ratio: 16 / 9;
  display: block;
  background: #000;
  object-fit: cover;
  border: 0;
  border-radius: 4px;
}

.vsl-player-placeholder {
  width: 100%;
  aspect-ratio: 16 / 9;
  background: #f5f2ec;
  border: 1px solid rgba(30, 50, 82, 0.12);
  border-radius: 4px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 14px;
  position: relative;
  overflow: hidden;
  cursor: pointer;
  transition: border-color 0.3s, background 0.3s;
}

.vsl-player-placeholder::before {
  content: '';
  position: absolute;
  inset: 0;
  background: radial-gradient(ellipse 60% 50% at 50% 50%, rgba(208, 106, 21, 0.05), transparent 70%);
  pointer-events: none;
}

.vsl-player-placeholder:hover {
  border-color: rgba(208, 106, 21, 0.4);
  background: #ede9e0;
}

.vsl-play-icon {
  width: 72px;
  height: 72px;
  border-radius: 50%;
  background: var(--gold);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  color: #0d1a2e;
  padding-left: 4px;
  transition: transform 0.2s, box-shadow 0.2s;
  position: relative;
  z-index: 1;
}

.vsl-player-placeholder:hover .vsl-play-icon {
  transform: scale(1.08);
  box-shadow: 0 0 32px rgba(208, 106, 21, 0.4);
}

.vsl-placeholder-label {
  font-size: 14px;
  font-weight: 500;
  color: #4a5d72;
  position: relative;
  z-index: 1;
  background: transparent;
}

.vsl-placeholder-sub {
  font-size: 12px;
  color: #7a8fa0;
  position: relative;
  z-index: 1;
  background: transparent;
}

.vsl-caption {
  text-align: center;
  font-size: 12px;
  color: #7a8fa0;
  margin-top: 16px;
  letter-spacing: 0.04em;
  background: transparent;
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━
    TESTIMONIALS — Vimeo embed
 ━━━━━━━━━━━━━━━━━━━━━━━━━ */
/* ━━━━━━━━━━━━━━━━━━━━━━━━━
    TESTIMONIALS
 ━━━━━━━━━━━━━━━━━━━━━━━━━ */
#testimonials {
  background: #0d1a2e;
  padding: 100px 36px;
}

.t-marquee-outer {
  overflow: hidden;
  margin-bottom: 64px;
  -webkit-mask: linear-gradient(90deg, transparent, black 10%, black 90%, transparent);
  mask: linear-gradient(90deg, transparent, black 10%, black 90%, transparent);
}

.t-marquee-track {
  display: flex;
  width: max-content;
  animation: marqueeScroll 36s linear infinite;
  gap: 20px;
}

.t-marquee-track:hover {
  animation-play-state: paused;
}

.t-pill {
  background: #ffffff;
  border: 1px solid rgba(30, 50, 82, 0.12);
  border-radius: 40px;
  padding: 12px 24px;
  white-space: nowrap;
  font-size: 14px;
  font-style: italic;
  font-family: var(--fD);
  color: #4a5d72;
  flex-shrink: 0;
  box-shadow: 0 2px 8px rgba(30, 50, 82, 0.05);
}

.t-video-primary {
  margin-bottom: 32px;
}

.t-vimeo-wrap {
  position: relative;
  padding-bottom: 56.25%;
  /* 16:9 */
  height: 0;
  overflow: hidden;
  border-radius: 4px;
  background: #f5f2ec;
  border: 1px solid rgba(30, 50, 82, 0.1);
  box-shadow: 0 4px 24px rgba(30, 50, 82, 0.08);
}

.t-video-caption {
  text-align: center;
  font-size: 13px;
  color: #7a8fa0;
  margin-top: 14px;
  font-style: italic;
  font-family: var(--fD);
  background: transparent;
}

.t-grid-individual {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;
}

.t-grid-individual>.t-card {
  flex: 0 1 calc((100% - 40px) / 3);
}

.t-grid {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 20px;
}

.t-card-video {
  display: flex;
  flex-direction: column;
  gap: 0;
  padding: 0;
  overflow: hidden;
}

.t-card-vid {
  width: 100%;
  aspect-ratio: 16 / 9;
  display: block;
  background: #000;
  object-fit: cover;
  border: 0;
}

.t-video-placeholder {
  aspect-ratio: 16 / 9;
  background: #f5f2ec;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 10px;
  cursor: pointer;
  transition: background 0.2s;
}

.t-video-placeholder:hover {
  background: #ede9e0;
}

.t-play-sm {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: rgba(208, 106, 21, 0.2);
  border: 1px solid rgba(208, 106, 21, 0.35);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  color: var(--gold);
  padding-left: 3px;
}

.t-placeholder-lbl {
  font-size: 12px;
  font-weight: 500;
  color: #4a5d72;
  background: transparent;
}

.t-placeholder-sub {
  font-size: 11px;
  color: #7a8fa0;
  text-align: center;
  padding: 0 16px;
  background: transparent;
}

.t-card-footer {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 16px 20px;
  border-top: 1px solid rgba(255, 255, 255, 0.06);
}

.t-card {
  background: #ffffff;
  border: 1px solid rgba(30, 50, 82, 0.1);
  border-radius: 2px;
  padding: 36px 30px;
  transition: background 0.25s, border-color 0.25s, transform 0.25s;
}

.t-card:hover {
  background: rgba(255, 255, 255, 0.07);
  border-color: rgba(200, 149, 45, 0.25);
  transform: translateY(-4px);
}

.t-stars {
  color: var(--goldd);
  font-size: 13px;
  letter-spacing: 3px;
  margin-bottom: 18px;
  display: block;
}

.t-card blockquote {
  font-family: var(--fD);
  font-size: 18px;
  font-style: italic;
  color: #1e3252;
  line-height: 1.55;
  margin-bottom: 22px;
}

.t-author {
  display: flex;
  align-items: center;
  gap: 12px;
}

.t-avatar {
  width: 38px;
  height: 38px;
  border-radius: 50%;
  background: rgba(208, 106, 21, 0.12);
  border: 1px solid rgba(208, 106, 21, 0.3);
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: var(--fD);
  font-size: 13px;
  font-weight: 700;
  color: var(--gold);
  flex-shrink: 0;
}

.t-name {
  font-size: 13px;
  font-weight: 500;
  color: rgba(255, 255, 255, 0.65);
  margin-bottom: 0;
}

.t-role {
  font-size: 11px;
  color: #7a8fa0;
  margin-top: 1px;
  margin-bottom: 0;
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━
    MID CTA BAR
 ━━━━━━━━━━━━━━━━━━━━━━━━━ */
.mid-bar {
  background: var(--gold);
  padding: 28px 36px;
}

.mid-bar-inner {
  max-width: 1240px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 32px;
}

.mid-bar p {
  font-family: var(--fD);
  font-size: 27px;
  /* font-style: italic; */
  color: var(--void);
  max-width: 620px;
  font-weight: 700;
}

.mid-bar-btn {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  background: #0d1a2e;
  color: var(--gold2);
  font-size: 14px;
  font-weight: 500;
  padding: 13px 28px;
  border-radius: 2px;
  white-space: nowrap;
  transition: background 0.2s, gap 0.2s;
}

.mid-bar-btn:hover {
  background: #1e3252;
  color: white;
  gap: 16px;
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━
    QUALIFY
 ━━━━━━━━━━━━━━━━━━━━━━━━━ */
.qualify-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  border-radius: 2px;
  overflow: hidden;
  border: 1px solid var(--borderL);
  margin-top: 56px;
}

.qual-col {
  padding: 52px 44px;
}

.qual-col:first-child {
  background: #1e3252;
  color: #fff;
}

.qual-col:last-child {
  background: #f5f2ec;
  border-left: 1px solid var(--borderL);
}

.qual-title {
  font-family: var(--fD);
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 28px;
  padding-bottom: 18px;
}

.qual-col:first-child .qual-title {
  color: #fff;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.qual-col:last-child .qual-title {
  color: var(--ink);
  border-bottom: 1px solid var(--borderL);
}

.qual-list {
  list-style: none;
}

.qual-li {
  display: flex;
  align-items: flex-start;
  gap: 14px;
  padding: 13px 0;
  border-bottom: 1px solid;
  font-size: 15px;
  font-weight: 300;
  line-height: 1.5;
}

.qual-col:first-child .qual-li {
  color: rgba(255, 255, 255, 0.65);
  border-color: rgba(255, 255, 255, 0.07);
}

.qual-col:last-child .qual-li {
  color: var(--mid);
  border-color: var(--borderL);
}

.qual-li:last-child {
  border: none;
}

.qi-yes {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  flex-shrink: 0;
  margin-top: 2px;
  background: rgba(208, 106, 21, 0.15);
  border: 1px solid rgba(208, 106, 21, 0.3);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 10px;
  color: var(--gold2);
}

.qi-no {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  flex-shrink: 0;
  margin-top: 2px;
  background: rgba(0, 0, 0, 0.05);
  border: 1px solid var(--borderL);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 10px;
  color: var(--muted);
}

.qual-webinar {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  margin-top: 22px;
  font-size: 13px;
  color: var(--goldd);
  border-bottom: 1px solid rgba(208, 106, 21, 0.3);
  padding-bottom: 2px;
  transition: border-color 0.2s;
}

.qual-webinar:hover {
  border-color: var(--gold);
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━
    SCOTT
 ━━━━━━━━━━━━━━━━━━━━━━━━━ */
.scott-layout {
  display: grid;
  grid-template-columns: 1fr 1.4fr;
  gap: 72px;
  align-items: start;
}

.scott-photo {
  position: relative;
}

.scott-box {
  background: #e8e4da;
  border: 1px solid rgba(30, 50, 82, 0.1);
  aspect-ratio: 4/5;
  border-radius: 2px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  position: relative;
}

.scott-box::after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(6, 13, 23, 0.6), transparent 50%);
}

.scott-initials {
  font-family: var(--fB);
  font-size: 120px;
  color: rgba(30, 50, 82, 0.07);
  letter-spacing: -0.04em;
}

.scott-caption {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 2;
  padding: 20px 22px;
  background: rgba(255, 255, 255, 1);
  border-top: 1px solid rgba(30, 50, 82, 0.1);
}

.scott-caption h4 {
  font-size: 16px;
  font-weight: 500;
  color: #1e3252;
}

.scott-caption p {
  font-size: 12px;
  color: #7a8fa0;
}

.scott-copy h2 {
  color: #1e3252;
  margin-bottom: 6px;
}

.scott-subtitle {
  font-size: 12px;
  color: var(--goldd);
  letter-spacing: 0.1em;
  text-transform: uppercase;
  font-weight: 400;
  margin-bottom: 28px;
  display: block;
}

.scott-copy p {
  font-size: 15px;
  color: #4a5d72;
  font-weight: 300;
  line-height: 1.8;
  margin-bottom: 16px;
  background: transparent;
}

.scott-creds {
  border-top: 1px solid rgba(30, 50, 82, 0.1);
  margin-top: 28px;
  padding-top: 28px;
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.scott-creds li {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  font-size: 14px;
  color: #4a5d72;
  font-weight: 300;
}

.cred-line {
  width: 20px;
  height: 1px;
  background: var(--gold);
  opacity: 0.4;
  flex-shrink: 0;
  margin-top: 10px;
}

.assoc-pills {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 24px;
}

.assoc-pill {
  font-size: 11px;
  padding: 5px 13px;
  border: 1px solid rgba(30, 50, 82, 0.15);
  border-radius: 2px;
  color: #7a8fa0;
  letter-spacing: 0.04em;
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━
    GUARANTEE
 ━━━━━━━━━━━━━━━━━━━━━━━━━ */
#guarantee {
  background: #0d1a2e;
  padding: 120px 36px;
  position: relative;
  overflow: hidden;
  text-align: center;
  isolation: isolate;
}

/* watermark removed for CMS compatibility */
#guarantee::after {
  content: '';
  position: absolute;
  inset: 0;
  background: radial-gradient(ellipse 600px 400px at 50% 50%, rgba(208, 106, 21, 0.05), transparent 70%);
  pointer-events: none;
}

.guarantee-inner {
  position: relative;
  z-index: 2;
  max-width: 680px;
  margin: 0 auto;
}

.g-icon {
  width: 72px;
  height: 72px;
  border-radius: 50%;
  border: 1px solid rgba(208, 106, 21, 0.3);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 26px;
  margin: 0 auto 32px;
  background: rgba(208, 106, 21, 0.07);
}

.guarantee-inner h2 {
  font-family: var(--fD);
  font-size: clamp(36px, 5vw, 56px);
  font-weight: 900;
  color: #fff;
  letter-spacing: -0.025em;
  margin-bottom: 18px;
}

.guarantee-inner .g-text {
  font-size: 18px;
  color: white;
  font-weight: 300;
  line-height: 1.75;
  margin-bottom: 44px;
}

.g-conditions {
  border: 1px solid var(--border);
  border-radius: 2px;
  padding: 32px;
  text-align: left;
  background: rgba(255, 255, 255, 0.03);
}

.g-conditions h4 {
  font-size: 10px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--gold);
  margin-bottom: 18px;
}

.g-conditions ul {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.g-conditions li {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  font-size: 14px;
  color: white;
  font-weight: 300;
  line-height: 1.6;
}

.g-arrow {
  color: var(--gold);
  flex-shrink: 0;
  font-size: 12px;
  margin-top: 3px;
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━
    PRICING
 ━━━━━━━━━━━━━━━━━━━━━━━━━ */
.price-layout {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 64px;
  align-items: start;
  margin-top: 56px;
}

.price-big-num {
  font-family: var(--fB);
  font-size: clamp(72px, 10vw, 130px);
  color: var(--ink);
  line-height: 1;
  letter-spacing: -0.04em;
  margin: 20px 0 4px;
  font-weight: 700;
}

.price-discount-text {
  font-size: 13px;
  color: var(--gold);
  font-weight: 500;
  margin: 16px 0 0;
}

@media screen and (min-width: 1025px) {
  .price-discount-text {
    font-size: 40px;
    color: var(--gold);
    font-weight: 500;
    margin: 0 0 10px;
    line-height: 1;
    font-family: 'Crimson Text', Georgia, serif;
  }

}

.price-discount-row {
  display: flex;
  align-items: baseline;
  flex-wrap: wrap;
  gap: 16px;
  margin: 4px 0;
}

.price-discount-row .price-orig {
  font-family: var(--fB);
  font-size: clamp(34px, 5vw, 56px);
  color: var(--mid);
  line-height: 1;
  letter-spacing: -0.03em;
  text-decoration: line-through;
  text-decoration-thickness: 2px;
}

.price-discount-row .price-now {
  margin: 0;
  color: var(--gold);
}

.price-suffix {
  font-size: 16px;
  color: var(--mid);
  font-weight: 300;
}

.price-then {
  font-size: 14px;
  color: var(--mid);
  font-weight: 300;
  margin-bottom: 32px;
}

.price-table {
  border-top: 1px solid var(--borderL);
}

.price-row {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  padding: 16px 0;
  border-bottom: 1px solid var(--borderL);
  font-size: 15px;
}

.price-row-lbl {
  color: var(--mid);
  font-weight: 300;
}

.price-row-val {
  color: var(--ink);
  font-weight: 500;
}

.price-row.total {
  padding-top: 20px;
  border-bottom: none;
}

.price-row.total .price-row-lbl {
  font-weight: 500;
  color: var(--ink);
}

.price-row.total .price-row-val {
  font-family: var(--fD);
  font-size: 24px;
  font-weight: 900;
  color: var(--ink);
}

.roi-box {
  background: rgba(208, 106, 21, 0.08);
  border: 1px solid rgba(208, 106, 21, 0.2);
  border-radius: 2px;
  padding: 18px 20px;
  margin: 24px 0;
  display: flex;
  gap: 12px;
  align-items: flex-start;
}

.roi-box p {
  font-size: 14px;
  color: var(--ink);
  line-height: 1.6;
  font-weight: 300;
}

.price-cta-col {
  padding-top: 24px;
}

.price-cta-col p {
  font-size: 15px;
  color: var(--mid);
  font-weight: 300;
  line-height: 1.75;
  margin-bottom: 28px;
}

/* ── Guarantee modal ── */
.guarantee-link {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: 13px;
  color: var(--gold);
  text-decoration: none;
  border-bottom: 1px solid rgba(208, 106, 21, 0.4);
  padding-bottom: 1px;
  margin-top: 16px;
  cursor: pointer;
  background: transparent;
  transition: border-color 0.2s;
}

.guarantee-link:hover {
  border-color: var(--gold);
}

.guarantee-details {
  display: none;
  margin-top: 20px;
  padding: 20px 24px;
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 2px;
  font-size: 14px;
  color: rgba(255, 255, 255, 0.65);
  line-height: 1.7;
}

.guarantee-details.open {
  display: block;
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━
    ACCORDION CURRICULUM
 ━━━━━━━━━━━━━━━━━━━━━━━━━ */
.acc-list {
  border-top: 1px solid var(--borderL);
}

.acc-item {
  border-bottom: 1px solid var(--borderL);
  cursor: pointer;
  transition: background 0.2s;
}

.acc-item:hover {
  background: rgba(208, 106, 21, 0.04);
}

.acc-item.open {
  background: rgba(208, 106, 21, 0.05);
}

.acc-head {
  display: grid;
  grid-template-columns: 52px 1fr auto 28px;
  align-items: center;
  gap: 16px;
  padding: 22px 16px 22px 0;
}

.acc-num {
  font-family: var(--fB);
  font-size: 36px;
  color: var(--goldd);
  opacity: 0.45;
  line-height: 1;
  letter-spacing: -0.02em;
  transition: opacity 0.2s;
}

.acc-item.open .acc-num,
.acc-item:hover .acc-num {
  opacity: 0.6;
}

.acc-title {
  font-size: 17px;
  font-weight: 500;
  color: var(--ink);
  line-height: 1.35;
}

.acc-tag {
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--goldd);
  background: rgba(138, 104, 32, 0.1);
  border-radius: 20px;
  padding: 4px 12px;
  font-weight: 500;
  white-space: nowrap;
}

.acc-icon {
  width: 28px;
  height: 28px;
  border-radius: 50%;
  border: 1px solid var(--borderL);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  color: var(--goldd);
  font-weight: 300;
  transition: transform 0.3s var(--ease), background 0.2s, border-color 0.2s;
  flex-shrink: 0;
}

.acc-item.open .acc-icon {
  transform: rotate(45deg);
  background: #1e3252;
  color: var(--gold2);
  border-color: var(--ink);
}

.acc-body {
  overflow: hidden;
  max-height: 0;
  transition: max-height 0.45s var(--ease), padding 0.3s;
}

.acc-item.open .acc-body {
  max-height: 400px;
}

.acc-body p {
  font-size: 15px;
  color: var(--mid);
  font-weight: 300;
  line-height: 1.75;
  padding: 0 0 24px 68px;
  max-width: 680px;
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━
    FAQ
 ━━━━━━━━━━━━━━━━━━━━━━━━━ */
.faq-list {
  border-top: 1px solid var(--borderL);
  margin-top: 48px;
}

.faq-item {
  border-bottom: 1px solid var(--borderL);
}

.faq-q {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 22px 0;
  cursor: pointer;
  gap: 24px;
  font-size: 16px;
  font-weight: 500;
  color: var(--ink);
  transition: color 0.2s;
}

.faq-q:hover {
  color: var(--ink2);
}

.faq-tog {
  width: 28px;
  height: 28px;
  border-radius: 50%;
  border: 1px solid var(--borderL);
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  color: var(--goldd);
  font-weight: 300;
  transition: transform 0.3s var(--ease), background 0.2s, border-color 0.2s;
}

.faq-item.open .faq-tog {
  transform: rotate(45deg);
  background: #1e3252;
  color: var(--gold2);
  border-color: var(--ink);
}

.faq-body {
  overflow: hidden;
  max-height: 0;
  transition: max-height 0.4s var(--ease);
}

.faq-item.open .faq-body {
  max-height: 280px;
}

.faq-body-inner {
  padding: 0 0 24px;
  font-size: 15px;
  color: var(--mid);
  font-weight: 300;
  line-height: 1.75;
  max-width: 680px;
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━
    FINAL CTA
 ━━━━━━━━━━━━━━━━━━━━━━━━━ */
#final {
  background: #1e3252;
  padding: 120px 36px;
  text-align: center;
  position: relative;
  overflow: hidden;
}

#final::before {
  content: '';
  position: absolute;
  inset: 0;
  background: radial-gradient(ellipse 700px 500px at 50% 100%, rgba(208, 106, 21, 0.07), transparent 60%);
  pointer-events: none;
}

.final-inner {
  position: relative;
  z-index: 2;
  max-width: 560px;
  margin: 0 auto;
}

.final-inner h2 {
  font-family: var(--fD);
  font-size: clamp(42px, 6vw, 72px);
  font-weight: 900;
  color: #fff;
  letter-spacing: -0.03em;
  line-height: 0.95;
  margin-bottom: 18px;
}

.final-inner h2 em {
  font-family: var(--fD);
  font-style: italic;
  color: var(--gold2);
}

.final-sub {
  font-size: 16px;
  color: rgba(255, 255, 255, 0.4);
  font-weight: 300;
  line-height: 1.7;
  margin-bottom: 48px;
}

.btn-enroll-big {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  width: 100%;
  background: var(--gold);
  color: var(--void);
  font-family: var(--fO);
  font-size: 17px;
  font-weight: 500;
  padding: 18px 40px;
  border-radius: 2px;
  letter-spacing: 0.02em;
  margin-bottom: 14px;
  transition: background 0.2s, box-shadow 0.2s, gap 0.2s;
  position: relative;
  overflow: hidden;
}

.btn-enroll-big::after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, transparent 0%, rgba(255, 255, 255, 0.12) 50%, transparent 100%);
  transform: translateX(-100%);
  transition: transform 0.6s;
}

.btn-enroll-big:hover::after {
  transform: translateX(100%);
}

.btn-enroll-big:hover {
  background: var(--gold2);
  box-shadow: 0 0 60px rgba(208, 106, 21, 0.35);
  gap: 18px;
}

.cta-or {
  font-size: 11px;
  color: white;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  margin: 10px 0;
}

.downsell-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
}

.btn-ds {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 4px;
  padding: 14px 16px;
  border: 1px solid var(--border);
  border-radius: 2px;
  transition: border-color 0.2s, background 0.2s;
}

.btn-ds:hover {
  border-color: rgba(255, 255, 255, 0.2);
  background: rgba(255, 255, 255, 0.04);
}

.btn-ds-lbl {
  font-size: 13px;
  font-weight: 500;
  color: white;
}

.btn-ds-sub {
  font-size: 11px;
  color: white;
  text-align: center;
  line-height: 1.4;
}

.final-guarantee-note {
  margin-top: 26px;
  font-size: 12px;
  color: white;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
}

.final-guarantee-note span {
  color: var(--gold);
  opacity: 0.5;
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━
    FOOTER
 ━━━━━━━━━━━━━━━━━━━━━━━━━ */
footer {
  background: #0d1a2e;
  border-top: 1px solid var(--border);
  padding: 24px 36px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 12px;
}

footer p {
  font-size: 12px;
  color: rgba(255, 255, 255, 0.25);
}

.foot-links {
  display: flex;
  gap: 20px;
}

.foot-links a {
  font-size: 12px;
  color: rgba(255, 255, 255, 0.25);
  transition: color 0.2s;
}

.foot-links a:hover {
  color: var(--gold);
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━
    RESPONSIVE
 ━━━━━━━━━━━━━━━━━━━━━━━━━ */
@media (max-width: 960px) {

  /* ── HERO ── */
  #hero {
    padding: 80px 20px 56px;
    min-height: auto;
  }

  .hero-boxed {
    grid-template-columns: 1fr;
    gap: 0;
  }

  .hero-right {
    display: none;
  }

  .hero-h1 {
    font-size: clamp(40px, 10vw, 64px);
  }

  .hero-sub {
    font-size: 15px;
  }

  .hero-guarantee {
    font-size: 11px;
  }

  /* ── SECTIONS ── */
  .sec {
    padding: 56px 20px;
  }

  .wrap,
  .wrap-sm {
    padding: 0 20px;
  }

  #stats {
    padding: 56px 20px;
  }

  .stats-grid {
    grid-template-columns: repeat(2, 1fr);
    padding: 0 20px;
    max-width: 100%;
  }

  .stat-block {
    border-right: none;
    border-bottom: 1px solid var(--border);
    padding: 28px 20px;
  }

  .stat-block:nth-child(odd) {
    border-right: 1px solid var(--border);
  }

  .stat-num {
    font-size: clamp(48px, 12vw, 72px);
  }

  /* ── OPPORTUNITY ── */
  .opp-layout {
    grid-template-columns: 1fr;
    gap: 32px;
  }

  .opp-num-giant {
    display: none;
  }

  .opp-row-val {
    font-size: clamp(36px, 9vw, 52px);
  }

  /* ── TRACK RECORD ── */
  .track-record-grid {
    grid-template-columns: 1fr !important;
  }

  /* ── PROGRAM ── */
  .prog-header {
    grid-template-columns: 1fr;
    gap: 24px;
  }

  .tilt-grid {
    grid-template-columns: 1fr;
    gap: 12px;
  }

  .live-callout {
    grid-template-columns: 1fr;
    gap: 12px;
  }

  /* ── CURRICULUM ── */
  .acc-head {
    grid-template-columns: 44px 1fr 28px;
    gap: 10px;
  }

  .acc-tag {
    display: none;
  }

  .acc-body p {
    padding-left: 54px;
  }

  /* ── TESTIMONIALS ── */
  .t-grid {
    grid-template-columns: 1fr;
  }

  .t-grid-individual>.t-card {
    flex-basis: 100%;
  }

  .t-marquee-outer {
    display: none;
  }

  /* ── MID BAR ── */
  .mid-bar {
    padding: 24px 20px;
  }

  .mid-bar-inner {
    flex-direction: column;
    text-align: center;
    gap: 16px;
  }

  .mid-bar p {
    font-size: 18px;
  }

  .mid-bar-btn {
    width: 100%;
    justify-content: center;
  }

  /* ── QUALIFY ── */
  .qualify-grid {
    grid-template-columns: 1fr;
    border: none;
  }

  .qual-col {
    padding: 32px 24px;
  }

  .qual-col:first-child {
    border-radius: 2px 2px 0 0;
  }

  .qual-col:last-child {
    border-left: none;
    border-top: 1px solid var(--borderL);
  }

  /* ── SCOTT ── */
  .scott-layout {
    grid-template-columns: 1fr;
    gap: 32px;
  }

  .scott-portrait {
    max-width: 320px;
    margin: 0 auto;
  }

  /* ── GUARANTEE ── */
  .guarantee-conditions {
    padding: 20px 16px;
  }

  /* ── PRICING ── */
  .price-layout {
    grid-template-columns: 1fr;
    gap: 32px;
  }

  .price-big-num {
    font-size: clamp(60px, 16vw, 100px);
  }

  .price-cta-col {
    padding-top: 0;
  }

  /* ── FAQ ── */
  .wrap-sm {
    padding: 0 20px;
  }

  /* ── FINAL CTA ── */
  #final {
    padding: 80px 20px;
  }

  .final-inner h2 {
    font-size: clamp(36px, 10vw, 56px);
  }

  .downsell-row {
    grid-template-columns: 1fr;
  }

  /* ── FOOTER ── */
  footer {
    padding: 20px;
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
  }

  .foot-links {
    flex-wrap: wrap;
    gap: 14px;
  }

  /* ── MAP ── */
  .map-container {
    max-width: 100% !important;
  }
}

/* ── Extra small phones ── */
@media (max-width: 480px) {
  #hero {
    padding: 72px 16px 48px;
  }

  .sec {
    padding: 48px 16px;
  }

  .hero-h1 {
    font-size: clamp(36px, 11vw, 52px);
  }

  .stats-grid {
    grid-template-columns: 1fr;
  }

  .stat-block:nth-child(odd) {
    border-right: none;
  }

  h2.display {
    font-size: clamp(28px, 9vw, 44px);
  }

  .acc-num {
    font-size: 28px;
  }
}