/* ============================================================
   Subcontracting to 6 Figures — Sales Page styles
   Imports brand tokens from colors_and_type.css.
   ============================================================ */

@import url("colors_and_type.css");

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background: var(--phc-periwinkle);
  color: var(--phc-ink);
  font-family: var(--font-sans);
  font-size: 16px;
  line-height: 1.7;
  -webkit-font-smoothing: antialiased;
}

.page {
  max-width: none;
  margin: 0 auto;
  background: var(--phc-white);
  overflow: hidden;
}

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

/* shared bits ------------------------------------------------ */
.wrap { max-width: 1180px; margin: 0 auto; padding: 0 56px; }
.wrap--narrow { max-width: 880px; }
.eyebrow {
  font-family: var(--font-sans); font-weight: 700; font-size: 12px;
  letter-spacing: 0.28em; text-transform: uppercase;
  color: var(--phc-navy); margin: 0 0 18px;
}
.eyebrow--light { color: var(--phc-gold); }
.eyebrow--muted { color: rgba(15,28,72,0.55); }

.h-display {
  font-family: var(--font-title); font-weight: 900;
  letter-spacing: -0.018em; color: var(--phc-navy);
  line-height: 1.04; margin: 0;
}
.h-display em {
  font-family: var(--font-italic); font-style: italic; font-weight: 500;
}
.mark {
  background-image: linear-gradient(180deg, transparent 56%, var(--phc-gold) 56%, var(--phc-gold) 92%, transparent 92%);
  background-repeat: no-repeat; padding: 0 4px;
}
.mark--soft {
  background-image: linear-gradient(180deg, transparent 60%, var(--phc-butter) 60%, var(--phc-butter) 94%, transparent 94%);
}
.lede {
  font-size: 19px; line-height: 1.65; color: var(--phc-ink-2);
  max-width: 640px; margin: 0;
}

/* buttons ---------------------------------------------------- */
.btn {
  display: inline-flex; align-items: center; gap: 10px;
  font-family: var(--font-sans); font-weight: 700; font-size: 13px;
  letter-spacing: 0.18em; text-transform: uppercase;
  border: 0; border-radius: 14px; padding: 18px 26px;
  cursor: pointer; text-decoration: none;
  transition: background 120ms var(--ease-out), color 120ms var(--ease-out);
}
.btn--gold { background: var(--phc-gold); color: var(--phc-navy); }
.btn--gold:hover { background: var(--phc-gold-deep); }
.btn--navy { background: var(--phc-navy); color: var(--phc-white); }
.btn--navy:hover { background: var(--phc-navy-deep); }
.btn--ghost {
  background: transparent; color: var(--phc-navy);
  border: 1.5px solid var(--phc-navy);
}
.btn--ghost:hover { background: var(--phc-navy); color: var(--phc-white); }
.btn--ghost-light {
  background: transparent; color: var(--phc-white);
  border: 1.5px solid var(--phc-gold);
}
.btn--ghost-light:hover { background: var(--phc-gold); color: var(--phc-navy); }
.btn--lg { padding: 22px 34px; font-size: 14px; }
.btn__arrow { font-size: 16px; line-height: 1; transform: translateY(-1px); }

.assurance {
  display: inline-flex; align-items: center; gap: 14px;
  font-family: var(--font-sans); font-weight: 700; font-size: 11px;
  letter-spacing: 0.22em; text-transform: uppercase;
  color: rgba(15,28,72,0.55);
}
.assurance--light { color: rgba(255,255,255,0.7); }
.assurance .dot { width: 4px; height: 4px; background: currentColor; border-radius: 50%; }
.assurance--doors { color: var(--phc-gold-deep); }
.assurance--doors .assurance__date { color: var(--phc-navy); }
.assurance__pulse {
  width: 8px; height: 8px; border-radius: 50%;
  background: var(--phc-gold);
  box-shadow: 0 0 0 0 rgba(231,209,127,0.7);
  animation: assurancePulse 1.8s cubic-bezier(.22,.61,.36,1) infinite;
}
@keyframes assurancePulse {
  0%   { box-shadow: 0 0 0 0 rgba(231,209,127,0.6); }
  70%  { box-shadow: 0 0 0 10px rgba(231,209,127,0); }
  100% { box-shadow: 0 0 0 0 rgba(231,209,127,0); }
}
@media (prefers-reduced-motion: reduce) {
  .assurance__pulse { animation: none; }
}

/* nav -------------------------------------------------------- */
.nav {
  position: sticky; top: 0; z-index: 50;
  background: var(--phc-white);
  border-bottom: 1px solid rgba(15,28,72,0.07);
}
.nav__inner {
  display: flex; align-items: center; justify-content: space-between;
  padding: 18px 40px; gap: 24px;
}
.brand {
  display: inline-flex; align-items: center;
  text-decoration: none;
  transition: opacity var(--dur-base) var(--ease-out);
}
.brand:hover { opacity: 0.78; }
.brand__logo {
  display: block;
  height: 38px;
  width: auto;
  max-width: 320px;
  object-fit: contain;
}
.nav__items {
  display: flex; align-items: center; gap: 22px; list-style: none; margin: 0; padding: 0;
}
.nav__items a {
  font-family: var(--font-sans); font-size: 11px; letter-spacing: 0.16em;
  text-transform: uppercase; color: var(--phc-navy); text-decoration: none; font-weight: 500;
}
.nav__items a:hover { color: var(--phc-navy-deep); text-decoration: underline; text-underline-offset: 4px; }
.nav__price {
  font-family: var(--font-title); font-weight: 800; font-size: 17px;
  color: var(--phc-navy); letter-spacing: -0.01em;
}
.nav__price span { font-family: var(--font-sans); font-weight: 600; font-size: 10px; letter-spacing: 0.2em; color: rgba(15,28,72,0.55); text-transform: uppercase; display:block; margin-bottom: 2px; }
.nav__cta { display: flex; align-items: center; gap: 18px; }

/* announcement bar ------------------------------------------- */
.tape {
  background: var(--phc-navy); color: var(--phc-white);
  font-family: var(--font-sans); font-weight: 600; font-size: 12px;
  letter-spacing: 0.2em; text-transform: uppercase;
  text-align: center; padding: 11px 24px;
  display: flex; align-items: center; justify-content: center; gap: 14px;
}
.tape strong { color: var(--phc-gold); font-weight: 800; }
.tape .dot { width: 4px; height: 4px; background: var(--phc-gold); border-radius: 50%; }
.tape__date {
  display: inline-block;
  color: var(--phc-white);
  font-family: var(--font-sans); font-weight: 900;
  background: rgba(231,209,127,0.22);
  padding: 2px 9px;
  border-radius: 5px;
  letter-spacing: 0.05em;
  margin-left: 4px;
}
.assurance__date {
  display: inline-block;
  color: var(--phc-navy);
  font-family: var(--font-sans); font-weight: 800;
  background: var(--phc-butter);
  padding: 2px 9px;
  border-radius: 5px;
  letter-spacing: 0.03em;
  margin-left: 4px;
}

/* HERO ------------------------------------------------------- */
.hero { padding: 64px 56px 84px; background: var(--phc-white); }
.hero__inner {
  display: grid; grid-template-columns: 1.05fr 0.95fr; gap: 56px;
  align-items: center; max-width: 1300px; margin: 0 auto;
}
.hero__title {
  font-family: var(--font-title); font-weight: 900;
  font-size: 76px; line-height: 1.0;
  color: var(--phc-navy); margin: 0 0 28px; letter-spacing: -0.022em;
}
.hero__title em { font-family: var(--font-italic); font-style: italic; font-weight: 500; }
.hero__lede {
  font-size: 19px; line-height: 1.65; color: var(--phc-ink-2);
  max-width: 540px; margin: 0 0 32px;
}

/* Hero red countdown ----------------------------------------- */
.hero__countdown {
  display: inline-flex; align-items: stretch; gap: 6px;
  margin-top: 14px;
  padding: 12px 18px;
  background: #d34e3a;
  border-radius: 14px;
  box-shadow: 0 8px 22px rgba(211,78,58,0.32);
  color: #ffffff;
  font-variant-numeric: tabular-nums;
}
.hero__countdown-cell {
  display: flex; flex-direction: column; align-items: center;
  min-width: 56px;
  padding: 4px 8px;
}
.hero__countdown-num {
  font-family: var(--font-title); font-weight: 900;
  font-size: 30px; line-height: 1;
  color: #ffffff;
  letter-spacing: -0.02em;
}
.hero__countdown-lbl {
  font-family: var(--font-sans); font-weight: 800;
  font-size: 9.5px; letter-spacing: 0.22em; text-transform: uppercase;
  color: rgba(255,255,255,0.92);
  margin-top: 6px;
}
.hero__countdown-sep {
  font-family: var(--font-title); font-weight: 900;
  font-size: 26px; line-height: 1;
  color: rgba(255,255,255,0.65);
  align-self: center;
}
.hero__countdown--expired { background: var(--phc-ink-3); box-shadow: none; }

.hero__ctas { display: flex; gap: 16px; flex-wrap: wrap; align-items: center; margin-bottom: 26px; }
.hero__price-line {
  display: inline-flex; align-items: baseline; gap: 14px;
  font-family: var(--font-title); font-weight: 800; font-size: 26px; color: var(--phc-navy);
}
.hero__price-line span { font-family: var(--font-sans); font-size: 12px; letter-spacing: 0.22em; text-transform: uppercase; color: rgba(15,28,72,0.6); font-weight: 700; }
.hero__photo {
  position: relative; border-radius: 32px; overflow: hidden;
  aspect-ratio: 4/5; background: var(--phc-navy);
}
.hero__photo img { width: 100%; height: 100%; object-fit: cover; }
.hero__badge {
  position: absolute; top: 28px; left: 28px;
  background: var(--phc-gold); color: var(--phc-navy);
  padding: 12px 18px; border-radius: 12px;
  font-family: var(--font-sans); font-weight: 800; font-size: 11px;
  letter-spacing: 0.24em; text-transform: uppercase;
}

/* featured strip --------------------------------------------- */
.featured {
  background: var(--phc-butter);
  padding: 36px 56px;
  border-top: 1px solid rgba(15,28,72,0.08);
  border-bottom: 1px solid rgba(15,28,72,0.08);
}
.featured__inner {
  max-width: 1300px; margin: 0 auto;
  display: flex; align-items: center; justify-content: center;
  gap: 48px; flex-wrap: wrap;
}
.featured__label {
  font-family: var(--font-italic); font-style: italic; font-weight: 500;
  font-size: 18px; color: var(--phc-navy);
  flex-shrink: 0;
}
.featured__logos {
  display: flex; gap: 44px; flex-wrap: wrap; align-items: center;
  justify-content: center;
}
.featured__logo {
  display: block;
  height: 52px; width: auto;
  max-width: 200px;
  object-fit: contain;
  opacity: 0.85;
  transition: opacity var(--dur-base) var(--ease-out);
}
.featured__logo:hover { opacity: 1; }
.featured__logo--apha       { height: 56px; }
.featured__logo--nnphi      { height: 38px; }
.featured__logo--debeaumont { height: 34px; }
.featured__logo--sisters    { height: 60px; }
.featured__logo--wpha       { height: 64px; }

