/* QUARZEO — Charte Qualité premium. Tous les sélecteurs restent isolés sous .qzc-page. */
.qzc-page {
  --qzc-night: #03172b;
  --qzc-night-2: #072945;
  --qzc-ink: #08243d;
  --qzc-muted: #5b7182;
  --qzc-blue: #087df1;
  --qzc-cyan: #22c8e5;
  --qzc-cyan-soft: #dff9ff;
  --qzc-ice: #f3f9fd;
  --qzc-white: #ffffff;
  --qzc-line: rgba(8, 71, 111, .12);
  --qzc-shadow: 0 24px 70px rgba(3, 32, 57, .13);
  position: relative;
  width: 100%;
  max-width: 100%;
  overflow: clip;
  color: var(--qzc-ink);
  background: var(--qzc-white);
  isolation: isolate;
}

.qzc-page,
.qzc-page *,
.qzc-page *::before,
.qzc-page *::after {
  box-sizing: border-box;
}

.qzc-page img,
.qzc-page svg {
  display: block;
  max-width: 100%;
}

.qzc-page a {
  color: inherit;
}

.qzc-page h1,
.qzc-page h2,
.qzc-page h3,
.qzc-page p,
.qzc-page figure,
.qzc-page blockquote {
  margin: 0;
}

.qzc-page h1,
.qzc-page h2,
.qzc-page h3 {
  text-wrap: balance;
}

.qzc-page p {
  text-wrap: pretty;
}

.qzc-page [id] {
  scroll-margin-top: 110px;
}

.qzc-shell {
  position: relative;
  z-index: 2;
  width: min(1180px, calc(100% - 48px));
  margin-inline: auto;
}

.qzc-section {
  position: relative;
  padding: clamp(84px, 8vw, 126px) 0;
}

.qzc-light {
  background:
    radial-gradient(circle at 6% 10%, rgba(34, 200, 229, .10), transparent 25%),
    linear-gradient(180deg, #f9fcff 0%, #f0f7fc 100%);
}

.qzc-dark {
  color: #eaf7ff;
  background:
    radial-gradient(circle at 82% 16%, rgba(0, 156, 222, .20), transparent 30%),
    radial-gradient(circle at 10% 92%, rgba(11, 107, 201, .16), transparent 32%),
    linear-gradient(135deg, #03172b 0%, #062b47 58%, #021422 100%);
}

.qzc-eyebrow,
.qzc-kicker {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  color: #0775cf;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: .15em;
  line-height: 1.2;
  text-transform: uppercase;
}

.qzc-eyebrow {
  color: #9cefff;
}

.qzc-eyebrow i {
  width: 24px;
  height: 2px;
  border-radius: 999px;
  background: linear-gradient(90deg, var(--qzc-blue), var(--qzc-cyan));
  box-shadow: 0 0 14px rgba(34, 200, 229, .75);
}

.qzc-section-head {
  max-width: 780px;
  margin-bottom: 52px;
}

.qzc-section-head h2,
.qzc-score h2,
.qzc-final h2 {
  margin-top: 14px;
  color: var(--qzc-ink);
  font-size: clamp(36px, 4.3vw, 62px);
  font-weight: 850;
  letter-spacing: -.045em;
  line-height: 1.02;
}

.qzc-section-head > p,
.qzc-score-intro,
.qzc-final-content > p {
  max-width: 690px;
  margin-top: 19px;
  color: var(--qzc-muted);
  font-size: clamp(16px, 1.4vw, 19px);
  line-height: 1.7;
}

.qzc-section-head-light h2,
.qzc-score h2 {
  color: #f5fbff;
}

.qzc-section-head-light > p,
.qzc-score-intro {
  color: #a9c4d6;
}

/* Hero */
.qzc-hero {
  position: relative;
  min-height: 720px;
  padding: clamp(70px, 7vw, 104px) 0 0;
  overflow: hidden;
  color: #eefaff;
  background:
    linear-gradient(90deg, rgba(2, 17, 32, .98) 0%, rgba(4, 29, 51, .96) 47%, rgba(5, 31, 51, .80) 100%),
    #03172b;
}

.qzc-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  opacity: .20;
  background-image:
    linear-gradient(rgba(104, 200, 236, .13) 1px, transparent 1px),
    linear-gradient(90deg, rgba(104, 200, 236, .13) 1px, transparent 1px);
  background-size: 72px 72px;
  mask-image: linear-gradient(90deg, transparent, #000 48%, #000);
}

.qzc-hero::after {
  content: "";
  position: absolute;
  right: -12%;
  bottom: -38%;
  width: 66%;
  aspect-ratio: 1;
  border: 1px solid rgba(79, 213, 243, .18);
  border-radius: 50%;
  box-shadow: 0 0 0 80px rgba(18, 137, 204, .025), 0 0 0 160px rgba(18, 137, 204, .02);
}

.qzc-hero-glow {
  position: absolute;
  z-index: 1;
  top: -22%;
  left: 43%;
  width: 56%;
  height: 110%;
  border-radius: 50%;
  opacity: .55;
  background: radial-gradient(circle, rgba(0, 181, 237, .24), transparent 66%);
  filter: blur(10px);
  pointer-events: none;
}

.qzc-hero-grid {
  display: grid;
  grid-template-columns: .92fr 1.08fr;
  align-items: center;
  gap: clamp(36px, 5vw, 76px);
}

.qzc-hero-copy {
  position: relative;
  z-index: 4;
  padding-bottom: 58px;
}

.qzc-hero h1 {
  margin-top: 20px;
  max-width: 650px;
  color: #f7fcff;
  font-size: clamp(52px, 5.3vw, 78px);
  font-weight: 900;
  letter-spacing: -.055em;
  line-height: .96;
}

.qzc-hero h1 span {
  color: transparent;
  background: linear-gradient(100deg, #1492ff 8%, #4fe7ef 94%);
  -webkit-background-clip: text;
  background-clip: text;
  filter: drop-shadow(0 8px 24px rgba(26, 167, 237, .18));
}

.qzc-hero-lead {
  margin-top: 29px !important;
  color: #dff7ff;
  font-size: clamp(20px, 2vw, 27px);
  font-weight: 700;
  letter-spacing: -.025em;
}

.qzc-hero-text {
  max-width: 610px;
  margin-top: 15px !important;
  color: #aac4d5;
  font-size: 17px;
  line-height: 1.7;
}

.qzc-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 31px;
}

.qzc-button {
  display: inline-flex;
  min-height: 52px;
  align-items: center;
  justify-content: center;
  gap: 14px;
  padding: 14px 21px;
  border: 1px solid transparent;
  border-radius: 14px;
  font-size: 14px;
  font-weight: 850;
  line-height: 1.2;
  text-decoration: none;
  transition: transform .28s ease, box-shadow .28s ease, border-color .28s ease, background .28s ease;
}

.qzc-button span {
  font-size: 18px;
  transition: transform .28s ease;
}

.qzc-button:hover {
  transform: translateY(-3px);
}

.qzc-button:hover span {
  transform: translateX(3px);
}

.qzc-button-primary {
  color: #fff !important;
  background: linear-gradient(115deg, #0878ea, #10b9dc);
  box-shadow: 0 14px 34px rgba(0, 129, 216, .30), inset 0 1px 0 rgba(255, 255, 255, .24);
}

.qzc-button-primary:hover {
  box-shadow: 0 18px 40px rgba(0, 139, 224, .40), inset 0 1px 0 rgba(255, 255, 255, .24);
}

.qzc-button-ghost {
  color: #eafaff !important;
  border-color: rgba(166, 226, 244, .25);
  background: rgba(255, 255, 255, .07);
  backdrop-filter: blur(12px);
}

.qzc-button-ghost:hover {
  border-color: rgba(75, 221, 239, .55);
  background: rgba(255, 255, 255, .12);
}

.qzc-hero-visual {
  position: relative;
  min-width: 0;
  padding-bottom: 40px;
}

.qzc-hero-frame {
  position: relative;
  height: 495px;
  overflow: hidden;
  border: 1px solid rgba(120, 213, 242, .24);
  border-radius: 28px 28px 90px 28px;
  background: #0a2941;
  box-shadow: 0 38px 90px rgba(0, 0, 0, .38), inset 0 0 0 1px rgba(255, 255, 255, .04);
  transform: perspective(1000px) rotateY(-3deg);
}

.qzc-hero-frame::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(3, 22, 40, .58), transparent 42%),
    linear-gradient(0deg, rgba(2, 17, 30, .76), transparent 45%);
  pointer-events: none;
}

.qzc-hero-frame img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: saturate(.86) contrast(1.08) brightness(.82);
  transform: scale(1.035);
}

