/* ========================================
   FONTS
   ======================================== */
@font-face {
  font-family: 'NBInternationalPro-Book';
  src: url('https://cdn.prod.website-files.com/6a3ab316f71db1f7f45ff0cd/6a3b551583860cccc5159d9f_NBInternationalPro-Book.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'NBInternationalPro-Medium';
  src: url('https://cdn.prod.website-files.com/6a3ab316f71db1f7f45ff0cd/6a3b5515023e018e63ab594e_NBInternationalPro-Medium.woff2') format('woff2');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'NBInternationalProCG-Light';
  src: url('https://cdn.prod.website-files.com/6a3ab316f71db1f7f45ff0cd/6a3b55156bdf44996dfad2bc_NBInternationalProCG-Light.woff2') format('woff2');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'BasisGrotesquePro-Bold';
  src: url('https://cdn.prod.website-files.com/6a3ab316f71db1f7f45ff0cd/6a3b5516e3a4f2c06a23350b_BasisGrotesquePro-Bold.woff2') format('woff2');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

/* ========================================
   DESIGN TOKENS
   Tous les tokens documentés dans DESIGN_SYSTEM.md §1-4.
   Source of truth pour la palette, la typo, l'espacement, les ombres.
   ======================================== */
:root {
  /* ── Forest (texte, dark surfaces, accents médicaux) ── */
  --forest-1000: #0A1C0E;   /* near-black tinté brand (remplace #000 hors masks) */
  --forest-900:  #19301E;   /* texte principal, fond results, boutons primaires */
  --forest-700:  #1A3C2E;   /* orbital, variante témoignages */
  --forest-500:  #3D5A3A;   /* gradient mid */
  --forest-400:  #4A7C59;   /* accent stat positive, pill "-8 kg" */

  /* ── Cream / surfaces (neutres chauds) ── */
  --cream-50:    #FDFAF5;   /* "blanc" teinté brand (remplace #fff) */
  --cream-100:   #F5F0EA;   /* fond de section principal */
  --cream-200:   #F0EBE5;   /* pills, ronds étape, hover input */
  --cream-300:   #EAE5DE;   /* fond orbital */
  --cream-400:   #E8E5E0;   /* card approach last-child */
  --cream-500:   #E5DFD8;   /* hover nav */

  /* ── Peach (accent humain) ── */
  --peach-100:   #EEB294;   /* glow orbital haut-gauche */
  --peach-200:   #F0DCCF;   /* fin gradient transition */
  --peach-300:   #E8C9B0;   /* mid gradient CTA */
  --peach-500:   #D4926C;   /* dot pill header, avatar, slider, CTA */
  --peach-700:   #C85C3A;   /* BMI obésité accent */

  /* ── Sage (accent végétal) ── */
  --sage-200:    #C5D4CA;   /* début gradient CTA */
  --sage-300:    #9BC6A0;   /* glow orbital bas-droite */

  /* ── Sémantique ── */
  --trustpilot-green: #00B67A;
  --trustpilot-gray:  #DCDCE6;
  --youtube-red:      #FF0000;

  /* ── Forest opacités (séparateurs, bordures, overlays) ── */
  --forest-line-soft: rgba(25, 48, 30, 0.08);
  --forest-line:      rgba(25, 48, 30, 0.10);
  --forest-border:    rgba(25, 48, 30, 0.20);

  /* ── Rayons ── */
  --radius-2xs:  2px;       /* étoiles Trustpilot */
  --radius-xs:   8px;       /* detail card orbital */
  --radius-sm:   12px;      /* inputs, charts */
  --radius-md:   16px;      /* hero, results, CTA, BMI, blog card */
  --radius-lg:   18px;      /* card témoignage marquee, photos */
  --radius-xl:   20px;      /* cards principales (approach, results) */
  --radius-2xl:  24px;      /* slider card, gauge BMI */
  --radius-pill: 999px;     /* boutons, pills, badges */

  /* ── Ombres ── */
  --shadow-card:    0 2px 16px rgba(0, 0, 0, 0.06);
  --shadow-soft:    0 4px 24px rgba(0, 0, 0, 0.06);
  --shadow-pill:    0 2px 8px rgba(0, 0, 0, 0.10);
  --shadow-sticky:  0 -4px 20px rgba(0, 0, 0, 0.06);
  --shadow-thumb:   0 2px 6px rgba(0, 0, 0, 0.15);
  --shadow-co:      0 4px 20px rgba(26, 60, 46, 0.18);
  --shadow-co-deep: 0 12px 40px rgba(26, 60, 46, 0.28);
  --shadow-detail:  0 14px 40px rgba(26, 60, 46, 0.20);

  /* ── Espacement (base 4pt) ── */
  --space-1:   4px;
  --space-2:   8px;
  --space-3:   12px;
  --space-4:   16px;
  --space-6:   24px;
  --space-8:   32px;
  --space-12:  48px;
  --space-16:  64px;
  --space-24:  96px;

  /* ── Containers ── */
  --container-page:   1400px;
  --container-hero:   1440px;
  --container-narrow: 1200px;
  --container-prose:  700px;

  /* ── Motion ── */
  --ease-out-soft: cubic-bezier(0.2, 0.7, 0.2, 1);
}

/* ========================================
   RESET & BASE
   ======================================== */
*, *::before, *::after {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

body {
  font-family: 'NBInternationalPro-Book', Arial, sans-serif;
  color: var(--forest-900);
  background: var(--cream-50);
  line-height: 1.5;
  font-size: 16px;
  padding-bottom: 80px; /* space for sticky bar */
}

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

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

ul {
  list-style: none;
}

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

input, select {
  font-family: inherit;
  font-size: inherit;
}

/* ========================================
   FOCUS VISIBLE
   - UA :focus outline removed (avoids ring on mouse click)
   - :focus-visible activates only for keyboard users
   - Outline follows border-radius in modern browsers (Chrome 94+, Safari 16.4+, FF 88+)
   ======================================== */
:focus {
  outline: none;
}

:focus-visible {
  outline: 2px solid var(--forest-900);
  outline-offset: 3px;
}

/* Cream ring on dark sections (forest backgrounds) */
.results :focus-visible,
.faq :focus-visible {
  outline-color: var(--cream-50);
}

h1, h2, h3, h4, h5, h6 {
  font-weight: 400;
}

section {
  border-radius: 24px;
}

/* ========================================
   UTILITY / BUTTONS
   ======================================== */
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 16px 32px;
  border-radius: 100px;
  font-family: 'NBInternationalPro-Medium', Arial, sans-serif;
  font-size: 16px;
  line-height: 24px;
  transition: opacity 0.2s;
  text-decoration: none;
  cursor: pointer;
  border: none;
}

.btn:hover {
  opacity: 0.85;
}

.btn--primary {
  background: var(--forest-900);
  color: var(--cream-50);
}

.btn--white {
  background: var(--cream-50);
  color: var(--forest-900);
}

.btn--ghost {
  background: transparent;
  color: var(--forest-900);
  border: 1px solid var(--forest-900);
}

/* ========================================
   HEADER
   ======================================== */
.header {
  position: sticky;
  top: 0;
  z-index: 100;
  background: var(--cream-50);
  border-bottom: 1px solid rgba(25, 48, 30, 0.08);
}

.header__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 1440px;
  margin: 0 auto;
  padding: 12px 24px;
  height: auto;
}

.header__left {
  display: flex;
  align-items: center;
  gap: 16px;
}

.header__hamburger {
  display: flex;
  flex-direction: column;
  gap: 5px;
  width: 24px;
  padding: 4px 0;
}

.header__hamburger span {
  display: block;
  height: 1.5px;
  background: var(--forest-900);
  border-radius: 1px;
}

.header__pill {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 6px 16px 6px 10px;
  border-radius: 100px;
  background: rgba(25, 48, 30, 0.04);
}

.header__pill-dot {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: var(--peach-500);
}

.header__pill-text {
  font-family: 'NBInternationalPro-Medium', Arial, sans-serif;
  font-size: 14px;
  color: var(--forest-900);
}

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

.header__logo svg {
  display: block;
}

.header__login {
  display: inline-block;
  font-family: 'NBInternationalPro-Medium', Arial, sans-serif;
  font-size: 14px;
  padding: 8px 20px;
  border: 1.5px solid var(--forest-900);
  border-radius: 100px;
  color: var(--forest-900);
  text-decoration: none;
  background: transparent;
  cursor: pointer;
}

.header__right {
  display: flex;
  align-items: center;
  gap: 12px;
}

/* Burger — caché par défaut, visible sur mobile */
.header__burger {
  display: none;
  flex-direction: column;
  justify-content: center;
  gap: 5px;
  width: 28px;
  height: 28px;
  padding: 6px 2px;
  background: none;
  border: none;
  cursor: pointer;
}

.header__burger span {
  display: block;
  width: 100%;
  height: 1.6px;
  background: var(--forest-900);
  border-radius: 1px;
  transition: transform 0.25s ease, opacity 0.2s ease;
  transform-origin: center;
}

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

/* Drawer mobile */
.header__menu {
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  background: var(--cream-50);
  border-bottom: 1px solid rgba(25, 48, 30, 0.08);
  box-shadow: 0 12px 32px rgba(0, 0, 0, 0.08);
  padding: 20px 24px 24px;
  display: flex;
  flex-direction: column;
  gap: 12px;
  transform: translateY(-8px);
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.22s ease, transform 0.22s cubic-bezier(0.2, 0.7, 0.2, 1);
}

.header__menu[data-open="true"] {
  opacity: 1;
  transform: translateY(0);
  pointer-events: auto;
}

.header__menu-cta {
  width: 100%;
  justify-content: center;
  padding: 14px 24px;
  font-size: 15px;
}

.header__menu-link {
  font-family: 'NBInternationalPro-Medium', Arial, sans-serif;
  font-size: 15px;
  color: var(--forest-900);
  padding: 12px 8px;
  text-align: center;
  border: 1.5px solid var(--forest-900);
  border-radius: 100px;
}

.header__menu-backdrop {
  position: fixed;
  inset: 0;
  /* background: rgba(25, 48, 30, 0.32); */
  z-index: 98;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.22s ease;
}

.header__menu-backdrop[data-open="true"] {
  opacity: 1;
  pointer-events: auto;
}

@media (max-width: 768px) {
  .header__login {
    display: none;
  }
  .header__burger {
    display: flex;
  }
  .header__logo {
    height: 35px;
  }
}

/* ========================================
   HERO
   ======================================== */
.hero {
  background: var(--cream-100);
  border-radius: 16px;
  margin: 8px;
  overflow: hidden;
}

.hero__inner {
  display: flex;
  align-items: stretch;
  max-width: 1440px;
  margin: 0 auto;
  padding: 48px 48px 0;
  gap: 24px;
  min-height: 600px;
}

.hero__content {
  flex: 1;
  padding-bottom: 60px;
}

.hero__trustpilot {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 4px;
}

.hero__trustpilot-logo {
  height: 24px;
  width: auto;
}

.hero__trustpilot-stars {
  display: flex;
  gap: 2px;
}

.hero__trustpilot-stars .star {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 28px;
  height: 28px;
  background: var(--trustpilot-green);
  color: var(--cream-50);
  font-size: 16px;
  border-radius: 2px;
}

.hero__trustpilot-stars .star.half {
  background: linear-gradient(90deg, var(--trustpilot-green) 50%, var(--trustpilot-gray) 50%);
}

.hero__subtitle {
  font-size: 14px;
  color: var(--forest-900);
  margin-bottom: 32px;
  opacity: 0.7;
}

.hero__title {
  font-family: 'Spectral', Georgia, serif;
  font-size: 76px;
  line-height: 84px;
  letter-spacing: -0.5px;
  font-weight: 300;
  margin-bottom: 24px;
  color: var(--forest-900);
}

.hero__title em {
  font-style: italic;
  font-weight: inherit;
}

.hero__description {
  font-size: 18px;
  line-height: 28px;
  color: var(--forest-900);
  margin-bottom: 24px;
  max-width: 440px;
}

.hero__usps {
  display: flex;
  flex-direction: column;
  gap: 8px;
  margin-bottom: 32px;
}

.hero__usps li {
  display: flex;
  align-items: center;
  gap: 12px;
  font-family: 'NBInternationalPro-Medium', Arial, sans-serif;
  font-size: 16px;
}

.hero__usps li img {
  width: 24px;
  height: 24px;
}

.hero__images {
  flex: 0 0 50%;
  max-width: 50%;
  display: flex;
  flex-direction: column;
  gap: 8px;
  overflow: hidden;
  padding-bottom: 0;
}

.hero__img--top {
  width: 100%;
  border-radius: 16px;
  object-fit: cover;
  max-height: 280px;
}

.hero__images-bottom {
  display: flex;
  gap: 8px;
  flex: 1;
  min-height: 0;
}

.hero__img--bl,
.hero__img--br {
  flex: 1;
  width: 50%;
  border-radius: 16px 16px 0 0;
  object-fit: cover;
  min-height: 280px;
}

@media (max-width: 768px) {
  .hero__inner {
    flex-direction: column;
    padding: 32px 20px 0;
    gap: 32px;
    min-height: 0;
  }

  .hero__content {
    order: 1;
    padding-bottom: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
  }

  .hero__title {
    font-size: clamp(44px, 12vw, 60px);
    line-height: 1.08;
    letter-spacing: -0.4px;
  }

  /* Trustpilot + subtitle passent sous le CTA sur mobile */
  .hero__content > .hero__trustpilot {
    order: 6;
    margin-top: 20px;
  }
  .hero__content > .hero__subtitle {
    order: 7;
    margin-top: 8px;
    margin-bottom: 0;
  }

  .hero__description {
    max-width: 100%;
  }

  .hero__usps li {
    text-align: left;
  }

  .hero__images {
    order: 2;
    flex: 1 1 auto;
    max-width: 100%;
    width: 100%;
  }

}

/* ========================================
   MARQUEE BANNER
   ======================================== */
.marquee-banner {
  border-top: 1px solid rgba(25, 48, 30, 0.08);
  border-bottom: 1px solid rgba(25, 48, 30, 0.08);
  padding: 16px 0;
  overflow: hidden;
}

.marquee-banner__track {
  display: flex;
  animation: marquee 30s linear infinite;
  width: max-content;
}

.marquee-banner__content {
  display: flex;
  align-items: center;
  gap: 40px;
  padding-right: 40px;
  flex-shrink: 0;
}

.marquee-banner__item {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 15px;
  white-space: nowrap;
  color: var(--forest-900);
}

.marquee-banner__item img {
  width: 24px;
  height: 24px;
}

.marquee-banner__tp {
  height: 24px;
  width: auto;
}

@keyframes marquee {
  0% { transform: translateX(0); }
  100% { transform: translateX(-50%); }
}

/* ========================================
   APPROACH - "Weight loss that lasts"
   ======================================== */
.approach {
  padding: 100px 0 80px;
}

.approach__inner {
  max-width: 1400px;
  margin: 0 auto;
  padding: 0 48px;
}

.approach__title {
  font-family: 'Spectral', Georgia, serif;
  font-size: 56px;
  line-height: 64px;
  letter-spacing: -0.5px;
  margin-bottom: 48px;
  text-align: center;
}

.approach__grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
}

