@import url("https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800;900&display=swap");

:root {
  --navy: #082b57;
  --navy-deep: #06254a;
  --teal: #00a99d;
  --teal-dark: #008e85;
  --text: #173a61;
  --muted: #62758a;
  --line: #e4ebf0;
  --paper: #fffdf8;
  --soft: #f3faf8;
  --warm: #fff6e9;
  --shadow: 0 12px 34px rgba(7, 38, 76, 0.08);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
.section[id] { scroll-margin-top: 140px; }
html,
body {
  overflow-x: hidden;
}
body {
  margin: 0;
  background:
    radial-gradient(circle at 12% 6%, rgba(0, 169, 157, 0.06), transparent 26%),
    linear-gradient(180deg, #ffffff 0, #fffdf8 42%, #f4faf9 100%);
  color: var(--text);
  font-family: Inter, Arial, sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.65;
}
body::before {
  content: "";
  position: fixed;
  inset: -8vh -5vw;
  z-index: -1;
  pointer-events: none;
  background-image:
    url("data:image/svg+xml,%3Csvg width='1760' height='2500' viewBox='0 0 1760 2500' xmlns='http://www.w3.org/2000/svg'%3E%3Cdefs%3E%3ClinearGradient id='tube' x1='1570' y1='80' x2='120' y2='2310' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%2300A99D' stop-opacity='.74'/%3E%3Cstop offset='.32' stop-color='%233EDDCB' stop-opacity='.5'/%3E%3Cstop offset='.58' stop-color='%23082B57' stop-opacity='.34'/%3E%3Cstop offset='1' stop-color='%2300A99D' stop-opacity='.52'/%3E%3C/linearGradient%3E%3ClinearGradient id='rim' x1='0' y1='0' x2='1' y2='1'%3E%3Cstop stop-color='%23FFFFFF' stop-opacity='.78'/%3E%3Cstop offset='1' stop-color='%23FFFFFF' stop-opacity='.12'/%3E%3C/linearGradient%3E%3Cfilter id='relief' x='-18%25' y='-12%25' width='136%25' height='124%25'%3E%3CfeDropShadow dx='0' dy='15' stdDeviation='16' flood-color='%23061E34' flood-opacity='.13'/%3E%3C/filter%3E%3C/defs%3E%3Cg fill='none' stroke-linecap='round' stroke-linejoin='round' filter='url(%23relief)'%3E%3Cpath d='M1850 40 C1390 180 1315 505 970 660 C650 805 570 1010 782 1198 C1038 1425 790 1640 425 1782 C125 1898 42 2075 278 2325' stroke='%23FFFFFF' stroke-width='58' opacity='.68'/%3E%3Cpath d='M1850 40 C1390 180 1315 505 970 660 C650 805 570 1010 782 1198 C1038 1425 790 1640 425 1782 C125 1898 42 2075 278 2325' stroke='url(%23tube)' stroke-width='32' opacity='.8'/%3E%3Cpath d='M1834 25 C1378 164 1308 488 960 642 C636 786 560 995 768 1182 C1018 1407 776 1620 410 1760 C108 1876 24 2058 260 2305' stroke='url(%23rim)' stroke-width='7' opacity='.82'/%3E%3Cpath d='M1525 -170 C1155 70 1180 385 842 548 C508 710 485 965 698 1174 C898 1370 672 1595 338 1734 C58 1850 -88 2075 138 2415' stroke='%23FFFFFF' stroke-width='44' opacity='.5'/%3E%3Cpath d='M1525 -170 C1155 70 1180 385 842 548 C508 710 485 965 698 1174 C898 1370 672 1595 338 1734 C58 1850 -88 2075 138 2415' stroke='url(%23tube)' stroke-width='23' opacity='.52'/%3E%3Cpath d='M1512 -185 C1146 54 1170 368 830 530 C496 690 476 947 684 1156 C882 1354 656 1578 320 1716 C38 1832 -108 2058 118 2395' stroke='url(%23rim)' stroke-width='5' opacity='.62'/%3E%3Cpath d='M1815 560 C1415 708 1360 958 1062 1088 C810 1198 774 1385 940 1548 C1120 1728 938 1905 628 2038 C370 2148 270 2280 390 2525' stroke='%23FFFFFF' stroke-width='36' opacity='.42'/%3E%3Cpath d='M1815 560 C1415 708 1360 958 1062 1088 C810 1198 774 1385 940 1548 C1120 1728 938 1905 628 2038 C370 2148 270 2280 390 2525' stroke='url(%23tube)' stroke-width='18' opacity='.44'/%3E%3Cpath d='M1802 546 C1400 694 1348 940 1050 1070 C798 1180 762 1368 928 1530 C1104 1710 922 1888 612 2020 C352 2130 252 2262 372 2506' stroke='url(%23rim)' stroke-width='4' opacity='.52'/%3E%3C/g%3E%3C/svg%3E");
  background-repeat: repeat-y;
  background-position: right -260px top -160px;
  background-size: min(1660px, 124vw) auto;
  opacity: 0.72;
  animation: tubeDrift 22s ease-in-out infinite alternate;
  will-change: transform;
}
body::after {
  content: "";
  position: fixed;
  inset: 0;
  z-index: -1;
  pointer-events: none;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.66), rgba(255, 253, 248, 0.5) 45%, rgba(244, 250, 249, 0.64)),
    radial-gradient(circle at 78% 18%, rgba(0, 169, 157, 0.06), transparent 28%);
}
body > * {
  position: relative;
  z-index: 1;
}
@keyframes tubeDrift {
  from {
    transform: translate3d(0, 0, 0);
  }
  to {
    transform: translate3d(-28px, 42px, 0);
  }
}
@media (prefers-reduced-motion: reduce) {
  body::before {
    animation: none;
  }
}
a { color: inherit; text-decoration: none; }
img, svg { display: block; }
svg {
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.9;
}
h1, h2, h3, p { margin: 0; }

.section, .site-header, .site-footer, .utility-nav {
  width: min(1180px, calc(100% - 72px));
  margin-inline: auto;
}

.site-header {
  height: 92px;
  display: flex;
  align-items: center;
  gap: 22px;
}
.logo {
  display: block;
  flex: 0 0 auto;
  min-width: 118px;
}
.logo img {
  width: 126px;
  height: 86px;
  object-fit: contain;
  border-radius: 0;
}
.main-nav {
  flex: 1;
  display: flex;
  justify-content: center;
  gap: 24px;
  color: var(--navy-deep);
  font-size: 12.5px;
  font-weight: 820;
}
.main-nav a { position: relative; white-space: nowrap; }
.main-nav a.active { color: var(--teal); }
.main-nav a.active::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -8px;
  height: 2px;
  border-radius: 4px;
  background: var(--teal);
}