.qzc-hero-scan {
  position: absolute;
  z-index: 2;
  top: 0;
  bottom: 0;
  left: 31%;
  width: 1px;
  opacity: .72;
  background: linear-gradient(transparent, #54edff 28%, #54edff 72%, transparent);
  box-shadow: 0 0 18px #2cd5ef;
}

.qzc-seal {
  position: absolute;
  z-index: 5;
  right: -30px;
  bottom: 4px;
  display: flex;
  width: 218px;
  aspect-ratio: 1;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  overflow: visible;
  border: 1px solid rgba(115, 227, 246, .44);
  border-radius: 50%;
  color: #eefcff;
  text-align: center;
  background: linear-gradient(145deg, rgba(8, 48, 77, .96), rgba(4, 23, 40, .98));
  box-shadow: 0 0 60px rgba(26, 200, 231, .18), inset 0 0 32px rgba(35, 190, 230, .08);
  backdrop-filter: blur(12px);
}

.qzc-seal::before,
.qzc-seal::after {
  content: "";
  position: absolute;
  border-radius: 50%;
  pointer-events: none;
}

.qzc-seal::before {
  inset: 10px;
  border: 1px dashed rgba(114, 222, 243, .32);
}

.qzc-seal::after {
  inset: -12px;
  border: 1px solid rgba(63, 211, 240, .14);
}

.qzc-seal-orbit {
  position: absolute;
  inset: -7px;
  border-radius: 50%;
  border-top: 2px solid #35daf1;
  border-right: 2px solid transparent;
  filter: drop-shadow(0 0 7px #2ed3ee);
  animation: qzc-seal-spin 10s linear infinite;
}

.qzc-seal svg {
  width: 42px;
  height: 48px;
  margin-bottom: 8px;
  fill: rgba(24, 152, 220, .08);
  stroke: #4de2f4;
  stroke-width: 2.4;
}

.qzc-seal small {
  color: #a9dbea;
  font-size: 9px;
  font-weight: 800;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.qzc-seal strong {
  margin-top: 2px;
  color: #fff;
  font-size: 23px;
  letter-spacing: .02em;
}

.qzc-seal em {
  width: 76%;
  margin-top: 6px;
  color: #7fc8da;
  font-size: 8px;
  font-style: normal;
  font-weight: 700;
  letter-spacing: .07em;
  line-height: 1.35;
  text-transform: uppercase;
}

.qzc-hero-markers {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  min-height: 84px;
  align-items: center;
  border-top: 1px solid rgba(115, 207, 234, .15);
}

.qzc-hero-markers span {
  display: flex;
  align-items: center;
  gap: 13px;
  color: #c1d9e6;
  font-size: 13px;
  font-weight: 750;
}

.qzc-hero-markers i {
  color: #4dddf1;
  font-size: 10px;
  font-style: normal;
  letter-spacing: .08em;
}

.qzc-hero-markers span + span {
  justify-content: center;
  border-left: 1px solid rgba(115, 207, 234, .13);
}

.qzc-hero-markers span:last-child {
  justify-content: flex-end;
}

/* Engagements */
.qzc-commitments {
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  gap: 18px;
}

.qzc-commit {
  position: relative;
  display: grid;
  min-height: 215px;
  grid-column: span 4;
  grid-template-columns: auto 1fr;
  grid-template-rows: auto 1fr;
  gap: 20px 18px;
  overflow: hidden;
  padding: 28px;
  border: 1px solid rgba(14, 83, 126, .11);
  border-radius: 22px;
  background: rgba(255, 255, 255, .92);
  box-shadow: 0 14px 40px rgba(14, 64, 96, .07);
  transition: transform .3s ease, box-shadow .3s ease, border-color .3s ease;
}

.qzc-commit:hover {
  z-index: 2;
  border-color: rgba(16, 164, 217, .26);
  box-shadow: 0 24px 52px rgba(10, 72, 113, .13);
  transform: translateY(-6px);
}

.qzc-commit:nth-child(1) { grid-column: span 5; }
.qzc-commit:nth-child(2) { grid-column: span 7; }
.qzc-commit:nth-child(3) { grid-column: span 4; }
.qzc-commit:nth-child(4) { grid-column: span 4; }
.qzc-commit:nth-child(5) { grid-column: span 4; }
.qzc-commit:nth-child(6) { grid-column: span 5; }
.qzc-commit:nth-child(7) { grid-column: span 7; }

.qzc-number {
  color: #77a1b9;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: .15em;
}

.qzc-icon {
  display: grid;
  width: 48px;
  height: 48px;
  place-items: center;
  justify-self: end;
  border: 1px solid rgba(0, 151, 214, .15);
  border-radius: 15px;
  color: #078bdb;
  background: linear-gradient(145deg, #e8f9ff, #f8fdff);
}

.qzc-icon svg {
  width: 24px;
  height: 24px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.7;
}

.qzc-commit > div {
  grid-column: 1 / -1;
  align-self: end;
}

.qzc-commit h3 {
  color: var(--qzc-ink);
  font-size: 20px;
  font-weight: 850;
  letter-spacing: -.02em;
  line-height: 1.12;
}

.qzc-commit p {
  margin-top: 9px !important;
  color: #5a7181;
  font-size: 14px;
  line-height: 1.6;
}

.qzc-commit-featured {
  background:
    radial-gradient(circle at 100% 0, rgba(44, 212, 235, .16), transparent 42%),
    #fff;
}

.qzc-commit-dark {
  border-color: rgba(67, 203, 234, .22);
  color: #e7faff;
  background: linear-gradient(145deg, #073451, #041d32);
  box-shadow: 0 18px 42px rgba(3, 37, 61, .19);
}

.qzc-commit-dark .qzc-number,
.qzc-commit-dark p { color: #9fc5d7; }
.qzc-commit-dark h3 { color: #fff; }
.qzc-commit-dark .qzc-icon { color: #53e6f4; background: rgba(32, 193, 226, .10); border-color: rgba(85, 230, 246, .23); }

.qzc-commit-wide {
  min-height: 195px;
  background: linear-gradient(115deg, #fff 0%, #f5fcff 65%, #e5faff 100%);
}

.qzc-commit-line {
  position: absolute;
  right: -20px;
  bottom: 20px;
  width: 180px;
  height: 80px;
  border: 1px solid rgba(0, 144, 208, .11);
  border-radius: 50%;
  transform: rotate(-15deg);
}

/* Parcours */
.qzc-journey {
  overflow: hidden;
}

.qzc-journey::before {
  content: "QUALITÉ";
  position: absolute;
  right: -1vw;
  top: 42px;
  color: rgba(133, 218, 240, .035);
  font-size: clamp(100px, 16vw, 240px);
  font-weight: 950;
  letter-spacing: -.07em;
  line-height: 1;
  pointer-events: none;
}

.qzc-timeline {
  position: relative;
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 22px;
  margin: 68px 0 0;
  padding: 0;
  list-style: none;
}

.qzc-timeline::before,
.qzc-timeline::after {
  content: "";
  position: absolute;
  z-index: 0;
  top: 34px;
  left: 5%;
  right: 5%;
  height: 1px;
}

.qzc-timeline::before {
  background: rgba(115, 207, 234, .18);
}

.qzc-timeline::after {
  right: 36%;
  background: linear-gradient(90deg, #0e8dec, #42e2f0);
  box-shadow: 0 0 14px rgba(56, 220, 241, .65);
  transform-origin: left;
}

.qzc-timeline li {
  position: relative;
  z-index: 1;
  min-width: 0;
}

.qzc-step {
  position: relative;
  display: grid;
  width: 68px;
  height: 68px;
  place-items: center;
  border: 1px solid rgba(94, 214, 240, .25);
  border-radius: 21px;
  color: #55e1f2;
  background: linear-gradient(145deg, rgba(13, 72, 107, .96), rgba(4, 30, 50, .98));
  box-shadow: 0 15px 30px rgba(0, 0, 0, .24), inset 0 1px 0 rgba(255, 255, 255, .05);
}

.qzc-step i {
  position: absolute;
  top: -8px;
  right: -8px;
  display: grid;
  width: 25px;
  height: 25px;
  place-items: center;
  border-radius: 9px;
  color: #071c2c;
  font-size: 9px;
  font-style: normal;
  font-weight: 950;
  background: #58e6f3;
  box-shadow: 0 0 18px rgba(73, 225, 241, .45);
}

.qzc-step svg {
  width: 29px;
  height: 29px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.6;
}

.qzc-timeline h3 {
  margin-top: 24px !important;
  color: #f2fbff;
  font-size: 16px;
  font-weight: 820;
  line-height: 1.25;
}

.qzc-timeline p {
  margin-top: 10px !important;
  color: #8eafc2;
  font-size: 13px;
  line-height: 1.55;
}

.qzc-required {
  display: flex;
  max-width: 810px;
  min-height: 72px;
  align-items: center;
  gap: 18px;
  margin-top: 56px;
  padding: 16px 22px;
  border: 1px solid rgba(74, 214, 239, .22);
  border-radius: 18px;
  background: rgba(255, 255, 255, .055);
  backdrop-filter: blur(10px);
}

.qzc-required span {
  flex: 0 0 auto;
  padding: 8px 10px;
  border-radius: 10px;
  color: #08243a;
  font-size: 10px;
  font-weight: 900;
  letter-spacing: .09em;
  text-transform: uppercase;
  background: #50e0ef;
}

.qzc-required p {
  color: #c4dce8;
  font-size: 14px;
  line-height: 1.55;
}

/* Exemple de document */
.qzc-example-grid {
  display: grid;
  grid-template-columns: 1fr .80fr 1fr;
  align-items: center;
  gap: 25px;
}

.qzc-workshop {
  position: relative;
  height: 505px;
  overflow: hidden;
  border-radius: 26px;
  box-shadow: var(--qzc-shadow);
}

.qzc-workshop::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(0deg, rgba(2, 24, 41, .88), transparent 58%);
}

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

.qzc-workshop figcaption {
  position: absolute;
  z-index: 2;
  right: 26px;
  bottom: 25px;
  left: 26px;
  color: #fff;
}

.qzc-workshop figcaption span {
  display: block;
  color: #8fe8f5;
  font-size: 10px;
  font-weight: 900;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.qzc-workshop figcaption strong {
  display: block;
  margin-top: 7px;
  font-size: 21px;
}

.qzc-document {
  position: relative;
  z-index: 3;
  min-height: 465px;
  margin-inline: -18px;
  padding: 31px 27px 24px;
  border: 1px solid rgba(17, 91, 129, .14);
  border-radius: 8px;
  background:
    linear-gradient(rgba(5, 92, 136, .035) 1px, transparent 1px),
    #fff;
  background-size: 100% 28px;
  box-shadow: 0 28px 70px rgba(4, 45, 74, .20);
  transform: rotate(-2.2deg);
  transition: transform .35s ease;
}

.qzc-document:hover {
  transform: rotate(-.6deg) translateY(-5px);
}

.qzc-doc-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.qzc-doc-top > span {
  display: grid;
  width: 38px;
  height: 38px;
  place-items: center;
  border-radius: 12px;
  color: #fff;
  font-size: 19px;
  font-weight: 950;
  background: linear-gradient(145deg, #057be6, #1ec6df);
}

.qzc-doc-top small {
  color: #738694;
  font-size: 8px;
  font-weight: 850;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.qzc-document h3 {
  margin-top: 28px !important;
  color: #092b45;
  font-size: 27px;
  font-weight: 900;
  letter-spacing: -.035em;
  line-height: 1.02;
}

.qzc-document > p {
  margin-top: 8px !important;
  color: #0b8acb;
  font-size: 11px;
  font-weight: 850;
  letter-spacing: .05em;
  text-transform: uppercase;
}

.qzc-document ul {
  display: grid;
  gap: 9px;
  margin: 26px 0 0;
  padding: 0;
  list-style: none;
}

.qzc-document li {
  position: relative;
  padding-left: 18px;
  color: #526b7b;
  font-size: 11px;
}

.qzc-document li::before {
  content: "✓";
  position: absolute;
  left: 0;
  color: #0aa5ce;
  font-weight: 900;
}

.qzc-doc-seal {
  position: absolute;
  right: 22px;
  bottom: 59px;
  display: flex;
  width: 82px;
  height: 82px;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  border: 1px solid rgba(5, 130, 182, .26);
  border-radius: 50%;
  color: #078dc6;
  text-align: center;
  background: #f4fcff;
}

.qzc-doc-seal svg {
  width: 22px;
  height: 25px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2;
}

.qzc-doc-seal span {
  margin-top: 4px;
  font-size: 7px;
  font-weight: 900;
  line-height: 1.15;
  text-transform: uppercase;
}

.qzc-document footer {
  position: absolute;
  right: 25px;
  bottom: 22px;
  left: 25px;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  padding-top: 11px;
  border-top: 1px solid rgba(19, 73, 106, .12);
  color: #82939d;
  font-size: 7px;
  letter-spacing: .06em;
}

.qzc-document footer em {
  color: #1b5a7c;
  font-family: Georgia, serif;
  font-size: 11px;
}

.qzc-checklist {
  padding: 36px 0 36px 21px;
}

.qzc-checklist ul {
  display: grid;
  gap: 13px;
  margin: 24px 0 0;
  padding: 0;
  list-style: none;
}

.qzc-checklist li {
  position: relative;
  padding-left: 28px;
  color: #39586a;
  font-size: 14px;
  font-weight: 650;
  line-height: 1.4;
}

.qzc-checklist li::before {
  content: "";
  position: absolute;
  top: 1px;
  left: 0;
  width: 18px;
  height: 18px;
  border-radius: 6px;
  background: linear-gradient(145deg, #0c8fec, #31d2e6);
  box-shadow: 0 5px 12px rgba(4, 143, 208, .20);
}

.qzc-checklist li::after {
  content: "✓";
  position: absolute;
  top: 0;
  left: 4px;
  color: #fff;
  font-size: 11px;
  font-weight: 900;
}

.qzc-text-link {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-top: 29px;
  color: #0776c8 !important;
  font-size: 14px;
  font-weight: 900;
  text-decoration: none;
}

.qzc-text-link span {
  transition: transform .25s ease;
}

.qzc-text-link:hover span {
  transform: translateX(4px);
}

.qzc-checklist > small {
  display: block;
  max-width: 350px;
  margin-top: 15px;
  color: #80929d;
  font-size: 10px;
  line-height: 1.5;
}

/* Q-Score */
.qzc-score {
  overflow: hidden;
}

.qzc-score::before {
  content: "Q";
  position: absolute;
  top: -210px;
  left: -95px;
  color: rgba(75, 211, 239, .035);
  font-size: 660px;
  font-weight: 950;
  line-height: 1;
}

.qzc-score-grid {
  display: grid;
  grid-template-columns: .95fr 1.05fr;
  align-items: center;
  gap: clamp(60px, 8vw, 110px);
}

.qzc-score .qzc-kicker,
.qzc-final .qzc-kicker {
  color: #77e7f3;
}

.qzc-score h2 {
  font-size: clamp(40px, 4.3vw, 61px);
}

.qzc-score-orbit {
  position: relative;
  width: min(430px, 100%);
  aspect-ratio: 1;
  margin-top: 42px;
  border: 1px solid rgba(79, 215, 240, .17);
  border-radius: 50%;
  box-shadow: 0 0 0 38px rgba(40, 176, 220, .025), inset 0 0 80px rgba(22, 169, 219, .08);
}

.qzc-score-orbit::before,
.qzc-score-orbit::after {
  content: "";
  position: absolute;
  border-radius: 50%;
}

.qzc-score-orbit::before {
  inset: 13%;
  border: 1px dashed rgba(86, 215, 240, .18);
  animation: qzc-score-spin 22s linear infinite;
}

.qzc-score-orbit::after {
  inset: 28%;
  border: 1px solid rgba(86, 215, 240, .12);
}

.qzc-score-core {
  position: absolute;
  z-index: 3;
  top: 50%;
  left: 50%;
  display: flex;
  width: 150px;
  height: 150px;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  border: 1px solid rgba(91, 230, 245, .32);
  border-radius: 50%;
  background: radial-gradient(circle at 35% 28%, #0f5274, #051e34 70%);
  box-shadow: 0 0 50px rgba(26, 205, 232, .22), inset 0 0 25px rgba(48, 211, 237, .08);
  transform: translate(-50%, -50%);
}

.qzc-score-core span {
  color: transparent;
  font-size: 61px;
  font-weight: 950;
  letter-spacing: -.08em;
  line-height: .8;
  background: linear-gradient(145deg, #1598ff, #54e9f3);
  -webkit-background-clip: text;
  background-clip: text;
}

.qzc-score-core strong {
  margin-top: 8px;
  color: #fff;
  font-size: 13px;
  letter-spacing: .16em;
}

.qzc-score-core small {
  margin-top: 4px;
  color: #78aabd;
  font-size: 8px;
  text-transform: uppercase;
}

.qzc-score-orbit > span {
  --qzc-angle: calc(var(--qzc-i) * 51.43deg - 90deg);
  position: absolute;
  z-index: 4;
  top: calc(50% + sin(var(--qzc-angle)) * 45%);
  left: calc(50% + cos(var(--qzc-angle)) * 45%);
  min-width: 78px;
  padding: 8px 10px;
  border: 1px solid rgba(88, 218, 241, .18);
  border-radius: 999px;
  color: #b9dbe7;
  font-size: 9px;
  font-weight: 800;
  text-align: center;
  background: rgba(6, 42, 66, .90);
  box-shadow: 0 9px 20px rgba(0, 0, 0, .17);
  transform: translate(-50%, -50%);
}

.qzc-controls {
  display: grid;
  gap: 14px;
}

.qzc-controls article {
  display: grid;
  grid-template-columns: 54px 1fr;
  gap: 20px;
  padding: 24px;
  border: 1px solid rgba(106, 214, 238, .14);
  border-radius: 19px;
  background: linear-gradient(105deg, rgba(255, 255, 255, .07), rgba(255, 255, 255, .025));
  transition: transform .28s ease, border-color .28s ease, background .28s ease;
}

.qzc-controls article:hover {
  border-color: rgba(97, 226, 243, .30);
  background: linear-gradient(105deg, rgba(255, 255, 255, .10), rgba(255, 255, 255, .04));
  transform: translateX(6px);
}

.qzc-controls article > span {
  display: grid;
  width: 48px;
  height: 48px;
  place-items: center;
  border-radius: 15px;
  color: #54e6f2;
  font-size: 11px;
  font-weight: 900;
  background: rgba(45, 203, 232, .10);
}

.qzc-controls h3 {
  color: #f2fbff;
  font-size: 18px;
  font-weight: 850;
}

.qzc-controls p {
  margin-top: 7px !important;
  color: #96b6c8;
  font-size: 13px;
  line-height: 1.6;
}

.qzc-controls aside {
  display: grid;
  grid-template-columns: 38px 1fr;
  align-items: center;
  gap: 15px;
  margin-top: 6px;
  padding: 19px 22px;
  border: 1px solid rgba(255, 192, 100, .25);
  border-radius: 18px;
  background: linear-gradient(105deg, rgba(255, 166, 77, .11), rgba(255, 255, 255, .025));
}

.qzc-controls aside svg {
  width: 30px;
  height: 30px;
  fill: rgba(255, 181, 74, .08);
  stroke: #ffc16e;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.6;
}

.qzc-controls aside p {
  margin: 0 !important;
  color: #f0d8b8;
  font-size: 13px;
  font-weight: 700;
}

/* Bénéfices */
.qzc-benefits-grid {
  display: grid;
  grid-template-columns: 1fr .92fr;
  align-items: center;
  gap: clamp(45px, 7vw, 96px);
}

.qzc-benefit-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

.qzc-benefit-list article {
  min-height: 130px;
  padding: 22px;
  border: 1px solid rgba(12, 85, 127, .10);
  border-radius: 19px;
  background: rgba(255, 255, 255, .88);
  box-shadow: 0 11px 28px rgba(16, 67, 96, .06);
  transition: transform .28s ease, box-shadow .28s ease;
}

.qzc-benefit-list article:hover {
  box-shadow: 0 19px 40px rgba(11, 76, 112, .11);
  transform: translateY(-5px);
}

.qzc-benefit-list span {
  color: #0793d7;
  font-size: 10px;
  font-weight: 900;
  letter-spacing: .13em;
}

.qzc-benefit-list h3 {
  margin-top: 19px !important;
  color: #123751;
  font-size: 17px;
  font-weight: 830;
  line-height: 1.25;
}

.qzc-benefits-visual {
  position: relative;
  min-height: 570px;
}

.qzc-benefits-visual::before {
  content: "";
  position: absolute;
  z-index: 0;
  top: -25px;
  right: -25px;
  width: 68%;
  height: 68%;
  border: 1px solid rgba(7, 148, 209, .15);
  border-radius: 28px;
}

.qzc-benefits-visual img {
  position: absolute;
  z-index: 1;
  inset: 0 0 70px 0;
  width: 100%;
  height: calc(100% - 70px);
  object-fit: cover;
  border-radius: 28px 28px 70px 28px;
  filter: saturate(.86) contrast(1.04);
  box-shadow: var(--qzc-shadow);
}

.qzc-benefits-visual::after {
  content: "";
  position: absolute;
  z-index: 2;
  inset: 0 0 70px 0;
  border-radius: 28px 28px 70px 28px;
  background: linear-gradient(0deg, rgba(3, 27, 46, .52), transparent 48%);
  pointer-events: none;
}

.qzc-benefits-visual blockquote {
  position: absolute;
  z-index: 4;
  right: -28px;
  bottom: 0;
  width: min(380px, 84%);
  padding: 27px;
  border: 1px solid rgba(19, 139, 189, .15);
  border-radius: 20px;
  color: #0d3450;
  font-size: clamp(18px, 2vw, 24px);
  font-weight: 820;
  letter-spacing: -.025em;
  line-height: 1.28;
  background: rgba(255, 255, 255, .93);
  box-shadow: 0 18px 48px rgba(4, 51, 78, .16);
  backdrop-filter: blur(12px);
}

/* CTA final */
.qzc-final {
  position: relative;
  min-height: 440px;
  overflow: hidden;
  color: #f3fbff;
  background: #06243a;
}

.qzc-final-media,
.qzc-final-media::after {
  position: absolute;
  inset: 0;
}

.qzc-final-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 55%;
  filter: saturate(.78) contrast(1.06);
}

.qzc-final-media::after {
  content: "";
  background: linear-gradient(90deg, rgba(2, 23, 40, .97) 0%, rgba(3, 30, 50, .91) 48%, rgba(3, 32, 51, .50) 100%);
}

.qzc-final-map {
  position: absolute;
  z-index: 1;
  top: 50%;
  right: 8%;
  width: 330px;
  max-height: 380px;
  opacity: .26;
  filter: invert(88%) sepia(25%) saturate(1655%) hue-rotate(150deg) brightness(105%) contrast(93%) drop-shadow(0 0 22px rgba(60, 217, 239, .55));
  transform: translateY(-50%);
}

.qzc-final-content {
  display: flex;
  min-height: 440px;
  justify-content: center;
  flex-direction: column;
}

.qzc-final h2 {
  max-width: 700px;
  color: #fff;
  font-size: clamp(40px, 4.4vw, 64px);
}

.qzc-final-content > p {
  max-width: 620px;
  color: #bad1dd;
}

/* Apparitions */
.qzc-page.qzc-motion-ready [data-qzc-reveal] {
  opacity: 0;
  transform: translateY(24px);
  transition: opacity .65s ease, transform .65s cubic-bezier(.2, .65, .25, 1);
}

.qzc-page.qzc-motion-ready [data-qzc-reveal].qzc-in {
  opacity: 1;
  transform: none;
}

@keyframes qzc-seal-spin {
  to { transform: rotate(360deg); }
}

@keyframes qzc-score-spin {
  to { transform: rotate(-360deg); }
}

@media (max-width: 1120px) {
  .qzc-hero-grid { grid-template-columns: .88fr 1.12fr; gap: 32px; }
  .qzc-hero-frame { height: 450px; }
  .qzc-seal { right: -8px; width: 190px; }
  .qzc-timeline { gap: 14px; }
  .qzc-timeline h3 { font-size: 14px; }
  .qzc-example-grid { grid-template-columns: .92fr .78fr 1fr; gap: 16px; }
  .qzc-document { margin-inline: -10px; }
  .qzc-score-grid { gap: 52px; }
}

@media (max-width: 960px) {
  .qzc-shell { width: min(100% - 40px, 880px); }
  .qzc-section { padding: 88px 0; }
  .qzc-hero { min-height: 0; padding-top: 70px; }
  .qzc-hero-grid { grid-template-columns: 1fr; }
  .qzc-hero-copy { max-width: 720px; padding-bottom: 6px; }
  .qzc-hero h1 { font-size: clamp(50px, 8.8vw, 72px); }
  .qzc-hero-visual { width: min(720px, 94%); justify-self: end; }
  .qzc-hero-frame { height: 430px; transform: none; }
  .qzc-seal { right: 18px; bottom: 2px; }
  .qzc-commit:nth-child(n) { grid-column: span 6; }
  .qzc-commit:nth-child(7) { grid-column: 1 / -1; }
  .qzc-timeline { grid-template-columns: 1fr 1fr; gap: 24px 38px; margin-top: 52px; }
  .qzc-timeline::before, .qzc-timeline::after { display: none; }
  .qzc-timeline li { display: grid; grid-template-columns: 70px 1fr; align-items: start; column-gap: 18px; }
  .qzc-timeline .qzc-step { grid-row: 1 / span 2; }
  .qzc-timeline h3 { margin-top: 6px !important; font-size: 16px; }
  .qzc-timeline p { grid-column: 2; }
  .qzc-example-grid { grid-template-columns: 1fr 1fr; gap: 28px; }
  .qzc-workshop { height: 460px; }
  .qzc-document { margin: 0; transform: rotate(-1.2deg); }
  .qzc-checklist { grid-column: 1 / -1; display: grid; grid-template-columns: 1fr 1fr; gap: 0 34px; padding: 18px 0 0; }
  .qzc-checklist .qzc-kicker, .qzc-checklist .qzc-text-link, .qzc-checklist > small { grid-column: 1 / -1; }
  .qzc-checklist ul { grid-column: 1 / -1; grid-template-columns: 1fr 1fr; }
  .qzc-score-grid { grid-template-columns: 1fr; }
  .qzc-score-orbit { margin-inline: auto; }
  .qzc-controls { grid-template-columns: repeat(3, 1fr); }
  .qzc-controls article { grid-template-columns: 1fr; }
  .qzc-controls aside { grid-column: 1 / -1; }
  .qzc-benefits-grid { grid-template-columns: 1fr; }
  .qzc-benefits-visual { width: min(680px, 92%); justify-self: end; }
}

@media (max-width: 720px) {
  .qzc-shell { width: min(100% - 32px, 640px); }
  .qzc-section { padding: 72px 0; }
  .qzc-section-head { margin-bottom: 36px; }
  .qzc-section-head h2, .qzc-score h2, .qzc-final h2 { font-size: clamp(34px, 10vw, 48px); }
  .qzc-hero { padding-top: 54px; }
  .qzc-hero h1 { font-size: clamp(43px, 12.5vw, 62px); }
  .qzc-hero-text { font-size: 16px; }
  .qzc-hero-visual { width: 100%; }
  .qzc-hero-frame { height: 380px; border-radius: 23px 23px 64px 23px; }
  .qzc-seal { right: 10px; width: 168px; }
  .qzc-seal strong { font-size: 20px; }
  .qzc-hero-markers { grid-template-columns: 1fr; gap: 0; padding-block: 12px; }
  .qzc-hero-markers span, .qzc-hero-markers span + span, .qzc-hero-markers span:last-child { min-height: 40px; justify-content: flex-start; border: 0; }
  .qzc-commit:nth-child(n) { grid-column: 1 / -1; min-height: 0; }
  .qzc-timeline { grid-template-columns: 1fr; gap: 28px; }
  .qzc-timeline::before { display: block; top: 15px; right: auto; bottom: 18px; left: 34px; width: 1px; height: auto; background: linear-gradient(#35d6ed, rgba(67, 213, 238, .12)); }
  .qzc-timeline li { grid-template-columns: 68px 1fr; }
  .qzc-required { align-items: flex-start; flex-direction: column; }
  .qzc-example-grid { grid-template-columns: 1fr; }
  .qzc-workshop { height: 390px; }
  .qzc-document { width: min(86%, 370px); min-height: 455px; justify-self: center; }
  .qzc-checklist { display: block; padding-top: 8px; }
  .qzc-checklist ul { grid-template-columns: 1fr; }
  .qzc-score-orbit { width: min(370px, 92vw); }
  .qzc-controls { grid-template-columns: 1fr; }
  .qzc-controls article { grid-template-columns: 54px 1fr; }
  .qzc-benefit-list { grid-template-columns: 1fr; }
  .qzc-benefit-list article { min-height: 110px; }
  .qzc-benefits-visual { min-height: 500px; width: 100%; }
  .qzc-benefits-visual blockquote { right: -4px; }
  .qzc-final, .qzc-final-content { min-height: 500px; }
  .qzc-final-map { right: -12%; width: 270px; opacity: .16; }
  .qzc-final-media::after { background: linear-gradient(90deg, rgba(2, 23, 40, .96), rgba(3, 30, 50, .76)); }
}

@media (max-width: 480px) {
  .qzc-shell { width: calc(100% - 28px); }
  .qzc-section { padding: 62px 0; }
  .qzc-kicker, .qzc-eyebrow { font-size: 10px; }
  .qzc-hero { padding-top: 44px; }
  .qzc-hero-grid { gap: 22px; }
  .qzc-hero-copy { padding-bottom: 0; }
  .qzc-hero h1 { margin-top: 17px; font-size: clamp(39px, 12vw, 52px); }
  .qzc-hero-lead { margin-top: 22px !important; font-size: 20px; }
  .qzc-hero-text { font-size: 15px; line-height: 1.55; }
  .qzc-actions { margin-top: 24px; }
  .qzc-actions { display: grid; grid-template-columns: 1fr; }
  .qzc-button { width: 100%; }
  .qzc-hero-visual { padding-bottom: 12px; }
  .qzc-hero-frame { height: 235px; }
  .qzc-seal { right: 8px; bottom: 16px; width: 116px; }
  .qzc-seal::after, .qzc-seal-orbit { display: none; }
  .qzc-seal svg { width: 32px; height: 36px; margin-bottom: 4px; }
  .qzc-seal strong { font-size: 14px; }
  .qzc-seal em { font-size: 6px; }
  .qzc-hero-markers { grid-template-columns: repeat(3, minmax(0, 1fr)); min-height: 58px; margin-top: 0; padding-block: 7px; }
  .qzc-hero-markers span,
  .qzc-hero-markers span + span,
  .qzc-hero-markers span:last-child { min-height: 42px; justify-content: center; padding-inline: 6px; border-left: 1px solid rgba(115, 207, 234, .13); font-size: 9px; line-height: 1.25; text-align: center; }
  .qzc-hero-markers span:first-child { border-left: 0; }
  .qzc-hero-markers i { display: none; }
  .qzc-commit { padding: 23px; }
  .qzc-section-head h2, .qzc-score h2, .qzc-final h2 { font-size: clamp(32px, 10.4vw, 42px); }
  .qzc-timeline li { grid-template-columns: 61px 1fr; column-gap: 14px; }
  .qzc-step { width: 58px; height: 58px; border-radius: 18px; }
  .qzc-step svg { width: 24px; height: 24px; }
  .qzc-timeline::before { left: 29px; }
  .qzc-workshop { height: 320px; }
  .qzc-document { width: 94%; }
  .qzc-score-orbit { width: 320px; max-width: 100%; margin-top: 34px; }
  .qzc-score-orbit > span { min-width: 65px; padding: 7px 8px; font-size: 8px; }
  .qzc-score-core { width: 126px; height: 126px; }
  .qzc-score-core span { font-size: 50px; }
  .qzc-controls article { grid-template-columns: 45px 1fr; padding: 20px; }
  .qzc-controls article > span { width: 42px; height: 42px; }
  .qzc-controls aside { grid-template-columns: 30px 1fr; padding: 17px; }
  .qzc-benefits-visual { min-height: 420px; }
  .qzc-benefits-visual img, .qzc-benefits-visual::after { bottom: 60px; height: calc(100% - 60px); }
  .qzc-benefits-visual blockquote { width: 92%; padding: 22px; }
  .qzc-final, .qzc-final-content { min-height: 540px; }
}

@media (prefers-reduced-motion: reduce) {
  .qzc-page *,
  .qzc-page *::before,
  .qzc-page *::after {
    scroll-behavior: auto !important;
    animation-duration: .01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: .01ms !important;
  }

  .qzc-page.qzc-motion-ready [data-qzc-reveal] {
    opacity: 1;
    transform: none;
  }
}