.approach__card {
  background: var(--cream-100);
  border-radius: 20px;
  overflow: hidden;
}

.approach__card:last-child {
  grid-column: 1 / -1;
  background: var(--cream-400);
}

.approach__card-img {
  width: 100%;
  height: 750px;
  object-fit: cover;
}

.approach__card:last-child .approach__card-img {
  height: 450px;
}

.approach__card-title {
  font-family: 'NBInternationalPro-Medium', Arial, sans-serif;
  font-size: 22px;
  line-height: 30px;
  padding: 24px 24px 8px;
}

.approach__card-text {
  font-size: 16px;
  line-height: 24px;
  padding: 0 24px 24px;
  opacity: 0.8;
}

.approach__card-img-wrapper {
  position: relative;
}

.-bubble {
  position: absolute;
  bottom: 40px;
  right: 40px;
  background: rgba(255,255,255,0.85);
  border-radius: 16px;
  padding: 16px 24px;
  display: flex;
  align-items: center;
  gap: 12px;
  font-size: 14px;
  font-family: 'NBInternationalPro-Medium', Arial, sans-serif;
}

.approach__support-avatar {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: var(--peach-500);
}

@media (max-width: 768px) {
  .approach__grid {
    grid-template-columns: 1fr;
  }

  .approach__card:last-child {
    grid-column: auto;
  }
}

/* ========================================
   SWITCH COMMITMENT
   ======================================== */
.switch {
  padding: 0 0 80px;
}

.switch__inner {
  max-width: 1400px;
  margin: 0 auto;
  padding: 0 48px;
}

.switch__banner {
  background: var(--cream-100);
  border-radius: 20px;
  display: flex;
  align-items: center;
  overflow: hidden;
  margin-bottom: 48px;
}

.switch__banner-content {
  flex: 1;
  padding: 48px;
}

.switch__banner-label {
  font-family: 'NBInternationalPro-Medium', Arial, sans-serif;
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 16px;
  opacity: 0.6;
}

.switch__banner-title {
  font-family: 'Spectral', Georgia, serif;
  font-size: 36px;
  line-height: 44px;
  margin-bottom: 16px;
}

.switch__banner-text {
  font-size: 16px;
  line-height: 24px;
  max-width: 480px;
  opacity: 0.8;
}

.switch__banner-image {
  flex: 0 0 50%;
  padding: 24px;
}

@media (max-width: 768px) {
  .switch__banner {
    flex-direction: column;
  }
  .switch__banner-content {
    padding: clamp(24px, 6vw, 40px);
  }
  .switch__banner-image {
    flex: 0 0 auto;
    width: 100%;
    padding: 0 24px 24px;
  }
  .switch__banner-title {
    font-size: clamp(24px, 6vw, 36px);
    line-height: 1.2;
  }
}

.switch__banner-image img {
  width: 100%;
  border-radius: 16px;
}

.switch__steps {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  gap: 24px;
}

.switch__step {
  display: flex;
  gap: 20px;
}

.switch__step-num {
  flex-shrink: 0;
  width: 56px;
  height: 56px;
  border-radius: 16px;
  background: var(--cream-200);
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: 'Spectral', Georgia, serif;
  font-size: 28px;
  color: var(--forest-900);
}

.switch__step-content h3 {
  font-family: 'NBInternationalPro-Medium', Arial, sans-serif;
  font-size: 18px;
  margin-bottom: 8px;
}

.switch__step-content p {
  font-size: 15px;
  line-height: 22px;
  opacity: 0.75;
}

.switch__step-content u {
  text-decoration: underline;
}

/* ========================================
   TESTIMONIALS
   ======================================== */
.testimonials {
  padding: 80px 0;
}

.testimonials__inner {
  max-width: 1400px;
  margin: 0 auto;
  padding: 0 48px;
}

.testimonials__header {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 40px;
}

.testimonials__label {
  font-family: 'NBInternationalPro-Medium', Arial, sans-serif;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 2px;
  margin-bottom: 12px;
  opacity: 0.6;
}

.testimonials__title {
  font-family: 'Spectral', Georgia, serif;
  font-size: 48px;
  line-height: 56px;
  letter-spacing: -0.5px;
  margin-bottom: 24px;
}

.testimonials__tp {
  display: flex;
  align-items: center;
  gap: 12px;
}

.testimonials__tp img {
  height: 24px;
}

.testimonials__tp-info {
  font-size: 14px;
  color: var(--forest-900);
  opacity: 0.7;
}

.testimonials__nav {
  display: flex;
  gap: 12px;
}

.testimonials__nav-btn {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background: var(--cream-200);
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background 0.2s;
}

.testimonials__nav-btn:hover {
  background: var(--cream-500);
}

.testimonials__nav-btn img {
  width: 20px;
  height: 20px;
}

.testimonials__carousel {
  overflow: hidden;
}

.testimonials__slide {
  display: flex;
  gap: 24px;
}

.testimonials__stat {
  flex: 0 0 400px;
  padding: 40px;
}

.testimonials__stat-num {
  font-family: 'Spectral', Georgia, serif;
  font-size: 120px;
  line-height: 1;
  letter-spacing: -2px;
}

.testimonials__stat-unit {
  font-family: 'Spectral', Georgia, serif;
  font-size: 40px;
  vertical-align: bottom;
}

.testimonials__stat-desc {
  font-size: 16px;
  opacity: 0.7;
  margin-top: 8px;
  margin-bottom: 32px;
}

.testimonials__stat-quote {
  display: flex;
  align-items: center;
  gap: 12px;
}

.testimonials__stat-avatar {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  object-fit: cover;
}

.testimonials__stat-quote p {
  font-size: 14px;
  font-style: italic;
  max-width: 250px;
}

.testimonials__photos {
  display: flex;
  gap: 8px;
  flex: 1;
}

.testimonials__photo {
  position: relative;
  flex: 1;
  border-radius: 16px;
  overflow: hidden;
  min-height: 400px;
}

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

