/*
 * QUARZEO — Public Pilot Ready V1
 * Parcours client + résultats premium
 * Chargement attendu EN DERNIER dans apps/public/index.html.
 */

:root {
  --qz-ink: #062b43;
  --qz-muted: #587487;
  --qz-night: #041f31;
  --qz-cyan: #28d9df;
  --qz-blue: #087cf0;
  --qz-violet: #7d68e8;
  --qz-amber: #f4b83a;
  --qz-coral: #f57d58;
  --qz-mint: #24bf91;
  --qz-line: rgba(18, 103, 135, 0.14);
}

/* =========================================================
   1. PARCOURS — CONTRASTE COHERENT SELON LA SURFACE
   ========================================================= */

/* La zone localisation est blanche : elle doit reprendre une encre sombre. */
body.qhp-site #searchForm #locationSearchBlock {
  color: var(--qz-ink) !important;
  background:
    radial-gradient(circle at 92% 4%, rgba(40, 217, 223, 0.12), transparent 28%),
    linear-gradient(145deg, #ffffff, #f5fbfd) !important;
  border: 1px solid rgba(88, 177, 202, 0.2) !important;
  box-shadow: 0 18px 44px rgba(2, 42, 61, 0.13) !important;
}

body.qhp-site #searchForm #locationSearchBlock .qzv12-step-head,
body.qhp-site #searchForm #locationSearchBlock .qzv12-step-head * {
  color: var(--qz-ink) !important;
}

body.qhp-site #searchForm #locationSearchBlock .qzv12-step-head > span {
  color: #ffffff !important;
  background: linear-gradient(145deg, var(--qz-blue), var(--qz-cyan)) !important;
  border-color: rgba(8, 124, 240, 0.2) !important;
  box-shadow: 0 9px 22px rgba(8, 124, 240, 0.22) !important;
}

body.qhp-site #searchForm #locationSearchBlock .qzv12-step-head strong {
  color: #08324b !important;
}

body.qhp-site #searchForm #locationSearchBlock .qzv12-step-head small {
  color: #527184 !important;
}

body.qhp-site #searchForm #locationSearchBlock label,
body.qhp-site #searchForm #locationSearchBlock .zipHeroV6,
body.qhp-site #searchForm #locationSearchBlock .locationGrid label {
  color: #15516d !important;
}

body.qhp-site #searchForm #locationSearchBlock .locationStatus {
  color: #4c6a7b !important;
  background: #edf7fa !important;
  border-color: rgba(39, 151, 181, 0.14) !important;
}

body.qhp-site #searchForm #locationSearchBlock .locationAdvancedV6 summary {
  color: #087b9b !important;
}

body.qhp-site #searchForm #locationSearchBlock .locationAdvancedV6 summary span {
  color: #6b7f8d !important;
}

/* Progression haute : lisible sans supprimer la différence actif/inactif. */
body.qhp-site #searchForm .searchDeckProgress > span {
  color: #d9f3fa !important;
}

body.qhp-site #searchForm .searchDeckProgress > span > b {
  color: #e9fbff !important;
  background: rgba(255, 255, 255, 0.11) !important;
  border-color: rgba(126, 225, 255, 0.46) !important;
}

body.qhp-site #searchForm .searchDeckProgress > span.active,
body.qhp-site #searchForm .searchDeckProgress > span.active > b {
  color: #ffffff !important;
}

body.qhp-site #searchForm .searchDeckProgress > i {
  background: rgba(143, 215, 231, 0.52) !important;
}

body.qhp-site #searchForm .searchDeckHint {
  color: #d9f3fa !important;
}

/* Les trois engagements sont hors du formulaire : ciblage direct. */
body.qhp-site .qzv12-hero-copy .qzv12-search-foot > span {
  color: #eafaff !important;
  background: rgba(3, 38, 56, 0.82) !important;
  border: 1px solid rgba(105, 222, 239, 0.26) !important;
  box-shadow: inset 0 1px rgba(255, 255, 255, 0.07) !important;
}

/* =========================================================
   2. RESULTATS — SYSTEME VISUEL QUARZEO
   ========================================================= */

/* La section Vos critères utilise des cartes claires : annule les anciens
   héritages de texte blanc sans modifier les éléments volontairement colorés. */
body.qhp-site #vos-criteres .qz-choice-content strong {
  color: #062b43 !important;
}

