/* ═══════════════════════════════════════════════════
   Faites des mômes — Landing Page
   Newsletter parentalité de la Fondation AlphaOmega
   ═══════════════════════════════════════════════════ */

:root {
  --berry: #9E0059;
  /* rose framboise foncé */
  --berry-dark: #7a0045;
  --purple: #6600DD;
  /* violet vif */
  --purple-dark: #4f00ad;
  --cream: #FFF5DE;
  /* fond cover */
  --lavender: #CCBEFF;
  /* highlight pâle */
  --lavender-2: #B49CFF;
  /* lavande plus dense */
  --wa-green: #25D366;
  /* whatsapp */
  --ink: #3b3f44;
  --white: #ffffff;
}

* {
  box-sizing: border-box
}

html,
body {
  margin: 0;
  padding: 0;
  background: var(--cream);
  color: var(--ink);
  font-family: 'Arimo', 'Arial', sans-serif;
  -webkit-font-smoothing: antialiased
}

body {
  overflow-x: hidden
}

button {
  font-family: inherit;
  cursor: pointer;
  border: none;
  background: none;
  color: inherit
}

input,
textarea,
select {
  font-family: inherit
}

a {
  color: inherit
}

.wordmark {
  font-family: 'Archivo Black', 'Oswald', sans-serif;
  font-weight: 900;
  letter-spacing: -0.02em;
  line-height: 0.88;
  text-transform: none
}

.wordmark-condensed {
  font-family: 'Oswald', 'Archivo Black', sans-serif;
  font-weight: 700;
  letter-spacing: -0.01em;
  line-height: 0.9
}

.container {
  max-width: 1240px;
  margin: 0 auto;
  padding: 0 32px
}

/* ───────────── HEADER ───────────── */
header.nav {
  position: sticky;
  top: 0;
  z-index: 40;
  background: var(--cream);
  border-bottom: 1px solid rgba(18, 18, 18, 0.08);
}

.nav-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 18px 32px;
  max-width: 1240px;
  margin: 0 auto
}

.brand {
  display: flex;
  align-items: center;
  gap: 14px;
  min-width: 0
}

.brand img {
  height: 32px;
  width: auto
}

.nav-cta {
  background: var(--ink);
  color: var(--cream);
  padding: 12px 20px;
  font-weight: 700;
  font-size: 13px;
  letter-spacing: 0.02em;
  border-radius: 2px;
  transition: background .15s
}

.nav-cta:hover {
  background: var(--purple)
}

/* ───────────── HERO ───────────── */
.hero {
  background: var(--cream);
  color: var(--ink);
  position: relative;
  overflow: hidden;
  padding: 88px 0 120px;
  background-image:
    linear-gradient(rgba(18, 18, 18, 0.06) 1px, transparent 1px),
    linear-gradient(90deg, rgba(18, 18, 18, 0.06) 1px, transparent 1px);
  background-size: 44px 44px;
}

.hero-inner {
  position: relative;
  max-width: 1240px;
  margin: 0 auto;
  padding: 0 32px;
  display: grid;
  grid-template-columns: 1.35fr 1fr;
  gap: 56px;
  align-items: center
}

.hero-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--berry);
  margin-bottom: 28px
}

.hero-eyebrow::before {
  content: "";
  width: 32px;
  height: 12px;
  background: var(--berry);
  display: block
}

.hero h1 {
  font-family: 'Archivo Black', 'Oswald', sans-serif;
  font-size: clamp(64px, 10vw, 148px);
  line-height: 0.86;
  letter-spacing: -0.025em;
  margin: 0 0 28px;
  color: var(--ink);
}

.hero h1 .accent {
  color: var(--ink);
  background: linear-gradient(transparent 55%, var(--lavender) 55%);
  padding: 0 2px;
  box-decoration-break: clone;
  -webkit-box-decoration-break: clone;
}

.hero-sub {
  font-size: 20px;
  line-height: 1.45;
  max-width: 520px;
  margin: 0 0 36px;
  color: #333
}

.hero-sub b {
  color: var(--ink);
  font-weight: 700
}

.email-capture {
  display: flex;
  gap: 10px;
  background: var(--white);
  padding: 8px;
  max-width: 520px;
  border: 1.5px solid rgba(18, 18, 18, 0.15);
}

.email-capture input {
  flex: 1;
  border: none;
  outline: none;
  padding: 14px 16px;
  font-size: 16px;
  color: var(--ink);
  background: transparent;
  min-width: 0
}

