/*
Design reminder for this file — Version statique HTML/CSS pure, orientée advertorial premium.
Priorités : alignement gauche net, une image à gauche et le texte à droite pour chaque numéro,
hiérarchie typographique massive, CTA verts lisibles, zéro débordement horizontal.
*/

:root {
  --navy: #153255;
  --navy-deep: #11294b;
  --sky: #4aa7ea;
  --medical-title: #274b45;
  --medical-accent: #5f8a82;
  --text: #18314f;
  --muted: #667892;
  --green: #3f9b2f;
  --green-dark: #2f7f22;
  --yellow: #fff7df;
  --border: #e6ebf1;
  --shadow: 0 14px 30px rgba(17, 41, 75, 0.08);
  --radius-card: 24px;
  --radius-image: 20px;
  --container: 1080px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  overflow-x: hidden;
}

body {
  margin: 0;
  min-width: 320px;
  overflow-x: hidden;
  background: #ffffff;
  color: var(--text);
  font-family: "Source Sans 3", sans-serif;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
}

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

strong,
h1,
h2,
a {
  font-family: "Archivo", sans-serif;
}

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

.page {
  width: 100%;
  max-width: 100%;
  overflow-x: hidden;
}

.container {
  width: min(100%, var(--container));
  margin: 0 auto;
  padding-left: 20px;
  padding-right: 20px;
}

.promo-strip {
  background: #7A9E7E;
  color: #ffffff;
}

.promo-strip-inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 6px;
  padding: 10px 0;
}

.promo-logo-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.promo-logo {
  display: block;
  width: auto;
  max-width: min(100%, 1000px);
  height: 40px;
  object-fit: contain;
}


.promo-copy {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 8px;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  text-align: center;
}

.promo-dot {
  opacity: 0.5;
}

.promo-text {
  margin: 0;
  text-align: center;
  font-size: 14px;
  line-height: 1.3;
  color: rgba(255, 255, 255, 0.92);
}

.floating-cta-bar {
  display: none;
}

.hero-section {
  padding: 22px 0 8px;
}

.hero-container {
  text-align: left;
}

.hero-title {
  margin: 0;
  max-width: 980px;
  font-size: clamp(36px, 5.6vw, 60px);
  font-weight: 900;
  line-height: 0.98;
  letter-spacing: -0.045em;
  color: var(--medical-title);
  overflow-wrap: anywhere;
}

.hero-title span {
  display: block;
}

.hero-title-accent {
  margin-top: 6px;
  color: var(--medical-accent);
}

.hero-image-wrap {
  margin-top: 18px;
  max-width: 820px;
}

.hero-image {
  display: block;
  width: 100%;
  aspect-ratio: 1.55 / 1;
  object-fit: cover;
  border-radius: 0;
  border: 0;
  box-shadow: none;
}

.hero-intro,
.hero-bold {
  max-width: 980px;
  font-size: 24px;
  line-height: 1.48;
}

.hero-intro {
  margin: 22px 0 0;
}

.hero-bold {
  margin: 18px 0 0;
  font-weight: 800;
}

.author-box {
  margin-top: 22px;
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  align-items: center;
  gap: 10px 16px;
  width: min(100%, 360px);
  padding: 10px 14px;
  background: #ffffff;
  border: 1px solid #d9dee6;
  border-radius: 12px;
  box-shadow: 0 2px 10px rgba(17, 41, 75, 0.05);
}

.author-avatar {
  width: 52px;
  height: 52px;
  border-radius: 999px;
  object-fit: cover;
  flex-shrink: 0;
}

.author-copy {
  display: flex;
  flex-direction: column;
  line-height: 1.12;
}

.author-copy strong {
  font-size: 17px;
  font-weight: 800;
  color: #2e3136;
}

.author-copy span {
  margin-top: 8px;
  font-size: 14px;
  font-weight: 700;
  color: var(--medical-title);
}

.author-badge {
  align-self: start;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 6px 10px;
  border-radius: 999px;
  background: #f1f7ff;
  font-size: 13px;
  font-weight: 800;
  line-height: 1;
  color: #3b82f6;
  box-shadow: inset 0 0 0 1px rgba(59, 130, 246, 0.08);
}

.badge-icon,
.meta-check {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 18px;
  height: 18px;
  border-radius: 999px;
  font-size: 12px;
  font-weight: 900;
}

.badge-icon {
  width: 16px;
  height: 16px;
  font-size: 10px;
  color: #ffffff;
  background: #3b82f6;
}

.story-sections {
  padding: 42px 0 36px;
}

.story-container {
  display: grid;
  gap: 56px;
}

.story-block {
  display: grid;
  grid-template-columns: minmax(280px, 380px) minmax(0, 1fr);
  align-items: start;
  gap: 42px;
}

.story-media {
  width: 100%;
}

.story-media img {
  width: 100%;
  aspect-ratio: 1 / 1;
  object-fit: cover;
  border-radius: var(--radius-image);
  box-shadow: var(--shadow);
}

.story-copy {
  text-align: left;
}

.story-copy h2 {
  margin: 0;
  font-size: clamp(34px, 4vw, 56px);
  line-height: 1.02;
  letter-spacing: -0.05em;
  color: var(--medical-title);
  overflow-wrap: anywhere;
}