/* big stat band ---------------------------------------------- */
.statband {
  background: var(--phc-navy); color: var(--phc-white);
  padding: 88px 56px;
}
.statband__inner {
  max-width: 1200px; margin: 0 auto;
  display: grid; grid-template-columns: auto 1fr; gap: 56px; align-items: center;
}
.statband__num {
  font-family: var(--font-title); font-weight: 900;
  font-size: 196px; line-height: 0.82; color: var(--phc-gold);
  letter-spacing: -0.04em;
}
.statband__lead {
  font-family: var(--font-heading); font-weight: 500; font-size: 32px;
  line-height: 1.3; margin: 0 0 28px; color: var(--phc-white);
}
.statband__lead em { font-family: var(--font-italic); font-style: italic; }
.statband__sub {
  display: grid; grid-template-columns: repeat(3, auto); gap: 36px;
  border-top: 1px solid rgba(255,255,255,0.2); padding-top: 24px;
}
.statband__sub li { list-style: none; }
.statband__sub strong {
  font-family: var(--font-title); font-weight: 900; font-size: 38px;
  line-height: 1; color: var(--phc-gold); display: block; margin-bottom: 4px;
  letter-spacing: -0.015em;
}
.statband__sub small {
  font-family: var(--font-sans); font-weight: 600; font-size: 11px;
  letter-spacing: 0.18em; text-transform: uppercase; color: rgba(255,255,255,0.72);
}

/* objection bubbles ------------------------------------------ */
.objections { padding: 110px 56px; background: var(--phc-white); }
.objections__head { text-align: center; margin: 0 auto 48px; max-width: 760px; }
.objections__title {
  font-family: var(--font-title); font-weight: 800; font-size: 50px;
  line-height: 1.08; color: var(--phc-navy); margin: 0 0 18px; letter-spacing: -0.015em;
}
.objections__title em { font-family: var(--font-italic); font-style: italic; font-weight: 500; }
.objections__grid {
  display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px;
  max-width: 1180px; margin: 0 auto 64px;
}
.bubble {
  background: var(--phc-periwinkle-soft);
  border-radius: 22px;
  padding: 30px 32px;
  font-family: var(--font-italic); font-style: italic; font-weight: 500;
  font-size: 22px; line-height: 1.35; color: var(--phc-navy);
  letter-spacing: -0.005em;
  position: relative;
}
.bubble::before {
  content: "“"; position: absolute; left: 22px; top: -6px;
  font-family: var(--font-title); font-weight: 900; color: var(--phc-gold);
  font-size: 64px; line-height: 1;
}
.objections__bridge {
  text-align: center;
  font-family: var(--font-title); font-weight: 800;
  font-size: 44px; line-height: 1.1; color: var(--phc-navy);
  letter-spacing: -0.015em;
  max-width: 720px; margin: 0 auto 36px;
}
.objections__bridge em { font-family: var(--font-italic); font-style: italic; font-weight: 500; }
.objections__footer {
  text-align: center; font-family: var(--font-title); font-weight: 800;
  font-size: 56px; line-height: 1.1; color: var(--phc-navy);
  letter-spacing: -0.015em;
  max-width: 980px; margin: 0 auto;
}
.objections__footer .hl {
  font-family: var(--font-italic); font-style: italic; font-weight: 500;
  background: linear-gradient(180deg, transparent 58%, var(--phc-gold) 58%, var(--phc-gold) 92%, transparent 92%);
  padding: 0 4px;
}

/* founder story (butter section) ----------------------------- */
.story { background: var(--phc-butter); padding: 110px 56px; }
.story__inner {
  max-width: 1240px; margin: 0 auto;
  display: grid; grid-template-columns: 1fr 1.15fr; gap: 64px; align-items: center;
}
.story__photo {
  border-radius: 28px; overflow: hidden; aspect-ratio: 4/5;
  background: var(--phc-navy);
}
.story__photo img { width: 100%; height: 100%; object-fit: cover; }
.story__title {
  font-family: var(--font-title); font-weight: 900; font-size: 54px;
  line-height: 1.05; color: var(--phc-navy); margin: 0 0 24px; letter-spacing: -0.018em;
}
.story__title em { font-family: var(--font-italic); font-style: italic; font-weight: 500; }
.story__body p {
  font-family: var(--font-sans); font-size: 17px; line-height: 1.75;
  color: var(--phc-ink-2); margin: 0 0 16px;
}
.story__body p strong { color: var(--phc-navy); font-weight: 700; }
.story__rules {
  display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; margin-top: 30px;
}
.story__rule {
  background: var(--phc-white); border-radius: 14px; padding: 20px;
  border-top: 3px solid var(--phc-gold);
}
.story__rule strong {
  font-family: var(--font-title); font-weight: 900; color: var(--phc-navy); font-size: 30px;
  display: block; line-height: 1; margin-bottom: 6px; letter-spacing: -0.01em;
}
.story__rule small {
  font-family: var(--font-sans); font-weight: 600; font-size: 11px;
  letter-spacing: 0.18em; text-transform: uppercase; color: var(--phc-ink-2);
}
.story__sig {
  margin-top: 26px; font-family: var(--font-script); font-size: 38px;
  color: var(--phc-navy); line-height: 1;
}

/* benefits "Including" --------------------------------------- */
.including { background: var(--phc-white); padding: 110px 56px; }
.including__head { text-align: center; margin-bottom: 56px; }
.including__title {
  font-family: var(--font-title); font-weight: 900; font-size: 56px;
  line-height: 1.05; color: var(--phc-navy); margin: 0 auto; max-width: 900px;
  letter-spacing: -0.018em;
}
.including__title em { font-family: var(--font-italic); font-style: italic; font-weight: 500; }
.including__grid {
  display: grid; grid-template-columns: repeat(2, 1fr); gap: 18px;
  max-width: 1100px; margin: 0 auto;
}
.benefit {
  display: flex; gap: 22px; align-items: flex-start;
  background: var(--phc-periwinkle-soft);
  border-radius: 22px; padding: 28px 28px;
}
.benefit__num {
  flex: 0 0 auto;
  font-family: var(--font-title); font-weight: 900; font-size: 26px;
  color: var(--phc-gold-deep); width: 44px; height: 44px;
  background: var(--phc-navy); color: var(--phc-gold);
  border-radius: 50%; display: grid; place-items: center;
  line-height: 1; letter-spacing: -0.01em;
}
.benefit__body h4 {
  font-family: var(--font-title); font-weight: 800; font-size: 22px;
  color: var(--phc-navy); margin: 0 0 6px; line-height: 1.2; letter-spacing: -0.005em;
}
.benefit__body h4 em { font-family: var(--font-italic); font-style: italic; font-weight: 500; }
.benefit__body p {
  font-family: var(--font-sans); font-size: 15px; line-height: 1.6;
  color: var(--phc-ink-2); margin: 0;
}

/* whether you table ------------------------------------------ */
.whether { background: var(--phc-periwinkle); padding: 110px 56px; }
.whether__head { text-align: center; margin-bottom: 56px; }
.whether__title {
  font-family: var(--font-title); font-weight: 900; font-size: 56px;
  line-height: 1.05; color: var(--phc-navy); margin: 0 auto 16px;
  letter-spacing: -0.018em; max-width: 900px;
}
.whether__title em { font-family: var(--font-italic); font-style: italic; font-weight: 500; }
.whether__lede {
  font-family: var(--font-heading); font-weight: 500; font-size: 22px;
  line-height: 1.4; color: var(--phc-ink-2); max-width: 700px; margin: 0 auto;
}
.persona {
  display: grid; grid-template-columns: 280px 1fr 220px;
  gap: 0; align-items: stretch;
  background: var(--phc-white);
  border-radius: 22px;
  overflow: hidden;
  margin-bottom: 18px;
  max-width: 1240px; margin-left: auto; margin-right: auto;
  box-shadow: 0 6px 18px rgba(15,28,72,0.06);
}
.persona > * { min-width: 0; }
.persona__label {
  font-family: var(--font-title); font-weight: 800; font-size: 26px;
  color: var(--phc-navy); line-height: 1.22; letter-spacing: -0.012em;
  background: var(--phc-butter);
  padding: 36px 28px;
  display: flex; flex-direction: column; justify-content: center;
  text-wrap: balance;
  overflow-wrap: break-word;
  hyphens: auto;
}
.persona__label em { font-family: var(--font-italic); font-style: italic; font-weight: 500; }
.persona__body {
  font-family: var(--font-sans); font-size: 16px; line-height: 1.65;
  color: var(--phc-ink-2);
  padding: 44px 36px;
  display: flex; flex-direction: column; justify-content: flex-start;
}
.persona__body blockquote { margin: 0; padding: 0; }
.persona__body blockquote p {
  margin: 0 0 14px;
  font-size: 17px; line-height: 1.6;
  color: var(--phc-ink);
}
.persona__body blockquote p strong { font-weight: 700; color: var(--phc-navy); }
.persona__body blockquote cite {
  display: flex; flex-direction: column; gap: 2px;
  font-style: normal;
  font-family: var(--font-sans);
  font-size: 14px;
  color: var(--phc-navy);
}
.persona__body blockquote cite strong { font-weight: 700; font-size: 15px; color: var(--phc-navy); }
.persona__tag {
  font-family: var(--font-sans); font-weight: 700;
  font-size: 11px; letter-spacing: 0.18em; text-transform: uppercase;
  color: var(--phc-gold-deep);
}
.persona__photo {
  width: 100%; min-height: 100%;
  background: var(--phc-periwinkle-soft);
  overflow: hidden;
  position: relative;
  display: flex; align-items: center; justify-content: center;
}
.persona__photo img { width: 100%; height: 100%; object-fit: cover; display: block; }
.persona__photo--placeholder { background: var(--phc-butter); }
.persona__photo--placeholder::before {
  content: attr(data-initials);
  font-family: var(--font-title); font-weight: 800;
  font-size: 64px; color: var(--phc-navy);
  letter-spacing: -0.02em;
  opacity: 0.55;
}
.persona__photo--duo {
  background: var(--phc-white);
  display: grid; grid-template-columns: 1fr 1fr;
  grid-template-rows: 1fr;
  gap: 2px;
  padding: 0;
}
.persona__photo-half {
  width: 100%; height: 100%;
  overflow: hidden;
  background: var(--phc-periwinkle-soft);
}
.persona__photo-half img {
  width: 100%; height: 100%;
  object-fit: cover;
  object-position: center 20%;
  display: block;
}
.whether__cta {
  margin-top: 56px; text-align: center;
}
.whether__cta-card {
  background: var(--phc-navy); color: var(--phc-white);
  border-radius: 28px; padding: 48px 56px;
  max-width: 880px; margin: 0 auto;
}
.whether__cta-card h3 {
  font-family: var(--font-title); font-weight: 800; font-size: 38px;
  margin: 0 0 14px; color: var(--phc-white); letter-spacing: -0.015em;
  line-height: 1.15;
}
.whether__cta-card h3 em { font-family: var(--font-italic); font-style: italic; font-weight: 500; color: var(--phc-gold); }
.whether__cta-card p {
  font-family: var(--font-sans); font-size: 16.5px; line-height: 1.65;
  color: rgba(255,255,255,0.84); margin: 0 0 24px;
}

