/* ==========================================================================
   Pole Smile : élégant & lumineux, touches "liquid glass"
   ========================================================================== */

:root {
  --rose: #ee7ba6;
  --rose-deep: #e05a8e;
  --rose-soft: #fbdce9;
  --rose-pale: #fff3f8;
  --ink: #1c1518;
  --gray: #6f6469;
  --white: #ffffff;

  --glass-bg: rgba(255, 255, 255, 0.55);
  --glass-border: rgba(255, 255, 255, 0.7);
  --glass-shadow: 0 8px 32px rgba(224, 90, 142, 0.12);

  --font-body: "Jost", sans-serif;
  --font-title: "Cormorant Garamond", serif;
  --font-script: "Great Vibes", cursive;

  --radius: 16px;
  --container: 1120px;
}

* { margin: 0; padding: 0; box-sizing: border-box; }

html { scroll-behavior: smooth; }

body {
  font-family: var(--font-body);
  font-weight: 300;
  color: var(--ink);
  background: var(--white);
  line-height: 1.6;
  overflow-x: hidden;
}

/* Halos roses en fond : donnent de la matière au verre dépoli */
body::before {
  content: "";
  position: fixed;
  inset: 0;
  z-index: -1;
  background:
    radial-gradient(600px 400px at 85% 5%, rgba(238, 123, 166, 0.08), transparent 70%),
    radial-gradient(700px 500px at 10% 40%, rgba(238, 123, 166, 0.05), transparent 70%),
    radial-gradient(600px 450px at 90% 85%, rgba(238, 123, 166, 0.06), transparent 70%),
    var(--white);
}

img { max-width: 100%; display: block; }

a { color: inherit; text-decoration: none; }

ul { list-style: none; }

.container {
  max-width: var(--container);
  margin: 0 auto;
  padding: 0 24px;
}

.script {
  font-family: var(--font-script);
  font-weight: 400;
  color: var(--rose);
}

/* ===== Boutons ===== */
.btn {
  display: inline-block;
  padding: 14px 32px;
  border-radius: 12px;
  background: linear-gradient(135deg, var(--rose), var(--rose-deep));
  color: var(--white);
  font-weight: 500;
  font-size: 1rem;
  letter-spacing: 0.02em;
  box-shadow: 0 6px 20px rgba(224, 90, 142, 0.35);
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 10px 26px rgba(224, 90, 142, 0.45);
}

.btn--ghost {
  background: var(--glass-bg);
  -webkit-backdrop-filter: blur(12px);
  backdrop-filter: blur(12px);
  border: 1px solid var(--rose-soft);
  color: var(--rose-deep);
  box-shadow: var(--glass-shadow);
}

.btn--ghost:hover {
  box-shadow: 0 10px 26px rgba(224, 90, 142, 0.2);
}

.btn--small {
  padding: 10px 22px;
  font-size: 0.9rem;
}

/* ===== CTA pilule double (action + objet) ===== */
.btn-pill {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  border-radius: 16px;
  border: 1px solid var(--rose-soft);
  background: var(--white);
  padding: 6px 6px 6px 16px;
  box-shadow:
    0 0 4px 0 rgba(224, 90, 142, 0.45),
    0 28px 57px 0 rgba(224, 90, 142, 0.14);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
  user-select: none;
}

.btn-pill:hover {
  transform: scale(1.02);
  box-shadow:
    0 0 6px 0 rgba(224, 90, 142, 0.6),
    0 28px 57px 0 rgba(224, 90, 142, 0.2);
}

.btn-pill:active {
  transform: scale(0.99);
}

.btn-pill__grid {
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: center;
}

.btn-pill__clip {
  overflow: hidden;
  white-space: nowrap;
  min-width: 0;
}

.btn-pill__label {
  display: block;
  font-size: 1.05rem;
  font-weight: 600;
  letter-spacing: -0.01em;
  color: var(--ink);
  white-space: nowrap;
}

/* Animation d'entrée : le bouton apparaît replié sur le badge,
   puis se déplie une fois pour révéler le label */
