/* =========================================================
   Tony Groison — Connecteur stratégique
   Navy #133363 · Blanc · Orange #ff6b35 · Gris léger #f8f9fa
   ========================================================= */

/* Google Fonts chargé en async dans le HTML */

:root {
  --paper:     #ffffff;
  --paper-2:   #f8f9fa;
  --ink:       #133363;
  --ink-soft:  #2e4f80;
  --muted:     #576e90;
  --rule:      #dde2ef;
  --rule-soft: #eaecf5;
  --ox:        #ff6b35;
  --ox-deep:   #e63220;
  --cta:       #ff6b35;
  --cta-deep:  #e63220;
  --cta-fg:    #133363;
  --body: "Schibsted Grotesk", system-ui, sans-serif;
}

*, *::before, *::after { margin: 0; padding: 0; box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  background: var(--paper);
  color: var(--ink);
  font-family: var(--body);
  font-weight: 400;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}
::selection { background: var(--ox); color: #fff; }
img { max-width: 100%; display: block; }

html { scrollbar-width: thin; scrollbar-color: var(--ox-deep) var(--paper-2); }
::-webkit-scrollbar { width: 12px; height: 12px; }
::-webkit-scrollbar-track { background: var(--paper-2); }
::-webkit-scrollbar-thumb { background: var(--rule); border: 3px solid var(--paper-2); border-radius: 10px; }
::-webkit-scrollbar-thumb:hover { background: var(--ox-deep); }

.wrap { position: relative; z-index: 2; max-width: 1080px; margin: 0 auto; padding: 0 clamp(20px,6vw,72px); }
.narrow { max-width: 760px; }

/* ---------- accessibilité ---------- */
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }

/* ---------- masthead ---------- */
.masthead {
  position: fixed; top: 0; left: 0; right: 0; width: 100%; z-index: 30;
  background: transparent;
  transition: background .35s ease;
}
.masthead.scrolled { background: var(--ink); }
.masthead.solid { background: var(--ink); }
.mast-inner { display: flex; justify-content: space-between; align-items: flex-end; padding-top: 22px; padding-bottom: 16px; }
.logo {
  display: inline-flex; align-items: center; gap: 14px;
  font-family: var(--body); font-weight: 700; font-size: 22px;
  letter-spacing: .01em; text-decoration: none; color: #fff; line-height: 1;
  transition: color .25s;
}
.logo:hover { color: var(--ox); }
.logo-mark { width: 46px; height: 46px; flex: none; border-radius: 50%; object-fit: cover; border: 2px solid var(--ox); transition: transform .3s ease; }
.logo:hover .logo-mark { transform: rotate(-3deg); }
.logo-text { display: block; }
.logo .sub {
  display: block; font-family: var(--body); font-size: 10.5px;
  letter-spacing: .32em; text-transform: uppercase;
  color: rgba(255,255,255,.5); margin-top: 5px; font-weight: 500;
}