/* video testimonials ----------------------------------------- */
.videos { background: var(--phc-white); padding: 110px 56px; }
.videos__head { text-align: center; margin-bottom: 56px; }
.videos__title {
  font-family: var(--font-title); font-weight: 900; font-size: 56px;
  line-height: 1.05; color: var(--phc-navy); margin: 0 0 12px; letter-spacing: -0.018em;
}
.videos__title em { font-family: var(--font-italic); font-style: italic; font-weight: 500; }
.videos__lede {
  font-family: var(--font-heading); font-weight: 500; font-size: 19px;
  color: var(--phc-ink-2); max-width: 640px; margin: 0 auto;
}
.videos__grid {
  display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px;
  max-width: 1260px; margin: 0 auto;
}
.video {
  position: relative;
  border: 0; padding: 0; margin: 0;
  border-radius: 22px; overflow: hidden;
  background: var(--phc-navy); aspect-ratio: 4/5;
  cursor: pointer;
  text-align: left;
  transition: transform 180ms var(--ease-out), box-shadow 180ms var(--ease-out);
}
.video:hover { transform: translateY(-2px); box-shadow: 0 18px 40px rgba(15,28,72,0.12); }
.video:focus-visible { outline: 2px solid var(--phc-gold); outline-offset: 2px; }
.video__thumb { position: absolute; inset: 0; }
.video__thumb img { width: 100%; height: 100%; object-fit: cover; object-position: center 18%; opacity: 0.95; display: block; }
.video__thumb--duo { display: grid; grid-template-columns: 1fr 1fr; gap: 2px; background: var(--phc-navy); }
.video__thumb--duo img { width: 100%; height: 100%; }
.video__shade {
  position: absolute; inset: 0;
  background: linear-gradient(180deg, rgba(15,28,72,0.0) 38%, rgba(15,28,72,0.85) 100%);
  pointer-events: none;
}
.video__play {
  position: absolute; top: 44%; left: 50%; transform: translate(-50%,-50%);
  width: 72px; height: 72px; border-radius: 50%;
  background: rgba(255,255,255,0.92); color: var(--phc-navy);
  display: flex; align-items: center; justify-content: center;
  font-size: 26px; padding-left: 4px;
  box-shadow: 0 8px 24px rgba(15,28,72,0.28);
  transition: background 180ms var(--ease-out), transform 180ms var(--ease-out);
  pointer-events: none;
}
.video:hover .video__play { background: var(--phc-white); transform: translate(-50%,-50%) scale(1.04); }
.video__cap {
  position: absolute; left: 22px; right: 22px; bottom: 22px; color: var(--phc-white);
  pointer-events: none;
}
.video__cap small {
  display: block; font-family: var(--font-sans); font-weight: 700; font-size: 10.5px;
  letter-spacing: 0.22em; text-transform: uppercase; color: var(--phc-gold); margin-bottom: 6px;
}
.video__cap strong {
  font-family: var(--font-title); font-weight: 800; font-size: 22px; line-height: 1.15;
  letter-spacing: -0.01em; display: block; color: var(--phc-white);
}
.video__cap em { font-family: var(--font-italic); font-style: italic; font-weight: 500; font-size: 14.5px; opacity: 0.92; display: block; margin-top: 6px; line-height: 1.4; }

/* video lightbox modal --------------------------------------- */
.vid-modal {
  position: fixed; inset: 0; z-index: 1000;
  background: rgba(15,28,72,0.88);
  display: none;
  align-items: center; justify-content: center;
  padding: 56px 24px;
  opacity: 0;
  transition: opacity 200ms var(--ease-out);
}
.vid-modal--open { display: flex; opacity: 1; }
.vid-modal__stage {
  position: relative;
  width: 100%; max-width: 1080px;
  aspect-ratio: 16/9;
  background: #000;
  border-radius: 14px; overflow: hidden;
  box-shadow: 0 24px 60px rgba(0,0,0,0.45);
}
.vid-modal__frame { position: absolute; inset: 0; }
.vid-modal__frame iframe { width: 100%; height: 100%; border: 0; display: block; }
.vid-modal__close {
  position: absolute; top: 18px; right: 22px;
  width: 44px; height: 44px; border-radius: 50%;
  background: rgba(255,255,255,0.94); color: var(--phc-navy);
  border: 0; cursor: pointer;
  font-size: 32px; line-height: 1; font-weight: 300;
  display: flex; align-items: center; justify-content: center;
  padding: 0 0 4px 0;
  transition: background 180ms var(--ease-out);
}
.vid-modal__close:hover { background: var(--phc-white); }
.vid-modal__close:focus-visible { outline: 2px solid var(--phc-gold); outline-offset: 2px; }

/* money wins grid -------------------------------------------- */
.wins { background: var(--phc-periwinkle); padding: 130px 56px; }
.wins__head { text-align: center; margin-bottom: 72px; max-width: 880px; margin-left: auto; margin-right: auto; }
.wins__title {
  font-family: var(--font-title); font-weight: 900; font-size: 56px;
  line-height: 1.05; color: var(--phc-navy); margin: 0 0 14px; letter-spacing: -0.018em;
}
.wins__title em { font-family: var(--font-italic); font-style: italic; font-weight: 500; }
.wins__lede {
  font-family: var(--font-heading); font-weight: 500; font-size: 19px;
  color: var(--phc-ink-2); margin: 0 auto;
}
.wins__grid {
  display: grid; grid-template-columns: repeat(12, 1fr); gap: 28px;
  max-width: 1240px; margin: 0 auto;
}
.win {
  background: var(--phc-white); border-radius: 26px; padding: 40px 36px;
  display: flex; flex-direction: column; gap: 20px;
  position: relative;
}
.win--feature {
  grid-column: span 6; min-height: 420px; padding: 52px 48px;
  gap: 24px;
}
.win--regular { grid-column: span 4; }
.win--half { grid-column: span 6; }
.win--navy { background: var(--phc-navy); color: var(--phc-white); }
.win--navy .win__amount { color: var(--phc-gold); }
.win--navy .win__caption { color: rgba(255,255,255,0.78); }
.win--navy .win__quote { color: var(--phc-white); }
.win--navy .win__credit { color: rgba(255,255,255,0.72); }
.win__amount {
  font-family: var(--font-title); font-weight: 900; font-size: 88px;
  line-height: 0.9; color: var(--phc-gold-deep); letter-spacing: -0.035em;
  margin: 0 0 4px;
}
.win--feature .win__amount { font-size: 116px; }
.win__caption {
  font-family: var(--font-italic); font-style: italic; font-weight: 500;
  font-size: 24px; line-height: 1.32; color: var(--phc-navy); margin: 0;
}
.win--feature .win__caption { font-size: 30px; line-height: 1.28; }
.win__quote {
  font-family: var(--font-heading); font-weight: 500; font-size: 18px;
  line-height: 1.6; color: var(--phc-ink-2); margin: 0; text-wrap: pretty;
}
.win--feature .win__quote { font-size: 19.5px; }
.win__credit-row {
  display: flex; align-items: center; gap: 14px; margin-top: auto;
  padding-top: 22px; border-top: 1px solid rgba(15,28,72,0.1);
}
.win--navy .win__credit-row { border-top-color: rgba(255,255,255,0.18); }
.win__avatar {
  width: 44px; height: 44px; border-radius: 50%; overflow: hidden;
  background: var(--phc-butter); flex: 0 0 auto;
  box-shadow: 0 0 0 2px var(--phc-gold);
}
.win__avatar img { width: 100%; height: 100%; object-fit: cover; object-position: center 24%; }
.win__credit {
  font-family: var(--font-sans); font-size: 14px; color: var(--phc-ink-2);
  line-height: 1.4;
}
.win__credit strong {
  display: block; font-family: var(--font-title); font-weight: 800;
  color: var(--phc-navy); font-size: 17px; letter-spacing: -0.005em;
}
.win--navy .win__credit strong { color: var(--phc-white); }
.win__tag {
  position: absolute; top: 28px; right: 28px;
  font-family: var(--font-sans); font-weight: 700; font-size: 10px;
  letter-spacing: 0.22em; text-transform: uppercase;
  color: var(--phc-gold-deep);
  background: var(--phc-butter); padding: 6px 12px; border-radius: 100px;
}
.win--navy .win__tag { background: rgba(231,209,127,0.18); color: var(--phc-gold); }

/* timeline proof --------------------------------------------- */
.timing { background: var(--phc-white); padding: 110px 56px; }
.timing__head { text-align: center; margin-bottom: 56px; max-width: 820px; margin-left: auto; margin-right: auto; }
.timing__title {
  font-family: var(--font-title); font-weight: 900; font-size: 56px;
  line-height: 1.05; color: var(--phc-navy); margin: 0 0 14px; letter-spacing: -0.018em;
}
.timing__title em { font-family: var(--font-italic); font-style: italic; font-weight: 500; }
.timing__lede {
  font-family: var(--font-heading); font-weight: 500; font-size: 19px;
  color: var(--phc-ink-2);
}
.timing__grid {
  display: grid; grid-template-columns: repeat(4, 1fr); gap: 22px;
  max-width: 1240px; margin: 0 auto;
}
.tcase {
  background: var(--phc-periwinkle-soft); border-radius: 22px; padding: 32px 28px;
  display: flex; flex-direction: column; gap: 18px;
  position: relative;
}
.tcase__weeks {
  font-family: var(--font-title); font-weight: 900; font-size: 64px;
  line-height: 0.9; color: var(--phc-navy); letter-spacing: -0.03em; margin: 0;
}
.tcase__weeks small {
  display: block; font-family: var(--font-sans); font-weight: 700; font-size: 10px;
  letter-spacing: 0.24em; text-transform: uppercase;
  color: var(--phc-gold-deep); margin-bottom: 4px;
}
.tcase__story {
  font-family: var(--font-italic); font-style: italic; font-weight: 500;
  font-size: 19px; line-height: 1.42; color: var(--phc-navy); margin: 0;
}
.tcase__who {
  display: flex; align-items: center; gap: 12px; margin-top: auto;
}
.tcase__who img {
  width: 42px; height: 42px; border-radius: 50%; object-fit: cover; object-position: center 24%;
  box-shadow: 0 0 0 2px var(--phc-gold);
}
.tcase__who strong {
  font-family: var(--font-title); font-weight: 800; color: var(--phc-navy); font-size: 15.5px;
}
.tcase__who small { font-family: var(--font-sans); font-size: 12.5px; color: var(--phc-ink-3); letter-spacing: 0.04em; display: block; line-height: 1.35; }

