/* ============================================================
   Why He Pulls Away — Product Landing Page
   Based on Relationship Clarity Design System v2.1
   ============================================================ */

@import url("assets/rc-tokens.css");
@import url("https://fonts.googleapis.com/css2?family=DM+Sans:ital,wght@0,400;0,500;0,600;0,700;0,800;1,700&family=Manrope:wght@500;600;700;800&family=Caveat:wght@500;600;700&display=swap");

/* ---------- reset ---------- */
*, *::before, *::after { box-sizing: border-box; }
html, body { margin: 0; padding: 0; overflow-x: hidden; }
body {
  font-family: var(--font-body, "DM Sans"), system-ui, sans-serif;
  color: var(--fg-strong, #21013A);
  background: #fff;
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
}
img { max-width: 100%; display: block; }
button { font-family: inherit; cursor: pointer; }
a { color: inherit; text-decoration: none; }

/* ---------- structure ---------- */
.section { width: 100%; }
.wrap { max-width: 1200px; margin: 0 auto; padding: 0 30px; }
.wrap-wide { max-width: 1280px; margin: 0 auto; padding: 0 30px; }

/* ---------- buttons ---------- */
.btn {
  display: inline-flex; align-items: center; justify-content: center;
  gap: 8px;
  border-radius: 999px;
  padding: 18px 28px;
  font-weight: 700;
  font-size: 18px;
  letter-spacing: -0.4px;
  background: var(--rc-lavender-purple, #A855F7);
  color: #fff;
  border: none;
  transition: transform .15s ease, box-shadow .2s ease, background .2s ease;
  box-shadow: 0 6px 22px rgba(168, 85, 247, 0.32);
}
.btn:hover { transform: translateY(-1px); box-shadow: 0 10px 28px rgba(168,85,247,.45); }
.btn:active { transform: translateY(0); }
.btn-sm { padding: 12px 18px; font-size: 13px; }
.btn-lg { padding: 19px 36px; font-size: 18px; }
.btn-outline-purple {
  background: transparent;
  border: 1.5px solid var(--rc-lavender-purple);
  box-shadow: none;
}
.btn-outline-purple:hover { background: rgba(168,85,247,0.08); }
.btn-dark {
  background: var(--rc-bg-amethyst, #21013A);
  color: #fff;
  box-shadow: 0 6px 22px rgba(33,1,58,0.4);
}
.btn-dark-outline {
  background: var(--rc-bg-amethyst, #21013A);
  border: 1.5px solid var(--rc-lavender-purple);
  color: #fff;
  box-shadow: none;
}

/* ---------- typography ---------- */
.eyebrow {
  font-size: 13px; font-weight: 600; letter-spacing: 0.16em;
  text-transform: uppercase; color: var(--rc-deep-lilac, #7C3FA6);
}
.display, .h1 {
  font-family: var(--font-body, "DM Sans"), sans-serif;
  font-weight: 700;
  font-style: italic;
  font-size: clamp(38px, 4.6vw, 56px);
  line-height: 1.0;
  letter-spacing: -1.2px;
  color: var(--rc-text-black, #000);
  text-wrap: pretty;
  margin: 0;
}
.h2 {
  font-family: var(--font-body, "DM Sans"), sans-serif;
  font-weight: 700;
  font-size: clamp(28px, 3.2vw, 56px);
  line-height: 1.05;
  letter-spacing: -0.6px;
  margin: 0;
  text-wrap: pretty;
}
.h3 {
  font-family: var(--font-body, "DM Sans"), sans-serif;
  font-weight: 700;
  font-style: italic;
  font-size: clamp(24px, 2.6vw, 36px);
  line-height: 1.08;
  letter-spacing: -1px;
  margin: 0;
}
.hero-title {
  font-family: var(--font-body, "DM Sans"), sans-serif;
  font-weight: 800;
  font-size: clamp(38px, 4.5vw, 56px);
  line-height: 1.04;
  letter-spacing: -1.2px;
  color: #fff;
  margin: 0;
  text-wrap: pretty;
}
.hilite-pink {
  color: var(--rc-text-tangerine, #FC7932);
  font-style: italic;
  white-space: nowrap;
}
.hilite-purple { color: var(--rc-lavender-purple, #A855F7); font-style: italic; }
.lede { font-size: 18px; line-height: 1.5; color: rgba(255,255,255,0.92); margin: 0; }
.lede-dark { font-size: 18px; line-height: 1.5; color: var(--rc-bg-amethyst, #21013A); margin: 0; }

/* ---------- header ---------- */
.site-header {
  background: var(--rc-bg-amethyst, #21013A);
  height: 86px;
  display: flex; align-items: center;
  position: sticky; top: 0; z-index: 50;
}
.site-header .inner {
  width: 100%; max-width: 1380px;
  margin: 0 auto; padding: 0 30px;
  display: flex; align-items: center; justify-content: center;
}
.brand-mark img { height: 24px; width: auto; }
.nav-links { display: flex; gap: 36px; }
.nav-links a {
  color: rgba(255,255,255,0.92);
  font-size: 14px; font-weight: 500;
  padding: 8px 4px;
  letter-spacing: 0.2px;
  position: relative;
}
.nav-links a:hover { color: var(--rc-lavender-purple, #A855F7); }
.nav-cta {
  background: var(--rc-lavender-purple, #A855F7);
  color: #fff; font-weight: 700; font-size: 13px;
  padding: 13px 22px; border-radius: 999px;
  letter-spacing: -0.4px;
}

/* ---------- hero ---------- */
.hero {
  background:
    radial-gradient(ellipse at 30% 100%, rgba(168,85,247,0.22), transparent 60%),
    radial-gradient(ellipse at 80% 0%, rgba(123,20,140,0.32), transparent 60%),
    var(--rc-bg-amethyst, #21013A);
  color: #fff;
  position: relative;
  overflow: hidden;
  padding: 70px 0 80px;
}
.hero::after {
  /* faint warm couple-photo glow at the bottom */
  content: "";
  position: absolute;
  inset: auto 0 0 0;
  height: 220px;
  background:
    linear-gradient(to top, rgba(33,1,58,0.0), rgba(33,1,58,0.95)),
    url("assets/photo-grid.png") center bottom / cover;
  opacity: 0.25;
  pointer-events: none;
}
.hero .wrap { position: relative; z-index: 1; }
.hero-grid {
  display: grid;
  grid-template-columns: 1.45fr 1fr;
  gap: 60px;
  align-items: start;
}
.hero-left .whpa-logo { height: 36px; width: auto; margin-bottom: 28px; }
.hero-title { margin-bottom: 32px; }
.video-card {
  position: relative;
  aspect-ratio: 16 / 9;
  width: 100%;
  border-radius: 20px;
  overflow: hidden;
  background: #000;
  box-shadow: 0 30px 60px rgba(0,0,0,0.5), 0 0 0 1px rgba(255,255,255,0.08);
  margin-bottom: 32px;
}
.video-card::before {
  content: "";
  position: absolute; inset: 0;
  background: linear-gradient(135deg, rgba(168,85,247,0.18), rgba(33,1,58,0.65)),
    radial-gradient(circle at 50% 50%, rgba(168,85,247,0.25), transparent 60%);
}
.video-card .play {
  position: absolute; inset: 0;
  display: flex; align-items: center; justify-content: center;
}
.video-card .play-btn {
  width: 84px; height: 84px;
  border-radius: 999px;
  background: rgba(255,255,255,0.95);
  display: flex; align-items: center; justify-content: center;
  border: 0;
  box-shadow: 0 10px 30px rgba(0,0,0,0.4);
  transition: transform .2s ease;
}
.video-card .play-btn:hover { transform: scale(1.08); }
.video-card .play-btn::after {
  content: "";
  width: 0; height: 0;
  border-left: 22px solid var(--rc-bg-amethyst, #21013A);
  border-top: 14px solid transparent;
  border-bottom: 14px solid transparent;
  margin-left: 6px;
}
.video-card .label {
  position: absolute; left: 16px; top: 14px;
  background: rgba(0,0,0,0.55);
  color: #fff; font-size: 12px;
  padding: 4px 9px; border-radius: 6px;
  letter-spacing: 0.5px;
}
.hero-body { color: rgba(255,255,255,0.92); font-size: 16px; line-height: 1.6; margin-bottom: 26px; }
.cta-row { display: flex; gap: 18px; align-items: center; flex-wrap: wrap; }
.trust-badges { width: 168px; height: auto; }
.usp-strip { margin-top: 22px; max-width: 620px; }

/* ---------- offer card (right column of hero) ---------- */
.offer-card {
  background: linear-gradient(180deg, #2c0a4d 0%, var(--rc-bg-amethyst, #21013A) 100%);
  border-radius: 24px;
  padding: 24px;
  box-shadow: 0 30px 60px rgba(0,0,0,0.5), 0 0 0 1px rgba(168,85,247,0.18);
  color: #fff;
  overflow: hidden;
}

/* ---------- hero offer-card photo carousel (filmstrip) ---------- */
.hero-carousel {
  --hc-height: 100px;
  --hc-duration: 40s;
  --hc-dir: normal;
  margin: 22px -24px -24px;
  overflow: hidden;
  position: relative;
  display: var(--hc-display, block);
}
.hero-carousel::before,
.hero-carousel::after {
  content: ""; position: absolute; top: 0; bottom: 0; width: 46px; z-index: 2;
  pointer-events: none;
}
.hero-carousel::before { left: 0;  background: linear-gradient(90deg, var(--rc-bg-amethyst, #21013A), transparent); }
.hero-carousel::after  { right: 0; background: linear-gradient(270deg, var(--rc-bg-amethyst, #21013A), transparent); }
.hc-track {
  display: flex;
  width: max-content;
  animation: hc-scroll var(--hc-duration) linear infinite;
  animation-direction: var(--hc-dir);
}
.hero-carousel.paused-hover:hover .hc-track { animation-play-state: paused; }
.hc-track img {
  height: var(--hc-height);
  width: 82px;
  object-fit: cover;
  display: block;
  flex: 0 0 auto;
}
.hero-carousel.gray .hc-track img { filter: grayscale(1) contrast(1.03); }
@keyframes hc-scroll {
  from { transform: translateX(0); }
  to   { transform: translateX(-50%); }
}
@media (prefers-reduced-motion: reduce) {
  .hc-track { animation: none; }
}
.offer-card .bundle-img { width: 100%; border-radius: 12px; margin-bottom: 8px; }
.offer-card .price-row {
  display: flex; align-items: center; gap: 12px; flex-wrap: wrap;
  margin: 18px 0 6px;
}
.price-now { font-weight: 800; font-size: 38px; letter-spacing: -1.2px; color: #fff; }
.price-was {
  font-weight: 700; font-size: 28px;
  color: rgba(255,255,255,0.5);
  text-decoration: line-through;
}
.save-pill { width: 130px; height: auto; }
.bullets {
  list-style: none; padding: 0; margin: 14px 0 0;
  display: grid; gap: 10px;
}
.bullets li {
  display: flex; align-items: center; gap: 10px;
  font-size: 15px;
}
.bullets li::before {
  content: "✓";
  display: inline-flex; align-items: center; justify-content: center;
  width: 22px; height: 22px;
  border-radius: 999px;
  background: rgba(168,85,247,0.2);
  color: var(--rc-lavender-purple);
  font-weight: 700;
  font-size: 13px;
  flex: 0 0 22px;
}
.divider { height: 1px; background: rgba(255,255,255,0.1); margin: 20px 0; }
.subtitle-sm { font-size: 14px; color: rgba(255,255,255,0.75); }
.offer-card .row-buttons { display: flex; gap: 12px; align-items: center; margin: 16px 0; flex-wrap: wrap; }
.offer-card .payments { width: 280px; height: auto; opacity: 0.95; margin: 14px auto 4px; display: block; }
.offer-card .marquee-strip { margin: 18px -8px 0; }
.tiny-stars { display: flex; gap: 4px; align-items: center; font-size: 14px; color: #FFCC4D; margin-top: 4px; }
.tiny-stars small { color: rgba(255,255,255,0.7); margin-left: 4px; }

/* ---------- free gifts banner ---------- */
.gifts {
  margin-top: 56px;
  background: rgba(255,255,255,0.05);
  border: 1px solid rgba(221,214,254,0.4);
  border-radius: 25px;
  padding: 36px 40px 44px;
}
.gifts h2 {
  text-align: center;
  font-family: var(--font-body, "DM Sans");
  font-weight: 700; font-style: italic;
  font-size: clamp(24px, 2.4vw, 36px);
  letter-spacing: -1.2px;
  color: #fff;
  margin: 0 0 28px;
}
.gifts h2 .em { color: #FFCC4D; font-style: normal; font-size: 0.85em; }
.gifts-grid {
  display: grid; grid-template-columns: repeat(4, 1fr);
  gap: 24px; align-items: end;
}
.gift {
  display: flex; flex-direction: column; align-items: center; text-align: center;
}
.gift img { height: 188px; width: auto; object-fit: contain; margin-bottom: 18px; }
.gift .free { color: var(--rc-text-tangerine, #FC7932); font-weight: 700; font-size: 15px; letter-spacing: -0.5px; }
.gift .name { color: #fff; font-weight: 700; font-size: 15px; letter-spacing: -0.5px; margin-top: 4px; }
.gifts .usp-bar {
  margin-top: 32px;
  display: flex; flex-direction: column; align-items: center; gap: 8px;
}
.gifts .usp-bar img { max-width: 620px; width: 100%; }
.gifts-fine {
  text-align: center; font-size: 15px; color: rgba(255,255,255,0.8);
  margin-top: 12px;
}

/* ---------- what is (long-form copy) ---------- */
.whatis { background: var(--rc-bg-amethyst, #21013A); padding: 10px 0 42px; }
.whatis-head {
  font-family: var(--font-heading, "Manrope"), sans-serif;
  font-weight: 800;
  font-size: clamp(22px, 2.6vw, 30px);
  line-height: 1.1;
  letter-spacing: -0.4px;
  text-align: center;
  color: #fff;
  margin: 0 auto 18px;
  max-width: 820px;
  text-wrap: balance;
}
.whatis-head .hilite-purple { color: #C9B6FF; }
.longform {
  max-width: 720px;
  margin: 0 auto;
  color: rgba(255,255,255,0.9);
  font-size: 14px;
  line-height: 1.45;
}
.longform p { margin: 0 0 10px; }
.longform strong { color: #fff; font-weight: 700; }
.longform em { color: #C9B6FF; font-style: italic; }
.lf-lead {
  font-size: 15.5px;
  line-height: 1.42;
  color: #fff;
  margin-bottom: 12px !important;
}
.lf-sub {
  font-family: var(--font-heading, "Manrope"), sans-serif;
  font-weight: 700;
  font-size: 16px;
  line-height: 1.2;
  letter-spacing: -0.2px;
  color: #fff;
  margin: 18px 0 8px;
  text-wrap: pretty;
}
.lf-list, .lf-questions { list-style: none; margin: 0 0 12px; padding: 0; }
.lf-list li, .lf-questions li {
  position: relative;
  padding-left: 24px;
  margin-bottom: 5px;
}
.lf-list li::before {
  content: "";
  position: absolute;
  left: 4px; top: 8px;
  width: 6px; height: 6px;
  border-radius: 999px;
  background: #C9B6FF;
}
.lf-list--check li::before {
  content: "✓";
  left: 0; top: 0;
  width: auto; height: auto;
  background: none;
  color: #C9B6FF;
  font-weight: 800;
  font-size: 13px;
}
.lf-questions li {
  font-style: italic;
  color: #C9B6FF;
  font-weight: 500;
}
.lf-questions li::before {
  content: "?";
  position: absolute;
  left: 0; top: 1px;
  width: 17px; height: 17px;
  border-radius: 999px;
  background: var(--rc-bg-periwinkle, #DDD6FE);
  color: var(--rc-dark-amethyst, #3D1A5E);
  font-weight: 800; font-style: normal;
  font-size: 11px;
  display: flex; align-items: center; justify-content: center;
}
.lf-close {
  font-family: var(--font-heading, "Manrope"), sans-serif;
  font-weight: 700;
  font-size: 16px;
  line-height: 1.32;
  color: #fff;
  text-align: center;
  margin: 18px 0 0 !important;
  text-wrap: balance;
}

/* --- What Is: layout option B — Magazine (two columns) --- */
.whatis[data-whatis-layout="columns"] .longform {
  max-width: 1040px;
  column-count: 2;
  column-gap: 56px;
}
.whatis[data-whatis-layout="columns"] .longform > * { break-inside: avoid; }
.whatis[data-whatis-layout="columns"] .lf-close {
  column-span: all;
  margin-top: 32px !important;
  padding-top: 26px;
  border-top: 1px solid rgba(255,255,255,0.14);
}

/* --- What Is: layout option C — Editorial split (sticky headline left) --- */
.whatis[data-whatis-layout="split"] .wrap {
  display: grid;
  grid-template-columns: 0.82fr 1.18fr;
  gap: 60px;
  max-width: 1120px;
  align-items: start;
}
.whatis[data-whatis-layout="split"] .whatis-head {
  text-align: left;
  position: sticky;
  top: 108px;
  margin: 4px 0 0;
  max-width: none;
  font-size: clamp(28px, 3.4vw, 40px);
  line-height: 1.08;
}
.whatis[data-whatis-layout="split"] .longform { margin: 0; max-width: none; }

@media (max-width: 880px) {
  .whatis[data-whatis-layout="columns"] .longform { column-count: 1; }
  .whatis[data-whatis-layout="split"] .wrap { grid-template-columns: 1fr; gap: 18px; }
  .whatis[data-whatis-layout="split"] .whatis-head { position: static; text-align: center; }
}

/* ---------- free-gifts dark section ---------- */
.gifts-section { background: var(--rc-bg-amethyst, #21013A); padding: 64px 0 18px; }
.gifts-section .gifts { margin-top: 0; }

/* ---------- banner row ---------- */
.banner-2026 {
  background: #fff;
  padding: 70px 0 80px;
  text-align: center;
}
.banner-2026 .title { font-style: italic; }
.banner-2026 .glass {
  display: grid; grid-template-columns: 1.2fr 1fr;
  gap: 36px; align-items: center;
  background: rgba(247,246,243,0.6);
  border: 1px solid rgba(33,1,58,0.1);
  border-radius: 25px;
  padding: 36px;
  margin-top: 36px;
  text-align: left;
}
.banner-2026 .glass img { width: 100%; height: auto; }

/* ---------- reasons section ---------- */
.section-light { background: var(--rc-white-smoke, #F7F6F3); padding: 70px 0; }
.two-col {
  display: grid; grid-template-columns: 1fr 1fr; gap: 60px;
  align-items: center;
}
.two-col-imgright .img-side img { width: 100%; height: auto; }
.price-card {
  background: rgba(231,231,229,0.94);
  border-radius: 20px;
  padding: 32px 36px;
  margin-top: 26px;
  max-width: 530px;
}
.price-card h4 {
  font-family: var(--font-body, "DM Sans");
  font-weight: 700; font-style: italic;
  font-size: 22px;
  letter-spacing: -1px;
  margin: 0 0 16px;
  text-align: center;
  text-wrap: balance;
}
.price-card .row-buttons { display: flex; gap: 14px; align-items: center; flex-wrap: wrap; justify-content: center; }
.price-card .price-row { justify-content: center; }
.price-card .price-row .price-now { color: var(--rc-lavender-purple, #A855F7); font-size: 35px; }
.price-card .price-row .price-was { color: #A699B0; font-size: 35px; }
.price-card .instant {
  text-align: center; margin-top: 14px; font-size: 14px;
  display: inline-flex; gap: 8px; align-items: center; justify-content: center;
  width: 100%;
}
.usp-dark-strip { width: 316px; margin-top: 22px; display: block; }

/* ---------- 9 resources grid ---------- */
.resources {
  background: var(--rc-white-smoke, #F7F6F3);
  padding: 30px 0 90px;
}
.resources .grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 28px;
  margin-top: 48px;
}
.res-card {
  background: #fff;
  border-radius: 18px;
  padding: 24px;
  display: flex; flex-direction: column;
  box-shadow: 0 4px 20px rgba(33,1,58,0.05);
  transition: transform .2s ease, box-shadow .2s ease;
}
.res-card:hover { transform: translateY(-4px); box-shadow: 0 12px 30px rgba(33,1,58,0.1); }
.res-img {
  width: 100%; aspect-ratio: 3 / 4;
  border-radius: 12px;
  object-fit: cover;
  margin-bottom: 18px;
  background: #efece8;
}
.res-card h5 {
  font-weight: 800; font-size: 18px;
  letter-spacing: -0.4px;
  color: var(--rc-bg-amethyst, #21013A);
  margin: 0 0 8px;
}
.res-card p {
  font-size: 14px; color: var(--fg-muted, #5d5a88);
  margin: 0 0 16px; line-height: 1.5; flex: 1;
}
.res-card .price-strip {
  display: flex; gap: 8px; align-items: baseline;
  margin-bottom: 14px;
}
.res-card .price-strip .now {
  color: var(--rc-text-tangerine, #FC7932);
  font-weight: 700; font-size: 18px;
  letter-spacing: -0.4px;
}
.res-card .price-strip .was {
  color: #A699B0; text-decoration: line-through; font-weight: 700; font-size: 16px;
}
.res-card .btn { align-self: flex-start; padding: 12px 22px; font-size: 14px; }

/* ---------- centered order CTAs ---------- */
.order-cta {
  text-align: center;
  padding: 70px 0;
  background: var(--rc-white-smoke, #F7F6F3);
}
.order-cta.dark { background: var(--rc-bg-amethyst, #21013A); color: #fff; }
.order-cta.dark .h2 { color: #fff; }
.order-cta .row-buttons {
  display: flex; gap: 18px; align-items: center; justify-content: center; flex-wrap: wrap;
  margin-top: 28px;
}
.order-cta .price-row { justify-content: center; margin-top: 18px; }
.order-cta .price-row .price-now { color: var(--rc-lavender-purple, #A855F7); font-size: 36px; }
.order-cta .price-row .price-was { font-size: 36px; }
.order-cta.dark .price-row .price-now { color: #DDD6FE; }
.order-cta .usp-line {
  margin-top: 24px;
  display: flex; flex-direction: column; align-items: center; gap: 8px;
}
.order-cta .usp-line img { max-width: 620px; width: 100%; }
.order-cta .fine {
  font-size: 16px; color: var(--rc-bg-amethyst, #21013A); margin-top: 14px;
}
.order-cta.dark .fine { color: rgba(255,255,255,0.8); }
.order-cta .wide-bundle { max-width: 1080px; margin: 0 auto 24px; display: block; }

/* ---------- complete guide section ---------- */
.guide { background: #fff; padding: 90px 0; }
.guide .h3 { margin-bottom: 18px; }
.guide .strong-sub {
  font-weight: 700; color: var(--rc-bg-amethyst, #21013A);
  font-size: 15px; line-height: 1.5;
  margin: 0 0 28px;
  max-width: 540px;
}
.checks {
  list-style: none; padding: 0; margin: 0;
  display: grid; gap: 14px;
}
.checks li {
  display: flex; gap: 12px; align-items: flex-start;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: -0.2px;
  color: var(--rc-bg-amethyst, #21013A);
}
.checks li::before {
  content: "✓";
  display: inline-flex; align-items: center; justify-content: center;
  width: 24px; height: 24px; border-radius: 999px;
  background: rgba(168,85,247,0.15);
  color: var(--rc-lavender-purple, #A855F7);
  font-weight: 700;
  font-size: 14px;
  flex: 0 0 24px;
}

/* ---------- course includes ---------- */
.includes { background: #fff; padding: 24px 0 64px; }
.includes .h3 { text-align: center; margin-bottom: 24px; }
.includes-grid {
  display: grid; grid-template-columns: 1.4fr 1fr; gap: 36px;
  max-width: 980px; margin: 0 auto;
}
.includes ul { list-style: none; padding: 0; margin: 0; display: grid; gap: 12px; }
.includes ul li { display: flex; gap: 10px; align-items: flex-start; font-size: 16px; }
.includes ul li::before {
  content: "▸"; color: var(--rc-lavender-purple, #A855F7);
  font-weight: 800; line-height: 1; padding-top: 2px;
}

/* ---------- module accordion ---------- */
.modules {
  background:
    linear-gradient(180deg, rgba(255,255,255,0.85), rgba(255,255,255,0.7)),
    url("assets/modules-bg.png") center center / cover no-repeat;
  padding: 80px 0 100px;
}
.modules .h2 {
  text-align: center; margin-bottom: 36px; font-style: italic;
}
.modules .accordion {
  max-width: 720px; margin: 0 auto;
  background: #fff;
  border-radius: 18px;
  box-shadow: 0 24px 60px rgba(33,1,58,0.15);
  overflow: hidden;
}
details.module {
  border-bottom: 1px solid #e7e3eb;
}
details.module:last-child { border-bottom: 0; }
details.module > summary {
  list-style: none;
  display: flex; align-items: center; gap: 14px;
  padding: 22px 28px;
  cursor: pointer;
  font-weight: 700;
  font-size: 16px;
  color: var(--fg-muted, #5d5a88);
  letter-spacing: -0.2px;
  position: relative;
}
details.module > summary::-webkit-details-marker { display: none; }
details.module > summary::before {
  content: "";
  width: 16px; height: 2px;
  background: var(--rc-lavender-purple, #A855F7);
  border-radius: 2px;
  flex: 0 0 16px;
  position: relative;
}
details[open].module > summary { color: var(--rc-bg-amethyst, #21013A); }
details[open].module > summary::before {
  background: var(--rc-bg-amethyst, #21013A);
}
details.module .reveal {
  padding: 4px 28px 28px;
  color: #1d1532;
  font-size: 15px;
  line-height: 1.6;
}
details.module .reveal strong { color: var(--rc-bg-amethyst, #21013A); }
details.module .reveal .btn { margin-top: 18px; padding: 14px 22px; font-size: 15px; }

/* ---------- testimonials marquee ---------- */
.testimonials {
  background: var(--rc-white-smoke, #F7F6F3);
  padding: 50px 0;
  overflow: hidden;
}
.marquee-track {
  display: flex; gap: 26px;
  width: max-content;
  animation: marquee 60s linear infinite;
}
.marquee-track:hover { animation-play-state: paused; }
@keyframes marquee {
  from { transform: translateX(0); }
  to { transform: translateX(-50%); }
}
.t-card {
  flex: 0 0 380px;
  background: #fff;
  border-radius: 16px;
  padding: 24px 26px;
  box-shadow: 0 4px 16px rgba(33,1,58,0.06);
  display: flex; flex-direction: column; gap: 10px;
}
.t-card .stars { color: #FFCC4D; font-size: 14px; letter-spacing: 1px; }
.t-card blockquote {
  margin: 0; font-style: italic; font-size: 15px; line-height: 1.55;
  color: var(--rc-bg-amethyst, #21013A);
}
.t-card cite { font-style: normal; font-weight: 700; font-size: 14px; color: var(--fg-muted, #5d5a88); }

/* ---------- "It's Your Turn" lavender section ---------- */
.your-turn {
  background: #DDD6FE;
  padding: 80px 0;
  text-align: center;
}
.your-turn .h2 { font-style: italic; margin-bottom: 36px; }
.your-turn .composite {
  position: relative;
  max-width: 1100px;
  margin: 0 auto;
  border-radius: 24px;
  overflow: hidden;
}
.your-turn .composite img { width: 100%; height: auto; display: block; }
.your-turn p.kicker { margin-top: 32px; font-size: 18px; color: var(--rc-bg-amethyst, #21013A); }
.your-turn .btn { margin-top: 18px; }

/* ---------- dark marquee section ---------- */
.dark-marquee-section {
  background: var(--rc-bg-amethyst, #21013A);
  padding: 80px 0 60px;
  color: #fff;
  text-align: center;
  position: relative;
  overflow: hidden;
}
.dark-marquee-section .h2 { color: #fff; font-style: italic; margin-bottom: 40px; }
.dark-marquee-container {
  position: relative;
  margin: 30px 0 50px;
}
.dark-marquee-container .bundle-overlay {
  position: absolute; inset: 50% auto auto 50%;
  transform: translate(-50%, -50%);
  width: min(900px, 80%);
  z-index: 2;
}
.dark-marquee-strip {
  display: flex; gap: 20px;
  width: max-content;
  opacity: 0.45;
  margin-bottom: 16px;
}
.dark-marquee-strip.row-a { animation: marquee 80s linear infinite; }
.dark-marquee-strip.row-b { animation: marquee 80s linear infinite reverse; }
.dark-marquee-strip img {
  width: 220px; height: 120px; border-radius: 14px;
  object-fit: cover;
}

/* ---------- "The Choice Is Yours" comparison ---------- */
.compare {
  background: var(--rc-bg-amethyst, #21013A);
  padding: 80px 0 100px;
  color: #fff;
}
.compare .h2 { text-align: center; color: #fff; font-style: italic; margin-bottom: 50px; }
.compare .panels {
  display: grid; grid-template-columns: 1fr 1fr; gap: 36px;
  max-width: 1140px; margin: 0 auto;
}
.compare .panel-label {
  text-align: center;
  font-weight: 700; font-size: 18px;
  color: rgba(255,255,255,0.95);
  letter-spacing: -0.4px;
  margin-bottom: 16px;
}
.compare .video-tile {
  width: 100%; aspect-ratio: 16 / 10;
  border-radius: 16px; overflow: hidden;
  background: #1a042e;
  position: relative;
}
.compare .video-tile.before {
  background:
    linear-gradient(180deg, rgba(33,1,58,0.55), rgba(33,1,58,0.85)),
    url("assets/chaos.png") center / cover no-repeat;
}
.compare .video-tile.after {
  background:
    linear-gradient(180deg, rgba(33,1,58,0.45), rgba(33,1,58,0.75)),
    url("assets/couple-kiss.png") center / cover no-repeat;
}
.compare .video-tile::after {
  content: "";
  position: absolute;
  width: 60px; height: 60px;
  border-radius: 999px;
  background: rgba(255,255,255,0.95);
  top: 50%; left: 50%; transform: translate(-50%, -50%);
}
.compare .panel-h3 {
  text-align: center; font-weight: 700; font-size: 22px;
  margin: 24px 0 16px; color: #fff;
  letter-spacing: -0.4px;
}
.compare .list-x, .compare .list-check {
  list-style: none; padding: 0; margin: 0;
  display: grid; gap: 12px;
  max-width: 380px; margin-left: auto; margin-right: auto;
}
.compare .list-x li, .compare .list-check li {
  font-size: 17px; display: flex; gap: 12px; align-items: center;
  font-weight: 500;
}
.compare .list-x li::before {
  content: "✗";
  width: 24px; height: 24px; border-radius: 999px;
  background: rgba(231,49,116,0.18);
  color: #E73174; font-weight: 700;
  display: inline-flex; align-items: center; justify-content: center;
  flex: 0 0 24px;
}
.compare .list-check li::before {
  content: "✓";
  width: 24px; height: 24px; border-radius: 999px;
  background: rgba(119,178,85,0.2);
  color: #77B255; font-weight: 700;
  display: inline-flex; align-items: center; justify-content: center;
  flex: 0 0 24px;
}

/* ---------- final hero (closer) ---------- */
.final-hero {
  background: linear-gradient(180deg, #45165A 0%, #2F0A50 100%);
  color: #fff;
  padding: 90px 0 80px;
  position: relative;
}
.final-hero .hero-grid { gap: 60px; }
.final-hero .small-logo { height: 50px; width: auto; margin-bottom: 26px; }
.final-hero .h1 { color: #fff; font-style: italic; }
.final-hero .lede { margin-bottom: 22px; }

/* ---------- footer big purple CTA ---------- */
.footer-cta-section { background: var(--rc-bg-amethyst, #21013A); padding: 64px 0; }
.footer-cta-card {
  background:
    linear-gradient(135deg, rgba(168,85,247,1) 0%, rgba(125,33,201,1) 100%);
  border-radius: 24px;
  padding: 50px 60px;
  display: grid; grid-template-columns: 1.4fr 1fr; gap: 32px; align-items: center;
  position: relative;
  overflow: hidden;
}
.footer-cta-card::before {
  content: "";
  position: absolute; inset: auto -20px -40px auto;
  width: 320px; height: 240px;
  background: url("assets/couple-collage.png") center / cover no-repeat;
  border-radius: 30px;
  opacity: 0.6;
  pointer-events: none;
}
.footer-cta-card .eyebrow { color: rgba(255,255,255,0.85); }
.footer-cta-card h2 {
  font-family: var(--font-body, "DM Sans");
  font-weight: 800;
  font-size: clamp(28px, 3.5vw, 46px);
  line-height: 1.05; letter-spacing: -1px;
  color: #fff; margin: 8px 0 22px;
  text-wrap: balance;
}
.footer-cta-card .btn-outline {
  background: transparent; color: #fff;
  border: 1.5px solid rgba(255,255,255,0.85);
  box-shadow: none;
}

/* ---------- footer ---------- */
.site-footer { background: var(--rc-bg-amethyst, #21013A); color: #fff; padding: 50px 0 24px; }
.site-footer .row1 {
  display: flex; align-items: center; justify-content: space-between; gap: 24px;
  padding-bottom: 28px;
}
.site-footer .tagline {
  font-size: 13px; color: rgba(255,255,255,0.78);
  letter-spacing: -0.2px;
}
.site-footer .footer-nav { display: flex; gap: 28px; }
.site-footer .footer-nav a {
  font-size: 14px; color: rgba(255,255,255,0.85);
}
.site-footer .footer-nav a:hover { color: var(--rc-lavender-purple); }
.site-footer .row2 {
  border-top: 1px solid #483557;
  padding-top: 18px;
  display: flex; justify-content: space-between;
  font-size: 13px; color: #816e91;
}
.site-footer .row2 a { color: var(--rc-lavender-purple); }
.site-footer .row2 a:hover { color: #fff; }

/* ---------- pricing strip variants ---------- */
.strip-only-dark {
  display: inline-flex; align-items: center; gap: 12px; flex-wrap: wrap;
}

/* ---------- responsive ---------- */
@media (max-width: 1080px) {
  .hero-grid, .two-col, .includes-grid, .banner-2026 .glass,
  .compare .panels, .final-hero .hero-grid, .footer-cta-card { grid-template-columns: 1fr; }
  .resources .grid { grid-template-columns: repeat(2, 1fr); }
  .gifts-grid { grid-template-columns: repeat(2, 1fr); }
  .nav-links { display: none; }
  .footer-cta-card::before { display: none; }
}
@media (max-width: 640px) {
  .resources .grid { grid-template-columns: 1fr; }
  .gifts-grid { grid-template-columns: 1fr; }
  .site-footer .row1, .site-footer .row2 { flex-direction: column; gap: 12px; text-align: center; }
}

/* ---------- phone (iPhone 14 Pro Max ≈ 430px) ---------- */
@media (max-width: 480px) {
  /* tighter gutters */
  .wrap, .wrap-wide { padding-left: 18px; padding-right: 18px; }

  /* compress vertical rhythm so the page isn't endless on mobile */
  .hero { padding: 40px 0 48px; }
  .gifts-section { padding: 40px 0 14px; }
  .whatis { padding: 8px 0 34px; }
  .whatis .wrap { padding-left: 18px !important; padding-right: 18px !important; }
  .banner-2026 { padding: 44px 0 48px; }
  .section-light, .order-cta, .testimonials { padding: 46px 0; }
  .resources { padding: 24px 0 54px; }
  .guide { padding: 50px 0; }
  .includes { padding: 20px 0 46px; }
  .modules { padding: 50px 0 58px; }
  .your-turn { padding: 50px 0; }
  .dark-marquee-section { padding: 50px 0 42px; }
  .compare { padding: 50px 0 58px; }
  .final-hero { padding: 52px 0 48px; }
  .final-hero .hero-grid { gap: 34px; }
  .footer-cta-section { padding: 44px 0; }
  .site-footer { padding: 36px 0 20px; }

  /* type: dial the big display sizes down a notch so long words don't overflow */
  .display, .h1, .hero-title { font-size: 33px; letter-spacing: -0.7px; }
  .h2 { font-size: 26px; }
  .h3 { font-size: 22px; }
  .lede, .lede-dark { font-size: 16px; }
  .hero-title { margin-bottom: 22px; }
  .hero-left .whpa-logo { margin-bottom: 20px; }

  /* full-width, thumb-friendly CTAs */
  .row-buttons, .offer-card .row-buttons, .order-cta .row-buttons,
  .price-card .row-buttons { flex-direction: column; align-items: stretch; gap: 12px; }
  .row-buttons > .btn, .order-cta .row-buttons > .btn,
  .offer-card .row-buttons > .btn { width: 100%; }

  /* offer card + carousel alignment at smaller padding */
  .offer-card { padding: 18px; }
  .hero-carousel { margin: 20px -18px -18px; }
  .offer-card .payments { width: 100%; max-width: 280px; }

  /* center the lone images that sat beside buttons */
  .offer-card .row-buttons > img,
  .order-cta .row-buttons > img { margin-left: auto; margin-right: auto; }
}