body.qhp-site #vos-criteres .qz-selected-preview strong {
  color: #08324b !important;
}

body.qhp-site #vos-criteres .qz-criteria-counter strong {
  color: #15516d !important;
}

body.qhp-site #compare.qzrr3 {
  --qz-result-cyan: #24d5dc;
  --qz-result-blue: #087cf0;
  --qz-result-violet: #7d68e8;
  --qz-result-amber: #f4b83a;
  --qz-result-coral: #f57d58;
  --qz-result-mint: #24bf91;
}

/* ZEO validé : même personnage que PILOT/CRM. */
body.qhp-site #compare.qzrr3 .qzrr3-zeo-orb {
  width: 90px !important;
  height: 90px !important;
  border: 1px solid rgba(112, 234, 240, 0.28) !important;
  border-radius: 25px !important;
  color: transparent !important;
  background:
    linear-gradient(rgba(3, 37, 56, 0.08), rgba(3, 37, 56, 0.08)),
    url('/assets/qz-zeo-good-r4.webp') center 43% / cover no-repeat !important;
  box-shadow:
    0 15px 34px rgba(1, 25, 39, 0.34),
    inset 0 1px rgba(255, 255, 255, 0.16) !important;
  transform: translateZ(0);
}

body.qhp-site #compare.qzrr3 .qzrr3-zeo-orb::before,
body.qhp-site #compare.qzrr3 .qzrr3-zeo-orb::after {
  content: none !important;
  display: none !important;
}

body.qhp-site #compare.qzrr3 .iqResultBriefV7 {
  grid-template-columns: 98px minmax(0, 1fr) auto !important;
  gap: 20px !important;
  min-height: 126px;
  padding: 18px 22px !important;
  border-color: rgba(93, 231, 237, 0.24) !important;
  background:
    radial-gradient(circle at 10% 50%, rgba(47, 224, 231, 0.25), transparent 24%),
    linear-gradient(110deg, #04283c, #063f57 62%, #075f77) !important;
}

body.qhp-site #compare.qzrr3 .iqResultBriefV7 > div:nth-child(2) small {
  color: #6df0f3 !important;
}

body.qhp-site #compare.qzrr3 .iqResultBriefV7 > div:nth-child(2) strong {
  color: #ffffff !important;
}

body.qhp-site #compare.qzrr3 .iqResultBriefV7 > div:nth-child(2) span {
  color: #c6e2e9 !important;
  max-width: 760px;
}

/* Séparation commerciale très explicite. */
body.qhp-site #compare.qzrr3 .sponsoredBlockV6 {
  position: relative;
  margin-bottom: 30px !important;
  padding: 17px !important;
  overflow: hidden;
  border: 2px solid rgba(234, 174, 48, 0.68) !important;
  border-radius: 27px !important;
  background:
    repeating-linear-gradient(135deg, rgba(244, 184, 58, 0.055) 0 12px, transparent 12px 24px),
    linear-gradient(145deg, #fff9e9, #fff3cc 74%, #eafaff) !important;
  box-shadow: 0 20px 54px rgba(129, 92, 22, 0.16) !important;
}

body.qhp-site #compare.qzrr3 .sponsoredBlockV6::after {
  content: 'ESPACE COMMERCIAL';
  position: absolute;
  top: 17px;
  right: -39px;
  width: 158px;
  padding: 7px 0;
  color: #4a3200;
  background: #f6c658;
  font-size: 8px;
  font-weight: 950;
  letter-spacing: 0.12em;
  text-align: center;
  transform: rotate(35deg);
  box-shadow: 0 6px 15px rgba(115, 74, 8, 0.14);
}

body.qhp-site #compare.qzrr3 .sponsoredMiniHead {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  margin: 0 0 14px;
  padding: 0 48px 13px 2px;
  border-bottom: 1px solid rgba(156, 111, 22, 0.2);
}

body.qhp-site #compare.qzrr3 .sponsorTag {
  padding: 8px 12px !important;
  color: #3f2a00 !important;
  background: linear-gradient(135deg, #ffdc78, #f4b83a) !important;
  border: 1px solid rgba(116, 78, 8, 0.18);
  box-shadow: 0 8px 18px rgba(150, 101, 14, 0.2);
  font-size: 10px !important;
}