/* modules / weeks --------------------------------------------- */
.modules { background: var(--phc-periwinkle); padding: 130px 56px; }
.modules__head { text-align: center; margin: 0 auto 72px; max-width: 880px; }
.modules__title {
  font-family: var(--font-title); font-weight: 900; font-size: 60px;
  line-height: 1.05; color: var(--phc-navy); margin: 0 0 18px; letter-spacing: -0.02em;
  text-wrap: balance;
}
.modules__title em { font-family: var(--font-italic); font-style: italic; font-weight: 500; }
.modules__lede {
  font-family: var(--font-heading); font-weight: 500; font-size: 19.5px;
  color: var(--phc-ink-2); line-height: 1.55; max-width: 760px; margin: 0 auto;
}

.weeks {
  max-width: 1200px; margin: 0 auto;
  display: flex; flex-direction: column; gap: 18px;
}

.week {
  display: grid; grid-template-columns: 240px 1fr;
  gap: 0; align-items: stretch;
  background: var(--phc-white);
  border-radius: 24px; overflow: hidden;
  box-shadow: 0 8px 22px rgba(15,28,72,0.07);
}
.week > * { min-width: 0; }

.week__meta {
  background: var(--phc-navy);
  color: var(--phc-white);
  padding: 36px 28px;
  display: flex; flex-direction: column; justify-content: center; gap: 8px;
}
.week__num {
  font-family: var(--font-title); font-weight: 900;
  font-size: 44px; line-height: 1; letter-spacing: -0.025em;
  color: var(--phc-gold);
}
.week__label {
  font-family: var(--font-sans); font-weight: 800;
  font-size: 11.5px; letter-spacing: 0.28em; text-transform: uppercase;
  color: rgba(255,255,255,0.78);
}

.week__main {
  padding: 36px 40px;
  display: flex; flex-direction: column; gap: 18px;
}
.week__title {
  font-family: var(--font-title); font-weight: 800; font-size: 30px;
  line-height: 1.15; color: var(--phc-navy); margin: 0; letter-spacing: -0.015em;
}
.week__title em { font-family: var(--font-italic); font-style: italic; font-weight: 500; }
.week__lede {
  font-family: var(--font-sans); font-size: 16.5px; line-height: 1.6;
  color: var(--phc-ink-2); margin: 0;
}
.week__lede strong { color: var(--phc-navy); font-weight: 700; }

.week__lessons {
  list-style: none; padding: 0; margin: 4px 0 0;
  display: grid; grid-template-columns: 1fr 1fr; gap: 10px 28px;
}
.week__lessons li {
  position: relative;
  padding-left: 28px;
  font-family: var(--font-sans); font-size: 15px; line-height: 1.5;
  color: var(--phc-navy);
}
.week__lessons li::before {
  content: ""; position: absolute; left: 0; top: 2px;
  width: 18px; height: 18px; border-radius: 50%;
  border: 1.5px solid var(--phc-gold);
  background: transparent;
}
.week__lessons li::after {
  content: ""; position: absolute; left: 6px; top: 8px;
  width: 6px; height: 6px; border-radius: 50%;
  background: var(--phc-gold);
}

/* Alternating accent */
.week--alt .week__meta { background: var(--phc-navy-deep, var(--phc-navy)); }

/* Live workshop variant — Week 6 */
.week--live .week__meta {
  background: linear-gradient(180deg, var(--phc-gold) 0%, var(--phc-gold-deep) 100%);
}
.week--live .week__num { color: var(--phc-navy); }
.week--live .week__label { color: rgba(15,28,72,0.78); }
.week--live .week__main { background: var(--phc-butter); }

/* what's also included --------------------------------------- */
.included { background: var(--phc-white); padding: 110px 56px; }
.included__inner {
  max-width: 1200px; margin: 0 auto;
  display: grid; grid-template-columns: 0.85fr 1.15fr; gap: 56px; align-items: start;
}
.included__title {
  font-family: var(--font-title); font-weight: 900; font-size: 50px;
  line-height: 1.05; color: var(--phc-navy); margin: 0 0 18px; letter-spacing: -0.018em;
}
.included__title em { font-family: var(--font-italic); font-style: italic; font-weight: 500; }
.included__lede {
  font-family: var(--font-sans); font-size: 16.5px; line-height: 1.7;
  color: var(--phc-ink-2); margin: 0;
}
.included__list {
  list-style: none; padding: 0; margin: 0;
  display: grid; grid-template-columns: 1fr 1fr; gap: 14px;
}
.included__list li {
  background: var(--phc-periwinkle-soft);
  border-radius: 18px; padding: 22px 22px 22px 56px;
  position: relative;
  font-family: var(--font-sans); font-size: 15.5px; line-height: 1.55;
  color: var(--phc-ink-2);
}
.included__list li strong {
  font-family: var(--font-title); font-weight: 800; color: var(--phc-navy);
  font-size: 17.5px; display: block; margin-bottom: 4px; letter-spacing: -0.005em;
}
.included__list li::before {
  content: "✓"; position: absolute; left: 22px; top: 22px;
  width: 22px; height: 22px; border-radius: 50%;
  background: var(--phc-gold); color: var(--phc-navy);
  display: grid; place-items: center; font-weight: 800; font-size: 12px;
  font-family: var(--font-sans);
}

/* bonuses (butter section) ----------------------------------- */
.bonuses {
  background: var(--phc-butter); color: var(--phc-navy);
  padding: 130px 56px 110px;
}
.bonuses__head {
  text-align: center; margin: 0 auto 64px; max-width: 880px;
}
.bonuses__eyebrow {
  font-family: var(--font-sans); font-weight: 800; font-size: 12.5px;
  letter-spacing: 0.32em; text-transform: uppercase;
  color: var(--phc-gold-deep); margin: 0 0 18px;
}
.bonuses__title {
  font-family: var(--font-title); font-weight: 900; font-size: 64px;
  line-height: 1.04; color: var(--phc-navy); margin: 0 0 18px; letter-spacing: -0.022em;
}
.bonuses__title em {
  font-family: var(--font-italic); font-style: italic; font-weight: 500;
  color: var(--phc-navy);
}
.bonuses__lede {
  font-family: var(--font-heading); font-weight: 500; font-size: 19.5px;
  color: var(--phc-ink-2); line-height: 1.55; max-width: 760px; margin: 0 auto;
}

.bonuses__list {
  max-width: 1180px; margin: 0 auto;
  display: flex; flex-direction: column; gap: 22px;
}

.bonus-row {
  display: grid; grid-template-columns: 180px 1fr 200px;
  gap: 0; align-items: stretch;
  background: var(--phc-white);
  border-radius: 26px; overflow: hidden;
  box-shadow: 0 8px 24px rgba(15,28,72,0.08);
}

.bonus-row > * { min-width: 0; }

/* Stamp column ---------------------------------------------- */
.bonus-row__stamp {
  display: flex; flex-direction: column;
  align-items: center; justify-content: center;
  padding: 32px 18px; text-align: center;
}
.bonus-row__stamp-eyebrow {
  font-family: var(--font-sans); font-weight: 800;
  font-size: 11px; letter-spacing: 0.28em; text-transform: uppercase;
}
.bonus-row__stamp-big {
  font-family: var(--font-italic); font-style: italic; font-weight: 500;
  font-size: 38px; line-height: 1; letter-spacing: -0.01em;
  margin: 6px 0 8px;
}
.bonus-row__stamp-day {
  font-family: var(--font-sans); font-weight: 800;
  font-size: 13px; letter-spacing: 0.18em; text-transform: uppercase;
  margin-top: 4px;
}
.bonus-row__stamp-date {
  font-family: var(--font-title); font-weight: 900;
  font-size: 38px; line-height: 1; letter-spacing: -0.02em;
  margin: 4px 0;
}
.bonus-row__stamp-sub {
  font-family: var(--font-sans); font-weight: 700;
  font-size: 10.5px; letter-spacing: 0.16em; text-transform: uppercase;
  opacity: 0.72;
}

.bonus-row__stamp--forever {
  background: var(--phc-navy); color: var(--phc-white);
}
.bonus-row__stamp--forever .bonus-row__stamp-eyebrow { color: var(--phc-gold); }
.bonus-row__stamp--forever .bonus-row__stamp-big { color: var(--phc-gold); }

.bonus-row__stamp--expires {
  background: var(--phc-white); color: var(--phc-navy);
  border-right: 3px dashed var(--phc-gold);
  position: relative;
}
.bonus-row__stamp--expires::before,
.bonus-row__stamp--expires::after {
  content: ""; position: absolute; right: -10px;
  width: 18px; height: 18px; border-radius: 50%;
  background: var(--phc-butter);
}
.bonus-row__stamp--expires::before { top: -9px; }
.bonus-row__stamp--expires::after { bottom: -9px; }
.bonus-row__stamp--expires .bonus-row__stamp-eyebrow { color: var(--phc-gold-deep); }

/* Body column ----------------------------------------------- */
.bonus-row__body {
  padding: 36px 36px;
  display: flex; flex-direction: column; justify-content: center; gap: 12px;
}
.bonus-row__tag {
  display: inline-block; align-self: flex-start;
  font-family: var(--font-sans); font-weight: 800;
  font-size: 10.5px; letter-spacing: 0.24em; text-transform: uppercase;
  color: var(--phc-gold-deep);
}
.bonus-row__tag--urgent { color: var(--phc-gold-deep); }
.bonus-row__body h4 {
  font-family: var(--font-title); font-weight: 800; font-size: 26px;
  color: var(--phc-navy); margin: 0; line-height: 1.2; letter-spacing: -0.012em;
}
.bonus-row__body h4 em {
  font-family: var(--font-italic); font-style: italic; font-weight: 500;
}
.bonus-row__body p {
  font-family: var(--font-sans); font-size: 16px; line-height: 1.65;
  color: var(--phc-ink-2); margin: 0;
}
.bonus-row__body p strong { color: var(--phc-navy); font-weight: 700; }

