/* Elite Health Optimization V11, passe du 21 juillet 2026 */

body[data-page="overview"] {
  background: var(--paper);
}

.v11-overview-hero {
  padding: clamp(34px, 5vw, 68px) 0 clamp(58px, 7vw, 86px);
  background: #fff;
}

.v11-overview-hero .hero-shell {
  min-height: 600px;
  grid-template-columns: minmax(0, 0.94fr) minmax(480px, 1.06fr);
  gap: clamp(38px, 5vw, 72px);
  align-items: center;
  overflow: visible;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}

.v11-overview-hero .hero-copy {
  padding: 0;
  color: var(--ink);
}

.v11-overview-hero h1 {
  max-width: 760px;
  margin-bottom: 24px;
  color: var(--navy);
  font-size: clamp(48px, 5.25vw, 76px);
  line-height: 0.98;
}

.v11-overview-hero .hero-lede {
  max-width: 690px;
  margin-bottom: 16px;
  color: #445b69;
  font-size: clamp(18px, 1.7vw, 22px);
  line-height: 1.52;
}

.v11-hero-bridge {
  max-width: 650px;
  margin: 0;
  color: var(--teal);
  font-size: 15px;
  font-weight: 850;
  line-height: 1.5;
}

.v11-overview-hero .hero-media {
  aspect-ratio: 1.34 / 1;
  min-height: 0;
  margin: 0;
  overflow: hidden;
  border: 1px solid rgba(7, 27, 44, 0.08);
  border-radius: 30px;
  background: #f5f4f0;
  box-shadow: var(--shadow);
}

.v11-overview-hero .hero-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.v11-offers {
  padding: clamp(68px, 7vw, 96px) 0 clamp(36px, 3vw, 48px);
  background: #fbfaf6;
}

.v11-offers .section-heading,
.v11-proof-section .section-heading,
.v11-resource-links .section-heading,
.v11-frequency .section-heading {
  width: 100%;
  max-width: none;
}

.v11-offers .section-heading h2,
.v11-proof-section .section-heading h2,
.v11-resource-links .section-heading h2,
.v11-frequency .section-heading h2 {
  max-width: none;
  overflow-wrap: normal;
  word-break: normal;
  hyphens: none;
}

.v11-offers .section-heading p,
.v11-proof-section .section-heading p,
.v11-resource-links .section-heading p,
.v11-frequency .section-heading p {
  max-width: none;
}

.v11-offers .module-grid {
  gap: 20px;
}

.v11-offers .v10-overview-card {
  border-top: 4px solid var(--teal);
}

.v11-offers .v10-overview-card .module-price,
.v11-offers .v10-overview-card .text-link,
.v11-offers .v10-card-signatures summary {
  color: var(--teal);
}

.v11-offers .module-card-body h3 {
  min-height: 0;
  margin-bottom: 6px;
  text-align: center;
}

.v11-offers .module-card-body > p {
  min-height: 0;
  margin: 0 0 16px;
}

.v11-offers .v10-card-signatures {
  margin-top: 2px;
  padding: 14px 15px;
  border: 1px solid rgba(8, 115, 110, 0.18);
  border-radius: 14px;
  background: var(--teal-soft);
}

.v11-offers .v10-card-signatures summary {
  cursor: pointer;
  font-size: 13px;
  font-weight: 900;
}

.v11-offers .v10-card-signatures[open] summary {
  margin-bottom: 10px;
}

.v11-offers .v10-card-signatures ul {
  display: grid;
  gap: 6px;
  margin: 0;
  padding-left: 18px;
  color: var(--navy);
  font-size: 12px;
  line-height: 1.35;
}

.v11-offers .module-card .button-row {
  width: 100%;
}

.v11-offers .module-card .button-row .button {
  flex: 1 1 145px;
}

.v11-offers .v10-card-signatures + .v11-card-order,
.v11-module-fallback .v11-card-order {
  width: 100%;
  margin-top: auto;
}

.v11-card-order,
.v11-complete-band-price .button.dark,
.v11-frequency-grid .button.dark {
  border-color: #061a2c;
  background: #061a2c;
  color: #fff;
  box-shadow: 0 10px 22px rgba(6, 26, 44, 0.16);
  transition: transform 160ms ease, background-color 160ms ease, border-color 160ms ease, box-shadow 160ms ease;
}

.v11-card-order:hover,
.v11-complete-band-price .button.dark:hover,
.v11-frequency-grid .button.dark:hover {
  border-color: #0b4f58;
  background: #0b4f58;
  box-shadow: 0 13px 28px rgba(6, 26, 44, 0.22);
}

