:root {
  --wine-950: #2f0000;
  --wine-900: #341b1b;
  --wine-850: #4a1414;
  --wine-800: #6b2b1d;
  --gold-500: #c8944a;
  --gold-400: #e5b76e;
  --gold-300: #eadf94;
  --paper-50: #fffdf8;
  --paper-100: #faf6f0;
  --paper-200: #f4ece2;
  --ink-900: #341b1b;
  --ink-700: #6e5544;
  --ink-500: #8e6d57;
  --line-soft: rgba(88, 39, 27, 0.14);
  --line-strong: rgba(255, 238, 214, 0.16);
  --success-500: #4cd964;
  --success-100: #e0ffe5;
  --shadow-soft: 0 22px 60px rgba(42, 12, 12, 0.12);
  --shadow-deep: 0 24px 80px rgba(0, 0, 0, 0.28);
  --radius-lg: 28px;
  --radius-md: 20px;
  --radius-sm: 14px;
  --radius-pill: 999px;
  --container: 1120px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: "Inter", system-ui, sans-serif;
  background: var(--paper-100);
  color: var(--ink-900);
  line-height: 1.5;
  padding-bottom: 104px;
}

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

a {
  color: inherit;
  text-decoration: none;
}

button {
  font: inherit;
}

.container {
  width: min(calc(100% - 32px), var(--container));
  margin: 0 auto;
}

.section {
  padding: 68px 0;
}

.section-light {
  background: var(--paper-50);
}

.section-cream {
  background:
    radial-gradient(circle at top right, rgba(229, 183, 110, 0.18), transparent 28%),
    var(--paper-100);
}

.section-wine {
  background:
    radial-gradient(circle at 20% 0%, rgba(234, 223, 148, 0.12), transparent 30%),
    linear-gradient(180deg, rgba(79, 20, 20, 0.98), rgba(47, 0, 0, 1));
  color: #fff7ef;
}

.hero {
  position: relative;
  overflow: clip;
  padding: 34px 0 78px;
  color: #fff7ef;
  background:
    radial-gradient(circle at top left, rgba(234, 223, 148, 0.16), transparent 24%),
    radial-gradient(circle at 78% 18%, rgba(200, 148, 74, 0.24), transparent 24%),
    linear-gradient(160deg, #341b1b 0%, #2f0000 66%, #4a1414 100%);
}

.hero::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -2px;
  height: 76px;
  background: var(--paper-50);
  clip-path: polygon(0 58%, 100% 0, 100% 100%, 0 100%);
}

main > .section:first-child {
  position: relative;
  margin-top: -2px;
}

.hero-grid,
.identify-grid,
.content-grid,
.offer-grid,
.mentor-grid,
.certificate-grid,
.final-grid {
  display: grid;
  gap: 32px;
  align-items: center;
}

.hero-grid,
.offer-grid,
.mentor-grid,
.certificate-grid,
.final-grid {
  grid-template-columns: 1.08fr 0.92fr;
}

.identify-grid {
  grid-template-columns: 0.9fr 1.1fr;
}

.content-grid {
  grid-template-columns: 1.05fr 0.95fr;
}

.hero-mobile-topbar {
  display: none;
}

.brand-row {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 16px;
  margin-bottom: 20px;
}

.brand-logo {
  width: 180px;
}