/* Value column ---------------------------------------------- */
.bonus-row__value {
  background: var(--phc-periwinkle-soft);
  padding: 32px 22px;
  display: flex; flex-direction: column; align-items: center; justify-content: center;
  text-align: center; gap: 6px;
  border-left: 1px solid rgba(15,28,72,0.08);
}
.bonus-row__value small {
  font-family: var(--font-sans); font-weight: 800;
  font-size: 10.5px; letter-spacing: 0.28em; text-transform: uppercase;
  color: var(--phc-ink-3);
}
.bonus-row__value strong {
  font-family: var(--font-title); font-weight: 900;
  font-size: 44px; line-height: 1; letter-spacing: -0.022em;
  color: var(--phc-gold-deep);
  margin: 2px 0 8px;
}
.bonus-row__free {
  font-family: var(--font-italic); font-style: italic; font-weight: 500;
  font-size: 13px; line-height: 1.3; color: var(--phc-navy);
  max-width: 140px;
}
.bonus-row__free--urgent {
  font-style: normal; font-family: var(--font-sans); font-weight: 700;
  font-size: 11.5px; letter-spacing: 0.04em; color: var(--phc-gold-deep);
  text-transform: none;
}

/* Expiring card subtle highlight */
.bonus-row--expiring {
  border: 1.5px solid var(--phc-gold);
  background: var(--phc-white);
}
.bonus-row--expiring .bonus-row__value {
  background: rgba(231,209,127,0.18);
  border-left-color: rgba(231,209,127,0.4);
}

/* Live countdown -------------------------------------------- */
.bonus-countdown {
  display: flex; align-items: center; justify-content: center; gap: 6px;
  margin-top: 12px;
  background: #d34e3a;
  color: #ffffff;
  border-radius: 10px;
  padding: 8px 12px;
  font-family: var(--font-sans);
  font-weight: 800;
  font-size: 13px;
  letter-spacing: 0.04em;
  font-variant-numeric: tabular-nums;
  box-shadow: 0 4px 10px rgba(211,78,58,0.35);
  white-space: nowrap;
}
.bonus-countdown::before {
  content: "";
  width: 7px; height: 7px; border-radius: 50%;
  background: #ffd0c5;
  box-shadow: 0 0 0 0 rgba(255,255,255,0.7);
  animation: cd-pulse 1.4s ease-out infinite;
  flex-shrink: 0;
}
@keyframes cd-pulse {
  0%   { box-shadow: 0 0 0 0 rgba(255,208,197,0.9); }
  70%  { box-shadow: 0 0 0 8px rgba(255,208,197,0); }
  100% { box-shadow: 0 0 0 0 rgba(255,208,197,0); }
}
@media (prefers-reduced-motion: reduce) {
  .bonus-countdown::before { animation: none; }
}
.bonus-countdown span {
  display: inline-block;
  background: rgba(255,255,255,0.18);
  border-radius: 6px;
  padding: 2px 6px;
  min-width: 32px;
  text-align: center;
}
.bonus-countdown--expired {
  background: var(--phc-ink-3); box-shadow: none;
}
.bonus-countdown--expired::before { animation: none; background: rgba(255,255,255,0.5); }

/* Divider --------------------------------------------------- */
.bonuses__divider {
  display: flex; align-items: center; gap: 18px;
  margin: 18px 0 4px;
  padding: 0 8px;
}
.bonuses__divider-line {
  flex: 1; height: 1px;
  background: linear-gradient(90deg, transparent 0%, var(--phc-navy) 50%, transparent 100%);
  opacity: 0.4;
}
.bonuses__divider-label {
  font-family: var(--font-sans); font-weight: 800;
  font-size: 12.5px; letter-spacing: 0.3em; text-transform: uppercase;
  color: var(--phc-navy);
  white-space: nowrap;
}

/* Total ----------------------------------------------------- */
.bonuses__total {
  max-width: 1180px; margin: 56px auto 0;
  background: var(--phc-navy); color: var(--phc-white);
  border-radius: 26px; padding: 36px 48px;
  display: flex; align-items: center; justify-content: space-between;
  flex-wrap: wrap; gap: 24px;
  box-shadow: 0 18px 40px rgba(15,28,72,0.18);
}
.bonuses__total strong {
  font-family: var(--font-title); font-weight: 900; font-size: 28px;
  letter-spacing: -0.015em; color: var(--phc-white); display: block;
}
.bonuses__total small {
  font-family: var(--font-sans); font-weight: 800; font-size: 11.5px;
  letter-spacing: 0.24em; text-transform: uppercase;
  color: var(--phc-gold); display: block; margin-bottom: 6px;
}
.bonuses__total-amt {
  font-family: var(--font-title); font-weight: 900; font-size: 72px;
  color: var(--phc-gold); letter-spacing: -0.03em; line-height: 1;
  display: flex; align-items: baseline; gap: 4px;
}
.bonuses__total-amt-wrap {
  display: flex; flex-direction: column; align-items: flex-end; gap: 8px;
}
.bonuses__total-slash {
  font-family: var(--font-italic); font-style: italic; font-weight: 400;
  font-size: 64px; color: rgba(231,209,127,0.55);
  margin: 0 2px; line-height: 1;
}
.bonuses__total-was {
  position: relative; display: inline-block;
  color: rgba(231,209,127,0.55);
  font-family: var(--font-title); font-weight: 900;
  letter-spacing: -0.03em; line-height: 1;
}
.bonuses__total-was::after {
  content: ""; position: absolute; left: -6%; right: -6%;
  top: 52%; height: 5px;
  background: var(--phc-gold);
  transform: rotate(-6deg); transform-origin: center;
  border-radius: 3px;
  box-shadow: 0 1px 0 rgba(0,0,0,0.18);
}
.bonuses__total-pay {
  font-family: var(--font-title); font-weight: 900;
  font-size: 72px; color: var(--phc-white); line-height: 1;
  letter-spacing: -0.03em;
}
.bonuses__total-vs {
  display: flex; align-items: center; gap: 14px;
  font-family: var(--font-sans); font-weight: 800; font-size: 11px;
  letter-spacing: 0.28em; text-transform: uppercase;
  color: rgba(255,255,255,0.7);
  margin: 0;
}
.bonuses__total-vs > span:first-child { color: var(--phc-gold); }
.bonuses__total-vs > span:last-child { color: var(--phc-white); }
.bonuses__total-vs-sep {
  width: 22px; height: 1px; background: rgba(255,255,255,0.35);
  display: inline-block;
}

/* Live coaching pill on modules header ---------------------- */
.modules__live {
  display: inline-flex; align-items: center; gap: 12px;
  margin-top: 24px;
  padding: 12px 22px;
  background: var(--phc-navy); color: var(--phc-white);
  border-radius: 999px;
  font-family: var(--font-sans); font-weight: 700;
  font-size: 13px; letter-spacing: 0.04em;
  box-shadow: 0 6px 18px rgba(15,28,72,0.12);
}
.modules__live-dot {
  width: 9px; height: 9px; border-radius: 50%;
  background: var(--phc-gold);
  box-shadow: 0 0 0 4px rgba(231,209,127,0.25);
  animation: liveDotPulse 2.4s cubic-bezier(.22,.61,.36,1) infinite;
}
@keyframes liveDotPulse {
  0%, 100% { box-shadow: 0 0 0 4px rgba(231,209,127,0.25); }
  50%      { box-shadow: 0 0 0 8px rgba(231,209,127,0.08); }
}
.modules__live-label {
  font-weight: 800; letter-spacing: 0.18em; text-transform: uppercase;
  color: var(--phc-gold); font-size: 11.5px;
}
.modules__live-sep {
  width: 1px; height: 14px; background: rgba(255,255,255,0.25);
}
.modules__live-text {
  font-family: var(--font-italic); font-style: italic; font-weight: 500;
  font-size: 14.5px; letter-spacing: 0;
  color: var(--phc-white);
}
@media (prefers-reduced-motion: reduce) {
  .modules__live-dot { animation: none; }
}

/* CEO Circle add-on (navy section) --------------------------- */
.premium {
  background: var(--phc-navy); padding: 110px 56px;
}
.premium__inner {
  max-width: 1180px; margin: 0 auto;
}
.premium__head {
  text-align: center; max-width: 880px; margin: 0 auto 56px;
}
.premium__head small {
  font-family: var(--font-sans); font-weight: 800; font-size: 12.5px;
  letter-spacing: 0.32em; text-transform: uppercase; color: var(--phc-gold);
  display: block; margin-bottom: 16px;
}
.premium__head h3 {
  font-family: var(--font-title); font-weight: 900; font-size: 50px;
  color: var(--phc-white); margin: 0 0 18px; letter-spacing: -0.02em; line-height: 1.08;
}
.premium__head h3 em {
  font-family: var(--font-italic); font-style: italic; font-weight: 500;
  color: var(--phc-gold);
}
.premium__sub {
  font-family: var(--font-heading); font-weight: 500; font-size: 18px;
  color: rgba(255,255,255,0.85); line-height: 1.6; margin: 0;
  max-width: 720px; margin-left: auto; margin-right: auto;
}
.premium__sub strong { color: var(--phc-white); font-weight: 700; }
.premium__sub em {
  font-family: var(--font-italic); font-style: italic; font-weight: 500;
  color: var(--phc-gold);
}

.premium__grid {
  display: grid; grid-template-columns: 1.4fr 1fr; gap: 36px; align-items: stretch;
}

.premium__features {
  list-style: none; padding: 14px 36px; margin: 0;
  background: rgba(255,255,255,0.04);
  border: 1px solid rgba(231,209,127,0.28);
  border-radius: 24px;
}
.premium__features li {
  padding: 22px 0;
  border-bottom: 1px solid rgba(255,255,255,0.1);
  display: flex; flex-direction: column; gap: 6px;
}
.premium__features li:last-child { border-bottom: 0; }
.premium__features strong {
  font-family: var(--font-title); font-weight: 800; font-size: 19px;
  color: var(--phc-white); letter-spacing: -0.008em; line-height: 1.25;
}
.premium__features span {
  font-family: var(--font-sans); font-size: 15px; line-height: 1.55;
  color: rgba(255,255,255,0.74);
}
.premium__features em {
  font-family: var(--font-italic); font-style: italic; font-weight: 500;
}

.premium__card {
  background: linear-gradient(180deg, var(--phc-gold) 0%, var(--phc-gold-deep) 100%);
  color: var(--phc-navy);
  border-radius: 24px;
  padding: 40px 32px;
  display: flex; flex-direction: column; gap: 6px;
  text-align: center;
  align-self: center;
}
.premium__card-eyebrow {
  font-family: var(--font-sans); font-weight: 800; font-size: 11px;
  letter-spacing: 0.28em; text-transform: uppercase; color: var(--phc-navy);
  opacity: 0.85; margin-bottom: 4px;
}
.premium__card-price {
  font-family: var(--font-title); font-weight: 900; font-size: 72px;
  line-height: 1; color: var(--phc-navy); letter-spacing: -0.03em;
  margin: 8px 0 4px;
}
.premium__card-value {
  font-family: var(--font-italic); font-style: italic; font-weight: 500;
  font-size: 17px; color: var(--phc-navy); opacity: 0.78;
  margin-bottom: 18px;
}
.premium__card-note {
  font-family: var(--font-sans); font-size: 13.5px; line-height: 1.55;
  color: var(--phc-navy); margin: 0;
}
.premium__card-cap {
  font-family: var(--font-sans); font-weight: 800; font-size: 11.5px;
  letter-spacing: 0.18em; text-transform: uppercase;
  color: var(--phc-navy);
  margin: 14px 0 0;
  padding-top: 14px;
  border-top: 1px solid rgba(15,28,72,0.22);
}