.email-capture input::placeholder {
  color: #888
}

.email-capture button {
  background: var(--berry);
  color: var(--cream);
  padding: 0 22px;
  font-weight: 700;
  font-size: 14px;
  letter-spacing: 0.02em;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  white-space: nowrap;
  transition: background .15s;
}

.email-capture button:hover {
  background: var(--berry-dark)
}

.email-capture button svg {
  width: 16px;
  height: 16px
}

.hero-field-error {
  max-width: 520px;
  margin-top: 10px
}

.hero-trust {
  margin-top: 20px;
  font-size: 13px;
  color: #555;
  display: flex;
  gap: 24px;
  flex-wrap: wrap
}

.hero-trust span {
  display: inline-flex;
  align-items: center;
  gap: 8px
}

.hero-trust span::before {
  content: "";
  width: 6px;
  height: 6px;
  background: var(--berry);
  border-radius: 50%;
  flex-shrink: 0
}

/* Hero visual (photo stack) */
.hero-visual {
  position: relative;
  height: 560px
}

.hero-photo {
  position: absolute;
  width: 320px;
  height: 380px;
  overflow: hidden;
  background: #ddd;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.25);
}

.hero-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block
}

.hero-photo {
  will-change: transform
}

.hp-1 {
  top: 20px;
  right: 0;
  width: 360px;
  height: 420px;
  transform: rotate(3deg);
  z-index: 2
}

.hp-2 {
  top: 200px;
  left: -20px;
  width: 260px;
  height: 300px;
  transform: rotate(-5deg);
  z-index: 1
}

.hero-badge {
  position: absolute;
  top: -10px;
  left: 200px;
  width: 108px;
  height: 108px;
  background: var(--ink);
  color: var(--cream);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 3px;
  transform: rotate(-12deg);
  z-index: 3;
  border-radius: 8px;
}

.hero-badge .bb-top {
  font-family: 'Archivo Black', sans-serif;
  font-size: 20px;
  letter-spacing: -0.02em;
  line-height: 1
}

.hero-badge .bb-dots {
  display: flex;
  gap: 3px;
  align-items: center;
  margin: 4px 0
}

.hero-badge .bb-dots i {
  width: 7px;
  height: 7px;
  background: var(--cream);
  border-radius: 50%;
  display: block
}

.hero-badge .bb-dots b {
  font-style: normal;
  font-family: 'Archivo Black', sans-serif;
  font-size: 14px
}

.hero-badge .bb-bot {
  font-family: 'Archivo Black', sans-serif;
  font-size: 12px;
  letter-spacing: 0.02em
}

/* Barcode stripe */
.barcode {
  height: 36px;
  background: var(--cream);
  display: flex;
  position: relative;
  overflow: hidden;
  border-top: 1px solid rgba(18, 18, 18, 0.08);
  border-bottom: 1px solid rgba(18, 18, 18, 0.08)
}

.barcode i {
  display: block;
  height: 100%;
  background: var(--ink);
  flex-shrink: 0;
  opacity: 0.9
}

/* ───────────── MARQUEE ───────────── */
.marquee {
  background: var(--cream);
  padding: 18px 0;
  overflow: hidden;
  white-space: nowrap;
  border-bottom: 2px solid var(--berry)
}

.marquee-track {
  display: inline-flex;
  gap: 42px;
  animation: marquee 28s linear infinite;
  padding-left: 42px
}

.marquee span {
  font-family: 'Archivo Black', 'Oswald', sans-serif;
  font-size: 38px;
  letter-spacing: -0.01em;
  color: var(--berry)
}

.marquee .dim {
  color: var(--berry);
  opacity: 1
}

@keyframes marquee {
  from {
    transform: translateX(0)
  }

  to {
    transform: translateX(-50%)
  }
}

/* ───────────── WHY SECTION ───────────── */
.why {
  background: var(--cream);
  padding: 120px 0 100px
}

.section-head {
  max-width: 780px;
  margin-bottom: 56px
}

.kicker {
  display: inline-block;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--berry);
  padding-left: 22px;
  position: relative;
  margin-bottom: 18px
}

.kicker::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 14px;
  height: 10px;
  background: var(--berry)
}

.section-title {
  font-family: 'Archivo Black', 'Oswald', sans-serif;
  font-size: clamp(44px, 5.5vw, 84px);
  line-height: 1.05;
  letter-spacing: -0.025em;
  margin: 0;
  color: var(--ink)
}

