/* Reservation-TaxiParis.com — feuille de style
   Palette : bleu #16337E · rouge #E0202D · texte #22262e · gris #5A6473 */

:root {
  --blue: #16337E;
  --blue-dark: #122a68;
  --red: #E0202D;
  --red-dark: #c41924;
  --text: #22262e;
  --muted: #5A6473;
  --line: #D9DEE8;
  --line-soft: #E4E9F2;
  --bg-soft: #EDF3FB;
  --bg-app: #EAF1FB;
  --shadow: 0 8px 24px rgba(20,42,90,.08);
  --gutter: 36px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; }
body { margin: 0; font-family: 'Poppins', system-ui, -apple-system, 'Segoe UI', Roboto, sans-serif; background: #fff; color: var(--text); line-height: 1.4; }
a { color: var(--text); text-decoration: none; }
a:hover { color: var(--red); }
img { max-width: 100%; display: block; }
input, select, button { font-family: inherit; }
input::placeholder { color: #98a1b3; }
h1, h2, h3, p { margin: 0; }
.container { max-width: 1240px; margin: 0 auto; }
.hp { position: absolute; left: -9999px; width: 1px; height: 1px; opacity: 0; }
[hidden] { display: none !important; }

/* ---------- Header ---------- */
.site-header { padding: 14px var(--gutter); background: #fff; position: relative; z-index: 20; }
.site-header__in { max-width: 1240px; margin: 0 auto; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.brand { display: flex; align-items: center; gap: 12px; }
.brand__name { font-size: 19px; font-weight: 800; line-height: 1.15; color: var(--blue); letter-spacing: .2px; }
.brand__name .red { color: var(--red); }
.brand__tag { font-size: 11.5px; color: var(--muted); margin-top: 2px; }
.nav { display: flex; align-items: center; gap: 30px; font-size: 14.5px; font-weight: 500; }
.nav a:hover { color: var(--red); }
.header-phone { display: flex; align-items: center; gap: 10px; }
.header-phone__icon { width: 42px; height: 42px; border-radius: 50%; background: var(--blue); display: flex; align-items: center; justify-content: center; flex-shrink: 0; }
.header-phone__num { font-size: 18px; font-weight: 800; color: var(--blue); letter-spacing: .3px; white-space: nowrap; }
.header-phone__sub { font-size: 11.5px; color: var(--muted); }
.burger { display: none; width: 44px; height: 44px; border: 1.5px solid var(--line); border-radius: 10px; background: #fff; cursor: pointer; align-items: center; justify-content: center; }
.burger span { display: block; width: 20px; height: 2px; background: var(--blue); border-radius: 2px; position: relative; }
.burger span::before, .burger span::after { content: ""; position: absolute; left: 0; width: 20px; height: 2px; background: var(--blue); border-radius: 2px; }
.burger span::before { top: -6px; } .burger span::after { top: 6px; }
.mobile-nav { display: none; flex-direction: column; background: #fff; border-top: 1px solid var(--line-soft); border-bottom: 1px solid var(--line-soft); padding: 8px var(--gutter) 16px; }
.mobile-nav a { max-width: 1240px; width: 100%; margin: 0 auto; }
.mobile-nav.open { display: flex; }
.mobile-nav a { padding: 12px 0; font-size: 15px; font-weight: 600; color: var(--blue); border-bottom: 1px solid var(--line-soft); }
.mobile-nav a:last-child { border-bottom: none; }

/* ---------- Hero ---------- */
.hero { position: relative; overflow: hidden; background: #DCE9FA; padding: 0 var(--gutter); }
.hero__photo { position: absolute; inset: 0; width: 100%; height: 100%; }
.hero__photo picture, .svc__img picture, .phone__map picture { display: block; width: 100%; height: 100%; }
.hero__photo img { width: 100%; height: 100%; object-fit: cover; object-position: 62% center; }
.hero__photo::after { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, rgba(234,242,252,.94) 0%, rgba(234,242,252,.9) 30%, rgba(234,242,252,.72) 44%, rgba(234,242,252,.25) 66%, rgba(234,242,252,0) 84%); pointer-events: none; }
.hero__inner { position: relative; max-width: 1240px; margin: 0 auto; padding: 56px 0 64px; }
.hero h1 { font-size: 52px; line-height: 1.12; font-weight: 800; color: var(--blue); max-width: 720px; text-wrap: pretty; }
.hero h1 .red { color: var(--red); }
.hero__sub { margin-top: 18px; font-size: 19px; color: #2c3446; font-weight: 500; }
.hero__points { display: flex; flex-wrap: wrap; gap: 36px; margin-top: 26px; }
.hero__point { display: flex; align-items: center; gap: 10px; font-size: 13.5px; font-weight: 600; line-height: 1.3; }

/* ---------- Booking card (style taxireza.com) ----------
   La carte déborde du héro : environ 2/3 dans la photo, 1/3 dans la section
   suivante. --overhang = hauteur qui déborde ; .features réserve la place. */
:root { --overhang: 64px; }   /* environ 1/3 de la carte sous le héro, 2/3 dans la photo */
.hero { overflow: visible; }
.hero__inner { padding-bottom: 0; display: flow-root; }   /* empêche la marge négative de la carte de « traverser » le héro */

.book {
  background: #fff; border-radius: 24px; padding: 28px; max-width: 620px; margin-top: 30px;
  margin-bottom: calc(-1 * var(--overhang));
  position: relative; z-index: 3;
  border: 1px solid rgba(255,255,255,.6);
  box-shadow: 0 25px 50px -12px rgba(9,20,50,.32), 0 8px 20px -8px rgba(9,20,50,.18);
}
.book__mobilecall { display: none; }
.book__callbtn {
  display: flex; align-items: center; justify-content: center; gap: 10px; width: 100%;
  background: var(--red); color: #fff; border-radius: 12px; padding: 13px 16px;
  font-size: 20px; font-weight: 800; letter-spacing: .02em; font-variant-numeric: tabular-nums;
  box-shadow: 0 10px 20px -8px rgba(224,32,45,.55);
}
.book__callbtn:hover { background: var(--red-dark); color: #fff; }
.book__callbtn svg { animation: pulse 1.6s ease-in-out infinite; }
@keyframes pulse { 0%, 100% { transform: scale(1); } 50% { transform: scale(1.18); } }
.book__or { display: flex; align-items: center; gap: 12px; margin: 16px 0; }
.book__or span { flex: 1; height: 1px; background: var(--line-soft); }
.book__or em { font-style: normal; font-size: 11px; font-weight: 700; letter-spacing: .18em; text-transform: uppercase; color: #98a1b3; }
.book__head { margin-bottom: 16px; }
.book__title { font-size: 22px; font-weight: 800; color: #0f172a; letter-spacing: -.01em; line-height: 1.2; }
.book__sub { font-size: 13px; color: var(--muted); margin-top: 4px; }

.steps { display: flex; align-items: center; gap: 10px; margin-bottom: 16px; }
.steps__item { display: flex; align-items: center; gap: 8px; font-size: 12.5px; font-weight: 600; color: #98a1b3; white-space: nowrap; }
.steps__badge { width: 22px; height: 22px; border-radius: 50%; display: flex; align-items: center; justify-content: center; font-size: 11.5px; font-weight: 800; background: #F1F5F9; color: #98a1b3; }
.steps__item.on, .steps__item.done { color: #0f172a; }
.steps__item.on .steps__badge { background: var(--red); color: #fff; }
.steps__item.done .steps__badge { background: #1E9E5A; color: #fff; }
.steps__line { flex: 1; height: 1px; background: var(--line-soft); }
.panel { display: none; }
.panel.active { display: block; }

.toggle { display: flex; gap: 8px; padding: 4px; background: #F1F5F9; border-radius: 10px; }
.toggle button {
  flex: 1; display: flex; align-items: center; justify-content: center; gap: 7px;
  padding: 9px 12px; border: none; border-radius: 8px; background: transparent;
  font-size: 14px; font-weight: 600; color: #475569; cursor: pointer; transition: all .15s;
}
.toggle button:hover { color: #0f172a; }
.toggle button.sel { background: var(--red); color: #fff; box-shadow: 0 1px 2px rgba(0,0,0,.08); }

.label { display: block; font-size: 14px; font-weight: 600; color: #334155; margin: 18px 0 6px; }
.label i { font-style: normal; color: var(--red); margin-left: 3px; }
.field {
  position: relative; display: flex; align-items: center; gap: 10px;
  border: 1px solid #E5E7EB; border-radius: 12px; background: #F9FAFB; height: 48px; padding: 0 14px;
  transition: border-color .15s, box-shadow .15s, background .15s;
}
.field:focus-within { background: #fff; border-color: var(--red); box-shadow: 0 0 0 3px rgba(224,32,45,.16); }
.field__ico { color: var(--red); flex-shrink: 0; }
.field input, .field select { flex: 1; min-width: 0; height: 100%; border: none; outline: none; background: transparent; font-size: 14px; color: #111827; }
.field input::placeholder { color: #9CA3AF; }
.field select { flex: 0 0 auto; font-weight: 600; cursor: pointer; padding-right: 2px; }
.field__sep { width: 1px; height: 22px; background: #E5E7EB; }
.field input[type="date"], .field input[type="time"] { font-family: inherit; }
.row2 { display: flex; gap: 12px; }
.row2 > * { flex: 1; min-width: 0; }

.btn {
  display: flex; align-items: center; justify-content: center; gap: 10px;
  height: 50px; border-radius: 12px; border: none; padding: 0 18px;
  font-size: 14px; font-weight: 700; cursor: pointer; transition: background .15s, color .15s, transform .1s;
}
.btn:active { transform: translateY(1px); }
.btn--primary { width: 100%; background: var(--red); color: #fff; }
.btn--primary:hover { background: var(--red-dark); }
.btn--primary[disabled], .btn--primary.loading { background: #9CA3AF; cursor: not-allowed; }
.btn--lg { height: 56px; font-size: 17px; margin-top: 20px; }
.btn--ghost { flex: 0 0 56px; width: 56px; height: 56px; margin-top: 20px; background: #fff; color: #334155; border: 1px solid #E5E7EB; }
.btn--ghost:hover { background: #F9FAFB; color: #0f172a; }
.actions { display: flex; gap: 10px; }
.actions .btn--primary { flex: 1; }

.summary { display: flex; align-items: center; gap: 10px; background: #F9FAFB; border: 1px solid #E5E7EB; border-radius: 12px; padding: 11px 13px; font-size: 13px; color: #334155; }
.summary svg { color: var(--red); flex-shrink: 0; }
.summary__text { flex: 1; min-width: 0; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.summary__text strong { color: #0f172a; }
.summary button { border: none; background: transparent; color: var(--red); font-size: 12.5px; font-weight: 700; cursor: pointer; padding: 0; }
.summary button:hover { text-decoration: underline; }

.err { display: none; margin-top: 16px; gap: 10px; border: 1px solid #FECACA; background: #FEF2F2; border-radius: 12px; padding: 12px 14px; font-size: 12.5px; color: #B91C1C; line-height: 1.45; }
.err.show { display: flex; }
.err svg { flex-shrink: 0; margin-top: 2px; }
.err p { margin: 2px 0 0; }
.err a { color: #B91C1C; font-weight: 700; text-decoration: underline; }
.note { margin-top: 12px; font-size: 11.5px; color: var(--muted); text-align: center; line-height: 1.4; }

/* Confirmation */
.ok__head { text-align: center; }
.ok__check { width: 64px; height: 64px; border-radius: 50%; background: #DCFCE7; display: flex; align-items: center; justify-content: center; margin: 0 auto 12px; }
.ok__title { font-size: 20px; font-weight: 800; color: #0f172a; }
.ok__sub { font-size: 13px; color: var(--muted); margin-top: 4px; }
.ok__box { background: #F8FAFC; border-radius: 12px; padding: 14px 16px 6px; margin-top: 18px; }
.ok__box-title { font-size: 13px; font-weight: 700; color: #0f172a; padding-bottom: 8px; }
.ok__row { display: flex; align-items: flex-start; gap: 10px; padding: 8px 0; border-top: 1px solid var(--line-soft); }
.ok__ico { width: 30px; height: 30px; border-radius: 8px; display: flex; align-items: center; justify-content: center; flex-shrink: 0; }
.ok__k { font-size: 11px; color: var(--muted); font-weight: 600; }
.ok__v { font-size: 13.5px; font-weight: 700; color: #0f172a; overflow-wrap: anywhere; }
.ok__timer { background: #F97316; color: #fff; border-radius: 12px; padding: 16px; text-align: center; margin-top: 14px; }
.ok__timer-k { font-size: 11px; letter-spacing: .1em; font-weight: 700; text-transform: uppercase; opacity: .95; }
.ok__timer-v { font-size: 38px; font-weight: 800; font-variant-numeric: tabular-nums; line-height: 1.2; margin-top: 4px; }
.ok__timer-s { font-size: 12px; opacity: .9; margin-top: 4px; }
.ok__call { display: flex; align-items: center; gap: 8px; background: #FEF2F2; border-radius: 10px; padding: 10px 14px; margin-top: 12px; font-size: 13px; color: #334155; }
.ok__info { display: flex; align-items: flex-start; gap: 8px; background: #FFFBEB; border: 1px solid #FDE68A; border-radius: 10px; padding: 10px 14px; margin-top: 10px; font-size: 12px; color: #334155; line-height: 1.45; }
.ok__info svg, .ok__call svg { flex-shrink: 0; margin-top: 1px; }

@media (max-width: 900px) {
  :root { --overhang: 48px; }
  .book__mobilecall { display: block; }
}
@media (max-width: 600px) {
  .book { padding: 18px 16px; border-radius: 20px; }
  .book__title { font-size: 20px; }
  .btn--ghost { flex-basis: 50px; width: 50px; }
}

/* ---------- Autocomplétion d'adresses (style taxireza.com) ---------- */
.ac-wrap { position: relative; }
.field--ac { padding-right: 40px; }
.ac-spin, .ac-clear { position: absolute; right: 12px; top: 50%; transform: translateY(-50%); width: 18px; height: 18px; }
.ac-spin { border: 2px solid #CBD5E1; border-top-color: transparent; border-radius: 50%; animation: ac-spin .7s linear infinite; }
@keyframes ac-spin { to { transform: translateY(-50%) rotate(360deg); } }
.ac-clear { border: none; background: transparent; padding: 0; color: #94A3B8; cursor: pointer; display: flex; }
.ac-clear:hover { color: #475569; }
.ac-clear svg { width: 18px; height: 18px; }
.ac { position: absolute; z-index: 30; left: 0; right: 0; top: 100%; margin: 6px 0 0; padding: 0; list-style: none; background: #fff; border: 1px solid #E2E8F0; border-radius: 12px; box-shadow: 0 25px 50px -12px rgba(0,0,0,.25); max-height: 320px; overflow-y: auto; text-align: left; }
.ac__tabs { display: flex; position: sticky; top: 0; background: #fff; z-index: 1; border-bottom: 1px solid #F1F5F9; }
.ac__tabs button { flex: 1; padding: 10px 6px; border: none; border-bottom: 2px solid transparent; background: transparent; font-size: 12px; font-weight: 600; color: #64748B; cursor: pointer; }
.ac__tabs button:hover { color: #334155; }
.ac__tabs button.on { color: var(--red); border-bottom-color: var(--red); }
.ac__head { padding: 10px 16px 4px; font-size: 10px; letter-spacing: .18em; text-transform: uppercase; color: #94A3B8; background: #F8FAFC; border-top: 1px solid #F1F5F9; }
.ac__foot { padding: 6px 16px; font-size: 10px; letter-spacing: .18em; text-transform: uppercase; color: #94A3B8; background: #F8FAFC; }
.ac__item { display: flex; align-items: flex-start; gap: 12px; padding: 10px 16px; cursor: pointer; border-bottom: 1px solid #F1F5F9; }
.ac__item:last-of-type { border-bottom: none; }
.ac__item.on { background: rgba(224,32,45,.05); }
.ac__ico { flex-shrink: 0; width: 32px; height: 32px; border-radius: 8px; display: flex; align-items: center; justify-content: center; background: #F1F5F9; color: #64748B; }
.ac__ico svg { width: 14px; height: 14px; }
.ac__item.pop .ac__ico { background: rgba(224,32,45,.15); color: var(--red); }
.ac__item.on .ac__ico { background: var(--red); color: #fff; }
.ac__txt { flex: 1; min-width: 0; }
.ac__p { display: block; font-size: 14px; color: #1E293B; line-height: 1.25; }
.ac__p b, .ac__s b { font-weight: 700; color: #0f172a; }
.ac__s { display: block; margin-top: 2px; font-size: 12px; color: #64748B; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }

/* ---------- CTA (services & tarifs) ---------- */
.cta-row { display: flex; flex-wrap: wrap; justify-content: center; gap: 12px; margin-top: 30px; }
.cta { display: inline-flex; align-items: center; gap: 9px; border-radius: 12px; padding: 14px 26px; font-size: 13.5px; font-weight: 800; letter-spacing: .05em; transition: background .15s, color .15s, border-color .15s, transform .1s; }
.cta:active { transform: translateY(1px); }
.cta--primary { background: var(--red); color: #fff; box-shadow: 0 10px 22px -8px rgba(224,32,45,.6); }
.cta--primary:hover { background: var(--red-dark); color: #fff; }
.cta--outline { background: #fff; color: var(--blue); border: 1.5px solid #C9D2E2; font-variant-numeric: tabular-nums; }
.cta--outline:hover { border-color: var(--blue); color: var(--blue); }
.svc__cta { display: inline-flex; align-items: center; gap: 6px; margin-top: 12px; font-size: 12.5px; font-weight: 700; color: var(--red); }
.svc__cta:hover { color: var(--red-dark); text-decoration: underline; }
.price__cta { display: inline-flex; align-items: center; justify-content: center; gap: 8px; width: 100%; margin-top: 18px; padding: 11px 14px; border-radius: 10px; background: var(--blue); color: #fff; font-size: 13px; font-weight: 700; transition: background .15s; }
.price__cta:hover { background: var(--blue-dark); color: #fff; }
@media (max-width: 600px) {
  .cta-row { flex-direction: column; align-items: stretch; }
  .cta { justify-content: center; }
}

/* ---------- Pages légales ---------- */
.legal { padding: 48px var(--gutter) 72px; background: #fff; }
.legal__in { max-width: 820px; margin: 0 auto; }
.legal__crumb { font-size: 12.5px; color: var(--muted); margin-bottom: 18px; }
.legal__crumb a { color: var(--blue); font-weight: 600; }
.legal h1 { font-size: clamp(28px, 4vw, 40px); font-weight: 800; color: var(--blue); letter-spacing: -.01em; line-height: 1.15; }
.legal__intro { margin-top: 14px; font-size: 16px; line-height: 1.6; color: var(--muted); }
.legal__date { margin-top: 14px; font-size: 11px; letter-spacing: .22em; text-transform: uppercase; color: #98a1b3; }
.legal__body { margin-top: 36px; display: flex; flex-direction: column; gap: 30px; font-size: 15px; line-height: 1.7; color: #334155; }
.legal__body h2 { font-size: 19px; font-weight: 800; color: #0f172a; margin-bottom: 10px; }
.legal__body h3 { font-size: 15.5px; font-weight: 700; color: #0f172a; margin: 16px 0 6px; }
.legal__body p + p { margin-top: 10px; }
.legal__body ul { margin: 10px 0 0; padding-left: 22px; }
.legal__body li + li { margin-top: 6px; }
.legal__body a { color: var(--red); font-weight: 600; text-decoration: underline; text-underline-offset: 2px; }
.legal__body a:hover { color: var(--red-dark); }
.legal__body code { font-family: ui-monospace, SFMono-Regular, Menlo, monospace; font-size: 13px; background: #F1F5F9; padding: 1px 6px; border-radius: 5px; }

/* ---------- Pied de page ---------- */
.footer { text-align: center; font-size: 12.5px; color: var(--muted); padding: 22px var(--gutter) 26px; background: #fff; }
.footer__links { display: flex; flex-wrap: wrap; justify-content: center; gap: 6px 18px; margin-bottom: 10px; }
.footer__links a, .footer__links button { font: inherit; font-weight: 600; color: var(--blue); background: none; border: none; padding: 0; cursor: pointer; }
.footer__links a:hover, .footer__links button:hover { color: var(--red); }

/* ---------- Bandeau cookies (style taxireza.com) ---------- */
.ck__backdrop { position: fixed; inset: 0; background: rgba(0,0,0,.4); z-index: 69; }
.ck__bar { position: fixed; left: 0; right: 0; bottom: 0; z-index: 70; background: #fff; border-top: 1px solid #E2E8F0; box-shadow: 0 -12px 40px -12px rgba(15,23,42,.25); }
.ck__compact { max-width: 1240px; margin: 0 auto; padding: 18px var(--gutter); display: flex; flex-wrap: wrap; align-items: center; gap: 16px 24px; }
.ck__lead { display: flex; align-items: flex-start; gap: 14px; flex: 1 1 420px; min-width: 0; }
.ck__ico { flex-shrink: 0; width: 40px; height: 40px; border-radius: 12px; background: rgba(224,32,45,.1); color: var(--red); display: flex; align-items: center; justify-content: center; }
.ck__t { font-size: 15px; font-weight: 800; color: #0f172a; line-height: 1.2; }
.ck__p { margin-top: 4px; font-size: 13px; color: #475569; line-height: 1.45; }
.ck__p a, .ck__foot a { color: var(--red); font-weight: 600; text-decoration: underline; text-underline-offset: 2px; }
.ck__btns { display: grid; grid-template-columns: repeat(3, 1fr); gap: 8px; flex: 0 0 auto; min-width: 420px; }
.ck__btns--2 { grid-template-columns: repeat(2, 1fr); min-width: 0; margin-top: 18px; }
.ck__btn { border-radius: 12px; padding: 12px 16px; font: inherit; font-size: 13.5px; font-weight: 700; border: 2px solid #CBD5E1; background: #fff; color: #334155; cursor: pointer; transition: background .15s, color .15s; }
.ck__btn:hover { background: #F8FAFC; }
.ck__btn--primary { background: var(--red); border-color: var(--red); color: #fff; }
.ck__btn--primary:hover { background: var(--red-dark); border-color: var(--red-dark); }
.ck__panel { max-width: 760px; margin: 0 auto; padding: 22px var(--gutter) 24px; max-height: 85vh; overflow-y: auto; }
.ck__head { display: flex; align-items: flex-start; justify-content: space-between; gap: 12px; margin-bottom: 16px; }
.ck__head .ck__t { font-size: 18px; }
.ck__sub { margin-top: 4px; font-size: 12px; color: #64748B; }
.ck__close { border: none; background: none; font-size: 26px; line-height: 1; color: #94A3B8; cursor: pointer; padding: 0 4px; }
.ck__close:hover { color: #334155; }
.ck__list { list-style: none; margin: 0; padding: 0; display: flex; flex-direction: column; gap: 10px; }
.ck__cat { display: flex; align-items: flex-start; justify-content: space-between; gap: 12px; border: 1px solid #E2E8F0; border-radius: 12px; padding: 14px 16px; }
.ck__cat-t { flex: 1; min-width: 0; }
.ck__cat-t strong { font-size: 13.5px; color: #0f172a; }
.ck__cat-t p { margin-top: 4px; font-size: 12px; color: #475569; line-height: 1.45; }
.ck__tag { display: inline-block; margin-left: 8px; font-size: 10px; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; background: #DCFCE7; color: #15803D; padding: 2px 8px; border-radius: 999px; vertical-align: middle; }
.ck__sw { flex-shrink: 0; position: relative; width: 44px; height: 24px; border-radius: 999px; border: none; background: #CBD5E1; cursor: pointer; transition: background .15s; padding: 0; }
.ck__sw span { position: absolute; top: 2px; left: 2px; width: 20px; height: 20px; border-radius: 50%; background: #fff; transition: transform .15s; }
.ck__sw[aria-checked="true"] { background: var(--red); }
.ck__sw[aria-checked="true"] span { transform: translateX(20px); }
.ck__sw[disabled] { opacity: .6; cursor: not-allowed; }
.ck__foot { margin-top: 14px; text-align: center; font-size: 11px; color: #94A3B8; line-height: 1.5; }
@media (max-width: 900px) {
  .ck__btns { min-width: 0; flex: 1 1 100%; }
}
@media (max-width: 600px) {
  .ck__btns { grid-template-columns: 1fr; }
  .ck__btns--2 { grid-template-columns: 1fr; }
}

/* ---------- Features ---------- */
.features { background: #fff; padding: calc(40px + var(--overhang)) var(--gutter) 56px; }
.features__grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(230px, 1fr)); gap: 36px; }
.feature { display: flex; gap: 16px; }
.feature__ico { flex-shrink: 0; width: 52px; height: 52px; border-radius: 50%; border: 2px solid #C9D8F0; display: flex; align-items: center; justify-content: center; position: relative; font-size: 26px; font-weight: 700; color: var(--red); }
.feature__ico .b24 { position: absolute; right: -2px; bottom: -2px; background: var(--blue); color: #fff; font-size: 8px; font-weight: 700; border-radius: 50%; width: 16px; height: 16px; display: flex; align-items: center; justify-content: center; }
.feature__t { font-size: 15px; font-weight: 700; line-height: 1.3; }
.feature__d { font-size: 12.5px; color: var(--muted); margin-top: 6px; line-height: 1.5; }

/* ---------- App ---------- */
.app { padding: 12px var(--gutter) 56px; }
.app__box { background: var(--bg-app); border-radius: 24px; padding: 52px 48px; display: grid; grid-template-columns: 1.15fr .85fr .9fr; gap: 40px; align-items: center; }
.app__kicker { font-size: 22px; font-weight: 700; }
.app__name { font-size: 27px; font-weight: 800; color: var(--blue); margin-top: 2px; }
.app__name .red { color: var(--red); }
.app__list { display: flex; flex-direction: column; gap: 18px; margin-top: 26px; }
.app__item { display: flex; align-items: center; gap: 14px; }
.app__dot { flex-shrink: 0; width: 38px; height: 38px; border-radius: 50%; background: var(--red); display: flex; align-items: center; justify-content: center; }
.app__item-t { font-size: 14.5px; font-weight: 700; }
.app__item-d { font-size: 12.5px; color: var(--muted); }
.app__call { display: inline-flex; align-items: center; gap: 14px; margin-top: 28px; background: var(--red); color: #fff; border-radius: 14px; padding: 12px 24px 12px 12px; box-shadow: 0 12px 26px -10px rgba(224,32,45,.6); transition: background .15s, transform .1s; }
.app__call:hover { background: var(--red-dark); color: #fff; }
.app__call:active { transform: translateY(1px); }
.app__call-ico { width: 46px; height: 46px; border-radius: 12px; background: rgba(255,255,255,.18); display: flex; align-items: center; justify-content: center; flex-shrink: 0; }
.app__call-ico svg { animation: pulse 1.6s ease-in-out infinite; }
.app__call-txt strong { display: block; font-size: 15px; font-weight: 800; letter-spacing: .06em; }
.app__call-txt small { display: block; font-size: 12px; opacity: .9; margin-top: 2px; }
.badge { text-align: center; }
.badge__svg { display: block; margin: 0 auto; }
.badge__t { font-size: 15px; font-weight: 800; color: var(--blue); letter-spacing: .5px; line-height: 1.45; margin-top: 6px; }
.phone-wrap { display: flex; justify-content: center; }
.phone { position: relative; width: 300px; max-width: 100%; background: #0f1115; border-radius: 44px; padding: 12px; box-shadow: 0 40px 70px -20px rgba(9,20,50,.55), inset 0 0 0 2px #2a2d35; transform: rotate(3deg); }
.phone::before { content: ""; position: absolute; right: -3px; top: 96px; width: 3px; height: 54px; background: #2a2d35; border-radius: 0 3px 3px 0; }
.phone::after { content: ""; position: absolute; left: -3px; top: 80px; width: 3px; height: 34px; background: #2a2d35; border-radius: 3px 0 0 3px; box-shadow: 0 48px 0 #2a2d35; }
.phone__island { position: absolute; left: 50%; top: 22px; transform: translateX(-50%); width: 86px; height: 24px; border-radius: 14px; background: #0f1115; z-index: 2; }
.phone__screen { position: relative; background: #fff; border-radius: 34px; overflow: hidden; }
.phone__status { display: flex; justify-content: space-between; align-items: center; padding: 14px 24px 0; font-size: 12px; font-weight: 700; color: #111; height: 48px; }
.phone__sig { display: flex; gap: 2px; align-items: flex-end; }
.phone__sig i { width: 3px; background: #111; border-radius: 1px; }
.phone__sig i:nth-child(1) { height: 4px; } .phone__sig i:nth-child(2) { height: 6px; } .phone__sig i:nth-child(3) { height: 8px; } .phone__sig i:nth-child(4) { height: 10px; }
.phone__top { display: flex; align-items: center; justify-content: space-between; padding: 6px 16px 10px; }
.phone__logo { font-size: 12.5px; font-weight: 800; color: var(--blue); }
.phone__logo em { font-style: normal; color: var(--red); }
.phone__avatar { width: 26px; height: 26px; border-radius: 50%; background: linear-gradient(135deg,#C9D8F0,#16337E); }
.phone__route { margin: 0 12px 10px; border: 1px solid #E5E7EB; border-radius: 12px; background: #F9FAFB; padding: 6px 12px; position: relative; }
.phone__route::before { content: ""; position: absolute; left: 17px; top: 22px; bottom: 22px; width: 2px; border-left: 2px dashed #CBD5E1; }
.phone__stop { display: flex; align-items: center; gap: 10px; padding: 5px 0; }
.dot { width: 12px; height: 12px; border-radius: 50%; border: 3px solid #fff; box-shadow: 0 0 0 1.5px #CBD5E1; flex-shrink: 0; position: relative; z-index: 1; }
.dot--a { background: #1E9E5A; } .dot--b { background: var(--red); }
.phone__stop-t { font-size: 11px; font-weight: 700; color: #111; line-height: 1.2; }
.phone__stop-t small { display: block; font-size: 9px; font-weight: 600; color: #94A3B8; text-transform: uppercase; letter-spacing: .08em; }
.phone__map { position: relative; height: 250px; overflow: hidden; }
.phone__map img { width: 100%; height: 100%; object-fit: cover; object-position: center center; }
.phone__path { position: absolute; inset: 0; width: 100%; height: 100%; }
.phone__ctrls { position: absolute; right: 10px; top: 10px; }
.phone__ctrls span { width: 30px; height: 30px; border-radius: 50%; background: #fff; box-shadow: 0 3px 8px rgba(0,0,0,.18); display: flex; align-items: center; justify-content: center; }
.map-credit { position: absolute; left: 6px; bottom: 6px; font-size: 8px; color: #333; background: rgba(255,255,255,.75); padding: 1px 4px; border-radius: 4px; }
.phone__sheet { position: relative; margin-top: -14px; background: #fff; border-radius: 18px 18px 0 0; padding: 8px 14px 16px; box-shadow: 0 -8px 20px rgba(0,0,0,.08); }
.phone__grab { width: 36px; height: 4px; border-radius: 2px; background: #E2E8F0; margin: 0 auto 10px; }
.phone__ride { display: flex; align-items: center; gap: 10px; }
.phone__car { width: 40px; height: 40px; border-radius: 10px; background: #EAF1FB; display: flex; align-items: center; justify-content: center; flex-shrink: 0; }
.phone__ride-t { flex: 1; min-width: 0; }
.phone__ride-t strong { display: block; font-size: 12px; color: #111; }
.phone__ride-t small { display: block; font-size: 10px; color: #64748B; margin-top: 1px; }
.phone__eta { text-align: center; line-height: 1; color: var(--blue); }
.phone__eta strong { display: block; font-size: 18px; font-weight: 800; }
.phone__eta small { display: block; font-size: 8px; font-weight: 700; letter-spacing: .1em; }
.phone__btn { margin-top: 10px; background: var(--red); color: #fff; border-radius: 12px; text-align: center; font-size: 12.5px; font-weight: 800; padding: 11px; box-shadow: 0 8px 16px -6px rgba(224,32,45,.55); }
.phone__later { margin-top: 8px; text-align: center; font-size: 10.5px; font-weight: 600; color: var(--blue); }

/* ---------- Sections ---------- */
.section-title { text-align: center; }
.section-title h2 { font-size: 24px; font-weight: 800; color: var(--blue); letter-spacing: 1px; }
.section-title .bar { width: 54px; height: 4px; background: var(--red); border-radius: 2px; margin: 10px auto 0; }
.section-title p { margin: 14px auto 0; max-width: 560px; font-size: 14px; color: var(--muted); }

/* Services */
.services { padding: 8px var(--gutter) 56px; }
.services__grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(190px, 1fr)); gap: 20px; margin-top: 34px; }
.svc { background: #fff; border: 1px solid var(--line-soft); border-radius: 14px; text-align: center; padding-bottom: 18px; }
.svc__img { height: 112px; border-radius: 14px 14px 0 0; overflow: hidden; }
.svc__img img { width: 100%; height: 100%; object-fit: cover; }
.svc__ico { width: 46px; height: 46px; border-radius: 50%; background: #fff; box-shadow: 0 4px 12px rgba(20,42,90,.18); display: flex; align-items: center; justify-content: center; margin: -23px auto 0; position: relative; }
.svc__t { font-size: 13.5px; font-weight: 800; color: var(--blue); margin-top: 10px; letter-spacing: .3px; padding: 0 10px; }
.svc__d { font-size: 12px; color: var(--muted); margin-top: 6px; padding: 0 14px; line-height: 1.5; }
.link-btn { display: inline-block; border: 1.5px solid #C9D2E2; border-radius: 8px; padding: 9px 22px; font-size: 12px; font-weight: 700; letter-spacing: .5px; background: #fff; }
.link-btn:hover { border-color: var(--blue); color: var(--blue); }

/* Tarifs */
.tarifs { background: var(--bg-soft); padding: 56px var(--gutter); }
.tarifs__grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(240px, 1fr)); gap: 20px; margin-top: 34px; }
.price { background: #fff; border-radius: 14px; padding: 26px 24px; text-align: center; box-shadow: var(--shadow); }
.price__t { font-size: 13px; font-weight: 800; color: var(--blue); letter-spacing: .3px; }
.price__v { font-size: 34px; font-weight: 800; color: var(--red); margin-top: 10px; }
.price__v small { font-size: 14px; color: var(--muted); font-weight: 600; }
.price__d { font-size: 12.5px; color: var(--muted); margin-top: 6px; }
.table { background: #fff; border-radius: 14px; margin-top: 20px; overflow: hidden; box-shadow: var(--shadow); }
.table__row { display: grid; grid-template-columns: 1.4fr 1fr 1fr; font-size: 13.5px; border-bottom: 1px solid #EDF1F7; }
.table__row:last-child { border-bottom: none; }
.table__row > div { padding: 13px 22px; color: var(--muted); }
.table__row > div:first-child { font-weight: 600; color: var(--text); }
.table__row--head { background: var(--blue); color: #fff; font-size: 12.5px; font-weight: 700; letter-spacing: .4px; }
.table__row--head > div, .table__row--head > div:first-child { color: #fff; }
.tarifs__note { text-align: center; font-size: 12px; color: var(--muted); margin-top: 14px; }

/* FAQ */
.faq { background: #fff; padding: 56px var(--gutter); }
.faq__list { max-width: 840px; margin: 34px auto 0; display: flex; flex-direction: column; gap: 12px; }
.faq details { border: 1.5px solid var(--line-soft); border-radius: 12px; padding: 16px 20px; }
.faq summary { font-size: 14.5px; font-weight: 700; color: var(--blue); cursor: pointer; }
.faq p { margin: 10px 0 0; font-size: 13.5px; color: var(--muted); line-height: 1.6; }

/* Contact */
.contact { background: var(--bg-soft); padding: 56px var(--gutter); }
.contact__grid { max-width: 1100px; margin: 34px auto 0; display: grid; grid-template-columns: repeat(auto-fit, minmax(320px, 1fr)); gap: 24px; align-items: stretch; }
.callbox { background: linear-gradient(135deg, #122C6B, #1A3C8F); border-radius: 14px; padding: 40px 36px; display: flex; flex-direction: column; align-items: center; justify-content: center; text-align: center; gap: 14px; box-shadow: 0 8px 24px rgba(20,42,90,.15); color: #fff; }
.callbox__ico { width: 62px; height: 62px; border-radius: 50%; background: #fff; display: flex; align-items: center; justify-content: center; }
.callbox__t { font-size: 16px; font-weight: 700; color: rgba(255,255,255,.9); }
.callbox__num { font-size: 38px; font-weight: 800; color: #fff; letter-spacing: 1px; line-height: 1; }
.callbox__num:hover { color: #fff; }
.callbox__s { font-size: 13px; color: rgba(255,255,255,.85); }
.callbox__btn { display: inline-flex; align-items: center; gap: 8px; background: var(--red); color: #fff; border-radius: 10px; padding: 13px 28px; font-size: 14px; font-weight: 800; letter-spacing: .4px; margin-top: 6px; }
.callbox__btn:hover { background: var(--red-dark); color: #fff; }
.contact__cards { display: flex; flex-direction: column; gap: 16px; justify-content: center; }
.ccard { background: #fff; border-radius: 14px; padding: 22px; display: flex; align-items: center; gap: 16px; box-shadow: var(--shadow); }
.ccard__ico { width: 46px; height: 46px; border-radius: 50%; display: flex; align-items: center; justify-content: center; flex-shrink: 0; }
.ccard__k { font-size: 12px; font-weight: 700; color: var(--muted); letter-spacing: .4px; }
.ccard__v { font-size: 15px; font-weight: 700; color: var(--blue); overflow-wrap: anywhere; }

/* Bottom CTA bar */
.ctabar { display: flex; flex-wrap: wrap; align-items: stretch; background: linear-gradient(90deg, #122C6B, #1A3C8F); color: #fff; }
.ctabar__help { flex: 1 1 300px; display: flex; align-items: center; gap: 14px; padding: 20px var(--gutter) 20px max(var(--gutter), calc((100% - 1240px) / 2 + var(--gutter))); }
.ctabar__ring { width: 46px; height: 46px; border-radius: 50%; border: 2px solid rgba(255,255,255,.5); display: flex; align-items: center; justify-content: center; flex-shrink: 0; }
.ctabar__t { font-size: 15px; font-weight: 800; letter-spacing: .3px; }
.ctabar__d { font-size: 12px; color: rgba(255,255,255,.85); line-height: 1.45; }
.ctabar__phone { flex: 1 1 300px; display: flex; align-items: center; justify-content: center; gap: 14px; padding: 20px 24px; }
.ctabar__pi { width: 44px; height: 44px; border-radius: 50%; background: #fff; display: flex; align-items: center; justify-content: center; flex-shrink: 0; }
.ctabar__num { font-size: 20px; font-weight: 800; color: #fff; letter-spacing: .5px; }
.ctabar__num:hover { color: #fff; }
.ctabar__btn { flex: 1 1 300px; display: flex; align-items: center; justify-content: center; background: var(--red); clip-path: polygon(56px 0, 100% 0, 100% 100%, 0 100%); font-size: 19px; font-weight: 800; color: #fff; letter-spacing: .5px; padding: 20px var(--gutter); min-height: 86px; }
.ctabar__btn:hover { background: var(--red-dark); color: #fff; }
.footer { text-align: center; font-size: 12px; color: var(--muted); padding: 18px var(--gutter); background: #fff; }
.footer a { color: var(--blue); font-weight: 600; }

/* ---------- Responsive ---------- */
@media (max-width: 1100px) {
  .app__box { grid-template-columns: 1.1fr .9fr; }
  .badge { grid-column: 1 / -1; order: 3; }
}
@media (max-width: 900px) {
  :root { --gutter: 20px; }
  .nav, .header-phone__text { display: none; }
  .burger { display: flex; }
  .hero__inner { padding: 36px 0 0; }
  /* Mobile : cadrer sur la Tour Eiffel et le taxi (à droite de la photo) plutôt que sur le ciel */
  .hero__photo img { object-position: 84% 22%; }
  .hero__photo::after { background: linear-gradient(180deg, rgba(234,242,252,.18) 0%, rgba(234,242,252,.62) 38%, rgba(234,242,252,.9) 70%, rgba(234,242,252,.94) 100%); }
  .hero h1 { font-size: 34px; margin-top: 18px; }
  .hero__sub { font-size: 16px; margin-top: 12px; }
  .hero__points { gap: 18px 24px; margin-top: 18px; }
  .book { max-width: none; margin-top: 24px; padding: 20px; }
  .app__box { grid-template-columns: 1fr; padding: 36px 24px; gap: 32px; }
  .badge { order: 0; }
  .phone { transform: none; }
  .callbox__num { font-size: 30px; }
  .ctabar__btn { clip-path: none; }
}
@media (max-width: 600px) {
  :root { --gutter: 16px; }
  .brand__name { font-size: 16px; }
  .brand__tag { display: none; }
  .brand svg { width: 34px; height: 40px; }
  .hero h1 { font-size: 29px; }
  .hero__point { font-size: 12.5px; }
  .features { padding: calc(32px + var(--overhang)) var(--gutter) 40px; }
  .features__grid { gap: 22px; }
  .services__grid { grid-template-columns: repeat(auto-fit, minmax(160px, 1fr)); gap: 14px; }
  .svc__t { font-size: 12.5px; }
  .price__v { font-size: 30px; }
  .table__row { font-size: 12px; }
  .table__row > div { padding: 11px 12px; }
  .table__row--head { font-size: 11px; }
  .callbox { padding: 30px 20px; }
  .callbox__num { font-size: 26px; }
  .steps__item { font-size: 12px; }
}
@media (max-width: 380px) {
  .hero h1 { font-size: 26px; }
  .services__grid { grid-template-columns: 1fr; }
}