/* urgency countdown band -------------------------------------- */
.urgency {
  background: var(--phc-navy); color: var(--phc-white);
  padding: 96px 56px;
  text-align: center;
  position: relative;
  overflow: hidden;
}
.urgency::before {
  content: ""; position: absolute; inset: 0;
  background:
    radial-gradient(circle at 15% 30%, rgba(231,209,127,0.10) 0%, transparent 50%),
    radial-gradient(circle at 85% 70%, rgba(231,209,127,0.08) 0%, transparent 50%);
  pointer-events: none;
}
.urgency__inner {
  position: relative; z-index: 1;
  max-width: 1080px; margin: 0 auto;
}
.urgency__eyebrow {
  font-family: var(--font-sans); font-weight: 800;
  font-size: 13px; letter-spacing: 0.32em; text-transform: uppercase;
  color: var(--phc-gold); margin: 0 0 18px;
}
.urgency__title {
  font-family: var(--font-title); font-weight: 900;
  font-size: 44px; line-height: 1.1; color: var(--phc-white);
  margin: 0 0 44px; letter-spacing: -0.018em;
}
.urgency__title em {
  font-family: var(--font-italic); font-style: italic; font-weight: 500;
  color: var(--phc-gold);
}

.urgency__timer {
  display: flex; align-items: center; justify-content: center;
  gap: 14px;
  margin: 0 auto 40px;
  flex-wrap: wrap;
}
.urgency__cell {
  display: flex; flex-direction: column; align-items: center;
  min-width: 140px;
  background: linear-gradient(180deg, rgba(231,209,127,0.10) 0%, rgba(231,209,127,0.03) 100%);
  border: 1px solid rgba(231,209,127,0.25);
  border-radius: 18px;
  padding: 22px 18px;
  box-shadow: 0 8px 24px rgba(0,0,0,0.18);
}
.urgency__num {
  font-family: var(--font-title); font-weight: 900;
  font-size: 88px; line-height: 1;
  color: var(--phc-gold);
  letter-spacing: -0.045em;
  font-variant-numeric: tabular-nums;
  margin-bottom: 8px;
}
.urgency__lbl {
  font-family: var(--font-sans); font-weight: 800;
  font-size: 12px; letter-spacing: 0.28em; text-transform: uppercase;
  color: rgba(255,255,255,0.78);
}
.urgency__sep {
  font-family: var(--font-title); font-weight: 900;
  font-size: 64px; color: var(--phc-gold); opacity: 0.5;
  line-height: 1;
  align-self: flex-start; padding-top: 24px;
}

.urgency__cta {
  background: var(--phc-gold);
  color: var(--phc-navy);
  padding: 22px 44px;
  font-size: 16px;
}
.urgency__cta:hover { background: var(--phc-white); }

.urgency__note {
  font-family: var(--font-sans); font-size: 15px; line-height: 1.6;
  color: rgba(255,255,255,0.7);
  max-width: 720px; margin: 28px auto 0;
}

.urgency--expired .urgency__num { color: var(--phc-ink-3); opacity: 0.5; }

/* pricing / final commit ------------------------------------- */
.commit { background: var(--phc-butter); padding: 110px 56px; }
.commit__head { text-align: center; max-width: 820px; margin: 0 auto 48px; }
.commit__title {
  font-family: var(--font-title); font-weight: 900; font-size: 64px;
  line-height: 1.0; color: var(--phc-navy); margin: 0 0 14px; letter-spacing: -0.02em;
}
.commit__title em { font-family: var(--font-italic); font-style: italic; font-weight: 500; }
.commit__lede {
  font-family: var(--font-heading); font-weight: 500; font-size: 20px;
  color: var(--phc-ink-2);
}
.commit__card {
  max-width: 760px; margin: 0 auto;
  background: var(--phc-white); border-radius: 32px;
  padding: 48px; text-align: center;
  box-shadow: 0 18px 40px rgba(15,28,72,0.08);
}
.commit__label {
  font-family: var(--font-sans); font-weight: 800; font-size: 12px;
  letter-spacing: 0.3em; text-transform: uppercase; color: var(--phc-gold-deep);
  margin: 0 0 10px;
}
.commit__name {
  font-family: var(--font-title); font-weight: 900; font-size: 36px;
  color: var(--phc-navy); margin: 0 0 24px; letter-spacing: -0.015em;
}
.commit__name em { font-family: var(--font-italic); font-style: italic; font-weight: 500; }
.commit__price-row {
  display: flex; align-items: baseline; justify-content: center;
  gap: 18px; margin: 14px 0 8px;
}
.commit__price {
  font-family: var(--font-title); font-weight: 900; font-size: 96px;
  color: var(--phc-navy); line-height: 1; letter-spacing: -0.04em;
}
.commit__price small {
  font-family: var(--font-sans); font-weight: 700; font-size: 16px;
  color: var(--phc-ink-3); vertical-align: middle;
}
.commit__vs {
  font-family: var(--font-italic); font-style: italic; font-weight: 500;
  font-size: 18px; color: var(--phc-ink-2); margin-bottom: 28px;
}
.commit__vs strong { color: var(--phc-navy); text-decoration: line-through; text-decoration-color: var(--phc-gold); text-decoration-thickness: 2px; font-style: normal; font-family: var(--font-title); font-weight: 800; }
.commit__cta {
  font-family: var(--font-sans); font-weight: 800; font-size: 15px;
  letter-spacing: 0.22em; text-transform: uppercase;
  background: var(--phc-navy); color: var(--phc-white);
  border-radius: 16px; padding: 22px 38px;
  display: inline-block; text-decoration: none;
  transition: background 120ms var(--ease-out);
}
.commit__cta:hover { background: var(--phc-navy-deep); }
.commit__fine {
  margin-top: 22px;
  font-family: var(--font-sans); font-weight: 700; font-size: 11px;
  letter-spacing: 0.22em; text-transform: uppercase;
  color: rgba(15,28,72,0.55);
  display: flex; gap: 14px; justify-content: center; flex-wrap: wrap; align-items: center;
}
.commit__fine span.dot { width: 4px; height: 4px; background: currentColor; border-radius: 50%; }

/* quotes wall ------------------------------------------------ */
.quotes { background: var(--phc-white); padding: 110px 56px; }
.quotes__head { text-align: center; max-width: 760px; margin: 0 auto 56px; }
.quotes__title {
  font-family: var(--font-title); font-weight: 900; font-size: 56px;
  line-height: 1.05; color: var(--phc-navy); margin: 0 0 14px; letter-spacing: -0.018em;
}
.quotes__title em { font-family: var(--font-italic); font-style: italic; font-weight: 500; }
.quotes__lede {
  font-family: var(--font-heading); font-weight: 500; font-size: 19px;
  color: var(--phc-ink-2);
}
.quotes__grid {
  display: grid; grid-template-columns: repeat(12, 1fr); gap: 16px;
  max-width: 1240px; margin: 0 auto;
}
.q {
  border-radius: 22px; padding: 28px;
  display: flex; flex-direction: column; gap: 16px;
  background: var(--phc-periwinkle-soft); position: relative;
}
.q--span4 { grid-column: span 4; }
.q--span6 { grid-column: span 6; }
.q--butter { background: var(--phc-butter); }
.q--navy { background: var(--phc-navy); color: var(--phc-white); }
.q__mark {
  font-family: var(--font-title); font-weight: 900; font-size: 52px;
  color: var(--phc-gold); line-height: 0.5;
}
.q--navy .q__mark { color: var(--phc-gold); }
.q__body {
  font-family: var(--font-heading); font-weight: 500; font-size: 16.5px;
  line-height: 1.55; color: var(--phc-navy); margin: 0; text-wrap: pretty;
}
.q--navy .q__body { color: var(--phc-white); }
.q__body em { font-family: var(--font-italic); font-style: italic; font-weight: 500; }
.q__who {
  display: flex; align-items: center; gap: 12px; margin-top: auto;
  padding-top: 14px; border-top: 1px solid rgba(15,28,72,0.12);
}
.q--navy .q__who { border-top-color: rgba(255,255,255,0.18); }
.q__avatar { width: 42px; height: 42px; border-radius: 50%; overflow: hidden; background: var(--phc-butter); flex: 0 0 auto; box-shadow: 0 0 0 2px var(--phc-gold); position: relative; }
.q__avatar img { width: 100%; height: 100%; object-fit: cover; object-position: center 24%; }
.q__avatar--placeholder::before {
  content: attr(data-initials);
  position: absolute; inset: 0;
  display: flex; align-items: center; justify-content: center;
  font-family: var(--font-title); font-weight: 800;
  font-size: 15px; color: var(--phc-navy);
  letter-spacing: -0.02em;
}
.q--navy .q__avatar--placeholder { background: var(--phc-butter); }
.q--navy .q__avatar--placeholder::before { color: var(--phc-navy); }
.q__credit { font-family: var(--font-sans); font-size: 13px; color: var(--phc-ink-2); line-height: 1.3; }
.q--navy .q__credit { color: rgba(255,255,255,0.7); }
.q__credit strong { display: block; font-family: var(--font-title); font-weight: 800; color: var(--phc-navy); font-size: 15px; letter-spacing: -0.005em; }
.q--navy .q__credit strong { color: var(--phc-white); }

