/* =========================================================
   Momente zu Zweit — Le Cœur Revient
   Gemeinsames Stylesheet für Verkaufsseite & Rechtstexte
   Ruhige, elegante, „white" Gestaltung — Wohlbefinden & Nähe
   ========================================================= */

/* ---------- Design-Tokens ---------- */
:root {
  --cream:      #FBF7F1;
  --cream-2:    #F5ECE0;
  --cream-3:    #EFE4D5;
  --white:      #FFFFFF;

  --ink:        #2C2925;
  --ink-soft:   #5E574E;
  --ink-mute:   #8A8177;

  --terra:      #B87357;
  --terra-dark: #9C5A41;
  --terra-soft: #E9C9BB;

  --sage:       #7E8B72;
  --sage-dark:  #616E56;
  --sage-soft:  #D9DFCF;

  --gold:       #C6A667;
  --line:       #E7DCCC;
  --line-soft:  #F0E7DA;

  --shadow-sm: 0 2px 10px rgba(60, 45, 30, .05);
  --shadow-md: 0 12px 34px rgba(76, 54, 34, .10);
  --shadow-lg: 0 26px 60px rgba(76, 54, 34, .14);

  --radius:    18px;
  --radius-sm: 12px;
  --radius-lg: 28px;

  --serif: "Cormorant Garamond", "Iowan Old Style", Georgia, "Times New Roman", serif;
  --sans:  "Inter", system-ui, -apple-system, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;

  --maxw: 1160px;
  --gap:  clamp(1.4rem, 4vw, 3rem);
}