body.qhp-site #compare.qzrr3 .sponsoredMiniHead > small {
  color: #765a25 !important;
  font-size: 10px;
  font-weight: 750;
}

/* L'organique devient visuellement le référentiel principal. */
body.qhp-site #compare.qzrr3 .organicLabelV6 {
  margin: 25px 0 13px;
  padding: 11px 14px;
  border: 1px solid rgba(22, 123, 153, 0.13);
  border-radius: 14px;
  color: #15506a !important;
  background: rgba(255, 255, 255, 0.64);
  box-shadow: inset 4px 0 var(--qz-result-cyan);
}

body.qhp-site #compare.qzrr3 .organicLabelV6 span {
  color: #0b506c !important;
}

body.qhp-site #compare.qzrr3 .organicLabelV6 small {
  color: #66808e !important;
}

/* Carte centre : une lecture en deux zones, plus visuelle qu'une liste. */
body.qhp-site #compare.qzrr3 .resultCardV6 {
  position: relative;
  display: grid !important;
  grid-template-columns: minmax(0, 1fr) 218px;
  gap: 13px 17px;
  padding: 20px !important;
  overflow: hidden;
  border: 1px solid rgba(28, 116, 147, 0.16) !important;
  border-radius: 25px !important;
  background:
    radial-gradient(circle at 96% 4%, rgba(36, 213, 220, 0.12), transparent 23%),
    linear-gradient(145deg, rgba(255, 255, 255, 0.98), rgba(246, 252, 254, 0.96)) !important;
  box-shadow:
    0 16px 42px rgba(4, 52, 73, 0.11),
    inset 4px 0 var(--qz-result-cyan) !important;
}

body.qhp-site #compare.qzrr3 .resultCardV6:hover {
  transform: translateY(-4px) !important;
  border-color: rgba(36, 190, 207, 0.34) !important;
  box-shadow:
    0 26px 60px rgba(4, 52, 73, 0.17),
    inset 4px 0 var(--qz-result-cyan) !important;
}

body.qhp-site #compare.qzrr3 .resultCardV6.sponsorInner {
  border-color: rgba(213, 157, 39, 0.38) !important;
  background:
    radial-gradient(circle at 96% 4%, rgba(244, 184, 58, 0.19), transparent 24%),
    linear-gradient(145deg, #fffefa, #fff8e6) !important;
  box-shadow:
    0 16px 42px rgba(120, 82, 15, 0.12),
    inset 4px 0 var(--qz-result-amber) !important;
}

body.qhp-site #compare.qzrr3 .resultCardV6 .providerTop {
  grid-column: 1 / -1;
  margin: 0 !important;
  padding-bottom: 15px;
  border-bottom: 1px solid rgba(20, 102, 132, 0.11);
}

body.qhp-site #compare.qzrr3 .resultCardV6 .providerTop h3 {
  color: #062d46 !important;
  font-size: clamp(18px, 2vw, 22px) !important;
}

body.qhp-site #compare.qzrr3 .resultCardV6 .resultReasonV6 {
  grid-column: 1;
  margin: 0 !important;
  border-color: rgba(8, 124, 240, 0.13) !important;
  background: linear-gradient(135deg, #eef8ff, #eefbfc) !important;
}

body.qhp-site #compare.qzrr3 .resultCardV6 .metricsV6 {
  grid-column: 1;
  grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  margin: 0 !important;
  gap: 9px !important;
}

body.qhp-site #compare.qzrr3 .metricsV6 .metric {
  position: relative;
  min-width: 0;
  overflow: hidden;
  border-width: 1px !important;
  border-style: solid !important;
  box-shadow: inset 0 1px rgba(255, 255, 255, 0.8);
}

body.qhp-site #compare.qzrr3 .metricsV6 .metric span,
body.qhp-site #compare.qzrr3 .metricsV6 .metric strong,
body.qhp-site #compare.qzrr3 .metricsV6 .metric small {
  display: block !important;
}

body.qhp-site #compare.qzrr3 .metricsV6 .metric:nth-child(1) {
  border-color: rgba(8, 124, 240, 0.18) !important;
  background: linear-gradient(145deg, #edf8ff, #f7fcff) !important;
}

body.qhp-site #compare.qzrr3 .metricsV6 .metric:nth-child(1)::before {
  background: var(--qz-result-blue);
}