/* faq -------------------------------------------------------- */
.faq { background: var(--phc-periwinkle); padding: 130px 56px; }
.faq__head {
  max-width: 880px; margin: 0 auto 56px;
  text-align: center;
}
.faq__title {
  font-family: var(--font-title); font-weight: 900; font-size: 60px;
  line-height: 1.05; color: var(--phc-navy); margin: 0 0 18px; letter-spacing: -0.02em;
}
.faq__title em { font-family: var(--font-italic); font-style: italic; font-weight: 500; }
.faq__intro {
  font-family: var(--font-heading); font-weight: 500; font-size: 18px;
  line-height: 1.55;
  color: var(--phc-ink-2); margin: 0 auto; max-width: 720px;
}
.faq__intro a {
  color: var(--phc-navy); font-weight: 700;
  border-bottom: 1.5px solid var(--phc-gold);
  text-decoration: none;
  transition: color var(--dur-base) var(--ease-out);
}
.faq__intro a:hover { color: var(--phc-gold-deep); }
.faq__list {
  max-width: 1080px; margin: 0 auto;
  display: flex; flex-direction: column; gap: 14px;
}
.faq__item {
  background: var(--phc-white); border-radius: 20px; padding: 0;
  border: 1px solid rgba(15,28,72,0.06);
  overflow: hidden;
}
.faq__item summary {
  list-style: none; cursor: pointer;
  padding: 26px 32px;
  display: flex; align-items: center; justify-content: space-between; gap: 24px;
  font-family: var(--font-title); font-weight: 700; font-size: 19px;
  color: var(--phc-navy); letter-spacing: -0.008em; line-height: 1.3;
}
.faq__item summary::-webkit-details-marker { display: none; }
.faq__item summary {
  display: flex; align-items: center; justify-content: space-between;
  font-family: var(--font-title); font-weight: 800; font-size: 20px;
  color: var(--phc-navy); letter-spacing: -0.012em; line-height: 1.3;
}
.faq__item summary::after {
  content: "+"; flex: 0 0 auto;
  font-family: var(--font-title); font-weight: 800; font-size: 32px;
  color: var(--phc-gold-deep); line-height: 1; transform: translateY(-2px);
  transition: transform 200ms var(--ease-out);
}
.faq__item[open] summary::after { content: "–"; }
.faq__item p {
  font-family: var(--font-sans); font-size: 16px; line-height: 1.7;
  color: var(--phc-ink-2); margin: 0; padding: 0 32px 26px;
}
.faq__item p + p { padding-top: 0; margin-top: -8px; }
.faq__item p a {
  color: var(--phc-navy); font-weight: 700;
  border-bottom: 1.5px solid var(--phc-gold);
  text-decoration: none;
}
.faq__item p a:hover { color: var(--phc-gold-deep); }
.faq__item p strong { color: var(--phc-navy); font-weight: 700; }

/* final CTA -------------------------------------------------- */
.final {
  background: var(--phc-navy); color: var(--phc-white);
  padding: 110px 56px; text-align: center;
  position: relative; overflow: hidden;
}
.final::before {
  content: ""; position: absolute; inset: 0;
  background: radial-gradient(ellipse at top, rgba(231,209,127,0.12), transparent 60%);
  pointer-events: none;
}
.final__inner { position: relative; max-width: 820px; margin: 0 auto; }
.final__eyebrow {
  font-family: var(--font-sans); font-weight: 800; font-size: 12px;
  letter-spacing: 0.3em; text-transform: uppercase; color: var(--phc-gold);
  margin: 0 0 18px;
}
.final__title {
  font-family: var(--font-title); font-weight: 900; font-size: 68px;
  line-height: 1.0; color: var(--phc-white); margin: 0 0 18px; letter-spacing: -0.022em;
}
.final__title em { font-family: var(--font-italic); font-style: italic; font-weight: 500; color: var(--phc-gold); }
.final__lede {
  font-family: var(--font-heading); font-weight: 500; font-size: 20px;
  color: rgba(255,255,255,0.82); margin: 0 0 32px;
}
.final__cta { padding: 22px 40px; }

/* footer ----------------------------------------------------- */
.footer {
  background: var(--phc-navy-deep); color: var(--phc-white);
  padding: 64px 56px 28px;
}
.footer__inner { max-width: 1240px; margin: 0 auto; }
.footer__top {
  padding-bottom: 36px; border-bottom: 1px solid rgba(255,255,255,0.12);
}
.footer__brand { max-width: 320px; }
.footer__mono { font-family: var(--font-title); font-weight: 900; font-size: 56px; line-height: 0.9; }
.footer__name { font-family: var(--font-heading); font-size: 13px; letter-spacing: 0.18em; margin-top: 8px; }
.footer__sub { font-family: var(--font-sans); font-size: 10px; letter-spacing: 0.24em; opacity: 0.7; margin-top: 4px; }
.footer__bottom {
  display: flex; justify-content: space-between; padding-top: 22px;
  font-family: var(--font-sans); font-size: 12px; opacity: 0.7; letter-spacing: 0.04em;
}
.footer__disclaimer {
  margin-top: 56px; padding-top: 28px;
  border-top: 1px solid rgba(255,255,255,0.16);
}
.footer__disclaimer p {
  font-family: var(--font-sans); font-size: 12.5px; line-height: 1.65;
  color: rgba(255,255,255,0.62); margin: 0;
  max-width: 1080px;
}
.footer__disclaimer p strong {
  color: rgba(255,255,255,0.86); font-weight: 700;
}
.wins__disclaimer {
  max-width: 980px; margin: 56px auto 0;
  font-family: var(--font-sans); font-size: 13.5px; line-height: 1.65;
  color: var(--phc-ink-3);
  text-align: center;
  padding: 22px 28px;
  background: rgba(15,28,72,0.04);
  border-radius: 14px;
  border: 1px solid rgba(15,28,72,0.08);
}
.wins__disclaimer strong { color: var(--phc-navy); font-weight: 700; }
.wins__disclaimer em { font-family: var(--font-italic); font-style: italic; font-weight: 500; }

/* responsive (basic) ----------------------------------------- */
@media (max-width: 900px) {
  .nav__items, .nav__cta .nav__price, .nav__cta .btn--ghost { display: none; }
  .hero__inner, .story__inner, .included__inner, .premium__inner,
  .statband__inner, .footer__top { grid-template-columns: 1fr; gap: 32px; }
  .statband__inner { text-align: center; justify-items: center; }
  .statband__sub { gap: 22px 18px; justify-items: center; text-align: center; }
  .hero__title { font-size: 48px; }
  .hero__lede { font-size: 17.5px; }
  .statband__num { font-size: 132px; }
  .objections__grid, .videos__grid, .timing__grid, .modules__grid, .wins__grid, .quotes__grid,
  .bonus-stack, .bonus-stack--three, .included__list, .including__grid, .story__rules {
    grid-template-columns: 1fr;
  }
  .persona { grid-template-columns: 1fr; }
  .persona__label { padding: 26px 22px; font-size: 22px; }
  .persona__body { padding: 24px 22px; }
  .persona__body blockquote p { font-size: 16.5px; }
  .persona__photo { width: 100%; height: 240px; min-height: 240px; justify-self: stretch; }
  .persona__photo--placeholder::before { font-size: 56px; }
  .persona__photo--duo { grid-template-columns: 1fr 1fr; }
  .win--feature, .win--regular, .win--half, .module--span2, .module--span3,
  .q--span4, .q--span6 { grid-column: span 12; }
  .commit__price { font-size: 64px; }
  .final__title { font-size: 44px; }
  .objections__title, .objections__bridge, .commit__title, .bonuses__title, .videos__title, .wins__title,
  .timing__title, .modules__title, .quotes__title, .including__title, .whether__title,
  .included__title, .story__title, .faq__title { font-size: 36px; }
  .objections__footer { font-size: 38px; }
  .hero, .featured, .statband, .objections, .story, .including, .whether, .videos,
  .wins, .timing, .modules, .included, .bonuses, .premium, .commit, .quotes, .faq, .final, .footer {
    padding-left: 22px; padding-right: 22px;
  }
  .nav__inner { padding: 16px 22px; }
  .brand__logo { height: 32px; max-width: 260px; }

  /* Weeks on tablet/phone ------------------------------------ */
  .modules { padding-top: 88px; padding-bottom: 88px; }
  .modules__title { font-size: 38px; }
  .week { grid-template-columns: 1fr; }
  .week__meta {
    flex-direction: row; align-items: baseline; justify-content: flex-start; gap: 16px;
    padding: 18px 24px;
  }
  .week__num { font-size: 32px; }
  .week__main { padding: 28px 24px; }
  .week__title { font-size: 24px; }
  .week__lede { font-size: 15.5px; }
  .week__lessons { grid-template-columns: 1fr; gap: 9px; }
  .week__lessons li { font-size: 14.5px; }

  /* Urgency band on tablet/phone ----------------------------- */
  .urgency { padding: 64px 22px; }
  .urgency__title { font-size: 30px; margin-bottom: 32px; }
  .urgency__timer { gap: 8px; }
  .urgency__cell { min-width: 0; padding: 16px 8px; flex: 1; }
  .urgency__num { font-size: 52px; }
  .urgency__lbl { font-size: 10px; letter-spacing: 0.22em; }
  .urgency__sep { display: none; }
  .urgency__cta { padding: 18px 28px; width: 100%; justify-content: center; }
  .urgency__note { font-size: 14px; }

  /* Bonuses on tablet/phone ----------------------------------- */
  .bonuses { padding-top: 88px; padding-bottom: 88px; }
  .bonuses__title { font-size: 40px; }
  .bonus-row {
    grid-template-columns: 1fr;
  }
  .bonus-row__stamp {
    flex-direction: row; gap: 14px;
    padding: 18px 24px; justify-content: flex-start;
    text-align: left;
  }
  .bonus-row__stamp--expires {
    border-right: 0;
    border-bottom: 3px dashed var(--phc-gold);
  }
  .bonus-row__stamp--expires::before { top: auto; bottom: -9px; right: auto; left: -9px; }
  .bonus-row__stamp--expires::after  { top: auto; bottom: -9px; right: -9px; left: auto; }
  .bonus-row__stamp-big { font-size: 28px; margin: 0; }
  .bonus-row__stamp-day { margin-top: 0; }
  .bonus-row__stamp-date { font-size: 26px; margin: 0; }
  .bonus-row__stamp-sub { margin-left: auto; }
  .bonus-row__body { padding: 28px 24px; }
  .bonus-row__body h4 { font-size: 22px; }
  .bonus-row__body p { font-size: 15.5px; }
  .bonus-row__value {
    border-left: 0; border-top: 1px solid rgba(15,28,72,0.08);
    padding: 24px 22px;
    flex-direction: row; gap: 14px; flex-wrap: wrap; justify-content: space-between;
  }
  .bonus-row--expiring .bonus-row__value {
    border-top-color: rgba(231,209,127,0.4);
  }
  .bonus-row__value strong { font-size: 36px; margin: 0; }
  .bonus-row__free { text-align: right; max-width: none; flex: 1; }
  .bonuses__divider { padding: 12px 8px; }
  .bonuses__divider-label { font-size: 11px; letter-spacing: 0.22em; }
  .bonuses__total { padding: 28px 32px; }
  .bonuses__total-amt { font-size: 56px; }
  .bonuses__total-slash { font-size: 48px; }
  .bonuses__total-pay { font-size: 56px; }
  .bonuses__total-amt-wrap { align-items: flex-start; }
  .modules__live { flex-wrap: wrap; gap: 8px 12px; padding: 12px 18px; }
  .modules__live-sep { display: none; }
  .modules__live-text { font-size: 13.5px; }

  /* CEO Circle on tablet/phone -------------------------------- */
  .premium { padding-top: 88px; padding-bottom: 88px; }
  .premium__head h3 { font-size: 36px; }
  .premium__sub { font-size: 16.5px; }
  .premium__grid { grid-template-columns: 1fr; gap: 24px; }
  .premium__features { padding: 8px 24px; }
  .premium__features li { padding: 18px 0; }
  .premium__features strong { font-size: 17px; }
  .premium__features span { font-size: 14.5px; }
  .premium__card { padding: 32px 24px; }
  .premium__card-price { font-size: 56px; }
}

  /* Wins on tablet/phone -------------------------------------- */
  .wins { padding-top: 88px; padding-bottom: 88px; }
  .wins__grid { gap: 20px; }
  .win { padding: 32px 26px; gap: 18px; border-radius: 22px; }
  .win--feature { padding: 36px 28px; min-height: 0; gap: 20px; }
  .win__amount { font-size: 68px; }
  .win--feature .win__amount { font-size: 84px; }
  .win__caption { font-size: 20px; line-height: 1.32; }
  .win--feature .win__caption { font-size: 22px; }
  .win__quote { font-size: 16.5px; line-height: 1.55; }
  .win--feature .win__quote { font-size: 17.5px; }
  .win__tag {
    position: static; align-self: flex-start;
    top: auto; right: auto; margin-bottom: 4px;
  }

  /* Timing on tablet/phone ------------------------------------ */
  .timing { padding-top: 88px; padding-bottom: 88px; }
  .timing__grid { gap: 18px; }
  .tcase { padding: 28px 24px; gap: 16px; }
  .tcase__weeks { font-size: 56px; }
  .tcase__story { font-size: 17.5px; line-height: 1.42; }

  /* Videos on tablet/phone ------------------------------------ */
  .videos { padding-top: 88px; padding-bottom: 88px; }
  .videos__grid { gap: 16px; }
  .video { aspect-ratio: 5/4; }
  .video__cap strong { font-size: 20px; }
  .video__cap em { font-size: 14px; }

  /* Featured logos ------------------------------------------- */
  .featured { padding: 38px 22px; }
  .featured__inner { gap: 22px; }
  .featured__label { font-size: 16px; text-align: center; flex-basis: 100%; }
  .featured__logos { gap: 26px 32px; }
  .featured__logo { height: 38px; max-width: 140px; }
  .featured__logo--apha       { height: 42px; }
  .featured__logo--nnphi      { height: 28px; }
  .featured__logo--debeaumont { height: 24px; }
  .featured__logo--sisters    { height: 46px; }
  .featured__logo--wpha       { height: 48px; }
}