.nav-toggle {
  display: none; flex-direction: column; justify-content: center; gap: 5px;
  width: 44px; height: 44px; padding: 0 10px; background: none;
  border: 1px solid rgba(255,255,255,.25); cursor: pointer; transition: border-color .25s;
}
.nav-toggle:hover { border-color: var(--ox); }
.nav-toggle span { display: block; height: 1.5px; background: #fff; transition: transform .3s ease, opacity .2s ease; }
.nav-toggle[aria-expanded="true"] span:nth-child(1) { transform: translateY(6.5px) rotate(45deg); }
.nav-toggle[aria-expanded="true"] span:nth-child(2) { opacity: 0; }
.nav-toggle[aria-expanded="true"] span:nth-child(3) { transform: translateY(-6.5px) rotate(-45deg); }

.mast-nav { display: flex; gap: 30px; }
.mast-nav a {
  position: relative; font-size: 12.5px; letter-spacing: .14em; text-transform: uppercase;
  text-decoration: none; color: rgba(255,255,255,.6); padding-bottom: 3px; transition: color .25s;
}
.mast-nav a::after {
  content: ""; position: absolute; left: 0; bottom: 0; width: 0; height: 2px;
  background: var(--ox); transition: width .3s ease;
}
.mast-nav a:hover, .mast-nav a.active { color: #fff; }
.mast-nav a:hover::after, .mast-nav a.active::after { width: 100%; }

/* ---------- page hero ---------- */
.phero { min-height: 70vh; padding: 0; position: relative; background:
  radial-gradient(ellipse 120% 80% at 50% 0%, rgba(26,63,110,.92) 0%, rgba(15,35,72,.96) 60%, rgba(12,29,62,.98) 100%),
  url('hero-bg.webp') center center / cover no-repeat;
  display: flex; flex-direction: column; justify-content: space-between; }
.phero .wrap { flex: 1; padding-top: 158px; }
.phero-slim { min-height: 0; }
.phero-slim .wrap { padding-bottom: 48px; }

h1 {
  font-family: var(--body); font-weight: 700;
  font-size: clamp(38px,4vw,52px); line-height: 1.12; letter-spacing: -.018em; max-width: 38ch;
  color: #fff;
}
.phero h1 { text-align: center; margin-left: auto; margin-right: auto; max-width: none; }
h1 .accent { color: var(--ox); }
.lede { margin-top: 28px; max-width: 56ch; font-size: clamp(16px,1.7vw,19px); line-height: 1.45; color: rgba(255,255,255,.72); }
.phero .lede { text-align: center; margin-left: auto; margin-right: auto; }
.lede b { color: #fff; font-weight: 600; }

/* ---------- comparatif ---------- */
.compare-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  border: 1px solid var(--rule);
  border-radius: 8px;
  overflow: hidden;
}
.compare-col { padding: 40px 36px; }
.compare-sans {
  background: var(--paper);
  border-right: 1px solid var(--rule);
}
.compare-avec { background: var(--paper); }
.compare-head {
  font-size: 13px; font-weight: 700; letter-spacing: .1em;
  text-transform: uppercase; margin-bottom: 28px;
}
.compare-sans .compare-head { color: var(--muted); }
.compare-avec .compare-head { color: var(--ox); }
.compare-col ul { list-style: none; display: flex; flex-direction: column; gap: 16px; }
.compare-col ul li {
  position: relative; padding-left: 24px;
  font-size: 15.5px; line-height: 1.5;
}
.compare-sans ul li { color: var(--muted); }
.compare-sans ul li::before {
  content: "✕"; position: absolute; left: 0; top: 1px;
  font-size: 12px; color: var(--muted);
}
.compare-avec ul li::before {
  content: "✓"; position: absolute; left: 0; top: 1px;
  font-weight: 700; color: var(--ox);
}
@media(max-width:640px) {
  .compare-grid { grid-template-columns: 1fr; }
  .compare-sans { border-right: none; border-bottom: 1px solid var(--rule); }
}

/* ---------- ticker ---------- */
.ticker-wrap {
  overflow: hidden;
  background: transparent;
  padding: 14px 0;
  margin-top: 100px;
  white-space: nowrap;
}
.ticker-track {
  display: inline-flex;
  align-items: center;
  gap: 0;
  animation: ticker-scroll 48s linear infinite;
}
.ticker-track span {
  font-size: 13px;
  font-weight: 500;
  letter-spacing: .09em;
  text-transform: uppercase;
  color: rgba(255,255,255,.7);
  padding: 0 18px;
}
.ticker-track .dot {
  color: var(--ox);
  font-size: 8px;
  font-weight: 700;
  padding: 0;
  vertical-align: middle;
}
@keyframes ticker-scroll {
  from { transform: translateX(0); }
  to   { transform: translateX(-50%); }
}
@media (prefers-reduced-motion: reduce) {
  .ticker-track { animation: none; }
}

/* preuve sociale dans le hero */
.hero-proof {
  display: inline-block;
  font-size: 13px; letter-spacing: .06em; color: var(--ox);
  border-left: 2px solid var(--ox); padding-left: 12px;
  margin-bottom: 28px; font-weight: 500;
}

/* hero form inline */
.hero-inline-form { margin-top: 60px; text-align: center; }
.picker-label { font-size: 28px; font-weight: 700; color: #fff; margin-bottom: 18px; }
.hif-wrap {
  display: flex; align-items: center;
  background: #fff;
  border-radius: 60px;
  padding: 4px 4px 4px 32px;
  max-width: 780px;
  margin: 0 auto 28px;
}
.hif-input {
  flex: 1; min-width: 0;
  border: none; background: transparent;
  font-family: var(--body); font-size: 19px; color: #1a1a1a;
  outline: none;
}
.hif-input::placeholder { color: #aaa; }
.hif-btn {
  flex-shrink: 0;
  background: linear-gradient(135deg, #ff6b35 0%, #e63220 100%); color: #fff;
  border: none; border-radius: 50px;
  padding: 16px 28px;
  display: flex; align-items: center; gap: 10px;
  font-family: var(--body); font-size: 17px; font-weight: 700;
  cursor: pointer; white-space: nowrap;
  transition: opacity .18s;
}
.hif-btn svg { transition: transform .2s ease; }
.hif-btn:hover { background: linear-gradient(135deg, #e63220 0%, #ff6b35 100%); }
.hif-btn:hover svg { transform: translateX(5px); }
.form-micro { font-size: 15px; color: rgba(255,255,255,.7); line-height: 1.35; max-width: 620px; margin: 0 auto; }

/* --- Formulaire hero — étape 2 --- */
.hif-s2-fields { max-width: 620px; margin: 0 auto 20px; display: flex; flex-direction: column; gap: 12px; text-align: left; }
.hif-s2-fields .fld { margin-bottom: 0; }
.hif-s2-fields .fld input { border-radius: 999px; border: 1.5px solid #c4c9d8; }
.hif-s2-fields .fld input:focus { border-color: var(--ink); box-shadow: 0 0 0 3px rgba(19,51,99,.12); }
#hif-s2 .btn-cta { max-width: 780px; width: auto; min-width: 320px; padding-left: 56px; padding-right: 56px; margin: 4px auto 0; display: block; font-size: 19px; border-radius: 999px; border: 5px solid #fff; background: linear-gradient(135deg, #ff6b35 0%, #e63220 100%); }
#hif-s2 .btn-cta:hover { background: linear-gradient(135deg, #e63220 0%, #ff6b35 100%); transform: translateY(-2px); }
.hif-back {
  display: inline-block; background: none; border: none; cursor: pointer;
  color: rgba(255,255,255,.45); font-family: var(--body); font-size: 13px;
  margin-top: 14px; padding: 0; transition: color .2s;
}
.hif-back:hover { color: rgba(255,255,255,.8); }
.hif-ok-msg { text-align: center; padding: 24px 0; }
.hif-ok-msg .picker-label { margin-bottom: 12px; }
/* Hints blancs dans le contexte hero dark */
/* label = dans l'input blanc → garde la couleur visible (#4b9e6b par défaut) */
#hif-s2 .fld.v-error .fld-hint { color: #ff8a80; }
/* Hints textuels sous les champs = fond dark → blancs */
#hif-s2 .fld.v-valid .fld-hint { color: rgba(255,255,255,.75); }
/* Les hints sont des messages d'erreur, ne pas les afficher quand valide */
#hif-s2 #fld-name.v-valid .fld-hint,
#hif-s2 #fld-tel.v-valid .fld-hint { display: none; }
.hif-wrap.v-error { box-shadow: 0 0 0 2px #ff6b35; }
.hif-besoin-err { color: #ff8a70; font-size: 18px; margin-top: 10px; margin-bottom: 0; }
@media(max-width:820px) { #hif-s2 .btn-cta { width: auto; min-width: 260px; padding-left: 32px; padding-right: 32px; } }

@media(max-width:820px) {
  .hif-wrap { flex-direction: column; border-radius: 16px; padding: 8px 10px; gap: 6px; }
  .hif-input { width: 100%; text-align: center; font-size: 22px; padding: 8px 0; }
  .hif-btn { width: 100%; justify-content: center; border-radius: 8px; padding: 13px 16px; }
  .picker-label { font-size: 24px; }
  .phero .wrap { padding-top: 120px; }
}

/* ---------- floating labels — système global ---------- */
.fld { position: relative; margin-bottom: 20px; }
.fld input, .fld textarea {
  width: 100%;
  background: #ffffff; color: #1a1a1a;
  border: 1px solid #c4c9d8; border-radius: 4px;
  font-family: var(--body); font-size: 16px;
  padding: 22px 18px 8px; min-height: 56px;
  outline: none;
  transition: border-color .2s, box-shadow .2s;
}
.fld textarea { min-height: 108px; resize: vertical; padding-top: 26px; }
.fld input::placeholder, .fld textarea::placeholder { color: transparent; }
.fld input:focus, .fld textarea:focus {
  border-color: var(--ink); box-shadow: 0 0 0 3px rgba(19,51,99,.12);
}
.fld label {
  position: absolute; top: 50%; left: 18px;
  transform: translateY(-50%);
  font-family: var(--body); font-size: 16px; color: #8a8fa0;
  pointer-events: none;
  transition: top .15s ease, font-size .15s ease, transform .15s ease, color .15s ease;
  white-space: nowrap;
}
.fld textarea ~ label { top: 20px; transform: none; }
.fld input:focus ~ label,
.fld input:not(:placeholder-shown) ~ label {
  top: 9px; transform: translateY(0);
  font-size: 10px; letter-spacing: .07em; text-transform: uppercase; color: var(--muted);
}
.fld input:focus ~ label { color: var(--ink); }
.fld textarea:focus ~ label,
.fld textarea:not(:placeholder-shown) ~ label {
  top: 9px; transform: none;
  font-size: 10px; letter-spacing: .07em; text-transform: uppercase; color: var(--muted);
}
.fld textarea:focus ~ label { color: var(--ink); }
/* validation inline */
.fld.v-valid input, .fld.v-valid textarea { border-color: #4b9e6b; }
.fld.v-valid label { color: #4b9e6b; }
.fld.v-error input, .fld.v-error textarea { border-color: #c0392b; }
.fld.v-error label { color: #c0392b; }
.fld-hint { display: none; font-size: 12px; margin-top: 5px; padding: 0 2px; line-height: 1.4; }
.fld.v-error .fld-hint { display: block; color: #c0392b; }
.fld.v-valid .fld-hint { display: block; color: #4b9e6b; }

/* ---------- boutons ---------- */
.btn {
  display: inline-flex; align-items: center; justify-content: center;
  text-decoration: none; font-family: var(--body); font-weight: 700; font-size: 17px;
  letter-spacing: .04em; padding: 18px 52px; border: 1px solid transparent; cursor: pointer;
  min-height: 58px; border-radius: 5px;
  transition: background .22s, color .22s, transform .22s, box-shadow .22s, border-color .22s;
}
@media(max-width:820px) { .btn { min-height: 60px; font-size: 17px; } }
.btn:active { transform: translateY(0) !important; }

/* CTA orange, texte blanc */
.btn-ox {
  background: linear-gradient(135deg, #ff6b35 0%, #e63220 100%); border: 5px solid #fff; border-radius: 999px; color: #fff;
}
.btn-ox:hover {
  background: linear-gradient(135deg, #e63220 0%, #ff6b35 100%); color: #fff;
  transform: translateY(-2px);
}
.btn-ox::after {
  content: ""; display: inline-block; width: 20px; height: 12px; margin-left: .65em; vertical-align: middle;
  background-color: currentColor;
  -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 12' fill='none'%3E%3Cpath d='M1 6h18M13 1l6 5-6 5' stroke='black' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") no-repeat center / contain;
  mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 12' fill='none'%3E%3Cpath d='M1 6h18M13 1l6 5-6 5' stroke='black' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") no-repeat center / contain;
  transition: transform .22s;
}
.btn-ox:hover::after { transform: translateX(4px); }

/* CTA dans le form hero */
.btn-cta {
  display: block;
  background: linear-gradient(135deg, #ff6b35 0%, #e63220 100%); border-color: transparent; color: #fff;
  font-size: 16px; font-weight: 700; letter-spacing: .04em;
  padding: 16px 40px; min-height: 56px;
  width: 70%; border-radius: 999px; cursor: pointer; border: 5px solid #fff;
  font-family: var(--body);
  transition: background .22s, transform .22s, box-shadow .22s;
}
.btn-cta:hover {
  background: linear-gradient(135deg, #e63220 0%, #ff6b35 100%);
  transform: translateY(-2px);
}
.btn-cta::after {
  content: ""; display: inline-block; width: 20px; height: 12px; margin-left: .65em; vertical-align: middle;
  background-color: currentColor;
  -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 12' fill='none'%3E%3Cpath d='M1 6h18M13 1l6 5-6 5' stroke='black' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") no-repeat center / contain;
  mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 12' fill='none'%3E%3Cpath d='M1 6h18M13 1l6 5-6 5' stroke='black' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") no-repeat center / contain;
  transition: transform .22s;
}
.btn-cta:hover::after { transform: translateX(4px); }
.btn-cta:disabled, .btn-cta[data-loading] {
  opacity: .7; cursor: not-allowed; transform: none !important; box-shadow: none !important;
}

/* lien secondaire */
.text-link { color: var(--ink); text-decoration: none; font-size: 14px; letter-spacing: .04em; font-weight: 600; }
.text-link:hover { text-decoration: underline; text-underline-offset: 3px; }
.text-link::after {
  content: ""; display: inline-block; width: 16px; height: 10px; margin-left: .5em; vertical-align: middle;
  background-color: currentColor;
  -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 12' fill='none'%3E%3Cpath d='M1 6h18M13 1l6 5-6 5' stroke='black' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") no-repeat center / contain;
  mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 12' fill='none'%3E%3Cpath d='M1 6h18M13 1l6 5-6 5' stroke='black' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") no-repeat center / contain;
  transition: transform .22s;
}
.text-link:hover::after { transform: translateX(3px); }

/* ---------- sections génériques ---------- */
section { position: relative; z-index: 2; }
.block { padding: 88px 0; }
.block.soft { background: var(--paper-2); padding: 52px 0; }
.phero + .block:not(.soft) { background: var(--paper); }

h2 {
  font-family: var(--body); font-weight: 700;
  font-size: clamp(28px,4.4vw,50px); line-height: 1.22; letter-spacing: -.018em; max-width: 22ch;
  color: var(--ink);
}
/* accent dans les sections claires : souligné jaune */
h2 .accent {
  color: var(--ink);
  text-decoration: underline;
  text-decoration-color: var(--ox);
  text-underline-offset: 6px;
  text-decoration-thickness: 3px;
}
.sec-lede { margin-top: 22px; max-width: 58ch; color: var(--ink-soft); font-size: 17px; }

/* CTA inline répété */
.inline-cta { margin-top: 44px; display: flex; flex-direction: column; gap: 12px; align-items: center; }
.cta-micro { font-size: 13px; color: var(--muted); }

/* ---------- index / carnet list ---------- */
.index { margin-top: 54px; }
.index-row {
  position: relative; display: grid; grid-template-columns: 64px 1fr; gap: 30px; align-items: center;
  padding: 30px 6px;
  border-top: 1px solid transparent; border-bottom: 1px solid transparent;
  transition: background .3s, padding-left .3s ease, border-color .3s;
}
.index-row:hover { background: var(--paper-2); padding-left: 18px; border-top-color: var(--rule); border-bottom-color: var(--rule); }
.index-num { font-family: var(--body); font-weight: 700; font-size: 22px; color: var(--ox); transition: transform .3s ease; }
.index-num svg { width: 32px; height: 32px; }
.index-row:hover .index-num { transform: translateX(-4px); }

a.index-row { text-decoration: none; color: inherit; }
a.index-row .index-body h3 { transition: color .25s; }
a.index-row:hover .index-body h3 { color: var(--ink); }
a.index-row::after {
  content: ""; position: absolute; right: 8px; top: 50%;
  width: 22px; height: 13px;
  background-color: var(--ox);
  -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 12' fill='none'%3E%3Cpath d='M1 6h18M13 1l6 5-6 5' stroke='black' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") no-repeat center / contain;
  mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 12' fill='none'%3E%3Cpath d='M1 6h18M13 1l6 5-6 5' stroke='black' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") no-repeat center / contain;
  opacity: 0; transform: translate(-6px,-50%); transition: opacity .25s, transform .25s;
}
a.index-row:hover::after { opacity: 1; transform: translate(0,-50%); }
.index-body h3 { font-family: var(--body); font-weight: 600; font-size: 22px; margin-bottom: 9px; letter-spacing: -.01em; }
.index-body p { color: var(--ink-soft); font-size: 15.5px; max-width: 62ch; }
.index-body .tags { margin-top: 12px; font-size: 12.5px; letter-spacing: .1em; text-transform: uppercase; color: var(--muted); }

/* ---------- stats ---------- */
.statline { display: flex; gap: 64px; flex-wrap: wrap; margin-top: 8px; justify-content: center; }
.stat { text-align: center; }
.stat .num { font-family: var(--body); font-weight: 700; font-size: 44px; line-height: 1; letter-spacing: -.02em; color: var(--ink); }
.stat .num span { color: var(--ox); }
.stat .num.num-xl { font-size: 64px; line-height: .9; margin-top: -14px; }
.stat .cap { font-size: 12.5px; letter-spacing: .08em; text-transform: uppercase; color: var(--muted); margin-top: 10px; }

/* ---------- deux colonnes ---------- */
.cols2 { display: grid; grid-template-columns: 1fr 1fr; gap: 0; margin-top: 52px; border: 1px solid var(--rule); }
.col { padding: 38px 40px; }
.col:first-child { border-right: 1px solid var(--rule); }
.col h4 { font-family: var(--body); font-weight: 700; font-size: 20px; margin-bottom: 22px; }
.col.muted h4 { color: var(--muted); }
.col ul { list-style: none; }
.col li { padding: 13px 0; border-bottom: 1px solid var(--rule); font-size: 15px; color: var(--ink-soft); display: flex; gap: 14px; }
.col li:last-child { border-bottom: none; }
.tick { color: var(--ox); font-weight: 700; }
.muted .tick { color: var(--muted); }

/* ---------- bandeau citation — fond navy ---------- */
.band { padding: 84px 0; background: var(--ink); text-align: center; }
.band .q {
  font-family: var(--body); font-weight: 600; font-style: italic;
  font-size: clamp(24px,3.6vw,38px); line-height: 1.3; max-width: 28ch;
  color: #fff; margin: 0 auto;
}
.band .q .accent { color: var(--ox); text-decoration: none; }
.band .text-link { color: var(--ox); }
.band .text-link:hover { color: var(--ox-deep); }

/* ---------- section CTA centrale — fond jaune ---------- */
.cta { padding: 96px 0; text-align: center; background: var(--ink); }
.cta h2 { margin: 0 auto; color: #fff; }
.cta h2 .accent { color: #fff; text-decoration: none; }
.cta-sub { font-size: 15px; color: rgba(255,255,255,.6); max-width: 52ch; margin: 18px auto 0; line-height: 1.65; }
.cta .btn-ox {
  margin-top: 34px;
}
.cta-under { display: block; margin-top: 14px; font-size: 13px; color: rgba(19,51,99,.6); }

/* ---------- vidéos témoignages ---------- */
.vid-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 12px;
  margin-top: 40px;
}
.vid-facade {
  position: relative;
  aspect-ratio: 9/16;
  background: #000;
  overflow: hidden;
  border-radius: 6px;
  cursor: pointer;
}
.vid-facade img,
.vid-facade video {
  width: 100%; height: 100%;
  object-fit: cover;
  display: block;
}
.vid-play {
  position: absolute; inset: 0;
  display: flex; align-items: center; justify-content: center;
  background: rgba(0,0,0,.18);
  border: none; cursor: pointer;
  transition: background .2s;
}
.vid-play:hover { background: rgba(0,0,0,.38); }
.vid-play-circle {
  width: 56px; height: 56px; border-radius: 50%;
  background: linear-gradient(135deg, #ff6b35 0%, #e63220 100%);
  display: flex; align-items: center; justify-content: center;
  transition: background .25s, transform .25s;
}
.vid-play:hover .vid-play-circle { background: linear-gradient(135deg, #e63220 0%, #ff6b35 100%); transform: scale(1.15); }
.vid-play svg { width: 22px; height: 22px; margin-left: 2px; }
@media (max-width: 900px) { .vid-grid { grid-template-columns: repeat(3, 1fr); } }
@media (max-width: 520px) { .vid-grid { grid-template-columns: repeat(2, 1fr); } }

/* ---------- steps V4b ---------- */
.steps-vb { margin-top: 48px; }
.svb-step {
  display: grid; grid-template-columns: 72px 1fr;
  gap: 36px; align-items: flex-start;
  padding-bottom: 32px; position: relative;
}
.svb-step:last-child { padding-bottom: 0; }
.svb-step::before {
  content: ""; position: absolute;
  left: 35px; top: 72px; bottom: 0;
  width: 2px; background: rgba(242,100,0,.15);
}
.svb-step:last-child::before { display: none; }
.svb-dot {
  width: 70px; height: 70px; border-radius: 50%;
  background: var(--ox);
  display: flex; align-items: center; justify-content: center;
  font-family: var(--body); font-weight: 800; font-size: 26px; color: #fff;
  flex-shrink: 0;
  box-shadow: 0 8px 24px -8px rgba(242,100,0,.45);
}
.svb-body { padding-top: 24px; }
.svb-body h3 { font-family: var(--body); font-size: 21px; font-weight: 700; color: var(--ink); margin-bottom: 8px; }
.svb-body p { font-size: 15px; color: var(--ink-soft); line-height: 1.65; }

/* ---------- garantie ---------- */
.guarant { background: var(--paper-2); }
.guarant-icon { font-size: 28px; margin-bottom: 18px; color: var(--ox); }

/* ---------- FAQ ---------- */
.faq { margin-top: 42px; border-top: 1px solid var(--rule); }
.faq details { border-bottom: 1px solid var(--rule); }
.faq summary {
  list-style: none; display: flex; justify-content: space-between; align-items: center;
  padding: 22px 6px; cursor: pointer; font-weight: 600; font-size: 16px;
  color: var(--ink); transition: color .2s; user-select: none;
}
.faq summary::-webkit-details-marker { display: none; }
.faq summary:hover { color: var(--ink-soft); }
.faq summary::after { content: "+"; font-size: 22px; font-weight: 400; color: var(--ox); flex-shrink: 0; margin-left: 16px; transition: transform .25s; }
.faq details[open] summary::after { transform: rotate(45deg); }
.faq details p { padding: 0 6px 24px; color: var(--ink-soft); font-size: 15.5px; max-width: 62ch; line-height: 1.7; }

/* ---------- PS final ---------- */
.ps-block { padding: 64px 0; }
.ps-final { font-size: 15.5px; color: var(--ink-soft); max-width: 62ch; line-height: 1.75; }
.ps-link { color: var(--ink); text-decoration: none; font-weight: 700; }
.ps-link:hover { text-decoration: underline; text-underline-offset: 3px; }
.ps-link::after {
  content: ""; display: inline-block; width: 16px; height: 10px; margin-left: .5em; vertical-align: middle;
  background-color: currentColor;
  -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 12' fill='none'%3E%3Cpath d='M1 6h18M13 1l6 5-6 5' stroke='black' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") no-repeat center / contain;
  mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 12' fill='none'%3E%3Cpath d='M1 6h18M13 1l6 5-6 5' stroke='black' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") no-repeat center / contain;
  transition: transform .22s;
}
.ps-link:hover::after { transform: translateX(3px); }

/* ---------- footer — fond navy ---------- */
.foot { background: var(--ink); border-top: none; padding-top: 56px; font-size: 13px; }
.foot-grid {
  display: grid; grid-template-columns: 1.6fr 1fr 1fr; gap: 48px;
  padding-bottom: 48px; border-bottom: 1px solid rgba(255,255,255,.1);
}
.foot-brand-name {
  font-family: var(--body); font-weight: 700; font-size: 18px;
  color: #fff; text-decoration: none; display: block; margin-bottom: 10px;
}
.foot-brand-name:hover { color: var(--ox); }
.foot-tagline { color: rgba(255,255,255,.55); font-size: 13px; line-height: 1.65; max-width: 26ch; margin-top: 8px; }
.foot-head {
  font-size: 10.5px; letter-spacing: .22em; text-transform: uppercase;
  color: var(--ox); margin-bottom: 18px; font-weight: 600;
}
.foot-col { display: flex; flex-direction: column; gap: 11px; }
.foot-col a { color: rgba(255,255,255,.6); text-decoration: none; font-size: 13.5px; transition: color .2s; }
.foot-col a:hover { color: #fff; }
.foot-bottom {
  padding: 24px 0; display: flex; justify-content: space-between;
  align-items: center; flex-wrap: wrap; gap: 12px; font-size: 12.5px; color: rgba(255,255,255,.4);
}
.foot-bottom a { color: rgba(255,255,255,.55); text-decoration: none; }
.foot-bottom a:hover { color: var(--ox); }

/* ---------- reveal animations ---------- */
.reveal { opacity: 0; transform: translateY(20px); transition: opacity .8s ease, transform .8s ease; }
.reveal.in { opacity: 1; transform: none; }
.stagger > * { opacity: 0; transform: translateY(16px); animation: rise .9s ease forwards; }
.stagger > *:nth-child(1) { animation-delay: .05s; }
.stagger > *:nth-child(2) { animation-delay: .18s; }
.stagger > *:nth-child(3) { animation-delay: .31s; }
.stagger > *:nth-child(4) { animation-delay: .44s; }
.stagger > *:nth-child(5) { animation-delay: .57s; }
@keyframes rise { to { opacity: 1; transform: none; } }

h1, h2 { text-wrap: balance; }
.lede, .sec-lede { text-wrap: pretty; }
.stat .num { font-variant-numeric: tabular-nums; }

[id] { scroll-margin-top: 96px; }

:focus-visible { outline: 2px solid var(--ox); outline-offset: 3px; }
a:focus-visible, .btn:focus-visible, .btn-cta:focus-visible { outline-offset: 4px; }
.hif-input:focus, .hif-input:focus-visible { outline: none; box-shadow: none; }

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { animation-duration: .001ms !important; animation-iteration-count: 1 !important; transition-duration: .001ms !important; scroll-behavior: auto !important; }
  .reveal { opacity: 1; transform: none; }
  .stagger > * { opacity: 1; transform: none; }
}

/* ---------- responsive ---------- */
@media(max-width:820px) {
  .nav-toggle { display: flex; }
  .mast-inner { align-items: center; }
  .mast-nav {
    position: absolute; top: 100%; left: 0; right: 0; flex-direction: column; gap: 0;
    background: #0d2550; border-bottom: 1px solid rgba(255,255,255,.1);
    padding: 0 clamp(20px,6vw,72px); max-height: 0; overflow: hidden;
    transition: max-height .35s ease, padding .35s ease;
  }
  .mast-nav.open { max-height: 70vh; padding-top: 6px; padding-bottom: 16px; }
  .mast-nav a { padding: 15px 2px; border-bottom: 1px solid rgba(255,255,255,.08); }
  .mast-nav a:last-child { border-bottom: none; }
  .mast-nav a::after { display: none; }
  .cols2 { grid-template-columns: 1fr; }
  .col:first-child { border-right: none; border-bottom: 1px solid var(--rule); }
  .statline { gap: 38px; }
  .index-row { grid-template-columns: 44px 1fr; gap: 18px; }
  .testi-grid { max-width: 100%; }
  .testi { padding: 20px; }
  .picker-opts { grid-template-columns: 1fr; }
  .picker-opt { min-height: 60px; font-size: 16px; }
  .foot-grid { grid-template-columns: 1fr; gap: 32px; padding-bottom: 36px; }
}