.v11-card-order:focus-visible,
.v11-complete-band-price .button.dark:focus-visible,
.v11-frequency-grid .button.dark:focus-visible {
  outline: 3px solid var(--aqua);
  outline-offset: 3px;
}

.v11-offers .v10-card-signatures {
  margin-bottom: 18px;
}

.v11-card-quiz-link {
  display: inline-flex;
  margin-top: 12px;
  color: var(--teal);
  font-size: 13px;
  font-weight: 850;
  text-decoration: none;
}

.v11-card-quiz-link:hover {
  text-decoration: underline;
}

.v11-complete-band {
  display: grid;
  grid-template-columns: minmax(230px, 0.72fr) minmax(0, 1.38fr) minmax(220px, 0.62fr);
  gap: clamp(24px, 4vw, 48px);
  align-items: center;
  margin-top: 30px;
  padding: 26px;
  overflow: hidden;
  border-radius: 28px;
  background: var(--teal);
  box-shadow: var(--shadow);
}

.v11-complete-band figure {
  height: 240px;
  margin: 0;
  overflow: hidden;
  border-radius: 20px;
  background: #fff;
}

.v11-complete-band figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.v11-complete-band h3 {
  max-width: 650px;
  margin-bottom: 12px;
  color: #fff;
  font-size: clamp(32px, 4vw, 50px);
  font-weight: 900;
  line-height: 1;
}

.v11-complete-band .eyebrow {
  border-color: rgba(255, 255, 255, 0.62);
  color: #fff;
  background: rgba(7, 27, 44, 0.24);
}

.v11-complete-band-copy > p {
  max-width: 650px;
  margin: 0;
  color: rgba(255, 255, 255, 0.94);
  line-height: 1.55;
}

.v11-complete-band-price {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.v11-complete-band-price small,
.v11-complete-band-price span {
  color: rgba(255, 255, 255, 0.94);
}

.v11-complete-band-price strong {
  margin: 7px 0;
  color: #fff;
  font-size: clamp(48px, 5vw, 68px);
  letter-spacing: -0.07em;
  line-height: 1;
}

.v11-complete-band-price b {
  margin-top: 8px;
  padding: 7px 10px;
  border-radius: 999px;
  color: var(--navy);
  background: var(--aqua);
  font-size: 12px;
}

.v11-complete-band-price .button {
  margin-top: 18px;
}

.v11-quiz-band {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 32px;
  align-items: center;
  margin-top: 20px;
  padding: 26px 30px;
  border: 1px solid var(--line);
  border-radius: 22px;
  background: #fff;
  box-shadow: var(--soft-shadow);
}

.v11-quiz-section {
  padding-block: clamp(24px, 3vw, 38px);
}

.v11-quiz-section .v11-quiz-band {
  margin-top: 0;
  padding-block: 22px;
}

.v11-quiz-band .eyebrow {
  margin-bottom: 10px;
}

.v11-quiz-band h3 {
  margin-bottom: 6px;
  font-size: clamp(28px, 3vw, 40px);
  font-weight: 900;
  line-height: 1;
}

.v11-quiz-band p {
  margin: 0;
  color: var(--muted);
}

.v11-daily-life {
  padding: clamp(36px, 3vw, 48px) 0 clamp(64px, 7vw, 96px);
}

.v11-daily-life-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.14fr) minmax(0, 0.86fr);
  gap: clamp(34px, 4vw, 50px);
  align-items: center;
}

.v11-daily-life figure {
  aspect-ratio: 3 / 2;
  margin: 0;
  overflow: hidden;
  border-radius: 30px;
  background: var(--navy-soft);
  box-shadow: var(--shadow);
}

.v11-daily-life figure img {
  display: block;
  width: 100%;
  height: auto;
  object-fit: contain;
}

.v11-daily-life-layout > div {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-block: 18px;
}

.v11-daily-life h2 {
  max-width: 720px;
  margin-bottom: 22px;
  font-size: clamp(42px, 4vw, 50px);
  font-weight: 900;
  line-height: 0.99;
  overflow-wrap: normal;
  word-break: normal;
  hyphens: none;
}

.v11-daily-life p {
  max-width: 700px;
  color: var(--muted);
  font-size: 17px;
  line-height: 1.62;
}

.v11-daily-life ul {
  display: grid;
  gap: 10px;
  max-width: 700px;
  margin: 24px 0 0;
  padding: 0;
  list-style: none;
}