.testimonials__photo-label {
  position: absolute;
  bottom: 16px;
  left: 16px;
  background: rgba(255,255,255,0.9);
  padding: 4px 12px;
  border-radius: 100px;
  font-size: 13px;
  font-family: 'NBInternationalPro-Medium', Arial, sans-serif;
}

/* Testimonials marquee wall */
.tm-wall {
  overflow: hidden;
  padding: 32px 0 8px;
  display: flex;
  flex-direction: column;
  gap: 14px;
  mask-image: linear-gradient(90deg, transparent 0%, #000 8%, #000 92%, transparent 100%);
  -webkit-mask-image: linear-gradient(90deg, transparent 0%, #000 8%, #000 92%, transparent 100%);
}

.tm-row { display: flex; width: 100%; }

.tm-track {
  display: flex;
  gap: 14px;
  flex-shrink: 0;
  will-change: transform;
}

.tm-row--left  .tm-track { animation: tm-left  44s linear infinite; }
.tm-row--right .tm-track { animation: tm-right 54s linear infinite; }

@keyframes tm-left  { from { transform: translateX(0); }    to { transform: translateX(-50%); } }
@keyframes tm-right { from { transform: translateX(-50%); } to { transform: translateX(0); } }

.tm-card {
  background: var(--cream-50);
  border-radius: 18px;
  padding: 22px 24px;
  width: 300px;
  height: 190px;
  flex-shrink: 0;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  box-shadow: 0 2px 16px rgba(0, 0, 0, 0.06);
}

.tm-card__stars { color: var(--trustpilot-green); font-size: 14px; letter-spacing: 1px; }
.tm-card__quote { font-size: 13.5px; line-height: 1.5; color: var(--forest-700); flex: 1; margin: 10px 0; }
.tm-card__footer { display: flex; align-items: center; justify-content: space-between; }
.tm-card__name { font-size: 12px; font-weight: 700; color: var(--forest-700); }

.tm-card__result {
  font-size: 11px;
  font-weight: 700;
  color: var(--forest-400);
  background: rgba(74, 124, 89, 0.10);
  padding: 3px 10px;
  border-radius: 999px;
}

.tm-photo {
  width: 150px;
  height: 190px;
  border-radius: 18px;
  overflow: hidden;
  flex-shrink: 0;
  position: relative;
}

.tm-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center top;
  display: block;
}

@media (prefers-reduced-motion: reduce) {
  .tm-track { animation: none !important; }
}

/* ========================================
   BMI CALCULATOR
   ======================================== */
.bmi {
  padding: 80px 0;
  background: var(--cream-100);
  margin: 0;
}

.bmi__inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 48px;
}

.bmi__title {
  font-family: 'Spectral', Georgia, serif;
  font-size: 48px;
  line-height: 56px;
  margin-bottom: 40px;
  color: var(--forest-900);
}

.bmi__subtitle {
  font-size: 14px;
  color: rgba(25, 48, 30, 0.55);
  margin-bottom: 32px;
}

.bmi__card {
  background: radial-gradient(ellipse at 0% 0%, rgba(212, 146, 108, 0.52) 0%, transparent 55%),
    radial-gradient(ellipse at 100% 100%, rgba(74, 124, 89, 0.38) 0%, transparent 50%),
    radial-gradient(ellipse at 55% 50%, rgba(155, 198, 160, 0.10) 0%, transparent 60%),
    var(--cream-100);
  border-radius: 24px;
  box-shadow: 0 4px 40px rgba(25, 48, 30, 0.08), 0 1px 4px rgba(25, 48, 30, 0.06);
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  overflow: hidden;
}

.bmi__form-col {
  padding: 48px 44px 48px 48px;
  position: relative;
}

.bmi__form-deco {
  position: absolute;
  top: 0;
  left: 0;
  width: 180px;
  height: 180px;
  background: radial-gradient(ellipse at top left, rgba(196, 168, 120, 0.28), transparent 70%);
  pointer-events: none;
}

.bmi__col-divider {
  width: 1px;
  background: #EDE7D9;
  margin: 40px 0;
  flex-shrink: 0;
}

.bmi__result-col {
  padding: 48px 48px 48px 44px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  transition: background 0.6s ease;
}

.bmi__field {
  margin-bottom: 20px;
}

.bmi__field label {
  display: block;
  font-family: 'NBInternationalPro-Medium', Arial, sans-serif;
  font-size: 13px;
  color: rgba(25, 48, 30, 0.65);
  margin-bottom: 8px;
  letter-spacing: 0.02em;
}

.bmi__input-wrap {
  position: relative;
}

.bmi__input-wrap input {
  width: 100%;
  height: 56px;
  border-radius: 12px;
  border: 1.5px solid rgba(25, 48, 30, 0.2);
  background: #f8f4ed;
  padding: 0 52px 0 18px;
  font-size: 16px;
  color: var(--forest-900);
  outline: none;
  transition: border-color 0.2s, box-shadow 0.2s;
  appearance: textfield;
  -moz-appearance: textfield;
}

.bmi__input-wrap input::-webkit-inner-spin-button,
.bmi__input-wrap input::-webkit-outer-spin-button {
  -webkit-appearance: none;
}

.bmi__input-wrap input:focus {
  border-color: var(--forest-900);
  box-shadow: 0 0 0 3px rgba(25, 48, 30, 0.08);
}

.bmi__input-wrap input.bmi__input--error {
  border-color: var(--peach-700);
  background: #FBF0ED;
}

.bmi__unit {
  position: absolute;
  right: 16px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 13px;
  font-family: 'NBInternationalPro-Medium', Arial, sans-serif;
  color: rgba(25, 48, 30, 0.45);
  pointer-events: none;
}

.bmi__error {
  font-size: 12px;
  color: var(--peach-700);
  margin-top: 5px;
  min-height: 16px;
}

.bmi__calc-btn {
  width: 100%;
  height: 54px;
  margin-top: 12px;
  font-size: 15px;
}

.bmi__legal {
  margin-top: 18px;
  font-size: 12px;
  color: rgba(25, 48, 30, 0.38);
  line-height: 1.55;
}

/* Empty state */
.bmi__empty {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 16px;
  opacity: 0.4;
  padding: 40px 0;
}

.bmi__empty-rings {
  position: relative;
  width: 120px;
  height: 120px;
}

.bmi__ring {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  border: 1.5px dashed var(--forest-900);
}

.bmi__ring--1 { width: 56px;  height: 56px;  opacity: 0.7; }
.bmi__ring--2 { width: 88px;  height: 88px;  opacity: 0.5; }
.bmi__ring--3 { width: 120px; height: 120px; opacity: 0.3; }

.bmi__ring-dot {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background: var(--forest-900);
  opacity: 0.15;
}

.bmi__empty-text {
  font-size: 13px;
  color: rgba(25, 48, 30, 0.65);
  font-style: italic;
  text-align: center;
}

/* Result */
@keyframes bmiReveal {
  from { opacity: 0; transform: translateY(12px); }
  to   { opacity: 1; transform: translateY(0); }
}

.bmi__result-content {
  animation: bmiReveal 0.5s cubic-bezier(0.2, 0.7, 0.2, 1) both;
}

.bmi__result-label {
  font-size: 11px;
  font-family: 'NBInternationalPro-Medium', Arial, sans-serif;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: rgba(25, 48, 30, 0.5);
  margin-bottom: 8px;
}

.bmi__result-number {
  font-family: 'Spectral', Georgia, serif;
  font-size: 72px;
  line-height: 1;
  letter-spacing: -0.03em;
  margin-bottom: 14px;
  transition: color 0.4s ease;
}

.bmi__result-badge {
  display: inline-flex;
  align-items: center;
  padding: 6px 14px;
  border-radius: 999px;
  color: var(--cream-50);
  font-size: 12px;
  font-family: 'NBInternationalPro-Medium', Arial, sans-serif;
  letter-spacing: 0.02em;
  margin-bottom: 14px;
  transition: background 0.4s ease;
}

.bmi__result-desc {
  font-size: 13.5px;
  color: rgba(25, 48, 30, 0.65);
  line-height: 1.65;
  margin-bottom: 4px;
}

/* Scale bar */
.bmi__scale { margin-top: 24px; }

.bmi__scale-label {
  font-size: 12px;
  font-family: 'NBInternationalPro-Medium', Arial, sans-serif;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: rgba(25, 48, 30, 0.45);
  margin-bottom: 10px;
}

.bmi__scale-bar {
  position: relative;
  height: 10px;
  border-radius: 999px;
  display: flex;
  overflow: visible;
}

.bmi__scale-seg { height: 100%; opacity: 0.85; }

.bmi__scale-needle {
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background: var(--cream-50);
  border: 3px solid var(--forest-900);
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.18);
  transition: left 0.8s cubic-bezier(0.2, 0.7, 0.2, 1);
  z-index: 2;
}

.bmi__scale-ticks {
  display: flex;
  justify-content: space-between;
  margin-top: 6px;
}

.bmi__scale-ticks span {
  font-size: 11px;
  color: rgba(25, 48, 30, 0.45);
}

/* CTA block */
.bmi__cta-block {
  margin-top: 24px;
  padding: 18px 22px;
  background: rgba(255, 255, 255, 0.6);
  border-radius: 14px;
  border: 1px solid rgba(255, 255, 255, 0.8);
}

.bmi__cta-title {
  font-family: 'Spectral', Georgia, serif;
  font-size: 16px;
  color: var(--forest-900);
  margin-bottom: 5px;
  line-height: 1.3;
}

.bmi__cta-desc {
  font-size: 12.5px;
  color: rgba(25, 48, 30, 0.65);
  margin-bottom: 14px;
  line-height: 1.5;
}

.bmi__cta-btn {
  height: 42px;
  padding: 0 20px;
  font-size: 12.5px;
  white-space: nowrap;
}

.bmi__reset-btn {
  width: 100%;
  margin-top: 12px;
  height: 42px;
  padding: 0;
  font-size: 12.5px;
  color: rgba(25, 48, 30, 0.5);
  border: 1px solid rgba(25, 48, 30, 0.18);
}

.bmi__reset-btn:hover {
  color: var(--forest-900);
  border-color: var(--forest-900);
  opacity: 1;
}

@media (max-width: 768px) {
  .bmi__card { grid-template-columns: 1fr; }
  .bmi__col-divider { width: auto; height: 1px; margin: 0 40px; }
  .bmi__form-col { padding: 40px 32px; }
  .bmi__result-col { padding: 40px 32px; }
  .bmi__title { font-size: 36px; line-height: 44px; }
}