@media (prefers-reduced-motion: no-preference) {
  .btn-pill {
    animation: cta-pill-gap 0.9s cubic-bezier(0.22, 1, 0.36, 1) 0.7s both;
  }

  .btn-pill__grid {
    animation: cta-pill-grid 0.9s cubic-bezier(0.22, 1, 0.36, 1) 0.7s both;
  }

  .btn-pill__label {
    animation: cta-pill-label 0.9s cubic-bezier(0.22, 1, 0.36, 1) 0.7s both;
  }
}

@keyframes cta-pill-gap {
  from { gap: 0px; padding-left: 6px; }
  to { gap: 12px; padding-left: 16px; }
}

@keyframes cta-pill-grid {
  from { grid-template-columns: 0fr auto; }
  to { grid-template-columns: 1fr auto; }
}

@keyframes cta-pill-label {
  from { opacity: 0; transform: translateX(-10px); }
  to { opacity: 1; transform: translateX(0); }
}

.btn-pill__badge {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  border-radius: 11px;
  background: linear-gradient(135deg, var(--rose), var(--rose-deep));
  color: var(--white);
  padding: 9px 13px;
  font-size: 0.95rem;
  font-weight: 600;
  white-space: nowrap;
  box-shadow: 0 0 3.5px 0 rgba(238, 123, 166, 0.8);
}

.btn-pill__badge svg {
  width: 17px;
  height: 17px;
  transition: transform 0.2s ease;
}

.btn-pill:hover .btn-pill__badge svg {
  transform: translateX(3px);
}

/* ===== Header : pilule liquid glass flottante ===== */
.header {
  position: fixed;
  top: 16px;
  left: 0;
  right: 0;
  z-index: 100;
  padding: 0 16px;
}

.header__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 10px 14px 10px 20px;
  border-radius: 16px;
  background: var(--glass-bg);
  -webkit-backdrop-filter: blur(20px) saturate(1.6);
  backdrop-filter: blur(20px) saturate(1.6);
  border: 1px solid var(--glass-border);
  box-shadow: var(--glass-shadow), inset 0 1px 0 rgba(255, 255, 255, 0.8);
  max-width: calc(var(--container) - 48px);
}

/* Le fichier logotexte a de grandes marges blanches : on recadre
   verticalement sur le mot-symbole via un conteneur en overflow hidden */
.header__brand {
  display: flex;
  align-items: center;
  height: 46px;
  overflow: hidden;
}

.header__logo {
  width: 170px;
  height: auto;
}

.nav {
  display: flex;
  align-items: center;
  gap: 26px;
}

.nav__link {
  font-size: 0.98rem;
  font-weight: 400;
  position: relative;
  transition: color 0.2s ease;
}

.nav__link::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -4px;
  width: 0;
  height: 2px;
  border-radius: 2px;
  background: var(--rose);
  transition: width 0.25s ease;
}

.nav__link:hover { color: var(--rose-deep); }
.nav__link:hover::after { width: 100%; }

.header__burger {
  display: none;
  flex-direction: column;
  gap: 5px;
  background: none;
  border: none;
  cursor: pointer;
  padding: 8px;
}

.header__burger span {
  width: 24px;
  height: 2px;
  border-radius: 2px;
  background: var(--ink);
  transition: transform 0.3s ease, opacity 0.3s ease;
}

/* ===== Hero ===== */
.hero {
  padding: 170px 0 90px;
}

.hero__inner {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  align-items: center;
  gap: 48px;
}

.hero__badge {
  display: inline-flex;
  align-items: center;
  border-radius: 18px;
  border: 1px solid #eee3e8;
  background: var(--white);
  padding: 12px 26px;
  box-shadow: 0 3px 6px 0 rgba(36, 10, 22, 0.04);
  font-size: 1rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: -0.03em;
  color: var(--ink);
  white-space: nowrap;
  margin-bottom: 22px;
}

.hero__title {
  line-height: 0.95;
  margin-bottom: 22px;
}

.hero__pole {
  display: block;
  font-family: var(--font-title);
  font-weight: 600;
  font-size: clamp(3.2rem, 7vw, 5.2rem);
  letter-spacing: 0.28em;
}

.hero__smile {
  display: block;
  font-size: clamp(3.4rem, 7.5vw, 5.6rem);
  margin-left: 0.4em;
}