.button {
  border: 0;
  min-height: 36px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  border-radius: 10px;
  padding: 0 20px;
  color: var(--teal);
  font-size: 12px;
  font-weight: 900;
  white-space: nowrap;
  cursor: pointer;
}
.button-primary {
  color: #fff;
  background: linear-gradient(180deg, #06b7ad, #009b91);
  box-shadow: 0 12px 24px rgba(0, 169, 157, 0.2);
}
.button-outline {
  border: 1px solid var(--teal);
  background: #fff;
}
.button svg { width: 14px; height: 14px; }
.header-cta { min-width: 178px; height: 44px; padding-inline: 18px; }
.menu-toggle {
  display: none;
  min-height: 36px;
  border: 1px solid var(--line);
  border-radius: 6px;
  background: #fff;
  color: var(--navy);
  font: inherit;
  font-weight: 900;
  padding: 0 14px;
}
.menu-toggle:focus-visible,
.button:focus-visible {
  outline: 3px solid rgba(0, 169, 157, 0.22);
  outline-offset: 2px;
}
.active-cta { outline: 2px solid rgba(0, 169, 157, 0.18); outline-offset: 3px; }

.home-hero {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 500px;
  gap: 58px;
  align-items: center;
  min-height: 560px;
  padding: 48px 0 58px;
}
.home-hero__copy > p:not(.topline) {
  max-width: 690px;
  margin-top: 22px;
  color: var(--text);
  font-size: 16px;
  font-weight: 500;
  line-height: 1.72;
}
.badge-row {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 24px;
}
.badge-row span {
  padding: 8px 11px;
  border: 1px solid #d8ece9;
  border-radius: 999px;
  color: var(--navy);
  background: #fff;
  font-size: 11px;
  font-weight: 900;
}
.label-mockup {
  position: relative;
  min-height: 455px;
}
.label-mockup::before {
  content: "";
  position: absolute;
  inset: 28px 0 0 58px;
  z-index: -1;
  border-radius: 28px;
  background: linear-gradient(135deg, #eefafa, #fff6e9);
}
.label-mockup__photo {
  position: relative;
  z-index: 1;
  width: 100%;
  height: 405px;
  object-fit: cover;
  border-radius: 24px;
  box-shadow: 0 28px 70px rgba(7, 38, 76, 0.16);
}
.certificate-card,
.registry-card {
  position: absolute;
  display: grid;
  gap: 5px;
  width: 230px;
  padding: 18px;
  border: 1px solid #dfe8ef;
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.94);
  box-shadow: 0 18px 42px rgba(7, 38, 76, 0.14);
  backdrop-filter: blur(12px);
}
.certificate-card { left: -28px; bottom: 18px; }
.registry-card { right: -18px; top: 34px; }
.certificate-card span,
.registry-card span {
  color: var(--teal-dark);
  font-size: 10px;
  font-weight: 900;
  text-transform: uppercase;
}
.certificate-card strong,
.registry-card strong {
  color: var(--navy);
  font-size: 16px;
  font-weight: 900;
  line-height: 1.15;
}
.certificate-card p,
.registry-card p {
  color: var(--muted);
  font-size: 11px;
  font-weight: 800;
  line-height: 1.4;
}
.hero-proof .registry-card {
  z-index: 4;
  border: 1px solid rgba(0, 201, 190, 0.45);
  background: linear-gradient(135deg, rgba(6, 30, 52, 0.98), rgba(0, 137, 128, 0.96));
  box-shadow:
    0 18px 44px rgba(0, 169, 157, 0.34),
    0 8px 24px rgba(6, 30, 52, 0.22);
}
.hero-proof .registry-card span {
  color: #7ff4e9;
}
.hero-proof .registry-card strong,
.hero-proof .registry-card p {
  color: #fff;
}
.hero-proof .registry-card p {
  opacity: 0.86;
}
.section-heading.compact {
  max-width: 700px;
  margin-bottom: 20px;
}
.section-heading.compact h2 {
  font-size: 28px;
}
.section-heading.compact p:not(.eyebrow) {
  font-size: 14px;
  line-height: 1.65;
}
.context-strip,
.method-summary,
.signature-block,
.faq-home,
.sources-compact,
.transparency-box {
  margin-top: 54px;
}
.metric-grid,
.three-pillars,
.axis-grid,
.support-grid,
.offer-grid {
  display: grid;
  gap: 18px;
}
.metric-grid {
  grid-template-columns: repeat(4, 1fr);
}
.metric-grid article {
  padding: 20px;
  border: 1px solid #e5ebf0;
  border-radius: 16px;
  background: #fff;
  box-shadow: var(--shadow);
}
.metric-grid strong {
  display: block;
  color: var(--navy);
  font-size: 31px;
  font-weight: 900;
  line-height: 1;
}
.metric-grid span,
.source-note {
  display: block;
  margin-top: 10px;
  color: var(--muted);
  font-size: 12px;
  font-weight: 800;
  line-height: 1.45;
}
.three-pillars {
  grid-template-columns: repeat(3, 1fr);
}
.three-pillars article,
.axis-grid article,
.offer-grid article,
.transparency-box,
.faq-group,
.support-grid article {
  border: 1px solid #e5ebf0;
  border-radius: 16px;
  background: #fff;
  box-shadow: var(--shadow);
}
.three-pillars article,
.axis-grid article,
.offer-grid article,
.faq-group {
  padding: 24px;
}
.three-pillars span {
  color: var(--teal-dark);
  font-size: 12px;
  font-weight: 900;
}
.three-pillars h3,
.axis-grid h3,
.offer-grid h3,
.support-grid h3,
.faq-group h2 {
  margin-top: 10px;
  color: var(--navy);
  font-size: 18px;
  font-weight: 900;
  line-height: 1.2;
}
.three-pillars p,
.axis-grid p,
.offer-grid p,
.support-grid p {
  margin-top: 9px;
  color: var(--muted);
  font-size: 13px;
  line-height: 1.62;
}
.signature-block {
  display: grid;
  grid-template-columns: 0.85fr 1.15fr;
  gap: 28px;
  align-items: center;
  padding: 34px;
  border-radius: 24px;
  background: linear-gradient(120deg, #062b56, #0a3a66);
  color: #fff;
}
.signature-block h2 {
  color: #fff;
  font-size: 34px;
  font-weight: 900;
  line-height: 1.12;
}
.signature-block p {
  margin-top: 16px;
  color: rgba(255, 255, 255, 0.82);
  font-size: 14px;
  line-height: 1.68;
}
.compare-lite {
  display: grid;
  grid-template-columns: 1fr 1fr;
  overflow: hidden;
  border-radius: 18px;
  background: #fff;
}
.compare-lite div {
  padding: 22px;
}
.compare-lite div:first-child {
  background: #f4f7fa;
}
.compare-lite div:last-child {
  background: #eefafa;
}
.compare-lite h3 {
  margin: 0 0 12px;
  color: var(--navy);
  font-size: 16px;
  font-weight: 900;
}
.compare-lite p {
  margin-top: 8px;
  color: var(--text);
  font-size: 12px;
  font-weight: 800;
}
.support-grid {
  grid-template-columns: repeat(3, 1fr);
}
.support-grid article {
  overflow: hidden;
}
.support-grid img {
  width: 100%;
  height: 185px;
  object-fit: cover;
}
.support-grid h3,
.support-grid p {
  margin-inline: 20px;
}
.support-grid h3 {
  margin-top: 18px;
}
.support-grid p {
  margin-bottom: 22px;
}
.text-link {
  display: inline-flex;
  margin-top: 18px;
  color: var(--teal-dark);
  font-size: 13px;
  font-weight: 900;
}
.timeline.slim {
  grid-template-columns: repeat(4, 1fr);
}
.timeline.slim article {
  min-height: 150px;
}
.axis-grid {
  grid-template-columns: repeat(3, 1fr);
}
.offer-grid {
  grid-template-columns: repeat(4, 1fr);
}
.offer-grid ul {
  display: grid;
  gap: 8px;
  margin: 14px 0 0;
  padding-left: 18px;
  color: var(--muted);
  font-size: 12px;
  line-height: 1.45;
}
.compact-faq {
  padding-inline: 0;
}
.source-disclosure {
  padding: 12px 16px;
  border-radius: 12px;
}
.source-disclosure summary {
  min-height: 36px;
  font-size: 12px;
}
.source-disclosure p,
.source-disclosure li {
  color: var(--muted);
  font-size: 12px;
  line-height: 1.65;
}
.source-disclosure ul {
  margin: 8px 0 0;
}
.source-disclosure a {
  color: var(--teal-dark);
  font-weight: 900;
}
.cta-stack {
  display: flex;
  gap: 12px;
}
.transparency-box {
  padding: 28px;
  background: #fffaf2;
}
.transparency-box h2 {
  color: var(--navy);
  font-size: 24px;
  font-weight: 900;
}
.transparency-box p {
  max-width: 820px;
  margin-top: 10px;
  color: var(--text);
  font-size: 14px;
  line-height: 1.7;
}
.chip-cloud {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}
.chip-cloud span {
  padding: 10px 14px;
  border-radius: 999px;
  color: var(--navy);
  background: #eefafa;
  font-size: 13px;
  font-weight: 900;
}
.sector-grid.expanded {
  grid-template-columns: repeat(3, 1fr);
}
.faq-groups {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 18px;
}
.faq-group h2 {
  margin: 0 0 14px;
}
.faq-group details {
  box-shadow: none;
}
.consent {
  grid-template-columns: 18px 1fr !important;
  align-items: start;
  color: var(--muted) !important;
  font-size: 12px !important;
  font-weight: 700 !important;
}
.consent input {
  width: 16px;
  margin-top: 2px;
}
.utility-nav {
  min-height: 42px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  margin-top: -10px;
  margin-bottom: 10px;
  padding: 6px;
  border: 1px solid #e5ebf0;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.92);
  box-shadow: 0 10px 24px rgba(7, 38, 76, 0.06);
}
.utility-nav a {
  padding: 8px 14px;
  border-radius: 999px;
  color: var(--muted);
  font-size: 11px;
  font-weight: 900;
  white-space: nowrap;
}
.utility-nav a.active,
.utility-nav a:hover {
  color: var(--teal-dark);
  background: #eefafa;
}

.hero {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 520px;
  gap: 52px;
  align-items: center;
  min-height: 560px;
  padding: 42px 0 58px;
}
.hero-copy { padding-left: 18px; }
.topline {
  width: fit-content;
  margin-bottom: 18px;
  padding: 8px 12px;
  border: 1px solid #d8ece9;
  border-radius: 999px;
  color: var(--teal-dark);
  background: #f4fbfa;
  font-size: 11px;
  font-weight: 900;
  line-height: 1.35;
}
h1 {
  color: var(--navy);
  font-size: clamp(42px, 4.2vw, 58px);
  font-weight: 900;
  line-height: 1.04;
}
h1 span, .split-copy span, .teal { color: var(--teal); }
.hero-copy > p {
  max-width: 620px;
  margin-top: 24px;
  color: var(--text);
  font-size: 16px;
  line-height: 1.75;
  font-weight: 500;
}
.proof-row {
  display: grid;
  grid-template-columns: repeat(4, max-content);
  gap: 28px;
  margin-top: 28px;
}
.proof-item {
  display: grid;
  grid-template-columns: 24px auto;
  gap: 10px;
  align-items: center;
  color: var(--navy);
  font-size: 11px;
  font-weight: 900;
  line-height: 1.25;
}
.proof-item svg { width: 24px; height: 24px; color: var(--teal); }
.hero-actions { display: flex; gap: 18px; margin-top: 36px; }
.hero-actions .button { min-width: 200px; min-height: 48px; font-size: 12px; }
.microcopy {
  max-width: 620px;
  margin-top: 18px;
  color: var(--muted);
  font-size: 12px;
  font-weight: 800;
  line-height: 1.55;
}
.hero-visual {
  position: relative;
}
.hero-visual::before {
  content: "";
  position: absolute;
  inset: -28px -28px 22px 38px;
  z-index: -1;
  border-radius: 30px;
  background: linear-gradient(135deg, #eefafa, #fff6e9);
}
.hero-visual img { width: 100%; height: 430px; object-fit: cover; border-radius: 22px; box-shadow: 0 24px 48px rgba(7, 38, 76, 0.13); }

.sectors {
  min-height: 70px;
  margin-top: 0;
  display: grid;
  grid-template-columns: repeat(5, 1fr) 1.45fr;
  align-items: center;
  border: 1px solid var(--line);
  border-radius: 12px;
  background: #fff;
  box-shadow: 0 10px 26px rgba(7, 38, 76, 0.06);
}
.sector-item {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 12px;
  color: var(--navy);
  font-size: 12px;
  font-weight: 800;
}
.sector-item svg { width: 30px; height: 30px; color: var(--teal); }
.sectors p {
  padding: 0 13px;
  border-left: 1px solid var(--line);
  color: var(--muted);
  font-size: 11px;
  font-weight: 800;
  line-height: 1.45;
}

.center-title {
  margin-top: 56px;
  color: var(--navy);
  text-align: center;
  font-size: 30px;
  font-weight: 900;
  line-height: 1.15;
}
.center-title::after,
.split-copy h2::after,
.faq h2::after {
  content: "";
  display: block;
  width: 54px;
  height: 3px;
  margin-top: 16px;
  border-radius: 4px;
  background: var(--teal);
}
.center-title::after { margin-inline: auto; }

.benefit-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  margin-top: 24px;
  padding: 0 14px;
}
.benefit-card {
  min-height: 140px;
  display: grid;
  grid-template-columns: 52px 1fr;
  gap: 18px;
  align-items: center;
  padding: 24px;
  border: 1px solid #e5ebf0;
  border-radius: 18px;
  background: #fff;
  box-shadow: var(--shadow);
}
.benefit-card:nth-child(2) { background: var(--paper); }
.benefit-card:nth-child(3) { background: linear-gradient(180deg, #fff, #f2fbfa); }
.benefit-card svg { width: 52px; height: 52px; color: var(--teal); }
.benefit-card h3 { color: var(--navy); font-size: 16px; font-weight: 900; }
.benefit-card p { margin-top: 8px; color: var(--text); font-size: 13px; line-height: 1.6; }

.split {
  display: grid;
  grid-template-columns: 350px 1fr;
  gap: 44px;
  align-items: center;
  margin-top: 56px;
  padding-inline: 18px;
}
.split-copy h2 {
  color: var(--navy);
  font-size: 30px;
  font-weight: 900;
  line-height: 1.16;
}
.split-copy p {
  max-width: 340px;
  margin-top: 22px;
  color: var(--text);
  font-size: 14px;
  line-height: 1.65;
}
.compare-card {
  position: relative;
  min-height: 220px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  overflow: hidden;
  border: 1px solid #e0e7ee;
  border-radius: 20px;
  background: linear-gradient(100deg, #fff 0 48%, #eefcfa 48% 100%);
  box-shadow: 0 6px 14px rgba(7, 38, 76, 0.06);
}
.compare-card > div { padding: 28px 34px; }
.compare-card h3 {
  margin-bottom: 28px;
  color: var(--navy);
  text-align: center;
  font-size: 20px;
  font-weight: 900;
}
.compare-card h3.teal { color: var(--teal); }
.compare-card ul {
  display: grid;
  gap: 20px;
  margin: 0;
  padding: 0;
  list-style: none;
}
.compare-card li {
  display: flex;
  align-items: center;
  gap: 13px;
  color: var(--navy);
  font-size: 15px;
  font-weight: 900;
}
.dot {
  width: 24px;
  height: 24px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  color: #fff;
  font-size: 12px;
}
.dot.navy { background: var(--navy); }
.dot.teal-bg { background: #0e9086; }
.compare-card strong {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 72px;
  height: 72px;
  display: grid;
  place-items: center;
  translate: -50% -50%;
  border-radius: 50%;
  color: var(--navy);
  background: #fff;
  border: 1px solid #e1e8ee;
  box-shadow: var(--shadow);
  font-size: 22px;
  font-weight: 900;
}

.process {
  display: grid;
  grid-template-columns: 330px 1fr;
  gap: 28px;
  align-items: end;
  margin-top: 58px;
  padding-inline: 18px;
}
.process-photo {
  width: 330px;
  height: 260px;
  object-fit: cover;
  border-radius: 14px;
  box-shadow: var(--shadow);
}
.process-content h2 {
  margin-bottom: 18px;
  color: var(--navy);
  font-size: 26px;
  font-weight: 900;
  line-height: 1.2;
}
.section-intro {
  max-width: 720px;
  margin: -4px 0 18px;
  color: var(--text);
  font-size: 14px;
  line-height: 1.75;
}
.steps {
  display: grid;
  grid-template-columns: 1fr 46px 1fr 46px 1fr;
  align-items: center;
}
.step-card {
  position: relative;
  min-height: 218px;
  padding: 24px 20px 22px;
  border: 1px solid #e4ebf0;
  border-radius: 18px;
  background: #fff;
  text-align: center;
  box-shadow: var(--shadow);
}
.step-number {
  position: absolute;
  top: 16px;
  left: 18px;
  width: 30px;
  height: 30px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  color: #fff;
  background: var(--teal);
  font-size: 13px;
  font-weight: 900;
}
.step-card svg { width: 56px; height: 56px; margin: 0 auto 22px; color: var(--teal); }
.step-card h3 { color: var(--navy); font-size: 15px; font-weight: 900; line-height: 1.18; }
.step-card p { margin-top: 12px; color: var(--text); font-size: 12px; line-height: 1.55; }
.arrow { color: var(--teal-dark); text-align: center; font-size: 34px; }

.deliverables { margin-top: 55px; }
.center-title.small { margin-top: 0; font-size: 28px; }
.center-title.small::after { display: none; }
.deliverable-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
  margin-top: 24px;
  padding-inline: 0;
}
figure { margin: 0; text-align: center; }
figure img { width: 100%; height: 190px; object-fit: cover; border-radius: 12px; box-shadow: var(--shadow); }
figcaption { margin-top: 12px; color: var(--navy); font-size: 13px; font-weight: 900; }
.kit-panel {
  display: grid;
  grid-template-columns: 1.4fr 0.9fr;
  gap: 30px;
  align-items: stretch;
  margin-top: 26px;
}
.kit-panel > img {
  width: 100%;
  height: 420px;
  object-fit: cover;
  border-radius: 18px;
  box-shadow: 0 24px 60px rgba(7, 38, 76, 0.13);
}
.kit-list {
  display: grid;
  gap: 18px;
}
.kit-list article {
  border: 1px solid #e5ebf0;
  border-radius: 14px;
  background: #fff;
  padding: 24px;
  box-shadow: var(--shadow);
}
.kit-list h3 {
  margin-top: 12px;
  color: var(--navy);
  font-size: 18px;
  font-weight: 900;
}
.kit-list p {
  margin-top: 8px;
  color: var(--text);
  font-size: 13px;
  line-height: 1.6;
}

.support-band {
  min-height: 112px;
  display: grid;
  grid-template-columns: 86px 1.2fr 1.4fr auto;
  gap: 30px;
  align-items: center;
  margin-top: 70px;
  padding: 26px 36px;
  border-radius: 22px;
  background: linear-gradient(100deg, #eefafa, #fffdf8);
}
.handshake {
  width: 72px;
  height: 72px;
  display: grid;
  place-items: center;
  border: 2px solid var(--teal);
  border-radius: 50%;
  color: var(--teal);
}
.handshake svg { width: 44px; height: 44px; }
.support-band h2 { color: var(--navy); font-size: 26px; font-weight: 900; line-height: 1.18; }
.support-band p { color: var(--text); font-size: 13px; line-height: 1.65; }
.support-band .button { min-width: 160px; min-height: 46px; padding-inline: 22px; }

.faq {
  display: grid;
  grid-template-columns: 198px 120px 1fr;
  gap: 14px;
  align-items: center;
  margin-top: 22px;
  padding-inline: 39px 14px;
}
.faq-illustration { position: relative; height: 85px; }
.faq-illustration::before,
.faq-illustration::after {
  content: "";
  position: absolute;
  border: 2px solid var(--navy);
  background: #fff;
}
.faq-illustration::before { left: 32px; top: 17px; width: 66px; height: 47px; border-radius: 6px; }
.faq-illustration::after { left: 92px; top: 35px; width: 44px; height: 41px; border-color: var(--teal); border-radius: 6px; }
.faq-illustration .bubble { position: absolute; border-radius: 50%; background: #e7f8f6; }
.faq-illustration .one { width: 65px; height: 65px; left: 87px; top: 1px; }
.faq-illustration .two { width: 21px; height: 21px; left: 114px; top: 54px; }
.faq-illustration span {
  position: absolute;
  z-index: 2;
  left: 106px;
  top: 46px;
  color: var(--teal);
  font-size: 23px;
}
.faq h2 {
  color: var(--navy);
  font-size: 20px;
  font-weight: 900;
  line-height: 1.16;
}
.accordion { display: grid; gap: 4px; }
details {
  min-height: 29px;
  border: 1px solid #dce5ec;
  border-radius: 5px;
  background: #fff;
}
summary {
  min-height: 29px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 13px 0 10px;
  color: var(--navy);
  cursor: pointer;
  font-size: 10px;
  font-weight: 900;
  list-style: none;
}
summary::-webkit-details-marker { display: none; }
summary::after { content: "⌄"; font-size: 12px; font-weight: 900; }
details[open] summary::after { transform: rotate(180deg); }
details p { padding: 0 10px 9px; color: var(--muted); font-size: 10px; }

.final-cta {
  position: relative;
  min-height: 128px;
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: center;
  overflow: hidden;
  margin-top: 40px;
  padding: 24px 40px 24px 240px;
  border-radius: 16px;
  color: #fff;
  background: #062b56;
}
.final-cta::before {
  content: "";
  position: absolute;
  inset: 0 auto 0 0;
  width: 210px;
  background:
    radial-gradient(circle at 78% 78%, rgba(255, 255, 255, 0.16), transparent 44%),
    radial-gradient(circle at 35% 10%, rgba(0, 169, 157, 0.22), transparent 38%),
    linear-gradient(135deg, #053667, #062044);
}
.final-cta::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -55px;
  width: 270px;
  height: 185px;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.1);
}
.final-cta h2 { font-size: 24px; font-weight: 900; line-height: 1.12; }
.final-cta p { margin-top: 8px; font-size: 13px; font-weight: 700; line-height: 1.35; }
.final-cta .large { min-width: 240px; min-height: 50px; font-size: 13px; }

.site-footer {
  padding-top: 7px;
}
.site-footer:not(.rich-footer) {
  min-height: 128px;
  display: grid;
  grid-template-columns: 220px minmax(220px, 0.9fr) minmax(320px, 1.2fr) 230px;
  align-items: center;
  gap: 22px;
}
.rich-footer {
  display: block;
  background: linear-gradient(160deg, #007a72 0%, #00a99d 50%, #00bfb2 100%);
  color: #fff;
  padding: 56px 0 0;
  margin-top: 0;
  border-top: none;
}
.rich-footer .footer-grid,
.rich-footer .footer-certif-bar,
.rich-footer .footer-bottom {
  width: min(1180px, calc(100% - 72px));
  margin-inline: auto;
}
.footer-logo {
  width: 190px;
  height: auto;
  border-radius: 0;
}
.footer-text {
  color: rgba(255, 255, 255, 0.6);
  font-size: 13px;
  font-weight: 500;
  line-height: 1.65;
}
.site-footer:not(.rich-footer) nav {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 32px;
  color: var(--navy);
  font-size: 11px;
  font-weight: 700;
}
.certification {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 16px;
  color: var(--navy);
  font-size: 11px;
  font-weight: 700;
  line-height: 1.4;
}
.certification img { width: 112px; height: auto; }

.page-hero {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 460px;
  gap: 48px;
  align-items: center;
  min-height: 430px;
  padding: 34px 18px 46px;
}
.page-hero.compact {
  grid-template-columns: 1fr;
  min-height: 190px;
  padding-bottom: 24px;
}
.eyebrow {
  margin-bottom: 10px;
  color: var(--teal);
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
}
.page-hero h1 {
  max-width: 720px;
  color: var(--navy);
  font-size: clamp(34px, 3.6vw, 50px);
  font-weight: 900;
  line-height: 1.08;
}
.page-hero p:not(.eyebrow) {
  max-width: 620px;
  margin-top: 22px;
  color: var(--text);
  font-size: 15px;
  line-height: 1.65;
}
.page-hero img {
  width: 100%;
  height: 310px;
  object-fit: cover;
  border-radius: 18px;
  box-shadow: var(--shadow);
}
.feature-strip,
.sector-grid,
.timeline,
.faq-page,
.legal-content,
.form-layout {
  margin-top: 34px;
}
.feature-strip {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 28px;
}
.feature-strip article,
.sector-grid article,
.timeline article,
.contact-card,
.legal-content,
.form-card {
  border: 1px solid #e5ebf0;
  border-radius: 14px;
  background: #fff;
  box-shadow: var(--shadow);
}
.feature-strip article {
  min-height: 142px;
  padding: 24px;
}
.feature-strip h3,
.sector-grid h3,
.timeline h3,
.contact-card h2,
.legal-content h2 {
  color: var(--navy);
  font-size: 18px;
  font-weight: 900;
}
.feature-strip h3 { margin-top: 12px; }
.feature-strip p,
.sector-grid p,
.timeline p,
.contact-card p,
.contact-card li,
.legal-content p {
  margin-top: 8px;
  color: var(--text);
  font-size: 13px;
  line-height: 1.65;
}
.inner-split { margin-top: 28px; }
.timeline {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}
.timeline article {
  min-height: 180px;
  padding: 22px;
}
.timeline span {
  display: inline-grid;
  place-items: center;
  width: 42px;
  height: 42px;
  margin-bottom: 16px;
  border-radius: 50%;
  color: #fff;
  background: var(--teal);
  font-weight: 900;
}
.sector-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
}
.sector-grid article {
  min-height: 174px;
  padding: 24px;
}
.sector-grid a {
  display: inline-flex;
  margin-top: 14px;
  color: var(--teal);
  font-size: 13px;
  font-weight: 900;
}
.faq-page {
  display: grid;
  gap: 8px;
  padding-inline: 90px;
}
.faq-page details {
  min-height: 58px;
}
.faq-page summary {
  min-height: 58px;
  font-size: 14px;
}
.faq-page details p {
  font-size: 13px;
}
.form-layout {
  display: grid;
  grid-template-columns: 1fr 320px;
  gap: 28px;
  align-items: start;
}
.form-card {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
  padding: 28px;
}
.form-card label {
  display: grid;
  gap: 6px;
  color: var(--navy);
  font-size: 12px;
  font-weight: 900;
}
.form-card .wide,
.form-feedback,
.form-card button {
  grid-column: 1 / -1;
}
input,
select,
textarea {
  width: 100%;
  border: 1px solid #dce5ec;
  border-radius: 6px;
  background: #fff;
  color: var(--navy);
  font: inherit;
  font-size: 13px;
  font-weight: 700;
  padding: 11px 12px;
  outline: none;
}
textarea { resize: vertical; }
input:focus,
select:focus,
textarea:focus {
  border-color: var(--teal);
  box-shadow: 0 0 0 3px rgba(0, 169, 157, 0.12);
}
.form-feedback {
  border-radius: 6px;
  background: #eefafa;
  color: var(--teal-dark);
  font-size: 10px;
  font-weight: 900;
  padding: 12px;
}
.contact-card {
  padding: 22px;
  background: linear-gradient(180deg, #eefafa, #fff);
}
.contact-card ul {
  display: grid;
  gap: 10px;
  margin: 14px 0 0;
  padding-left: 16px;
}
.legal-content {
  padding: 42px 52px;
}
.legal-content h2:not(:first-child) {
  margin-top: 22px;
}

.blog-hero img {
  object-position: left center;
}
.blog-grid {
  display: grid;
  grid-template-columns: 1.05fr 1fr;
  gap: 24px;
  margin-top: 18px;
}
.blog-card {
  overflow: hidden;
  border: 1px solid #e5ebf0;
  border-radius: 18px;
  background: #fff;
  box-shadow: var(--shadow);
}
.blog-card.featured {
  grid-row: span 2;
}
.blog-card img {
  width: 100%;
  height: 210px;
  object-fit: cover;
}
.blog-card.featured img {
  height: 360px;
}
.blog-card div {
  padding: 24px;
}
.blog-card h2 {
  color: var(--navy);
  font-size: 21px;
  font-weight: 900;
  line-height: 1.15;
}
.blog-card p:not(.eyebrow) {
  margin-top: 12px;
  color: var(--text);
  font-size: 14px;
  line-height: 1.65;
}
.blog-card a {
  display: inline-flex;
  margin-top: 20px;
  color: var(--teal);
  font-size: 13px;
  font-weight: 900;
}
.article {
  max-width: 980px;
  padding-bottom: 60px;
}
.article-cover {
  width: 100%;
  height: 340px;
  object-fit: cover;
  border-radius: 20px;
  box-shadow: 0 24px 60px rgba(7, 38, 76, 0.14);
}
.article > .eyebrow {
  margin-top: 38px;
}
.article h1 {
  color: var(--navy);
  font-size: clamp(34px, 3.4vw, 46px);
  font-weight: 900;
  line-height: 1.06;
}
.article .lead {
  margin-top: 20px;
  color: var(--text);
  font-size: 19px;
  font-weight: 500;
  line-height: 1.7;
}
.article h2 {
  margin-top: 44px;
  color: var(--navy);
  font-size: 24px;
  font-weight: 900;
}
.article p,
.article li {
  color: var(--text);
  font-size: 16px;
  font-weight: 400;
  line-height: 1.88;
}
.article p {
  margin-top: 16px;
}
.article-note {
  margin-top: 34px;
  padding: 24px 28px;
  border-left: 5px solid var(--teal);
  border-radius: 18px;
  background: linear-gradient(120deg, #eefafa, #fffdf8);
  color: var(--navy);
  font-size: 17px;
  line-height: 1.7;
}
.sources {
  display: grid;
  gap: 10px;
  margin: 18px 0 0;
  padding-left: 22px;
}
.sources-panel {
  margin-top: 56px;
  padding: 28px;
  border: 1px solid #e5ebf0;
  border-radius: 18px;
  background: #fff;
  box-shadow: var(--shadow);
}
.sources-panel .section-heading {
  margin-bottom: 10px;
}
.sources a {
  color: var(--teal-dark);
  font-weight: 900;
  text-decoration: underline;
  text-underline-offset: 3px;
}
.institution-grid,
.referential,
.directory-grid,
.pricing {
  display: grid;
  gap: 22px;
  margin-top: 28px;
}
.institution-grid {
  grid-template-columns: repeat(3, 1fr);
}
.referential {
  grid-template-columns: repeat(3, 1fr);
}
.directory-grid,
.pricing {
  grid-template-columns: repeat(3, 1fr);
}
.institution-grid article,
.referential article,
.directory-grid article,
.pricing article {
  border: 1px solid #e5ebf0;
  border-radius: 16px;
  background: #fff;
  box-shadow: var(--shadow);
  padding: 24px;
}
.referential article span,
.status {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 34px;
  height: 34px;
  border-radius: 999px;
  color: #fff;
  background: var(--teal);
  font-size: 13px;
  font-weight: 900;
  padding: 0 12px;
}
.status.pending {
  background: var(--navy);
}
.institution-grid h2,
.referential h2,
.directory-grid h2,
.pricing h2 {
  margin-top: 18px;
  color: var(--navy);
  font-size: 20px;
  font-weight: 900;
  line-height: 1.15;
}
.institution-grid p,
.referential p,
.directory-grid p,
.pricing p {
  margin-top: 12px;
  color: var(--text);
  font-size: 13px;
  line-height: 1.7;
}
.directory-grid a,
.pricing a {
  margin-top: 18px;
}
.document-library article {
  display: flex;
  flex-direction: column;
  cursor: pointer;
  transition: transform 0.18s ease, box-shadow 0.18s ease, border-color 0.18s ease;
}
.document-library article:hover,
.document-library article:focus-visible {
  border-color: rgba(0, 169, 157, 0.42);
  box-shadow: 0 18px 42px rgba(7, 38, 76, 0.12);
  transform: translateY(-2px);
  outline: none;
}
.document-library .eyebrow {
  margin-bottom: 8px;
}
.document-open {
  width: fit-content;
  margin-top: auto;
  border: 0;
  border-radius: 999px;
  background: #eefafa;
  color: var(--teal-dark);
  font: inherit;
  font-size: 13px;
  font-weight: 900;
  padding: 11px 15px;
  cursor: pointer;
}
.document-open:hover,
.document-open:focus-visible {
  background: var(--teal);
  color: #fff;
  outline: none;
}
.modal-open {
  overflow: hidden;
}
.document-modal[hidden] {
  display: none;
}
.document-modal {
  position: fixed;
  inset: 0;
  z-index: 100;
  display: grid;
  place-items: center;
  padding: 24px;
}
.document-modal__overlay {
  position: absolute;
  inset: 0;
  background: rgba(6, 37, 74, 0.5);
  backdrop-filter: blur(8px);
}
.document-modal__panel {
  position: relative;
  width: min(760px, 100%);
  max-height: min(760px, calc(100vh - 48px));
  overflow: auto;
  border: 1px solid #e7edf1;
  border-radius: 24px;
  background: linear-gradient(180deg, #fff, #fffdf8);
  box-shadow: 0 34px 90px rgba(7, 38, 76, 0.24);
  padding: 34px;
  outline: none;
}
.document-modal__close {
  position: absolute;
  top: 18px;
  right: 18px;
  width: 38px;
  height: 38px;
  border: 1px solid #dfe7ee;
  border-radius: 50%;
  background: #fff;
  color: var(--navy);
  cursor: pointer;
  font-size: 26px;
  font-weight: 700;
  line-height: 1;
}
.document-modal__panel h2 {
  max-width: 620px;
  color: var(--navy);
  font-size: 34px;
  font-weight: 900;
  line-height: 1.1;
}
.document-modal__intro {
  max-width: 650px;
  margin-top: 16px;
  color: var(--text);
  font-size: 16px;
  line-height: 1.75;
}
.document-modal__body {
  display: grid;
  gap: 12px;
  margin-top: 26px;
}
.document-modal__body article {
  padding: 18px;
  border: 1px solid #e7edf1;
  border-radius: 16px;
  background: #fff;
}
.document-modal__body article:nth-child(even) {
  background: #f5fbfb;
}
.document-modal__body h3 {
  color: var(--navy);
  font-size: 17px;
  font-weight: 900;
}
.document-modal__body p {
  margin-top: 8px;
  color: var(--muted);
  font-size: 14px;
  line-height: 1.7;
}
.document-modal__actions {
  position: sticky;
  bottom: -34px;
  display: flex;
  justify-content: flex-end;
  gap: 12px;
  margin: 28px -34px -34px;
  padding: 18px 34px;
  border-top: 1px solid #e7edf1;
  background: rgba(255, 255, 255, 0.94);
  backdrop-filter: blur(14px);
}
.directory-tools {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 18px;
  margin-top: 22px;
}
.pricing strong {
  display: block;
  margin-top: 18px;
  color: var(--teal);
  font-size: 30px;
  font-weight: 900;
}
.featured-price {
  background: linear-gradient(180deg, #eefafa, #fff) !important;
  transform: translateY(-8px);
}
.rich-footer nav {
  flex-wrap: wrap;
}
.institutional-band,
.regulatory-block,
.training-block,
.audit-table,
.process-long,
.checklist,
.human-context,
.legal-stack,
.afest-deep,
.document-flow,
.stat-band,
.benefits-long,
.governance,
.public-register {
  margin-top: 56px;
}
.regulatory-grid,
.training-layout {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
}
.training-layout {
  grid-template-columns: minmax(0, 1fr) 340px;
}
.regulatory-grid article,
.training-layout > div,
.training-layout > ul {
  border: 1px solid #e5ebf0;
  border-radius: 18px;
  background: #fff;
  box-shadow: var(--shadow);
  padding: 24px;
}
.regulatory-grid article:nth-child(even),
.training-layout > ul {
  background: var(--paper);
}
.regulatory-grid h3,
.training-layout h3 {
  color: var(--navy);
  font-size: 17px;
  font-weight: 900;
}
.regulatory-grid p,
.training-layout p,
.training-layout li {
  margin-top: 10px;
  color: var(--muted);
  font-size: 13px;
  line-height: 1.7;
}
.training-layout ul {
  display: grid;
  gap: 10px;
  margin: 0;
  padding-left: 22px;
}
.section-heading {
  max-width: 820px;
  margin-bottom: 26px;
}
.section-heading h2 {
  color: var(--navy);
  font-size: 30px;
  font-weight: 900;
  line-height: 1.12;
}
.section-heading > p:not(.eyebrow) {
  margin-top: 12px;
  color: var(--muted);
  font-size: 15px;
  font-weight: 400;
  line-height: 1.8;
}
.evidence-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
}
.evidence-grid article,
.checklist,
.table-wrap,
.human-context,
.legal-main article,
.legal-aside,
.afest-hero,
.afest-card,
.program-grid article,
.flow-grid article,
.benefits-columns article,
.governance-list article,
.register-layout article,
.stat-band article {
  border: 1px solid #e5ebf0;
  border-radius: 18px;
  background: #fff;
  box-shadow: var(--shadow);
}
.evidence-grid article:nth-child(even),
.flow-grid article:nth-child(2n),
.benefits-columns article:nth-child(3n + 1),
.governance-list article:nth-child(2n) {
  background: var(--paper);
}
.evidence-grid article {
  padding: 22px;
}
.evidence-grid strong {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 34px;
  height: 34px;
  padding: 0 10px;
  border-radius: 999px;
  color: #fff;
  background: var(--teal);
  font-size: 12px;
  font-weight: 900;
}
.evidence-grid h3 {
  margin-top: 16px;
  color: var(--navy);
  font-size: 17px;
  font-weight: 900;
}
.evidence-grid p {
  margin-top: 9px;
  color: var(--muted);
  font-size: 13px;
  font-weight: 400;
  line-height: 1.7;
}
.evidence-grid.compact article {
  min-height: 160px;
}
.table-wrap {
  overflow: hidden;
}
table {
  width: 100%;
  border-collapse: collapse;
  color: var(--text);
  font-size: 13px;
}
th,
td {
  padding: 17px 18px;
  border-bottom: 1px solid #e8eef3;
  text-align: left;
  vertical-align: top;
}
th {
  color: var(--navy);
  background: #f5fbfb;
  font-weight: 900;
}
tr:last-child td,
tr:last-child th {
  border-bottom: 0;
}
.long-steps {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}
.long-steps article {
  min-height: 180px;
  padding: 22px;
  border: 1px solid #e5ebf0;
  border-radius: 16px;
  background: #fff;
  box-shadow: var(--shadow);
}
.long-steps span {
  display: inline-grid;
  place-items: center;
  width: 34px;
  height: 34px;
  border-radius: 50%;
  color: #fff;
  background: var(--navy);
  font-size: 12px;
  font-weight: 900;
}
.long-steps h3 {
  margin-top: 16px;
  color: var(--navy);
  font-size: 18px;
  font-weight: 900;
}
.long-steps p {
  margin-top: 8px;
  color: var(--text);
  font-size: 13px;
  line-height: 1.65;
}
.checklist {
  padding: 28px;
}
.checklist ul {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 14px 24px;
  margin: 0;
  padding-left: 20px;
}
.checklist li {
  color: var(--text);
  font-size: 15px;
  line-height: 1.6;
}
.human-context {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(260px, 0.75fr);
  gap: 22px;
  align-items: stretch;
  padding: 30px;
  background:
    linear-gradient(120deg, rgba(255, 255, 255, 0.95), rgba(243, 250, 248, 0.92)),
    var(--paper);
}
.human-copy {
  align-self: center;
}
.human-copy h2 {
  max-width: 720px;
  color: var(--navy);
  font-size: 32px;
  font-weight: 900;
  line-height: 1.12;
}
.human-copy p:not(.eyebrow) {
  max-width: 720px;
  margin-top: 16px;
  color: var(--text);
  font-size: 16px;
  font-weight: 400;
  line-height: 1.85;
}
.human-context blockquote {
  position: relative;
  margin: 0;
  padding: 32px 30px;
  border-radius: 18px;
  color: #fff;
  background: linear-gradient(145deg, var(--navy), #0b3b70);
  font-size: 19px;
  font-weight: 820;
  line-height: 1.45;
}
.human-context blockquote::before {
  content: "“";
  display: block;
  margin-bottom: 6px;
  color: rgba(255, 255, 255, 0.42);
  font-size: 48px;
  line-height: 0.8;
}
.human-lists {
  grid-column: 1 / -1;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px;
}
.human-lists article {
  padding: 22px;
  border: 1px solid #e7edf1;
  border-radius: 16px;
  background: #fff;
}
.human-lists article:nth-child(2) {
  background: #fffaf2;
}
.human-lists h3 {
  color: var(--navy);
  font-size: 16px;
  font-weight: 900;
}
.human-lists ul {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: 14px 0 0;
  padding: 0;
  list-style: none;
}
.human-lists li {
  padding: 8px 11px;
  border-radius: 999px;
  color: var(--text);
  background: #f2f7f7;
  font-size: 12px;
  font-weight: 800;
}
.human-lists article:nth-child(2) li {
  background: #fff;
}
.legal-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 340px;
  gap: 22px;
}
.legal-main {
  display: grid;
  gap: 18px;
}
.legal-main article,
.legal-aside {
  padding: 28px;
}
.legal-main h3,
.legal-aside h3,
.afest-hero h3,
.program-grid h3,
.flow-grid h3,
.benefits-columns h3,
.governance-list h3,
.register-layout h3,
.stat-band h3 {
  color: var(--navy);
  font-weight: 900;
  line-height: 1.2;
}
.legal-main h3,
.afest-hero h3 {
  font-size: 24px;
}
.legal-main p,
.legal-aside li,
.afest-hero p,
.afest-card p,
.program-grid p,
.flow-grid p,
.benefits-columns p,
.governance-list p,
.register-layout p,
.stat-band p {
  color: var(--muted);
  font-size: 14px;
  font-weight: 400;
  line-height: 1.78;
}
.legal-main p {
  margin-top: 12px;
}
.legal-aside {
  background: linear-gradient(180deg, #fffdf8, #fff);
}
.legal-aside ul {
  display: grid;
  gap: 12px;
  margin-top: 18px;
  padding-left: 20px;
}
.afest-hero {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 300px;
  gap: 24px;
  padding: 30px;
  background: linear-gradient(120deg, #fffdf8, #fff 55%, #eefafa);
}
.afest-card {
  display: grid;
  align-content: center;
  min-height: 250px;
  padding: 24px;
  background: var(--navy);
}
.afest-card h3,
.afest-card p {
  color: #fff;
}
.afest-card strong {
  display: inline-flex;
  width: fit-content;
  margin-top: 18px;
  padding: 10px 14px;
  border-radius: 999px;
  color: var(--navy);
  background: #fff;
  font-size: 12px;
  font-weight: 900;
}
.program-grid,
.flow-grid,
.benefits-columns,
.governance-list,
.register-layout {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
  margin-top: 18px;
}
.program-grid article,
.flow-grid article,
.benefits-columns article,
.governance-list article,
.register-layout article {
  min-height: 196px;
  padding: 24px;
}
.program-grid span,
.stat-band span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: fit-content;
  min-width: 42px;
  height: 32px;
  padding: 0 12px;
  border-radius: 999px;
  color: #fff;
  background: var(--teal);
  font-size: 11px;
  font-weight: 900;
}
.program-grid h3,
.flow-grid h3,
.benefits-columns h3,
.governance-list h3,
.register-layout h3 {
  margin-top: 14px;
  font-size: 17px;
}
.program-grid p,
.flow-grid p,
.benefits-columns p,
.governance-list p,
.register-layout p {
  margin-top: 10px;
  font-size: 13px;
}
.stat-band {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
  padding: 26px;
  border: 1px solid #dcebed;
  border-radius: 22px;
  background: linear-gradient(110deg, #effafa, #fffdf8);
}
.stat-band article {
  padding: 22px;
  box-shadow: none;
}
.stat-band h3 {
  margin-top: 16px;
  font-size: 16px;
}
.stat-band p {
  margin-top: 8px;
  font-size: 12px;
}
.institutional-band:nth-of-type(odd) .evidence-grid,
.document-flow .flow-grid,
.governance .governance-list {
  align-items: stretch;
}
.legal-stack .table-wrap,
.audit-table .table-wrap {
  border-radius: 20px;
}
.afest-deep .program-grid article:nth-child(1),
.afest-deep .program-grid article:nth-child(6) {
  background: linear-gradient(180deg, #eefafa, #fff);
}

@media (max-width: 820px) {
  body::before {
    inset: -6vh -58vw;
    background-position: right -650px top -150px;
    background-size: 1180px auto;
    opacity: 0.5;
  }
  .section, .site-header, .site-footer, .utility-nav { width: calc(100% - 28px); }
  .site-header { height: auto; flex-wrap: wrap; gap: 18px; padding: 18px 0; }
  .menu-toggle { display: inline-flex; align-items: center; justify-content: center; margin-left: auto; }
  .main-nav {
    order: 3;
    width: 100%;
    display: none;
    grid-template-columns: 1fr;
    justify-content: flex-start;
    gap: 0;
    padding: 8px;
    border: 1px solid var(--line);
    border-radius: 8px;
  }
  .main-nav.is-open { display: grid; }
  .main-nav a { padding: 10px 8px; }
  .main-nav a.active::after { display: none; }
  .header-cta { margin-left: auto; }
  .utility-nav {
    justify-content: flex-start;
    overflow-x: auto;
    border-radius: 10px;
    margin-top: 0;
    margin-bottom: 20px;
  }
  .utility-nav a { flex: 0 0 auto; }
  .hero, .home-hero, .split, .process, .faq, .page-hero, .feature-strip, .timeline, .sector-grid, .form-layout { grid-template-columns: 1fr; padding-inline: 0; }
  .hero-copy { padding-left: 0; }
  .hero-visual img { width: 100%; }
  .proof-row, .hero-actions, .sectors, .benefit-grid, .deliverable-grid, .support-band, .site-footer { grid-template-columns: 1fr; }
  .home-hero { min-height: auto; gap: 28px; padding-top: 24px; }
  .label-mockup { min-height: 0; }
  .label-mockup__photo { height: auto; }
  .certificate-card,
  .registry-card { position: static; width: auto; margin-top: 12px; }
  .home-hero__copy > p:not(.topline) { font-size: 15px; }
  .badge-row span { font-size: 10px; }
  .metric-grid,
  .three-pillars,
  .support-grid,
  .timeline.slim,
  .axis-grid,
  .offer-grid,
  .signature-block,
  .compare-lite,
  .sector-grid.expanded,
  .faq-groups { grid-template-columns: 1fr; }
  .signature-block { padding: 24px; }
  .signature-block h2 { font-size: 26px; }
  .cta-stack { flex-direction: column; width: 100%; }
  .hero-actions { flex-direction: column; align-items: stretch; gap: 12px; }
  h1 { font-size: 36px; }
  .hero-copy > p { font-size: 15px; }
  .proof-row { gap: 14px; }
  .button, .header-cta, .final-cta .large, .hero-actions .button { width: 100%; min-width: 0; }
  .document-open { width: 100%; }
  .document-modal { padding: 12px; }
  .document-modal__panel { padding: 24px; border-radius: 18px; }
  .document-modal__panel h2 { font-size: 26px; }
  .document-modal__actions {
    position: static;
    flex-direction: column-reverse;
    margin: 24px -24px -24px;
    padding: 16px 24px;
  }
  .benefit-grid { padding: 0; }
  .compare-card { grid-template-columns: 1fr; }
  .compare-card { background: #fff; }
  .compare-card > div:last-child { background: #eefcfa; }
  .compare-card h3 { text-align: left; }
  .compare-card strong, .arrow, .faq-illustration, .final-cta::before, .final-cta::after { display: none; }
  .steps { grid-template-columns: 1fr; gap: 14px; }
  .process-photo, figure img { width: 100%; height: auto; }
  .support-band .button { justify-self: start; }
  .final-cta { grid-template-columns: 1fr; gap: 16px; padding: 28px; }
  .site-footer nav, .certification { justify-content: flex-start; flex-wrap: wrap; gap: 18px; }
  .footer-text { max-width: 100%; }
  .page-hero { min-height: auto; gap: 20px; }
  .page-hero h1 { font-size: 30px; }
  .page-hero p:not(.eyebrow) { font-size: 15px; }
  .page-hero img { height: auto; }
  .feature-strip article,
  .metric-grid article,
  .three-pillars article,
  .axis-grid article,
  .offer-grid article,
  .faq-group,
  .sector-grid article,
  .timeline article { min-height: 0; }
  .deliverable-grid { gap: 16px; }
  .kit-panel { grid-template-columns: 1fr; }
  .kit-panel > img { height: auto; }
  figcaption { font-size: 11px; }
  .faq-page { padding-inline: 0; }
  .form-card { grid-template-columns: 1fr; padding: 18px; }
  .contact-card, .legal-content { padding: 18px; }
  .blog-grid { grid-template-columns: 1fr; }
  .blog-card.featured { grid-row: auto; }
  .blog-card img,
  .blog-card.featured img,
  .article-cover { height: auto; }
  .blog-card h2 { font-size: 22px; }
  .article h1 { font-size: 30px; }
  .article .lead { font-size: 17px; }
  .article h2 { font-size: 24px; }
  .article p,
  .article li,
  .article-note { font-size: 15px; }
  .institution-grid,
  .referential,
  .directory-grid,
  .pricing,
  .directory-tools { grid-template-columns: 1fr; }
  .evidence-grid,
  .regulatory-grid,
  .training-layout,
  .long-steps,
  .checklist ul,
  .human-context,
  .human-lists,
  .legal-layout,
  .afest-hero,
  .program-grid,
  .flow-grid,
  .benefits-columns,
  .governance-list,
  .register-layout,
  .stat-band { grid-template-columns: 1fr; }
  .institutional-band,
  .audit-table,
  .process-long,
  .checklist,
  .human-context,
  .legal-stack,
  .afest-deep,
  .document-flow,
  .stat-band,
  .benefits-long,
  .governance,
  .public-register { margin-top: 34px; }
  .section-heading h2 { font-size: 24px; }
  .table-wrap { overflow-x: auto; }
  .legal-main article,
  .legal-aside,
  .regulatory-grid article,
  .training-layout > div,
  .training-layout > ul,
  .human-context,
  .human-lists article,
  .afest-hero,
  .afest-card,
  .program-grid article,
  .flow-grid article,
  .benefits-columns article,
  .governance-list article,
  .register-layout article,
  .stat-band article { padding: 20px; min-height: 0; }
  .legal-main h3,
  .afest-hero h3,
  .human-copy h2 { font-size: 21px; }
  .human-context blockquote { font-size: 16px; padding: 22px; }
  .stat-band { padding: 16px; }
  .featured-price { transform: none; }
}

@media (min-width: 821px) and (max-width: 1280px) {
  .section, .site-header, .site-footer { width: min(1120px, calc(100% - 48px)); }
  .site-header { gap: 22px; }
  .main-nav { gap: 16px; font-size: 11px; }
  .hero { grid-template-columns: minmax(0, 1fr) 470px; }
  .home-hero { grid-template-columns: minmax(0, 1fr) 430px; gap: 38px; }
  .metric-grid,
  .offer-grid,
  .timeline.slim { grid-template-columns: repeat(2, 1fr); }
  .three-pillars,
  .support-grid,
  .axis-grid,
  .sector-grid.expanded { grid-template-columns: repeat(2, 1fr); }
  .signature-block,
  .faq-groups { grid-template-columns: 1fr; }
  .benefit-grid { gap: 18px; padding-inline: 0; }
  .process { padding-inline: 0; }
  .support-band { grid-template-columns: 58px 1fr; }
  .support-band .button { justify-self: start; }
  .evidence-grid,
  .regulatory-grid,
  .human-lists,
  .program-grid,
  .flow-grid,
  .benefits-columns,
  .governance-list,
  .register-layout,
  .stat-band { grid-template-columns: repeat(2, 1fr); }
  .legal-layout,
  .training-layout,
  .human-context,
  .afest-hero { grid-template-columns: 1fr; }
}

/* Perfect refonte layer */
:root {
  --navy: #0A2D4D;
  --navy-deep: #061E34;
  --teal: #00B89C;
  --teal-dark: #009D85;
  --text: #14212B;
  --muted: #465866;
  --line: #DDE9EC;
  --paper: #FFFFFF;
  --soft: #F5FCFA;
  --warm: #F7FAFC;
  --shadow: 0 16px 38px rgba(6, 30, 52, 0.08);
}
body {
  background: linear-gradient(180deg, #fff 0, #f7fafc 100%);
  color: var(--text);
}
.section { margin-top: 88px; }
body:not(.onepage) main > .page-hero:first-child {
  margin-top: 56px;
}
.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  width: 100%;
  padding-inline: max(24px, calc((100vw - 1180px) / 2));
  background: rgba(255, 255, 255, 0.92);
  backdrop-filter: blur(16px);
  transition: box-shadow .2s ease, border-color .2s ease;
}
.site-header.is-scrolled { box-shadow: 0 14px 36px rgba(6, 30, 52, .08); }
.utility-nav { display: none; }
@media (min-width: 821px) {
  .utility-nav {
    display: flex;
    width: min(980px, calc(100% - 72px));
    margin-top: 10px;
    margin-bottom: 0;
  }
}
.button { border-radius: 8px; transition: transform .18s ease, box-shadow .18s ease, background .18s ease; }
.button:hover { transform: translateY(-2px); }
.button-outline { border-color: var(--navy); color: var(--navy); }
.button-outline:hover { background: var(--navy); color: #fff; }
.hero-perfect h1 { max-width: 730px; font-size: clamp(42px, 4.6vw, 64px); letter-spacing: 0; }
.hero-perfect .home-hero__copy > p:not(.topline) { max-width: 640px; }
.hero-proof .registry-card { right: 18px; top: auto; bottom: 26px; }
.department-band {
  display: grid;
  grid-template-columns: 1fr auto auto;
  gap: 22px;
  align-items: center;
  margin-top: 18px;
  padding: 18px 22px;
  border: 1px solid #bfeee6;
  border-radius: 18px;
  background: linear-gradient(90deg, #0a2d4d, #0c3b62);
  color: #fff;
}
.department-band p { font-size: 16px; font-weight: 900; }
.department-band div { display: flex; flex-wrap: wrap; gap: 8px; }
.department-band span { padding: 7px 10px; border-radius: 999px; background: rgba(255,255,255,.12); font-size: 11px; font-weight: 800; }
.department-band a { color: #fff; font-size: 12px; font-weight: 900; text-decoration: underline; text-underline-offset: 4px; }
.qualiopi-finance,
.training-finance,
.opco-banner {
  display: grid;
  gap: 28px;
  align-items: center;
  border: 1px solid #dce9ee;
  border-radius: 24px;
  background: #fff;
  box-shadow: 0 22px 58px rgba(6, 30, 52, .08);
}
.qualiopi-finance {
  grid-template-columns: minmax(0, 1fr) minmax(360px, .85fr);
  padding: 30px;
}
.training-finance {
  grid-template-columns: minmax(0, 1fr) 390px;
  padding: 28px;
}
.opco-banner {
  grid-template-columns: minmax(0, .82fr) minmax(420px, 1fr);
  padding: 30px;
}
.qualiopi-finance h2,
.training-finance h2,
.opco-banner h2 {
  color: var(--navy);
  font-size: 28px;
  font-weight: 900;
  line-height: 1.1;
}
.qualiopi-finance p:not(.eyebrow),
.training-finance p:not(.eyebrow),
.opco-banner p:not(.eyebrow) {
  margin-top: 12px;
  color: var(--muted);
  font-size: 14px;
  line-height: 1.7;
}
.qualiopi-finance strong {
  color: var(--navy);
}
.qualiopi-finance__proof {
  display: grid;
  gap: 16px;
}
.qualiopi-large {
  width: 100%;
  height: auto;
  padding: 14px;
  border: 1px solid #edf1f5;
  border-radius: 16px;
  background: #fff;
  object-fit: contain;
}
.opco-strip {
  display: grid;
  gap: 10px;
  padding: 16px;
  border-radius: 16px;
  background: #f5fafb;
}
.opco-strip span {
  color: var(--navy);
  font-size: 11px;
  font-weight: 900;
  text-transform: uppercase;
}
.opco-strip div,
.opco-logo-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 10px;
  align-items: center;
}
.opco-strip img,
.opco-logo-grid img {
  width: 100%;
  height: 74px;
  padding: 12px;
  border: 1px solid #e6edf1;
  border-radius: 14px;
  background: #fff;
  object-fit: contain;
}
.opco-logo-grid img {
  height: 96px;
}
.triad-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}
.triad-grid article,
.situation-grid article,
.before-after article,
.training-cards article,
.sector-cards article,
.proof-table > div,
.funding-checklist,
.contact-funnel,
.day-timeline article {
  border: 1px solid var(--line);
  border-radius: 18px;
  background: #fff;
  box-shadow: var(--shadow);
}
.triad-grid article,
.situation-grid article,
.before-after article,
.training-cards article { padding: 26px; transition: transform .18s ease, box-shadow .18s ease; }
.triad-grid article:hover,
.situation-grid article:hover,
.training-cards article:hover,
.sector-cards article:hover { transform: translateY(-4px); box-shadow: 0 22px 48px rgba(6, 30, 52, .11); }
.triad-grid span,
.training-cards span { color: var(--teal-dark); font-size: 12px; font-weight: 900; }
.triad-grid h3,
.situation-grid h3,
.before-after h3,
.training-cards h3 { margin-top: 10px; color: var(--navy); font-size: 20px; font-weight: 900; line-height: 1.15; }
.triad-grid p,
.situation-grid p,
.before-after p,
.training-cards p { margin-top: 9px; color: var(--muted); font-size: 13px; line-height: 1.65; }
.proof-gallery {
  display: grid;
  grid-template-columns: 1.2fr 1fr;
  gap: 18px;
}
.proof-gallery figure {
  position: relative;
  overflow: hidden;
  border-radius: 24px;
  background: #fff;
  box-shadow: var(--shadow);
  cursor: zoom-in;
}
.proof-gallery figure:first-child { grid-row: span 2; }
.proof-gallery img { width: 100%; height: 260px; object-fit: cover; transition: transform .25s ease; }
.proof-gallery figure:first-child img { height: 538px; }
.proof-gallery figure:hover img { transform: scale(1.035); }
.proof-gallery figcaption {
  position: absolute;
  left: 16px;
  bottom: 16px;
  padding: 8px 12px;
  border-radius: 999px;
  color: #fff;
  background: rgba(6, 30, 52, .78);
  font-size: 12px;
  font-weight: 900;
}
.method-photo {
  display: grid;
  grid-template-columns: minmax(0, .95fr) minmax(0, 1.05fr);
  gap: 34px;
  align-items: center;
}
.method-photo > img,
.page-hero-proof img,
.documentary-hero img,
.training-hero img,
.sectors-hero img,
.funding-hero img,
.contact-intro img {
  border-radius: 24px;
  box-shadow: 0 26px 60px rgba(6, 30, 52, .14);
}
.method-photo > img { width: 100%; height: 420px; object-fit: cover; }
.vertical-steps { display: grid; gap: 12px; margin-top: 22px; }
.vertical-steps article { position: relative; padding: 18px 18px 18px 58px; border: 1px solid var(--line); border-radius: 16px; background: #fff; }
.vertical-steps span { position: absolute; left: 18px; top: 18px; width: 28px; height: 28px; display: grid; place-items: center; border-radius: 50%; background: var(--teal); color: #fff; font-size: 12px; font-weight: 900; }
.vertical-steps h3 { color: var(--navy); font-size: 16px; font-weight: 900; }
.vertical-steps p { margin-top: 4px; color: var(--muted); font-size: 13px; }
.proof-table { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.proof-table > div { padding: 28px; }
.proof-table h2 { color: var(--navy); font-size: 24px; font-weight: 900; }
.proof-table ul { display: grid; gap: 12px; margin: 18px 0 0; padding-left: 20px; color: var(--muted); }
.support-showcase { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; }
.support-showcase article { overflow: hidden; border: 1px solid var(--line); border-radius: 18px; background: #fff; box-shadow: var(--shadow); }
.support-showcase img { width: 100%; height: 170px; object-fit: cover; }
.support-showcase h3 { margin: 18px 18px 0; color: var(--navy); font-size: 17px; font-weight: 900; }
.support-showcase p { margin: 8px 18px 20px; color: var(--muted); font-size: 13px; line-height: 1.55; }
.label-journey .section-heading p:not(.eyebrow) {
  margin-top: 12px;
  color: var(--muted);
  font-size: 15px;
  line-height: 1.65;
}
.journey-grid {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 18px;
}
.journey-card {
  grid-column: span 2;
  overflow: hidden;
  display: grid;
  grid-template-rows: 220px auto;
  border: 1px solid var(--line);
  border-radius: 22px;
  background: #fff;
  box-shadow: var(--shadow);
  transition: transform .18s ease, box-shadow .18s ease;
}
.journey-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 22px 48px rgba(6, 30, 52, .11);
}
.journey-card--wide {
  grid-column: span 3;
  grid-template-rows: 310px auto;
}
.journey-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  cursor: zoom-in;
}
.journey-card div {
  position: relative;
  padding: 22px 22px 24px;
}
.journey-card span {
  display: inline-grid;
  place-items: center;
  width: 34px;
  height: 34px;
  border-radius: 50%;
  color: #fff;
  background: var(--teal);
  font-size: 12px;
  font-weight: 900;
}
.journey-card h3 {
  margin-top: 14px;
  color: var(--navy);
  font-size: 21px;
  font-weight: 900;
  line-height: 1.12;
}
.journey-card p {
  margin-top: 10px;
  color: var(--muted);
  font-size: 13px;
  line-height: 1.6;
}
.cycle { padding: 30px; border-radius: 24px; background: var(--soft); }
.cycle-track { display: flex; flex-wrap: wrap; gap: 10px; }
.cycle-track span { padding: 10px 13px; border-radius: 999px; color: var(--navy); background: #fff; border: 1px solid var(--line); font-size: 12px; font-weight: 900; }
.cycle > p { margin-top: 16px; color: var(--muted); font-size: 14px; }
.situation-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.before-after { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.before-after span { color: var(--teal-dark); font-size: 12px; font-weight: 900; text-transform: uppercase; }
.day-timeline { display: grid; grid-template-columns: repeat(6, 1fr); gap: 12px; }
.day-timeline article { padding: 18px; }
.day-timeline time { color: var(--teal-dark); font-weight: 900; }
.day-timeline p { margin-top: 8px; color: var(--navy); font-size: 13px; font-weight: 900; line-height: 1.35; }
.trace-grid { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 18px; }
.trace-grid span { padding: 10px 12px; border-radius: 999px; background: var(--soft); color: var(--navy); font-size: 12px; font-weight: 900; }
.training-cards { display: grid; grid-template-columns: repeat(2, 1fr); gap: 18px; }
.training-cards strong { display: block; margin-top: 14px; color: var(--teal-dark); font-size: 12px; }
.format-table table { min-width: 760px; }
.sector-filters,
.faq-tabs { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 20px; }
.sector-filters button,
.faq-tabs button { border: 1px solid var(--line); border-radius: 999px; background: #fff; color: var(--navy); padding: 9px 13px; font: inherit; font-size: 12px; font-weight: 900; cursor: pointer; }
.sector-filters button.active,
.faq-tabs button.active,
.sector-filters button:hover,
.faq-tabs button:hover { background: var(--navy); color: #fff; }
.sector-cards { display: grid; grid-template-columns: repeat(2, 1fr); gap: 20px; }
.sector-cards article { overflow: hidden; display: grid; grid-template-columns: 220px 1fr; transition: transform .18s ease, box-shadow .18s ease; }
.sector-cards img { width: 100%; height: 100%; min-height: 250px; object-fit: cover; }
.sector-cards div { padding: 22px; }
.sector-cards span { color: var(--teal-dark); font-size: 11px; font-weight: 900; text-transform: uppercase; }
.sector-cards h3 { margin-top: 8px; color: var(--navy); font-size: 20px; font-weight: 900; }
.sector-cards p { margin-top: 10px; color: var(--muted); font-size: 13px; line-height: 1.55; }
.funding-checklist { display: grid; grid-template-columns: 1fr 330px; gap: 28px; padding: 30px; }
.funding-checklist h2 { color: var(--navy); font-size: 26px; font-weight: 900; }
.funding-checklist ul { display: grid; grid-template-columns: repeat(2, 1fr); gap: 10px 18px; margin: 18px 0 22px; padding-left: 20px; color: var(--muted); }
.funding-checklist aside { padding: 24px; border-radius: 18px; background: var(--navy); color: #fff; }
.funding-checklist aside h3 { font-size: 20px; font-weight: 900; }
.funding-checklist aside p { margin-top: 10px; color: rgba(255,255,255,.78); font-size: 13px; line-height: 1.7; }
.funding-flow { justify-content: center; }
.faq-search { display: grid; gap: 8px; max-width: 420px; margin-top: 20px; color: var(--navy); font-size: 12px; font-weight: 900; }
.faq-search input { border-radius: 999px; }
.faq-groups { grid-template-columns: minmax(0, 760px); justify-content: center; }
.faq-group[hidden], .sector-cards article[hidden] { display: none; }
.contact-funnel { display: grid; grid-template-columns: .82fr 1fr; gap: 32px; align-items: start; padding: 34px; }
.contact-intro h1 { color: var(--navy); font-size: clamp(34px, 3.8vw, 52px); font-weight: 900; line-height: 1.06; }
.contact-intro > p:not(.eyebrow) { margin-top: 18px; color: var(--text); font-size: 16px; line-height: 1.7; }
.contact-intro img { width: 100%; height: 250px; object-fit: cover; margin-top: 24px; }
.contact-form { grid-template-columns: repeat(2, 1fr); margin-top: 0; }
.image-lightbox { position: fixed; inset: 0; z-index: 200; border: 0; background: rgba(6,30,52,.78); display: grid; place-items: center; padding: 24px; cursor: zoom-out; }
.image-lightbox img { max-width: min(1080px, 94vw); max-height: 88vh; object-fit: contain; border-radius: 18px; box-shadow: 0 30px 80px rgba(0,0,0,.35); }
.mobile-sticky-cta { display: none; }
@media (max-width: 820px) {
  body { padding-bottom: 92px; }
  .section { margin-top: 56px; }
  .site-header { width: 100%; padding-inline: 14px; }
  body:not(.onepage) main > .page-hero:first-child {
    margin-top: 34px;
  }
  .page-hero.compact {
    min-height: auto;
  }
  .department-band,
  .triad-grid,
  .proof-gallery,
  .method-photo,
  .proof-table,
  .support-showcase,
  .situation-grid,
  .before-after,
  .day-timeline,
  .training-cards,
  .sector-cards,
  .funding-checklist,
  .qualiopi-finance,
  .training-finance,
  .opco-banner,
  .contact-funnel { grid-template-columns: 1fr; }
  .journey-grid { grid-template-columns: 1fr; }
  .journey-card,
  .journey-card--wide { grid-column: auto; grid-template-rows: auto auto; }
  .journey-card img { height: auto; }
  .department-band { gap: 14px; }
  .proof-gallery figure:first-child { grid-row: auto; }
  .proof-gallery img,
  .proof-gallery figure:first-child img,
  .method-photo > img { height: auto; }
  .proof-gallery img,
  .proof-gallery figure:first-child img {
    height: 220px;
  }
  .sector-cards article { grid-template-columns: 1fr; }
  .sector-cards img { min-height: 0; height: auto; }
  .funding-checklist ul { grid-template-columns: 1fr; }
  .opco-strip div,
  .opco-logo-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .opco-strip img,
  .opco-logo-grid img { height: 82px; }
  .contact-form { grid-template-columns: 1fr; }
  .mobile-sticky-cta { position: fixed; left: 14px; right: 14px; bottom: 12px; z-index: 90; display: flex; justify-content: center; align-items: center; min-height: 50px; border-radius: 12px; color: #fff; background: var(--teal); box-shadow: 0 18px 42px rgba(0,184,156,.32); font-size: 13px; font-weight: 900; }
}
@media (min-width: 821px) and (max-width: 1280px) {
  .proof-gallery,
  .method-photo,
  .contact-funnel { grid-template-columns: 1fr; }
  .sector-cards { grid-template-columns: 1fr; }
  .journey-grid { grid-template-columns: repeat(2, 1fr); }
  .journey-card,
  .journey-card--wide { grid-column: span 1; }
  .support-showcase,
  .day-timeline,
  .qualiopi-finance,
  .training-finance,
  .opco-banner { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 820px) {
  .header-cta { display: none; }
  .hero-perfect h1,
  .contact-intro h1 { font-size: 36px; }
  .home-hero { padding-top: 18px; }
  .hero-actions .button { min-height: 50px; }
}

/* Brand alignment pass */
.logo img,
.footer-logo {
  filter: none;
}
.logo img {
  width: 126px;
  height: 86px;
  object-fit: contain;
  border-radius: 0;
}
.footer-logo {
  width: 190px;
  border-radius: 0;
}
.site-header {
  border-bottom: 1px solid rgba(221, 233, 236, .72);
}
.site-footer:not(.rich-footer) {
  margin-top: 76px;
  padding-block: 28px;
  border-top: 1px solid var(--line);
}
.qualiopi-block {
  display: grid;
  justify-items: end;
  text-align: right;
}
.qualiopi-block span {
  display: none;
}
.qualiopi-block img {
  width: 260px;
  height: auto;
  padding: 0;
  border: 1px solid #eef2f4;
  border-radius: 6px;
  background: #fff;
  object-fit: contain;
}
.qualiopi-block small {
  display: none;
}
.label-mockup::before,
.hero-proof::before {
  background: linear-gradient(135deg, rgba(234,249,246,.98), rgba(255,255,255,.98));
  border: 1px solid var(--line);
}
.topline,
.badge-row span,
.cycle-track span,
.trace-grid span {
  border-color: #CBEFEB;
}
.final-cta,
.signature-block,
.funding-checklist aside,
.department-band {
  background: linear-gradient(135deg, #061E34, #0A2D4D);
}
.metric-grid strong,
.triad-grid h3,
.support-showcase h3,
.sector-cards h3,
.contact-intro h1,
.hero-perfect h1,
.page-hero h1 {
  color: #061E34;
}
.support-showcase article,
.sector-cards article,
.training-cards article,
.triad-grid article,
.faq-group,
.form-card {
  border-color: #DDE9EC;
}
@media (max-width: 820px) {
  .logo {
    min-width: 0;
  }
  .logo img {
    width: 106px;
    height: 72px;
  }
  .footer-logo { width: 168px; }
  .site-footer:not(.rich-footer) { padding-bottom: 84px; }
  .qualiopi-block { justify-items: start; text-align: left; }
  .qualiopi-block img { width: 240px; }
}
@media (max-width: 820px) {
  .mobile-sticky-cta { opacity: 0; pointer-events: none; transform: translateY(14px); transition: opacity .18s ease, transform .18s ease; }
  body.show-mobile-cta .mobile-sticky-cta { opacity: 1; pointer-events: auto; transform: translateY(0); }
}

/* Label page editorial direction */
.label-page {
  background:
    linear-gradient(180deg, #061e34 0, #082a45 520px, #f7faf9 521px, #fff 100%);
}
.label-page .site-header {
  color: #061e34;
  border-bottom-color: rgba(221,233,236,.72);
}
.label-page .main-nav,
.label-page .main-nav a {
  color: #061e34;
}
.label-page .main-nav a.active {
  color: #00a99d;
}
.label-story {
  overflow: clip;
}
.label-immersive-hero {
  position: relative;
  min-height: 680px;
  display: grid;
  align-items: end;
  width: min(1240px, calc(100% - 48px));
  margin: 18px auto 0;
  border-radius: 28px;
  overflow: hidden;
  background: #061e34;
  box-shadow: 0 34px 90px rgba(6, 30, 52, .28);
}
.label-immersive-hero > img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 118%;
  object-fit: cover;
  object-position: center;
  opacity: .84;
  transform: translateY(-4%);
}
.label-immersive-hero::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(6,30,52,.94) 0, rgba(6,30,52,.78) 44%, rgba(6,30,52,.38) 74%),
    linear-gradient(0deg, rgba(6,30,52,.82), rgba(6,30,52,.08) 54%);
}
.label-hero-panel {
  position: relative;
  z-index: 1;
  max-width: 680px;
  padding: 64px;
  color: #fff;
}
.label-kicker {
  color: #00c6b4;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: .08em;
  text-transform: uppercase;
}
.label-hero-panel h1 {
  margin-top: 14px;
  font-size: clamp(48px, 6vw, 86px);
  font-weight: 900;
  line-height: .94;
  letter-spacing: 0;
  color: #fff;
  text-shadow: 0 2px 28px rgba(0, 0, 0, .38);
}
.label-hero-panel p:not(.label-kicker) {
  max-width: 580px;
  margin-top: 24px;
  color: rgba(255,255,255,.94);
  font-size: 18px;
  line-height: 1.7;
  text-shadow: 0 2px 18px rgba(0, 0, 0, .34);
}
.label-hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 30px;
}
.label-hero-actions a,
.label-final-block a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 0 22px;
  border-radius: 8px;
  font-size: 12px;
  font-weight: 900;
}
.label-hero-actions a:first-child,
.label-final-block a {
  color: #061e34;
  background: #00c6b4;
}
.label-hero-actions a:last-child {
  color: #fff;
  border: 1px solid rgba(255,255,255,.48);
}
.label-manifesto,
.label-process,
.label-proof-split,
.label-gallery-strip,
.label-final-block {
  width: min(1180px, calc(100% - 72px));
  margin-inline: auto;
}
.label-manifesto {
  display: grid;
  grid-template-columns: .72fr 1fr;
  gap: 64px;
  align-items: start;
  padding: 96px 0 76px;
}
.label-manifesto span {
  color: #00a99d;
  font-size: 13px;
  font-weight: 900;
}
.label-manifesto h2 {
  margin-top: 18px;
  color: #061e34;
  font-size: clamp(38px, 4.4vw, 64px);
  font-weight: 900;
  line-height: .98;
}
.label-manifesto p {
  color: #284b65;
  font-size: 20px;
  line-height: 1.75;
}
.label-parallax-band {
  min-height: 430px;
  display: grid;
  place-items: end start;
  padding: 54px;
  background:
    linear-gradient(90deg, rgba(6,30,52,.9), rgba(6,30,52,.18)),
    url("assets/definitifs/boulangerie-vitrine-label.jpeg") center / cover fixed;
}
.label-parallax-band div {
  width: min(1180px, calc(100% - 72px));
  margin: 0 auto;
  color: #fff;
}
.label-parallax-band p {
  color: #00c6b4;
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
}
.label-parallax-band strong {
  display: block;
  max-width: 560px;
  margin-top: 10px;
  font-size: clamp(34px, 4vw, 58px);
  line-height: 1;
}
.label-process {
  display: grid;
  grid-template-columns: 360px 1fr;
  gap: 58px;
  padding: 100px 0;
}
.label-process-intro {
  position: sticky;
  top: 118px;
  align-self: start;
}
.label-process-intro h2,
.label-proof-copy h2,
.label-final-block h2 {
  margin-top: 12px;
  color: #061e34;
  font-size: clamp(34px, 3.8vw, 54px);
  font-weight: 900;
  line-height: 1;
}
.label-process-intro p:not(.label-kicker),
.label-proof-copy p,
.label-final-block p {
  margin-top: 18px;
  color: #526b78;
  font-size: 15px;
  line-height: 1.75;
}
.label-steps {
  display: grid;
  gap: 28px;
}
.label-steps article {
  overflow: hidden;
  display: grid;
  grid-template-columns: minmax(260px, .92fr) 1fr;
  min-height: 330px;
  border: 1px solid #dbe7e9;
  border-radius: 24px;
  background: #fff;
  box-shadow: 0 24px 60px rgba(6,30,52,.09);
}
.label-steps article:nth-child(even) {
  grid-template-columns: 1fr minmax(260px, .92fr);
}
.label-steps article:nth-child(even) img {
  order: 2;
}
.label-steps img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.label-steps div {
  align-self: center;
  padding: 34px;
}
.label-steps span {
  color: #00a99d;
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
}
.label-steps h3 {
  margin-top: 12px;
  color: #061e34;
  font-size: 28px;
  font-weight: 900;
  line-height: 1.05;
}
.label-steps p {
  margin-top: 14px;
  color: #526b78;
  font-size: 14px;
  line-height: 1.7;
}
.label-proof-split {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 34px;
  align-items: stretch;
  padding: 54px;
  border-radius: 28px;
  color: #fff;
  background: linear-gradient(135deg, #061e34, #0a3858);
}
.label-proof-copy h2,
.label-proof-copy p {
  color: #fff;
}
.label-proof-copy p {
  color: rgba(255,255,255,.76);
}
.label-proof-list {
  display: grid;
  gap: 14px;
}
.label-proof-list article {
  padding: 20px;
  border: 1px solid rgba(255,255,255,.14);
  border-radius: 18px;
  background: rgba(255,255,255,.08);
}
.label-proof-list span {
  color: #00c6b4;
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
}
.label-proof-list p {
  margin-top: 8px;
  color: rgba(255,255,255,.86);
  font-size: 15px;
  line-height: 1.55;
}
.label-gallery-strip {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
  padding: 92px 0 70px;
}
.label-gallery-strip figure {
  position: relative;
  overflow: hidden;
  min-height: 430px;
  border-radius: 26px;
  background: #061e34;
  box-shadow: 0 26px 70px rgba(6,30,52,.16);
}
.label-gallery-strip img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .35s ease;
}
.label-gallery-strip figure:hover img {
  transform: scale(1.04);
}
.label-gallery-strip figcaption {
  position: absolute;
  left: 18px;
  bottom: 18px;
  padding: 9px 13px;
  border-radius: 999px;
  color: #fff;
  background: rgba(6,30,52,.78);
  font-size: 12px;
  font-weight: 900;
}
.label-final-block {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 34px;
  align-items: center;
  margin-bottom: 90px;
  padding: 42px;
  border: 1px solid #dce9ec;
  border-radius: 28px;
  background: #fff;
  box-shadow: 0 22px 60px rgba(6,30,52,.09);
}
@media (max-width: 960px) {
  .label-immersive-hero,
  .label-manifesto,
  .label-process,
  .label-proof-split,
  .label-gallery-strip,
  .label-final-block {
    width: min(100% - 28px, 1180px);
  }
  .label-immersive-hero {
    min-height: 560px;
  }
  .label-hero-panel {
    padding: 34px;
  }
  .label-hero-panel h1 {
    font-size: clamp(42px, 12vw, 58px);
    line-height: 1;
  }
  .label-hero-panel p:not(.label-kicker) {
    font-size: 16px;
    line-height: 1.62;
  }
  .label-manifesto,
  .label-process,
  .label-proof-split,
  .label-final-block {
    grid-template-columns: 1fr;
  }
  .label-process-intro {
    position: static;
  }
  .label-steps article,
  .label-steps article:nth-child(even) {
    grid-template-columns: 1fr;
  }
  .label-steps article:nth-child(even) img {
    order: 0;
  }
  .label-steps img {
    height: auto;
  }
  .label-gallery-strip {
    grid-template-columns: 1fr;
  }
  .label-gallery-strip figure {
    min-height: 0;
  }
  .label-gallery-strip img {
    height: auto;
  }
  .label-parallax-band {
    min-height: 320px;
    padding: 32px 14px;
    background-attachment: scroll;
  }
  .label-parallax-band div {
    width: min(100% - 28px, 1180px);
  }
}

/* ══════════════════════════════════════════════════════
   ONE-PAGE STYLES & SCROLL EFFECTS
   ══════════════════════════════════════════════════════ */

/* Scroll progress bar */
.scroll-progress {
  position: fixed;
  top: 0;
  left: 0;
  height: 3px;
  width: 0%;
  background: linear-gradient(90deg, var(--teal), var(--teal-dark));
  z-index: 10001;
  transition: width 0.1s linear;
}

/* Fix header for one-page */
.onepage .site-header {
  position: fixed;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: 10000;
  background: rgba(255, 255, 255, 0.92);
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
  border-bottom: 1px solid transparent;
  transition: border-color 0.3s, box-shadow 0.3s, background 0.3s;
}
.onepage .site-header.is-scrolled {
  border-bottom-color: var(--line);
  box-shadow: 0 4px 24px rgba(7, 38, 76, 0.06);
}
.onepage .main-nav a.active {
  color: var(--teal);
}
.onepage main {
  padding-top: 92px;
}

/* ── Reveal animations ── */
.reveal,
.reveal-stagger,
.reveal-left,
.reveal-right {
  opacity: 0;
  transition: opacity 0.7s cubic-bezier(0.22, 1, 0.36, 1),
              transform 0.7s cubic-bezier(0.22, 1, 0.36, 1);
}
.reveal {
  transform: translateY(40px);
}
.reveal-left {
  transform: translateX(-60px);
}
.reveal-right {
  transform: translateX(60px);
}
.reveal-stagger {
  transform: translateY(30px);
}

.reveal.is-visible,
.reveal-stagger.is-visible,
.reveal-left.is-visible,
.reveal-right.is-visible {
  opacity: 1;
  transform: translate(0, 0);
}

/* Stagger delays */
.reveal-stagger:nth-child(1) { transition-delay: 0s; }
.reveal-stagger:nth-child(2) { transition-delay: 0.1s; }
.reveal-stagger:nth-child(3) { transition-delay: 0.2s; }
.reveal-stagger:nth-child(4) { transition-delay: 0.3s; }
.reveal-stagger:nth-child(5) { transition-delay: 0.4s; }
.reveal-stagger:nth-child(6) { transition-delay: 0.5s; }
.reveal-stagger:nth-child(7) { transition-delay: 0.6s; }
.reveal-stagger:nth-child(8) { transition-delay: 0.7s; }

/* Hero animations */
.anim-fade { animation: fadeIn 1s ease both; }
.anim-slide-up { animation: slideUp 0.8s cubic-bezier(0.22, 1, 0.36, 1) both; }
.anim-delay-1 { animation-delay: 0.15s; }
.anim-delay-2 { animation-delay: 0.3s; }
.anim-delay-3 { animation-delay: 0.45s; }
.anim-float {
  animation: floatCard 4s ease-in-out infinite;
}

@keyframes fadeIn {
  from { opacity: 0; }
  to { opacity: 1; }
}
@keyframes slideUp {
  from { opacity: 0; transform: translateY(32px); }
  to { opacity: 1; transform: translateY(0); }
}
@keyframes floatCard {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-10px); }
}

/* Parallax hero image */
.parallax-container {
  overflow: hidden;
  border-radius: 24px;
}
.parallax-img {
  transition: transform 0.1s linear;
  will-change: transform;
}

/* ── Scrolling tags ── */
.scrolling-tags {
  display: flex;
  gap: 16px;
  overflow: hidden;
  white-space: nowrap;
  animation: scrollTags 20s linear infinite;
  margin-top: 16px;
}
.scrolling-tags span {
  flex-shrink: 0;
  padding: 10px 18px;
  border: 1px solid #d8ece9;
  border-radius: 999px;
  background: #fff;
  font-size: 13px;
  font-weight: 700;
  color: var(--navy);
}
@keyframes scrollTags {
  0% { transform: translateX(0); }
  100% { transform: translateX(-50%); }
}
.department-band {
  text-align: center;
  padding: 32px 0;
  overflow: hidden;
}
.department-band p {
  color: var(--muted);
  font-size: 13px;
  font-weight: 600;
}

/* ── Label section ── */
.label-section {
  padding: 80px 0 40px;
}
.label-proof-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
  margin-top: 40px;
}
.label-proof-grid article {
  padding: 28px 24px;
  border: 1px solid #e5ebf0;
  border-radius: 16px;
  background: #fff;
  box-shadow: var(--shadow);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.label-proof-grid article:hover {
  transform: translateY(-6px);
  box-shadow: 0 18px 48px rgba(7, 38, 76, 0.12);
}
.proof-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  border-radius: 12px;
  background: var(--soft);
  color: var(--teal);
  font-size: 18px;
  font-weight: 900;
  margin-bottom: 14px;
}
.label-proof-grid h3 {
  font-size: 16px;
  font-weight: 800;
  color: var(--navy);
  margin-bottom: 6px;
}
.label-proof-grid p {
  color: var(--muted);
  font-size: 13px;
  line-height: 1.55;
}

/* Compare section — premium modern design */
.compare-section {
  margin-top: 64px;
}
.compare-lite {
  position: relative;
  display: grid;
  grid-template-columns: 1fr 1fr;
  background: #fff;
  border: 1px solid #eef2f5;
  border-radius: 24px;
  overflow: hidden;
  box-shadow: 0 24px 70px rgba(7, 38, 76, 0.08);
  margin-top: 32px;
}
.compare-lite > div:first-child {
  padding: 52px 40px 44px;
  background: #fafbfc;
  border-right: 1px solid #eef2f5;
}
.compare-highlight {
  padding: 52px 40px 44px;
  background: linear-gradient(180deg, #f4fcfb 0%, #ffffff 100%);
  position: relative;
}
.compare-highlight::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 4px;
  background: linear-gradient(90deg, var(--teal-dark), var(--teal) 60%, #34d4c5);
}
.compare-highlight::after {
  content: "Notre approche";
  position: absolute;
  top: 16px;
  right: 20px;
  padding: 6px 14px;
  background: var(--teal);
  color: #fff;
  font-size: 9.5px;
  font-weight: 900;
  letter-spacing: 1.8px;
  text-transform: uppercase;
  border-radius: 999px;
  box-shadow: 0 6px 16px rgba(0, 169, 157, 0.32);
  white-space: nowrap;
}
.compare-vs {
  display: none;
}
.compare-lite h3 {
  font-size: 11px;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 2.5px;
  color: var(--muted);
  margin: 0 0 28px;
  padding: 0;
  border: 0;
}
.compare-highlight h3 {
  color: var(--teal-dark);
}
.compare-lite p {
  display: flex;
  align-items: center;
  gap: 14px;
  margin: 0;
  padding: 16px 0;
  font-size: 14.5px;
  line-height: 1.4;
  font-weight: 600;
  color: var(--muted);
  border-bottom: 1px solid #eef2f5;
}
.compare-lite p:last-child {
  border-bottom: 0;
}
.compare-lite p::before {
  content: "";
  flex-shrink: 0;
  width: 22px;
  height: 22px;
  border-radius: 50%;
  background: #fff;
  border: 1.5px solid #d8dee5;
  background-image:
    linear-gradient(45deg, transparent calc(50% - 1px), #94a3b8 calc(50% - 1px), #94a3b8 calc(50% + 1px), transparent calc(50% + 1px));
}
.compare-highlight p {
  color: var(--navy);
  font-weight: 700;
  border-bottom-color: rgba(0, 169, 157, 0.12);
}
.compare-highlight p::before {
  content: "✓";
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: var(--teal);
  border: 0;
  color: #fff;
  font-size: 12px;
  font-weight: 900;
  line-height: 1;
  box-shadow: 0 4px 10px rgba(0, 169, 157, 0.35);
  background-image: none;
}

/* ── Timeline vertical ── */
.methode-section {
  padding: 80px 0 40px;
}
.timeline-vertical {
  position: relative;
  margin-top: 48px;
  padding-left: 40px;
}
.timeline-vertical::before {
  content: "";
  position: absolute;
  left: 19px;
  top: 0;
  bottom: 0;
  width: 2px;
  background: linear-gradient(180deg, var(--teal), var(--line));
}
.timeline-step {
  position: relative;
  margin-bottom: 48px;
}
.timeline-marker {
  position: absolute;
  left: -40px;
  top: 0;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--teal);
  color: #fff;
  border-radius: 50%;
  font-size: 13px;
  font-weight: 900;
  z-index: 2;
  box-shadow: 0 4px 16px rgba(0, 169, 157, 0.3);
}
.timeline-marker span {
  line-height: 1;
}
.timeline-content {
  display: grid;
  grid-template-columns: 132px 1fr;
  gap: 24px;
  align-items: center;
  min-height: 156px;
  padding: 24px 28px;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.98), rgba(243, 250, 248, 0.96));
  border: 1px solid rgba(0, 169, 157, 0.16);
  border-radius: 18px;
  box-shadow: 0 14px 38px rgba(7, 38, 76, 0.07);
  margin-left: 20px;
  transition: transform 0.3s ease, box-shadow 0.3s ease, border-color 0.3s ease;
}
.timeline-content:hover {
  transform: translateX(6px);
  border-color: rgba(0, 169, 157, 0.34);
  box-shadow: 0 20px 52px rgba(7, 38, 76, 0.11);
}
.timeline-visual {
  position: relative;
  min-height: 108px;
  display: grid;
  align-content: center;
  justify-items: center;
  gap: 8px;
  border: 1px solid rgba(0, 169, 157, 0.18);
  border-radius: 16px;
  background:
    radial-gradient(circle at 25% 20%, rgba(0, 201, 190, 0.22), transparent 34%),
    linear-gradient(145deg, #061e34, #0a3556);
  color: #fff;
  overflow: hidden;
}
.timeline-visual::after {
  content: "";
  position: absolute;
  inset: auto -24px -34px auto;
  width: 92px;
  height: 92px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 50%;
}
.timeline-visual span {
  position: relative;
  z-index: 1;
  font-size: 34px;
  font-weight: 900;
  line-height: 1;
}
.timeline-visual small {
  position: relative;
  z-index: 1;
  color: #7ff4e9;
  font-size: 10px;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}
.timeline-content h3 {
  font-size: 18px;
  font-weight: 800;
  color: var(--navy);
  margin-bottom: 8px;
}
.timeline-content p {
  color: var(--muted);
  font-size: 14px;
  line-height: 1.6;
}

/* Day flow */
.day-flow {
  margin-top: 64px;
  padding-top: 48px;
  border-top: 1px solid var(--line);
}

/* ── Sectors mosaic ── */
.secteurs-section {
  padding: 80px 0 40px;
}
.sectors-mosaic {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  margin-top: 40px;
}
.sector-card {
  border: 1px solid #e5ebf0;
  border-radius: 16px;
  overflow: hidden;
  background: #fff;
  box-shadow: var(--shadow);
  transition: transform 0.4s cubic-bezier(0.22, 1, 0.36, 1), box-shadow 0.3s ease;
}
.sector-card:hover {
  transform: translateY(-8px) scale(1.02);
  box-shadow: 0 24px 60px rgba(7, 38, 76, 0.14);
}
.sector-card img {
  width: 100%;
  height: 180px;
  object-fit: cover;
  transition: transform 0.5s ease;
}
.sector-card:hover img {
  transform: scale(1.06);
}
.sector-card > div {
  padding: 20px;
}
.sector-card h3 {
  font-size: 16px;
  font-weight: 800;
  color: var(--navy);
  margin-bottom: 6px;
}
.sector-card p {
  color: var(--muted);
  font-size: 13px;
  line-height: 1.5;
}

/* ── Formations section ── */
.formations-section {
  padding: 80px 0 40px;
}
.formations-split {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 48px;
  align-items: center;
}
.formations-copy h2 {
  font-size: 28px;
  font-weight: 900;
  color: var(--navy);
  margin-top: 8px;
}
.formations-copy p {
  margin-top: 14px;
  color: var(--muted);
  font-size: 14px;
  line-height: 1.65;
}
.formations-copy .hero-actions {
  margin-top: 24px;
}
.formations-proof {
  text-align: center;
}

.training-cards-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
  margin-top: 48px;
}
.training-cards-grid article {
  padding: 24px;
  border: 1px solid #e5ebf0;
  border-radius: 16px;
  background: #fff;
  box-shadow: var(--shadow);
  transition: transform 0.3s ease;
}
.training-cards-grid article:hover {
  transform: translateY(-4px);
}
.training-cards-grid span {
  color: var(--teal-dark);
  font-size: 12px;
  font-weight: 900;
}
.training-cards-grid h3 {
  font-size: 15px;
  font-weight: 800;
  color: var(--navy);
  margin: 8px 0 6px;
}
.training-cards-grid p {
  color: var(--muted);
  font-size: 13px;
  line-height: 1.5;
}

/* ── Proof gallery enhancements ── */
.proof-section {
  padding: 60px 0 40px;
}
.proof-gallery figure {
  transition: transform 0.4s cubic-bezier(0.22, 1, 0.36, 1);
}
.proof-gallery figure:hover {
  transform: scale(1.03);
}

/* ── FAQ section ── */
.faq-section {
  padding: 80px 0 40px;
}
.faq-accordion {
  max-width: 780px;
  margin: 32px auto 0;
}
.faq-accordion details {
  border: 1px solid #e5ebf0;
  border-radius: 14px;
  background: #fff;
  margin-bottom: 12px;
  box-shadow: 0 4px 12px rgba(7, 38, 76, 0.04);
  overflow: hidden;
  transition: box-shadow 0.3s ease;
}
.faq-accordion details[open] {
  box-shadow: 0 8px 28px rgba(7, 38, 76, 0.08);
}
.faq-accordion summary {
  padding: 18px 24px;
  font-size: 14px;
  font-weight: 700;
  color: var(--navy);
  cursor: pointer;
  list-style: none;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  transition: color 0.2s;
}
.faq-accordion summary:hover {
  color: var(--teal);
}
.faq-accordion summary::-webkit-details-marker { display: none; }
.faq-accordion summary::after {
  content: "+";
  font-size: 20px;
  font-weight: 300;
  color: var(--teal);
  transition: transform 0.3s ease;
  flex-shrink: 0;
}
.faq-accordion details[open] summary::after {
  transform: rotate(45deg);
}
.faq-accordion details p {
  padding: 0 24px 18px;
  color: var(--muted);
  font-size: 14px;
  line-height: 1.7;
  animation: faqReveal 0.3s ease;
}
@keyframes faqReveal {
  from { opacity: 0; transform: translateY(-8px); }
  to { opacity: 1; transform: translateY(0); }
}

/* ── Contact section ── */
.contact-section {
  padding: 80px 0 60px;
}
.contact-split {
  display: grid;
  grid-template-columns: 1fr 1.2fr;
  gap: 48px;
  align-items: start;
}
.contact-info h2 {
  font-size: 28px;
  font-weight: 900;
  color: var(--navy);
  margin-top: 8px;
}
.contact-info > p {
  margin-top: 14px;
  color: var(--muted);
  font-size: 14px;
  line-height: 1.65;
}
.contact-steps {
  margin-top: 28px;
  display: grid;
  gap: 14px;
}
.contact-steps article {
  display: flex;
  align-items: center;
  gap: 14px;
}
.contact-steps span {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: var(--soft);
  color: var(--teal);
  font-size: 14px;
  font-weight: 900;
  flex-shrink: 0;
}
.contact-steps p {
  color: var(--text);
  font-size: 14px;
  font-weight: 600;
}

/* ── Responsive one-page ── */
@media (max-width: 900px) {
  .label-proof-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .compare-lite {
    grid-template-columns: 1fr;
  }
  .timeline-vertical {
    padding-left: 30px;
  }
  .timeline-vertical::before {
    left: 14px;
  }
  .timeline-marker {
    left: -30px;
    width: 30px;
    height: 30px;
    font-size: 11px;
  }
  .timeline-content {
    grid-template-columns: 1fr;
    margin-left: 10px;
  }
  .timeline-visual {
    min-height: 86px;
    justify-items: start;
    align-content: center;
    padding: 18px;
  }
  .timeline-visual span {
    font-size: 28px;
  }
  .sectors-mosaic {
    grid-template-columns: repeat(2, 1fr);
  }
  .formations-split {
    grid-template-columns: 1fr;
  }
  .training-cards-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .contact-split {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 600px) {
  .onepage main {
    padding-top: 80px;
  }
  .label-proof-grid,
  .sectors-mosaic,
  .training-cards-grid {
    grid-template-columns: 1fr;
  }
  .timeline-content {
    padding: 16px;
  }
  .compare-lite > div:first-child,
  .compare-lite .compare-highlight {
    padding: 28px 22px;
  }
  .faq-accordion summary {
    font-size: 13px;
    padding: 14px 18px;
  }
}

/* ══════════════════════════════════════════════════════
   LOADING SCREEN
   ══════════════════════════════════════════════════════ */

.loader {
  position: fixed;
  inset: 0;
  z-index: 99999;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(160deg, #fffdf8 0%, #f3faf8 50%, #eef6f5 100%);
  pointer-events: all;
  opacity: 1;
  transition: opacity 0.8s cubic-bezier(0.4, 0, 0.2, 1);
}
.loader.is-leaving {
  opacity: 0;
  pointer-events: none;
}
.loader.is-hidden {
  display: none;
}
.loader-content {
  position: relative;
  z-index: 3;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
  animation: loaderPulseIn 0.6s cubic-bezier(0.22, 1, 0.36, 1) both;
}
.loader.is-leaving .loader-content {
  animation: loaderContentOut 0.6s cubic-bezier(0.55, 0, 1, 0.45) both;
}
.loader-logo {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  overflow: hidden;
  background: rgba(0, 169, 157, 0.06);
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 0 0 0 rgba(0, 169, 157, 0.2);
  animation: logoPulse 1.6s ease-in-out infinite;
}
.loader-logo img {
  width: 80px;
  height: auto;
}
.loader-ring {
  position: absolute;
  top: -8px;
  width: 116px;
  height: 116px;
}
.loader-ring svg {
  width: 100%;
  height: 100%;
  transform: rotate(-90deg);
}
.loader-ring circle {
  fill: none;
  stroke: var(--teal);
  stroke-width: 2;
  stroke-dasharray: 283;
  stroke-dashoffset: 283;
  stroke-linecap: round;
  animation: ringDraw 1.8s cubic-bezier(0.65, 0, 0.35, 1) forwards;
}
.loader-text {
  color: var(--navy);
  font-size: 24px;
  font-weight: 800;
  letter-spacing: 3px;
  text-transform: uppercase;
  opacity: 0;
  animation: loaderTextIn 0.5s ease 0.3s both;
}
.loader-sub {
  color: var(--muted);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
  opacity: 0;
  animation: loaderTextIn 0.5s ease 0.5s both;
}

@keyframes loaderPulseIn {
  from { opacity: 0; transform: scale(0.85); }
  to { opacity: 1; transform: scale(1); }
}
@keyframes loaderContentOut {
  to { opacity: 0; transform: scale(0.92) translateY(-10px); }
}
@keyframes logoPulse {
  0%, 100% { box-shadow: 0 0 0 0 rgba(0, 169, 157, 0.2); }
  50% { box-shadow: 0 0 0 18px rgba(0, 169, 157, 0); }
}
@keyframes ringDraw {
  to { stroke-dashoffset: 0; }
}
@keyframes loaderTextIn {
  from { opacity: 0; transform: translateY(10px); }
  to { opacity: 1; transform: translateY(0); }
}

/* ══════════════════════════════════════════════════════
   FINANCEURS BAND
   ══════════════════════════════════════════════════════ */

.financeurs-band {
  padding: 44px 0 48px;
  background: linear-gradient(180deg, #f8fbfa 0%, #fff 100%);
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  overflow: hidden;
}
.financeurs-band__inner {
  width: min(1180px, calc(100% - 72px));
  margin-inline: auto;
}
.financeurs-label {
  text-align: center;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 2.5px;
  text-transform: uppercase;
  color: var(--muted);
  margin-bottom: 32px;
}
.financeurs-track {
  overflow: hidden;
  mask-image: linear-gradient(90deg, transparent, #000 6%, #000 94%, transparent);
  -webkit-mask-image: linear-gradient(90deg, transparent, #000 6%, #000 94%, transparent);
}
.financeurs-slide {
  display: flex;
  align-items: center;
  gap: 40px;
  animation: slideFinanceurs 60s linear infinite;
  width: max-content;
}
.financeurs-slide img {
  width: 150px;
  height: 56px;
  object-fit: contain;
  object-position: center;
  filter: grayscale(100%) opacity(0.6);
  transition: filter 0.4s ease, transform 0.4s ease;
  flex-shrink: 0;
}
.financeurs-slide img[src*="afdas"],
.financeurs-slide img[src*="atlas"] {
  transform: scale(0.65);
}
.financeurs-slide img:hover {
  filter: grayscale(0%) opacity(1);
  transform: scale(1.12);
}
.financeurs-slide img[src*="afdas"]:hover,
.financeurs-slide img[src*="atlas"]:hover {
  transform: scale(0.72);
}
@keyframes slideFinanceurs {
  0% { transform: translateX(0); }
  100% { transform: translateX(-50%); }
}

/* ══════════════════════════════════════════════════════
   SECTION DIVIDERS
   ══════════════════════════════════════════════════════ */

.section-divider {
  width: min(1180px, calc(100% - 72px));
  margin-inline: auto;
  height: 1px;
  background: linear-gradient(90deg, transparent, var(--line) 20%, var(--line) 80%, transparent);
}

/* ══════════════════════════════════════════════════════
   FORM IMPROVEMENTS
   ══════════════════════════════════════════════════════ */

.form-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
}
@media (max-width: 600px) {
  .form-row {
    grid-template-columns: 1fr;
  }
}

/* Contact trust badge */
.contact-trust {
  margin-top: 32px;
  padding: 18px;
  border: 1px solid var(--line);
  border-radius: 14px;
  background: #fff;
  display: flex;
  align-items: center;
  gap: 14px;
}
.contact-trust img {
  height: 42px;
  width: auto;
}
.contact-trust small {
  color: var(--muted);
  font-size: 11px;
  font-weight: 700;
  line-height: 1.4;
}

/* Final homepage polish */
.onepage .home-hero {
  align-items: start;
  min-height: auto;
  padding-top: 0;
}
.onepage .home-hero__copy {
  transform: translateY(-28px);
}
.onepage main {
  padding-top: 78px;
}
.trace-section {
  margin-top: 70px;
  padding: 42px;
  border: 1px solid rgba(0, 169, 157, 0.16);
  border-radius: 28px;
  background:
    radial-gradient(circle at 8% 10%, rgba(0, 169, 157, 0.12), transparent 28%),
    linear-gradient(135deg, rgba(255, 255, 255, 0.98), rgba(244, 250, 249, 0.94));
  box-shadow: 0 24px 70px rgba(7, 38, 76, 0.08);
}
.trace-section .section-heading {
  margin-inline: 0;
  text-align: left;
}
.trace-dashboard {
  display: grid;
  grid-template-columns: minmax(280px, 0.86fr) 1.14fr;
  gap: 22px;
  margin-top: 28px;
}
.trace-panel {
  position: relative;
  overflow: hidden;
  min-height: 300px;
  padding: 30px;
  border-radius: 22px;
  color: #fff;
  background:
    radial-gradient(circle at 22% 18%, rgba(72, 231, 220, 0.44), transparent 34%),
    linear-gradient(145deg, #061e34, #082b57 52%, #008e85);
  box-shadow: 0 22px 52px rgba(6, 30, 52, 0.18);
}
.trace-panel::after {
  content: "";
  position: absolute;
  right: -52px;
  bottom: -62px;
  width: 210px;
  height: 210px;
  border: 28px solid rgba(255, 255, 255, 0.12);
  border-radius: 50%;
}
.trace-status {
  display: inline-flex;
  padding: 7px 11px;
  border: 1px solid rgba(255, 255, 255, 0.28);
  border-radius: 999px;
  color: #9df7ee;
  font-size: 10px;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}
.trace-panel h3 {
  margin-top: 42px;
  font-size: 30px;
  font-weight: 900;
  line-height: 1.05;
}
.trace-panel p {
  max-width: 360px;
  margin-top: 12px;
  color: rgba(255, 255, 255, 0.78);
  font-size: 14px;
  line-height: 1.65;
}
.trace-score {
  position: relative;
  left: auto;
  bottom: auto;
  display: flex;
  align-items: end;
  gap: 12px;
  margin-top: 36px;
}
.trace-score strong {
  color: #fff;
  font-size: 58px;
  font-weight: 900;
  line-height: 0.9;
}
.trace-score span {
  max-width: 110px;
  padding-bottom: 3px;
  color: rgba(255, 255, 255, 0.72);
  font-size: 11px;
  font-weight: 800;
  line-height: 1.25;
  text-transform: uppercase;
}
.trace-list {
  display: grid;
  gap: 14px;
}
.trace-list article {
  display: grid;
  grid-template-columns: 44px 1fr;
  gap: 16px;
  align-items: start;
  padding: 22px;
  border: 1px solid rgba(221, 233, 236, 0.95);
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.86);
}
.trace-list article > span {
  display: grid;
  place-items: center;
  width: 44px;
  height: 44px;
  border-radius: 14px;
  color: #fff;
  background: var(--teal);
  font-size: 12px;
  font-weight: 900;
  box-shadow: 0 10px 20px rgba(0, 169, 157, 0.22);
}
.trace-list h3 {
  color: var(--navy);
  font-size: 17px;
  font-weight: 900;
}
.trace-list p {
  margin-top: 5px;
  color: var(--muted);
  font-size: 13.5px;
  line-height: 1.58;
}
.trace-chips {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 22px;
}
.trace-chips span {
  padding: 10px 13px;
  border: 1px solid #cbeee9;
  border-radius: 999px;
  color: var(--navy);
  background: #fff;
  font-size: 12px;
  font-weight: 900;
}
.client-proof-layout {
  display: grid;
  grid-template-columns: 0.78fr 1.22fr;
  gap: 32px;
  align-items: stretch;
  margin-top: 38px;
}
.client-proof-copy {
  display: grid;
  gap: 14px;
}
.client-proof-copy article {
  padding: 24px;
  border: 1px solid var(--line);
  border-radius: 20px;
  background: #fff;
  box-shadow: 0 16px 38px rgba(7, 38, 76, 0.06);
}
.client-proof-copy span {
  color: var(--teal-dark);
  font-size: 12px;
  font-weight: 900;
}
.client-proof-copy h3 {
  margin-top: 10px;
  color: var(--navy);
  font-size: 20px;
  font-weight: 900;
  line-height: 1.12;
}
.client-proof-copy p {
  margin-top: 8px;
  color: var(--muted);
  font-size: 13.5px;
  line-height: 1.62;
}
.client-proof-gallery {
  display: grid;
  grid-template-columns: 1.14fr 0.86fr;
  grid-template-rows: repeat(3, minmax(132px, 1fr));
  gap: 18px;
}
.client-proof-gallery figure {
  position: relative;
  overflow: hidden;
  min-height: 190px;
  border-radius: 24px;
  background: #fff;
  box-shadow: var(--shadow);
  cursor: zoom-in;
}
.client-proof-gallery .client-proof-main {
  grid-row: span 3;
}
.client-proof-gallery img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .28s ease;
}
.client-proof-gallery figure:hover img {
  transform: scale(1.04);
}
.client-proof-gallery figcaption {
  position: absolute;
  left: 16px;
  bottom: 16px;
  padding: 8px 12px;
  border-radius: 999px;
  color: #fff;
  background: rgba(6, 30, 52, .78);
  font-size: 12px;
  font-weight: 900;
}
.contact-trust {
  justify-content: center;
  text-align: left;
  width: min(100%, 360px);
  margin-inline: auto;
}
.contact-trust img {
  display: block;
}
@media (max-width: 900px) {
  .trace-section {
    padding: 24px;
  }
  .trace-dashboard,
  .client-proof-layout,
  .client-proof-gallery {
    grid-template-columns: 1fr;
  }
  .client-proof-gallery {
    grid-template-rows: none;
  }
  .client-proof-gallery .client-proof-main {
    grid-row: auto;
  }
  .client-proof-gallery figure,
  .client-proof-gallery .client-proof-main {
    min-height: 230px;
  }
}
@media (max-width: 600px) {
  .onepage .home-hero__copy {
    transform: translateY(-14px);
  }
  .onepage .home-hero {
    padding-top: 0;
  }
  .trace-section {
    margin-top: 46px;
    padding: 18px;
    border-radius: 22px;
  }
  .trace-panel {
    min-height: 0;
    padding: 24px;
  }
  .trace-score {
    margin-top: 26px;
  }
  .trace-list article {
    grid-template-columns: 1fr;
  }
  .contact-trust {
    margin-inline: auto;
  }
}

/* ══════════════════════════════════════════════════════
   FOOTER IMPROVEMENTS
   ══════════════════════════════════════════════════════ */

.footer-grid {
  display: grid;
  grid-template-columns: minmax(260px, 1fr) auto;
  gap: 28px;
  align-items: center;
  padding-bottom: 18px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.15);
}
.footer-brand .footer-logo {
  width: 116px;
  margin-bottom: 10px;
  filter: brightness(0) invert(1);
}
.footer-text {
  max-width: 460px;
  color: rgba(255, 255, 255, 0.66);
  font-size: 12px;
  font-weight: 500;
  line-height: 1.55;
}
.footer-certif {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 16px;
}
.footer-certif img {
  height: 70px;
  width: auto;
  flex-shrink: 0;
  filter: invert(1) grayscale(1) contrast(1.08) brightness(1.18);
  mix-blend-mode: screen;
  opacity: 0.82;
}
.footer-certif small {
  max-width: 250px;
  font-size: 11px;
  color: rgba(255, 255, 255, 0.56);
  line-height: 1.5;
}
.footer-bottom {
  padding: 14px 0 0;
  text-align: center;
}
.footer-bottom p {
  font-size: 11px;
  color: rgba(255, 255, 255, 0.5);
}
.footer-bottom a {
  color: rgba(255, 255, 255, 0.72);
}
@media (max-width: 768px) {
  .footer-grid {
    grid-template-columns: 1fr;
    justify-items: center;
    text-align: center;
    gap: 18px;
  }
}
@media (max-width: 500px) {
  .footer-grid {
    grid-template-columns: 1fr;
  }
}

/* ══════════════════════════════════════════════════════
   CHARTE — DOCUMENT OPPOSABLE
   ══════════════════════════════════════════════════════ */

.charte-section {
  padding: 80px 0 60px;
}
.charte-showcase {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 56px;
  align-items: center;
  margin-top: 48px;
}

/* PDF Preview card — recreates the actual cover page of the PDF */
.charte-preview {
  position: relative;
  perspective: 1500px;
}
.charte-preview-card {
  position: relative;
  background: #fff;
  border: 1px solid #e5e9ee;
  border-radius: 6px;
  padding: 36px 36px 30px;
  box-shadow:
    0 1px 0 #eef2f5,
    0 24px 60px rgba(7, 38, 76, 0.16),
    0 40px 80px rgba(7, 38, 76, 0.08);
  transform: rotateY(-3deg) rotateX(2deg);
  transform-origin: center;
  transition: transform 0.5s cubic-bezier(0.22, 1, 0.36, 1);
  font-family: Inter, sans-serif;
}
.charte-preview-card:hover {
  transform: rotateY(0deg) rotateX(0deg) translateY(-4px);
}
.charte-preview-card::after {
  content: "";
  position: absolute;
  left: 8px;
  right: 8px;
  bottom: -10px;
  height: 14px;
  background: #fff;
  border: 1px solid #e5e9ee;
  border-radius: 6px;
  z-index: -1;
}

.charte-preview-badge {
  position: absolute;
  top: 18px;
  right: 18px;
  max-width: calc(100% - 36px);
  padding: 5px 11px;
  background: var(--teal);
  color: #fff;
  font-size: 9px;
  font-weight: 900;
  letter-spacing: 1.4px;
  text-transform: uppercase;
  border-radius: 999px;
  box-shadow: 0 6px 14px rgba(0, 169, 157, 0.28);
}

.charte-preview-header {
  text-align: center;
  background: var(--navy-deep);
  color: #fff;
  padding: 28px 20px 22px;
  border-radius: 4px 4px 0 0;
  margin: -36px -36px 0;
}
.charte-preview-eyebrow {
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 2.5px;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.7);
  margin-bottom: 14px;
}
.charte-preview-header h3 {
  font-size: 20px;
  font-weight: 900;
  letter-spacing: 0.5px;
  margin: 0 0 6px;
  line-height: 1.25;
}
.charte-preview-sub {
  font-size: 13px;
  font-weight: 700;
  color: rgba(255, 255, 255, 0.85);
  margin-bottom: 12px;
}
.charte-preview-meta {
  font-size: 10.5px;
  font-weight: 500;
  color: rgba(255, 255, 255, 0.6);
  letter-spacing: 0.3px;
}
.charte-preview-bar {
  height: 10px;
  background: var(--teal);
  margin: 0 -36px 24px;
}

.charte-preview-table {
  display: grid;
  gap: 0;
  border: 1px solid #e5e9ee;
  border-radius: 4px;
  overflow: hidden;
  margin-bottom: 18px;
}
.charte-preview-table > div {
  display: grid;
  grid-template-columns: 1fr 1fr;
  padding: 10px 14px;
  font-size: 11px;
  border-bottom: 1px solid #e5e9ee;
}
.charte-preview-table > div:last-child {
  border-bottom: 0;
}
.charte-preview-table span {
  color: var(--navy);
  font-weight: 700;
}
.charte-preview-table strong {
  color: var(--muted);
  font-weight: 600;
  text-align: right;
}

.charte-preview-extract {
  background: #f4fcfb;
  border: 1px solid #c8ebe7;
  border-radius: 4px;
  padding: 12px 14px;
}
.charte-preview-extract-title {
  font-size: 11px;
  font-weight: 900;
  color: var(--teal-dark);
  margin-bottom: 5px;
  letter-spacing: 0.3px;
}
.charte-preview-extract p {
  font-size: 11px;
  line-height: 1.55;
  color: var(--navy);
  font-weight: 600;
}

/* Info block */
.charte-info-eyebrow {
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 2.5px;
  text-transform: uppercase;
  color: var(--teal-dark);
  margin-bottom: 12px;
}
.charte-info h3 {
  font-size: 28px;
  font-weight: 900;
  color: var(--navy);
  line-height: 1.2;
  margin-bottom: 16px;
}
.charte-info-lead {
  font-size: 15px;
  line-height: 1.65;
  color: var(--muted);
  margin-bottom: 28px;
}

.charte-toc {
  list-style: none;
  padding: 0;
  margin: 0 0 32px;
  display: grid;
  gap: 10px;
}
.charte-toc li {
  display: grid;
  grid-template-columns: 74px 1fr;
  gap: 14px;
  align-items: start;
  padding: 12px 14px;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 10px;
  transition: border-color 0.2s ease, transform 0.2s ease;
}
.charte-toc li:hover {
  border-color: var(--teal);
  transform: translateX(4px);
}
.charte-toc span {
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0.5px;
  color: var(--teal-dark);
  background: #ecfaf7;
  padding: 5px 0;
  border-radius: 6px;
  text-align: center;
}
.charte-toc p {
  font-size: 13px;
  font-weight: 600;
  color: var(--text);
  line-height: 1.5;
}

.charte-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  align-items: center;
}
.charte-download {
  background: var(--teal);
  color: #fff;
  box-shadow: 0 12px 30px rgba(0, 169, 157, 0.28);
}
.charte-download:hover {
  background: var(--teal-dark);
}
.charte-download svg {
  stroke-width: 2.5;
}
.charte-note {
  margin-top: 14px;
  font-size: 12px;
  color: var(--muted);
  font-weight: 600;
}

@media (max-width: 900px) {
  .charte-showcase {
    grid-template-columns: 1fr;
    gap: 40px;
  }
  .charte-preview-card {
    transform: none;
    max-width: 460px;
    margin: 0 auto;
  }
}
@media (max-width: 600px) {
  .charte-preview-card {
    padding: 58px 22px 22px;
  }
  .charte-preview-badge {
    top: 18px;
    left: 22px;
    right: auto;
  }
  .charte-preview-header,
  .charte-preview-bar {
    margin-left: -22px;
    margin-right: -22px;
  }
  .charte-info h3 {
    font-size: 22px;
  }
}

/* ══════════════════════════════════════════════════════
   CADRE DE CONFIANCE
   ══════════════════════════════════════════════════════ */

.cadre-confiance {
  margin-top: 64px;
  padding-top: 48px;
  border-top: 1px solid var(--line);
}

/* ══════════════════════════════════════════════════════
   BENEFITS SECTION
   ══════════════════════════════════════════════════════ */

.benefits-section {
  padding: 80px 0 40px;
}
.benefits-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
  margin-top: 36px;
}
.benefits-grid article {
  padding: 28px 24px;
  border: 1px solid #e5ebf0;
  border-radius: 16px;
  background: #fff;
  box-shadow: var(--shadow);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.benefits-grid article:hover {
  transform: translateY(-5px);
  box-shadow: 0 18px 48px rgba(7, 38, 76, 0.12);
}
.benefits-grid h3 {
  font-size: 16px;
  font-weight: 800;
  color: var(--navy);
  margin-bottom: 8px;
}
.benefits-grid p {
  color: var(--muted);
  font-size: 13px;
  line-height: 1.6;
}

/* ══════════════════════════════════════════════════════
   GOVERNANCE SECTION
   ══════════════════════════════════════════════════════ */

.governance-section {
  padding: 80px 0 40px;
}
.governance-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
  margin-top: 36px;
}
.governance-grid article {
  padding: 28px 24px;
  border: 1px solid #e5ebf0;
  border-radius: 16px;
  background: #fff;
  box-shadow: var(--shadow);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.governance-grid article:hover {
  transform: translateY(-5px);
  box-shadow: 0 18px 48px rgba(7, 38, 76, 0.12);
}
.governance-grid h3 {
  font-size: 16px;
  font-weight: 800;
  color: var(--navy);
  margin-bottom: 8px;
}
.governance-grid p {
  color: var(--muted);
  font-size: 13px;
  line-height: 1.6;
}

/* ══════════════════════════════════════════════════════
   REFERENTIEL SECTION
   ══════════════════════════════════════════════════════ */

.referentiel-section {
  padding: 80px 0 40px;
}

/* ══════════════════════════════════════════════════════
   SOURCES COMPACT
   ══════════════════════════════════════════════════════ */

.sources-compact {
  padding: 32px 0;
}

/* ══════════════════════════════════════════════════════
   FOOTER CERTIF BAR
   ══════════════════════════════════════════════════════ */

.footer-certif-bar {
  padding: 28px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.footer-certif-bar .footer-certif {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 22px;
}
.footer-certif-bar .footer-certif img {
  height: 86px;
  width: auto;
  flex-shrink: 0;
  filter: invert(1) grayscale(1) contrast(1.08) brightness(1.18);
  mix-blend-mode: screen;
  opacity: 0.9;
}
.footer-certif-bar .footer-certif small {
  font-size: 12px;
  color: rgba(255, 255, 255, 0.68);
  line-height: 1.5;
}

/* Minimal footer override */
.rich-footer {
  padding: 30px 0 18px;
}
.rich-footer .footer-minimal {
  grid-template-columns: minmax(260px, 1fr) auto;
  gap: 24px;
  align-items: center;
}
@media (max-width: 900px) {
  .rich-footer .footer-minimal {
    grid-template-columns: 1fr;
    justify-items: center;
    text-align: center;
  }
  .rich-footer .footer-brand .footer-logo {
    margin-inline: auto;
  }
  .rich-footer .footer-certif {
    flex-direction: column;
    justify-content: center;
    text-align: center;
    gap: 8px;
  }
}
@media (max-width: 520px) {
  .rich-footer {
    padding: 26px 0 92px;
  }
  .rich-footer .footer-certif img {
    height: 64px;
    max-width: 92%;
    object-fit: contain;
  }
}

/* Mobile navigation polish */
@media (max-width: 820px) {
  .onepage .site-header {
    top: 10px;
    left: 50%;
    transform: translateX(-50%);
    width: calc(100% - 28px);
    min-height: 58px;
    padding: 8px;
    display: grid;
    grid-template-columns: auto 1fr;
    gap: 12px;
    align-items: center;
    border: 1px solid rgba(221, 233, 236, 0.94);
    border-radius: 18px;
    background: rgba(255, 255, 255, 0.94);
    box-shadow: 0 16px 42px rgba(7, 38, 76, 0.1);
  }
  .onepage .site-header .logo {
    display: block;
    min-width: 0;
  }
  .onepage .site-header .logo img {
    width: 82px;
    height: 54px;
    object-fit: contain;
  }
  .onepage .menu-toggle {
    justify-self: end;
    margin: 0;
    min-height: 42px;
    width: auto;
    padding: 0 15px;
    border: 1px solid rgba(0, 169, 157, 0.22);
    border-radius: 13px;
    color: var(--navy);
    background: #fff;
    font-size: 13px;
    font-weight: 900;
    box-shadow: 0 8px 18px rgba(7, 38, 76, 0.06);
  }
  .onepage .menu-toggle::after {
    content: "";
    width: 7px;
    height: 7px;
    margin-left: 8px;
    border-right: 2px solid currentColor;
    border-bottom: 2px solid currentColor;
    transform: translateY(-2px) rotate(45deg);
    transition: transform .18s ease;
  }
  .onepage .menu-toggle[aria-expanded="true"] {
    color: #fff;
    background: var(--navy);
    border-color: var(--navy);
  }
  .onepage .menu-toggle[aria-expanded="true"]::after {
    transform: translateY(2px) rotate(225deg);
  }
  .onepage .header-cta {
    display: none;
  }
  .onepage .main-nav {
    position: absolute;
    top: calc(100% + 10px);
    left: 0;
    right: 0;
    order: initial;
    width: 100%;
    display: none;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 8px;
    padding: 12px;
    border: 1px solid rgba(221, 233, 236, 0.94);
    border-radius: 18px;
    background:
      linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(243, 250, 248, 0.98));
    box-shadow: 0 22px 56px rgba(7, 38, 76, 0.16);
  }
  .onepage .main-nav.is-open {
    display: grid;
  }
  .onepage .main-nav a {
    min-height: 44px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px;
    border: 1px solid rgba(221, 233, 236, 0.9);
    border-radius: 13px;
    color: var(--navy);
    background: rgba(255, 255, 255, 0.78);
    font-size: 12px;
    font-weight: 900;
    text-align: center;
    white-space: normal;
  }
  .onepage .main-nav a.active,
  .onepage .main-nav a:hover {
    color: #fff;
    background: var(--teal);
    border-color: var(--teal);
  }
  .onepage main {
    padding-top: 82px;
  }
}

/* ══════════════════════════════════════════════════════
   RESPONSIVE — NEW SECTIONS
   ══════════════════════════════════════════════════════ */

@media (max-width: 900px) {
  .benefits-grid,
  .governance-grid {
    grid-template-columns: 1fr;
  }
}

/* Reduce motion for accessibility */
@media (prefers-reduced-motion: reduce) {
  .reveal, .reveal-stagger, .reveal-left, .reveal-right {
    opacity: 1;
    transform: none;
    transition: none;
  }
  .anim-fade, .anim-slide-up { animation: none; }
  .anim-float { animation: none; }
  .scrolling-tags { animation: none; }
  .scroll-progress { display: none; }
  .loader { display: none; }
  .financeurs-slide { animation: none; }
}