/* ========================================
   RESULTS / SCIENCE
   ======================================== */
.results {
  /* background: var(--forest-900); */
  background: radial-gradient(ellipse at 0% 0%, rgba(212, 146, 108, 0.52) 0%, transparent 55%),
    radial-gradient(ellipse at 100% 100%, rgba(74, 124, 89, 0.38) 0%, transparent 50%),
    radial-gradient(ellipse at 55% 50%, rgba(155, 198, 160, 0.10) 0%, transparent 60%),
    var(--cream-100);
  color: var(--cream-50);
  padding: 100px 0 80px;
  /* border-radius: 16px; */
  margin: 0;
  overflow: hidden;
}

.results__inner {
  max-width: 1400px;
  margin: 0 auto;
  padding: 0 48px;
}

.results__title {
  font-family: 'Spectral', Georgia, serif;
  font-size: 56px;
  line-height: 64px;
  letter-spacing: -0.5px;
  text-align: center;
  margin-bottom: 48px;
  /* color: var(--cream-100); */
  color: var(--forest-900);
}

.results__cards {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
  margin-bottom: 60px;
}

@media (max-width: 768px) {
  .results__inner {
    padding: 0 16px;
  }

  .results__title {
    font-size: clamp(26px, 6.5vw, 38px);
    line-height: 1.15;
    margin-bottom: clamp(24px, 5vw, 36px);
  }

  .results__cards {
    grid-template-columns: 1fr;
    gap: 16px;
    margin-bottom: 40px;
  }

  .results__card {
    padding: clamp(18px, 4.5vw, 28px);
    min-width: 0;
  }

  .results__card-label {
    font-size: 11px;
    letter-spacing: 1.5px;
    margin-bottom: 12px;
  }

  .results__card-stat {
    font-size: clamp(17px, 4.5vw, 22px);
    line-height: 1.35;
    margin-bottom: clamp(20px, 4vw, 28px);
  }
}

/* Container query : la card s'adapte à sa propre largeur,
   pas seulement au viewport. Utile si on réutilise une results__card
   dans un autre contexte (sidebar, modal, grid plus dense). */
.results__card {
  container-type: inline-size;
  container-name: results-card;
  background: var(--forest-900);
  border-radius: 20px;
  padding: 40px;
}

@container results-card (max-width: 360px) {
  .results__card-stat {
    font-size: 18px;
    line-height: 1.35;
    margin-bottom: 20px;
  }
  .results__card-label {
    font-size: 11px;
    letter-spacing: 1.5px;
  }
}

.results__card-label {
  font-family: 'NBInternationalPro-Medium', Arial, sans-serif;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 2px;
  margin-bottom: 16px;
  opacity: 0.6;
}

.results__card-stat {
  font-family: 'Spectral', Georgia, serif;
  font-size: 24px;
  line-height: 32px;
  margin-bottom: 32px;
  color: var(--cream-100);
}

.results__card-chart {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 12px;
  margin-top: 8px;
}

@media (max-width: 768px) {
  .results__card-chart {
    width: 90%;
    max-width: 90%;
    margin-left: auto;
    margin-right: auto;
  }
}

.results__partners {
  background: rgba(255, 255, 255, 0.06);
  border-radius: 20px;
  padding: 40px;
  text-align: center;
}

.results__partners > p {
  font-size: 14px;
  opacity: 0.6;
  margin-bottom: 32px;
}

.results__partners-logos {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 60px;
}

.results__partners-logos img {
  height: 48px;
  width: auto;
  opacity: 0.6;
  filter: brightness(10);
}

/* Dot grid — health improvement card */
@keyframes growDot {
  from { transform: scale(0); opacity: 0; }
  to   { transform: scale(1); opacity: 1; }
}

.dot-grid {
  display: grid;
  grid-template-columns: repeat(15, 12px);
  gap: 20px;
  margin-bottom: 14px;
}

.dot-grid__dot {
  width: 24px;
  height: 24px;
  border-radius: 50%;
  animation: growDot .3s ease both;
}

.dot-grid__dot--off { border: 1px dotted; }

@media (max-width: 1199px) {
  .dot-grid {
    grid-template-columns: repeat(15, 1fr);
    gap: clamp(4px, 1.2vw, 10px);
    width: 90%;
    max-width: 90%;
    margin-left: auto;
    margin-right: auto;
  }

  .dot-grid__dot {
    width: 100%;
    height: auto;
    aspect-ratio: 1 / 1;
  }
}

.results__card-caption {
  font-size: 11px;
  color: rgba(255, 255, 255, .35);
  letter-spacing: 0.04em;
  margin-top: 14px;
}

@media (prefers-reduced-motion: reduce) {
  .dot-grid__dot { animation: none !important; }
}

/* ========================================
   GRADIENT TRANSITION
   ======================================== */
.gradient-transition {
  height: 400px;
  background: linear-gradient(180deg, var(--forest-900) 0%, var(--forest-500) 20%, #8a7a6a 45%, var(--peach-500) 65%, var(--peach-200) 85%, var(--cream-50) 100%);
  margin: -16px 8px 0;
  border-radius: 0 0 16px 16px;
}

/* ========================================
   PROTECT YOUR HEALTH
   ======================================== */
.protect {
  padding: 80px 0;
}

.protect__inner {
  max-width: 1400px;
  margin: 0 auto;
  padding: 0 48px;
}

.protect__title {
  font-family: 'Spectral', Georgia, serif;
  font-size: 48px;
  line-height: 56px;
  text-align: center;
  margin-bottom: 60px;
  display: none; /* hidden on original */
}

.protect__rows {
  display: flex;
  flex-direction: column;
  gap: 0;
}

.protect__row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 40px 0;
  border-top: 1px solid rgba(25, 48, 30, 0.1);
}

.protect__row:last-child {
  border-bottom: 1px solid rgba(25, 48, 30, 0.1);
}

.protect__row-left {
  display: flex;
  align-items: center;
  gap: 20px;
}

.protect__avatar {
  width: 64px;
  height: 64px;
  border-radius: 16px;
  object-fit: cover;
}

.protect__row-left h3 {
  font-family: 'NBInternationalPro-Medium', Arial, sans-serif;
  font-size: 22px;
}

.protect__row p {
  flex: 0 0 50%;
  font-size: 16px;
  line-height: 24px;
  opacity: 0.7;
}

/* ========================================
   CREDIBILITY & AUTHORITY
   ======================================== */
.cred {
  margin: 0;
  /* border-radius: 16px; */
  padding: clamp(56px, 7vw, 88px) 0;
  position: relative;
  overflow: hidden;
  background: var(--forest-900);
  isolation: isolate;
}

.cred::before,
.cred::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  z-index: 0;
  will-change: opacity;
}

.cred::before {
  background:
    radial-gradient(ellipse at 11% 16%, rgba(238, 178, 148, 0.58) 0%, transparent 44%),
    radial-gradient(ellipse at 89% 84%, rgba(155, 198, 160, 0.40) 0%, transparent 44%),
    radial-gradient(ellipse at 60% 40%, rgba(26, 60, 46, 0.55) 0%, transparent 65%);
  animation: cred-glow-a 14s ease-in-out infinite;
}

.cred::after {
  background:
    radial-gradient(ellipse at 15% 80%, rgba(74, 124, 89, 0.45) 0%, transparent 50%),
    radial-gradient(ellipse at 88% 18%, rgba(155, 198, 160, 0.30) 0%, transparent 50%),
    radial-gradient(ellipse at 50% 50%, rgba(10, 28, 14, 0.55) 0%, transparent 70%);
  opacity: 0;
  animation: cred-glow-b 14s ease-in-out infinite;
}

@keyframes cred-glow-a {
  0%, 100% { opacity: 1; }
  50%      { opacity: 0; }
}

@keyframes cred-glow-b {
  0%, 100% { opacity: 0; }
  50%      { opacity: 1; }
}

.cred__inner {
  position: relative;
  z-index: 1;
  max-width: 1400px;
  margin: 0 auto;
  padding: 0 64px;
}

.cred__header {
  margin-bottom: clamp(40px, 5vw, 64px);
}

.cred__brandrow {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 20px;
  flex-wrap: wrap;
}

.cred__yt-logo {
  height: 26px;
  object-fit: contain;
  filter: invert(1) hue-rotate(180deg);
  opacity: 0.92;
}

.cred__brand-sep {
  width: 1px;
  height: 18px;
  background: rgba(245, 240, 234, 0.15);
}

.cred__badge {
  background: rgba(255, 255, 255, 0.07);
  border: 1px solid rgba(245, 240, 234, 0.10);
  border-radius: 100px;
  padding: 5px 16px;
  display: inline-flex;
  align-items: center;
  gap: 7px;
}

.cred__badge-icon {
  font-size: 13px;
  line-height: 1;
}

.cred__badge-text {
  font-family: 'NBInternationalPro-Medium', Arial, sans-serif;
  font-size: 12px;
  letter-spacing: 0.2px;
  color: var(--cream-100);
  opacity: 0.82;
}

.cred__stat {
  display: flex;
  align-items: baseline;
  gap: 20px;
  flex-wrap: wrap;
}

.cred__stat-num {
  font-family: 'Spectral', Georgia, serif;
  font-size: 120px;
  line-height: 1;
  letter-spacing: -4px;
  color: var(--cream-100);
}

.cred__stat-label-top {
  font-family: 'Spectral', Georgia, serif;
  font-style: italic;
  font-size: 22px;
  color: var(--cream-100);
  opacity: 0.48;
  line-height: 1.1;
}

.cred__stat-label-sub {
  font-family: 'NBInternationalPro-Book', Arial, sans-serif;
  font-size: 13px;
  color: rgba(245, 240, 234, 0.30);
  margin-top: 6px;
}

.cred__videos {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 20px;
  margin-bottom: 56px;
}

.cred__video {
  display: flex;
  flex-direction: column;
  gap: 10px;
  text-decoration: none;
  color: inherit;
}

.cred__video-thumb {
  position: relative;
  border-radius: 10px;
  aspect-ratio: 16 / 9;
  overflow: hidden;
  background-size: cover !important;
  background-position: center !important;
  /* background:
    repeating-linear-gradient(135deg, rgba(255, 255, 255, 0.035) 0px, rgba(255, 255, 255, 0.035) 1px, transparent 1px, transparent 14px),
    var(--cred-video-tone, #2A4A32); */
  transition: transform 0.22s ease;
}

.cred__video:hover .cred__video-thumb {
  transform: scale(1.025);
}

