:root {
  --navy: #353738;
  --navy-2: #404244;
  --navy-3: #4a4d50;
  --navy-deep: #2a2b2d;
  --gold: #fbc05d;
  --gold-dark: #f2ad3c;
  --gold-ink: #8f5c00;
  --cream: #fbf6ec;
  --text: #2a2b2d;
  --muted: #5d6166;
  --line: #ebe3d3;
  --radius: 14px;
  --shadow: 0 10px 30px rgba(42, 43, 45, .12);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 80px; }
body {
  margin: 0;
  font-family: "Montserrat", "Montserrat Fallback", system-ui, -apple-system, "Segoe UI", sans-serif;
  color: var(--text);
  background: #fff;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
}
img, svg { max-width: 100%; display: block; }
a { color: inherit; }
h1, h2, h3 { line-height: 1.2; margin: 0 0 .6em; }
h1, h2 { font-style: italic; letter-spacing: -.01em; }
h2 { font-size: clamp(1.6rem, 3.2vw, 2.3rem); font-weight: 800; }
h3 { font-size: 1.15rem; font-weight: 700; }
p { margin: 0 0 1em; }

.container { width: min(1120px, 100% - 32px); margin-inline: auto; }
.section { padding: clamp(56px, 9vw, 96px) 0; }
.section--cream { background: var(--cream); }
.section--dark { background: var(--navy); color: #fff; }
.eyebrow {
  display: inline-block; font-size: .8rem; font-weight: 700; letter-spacing: .12em;
  text-transform: uppercase; color: var(--gold-ink); margin-bottom: .8rem;
}
.section--dark .eyebrow { color: var(--gold); }
.lead { font-size: 1.1rem; color: var(--muted); max-width: 680px; }
.section--dark .lead { color: #c9cdd8; }
.center { text-align: center; }
.center .lead { margin-inline: auto; }

/* Buttons */
.btn {
  display: inline-flex; align-items: center; gap: .55rem; justify-content: center;
  padding: .9rem 1.4rem; border-radius: 999px; font-weight: 700; text-decoration: none;
  border: 2px solid transparent; cursor: pointer; font: inherit; font-weight: 700;
  transition: transform .15s, background .15s, color .15s;
}
.btn:hover { transform: translateY(-1px); }
.btn svg { width: 20px; height: 20px; flex: none; }
.btn--gold { background: var(--gold); color: var(--navy); }
.btn--gold:hover { background: var(--gold-dark); }
.btn--ghost { border-color: rgba(255,255,255,.35); color: #fff; }
.btn--ghost:hover { border-color: var(--gold); color: var(--gold); }
.btn--navy { background: var(--navy); color: #fff; }

/* Header */
.header {
  position: sticky; top: 0; z-index: 50; background: rgba(53, 55, 56, .97);
  backdrop-filter: blur(8px); color: #fff; border-bottom: 1px solid rgba(255,255,255,.06);
}
.header__inner { display: flex; align-items: center; justify-content: space-between; gap: 1rem; height: 70px; }
.brand { display: flex; align-items: center; gap: .6rem; text-decoration: none; }
.brand img { width: 38px; height: 38px; }
.brand span { font-weight: 800; font-style: italic; font-size: 1.4rem; letter-spacing: .02em; color: var(--gold); }
.nav { display: flex; gap: 1.6rem; }
.nav a { text-decoration: none; font-weight: 600; font-size: .95rem; color: #d7dae3; }
.nav a:hover { color: var(--gold); }
.header .btn { padding: .6rem 1.1rem; }
.header .btn { white-space: nowrap; flex: none; }
.brand { flex: none; }
/* Largeurs intermédiaires : menu resserré, téléphone en icône seule */
@media (max-width: 1240px) {
  .nav { gap: 1.1rem; }
  .nav a { font-size: .9rem; }
  .header .btn span { display: none; }
  .header .btn { padding: .6rem; }
}
/* En dessous : menu masqué (barre d'actions en bas sur mobile) */
@media (max-width: 1000px) { .nav { display: none; } }
@media (max-width: 420px) { .header .btn span { display: none; } .header .btn { padding: .6rem; } }

/* Hero */
.hero {
  background:
    radial-gradient(1200px 500px at 85% -10%, rgba(251, 192, 93, .16), transparent 60%),
    linear-gradient(180deg, var(--navy) 0%, var(--navy-deep) 100%);
  color: #fff; padding: clamp(56px, 10vw, 110px) 0 clamp(64px, 10vw, 120px);
}
.hero__grid { display: grid; grid-template-columns: 1.25fr .9fr; gap: 3rem; align-items: center; }
.hero h1 { font-size: clamp(2rem, 5vw, 3.3rem); font-weight: 800; }
.hero h1 em { font-style: italic; color: var(--gold); }
.hero .eyebrow { color: var(--gold); }
.hero p.lead { color: #d7dae3; }
.hero__ctas { display: flex; flex-wrap: wrap; gap: .8rem; margin: 1.8rem 0 1.6rem; }
.rating {
  display: inline-flex; align-items: center; gap: .7rem; text-decoration: none;
  background: rgba(255,255,255,.06); border: 1px solid rgba(255,255,255,.12);
  border-radius: 999px; padding: .5rem 1rem .5rem .6rem;
}
.rating__g { width: 28px; height: 28px; border-radius: 50%; background: #fff; display: grid; place-items: center; }
.rating__g svg { width: 18px; height: 18px; }
.stars { color: var(--gold); letter-spacing: 2px; }
.rating strong { font-size: 1.05rem; }
.rating small { color: #d7dae3; }

.hero__card {
  background: var(--navy-3); border: 1px solid rgba(251, 192, 93, .25); border-radius: 20px;
  padding: 1.8rem; box-shadow: 0 20px 50px rgba(0,0,0,.3);
}
.hero__card h2 { font-size: 1.2rem; color: var(--gold); }
.checks { list-style: none; padding: 0; margin: 0; display: grid; gap: .8rem; }
.checks li { display: flex; gap: .7rem; align-items: flex-start; }
.checks svg { width: 22px; height: 22px; flex: none; color: var(--gold); margin-top: 1px; }
@media (max-width: 900px) { .hero__grid { grid-template-columns: 1fr; } }

/* Trust bar */
.trust { background: var(--gold); color: var(--navy); }
.trust__inner { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1rem; padding: 1.1rem 0; }
.trust__item { display: flex; align-items: center; gap: .6rem; font-weight: 700; font-size: .95rem; }
.trust__item svg { width: 26px; height: 26px; flex: none; }
@media (max-width: 860px) { .trust__inner { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 420px) { .trust__item { font-size: .85rem; } }

/* Services */
.cards { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.4rem; margin-top: 2.5rem; }
.card {
  background: #fff; border: 1px solid var(--line); border-radius: var(--radius);
  padding: 1.8rem; box-shadow: var(--shadow); display: flex; flex-direction: column;
}
.card__icon {
  width: 52px; height: 52px; border-radius: 12px; background: var(--navy); color: var(--gold);
  display: grid; place-items: center; margin-bottom: 1.1rem;
}
.card__icon svg { width: 28px; height: 28px; }
.card p { color: var(--muted); }
.card ul { margin: 0 0 1rem; padding-left: 1.1rem; color: var(--muted); }
.card ul li { margin-bottom: .3rem; }
.card .btn { margin-top: auto; align-self: flex-start; }
@media (max-width: 900px) { .cards { grid-template-columns: 1fr; } }

/* Prices */
.prices { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.4rem; margin-top: 2.5rem; align-items: stretch; }
.price {
  position: relative; background: #fff; border: 1px solid var(--line); border-radius: 20px;
  padding: 2rem 1.8rem; display: flex; flex-direction: column; box-shadow: var(--shadow);
}
.price--featured { background: var(--navy); color: #fff; border-color: var(--gold); }
.price__badge {
  position: absolute; top: -14px; left: 50%; transform: translateX(-50%); white-space: nowrap;
  background: var(--gold); color: var(--navy); font-weight: 800; font-size: .78rem;
  padding: .35rem .9rem; border-radius: 999px; text-transform: uppercase; letter-spacing: .06em;
}
.price__amount { font-size: 2.6rem; font-weight: 800; line-height: 1.1; margin: .2rem 0 1.2rem; }
.price__amount small { font-size: .9rem; font-weight: 600; color: var(--muted); }
.price--featured .price__amount { color: var(--gold); }
.price--featured .price__amount small { color: #c9cdd8; }
.price ul { list-style: none; padding: 0; margin: 0 0 1.6rem; display: grid; gap: .55rem; }
.price li { padding-left: 1.6rem; position: relative; color: var(--muted); }
.price--featured li { color: #d7dae3; }
.price li::before { content: "✓"; position: absolute; left: 0; color: var(--gold-ink); font-weight: 800; }
.price--featured li::before { color: var(--gold); }
.price .btn { margin-top: auto; }
.price .todo { color: var(--navy); }
@media (max-width: 900px) { .prices { grid-template-columns: 1fr; gap: 2rem; } }

/* Brands */
.brands { display: flex; flex-wrap: wrap; gap: .8rem; justify-content: center; margin-top: 2rem; }
.brand-chip {
  padding: .8rem 1.4rem; border-radius: 999px; background: #fff; border: 1px solid var(--line);
  font-weight: 700; letter-spacing: .02em;
}
.note {
  margin: 2rem auto 0; max-width: 720px; background: #fff; border-left: 4px solid var(--gold);
  padding: 1rem 1.2rem; border-radius: 8px; color: var(--muted); font-size: .95rem; text-align: left;
}

/* Why */
.why { display: grid; grid-template-columns: repeat(2, 1fr); gap: 1.4rem; margin-top: 2.5rem; }
.why__item { display: flex; gap: 1rem; padding: 1.4rem; background: var(--navy-2); border-radius: var(--radius); }
.why__item svg { width: 34px; height: 34px; flex: none; color: var(--gold); }
.why__item p { color: #c9cdd8; margin: 0; }
@media (max-width: 760px) { .why { grid-template-columns: 1fr; } }

/* Steps */
.steps { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.4rem; margin-top: 2.5rem; counter-reset: step; }
.step { position: relative; padding: 1.6rem 1.6rem 1.6rem 1.6rem; border-radius: var(--radius); background: #fff; border: 1px solid var(--line); }
.step::before {
  counter-increment: step; content: counter(step);
  display: grid; place-items: center; width: 40px; height: 40px; border-radius: 50%;
  background: var(--gold); color: var(--navy); font-weight: 800; margin-bottom: 1rem;
}
.step p { color: var(--muted); margin: 0; }
@media (max-width: 760px) { .steps { grid-template-columns: 1fr; } }

/* Reviews */
.reviews { display: grid; grid-template-columns: 1fr 1.4fr; gap: 3rem; align-items: center; }
.score { text-align: center; background: var(--navy); color: #fff; border-radius: 20px; padding: 2.4rem 1.5rem; }
.score__num { font-size: 4.5rem; font-weight: 800; line-height: 1; color: var(--gold); }
.score .stars { font-size: 1.6rem; margin: .4rem 0; }
.score p { color: #c9cdd8; margin: 0 0 1.4rem; }
@media (max-width: 860px) { .reviews { grid-template-columns: 1fr; } }

/* Zone */
.zone { display: grid; grid-template-columns: 1fr 1fr; gap: 3rem; align-items: center; }
.towns { display: flex; flex-wrap: wrap; gap: .5rem; margin-top: 1.2rem; }
.towns li { list-style: none; background: #fff; border: 1px solid var(--line); border-radius: 999px; padding: .35rem .9rem; font-size: .9rem; font-weight: 600; }
.towns li.main { background: var(--navy); color: var(--gold); border-color: var(--navy); }
.towns { padding: 0; margin-bottom: 0; }
.map { border-radius: 20px; overflow: hidden; box-shadow: var(--shadow); aspect-ratio: 4 / 3; background: var(--line); }
.map iframe { width: 100%; height: 100%; border: 0; }
@media (max-width: 860px) { .zone { grid-template-columns: 1fr; } }

/* FAQ */
.faq { max-width: 820px; margin: 2.5rem auto 0; }
.faq details { border-bottom: 1px solid rgba(255,255,255,.12); padding: 1.1rem 0; }
.faq summary { cursor: pointer; font-weight: 700; font-size: 1.05rem; list-style: none; display: flex; justify-content: space-between; gap: 1rem; }
.faq summary::-webkit-details-marker { display: none; }
.faq summary::after { content: "+"; color: var(--gold); font-size: 1.5rem; line-height: 1; }
.faq details[open] summary::after { content: "–"; }
.faq details p { color: #c9cdd8; margin: .8rem 0 0; }

/* Contact */
.contact { display: grid; grid-template-columns: .9fr 1.1fr; gap: 3rem; }
.contact__list { list-style: none; padding: 0; margin: 1.5rem 0 0; display: grid; gap: 1rem; }
.contact__list li { display: flex; gap: .9rem; align-items: center; }
.contact__list .ico { width: 46px; height: 46px; border-radius: 12px; background: var(--navy); color: var(--gold); display: grid; place-items: center; flex: none; }
.contact__list svg { width: 22px; height: 22px; }
.contact__list a { font-weight: 700; text-decoration: none; }
.contact__list small { display: block; color: var(--muted); }
form { background: #fff; border: 1px solid var(--line); border-radius: 20px; padding: 1.8rem; box-shadow: var(--shadow); display: grid; gap: 1rem; }
.row { display: grid; grid-template-columns: 1fr 1fr; gap: 1rem; }
label { font-weight: 600; font-size: .9rem; display: grid; gap: .35rem; }
input, select, textarea {
  font: inherit; padding: .8rem .9rem; border-radius: 10px; border: 1px solid #cfd3dc; background: #fbfbfc; width: 100%;
}
input:focus, select:focus, textarea:focus { outline: 2px solid var(--gold); border-color: var(--gold); }
textarea { min-height: 120px; resize: vertical; }
.form-hint { font-size: .8rem; color: var(--muted); margin: 0; }
.check { display: flex; gap: .6rem; align-items: flex-start; font-weight: 400; font-size: .85rem; line-height: 1.45; }
.check input { width: 1.15rem; height: 1.15rem; margin: .1rem 0 0; padding: 0; flex: none; accent-color: var(--navy); }
@media (max-width: 860px) { .contact { grid-template-columns: 1fr; } }
@media (max-width: 520px) { .row { grid-template-columns: 1fr; } }

/* Footer */
.footer { background: var(--navy-deep); color: #aeb3c2; padding: 3rem 0 6rem; font-size: .92rem; }
.footer__grid { display: grid; grid-template-columns: 1.4fr 1fr 1fr; gap: 2rem; }
.footer h3 { color: #fff; font-size: 1rem; }
.footer a { color: #aeb3c2; text-decoration: none; }
.footer a:hover { color: var(--gold); }
.footer ul { list-style: none; padding: 0; margin: 0; display: grid; gap: .4rem; }
.footer__bottom { border-top: 1px solid rgba(255,255,255,.08); margin-top: 2rem; padding-top: 1.2rem; display: flex; flex-wrap: wrap; justify-content: space-between; gap: .8rem; }
@media (max-width: 760px) { .footer__grid { grid-template-columns: 1fr; } }
@media (min-width: 761px) { .footer { padding-bottom: 3rem; } }

/* Mobile call bar */
.callbar {
  position: fixed; left: 0; right: 0; bottom: 0; z-index: 60; display: none;
  grid-template-columns: 1fr 1fr 1fr; gap: .5rem; padding: .7rem 16px calc(.7rem + env(safe-area-inset-bottom));
  background: var(--navy); box-shadow: 0 -6px 20px rgba(0,0,0,.25);
}
.callbar .btn { padding: .8rem .5rem; font-size: .95rem; }
@media (max-width: 760px) { .callbar { display: grid; } }

/* Legal page */
.legal { max-width: 820px; }
.legal h2 { font-size: 1.3rem; margin-top: 2rem; }
.legal p, .legal li { color: var(--muted); }
.todo { background: #fff4cc; padding: 0 .3em; border-radius: 4px; }

/* Price notes */
.price-notes { display: grid; grid-template-columns: 1fr 1fr; gap: 1.4rem; margin-top: 1.6rem; }
.price-note { background: #fff; border: 1px solid var(--line); border-radius: var(--radius); padding: 1.4rem 1.6rem; }
.price-note h3 { font-size: 1rem; margin-bottom: .7rem; }
.price-note dl { margin: 0; display: grid; grid-template-columns: 1fr auto; gap: .45rem 1rem; }
.price-note dt { color: var(--muted); }
.price-note dd { margin: 0; font-weight: 800; text-align: right; }
.prices--two { grid-template-columns: repeat(2, 1fr); max-width: 820px; margin-inline: auto; }
.price-notes { max-width: 820px; margin-inline: auto; }
@media (max-width: 760px) { .prices--two, .price-notes { grid-template-columns: 1fr; } }

/* Hours */
.hours { list-style: none; padding: 0; margin: 0; }
.hours li { display: flex; justify-content: space-between; gap: 1rem; }
.hours small { display: block; }

/* Form status */
.form-status { margin: 0; font-weight: 600; font-size: .95rem; }
.form-status.ok { color: #1f7a3e; }
.form-status.err { color: #b3261e; }
.hp { position: absolute; left: -9999px; width: 1px; height: 1px; overflow: hidden; }
.btn--wa { background: #25d366; color: #0b3d1f; }
.hero .hero__ctas .btn--wa { color: #0b3d1f; }

/* Review cards */
.review-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.4rem; margin-top: 2.5rem; }
.review { margin: 0; background: #fff; border: 1px solid var(--line); border-radius: var(--radius); padding: 1.6rem; box-shadow: var(--shadow); display: flex; flex-direction: column; gap: .8rem; }
.review .stars { color: var(--gold-dark); font-size: 1.1rem; }
.review blockquote { margin: 0; color: var(--text); font-size: .98rem; flex: 1; }
.review figcaption { color: var(--muted); font-size: .88rem; }
.review figcaption strong { color: var(--text); }
@media (max-width: 900px) { .review-grid { grid-template-columns: 1fr 1fr; } }
@media (max-width: 600px) { .review-grid { grid-template-columns: 1fr; } }

.price__from { font-size: .85rem; font-weight: 700; text-transform: uppercase; letter-spacing: .08em; color: var(--muted); margin-top: .2rem; }
.price--featured .price__from { color: #c9cdd8; }
.price__from + .price__amount { margin-top: 0; }
.price__variants { display: grid; grid-template-columns: 1fr auto; gap: .35rem 1rem; margin: -.4rem 0 1.2rem; padding: .8rem 1rem; border-radius: 10px; background: rgba(255,255,255,.07); font-size: .92rem; }
.price__variants dt { color: #d7dae3; }
.price__variants dd { margin: 0; font-weight: 800; color: var(--gold); text-align: right; }
.price:not(.price--featured) .price__variants { background: var(--cream); }
.price:not(.price--featured) .price__variants dt { color: var(--muted); }
.price:not(.price--featured) .price__variants dd { color: var(--gold-ink); }
.booking__reassure { max-width: 680px; margin: .8rem auto 0; font-size: .95rem; color: var(--muted); }
.price-note__fine { margin: .9rem 0 0; font-size: .88rem; color: var(--muted); font-style: italic; }

/* Checklist ✓ / ✗ */
.price .checklist li { padding-left: 1.7rem; }
.price .checklist li.yes::before { content: "✓"; color: #2e9d57; }
.price .checklist li.no { color: #6b7075; }
.price .checklist li.no::before { content: "✕"; color: #d0453b; }
.price--featured .checklist li.yes::before { color: #6fd08f; }
.price--featured .checklist li.no { color: #a3a7ad; }
.price--featured .checklist li.no::before { color: #ff7a70; }
.sr-only { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0 0 0 0); white-space: nowrap; }

/* Parrainage */
.referral {
  max-width: 820px; margin: 1.6rem auto 0; display: grid; grid-template-columns: auto 1fr auto; gap: 1.6rem; align-items: center;
  background: var(--navy); color: #fff; border-radius: 20px; padding: 1.8rem 2rem; border: 1px solid rgba(251, 192, 93, .35);
}
.referral__badge {
  width: 112px; height: 112px; border-radius: 50%; background: var(--gold); color: var(--navy);
  display: grid; place-content: center; text-align: center; font-weight: 800; font-style: italic; font-size: 2rem; line-height: 1;
}
.referral__badge small { display: block; font-size: 1rem; margin-top: .25rem; }
.referral .eyebrow { color: var(--gold); margin-bottom: .4rem; }
.referral h3 { font-size: 1.2rem; font-style: italic; margin-bottom: .6rem; }
.referral p { color: #d7dae3; margin: 0 0 .5rem; font-size: .95rem; }
.referral p strong { color: #fff; }
.referral__how { font-size: .88rem !important; color: #b9bdc6 !important; margin: 0 !important; }
@media (max-width: 760px) {
  .referral { grid-template-columns: 1fr; text-align: center; justify-items: center; padding: 1.6rem 1.2rem; }
}

/* Page « Payer ma facture » */
.pay { min-height: calc(100vh - 70px - 90px); }
.pay__grid { display: grid; grid-template-columns: 1fr 1fr; gap: 3rem; align-items: start; }
.pay__title { font-size: clamp(2rem, 4vw, 2.8rem); font-weight: 800; }
.pay .checks { margin: 1.6rem 0; }
.pay .checks svg { color: var(--gold-ink); }
.pay__card { background: #fff; border: 1px solid var(--line); border-radius: 20px; padding: 1.8rem; box-shadow: var(--shadow); }
.pay__card form { border: 0; box-shadow: none; padding: 0; }
.pay__card-title { font-size: 1.25rem; margin: 0 0 .4rem; }
.pay__summary { background: var(--cream); border-radius: 12px; padding: .9rem 1.1rem; margin-bottom: 1rem; }
.pay__summary p { margin: 0; }
#sumup-card { min-height: 120px; margin-bottom: 1rem; }
.btn--ghost-dark { border-color: var(--line); color: var(--text); background: #fff; width: 100%; }
#pay-done { text-align: center; }
.pay__done-icon { width: 64px; height: 64px; border-radius: 50%; background: #1f7a3e; color: #fff; display: grid; place-items: center; font-size: 2rem; font-weight: 800; margin: 0 auto 1rem; }
.pay__done-text { color: var(--muted); }
@media (max-width: 860px) { .pay__grid { grid-template-columns: 1fr; gap: 2rem; } }

[hidden] { display: none !important; }

/* Carte chargée sur demande */
.map--consent { display: grid; place-items: center; background: var(--cream); border: 1px solid var(--line); }
.map__placeholder { text-align: center; padding: 1.5rem; max-width: 340px; }
.map__placeholder svg { width: 44px; height: 44px; color: var(--gold-ink); margin: 0 auto .8rem; }
.map__placeholder p { color: var(--muted); }
.map__note { font-size: .8rem; margin: 1rem 0 0; }

/* Pages légales */
.legal h1 { font-size: clamp(1.8rem, 4vw, 2.4rem); font-style: italic; font-weight: 800; }
.legal__date { font-size: .9rem; color: var(--muted); }
.legal ul { padding-left: 1.2rem; }
.legal li { margin-bottom: .4rem; }
.legal a:not(.btn) { color: var(--gold-ink); }
.legal__table { width: 100%; border-collapse: collapse; margin: 1rem 0; font-size: .95rem; }
.legal__table th, .legal__table td { text-align: left; padding: .7rem .8rem; border-bottom: 1px solid var(--line); vertical-align: top; }
.legal__table th { background: var(--cream); }
.legal__scroll { overflow-x: auto; }
.legal__scroll .legal__table { min-width: 640px; }
.legal__scroll:focus-visible { outline: 2px solid var(--gold); outline-offset: 2px; }
.legal__form { background: var(--cream); border: 1px dashed var(--line); border-radius: 12px; padding: 1rem 1.2rem; }
.legal-links a { white-space: nowrap; }
@media (max-width: 520px) { .legal__table th, .legal__table td { padding: .5rem; font-size: .88rem; } }

/* Paiement : vérification, attente, échec */
.pay__verify { text-align: center; padding: 1rem 0; }
.pay__verify p { color: var(--muted); }
.pay__spinner { width: 56px; height: 56px; margin: 0 auto 1.2rem; border-radius: 50%; border: 5px solid var(--line); border-top-color: var(--gold-dark); animation: pay-spin 1s linear infinite; }
@keyframes pay-spin { to { transform: rotate(360deg); } }
@media (prefers-reduced-motion: reduce) { .pay__spinner { animation-duration: 3s; } }
.pay__pending-icon, .pay__failed-icon { width: 64px; height: 64px; border-radius: 50%; display: grid; place-items: center; font-size: 2rem; font-weight: 800; margin: 0 auto 1rem; color: #fff; }
.pay__pending-icon { background: var(--gold-dark); color: var(--navy); }
.pay__failed-icon { background: #b3261e; }
.pay__ref { font-weight: 700; color: var(--text) !important; }
#pay-back:disabled { opacity: .5; cursor: not-allowed; }

/* Sélecteur de langue FR / EN */
.lang-switch { display: inline-flex; align-items: center; gap: .15rem; padding: .2rem .25rem .2rem .5rem; border: 1px solid rgba(255,255,255,.3); border-radius: 999px; color: #d7dae3; flex: none; }
.lang-switch svg { width: 16px; height: 16px; margin-right: .2rem; }
.lang-switch__item { font-weight: 800; font-size: .8rem; letter-spacing: .05em; padding: .3rem .55rem; border-radius: 999px; color: #d7dae3; text-decoration: none; line-height: 1; }
a.lang-switch__item:hover { color: var(--gold); }
.lang-switch__item.is-active { background: var(--gold); color: var(--navy); }
@media (max-width: 420px) { .lang-switch svg { display: none; } .lang-switch { padding-left: .25rem; } }
.header__inner > .btn { margin-left: auto; }
.header__inner { gap: .8rem; }
.nav { margin-left: auto; margin-right: .6rem; }

/* Réservation en ligne */
.booking { max-width: 900px; margin: 2rem auto 0; background: #fff; border: 1px solid var(--line); border-radius: 20px; box-shadow: var(--shadow); overflow: hidden; }
.booking__placeholder { text-align: center; padding: 2.4rem 1.5rem; }
.booking__placeholder svg { width: 48px; height: 48px; color: var(--gold-ink); margin: 0 auto 1rem; }
.booking__placeholder p { color: var(--muted); }
.booking__note { font-size: .8rem; margin: 1rem 0 0; }
.booking__soon { display: none; }
.booking--soon .booking__ready { display: none; }
.booking--soon .booking__soon { display: block; }
.booking--loaded iframe { width: 100%; height: 720px; border: 0; display: block; }
.booking__fallback { text-align: center; font-size: .85rem; margin: 0; padding: .7rem; border-top: 1px solid var(--line); }
@media (max-width: 600px) { .booking--loaded iframe { height: 900px; } }

/* Chargement de la carte et du calendrier */
.map, .booking { position: relative; }
.loading { position: absolute; inset: 0; display: grid; place-content: center; gap: .8rem; justify-items: center; background: var(--cream); color: var(--muted); font-weight: 600; font-size: .95rem; z-index: 0; transition: opacity .4s; }
.loading.is-done { opacity: 0; }
/* L'iframe passe au-dessus de l'indicateur : il reste visible tant que son contenu n'est pas affiché */
.map iframe, .booking iframe { position: relative; z-index: 1; background: transparent; }
.loading::before { content: ""; width: 40px; height: 40px; border-radius: 50%; border: 4px solid var(--line); border-top-color: var(--gold-dark); animation: pay-spin 1s linear infinite; }
.booking--loaded { min-height: 720px; }

/* Espace pro (lien de paiement) */
.pro__main { min-height: calc(100vh - 70px); }
.pro__wrap { max-width: 520px; display: grid; gap: 1.6rem; }
.pro__group { border: 1px solid var(--line); border-radius: 14px; padding: 1rem; margin: 0; display: grid; gap: .8rem; }
.pro__group legend { font-weight: 800; padding: 0 .4rem; }
.pro__group[disabled] { opacity: .45; }
.pro__sync { margin: 0; padding: .8rem 1rem; border-radius: 12px; background: #e8f5ec; color: #1d5b33; font-size: .88rem; font-weight: 600; }
.pro__sync.is-offline { background: #fff4dc; color: var(--gold-ink); }
.pro__warn { margin: 0; padding: .7rem .9rem; border-radius: 10px; background: #fff4dc; color: var(--gold-ink); font-size: .85rem; font-weight: 600; }
.pro__pieces { display: grid; gap: .8rem; }
.pro__pieces:empty { display: none; }
.pro__piece { display: grid; grid-template-columns: 1fr 7rem 2.6rem; gap: .5rem; align-items: end; }
.pro__piece-del { height: 2.9rem; border: 1px solid #cfd3dc; border-radius: 10px; background: #fff; font-size: 1.3rem; cursor: pointer; color: var(--text); }
.pro__total { background: var(--cream); border-radius: 14px; padding: 1rem 1.1rem; }
.pro__lines { list-style: none; margin: 0 0 .6rem; padding: 0; display: grid; gap: .3rem; font-size: .9rem; color: var(--muted); }
.pro__lines li { display: flex; justify-content: space-between; gap: 1rem; }
.pro__lines:empty { display: none; }
.pro__total p { margin: 0; display: flex; justify-content: space-between; align-items: baseline; font-weight: 800; font-size: 1.1rem; }
.pro__total strong { font-size: 1.6rem; }
.pro__card { background: #fff; border: 1px solid var(--line); border-radius: 20px; padding: 1.6rem; box-shadow: var(--shadow); display: grid; gap: 1rem; }
.pro__title { font-size: 1.5rem; margin: 0; font-style: italic; }
.pro__lang { border: 0; padding: 0; margin: 0; display: flex; flex-wrap: wrap; gap: .5rem 1.2rem; }
.pro__lang legend { font-weight: 600; font-size: .9rem; margin-bottom: .4rem; }
.pro__lang label { display: flex; align-items: center; gap: .4rem; font-weight: 600; }
.pro__lang input { width: auto; }
.pro__summary { font-weight: 800; margin: 0; }
.pro__qr { width: min(280px, 100%); margin: 0 auto; background: #fff; }
.pro__qr svg { width: 100%; height: auto; display: block; }
.pro__qr-hint { text-align: center; margin: -.4rem 0 0; }
.pro__actions { display: grid; gap: .6rem; }
.pro__actions .btn { width: 100%; }
.pro__url { margin: 0; font-size: .8rem; color: var(--muted); word-break: break-all; }
.pro__logout { font-size: .8rem; font-weight: 700; padding: .45rem .8rem; text-decoration: none; }