.hero__slogan {
  font-family: var(--font-title);
  font-size: clamp(1.25rem, 2.5vw, 1.6rem);
  font-weight: 500;
  font-style: italic;
  color: var(--gray);
  margin-bottom: 34px;
}

.hero__title--copy {
  font-family: var(--font-title);
  font-weight: 600;
  font-size: clamp(2.3rem, 4.8vw, 3.6rem);
  line-height: 1.12;
  letter-spacing: 0.01em;
  margin-bottom: 20px;
}

.hero__title--copy em {
  font-style: italic;
  color: var(--rose-deep);
}

.hero__slogan--copy {
  font-family: var(--font-body);
  font-style: normal;
  font-weight: 300;
  font-size: 1.08rem;
  line-height: 1.7;
  max-width: 34em;
}

.hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
}

.hero__visual img {
  max-width: 420px;
  margin: 0 auto;
  filter: drop-shadow(0 20px 40px rgba(224, 90, 142, 0.2));
}

/* ===== Sections ===== */
.section {
  padding: 90px 0;
}

.section--soft {
  position: relative;
}

.section__head {
  text-align: center;
  max-width: 640px;
  margin: 0 auto 56px;
}

.section__eyebrow {
  font-size: 2rem;
  margin-bottom: 4px;
}

.section__title {
  font-family: var(--font-title);
  font-weight: 600;
  font-size: clamp(2rem, 4vw, 2.8rem);
  letter-spacing: 0.04em;
  margin-bottom: 14px;
}

.section__sub {
  color: var(--gray);
  font-size: 1.05rem;
}

/* ===== Points forts ===== */
.features {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}

.feature {
  text-align: center;
  padding: 32px 18px;
  border-radius: var(--radius);
  background: var(--glass-bg);
  -webkit-backdrop-filter: blur(16px);
  backdrop-filter: blur(16px);
  border: 1px solid var(--glass-border);
  box-shadow: var(--glass-shadow), inset 0 1px 0 rgba(255, 255, 255, 0.8);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.feature:hover {
  transform: translateY(-4px);
  box-shadow: 0 14px 36px rgba(224, 90, 142, 0.18), inset 0 1px 0 rgba(255, 255, 255, 0.8);
}

.feature__icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 58px;
  height: 58px;
  border-radius: 50%;
  background: linear-gradient(135deg, rgba(238, 123, 166, 0.14), rgba(224, 90, 142, 0.22));
  margin-bottom: 16px;
}

.feature__icon svg {
  width: 28px;
  height: 28px;
  fill: none;
  stroke: var(--rose-deep);
  stroke-width: 1.6;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.feature h3 {
  font-weight: 500;
  font-size: 1.02rem;
}

.feature p {
  margin-top: 8px;
  font-size: 0.9rem;
  line-height: 1.55;
  color: var(--gray);
}

/* ===== Coach ===== */
.coach {
  display: grid;
  grid-template-columns: 0.85fr 1.15fr;
  gap: 56px;
  align-items: center;
}

.coach__photo {
  aspect-ratio: 1 / 1;
  max-width: 420px;
  margin: 0 auto;
  border-radius: var(--radius);
  background:
    radial-gradient(280px 220px at 30% 20%, rgba(238, 123, 166, 0.28), transparent 70%),
    radial-gradient(300px 260px at 80% 85%, rgba(224, 90, 142, 0.22), transparent 70%),
    linear-gradient(160deg, #fff6fa, #fde6ef);
  border: 1px solid var(--glass-border);
  box-shadow: var(--glass-shadow), inset 0 1px 0 rgba(255, 255, 255, 0.8);
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

.coach__photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.coach__monogram {
  font-size: 4rem;
}

.coach__text .section__title {
  margin-bottom: 20px;
}

.coach__text p:not(.section__eyebrow) {
  color: var(--gray);
  line-height: 1.75;
  margin-bottom: 16px;
  max-width: 54ch;
}

.coach__text .section__eyebrow {
  margin-bottom: 4px;
}

@media (max-width: 900px) {
  .coach {
    grid-template-columns: 1fr;
    gap: 32px;
    text-align: center;
  }

  .coach__photo { max-width: 300px; }

  .coach__text p:not(.section__eyebrow) { margin-left: auto; margin-right: auto; }
}

/* ===== Planning ===== */
.planning {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
  align-items: start;
}

.day {
  border-radius: var(--radius);
  background: var(--glass-bg);
  -webkit-backdrop-filter: blur(16px);
  backdrop-filter: blur(16px);
  border: 1px solid var(--glass-border);
  box-shadow: var(--glass-shadow), inset 0 1px 0 rgba(255, 255, 255, 0.8);
  padding: 32px;
}

.day__name {
  font-family: var(--font-script);
  font-weight: 400;
  font-size: 2.2rem;
  color: var(--rose);
  margin-bottom: 20px;
  text-align: center;
}

.day__slots {
  display: grid;
  gap: 12px;
}

.slot {
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 14px;
  padding: 14px 18px;
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.65);
  border: 1px solid rgba(251, 220, 233, 0.9);
}

.slot__time {
  font-weight: 600;
  font-size: 0.95rem;
  color: var(--rose-deep);
  white-space: nowrap;
}

.slot__course {
  font-weight: 500;
  font-size: 1rem;
}

.slot__level {
  font-size: 0.8rem;
  font-weight: 500;
  padding: 4px 12px;
  border-radius: 8px;
  background: var(--rose-soft);
  color: var(--rose-deep);
  white-space: nowrap;
}

/* ===== Tarifs ===== */
.plans {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 420px));
  justify-content: center;
  gap: 24px;
  margin-bottom: 56px;
}