.cred__video-play {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.72);
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background 0.18s ease, box-shadow 0.18s ease;
}

.cred__video:hover .cred__video-play {
  background: var(--youtube-red);
  box-shadow: 0 4px 16px rgba(255, 0, 0, 0.40);
}

.cred__video-dur {
  position: absolute;
  bottom: 7px;
  right: 8px;
  background: rgba(0, 0, 0, 0.82);
  color: var(--cream-50);
  font-family: 'NBInternationalPro-Medium', Arial, sans-serif;
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 0.3px;
  padding: 2px 6px;
  border-radius: 3px;
}

.cred__video-title {
  font-family: 'NBInternationalPro-Medium', Arial, sans-serif;
  font-size: 13px;
  line-height: 1.38;
  color: var(--cream-100);
  text-wrap: pretty;
  transition: opacity 0.18s ease;
}

.cred__video:hover .cred__video-title {
  opacity: 0.75;
}

.cred__video-meta {
  display: flex;
  gap: 5px;
  font-family: 'NBInternationalPro-Book', Arial, sans-serif;
  font-size: 12px;
  color: rgba(245, 240, 234, 0.38);
}

.cred__video-dot {
  opacity: 0.4;
}

.cred__press {
  border-top: 1px solid rgba(245, 240, 234, 0.10);
  padding-top: 32px;
  display: flex;
  align-items: center;
}

.cred__press-label {
  font-family: 'NBInternationalPro-Book', Arial, sans-serif;
  font-size: 11px;
  letter-spacing: 1.8px;
  text-transform: uppercase;
  color: rgba(245, 240, 234, 0.26);
  white-space: nowrap;
  margin-right: 32px;
  flex-shrink: 0;
}

.cred__press-frise {
  flex: 1;
  display: flex;
  align-items: center;
}

.cred__press-item {
  flex: 1;
  display: flex;
  justify-content: center;
  align-items: center;
}

.cred__press-sep {
  width: 1px;
  height: 16px;
  background: rgba(245, 240, 234, 0.12);
  flex-shrink: 0;
}

.cred__press-logo {
  height: 20px;
  object-fit: contain;
  filter: brightness(0) invert(1);
  opacity: 0.36;
}

.cred__press-name {
  font-family: 'NBInternationalPro-Medium', Arial, sans-serif;
  font-size: 11px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.4px;
  color: rgba(245, 240, 234, 0.36);
}

.cred__press-name--tracked {
  letter-spacing: 1.8px;
}

@media (max-width: 1024px) {
  .cred__inner {
    padding: 0 40px;
  }
  .cred__videos {
    grid-template-columns: repeat(2, 1fr);
    gap: 16px;
  }
}

@media (max-width: 640px) {
  .cred__inner {
    padding: 0 20px;
  }
  .cred__videos {
    grid-template-columns: 1fr 1fr;
    gap: 12px;
  }
  .cred__stat-num {
    font-size: clamp(72px, 18vw, 120px);
    letter-spacing: -2px;
  }
  .cred__press {
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
  }
  .cred__press-label {
    margin-right: 0;
  }
  .cred__press-frise {
    flex-wrap: wrap;
    width: 100%;
  }
  .cred__press-item {
    flex: 0 0 33.33%;
    padding: 8px 0;
  }
  .cred__press-sep {
    display: none;
  }
}

@media (prefers-reduced-motion: reduce) {
  .cred__video-thumb,
  .cred__video-play,
  .cred__video-title {
    transition: none;
  }
  .cred__video:hover .cred__video-thumb {
    transform: none;
  }
  .cred::before,
  .cred::after {
    animation: none;
  }
  .cred::before { opacity: 1; }
  .cred::after  { opacity: 0; }
}

/* ========================================
   BODY RESET — BLOC GLP-1
   Bloc compact secondaire pour les utilisateurs déjà sous GLP-1.
   Card à 2 colonnes (texte + visuels app) sur fond gradient-orbital cream.
   ======================================== */
.body-reset {
  padding: 64px 0;
}

.body-reset__inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 48px;
}

.body-reset__card {
  display: grid;
  grid-template-columns: 1fr 400px;
  border-radius: 24px;
  overflow: hidden;
  background:
    radial-gradient(ellipse at 4% 10%,  rgba(212, 146, 108, 0.42) 0%, transparent 48%),
    radial-gradient(ellipse at 92% 88%, rgba(74, 124, 89, 0.30) 0%, transparent 50%),
    radial-gradient(ellipse at 55% 48%, rgba(155, 198, 160, 0.14) 0%, transparent 62%),
    var(--cream-100);
  border: 1px solid var(--forest-line-soft);
  box-shadow: var(--shadow-soft);
}

/* ── LEFT: content ── */
.body-reset__content {
  padding: 48px 52px 48px 56px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.body-reset__eyebrow-row {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 20px;
  flex-wrap: wrap;
}

.body-reset__badge {
  font-family: 'NBInternationalPro-Medium', Arial, sans-serif;
  font-size: 11px;
  letter-spacing: 1.6px;
  text-transform: uppercase;
  color: var(--cream-50);
  background: var(--forest-900);
  padding: 5px 14px;
  border-radius: 999px;
}

.body-reset__eyebrow {
  font-family: 'NBInternationalPro-Medium', Arial, sans-serif;
  font-size: 11px;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: var(--forest-400);
  opacity: 0.82;
}

.body-reset__headline {
  font-family: 'Spectral', Georgia, serif;
  font-size: clamp(24px, 2.4vw, 30px);
  font-weight: 300;
  line-height: 1.25;
  color: var(--forest-900);
  letter-spacing: -0.3px;
  margin-bottom: 8px;
  text-wrap: pretty;
}

.body-reset__headline em {
  font-style: italic;
  font-weight: inherit;
}

.body-reset__sub {
  font-size: 14px;
  line-height: 1.6;
  color: var(--forest-900);
  opacity: 0.62;
  margin-bottom: 28px;
  max-width: 360px;
  text-wrap: pretty;
}

.body-reset__features {
  display: flex;
  flex-direction: column;
  gap: 12px;
  margin-bottom: 32px;
}

.body-reset__feature {
  display: flex;
  align-items: center;
  gap: 12px;
}

.body-reset__feature-icon {
  width: 32px;
  height: 32px;
  border-radius: 999px;
  background: var(--cream-200);
  border: 1px solid var(--forest-line-soft);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  color: var(--forest-400);
}

.body-reset__feature-icon svg {
  width: 15px;
  height: 15px;
}

.body-reset__feature-text {
  font-size: 14px;
  line-height: 1.4;
  color: var(--forest-900);
}

.body-reset__feature-text strong {
  font-family: 'NBInternationalPro-Medium', Arial, sans-serif;
  font-weight: 500;
}

.body-reset__cta-row {
  display: flex;
  align-items: center;
  gap: 20px;
}

.body-reset__cta {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 13px 28px;
  border-radius: 999px;
  border: 1.5px solid var(--forest-900);
  background: transparent;
  color: var(--forest-900);
  font-family: 'NBInternationalPro-Medium', Arial, sans-serif;
  font-size: 14px;
  text-decoration: none;
  white-space: nowrap;
  transition: background 0.18s, opacity 0.18s;
}

.body-reset__cta:hover {
  background: rgba(25, 48, 30, 0.05);
}

.body-reset__cta svg {
  width: 14px;
  height: 14px;
  transition: transform 0.18s;
}

.body-reset__cta:hover svg {
  transform: translateX(3px);
}

/* ── RIGHT: visuals ── */
.body-reset__visuals {
  position: relative;
  overflow: hidden;
  /* border-left: 1px solid rgba(25, 48, 30, 0.07); */
  min-height: 340px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.body-reset__visuals::before {
  content: '';
  position: absolute;
  inset: 0;
  /* background: repeating-linear-gradient(
    45deg,
    rgba(26, 60, 46, 0.028) 0px,
    rgba(26, 60, 46, 0.028) 1px,
    transparent 1px,
    transparent 14px
  ); */
  pointer-events: none;
}

.body-reset__stack {
  position: relative;
  width: 280px;
  height: 260px;
}

.body-reset__app-card {
  position: absolute;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 8px 32px rgba(26, 60, 46, 0.18);
  /* border: 1px solid rgba(255, 255, 255, 0.35); */
  background: transparent;
}

.body-reset__app-card img {
  width: 100%;
  display: block;
}

.body-reset__app-card--coach {
  width: 200px;
  left: 12px;
  top: 0;
  transform: rotate(-3deg);
  z-index: 1;
}

.body-reset__app-card--reminder {
  width: 230px;
  right: 4px;
  bottom: 8px;
  transform: rotate(2.5deg);
  z-index: 2;
}

.body-reset__themes-card {
  position: absolute;
  top: 10px;
  right: 8px;
  background: var(--forest-900);
  border-radius: 12px;
  padding: 10px 12px;
  z-index: 3;
  box-shadow: 0 4px 16px rgba(26, 60, 46, 0.28);
  border: 1px solid rgba(155, 198, 160, 0.18);
  transform: rotate(1.5deg);
}

.body-reset__themes-title {
  font-family: 'NBInternationalPro-Medium', Arial, sans-serif;
  font-size: 9px;
  letter-spacing: 1.8px;
  text-transform: uppercase;
  color: var(--sage-300);
  margin-bottom: 7px;
  opacity: 0.82;
}

.body-reset__themes-list {
  display: flex;
  flex-direction: column;
  gap: 5px;
}

.body-reset__theme-item {
  display: flex;
  align-items: center;
  gap: 7px;
}

.body-reset__theme-dot {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  flex-shrink: 0;
  display: inline-block;
}

.body-reset__theme-label {
  font-family: 'NBInternationalPro-Medium', Arial, sans-serif;
  font-size: 10px;
  color: var(--cream-50);
  letter-spacing: 0.3px;
}

@media (max-width: 860px) {
  .body-reset__inner {
    padding: 0 20px;
  }
  .body-reset__card {
    grid-template-columns: 1fr;
  }
  .body-reset__content {
    padding: 40px 32px 36px;
  }
  .body-reset__visuals {
    min-height: 240px;
    border-left: none;
    border-top: 1px solid rgba(25, 48, 30, 0.07);
  }
}

/* ========================================
   CLINICIANS
   ======================================== */
.clinicians {
  padding: 80px 0;
}

.clinicians__inner {
  max-width: 1400px;
  margin: 0 auto;
  padding: 0 48px;
}

.clinicians__title {
  font-family: 'Spectral', Georgia, serif;
  font-size: 48px;
  line-height: 56px;
  text-align: center;
  margin-bottom: 48px;
}

.clinicians__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  margin-bottom: 48px;
}

@media (max-width: 768px) {
  .clinicians__grid {
    grid-template-columns: 1fr;
  }

  .clinicians__card {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
  }

  .clinicians__card-img-wrap {
    width: 50%;
  }
}

.clinicians__card-img-wrap {
  position: relative;
  border-radius: 20px;
  overflow: hidden;
  background: var(--cream-100);
  aspect-ratio: 4/5;
  margin-bottom: 16px;
}

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

.clinicians__expand {
  position: absolute;
  bottom: 16px;
  right: 16px;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: var(--cream-50);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  color: var(--forest-900);
  box-shadow: 0 2px 8px rgba(0,0,0,0.1);
}

.clinicians__card h3 {
  font-family: 'NBInternationalPro-Medium', Arial, sans-serif;
  font-size: 18px;
  margin-bottom: 4px;
}

.clinicians__card p {
  font-size: 14px;
  opacity: 0.7;
}

.clinicians__partners {
  background: var(--cream-100);
  border-radius: 20px;
  padding: 40px;
}

.clinicians__partners > p {
  font-size: 14px;
  margin-bottom: 24px;
  opacity: 0.7;
}

.clinicians__partners-logos {
  display: flex;
  align-items: center;
  gap: 60px;
}

.clinicians__partners-logos img {
  height: 48px;
  width: auto;
  opacity: 0.5;
}

/* ========================================
   WEIGHT LOSS STATS / STEPPER
   ======================================== */
.wl-stats {
  margin: 0 8px;
  border-radius: 16px;
  background: linear-gradient(118deg, #F7EFE2 0%, #EFE4D2 35%, #E8D8C2 65%, #DECCB2 100%);
  padding: 0;
  position: relative;
  overflow: hidden;
}

.wl-stats::before,
.wl-stats::after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  height: 96px;
  pointer-events: none;
  z-index: 2;
}

.wl-stats::before {
  top: 0;
  background: linear-gradient(to bottom, var(--cream-50) 0%, transparent 100%);
}

.wl-stats::after {
  bottom: 0;
  background: linear-gradient(to top, var(--cream-50) 0%, transparent 100%);
}

.wl-stats__inner {
  max-width: 960px;
  margin: 0 auto;
  padding: 72px 6%;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  position: relative;
  z-index: 3;
}

/* Left */
.wl-stats__left { padding-right: 56px; }

.wl-stats__headline {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-bottom: 10px;
}

.wl-stats__arrow-badge {
  width: 34px;
  height: 34px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.5);
  border: 1px solid rgba(255, 255, 255, 0.75);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.wl-stats__percent {
  font-family: 'Spectral', Georgia, serif;
  font-size: clamp(48px, 6.5vw, 78px);
  color: var(--forest-900);
  line-height: 1;
  letter-spacing: -0.03em;
}

.wl-stats__sub {
  font-size: 14px;
  color: rgba(25, 48, 30, 0.55);
  margin-bottom: 22px;
  letter-spacing: 0.01em;
}

.wl-stats__rule {
  width: 36px;
  height: 1px;
  background: #C0AE96;
  margin-bottom: 20px;
}

.wl-stats__note {
  font-size: 13px;
  color: rgba(25, 48, 30, 0.45);
  line-height: 1.7;
  max-width: 300px;
}

/* Vertical divider */
.wl-stats__vdivider {
  width: 1px;
  align-self: stretch;
  background: linear-gradient(to bottom, transparent, rgba(180, 160, 130, 0.35) 20%, rgba(180, 160, 130, 0.35) 80%, transparent);
  margin: 0 2px;
}

/* Right card */
.wl-stats__right { padding-left: 56px; }

.wl-stats__card {
  background: var(--cream-50);
  border-radius: 22px;
  padding: 32px 32px 28px;
  box-shadow: 0 12px 56px rgba(26, 35, 25, 0.11), 0 1px 4px rgba(26, 35, 25, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.75);
}

.wl-stats__card-label {
  font-size: 11.5px;
  font-family: 'NBInternationalPro-Medium', Arial, sans-serif;
  color: rgba(25, 48, 30, 0.5);
  letter-spacing: 0.06em;
  text-transform: uppercase;
  margin-bottom: 20px;
}

.wl-stats__stepper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 28px;
}