.section-title em {
  font-style: normal;
  color: var(--ink);
  background: linear-gradient(transparent 55%, var(--lavender) 55%);
  padding: 0 2px;
  box-decoration-break: clone;
  -webkit-box-decoration-break: clone
}

.section-sub {
  font-size: 18px;
  line-height: 1.55;
  color: #333;
  max-width: 640px;
  margin: 24px 0 0
}

.why-grid {
  display: grid;
  grid-template-columns: 0.6fr 1.4fr;
  gap: 56px;
  align-items: start
}

.why-intro-photo {
  aspect-ratio: 4/5;
  max-width: 260px;
  background: #ddd;
  overflow: hidden;
  position: relative;
  transform: rotate(-2deg);
  box-shadow: 0 16px 40px rgba(0, 0, 0, 0.15)
}

.why-intro-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block
}

.why-intro-photo::after {
  content: "15 ans";
  position: absolute;
  top: 16px;
  left: 16px;
  background: var(--ink);
  color: var(--cream);
  font-family: 'Archivo Black', sans-serif;
  font-size: 28px;
  line-height: 1;
  padding: 10px 14px;
  transform: rotate(2deg);
}

.why-text p {
  font-size: 20px;
  line-height: 1.55;
  color: var(--ink);
  margin: 0 0 20px
}

.pullquote {
  font-family: 'Archivo Black', 'Oswald', sans-serif;
  font-size: clamp(28px, 3vw, 40px);
  line-height: 1.05;
  letter-spacing: -0.02em;
  color: var(--berry);
  margin: 32px 0 0;
  padding-left: 20px;
  border-left: 6px solid var(--berry)
}

/* ───────────── OFFER 1+3 ───────────── */
.offer {
  background: var(--cream);
  color: var(--ink);
  padding: 120px 0;
  position: relative;
  overflow: hidden;
  border-top: 1px solid rgba(18, 18, 18, 0.08)
}

.offer-inner {
  position: relative
}

.offer .kicker {
  color: var(--berry)
}

.offer .kicker::before {
  background: var(--berry)
}

.offer .section-title {
  color: var(--ink)
}

.offer .section-title em {
  color: var(--ink);
  background: linear-gradient(transparent 55%, var(--lavender) 55%)
}

.offer .section-sub {
  color: #333
}

.offer-equation {
  display: inline-flex;
  align-items: center;
  gap: 28px;
  flex-wrap: nowrap;
  margin: 64px 0 0;
  font-family: 'Archivo Black', 'Oswald', sans-serif;
}

.oe-chip {
  background: var(--berry);
  color: var(--cream);
  padding: 20px 28px;
  min-width: 0;
  flex: 0 0 auto;
  display: flex;
  flex-direction: column;
  gap: 6px;
  position: relative
}

.oe-chip .num {
  font-size: 72px;
  line-height: 0.85;
  letter-spacing: -0.03em
}

.oe-chip .lbl {
  font-family: 'Arimo', sans-serif;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: rgba(255, 245, 222, 0.85)
}

.oe-chip.whatsapp {
  background: var(--ink);
  color: var(--cream)
}

.oe-chip.whatsapp .lbl {
  color: rgba(255, 245, 222, 0.7)
}

.oe-op {
  font-size: 64px;
  color: var(--berry);
  line-height: 0.85;
  opacity: 0.4;
  flex: 0 0 auto;
  margin: 0 -14px
}

.oe-result {
  font-size: clamp(20px, 2vw, 41px);
  line-height: 0.95;
  color: var(--ink);
  max-width: 300px;
  flex: 0 0 auto;
  font-family: 'Archivo Black', 'Oswald', sans-serif;
  letter-spacing: -0.02em
}

.offer-detail {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
  margin-top: 64px
}

.od-card {
  background: var(--white);
  border: 1px solid rgba(18, 18, 18, 0.1);
  padding: 36px 32px;
  display: flex;
  flex-direction: column;
  gap: 14px
}

.od-ic {
  width: 52px;
  height: 52px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--berry);
  color: var(--cream);
  margin-bottom: 8px
}

.od-ic.wa {
  background: var(--ink);
  color: var(--cream)
}

.od-ic svg {
  width: 26px;
  height: 26px
}

.od-card h3 {
  font-family: 'Archivo Black', 'Oswald', sans-serif;
  font-size: 32px;
  letter-spacing: -0.02em;
  margin: 0;
  color: var(--ink)
}

.od-card p {
  margin: 0;
  line-height: 1.5;
  color: #444;
  font-size: 15px
}