/* ---------- Reset ---------- */
*, *::before, *::after { box-sizing: border-box; }
* { margin: 0; }
html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; }
body {
  font-family: var(--sans);
  color: var(--ink);
  background: var(--cream);
  line-height: 1.7;
  font-size: 17px;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  overflow-x: hidden;
}
img, svg { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button { font-family: inherit; cursor: pointer; border: none; background: none; }
ul { list-style: none; padding: 0; }

/* ---------- Typografie ---------- */
h1, h2, h3, h4 { font-family: var(--serif); font-weight: 600; line-height: 1.12; letter-spacing: .2px; color: var(--ink); }
h1 { font-size: clamp(2.6rem, 6vw, 4.4rem); }
h2 { font-size: clamp(2rem, 4.4vw, 3.1rem); }
h3 { font-size: clamp(1.35rem, 2.4vw, 1.7rem); }
p  { color: var(--ink-soft); }

.eyebrow {
  font-family: var(--sans);
  font-size: .78rem;
  font-weight: 600;
  letter-spacing: .22em;
  text-transform: uppercase;
  color: var(--terra-dark);
  display: inline-flex;
  align-items: center;
  gap: .6rem;
}
.eyebrow::before {
  content: "";
  width: 26px; height: 1px;
  background: var(--terra);
  display: inline-block;
}
.eyebrow.center::before { display: none; }

/* ---------- Layout-Helfer ---------- */
.container { width: 100%; max-width: var(--maxw); margin-inline: auto; padding-inline: clamp(1.2rem, 5vw, 2.5rem); }
.section { padding-block: clamp(4rem, 9vw, 7.5rem); }
.section--tight { padding-block: clamp(3rem, 6vw, 5rem); }
.center { text-align: center; }
.lede { font-size: clamp(1.05rem, 1.6vw, 1.22rem); color: var(--ink-soft); max-width: 40ch; }
.center .lede { margin-inline: auto; }
.section-head { max-width: 620px; margin-bottom: clamp(2.2rem, 5vw, 3.4rem); }
.center .section-head { margin-inline: auto; }
.section-head h2 { margin-top: .7rem; }
.section-head p { margin-top: 1rem; }

/* ---------- Buttons ---------- */
.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: .55rem;
  padding: .95rem 1.8rem;
  border-radius: 100px;
  font-weight: 600;
  font-size: .98rem;
  letter-spacing: .01em;
  transition: transform .25s ease, box-shadow .25s ease, background .25s ease, color .25s ease;
  will-change: transform;
}
.btn svg { width: 18px; height: 18px; }
.btn-primary {
  background: var(--terra);
  color: #fff;
  box-shadow: 0 10px 26px rgba(156, 90, 65, .28);
}
.btn-primary:hover { background: var(--terra-dark); transform: translateY(-2px); box-shadow: 0 16px 34px rgba(156, 90, 65, .34); }
.btn-ghost {
  background: transparent;
  color: var(--ink);
  border: 1.5px solid var(--line);
}
.btn-ghost:hover { border-color: var(--terra); color: var(--terra-dark); transform: translateY(-2px); }
.btn-light { background: #fff; color: var(--ink); box-shadow: var(--shadow-sm); }
.btn-light:hover { transform: translateY(-2px); box-shadow: var(--shadow-md); }
.btn-block { width: 100%; }
.btn-lg { padding: 1.1rem 2.2rem; font-size: 1.05rem; }

/* ---------- Header / Navigation ---------- */
.site-header {
  position: sticky; top: 0; z-index: 60;
  background: rgba(251, 247, 241, .82);
  backdrop-filter: saturate(180%) blur(14px);
  -webkit-backdrop-filter: saturate(180%) blur(14px);
  border-bottom: 1px solid transparent;
  transition: border-color .3s ease, background .3s ease, box-shadow .3s ease;
}
.site-header.scrolled { border-bottom-color: var(--line); box-shadow: var(--shadow-sm); }
.nav { display: flex; align-items: center; justify-content: space-between; gap: 1rem; height: 74px; }
.brand { display: flex; align-items: center; gap: .7rem; }
.brand__mark { width: 38px; height: 38px; flex: none; }
.brand__text { display: flex; flex-direction: column; line-height: 1.05; }
.brand__name { font-family: var(--serif); font-size: 1.32rem; font-weight: 600; color: var(--ink); letter-spacing: .3px; }
.brand__tag { font-size: .62rem; letter-spacing: .28em; text-transform: uppercase; color: var(--ink-mute); }
.nav__links { display: flex; align-items: center; gap: 1.9rem; }
.nav__links a { font-size: .95rem; color: var(--ink-soft); font-weight: 500; transition: color .2s; position: relative; }
.nav__links a::after {
  content: ""; position: absolute; left: 0; bottom: -5px; height: 1.5px; width: 0;
  background: var(--terra); transition: width .25s ease;
}
.nav__links a:hover { color: var(--ink); }
.nav__links a:hover::after { width: 100%; }
.nav__cta { display: flex; align-items: center; gap: 1rem; }
.nav__toggle { display: none; width: 44px; height: 44px; border-radius: 12px; align-items: center; justify-content: center; }
.nav__toggle span { width: 22px; height: 2px; background: var(--ink); position: relative; transition: .3s; }
.nav__toggle span::before, .nav__toggle span::after { content: ""; position: absolute; left: 0; width: 22px; height: 2px; background: var(--ink); transition: .3s; }
.nav__toggle span::before { top: -7px; }
.nav__toggle span::after { top: 7px; }
body.menu-open .nav__toggle span { background: transparent; }
body.menu-open .nav__toggle span::before { top: 0; transform: rotate(45deg); }
body.menu-open .nav__toggle span::after { top: 0; transform: rotate(-45deg); }

/* ---------- Hero ---------- */
.hero { position: relative; overflow: hidden; padding-block: clamp(3rem, 7vw, 5.5rem); }
.hero::before {
  content: ""; position: absolute; inset: 0; z-index: -2;
  background:
    radial-gradient(60% 55% at 82% 12%, rgba(233, 201, 187, .55), transparent 60%),
    radial-gradient(50% 50% at 8% 88%, rgba(217, 223, 207, .5), transparent 60%),
    var(--cream);
}
.hero__grid { display: grid; grid-template-columns: 1.05fr .95fr; gap: clamp(2rem, 5vw, 4rem); align-items: center; }
.hero__content { max-width: 560px; }
.hero h1 { margin: 1.1rem 0 0; }
.hero h1 em { font-style: italic; color: var(--terra-dark); }
.hero__sub { font-size: clamp(1.08rem, 1.7vw, 1.28rem); margin-top: 1.4rem; color: var(--ink-soft); max-width: 46ch; }
.hero__actions { display: flex; flex-wrap: wrap; gap: .9rem; margin-top: 2.1rem; }
.hero__trust { display: flex; flex-wrap: wrap; gap: 1.1rem 1.6rem; margin-top: 2.2rem; padding-top: 1.7rem; border-top: 1px solid var(--line); }
.hero__trust li { display: flex; align-items: center; gap: .5rem; font-size: .88rem; color: var(--ink-soft); font-weight: 500; }
.hero__trust svg { width: 18px; height: 18px; color: var(--sage-dark); flex: none; }

/* Hero-Visual */
.hero__visual { position: relative; }
.hero__card {
  position: relative; border-radius: var(--radius-lg); overflow: hidden;
  background: linear-gradient(155deg, #F3E4D6, #E9D3C4 55%, #DFC7B4);
  box-shadow: var(--shadow-lg);
  aspect-ratio: 4 / 4.6; display: flex; align-items: center; justify-content: center;
}
.hero__card svg.botanical { position: absolute; opacity: .5; }
.hero__badge {
  position: absolute; background: #fff; border-radius: 16px; box-shadow: var(--shadow-md);
  padding: .85rem 1.05rem; display: flex; align-items: center; gap: .7rem;
}
.hero__badge svg { width: 30px; height: 30px; flex: none; }
.hero__badge b { display: block; font-family: var(--serif); font-size: 1.15rem; line-height: 1; color: var(--ink); }
.hero__badge span { font-size: .74rem; color: var(--ink-mute); }
.hero__badge--tl { top: 8%; left: -6%; }
.hero__badge--br { bottom: 9%; right: -5%; }
.hero__stars { color: var(--gold); letter-spacing: 2px; font-size: .9rem; }

/* ---------- Marken-Streifen ---------- */
.assurance { background: var(--white); border-block: 1px solid var(--line); }
.assurance__row { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1.5rem; padding-block: 2.2rem; }
.assurance__item { display: flex; align-items: center; gap: .85rem; }
.assurance__item svg { width: 30px; height: 30px; color: var(--terra); flex: none; }
.assurance__item b { display: block; font-size: .96rem; color: var(--ink); }
.assurance__item span { font-size: .82rem; color: var(--ink-mute); }

/* ---------- Über / Intro ---------- */
.about__grid { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(2rem, 5vw, 4rem); align-items: center; }
.about__visual {
  border-radius: var(--radius-lg); aspect-ratio: 1/1;
  background: linear-gradient(150deg, var(--sage-soft), #EAE2D2);
  position: relative; overflow: hidden; box-shadow: var(--shadow-md);
  display: flex; align-items: center; justify-content: center;
}
.about__quote {
  position: relative; z-index: 2; text-align: center; padding: 2rem;
  font-family: var(--serif); font-size: clamp(1.5rem, 3vw, 2.1rem); font-style: italic; color: var(--ink);
  max-width: 24ch;
}
.about__quote span { display: block; font-family: var(--sans); font-style: normal; font-size: .82rem; letter-spacing: .2em; text-transform: uppercase; color: var(--sage-dark); margin-top: 1.2rem; }
.note-card {
  margin-top: 1.8rem; background: var(--cream-2); border: 1px solid var(--line);
  border-radius: var(--radius-sm); padding: 1.1rem 1.3rem; display: flex; gap: .8rem; align-items: flex-start;
}
.note-card svg { width: 22px; height: 22px; color: var(--sage-dark); flex: none; margin-top: 2px; }
.note-card p { font-size: .9rem; margin: 0; color: var(--ink-soft); }

/* ---------- Zielgruppe ---------- */
.audience { background: var(--white); }
.audience__list { display: grid; grid-template-columns: repeat(2, 1fr); gap: 1.1rem; margin-top: 2rem; }
.audience__list li {
  display: flex; align-items: flex-start; gap: .9rem;
  background: var(--cream); border: 1px solid var(--line-soft); border-radius: var(--radius-sm); padding: 1.15rem 1.3rem;
}
.audience__list svg { width: 24px; height: 24px; color: var(--terra); flex: none; margin-top: 2px; }
.audience__list b { font-weight: 600; color: var(--ink); }

/* ---------- Kursinhalte / Module ---------- */
.modules__grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.4rem; }
.module {
  background: var(--white); border: 1px solid var(--line); border-radius: var(--radius);
  padding: 1.9rem 1.7rem; box-shadow: var(--shadow-sm);
  transition: transform .3s ease, box-shadow .3s ease, border-color .3s ease;
}
.module:hover { transform: translateY(-5px); box-shadow: var(--shadow-md); border-color: var(--terra-soft); }
.module__icon {
  width: 54px; height: 54px; border-radius: 14px; display: flex; align-items: center; justify-content: center;
  background: linear-gradient(150deg, var(--cream-2), var(--cream-3)); margin-bottom: 1.2rem;
}
.module__icon svg { width: 27px; height: 27px; color: var(--terra-dark); }
.module h3 { margin-bottom: .5rem; }
.module p { font-size: .96rem; margin: 0; }
.module__num { font-family: var(--serif); font-size: .95rem; color: var(--gold); font-weight: 600; letter-spacing: .1em; }

/* ---------- Ablauf / Steps ---------- */
.steps { background: linear-gradient(180deg, var(--cream), var(--cream-2)); }
.steps__grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.5rem; margin-top: 1rem; position: relative; }
.step { position: relative; text-align: center; padding: 1.5rem 1.2rem; }
.step__num {
  width: 60px; height: 60px; border-radius: 50%; margin: 0 auto 1.2rem;
  background: var(--white); border: 1.5px solid var(--terra-soft); box-shadow: var(--shadow-sm);
  display: flex; align-items: center; justify-content: center;
  font-family: var(--serif); font-size: 1.6rem; font-weight: 600; color: var(--terra-dark);
}
.step h3 { font-size: 1.3rem; margin-bottom: .5rem; }
.step p { font-size: .95rem; margin: 0 auto; max-width: 30ch; }
.steps__note {
  margin-top: 2.6rem; text-align: center; background: var(--white); border: 1px solid var(--line);
  border-radius: var(--radius); padding: 1.3rem 1.6rem; display: inline-flex; align-items: center; gap: .8rem;
  box-shadow: var(--shadow-sm);
}
.steps__note-wrap { text-align: center; }
.steps__note svg { width: 26px; height: 26px; color: var(--sage-dark); flex: none; }
.steps__note p { margin: 0; font-size: .95rem; color: var(--ink); }

/* ---------- Stimmen / Testimonials ---------- */
.voices { background: var(--white); }
.voices__grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.4rem; }
.voice {
  background: var(--cream); border: 1px solid var(--line-soft); border-radius: var(--radius);
  padding: 1.9rem 1.7rem; display: flex; flex-direction: column; gap: 1rem;
}
.voice__stars { color: var(--gold); letter-spacing: 2px; font-size: .95rem; }
.voice p { font-family: var(--serif); font-size: 1.28rem; font-style: italic; color: var(--ink); line-height: 1.4; margin: 0; }
.voice__who { display: flex; align-items: center; gap: .8rem; margin-top: auto; }
.voice__avatar {
  width: 42px; height: 42px; border-radius: 50%; flex: none;
  background: linear-gradient(150deg, var(--terra-soft), var(--sage-soft));
  display: flex; align-items: center; justify-content: center;
  font-family: var(--serif); font-weight: 600; color: var(--ink); font-size: 1rem;
}
.voice__who b { font-size: .92rem; color: var(--ink); }
.voice__who span { font-size: .8rem; color: var(--ink-mute); }
.voices__disclaimer { text-align: center; font-size: .82rem; color: var(--ink-mute); margin-top: 2rem; }