.wl-stats__stepper-btn {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  border: 1.5px solid #D4CBB8;
  background: rgba(255, 255, 255, 0.7);
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background 0.15s, border-color 0.15s, transform 0.1s;
  user-select: none;
  flex-shrink: 0;
}

.wl-stats__stepper-btn:hover {
  background: rgba(255, 255, 255, 0.95);
  border-color: #B8AA95;
}

.wl-stats__stepper-btn:active { transform: scale(0.93); }

.wl-stats__stepper-display { flex: 1; text-align: center; }

.wl-stats__stepper-num {
  font-family: 'Spectral', Georgia, serif;
  font-size: 52px;
  color: var(--forest-900);
  line-height: 1;
  letter-spacing: -0.03em;
  display: block;
}

.wl-stats__stepper-unit {
  font-size: 15px;
  color: rgba(25, 48, 30, 0.5);
  font-family: 'NBInternationalPro-Book', Arial, sans-serif;
  letter-spacing: 0.02em;
}

@keyframes wlsPop {
  0%   { transform: scale(1); }
  40%  { transform: scale(1.05); }
  100% { transform: scale(1); }
}

.wl-stats__stepper-display.is-popping { animation: wlsPop 0.25s ease; }

.wl-stats__card-rule {
  height: 1px;
  background: #EDE7D9;
  margin-bottom: 22px;
}

.wl-stats__result {
  display: flex;
  align-items: baseline;
  justify-content: center;
  gap: 4px;
  margin-top: 10px;
}

.wl-stats__result-num {
  font-family: 'Spectral', Georgia, serif;
  font-size: 48px;
  color: var(--forest-900);
  letter-spacing: -0.03em;
  line-height: 1;
}

.wl-stats__result-unit {
  font-size: 18px;
  color: rgba(25, 48, 30, 0.5);
  font-family: 'NBInternationalPro-Book', Arial, sans-serif;
}

@media (max-width: 768px) {
  .wl-stats__inner { grid-template-columns: 1fr; padding: 48px 32px; }
  .wl-stats__left { padding-top: 48px; padding-right: 0; margin-bottom: 40px; text-align: center; }
  .wl-stats__headline { justify-content: center; }
  .wl-stats__vdivider { display: none; }
  .wl-stats__right { padding-left: 0; }
}

/* ========================================
   MONEY BACK GUARANTEE
   ======================================== */
.mbg {
  padding: 80px 0;
}

.mbg__inner {
  max-width: 1400px;
  margin: 0 auto;
  padding: 0 48px;
  display: flex;
  align-items: center;
  background: var(--cream-100);
  border-radius: 20px;
  overflow: hidden;
}

.mbg__content {
  flex: 1;
  padding: 60px;
}

.mbg__title {
  font-family: 'Spectral', Georgia, serif;
  font-size: 36px;
  line-height: 44px;
  margin-bottom: 16px;
}

.mbg__text {
  font-size: 16px;
  line-height: 24px;
  opacity: 0.7;
  margin-bottom: 32px;
  max-width: 420px;
}

.mbg__image {
  flex: 0 0 50%;
}

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

/* ========================================
   FAQ
   ======================================== */
.faq {
  margin: 0;
  /* border-radius: 16px; */
  padding: clamp(60px, 7vw, 100px) 0;
  position: relative;
  overflow: hidden;
  /* background:
    radial-gradient(ellipse at 90% 15%, rgba(155, 198, 160, 0.55) 0%, transparent 50%),
    radial-gradient(ellipse at 15% 85%, rgba(74, 124, 89, 0.30) 0%, transparent 50%),
    var(--forest-900); */
  background:
    radial-gradient(ellipse at 15% 80%, rgba(74,124,89,0.45) 0%, transparent 50%),
    radial-gradient(ellipse at 88% 18%, rgba(155,198,160,0.30) 0%, transparent 50%),
    radial-gradient(ellipse at 50% 50%, rgba(10,28,14,0.70) 0%, transparent 70%),
    var(--forest-900);
}

.faq__inner {
  max-width: 1400px;
  margin: 0 auto;
  padding: 0 64px;
}

.faq__label {
  font-size: 14px;
  opacity: 0.6;
  margin-bottom: 8px;
  color: rgba(245, 240, 234, 0.42);
}

.faq__grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 64px;
  align-items: start;
}

.faq__left {
  display: flex;
  flex-direction: column;
}

.faq__title {
  font-family: 'Spectral', Georgia, serif;
  font-size: 48px;
  line-height: 56px;
  margin-bottom: 40px;
  color: var(--cream-100);
}

.faq__list {
  display: flex;
  flex-direction: column;
}

.faq__q {
  display: flex;
  align-items: center;
  gap: 20px;
  padding: 20px 0;
  border: none;
  border-top: 1px solid rgba(245, 240, 234, 0.09);
  background: none;
  text-align: left;
  width: 100%;
  cursor: pointer;
  opacity: 0.44;
  color: inherit;
  font: inherit;
  transition: opacity 0.16s ease;
}

.faq__q:last-child {
  border-bottom: 1px solid rgba(245, 240, 234, 0.09);
}

.faq__q:hover {
  opacity: 0.68;
}

.faq__q.is-active {
  opacity: 1;
}

.faq__q-num {
  font-family: 'Spectral', Georgia, serif;
  font-size: 12px;
  color: var(--cream-100);
  opacity: 0.5;
  letter-spacing: 0.5px;
  flex-shrink: 0;
  width: 24px;
}

.faq__q-text {
  font-family: 'NBInternationalPro-Book', Arial, sans-serif;
  font-size: clamp(14px, 1.3vw, 16px);
  line-height: 1.45;
  color: var(--cream-100);
  flex: 1;
  transition: font-family 0.15s ease;
}

.faq__q.is-active .faq__q-text {
  font-family: 'NBInternationalPro-Medium', Arial, sans-serif;
}

.faq__q-arrow {
  margin-left: auto;
  flex-shrink: 0;
  display: none;
  align-items: center;
}

.faq__q.is-active .faq__q-arrow {
  display: inline-flex;
}

.faq__cta {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-top: 40px;
}

.faq__cta-text {
  font-family: 'NBInternationalPro-Book', Arial, sans-serif;
  font-size: 13px;
  color: rgba(245, 240, 234, 0.38);
}

.faq__cta-link {
  font-family: 'NBInternationalPro-Medium', Arial, sans-serif;
  font-size: 13px;
  font-weight: 500;
  color: var(--cream-100);
  opacity: 0.6;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: 5px;
  transition: opacity 0.2s ease;
}