.od-tag {
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--berry)
}

/* ───────────── EXAMPLE SECTION ───────────── */
.example {
  background: var(--cream);
  padding: 120px 0;
  border-top: 1px solid rgba(18, 18, 18, 0.08)
}

.example-frame {
  background: var(--white);
  border: 1px solid rgba(18, 18, 18, 0.1);
  display: grid;
  grid-template-columns: 1fr 1.4fr;
  overflow: hidden;
}

.ef-left {
  background: var(--berry);
  color: var(--cream);
  padding: 48px 40px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-height: 420px
}

.ef-left .theme-label {
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: rgba(255, 245, 222, 0.75)
}

.ef-theme {
  font-family: 'Archivo Black', 'Oswald', sans-serif;
  font-size: clamp(36px, 3.5vw, 56px);
  line-height: 0.95;
  letter-spacing: -0.02em;
  margin: 16px 0 0
}

.ef-month-badge {
  display: inline-flex;
  gap: 12px;
  align-items: center;
  background: var(--ink);
  padding: 10px 16px;
  width: fit-content
}

.ef-month-badge b {
  font-family: 'Archivo Black', sans-serif;
  font-size: 18px;
  color: var(--cream)
}

.ef-month-badge span {
  font-size: 11px;
  color: rgba(255, 245, 222, 0.7);
  letter-spacing: 0.1em;
  text-transform: uppercase
}

.ef-right {
  padding: 48px 40px;
  display: flex;
  flex-direction: column;
  gap: 18px
}

.ef-row {
  display: grid;
  grid-template-columns: 120px 1fr;
  gap: 20px;
  align-items: start;
  padding: 14px 0;
  border-bottom: 1px dashed rgba(18, 18, 18, 0.12)
}

.ef-row:last-child {
  border-bottom: none
}

.ef-day {
  font-family: 'Archivo Black', 'Oswald', sans-serif;
  font-size: 22px;
  letter-spacing: -0.01em;
  color: var(--berry);
  display: flex;
  flex-direction: column;
  line-height: 1.05
}

.ef-day small {
  font-family: 'Arimo', sans-serif;
  font-weight: 400;
  font-size: 11px;
  color: #666;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  margin-top: 4px
}

.ef-day.newsletter {
  color: var(--ink)
}

.ef-msg {
  font-size: 17px;
  line-height: 1.4;
  color: var(--ink)
}

.ef-msg b {
  display: block;
  font-weight: 700
}

/* ───────────── AGE RANGE ───────────── */
.age-range {
  background: var(--cream);
  padding: 120px 0;
  position: relative;
  overflow: hidden;
  border-top: 1px solid rgba(18, 18, 18, 0.08)
}

.age-inner {
  display: grid;
  grid-template-columns: 1.2fr 1fr;
  gap: 64px;
  align-items: center
}

.age-title {
  font-family: 'Archivo Black', 'Oswald', sans-serif;
  font-size: clamp(96px, 12vw, 200px);
  line-height: 0.82;
  letter-spacing: -0.03em;
  color: var(--berry);
  margin: 0 0 16px
}

.age-title span {
  display: block;
  color: var(--ink)
}

.age-body {
  font-size: 18px;
  line-height: 1.55;
  color: var(--ink);
  max-width: 520px
}

.pillars {
  display: flex;
  flex-direction: column;
  gap: 12px;
  margin-top: 32px
}

.pillar {
  display: flex;
  align-items: center;
  gap: 16px;
  padding: 14px 18px;
  background: var(--white);
  font-weight: 700;
  font-size: 15px;
  color: var(--ink);
  border: 1px solid rgba(18, 18, 18, 0.08)
}

.pillar::before {
  content: "";
  width: 12px;
  height: 12px;
  background: var(--berry);
  flex-shrink: 0
}

.pillar:nth-child(2n)::before {
  background: var(--ink)
}

/* ───────────── PROMISE ───────────── */
.promise {
  background: var(--cream);
  color: var(--ink);
  padding: 120px 0;
  border-top: 1px solid rgba(18, 18, 18, 0.08)
}

.promise .kicker {
  color: var(--berry)
}

.promise .kicker::before {
  background: var(--berry)
}

.promise .section-title em {
  color: var(--ink);
  background: linear-gradient(transparent 55%, var(--lavender) 55%)
}

.promise-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  margin-top: 64px
}