@media (max-width: 600px) {

  .hero__countdown { gap: 4px; padding: 10px 12px; }
  .hero__countdown-cell { min-width: 0; padding: 4px 6px; flex: 1; }
  .hero__countdown-num { font-size: 24px; }
  .hero__countdown-lbl { font-size: 9px; letter-spacing: 0.18em; }
  .hero__countdown-sep { font-size: 18px; }
  .hero { padding: 36px 18px 56px; }
  .hero__title { font-size: 38px; line-height: 1.05; }
  .hero__lede { font-size: 16.5px; }
  .hero__ctas { flex-wrap: wrap; gap: 12px; }
  .hero__ctas .btn { width: 100%; justify-content: center; }
  .assurance { font-size: 12.5px; flex-wrap: wrap; justify-content: center; }

  .statband__num { font-size: 76px; line-height: 0.9; }
  .statband__lead { font-size: 19px; line-height: 1.45; margin-bottom: 22px; }
  .statband__sub { grid-template-columns: repeat(3, 1fr); gap: 14px 10px; padding-top: 20px; }
  .statband__sub strong { font-size: 26px; }
  .statband__sub small { font-size: 9.5px; letter-spacing: 0.12em; }

  .objections { padding-top: 72px; padding-bottom: 72px; }
  .objections__title, .objections__bridge, .commit__title, .bonuses__title, .videos__title, .wins__title,
  .timing__title, .modules__title, .quotes__title, .including__title, .whether__title,
  .included__title, .story__title, .faq__title { font-size: 30px; }
  .objections__footer { font-size: 28px; }
  .objections__bridge { font-size: 28px; }

  .videos__lede, .wins__lede, .timing__lede, .modules__lede, .whether__lede, .including__lede, .quotes__lede { font-size: 16.5px; }

  /* Wins on phone -------------------------------------------- */
  .wins { padding-top: 64px; padding-bottom: 64px; }
  .wins__grid { gap: 16px; }
  .win { padding: 28px 22px; gap: 16px; }
  .win--feature { padding: 30px 24px; }
  .win__amount { font-size: 56px; }
  .win--feature .win__amount { font-size: 64px; }
  .win__caption { font-size: 18px; }
  .win--feature .win__caption { font-size: 20px; }
  .win__quote { font-size: 16px; line-height: 1.55; }
  .win--feature .win__quote { font-size: 16.5px; }

  /* Timing on phone ------------------------------------------ */
  .timing { padding-top: 64px; padding-bottom: 64px; }
  .tcase__weeks { font-size: 48px; }
  .tcase__story { font-size: 17px; }

  /* Personas on phone ---------------------------------------- */
  .persona__label { font-size: 21px; padding: 24px 20px; }
  .persona__body { padding: 22px 20px; }
  .persona__body blockquote p { font-size: 16px; }
  .persona__photo { height: 220px; min-height: 220px; }

  /* Videos on phone ------------------------------------------ */
  .videos { padding-top: 64px; padding-bottom: 64px; }
  .video__cap { left: 16px; right: 16px; bottom: 16px; }
  .video__cap strong { font-size: 19px; }
  .video__cap em { font-size: 13.5px; }
  .video__play { width: 60px; height: 60px; font-size: 22px; }

  /* Video modal close button */
  .vid-modal { padding: 24px 12px; }
  .vid-modal__close { top: 8px; right: 8px; }
}

/* ===========================================================
   DOORS OPEN ANNOUNCEMENT MODAL
   =========================================================== */
.doors-modal {
  position: fixed; inset: 0; z-index: 9999;
  background: rgba(15,28,72,0.72);
  display: flex; align-items: center; justify-content: center;
  padding: 32px 20px;
  opacity: 0; pointer-events: none;
  transition: opacity 220ms cubic-bezier(.22,.61,.36,1);
}
.doors-modal--open { opacity: 1; pointer-events: auto; }
.doors-modal__card {
  position: relative;
  width: 100%; max-width: 540px;
  background: var(--phc-white);
  border-radius: 28px;
  padding: 56px 48px 44px;
  text-align: center;
  box-shadow: 0 28px 80px rgba(15,28,72,0.32);
  transform: translateY(16px) scale(0.98);
  transition: transform 320ms cubic-bezier(.22,.61,.36,1);
  border-top: 6px solid var(--phc-gold);
}
.doors-modal--open .doors-modal__card { transform: translateY(0) scale(1); }
.doors-modal__close {
  position: absolute; top: 14px; right: 16px;
  width: 36px; height: 36px;
  background: transparent; border: 0; cursor: pointer;
  font-size: 28px; line-height: 1; color: var(--phc-ink-3);
  border-radius: 50%; transition: color 120ms, background 120ms;
}
.doors-modal__close:hover { color: var(--phc-navy); background: var(--phc-periwinkle-soft); }
.doors-modal__close:focus-visible { outline: 2px solid var(--phc-gold); outline-offset: 2px; }

.doors-modal__stamp {
  display: inline-flex; flex-direction: column; align-items: center;
  padding: 14px 22px 12px;
  background: var(--phc-navy); color: var(--phc-white);
  border-radius: 18px;
  margin-bottom: 26px;
  min-width: 140px;
  box-shadow: 0 10px 24px rgba(15,28,72,0.18);
}
.doors-modal__stamp-eyebrow {
  font-family: var(--font-sans); font-weight: 800;
  font-size: 10.5px; letter-spacing: 0.28em; text-transform: uppercase;
  color: var(--phc-gold);
}
.doors-modal__stamp-day {
  font-family: var(--font-sans); font-weight: 800;
  font-size: 12px; letter-spacing: 0.22em; text-transform: uppercase;
  color: var(--phc-white); margin-top: 8px;
}
.doors-modal__stamp-date {
  font-family: var(--font-title); font-weight: 900;
  font-size: 34px; letter-spacing: -0.02em; line-height: 1;
  color: var(--phc-white); margin: 2px 0 4px;
}
.doors-modal__stamp-year {
  font-family: var(--font-sans); font-weight: 700;
  font-size: 10.5px; letter-spacing: 0.22em; text-transform: uppercase;
  color: rgba(255,255,255,0.65);
}

.doors-modal__eyebrow {
  font-family: var(--font-sans); font-weight: 800;
  font-size: 11.5px; letter-spacing: 0.3em; text-transform: uppercase;
  color: var(--phc-gold-deep);
  margin: 0 0 12px;
}
.doors-modal__title {
  font-family: var(--font-title); font-weight: 900;
  font-size: 34px; line-height: 1.1; letter-spacing: -0.02em;
  color: var(--phc-navy);
  margin: 0 0 16px;
  text-wrap: balance;
}
.doors-modal__title em {
  font-family: var(--font-italic); font-style: italic; font-weight: 500;
  background: linear-gradient(180deg, transparent 0 62%, var(--highlight-mark, rgba(231,209,127,0.55)) 62% 92%, transparent 92%);
  padding: 0 4px;
}
.doors-modal__lede {
  font-family: var(--font-sans); font-size: 16px; line-height: 1.6;
  color: var(--phc-ink-2);
  margin: 0 0 28px;
  text-wrap: pretty;
}
.doors-modal__lede em {
  font-family: var(--font-italic); font-style: italic; font-weight: 500;
  color: var(--phc-navy);
}
.doors-modal__cta {
  display: inline-flex; align-items: center; justify-content: center; gap: 10px;
  background: var(--phc-gold); color: var(--phc-navy);
  font-family: var(--font-sans); font-weight: 800;
  font-size: 14px; letter-spacing: 0.18em; text-transform: uppercase;
  padding: 18px 36px;
  border-radius: 14px;
  text-decoration: none;
  transition: background 120ms, transform 120ms;
  box-shadow: 0 10px 24px rgba(231,209,127,0.4);
}
.doors-modal__cta:hover { background: var(--phc-gold-deep); }
.doors-modal__cta:active { transform: translateY(1px); }
.doors-modal__cta:focus-visible { outline: 2px solid var(--phc-gold); outline-offset: 2px; }
.doors-modal__fine {
  font-family: var(--font-sans); font-size: 12px; letter-spacing: 0.02em;
  color: var(--phc-ink-3);
  margin: 18px 0 0;
}

@media (max-width: 600px) {
  .doors-modal__card { padding: 48px 28px 36px; border-radius: 24px; }
  .doors-modal__title { font-size: 26px; }
  .doors-modal__lede { font-size: 15px; }
  .doors-modal__cta { padding: 16px 24px; font-size: 13px; width: 100%; }
}
@media (prefers-reduced-motion: reduce) {
  .doors-modal, .doors-modal__card { transition: none; }
}
