/* =========================================================
   PaddLib — Location de paddle automatique
   Feuille de style principale
   ========================================================= */

/* Poppins, hébergée sur le site (licence SIL Open Font License) — aucune requête vers Google */
@font-face {
  font-family: "Poppins"; font-style: normal; font-weight: 400; font-display: swap;
  src: url("../fonts/poppins-400-latin-ext.woff2") format("woff2");
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
@font-face {
  font-family: "Poppins"; font-style: normal; font-weight: 400; font-display: swap;
  src: url("../fonts/poppins-400-latin.woff2") format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: "Poppins"; font-style: normal; font-weight: 500; font-display: swap;
  src: url("../fonts/poppins-500-latin-ext.woff2") format("woff2");
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
@font-face {
  font-family: "Poppins"; font-style: normal; font-weight: 500; font-display: swap;
  src: url("../fonts/poppins-500-latin.woff2") format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: "Poppins"; font-style: normal; font-weight: 600; font-display: swap;
  src: url("../fonts/poppins-600-latin-ext.woff2") format("woff2");
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
@font-face {
  font-family: "Poppins"; font-style: normal; font-weight: 600; font-display: swap;
  src: url("../fonts/poppins-600-latin.woff2") format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: "Poppins"; font-style: normal; font-weight: 700; font-display: swap;
  src: url("../fonts/poppins-700-latin-ext.woff2") format("woff2");
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
@font-face {
  font-family: "Poppins"; font-style: normal; font-weight: 700; font-display: swap;
  src: url("../fonts/poppins-700-latin.woff2") format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

:root {
  --navy: #0A2640;
  --navy-2: #0F3354;
  --cyan: #00B5B0;
  --cyan-dark: #008A86;
  --aqua: #BDEFF0;
  --light: #F2F6F7;
  --white: #FFFFFF;
  --text: #0A2640;
  --muted: #4F6477;
  --line: #DCE6EA;

  --radius: 16px;
  --radius-sm: 12px;
  --shadow-sm: 0 2px 8px rgba(10, 38, 64, .06);
  --shadow: 0 12px 32px rgba(10, 38, 64, .10);
  --shadow-lg: 0 24px 60px rgba(10, 38, 64, .18);

  --container: 1180px;
  --header-h: 76px;
  --ease: cubic-bezier(.22, .61, .36, 1);

  --wave: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='120' height='28' viewBox='0 0 120 28'%3E%3Cpath d='M0 14 Q15 2 30 14 T60 14 T90 14 T120 14' fill='none' stroke='%2300B5B0' stroke-width='2' stroke-linecap='round'/%3E%3C/svg%3E");
}

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

html { scroll-behavior: smooth; scroll-padding-top: calc(var(--header-h) + 16px); }

body {
  margin: 0;
  font-family: "Poppins", system-ui, -apple-system, "Segoe UI", Roboto, sans-serif;
  font-size: 16px;
  line-height: 1.65;
  color: var(--text);
  background: var(--light);
  -webkit-font-smoothing: antialiased;
}

img { max-width: 100%; height: auto; display: block; }
a { color: inherit; text-decoration: none; }
button { font: inherit; }

h1, h2, h3, h4 { margin: 0 0 .5em; line-height: 1.2; font-weight: 700; letter-spacing: -.01em; }
h1 { font-size: clamp(2rem, 5.2vw, 3.4rem); }
h2 { font-size: clamp(1.65rem, 3.6vw, 2.5rem); }
h3 { font-size: 1.2rem; font-weight: 600; }
p { margin: 0 0 1em; }

.container { width: 100%; max-width: var(--container); margin: 0 auto; padding-inline: 20px; }
@media (min-width: 768px) { .container { padding-inline: 32px; } }

.sr-only { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0 0 0 0); white-space: nowrap; }

.icon { width: 24px; height: 24px; stroke: currentColor; fill: none; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; flex-shrink: 0; }

/* ---------- Boutons ---------- */
.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: .6em;
  padding: .95em 1.6em; border-radius: 999px; border: 2px solid transparent;
  font-weight: 600; font-size: 1rem; line-height: 1.2; cursor: pointer;
  transition: transform .25s var(--ease), box-shadow .25s var(--ease), background-color .25s, color .25s, border-color .25s;
}
.btn .icon { width: 20px; height: 20px; transition: transform .25s var(--ease); }
.btn:hover .icon { transform: translateX(3px); }
.btn-primary { background: var(--cyan); color: var(--white); box-shadow: 0 8px 22px rgba(0, 181, 176, .35); }
.btn-primary:hover { background: #009E9A; transform: translateY(-2px); box-shadow: 0 12px 28px rgba(0, 181, 176, .45); }
.btn-ghost { border-color: rgba(255, 255, 255, .55); color: var(--white); }
.btn-ghost:hover { background: rgba(255, 255, 255, .1); border-color: var(--white); transform: translateY(-2px); }
.btn-outline { border-color: var(--navy); color: var(--navy); }
.btn-outline:hover { background: var(--navy); color: var(--white); transform: translateY(-2px); }
.btn-navy { background: var(--navy); color: var(--white); }
.btn-navy:hover { background: var(--navy-2); transform: translateY(-2px); box-shadow: var(--shadow); }
.btn:focus-visible, a:focus-visible, summary:focus-visible { outline: 3px solid var(--cyan); outline-offset: 3px; }

/* ---------- Header ---------- */
.site-header {
  position: sticky; top: env(safe-area-inset-top, 0px); z-index: 100;
  background: rgba(255, 255, 255, .92);
  backdrop-filter: saturate(160%) blur(12px); -webkit-backdrop-filter: saturate(160%) blur(12px);
  border-bottom: 1px solid transparent;
  transition: box-shadow .3s, border-color .3s;
}
.site-header.is-scrolled { box-shadow: var(--shadow-sm); border-color: var(--line); }
.header-inner { display: flex; align-items: center; justify-content: space-between; height: var(--header-h); gap: 24px; }
.brand img { height: 38px; width: auto; }
@media (min-width: 1024px) { .brand img { height: 42px; } }

.nav { display: none; }
.nav-list { list-style: none; margin: 0; padding: 0; display: flex; align-items: center; gap: 4px; }
.nav-link {
  position: relative; display: block; padding: .55em .9em; border-radius: 999px;
  font-size: .95rem; font-weight: 500; color: var(--navy); transition: color .2s, background-color .2s;
}
.nav-link:hover { color: var(--cyan-dark); background: var(--light); }
.nav-link[aria-current="page"] { color: var(--cyan-dark); font-weight: 600; }
.nav-link[aria-current="page"]::after {
  content: ""; position: absolute; left: 50%; bottom: 2px; width: 18px; height: 3px; border-radius: 3px;
  background: var(--cyan); transform: translateX(-50%);
}

/* Onglet Contact tape-à-l'œil */
.nav-contact {
  position: relative; overflow: hidden; isolation: isolate;
  display: inline-flex; align-items: center; gap: .5em;
  padding: .7em 1.3em; margin-left: 10px; border-radius: 999px;
  font-weight: 600; font-size: .95rem; color: var(--white);
  background: linear-gradient(120deg, var(--cyan) 0%, #00C9C3 45%, var(--navy) 130%);
  box-shadow: 0 6px 18px rgba(0, 181, 176, .45);
  transition: transform .25s var(--ease), box-shadow .25s var(--ease);
}
.nav-contact::before {
  content: ""; position: absolute; inset: 0; z-index: -1;
  background: linear-gradient(100deg, transparent 20%, rgba(255, 255, 255, .55) 50%, transparent 80%);
  transform: translateX(-120%); animation: shine 3.2s ease-in-out infinite;
}
.nav-contact::after {
  content: ""; position: absolute; top: 9px; right: 10px; width: 8px; height: 8px; border-radius: 50%;
  background: var(--aqua); box-shadow: 0 0 0 0 rgba(189, 239, 240, .9); animation: ping 2s infinite;
}
.nav-contact .icon { width: 18px; height: 18px; }
.nav-contact:hover { transform: translateY(-2px) scale(1.03); box-shadow: 0 10px 26px rgba(0, 181, 176, .55); }
.nav-contact[aria-current="page"] { box-shadow: 0 0 0 3px var(--aqua), 0 6px 18px rgba(0, 181, 176, .45); }
@keyframes shine { 0%, 55% { transform: translateX(-120%); } 100% { transform: translateX(120%); } }
@keyframes ping { 0% { box-shadow: 0 0 0 0 rgba(189, 239, 240, .9); } 80%, 100% { box-shadow: 0 0 0 10px rgba(189, 239, 240, 0); } }

.nav-toggle {
  display: inline-flex; align-items: center; justify-content: center; width: 46px; height: 46px;
  border: 0; border-radius: 12px; background: var(--light); color: var(--navy); cursor: pointer;
}
.nav-toggle .icon-close { display: none; }
.nav-open .nav-toggle .icon-open { display: none; }
.nav-open .nav-toggle .icon-close { display: block; }

@media (max-width: 1099px) {
  .nav {
    display: block; position: fixed; inset: calc(var(--header-h) + env(safe-area-inset-top, 0px)) 0 auto 0;
    background: var(--white); border-top: 1px solid var(--line); box-shadow: var(--shadow);
    padding: 16px 20px 24px; max-height: calc(100vh - var(--header-h)); overflow-y: auto;
    opacity: 0; visibility: hidden; transform: translateY(-8px);
    transition: opacity .25s, transform .25s var(--ease), visibility .25s;
  }
  .nav-open .nav { opacity: 1; visibility: visible; transform: none; }
  .nav-list { flex-direction: column; align-items: stretch; gap: 2px; }
  .nav-partner-item { display: block; margin-bottom: 10px; padding-bottom: 14px; border-bottom: 1px solid var(--line); }
  .nav-link { padding: .85em 1em; border-radius: 12px; font-size: 1.05rem; }
  .nav-link[aria-current="page"] { background: var(--light); }
  .nav-link[aria-current="page"]::after { left: 0; top: 50%; bottom: auto; width: 3px; height: 20px; transform: translateY(-50%); }
  .nav-contact { display: flex; margin: 12px 0 0; justify-content: center; padding: 1em; font-size: 1.05rem; }
}
@media (min-width: 1100px) {
  .nav { display: block; }
  .nav-toggle { display: none; }
  .nav-partner-item { display: none; }
}

/* ---------- Barre partenaires (B2B) ---------- */
.topbar {
  background: var(--navy); color: rgba(255, 255, 255, .8);
  padding-top: env(safe-area-inset-top, 0px);
  font-size: .85rem;
}
.topbar-inner {
  display: flex; align-items: center; justify-content: flex-end; gap: 14px; flex-wrap: wrap;
  min-height: 42px; padding-block: 6px;
}
.topbar-label { color: rgba(255, 255, 255, .72); }
.topbar-short { display: none; }
.topbar-link {
  display: inline-flex; align-items: center; gap: .45em; font-weight: 600; color: var(--cyan); min-height: 40px;
  padding: .25em .2em; border-radius: 6px; transition: color .2s, gap .25s var(--ease);
}
.topbar-link .icon { width: 16px; height: 16px; }
.topbar-link:hover { color: var(--aqua); gap: .8em; }
@media (max-width: 559px) {
  .topbar { font-size: .8rem; }
  .topbar-inner { flex-wrap: nowrap; justify-content: space-between; gap: 10px; min-height: 0; padding-block: 0; }
  .topbar-label { display: none; }
  .topbar-short { display: inline; color: rgba(255, 255, 255, .72); white-space: nowrap; }
  .topbar-link { white-space: nowrap; }
}
@media (max-width: 359px) {
  .topbar-short { display: none; }
  .topbar-inner { justify-content: center; }
}

/* Entrée partenaires dans le menu mobile (masquée sur desktop, cf. media 1100px) */
.nav-partner {
  display: flex; align-items: center; gap: .6em; padding: .85em 1em; border-radius: 12px;
  background: var(--navy); color: var(--white); font-weight: 600; font-size: 1.05rem;
}
.nav-partner .icon { width: 20px; height: 20px; color: var(--cyan); }

/* ---------- Aperçu fondateurs (accueil) ---------- */
.founders-mini { display: flex; flex-wrap: wrap; justify-content: center; gap: 32px; }
.mini-person {
  display: flex; flex-direction: column; align-items: center; gap: 12px;
  font-weight: 600; color: var(--navy);
}
.mini-person .avatar { width: 96px; height: 96px; font-size: 1.6rem; margin-bottom: 0; box-shadow: 0 0 0 5px var(--aqua); }

/* ---------- Sections ---------- */
.section { padding-block: 72px; }
@media (min-width: 768px) { .section { padding-block: 104px; } }
.section-white { background: var(--white); }
.section-navy { background: var(--navy); color: var(--white); }
.section-head { max-width: 720px; margin: 0 auto 48px; text-align: center; }
.section-head p { color: var(--muted); font-size: 1.08rem; }
.section-navy .section-head p { color: rgba(255, 255, 255, .75); }

.eyebrow {
  display: inline-flex; align-items: center; gap: .6em; margin-bottom: 14px;
  font-size: .8rem; font-weight: 600; letter-spacing: .14em; text-transform: uppercase; color: var(--cyan-dark);
}
.eyebrow::before { content: ""; width: 28px; height: 2px; background: var(--cyan); border-radius: 2px; }
.section-navy .eyebrow, .hero .eyebrow, .page-hero .eyebrow { color: var(--cyan); }
.text-cyan { color: var(--cyan); }

.wave-divider { height: 28px; background: var(--wave) repeat-x center / 120px 28px; opacity: .9; }

/* ---------- Hero accueil ---------- */
.hero { position: relative; overflow: hidden; background: var(--navy); color: var(--white); }
.hero::before {
  content: ""; position: absolute; inset: auto -10% -40px -10%; height: 220px;
  background: radial-gradient(60% 100% at 30% 100%, rgba(0, 181, 176, .35), transparent 70%);
  pointer-events: none;
}
.hero-inner { position: relative; display: grid; gap: 40px; padding-block: 56px 72px; align-items: center; }
@media (min-width: 1024px) { .hero-inner { grid-template-columns: 1.05fr 1fr; gap: 56px; padding-block: 88px 104px; } }
.hero h1 { margin-bottom: 20px; font-size: clamp(2rem, 4.6vw, 3.1rem); }
.hero h1 .text-cyan { display: inline; }
.hero-lead { font-size: clamp(1.02rem, 1.6vw, 1.18rem); color: rgba(255, 255, 255, .82); max-width: 560px; margin-bottom: 28px; }
.pills { display: flex; flex-wrap: wrap; gap: 10px; margin: 0 0 32px; padding: 0; list-style: none; }
@media (max-width: 479px) {
  .hero-inner { padding-block: 28px 56px; gap: 32px; }
  .hero h1 { font-size: 1.75rem; margin-bottom: 14px; }
  .hero .eyebrow { margin-bottom: 10px; }
  .hero-lead { font-size: 1rem; margin-bottom: 18px; }
  .hero .pills { gap: 8px; margin-bottom: 22px; }
  .hero .pill { font-size: .8rem; padding: .4em .85em; }
}
.pill {
  display: inline-flex; align-items: center; gap: .5em; padding: .5em 1em; border-radius: 999px;
  font-size: .88rem; font-weight: 500; background: rgba(189, 239, 240, .12); color: var(--aqua);
  border: 1px solid rgba(189, 239, 240, .25);
}
.pill .icon { width: 18px; height: 18px; color: var(--cyan); }
.pill-light { background: var(--aqua); color: var(--navy); border-color: transparent; }
.pill-light .icon { color: var(--cyan-dark); }
.btn-row { display: flex; flex-wrap: wrap; gap: 12px; }

.hero-visual { position: relative; }
.hero-visual .photo {
  border-radius: 24px; overflow: hidden; box-shadow: var(--shadow-lg); aspect-ratio: 4 / 3;
  border: 1px solid rgba(255, 255, 255, .12);
}
.hero-visual .photo img { width: 100%; height: 100%; object-fit: cover; object-position: 30% 50%; }
.float-card {
  position: absolute; display: flex; align-items: center; gap: 12px;
  padding: 12px 16px; border-radius: 14px; background: var(--white); color: var(--navy);
  box-shadow: var(--shadow); font-size: .85rem; line-height: 1.3;
  animation: bob 5s ease-in-out infinite;
}
.float-card strong { display: block; font-size: .95rem; }
.float-card .icon-bubble { width: 40px; height: 40px; }
.float-card.fc-1 { left: -8px; bottom: -20px; }
.float-card.fc-2 { right: -8px; top: -18px; animation-delay: -2.5s; }
@media (min-width: 1024px) { .float-card.fc-1 { left: -32px; } .float-card.fc-2 { right: -24px; } }
@keyframes bob { 0%, 100% { transform: translateY(0); } 50% { transform: translateY(-8px); } }

.icon-bubble {
  display: inline-flex; align-items: center; justify-content: center; width: 52px; height: 52px;
  border-radius: 14px; background: var(--aqua); color: var(--cyan-dark); flex-shrink: 0;
}
.icon-bubble .icon { width: 24px; height: 24px; }
.icon-bubble.dark { background: rgba(0, 181, 176, .15); color: var(--cyan); }

/* ---------- Bandeau valeurs ---------- */
.values-strip { background: var(--white); border-bottom: 1px solid var(--line); }
.values-grid { display: grid; grid-template-columns: 1fr; gap: 0; }
.value-item { display: flex; align-items: center; gap: 16px; padding: 22px 8px; border-bottom: 1px solid var(--line); }
.value-item:last-child { border-bottom: 0; }
.value-item strong { display: block; font-size: 1rem; }
.value-item span { font-size: .9rem; color: var(--muted); }
@media (min-width: 768px) {
  .values-grid { grid-template-columns: repeat(3, 1fr); }
  .value-item { border-bottom: 0; border-right: 1px solid var(--line); padding: 28px 24px; justify-content: center; }
  .value-item:last-child { border-right: 0; }
}

/* ---------- Split / concept ---------- */
.split { display: grid; gap: 40px; align-items: center; }
@media (min-width: 960px) { .split { grid-template-columns: 1fr 1fr; gap: 64px; } .split.reverse > :first-child { order: 2; } }
.split-media { position: relative; }
.split-media img { border-radius: var(--radius); box-shadow: var(--shadow); width: 100%; aspect-ratio: 16 / 10; object-fit: cover; }
.split-media::after {
  content: ""; position: absolute; left: -14px; bottom: -14px; width: 55%; height: 55%; z-index: -1;
  border-radius: var(--radius); background: var(--aqua);
}
.lead { font-size: 1.1rem; color: var(--muted); }
.check-list { list-style: none; margin: 24px 0; padding: 0; display: grid; gap: 12px; }
.check-list li { display: flex; gap: 12px; align-items: flex-start; }
.check-list .icon { width: 22px; height: 22px; padding: 3px; border-radius: 50%; background: var(--cyan); color: var(--white); stroke-width: 3; margin-top: 2px; }
.section-navy .check-list li { color: rgba(255, 255, 255, .88); }

/* ---------- Cartes ---------- */
.grid-2, .grid-3, .grid-4 { display: grid; gap: 20px; }
@media (min-width: 720px) { .grid-2 { grid-template-columns: repeat(2, 1fr); gap: 24px; } .grid-3, .grid-4 { grid-template-columns: repeat(2, 1fr); gap: 24px; } }
@media (min-width: 1024px) { .grid-3 { grid-template-columns: repeat(3, 1fr); } .grid-4 { grid-template-columns: repeat(4, 1fr); } }

.card {
  position: relative; background: var(--white); border-radius: var(--radius); padding: 32px 28px;
  box-shadow: var(--shadow-sm); border: 1px solid var(--line);
  transition: transform .3s var(--ease), box-shadow .3s var(--ease), border-color .3s;
}
.card:hover { transform: translateY(-6px); box-shadow: var(--shadow); border-color: transparent; }
.card h3 { margin-top: 20px; }
.card p { color: var(--muted); margin: 0; }
.card .card-kicker { display: inline-block; margin-top: 16px; font-weight: 700; font-size: 1.6rem; color: var(--cyan-dark); line-height: 1; }
.card-dark { background: var(--navy-2); border-color: rgba(255, 255, 255, .08); color: var(--white); }
.card-dark p { color: rgba(255, 255, 255, .75); }

.audience-card {
  display: flex; flex-direction: column; gap: 14px; padding: 32px; border-radius: var(--radius);
  background: var(--white); border: 1px solid var(--line); box-shadow: var(--shadow-sm);
  transition: transform .3s var(--ease), box-shadow .3s var(--ease);
}
.audience-card:hover { transform: translateY(-4px); box-shadow: var(--shadow); }
.audience-card.is-dark { background: var(--navy); color: var(--white); border-color: var(--navy); }
.audience-card.is-dark p { color: rgba(255, 255, 255, .78); }
.audience-card p { color: var(--muted); margin: 0; flex: 1; }
.audience-card h3 { margin: 4px 0 0; font-size: 1.35rem; }
.link-arrow { display: inline-flex; align-items: center; gap: .4em; font-weight: 600; color: var(--cyan-dark); }
.is-dark .link-arrow { color: var(--cyan); }
.link-arrow .icon { width: 18px; height: 18px; transition: transform .25s var(--ease); }
.link-arrow:hover .icon, .audience-card:hover .link-arrow .icon { transform: translateX(4px); }

/* ---------- Étapes (accueil) ---------- */
.steps-4 { counter-reset: step; }
.step-card { text-align: left; }
.step-card .step-num {
  position: absolute; top: 24px; right: 24px; font-size: 2.6rem; font-weight: 700; line-height: 1;
  color: var(--aqua); letter-spacing: -.04em;
}
.section-navy .step-card { background: rgba(255, 255, 255, .04); border-color: rgba(255, 255, 255, .1); color: var(--white); box-shadow: none; }
.section-navy .step-card p { color: rgba(255, 255, 255, .72); }
.section-navy .step-card .step-num { color: rgba(0, 181, 176, .35); }
.section-navy .step-card:hover { background: rgba(255, 255, 255, .07); }

/* ---------- Specs ---------- */
.specs { display: grid; gap: 16px; }
.spec {
  display: flex; gap: 16px; padding: 20px; border-radius: var(--radius-sm);
  background: var(--light); border: 1px solid var(--line);
}
.spec h3 { font-size: 1.02rem; margin: 0 0 4px; }
.spec p { margin: 0; font-size: .93rem; color: var(--muted); }
.dims { display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; margin-top: 24px; }
.dim { text-align: center; padding: 16px 8px; border-radius: var(--radius-sm); background: var(--navy); color: var(--white); }
.dim strong { display: block; font-size: clamp(1.2rem, 2.6vw, 1.6rem); line-height: 1.1; color: var(--cyan); }
.dim span { font-size: .78rem; color: rgba(255, 255, 255, .75); text-transform: uppercase; letter-spacing: .08em; }

/* ---------- Bandeau CTA ---------- */
.cta-band {
  position: relative; overflow: hidden; border-radius: 24px; padding: 48px 28px; text-align: center;
  background: linear-gradient(135deg, var(--navy) 0%, var(--navy-2) 55%, #0B5A6B 100%); color: var(--white);
}
.cta-band::before, .cta-band::after {
  content: ""; position: absolute; left: 0; right: 0; height: 28px; opacity: .25;
  background: var(--wave) repeat-x center / 120px 28px;
}
.cta-band::before { top: 18px; }
.cta-band::after { bottom: 18px; }
.cta-band h2 { max-width: 720px; margin-inline: auto; }
.cta-band p { max-width: 620px; margin: 0 auto 28px; color: rgba(255, 255, 255, .8); }
.cta-band .btn-row { justify-content: center; }
@media (min-width: 768px) { .cta-band { padding: 72px 48px; } }

/* ---------- Hero de page ---------- */
.page-hero { position: relative; overflow: hidden; background: var(--navy); color: var(--white); padding-block: 64px 80px; text-align: center; }
.page-hero::after {
  content: ""; position: absolute; left: 0; right: 0; bottom: 20px; height: 28px; opacity: .35;
  background: var(--wave) repeat-x center / 120px 28px; animation: drift 18s linear infinite;
}
@keyframes drift { from { background-position-x: 0; } to { background-position-x: 1200px; } }
.page-hero h1 { max-width: 820px; margin-inline: auto; }
.page-hero p { max-width: 680px; margin: 0 auto; font-size: 1.1rem; color: rgba(255, 255, 255, .8); }
@media (min-width: 768px) { .page-hero { padding-block: 96px 112px; } }

/* ---------- Timeline (comment ça marche) ---------- */
.timeline { position: relative; list-style: none; margin: 0; padding: 0; display: grid; gap: 28px; }
.timeline::before {
  content: ""; position: absolute; top: 12px; bottom: 12px; left: 27px; width: 2px;
  background: linear-gradient(var(--cyan), var(--aqua));
}
.t-step { position: relative; display: grid; grid-template-columns: 56px 1fr; gap: 20px; align-items: start; }
.t-marker {
  position: relative; z-index: 1; display: flex; align-items: center; justify-content: center;
  width: 56px; height: 56px; border-radius: 50%; background: var(--cyan); color: var(--white);
  font-weight: 700; font-size: 1.15rem; box-shadow: 0 0 0 6px var(--light), 0 8px 20px rgba(0, 181, 176, .35);
}
.t-body {
  background: var(--white); border: 1px solid var(--line); border-radius: var(--radius);
  padding: 24px; box-shadow: var(--shadow-sm);
  transition: transform .3s var(--ease), box-shadow .3s var(--ease);
}
.t-body:hover { transform: translateY(-4px); box-shadow: var(--shadow); }
.t-head { display: flex; align-items: center; gap: 14px; margin-bottom: 10px; }
.t-head h3 { margin: 0; font-size: 1.2rem; }
.t-head .icon-bubble { width: 44px; height: 44px; border-radius: 12px; }
.t-body p { color: var(--muted); margin: 0; }
.t-tag { display: inline-block; margin-bottom: 6px; font-size: .75rem; font-weight: 600; letter-spacing: .1em; text-transform: uppercase; color: var(--cyan-dark); }
.t-tip {
  display: flex; gap: 10px; align-items: flex-start; margin-top: 14px; padding: 12px 14px; border-radius: 10px;
  background: var(--light); font-size: .9rem; color: var(--navy);
}
.t-tip .icon { width: 20px; height: 20px; color: var(--cyan-dark); margin-top: 2px; }

@media (min-width: 900px) {
  .timeline { gap: 8px; }
  .timeline::before { left: 50%; transform: translateX(-50%); }
  .t-step { grid-template-columns: 1fr 56px 1fr; gap: 32px; }
  .t-step .t-marker { grid-column: 2; grid-row: 1; margin-top: 20px; }
  .t-step .t-body { grid-column: 1; grid-row: 1; }
  .t-step:nth-child(even) .t-body { grid-column: 3; }
  .t-step:nth-child(odd) .t-body { text-align: right; }
  .t-step:nth-child(odd) .t-head { flex-direction: row-reverse; }
  .t-step:nth-child(odd) .t-tip { flex-direction: row-reverse; text-align: right; }
}

.rules { display: grid; gap: 14px; list-style: none; margin: 0; padding: 0; }
@media (min-width: 720px) { .rules { grid-template-columns: repeat(2, 1fr); } }
.rules li {
  display: flex; gap: 14px; align-items: flex-start; padding: 18px; border-radius: var(--radius-sm);
  background: rgba(255, 255, 255, .05); border: 1px solid rgba(255, 255, 255, .1);
}
.rules li p { margin: 0; color: rgba(255, 255, 255, .8); font-size: .95rem; }
.rules li strong { color: var(--white); display: block; }

/* ---------- Nos stations : bientôt ---------- */
.soon { position: relative; overflow: hidden; padding-block: 72px 96px; background: var(--navy); color: var(--white); text-align: center; }
.soon-badge {
  display: inline-flex; align-items: center; gap: .6em; padding: .5em 1.1em; border-radius: 999px;
  background: rgba(0, 181, 176, .15); color: var(--aqua); font-weight: 600; font-size: .9rem; margin-bottom: 24px;
}
.soon-badge .dot { width: 9px; height: 9px; border-radius: 50%; background: var(--cyan); animation: ping 2s infinite; }
.soon-title { font-size: clamp(2.6rem, 9vw, 5.6rem); line-height: 1; margin-bottom: 20px; }
.soon-title .dots span { display: inline-block; animation: dotwave 1.6s ease-in-out infinite; color: var(--cyan); }
.soon-title .dots span:nth-child(2) { animation-delay: .2s; }
.soon-title .dots span:nth-child(3) { animation-delay: .4s; }
@keyframes dotwave { 0%, 60%, 100% { transform: translateY(0); } 30% { transform: translateY(-14px); } }
.soon p { max-width: 640px; margin: 0 auto 32px; color: rgba(255, 255, 255, .8); font-size: 1.1rem; }
.soon .btn-row { justify-content: center; }
.soon-waves { position: absolute; left: 0; right: 0; bottom: 0; height: 120px; pointer-events: none; }
.soon-waves svg { position: absolute; bottom: 0; width: 200%; height: 100%; }
.soon-waves .w1 { animation: slide 14s linear infinite; opacity: .25; }
.soon-waves .w2 { animation: slide 9s linear infinite reverse; opacity: .15; }
@keyframes slide { from { transform: translateX(0); } to { transform: translateX(-50%); } }

.station-placeholder {
  position: relative; overflow: hidden; border-radius: var(--radius); background: var(--white);
  border: 2px dashed var(--line); padding: 28px; text-align: center; min-height: 240px;
  display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 12px;
}
.station-placeholder .pin {
  width: 64px; height: 64px; border-radius: 50%; display: flex; align-items: center; justify-content: center;
  background: var(--aqua); color: var(--cyan-dark); animation: bob 4s ease-in-out infinite;
}
.station-placeholder .pin .icon { width: 30px; height: 30px; }
.station-placeholder h3 { margin: 6px 0 0; }
.station-placeholder p { margin: 0; color: var(--muted); font-size: .93rem; }
.skeleton { width: 70%; height: 10px; border-radius: 6px; background: linear-gradient(90deg, var(--light), #e3ecef, var(--light)); background-size: 200% 100%; animation: shimmer 1.8s infinite; }
.skeleton.short { width: 45%; }
@keyframes shimmer { from { background-position: 200% 0; } to { background-position: -200% 0; } }
.tag-soon { position: absolute; top: 14px; right: 14px; font-size: .75rem; font-weight: 600; padding: .3em .8em; border-radius: 999px; background: var(--navy); color: var(--white); letter-spacing: .05em; }

/* ---------- Partenaires ---------- */
.partner-block { display: grid; gap: 32px; align-items: start; }
@media (min-width: 960px) { .partner-block { grid-template-columns: 380px 1fr; gap: 56px; } .partner-intro { position: sticky; top: calc(var(--header-h) + 32px); } }
.partner-intro .icon-bubble { width: 64px; height: 64px; border-radius: 18px; margin-bottom: 20px; }
.partner-intro .icon-bubble .icon { width: 30px; height: 30px; }
.benefits { display: grid; gap: 16px; }
@media (min-width: 640px) { .benefits { grid-template-columns: repeat(2, 1fr); } }
.benefit { padding: 24px; border-radius: var(--radius); background: var(--white); border: 1px solid var(--line); box-shadow: var(--shadow-sm); transition: transform .3s var(--ease), box-shadow .3s var(--ease); }
.benefit:hover { transform: translateY(-4px); box-shadow: var(--shadow); }
.benefit .icon-bubble { width: 44px; height: 44px; border-radius: 12px; margin-bottom: 14px; }
.benefit h3 { font-size: 1.05rem; margin-bottom: 6px; }
.benefit p { margin: 0; color: var(--muted); font-size: .94rem; }
.section-navy .benefit { background: rgba(255, 255, 255, .04); border-color: rgba(255, 255, 255, .1); box-shadow: none; }
.section-navy .benefit p { color: rgba(255, 255, 255, .72); }
.section-navy .benefit .icon-bubble { background: rgba(0, 181, 176, .15); color: var(--cyan); }

.stats { display: grid; grid-template-columns: repeat(2, 1fr); gap: 16px; }
@media (min-width: 900px) { .stats { grid-template-columns: repeat(4, 1fr); } }
.stat { padding: 24px 16px; border-radius: var(--radius); background: var(--white); text-align: center; border: 1px solid var(--line); }
.stat strong { display: block; font-size: clamp(1.8rem, 4vw, 2.6rem); line-height: 1.1; color: var(--cyan-dark); }
.stat span { font-size: .9rem; color: var(--muted); }

.compare { width: 100%; border-collapse: collapse; background: var(--white); border-radius: var(--radius); overflow: hidden; box-shadow: var(--shadow-sm); font-size: .95rem; }
.compare th, .compare td { padding: 16px 18px; text-align: left; border-bottom: 1px solid var(--line); }
.compare thead th { background: var(--navy); color: var(--white); font-weight: 600; }
.compare thead th:last-child { background: var(--cyan); }
.compare td:last-child { font-weight: 600; color: var(--navy); }
.compare tbody tr:last-child td { border-bottom: 0; }
.table-wrap { overflow-x: auto; border-radius: var(--radius); }
@media (max-width: 639px) {
  .table-wrap { overflow: visible; }
  .compare, .compare tbody, .compare tr, .compare td { display: block; width: 100%; }
  .compare { background: transparent; box-shadow: none; border-radius: 0; overflow: visible; }
  .compare thead { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0 0 0 0); }
  .compare tr { margin-bottom: 14px; background: var(--white); border: 1px solid var(--line); border-radius: var(--radius); box-shadow: var(--shadow-sm); overflow: hidden; }
  .compare td { padding: 12px 16px; border-bottom: 1px solid var(--line); }
  .compare td:first-child { background: var(--navy); color: var(--white); font-weight: 600; }
  .compare td:last-child { border-bottom: 0; background: var(--aqua); }
  .compare td[data-label]::before {
    content: attr(data-label); display: block; margin-bottom: 2px;
    font-size: .75rem; font-weight: 600; letter-spacing: .08em; text-transform: uppercase; color: var(--muted);
  }
  .compare td:last-child::before { color: var(--cyan-dark); }
}

.process { display: grid; gap: 16px; counter-reset: p; list-style: none; padding: 0; margin: 0; }
@media (min-width: 900px) { .process { grid-template-columns: repeat(4, 1fr); } }
.process li { position: relative; padding: 24px; border-radius: var(--radius); background: var(--white); border: 1px solid var(--line); }
.process li::before {
  counter-increment: p; content: "0" counter(p); display: block; font-weight: 700; font-size: 1.5rem; color: var(--cyan);
  margin-bottom: 8px;
}
.process h3 { font-size: 1.02rem; margin-bottom: 6px; }
.process p { margin: 0; font-size: .93rem; color: var(--muted); }

/* ---------- Fondateurs ---------- */
.founders { display: grid; gap: 24px; }
@media (min-width: 720px) { .founders { grid-template-columns: repeat(2, 1fr); gap: 32px; } }
.founder {
  display: flex; flex-direction: column; align-items: center; text-align: center;
  padding: 36px 28px; border-radius: var(--radius); background: var(--white);
  border: 1px solid var(--line); box-shadow: var(--shadow-sm);
  transition: transform .3s var(--ease), box-shadow .3s var(--ease);
}
.founder:hover { transform: translateY(-6px); box-shadow: var(--shadow); }
.avatar {
  position: relative; width: 168px; height: 168px; border-radius: 50%; overflow: hidden; margin-bottom: 22px;
  background: linear-gradient(140deg, var(--navy) 0%, var(--cyan) 130%);
  display: flex; align-items: center; justify-content: center;
  color: var(--white); font-size: 3rem; font-weight: 700;
  box-shadow: 0 0 0 6px var(--aqua);
}
.avatar img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.founder .role {
  display: inline-block; margin-bottom: 10px; padding: .35em 1em; border-radius: 999px;
  background: var(--aqua); color: var(--navy); font-size: .8rem; font-weight: 600;
  letter-spacing: .08em; text-transform: uppercase;
}
.founder h3 { font-size: 1.45rem; font-weight: 700; margin: 0 0 12px; }
.founder p { color: var(--muted); margin: 0 0 18px; }
.founder-links { display: flex; flex-wrap: wrap; gap: 10px; justify-content: center; }
.founder-links a {
  min-height: 44px;
  display: inline-flex; align-items: center; gap: .45em; padding: .5em 1em; border-radius: 999px;
  background: var(--light); color: var(--navy); font-size: .9rem; font-weight: 500;
  transition: background-color .25s, color .25s, transform .25s var(--ease);
}
.founder-links a:hover { background: var(--cyan); color: var(--white); transform: translateY(-2px); }
.founder-links .icon { width: 18px; height: 18px; }

.story { max-width: 780px; margin: 0 auto; }
.story p { font-size: 1.05rem; }
.story .lead-quote {
  font-size: 1.22rem; font-weight: 600; color: var(--navy); border-left: 4px solid var(--cyan);
  padding-left: 20px; margin-bottom: 28px;
}

/* ---------- FAQ ---------- */
.faq { max-width: 860px; margin: 0 auto; display: grid; gap: 14px; }
.faq-item { background: var(--white); border: 1px solid var(--line); border-radius: var(--radius); box-shadow: var(--shadow-sm); transition: box-shadow .3s, border-color .3s; }
.faq-item[open] { border-color: var(--cyan); box-shadow: var(--shadow); }
.faq-item summary {
  list-style: none; cursor: pointer; display: flex; align-items: center; gap: 16px;
  padding: 22px 24px; font-weight: 600; font-size: 1.05rem; border-radius: var(--radius);
}
.faq-item summary::-webkit-details-marker { display: none; }
.faq-item summary .q-num { flex-shrink: 0; width: 36px; height: 36px; border-radius: 10px; display: flex; align-items: center; justify-content: center; background: var(--aqua); color: var(--cyan-dark); font-size: .9rem; }
.faq-item summary .q-text { flex: 1; }
.faq-item summary .chev { flex-shrink: 0; width: 34px; height: 34px; border-radius: 50%; display: flex; align-items: center; justify-content: center; background: var(--light); color: var(--navy); transition: transform .3s var(--ease), background-color .3s, color .3s; }
.faq-item[open] summary .chev { transform: rotate(180deg); background: var(--cyan); color: var(--white); }
.faq-answer { padding: 0 24px 24px 76px; color: var(--muted); }
.faq-answer p:last-child { margin-bottom: 0; }
.faq-answer ul { margin: 0 0 1em; padding-left: 1.2em; }
@media (max-width: 560px) { .faq-answer { padding-left: 24px; } .faq-item summary { padding: 18px; font-size: 1rem; } }

/* ---------- Contact ---------- */
.contact-hero { position: relative; overflow: hidden; background: linear-gradient(135deg, var(--navy) 0%, #0B3E5C 60%, #00807C 130%); color: var(--white); padding-block: 64px 140px; }
.contact-hero::before {
  content: ""; position: absolute; width: 520px; height: 520px; right: -160px; top: -200px; border-radius: 50%;
  background: radial-gradient(circle, rgba(0, 181, 176, .45), transparent 65%);
}
.contact-hero .container { position: relative; text-align: center; }
.contact-hero h1 { font-size: clamp(2.2rem, 6vw, 4rem); }
.contact-hero p { max-width: 640px; margin: 0 auto; color: rgba(255, 255, 255, .82); font-size: 1.1rem; }
.contact-cards { position: relative; margin-top: -96px; display: grid; gap: 20px; }
@media (min-width: 720px) { .contact-cards { grid-template-columns: repeat(2, 1fr); } }
@media (min-width: 1080px) { .contact-cards { grid-template-columns: repeat(4, 1fr); } }
.contact-card {
  display: flex; flex-direction: column; gap: 6px; padding: 26px; border-radius: var(--radius);
  background: var(--white); box-shadow: var(--shadow); border: 1px solid var(--line);
  transition: transform .3s var(--ease), box-shadow .3s var(--ease), border-color .3s;
}
a.contact-card:hover { transform: translateY(-6px); box-shadow: var(--shadow-lg); border-color: var(--cyan); }
.contact-card .icon-bubble { margin-bottom: 10px; }
.contact-card .role { font-size: .8rem; font-weight: 600; letter-spacing: .1em; text-transform: uppercase; color: var(--cyan-dark); }
.contact-card strong { font-size: 1.12rem; }
.contact-card .value { font-weight: 600; color: var(--navy); word-break: break-word; }
.contact-card.highlight { background: var(--cyan); color: var(--white); border-color: var(--cyan); }
.contact-card.highlight .role, .contact-card.highlight .value { color: var(--white); }
.contact-card.highlight .icon-bubble { background: rgba(255, 255, 255, .2); color: var(--white); }
@media (max-width: 719px) {
  .contact-cards { gap: 12px; margin-top: -104px; }
  .contact-card {
    display: grid; grid-template-columns: 48px 1fr; column-gap: 16px; row-gap: 0; align-items: center;
    padding: 16px 18px;
  }
  .contact-card .icon-bubble { grid-row: 1 / span 3; width: 48px; height: 48px; margin: 0; }
  .contact-card .role { font-size: .72rem; }
  .contact-card strong { font-size: 1rem; line-height: 1.3; }
  .contact-card .value { font-size: .95rem; }
}

.contact-layout { display: grid; gap: 32px; }
@media (min-width: 1024px) { .contact-layout { grid-template-columns: 1fr 1.4fr; gap: 48px; align-items: start; } }
.contact-aside { background: var(--navy); color: var(--white); border-radius: var(--radius); padding: 32px; }
.contact-aside p { color: rgba(255, 255, 255, .78); }
.contact-aside img { border-radius: var(--radius-sm); margin-top: 24px; aspect-ratio: 16 / 10; object-fit: cover; width: 100%; }
.socials { display: flex; gap: 10px; margin-top: 20px; }
.socials a {
  display: inline-flex; align-items: center; justify-content: center; width: 44px; height: 44px; border-radius: 12px;
  background: rgba(255, 255, 255, .08); color: var(--white); transition: background-color .25s, transform .25s var(--ease);
}
.socials a:hover { background: var(--cyan); transform: translateY(-3px); }
.socials .icon { width: 20px; height: 20px; }

.form-card { background: var(--white); border-radius: var(--radius); padding: 28px; box-shadow: var(--shadow); border: 1px solid var(--line); }
@media (max-width: 719px) { .form-card { padding: 22px 18px; } }
@media (min-width: 768px) { .form-card { padding: 40px; } }
.form-grid { display: grid; gap: 18px; }
@media (min-width: 640px) { .form-grid { grid-template-columns: repeat(2, 1fr); } .form-grid .full { grid-column: 1 / -1; } }
.field label { display: block; margin-bottom: 6px; font-size: .9rem; font-weight: 600; color: var(--navy); }
.field label .req { color: var(--cyan-dark); }
.field input, .field select, .field textarea {
  width: 100%; padding: .85em 1em; border-radius: var(--radius-sm); border: 1.5px solid var(--line);
  background: var(--light); font: inherit; font-size: 1rem; color: var(--navy);
  transition: border-color .2s, box-shadow .2s, background-color .2s;
}
.field textarea { min-height: 140px; resize: vertical; }
.field input:hover, .field select:hover, .field textarea:hover { border-color: #b8cbd2; }
.field input:focus, .field select:focus, .field textarea:focus { outline: none; border-color: var(--cyan); background: var(--white); box-shadow: 0 0 0 4px rgba(0, 181, 176, .18); }
.field.has-error input, .field.has-error textarea, .field.has-error select { border-color: #D64545; background: #FFF7F7; }
.field .error-msg { display: none; margin-top: 6px; font-size: .82rem; color: #C23A3A; }
.field.has-error .error-msg { display: block; }
.chip-group { position: relative; display: flex; flex-wrap: wrap; gap: 8px; }
.chip-group input { position: absolute; top: 0; left: 0; width: 1px; height: 1px; opacity: 0; pointer-events: none; }
.chip-group label {
  margin: 0; padding: .55em 1.05em; border-radius: 999px; border: 1.5px solid var(--line); background: var(--light);
  font-weight: 500; font-size: .9rem; cursor: pointer; transition: all .2s;
}
.chip-group label:hover { border-color: var(--cyan); }
.chip-group input:checked + label { background: var(--navy); border-color: var(--navy); color: var(--white); }
.chip-group input:focus-visible + label { box-shadow: 0 0 0 4px rgba(0, 181, 176, .3); }
.form-note { font-size: .82rem; color: var(--muted); margin: 16px 0 0; }
.form-submit { margin-top: 24px; width: 100%; }
@media (min-width: 640px) { .form-submit { width: auto; } }
.form-success { display: none; margin-top: 20px; padding: 16px 18px; border-radius: var(--radius-sm); background: var(--aqua); color: var(--navy); font-weight: 500; }
.form-success.is-visible { display: flex; gap: 12px; align-items: flex-start; }
.form-success .icon { color: var(--cyan-dark); margin-top: 2px; }
.form-error { display: none; margin-top: 20px; padding: 16px 18px; border-radius: var(--radius-sm); background: #FFF1F1; color: #7A1F1F; font-weight: 500; }
.form-error.is-visible { display: flex; gap: 12px; align-items: flex-start; }
.form-error .icon { color: #C23A3A; margin-top: 2px; }
.hp-field { position: absolute; left: -10000px; width: 1px; height: 1px; overflow: hidden; }
.form-submit:disabled { opacity: .7; cursor: progress; transform: none; }

/* ---------- Bascule particulier / professionnel ---------- */
.audience-switch {
  display: flex; flex-wrap: wrap; gap: 8px; justify-content: center;
  margin-bottom: 36px; padding: 8px; border-radius: 999px;
  background: var(--white); border: 1px solid var(--line); box-shadow: var(--shadow-sm);
  width: fit-content; margin-inline: auto; max-width: 100%;
}
.switch-btn {
  display: inline-flex; align-items: center; gap: .55em; padding: .8em 1.5em;
  border: 0; border-radius: 999px; background: transparent; color: var(--muted);
  font-weight: 600; font-size: .98rem; cursor: pointer;
  transition: background-color .25s, color .25s, box-shadow .25s;
}
.switch-btn .icon { width: 19px; height: 19px; }
.switch-btn:hover { color: var(--navy); background: var(--light); }
.switch-btn.is-active { background: var(--navy); color: var(--white); box-shadow: var(--shadow-sm); }
.switch-btn.is-active .icon { color: var(--cyan); }
.switch-btn:focus-visible { outline: 3px solid var(--cyan); outline-offset: 2px; }
@media (max-width: 520px) {
  .audience-switch { width: 100%; flex-direction: column; border-radius: var(--radius); }
  .switch-btn { justify-content: center; border-radius: var(--radius-sm); }
}

.faq-note { max-width: 860px; margin: 28px auto 0; text-align: center; color: var(--muted); font-size: .95rem; }

/* ---------- Footer ---------- */
.site-footer { position: relative; background: var(--navy); color: rgba(255, 255, 255, .78); padding-top: 72px; }
.site-footer::before {
  content: ""; position: absolute; top: 0; left: 0; right: 0; height: 28px; transform: translateY(-50%);
  background: var(--wave) repeat-x center / 120px 28px; opacity: .6;
}
.footer-grid { display: grid; gap: 40px; padding-bottom: 48px; }
@media (min-width: 720px) { .footer-grid { grid-template-columns: repeat(2, 1fr); } }
@media (min-width: 1024px) { .footer-grid { grid-template-columns: 1.4fr 1fr 1.3fr 1fr; } }
.footer-brand img { height: 42px; width: auto; margin-bottom: 16px; }
.footer-tagline { color: var(--cyan); font-weight: 600; margin-bottom: 8px; }
.site-footer h4 { color: var(--white); font-size: .82rem; letter-spacing: .12em; text-transform: uppercase; margin-bottom: 18px; }
.footer-links { list-style: none; margin: 0; padding: 0; display: grid; gap: 0; }
.footer-links a { display: inline-block; padding-block: 10px; transition: color .2s; }
.footer-contact li { padding-block: 2px; }
.footer-contact a { display: inline-block; padding-block: 8px; }
.footer-links a:hover { color: var(--cyan); }
.footer-contact li { display: flex; gap: 10px; align-items: flex-start; }
.footer-contact .icon { width: 18px; height: 18px; color: var(--cyan); margin-top: 4px; }
.footer-contact small { display: block; color: rgba(255, 255, 255, .55); font-size: .8rem; }
.footer-bottom { border-top: 1px solid rgba(255, 255, 255, .1); padding-block: 22px calc(22px + env(safe-area-inset-bottom, 0px)); display: flex; flex-wrap: wrap; gap: 12px 24px; justify-content: space-between; font-size: .85rem; }
.footer-bottom nav { display: flex; flex-wrap: wrap; gap: 8px 20px; }
.footer-bottom a { display: inline-block; padding-block: 10px; }
.footer-bottom a:hover { color: var(--cyan); }

/* ---------- Légal ---------- */
.legal { max-width: 820px; margin: 0 auto; }
.legal section { background: var(--white); border-radius: var(--radius); padding: 32px; margin-bottom: 20px; border: 1px solid var(--line); }
.legal h2 { font-size: 1.5rem; }
.legal p, .legal li { color: var(--muted); }
.placeholder { background: var(--aqua); color: var(--navy); padding: 0 .3em; border-radius: 4px; }

/* ---------- Animations d'apparition ---------- */
.js .reveal { opacity: 0; transform: translateY(24px); transition: opacity .8s var(--ease), transform .8s var(--ease); }
.js .reveal.is-visible { opacity: 1; transform: none; }
.js .reveal[data-delay="1"] { transition-delay: .1s; }
.js .reveal[data-delay="2"] { transition-delay: .2s; }
.js .reveal[data-delay="3"] { transition-delay: .3s; }

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