/* ---------- Angebote / Preise ---------- */
.pricing { background: linear-gradient(180deg, var(--cream-2), var(--cream)); }
.pricing__grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 1.6rem; max-width: 880px; margin: 0 auto; align-items: stretch; }
.plan {
  background: var(--white); border: 1px solid var(--line); border-radius: var(--radius-lg);
  padding: 2.4rem 2.1rem; display: flex; flex-direction: column; box-shadow: var(--shadow-sm); position: relative;
  transition: transform .3s ease, box-shadow .3s ease;
}
.plan:hover { transform: translateY(-4px); box-shadow: var(--shadow-md); }
.plan--featured { border: 1.5px solid var(--terra); box-shadow: var(--shadow-lg); }
.plan__flag {
  position: absolute; top: -14px; left: 50%; transform: translateX(-50%);
  background: var(--terra); color: #fff; font-size: .72rem; font-weight: 700; letter-spacing: .12em; text-transform: uppercase;
  padding: .45rem 1.1rem; border-radius: 100px; box-shadow: var(--shadow-sm); white-space: nowrap;
}
.plan__name { font-family: var(--serif); font-size: 1.7rem; color: var(--ink); }
.plan__desc { font-size: .92rem; color: var(--ink-soft); margin-top: .35rem; min-height: 2.6em; }
.plan__price { display: flex; align-items: baseline; gap: .35rem; margin: 1.3rem 0 .3rem; }
.plan__price .cur { font-family: var(--serif); font-size: 1.6rem; color: var(--ink); }
.plan__price .amt { font-family: var(--serif); font-size: 3.2rem; font-weight: 600; color: var(--ink); line-height: 1; }
.plan__once { font-size: .84rem; color: var(--sage-dark); font-weight: 600; letter-spacing: .04em; }
.plan__features { display: flex; flex-direction: column; gap: .75rem; margin: 1.6rem 0 1.9rem; }
.plan__features li { display: flex; align-items: flex-start; gap: .7rem; font-size: .95rem; color: var(--ink-soft); }
.plan__features svg { width: 20px; height: 20px; color: var(--sage-dark); flex: none; margin-top: 2px; }
.plan .btn { margin-top: auto; }
.pricing__reassure { text-align: center; margin-top: 2.2rem; display: flex; flex-wrap: wrap; gap: .6rem 1.6rem; justify-content: center; }
.pricing__reassure span { display: inline-flex; align-items: center; gap: .5rem; font-size: .88rem; color: var(--ink-soft); }
.pricing__reassure svg { width: 18px; height: 18px; color: var(--sage-dark); }