.pr-card {
  background: var(--white);
  border: 1px solid rgba(18, 18, 18, 0.1);
  padding: 40px 32px;
  display: flex;
  flex-direction: column;
  gap: 14px;
  transition: transform .25s, background .25s, border-color .25s
}

.pr-card:hover {
  border-color: var(--berry);
  transform: translateY(-4px)
}

.pr-num {
  font-family: 'Archivo Black', 'Oswald', sans-serif;
  font-size: 56px;
  line-height: 0.9;
  color: var(--berry)
}

.pr-card h3 {
  font-family: 'Archivo Black', 'Oswald', sans-serif;
  font-size: 28px;
  letter-spacing: -0.02em;
  margin: 0;
  color: var(--ink)
}

.pr-card p {
  margin: 0;
  font-size: 15px;
  line-height: 1.5;
  color: #444
}

/* ───────────── FINAL CTA ───────────── */
.final-cta {
  background: var(--berry);
  color: var(--cream);
  padding: 140px 0;
  text-align: center;
  position: relative;
  overflow: hidden
}

.final-cta .section-title {
  color: var(--cream);
  text-align: center;
  max-width: 820px;
  margin: 0 auto
}

.final-cta .section-title em {
  color: var(--cream);
  background: none;
  text-decoration: underline;
  text-decoration-thickness: 4px;
  text-underline-offset: 8px;
  text-decoration-color: rgba(255, 245, 222, 0.5)
}

.final-cta p {
  font-size: 19px;
  line-height: 1.5;
  color: rgba(255, 245, 222, 0.9);
  max-width: 620px;
  margin: 28px auto 0
}

.final-btn {
  display: inline-flex;
  align-items: center;
  gap: 14px;
  margin-top: 48px;
  background: var(--cream);
  color: var(--berry);
  padding: 22px 40px;
  font-weight: 700;
  font-size: 18px;
  letter-spacing: 0.02em;
  transition: transform .2s, background .2s
}

.final-btn:hover {
  background: var(--white);
  transform: translateY(-2px)
}

.final-btn svg {
  width: 20px;
  height: 20px
}

.final-note {
  margin-top: 28px;
  font-size: 13px;
  color: rgba(255, 245, 222, 0.7)
}

.final-cta .kicker {
  color: rgba(255, 245, 222, 0.85);
  margin: 0 auto 18px
}

.final-cta .kicker::before {
  background: var(--cream)
}

/* ───────────── FOOTER ───────────── */
footer {
  background: var(--ink);
  color: var(--cream);
  padding: 56px 0 32px
}

.footer-inner {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 48px;
  flex-wrap: wrap
}

.foot-brand {
  display: flex;
  align-items: center;
  gap: 14px
}

.foot-brand img {
  height: 28px;
  width: auto;
  filter: brightness(0) invert(1)
}

.footer-links {
  display: flex;
  gap: 28px;
  font-size: 13px;
  color: rgba(255, 245, 222, 0.7)
}

.footer-links a {
  text-decoration: none
}

.footer-links a:hover {
  color: var(--lavender-2)
}

.foot-bot {
  border-top: 1px solid rgba(255, 245, 222, 0.1);
  margin-top: 40px;
  padding-top: 20px;
  font-size: 12px;
  color: rgba(255, 245, 222, 0.55);
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 16px
}

/* ───────────── MODAL ───────────── */
.modal-backdrop {
  position: fixed;
  inset: 0;
  background: rgba(18, 18, 18, 0.72);
  z-index: 100;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 24px;
  opacity: 0;
  pointer-events: none;
  transition: opacity .25s;
  backdrop-filter: blur(4px);
}

.modal-backdrop.open {
  opacity: 1;
  pointer-events: auto
}

.modal {
  background: var(--cream);
  width: 100%;
  max-width: 680px;
  max-height: 92vh;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  position: relative;
  transform: translateY(12px);
  transition: transform .25s;
  box-shadow: 0 30px 80px rgba(0, 0, 0, 0.4);
}

.modal-backdrop.open .modal {
  transform: translateY(0)
}

.modal-close {
  position: absolute;
  top: 14px;
  right: 14px;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(255, 245, 222, 0.15);
  border-radius: 50%;
  z-index: 2;
  transition: background .15s;
  color: var(--cream)
}

.modal-close:hover {
  background: rgba(255, 245, 222, 0.3)
}

.modal-close svg {
  width: 18px;
  height: 18px
}

.modal-header {
  background: var(--berry);
  color: var(--cream);
  padding: 32px 40px 28px;
  position: relative
}