.plan {
  position: relative;
  border-radius: var(--radius);
  background: var(--glass-bg);
  -webkit-backdrop-filter: blur(16px);
  backdrop-filter: blur(16px);
  border: 1px solid var(--glass-border);
  box-shadow: var(--glass-shadow), inset 0 1px 0 rgba(255, 255, 255, 0.8);
  padding: 40px 34px;
  text-align: center;
  display: flex;
  flex-direction: column;
  gap: 18px;
}

.plan--star {
  border: 1.5px solid rgba(238, 123, 166, 0.55);
  box-shadow: 0 14px 40px rgba(224, 90, 142, 0.22), inset 0 1px 0 rgba(255, 255, 255, 0.8);
}

.plan__badge {
  position: absolute;
  top: -14px;
  left: 50%;
  transform: translateX(-50%);
  padding: 5px 18px;
  border-radius: 8px;
  background: linear-gradient(135deg, var(--rose), var(--rose-deep));
  color: var(--white);
  font-size: 0.82rem;
  font-weight: 500;
  letter-spacing: 0.04em;
  white-space: nowrap;
}

.plan__name {
  font-family: var(--font-title);
  font-weight: 600;
  font-size: 1.5rem;
  letter-spacing: 0.04em;
}

.plan__price {
  font-family: var(--font-title);
  font-weight: 700;
  font-size: 3rem;
  color: var(--rose-deep);
  line-height: 1;
}

.plan__price span {
  font-size: 1.1rem;
  font-weight: 500;
  color: var(--gray);
}

.plan__list {
  display: grid;
  gap: 8px;
  color: var(--gray);
  font-size: 0.98rem;
}

.plan__list li::before {
  content: "♡ ";
  color: var(--rose);
}

.plan .btn,
.plan .btn--ghost {
  margin-top: auto;
  align-self: center;
}

/* Cartes unitaires */
.cards {
  text-align: center;
  margin-bottom: 56px;
}

.cards__title {
  font-family: var(--font-title);
  font-weight: 600;
  font-size: 1.5rem;
  letter-spacing: 0.04em;
  margin-bottom: 22px;
}

.cards__note {
  display: block;
  font-family: var(--font-body);
  font-weight: 300;
  font-size: 0.9rem;
  color: var(--gray);
  margin-top: 4px;
}

.cards__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 220px));
  justify-content: center;
  gap: 18px;
}

.card {
  padding: 26px 18px;
  border-radius: 14px;
  background: var(--glass-bg);
  -webkit-backdrop-filter: blur(14px);
  backdrop-filter: blur(14px);
  border: 1px solid var(--glass-border);
  box-shadow: var(--glass-shadow), inset 0 1px 0 rgba(255, 255, 255, 0.8);
  transition: transform 0.3s ease;
}