.meta-pill,
.day-pill,
.section-kicker {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: var(--radius-pill);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.meta-pill {
  padding: 10px 16px;
  background: rgba(255, 246, 230, 0.1);
  border: 1px solid rgba(255, 228, 190, 0.18);
  color: #fff3de;
}

.event-meta {
  color: rgba(255, 242, 229, 0.76);
}

.event-meta {
  margin: 0 0 14px;
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

.hero-copy h1,
.section-heading h2,
.identify-copy h2,
.offer-copy h2,
.mentor-copy h2,
.certificate-copy h2,
.final-copy h2 {
  margin: 0;
  letter-spacing: -0.05em;
  line-height: 0.96;
}

.hero-copy h1 {
  max-width: 11ch;
  font-size: clamp(38px, 6.8vw, 74px);
}

.hero-lead,
.section-copy,
.identify-copy p,
.offer-copy p,
.mentor-copy p,
.certificate-copy p,
.final-copy p {
  margin: 18px 0 0;
  font-size: 18px;
  line-height: 1.65;
}

.section-light .section-copy,
.section-cream .section-copy {
  color: var(--ink-700);
}

.section-wine .section-copy {
  color: rgba(255, 241, 226, 0.8);
}

.hero-lead {
  max-width: 34rem;
  color: rgba(255, 244, 236, 0.88);
}

.hero-points,
.decision-strip {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 24px;
}

.hero-points span,
.decision-strip span {
  border-radius: var(--radius-pill);
  padding: 10px 14px;
  font-size: 13px;
  font-weight: 700;
}

.hero-points span {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: rgba(255, 247, 238, 0.09);
  border: 1px solid rgba(255, 229, 190, 0.16);
}

.hero-points span::before {
  content: "✕";
  color: #d84c4c;
  font-size: 14px;
  font-weight: 900;
  line-height: 1;
}

.decision-strip span {
  background: var(--success-100);
  color: #22561e;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  align-items: stretch;
  margin-top: 28px;
}

.primary-cta,
.secondary-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 58px;
  border-radius: var(--radius-pill);
  padding: 0 28px;
  font-size: 15px;
  font-weight: 800;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  transition: transform 180ms ease, box-shadow 180ms ease, filter 180ms ease;
}

.primary-cta {
  background: linear-gradient(135deg, var(--gold-300), var(--gold-500));
  color: #381509;
  box-shadow: 0 18px 40px rgba(200, 148, 74, 0.24);
}

.secondary-cta {
  background: var(--wine-900);
  color: #fff5ea;
  box-shadow: var(--shadow-soft);
}

.primary-cta:hover,
.secondary-cta:hover {
  transform: translateY(-2px);
  filter: brightness(1.03);
}

.full-width {
  width: 100%;
}

.hero-proof,
.hero-detail-card,
.stat-card,
.surface-card,
.pain-card,
.day-card,
.pillar-card,
.schedule-card,
.offer-card,
.testimonial-card,
.authority-card,
.reason-card,
.faq-item {
  border-radius: var(--radius-md);
  box-shadow: var(--shadow-soft);
}

.hero-proof {
  min-width: min(100%, 240px);
  padding: 16px 18px;
  border: 1px solid rgba(255, 228, 190, 0.16);
  background: rgba(255, 247, 238, 0.08);
}

.hero-proof strong,
.final-price,
.stat-card strong,
.price-main {
  display: block;
}

.hero-proof strong {
  font-size: 28px;
  line-height: 1;
}

.hero-proof span {
  display: block;
  margin-top: 8px;
  color: rgba(255, 239, 220, 0.74);
  font-size: 13px;
}

.micro-proof,
.day-card ul,
.check-list {
  margin: 22px 0 0;
  padding: 0;
  list-style: none;
}

.micro-proof li,
.day-card li,
.check-list li {
  position: relative;
  padding-left: 28px;
}

.micro-proof li + li,
.day-card li + li,
.check-list li + li {
  margin-top: 12px;
}

.micro-proof li::before,
.day-card li::before,
.check-list li::before {
  content: "•";
  position: absolute;
  left: 10px;
  top: 0;
  color: var(--gold-300);
  font-weight: 800;
}

.portrait-shell {
  position: relative;
  max-width: 520px;
  margin-left: auto;
}

.hero-portrait,
.bio-portrait {
  width: 100%;
  object-fit: cover;
  border-radius: 34px;
  box-shadow: var(--shadow-deep);
}

.hero-portrait-badge {
  display: none;
}

.hero-authority-stack {
  position: absolute;
  left: 24px;
  top: 56%;
  display: grid;
  gap: 10px;
  align-content: start;
  max-width: min(82%, 300px);
  z-index: 2;
}

.hero-authority-badge {
  padding: 12px 16px;
  border-radius: 18px;
  border: 1px solid rgba(255, 228, 190, 0.18);
  background: rgba(61, 18, 18, 0.86);
  color: #fff7ef;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.02em;
  box-shadow: var(--shadow-soft);
}

.section-heading {
  max-width: 740px;
  margin-bottom: 28px;
}

.section-heading-light .section-kicker,
.section-heading-light h2,
.section-heading-light .section-copy {
  color: inherit;
}

.section-kicker,
.day-pill {
  padding: 8px 14px;
}

.section-kicker {
  display: flex;
  width: fit-content;
  max-width: 100%;
  margin-bottom: 24px;
}

.day-pill {
  margin-bottom: 18px;
}

.section-kicker {
  background: rgba(200, 148, 74, 0.12);
  border: 1px solid rgba(200, 148, 74, 0.18);
  color: var(--gold-500);
}

.section-wine .section-kicker,
.day-pill {
  background: rgba(255, 245, 231, 0.08);
  border: 1px solid rgba(255, 228, 190, 0.14);
  color: var(--gold-300);
}

.day-card .day-pill {
  background: rgba(74, 20, 20, 0.08);
  border: 1px solid rgba(74, 20, 20, 0.16);
  color: var(--wine-900);
}

.section-heading h2,
.identify-copy h2,
.offer-copy h2,
.mentor-copy h2,
.certificate-copy h2,
.final-copy h2 {
  font-size: clamp(32px, 5vw, 56px);
}

.identify-copy > h2,
.offer-copy > h2,
.mentor-copy > h2,
.certificate-copy > h2,
.final-copy > h2 {
  margin-top: 18px;
}

.card-grid,
.pain-grid,
.testimonial-grid,
.authority-grid,
.reason-list {
  display: grid;
  gap: 18px;
}

.three-cols {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.pain-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.testimonial-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.testimonial-grid-featured {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.surface-card,
.day-card,
.schedule-card,
.offer-card,
.authority-card {
  border: 1px solid var(--line-soft);
  background: rgba(255, 255, 255, 0.76);
}

.surface-card,
.pain-card,
.day-card,
.schedule-card,
.offer-card,
.faq-item,
.reason-card {
  padding: 24px;
}

.surface-card h3,
.pain-card h3,
.day-card h3,
.offer-card h3,
.reason-card h3,
.pillar-card h3,
.testimonial-card h3 {
  margin: 0 0 10px;
  font-size: 23px;
  line-height: 1.12;
}

.surface-card p,
.pain-card p,
.day-card p,
.offer-card p,
.reason-card p,
.pillar-card p,
.testimonial-card p,
.authority-card span {
  margin: 0;
  color: var(--ink-700);
}

.card-number {
  display: inline-flex;
  margin-bottom: 14px;
  color: var(--gold-500);
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.18em;
}

.pain-card,
.testimonial-card,
.faq-item,
.reason-card {
  border: 1px solid var(--line-strong);
  background: rgba(255, 248, 239, 0.08);
}

.pain-card p,
.testimonial-card p,
.faq-answer p,
.reason-card p {
  color: rgba(255, 241, 226, 0.8);
}

.day-stack,
.pillar-stack {
  display: grid;
  gap: 18px;
}

.pillar-card {
  display: grid;
  grid-template-columns: 112px 1fr;
  gap: 18px;
  align-items: center;
  padding: 18px;
  border: 1px solid var(--line-soft);
  background: rgba(255, 255, 255, 0.82);
}

.pillar-card img {
  width: 112px;
  height: 112px;
  object-fit: cover;
  border-radius: 16px;
}

.schedule-shell {
  display: grid;
  gap: 20px;
  padding: 28px;
  border: 1px solid var(--line-soft);
  border-radius: var(--radius-lg);
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.76), rgba(244, 236, 226, 0.84));
  box-shadow: var(--shadow-soft);
}

.schedule-heading {
  display: flex;
  align-items: flex-start;
}

.schedule-heading .section-kicker {
  margin-bottom: 0;
}

.schedule-card {
  padding: 22px 24px;
  border: 1px solid var(--line-soft);
  border-radius: 28px;
  background: rgba(255, 255, 255, 0.68);
}

.schedule-list {
  position: relative;
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 16px;
  margin: 0;
  padding: 0 0 6px;
  list-style: none;
}

.schedule-list::before {
  content: "";
  position: absolute;
  left: 7%;
  right: 7%;
  top: 70px;
  height: 2px;
  border-radius: 999px;
  background: linear-gradient(90deg, rgba(200, 148, 74, 0.16), rgba(200, 148, 74, 0.5), rgba(200, 148, 74, 0.16));
}

.schedule-list li {
  position: relative;
  display: grid;
  gap: 14px;
  justify-items: center;
  padding: 0;
  text-align: center;
}

.schedule-list li::before {
  content: "";
  width: 16px;
  height: 16px;
  border-radius: 999px;
  border: 4px solid rgba(200, 148, 74, 0.52);
  background: var(--paper-50);
  box-shadow: 0 0 0 8px rgba(255, 255, 255, 0.7);
  z-index: 1;
}

.schedule-list strong,
.schedule-list span {
  display: grid;
  justify-items: center;
  width: 100%;
  padding: 0 6px;
}

.schedule-list strong {
  font-size: 26px;
  line-height: 1;
  color: var(--wine-900);
}

.schedule-list span,
.schedule-note {
  color: var(--ink-700);
}

.schedule-list span {
  font-size: 15px;
}

.schedule-note {
  display: block;
  margin-top: 20px;
  text-align: center;
}

.testimonial-card {
  padding: 18px;
  text-align: left;
}

.video-trigger {
  display: block;
  width: 100%;
  padding: 0;
  border: 0;
  background: transparent;
  color: inherit;
  text-align: left;
  cursor: pointer;
}

.video-thumb {
  position: relative;
  display: block;
  margin-bottom: 16px;
}

.testimonial-card img {
  width: 100%;
  aspect-ratio: 1 / 1;
  object-fit: cover;
  border-radius: 18px;
}

.play-badge {
  position: absolute;
  right: 16px;
  bottom: 16px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 54px;
  height: 54px;
  border-radius: 999px;
  background: rgba(0, 0, 0, 0.62);
  color: #fff;
  font-size: 20px;
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.26);
}