.modal-header h2 {
  font-family: 'Archivo Black', 'Oswald', sans-serif;
  font-size: 40px;
  line-height: 0.95;
  letter-spacing: -0.02em;
  margin: 10px 0 0;
  color: var(--cream)
}

.step-indicator {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--lavender)
}

.step-dots {
  display: flex;
  gap: 4px
}

.step-dots i {
  width: 22px;
  height: 4px;
  background: rgba(204, 190, 255, 0.25);
  display: block;
  transition: background .3s
}

.step-dots i.active {
  background: var(--lavender-2)
}

.step-dots i.done {
  background: var(--cream)
}

.modal-body {
  padding: 36px 40px;
  overflow-y: auto;
  flex: 1
}

.modal-footer {
  padding: 20px 40px;
  border-top: 1px solid rgba(18, 18, 18, 0.1);
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
  background: var(--cream)
}

.btn {
  padding: 14px 26px;
  font-weight: 700;
  font-size: 14px;
  letter-spacing: 0.02em;
  transition: background .15s;
  display: inline-flex;
  align-items: center;
  gap: 10px
}

.btn svg {
  width: 16px;
  height: 16px
}

.btn-primary {
  background: var(--ink);
  color: var(--cream)
}

.btn-primary:hover {
  background: var(--purple)
}

.btn-primary:disabled {
  background: #aaa;
  cursor: not-allowed
}

.btn-ghost {
  background: transparent;
  color: var(--ink);
  font-weight: 600
}

.btn-ghost:hover {
  color: var(--berry)
}

.btn-wa {
  background: var(--wa-green);
  color: var(--white);
  padding: 16px 28px
}

.btn-wa:hover {
  background: #1fb456
}

.field-label {
  display: block;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--berry);
  margin-bottom: 10px
}

.field-input {
  width: 100%;
  padding: 14px 16px;
  border: 1.5px solid rgba(18, 18, 18, 0.15);
  background: var(--white);
  font-size: 16px;
  outline: none;
  transition: border-color .15s
}

.field-input:focus {
  border-color: var(--purple)
}

.field-hint {
  font-size: 13px;
  color: #666;
  margin-top: 8px
}

.field-error {
  font-size: 13px;
  color: var(--berry);
  font-weight: 600;
  margin-top: 10px;
  padding: 10px 14px 10px 40px;
  background: rgba(158, 0, 89, 0.07);
  border-left: 3px solid var(--berry);
  line-height: 1.4;
  position: relative;
  animation: err-in .2s ease;
}

.field-error::before {
  content: "!";
  position: absolute;
  left: 12px;
  top: 50%;
  transform: translateY(-50%);
  width: 17px;
  height: 17px;
  background: var(--berry);
  color: #fff;
  border-radius: 50%;
  font-size: 10px;
  font-weight: 900;
  text-align: center;
  line-height: 17px;
}

@keyframes err-in {
  from {
    opacity: 0;
    transform: translateY(-4px)
  }

  to {
    opacity: 1;
    transform: translateY(0)
  }
}

.field-input.error {
  border-color: var(--berry);
  background: rgba(158, 0, 89, 0.03)
}

@keyframes shake {

  0%,
  100% {
    transform: translateX(0)
  }

  20% {
    transform: translateX(-7px)
  }

  40% {
    transform: translateX(7px)
  }

  60% {
    transform: translateX(-4px)
  }

  80% {
    transform: translateX(4px)
  }
}

.shake {
  animation: shake .35s ease
}

/* Channel cards */
.channels {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
  margin-top: 10px
}

.ch-card {
  padding: 24px;
  border: 2px solid rgba(18, 18, 18, 0.12);
  background: var(--white);
  cursor: pointer;
  display: flex;
  flex-direction: column;
  gap: 12px;
  position: relative;
  transition: border-color .15s, transform .15s;
  text-align: left;
  align-items: flex-start;
}

.ch-card:hover {
  border-color: var(--purple)
}

.ch-card.selected {
  border-color: var(--berry);
  background: #fff8e8
}

.ch-card .ch-check {
  position: absolute;
  top: 14px;
  right: 14px;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  border: 2px solid rgba(18, 18, 18, 0.2);
  background: var(--white);
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all .15s;
}

.ch-card.selected .ch-check {
  background: var(--berry);
  border-color: var(--berry)
}

.ch-card.selected .ch-check svg {
  opacity: 1
}

.ch-check svg {
  width: 12px;
  height: 12px;
  opacity: 0;
  color: var(--cream)
}