.faq__cta-link:hover {
  opacity: 1;
}

.faq__panel {
  background: rgba(255, 255, 255, 0.07);
  -webkit-backdrop-filter: blur(14px);
  backdrop-filter: blur(14px);
  border-radius: 24px;
  padding: 48px;
  display: flex;
  flex-direction: column;
  gap: 32px;
  border: 1px solid rgba(245, 240, 234, 0.09);
  min-height: 380px;
  position: sticky;
  top: 40px;
}

.faq__dot {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: var(--peach-500);
  opacity: 0.22;
  flex-shrink: 0;
}

.faq__answer {
  flex-grow: 1;
}

.faq__answer-q {
  font-family: 'Spectral', Georgia, serif;
  font-weight: 400;
  font-size: clamp(18px, 2vw, 26px);
  line-height: 1.32;
  color: var(--cream-100);
  margin-bottom: 22px;
  text-wrap: pretty;
}

.faq__answer-a {
  font-family: 'NBInternationalPro-Book', Arial, sans-serif;
  font-size: clamp(14px, 1.2vw, 16px);
  line-height: 1.78;
  color: var(--cream-100);
  opacity: 0.58;
}

.faq__progress {
  display: flex;
  align-items: center;
  gap: 12px;
}

.faq__progress-count {
  font-family: 'NBInternationalPro-Book', Arial, sans-serif;
  font-size: 12px;
  color: rgba(245, 240, 234, 0.28);
  letter-spacing: 0.5px;
  flex-shrink: 0;
}

.faq__progress-track {
  flex: 1;
  height: 1px;
  background: rgba(245, 240, 234, 0.10);
  overflow: hidden;
}

.faq__progress-fill {
  height: 100%;
  background: var(--peach-500);
  opacity: 0.65;
  transition: width 0.35s cubic-bezier(0.2, 0.7, 0.2, 1);
}

@media (max-width: 900px) {
  .faq__inner {
    padding: 0 32px;
  }
  .faq__grid {
    grid-template-columns: 1fr;
    gap: 40px;
  }
  .faq__panel {
    position: static;
    min-height: 280px;
  }
}

@media (max-width: 560px) {
  .faq__inner {
    padding: 0 20px;
  }
  .faq__panel {
    padding: 32px 24px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .faq__progress-fill,
  .faq__q,
  .faq__q-text,
  .faq__cta-link {
    transition: none;
  }
}

/* ========================================
   BLOG
   ======================================== */
.blog {
  padding: 80px 0;
}

.blog__inner {
  max-width: 1400px;
  margin: 0 auto;
  padding: 0 48px;
}

.blog__label {
  font-size: 14px;
  opacity: 0.6;
  margin-bottom: 8px;
}

.blog__title {
  font-family: 'Spectral', Georgia, serif;
  font-size: 48px;
  line-height: 56px;
  margin-bottom: 40px;
}

.blog__grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
}

@media (max-width: 768px) {
  .blog__grid {
    grid-template-columns: 1fr;
    gap: 12px;
    max-width: 320px;
    margin-left: auto;
    margin-right: auto;
  }

  .blog__card-img {
    aspect-ratio: 16 / 10;
  }

  .blog__card-title {
    font-size: 14px;
    padding: 12px;
  }

  .blog__card-arrow {
    padding: 0 12px 12px;
  }

  .blog__card-arrow img {
    width: 20px;
    height: 20px;
  }
}

.blog__card {
  display: block;
  background: var(--cream-100);
  border-radius: 16px;
  overflow: hidden;
  transition: transform 0.2s;
}

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

.blog__card-img {
  width: 100%;
  aspect-ratio: 1;
  object-fit: cover;
}

.blog__card-title {
  font-family: 'NBInternationalPro-Medium', Arial, sans-serif;
  font-size: 16px;
  padding: 16px;
}

.blog__card-arrow {
  display: flex;
  padding: 0 16px 16px;
}

.blog__card-arrow img {
  width: 24px;
  height: 24px;
}

/* ========================================
   CTA SECTION
   ======================================== */
.cta {
  margin: 0 8px;
  border-radius: 16px;
  padding: clamp(60px, 12vw, 120px) clamp(24px, 5vw, 48px);
  text-align: center;
  background: linear-gradient(180deg, var(--sage-200) 0%, #d4a988 30%, var(--peach-300) 60%, var(--peach-200) 100%);
}

.cta__inner {
  max-width: 700px;
  margin: 0 auto;
}

.cta__title {
  font-family: 'Spectral', Georgia, serif;
  font-size: clamp(32px, 6vw, 56px);
  line-height: 1.1;
  letter-spacing: -0.5px;
  margin-bottom: 16px;
  color: var(--forest-900);
}

.cta__text {
  font-size: 18px;
  opacity: 0.7;
  margin-bottom: 32px;
}

/* ========================================
   FOOTER
   ======================================== */
.footer {
  padding: 64px 0 40px;
}

.footer__breadcrumb {
  max-width: 1400px;
  margin: 0 auto 32px;
  padding: 0 48px;
}

.footer__breadcrumb ol {
  list-style: none;
  display: flex;
  align-items: center;
  gap: 8px;
  flex-wrap: wrap;
}

.footer__breadcrumb li {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 13px;
  opacity: 0.6;
}

.footer__breadcrumb li + li::before {
  content: '›';
  opacity: 0.5;
}

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

.footer__breadcrumb a:hover {
  text-decoration: underline;
}

@media (max-width: 640px) {
  .footer__breadcrumb {
    padding: 0 24px;
  }
}

/* Desktop ≥1100px : 4 colonnes alignées
   Tablet 768-1099px : 2x2 grid (brand+contact / col+copyright)
   Mobile <768px : stack vertical, alignement cohérent */
.footer__inner {
  max-width: 1400px;
  margin: 0 auto;
  padding: 0 48px;
  display: grid;
  grid-template-columns: auto 1fr auto auto;
  align-items: start;
  gap: 48px;
}

@media (max-width: 1099px) {
  .footer__inner {
    grid-template-columns: 1fr 1fr;
    gap: 40px 48px;
  }
  .footer__copyright {
    text-align: left;
  }
}

@media (max-width: 640px) {
  .footer__inner {
    grid-template-columns: 1fr;
    gap: 32px;
    padding: 0 24px;
  }
}

.footer__brand {
  display: flex;
  align-items: center;
  gap: 20px;
  flex-shrink: 0;
}

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

.footer__brand img:last-child {
  height: 56px;
  width: auto;
}

.footer__contact {
  min-width: 0;
}

.footer__contact__h3 {
  font-family: 'NBInternationalPro-Medium', Arial, sans-serif;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 2px;
  margin-bottom: 12px;
}

.footer__phone {
  font-family: 'Spectral', Georgia, serif;
  font-size: 22px;
  line-height: 1.2;
  margin-bottom: 4px;
}

.footer__contact > p {
  font-size: 13px;
  line-height: 1.5;
  opacity: 0.7;
  margin-bottom: 4px;
}

.footer__contact > p strong {
  opacity: 1;
  font-weight: 500;
}

.footer__col {
  min-width: 0;
}

.footer__col h3 {
  font-family: 'NBInternationalPro-Medium', Arial, sans-serif;
  font-size: 14px;
  margin-bottom: 12px;
}

.footer__col a {
  display: block;
  font-size: 13px;
  opacity: 0.7;
  margin-bottom: 8px;
  transition: opacity 0.2s;
}

.footer__col a:hover {
  opacity: 1;
}

.footer__copyright {
  text-align: right;
  min-width: 0;
}

.footer__copyright p {
  font-size: 12px;
  opacity: 0.6;
  line-height: 1.5;
}

.footer__pharmacy {
  display: flex;
  align-items: flex-end;
  gap: 24px;
}

.footer__pharmacy p {
  font-size: 12px;
  line-height: 18px;
  opacity: 0.6;
  text-align: right;
}

.footer__badges {
  display: flex;
  gap: 12px;
  align-items: center;
}

.footer__badge {
  height: 48px;
  width: auto;
}

/* ========================================
   CARD ORBITAL DIAGRAM
   ======================================== */
.card-orbital {
  --co-forest: var(--forest-700);
  --co-forest-soft: var(--forest-400);
  --co-shadow: var(--shadow-co);
  --co-shadow-deep: var(--shadow-co-deep);
  --co-node: 70px;
  --co-patient: 220px;

  position: relative;
  height: 450px;
  overflow: hidden;
  background:
    radial-gradient(ellipse at 8% 8%,  rgba(238, 178, 148, 0.88) 0%, transparent 52%),
    radial-gradient(ellipse at 92% 92%, rgba(155, 198, 160, 0.78) 0%, transparent 50%),
    var(--cream-300);
}

@media (max-width: 768px) {
  .card-orbital {
    --co-patient: 140px;
    --co-node: 56px;
  }
}

/* SVG covers the full card — JS sets viewBox and draws ellipses */
.co-svg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  overflow: visible;
}

.co-ring {
  fill: none;
  stroke: var(--co-forest);
  stroke-opacity: 0.22;
  stroke-width: 1.5;
}

.co-ring--dashed {
  stroke-dasharray: 4 8;
  stroke-opacity: 0.18;
}

.co-connector {
  fill: none;
  stroke: var(--co-forest-soft);
  stroke-opacity: 0.28;
  stroke-width: 1.2;
  stroke-dasharray: 6 8;
  animation: co-dashflow 6s linear infinite;
}

@keyframes co-dashflow { to { stroke-dashoffset: -56; } }

.co-patient {
  position: absolute;
  width: var(--co-patient);
  height: var(--co-patient);
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  overflow: hidden;
  box-shadow: inset 0 0 60px rgba(26, 60, 46, 0.16), 0 20px 60px rgba(26, 60, 46, 0.10);
  z-index: 4;
  animation: co-patientIn 800ms cubic-bezier(0.2, 0.7, 0.2, 1) both;
  background: #d9c8a3 url('https://cdn.prod.website-files.com/6a3ab316f71db1f7f45ff0cd/6a3b4e1fee7d1aa73a4e3217_patient.webp') center / cover no-repeat;
}

.co-patient::after {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at 50% 100%, rgba(26, 60, 46, 0.14), transparent 55%);
  pointer-events: none;
}

@keyframes co-patientIn {
  from { opacity: 0; transform: translate(-50%, -50%) scale(0.85); }
  to   { opacity: 1; transform: translate(-50%, -50%) scale(1); }
}