.offer-grid {
  align-items: start;
}

.offer-card {
  position: sticky;
  top: 24px;
  padding: 28px;
  scroll-margin-top: 120px;
}

.offer-compare {
  margin: 0 0 16px;
  color: var(--ink-700);
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  line-height: 1.6;
}

.price-stack {
  display: grid;
  gap: 10px;
  margin-bottom: 20px;
}

.price-anchor {
  color: var(--ink-700);
  font-size: 14px;
  line-height: 1.5;
}

.price-old {
  color: var(--ink-500);
  text-decoration: line-through;
  font-size: 16px;
}

.price-main {
  font-size: clamp(52px, 8vw, 82px);
  color: var(--wine-900);
  line-height: 0.94;
}

.price-caption {
  display: block;
  margin-top: 6px;
  color: var(--ink-700);
  font-size: 14px;
}

.sales-meter {
  margin-top: 18px;
}

.sales-meter-track {
  overflow: hidden;
  width: 100%;
  height: 12px;
  border-radius: 999px;
  background: rgba(53, 27, 27, 0.1);
}

.sales-meter-fill {
  display: block;
  height: 100%;
  border-radius: 999px;
  background: linear-gradient(135deg, var(--gold-300), var(--gold-500));
}

.sales-meter p,
.offer-note {
  margin: 10px 0 0;
  color: var(--ink-700);
  font-size: 14px;
}

