  /* Apfel Grotezk - Fontsource (OFL, by Luigi Gorlero) */
  @font-face {
    font-family: 'Apfel Grotezk';
    src: url('https://cdn.jsdelivr.net/npm/@fontsource/apfel-grotezk/files/apfel-grotezk-latin-400-normal.woff2') format('woff2');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
  }
  @font-face {
    font-family: 'Apfel Grotezk';
    src: url('https://cdn.jsdelivr.net/npm/@fontsource/apfel-grotezk/files/apfel-grotezk-latin-700-normal.woff2') format('woff2');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
  }
  /* No 500/600 cuts shipped - fall back to 400 (browser will render normal) */
  @font-face {
    font-family: 'Apfel Grotezk';
    src: url('https://cdn.jsdelivr.net/npm/@fontsource/apfel-grotezk/files/apfel-grotezk-latin-400-normal.woff2') format('woff2');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
  }
  @font-face {
    font-family: 'Apfel Grotezk';
    src: url('https://cdn.jsdelivr.net/npm/@fontsource/apfel-grotezk/files/apfel-grotezk-latin-700-normal.woff2') format('woff2');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
  }
  :root {
    --purple: #5B2BD0;          /* bright readable purple */
    --purple-deep: #3F1A9E;
    --purple-glow: #7C4DEC;
    --purple-tint: rgba(255,255,255,0.10);
    --ink: #ffffff;
    --ink-soft: rgba(255,255,255,0.85);
    --black: #0E0E12;
    --gray-1: #F7F6FB;
    --gray-2: #2A2A33;
    --gray-3: #6B6B76;
    --gray-4: #B8B8C2;
    --green: #0EA86B;
    --green-deep: #0B7C50;
    --green-glow: rgba(14,168,107,0.35);
    --red: #B91C1C;
    --yellow: #F5C518;
    --display: 'Apfel Grotezk', -apple-system, BlinkMacSystemFont, system-ui, sans-serif;
    --sans: 'Apfel Grotezk', -apple-system, BlinkMacSystemFont, system-ui, sans-serif;
    --display-alt: 'Apfel Grotezk Brukt', 'Apfel Grotezk', system-ui, sans-serif;
  }
  * { box-sizing: border-box; margin: 0; padding: 0; }
  html, body { background: var(--purple); }
  body {
    font-family: var(--sans);
    color: var(--ink);
    line-height: 1.5;
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
    font-size: 17px;
    font-weight: 400;
    padding-bottom: 96px;
    padding-top: 44px;
  }
  h1, h2, h3, h4 {
    font-family: var(--display);
    font-weight: 700;
    letter-spacing: -0.025em;
    font-optical-sizing: auto;
  }

  /* ===== STICKY TOP BANNER ===== */
  .sticky-top {
    position: fixed; top: 0; left: 0; right: 0; z-index: 100;
    background: var(--black);
    color: white;
    text-align: center;
    padding: 12px 16px;
    font-size: 13.5px; font-weight: 500;
    letter-spacing: 0.02em;
    border-bottom: 1px solid rgba(255,255,255,0.08);
    display: flex; align-items: center; justify-content: center; gap: 8px;
  }
  .sticky-top svg { flex: none; opacity: 0.9; }
  @media (max-width: 480px) { .sticky-top { font-size: 12px; padding: 10px 10px; } }

  /* ===== STICKY BOTTOM CTA - visual, full-width green, big timer ===== */
  .sticky-bottom {
    position: fixed; bottom: 0; left: 0; right: 0; z-index: 100;
    background: rgba(255,255,255,0.98);
    backdrop-filter: saturate(140%) blur(10px);
    -webkit-backdrop-filter: saturate(140%) blur(10px);
    border-top: 1px solid rgba(0,0,0,0.08);
    padding: 12px 16px calc(12px + env(safe-area-inset-bottom));
    box-shadow: 0 -8px 28px rgba(15,15,30,0.10);
  }
  .sticky-bottom-inner {
    max-width: 720px; margin: 0 auto;
    display: flex; flex-direction: column; gap: 8px;
  }
  .sticky-status {
    display: flex; align-items: center; justify-content: space-between;
    gap: 12px;
    line-height: 1.2;
  }
  .sticky-status .seats {
    color: var(--red);
    font-weight: 700;
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    display: inline-flex; align-items: center; gap: 8px;
  }
  .sticky-status .seats .pulse {
    width: 8px; height: 8px; border-radius: 50%;
    background: var(--red);
    box-shadow: 0 0 0 4px rgba(185,28,28,0.18);
    animation: pulse 1.6s infinite;
  }
  .sticky-status .timer {
    color: var(--black);
    font-weight: 700;
    font-size: 18px;
    font-variant-numeric: tabular-nums;
    letter-spacing: 0.02em;
    display: inline-flex; align-items: center; gap: 8px;
  }
  .sticky-status .timer .lbl {
    color: var(--gray-3);
    font-weight: 500;
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: 0.10em;
  }
  .btn-cta-mini {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    background: var(--green);
    color: white;
    font-weight: 700;
    padding: 14px 18px;
    border-radius: 999px;
    border: none;
    font-size: 16px;
    font-family: inherit;
    text-decoration: none;
    cursor: pointer;
    width: 100%;
    line-height: 1;
    box-shadow:
      0 1px 0 rgba(255,255,255,0.18) inset,
      0 -1px 0 rgba(0,0,0,0.20) inset,
      0 6px 18px rgba(14,168,107,0.42),
      0 2px 4px rgba(14,168,107,0.28);
    transition: background 0.18s, box-shadow 0.18s, transform 0.18s;
  }
  .btn-cta-mini:hover { background: #12BD78; transform: translateY(-1px); box-shadow: 0 1px 0 rgba(255,255,255,0.22) inset, 0 -1px 0 rgba(0,0,0,0.20) inset, 0 10px 24px rgba(14,168,107,0.50), 0 3px 6px rgba(14,168,107,0.32); }
  .btn-cta-mini .label {
    font-weight: 700;
    font-size: 15px;
    letter-spacing: 0.01em;
    flex: none;
  }
  .btn-cta-mini .price {
    display: inline-flex; align-items: baseline; gap: 8px;
    flex: none;
    margin-left: auto;
    line-height: 1;
  }
  .btn-cta-mini .price .strike {
    text-decoration: line-through;
    text-decoration-color: rgba(255,255,255,0.85);
    text-decoration-thickness: 2px;
    color: rgba(255,255,255,0.75);
    font-weight: 500;
    font-size: 15px;
  }
  .btn-cta-mini .price .new-price {
    font-family: var(--display);
    font-weight: 700;
    font-size: 24px;
    letter-spacing: -0.01em;
    color: var(--yellow);
    text-shadow: 0 1px 0 rgba(0,0,0,0.10);
  }
  .btn-cta-mini .arrow-wrap {
    display: inline-flex; align-items: center; justify-content: center;
    width: 28px; height: 28px;
    border-radius: 50%;
    background: rgba(255,255,255,0.18);
    flex: none;
    transition: transform 0.2s, background 0.2s;
  }
  .btn-cta-mini:hover .arrow-wrap { background: rgba(255,255,255,0.28); transform: translateX(2px); }
  .btn-cta-mini svg { flex: none; }
  @media (max-width: 480px) {
    .sticky-bottom { padding: 10px 12px calc(10px + env(safe-area-inset-bottom)); }
    .btn-cta-mini { padding: 12px 14px; gap: 8px; }
    .btn-cta-mini .label { font-size: 14px; }
    .btn-cta-mini .price .new-price { font-size: 21px; }
    .btn-cta-mini .price .strike { font-size: 13px; }
    .btn-cta-mini .arrow-wrap { width: 24px; height: 24px; }
    .btn-cta-mini .arrow-wrap svg { width: 13px; height: 13px; }
    .sticky-status .timer { font-size: 15px; }
    .sticky-status .timer .lbl { font-size: 10px; }
    .sticky-status .seats { font-size: 11px; }
  }

  /* ===== CTA BUTTON (BIG) - emerald, eye-catchy but refined ===== */
  .btn-cta {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    background: var(--green);
    color: white;
    text-decoration: none;
    font-family: var(--sans);
    font-weight: 700;
    font-size: 17.5px;
    padding: 20px 28px;
    border-radius: 999px;
    border: none;
    cursor: pointer;
    letter-spacing: 0.005em;
    line-height: 1;
    width: 100%;
    max-width: 460px;
    text-align: center;
    box-shadow:
      0 1px 0 rgba(255,255,255,0.16) inset,
      0 -1px 0 rgba(0,0,0,0.20) inset,
      0 8px 22px rgba(14,168,107,0.40),
      0 2px 6px rgba(14,168,107,0.28);
    transition: background 0.18s ease, box-shadow 0.18s ease, transform 0.18s ease;
    position: relative;
  }
  .btn-cta:hover {
    transform: translateY(-1px);
    background: #12BD78;
    box-shadow:
      0 1px 0 rgba(255,255,255,0.20) inset,
      0 -1px 0 rgba(0,0,0,0.20) inset,
      0 14px 30px rgba(14,168,107,0.50),
      0 4px 10px rgba(14,168,107,0.32);
  }
  .btn-cta:active { transform: translateY(0); box-shadow: inset 0 2px 4px rgba(0,0,0,0.20), 0 4px 12px rgba(14,168,107,0.36); }
  .btn-cta .strike { text-decoration: line-through; opacity: 0.7; font-weight: 500; margin-right: 4px; font-size: 0.85em; }
  .btn-cta .arrow {
    transition: transform 0.2s, background 0.2s;
    display: inline-flex; align-items: center; justify-content: center;
    width: 24px; height: 24px;
    border-radius: 50%;
    background: rgba(255,255,255,0.22);
  }
  .btn-cta:hover .arrow { transform: translateX(3px); background: rgba(255,255,255,0.32); }

  .seats-left {
    margin-top: 0;
    font-weight: 500;
    font-size: 13.5px;
    color: rgba(255,255,255,0.78);
    letter-spacing: 0.01em;
    display: inline-flex; align-items: center; gap: 8px;
  }
  .seats-left .dot {
    width: 8px; height: 8px; border-radius: 50%;
    background: #F87171;
    box-shadow: 0 0 0 4px rgba(248,113,113,0.18);
    animation: pulse 1.6s infinite;
  }
  @keyframes pulse { 0%,100% { opacity: 1; } 50% { opacity: 0.4; } }
  .seats-left strong { color: #FCA5A5; font-weight: 600; }
  .section-white .seats-left strong { color: var(--red); }
  .seats-left .dot {
    width: 8px; height: 8px; border-radius: 50%;
    background: #F87171;
    box-shadow: 0 0 0 4px rgba(248,113,113,0.18);
    animation: pulse 1.6s infinite;
  }
  @keyframes pulse { 0%,100% { opacity: 1; } 50% { opacity: 0.4; } }
  .section-white .seats-left { color: var(--gray-3); }
  .section-white .seats-left .dot { background: var(--red); box-shadow: 0 0 0 4px rgba(185,28,28,0.15); }

  /* ===== SECTIONS ===== */
  section.lp {
    padding: 60px 20px;
    position: relative;
  }
  .section-purple { background: var(--purple); color: white; }
  .section-white { background: white; color: var(--black); }
  .container { max-width: 720px; margin: 0 auto; }

  /* Type scale */
  .h-hero {
    font-family: var(--display);
    font-size: clamp(38px, 7.5vw, 56px);
    font-weight: 600;
    line-height: 1.02;
    letter-spacing: -0.025em;
  }
  .h-section {
    font-family: var(--display);
    font-size: clamp(28px, 5.2vw, 40px);
    text-align: center;
    margin: 0 auto 28px;
    max-width: 720px;
    font-weight: 600;
    line-height: 1.05;
    letter-spacing: -0.02em;
  }
  .h-sub {
    font-family: var(--sans);
    font-size: clamp(17px, 3.4vw, 20px);
    font-weight: 400;
    line-height: 1.5;
  }
  .body-lg {
    font-family: var(--sans);
    font-size: clamp(16px, 3vw, 18px);
    font-weight: 400;
    line-height: 1.6;
  }
  .body-lg strong { font-weight: 600; }
  em.accent { font-family: var(--display); font-style: italic; font-weight: 500; }

  /* ===== HERO (page 1) ===== */
  section.lp.hero { padding-top: 24px; padding-bottom: 56px; text-align: center; }
  .hero h1 { margin-bottom: 18px; }
  .hero .sub { max-width: 620px; margin: 0 auto 14px; font-weight: 700; font-size: clamp(18px, 3.6vw, 22px); line-height: 1.4; color: white; }
  .hero .sub strong { font-weight: 800; color: var(--yellow); }
  .hero .micro {
    max-width: 540px;
    margin: 0 auto 28px;
    font-size: clamp(13px, 2.6vw, 14.5px);
    font-weight: 400;
    color: rgba(255,255,255,0.78);
    line-height: 1.45;
  }
  .hero .micro strong { color: white; font-weight: 600; }
  .hero-image {
    width: 100%; max-width: 600px;
    margin: 0 auto 28px;
    background: white;
    border: 1px solid rgba(255,255,255,0.18);
    border-radius: 14px;
    overflow: hidden;
    position: relative;
    box-shadow: 0 20px 60px rgba(0,0,0,0.32);
  }
  .hero-image img {
    width: 100%; height: auto;
    object-fit: cover;
    display: block;
  }
  .hero .after-image { max-width: 540px; margin: 0 auto 32px; }

  /* Stats row */
  .stats-row {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    max-width: 600px;
    margin: 0 auto 32px;
    border-top: 1px solid rgba(255,255,255,0.18);
    border-bottom: 1px solid rgba(255,255,255,0.18);
    padding: 22px 0;
  }
  .stats-row .stat {
    text-align: center;
    padding: 0 12px;
    border-right: 1px solid rgba(255,255,255,0.18);
    font-weight: 400;
    font-size: clamp(12px, 2.4vw, 13.5px);
    line-height: 1.35;
    color: rgba(255,255,255,0.78);
    letter-spacing: 0.01em;
  }
  .stats-row .stat:last-child { border-right: none; }
  .stats-row .stat strong {
    display: block;
    font-family: var(--display);
    font-size: clamp(22px, 4.2vw, 28px);
    font-weight: 600;
    margin-bottom: 4px;
    color: white;
    letter-spacing: -0.015em;
  }

  /* ===== PAGE 2 - TRIED LIST (white bg) ===== */
  .tried-block { text-align: center; }
  .tried-row {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 14px;
    flex-wrap: nowrap;
    margin: 0 auto 28px;
    font-size: clamp(28px, 6vw, 44px);
    font-weight: 900;
    line-height: 1.1;
    text-align: center;
  }
  .tried-row { font-family: var(--display); font-weight: 600; }
  .tried-row .label { color: var(--black); white-space: nowrap; }
  .tried-slider {
    display: inline-block;
    height: 1.15em;
    overflow: hidden;
    position: relative;
    color: var(--purple);
    font-family: var(--display);
    font-style: italic;
    font-weight: 600;
    min-width: 0;
    text-align: center;
  }
  .tried-slider .slot {
    display: flex;
    flex-direction: column;
    animation: slideTried 10s infinite;
  }
  .tried-slider .slot span {
    height: 1.15em;
    line-height: 1.15;
    display: block;
    white-space: nowrap;
    text-align: center;
  }
  @keyframes slideTried {
    0%, 18%   { transform: translateY(0); }
    20%, 38%  { transform: translateY(-1.15em); }
    40%, 58%  { transform: translateY(-2.30em); }
    60%, 78%  { transform: translateY(-3.45em); }
    80%, 98%  { transform: translateY(-4.60em); }
    100%      { transform: translateY(-5.75em); }
  }

  .understand-text {
    max-width: 680px; margin: 0 auto 28px;
    color: var(--black);
    font-size: clamp(22px, 4.2vw, 28px);
    line-height: 1.45;
    font-weight: 500;
    text-align: center;
  }
  .understand-text em { font-family: var(--display); color: var(--purple); font-style: italic; font-weight: 600; }

  .webinar-image {
    width: 100%; max-width: 560px;
    margin: 0 auto 24px;
    aspect-ratio: 16/10;
    background: linear-gradient(135deg, #ede9fe, #c4b5fd);
    border: 1px solid rgba(91,43,208,0.20);
    border-radius: 12px;
    display: flex; align-items: center; justify-content: center;
    color: var(--purple-deep);
    font-weight: 500; font-size: 12px;
    text-transform: uppercase; letter-spacing: 0.12em;
  }

  .mentor-image {
    width: 100%; max-width: 560px;
    margin: 0 auto 28px;
    border-radius: 14px;
    overflow: hidden;
    border: 1px solid rgba(14,14,18,0.10);
    box-shadow: 0 1px 2px rgba(15,15,30,0.04), 0 14px 36px rgba(15,15,30,0.10);
    background: #0a0a0d;
  }
  .mentor-image img {
    display: block;
    width: 100%; height: auto;
  }

  /* ===== PROBLEM CALLOUT ===== */
  .problem-callout {
    width: 100%; max-width: 560px;
    margin: 0 auto 28px;
    text-align: left;
  }
  .problem-callout .pc-eyebrow {
    display: inline-flex; align-items: center; gap: 8px;
    font-size: 11.5px; font-weight: 600;
    letter-spacing: 0.12em; text-transform: uppercase;
    color: var(--red); margin-bottom: 14px;
  }
  .problem-callout .pc-eyebrow::before {
    content: ''; width: 6px; height: 6px; border-radius: 50%;
    background: var(--red);
    box-shadow: 0 0 0 4px rgba(185,28,28,0.14);
  }
  .problem-callout .pc-title {
    font-family: var(--display); font-weight: 600;
    font-size: clamp(20px, 4.4vw, 26px);
    line-height: 1.2; color: var(--black);
    letter-spacing: -0.015em; margin-bottom: 18px;
    text-wrap: balance;
  }
  .problem-callout .pc-title em {
    font-style: italic; color: var(--purple); font-weight: 600;
  }
  .pc-list {
    list-style: none;
    background: white;
    border: 1px solid rgba(14,14,18,0.10);
    border-radius: 14px;
    padding: 6px 22px;
    box-shadow: 0 1px 2px rgba(15,15,30,0.04), 0 12px 28px rgba(15,15,30,0.06);
    margin-bottom: 18px;
  }
  .pc-list li {
    padding: 14px 0 14px 32px;
    position: relative;
    font-size: clamp(14.5px, 2.9vw, 16px);
    line-height: 1.5;
    color: var(--gray-2);
    border-bottom: 1px solid #efeff3;
    text-align: left;
  }
  .pc-list li:last-child { border-bottom: none; }
  .pc-list li strong { color: var(--black); font-weight: 600; }
  .pc-list li::before {
    content: '';
    position: absolute; left: 0; top: 17px;
    width: 18px; height: 18px;
    background-repeat: no-repeat; background-size: contain;
    background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23B91C1C' stroke-width='2.5' stroke-linecap='round' stroke-linejoin='round'><line x1='18' y1='6' x2='6' y2='18'/><line x1='6' y1='6' x2='18' y2='18'/></svg>");
  }
  .pc-divider {
    display: flex; align-items: center; gap: 10px;
    margin: 18px 0 14px;
  }
  .pc-divider::before, .pc-divider::after {
    content: ''; flex: 1; height: 1px;
    background: rgba(14,14,18,0.12);
  }
  .pc-divider span {
    font-family: var(--display);
    font-style: italic; font-weight: 600;
    font-size: 15px; color: var(--purple);
  }
  .pc-list.is-good {
    background: linear-gradient(180deg, #f4fbf7 0%, #ffffff 100%);
    border-color: rgba(14,168,107,0.22);
  }
  .pc-list.is-good li::before {
    background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%230EA86B' stroke-width='2.8' stroke-linecap='round' stroke-linejoin='round'><polyline points='20 6 9 17 4 12'/></svg>");
  }

  /* details grid */
  .details-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 12px;
    max-width: 560px;
    margin: 0 auto 32px;
    padding: 18px;
    background: linear-gradient(135deg, #f5f0ff 0%, #ede4ff 100%);
    border-radius: 16px;
    border: 1px solid rgba(91,43,208,0.16);
  }
  .detail-card {
    border: 1px solid rgba(255,255,255,0.18);
    border-radius: 10px;
    padding: 14px 14px;
    background: linear-gradient(135deg, var(--purple-glow) 0%, var(--purple) 100%);
    color: white;
    display: flex;
    align-items: center;
    gap: 12px;
    text-align: left;
    box-shadow: 0 6px 18px rgba(91,43,208,0.28), 0 1px 0 rgba(255,255,255,0.18) inset;
    transition: transform 0.18s, box-shadow 0.18s;
  }
  .detail-card:hover { transform: translateY(-1px); box-shadow: 0 10px 24px rgba(91,43,208,0.38), 0 1px 0 rgba(255,255,255,0.22) inset; }
  .detail-card .icon {
    width: 38px; height: 38px;
    flex: none;
    border-radius: 8px;
    background: rgba(255,255,255,0.18);
    color: white;
    display: flex; align-items: center; justify-content: center;
  }
  .detail-card .text {
    flex: 1;
    font-weight: 700;
    font-size: clamp(14.5px, 2.8vw, 16px);
    line-height: 1.2;
    letter-spacing: -0.005em;
    color: white;
  }
  .detail-card .text small {
    display: block;
    font-size: 12.5px;
    font-weight: 500;
    color: rgba(255,255,255,0.82);
    margin-top: 3px;
    letter-spacing: 0;
  }

  /* ===== PAGE 3 - FOOD CAROUSEL ===== */
  .food-block { text-align: center; }
  .food-block h2 { margin-bottom: 32px; }

  .carousel-viewport {
    overflow: hidden;
    margin: 0 -20px 14px;
    padding: 6px 0;
    pointer-events: none;
    -webkit-mask-image: linear-gradient(90deg, transparent 0, black 40px, black calc(100% - 40px), transparent 100%);
            mask-image: linear-gradient(90deg, transparent 0, black 40px, black calc(100% - 40px), transparent 100%);
  }
  .carousel-track {
    display: flex;
    gap: 14px;
    width: max-content;
    padding: 0 7px;
    will-change: transform;
    animation: foodMarquee 14.23s linear infinite;
  }
  .carousel-track.reverse {
    animation-direction: reverse;
    animation-duration: 17.08s;
  }
  @keyframes foodMarquee {
    0% { transform: translateX(0); }
    100% { transform: translateX(-50%); }
  }
  .food-card {
    flex: 0 0 calc((100% - 28px) / 3 - 7px);
    aspect-ratio: 3/4;
    background: #2a1466;
    border: 1px solid rgba(255,255,255,0.16);
    border-radius: 14px;
    box-shadow: 0 8px 24px rgba(0,0,0,0.22);
    position: relative;
    overflow: hidden;
  }
  .food-card img {
    position: absolute; inset: 0;
    width: 100%; height: 100%;
    object-fit: cover;
    display: block;
  }
  .food-card::after {
    content: '';
    position: absolute; inset: 0;
    background: linear-gradient(180deg, transparent 55%, rgba(0,0,0,0.35) 100%);
    pointer-events: none;
  }
  @media (max-width: 600px) {
    .food-card { flex: 0 0 calc((100% - 14px) / 2.3); }
  }

  .carousel-controls { display: none; }
  .car-btn {
    width: 52px; height: 52px;
    border-radius: 50%;
    border: 2.5px solid white;
    background: transparent;
    color: white;
    font-size: 22px;
    font-weight: 800;
    cursor: pointer;
    display: flex; align-items: center; justify-content: center;
    transition: background 0.15s;
    font-family: inherit;
  }
  .car-btn:hover { background: white; color: var(--purple); }
  .car-btn:disabled { opacity: 0.4; cursor: not-allowed; }
  .car-btn:disabled:hover { background: transparent; color: white; }

  .food-bullets {
    text-align: left;
    max-width: 580px;
    margin: 28px auto 28px;
    font-weight: 600;
    list-style: none;
  }
  .food-bullets li {
    padding: 16px 0 16px 40px;
    position: relative;
    line-height: 1.45;
  }
  .food-bullets li {
    color: rgba(255,255,255,0.98);
    font-weight: 500;
    font-size: clamp(18px, 4vw, 22px);
    line-height: 1.45;
  }
  .food-bullets li strong { font-weight: 700; color: white; }
  .food-bullets li::before {
    content: '';
    position: absolute; left: 0; top: 18px;
    width: 22px; height: 22px;
    background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='white' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'><polyline points='20 6 9 17 4 12'/></svg>");
    background-repeat: no-repeat;
    background-size: contain;
  }

  /* ===== PAGE 4 - VIDEO TESTIMONIALS ===== */
  .vt-grid { display: grid; gap: 18px; margin-bottom: 32px; grid-template-columns: 1fr 1fr; }
  @media (max-width: 600px) { .vt-grid { grid-template-columns: 1fr; } }
  .vt-card {
    border: 1px solid rgba(14,14,18,0.10);
    border-radius: 14px;
    overflow: hidden;
    background: white;
    box-shadow: 0 2px 6px rgba(15,15,30,0.04), 0 12px 32px rgba(15,15,30,0.06);
  }
  .vt-video {
    width: 100%; aspect-ratio: 9/16;
    background: #18181d;
    background-size: cover;
    background-position: center;
    position: relative;
    cursor: pointer;
    overflow: hidden;
  }
  .vt-video.is-short { aspect-ratio: 9/16; }
  .vt-video.is-wide { aspect-ratio: 16/9; }
  .vt-video iframe {
    position: absolute; inset: 0;
    width: 100%; height: 100%;
    border: 0;
  }
  .vt-video .vt-thumb {
    position: absolute; inset: 0;
    width: 100%; height: 100%;
    object-fit: cover;
    display: block;
  }
  .vt-video .vt-play {
    position: absolute;
    top: 50%; left: 50%;
    transform: translate(-50%, -50%);
    width: 68px; height: 48px;
    border-radius: 14px;
    background: rgba(0,0,0,0.72);
    color: white;
    display: flex; align-items: center; justify-content: center;
    transition: background 0.18s, transform 0.18s;
    pointer-events: none;
  }
  .vt-video:hover .vt-play { background: #FF0033; transform: translate(-50%, -50%) scale(1.06); }
  .vt-video .vt-play svg { width: 22px; height: 22px; fill: white; margin-left: 3px; }
  .vt-video::after {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(0,0,0,0.06) 0%, transparent 30%, transparent 65%, rgba(0,0,0,0.35) 100%);
    pointer-events: none;
  }
  .vt-caption {
    padding: 16px 20px 8px;
    font-family: var(--display);
    font-weight: 600;
    font-size: clamp(16px, 3.2vw, 19px);
    color: var(--black);
    background: white;
    letter-spacing: -0.01em;
  }
  .vt-card:not(:has(.vt-quote)) .vt-caption { padding-bottom: 16px; }
  .vt-quote {
    padding: 0 20px 18px;
    font-family: var(--sans);
    font-weight: 400;
    font-size: clamp(14px, 2.8vw, 15px);
    line-height: 1.55;
    color: var(--gray-2);
    background: white;
    margin: 0;
    text-align: left;
  }

  /* ===== PAGE 5 - COST BLOCK (purple bg) ===== */
  .cost-card {
    background: white;
    border-radius: 14px;
    padding: 8px 28px;
    color: var(--black);
    margin-bottom: 28px;
    border: 1px solid rgba(255,255,255,0.18);
    box-shadow: 0 12px 32px rgba(0,0,0,0.10);
  }
  .cost-card ul { list-style: none; }
  .cost-card ul li {
    padding: 20px 0 20px 40px;
    position: relative;
    font-weight: 500;
    font-size: clamp(17px, 3.4vw, 20px);
    line-height: 1.5;
    border-bottom: 1px solid #efeff3;
    color: var(--gray-2);
    text-align: left;
  }
  .cost-card ul li strong { color: var(--black); font-weight: 700; }
  .cost-card ul li:last-child { border-bottom: none; }
  .cost-card ul li::before {
    content: '';
    position: absolute; left: 0; top: 24px;
    width: 22px; height: 22px;
    background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23B91C1C' stroke-width='2.5' stroke-linecap='round' stroke-linejoin='round'><line x1='18' y1='6' x2='6' y2='18'/><line x1='6' y1='6' x2='18' y2='18'/></svg>");
    background-repeat: no-repeat;
    background-size: contain;
  }

  /* ===== PAGE 6 - TEXT TESTIMONIAL SCREENSHOTS (single row, L→R scroll) ===== */
  .text-tm-marquee {
    overflow: hidden;
    margin: 0 -20px 20px;
    padding: 4px 0;
    pointer-events: none;
    user-select: none;
    -webkit-user-select: none;
    -webkit-mask-image: linear-gradient(90deg, transparent 0, black 40px, black calc(100% - 40px), transparent 100%);
            mask-image: linear-gradient(90deg, transparent 0, black 40px, black calc(100% - 40px), transparent 100%);
  }
  .tm-track {
    display: flex;
    gap: 18px;
    padding: 0 20px;
    width: max-content;
  }
  .tm-track.r1 { animation: tmLeft 30s linear infinite; }
  @keyframes tmLeft {
    from { transform: translateX(0); }
    to { transform: translateX(-50%); }
  }
  .text-tm-marquee:hover .tm-track { animation-play-state: running; }
  .tm-shot {
    flex: 0 0 auto;
    width: 280px;
    height: 420px;
    border-radius: 14px;
    background: white;
    border: 1px solid rgba(14,14,18,0.08);
    box-shadow: 0 1px 2px rgba(15,15,30,0.04), 0 12px 30px rgba(15,15,30,0.08);
    overflow: hidden;
    position: relative;
  }
  .tm-shot img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top center;
    display: block;
  }


  /* ===== TRANSFORMATIONS MARQUEE (purple bg, L→R scroll) ===== */
  .tf-marquee {
    overflow: hidden;
    margin: 0 -20px 20px;
    padding: 4px 0;
    pointer-events: none;
    user-select: none;
    -webkit-user-select: none;
    -webkit-mask-image: linear-gradient(90deg, transparent 0, black 40px, black calc(100% - 40px), transparent 100%);
            mask-image: linear-gradient(90deg, transparent 0, black 40px, black calc(100% - 40px), transparent 100%);
  }
  .tf-track {
    display: flex;
    gap: 18px;
    padding: 0 20px;
    width: max-content;
    animation: tfLeft 35s linear infinite;
  }
  @keyframes tfLeft {
    from { transform: translateX(0); }
    to { transform: translateX(-50%); }
  }
  .tf-card {
    flex: 0 0 auto;
    width: 280px;
    height: 280px;
    border-radius: 16px;
    background: rgba(255,255,255,0.06);
    border: 1px solid rgba(255,255,255,0.18);
    box-shadow: 0 12px 30px rgba(0,0,0,0.18);
    overflow: hidden;
    position: relative;
  }
  .tf-card img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    display: block;
  }

  /* ===== MEET YOUR COACH (white bg, full-width image + bio below) ===== */
  .coach-block { padding-top: 56px; padding-bottom: 56px; }
  .coach-banner {
    max-width: 760px;
    margin: 0 auto 28px;
    border-radius: 18px;
    overflow: hidden;
    background: #FAF6F0;
    box-shadow: 0 1px 2px rgba(15,15,30,0.04), 0 18px 50px rgba(91,43,208,0.10);
    border: 1px solid rgba(91,43,208,0.10);
  }
  .coach-photo {
    width: 100%;
    background: #FAF6F0;
  }
  .coach-photo img {
    width: 100%;
    height: auto;
    display: block;
  }
  .coach-bio-block {
    max-width: 640px;
    margin: 0 auto;
    text-align: center;
  }
  .coach-bio-title {
    font-family: var(--display);
    font-size: clamp(22px, 4.4vw, 28px);
    font-weight: 700;
    color: var(--black);
    margin: 0 0 14px;
    letter-spacing: -0.02em;
    line-height: 1.2;
  }
  .coach-bio-title em {
    font-style: italic;
    color: var(--purple);
    font-weight: 600;
  }
  .coach-bio-text {
    font-size: 16px;
    line-height: 1.65;
    color: var(--gray-2);
    margin: 0;
  }
  .coach-bio-text strong { color: var(--black); font-weight: 700; }

  /* ===== BONUSES (purple bg) ===== */
  .bonus-eyebrow {
    text-align: center;
    font-family: var(--mono);
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    color: var(--yellow);
    margin-bottom: 14px;
  }
  .bonus-banner {
    max-width: 540px;
    margin: 0 auto 28px;
    background: #ffffff;
    color: var(--black);
    border-radius: 14px;
    padding: 16px 20px;
    text-align: center;
    box-shadow: 0 8px 24px rgba(0,0,0,0.18);
    border: 1px solid rgba(0,0,0,0.06);
  }
  .bonus-banner .bb-title {
    font-family: var(--display);
    font-size: clamp(18px, 4vw, 22px);
    font-weight: 800;
    letter-spacing: -0.01em;
    line-height: 1.15;
    margin: 0 0 4px;
  }
  .bonus-banner .bb-title em {
    font-style: italic;
    font-weight: 700;
  }
  .bonus-banner .bb-sub {
    font-size: 13px;
    font-weight: 600;
    color: rgba(14,14,18,0.78);
    margin: 0;
    letter-spacing: 0.01em;
  }

  .bonus-list {
    display: grid;
    grid-template-columns: 1fr;
    gap: 16px;
    margin-bottom: 28px;
  }
  @media (min-width: 720px) {
    .bonus-list { grid-template-columns: repeat(3, 1fr); gap: 18px; }
  }
  .bonus-card {
    background: white;
    border-radius: 18px;
    overflow: hidden;
    box-shadow: 0 1px 2px rgba(0,0,0,0.06), 0 18px 40px rgba(0,0,0,0.16);
    border: 1px solid rgba(255,255,255,0.18);
    display: flex;
    flex-direction: column;
  }
  .bonus-card .img-wrap {
    background: #FBF7EF;
    padding: 0;
    position: relative;
  }
  .bonus-card .img-wrap img {
    width: 100%;
    height: auto;
    display: block;
  }
  .bonus-card .body {
    padding: 18px 18px 22px;
    text-align: center;
  }
  .bonus-card .num-pill {
    display: inline-block;
    background: var(--purple);
    color: white;
    font-family: var(--mono);
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    padding: 5px 11px;
    border-radius: 999px;
    margin-bottom: 12px;
  }
  .bonus-card h4 {
    font-family: var(--display);
    font-size: 18px;
    font-weight: 700;
    color: var(--black);
    line-height: 1.2;
    margin: 0 0 8px;
    letter-spacing: -0.015em;
  }
  .bonus-card p {
    color: var(--gray-3);
    font-size: 14px;
    line-height: 1.5;
    margin: 0;
  }
  .bonus-total {
    text-align: center;
    font-family: var(--display);
    font-size: 20px;
    font-weight: 600;
    color: white;
    margin-bottom: 8px;
  }
  .bonus-total .free {
    color: var(--yellow);
    font-style: italic;
    font-weight: 700;
  }
  .bonus-total .strike {
    color: rgba(255,255,255,0.6);
    text-decoration: line-through;
    font-weight: 500;
    font-size: 16px;
  }
  @media (min-width: 480px) {
    .coach-card { padding: 36px 32px 34px; }
    .coach-portrait { width: 180px; height: 180px; }
    .coach-bio { font-size: 17px; }
    .bonus-item { padding: 18px 22px; }
    .bonus-text h4 { font-size: 20px; }
  }

  /* ===== PAGE 7 - WHAT YOU LEARN ===== */
  .learn-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 16px;
    margin-bottom: 28px;
  }
  @media (min-width: 720px) {
    .learn-grid { grid-template-columns: repeat(3, 1fr); gap: 18px; }
  }
  .learn-card {
    border: 1px solid rgba(91,43,208,0.14);
    border-radius: 18px;
    background: white;
    padding: 28px 22px 26px;
    text-align: center;
    box-shadow: 0 1px 2px rgba(15,15,30,0.04), 0 12px 30px rgba(91,43,208,0.08);
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .learn-card .icon {
    width: 88px;
    height: 88px;
    border-radius: 50%;
    background: linear-gradient(160deg, #F2EAFF 0%, #E0CCFF 100%);
    border: 2px solid var(--purple);
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 18px;
    color: var(--purple);
    flex-shrink: 0;
  }
  .learn-card .icon svg { width: 42px; height: 42px; }
  .learn-card .num-pill {
    display: inline-block;
    background: var(--purple);
    color: white;
    font-family: var(--mono);
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    padding: 5px 11px;
    border-radius: 999px;
    margin-bottom: 12px;
  }
  .learn-card h4 {
    font-family: var(--display);
    font-size: 20px;
    font-weight: 700;
    color: var(--black);
    line-height: 1.2;
    margin: 0 0 10px;
    letter-spacing: -0.015em;
  }
  .learn-card p {
    color: var(--gray-3);
    font-size: 14.5px;
    line-height: 1.5;
    margin: 0;
  }

  /* legacy unused (kept harmless) */
  .learn-card-old {
    border: 1px solid rgba(255,255,255,0.18);
    border-radius: 14px;
    background: white;
    color: var(--black);
    overflow: hidden;
    box-shadow: 0 12px 32px rgba(0,0,0,0.12);
  }
  .learn-card .img {
    aspect-ratio: 16/9;
    background: #1a0d40 center/cover no-repeat;
    position: relative;
  }
  .learn-card .img::after {
    content: '';
    position: absolute; inset: 0;
    background: linear-gradient(180deg, transparent 50%, rgba(0,0,0,0.18) 100%);
  }
  .learn-card .body { padding: 22px 24px 24px; }
  .learn-card .num {
    display: inline-block;
    color: var(--purple);
    font-weight: 600;
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: 0.16em;
    margin-bottom: 10px;
  }
  .learn-card h4 {
    font-family: var(--display);
    font-size: clamp(20px, 3.6vw, 24px);
    font-weight: 600;
    margin-bottom: 8px;
    line-height: 1.2;
    letter-spacing: -0.015em;
  }
  .learn-card p {
    font-weight: 400;
    font-size: 15px;
    line-height: 1.55;
    color: var(--gray-3);
  }

  /* ===== PAGE 8 - FAQ ===== */
  .faq-list { margin-bottom: 28px; border-top: 1px solid rgba(14,14,18,0.10); }
  .faq-item {
    background: white;
    border-bottom: 1px solid rgba(14,14,18,0.10);
    overflow: hidden;
    color: var(--black);
  }
  .faq-q {
    padding: 22px 4px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    font-family: var(--display);
    font-weight: 600;
    font-size: clamp(17px, 3.2vw, 20px);
    line-height: 1.3;
    background: white;
    border: none;
    width: 100%;
    text-align: left;
    color: var(--black);
    letter-spacing: -0.01em;
  }
  .faq-icon {
    width: 26px; height: 26px;
    flex: none;
    border: 1px solid rgba(14,14,18,0.20);
    color: var(--gray-2);
    border-radius: 50%;
    display: flex; align-items: center; justify-content: center;
    transition: transform 0.25s, background 0.25s, border-color 0.25s;
  }
  .faq-icon svg { transition: transform 0.25s; }
  .faq-item.open .faq-icon { background: var(--purple); border-color: var(--purple); color: white; }
  .faq-item.open .faq-icon svg { transform: rotate(45deg); }
  .faq-a {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease;
    font-weight: 400;
    font-size: 15.5px;
    line-height: 1.6;
    color: var(--gray-3);
  }
  .faq-a-inner { padding: 0 4px 22px; max-width: 90%; }
  .faq-item.open .faq-a { max-height: 400px; }

  /* ===== CTA SECTION (every section ends with one) ===== */
  .cta-block {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 14px;
    margin-top: 24px;
  }

  /* Fast paint placeholder shimmer */
  .ph-frame {
    background: linear-gradient(90deg, rgba(255,255,255,0.1) 0%, rgba(255,255,255,0.2) 50%, rgba(255,255,255,0.1) 100%);
    background-size: 200% 100%;
    animation: shimmer 2.5s infinite linear;
  }
  @keyframes shimmer {
    0% { background-position: 200% 0; }
    100% { background-position: -200% 0; }
  }

  /* ===== FOOTER ===== */
  footer {
    background: var(--black);
    color: rgba(255,255,255,0.6);
    text-align: center;
    padding: 36px 20px;
    font-size: 13px;
    font-weight: 400;
    letter-spacing: 0.01em;
  }
  footer a { color: rgba(255,255,255,0.85); text-decoration: none; margin: 0 10px; transition: color 0.18s; }
  footer a:hover { color: white; }
  footer .sm { font-size: 11px; opacity: 0.5; margin-top: 14px; }

  /* SVG icon helper */
  .ico { width: 18px; height: 18px; flex: none; stroke: currentColor; fill: none; stroke-width: 2; stroke-linecap: round; stroke-linejoin: round; }
  .ico-lg { width: 22px; height: 22px; }

  /* ===== HERO DEL STYLING ===== */
  .h-hero del { text-decoration: line-through; opacity: 0.55; text-decoration-color: rgba(255,255,255,0.7); font-weight: 600; }

  /* ===== HERO EYEBROW PILL ===== */
  .hero-eyebrow { display: inline-block; border: 1px solid rgba(255,255,255,0.35); border-radius: 999px; padding: 6px 16px; font-size: 12px; font-weight: 600; letter-spacing: 0.12em; text-transform: uppercase; margin-bottom: 24px; color: rgba(255,255,255,0.9); }

  /* ===== EVENT BADGE ===== */
  .event-badge { display: flex; align-items: stretch; background: rgba(255,255,255,0.08); border: 1px solid rgba(255,255,255,0.18); border-radius: 14px; overflow: hidden; max-width: 420px; margin: 28px auto; text-align: left; }
  .event-badge .eb-day { background: rgba(0,0,0,0.25); padding: 20px 24px; display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 4px; flex-shrink: 0; }
  .event-badge .eb-day-short { font-family: var(--display); font-size: 32px; font-weight: 700; color: var(--yellow); letter-spacing: -0.01em; line-height: 1; }
  .event-badge .eb-day-label { font-size: 10px; font-weight: 600; letter-spacing: 0.12em; text-transform: uppercase; color: rgba(255,255,255,0.6); }
  .event-badge .eb-info { padding: 20px 22px; display: flex; flex-direction: column; gap: 4px; }
  .event-badge .eb-title { font-weight: 700; font-size: 15px; color: white; }
  .event-badge .eb-time { font-family: var(--display); font-size: 28px; font-weight: 700; color: var(--yellow); letter-spacing: -0.01em; line-height: 1; }
  .event-badge .eb-meta { font-size: 11px; font-weight: 600; letter-spacing: 0.10em; text-transform: uppercase; color: rgba(255,255,255,0.55); }

  /* ===== HERO COUNTDOWN ===== */
  .hero-countdown { display: flex; align-items: flex-start; justify-content: center; gap: 12px; margin: 0 auto 32px; }
  .cd-unit { text-align: center; min-width: 56px; }
  .cd-num { font-family: var(--display); font-size: clamp(32px, 7vw, 48px); font-weight: 700; color: var(--yellow); letter-spacing: -0.02em; line-height: 1; display: block; }
  .cd-sep { font-size: 32px; font-weight: 700; color: rgba(255,255,255,0.4); line-height: 1; padding-top: 6px; }
  .cd-label { font-size: 10px; font-weight: 600; letter-spacing: 0.12em; text-transform: uppercase; color: rgba(255,255,255,0.5); margin-top: 4px; display: block; }

  /* ===== HERO NOTE ===== */
  .hero-note { font-size: 13px; color: rgba(255,255,255,0.55); margin-top: 8px; letter-spacing: 0.01em; text-align: center; }

  /* ===== SECTION TAG ===== */
  .section-tag { font-size: 11.5px; font-weight: 600; letter-spacing: 0.14em; text-transform: uppercase; color: var(--green); margin-bottom: 14px; display: block; text-align: center; }
  .section-white .section-tag { color: var(--purple); }

  /* ===== BENEFIT GRID (Section 1) ===== */
  .benefit-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; margin-bottom: 28px; }
  @media (max-width: 720px) { .benefit-grid { grid-template-columns: 1fr 1fr; } }
  @media (max-width: 480px) { .benefit-grid { grid-template-columns: 1fr; } }
  .benefit-card { border: 1px solid rgba(14,14,18,0.09); border-radius: 16px; padding: 24px 20px; background: white; box-shadow: 0 1px 2px rgba(15,15,30,0.04), 0 8px 24px rgba(91,43,208,0.07); }
  .benefit-card .bc-icon { font-size: 28px; margin-bottom: 12px; display: block; }
  .benefit-card h4 { font-family: var(--display); font-size: 17px; font-weight: 700; color: var(--black); margin: 0 0 8px; letter-spacing: -0.01em; }
  .benefit-card p { font-size: 14px; line-height: 1.55; color: var(--gray-3); margin: 0; }

  /* ===== PAIN SECTION (Section 2) ===== */
  .pain-italic-quote { font-family: var(--display); font-style: italic; font-size: clamp(17px, 3.4vw, 20px); text-align: center; max-width: 580px; margin: 0 auto 36px; color: rgba(255,255,255,0.75); line-height: 1.5; }
  .pain-list { list-style: none; margin-bottom: 28px; }
  .pain-item { display: flex; gap: 20px; padding: 20px 0; border-bottom: 1px solid rgba(255,255,255,0.10); }
  .pain-item:last-child { border-bottom: none; }
  .pain-item .pi-num { font-family: var(--display); font-size: 13px; font-weight: 700; color: rgba(255,255,255,0.35); letter-spacing: 0.04em; flex-shrink: 0; padding-top: 2px; }
  .pain-item .pi-body h4 { font-size: clamp(17px, 3.4vw, 20px); font-weight: 700; color: white; margin: 0 0 6px; letter-spacing: -0.01em; line-height: 1.3; }
  .pain-item .pi-body p { font-size: 15px; color: rgba(255,255,255,0.65); margin: 0; line-height: 1.55; }

  /* pain section overrides when placed on white background */
  .section-white .pain-italic-quote { color: var(--gray-2); }
  .section-white .pain-item { border-bottom-color: rgba(14,14,18,0.08); }
  .section-white .pain-item .pi-num { color: var(--gray-4); }
  .section-white .pain-item .pi-body h4 { color: var(--black); }
  .section-white .pain-item .pi-body p { color: var(--gray-3); }

  /* ===== REASON CARDS (Section 3) ===== */
  .reason-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; margin-bottom: 16px; }
  @media (max-width: 720px) { .reason-grid { grid-template-columns: 1fr; } }
  .reason-card { border: 1px solid rgba(255,255,255,0.14); border-top: 2px solid var(--red); border-radius: 14px; padding: 24px 20px; background: rgba(255,255,255,0.04); }
  .reason-card .rc-x { font-size: 18px; font-weight: 700; color: var(--red); margin-bottom: 12px; display: block; }
  .reason-card h4 { font-size: 17px; font-weight: 700; color: white; margin: 0 0 10px; letter-spacing: -0.01em; line-height: 1.3; }
  .reason-card p { font-size: 14px; line-height: 1.55; color: rgba(255,255,255,0.65); margin: 0; }
  .reason-card-solo { max-width: 420px; margin: 0 auto; }
  .reveal-quote { background: rgba(255,255,255,0.06); border: 1px solid rgba(255,255,255,0.14); border-radius: 14px; padding: 28px 32px; text-align: center; margin: 28px 0; font-family: var(--display); font-size: clamp(18px, 3.6vw, 22px); font-weight: 500; color: rgba(255,255,255,0.92); line-height: 1.45; font-style: normal; }
  .reveal-quote em { color: var(--yellow); font-style: italic; }
  /* reason-cards on white background */
  .section-white .reason-card { border-color: rgba(14,14,18,0.10); background: rgba(14,14,18,0.02); }
  .section-white .reason-card h4 { color: var(--black); }
  .section-white .reason-card p { color: var(--gray-3); }
  .section-white .reveal-quote { background: rgba(14,14,18,0.03); border-color: rgba(14,14,18,0.10); color: var(--gray-2); }
  .section-white .reveal-quote em { color: var(--purple); }

  /* ===== WEEK BY WEEK (Section 4) ===== */
  .week-layout { display: grid; grid-template-columns: 1fr 1fr; gap: 32px; margin-bottom: 28px; }
  @media (max-width: 720px) { .week-layout { grid-template-columns: 1fr; } }
  .week-timeline { display: flex; flex-direction: column; gap: 0; }
  .week-item { display: flex; gap: 18px; padding: 20px 0; border-bottom: 1px solid rgba(14,14,18,0.09); position: relative; }
  .week-item:last-child { border-bottom: none; }
  .week-item .wi-dot { width: 32px; height: 32px; border-radius: 50%; background: var(--purple); color: white; display: flex; align-items: center; justify-content: center; font-family: var(--display); font-size: 14px; font-weight: 700; flex-shrink: 0; }
  .week-item .wi-body .wi-label { font-size: 11px; font-weight: 600; letter-spacing: 0.10em; text-transform: uppercase; color: var(--purple); margin-bottom: 4px; display: block; }
  .week-item .wi-body h4 { font-size: 17px; font-weight: 700; color: var(--black); margin: 0 0 6px; letter-spacing: -0.01em; }
  .week-item .wi-body p { font-size: 14px; color: var(--gray-3); line-height: 1.55; margin: 0; }
  .promise-box { background: linear-gradient(160deg, #f4fbf7 0%, #fff 100%); border: 1px solid rgba(14,168,107,0.22); border-radius: 16px; padding: 24px; }
  .promise-box h4 { font-size: 18px; font-weight: 700; color: var(--black); margin: 0 0 16px; letter-spacing: -0.01em; }
  .promise-list { list-style: none; display: flex; flex-direction: column; gap: 10px; }
  .promise-list li { display: flex; gap: 10px; font-size: 14px; color: var(--gray-2); line-height: 1.45; }
  .promise-list li::before { content: '✓'; color: var(--green); font-weight: 700; flex-shrink: 0; }
  .section-quote-block { text-align: center; margin: 28px 0 0; font-family: var(--display); font-style: italic; font-size: clamp(17px, 3.2vw, 20px); color: var(--gray-3); }
  /* week-by-week on purple background */
  .section-purple .week-item { border-bottom-color: rgba(255,255,255,0.10); }
  .section-purple .week-item .wi-dot { background: rgba(255,255,255,0.15); }
  .section-purple .week-item .wi-body .wi-label { color: var(--yellow); }
  .section-purple .week-item .wi-body h4 { color: white; }
  .section-purple .week-item .wi-body p { color: rgba(255,255,255,0.70); }
  .section-purple .promise-box { background: rgba(255,255,255,0.08); border-color: rgba(255,255,255,0.14); }
  .section-purple .promise-box h4 { color: white; }
  .section-purple .promise-list li { color: rgba(255,255,255,0.80); }
  .section-purple .section-quote-block { color: rgba(255,255,255,0.65); }

  /* ===== CREATOR SECTION (Section 5) ===== */
  .creator-photo { width: 100%; max-width: 420px; margin: 0 auto 28px; border-radius: 18px; overflow: hidden; border: 1px solid rgba(14,14,18,0.10); box-shadow: 0 12px 40px rgba(91,43,208,0.14); background: #FAF6F0; display: block; }
  .creator-photo img { width: 100%; height: auto; display: block; }
  .creator-name { font-family: var(--display); font-size: clamp(22px, 4.4vw, 28px); font-weight: 700; color: var(--black); margin: 0 0 6px; letter-spacing: -0.02em; text-align: center; }
  .creator-title { font-size: 14px; color: var(--gray-3); margin: 0 0 24px; text-align: center; }
  .creator-bio { max-width: 600px; margin: 0 auto 28px; }
  .creator-bio p { font-size: 16px; line-height: 1.7; color: var(--gray-2); margin: 0 0 16px; }
  .creator-bio p:last-child { margin: 0; }
  .creator-stats { display: flex; gap: 0; border: 1px solid rgba(14,14,18,0.10); border-radius: 14px; overflow: hidden; max-width: 500px; margin: 0 auto; }
  .creator-stat { flex: 1; text-align: center; padding: 20px 12px; border-right: 1px solid rgba(14,14,18,0.10); }
  .creator-stat:last-child { border-right: none; }
  .creator-stat .cs-value { font-family: var(--display); font-size: clamp(20px, 4vw, 26px); font-weight: 700; color: var(--purple); display: block; letter-spacing: -0.015em; }
  .creator-stat .cs-label { font-size: 12px; color: var(--gray-3); margin-top: 4px; display: block; }

  /* ===== AUDIENCE CARDS (Section 6) ===== */
  .audience-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; margin-bottom: 28px; }
  @media (max-width: 600px) { .audience-grid { grid-template-columns: 1fr; } }
  .audience-card { border: 1px solid rgba(255,255,255,0.14); border-radius: 14px; padding: 24px 20px; background: rgba(255,255,255,0.05); }
  .audience-card h4 { font-size: 18px; font-weight: 700; color: white; margin: 0 0 14px; letter-spacing: -0.01em; }
  .audience-card ul { list-style: none; display: flex; flex-direction: column; gap: 8px; }
  .audience-card ul li { font-size: 14.5px; color: rgba(255,255,255,0.75); padding-left: 18px; position: relative; line-height: 1.4; }
  .audience-card ul li::before { content: '—'; position: absolute; left: 0; color: var(--green); font-weight: 700; }
  .not-for-box { border: 1px solid rgba(185,28,28,0.45); background: rgba(185,28,28,0.08); border-radius: 14px; padding: 22px 24px; margin-bottom: 28px; font-size: 15px; color: rgba(255,255,255,0.80); line-height: 1.6; }
  .not-for-box strong { color: white; font-weight: 700; }

  /* ===== MODULE CARDS (Section 7) ===== */
  .module-list { display: flex; flex-direction: column; gap: 16px; margin-bottom: 28px; }
  .module-card { border: 1px solid rgba(91,43,208,0.14); border-radius: 16px; padding: 24px; background: white; box-shadow: 0 1px 2px rgba(15,15,30,0.04), 0 8px 20px rgba(91,43,208,0.06); display: flex; gap: 20px; align-items: flex-start; }
  .module-card .mc-left { flex-shrink: 0; display: flex; flex-direction: column; align-items: center; gap: 8px; }
  .module-card .mc-num { width: 40px; height: 40px; border-radius: 50%; background: var(--purple); color: white; display: flex; align-items: center; justify-content: center; font-family: var(--display); font-size: 16px; font-weight: 700; }
  .module-card .mc-right { flex: 1; }
  .module-card .mc-tag { font-size: 11px; font-weight: 600; letter-spacing: 0.12em; text-transform: uppercase; color: var(--green); margin-bottom: 6px; display: block; }
  .module-card h4 { font-size: clamp(17px, 3.2vw, 20px); font-weight: 700; color: var(--black); margin: 0 0 8px; letter-spacing: -0.015em; line-height: 1.3; }
  .module-card p { font-size: 14.5px; line-height: 1.6; color: var(--gray-3); margin: 0; }
  .module-card .mc-badge { display: inline-block; margin-top: 10px; font-size: 12px; font-weight: 600; color: var(--purple); background: rgba(91,43,208,0.08); border: 1px solid rgba(91,43,208,0.18); border-radius: 999px; padding: 4px 12px; }
  @media (max-width: 480px) { .module-card { flex-direction: column; gap: 12px; } }

  /* ===== COST OF WAITING (Section 8) ===== */
  .cost-subtext { text-align: center; max-width: 560px; margin: 0 auto 36px; font-size: 15px; color: rgba(255,255,255,0.65); line-height: 1.6; }
  .cost-of-waiting { display: flex; flex-direction: column; gap: 0; margin-bottom: 28px; border: 1px solid rgba(255,255,255,0.12); border-radius: 16px; overflow: hidden; }
  .cow-item { display: flex; gap: 0; border-bottom: 1px solid rgba(255,255,255,0.10); }
  .cow-item:last-child { border-bottom: none; }
  .cow-year { background: rgba(0,0,0,0.25); padding: 20px 20px; display: flex; align-items: center; justify-content: center; min-width: 90px; font-family: var(--display); font-size: 14px; font-weight: 700; color: rgba(255,255,255,0.5); letter-spacing: 0.04em; flex-shrink: 0; }
  .cow-body { padding: 20px 22px; }
  .cow-body h4 { font-size: 16px; font-weight: 700; color: white; margin: 0 0 6px; letter-spacing: -0.01em; }
  .cow-body p { font-size: 14px; color: rgba(255,255,255,0.60); line-height: 1.55; margin: 0; }
  .cta-quote { text-align: center; font-family: var(--display); font-style: italic; font-size: clamp(17px, 3.4vw, 20px); color: rgba(255,255,255,0.88); margin: 28px 0 4px; line-height: 1.5; }

  /* ===== TESTIMONIAL GRID (Section 9) ===== */
  .testi-grid-text { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; margin-bottom: 28px; }
  @media (max-width: 600px) { .testi-grid-text { grid-template-columns: 1fr; } }
  .testi-text-card { border: 1px solid rgba(14,14,18,0.09); border-radius: 16px; padding: 24px 20px; background: white; box-shadow: 0 1px 2px rgba(15,15,30,0.04), 0 8px 20px rgba(15,15,30,0.05); display: flex; flex-direction: column; gap: 12px; }
  .testi-stars { color: var(--yellow); font-size: 16px; letter-spacing: 2px; }
  .testi-name { font-weight: 700; font-size: 15px; color: var(--black); }
  .testi-meta { font-size: 12.5px; color: var(--gray-3); margin-top: -8px; }
  .testi-quote { font-size: 14.5px; line-height: 1.6; color: var(--gray-2); font-style: italic; flex: 1; }
  .testi-result { display: inline-block; font-size: 12px; font-weight: 600; color: var(--green-deep); background: rgba(14,168,107,0.10); border: 1px solid rgba(14,168,107,0.22); border-radius: 999px; padding: 4px 12px; }

  /* ===== COMMUNITY GRID (Section 10) ===== */
  .community-note { text-align: center; font-size: 14px; color: rgba(255,255,255,0.60); margin-bottom: 28px; }
  .community-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; margin-bottom: 28px; }
  @media (max-width: 600px) { .community-grid { grid-template-columns: 1fr; } }
  .community-card { border: 1px solid rgba(255,255,255,0.14); border-radius: 14px; overflow: hidden; }
  .community-card .cc-placeholder { background: rgba(255,255,255,0.06); aspect-ratio: 4/3; display: flex; align-items: center; justify-content: center; font-size: 13px; color: rgba(255,255,255,0.30); letter-spacing: 0.08em; text-transform: uppercase; }
  .community-card .cc-body { padding: 16px 18px; }
  .community-card .cc-body h4 { font-size: 15px; font-weight: 700; color: white; margin: 0 0 6px; }
  .community-card .cc-body p { font-size: 13px; color: rgba(255,255,255,0.60); margin: 0; line-height: 1.5; }

  /* ===== REGISTRATION SECTION (Section 11) ===== */
  .reg-event-row { display: flex; gap: 0; border: 1px solid rgba(14,14,18,0.10); border-radius: 12px; overflow: hidden; margin-bottom: 28px; }
  .reg-event-item { flex: 1; text-align: center; padding: 16px 8px; border-right: 1px solid rgba(14,14,18,0.10); }
  .reg-event-item:last-child { border-right: none; }
  .reg-event-item .rei-label { font-size: 11px; font-weight: 600; letter-spacing: 0.10em; text-transform: uppercase; color: var(--gray-3); display: block; margin-bottom: 4px; }
  .reg-event-item .rei-value { font-family: var(--display); font-size: 17px; font-weight: 700; color: var(--black); display: block; }
  .reg-form { display: flex; flex-direction: column; gap: 12px; max-width: 460px; margin: 0 auto; }
  .reg-form input { width: 100%; padding: 16px 18px; border: 1.5px solid rgba(14,14,18,0.15); border-radius: 12px; font-family: var(--sans); font-size: 16px; color: var(--black); background: white; outline: none; transition: border-color 0.18s; }
  .reg-form input:focus { border-color: var(--purple); }
  .reg-form input::placeholder { color: var(--gray-4); }
  .reg-trust { font-size: 13px; color: var(--gray-3); text-align: center; margin-top: 10px; }
  /* registration section on purple background */
  .section-purple .body-lg { color: rgba(255,255,255,0.80); }
  .section-purple .reg-event-row { border-color: rgba(255,255,255,0.14); }
  .section-purple .reg-event-item { border-right-color: rgba(255,255,255,0.14); }
  .section-purple .reg-event-item .rei-label { color: rgba(255,255,255,0.55); }
  .section-purple .reg-event-item .rei-value { color: white; }
  .section-purple .reg-trust { color: rgba(255,255,255,0.55); }

  /* Constant attention pulse for every CTA — eyeballs-grabbing loop */
  @keyframes ctaPulse {
    0%, 60%, 100% { transform: scale(1); }
    70%  { transform: scale(1.05); }
    80%  { transform: scale(0.99); }
    90%  { transform: scale(1.03); }
  }
  .btn-cta, .btn-cta-mini {
    animation: ctaPulse 2.4s ease-in-out infinite;
    transform-origin: center;
    will-change: transform;
  }
  /* Pause while user is interacting so hover lift + click feedback aren't fighting the pulse */
  .btn-cta:hover, .btn-cta:active,
  .btn-cta-mini:hover, .btn-cta-mini:active { animation-play-state: paused; }
  @media (prefers-reduced-motion: reduce) {
    .btn-cta, .btn-cta-mini { animation: none; }
  }