body.qhp-site #compare.qzrr3 .metricsV6 .metric:nth-child(2) {
  border-color: rgba(125, 104, 232, 0.18) !important;
  background: linear-gradient(145deg, #f4f1ff, #fbfaff) !important;
}

body.qhp-site #compare.qzrr3 .metricsV6 .metric:nth-child(2)::before {
  background: var(--qz-result-violet);
}

body.qhp-site #compare.qzrr3 .metricsV6 .metric:nth-child(3) {
  border-color: rgba(245, 125, 88, 0.18) !important;
  background: linear-gradient(145deg, #fff3ed, #fffaf7) !important;
}

body.qhp-site #compare.qzrr3 .metricsV6 .metric:nth-child(3)::before {
  background: var(--qz-result-coral);
}

body.qhp-site #compare.qzrr3 .metricsV6 .metric::before {
  content: '';
  position: absolute;
  inset: 0 0 auto;
  height: 3px;
}

body.qhp-site #compare.qzrr3 .metricsV6 .metric strong {
  color: #062d46 !important;
}

/* L'avantage devient le bloc visuel principal de droite. */
body.qhp-site #compare.qzrr3 .resultCardV6 .advantageV6,
body.qhp-site #compare.qzrr3 .resultCardV6 .multiOfferPreview.advantageV6 {
  grid-column: 2;
  grid-row: 2 / span 2;
  display: grid !important;
  grid-template-columns: 1fr !important;
  align-content: center;
  justify-items: start;
  gap: 9px !important;
  min-height: 154px;
  margin: 0 !important;
  padding: 18px !important;
  border: 1px solid rgba(223, 163, 34, 0.38) !important;
  border-radius: 19px !important;
  color: #493000 !important;
  background:
    radial-gradient(circle at 88% 12%, rgba(255, 255, 255, 0.75), transparent 28%),
    linear-gradient(145deg, #fff9df, #ffedaf 72%, #dcf9fb) !important;
  box-shadow:
    0 13px 28px rgba(148, 101, 16, 0.13),
    inset 0 1px rgba(255, 255, 255, 0.86) !important;
}

body.qhp-site #compare.qzrr3 .resultCardV6 .advantageIconV6 {
  display: grid;
  width: 48px;
  height: 48px;
  place-items: center;
  border: 1px solid rgba(173, 117, 17, 0.16);
  border-radius: 15px;
  color: #725000;
  background: rgba(255, 255, 255, 0.78);
  box-shadow: 0 8px 18px rgba(143, 95, 11, 0.12);
}

body.qhp-site #compare.qzrr3 .resultCardV6 .advantageV6 small {
  display: block !important;
  color: #765a25 !important;
  font-size: 9px !important;
  font-weight: 900;
  letter-spacing: 0.08em;
}

body.qhp-site #compare.qzrr3 .resultCardV6 .advantageV6 strong {
  display: block !important;
  color: #3f2a00 !important;
  font-size: 16px !important;
  line-height: 1.18;
}

body.qhp-site #compare.qzrr3 .resultCardV6 .advantageV6 > b {
  grid-column: auto !important;
  color: #916000 !important;
  font-size: 18px !important;
  line-height: 1.1;
}

body.qhp-site #compare.qzrr3 .resultCardV6.sponsorInner .advantageV6,
body.qhp-site #compare.qzrr3 .resultCardV6.sponsorInner .multiOfferPreview.advantageV6 {
  border-color: rgba(200, 137, 20, 0.45) !important;
  background: linear-gradient(145deg, #fff5ce, #ffdf80) !important;
}

body.qhp-site #compare.qzrr3 .resultCardV6 .cardSecondaryV6 {
  grid-column: 1;
  align-self: end;
  margin: 0 !important;
}

body.qhp-site #compare.qzrr3 .cardSecondaryV6 .miniAction {
  min-height: 38px;
  color: #315c73 !important;
  background: #f5fafc !important;
  border-color: rgba(24, 105, 135, 0.14) !important;
}

body.qhp-site #compare.qzrr3 .cardSecondaryV6 .miniAction:hover {
  color: #075e83 !important;
  background: #e9f8fb !important;
  border-color: rgba(36, 190, 207, 0.3) !important;
}

body.qhp-site #compare.qzrr3 .resultCardV6 .cardActionsV6 {
  grid-column: 2;
  align-self: end;
  margin: 0 !important;
}