.story-number {
  margin-right: 0.08em;
}

.story-copy p {
  margin: 22px 0 0;
  max-width: 680px;
  font-size: 24px;
  line-height: 1.46;
}

.inline-story-link {
  display: inline-block;
  margin-top: 20px;
  color: var(--green-dark);
  font-size: 20px;
  font-weight: 800;
  text-decoration: underline;
  text-decoration-thickness: 2px;
  text-underline-offset: 3px;
}

.offer-section {
  padding: 12px 0 40px;
}

.offer-card {
  background: var(--yellow);
  border-radius: 24px;
  padding: 28px 28px 30px;
  text-align: left;
}

.offer-eyebrow,
.offer-title {
  margin: 0;
  font-size: 16px;
  font-weight: 800;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.offer-eyebrow {
  color: #cc7d0b;
}

.offer-title {
  margin-top: 8px;
  color: var(--medical-title);
}

.offer-card h2 {
  margin: 12px 0 0;
  max-width: 840px;
  font-size: clamp(34px, 4vw, 52px);
  line-height: 1.02;
  letter-spacing: -0.05em;
  color: var(--medical-title);
}

.offer-text {
  margin: 18px 0 0;
  max-width: 760px;
  font-size: 24px;
  line-height: 1.46;
}

.offer-button {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  margin-top: 24px;
  padding: 20px 36px;
  border-radius: 999px;
  background: linear-gradient(180deg, #63c34d 0%, #3f9b2f 100%);
  color: #ffffff;
  font-size: 22px;
  font-weight: 800;
  text-align: center;
  box-shadow: 0 12px 24px rgba(63, 155, 47, 0.28);
}

.offer-meta {
  display: grid;
  gap: 12px;
  margin-top: 22px;
}

.offer-meta-item,
.offer-trust-row div {
  display: inline-flex;
  align-items: center;
  justify-content: flex-start;
  gap: 10px;
  font-size: 22px;
  font-weight: 700;
  line-height: 1.35;
}

.meta-check {
  background: rgba(63, 155, 47, 0.16);
  color: var(--green-dark);
  flex-shrink: 0;
}

.offer-trust-row {
  display: flex;
  flex-wrap: wrap;
  gap: 18px 26px;
  margin-top: 22px;
}

@media (min-width: 700px) {
  .promo-strip-inner {
    flex-direction: row;
  }

  .promo-logo {
    height: 44px;
  }
}

@media (min-width: 1100px) {
  .offer-button {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding: 24px 46px;
    font-size: 28px;
  }

  .floating-cta-bar {
    display: block;
    position: sticky;
    top: 0;
    z-index: 20;
    background: rgba(255, 255, 255, 0.98);
    border-bottom: 1px solid var(--border);
  }

  .floating-cta-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    padding-top: 12px;
    padding-bottom: 12px;
  }

  .floating-cta-inner a {
    color: var(--green-dark);
    font-size: 18px;
    font-weight: 800;
    text-decoration: underline;
    text-underline-offset: 3px;
  }
}

@media (max-width: 1023px) {
  .hero-title {
    font-size: clamp(34px, 6.7vw, 52px);
  }

  .hero-intro,
  .hero-bold,
  .story-copy p,
  .offer-text,
  .offer-meta-item,
  .offer-trust-row div {
    font-size: 21px;
  }

  .story-block {
    grid-template-columns: minmax(240px, 320px) minmax(0, 1fr);
    gap: 28px;
  }

  .story-copy h2 {
    font-size: clamp(32px, 5vw, 48px);
  }
}

@media (max-width: 767px) {
  .story-sections {
    padding: 18px 0 28px;
  }

  .container {
    padding-left: 16px;
    padding-right: 16px;
  }

  .promo-logo {
    height: 34px;
    max-width: min(100%, 210px);
  }

  .hero-section {
    padding-top: 18px;
  }

  .hero-title {
    font-size: clamp(28px, 8.5vw, 40px);
    line-height: 1;
  }

  .hero-image-wrap {
    margin-top: 14px;
  }

  .hero-intro,
  .hero-bold,
  .story-copy p,
  .offer-text,
  .offer-meta-item,
  .offer-trust-row div {
    font-size: 18px;
  }

  .author-box {
    width: min(100%, 360px);
    padding: 10px 14px;
  }

  .story-container {
    gap: 28px;
  }

  .story-block {
    display: flex;
    flex-direction: column;
    gap: 16px;
  }

  .story-copy {
    order: 1;
  }

  .story-media {
    order: 2;
  }

  .story-media img {
    aspect-ratio: 1.02 / 1;
  }

  .story-copy h2,
  .offer-card h2 {
    font-size: clamp(28px, 8.2vw, 42px);
  }

  .inline-story-link {
    font-size: 18px;
  }

  .offer-card {
    padding: 22px 18px 24px;
    border-radius: 18px;
  }

  .offer-button {
    width: 100%;
    padding-left: 18px;
    padding-right: 18px;
    font-size: 18px;
    text-align: center;
  }

  .offer-trust-row {
    display: grid;
    gap: 12px;
  }
}