.v11-daily-life li {
  padding: 14px 16px;
  border-left: 4px solid var(--teal);
  border-radius: 0 14px 14px 0;
  background: var(--teal-soft);
  color: var(--navy);
  font-weight: 750;
}

.v11-proof-section {
  background: #edf7f5;
}

.v11-proof-section .section-heading {
  margin-bottom: 30px;
}

.v11-portal-menu {
  margin-bottom: 16px;
  padding: 16px;
  border: 1px solid var(--line);
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.78);
  box-shadow: var(--soft-shadow);
}

.v11-portal-menu > span {
  display: block;
  margin-bottom: 11px;
  color: var(--teal);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.v11-portal-tabs {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
  counter-reset: portal-view;
}

.v11-portal-tabs button {
  min-height: 68px;
  padding: 11px 14px;
  border: 1px solid var(--line);
  border-radius: 15px;
  color: var(--navy);
  background: #fff;
  font-size: 13px;
  font-weight: 800;
  line-height: 1.3;
  text-align: left;
  cursor: pointer;
  counter-increment: portal-view;
  transition: border-color 160ms ease, background-color 160ms ease, box-shadow 160ms ease;
}

.v11-portal-tabs button::before {
  content: "0" counter(portal-view);
  display: block;
  margin-bottom: 4px;
  color: var(--teal);
  font-size: 10px;
  font-weight: 900;
  letter-spacing: 0.08em;
}

.v11-portal-tabs button[aria-selected="true"] {
  border-color: var(--navy);
  color: #fff;
  background: var(--navy);
  box-shadow: 0 9px 20px rgba(6, 26, 44, 0.16);
}

.v11-portal-tabs button[aria-selected="true"]::before {
  color: var(--aqua);
}

.v11-portal-scroll-hint {
  margin: 0 0 14px;
  color: var(--teal);
  font-size: 13px;
  font-weight: 850;
}

.v11-portal-viewer {
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 28px;
  background: #fff;
  box-shadow: var(--shadow);
}

.v11-portal-viewer [role="tabpanel"][hidden] {
  display: none;
}

.v11-portal-viewer [role="tabpanel"] > header {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  gap: 4px 18px;
  padding: 24px 28px;
  border-bottom: 1px solid var(--line);
}

.v11-portal-viewer [role="tabpanel"] > header > span {
  grid-row: span 2;
  display: grid;
  width: 48px;
  height: 48px;
  place-items: center;
  border-radius: 50%;
  color: var(--teal);
  background: var(--teal-soft);
  font-size: 11px;
  font-weight: 900;
}

.v11-portal-viewer h3 {
  margin: 0;
  font-size: clamp(25px, 3vw, 38px);
  font-weight: 900;
  line-height: 1;
}

.v11-portal-viewer header p {
  margin: 2px 0 0;
  color: var(--muted);
  line-height: 1.5;
}

.v11-portal-frame-shell {
  position: relative;
  height: clamp(720px, 70vw, 960px);
  overflow: hidden;
  background: #fff;
  overscroll-behavior: contain;
}

.v11-portal-frame-shell::after {
  content: "APERÇU DÉMO";
  position: absolute;
  z-index: 2;
  top: 10px;
  right: 12px;
  padding: 4px 8px;
  border: 1px solid rgba(6, 26, 44, 0.1);
  border-radius: 999px;
  color: rgba(6, 26, 44, 0.42);
  background: rgba(255, 255, 255, 0.78);
  font-size: 9px;
  font-weight: 900;
  letter-spacing: 0.12em;
  pointer-events: none;
}

.v11-portal-frame-shell iframe {
  display: block;
  width: 100%;
  height: 100%;
  border: 0;
  background: #fff;
  pointer-events: auto;
}

.v11-resource-links {
  padding-block: 74px;
}

.v11-resource-links .section-heading {
  margin-bottom: 28px;
}

.v11-resource-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}

.v11-resource-grid a {
  display: grid;
  gap: 8px;
  min-height: 132px;
  padding: 22px;
  border: 1px solid var(--line);
  border-radius: 20px;
  background: #fff;
  text-decoration: none;
  box-shadow: var(--soft-shadow);
}

.v11-resource-grid span {
  color: var(--navy);
  font-size: 18px;
  font-weight: 900;
}

.v11-resource-grid strong {
  align-self: end;
  color: var(--teal);
  font-size: 13px;
}

.v11-frequency {
  background: #f4f0ea;
}

.v11-frequency-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
  align-items: stretch;
}