body.qhp-site #compare.qzrr3 .resultCardV6 .cardActionsV6 .primary {
  min-height: 50px !important;
  box-shadow: 0 14px 28px rgba(5, 132, 184, 0.22) !important;
}

body.qhp-site #compare.qzrr3 .resultCardV6 .cardActionsV6 .primary:hover {
  filter: saturate(1.1) brightness(1.03);
  transform: translateY(-2px);
}

/* =========================================================
   3. RESPONSIVE
   ========================================================= */

@media (max-width: 920px) {
  body.qhp-site #compare.qzrr3 .resultCardV6 {
    grid-template-columns: 1fr;
  }

  body.qhp-site #compare.qzrr3 .resultCardV6 .providerTop,
  body.qhp-site #compare.qzrr3 .resultCardV6 .resultReasonV6,
  body.qhp-site #compare.qzrr3 .resultCardV6 .metricsV6,
  body.qhp-site #compare.qzrr3 .resultCardV6 .advantageV6,
  body.qhp-site #compare.qzrr3 .resultCardV6 .multiOfferPreview.advantageV6,
  body.qhp-site #compare.qzrr3 .resultCardV6 .cardSecondaryV6,
  body.qhp-site #compare.qzrr3 .resultCardV6 .cardActionsV6 {
    grid-column: 1;
    grid-row: auto;
  }

  body.qhp-site #compare.qzrr3 .resultCardV6 .advantageV6,
  body.qhp-site #compare.qzrr3 .resultCardV6 .multiOfferPreview.advantageV6 {
    grid-template-columns: 48px minmax(0, 1fr) auto !important;
    justify-items: stretch;
    min-height: auto;
  }

  body.qhp-site #compare.qzrr3 .resultCardV6 .advantageV6 > b {
    grid-column: 3 !important;
    align-self: center;
  }
}

/* Keep the location CTA readable on tablet and compact desktop widths. */
@media (min-width: 721px) and (max-width: 1180px) {
  body.qhp-site #searchForm #locationSearchBlock .locationFastV6 {
    grid-template-columns:
      minmax(0, 1fr)
      minmax(0, .95fr)
      minmax(132px, .8fr) !important;
  }

  body.qhp-site #searchForm #locationSearchBlock #searchSubmitBtn {
    padding-inline: 14px !important;
    white-space: nowrap !important;
  }
}

@media (max-width: 680px) {
  body.qhp-site #compare.qzrr3 .iqResultBriefV7 {
    grid-template-columns: 72px minmax(0, 1fr) !important;
    gap: 14px !important;
    padding: 16px !important;
  }

  body.qhp-site #compare.qzrr3 .qzrr3-zeo-orb {
    width: 68px !important;
    height: 68px !important;
    border-radius: 20px !important;
  }

  body.qhp-site #compare.qzrr3 .iqResultBriefV7 button {
    grid-column: 1 / -1 !important;
    width: 100%;
  }

  body.qhp-site #compare.qzrr3 .sponsoredMiniHead {
    display: grid;
    padding-right: 22px;
  }

  body.qhp-site #compare.qzrr3 .sponsoredBlockV6::after {
    content: none;
  }

  body.qhp-site #compare.qzrr3 .resultCardV6 {
    padding: 16px !important;
    border-radius: 21px !important;
  }

  body.qhp-site #compare.qzrr3 .resultCardV6 .providerTop {
    display: block !important;
  }

  body.qhp-site #compare.qzrr3 .providerTopSignalsV7 {
    margin-top: 12px;
    padding-left: 0 !important;
    justify-content: flex-start !important;
  }

  body.qhp-site #compare.qzrr3 .metricsV6 {
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  }

  body.qhp-site #compare.qzrr3 .metricsV6 .metric {
    padding: 11px 7px !important;
  }

  body.qhp-site #compare.qzrr3 .metricsV6 .metric strong {
    font-size: 16px !important;
  }

  body.qhp-site #compare.qzrr3 .resultCardV6 .advantageV6,
  body.qhp-site #compare.qzrr3 .resultCardV6 .multiOfferPreview.advantageV6 {
    grid-template-columns: 44px minmax(0, 1fr) !important;
  }

  body.qhp-site #compare.qzrr3 .resultCardV6 .advantageV6 > b {
    grid-column: 2 !important;
    font-size: 16px !important;
  }
}