/* Nodes positioned by JS via top/left, centered with transform */
.co-node {
  position: absolute;
  width: var(--co-node);
  height: var(--co-node);
  transform: translate(-50%, -50%);
  pointer-events: auto;
  z-index: 6;
  opacity: 0;
  transition: opacity 600ms cubic-bezier(0.2, 0.7, 0.2, 1);
}

.co-node.co-visible { opacity: 1; }

.co-btn {
  appearance: none;
  border: none;
  padding: 0;
  background: transparent;
  cursor: pointer;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  transition: transform 320ms cubic-bezier(0.2, 0.7, 0.2, 1);
  outline: none;
}

.co-btn:hover { transform: translateY(-5px); }

.co-circle {
  width: var(--co-node);
  height: var(--co-node);
  border-radius: 50%;
  background: var(--cream-50);
  border: 2.5px solid var(--co-forest);
  box-shadow: var(--co-shadow);
  position: relative;
  overflow: hidden;
  flex-shrink: 0;
  transition: box-shadow 300ms ease;
}

.co-circle::before {
  content: "";
  position: absolute;
  inset: 0;
  background: var(--co-ph, linear-gradient(135deg, #E8DCC4, #8FA88A));
}

.co-btn:hover .co-circle { box-shadow: var(--co-shadow-deep); }

.co-glyph {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--co-forest);
  font-family: "SF Mono", Menlo, monospace;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.1em;
  z-index: 2;
  text-shadow: 0 1px 2px rgba(255, 255, 255, 0.6);
}

.co-label {
  margin-top: 8px;
  font-size: 11px;
  font-weight: 700;
  color: var(--co-forest);
  letter-spacing: 0.04em;
  background: rgba(255, 255, 255, 0.82);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  padding: 5px 10px;
  border-radius: 999px;
  box-shadow: 0 2px 6px rgba(26, 60, 46, 0.10);
  white-space: nowrap;
  transition: padding 280ms ease, background 280ms ease;
}

.co-btn:hover .co-label {
  padding: 5px 14px;
  background: rgba(255, 255, 255, 0.96);
}

/* Detail card */
.co-detail {
  position: absolute;
  width: 240px;
  background: var(--cream-50);
  /* border-left: 3px solid var(--co-forest); */
  border-radius: 8px;
  padding: 18px 20px;
  box-shadow: 0 14px 40px rgba(26, 60, 46, 0.20);
  z-index: 10;
  opacity: 0;
  transform: translateY(6px);
  pointer-events: none;
  transition: opacity 260ms ease, transform 260ms cubic-bezier(0.2, 0.7, 0.2, 1);
}

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

.co-detail #co-detail-title {
  font-size: 15px;
  font-weight: 600;
  color: var(--co-forest);
  margin-bottom: 6px;
}

.co-detail p {
  font-size: 12.5px;
  line-height: 1.5;
  color: rgba(26, 60, 46, 0.70);
}

.co-detail-pill {
  display: inline-block;
  margin-top: 10px;
  font-size: 9px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--co-forest-soft);
  font-weight: 700;
}

.co-detail-close {
  position: absolute;
  top: 10px;
  right: 10px;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  border: none;
  background: rgba(26, 60, 46, 0.06);
  color: var(--co-forest);
  cursor: pointer;
  font-size: 13px;
  line-height: 1;
  display: flex;
  align-items: center;
  justify-content: center;
}

.co-detail-close:hover { background: rgba(26, 60, 46, 0.12); }

@media (prefers-reduced-motion: reduce) {
  .co-connector, .co-patient { animation: none !important; }
  .co-node { opacity: 1 !important; transition: none !important; }
}

/* ========================================
   STICKY BOTTOM BAR
   ======================================== */
.sticky-bar {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  background: var(--cream-50);
  border-top: 1px solid rgba(25, 48, 30, 0.08);
  z-index: 99;
  padding: 12px 0;
  box-shadow: 0 -4px 20px rgba(0,0,0,0.06);
  opacity: 0;
  transform: translateY(100%);
  pointer-events: none;
  transition: opacity 0.32s ease, transform 0.32s cubic-bezier(0.2, 0.7, 0.2, 1);
}

.sticky-bar.is-visible {
  opacity: 0.95;
  transform: translateY(0);
  pointer-events: auto;
}

@media (prefers-reduced-motion: reduce) {
  .sticky-bar { transition: opacity 0.2s ease; transform: none; }
  .sticky-bar:not(.is-visible) { transform: none; }
}

.sticky-bar__inner {
  max-width: 1400px;
  margin: 0 auto;
  padding: 0 48px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.sticky-bar__inner p {
  font-size: 16px;
}

.sticky-bar .btn {
  padding: 14px 28px;
}

@media (max-width: 768px) {
  .sticky-bar__inner {
    flex-direction: column-reverse;
    align-items: stretch;
    padding: 0 16px;
    gap: 8px;
  }

  .sticky-bar__inner p {
    font-size: 13px;
    text-align: center;
    margin: 0;
  }

  .sticky-bar .btn {
    width: 100%;
    white-space: nowrap;
    padding: 14px 16px;
  }
}

/* ========================================
   PARCOURS 3 ÉTAPES
   ======================================== */
.parcours {
  background: var(--cream-100);
  width: 100%;
}

.parcours__header {
  padding: clamp(48px, 6vw, 56px) clamp(24px, 8vw, 120px) clamp(32px, 4vw, 40px);
}

.parcours__kicker {
  font-family: 'NBInternationalPro-Medium', Arial, sans-serif;
  font-size: 11px;
  letter-spacing: 2.4px;
  text-transform: uppercase;
  color: var(--forest-400);
  font-weight: 600;
  margin-bottom: 16px;
}

.parcours__title {
  font-family: 'Spectral', Georgia, serif;
  font-size: clamp(32px, 5vw, 56px);
  font-weight: 400;
  color: var(--forest-900);
  line-height: 1.15;
  letter-spacing: -0.5px;
  text-wrap: pretty;
}

.parcours__title em {
  font-family: 'Spectral', Georgia, serif;
  font-style: italic;
}

.parcours__step {
  display: grid;
  grid-template-columns: 1fr 1fr;
  /* border-top: 1px solid rgba(26, 60, 46, 0.10); */
}

.parcours__media {
  position: relative;
  overflow: hidden;
  min-height: clamp(220px, 28vw, 320px);
  background:
    linear-gradient(135deg, rgba(26, 60, 46, 0.06), rgba(212, 146, 108, 0.10)),
    repeating-linear-gradient(
      45deg,
      rgba(26, 60, 46, 0.04) 0,
      rgba(26, 60, 46, 0.04) 1px,
      transparent 1px,
      transparent 14px
    ),
    var(--cream-400);
  display: flex;
  align-items: center;
  justify-content: center;
}

.parcours__media-label {
  font-family: 'NBInternationalPro-Medium', Arial, sans-serif;
  font-size: 12px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: rgba(26, 60, 46, 0.45);
  /* padding: 8px 14px; */
  /* border: 1px solid rgba(26, 60, 46, 0.18); */
  border-radius: 999px;
}

.parcours__panel {
  padding: clamp(32px, 4.5vw, 48px) clamp(28px, 5.5vw, 72px);
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
  overflow: hidden;
}

.parcours__step--1 .parcours__panel {
  background:
    radial-gradient(ellipse at 0% 0%, rgba(212, 146, 108, 0.52) 0%, transparent 55%),
    radial-gradient(ellipse at 100% 100%, rgba(74, 124, 89, 0.38) 0%, transparent 50%),
    radial-gradient(ellipse at 55% 50%, rgba(155, 198, 160, 0.10) 0%, transparent 60%),
    var(--cream-100);
}

.parcours__step--2 .parcours__panel {
  background:
    radial-gradient(ellipse at 15% 80%, rgba(74, 124, 89, 0.50) 0%, transparent 50%),
    radial-gradient(ellipse at 90% 15%, rgba(155, 198, 160, 0.48) 0%, transparent 48%),
    radial-gradient(ellipse at 50% 50%, rgba(10, 28, 14, 0.65) 0%, transparent 68%),
    var(--forest-900);
}

.parcours__step--3 .parcours__panel {
  background:
    radial-gradient(ellipse at 100% 0%, rgba(155, 198, 160, 0.28) 0%, transparent 52%),
    radial-gradient(ellipse at 0% 100%, rgba(212, 146, 108, 0.36) 0%, transparent 48%),
    radial-gradient(ellipse at 50% 45%, rgba(74, 124, 89, 0.08) 0%, transparent 60%),
    var(--cream-100);
}

.parcours__ghost {
  position: absolute;
  bottom: -12px;
  font-family: 'Spectral', Georgia, serif;
  font-size: clamp(80px, 10vw, 134px);
  font-weight: 400;
  line-height: 1;
  color: rgba(26, 60, 46, 0.06);
  user-select: none;
  pointer-events: none;
}

.parcours__step--1 .parcours__ghost { right: -8px; }
.parcours__step--2 .parcours__ghost { left: -8px; color: rgba(155, 198, 160, 0.08); }
.parcours__step--3 .parcours__ghost { right: -8px; }

.parcours__eyebrow {
  font-family: 'NBInternationalPro-Medium', Arial, sans-serif;
  font-size: 10px;
  letter-spacing: 2.4px;
  text-transform: uppercase;
  font-weight: 600;
  color: var(--forest-400);
  margin-bottom: 14px;
}

.parcours__step--dark .parcours__eyebrow { color: var(--sage-300); }

.parcours__step-title {
  font-family: 'Spectral', Georgia, serif;
  font-size: clamp(20px, 2.1vw, 26px);
  font-weight: 400;
  color: var(--forest-900);
  line-height: 1.25;
  letter-spacing: -0.2px;
  margin-bottom: 14px;
  text-wrap: pretty;
}

.parcours__step--dark .parcours__step-title { color: var(--cream-100); }

.parcours__step-body {
  font-family: 'NBInternationalPro-Book', Arial, sans-serif;
  font-size: clamp(14px, 1vw, 15px);
  line-height: 1.72;
  color: color-mix(in srgb, var(--forest-900) 65%, transparent);
  max-width: 380px;
  text-wrap: pretty;
}

.parcours__step--dark .parcours__step-body { color: rgba(245, 240, 234, 0.7); }

@media (max-width: 768px) {
  .parcours__step,
  .parcours__step--2 {
    grid-template-columns: 1fr;
  }
  .parcours__step--2 .parcours__media { order: -1; }
  .parcours__media { min-height: 220px; }
  .parcours__panel { padding: 32px 24px; }
  .parcours__step-body { max-width: none; }
}