.card:hover { transform: translateY(-4px); }

.card__count {
  font-weight: 500;
  font-size: 1.05rem;
  margin-bottom: 6px;
}

.card__price {
  font-family: var(--font-title);
  font-weight: 700;
  font-size: 2rem;
  color: var(--rose-deep);
}

/* Séance d'essai */
.trial {
  text-align: center;
  padding: 44px 30px;
  border-radius: var(--radius);
  background: linear-gradient(135deg, rgba(238, 123, 166, 0.12), rgba(224, 90, 142, 0.18));
  -webkit-backdrop-filter: blur(14px);
  backdrop-filter: blur(14px);
  border: 1px solid rgba(238, 123, 166, 0.35);
}

.trial__text {
  font-family: var(--font-title);
  font-weight: 600;
  font-size: 1.8rem;
  margin-bottom: 6px;
}

.trial__text strong { color: var(--rose-deep); }

.trial__note {
  color: var(--gray);
  font-size: 0.92rem;
  margin-bottom: 22px;
}

.trial__micro {
  color: var(--gray);
  font-size: 0.85rem;
  margin-top: 14px;
}

/* ===== Contact ===== */
.contact {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 24px;
  align-items: stretch;
}

.contact__info {
  border-radius: var(--radius);
  background: var(--glass-bg);
  -webkit-backdrop-filter: blur(16px);
  backdrop-filter: blur(16px);
  border: 1px solid var(--glass-border);
  box-shadow: var(--glass-shadow), inset 0 1px 0 rgba(255, 255, 255, 0.8);
  padding: 36px;
}

.contact__list {
  display: grid;
  gap: 24px;
}

.contact__label {
  display: block;
  font-size: 0.82rem;
  font-weight: 600;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--rose-deep);
  margin-bottom: 4px;
}

.contact__list a {
  font-size: 1.05rem;
  transition: color 0.2s ease;
}

.contact__list li > a:not(.contact__sms) {
  display: block;
  width: fit-content;
}

.contact__list a:hover { color: var(--rose-deep); }

.contact__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 10px;
}