@media (prefers-reduced-motion: reduce) {
  body.qhp-site #compare.qzrr3 .resultCardV6,
  body.qhp-site #compare.qzrr3 .cardActionsV6 .primary {
    transition: none !important;
    animation: none !important;
  }
}

/* =========================================================
   3. PASSERELLE PARTENAIRES — CTA RESEAU PREMIUM
   ========================================================= */

body.qhp-site .qzv12-final.qzv12-partner-final {
  padding: 76px 22px 86px !important;
  background:
    radial-gradient(circle at 16% 15%, rgba(49, 216, 226, .14), transparent 30%),
    linear-gradient(180deg, #f7fcfe, #edf7fb) !important;
}

body.qhp-site .qzv12-partner-final .qzv12-final-inner {
  display: grid !important;
  grid-template-columns: minmax(0, .92fr) minmax(430px, 1.18fr) !important;
  min-height: 430px !important;
  padding: 0 !important;
  overflow: hidden;
  border: 1px solid rgba(88, 210, 226, .22) !important;
  border-radius: 34px !important;
  background: linear-gradient(120deg, #031f31, #064962 68%, #08738c) !important;
  box-shadow: 0 34px 84px rgba(3, 39, 57, .22) !important;
}

body.qhp-site .qzv12-partner-final .qzv12-partner-copy {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  padding: 52px 24px 52px 54px;
}

body.qhp-site .qzv12-partner-final .qzv12-partner-copy::after {
  content: '';
  position: absolute;
  right: -92px;
  top: -50%;
  width: 210px;
  height: 200%;
  background: linear-gradient(90deg, #064962, rgba(6, 73, 98, .7), transparent);
  pointer-events: none;
}

body.qhp-site .qzv12-partner-final .qzv12-partner-kicker {
  position: relative;
  z-index: 1;
  display: inline-flex;
  align-items: center;
  gap: 9px;
  margin-bottom: 18px;
  color: #6df1f3 !important;
  font-size: 11px;
  font-weight: 900;
  letter-spacing: .14em;
  text-transform: uppercase;
}

body.qhp-site .qzv12-partner-final .qzv12-partner-kicker::before {
  content: '';
  width: 28px;
  height: 2px;
  border-radius: 99px;
  background: linear-gradient(90deg, #27dbe0, #65eff3);
}

body.qhp-site .qzv12-partner-final h2 {
  position: relative;
  z-index: 1;
  max-width: 590px;
  margin: 0 0 14px !important;
  color: #fff !important;
  font-size: clamp(34px, 3.1vw, 52px) !important;
  line-height: .98 !important;
  letter-spacing: -.045em;
}

body.qhp-site .qzv12-partner-final h2 em {
  color: #62eaf0 !important;
  font-style: normal;
}

body.qhp-site .qzv12-partner-final .qzv12-partner-copy > p {
  position: relative;
  z-index: 1;
  max-width: 570px;
  margin: 0 0 24px !important;
  color: #c6e1e9 !important;
  font-size: 16px !important;
  line-height: 1.6;
}

body.qhp-site .qzv12-partner-final .qzv12-partner-points {
  position: relative;
  z-index: 1;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 0 0 28px;
  padding: 0;
  list-style: none;
}

body.qhp-site .qzv12-partner-final .qzv12-partner-points li {
  padding: 8px 11px;
  color: #e8fbff;
  background: rgba(255, 255, 255, .07);
  border: 1px solid rgba(111, 231, 238, .17);
  border-radius: 999px;
  font-size: 11px;
  font-weight: 800;
}

body.qhp-site .qzv12-partner-final .qzv12-partner-copy > a {
  position: relative;
  z-index: 1;
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  gap: 14px;
  min-height: 52px;
  padding: 0 22px !important;
  color: #03283c !important;
  background: linear-gradient(135deg, #fff, #b9f6f7 54%, #48dbe1) !important;
  border: 1px solid rgba(255, 255, 255, .55) !important;
  border-radius: 15px !important;
  box-shadow: 0 16px 34px rgba(1, 21, 33, .25) !important;
  font-size: 13px !important;
  font-weight: 950;
  text-decoration: none;
  transition: transform .22s ease, box-shadow .22s ease;
}

body.qhp-site .qzv12-partner-final .qzv12-partner-copy > a:hover {
  transform: translateY(-3px);
  box-shadow: 0 21px 42px rgba(1, 21, 33, .34) !important;
}

body.qhp-site .qzv12-partner-final .qzv12-partner-visual {
  position: relative;
  min-width: 0;
  min-height: 430px;
  margin: 0;
  overflow: hidden;
}

body.qhp-site .qzv12-partner-final .qzv12-partner-visual::before {
  content: '';
  position: absolute;
  inset: 0;
  z-index: 1;
  background:
    linear-gradient(90deg, rgba(3, 31, 49, .58), transparent 32%),
    linear-gradient(180deg, transparent 52%, rgba(1, 19, 30, .62));
}

body.qhp-site .qzv12-partner-final .qzv12-partner-visual img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 61% center;
  transform: scale(1.01);
  transition: transform .8s cubic-bezier(.2, .7, .2, 1);
}

body.qhp-site .qzv12-partner-final .qzv12-final-inner:hover .qzv12-partner-visual img {
  transform: scale(1.045);
}

body.qhp-site .qzv12-partner-final .qzv12-partner-visual figcaption {
  position: absolute;
  z-index: 2;
  right: 24px;
  bottom: 22px;
  display: grid;
  gap: 3px;
  padding: 12px 15px;
  color: #fff;
  background: rgba(2, 31, 48, .74);
  border: 1px solid rgba(118, 235, 241, .25);
  border-radius: 14px;
  backdrop-filter: blur(12px);
}

body.qhp-site .qzv12-partner-final .qzv12-partner-visual figcaption strong {
  color: #fff !important;
  font-size: 12px;
}

body.qhp-site .qzv12-partner-final .qzv12-partner-visual figcaption span {
  color: #7aebef;
  font-size: 9px;
  font-weight: 900;
  letter-spacing: .12em;
  text-transform: uppercase;
}

/* =========================================================
   4. CHARTE PUBLIQUE — MISE EN SCENE PREMIUM
   ========================================================= */

body.qz71-public .qzc-example.qzc-section {
  position: relative;
  overflow: hidden;
  padding-block: clamp(76px, 8vw, 128px) !important;
  color: #eaf9ff;
  background:
    radial-gradient(circle at 12% 22%, rgba(44, 219, 226, .18), transparent 30%),
    radial-gradient(circle at 88% 70%, rgba(71, 102, 232, .22), transparent 32%),
    linear-gradient(135deg, #031e30, #063c53 58%, #102754) !important;
}

body.qz71-public .qzc-example.qzc-section::before {
  content: '';
  position: absolute;
  inset: 0;
  pointer-events: none;
  background-image: linear-gradient(rgba(106, 227, 238, .055) 1px, transparent 1px), linear-gradient(90deg, rgba(106, 227, 238, .055) 1px, transparent 1px);
  background-size: 72px 72px;
  mask-image: linear-gradient(to bottom, transparent, #000 22%, #000 75%, transparent);
}

body.qz71-public .qzc-example .qzc-shell {
  position: relative;
  z-index: 1;
  width: min(1260px, calc(100% - 40px)) !important;
}

body.qz71-public .qzc-example .qzc-section-head {
  max-width: 900px !important;
  margin-bottom: 42px !important;
}

body.qz71-public .qzc-example .qzc-section-head .qzc-kicker {
  color: #70eff2 !important;
}

body.qz71-public .qzc-example .qzc-section-head h2 {
  max-width: 850px;
  color: #fff !important;
  font-size: clamp(38px, 4.7vw, 68px) !important;
  line-height: 1 !important;
  letter-spacing: -.05em;
}

body.qz71-public .qzc-example .qzc-example-grid {
  display: grid !important;
  grid-template-columns: minmax(0, .88fr) minmax(290px, 1fr) minmax(0, 1.03fr) !important;
  align-items: center !important;
  gap: 22px !important;
}

body.qz71-public .qzc-example .qzc-workshop {
  min-height: 500px !important;
  margin: 0 !important;
  overflow: hidden;
  border: 1px solid rgba(116, 231, 238, .22) !important;
  border-radius: 28px !important;
  box-shadow: 0 28px 60px rgba(0, 13, 24, .34) !important;
  transform: translateY(18px);
}

body.qz71-public .qzc-example .qzc-workshop::after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 45%, rgba(2, 23, 37, .88));
  pointer-events: none;
}

body.qz71-public .qzc-example .qzc-workshop img {
  height: 100% !important;
  min-height: 500px;
  object-fit: cover;
  transition: transform .7s ease;
}

body.qz71-public .qzc-example .qzc-workshop:hover img {
  transform: scale(1.045);
}

body.qz71-public .qzc-example .qzc-workshop figcaption {
  z-index: 2;
}

body.qz71-public .qzc-example .qzc-document {
  min-height: 540px !important;
  padding: 28px 26px !important;
  border: 1px solid rgba(119, 221, 233, .27) !important;
  border-radius: 25px !important;
  background:
    linear-gradient(rgba(16, 101, 137, .055) 1px, transparent 1px),
    #fbfeff !important;
  background-size: 100% 38px !important;
  box-shadow: 0 34px 76px rgba(0, 13, 24, .38) !important;
  transform: rotate(-1.6deg);
  transition: transform .28s ease, box-shadow .28s ease;
}

body.qz71-public .qzc-example .qzc-document:hover {
  transform: rotate(0deg) translateY(-7px);
  box-shadow: 0 42px 90px rgba(0, 13, 24, .46) !important;
}

body.qz71-public .qzc-example .qzc-checklist {
  padding: 30px !important;
  color: #e9faff !important;
  background: linear-gradient(145deg, rgba(255, 255, 255, .12), rgba(255, 255, 255, .055)) !important;
  border: 1px solid rgba(118, 232, 239, .22) !important;
  border-radius: 26px !important;
  box-shadow: 0 28px 62px rgba(0, 13, 24, .26) !important;
  backdrop-filter: blur(16px);
}

body.qz71-public .qzc-example .qzc-checklist .qzc-kicker {
  color: #73eef2 !important;
}

body.qz71-public .qzc-example .qzc-checklist li {
  color: #e7f7fb !important;
  border-bottom: 1px solid rgba(161, 228, 236, .1);
}

body.qz71-public .qzc-example .qzc-checklist li::before {
  color: #04283d !important;
  background: linear-gradient(145deg, #75f0f2, #2bd3dc) !important;
  box-shadow: 0 7px 18px rgba(45, 218, 225, .24);
}

body.qz71-public .qzc-example .qzc-text-link {
  color: #052a3f !important;
  background: linear-gradient(135deg, #fff, #bff7f8 55%, #4edce2) !important;
  border-radius: 14px;
  padding: 13px 16px;
  text-decoration: none;
}

body.qz71-public .qzc-example .qzc-checklist > small {
  color: #a8c5cf !important;
}

@media (max-width: 980px) {
  body.qhp-site .qzv12-partner-final .qzv12-final-inner {
    grid-template-columns: 1fr !important;
  }

  body.qhp-site .qzv12-partner-final .qzv12-partner-copy {
    padding: 44px 34px;
  }

  body.qhp-site .qzv12-partner-final .qzv12-partner-visual {
    min-height: 330px;
  }

  body.qz71-public .qzc-example .qzc-example-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }

  body.qz71-public .qzc-example .qzc-checklist {
    grid-column: 1 / -1;
  }
}

@media (max-width: 640px) {
  body.qhp-site .qzv12-final.qzv12-partner-final {
    padding: 48px 14px 56px !important;
  }

  body.qhp-site .qzv12-partner-final .qzv12-partner-copy {
    padding: 36px 24px;
  }

  body.qhp-site .qzv12-partner-final .qzv12-partner-visual {
    min-height: 270px;
  }

  body.qz71-public .qzc-example .qzc-example-grid {
    grid-template-columns: 1fr !important;
  }

  body.qz71-public .qzc-example .qzc-checklist {
    grid-column: auto;
  }

  body.qz71-public .qzc-example .qzc-workshop {
    min-height: 380px !important;
    transform: none;
  }

  body.qz71-public .qzc-example .qzc-workshop img {
    min-height: 380px;
  }
}

@media (prefers-reduced-motion: reduce) {
  body.qhp-site .qzv12-partner-final .qzv12-partner-visual img,
  body.qhp-site .qzv12-partner-final .qzv12-partner-copy > a,
  body.qz71-public .qzc-example .qzc-workshop img,
  body.qz71-public .qzc-example .qzc-document {
    transition: none !important;
  }
}