.v11-frequency-grid article {
  display: flex;
  min-height: 420px;
  flex-direction: column;
  padding: 30px;
  border: 1px solid var(--line);
  border-radius: 24px;
  background: #fff;
  box-shadow: var(--soft-shadow);
}

.v11-frequency-grid article.is-featured {
  border: 3px solid var(--teal);
  transform: translateY(-10px);
  box-shadow: 0 24px 54px rgba(7, 27, 44, 0.16);
}

.v11-frequency-grid article > span {
  margin-bottom: 12px;
  color: var(--teal);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.v11-frequency-grid article.is-featured > span {
  align-self: flex-start;
  margin-bottom: 12px;
  padding: 8px 12px;
  border-radius: 999px;
  color: #fff;
  background: var(--teal);
  font-size: 14px;
  letter-spacing: 0.08em;
}

.v11-frequency-grid article.is-featured h3 {
  font-size: 34px;
}

.v11-frequency-grid h3 {
  min-height: 0;
  margin-bottom: 8px;
  font-size: 29px;
  font-weight: 900;
  line-height: 1.04;
}

.v11-frequency-grid > article > p {
  margin: 0 0 18px;
  color: var(--muted);
  line-height: 1.55;
}

.v11-frequency-note {
  display: grid;
  gap: 3px;
  margin: auto 0 22px;
  padding: 16px;
  border-radius: 14px;
  color: var(--muted);
  background: var(--teal-soft);
  font-size: 13px;
  line-height: 1.4;
}

.v11-frequency-note b {
  color: var(--teal);
  font-size: clamp(32px, 3vw, 42px);
  font-weight: 950;
  letter-spacing: -0.04em;
  line-height: 1;
}

.v11-frequency-note > strong {
  color: var(--navy);
  font-size: 13px;
  line-height: 1.25;
}

.v11-frequency-note small {
  display: grid;
  gap: 3px;
  margin-top: 7px;
  font-size: 12px;
}

.v11-frequency-note small em {
  color: var(--teal);
  font-style: normal;
  font-weight: 900;
}

.v11-frequency-note small span {
  color: var(--muted);
}

.v11-frequency-grid .button {
  width: 100%;
  margin-top: auto;
}

@media (max-width: 1040px) {
  .v11-overview-hero .hero-shell,
  .v11-daily-life-layout {
    grid-template-columns: 1fr;
  }

  .v11-overview-hero .hero-media {
    width: 100%;
    max-width: 800px;
  }

  .v11-complete-band {
    grid-template-columns: 1fr;
  }

  .v11-complete-band figure {
    height: min(430px, 58vw);
  }

  .v11-quiz-band {
    grid-template-columns: 1fr;
  }

  .v11-quiz-band .button {
    width: max-content;
  }

  .v11-daily-life h2 {
    max-width: 850px;
  }
}

@media (max-width: 820px) {
  .v11-resource-grid,
  .v11-frequency-grid {
    grid-template-columns: 1fr;
  }

  .v11-frequency-grid article {
    min-height: 0;
  }

  .v11-frequency-grid article.is-featured {
    transform: none;
  }

  .v11-portal-tabs {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .v11-frequency-grid h3 {
    min-height: 0;
  }
}

@media (max-width: 720px) {
  .v11-overview-hero {
    padding-top: 18px;
  }

  .v11-overview-hero .hero-shell {
    gap: 30px;
  }

  .v11-overview-hero h1 {
    font-size: clamp(44px, 12.5vw, 58px);
  }

  .v11-quiz-band .button,
  .v11-complete-band-price .button {
    width: 100%;
  }

  .v11-overview-hero .hero-media {
    aspect-ratio: 1.15 / 1;
  }

  .v11-offers .module-card-body h3,
  .v11-offers .module-card-body > p {
    min-height: 0;
  }

  .v11-complete-band {
    padding: 18px;
  }

  .v11-quiz-band {
    padding: 24px 20px;
  }

  .v11-daily-life h2 br {
    display: none;
  }

  .v11-portal-viewer [role="tabpanel"] > header {
    grid-template-columns: 1fr;
    padding: 22px 20px;
  }

  .v11-portal-viewer [role="tabpanel"] > header > span {
    grid-row: auto;
  }

  .v11-portal-frame-shell {
    height: 680px;
  }

  .v11-portal-tabs {
    grid-template-columns: 1fr;
  }

  .v11-frequency-grid article {
    padding: 26px 22px;
  }
}

@media (max-width: 400px) {
  .v11-complete-band h3,
  .v11-daily-life h2 {
    font-size: 38px;
  }
}