.offer-note {
  margin-top: 18px;
}

.authority-grid {
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr) minmax(0, 1.1fr);
  margin-top: 24px;
}

.authority-card {
  padding: 22px;
}

.authority-card strong {
  display: block;
  margin-bottom: 10px;
  font-size: clamp(22px, 2vw, 24px);
  line-height: 1.12;
  white-space: normal;
  color: var(--wine-900);
}

.authority-card--results strong {
  font-size: clamp(20px, 1.8vw, 22px);
  line-height: 1.08;
}

.authority-card span {
  display: block;
  line-height: 1.55;
}

.certificate-grid {
  align-items: center;
}

.certificate-visual img {
  width: 100%;
  border-radius: 28px;
  box-shadow: var(--shadow-soft);
}

.certificate-copy .secondary-cta {
  margin-top: 24px;
  background: linear-gradient(135deg, var(--gold-300), var(--gold-500));
  color: #381509;
  box-shadow: 0 18px 40px rgba(200, 148, 74, 0.24);
}

.faq-list {
  display: grid;
  gap: 14px;
}

.faq-item {
  overflow: hidden;
}

.faq-trigger {
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 0;
  border: 0;
  color: #fff7ef;
  background: transparent;
  cursor: pointer;
  text-align: left;
  font-size: 18px;
  font-weight: 700;
}

.faq-answer {
  max-height: 0;
  overflow: hidden;
  transition: max-height 240ms ease;
}

.faq-item.open .faq-answer {
  max-height: 320px;
}

.faq-answer p {
  margin-top: 14px;
}