/* ---------- Garantie-Band ---------- */
.guarantee { background: var(--white); }
.guarantee__box {
  display: grid; grid-template-columns: auto 1fr; gap: 1.8rem; align-items: center;
  background: linear-gradient(140deg, var(--sage-soft), var(--cream-2));
  border-radius: var(--radius-lg); padding: clamp(1.8rem, 4vw, 2.8rem);
}
.guarantee__seal {
  width: 96px; height: 96px; border-radius: 50%; background: var(--white); box-shadow: var(--shadow-md);
  display: flex; align-items: center; justify-content: center; flex: none;
}
.guarantee__seal svg { width: 48px; height: 48px; color: var(--sage-dark); }
.guarantee__box h3 { font-size: 1.6rem; margin-bottom: .4rem; }
.guarantee__box p { font-size: .98rem; margin: 0; color: var(--ink-soft); }

/* ---------- FAQ ---------- */
.faq { background: var(--cream); }
.faq__wrap { max-width: 780px; margin: 0 auto; }
.faq__item { border-bottom: 1px solid var(--line); }
.faq__q {
  width: 100%; display: flex; align-items: center; justify-content: space-between; gap: 1rem;
  padding: 1.4rem 0; text-align: left; font-family: var(--serif); font-size: 1.25rem; color: var(--ink); font-weight: 600;
}
.faq__q .icon { width: 26px; height: 26px; flex: none; position: relative; transition: transform .3s; }
.faq__q .icon::before, .faq__q .icon::after { content: ""; position: absolute; background: var(--terra); border-radius: 2px; }
.faq__q .icon::before { top: 50%; left: 4px; right: 4px; height: 2px; transform: translateY(-50%); }
.faq__q .icon::after { left: 50%; top: 4px; bottom: 4px; width: 2px; transform: translateX(-50%); transition: opacity .3s; }
.faq__item.open .faq__q .icon::after { opacity: 0; }
.faq__a { max-height: 0; overflow: hidden; transition: max-height .35s ease; }
.faq__a p { padding: 0 0 1.4rem; margin: 0; font-size: .98rem; }

