/* =====================================================================
   PHÉNIX VOYAGES INTERNATIONAL — Design system
   Identité : rouge Phénix #BD393A · braise #E89339 · marine #10286B
   Typo : Fraunces (titres) · Plus Jakarta Sans (texte)
   ===================================================================== */

:root {
  --navy-950: #060f29;
  --navy-900: #0a1838;
  --navy-800: #10286b;
  --navy-700: #1b3a8a;
  --navy-100: #e8ecf7;
  --red: #bd393a;
  --red-700: #9c2a2c;
  --ember: #e89339;
  --ember-300: #f4b774;
  --flame: linear-gradient(120deg, #bd393a 0%, #d8532f 48%, #e89339 100%);
  --flame-soft: linear-gradient(120deg, rgba(189, 57, 58, .12), rgba(232, 147, 57, .12));
  --wa: #1fae5b;

  --ink: #0d1733;
  --ink-2: #33405e;
  --muted: #69738c;
  --line: #e4e7ef;
  --line-2: #d6dbe7;
  --paper: #f8f5f0;
  --paper-2: #f2ede5;
  --white: #fff;

  --ff-display: "Fraunces", Georgia, "Times New Roman", serif;
  --ff-body: "Plus Jakarta Sans", system-ui, -apple-system, "Segoe UI", Roboto, sans-serif;

  --r-sm: 10px;
  --r: 16px;
  --r-lg: 24px;
  --r-xl: 32px;
  --shadow-sm: 0 1px 2px rgba(13, 23, 51, .06), 0 2px 8px rgba(13, 23, 51, .05);
  --shadow: 0 10px 30px -12px rgba(13, 23, 51, .22), 0 4px 10px -6px rgba(13, 23, 51, .1);
  --shadow-lg: 0 30px 60px -24px rgba(6, 15, 41, .38), 0 12px 24px -12px rgba(6, 15, 41, .18);
  --ease: cubic-bezier(.22, .8, .24, 1);

  --container: 1240px;
  --gutter: clamp(16px, 4vw, 32px);
  --section: clamp(72px, 9vw, 124px);
  --topbar-h: 40px;
  --header-h: 84px;
}

/* ---------- Base ---------- */
*, *::before, *::after { box-sizing: border-box; }
html { -webkit-text-size-adjust: 100%; scroll-behavior: smooth; scroll-padding-top: 110px; }
body {
  margin: 0; font-family: var(--ff-body); font-size: 16px; line-height: 1.65; color: var(--ink-2);
  background: var(--white); -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale;
  overflow-x: hidden;
}
img, svg { display: block; max-width: 100%; }
img { height: auto; }
a { color: inherit; text-decoration: none; }
button, input, select, textarea { font: inherit; color: inherit; }
button { cursor: pointer; background: none; border: 0; padding: 0; }
h1, h2, h3, h4 { color: var(--ink); margin: 0; line-height: 1.12; font-weight: 600; }
h1, h2 { font-family: var(--ff-display); letter-spacing: -.015em; font-variation-settings: "opsz" 96; }
h3 { font-size: 1.125rem; letter-spacing: -.01em; }
p { margin: 0 0 1em; }
p:last-child { margin-bottom: 0; }
em { font-style: italic; }
h1 em, h2 em, .hero__title em {
  font-style: italic; font-weight: 500;
  background: var(--flame); -webkit-background-clip: text; background-clip: text; color: transparent;
  padding-right: .06em;
}
::selection { background: var(--ember); color: #fff; }
:focus-visible { outline: 2px solid var(--ember); outline-offset: 3px; border-radius: 4px; }

.ico { width: 1.25em; height: 1.25em; flex: none; }
.container { width: 100%; max-width: calc(var(--container) + var(--gutter) * 2); margin-inline: auto; padding-inline: var(--gutter); }
.narrow { max-width: calc(880px + var(--gutter) * 2); }
.sr-only, .hp { position: absolute !important; width: 1px; height: 1px; overflow: hidden; clip: rect(0 0 0 0); white-space: nowrap; }
.ta-r { text-align: right; }
.skip { position: absolute; left: 16px; top: -60px; z-index: 999; background: var(--ink); color: #fff; padding: 10px 16px; border-radius: 8px; }
.skip:focus { top: 12px; }

.section { padding-block: var(--section); position: relative; }
.section--tight { padding-block: clamp(40px, 5vw, 64px); }
.section--paper { background: var(--paper); }
.section--navy { background: var(--navy-900); color: rgba(255, 255, 255, .78); overflow: hidden; }
.section--navy h2, .section--navy h3 { color: #fff; }

/* ---------- Typo helpers ---------- */
.eyebrow {
  display: inline-flex; align-items: center; gap: 10px; margin: 0 0 14px;
  font-size: .78rem; font-weight: 700; letter-spacing: .16em; text-transform: uppercase; color: var(--red);
}
.eyebrow::before { content: ""; width: 28px; height: 2px; border-radius: 2px; background: var(--flame); }
.eyebrow--light { color: var(--ember-300); }
.eyebrow__dot { display: none; }
.lead { font-size: 1.14rem; line-height: 1.7; color: var(--ink); }

.shead { max-width: 640px; }
.shead--center { margin-inline: auto; text-align: center; }
.shead--center .eyebrow { justify-content: center; }
.shead__title { font-size: clamp(2rem, 4.2vw, 3.1rem); }
.shead__text { margin-top: 16px; font-size: 1.06rem; color: var(--muted); }
.shead--light .shead__title { color: #fff; }
.shead--light .shead__text { color: rgba(255, 255, 255, .7); }
.shead-row { display: flex; align-items: flex-end; justify-content: space-between; gap: 24px; margin-bottom: clamp(36px, 5vw, 56px); flex-wrap: wrap; }
.shead + * { margin-top: clamp(36px, 5vw, 56px); }
.shead-row .shead + * { margin-top: 0; }

/* ---------- Buttons ---------- */
.btn {
  --bg: var(--ink); --fg: #fff;
  position: relative; display: inline-flex; align-items: center; justify-content: center; gap: 10px;
  min-height: 48px; padding: 12px 22px; border-radius: 999px; border: 1px solid transparent;
  background: var(--bg); color: var(--fg); font-weight: 700; font-size: .95rem; line-height: 1.2; letter-spacing: .005em;
  transition: transform .35s var(--ease), box-shadow .35s var(--ease), background-color .25s, color .25s, border-color .25s;
  white-space: nowrap; isolation: isolate; overflow: hidden;
}
.btn .ico { width: 18px; height: 18px; transition: transform .35s var(--ease); }
.btn:hover { transform: translateY(-2px); }
.btn:hover .ico:last-child:not(:first-child) { transform: translateX(3px); }
.btn:active { transform: translateY(0); }
.btn--lg { min-height: 56px; padding: 14px 28px; font-size: 1rem; }
.btn--block { width: 100%; }
.btn--flame { background: var(--flame); background-size: 160% 100%; background-position: 0 0; box-shadow: 0 10px 24px -10px rgba(189, 57, 58, .7); }
.btn--flame:hover { background-position: 100% 0; box-shadow: 0 16px 30px -12px rgba(216, 83, 47, .75); }
.btn--navy { --bg: var(--navy-800); }
.btn--navy:hover { --bg: var(--navy-900); box-shadow: var(--shadow); }
.btn--wa { --bg: var(--wa); box-shadow: 0 10px 24px -12px rgba(31, 174, 91, .8); }
.btn--wa:hover { --bg: #189a4f; }
.btn--ghost { --bg: rgba(255, 255, 255, .06); border-color: rgba(255, 255, 255, .28); backdrop-filter: blur(8px); }
.btn--ghost:hover { --bg: rgba(255, 255, 255, .14); border-color: rgba(255, 255, 255, .5); }
.btn--outline { --bg: transparent; --fg: var(--ink); border-color: var(--line-2); }
.btn--outline:hover { border-color: var(--ink); --bg: var(--ink); --fg: #fff; }
.btn--light { --bg: #fff; --fg: var(--ink); }
.btn--light:hover { --bg: var(--paper); }
.btn-row { display: flex; flex-wrap: wrap; align-items: center; gap: 14px 24px; margin-top: 28px; }
.btn-row--center { justify-content: center; }
.link-arrow { display: inline-flex; align-items: center; gap: 8px; font-weight: 700; color: var(--red); }
.link-arrow .ico { width: 18px; transition: transform .3s var(--ease); }
.link-arrow:hover .ico { transform: translateX(4px); }

/* ---------- Topbar ---------- */
.topbar { position: relative; z-index: 60; height: var(--topbar-h); background: var(--navy-950); color: rgba(255, 255, 255, .7); font-size: .8rem; }
.topbar__in { height: 100%; display: flex; align-items: center; justify-content: space-between; gap: 20px; }
.topbar__info { display: flex; align-items: center; gap: 22px; }
.topbar__info a, .topbar__info > span { display: inline-flex; align-items: center; gap: 8px; transition: color .2s; }
.topbar__info a:hover { color: #fff; }
.topbar .ico { width: 15px; height: 15px; color: var(--ember); }
.topbar__live i { width: 7px; height: 7px; border-radius: 50%; background: #3ddc84; box-shadow: 0 0 0 0 rgba(61, 220, 132, .6); animation: pulse 2.2s infinite; }
@keyframes pulse { 70% { box-shadow: 0 0 0 8px rgba(61, 220, 132, 0); } 100% { box-shadow: 0 0 0 0 rgba(61, 220, 132, 0); } }

/* ---------- Header ---------- */
.header { position: absolute; z-index: 50; top: var(--topbar-h); left: 0; right: 0; height: var(--header-h); color: #fff; transition: background-color .3s, box-shadow .3s, color .3s, height .3s; }
.header__in { height: 100%; display: flex; align-items: center; gap: 28px; }
.brand { position: relative; flex: none; width: 190px; }
.brand img { width: 100%; height: auto; transition: opacity .3s; }
.brand__dark { position: absolute; inset: 0; opacity: 0; }
.header.is-stuck { position: fixed; top: 0; height: 72px; background: rgba(255, 255, 255, .94); backdrop-filter: saturate(1.4) blur(14px); -webkit-backdrop-filter: saturate(1.4) blur(14px); color: var(--ink); box-shadow: 0 1px 0 var(--line), 0 10px 30px -18px rgba(13, 23, 51, .3); animation: slideDown .45s var(--ease); }
.header.is-stuck .brand__light { opacity: 0; }
.header.is-stuck .brand__dark { opacity: 1; }
@keyframes slideDown { from { transform: translateY(-100%); } to { transform: none; } }

.nav { margin-left: auto; }
.nav__list { display: flex; align-items: center; gap: 4px; list-style: none; margin: 0; padding: 0; }
.nav__list > li { position: relative; }
.nav__link { display: inline-flex; align-items: center; gap: 4px; padding: 10px 14px; border-radius: 999px; font-weight: 600; font-size: .94rem; opacity: .88; transition: opacity .2s, background-color .2s; }
.nav__link .ico { width: 15px; height: 15px; transition: transform .3s var(--ease); }
.nav__link:hover, .nav__link.is-active { opacity: 1; }
.nav__link.is-active { position: relative; }
.nav__link.is-active::after { content: ""; position: absolute; left: 14px; right: 14px; bottom: 4px; height: 2px; border-radius: 2px; background: var(--flame); }
.has-drop:hover .nav__link .ico, .has-drop:focus-within .nav__link .ico { transform: rotate(180deg); }

.drop {
  position: absolute; top: calc(100% + 10px); left: 50%; translate: -50% 0; width: 640px; padding: 14px; border-radius: var(--r-lg);
  background: #fff; color: var(--ink); box-shadow: var(--shadow-lg); border: 1px solid var(--line);
  opacity: 0; visibility: hidden; transform: translateY(8px); transition: opacity .25s, transform .3s var(--ease), visibility .25s;
}
.drop::before { content: ""; position: absolute; left: 0; right: 0; top: -14px; height: 14px; }
.has-drop:hover .drop, .has-drop:focus-within .drop { opacity: 1; visibility: visible; transform: none; }
.drop--visas { width: 520px; }
.drop__grid { display: grid; grid-template-columns: 1fr 1fr; gap: 4px; }
.drop__item { display: flex; gap: 14px; align-items: flex-start; padding: 12px; border-radius: 14px; transition: background-color .2s; }
.drop__item:hover { background: var(--paper); }
.drop__item strong { display: block; font-size: .92rem; color: var(--ink); }
.drop__item small { display: block; color: var(--muted); font-size: .8rem; line-height: 1.45; margin-top: 2px; }
.drop__item--sm { align-items: center; padding: 10px 12px; }
.drop__ico { flex: none; display: grid; place-items: center; width: 40px; height: 40px; border-radius: 12px; background: var(--flame-soft); color: var(--red); }
.drop__ico .ico { width: 20px; height: 20px; }
.drop__foot { display: flex; align-items: center; justify-content: space-between; margin-top: 8px; padding: 14px 16px; border-radius: 14px; background: var(--navy-900); color: #fff; font-weight: 700; font-size: .9rem; }
.drop__foot .ico { width: 18px; transition: transform .3s var(--ease); }
.drop__foot:hover .ico { transform: translateX(4px); }

.header__cta { display: flex; align-items: center; gap: 18px; }
.header__phone { display: flex; align-items: center; gap: 12px; line-height: 1.2; }
.header__phone small { display: block; font-size: .72rem; opacity: .7; }
.header__phone strong { font-size: .95rem; white-space: nowrap; }
.header__phone-ico { display: grid; place-items: center; width: 42px; height: 42px; border-radius: 50%; border: 1px solid rgba(255, 255, 255, .25); color: var(--ember); }
.header.is-stuck .header__phone-ico { border-color: var(--line-2); }
.header__phone-ico .ico { width: 18px; }
.header .btn { min-height: 46px; padding: 10px 20px; }

.burger { display: none; width: 46px; height: 46px; border-radius: 50%; border: 1px solid rgba(255, 255, 255, .28); position: relative; }
.header.is-stuck .burger { border-color: var(--line-2); }
.burger span { position: absolute; left: 13px; right: 13px; height: 2px; border-radius: 2px; background: currentColor; transition: transform .3s; }
.burger span:nth-child(1) { top: 16px; } .burger span:nth-child(2) { top: 22px; } .burger span:nth-child(3) { top: 28px; right: 19px; }

/* Drawer mobile */
.drawer { position: fixed; inset: 0; z-index: 100; background: rgba(6, 15, 41, .5); backdrop-filter: blur(4px); opacity: 0; transition: opacity .3s; }
.drawer.is-open { opacity: 1; }
.drawer[hidden] { display: none; }
.drawer__panel { position: absolute; top: 0; right: 0; bottom: 0; width: min(420px, 100%); display: flex; flex-direction: column; background: var(--navy-900); color: #fff; transform: translateX(100%); transition: transform .45s var(--ease); overflow-y: auto; }
.drawer.is-open .drawer__panel { transform: none; }
.drawer__head { display: flex; align-items: center; justify-content: space-between; padding: 18px 20px; border-bottom: 1px solid rgba(255, 255, 255, .08); }
.drawer__head img { width: 160px; }
.drawer__close { display: grid; place-items: center; width: 44px; height: 44px; border-radius: 50%; background: rgba(255, 255, 255, .08); }
.drawer__nav { padding: 12px 20px; display: flex; flex-direction: column; }
.drawer__nav > a, .drawer__nav summary { display: flex; align-items: center; justify-content: space-between; padding: 15px 4px; font-family: var(--ff-display); font-size: 1.4rem; border-bottom: 1px solid rgba(255, 255, 255, .08); cursor: pointer; list-style: none; }
.drawer__nav summary::-webkit-details-marker { display: none; }
.drawer__nav details[open] summary .ico { transform: rotate(180deg); }
.drawer__nav details div { display: flex; flex-direction: column; padding: 8px 0 12px 8px; }
.drawer__nav details div a { padding: 9px 0; color: rgba(255, 255, 255, .75); font-size: .97rem; }
.drawer__foot { margin-top: auto; padding: 20px; display: grid; gap: 10px; }
.drawer__tel { display: flex; align-items: center; justify-content: center; gap: 8px; padding: 10px; color: rgba(255, 255, 255, .8); font-weight: 600; }

/* ---------- HERO (accueil) ---------- */
.hero { position: relative; z-index: 2; padding-top: calc(var(--header-h) + clamp(32px, 5vw, 64px)); background: var(--navy-900); color: #fff; overflow-x: clip; overflow-y: visible; isolation: isolate; }
.hero__in { overflow: visible; }
.hero__bg { position: absolute; inset: 0; z-index: -1; pointer-events: none; overflow: hidden; }
.hero__map { position: absolute; inset: 0; background: url("../img/map-dots.webp") center 40% / min(1400px, 130%) no-repeat; opacity: .12; filter: invert(1); }
.hero__video { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; opacity: .32; }
.hero__glow { position: absolute; width: 900px; height: 900px; right: -220px; top: -160px; background: radial-gradient(closest-side, rgba(232, 147, 57, .32), rgba(189, 57, 58, .12) 55%, transparent 72%); }
.hero::after { content: ""; position: absolute; left: 0; right: 0; bottom: 0; height: 180px; background: linear-gradient(transparent, rgba(6, 15, 41, .6)); z-index: -1; }
.hero__routes { position: absolute; inset: 0; width: 100%; height: 100%; }
.route { fill: none; stroke: rgba(255, 255, 255, .22); stroke-width: 1.4; stroke-dasharray: 3 9; stroke-linecap: round; animation: dash 30s linear infinite; }
.route--2 { stroke: rgba(232, 147, 57, .35); animation-duration: 40s; animation-direction: reverse; }
.city { fill: var(--ember); filter: drop-shadow(0 0 8px var(--ember)); }
@keyframes dash { to { stroke-dashoffset: -600; } }

.hero__in { display: grid; grid-template-columns: 1.08fr .92fr; gap: clamp(24px, 4vw, 64px); align-items: center; min-height: min(640px, 72vh); }
.hero__copy { position: relative; display: grid; }
.hero__slide { grid-area: 1 / 1; opacity: 0; visibility: hidden; transform: translateY(18px); transition: opacity .7s var(--ease), transform .8s var(--ease), visibility .7s; }
.hero__slide.is-active { opacity: 1; visibility: visible; transform: none; }
.hero__copy > .hero__actions, .hero__copy > .hero__trust { grid-column: 1; }
.hero__title { font-family: var(--ff-display); font-size: clamp(2.6rem, 6.2vw, 5rem); line-height: 1.02; font-weight: 600; color: #fff; letter-spacing: -.025em; margin: 0 0 22px; font-variation-settings: "opsz" 144; }
.hero__lead { font-size: clamp(1.02rem, 1.4vw, 1.18rem); color: rgba(255, 255, 255, .74); max-width: 540px; margin: 0; }
.hero__actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 34px; }
.hero__trust { display: flex; align-items: center; justify-content: space-between; gap: 20px; flex-wrap: wrap; margin-top: 40px; padding-top: 26px; border-top: 1px solid rgba(255, 255, 255, .1); }
.hero__rating { display: flex; align-items: center; gap: 12px; font-size: .9rem; color: rgba(255, 255, 255, .72); }
.hero__rating strong { color: #fff; }
.stars { display: inline-flex; gap: 2px; color: var(--ember); }
.stars .ico { width: 16px; height: 16px; fill: currentColor; }
.hero__dots { display: flex; gap: 8px; }
.hero__dots button { width: 34px; height: 24px; display: grid; place-items: center; }
.hero__dots i { display: block; width: 100%; height: 3px; border-radius: 3px; background: rgba(255, 255, 255, .22); overflow: hidden; position: relative; }
.hero__dots i::after { content: ""; position: absolute; inset: 0; background: var(--flame); transform: scaleX(0); transform-origin: left; }
.hero__dots .is-active i::after { animation: progress 6.5s linear forwards; }
.hero.is-paused .hero__dots .is-active i::after { animation-play-state: paused; }
@keyframes progress { to { transform: scaleX(1); } }

.hero__visual { position: relative; height: 100%; min-height: 520px; }
.hero__arch { position: absolute; inset: 0 0 0 6%; display: grid; place-items: end center; }
.hero__arch::before { content: ""; position: absolute; left: 50%; bottom: 0; width: min(430px, 88%); aspect-ratio: .82; translate: -50% 0; border-radius: 999px 999px 28px 28px; background: var(--flame); opacity: .95; box-shadow: 0 40px 90px -30px rgba(232, 147, 57, .7); }
.hero__ring { position: absolute; left: 50%; bottom: 8%; width: min(560px, 115%); aspect-ratio: 1; translate: -50% 0; border-radius: 50%; border: 1px dashed rgba(255, 255, 255, .18); animation: spin 60s linear infinite; }
.hero__ring--2 { width: min(700px, 140%); bottom: -4%; border-style: solid; border-color: rgba(255, 255, 255, .06); animation-duration: 90s; }
@keyframes spin { to { rotate: 360deg; } }
.hero__figure { position: relative; grid-area: 1 / 1; width: min(520px, 108%); opacity: 0; transform: translateY(30px) scale(.97); transition: opacity .8s var(--ease), transform 1s var(--ease); }
.hero__figure.is-active { opacity: 1; transform: none; }
.hero__figure img { width: 100%; filter: drop-shadow(0 30px 40px rgba(6, 15, 41, .45)); }
.hero__chip { position: absolute; z-index: 3; display: flex; align-items: center; gap: 12px; padding: 12px 16px 12px 12px; border-radius: 18px; background: rgba(255, 255, 255, .96); color: var(--ink); box-shadow: var(--shadow-lg); font-size: .85rem; line-height: 1.25; opacity: 0; transform: translateY(12px); transition: opacity .6s var(--ease) .25s, transform .7s var(--ease) .25s; }
.hero__chip.is-active { opacity: 1; transform: none; }
.hero__chip strong { display: block; font-size: .92rem; }
.hero__chip small { color: var(--muted); }
.hero__chip--a { left: -2%; top: 30%; animation: float 6s ease-in-out infinite; }
.hero__chip--b { right: 0; bottom: 18%; animation: float 7s ease-in-out -2s infinite; }
.hero__chip-ico { display: grid; place-items: center; width: 42px; height: 42px; border-radius: 12px; background: var(--flame); color: #fff; }
.hero__chip-ico--navy { background: var(--navy-800); }
.hero__chip-ico .ico { width: 20px; }
.hero__chip-ok { display: grid; place-items: center; width: 22px; height: 22px; border-radius: 50%; background: #e3f7ea; color: #18924d; }
.hero__chip-ok .ico { width: 13px; stroke-width: 3; }
@keyframes float { 50% { translate: 0 -10px; } }
.hero__stamp { position: absolute; z-index: 2; right: 4%; top: 2%; width: 118px; height: 118px; display: grid; place-items: center; border-radius: 50%; background: rgba(6, 15, 41, .55); backdrop-filter: blur(6px); border: 1px solid rgba(255, 255, 255, .14); }
.hero__stamp svg { position: absolute; inset: 0; animation: spin 24s linear infinite; }
.hero__stamp text { fill: rgba(255, 255, 255, .8); font-size: 10.5px; font-weight: 700; letter-spacing: 2.6px; font-family: var(--ff-body); }
.hero__stamp > .ico { width: 30px; height: 30px; color: var(--ember); }

/* Carte d'embarquement */
.pass {
  position: relative; z-index: 5; display: grid; grid-template-columns: auto 1fr auto 1.2fr 1.4fr auto; align-items: center; gap: 0;
  margin: clamp(32px, 4vw, 48px) 0 -58px; padding: 10px; border-radius: 22px; background: #fff; color: var(--ink); box-shadow: var(--shadow-lg);
}
.pass__brand { display: flex; align-items: center; gap: 12px; padding: 10px 22px 10px 12px; border-right: 2px dashed var(--line); }
.pass__brand img { width: 40px; height: 40px; }
.pass__brand small, .pass__field small { display: block; font-size: .7rem; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; color: var(--muted); }
.pass__brand strong { font-family: var(--ff-display); font-size: 1.2rem; white-space: nowrap; }
.pass__field { display: block; padding: 10px 20px; min-width: 0; }
.pass__field strong { display: block; font-size: 1.02rem; white-space: nowrap; }
.pass__field strong em { font-style: normal; color: var(--red); font-weight: 800; margin-left: 4px; letter-spacing: .04em; }
.pass__field select { width: 100%; border: 0; padding: 2px 22px 2px 0; background: transparent url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='14' viewBox='0 0 24 24' fill='none' stroke='%23bd393a' stroke-width='2.5'%3E%3Cpath d='m6 9 6 6 6-6'/%3E%3C/svg%3E") right center no-repeat; font-weight: 700; font-size: 1.02rem; color: var(--ink); appearance: none; cursor: pointer; text-overflow: ellipsis; }
.pass__field select:focus { outline: none; }
.pass__field:focus-within { background: var(--paper); border-radius: 14px; }
.pass__field + .pass__field { border-left: 1px solid var(--line); }
.pass__plane { display: grid; place-items: center; width: 40px; height: 40px; border-radius: 50%; background: var(--paper); color: var(--red); }
.pass__plane .ico { width: 20px; rotate: 45deg; }
.pass__btn { min-height: 60px; border-radius: 16px; padding-inline: 26px; }
.pass__perf { position: absolute; top: 50%; left: -12px; width: 24px; height: 24px; border-radius: 50%; background: var(--navy-900); translate: 0 -50%; }

/* ---------- Partenaires / marquee ---------- */
.partners { padding-top: 96px; padding-bottom: 36px; border-bottom: 1px solid var(--line); background: #fff; overflow: hidden; }
.page-home .partners { padding-top: 110px; }
.marquee { overflow: hidden; mask-image: linear-gradient(90deg, transparent, #000 10%, #000 90%, transparent); -webkit-mask-image: linear-gradient(90deg, transparent, #000 10%, #000 90%, transparent); }
.marquee__track { display: flex; align-items: center; gap: 28px; width: max-content; animation: marquee 50s linear infinite; }
.marquee__track span { font-family: var(--ff-display); font-size: clamp(1.5rem, 3vw, 2.3rem); font-style: italic; color: var(--ink); white-space: nowrap; }
.marquee__track i { color: var(--ember); }
.marquee__track i .ico { width: 22px; rotate: 45deg; }
@keyframes marquee { to { transform: translateX(-50%); } }
.partners__in { display: flex; align-items: center; gap: 36px; margin-top: 30px; flex-wrap: wrap; justify-content: center; }
.partners__in p { margin: 0; font-size: .75rem; font-weight: 700; letter-spacing: .16em; text-transform: uppercase; color: var(--muted); }
.partners__in ul { display: flex; align-items: center; gap: clamp(24px, 5vw, 56px); list-style: none; margin: 0; padding: 0; flex-wrap: wrap; justify-content: center; }
.partners__in li img { height: 34px; width: auto; filter: grayscale(1); opacity: .6; transition: filter .3s, opacity .3s; }
.partners__in li:nth-child(3) img { height: 54px; }
.partners__in li img:hover { filter: none; opacity: 1; }
.partners__more { font-size: .85rem; color: var(--muted); font-weight: 600; }

/* ---------- Engagement ---------- */
.engage__in { display: grid; grid-template-columns: .7fr 1.8fr; gap: clamp(32px, 5vw, 72px); align-items: start; }
.engage__intro .link-arrow { margin-top: 26px; }
.engage__grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.pillar { padding: 30px 26px; border-radius: var(--r-lg); border: 1px solid var(--line); background: #fff; transition: transform .4s var(--ease), box-shadow .4s var(--ease), border-color .3s; }
.pillar:hover { transform: translateY(-6px); box-shadow: var(--shadow); border-color: transparent; }
.pillar h3 { margin: 22px 0 10px; }
.pillar p { color: var(--muted); font-size: .95rem; }
.pillar__ico { display: grid; place-items: center; width: 56px; height: 56px; border-radius: 16px; background: var(--flame); color: #fff; box-shadow: 0 12px 24px -12px rgba(189, 57, 58, .8); }
.pillar__ico .ico { width: 26px; height: 26px; }

/* ---------- Service cards ---------- */
.sgrid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.scard { position: relative; display: flex; flex-direction: column; border-radius: var(--r-lg); background: #fff; overflow: hidden; box-shadow: var(--shadow-sm); transition: transform .45s var(--ease), box-shadow .45s var(--ease); }
.scard:hover { transform: translateY(-8px); box-shadow: var(--shadow-lg); }
.scard__link { position: absolute; inset: 0; z-index: 2; }
.scard__media { aspect-ratio: 16 / 10; overflow: hidden; background: var(--paper-2); }
.scard__media img { width: 100%; height: 100%; object-fit: cover; transition: transform 1s var(--ease); }
.scard:hover .scard__media img { transform: scale(1.06); }
.scard__body { position: relative; flex: 1; display: flex; flex-direction: column; padding: 38px 26px 26px; }
.scard__ico { position: absolute; top: -28px; left: 26px; display: grid; place-items: center; width: 56px; height: 56px; border-radius: 16px; background: var(--flame); color: #fff; border: 4px solid #fff; }
.scard__ico .ico { width: 24px; }
.scard__num { position: absolute; top: 18px; right: 24px; font-family: var(--ff-display); font-style: italic; font-size: 1.1rem; color: var(--line-2); }
.scard__title { font-family: var(--ff-display); font-size: 1.4rem; font-weight: 600; }
.scard__list { list-style: none; margin: 16px 0 22px; padding: 0; display: grid; gap: 8px; }
.scard__list li { display: flex; gap: 10px; align-items: flex-start; font-size: .92rem; color: var(--ink-2); }
.scard__list .ico { width: 16px; height: 16px; margin-top: 4px; color: var(--red); stroke-width: 2.5; }
.scard__more { margin-top: auto; display: inline-flex; align-items: center; gap: 8px; font-weight: 700; color: var(--red); font-size: .92rem; }
.scard__more .ico { width: 17px; transition: transform .3s var(--ease); }
.scard:hover .scard__more .ico { transform: translateX(5px); }

/* ---------- About teaser ---------- */
.about-teaser__in { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(40px, 6vw, 96px); align-items: center; }
.collage { position: relative; padding: 0 40px 60px 0; }
.collage__main { border-radius: 220px 220px var(--r-xl) var(--r-xl); overflow: hidden; aspect-ratio: .86; box-shadow: var(--shadow-lg); }
.collage__main img { width: 100%; height: 100%; object-fit: cover; }
.collage__flags { position: absolute; top: 40px; right: 0; display: flex; flex-direction: column; gap: 10px; padding: 12px; border-radius: 999px; background: #fff; box-shadow: var(--shadow); }
.collage__flags img { width: 44px; height: 44px; border-radius: 50%; object-fit: cover; border: 2px solid #fff; box-shadow: 0 0 0 1px var(--line); }
.collage__flags span { display: grid; place-items: center; width: 44px; height: 44px; border-radius: 50%; background: var(--flame); color: #fff; font-weight: 800; }
.collage__badge { position: absolute; left: -20px; bottom: 120px; display: flex; align-items: center; gap: 12px; padding: 16px 20px; border-radius: 20px; background: var(--navy-900); color: #fff; box-shadow: var(--shadow-lg); }
.collage__badge strong { font-family: var(--ff-display); font-size: 2.6rem; line-height: 1; background: var(--flame); -webkit-background-clip: text; background-clip: text; color: transparent; }
.collage__badge span { font-size: .85rem; line-height: 1.3; color: rgba(255, 255, 255, .8); }
.collage__call { position: absolute; right: 0; bottom: 0; display: flex; align-items: center; gap: 14px; padding: 16px 22px 16px 16px; border-radius: 20px; background: #fff; box-shadow: var(--shadow-lg); }
.collage__call > span { display: grid; place-items: center; width: 48px; height: 48px; border-radius: 50%; background: var(--flame); color: #fff; }
.collage__call .ico { width: 20px; }
.collage__call small { display: block; color: var(--muted); font-size: .78rem; }
.collage__call a { font-family: var(--ff-display); font-weight: 600; font-size: 1.25rem; color: var(--ink); }
.about-teaser__copy .lead { margin-top: 24px; }
.about-teaser__copy > p { color: var(--muted); }
.ticks { display: grid; gap: 14px; margin-top: 28px; }
.tick { display: flex; gap: 16px; padding: 18px; border-radius: var(--r); background: var(--paper); }
.tick > span { flex: none; display: grid; place-items: center; width: 46px; height: 46px; border-radius: 14px; background: #fff; color: var(--red); box-shadow: var(--shadow-sm); }
.tick strong { display: block; color: var(--ink); margin-bottom: 2px; }
.tick small { color: var(--muted); font-size: .9rem; line-height: 1.5; display: block; }

/* ---------- Visa cards ---------- */
.visas-sec__bg { position: absolute; inset: 0; background: url("../img/map-dots-2.webp") center / 1400px no-repeat; opacity: .07; filter: invert(1); pointer-events: none; }
.visas-sec .shead-row { position: relative; }
.vtrack { display: grid; grid-auto-flow: column; grid-auto-columns: minmax(270px, 320px); gap: 20px; overflow-x: auto; scroll-snap-type: x mandatory; padding: 10px max(var(--gutter), calc((100vw - var(--container)) / 2)) 30px; scroll-padding-inline: max(var(--gutter), calc((100vw - var(--container)) / 2)); scrollbar-width: none; }
.vtrack::-webkit-scrollbar { display: none; }
.vtrack .vcard { scroll-snap-align: start; }
.vgrid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; }
.vcard { position: relative; display: block; aspect-ratio: .74; border-radius: var(--r-lg); overflow: hidden; color: #fff; isolation: isolate; background: var(--navy-800); }
.vcard__media, .vcard__shade { position: absolute; inset: 0; z-index: -1; }
.vcard__media img { width: 100%; height: 100%; object-fit: cover; transition: transform 1.2s var(--ease); }
.vcard:hover .vcard__media img { transform: scale(1.08); }
.vcard__shade { background: linear-gradient(180deg, rgba(6, 15, 41, .05) 20%, rgba(6, 15, 41, .55) 55%, rgba(6, 15, 41, .95) 100%); }
.vcard__stamp { position: absolute; top: 18px; right: 18px; display: grid; place-items: center; width: 52px; height: 52px; border-radius: 50%; border: 1.5px dashed rgba(255, 255, 255, .7); background: rgba(6, 15, 41, .3); backdrop-filter: blur(6px); transition: transform .6s var(--ease), background .3s; }
.vcard:hover .vcard__stamp { transform: rotate(-18deg) scale(1.06); background: var(--red); border-style: solid; }
.vcard__stamp .ico { width: 22px; }
.vcard__body { position: absolute; left: 0; right: 0; bottom: 0; padding: 24px; }
.vcard__idx { font-size: .72rem; letter-spacing: .16em; text-transform: uppercase; font-weight: 700; color: var(--ember-300); }
.vcard__title { font-family: var(--ff-display); font-size: 1.55rem; color: #fff; margin: 6px 0 8px; }
.vcard__text { font-size: .9rem; color: rgba(255, 255, 255, .78); margin: 0; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; }
.vcard__more { display: inline-flex; align-items: center; gap: 8px; margin-top: 14px; font-weight: 700; font-size: .88rem; max-height: 0; opacity: 0; transform: translateY(8px); transition: all .45s var(--ease); }
.vcard__more .ico { width: 16px; }
.vcard:hover .vcard__more, .vcard:focus-visible .vcard__more { max-height: 30px; opacity: 1; transform: none; }
.visas-sec__foot { display: flex; align-items: center; justify-content: space-between; gap: 20px; flex-wrap: wrap; margin-top: 10px; padding-top: 26px; border-top: 1px solid rgba(255, 255, 255, .1); }
.visas-sec__foot p { display: flex; gap: 10px; align-items: flex-start; margin: 0; max-width: 620px; font-size: .92rem; }
.visas-sec__foot .ico { color: var(--ember); margin-top: 3px; }

.slider-nav { display: flex; gap: 10px; }
.slider-nav button { display: grid; place-items: center; width: 52px; height: 52px; border-radius: 50%; border: 1px solid var(--line-2); color: var(--ink); transition: all .3s var(--ease); }
.slider-nav button:hover { background: var(--ink); color: #fff; border-color: var(--ink); }
.slider-nav--light button { border-color: rgba(255, 255, 255, .25); color: #fff; }
.slider-nav--light button:hover { background: #fff; color: var(--ink); }
.slider-nav .ico { width: 20px; }

/* ---------- Why ---------- */
.why__in { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(40px, 6vw, 88px); align-items: center; }
.why__list { display: grid; gap: 6px; margin-top: 36px; }
.why__item { display: flex; gap: 20px; padding: 20px; border-radius: var(--r); transition: background-color .3s; }
.why__item:hover { background: var(--paper); }
.why__item h3 { margin-bottom: 6px; }
.why__item p { color: var(--muted); font-size: .95rem; }
.why__ico { flex: none; display: grid; place-items: center; width: 52px; height: 52px; border-radius: 50%; border: 1px solid var(--line-2); color: var(--red); transition: all .3s; }
.why__item:hover .why__ico { background: var(--flame); color: #fff; border-color: transparent; }
.why__ico .ico { width: 22px; }
.why__panel { position: relative; padding-bottom: 120px; }
.why__photo { border-radius: var(--r-xl); overflow: hidden; aspect-ratio: .95; box-shadow: var(--shadow-lg); margin-left: 60px; }
.why__photo img { width: 100%; height: 100%; object-fit: cover; object-position: center 20%; }
.why__card { position: absolute; left: 0; right: 40px; bottom: 0; padding: 28px; border-radius: var(--r-lg); background: var(--navy-900); color: #fff; box-shadow: var(--shadow-lg); }
.why__card h3 { color: #fff; font-family: var(--ff-display); font-size: 1.5rem; margin-bottom: 18px; }
.why__card .eyebrow { color: var(--ember-300); }

.stats { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; }
.stat strong { display: block; font-family: var(--ff-display); font-size: clamp(2rem, 3.4vw, 2.8rem); font-weight: 600; line-height: 1; color: #fff; }
.stat > span { display: block; margin-top: 8px; font-size: .82rem; color: rgba(255, 255, 255, .65); }
.why__card .stats { grid-template-columns: repeat(2, 1fr); gap: 22px; }
.stats--light { margin-top: 48px; }
.stats--light .stat { padding: 30px 24px; border-radius: var(--r-lg); background: rgba(255, 255, 255, .04); border: 1px solid rgba(255, 255, 255, .08); text-align: center; }
.stats--light .stat strong { font-size: clamp(2.6rem, 5vw, 3.8rem); background: var(--flame); -webkit-background-clip: text; background-clip: text; color: transparent; }

/* ---------- Process ---------- */
.steps { list-style: none; margin: clamp(40px, 5vw, 64px) 0 0; padding: 0; display: grid; grid-template-columns: repeat(3, 1fr); gap: 40px 28px; counter-reset: s; }
.step { position: relative; }
.step__media { position: relative; aspect-ratio: 16 / 10; border-radius: var(--r-lg); overflow: hidden; margin-bottom: 24px; }
.step__media img { width: 100%; height: 100%; object-fit: cover; transition: transform 1s var(--ease); }
.step:hover .step__media img { transform: scale(1.05); }
.step__n { position: absolute; left: 16px; bottom: 16px; display: grid; place-items: center; min-width: 52px; height: 52px; padding: 0 12px; border-radius: 16px; background: #fff; color: var(--red); font-family: var(--ff-display); font-weight: 700; font-size: 1.25rem; box-shadow: var(--shadow); }
.step h3 { font-family: var(--ff-display); font-size: 1.35rem; margin-bottom: 8px; }
.step p { color: var(--muted); font-size: .95rem; }

/* ---------- Testimonials ---------- */
.testi { background: linear-gradient(180deg, #fff, var(--paper)); }
.testi__head { display: flex; align-items: flex-end; justify-content: space-between; gap: 32px; flex-wrap: wrap; }
.testi__score { display: grid; justify-items: start; gap: 6px; padding: 22px 26px; border-radius: var(--r-lg); background: #fff; box-shadow: var(--shadow); }
.testi__score strong { font-family: var(--ff-display); font-size: 2.8rem; line-height: 1; color: var(--ink); }
.testi__score strong small { font-size: 1rem; color: var(--muted); }
.testi__score > small { color: var(--muted); font-size: .82rem; }
.testi__track { display: grid; grid-auto-flow: column; grid-auto-columns: calc((100% - 48px) / 3); gap: 24px; margin-top: 48px; overflow-x: auto; scroll-snap-type: x mandatory; scrollbar-width: none; padding-bottom: 8px; }
.testi__track::-webkit-scrollbar { display: none; }
.tcard { scroll-snap-align: start; position: relative; margin: 0; display: flex; flex-direction: column; padding: 32px 28px 26px; border-radius: var(--r-lg); background: #fff; border: 1px solid var(--line); }
.tcard__q { color: var(--ember); }
.tcard__q .ico { width: 34px; height: 34px; fill: var(--flame-soft); }
.tcard blockquote { margin: 18px 0 26px; font-family: var(--ff-display); font-size: 1.15rem; line-height: 1.55; color: var(--ink); }
.tcard figcaption { display: flex; align-items: center; gap: 12px; margin-top: auto; padding-top: 20px; border-top: 1px solid var(--line); }
.tcard__av { display: grid; place-items: center; width: 46px; height: 46px; border-radius: 50%; background: var(--navy-800); color: #fff; font-family: var(--ff-display); font-weight: 600; font-size: 1.2rem; }
.tcard__who { flex: 1; min-width: 0; }
.tcard__who strong { display: block; color: var(--ink); }
.tcard__who small { color: var(--muted); font-size: .82rem; }
.tcard__rate { display: inline-flex; align-items: center; gap: 4px; padding: 6px 10px; border-radius: 999px; background: var(--paper); font-weight: 700; font-size: .85rem; color: var(--ink); }
.tcard__rate .ico { width: 14px; height: 14px; color: var(--ember); fill: currentColor; }
.testi .slider-nav { justify-content: flex-end; margin-top: 28px; }

/* ---------- FAQ ---------- */
.faq { display: grid; gap: 12px; }
.faq__item, .faq-list details { border-radius: var(--r); background: #fff; border: 1px solid var(--line); transition: box-shadow .3s, border-color .3s; }
.faq__item[open], .faq-list details[open] { box-shadow: var(--shadow); border-color: transparent; }
.faq__item summary, .faq-list summary { display: flex; align-items: center; justify-content: space-between; gap: 20px; padding: 20px 22px; cursor: pointer; list-style: none; font-weight: 700; color: var(--ink); }
.faq__item summary::-webkit-details-marker, .faq-list summary::-webkit-details-marker { display: none; }
.faq__item summary i, .faq-list summary::after { flex: none; position: relative; width: 32px; height: 32px; border-radius: 50%; background: var(--paper); transition: background .3s, transform .4s var(--ease); }
.faq__item summary i::before, .faq__item summary i::after { content: ""; position: absolute; left: 50%; top: 50%; width: 12px; height: 2px; border-radius: 2px; background: var(--ink); translate: -50% -50%; transition: transform .3s; }
.faq__item summary i::after { transform: rotate(90deg); }
.faq__item[open] summary i { background: var(--flame); transform: rotate(180deg); }
.faq__item[open] summary i::before, .faq__item[open] summary i::after { background: #fff; }
.faq__item[open] summary i::after { transform: rotate(0); }
.faq__a, .faq-a { padding: 0 22px 22px; color: var(--muted); }
.faq-list { display: grid; gap: 10px; }
.faq-list summary::after { content: "+"; display: grid; place-items: center; font-size: 1.2rem; color: var(--ink); font-weight: 500; }
.faq-list details[open] summary::after { content: "–"; background: var(--flame); color: #fff; }

/* ---------- Formulaire RDV ---------- */
.rdv-sec__in { display: grid; grid-template-columns: .9fr 1.1fr; gap: clamp(36px, 5vw, 72px); align-items: start; }
.rdv-sec__faq .faq { margin-top: 36px; }
.rdv-sec__direct { margin-top: 36px; padding: 26px; border-radius: var(--r-lg); background: var(--navy-900); color: rgba(255, 255, 255, .7); }
.rdv-sec__direct p { margin: 0 0 6px; font-size: .9rem; }
.bigtel { display: inline-flex; align-items: center; gap: 12px; font-family: var(--ff-display); font-size: clamp(1.5rem, 3vw, 2rem); color: #fff; }
.bigtel .ico { color: var(--ember); width: 26px; height: 26px; }
.kpis { display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; margin-top: 20px; padding-top: 20px; border-top: 1px solid rgba(255, 255, 255, .1); }
.kpis strong { display: block; font-family: var(--ff-display); font-size: 1.6rem; color: #fff; line-height: 1.1; }
.kpis small { font-size: .78rem; }

.formcard { position: relative; padding: clamp(24px, 4vw, 44px); border-radius: var(--r-xl); background: #fff; box-shadow: var(--shadow-lg); }
.formcard__title { font-size: clamp(1.7rem, 3vw, 2.3rem); }
.formcard__text { color: var(--muted); margin: 12px 0 26px; }
.rdv__ticket { display: flex; align-items: center; justify-content: space-between; gap: 16px; padding: 18px 22px; margin-bottom: 24px; border-radius: var(--r); background: var(--navy-900); color: #fff; position: relative; overflow: hidden; }
.rdv__ticket::before, .rdv__ticket::after { content: ""; position: absolute; top: 50%; width: 22px; height: 22px; border-radius: 50%; background: #fff; translate: 0 -50%; }
.rdv__ticket::before { left: -11px; } .rdv__ticket::after { right: -11px; }
.rdv__ticket small { display: block; font-size: .68rem; letter-spacing: .14em; text-transform: uppercase; color: rgba(255, 255, 255, .55); font-weight: 700; }
.rdv__ticket strong { display: block; font-family: var(--ff-display); font-size: 2rem; line-height: 1.1; letter-spacing: .04em; }
.rdv__ticket span { font-size: .82rem; color: rgba(255, 255, 255, .7); }
.rdv__route { flex: 1; display: flex; align-items: center; gap: 8px; color: var(--ember); max-width: 220px; }
.rdv__route i { flex: 1; height: 0; border-top: 2px dashed rgba(255, 255, 255, .25); }
.rdv__route .ico { width: 24px; rotate: 45deg; }
.rdv__grid { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.field { display: grid; gap: 6px; }
.field--full { grid-column: 1 / -1; }
.field label { font-size: .84rem; font-weight: 700; color: var(--ink); }
.field label b { color: var(--red); }
.field label span { font-weight: 500; color: var(--muted); }
.field input, .field select, .field textarea {
  width: 100%; min-height: 52px; padding: 13px 16px; border-radius: 14px; border: 1px solid var(--line-2); background: var(--paper);
  font-size: .97rem; color: var(--ink); transition: border-color .2s, box-shadow .2s, background-color .2s; appearance: none;
}
.field select { background: var(--paper) url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 24 24' fill='none' stroke='%2369738c' stroke-width='2'%3E%3Cpath d='m6 9 6 6 6-6'/%3E%3C/svg%3E") right 14px center no-repeat; padding-right: 40px; }
.field textarea { resize: vertical; min-height: 96px; }
.field input:focus, .field select:focus, .field textarea:focus { outline: none; border-color: var(--ember); background-color: #fff; box-shadow: 0 0 0 4px rgba(232, 147, 57, .16); }
.field input::placeholder, .field textarea::placeholder { color: #9aa2b6; }
.field.has-err input, .field.has-err select { border-color: var(--red); background-color: #fff6f5; }
.field__err { color: var(--red); font-size: .8rem; font-weight: 600; }
.check { display: flex; gap: 12px; align-items: flex-start; margin-top: 18px; font-size: .86rem; color: var(--muted); cursor: pointer; }
.check input { flex: none; width: 20px; height: 20px; margin-top: 2px; accent-color: var(--red); }
.check a { color: var(--red); font-weight: 600; text-decoration: underline; text-underline-offset: 2px; }
.check.has-err span { color: var(--red); }
.rdv__actions { display: flex; align-items: center; gap: 18px; flex-wrap: wrap; margin-top: 24px; }
.rdv__hint { display: flex; align-items: center; gap: 8px; margin: 0; color: var(--muted); font-size: .85rem; }
.rdv__hint .ico { width: 16px; color: var(--ember); }
.form-alert { display: flex; align-items: center; gap: 10px; padding: 14px 16px; border-radius: 12px; background: #fff1f0; color: #8a1d16; font-weight: 600; font-size: .9rem; margin-bottom: 18px; }

/* ---------- Blog cards ---------- */
.pgrid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 28px; }
.pcard { display: flex; flex-direction: column; border-radius: var(--r-lg); background: #fff; overflow: hidden; border: 1px solid var(--line); transition: transform .45s var(--ease), box-shadow .45s var(--ease); }
.pcard:hover { transform: translateY(-6px); box-shadow: var(--shadow-lg); border-color: transparent; }
.pcard__media { position: relative; display: block; aspect-ratio: 16 / 10; overflow: hidden; }
.pcard__media img { width: 100%; height: 100%; object-fit: cover; transition: transform 1s var(--ease); }
.pcard:hover .pcard__media img { transform: scale(1.06); }
.pcard__cat { position: absolute; left: 16px; top: 16px; padding: 6px 12px; border-radius: 999px; background: rgba(255, 255, 255, .95); color: var(--red); font-size: .74rem; font-weight: 800; letter-spacing: .06em; text-transform: uppercase; }
.pcard__body { flex: 1; display: flex; flex-direction: column; padding: 24px; }
.pcard__meta { display: flex; align-items: center; flex-wrap: wrap; gap: 8px; margin: 0 0 12px; font-size: .8rem; color: var(--muted); }
.pcard__meta .ico { width: 15px; color: var(--ember); }
.pcard__title { font-family: var(--ff-display); font-size: 1.3rem; line-height: 1.25; }
.pcard__title a { background: linear-gradient(currentColor, currentColor) 0 100% / 0 1px no-repeat; transition: background-size .4s var(--ease); }
.pcard:hover .pcard__title a { background-size: 100% 1px; }
.pcard__text { color: var(--muted); font-size: .93rem; margin: 12px 0 18px; }
.pcard .link-arrow { margin-top: auto; }

.feature { display: grid; grid-template-columns: 1.15fr 1fr; gap: 0; margin-bottom: 40px; border-radius: var(--r-xl); overflow: hidden; background: var(--navy-900); color: rgba(255, 255, 255, .75); box-shadow: var(--shadow-lg); }
.feature__media { min-height: 360px; }
.feature__media img { width: 100%; height: 100%; object-fit: cover; }
.feature__body { padding: clamp(28px, 4vw, 52px); display: flex; flex-direction: column; justify-content: center; }
.feature__title { font-size: clamp(1.7rem, 3vw, 2.4rem); margin: 8px 0 16px; }
.feature__title a { color: #fff; }
.feature .pcard__meta { color: rgba(255, 255, 255, .6); }
.feature .btn { align-self: flex-start; margin-top: 24px; }
.feature .btn--navy { --bg: #fff; --fg: var(--ink); }
.tag { display: inline-flex; padding: 5px 12px; border-radius: 999px; background: var(--flame); color: #fff; font-size: .72rem; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }

/* ---------- CTA band ---------- */
.ctaband { padding-bottom: var(--section); }
.ctaband__card { position: relative; display: grid; grid-template-columns: 1.2fr auto; align-items: center; gap: 32px 48px; padding: clamp(32px, 5vw, 64px); border-radius: var(--r-xl); background: var(--navy-900); color: rgba(255, 255, 255, .75); overflow: hidden; isolation: isolate; }
.ctaband__card::before { content: ""; position: absolute; z-index: -1; width: 620px; height: 620px; right: -160px; top: -300px; border-radius: 50%; background: radial-gradient(closest-side, rgba(232, 147, 57, .38), transparent); }
.ctaband__art { position: absolute; z-index: -1; inset: 0; opacity: .6; }
.ctaband__art svg { width: 100%; height: 100%; }
.dash { fill: none; stroke: rgba(255, 255, 255, .22); stroke-width: 1.2; stroke-dasharray: 4 8; animation: dash 30s linear infinite; }
.ctaband__text h2 { color: #fff; font-size: clamp(1.9rem, 4vw, 3rem); margin-bottom: 12px; }
.ctaband__actions { display: grid; gap: 12px; }
.ctaband__tel { display: flex; align-items: center; justify-content: center; gap: 8px; color: #fff; font-weight: 700; padding-top: 4px; }
.ctaband__tel .ico { width: 18px; color: var(--ember); }

/* ---------- Newsletter ---------- */
.newsletter { position: relative; z-index: 2; margin-bottom: -90px; }
.newsletter__card { position: relative; display: grid; grid-template-columns: auto 1fr 1.1fr; align-items: center; gap: 24px 40px; padding: clamp(28px, 4vw, 44px); border-radius: var(--r-xl); background: var(--flame); color: rgba(255, 255, 255, .88); box-shadow: 0 30px 60px -28px rgba(189, 57, 58, .7); overflow: hidden; }
.newsletter__card::after { content: ""; position: absolute; inset: 0; background: url("../img/map-dots.webp") right center / 800px no-repeat; opacity: .12; filter: brightness(10); pointer-events: none; }
.newsletter__plane { display: grid; place-items: center; width: 72px; height: 72px; border-radius: 22px; background: rgba(255, 255, 255, .16); color: #fff; }
.newsletter__plane .ico { width: 32px; height: 32px; }
.newsletter h2 { color: #fff; font-size: clamp(1.5rem, 2.6vw, 2rem); }
.newsletter h2 em { background: none; color: #fff; -webkit-text-fill-color: #fff; }
.newsletter .eyebrow--light { color: #fff; }
.newsletter .eyebrow--light::before { background: #fff; }
.newsletter__text p:last-child { margin-top: 8px; font-size: .95rem; }
.newsletter__form { position: relative; z-index: 1; display: flex; gap: 8px; padding: 8px; border-radius: 999px; background: #fff; flex-wrap: wrap; }
.newsletter__form input { flex: 1; min-width: 0; border: 0; padding: 0 18px; font-size: .97rem; color: var(--ink); background: transparent; min-height: 50px; }
.newsletter__form input:focus { outline: none; }
.newsletter__form .btn--flame { --bg: var(--navy-900); background: var(--navy-900); box-shadow: none; }
.newsletter__msg { flex-basis: 100%; margin: 4px 18px 6px; font-size: .85rem; font-weight: 600; }
.newsletter__msg.is-ok { color: #18924d; } .newsletter__msg.is-err { color: var(--red); }

/* ---------- Footer ---------- */
.footer { position: relative; padding-top: calc(90px + clamp(56px, 7vw, 88px)); background: var(--navy-950); color: rgba(255, 255, 255, .62); font-size: .92rem; overflow: hidden; }
.footer__glow { position: absolute; left: -200px; bottom: -300px; width: 700px; height: 700px; border-radius: 50%; background: radial-gradient(closest-side, rgba(189, 57, 58, .25), transparent); pointer-events: none; }
.footer__grid { position: relative; display: grid; grid-template-columns: 1.4fr 1fr 1fr 1.2fr; gap: 40px; padding-bottom: 56px; }
.footer__brand img { width: 210px; margin-bottom: 20px; }
.footer__brand p { max-width: 360px; }
.footer__social { display: flex; gap: 10px; margin-top: 22px; }
.footer__social a { display: grid; place-items: center; width: 42px; height: 42px; border-radius: 50%; border: 1px solid rgba(255, 255, 255, .14); color: #fff; transition: all .3s; }
.footer__social a:hover { background: var(--flame); border-color: transparent; }
.footer__social .ico { width: 18px; }
.footer__title { color: #fff; font-family: var(--ff-display); font-size: 1.2rem; font-weight: 600; margin-bottom: 18px; }
.footer__links { list-style: none; margin: 0; padding: 0; display: grid; gap: 10px; }
.footer__links a { transition: color .2s, padding .3s var(--ease); }
.footer__links a:hover { color: #fff; padding-left: 4px; }
.footer__links--inline { display: flex; flex-wrap: wrap; gap: 8px 18px; margin-top: 22px; padding-top: 18px; border-top: 1px solid rgba(255, 255, 255, .08); }
.footer__contact { list-style: none; margin: 0; padding: 0; display: grid; gap: 14px; }
.footer__contact li { display: flex; gap: 12px; align-items: flex-start; }
.footer__contact .ico { width: 18px; margin-top: 3px; color: var(--ember); }
.footer__contact a:hover { color: #fff; }
.footer__bottom { position: relative; display: flex; justify-content: space-between; gap: 12px 24px; flex-wrap: wrap; padding-block: 24px; border-top: 1px solid rgba(255, 255, 255, .08); font-size: .84rem; }
.footer__bottom p { margin: 0; display: flex; gap: 10px; flex-wrap: wrap; }
.footer__bottom a:hover { color: #fff; }

.wa-float { position: fixed; z-index: 40; right: 20px; bottom: 20px; display: flex; align-items: center; gap: 10px; height: 58px; padding: 0 20px 0 16px; border-radius: 999px; background: var(--wa); color: #fff; font-weight: 700; box-shadow: 0 16px 30px -12px rgba(31, 174, 91, .8); transition: transform .35s var(--ease); }
.wa-float:hover { transform: translateY(-3px) scale(1.02); }
.wa-float .ico { width: 26px; height: 26px; }
.wa-float::before { content: ""; position: absolute; inset: 0; border-radius: inherit; box-shadow: 0 0 0 0 rgba(31, 174, 91, .55); animation: ring 2.8s infinite; }
@keyframes ring { 70% { box-shadow: 0 0 0 16px rgba(31, 174, 91, 0); } 100% { box-shadow: 0 0 0 0 rgba(31, 174, 91, 0); } }

/* ---------- Page hero (pages intérieures) ---------- */
.phero { position: relative; padding: calc(var(--header-h) + clamp(48px, 7vw, 96px)) 0 clamp(64px, 8vw, 110px); background: var(--navy-900); color: rgba(255, 255, 255, .75); overflow: hidden; isolation: isolate; }
.phero__bg { position: absolute; inset: 0; z-index: -1; }
.phero__bg img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; opacity: .28; }
.phero--img .phero__bg::after { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, var(--navy-900) 25%, rgba(10, 24, 56, .7) 60%, rgba(10, 24, 56, .4)); }
.phero__map { position: absolute; inset: 0; background: url("../img/map-dots.webp") 85% 50% / 1100px no-repeat; opacity: .1; filter: invert(1); }
.phero__bg::before { content: ""; position: absolute; z-index: 1; width: 700px; height: 700px; right: -200px; bottom: -380px; border-radius: 50%; background: radial-gradient(closest-side, rgba(232, 147, 57, .3), transparent); }
.phero__arc { position: absolute; z-index: 1; left: 0; right: 0; bottom: 0; width: 100%; height: 70%; }
.phero__arc path { fill: none; stroke: rgba(232, 147, 57, .4); stroke-width: 1.3; stroke-dasharray: 3 8; animation: dash 40s linear infinite; }
.phero__in { position: relative; }
.phero__title { max-width: 900px; font-size: clamp(2.3rem, 5.4vw, 4.2rem); color: #fff; line-height: 1.06; letter-spacing: -.02em; }
.phero__title--post { max-width: none; font-size: clamp(2rem, 4.6vw, 3.4rem); }
.phero__lead { max-width: 680px; margin: 22px 0 0; font-size: clamp(1.02rem, 1.4vw, 1.15rem); }
.phero__actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 32px; }
.phero__pills { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 26px; }
.crumbs { display: flex; flex-wrap: wrap; align-items: center; gap: 10px; margin-bottom: 26px; font-size: .84rem; color: rgba(255, 255, 255, .55); }
.crumbs a:hover { color: #fff; }
.crumbs [aria-current] { color: var(--ember-300); }
.pill { display: inline-flex; padding: 6px 14px; border-radius: 999px; border: 1px solid var(--line-2); background: #fff; font-size: .82rem; font-weight: 600; color: var(--ink-2); }
.pill--light { background: rgba(255, 255, 255, .06); border-color: rgba(255, 255, 255, .2); color: #fff; }

/* ---------- Détail (service / visa) ---------- */
.detail { display: grid; grid-template-columns: minmax(0, 1fr) 340px; gap: clamp(32px, 5vw, 64px); align-items: start; }
.detail--visa { grid-template-columns: 280px minmax(0, 1fr); }
.detail__toc .side-cta { margin-top: 28px; padding: 24px; }
.detail__toc .side-cta h3 { font-size: 1.25rem; }
.other-visas { margin-top: 56px; padding-top: 40px; border-top: 1px solid var(--line); }
.other-visas__grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(200px, 1fr)); gap: 10px; }
.prose .other-visas a { display: flex; align-items: center; gap: 12px; padding: 14px; border-radius: 14px; border: 1px solid var(--line); text-decoration: none; color: var(--ink); font-size: .92rem; transition: all .3s var(--ease); }
.other-visas a span { display: grid; place-items: center; width: 36px; height: 36px; border-radius: 10px; background: var(--flame-soft); color: var(--red); flex: none; }
.other-visas a span .ico { width: 18px; }
.other-visas a strong { flex: 1; }
.other-visas a > .ico { width: 16px; color: var(--muted); transition: transform .3s var(--ease); }
.prose .other-visas a:hover { border-color: transparent; box-shadow: var(--shadow); }
.other-visas a:hover > .ico { transform: translateX(3px); color: var(--red); }
.detail__side { position: sticky; top: 100px; display: grid; gap: 20px; }
.detail__toc { position: sticky; top: 100px; }
.block + .block { margin-top: clamp(48px, 6vw, 72px); padding-top: clamp(48px, 6vw, 72px); border-top: 1px solid var(--line); }
.block__title { font-size: clamp(1.7rem, 3vw, 2.3rem); margin-bottom: 28px; }
.incl { list-style: none; margin: 0; padding: 0; display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.incl li { display: flex; gap: 14px; align-items: flex-start; padding: 18px; border-radius: var(--r); background: var(--paper); font-size: .95rem; }
.incl strong { color: var(--ink); }
.incl__ico { flex: none; display: grid; place-items: center; width: 34px; height: 34px; border-radius: 10px; background: var(--flame); color: #fff; }
.incl__ico .ico { width: 17px; stroke-width: 2.5; }
.incl--cards li { background: #fff; box-shadow: var(--shadow-sm); padding: 22px; }
.incl--cards .incl__ico { width: 44px; height: 44px; border-radius: 12px; }
.incl--cards .incl__ico .ico { width: 20px; stroke-width: 1.75; }
.included { display: grid; grid-template-columns: .9fr 1.4fr; gap: clamp(32px, 5vw, 72px); align-items: start; }
.included .lead { margin: 22px 0 28px; }
.timeline { list-style: none; margin: 0; padding: 0; position: relative; display: grid; gap: 14px; }
.timeline::before { content: ""; position: absolute; left: 23px; top: 24px; bottom: 24px; border-left: 2px dashed var(--line-2); }
.timeline li { position: relative; display: flex; gap: 20px; align-items: center; }
.timeline__n { position: relative; flex: none; display: grid; place-items: center; width: 48px; height: 48px; border-radius: 50%; background: var(--navy-800); color: #fff; font-family: var(--ff-display); font-weight: 700; font-size: 1.1rem; box-shadow: 0 0 0 6px #fff; }
.timeline p { flex: 1; margin: 0; padding: 18px 22px; border-radius: var(--r); border: 1px solid var(--line); }
.timeline strong { color: var(--ink); }
.why4 { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.why4__item { padding: 24px; border-radius: var(--r-lg); background: var(--navy-900); color: rgba(255, 255, 255, .7); }
.why4__item span { font-family: var(--ff-display); font-style: italic; font-size: 1.1rem; background: var(--flame); -webkit-background-clip: text; background-clip: text; color: transparent; }
.why4__item h3 { color: #fff; margin: 8px 0 6px; }
.why4__item p { font-size: .92rem; }
.notebox { display: flex; gap: 12px; margin-top: 28px; padding: 18px 20px; border-radius: var(--r); background: #fff8ee; border: 1px solid #f7dfbd; color: #7a4a12; font-size: .92rem; }
.notebox .ico { flex: none; color: var(--ember); margin-top: 2px; }
.side-cta { position: relative; padding: 28px; border-radius: var(--r-lg); background: var(--navy-900); color: rgba(255, 255, 255, .72); overflow: hidden; display: grid; gap: 10px; isolation: isolate; }
.side-cta::before { content: ""; position: absolute; z-index: -1; width: 320px; height: 320px; right: -140px; top: -140px; border-radius: 50%; background: radial-gradient(closest-side, rgba(232, 147, 57, .4), transparent); }
.side-cta h3 { color: #fff; font-family: var(--ff-display); font-size: 1.45rem; }
.side-cta p { font-size: .92rem; margin-bottom: 8px; }
.side-cta small { font-size: .8rem; color: rgba(255, 255, 255, .55); }
.side-cta .eyebrow { margin-bottom: 4px; }
.side-cta__tel { display: flex; align-items: center; justify-content: center; gap: 8px; padding: 6px; color: #fff; font-weight: 700; }
.side-cta__tel .ico { width: 18px; color: var(--ember); }
.side-nav { padding: 10px; border-radius: var(--r-lg); border: 1px solid var(--line); }
.side-nav__title { margin: 8px 12px 8px; font-size: .74rem; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; color: var(--muted); }
.side-nav a { display: flex; align-items: center; gap: 12px; padding: 12px; border-radius: 12px; font-weight: 600; font-size: .92rem; color: var(--ink); transition: background-color .2s; }
.side-nav a span { flex: 1; }
.side-nav a .ico { width: 18px; color: var(--red); }
.side-nav a .ico:last-child { opacity: 0; transform: translateX(-4px); transition: all .3s var(--ease); color: var(--muted); }
.side-nav a:hover, .side-nav a.is-active { background: var(--paper); }
.side-nav a:hover .ico:last-child, .side-nav a.is-active .ico:last-child { opacity: 1; transform: none; }

.toc { display: grid; gap: 2px; padding-left: 16px; border-left: 2px solid var(--line); }
.toc__title { display: flex; align-items: center; gap: 8px; margin: 0 0 10px -16px; padding-left: 16px; font-size: .74rem; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; color: var(--muted); }
.toc__title .ico { width: 16px; }
.toc a { position: relative; padding: 7px 0; font-size: .88rem; line-height: 1.4; color: var(--muted); transition: color .2s; }
.toc a::before { content: ""; position: absolute; left: -18px; top: 0; bottom: 0; width: 2px; background: var(--flame); transform: scaleY(0); transition: transform .3s var(--ease); }
.toc a:hover { color: var(--ink); }
.toc a.is-active { color: var(--ink); font-weight: 700; }
.toc a.is-active::before { transform: none; }

/* ---------- Prose (visas, articles, légal) ---------- */
.prose { font-size: 1.02rem; color: var(--ink-2); min-width: 0; }
.prose h2 { font-size: clamp(1.55rem, 2.6vw, 2rem); margin: 56px 0 18px; }
.prose h2:first-child { margin-top: 0; }
.prose h3 { font-size: 1.12rem; margin: 0 0 12px; }
.prose p { margin: 0 0 1em; }
.prose strong { color: var(--ink); }
.prose a { color: var(--red); text-decoration: underline; text-underline-offset: 3px; }
.prose ul, .prose ol { margin: 0 0 1.2em; padding: 0; list-style: none; display: grid; gap: 10px; }
.prose ul li { position: relative; padding-left: 30px; }
.prose ul li::before { content: ""; position: absolute; left: 0; top: .32em; width: 18px; height: 18px; border-radius: 50%; background: rgba(232, 147, 57, .16) url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23bd393a' stroke-width='3.2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M20 6 9 17l-5-5'/%3E%3C/svg%3E") center / 11px no-repeat; }
.prose ol { counter-reset: li; }
.prose ol li { position: relative; padding: 14px 18px 14px 62px; border-radius: var(--r); background: var(--paper); counter-increment: li; }
.prose ol li::before { content: counter(li); position: absolute; left: 14px; top: 50%; translate: 0 -50%; display: grid; place-items: center; width: 34px; height: 34px; border-radius: 10px; background: var(--navy-800); color: #fff; font-family: var(--ff-display); font-weight: 700; }
.prose .grid { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; margin: 0 0 1.4em; }
.prose .card { padding: 24px; border-radius: var(--r-lg); border: 1px solid var(--line); background: #fff; margin-bottom: 16px; }
.prose .grid .card { margin: 0; }
.prose .card ul { margin-bottom: 0; }
.prose .card h3 { display: flex; align-items: center; gap: 10px; }
.prose .card h3::before { content: ""; width: 8px; height: 8px; border-radius: 50%; background: var(--flame); flex: none; }
.prose .note { font-size: .88rem; color: var(--muted); font-style: italic; margin-top: 12px; }
.prose .tip { position: relative; margin: 24px 0; padding: 20px 22px 20px 64px; border-radius: var(--r); background: linear-gradient(120deg, #fff6ea, #fff); border: 1px solid #f7dfbd; color: #6e4413; }
.prose .tip::before { content: ""; position: absolute; left: 20px; top: 20px; width: 28px; height: 28px; border-radius: 8px; background: var(--ember) url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='white' stroke-width='2.2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M15 14c.2-1 .7-1.7 1.5-2.5 1-.9 1.5-2.2 1.5-3.5A6 6 0 0 0 6 8c0 1 .2 2.2 1.5 3.5.7.7 1.3 1.5 1.5 2.5M9 18h6M10 22h4'/%3E%3C/svg%3E") center / 16px no-repeat; }
.prose .tip strong { color: #5a3509; }
.prose .tip.warn { background: linear-gradient(120deg, #fff1f0, #fff); border-color: #f3cfcb; color: #7d1f19; }
.prose .tip.warn::before { background-color: var(--red); background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='white' stroke-width='2.2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='m21.73 18-8-14a2 2 0 0 0-3.48 0l-8 14A2 2 0 0 0 4 21h16a2 2 0 0 0 1.73-3'/%3E%3Cpath d='M12 9v4M12 17h.01'/%3E%3C/svg%3E"); }
.prose .tip.warn strong { color: #6b150f; }
.prose .faq-list { margin-bottom: 1.4em; }
.prose .faq-list p { margin: 0; }
.prose--visa h2 { scroll-margin-top: 110px; }
.intro-card { display: flex; gap: 20px; padding: 28px; margin-bottom: 36px; border-radius: var(--r-lg); background: var(--paper); font-size: 1.06rem; color: var(--ink); scroll-margin-top: 120px; }
.intro-card__ico { flex: none; display: grid; place-items: center; width: 56px; height: 56px; border-radius: 16px; background: var(--flame); color: #fff; }
.intro-card__ico .ico { width: 26px; }
.intro-card p { margin-bottom: .6em; }

.post-meta { display: flex; flex-wrap: wrap; align-items: center; gap: 10px; margin: 0 0 20px; font-size: .88rem; }
.post-meta .ico { width: 16px; color: var(--ember); }
.phero--post { padding-bottom: 180px; }
.post-cover-wrap { max-width: calc(1040px + var(--gutter) * 2); margin-top: -140px; position: relative; z-index: 2; }
.post-cover { margin: 0; border-radius: var(--r-xl); overflow: hidden; aspect-ratio: 21 / 10; box-shadow: var(--shadow-lg); }
.post-cover img { width: 100%; height: 100%; object-fit: cover; object-position: center 30%; }
.post-layout { display: grid; grid-template-columns: 80px minmax(0, 760px); justify-content: center; gap: 40px; }
.post-share { position: sticky; top: 110px; align-self: start; display: grid; justify-items: center; gap: 10px; }
.post-share span { font-size: .7rem; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; color: var(--muted); writing-mode: vertical-rl; rotate: 180deg; margin-bottom: 6px; }
.post-share a, .post-share button { display: grid; place-items: center; width: 44px; height: 44px; border-radius: 50%; border: 1px solid var(--line-2); color: var(--ink); transition: all .3s; }
.post-share a:hover, .post-share button:hover { background: var(--ink); color: #fff; border-color: var(--ink); }
.post-share .ico { width: 18px; }
.post-share button.is-copied { background: #18924d; color: #fff; border-color: #18924d; }
.prose--post { font-size: 1.08rem; line-height: 1.8; }
.prose--post > .lead { font-size: 1.25rem; font-family: var(--ff-display); line-height: 1.6; color: var(--ink); margin-bottom: 1.6em; }
.prose--post h2 { margin-top: 48px; }
.prose--post .card h3 { font-size: 1.1rem; }
.post-tags { display: flex; gap: 8px; flex-wrap: wrap; margin: 28px 0; }
.post-cta { display: grid; gap: 18px; margin-top: 48px; padding: 32px; border-radius: var(--r-lg); background: var(--navy-900); color: rgba(255, 255, 255, .75); }
.post-cta h2 { color: #fff; margin: 0 0 8px; font-size: 1.7rem; }
.post-cta strong { color: #fff; }
.post-cta__btns { display: flex; gap: 12px; flex-wrap: wrap; }
.prose--post .post-cta a { text-decoration: none; color: #fff; }
.prose--legal h2 { font-size: 1.5rem; margin-top: 40px; }

/* ---------- Services page rows ---------- */
.srows { display: grid; gap: clamp(28px, 4vw, 48px); margin-top: clamp(40px, 5vw, 64px); }
.srow { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(28px, 5vw, 72px); align-items: center; padding: clamp(20px, 3vw, 28px); border-radius: var(--r-xl); background: #fff; box-shadow: var(--shadow-sm); }
.srow--rev .srow__media { order: 2; }
.srow__media { position: relative; border-radius: var(--r-lg); overflow: hidden; aspect-ratio: 4 / 3; }
.srow__media img { width: 100%; height: 100%; object-fit: cover; }
.srow__tag { position: absolute; left: 16px; bottom: 16px; display: inline-flex; align-items: center; gap: 8px; padding: 10px 14px; border-radius: 999px; background: rgba(255, 255, 255, .95); font-weight: 700; font-size: .85rem; color: var(--ink); }
.srow__tag .ico { width: 18px; color: var(--red); }
.srow__n { font-family: var(--ff-display); font-style: italic; font-size: 1.1rem; color: var(--red); }
.srow h3 { font-family: var(--ff-display); font-size: clamp(1.5rem, 2.6vw, 2rem); margin: 6px 0 14px; }
.srow p { color: var(--muted); }
.srow .btn { margin-top: 24px; }
.checklist { list-style: none; margin: 20px 0 0; padding: 0; display: grid; gap: 10px; }
.checklist li { display: flex; gap: 12px; align-items: flex-start; font-size: .95rem; }
.checklist .ico { flex: none; width: 20px; height: 20px; padding: 3px; margin-top: 2px; border-radius: 50%; background: var(--flame-soft); color: var(--red); stroke-width: 3; }
.checklist--cols { grid-template-columns: 1fr 1fr; margin-top: 28px; }
.checklist--cols li { font-weight: 600; color: var(--ink); }

/* ---------- About ---------- */
.story__in { display: grid; grid-template-columns: 1.05fr 1fr; gap: clamp(40px, 6vw, 96px); align-items: center; }
.story__copy .lead { margin-top: 24px; }
.story__copy > p { color: var(--muted); }
.story__media { position: relative; min-height: 560px; }
.story__img { position: absolute; border-radius: var(--r-xl); overflow: hidden; box-shadow: var(--shadow-lg); }
.story__img img { width: 100%; height: 100%; object-fit: cover; }
.story__img--a { left: 0; top: 0; width: 62%; aspect-ratio: .8; background: var(--flame); }
.story__img--a img { object-fit: contain; object-position: bottom; }
.story__img--b { right: 0; bottom: 0; width: 55%; aspect-ratio: .88; border: 8px solid #fff; }
.story__seal { position: absolute; right: 8%; top: 8%; display: flex; align-items: center; gap: 12px; padding: 14px 18px; border-radius: 18px; background: #fff; box-shadow: var(--shadow); font-size: .85rem; line-height: 1.35; }
.story__seal img { width: 44px; height: 44px; }
.story__seal strong { color: var(--ink); }
.numbers__map { position: absolute; inset: 0; background: url("../img/map-dots-2.webp") center / 1300px no-repeat; opacity: .08; filter: invert(1); }
.values__grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.value { position: relative; padding: 36px 30px; border-radius: var(--r-lg); background: var(--paper); overflow: hidden; }
.value__n { position: absolute; right: 22px; top: 12px; font-family: var(--ff-display); font-size: 4.2rem; font-weight: 600; font-style: italic; line-height: 1; color: rgba(13, 23, 51, .06); }
.value h3 { font-family: var(--ff-display); font-size: 1.35rem; margin: 22px 0 10px; }
.value p { color: var(--muted); font-size: .95rem; }

/* ---------- Contact ---------- */
.contact-cards-sec { padding-bottom: clamp(40px, 5vw, 64px); }
.ccards { display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; margin-top: calc(-1 * clamp(110px, 12vw, 170px)); position: relative; z-index: 2; }
.ccard { position: relative; display: flex; flex-direction: column; gap: 4px; padding: 26px; border-radius: var(--r-lg); background: #fff; box-shadow: var(--shadow-lg); transition: transform .4s var(--ease); min-width: 0; }
.ccard:hover { transform: translateY(-6px); }
.ccard__ico { display: grid; place-items: center; width: 54px; height: 54px; border-radius: 16px; background: var(--flame); color: #fff; margin-bottom: 18px; }
.ccard--wa .ccard__ico { background: var(--wa); }
.ccard__ico .ico { width: 24px; height: 24px; }
.ccard small { color: var(--muted); font-size: .84rem; }
.ccard strong { color: var(--ink); font-size: 1.02rem; overflow-wrap: anywhere; }
.ccard__go { position: absolute; right: 22px; top: 26px; color: var(--line-2); transition: color .3s, transform .3s var(--ease); }
.ccard:hover .ccard__go { color: var(--red); transform: translate(3px, -3px); }
.page-contact .phero, .phero:has(+ .contact-cards-sec) { padding-bottom: clamp(150px, 16vw, 220px); }
.contact-main { display: grid; grid-template-columns: 1.3fr .9fr; gap: 32px; align-items: start; }
.contact-aside { display: grid; gap: 20px; position: sticky; top: 100px; }
.mapcard { border-radius: var(--r-xl); overflow: hidden; box-shadow: var(--shadow); aspect-ratio: 1 / .9; background: var(--paper-2); }
.mapcard iframe { width: 100%; height: 100%; border: 0; filter: saturate(.8); }
.hours { padding: 26px; border-radius: var(--r-lg); background: var(--navy-900); color: rgba(255, 255, 255, .7); }
.hours h3 { display: flex; align-items: center; gap: 10px; color: #fff; margin-bottom: 16px; }
.hours h3 .ico { color: var(--ember); }
.hours ul { list-style: none; margin: 0 0 16px; padding: 0; }
.hours li { display: flex; justify-content: space-between; gap: 16px; padding: 12px 0; border-bottom: 1px solid rgba(255, 255, 255, .08); font-size: .9rem; }
.hours li strong { color: #fff; white-space: nowrap; }
.hours p { display: flex; gap: 8px; margin: 0; font-size: .88rem; }
.hours p .ico { width: 16px; color: var(--ember); margin-top: 3px; }

/* ---------- Merci / 404 ---------- */
.thanks { position: relative; min-height: 100vh; display: grid; align-items: center; padding: calc(var(--header-h) + var(--topbar-h) + 40px) 0 80px; background: var(--navy-900); color: rgba(255, 255, 255, .72); overflow: hidden; isolation: isolate; }
.thanks__in--center { text-align: center; display: grid; justify-items: center; }
.big404 { font-size: clamp(3rem, 9vw, 7rem); color: #fff; margin-bottom: 10px; }
.boarding { display: grid; grid-template-columns: 1fr 220px; max-width: 980px; margin-inline: auto; border-radius: var(--r-xl); overflow: hidden; background: #fff; color: var(--ink-2); box-shadow: var(--shadow-lg); }
.boarding__main { padding: clamp(28px, 5vw, 52px); }
.boarding__main h1 { font-size: clamp(1.9rem, 4vw, 2.8rem); margin-bottom: 14px; }
.boarding__rows { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; margin-top: 28px; padding: 20px 0; border-block: 2px dashed var(--line); }
.boarding__rows small { display: block; font-size: .7rem; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; color: var(--muted); }
.boarding__rows strong { color: var(--ink); font-size: .98rem; }
.boarding__stub { position: relative; display: grid; justify-items: center; align-content: center; gap: 10px; padding: 32px 20px; background: var(--flame); color: #fff; border-left: 2px dashed rgba(255, 255, 255, .5); }
.boarding__stub strong { font-family: var(--ff-display); font-size: 2.2rem; line-height: 1; }
.boarding__stub > .ico { width: 26px; rotate: 90deg; }
.boarding__stub img { width: 54px; height: 54px; filter: brightness(0) invert(1); margin-bottom: 8px; }
.barcode { width: 120px; height: 44px; margin-top: 16px; background: repeating-linear-gradient(90deg, #fff 0 2px, transparent 2px 4px, #fff 4px 5px, transparent 5px 8px, #fff 8px 11px, transparent 11px 13px); opacity: .85; }

/* ---------- Animations d'apparition ---------- */
.reveal { opacity: 0; transform: translateY(28px); transition: opacity .9s var(--ease) var(--d, 0ms), transform .9s var(--ease) var(--d, 0ms); }
.reveal.is-in { opacity: 1; transform: none; }
.no-js .reveal { opacity: 1; transform: none; }

/* =====================================================================
   RESPONSIVE
   ===================================================================== */
@media (max-width: 1240px) {
  .header__phone { display: none; }
  .detail--visa { grid-template-columns: 250px minmax(0, 1fr); gap: 40px; }
}
@media (max-width: 1080px) {
  :root { --header-h: 76px; }
  .nav, .header__cta > .btn { display: none; }
  .burger { display: block; }
  .header__cta { margin-left: auto; }
  .hero__in { grid-template-columns: 1fr; min-height: 0; }
  .hero__visual { min-height: 460px; max-width: 560px; width: 100%; margin-inline: auto; }
  .pass { grid-template-columns: 1fr 1fr; gap: 6px; margin-bottom: -120px; }
  .pass__brand { grid-column: 1 / -1; border-right: 0; border-bottom: 2px dashed var(--line); padding-bottom: 14px; }
  .pass__plane { display: none; }
  .pass__field + .pass__field { border-left: 0; }
  .pass__field { background: var(--paper); border-radius: 14px; }
  .pass__field--from { display: none; }
  .pass__btn { grid-column: 1 / -1; }
  .pass__perf { display: none; }
  .page-home .partners { padding-top: 160px; }
  .engage__in, .about-teaser__in, .why__in, .rdv-sec__in, .story__in, .included, .contact-main { grid-template-columns: 1fr; }
  .engage__grid, .sgrid, .pgrid, .values__grid { grid-template-columns: repeat(2, 1fr); }
  .vgrid { grid-template-columns: repeat(3, 1fr); }
  .steps { grid-template-columns: repeat(2, 1fr); }
  .testi__track { grid-auto-columns: calc((100% - 24px) / 2); }
  .detail, .detail--visa { grid-template-columns: 1fr; }
  .detail__toc { position: static; order: 2; }
  .detail__toc .toc { display: none; }
  .detail__toc .side-cta { margin-top: 0; }
  .detail__side { position: static; grid-template-columns: 1fr 1fr; }
  .contact-aside { position: static; grid-template-columns: 1fr 1fr; }
  .ccards { grid-template-columns: repeat(2, 1fr); }
  .footer__grid { grid-template-columns: 1fr 1fr; }
  .newsletter__card { grid-template-columns: auto 1fr; }
  .newsletter__form { grid-column: 1 / -1; }
  .ctaband__card { grid-template-columns: 1fr; }
  .ctaband__actions { grid-template-columns: repeat(2, auto); justify-content: start; }
  .ctaband__tel { grid-column: 1 / -1; justify-content: flex-start; }
  .collage { max-width: 560px; }
  .why__panel { max-width: 620px; }
  .story__media { max-width: 600px; }
  .feature { grid-template-columns: 1fr; }
  .feature__media { min-height: 0; aspect-ratio: 16 / 9; }
  .post-layout { grid-template-columns: minmax(0, 1fr); }
  .post-share { position: static; display: flex; justify-content: flex-start; order: 2; }
  .post-share span { writing-mode: horizontal-tb; rotate: none; margin: 0 6px 0 0; }
}
@media (max-width: 720px) {
  :root { --topbar-h: 0px; --header-h: 68px; }
  body { font-size: 15.5px; }
  .topbar { display: none; }
  .brand { width: 150px; }
  .header__cta .header__phone { display: none; }
  .hero__title { font-size: clamp(2.3rem, 10vw, 3rem); }
  .hero__visual { min-height: 380px; }
  .hero__chip--a { left: 0; top: 22%; }
  .hero__chip--b { right: 0; bottom: 10%; }
  .hero__chip { font-size: .78rem; padding: 9px 12px 9px 9px; }
  .hero__chip-ico { width: 36px; height: 36px; }
  .hero__stamp { width: 88px; height: 88px; }
  .hero__stamp text { font-size: 13px; }
  .hero__actions .btn { flex: 1 1 100%; }
  .hero__trust { justify-content: center; text-align: center; }
  .pass { grid-template-columns: 1fr; }
  .page-home .partners { padding-top: 168px; }
  .partners__in li img { height: 26px; }
  .partners__in li:nth-child(3) img { height: 44px; }
  .hero__rating { flex-wrap: wrap; justify-content: center; }
  .engage__grid, .sgrid, .pgrid, .values__grid, .steps, .incl, .why4, .rdv__grid, .prose .grid, .checklist--cols, .ccards { grid-template-columns: 1fr; }
  .vgrid { grid-template-columns: repeat(2, 1fr); gap: 12px; }
  .vgrid .vcard__body { padding: 16px; }
  .vgrid .vcard__title { font-size: 1.15rem; }
  .vgrid .vcard__text, .vgrid .vcard__stamp { display: none; }
  .vtrack { grid-auto-columns: 78%; }
  .testi__track { grid-auto-columns: 88%; }
  .stats { grid-template-columns: repeat(2, 1fr); }
  .collage { padding: 0 20px 70px 0; }
  .collage__badge { left: 0; bottom: 110px; }
  .collage__badge strong { font-size: 2rem; }
  .collage__flags { gap: 6px; padding: 8px; }
  .collage__flags img, .collage__flags span { width: 34px; height: 34px; }
  .why__photo { margin-left: 0; }
  .why__card { position: relative; right: auto; margin-top: -80px; margin-inline: 16px; }
  .why__panel { padding-bottom: 0; }
  .srow, .srow--rev { grid-template-columns: 1fr; }
  .srow--rev .srow__media { order: 0; }
  .story__media { min-height: 420px; }
  .detail__side, .contact-aside { grid-template-columns: 1fr; }
  .footer__grid { grid-template-columns: 1fr; gap: 32px; }
  .newsletter__card { grid-template-columns: 1fr; }
  .newsletter__plane { display: none; }
  .newsletter__form { border-radius: 20px; }
  .newsletter__form .btn { width: 100%; }
  .ctaband__actions { grid-template-columns: 1fr; }
  .ctaband__tel { justify-content: center; }
  .rdv__ticket strong { font-size: 1.5rem; }
  .kpis strong { font-size: 1.3rem; }
  .timeline::before { left: 19px; }
  .timeline__n { width: 40px; height: 40px; }
  .timeline li { align-items: flex-start; gap: 14px; }
  .timeline p { padding: 14px 16px; }
  .prose ol li { padding-left: 56px; }
  .intro-card { flex-direction: column; padding: 22px; }
  .boarding { grid-template-columns: 1fr; }
  .boarding__stub { border-left: 0; border-top: 2px dashed rgba(255, 255, 255, .5); grid-auto-flow: column; justify-content: center; align-items: center; padding: 18px; }
  .boarding__stub img, .barcode { display: none; }
  .boarding__rows { grid-template-columns: 1fr 1fr; }
  .wa-float span { display: none; }
  .wa-float { width: 56px; padding: 0; justify-content: center; right: 16px; bottom: 16px; }
  .phero--post { padding-bottom: 120px; }
  .post-cover-wrap { margin-top: -90px; }
  .post-cover { aspect-ratio: 16 / 10; }
  .testi__score { width: 100%; }
}

@media (prefers-reduced-motion: reduce) {
  .hero__video { display: none; }
  *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; scroll-behavior: auto !important; }
  .reveal { opacity: 1; transform: none; }
}
