:root {
  --rose: #ef9db8;
  --rose-deep: #cf6f91;
  --rose-ink: #8b3f5c;
  --turquoise: #21b8b3;
  --turquoise-deep: #168d89;
  --blush: #f7dde5;
  --blush-2: #fbeaf0;
  --cream: #fcfbfa;
  --ink: #1a1a2e;
  --muted: #686876;
  --line: #e7e2e4;
  --white: #ffffff;
  --radius: 8px;
  --shadow: 0 16px 40px rgba(26, 26, 46, 0.1);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: "Inter", system-ui, sans-serif;
  color: var(--ink);
  background: var(--cream);
  line-height: 1.6;
}
h1, h2, h3, .brand { font-family: "Fraunces", Georgia, serif; }
a { color: inherit; }
img { max-width: 100%; }
.container { width: min(1120px, 92%); margin: 0 auto; }

/* Buttons */
.btn {
  display: inline-block;
  background: var(--ink);
  color: #fff;
  padding: 0.85rem 1.5rem;
  border-radius: 6px;
  text-decoration: none;
  font-weight: 600;
  border: none;
  cursor: pointer;
  font-size: 1rem;
  transition: transform 0.15s ease, background 0.15s ease;
}
.btn:hover { background: #34344a; transform: translateY(-2px); }
.btn--ghost { background: transparent; color: var(--ink); border: 1.5px solid rgba(26,26,46,0.25); }
.btn--ghost:hover { background: var(--white); color: var(--ink); }
.btn--sm { padding: 0.6rem 1.1rem; font-size: 0.9rem; }
.btn--full { width: 100%; padding: 1rem; font-size: 1.05rem; }

/* Nav */
.nav {
  position: sticky; top: 0; z-index: 20;
  background: rgba(252, 251, 250, 0.92);
  backdrop-filter: blur(10px);
  border-bottom: 1px solid var(--line);
}
.nav__inner { display: flex; align-items: center; justify-content: space-between; padding: 0.9rem 0; gap: 1rem; }
.brand { display: flex; align-items: center; gap: 0.5rem; font-weight: 700; font-size: 1.25rem; text-decoration: none; color: var(--ink); }
.brand__logo { display: block; height: 48px; width: auto; }
.brand__logo--footer { background: #fff; height: 54px; }
.nav__links { display: flex; gap: 1.6rem; font-weight: 500; font-size: 0.95rem; }
.nav__links a { text-decoration: none; color: var(--ink); opacity: 0.85; }
.nav__links a:hover { color: var(--rose-deep); opacity: 1; }

/* Hero */
.hero { background: var(--blush); padding: clamp(3rem, 8vw, 6rem) 0 0; overflow: hidden; }
.hero__inner { display: block; }
.hero__copy { max-width: 760px; }
.eyebrow { color: var(--rose-ink); font-weight: 600; letter-spacing: 0.02em; text-transform: uppercase; font-size: 0.8rem; }
.eyebrow .dot { color: #2fbf71; font-size: 0.7rem; }
.hero h1 { font-size: clamp(2.2rem, 5vw, 3.6rem); line-height: 1.08; margin: 0.6rem 0 1rem; }
.hero h1 em { color: var(--turquoise-deep); font-style: italic; }
.lede { font-size: 1.12rem; color: var(--muted); max-width: 46ch; }
.hero__cta { display: flex; flex-wrap: wrap; gap: 0.8rem; margin: 1.6rem 0 1rem; }
.hero__tag { color: var(--rose-ink); font-weight: 600; font-size: 0.85rem; }
.hero__art {
  align-items: center;
  border-top: 1px solid rgba(26,26,46,0.12);
  display: grid;
  gap: 1.2rem;
  grid-template-columns: 0.7fr 1.4fr 2fr auto;
  margin-top: clamp(2.5rem, 6vw, 5rem);
  padding: 1.4rem 0;
}
.hero__panel-label { color: var(--turquoise-deep); font-size: 0.78rem; font-weight: 700; margin: 0; text-transform: uppercase; }
.hero__panel-title { color: var(--ink); font-family: "Fraunces", Georgia, serif; font-size: 1.25rem; font-weight: 700; line-height: 1.3; margin: 0; }
.hero__features { display: flex; flex-wrap: wrap; gap: 0.5rem 1.2rem; }
.hero__features span { color: var(--muted); font-size: 0.85rem; font-weight: 600; }
.hero__features span::before { color: var(--turquoise-deep); content: "✓"; margin-right: 0.45rem; }
.hero__panel-link { color: var(--ink); font-size: 0.9rem; font-weight: 700; white-space: nowrap; }

/* Sections */
.section-title { font-size: clamp(1.7rem, 3.5vw, 2.4rem); margin: 0 0 1.5rem; }
.pillars { padding: clamp(3rem, 7vw, 5rem) 0; }
.grid-3 { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.5rem; }
.card { background: var(--white); border: 1px solid var(--line); border-radius: var(--radius); padding: 1.8rem; box-shadow: 0 8px 24px rgba(26, 26, 46, 0.05); }
.card__icon { font-size: 2rem; }
.card h3 { margin: 0.6rem 0 0.4rem; font-size: 1.25rem; }
.card p { margin: 0; color: var(--muted); }

/* Abonnement */
.sub { background: var(--blush); padding: clamp(3rem, 7vw, 5rem) 0; }
.sub__inner { display: grid; grid-template-columns: 1.2fr 0.8fr; gap: 2.5rem; align-items: center; }
.ticks { list-style: none; padding: 0; margin: 1.2rem 0; }
.ticks li { padding-left: 1.8rem; position: relative; margin-bottom: 0.6rem; }
.ticks li::before { content: "✓"; position: absolute; left: 0; color: var(--rose-deep); font-weight: 700; }
.ticks--light li::before { color: #fff; }
.price-card { background: var(--rose-ink); color: #fff; border-radius: var(--radius); padding: 2.2rem; text-align: center; box-shadow: var(--shadow); }
.price-card__label { text-transform: uppercase; letter-spacing: 0.05em; font-size: 0.8rem; opacity: 0.8; margin: 0; }
.price-card__price { font-family: "Fraunces", serif; font-size: 3.2rem; margin: 0.3rem 0; }
.price-card__price span { font-size: 1.1rem; opacity: 0.8; }
.price-card__note { font-size: 0.9rem; opacity: 0.85; margin: 0; }

/* Opt-in */
.optin { background: var(--ink); color: #fff; padding: clamp(3rem, 7vw, 5rem) 0; }
.optin__inner { display: grid; grid-template-columns: 1fr 1fr; gap: 2.5rem; align-items: start; }
.optin__intro .section-title { color: #fff; }
.optin__intro p { color: rgba(255,255,255,0.9); }
.optin__form { background: #fff; color: var(--ink); border-radius: var(--radius); padding: 2rem; box-shadow: var(--shadow); }
.optin__title { margin: 0 0 1.2rem; font-size: 1.4rem; color: var(--rose-ink); }
.field { margin-bottom: 1rem; }
.field label { display: block; font-weight: 600; font-size: 0.9rem; margin-bottom: 0.35rem; }
.req { color: var(--rose-deep); }
.field input {
  width: 100%; padding: 0.8rem 0.9rem; border: 1.5px solid var(--line);
  border-radius: 6px; font-size: 1rem; font-family: inherit;
}
.field input:focus { outline: none; border-color: var(--rose-deep); box-shadow: 0 0 0 3px var(--blush-2); }
.field__err { color: #c0344d; font-size: 0.85rem; margin: 0.35rem 0 0; }

.consents { border: 1px solid var(--line); border-radius: 6px; padding: 1rem 1.1rem; margin: 1.2rem 0; }
.consents legend { font-weight: 700; padding: 0 0.4rem; color: var(--rose-ink); }
.consent { display: flex; gap: 0.7rem; align-items: flex-start; margin: 0.7rem 0; font-size: 0.92rem; }
.consent input { margin-top: 0.25rem; width: 18px; height: 18px; accent-color: var(--rose-deep); flex-shrink: 0; }

.disclosure { font-size: 0.78rem; color: var(--muted); background: var(--blush); border-radius: 6px; padding: 0.75rem 0.9rem; margin: 0.4rem 0; }
.disclosure--fr { background: transparent; padding: 0.2rem 0.2rem; font-style: italic; }

.optin__legal { font-size: 0.78rem; color: var(--muted); margin: 0.9rem 0 0; }
.optin__success { margin-top: 1rem; background: #eafaf0; color: #1c6b3f; border: 1px solid #bfe8cf; border-radius: 6px; padding: 0.9rem 1rem; font-weight: 500; }

/* Footer */
.footer { background: var(--ink); color: #fff; padding: 3rem 0 1.5rem; }
.footer__inner { display: grid; grid-template-columns: 1.4fr 1fr 1fr; gap: 2rem; }
.brand--footer { color: #fff; font-size: 1.3rem; }
.footer__tag { color: rgba(255,255,255,0.7); font-size: 0.95rem; }
.footer__social { display: inline-flex; align-items: center; gap: 0.5rem; margin-top: 1.1rem; color: var(--rose); text-decoration: none; font-weight: 600; font-size: 0.95rem; transition: color 0.15s ease; }
.footer__social:hover { color: #fff; }
.footer__contact p { margin: 0 0 1rem; font-size: 0.95rem; color: rgba(255,255,255,0.85); }
.footer__contact a { color: var(--rose); text-decoration: none; }
.footer__legal a { color: rgba(255,255,255,0.7); font-size: 0.85rem; }
.footer__copy { text-align: center; color: rgba(255,255,255,0.55); font-size: 0.85rem; margin: 2.5rem 0 0; border-top: 1px solid rgba(255,255,255,0.12); padding-top: 1.5rem; }

/* Section sub-title */
.section-sub { color: var(--muted); margin: -0.8rem 0 2rem; font-size: 1.05rem; }

/* Actions (cartes cliquables) */
.actions { padding: clamp(3rem, 7vw, 5rem) 0; }
.grid-4 { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1.3rem; }
.action {
  display: flex; flex-direction: column; text-decoration: none; color: inherit;
  background: var(--white); border: 1px solid var(--line); border-radius: var(--radius);
  padding: 1.6rem; box-shadow: 0 8px 24px rgba(26, 26, 46, 0.05);
  transition: transform 0.15s ease, box-shadow 0.15s ease, border-color 0.15s ease;
}
.action:hover { transform: translateY(-4px); box-shadow: var(--shadow); border-color: var(--rose); }
.action__icon { font-size: 2rem; }
.action h3 { margin: 0.6rem 0 0.4rem; font-size: 1.2rem; }
.action p { margin: 0 0 1rem; color: var(--muted); font-size: 0.95rem; flex-grow: 1; }
.action__link { color: var(--rose-deep); font-weight: 600; font-size: 0.95rem; }

/* Étapes */
.steps { background: var(--blush); padding: clamp(3rem, 7vw, 5rem) 0; }
.step { background: var(--white); border: 1px solid var(--line); border-radius: var(--radius); padding: 1.8rem; }
.step__num {
  display: inline-grid; place-items: center; width: 2.4rem; height: 2.4rem;
  background: var(--rose-deep); color: #fff; border-radius: 50%;
  font-family: "Fraunces", serif; font-weight: 700; font-size: 1.2rem;
}
.step h3 { margin: 0.8rem 0 0.4rem; font-size: 1.2rem; }
.step p { margin: 0; color: var(--muted); }
.steps__cta { text-align: center; margin-top: 2.2rem; }

/* À propos */
.about { padding: clamp(3rem, 7vw, 5rem) 0; }
.about__inner { max-width: 720px; }
.about p { color: var(--muted); font-size: 1.1rem; }

/* Pages juridiques */
.legal-page { background: var(--cream); }
.legal-nav { border-bottom: 1px solid var(--line); background: var(--white); }
.legal-nav__inner { align-items: center; display: flex; justify-content: space-between; min-height: 76px; }
.legal-nav__back { color: var(--ink); font-size: 0.9rem; font-weight: 600; text-decoration: none; }
.legal-hero { background: var(--blush); border-bottom: 1px solid rgba(26,26,46,0.08); padding: 3.5rem 0; }
.legal-hero h1 { font-size: 2.5rem; letter-spacing: 0; margin: 0 0 0.75rem; }
.legal-hero p { color: var(--muted); margin: 0; }
.legal-content { max-width: 820px; padding-bottom: 5rem; padding-top: 3rem; }
.legal-content h2 { color: var(--ink); font-size: 1.35rem; letter-spacing: 0; margin: 2.4rem 0 0.75rem; }
.legal-content h2:first-child { margin-top: 0; }
.legal-content h3 { font-family: "Inter", system-ui, sans-serif; font-size: 1rem; margin: 1.5rem 0 0.4rem; }
.legal-content p, .legal-content li { color: #4f4f5d; font-size: 0.96rem; }
.legal-content a { color: var(--turquoise-deep); }
.legal-content ul { padding-left: 1.25rem; }
.legal-note { background: var(--blush-2); border-left: 3px solid var(--rose-deep); padding: 1rem 1.2rem; }
.legal-footer { background: var(--ink); color: #fff; padding: 2rem 0; }
.legal-footer__inner { align-items: center; display: flex; flex-wrap: wrap; gap: 1rem 2rem; justify-content: space-between; }
.legal-footer a { color: var(--rose); font-size: 0.88rem; }

/* Responsive */
@media (max-width: 980px) {
  .grid-4 { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 860px) {
  .nav__links { display: none; }
  .sub__inner, .optin__inner, .grid-3, .footer__inner { grid-template-columns: 1fr; }
  .hero__art { grid-template-columns: 1fr; }
  .grid-3 { gap: 1rem; }
}
@media (max-width: 560px) {
  .grid-4 { grid-template-columns: 1fr; }
  .brand__logo { height: 42px; }
  .legal-hero { padding: 2.5rem 0; }
  .legal-hero h1 { font-size: 2rem; }
}