/* ---------- Final CTA ---------- */
.finalcta { position: relative; overflow: hidden; color: #fff; }
.finalcta::before {
  content: ""; position: absolute; inset: 0; z-index: -1;
  background: linear-gradient(150deg, var(--terra), #A8664B 60%, var(--terra-dark));
}
.finalcta::after {
  content: ""; position: absolute; inset: 0; z-index: -1; opacity: .18;
  background: radial-gradient(50% 60% at 85% 20%, #fff, transparent 55%);
}
.finalcta .container { text-align: center; }
.finalcta h2 { color: #fff; }
.finalcta p { color: rgba(255,255,255,.9); max-width: 44ch; margin: 1.1rem auto 2rem; font-size: 1.1rem; }
.finalcta .btn-light { color: var(--terra-dark); }
.finalcta__mini { margin-top: 1.5rem; font-size: .85rem; color: rgba(255,255,255,.82); }

/* ---------- Footer ---------- */
.site-footer { background: #211E1A; color: #C9C0B4; padding-block: clamp(3rem, 6vw, 4.5rem) 2rem; font-size: .92rem; }
.footer__top { display: grid; grid-template-columns: 1.4fr 1fr 1fr 1.2fr; gap: 2.4rem; padding-bottom: 2.6rem; border-bottom: 1px solid rgba(255,255,255,.1); }
.footer__brand .brand__name { color: #fff; }
.footer__brand .brand__tag { color: #8C8377; }
.footer__brand p { color: #A79E92; font-size: .9rem; margin-top: 1rem; max-width: 34ch; }
.footer__col h4 { color: #fff; font-family: var(--sans); font-size: .82rem; letter-spacing: .16em; text-transform: uppercase; font-weight: 600; margin-bottom: 1.1rem; }
.footer__col ul { display: flex; flex-direction: column; gap: .7rem; }
.footer__col a { color: #B7AEA2; transition: color .2s; }
.footer__col a:hover { color: #fff; }
.footer__contact li { display: flex; align-items: flex-start; gap: .6rem; margin-bottom: .8rem; color: #B7AEA2; }
.footer__contact svg { width: 18px; height: 18px; flex: none; margin-top: 3px; color: var(--terra-soft); }
.footer__contact a { color: #B7AEA2; }
.footer__contact a:hover { color: #fff; }
.footer__legal { display: flex; flex-wrap: wrap; justify-content: space-between; gap: 1rem; padding-top: 2rem; }
.footer__legal .company { color: #9A9184; font-size: .84rem; line-height: 1.7; max-width: 70ch; }
.footer__legal .company b { color: #C9C0B4; font-weight: 600; }
.footer__disclaimer { margin-top: 1.3rem; font-size: .8rem; color: #837A6E; max-width: 80ch; }
.footer__pay { display: inline-flex; align-items: center; gap: .5rem; font-size: .8rem; color: #9A9184; margin-top: 1.3rem; }
.footer__pay svg { width: 16px; height: 16px; color: var(--sage-soft); }

/* ---------- Rechtstexte (legal pages) ---------- */
.legal-hero { background: linear-gradient(180deg, var(--cream-2), var(--cream)); padding-block: clamp(3rem, 7vw, 5rem) clamp(2rem,4vw,3rem); border-bottom: 1px solid var(--line); }
.legal-hero .eyebrow { margin-bottom: .8rem; }
.legal-hero p { margin-top: .8rem; color: var(--ink-soft); }
.legal-body { padding-block: clamp(2.5rem, 6vw, 4.5rem); }
.legal-wrap { max-width: 820px; margin: 0 auto; }
.legal-wrap h2 { font-size: clamp(1.4rem, 2.6vw, 1.9rem); margin: 2.6rem 0 .9rem; padding-top: 1.4rem; border-top: 1px solid var(--line); }
.legal-wrap h2:first-of-type { border-top: none; padding-top: 0; }
.legal-wrap h3 { font-size: 1.2rem; margin: 1.6rem 0 .6rem; }
.legal-wrap p { margin: .8rem 0; color: var(--ink-soft); }
.legal-wrap ul.bullets { margin: .8rem 0 1rem; padding-left: 0; display: flex; flex-direction: column; gap: .55rem; }
.legal-wrap ul.bullets li { position: relative; padding-left: 1.5rem; color: var(--ink-soft); }
.legal-wrap ul.bullets li::before { content: ""; position: absolute; left: 0; top: .62em; width: 7px; height: 7px; border-radius: 50%; background: var(--terra); }
.legal-wrap a.inline { color: var(--terra-dark); text-decoration: underline; text-underline-offset: 2px; }
.legal-wrap strong { color: var(--ink); }
.legal-toc { background: var(--white); border: 1px solid var(--line); border-radius: var(--radius); padding: 1.4rem 1.6rem; margin-bottom: 2.4rem; box-shadow: var(--shadow-sm); }
.legal-toc h4 { font-family: var(--sans); font-size: .78rem; letter-spacing: .16em; text-transform: uppercase; color: var(--ink-mute); margin-bottom: .8rem; }
.legal-toc ol { margin: 0; padding-left: 1.2rem; color: var(--terra-dark); display: grid; grid-template-columns: repeat(2, 1fr); gap: .4rem 1.4rem; }
.legal-toc a { color: var(--terra-dark); }
.legal-toc a:hover { text-decoration: underline; }
.info-box { background: var(--cream-2); border: 1px solid var(--line); border-left: 3px solid var(--terra); border-radius: var(--radius-sm); padding: 1.2rem 1.4rem; margin: 1.4rem 0; }
.info-box p { margin: .4rem 0; font-size: .95rem; }
.info-box p:first-child { margin-top: 0; }
.info-box p:last-child { margin-bottom: 0; }
.data-table { width: 100%; border-collapse: collapse; margin: 1.2rem 0; font-size: .93rem; }
.data-table th, .data-table td { text-align: left; padding: .8rem 1rem; border: 1px solid var(--line); vertical-align: top; }
.data-table th { background: var(--cream-2); color: var(--ink); font-weight: 600; }
.data-table td { color: var(--ink-soft); }
.back-link { display: inline-flex; align-items: center; gap: .5rem; font-size: .9rem; color: var(--terra-dark); font-weight: 500; margin-top: 2.5rem; }
.back-link svg { width: 16px; height: 16px; }
.updated { font-size: .85rem; color: var(--ink-mute); margin-top: .4rem; }

/* ---------- Scroll-Reveal ---------- */
.reveal { opacity: 0; transform: translateY(22px); transition: opacity .7s ease, transform .7s ease; }
.reveal.in { opacity: 1; transform: none; }

/* ---------- Responsive ---------- */
@media (max-width: 940px) {
  .hero__grid { grid-template-columns: 1fr; }
  .hero__visual { order: -1; max-width: 420px; margin-inline: auto; width: 100%; }
  .hero__badge--tl { left: 2%; }
  .hero__badge--br { right: 2%; }
  .about__grid { grid-template-columns: 1fr; }
  .about__visual { order: -1; max-width: 460px; }
  .modules__grid { grid-template-columns: repeat(2, 1fr); }
  .voices__grid { grid-template-columns: 1fr; max-width: 520px; margin-inline: auto; }
  .assurance__row { grid-template-columns: repeat(2, 1fr); gap: 1.4rem 1rem; }
  .footer__top { grid-template-columns: 1fr 1fr; gap: 2rem; }
}
@media (max-width: 720px) {
  .nav__links, .nav__cta .btn { display: none; }
  .nav__toggle { display: flex; }
  .site-header.menu-open .nav__links {
    display: flex; position: absolute; top: 74px; left: 0; right: 0; flex-direction: column;
    background: var(--cream); border-bottom: 1px solid var(--line); padding: 1.2rem 1.5rem 1.8rem; gap: 1.2rem;
    box-shadow: var(--shadow-md);
  }
  .site-header.menu-open .nav__links a { font-size: 1.05rem; }
  .steps__grid { grid-template-columns: 1fr; gap: 1rem; }
  .pricing__grid { grid-template-columns: 1fr; max-width: 440px; }
  .audience__list { grid-template-columns: 1fr; }
  .guarantee__box { grid-template-columns: 1fr; text-align: center; }
  .guarantee__seal { margin-inline: auto; }
  .legal-toc ol { grid-template-columns: 1fr; }
}
@media (max-width: 460px) {
  .modules__grid { grid-template-columns: 1fr; }
  .assurance__row { grid-template-columns: 1fr; }
  .footer__top { grid-template-columns: 1fr; }
  body { font-size: 16px; }
}

/* ---------- Reduced Motion ---------- */
@media (prefers-reduced-motion: reduce) {
  * { animation: none !important; transition: none !important; scroll-behavior: auto !important; }
  .reveal { opacity: 1; transform: none; }
}