.ch-ic {
  width: 48px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--berry);
  color: var(--cream)
}

.ch-card:nth-child(2) .ch-ic {
  background: var(--wa-green);
  color: var(--white)
}

.ch-ic svg {
  width: 26px;
  height: 26px
}

.ch-card h4 {
  font-family: 'Archivo Black', 'Oswald', sans-serif;
  font-size: 22px;
  letter-spacing: -0.01em;
  margin: 0;
  color: var(--ink)
}

.ch-freq {
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #888
}

.ch-card p {
  margin: 0;
  font-size: 14px;
  line-height: 1.45;
  color: #444
}

/* Counter */
.counter {
  display: inline-flex;
  align-items: center;
  gap: 0;
  border: 1.5px solid rgba(18, 18, 18, 0.15);
  background: var(--white)
}

.counter button {
  width: 48px;
  height: 48px;
  font-size: 22px;
  font-weight: 700;
  color: var(--berry);
  transition: background .15s
}

.counter button:hover {
  background: var(--cream)
}

.counter button:disabled {
  color: #bbb;
  cursor: not-allowed
}

.counter-val {
  min-width: 64px;
  text-align: center;
  font-family: 'Archivo Black', 'Oswald', sans-serif;
  font-size: 24px;
  color: var(--ink);
  padding: 0 12px
}

.kids-list {
  display: flex;
  flex-direction: column;
  gap: 12px;
  margin-top: 20px
}

.kid-row {
  display: grid;
  grid-template-columns: auto 1fr auto;
  gap: 14px;
  align-items: center;
  background: var(--white);
  padding: 14px 18px;
  border: 1px solid rgba(18, 18, 18, 0.1)
}

.kid-num {
  font-family: 'Archivo Black', 'Oswald', sans-serif;
  font-size: 22px;
  color: var(--berry);
  min-width: 28px;
  line-height: 1
}

.kid-row input {
  border: none;
  outline: none;
  font-size: 15px;
  padding: 6px 0;
  background: transparent;
  color: var(--ink)
}

.kid-row .kid-label {
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #888;
  display: block;
  margin-bottom: 2px
}

.kid-remove {
  color: #999;
  font-size: 13px;
  transition: color .15s
}

.kid-remove:hover {
  color: var(--berry)
}

/* Confirmation step */
.confirm-summary {
  background: var(--white);
  padding: 24px;
  border-left: 6px solid var(--purple);
  margin-bottom: 24px
}

.confirm-summary h4 {
  margin: 0 0 14px;
  font-family: 'Archivo Black', 'Oswald', sans-serif;
  font-size: 18px;
  letter-spacing: -0.01em
}

.confirm-row {
  display: flex;
  justify-content: space-between;
  padding: 8px 0;
  border-bottom: 1px dashed rgba(18, 18, 18, 0.1);
  font-size: 14px
}

.confirm-row:last-child {
  border-bottom: none
}

.confirm-row span:first-child {
  color: #666
}

.confirm-row span:last-child {
  color: var(--ink);
  font-weight: 600;
  text-align: right
}

/* Success */
.success {
  text-align: center;
  padding: 20px 0 10px
}

.success-emoji {
  font-family: 'Archivo Black', 'Oswald', sans-serif;
  font-size: 80px;
  line-height: 1;
  color: var(--berry);
  margin-bottom: 16px
}

.success h3 {
  font-family: 'Archivo Black', 'Oswald', sans-serif;
  font-size: 36px;
  letter-spacing: -0.02em;
  margin: 0 0 12px;
  line-height: 1
}

.success p {
  font-size: 16px;
  line-height: 1.5;
  color: #444;
  max-width: 440px;
  margin: 0 auto 24px
}

/* Fields grid */
.field-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px
}

.field-group {
  margin-bottom: 20px
}

/* ───────────── INSTAGRAM ───────────── */
.ig-section {
  background: var(--cream);
  padding: 120px 0;
  border-top: 1px solid rgba(18, 18, 18, 0.08)
}

.ig-head {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 32px;
  flex-wrap: wrap;
  margin-bottom: 48px
}

.ig-handle {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 15px;
  font-weight: 700;
  color: var(--berry);
  margin: 14px 0 0
}

.ig-follow-btn {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  background: var(--ink);
  color: var(--cream);
  padding: 14px 24px;
  font-weight: 700;
  font-size: 14px;
  letter-spacing: 0.02em;
  text-decoration: none;
  white-space: nowrap;
  transition: background .15s;
  flex-shrink: 0
}

