/* Loveablize presentation set — shared styles.
   Brand tokens are SSOT-aligned with ../index.html (Romantic Selection Mastery page). */

:root {
  --pink: #F8E8E2;
  --pink-soft: #FCEDE6;
  --pink-deep: #F2D6CC;
  --teal: #006D77;
  --teal-deep: #00525a;
  --accent: #ED5752;
  --accent-deep: #d94842;
  /* WCAG AA: brand coral #ED5752 is 3.5:1 on white — too low for text/buttons.
     Darkened variants hold the hue at ≥4.5:1. */
  --accent-btn: #D23F3A;
  --accent-btn-hover: #C73B36;
  --accent-text: #C73B36;
  --ink: #2a2a2a;
  --muted: #5a5a5a;
  --line: rgba(0,109,119,0.14);
  --shadow-card: 0 8px 28px rgba(0, 73, 80, 0.08);
  --shadow-lift: 0 18px 44px rgba(0, 73, 80, 0.14);
  --shadow-soft: 0 6px 18px rgba(237, 87, 82, 0.18);
  --radius-lg: 18px;
  --radius-pill: 999px;
  --maxw: 1120px;
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; }
body {
  margin: 0;
  font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
  color: var(--ink);
  background: #fff;
  font-size: 17px;
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

h1, h2, h3, h4 {
  font-family: 'Rubik', sans-serif;
  color: var(--teal);
  margin: 0 0 0.6em;
  letter-spacing: -0.01em;
  line-height: 1.18;
}
h1 { font-size: clamp(2.1rem, 4.8vw, 3.5rem); font-weight: 700; }
h2 { font-size: clamp(1.65rem, 3.2vw, 2.35rem); font-weight: 600; }
h3 { font-size: 1.15rem; font-weight: 600; }
p { margin: 0 0 1em; }

.wrap { max-width: var(--maxw); margin: 0 auto; padding: 0 24px; }
.narrow { max-width: 720px; margin-left: auto; margin-right: auto; }
section { padding: 76px 0; }

/* ---------- Option switcher bar ---------- */
.switcher {
  position: sticky; top: 0; z-index: 50;
  background: rgba(255,255,255,0.96);
  backdrop-filter: blur(6px);
  border-bottom: 1px solid var(--line);
  font-family: 'Rubik', sans-serif;
}
.switcher .wrap {
  display: flex; align-items: center; gap: 14px;
  min-height: 52px; flex-wrap: wrap; padding-top: 8px; padding-bottom: 8px;
}
.switcher .which { font-weight: 600; color: var(--teal); font-size: 0.95rem; }
.switcher nav { margin-left: auto; display: flex; gap: 8px; flex-wrap: wrap; }
.switcher a {
  text-decoration: none; font-size: 0.85rem; font-weight: 500;
  color: var(--teal); padding: 6px 14px; border: 1px solid var(--line);
  border-radius: var(--radius-pill); white-space: nowrap;
}
.switcher a:hover { background: var(--pink-soft); }
.switcher a.current { background: var(--teal); color: #fff; border-color: var(--teal); }

/* ---------- Mockup banner ---------- */
.mock-note {
  background: var(--ink); color: #fff; text-align: center;
  font-size: 0.8rem; letter-spacing: 0.04em; padding: 7px 16px;
}

/* ---------- Hero ---------- */
.hero {
  position: relative;
  background: var(--pink);
  padding: 88px 0 130px;
}
.hero .wrap {
  position: relative;
  display: grid; grid-template-columns: 1.05fr 0.95fr;
  gap: 56px; align-items: center;
}
.hero h1 { max-width: 16ch; }
.hero .sub { font-size: 1.15rem; color: var(--muted); max-width: 50ch; margin-bottom: 30px; }
.hero .meta { font-size: 0.9rem; color: var(--muted); margin-top: 16px; }
.hero .wave {
  position: absolute; bottom: -1px; left: 0; right: 0;
  width: 100%; height: 60px; display: block;
}

/* Layered Fulfillment-List card visual */
.hero-visual { position: relative; min-height: 400px; }
.hero-visual::before {
  content: ""; position: absolute; pointer-events: none;
  inset: 2% 2% 0 4%;
  background: var(--pink-deep); opacity: 0.55;
  border-radius: 47% 53% 58% 42% / 52% 44% 56% 48%;
}
.hero-visual .card-back {
  position: absolute; top: 34px; left: 50%; width: 86%; height: 90%;
  transform: translateX(-43%) rotate(4.5deg);
  background: var(--teal); opacity: 0.12; border-radius: var(--radius-lg);
}
.list-card {
  position: relative; background: #fff; border-radius: var(--radius-lg);
  box-shadow: var(--shadow-lift); padding: 26px 26px 20px;
  transform: rotate(-3deg); max-width: 350px; margin: 0 auto;
}
.list-card .list-head {
  display: flex; align-items: center; gap: 10px;
  border-bottom: 1px solid var(--line); padding-bottom: 12px; margin-bottom: 12px;
  font-family: 'Rubik', sans-serif; font-weight: 600; color: var(--teal);
}
.list-card .list-head svg { width: 18px; height: 18px; flex: none; }
.list-row {
  display: flex; gap: 10px; align-items: center;
  padding: 8px 6px; font-size: 0.93rem; color: var(--muted);
}
.list-row .dot {
  width: 19px; height: 19px; border-radius: 50%; flex: none;
  background: var(--teal); color: #fff; font-size: 0.62rem; font-weight: 700;
  display: flex; align-items: center; justify-content: center;
}
.list-row.hl {
  background: var(--pink-soft); border-radius: 10px;
  color: var(--ink); font-weight: 500; padding: 8px 10px;
}
.list-row.hl .dot { background: var(--accent-btn); }
.list-row.more { color: var(--muted); font-style: italic; }
.list-row.more .dot { background: var(--pink-deep); color: var(--teal); }

/* ---------- Buttons ---------- */
.btn {
  display: inline-block; font-family: 'Rubik', sans-serif; font-weight: 600;
  font-size: 1rem; text-decoration: none; color: #fff;
  background: var(--accent-btn); padding: 15px 32px;
  border-radius: var(--radius-pill); box-shadow: var(--shadow-soft);
  transition: background 0.15s ease, transform 0.15s ease;
}
.btn:hover { background: var(--accent-btn-hover); transform: translateY(-1px); }
.btn:focus-visible { outline: 3px solid rgba(0,109,119,0.45); outline-offset: 3px; }

/* ---------- Section labels ---------- */
.label {
  display: block; font-family: 'Rubik', sans-serif; font-weight: 600;
  font-size: 0.74rem; letter-spacing: 0.16em; text-transform: uppercase;
  color: var(--accent-text); margin-bottom: 12px;
}
.on-teal-band .label { color: var(--pink-soft); }

/* ---------- Pain bullets ---------- */
.pain { background: #fff; }
.pain ul { list-style: none; margin: 28px 0 0; padding: 0; display: grid; gap: 16px; }
.pain li {
  position: relative; padding-left: 34px; font-size: 1.1rem; max-width: 62ch;
}
.pain li::before {
  content: ""; position: absolute; left: 0; top: 0.35em;
  width: 18px; height: 16px;
  background: var(--accent);
  -webkit-mask: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M12 21s-6.7-4.3-9.3-8C.5 9.9 2 6 5.4 5.2 7.6 4.7 9.7 5.6 12 8c2.3-2.4 4.4-3.3 6.6-2.8C22 6 23.5 9.9 21.3 13c-2.6 3.7-9.3 8-9.3 8z"/></svg>') center / contain no-repeat;
  mask: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M12 21s-6.7-4.3-9.3-8C.5 9.9 2 6 5.4 5.2 7.6 4.7 9.7 5.6 12 8c2.3-2.4 4.4-3.3 6.6-2.8C22 6 23.5 9.9 21.3 13c-2.6 3.7-9.3 8-9.3 8z"/></svg>') center / contain no-repeat;
}

/* ---------- Card grids ---------- */
.cards-3 { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; margin-top: 36px; }
.cards-2 { display: grid; grid-template-columns: repeat(2, 1fr); gap: 22px; margin-top: 36px; }
.card {
  background: #fff; border: 1px solid var(--line); border-radius: var(--radius-lg);
  box-shadow: var(--shadow-card); padding: 28px;
  transition: transform 0.18s ease, box-shadow 0.18s ease;
}
.card:hover { transform: translateY(-3px); box-shadow: var(--shadow-lift); }
.card h3 { margin-bottom: 0.4em; }
.card p { margin: 0; color: var(--muted); font-size: 0.97rem; }

/* Method cards with icon badges */
.method-card .icon-badge {
  width: 46px; height: 46px; border-radius: 50%; background: var(--pink-soft);
  display: flex; align-items: center; justify-content: center; margin-bottom: 16px;
}
.method-card .icon-badge svg {
  width: 23px; height: 23px; stroke: var(--teal); fill: none;
  stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round;
}

/* ---------- Bands ---------- */
.band-soft { background: var(--pink-soft); }
.band-teal { background: var(--teal); }
.band-teal h2, .band-teal h3 { color: #fff; }
.band-teal p, .band-teal li { color: rgba(255, 255, 255, 0.92); }

/* ---------- The turn ---------- */
.turn { position: relative; padding: 92px 0; }
.turn .heart-mark {
  position: absolute; right: 4%; top: 50%; transform: translateY(-50%) rotate(-8deg);
  width: 300px; height: 300px; opacity: 0.1; pointer-events: none;
}
.turn .wrap { position: relative; }
.turn h2 { max-width: 22ch; font-size: clamp(1.85rem, 3.6vw, 2.7rem); }
.turn p { font-size: 1.12rem; max-width: 58ch; }

/* ---------- Result / stats ---------- */
.result-grid { display: grid; grid-template-columns: 1.2fr 0.8fr; gap: 48px; align-items: start; margin-top: 8px; }
.result-grid ul { list-style: none; margin: 24px 0 0; padding: 0; display: grid; gap: 14px; }
.result-grid li { position: relative; padding-left: 32px; font-size: 1.04rem; }
.result-grid li::before {
  content: "✓"; position: absolute; left: 0; top: 0;
  width: 22px; height: 22px; border-radius: 50%; background: var(--accent-btn);
  color: #fff; font-size: 0.75rem; font-weight: 700;
  display: flex; align-items: center; justify-content: center; margin-top: 3px;
}
.stats {
  background: var(--teal-deep); border-radius: var(--radius-lg); padding: 34px 32px;
  display: grid; gap: 24px;
}
.stats .stat + .stat { border-top: 1px solid rgba(255,255,255,0.16); padding-top: 24px; }
.stats .stat .num {
  font-family: 'Rubik', sans-serif; font-size: 2.9rem; font-weight: 700;
  color: #fff; line-height: 1;
}
.stats .stat .cap { font-size: 0.92rem; color: var(--pink-soft); margin-top: 8px; }

/* ---------- Testimonials ---------- */
.quote-card { display: flex; flex-direction: column; position: relative; padding-top: 58px; }
.quote-card .quote-mark {
  position: absolute; top: 18px; left: 24px;
  font-family: 'Rubik', sans-serif; font-size: 4.2rem; line-height: 1;
  color: var(--pink-deep); user-select: none;
}
.quote-card blockquote { margin: 0 0 18px; font-size: 0.99rem; color: var(--ink); font-style: italic; }
.quote-card .who { margin-top: auto; display: flex; align-items: center; gap: 12px; }
.quote-card .who .avatar {
  width: 42px; height: 42px; border-radius: 50%; background: var(--teal);
  color: #fff; font-family: 'Rubik', sans-serif; font-weight: 600;
  display: flex; align-items: center; justify-content: center;
}
.quote-card .who .name { font-weight: 600; font-size: 0.95rem; }
.quote-card .who .tag { font-size: 0.85rem; color: var(--accent-text); }

/* ---------- Offer ---------- */
.offer { position: relative; background: var(--teal); padding: 116px 0 92px; }
.offer .wave-top {
  position: absolute; top: -1px; left: 0; right: 0;
  width: 100%; height: 60px; display: block;
}
.offer-card {
  background: #fff; border-radius: var(--radius-lg); box-shadow: var(--shadow-lift);
  max-width: 760px; margin: 0 auto; padding: 54px 48px; text-align: center;
}
.offer-card:hover { transform: none; }
.offer-card .heart-badge {
  width: 46px; height: 46px; border-radius: 50%; background: var(--pink-soft);
  display: inline-flex; align-items: center; justify-content: center; margin-bottom: 16px;
}
.offer-card .heart-badge svg { width: 22px; height: 22px; }
.offer-card .label { margin-bottom: 18px; }
.offer-card h2 { font-size: clamp(1.6rem, 3vw, 2.1rem); }
.offer-card .pitch { color: var(--muted); max-width: 54ch; margin: 0 auto 30px; }
.offer-specs {
  display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px;
  margin: 0 0 32px; padding: 24px 0; border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}
.offer-specs .spec .k {
  font-size: 0.72rem; letter-spacing: 0.14em; text-transform: uppercase;
  color: var(--muted); font-family: 'Rubik', sans-serif;
}
.offer-specs .spec .v { font-family: 'Rubik', sans-serif; font-weight: 600; color: var(--teal); margin-top: 4px; }
.offer-card .caveat { font-size: 0.9rem; color: var(--muted); margin-top: 22px; }

/* ---------- Final close ---------- */
.close-band { background: var(--teal); text-align: center; padding: 30px 0 92px; }
.close-band h2 { color: #fff; }
.close-band em { color: var(--pink-soft); font-style: italic; }
.close-band p { color: rgba(255, 255, 255, 0.92); max-width: 50ch; margin: 0 auto 28px; }

footer.page-foot {
  background: var(--teal-deep); border-top: 1px solid rgba(255,255,255,0.12);
  padding: 26px 0; text-align: center; font-size: 0.85rem; color: var(--pink-soft);
}
footer.page-foot.on-white { background: #fff; border-top: 1px solid var(--line); color: var(--muted); }

/* ---------- Overview page ---------- */
.diag { counter-reset: diag; display: grid; gap: 20px; margin-top: 32px; }
.diag .card { counter-increment: diag; }
.diag .card h3::before { content: counter(diag) ". "; color: var(--accent-text); }
.option-tiles { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; margin-top: 36px; }
.option-tile { display: flex; flex-direction: column; text-decoration: none; color: inherit; }
.option-tile img.thumb {
  width: 100%; border-radius: 12px; border: 1px solid var(--line);
  margin-bottom: 16px; display: block; aspect-ratio: 16 / 11; object-fit: cover; object-position: top;
}
.option-tile .hook {
  font-family: 'Rubik', sans-serif; font-weight: 600; font-size: 1.22rem;
  color: var(--teal); margin: 8px 0 12px; line-height: 1.3;
}
.option-tile .temp { font-size: 0.78rem; letter-spacing: 0.12em; text-transform: uppercase; color: var(--accent-text); font-family: 'Rubik', sans-serif; font-weight: 600; }
.option-tile p { color: var(--muted); font-size: 0.95rem; }
.option-tile .view { margin-top: auto; padding-top: 18px; font-family: 'Rubik', sans-serif; font-weight: 600; color: var(--accent-text); font-size: 0.95rem; }
.reco {
  background: var(--pink-soft); border-radius: var(--radius-lg); padding: 32px 36px;
  margin-top: 48px;
}
.reco h3 { margin-bottom: 0.5em; }
.reco p { margin-bottom: 0.6em; }

/* ---------- Reduced motion ---------- */
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .card, .btn { transition: none; }
}

/* ---------- Responsive ---------- */
@media (max-width: 900px) {
  .cards-3, .option-tiles { grid-template-columns: 1fr 1fr; }
  .result-grid { grid-template-columns: 1fr; }
  .hero .wrap { grid-template-columns: 1fr; gap: 44px; }
  .hero h1 { max-width: none; }
  .hero-visual { min-height: 0; }
}
@media (max-width: 640px) {
  section { padding: 56px 0; }
  .cards-3, .cards-2, .option-tiles { grid-template-columns: 1fr; }
  .offer-card { padding: 36px 24px; }
  .offer-specs { grid-template-columns: 1fr; }
  .switcher nav { margin-left: 0; }
  .hero { padding: 64px 0 110px; }
  .turn .heart-mark { width: 200px; height: 200px; right: 2%; opacity: 0.08; }
}