.contact__sms {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 9px 16px;
  border-radius: 11px;
  border: 1px solid var(--rose-soft);
  background: var(--white);
  box-shadow: 0 0 3.5px 0 rgba(238, 123, 166, 0.4);
  font-size: 0.92rem !important;
  font-weight: 500;
  color: var(--rose-deep);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.contact__sms:hover {
  transform: scale(1.03);
  box-shadow: 0 0 6px 0 rgba(238, 123, 166, 0.55);
}

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

.contact__map {
  border-radius: var(--radius);
  overflow: hidden;
  border: 1px solid var(--glass-border);
  box-shadow: var(--glass-shadow);
  min-height: 340px;
}

.contact__map iframe {
  width: 100%;
  height: 100%;
  min-height: 340px;
  border: 0;
}

/* ===== FAQ ===== */
.faq {
  max-width: 760px;
  margin: 0 auto;
  display: grid;
  gap: 14px;
}

.faq__item {
  border-radius: var(--radius);
  background: var(--glass-bg);
  -webkit-backdrop-filter: blur(16px);
  backdrop-filter: blur(16px);
  border: 1px solid var(--glass-border);
  box-shadow: var(--glass-shadow), inset 0 1px 0 rgba(255, 255, 255, 0.8);
  padding: 0 24px;
  transition: border-color 0.25s ease;
}

.faq__item[open] {
  border-color: rgba(238, 123, 166, 0.45);
}

.faq__item summary {
  cursor: pointer;
  list-style: none;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 20px 0;
  font-weight: 500;
  font-size: 1.05rem;
}

.faq__item summary::-webkit-details-marker { display: none; }

.faq__item summary::after {
  content: "+";
  flex-shrink: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 28px;
  height: 28px;
  border-radius: 9px;
  background: var(--rose-soft);
  color: var(--rose-deep);
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 1;
  transition: transform 0.25s ease;
}

.faq__item[open] summary::after {
  transform: rotate(45deg);
}

.faq__item p {
  padding: 0 0 20px;
  color: var(--gray);
  line-height: 1.7;
  max-width: 60ch;
}

/* ===== Footer ===== */
.footer {
  padding: 50px 0 30px;
  text-align: center;
  background: linear-gradient(180deg, transparent, rgba(238, 123, 166, 0.08));
}

/* Même recadrage que le header : le fichier logo a de grandes marges */
.footer__brand {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 58px;
  overflow: hidden;
}

.footer__logo {
  width: 270px;
  height: auto;
}

.footer__slogan {
  font-family: var(--font-title);
  font-style: italic;
  color: var(--gray);
  margin: 8px 0 18px;
}

.footer__social {
  display: flex;
  justify-content: center;
  gap: 12px;
  margin-bottom: 18px;
}

.footer__social a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 12px;
  border: 1px solid var(--rose-soft);
  background: var(--white);
  box-shadow: 0 0 3.5px 0 rgba(238, 123, 166, 0.4);
  color: var(--rose-deep);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.footer__social a:hover {
  transform: scale(1.08);
  box-shadow: 0 0 6px 0 rgba(238, 123, 166, 0.55);
}

.footer__social svg {
  width: 19px;
  height: 19px;
}

.footer__copy {
  font-size: 0.85rem;
  color: var(--gray);
}

/* ===== Animations reveal ===== */
.reveal {
  opacity: 0;
  transform: translateY(24px);
  transition: opacity 0.7s ease, transform 0.7s ease;
}

.reveal.is-visible {
  opacity: 1;
  transform: translateY(0);
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .reveal { opacity: 1; transform: none; transition: none; }
}

/* ===== Responsive ===== */
@media (max-width: 900px) {
  .features { grid-template-columns: repeat(2, 1fr); }
  .plans { grid-template-columns: minmax(0, 420px); }
  .hero__inner { grid-template-columns: 1fr; text-align: center; gap: 0; }
  .hero__actions { justify-content: center; }
  .hero__smile { margin-left: 0; }
  /* Le PNG du logo a de grandes marges transparentes : on compense
     pour rapprocher visuellement le logo du badge */
  .hero__visual { order: -1; margin-bottom: -30px; }
  .hero__visual img { max-width: 260px; }
  .hero { padding-top: 140px; }
  .planning { grid-template-columns: 1fr; }
  .contact { grid-template-columns: 1fr; }
}

@media (max-width: 720px) {
  .nav {
    position: absolute;
    top: calc(100% + 10px);
    left: 24px;
    right: 24px;
    flex-direction: column;
    gap: 18px;
    padding: 26px;
    border-radius: var(--radius);
    background: rgba(255, 255, 255, 0.85);
    -webkit-backdrop-filter: blur(20px) saturate(1.6);
    backdrop-filter: blur(20px) saturate(1.6);
    border: 1px solid var(--glass-border);
    box-shadow: var(--glass-shadow);
    opacity: 0;
    pointer-events: none;
    transform: translateY(-8px);
    transition: opacity 0.3s ease, transform 0.3s ease;
  }

  .nav.is-open {
    opacity: 1;
    pointer-events: auto;
    transform: translateY(0);
  }

  .header__burger { display: flex; }

  .header__burger[aria-expanded="true"] span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
  .header__burger[aria-expanded="true"] span:nth-child(2) { opacity: 0; }
  .header__burger[aria-expanded="true"] span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }
}

@media (max-width: 560px) {
  .features { grid-template-columns: 1fr; }
  .cards__grid { grid-template-columns: 1fr; }
  .slot { grid-template-columns: 1fr; gap: 4px; text-align: center; }
  .slot__level { justify-self: center; }
  .section { padding: 70px 0; }

  /* Badge du hero : coupure volontaire sur deux lignes centrées */
  .hero__badge {
    white-space: normal;
    flex-direction: column;
    gap: 3px;
    text-align: center;
    line-height: 1.35;
    padding: 10px 20px;
    font-size: 0.92rem;
    max-width: 100%;
  }

  .hero__badge-sep { display: none; }

  /* CTA pilule compacté pour les petits écrans */
  .btn-pill__label { font-size: 0.98rem; }
  .btn-pill__badge { font-size: 0.88rem; padding: 8px 11px; }
}