.ig-follow-btn:hover {
  background: var(--berry)
}

.ig-plugin-wrap {
  width: 100%
}

.footer-ig {
  display: inline-flex;
  align-items: center;
  opacity: 0.7;
  transition: opacity .15s
}

.footer-ig:hover {
  opacity: 1
}

/* ───────────── MOBILE STICKY CTA ───────────── */
.mobile-sticky-cta {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 50;
  padding: 10px 16px;
  padding-bottom: calc(10px + env(safe-area-inset-bottom, 0px));
  background: var(--cream);
  border-top: 2px solid var(--berry);
  box-shadow: 0 -4px 24px rgba(0, 0, 0, 0.1);
  will-change: transform;
}

.mobile-sticky-cta button {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  width: 100%;
  background: var(--berry);
  color: var(--cream);
  padding: 16px 20px;
  font-weight: 700;
  font-size: 15px;
  letter-spacing: 0.03em;
  transition: background .15s;
}

.mobile-sticky-cta button svg {
  width: 16px;
  height: 16px;
  flex-shrink: 0;
}

.mobile-sticky-cta button:active {
  background: var(--berry-dark);
}

@media (min-width: 901px) {
  .mobile-sticky-cta {
    display: none;
  }
}

@media (max-width: 900px) {
  body {
    padding-bottom: 80px;
  }

  .modal-backdrop {
    align-items: flex-end;
    padding: 0;
  }

  .modal {
    max-width: 100%;
    border-radius: 20px 20px 0 0;
    max-height: 92vh;
    transform: translateY(100%);
    transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  }

  .modal-backdrop.open .modal {
    transform: translateY(0);
  }
}

/* ───────────── RESPONSIVE ───────────── */
@media (max-width: 900px) {
  .ig-head {
    flex-direction: column;
    align-items: flex-start
  }

  .hero-inner {
    grid-template-columns: 1fr;
    gap: 40px
  }

  .hero-visual {
    height: 420px;
    margin-top: 20px;
    overflow: hidden
  }

  .why-grid,
  .age-inner,
  .offer-detail,
  .promise-grid,
  .example-frame,
  .field-grid {
    grid-template-columns: 1fr
  }

  .promise-grid {
    grid-template-columns: 1fr
  }

  .offer-detail {
    grid-template-columns: 1fr
  }

  .nav-cta {
    display: none
  }

  .hero {
    padding: 60px 0 80px
  }

  .offer-equation {
    flex-wrap: wrap;
    gap: 16px;
    justify-content: flex-start
  }

  .oe-result {
    max-width: 100%
  }
}

@media (max-width: 560px) {
  .container {
    padding: 0 16px
  }

  .nav-inner {
    padding: 14px 16px
  }

  .hero-inner {
    padding: 0 16px
  }

  .hero-visual {
    display: none
  }

  .email-capture {
    flex-direction: column;
    gap: 0
  }

  .email-capture input {
    padding: 14px 16px;
    border-bottom: 1px solid rgba(18, 18, 18, 0.12)
  }

  .email-capture button {
    width: 100%;
    justify-content: center;
    padding: 16px 20px
  }

  .hero-field-error {
    max-width: 100%
  }

  .channels {
    grid-template-columns: 1fr
  }

  .modal-header,
  .modal-body,
  .modal-footer {
    padding-left: 16px;
    padding-right: 16px
  }

  .oe-chip {
    min-width: 120px
  }

  .oe-chip .num {
    font-size: 52px
  }

  .hero h1 {
    font-size: clamp(48px, 14vw, 64px)
  }

  .marquee span {
    font-size: 28px
  }

  .footer-inner {
    flex-direction: column;
    gap: 24px
  }

  .footer-links {
    flex-wrap: wrap;
    gap: 16px
  }

  .ef-left {
    padding: 32px 20px;
    min-height: auto
  }

  .ef-right {
    padding: 24px 20px
  }

  .modal-header h2 {
    font-size: 28px
  }

  .section-title {
    font-size: clamp(32px, 9vw, 48px)
  }
}
/* ───────────── PERFORMANCE & ACCESSIBILITÉ ───────────── */
.marquee-track {
  will-change: transform;
}

@media (prefers-reduced-motion: reduce) {
  .marquee-track {
    animation-play-state: paused;
  }
  .pr-card,
  .final-btn,
  .nav-cta,
  .email-capture button,
  .ig-follow-btn,
  .modal,
  .modal-backdrop {
    transition: none;
  }
}