.final-push {
  background:
    radial-gradient(circle at top left, rgba(234, 223, 148, 0.16), transparent 26%),
    linear-gradient(160deg, #2f0000 0%, #4a1414 100%);
  color: #fff7ef;
}

.reason-list {
  grid-template-columns: 1fr;
}

.final-offer {
  padding: 28px;
  border-radius: 28px;
  border: 1px solid var(--line-strong);
  background: rgba(255, 248, 239, 0.08);
  box-shadow: var(--shadow-deep);
}

.final-price {
  margin: 26px 0 18px;
  font-size: clamp(50px, 8vw, 82px);
  line-height: 0.94;
  color: var(--gold-300);
}

.video-modal {
  position: fixed;
  inset: 0;
  z-index: 40;
  display: none;
}

.video-modal.is-open {
  display: block;
}

.video-modal-backdrop {
  position: absolute;
  inset: 0;
  background: rgba(20, 6, 6, 0.76);
  backdrop-filter: blur(8px);
}

.video-modal-dialog {
  position: relative;
  z-index: 1;
  width: min(calc(100% - 24px), 860px);
  margin: 6vh auto 0;
  padding: 22px;
  border-radius: 24px;
  background: var(--paper-50);
  box-shadow: var(--shadow-deep);
}

.video-modal-close {
  position: absolute;
  top: 12px;
  right: 16px;
  border: 0;
  background: transparent;
  color: var(--ink-900);
  font-size: 34px;
  cursor: pointer;
}

.video-modal-title {
  margin: 0 0 18px;
  padding-right: 42px;
  color: var(--ink-900);
  font-size: 18px;
  font-weight: 700;
}

.video-modal-player {
  width: 100%;
  max-height: 75vh;
  border-radius: 18px;
  background: #000;
}

.sticky-checkout {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 20;
  padding: 12px 16px 16px;
  background: linear-gradient(180deg, rgba(47, 0, 0, 0), rgba(47, 0, 0, 0.86) 42%, rgba(47, 0, 0, 0.98));
  opacity: 1;
  transform: translateY(0);
  pointer-events: auto;
}

.sticky-inner {
  display: grid;
  grid-template-columns: minmax(240px, 312px) auto minmax(260px, 360px);
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  width: min(calc(100% - 12px), 1080px);
  margin: 0 auto;
  padding: 18px 24px;
  border: 1px solid rgba(255, 228, 190, 0.14);
  border-radius: 24px;
  background: rgba(255, 246, 231, 0.08);
  backdrop-filter: blur(16px);
}

.sticky-cta {
  min-width: 250px;
  justify-self: start;
}

.sticky-price {
  display: grid;
  gap: 8px;
  justify-items: center;
  text-align: center;
}

.sticky-price strong {
  display: block;
  color: #fff7ef;
  font-size: 34px;
  line-height: 0.95;
}

.sticky-price span,
.sticky-progress span {
  display: block;
  color: rgba(255, 238, 214, 0.78);
  font-size: 13px;
}

.sticky-progress {
  display: grid;
  gap: 10px;
  width: min(100%, 340px);
  justify-self: end;
}

.sticky-progress .sales-meter-track {
  height: 20px;
  background: rgba(255, 255, 255, 0.88);
}

.reveal {
  opacity: 0;
  transform: translateY(24px);
  transition: opacity 500ms ease, transform 500ms ease;
}

.reveal.is-visible {
  opacity: 1;
  transform: translateY(0);
}

@media (max-width: 1080px) {
  .hero-grid,
  .identify-grid,
  .content-grid,
  .offer-grid,
  .mentor-grid,
  .certificate-grid,
  .final-grid,
  .schedule-shell {
    grid-template-columns: 1fr;
  }

  .hero-copy h1 {
    max-width: 100%;
  }

  .portrait-shell {
    margin: 0 auto;
  }

  .offer-card {
    position: relative;
    top: auto;
  }

  .testimonial-grid,
  .testimonial-grid-featured,
  .authority-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 800px) {
  body {
    padding-bottom: 132px;
  }

  .section {
    padding: 52px 0;
  }

  .hero {
    padding: 18px 0 48px;
  }

  .hero::after {
    height: 48px;
  }

  .hero-grid {
    gap: 14px;
  }

  .hero-mobile-topbar {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    margin-bottom: 12px;
  }

  .hero-mobile-logo {
    width: 88px;
  }

  .section-kicker {
    margin-bottom: 26px;
  }

  .offer-copy .section-kicker {
    font-size: 10px;
    letter-spacing: 0.06em;
    padding-inline: 12px;
  }

  .hero-mobile-speaker {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 0.02em;
    color: #fff7ef;
  }

  .hero-mobile-avatar {
    width: 32px;
    height: 32px;
    border-radius: 999px;
    object-fit: cover;
    object-position: center top;
  }

  .brand-row {
    display: none;
  }

  .brand-logo {
    width: 156px;
  }

  .event-meta {
    display: none;
  }

  .hero-visual {
    order: -1;
    gap: 8px;
  }

  .hero-copy h1 {
    font-size: clamp(28px, 10.6vw, 42px);
    line-height: 0.98;
  }

  .hero-lead {
    margin-top: 14px;
  }

  .hero-lead,
  .section-copy,
  .identify-copy p,
  .offer-copy p,
  .mentor-copy p,
  .certificate-copy p,
  .final-copy p {
    font-size: 16px;
  }

  .hero-actions {
    display: none;
  }

  .identify-copy > h2,
  .offer-copy > h2,
  .mentor-copy > h2,
  .certificate-copy > h2,
  .final-copy > h2 {
    margin-top: 22px;
  }

  .hero-proof,
  .primary-cta,
  .secondary-cta {
    width: 100%;
  }

  .offer-card .primary-cta {
    padding-inline: 18px;
    font-size: 13px;
    white-space: nowrap;
  }

  .hero-stats,
  .three-cols,
  .pain-grid,
  .testimonial-grid,
  .testimonial-grid-featured,
  .authority-grid,
  .schedule-list {
    grid-template-columns: 1fr;
  }

  .schedule-card {
    padding: 20px;
  }

  .schedule-list {
    gap: 14px;
    padding: 0;
  }

  .schedule-list::before {
    display: none;
  }

  .schedule-list li {
    gap: 8px;
    justify-items: start;
    padding: 16px;
    text-align: left;
    border-radius: 16px;
    background: rgba(255, 255, 255, 0.72);
    border: 1px solid var(--line-soft);
  }

  .schedule-list li::before {
    display: none;
  }

  .schedule-list strong,
  .schedule-list span {
    justify-items: start;
    padding: 0;
  }

  .schedule-list strong {
    font-size: 22px;
  }

  .schedule-list span {
    font-size: 16px;
  }

  .schedule-note {
    text-align: left;
  }

  .portrait-shell {
    max-width: min(100%, 300px);
    aspect-ratio: 0.86 / 1;
    overflow: hidden;
    border-radius: 28px;
  }

  .hero-portrait {
    height: 100%;
    object-position: center top;
  }

  .hero-portrait-badge {
    position: absolute;
    left: 50%;
    bottom: 18px;
    display: inline-flex;
    justify-content: center;
    width: calc(100% - 24px);
    max-width: 284px;
    transform: translateX(-50%);
    padding: 10px 14px;
    border-radius: 999px;
    border: 1px solid rgba(255, 228, 190, 0.18);
    background: rgba(61, 18, 18, 0.84);
    color: #fff4e5;
    font-size: 11px;
    font-weight: 800;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    white-space: nowrap;
    backdrop-filter: blur(12px);
  }

  .hero-authority-stack {
    display: none;
  }

  .pillar-card {
    grid-template-columns: 1fr;
  }

  .pillar-card img {
    width: 100%;
    height: auto;
    aspect-ratio: 16 / 10;
  }

  .sticky-checkout {
    padding: 10px 12px 12px;
  }

  .sticky-inner {
    grid-template-columns: 1fr;
    gap: 10px;
    text-align: center;
    padding: 12px 14px;
    border-radius: 20px;
  }

  .sticky-price {
    display: none;
  }

  .sticky-progress {
    display: grid;
    order: 2;
    gap: 8px;
    width: 100%;
    justify-self: stretch;
  }

  .sticky-progress span {
    display: block;
    font-size: 11px;
  }

  .sticky-progress .sales-meter-track {
    height: 8px;
  }

  .sticky-cta {
    order: 1;
    min-height: 50px;
    font-size: 14px;
    min-width: 0;
    width: 100%;
    justify-self: stretch;
  }

  .video-modal-dialog {
    margin-top: 8vh;
    padding: 18px;
  }
}
