/* =========================================================
   WILLY SELLIER — Conseiller spirituel
   Design : flat, moderne, photo plein écran, sections alternées
   Palette : indigo violet + or + sections claires
   ========================================================= */

:root {
  --indigo: #201a3c;
  --indigo-2: #281f4c;
  --indigo-3: #322657;
  --band: #4a3a7a;
  --band-2: #5b4791;
  --or: #f1c44d;
  --or-clair: #ffd970;
  --or-fonce: #c79a2e;
  --rose: #ef6ea3;
  --clair: #f6f3ee;
  --clair-2: #efe9e0;
  --texte-fonce: #221b3d;
  --ivoire: #f4f0fb;
  --gris: #c5bcde;
  --gris-fonce: #6a627f;
  --vert-wa: #25d366;
  --rayon: 14px;
  --max: 1200px;
  --titre: "Poppins", "Helvetica Neue", Arial, sans-serif;
  --sans: "Jost", "Helvetica Neue", Arial, sans-serif;
  --ombre: 0 20px 50px rgba(10, 4, 30, 0.35);
}

* { margin: 0; padding: 0; box-sizing: border-box; }
html { scroll-behavior: smooth; }

body {
  font-family: var(--sans);
  background: var(--indigo);
  color: var(--ivoire);
  line-height: 1.7;
  font-size: 17px;
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
}

img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }

h1, h2, h3, h4 { font-family: var(--titre); font-weight: 700; line-height: 1.12; letter-spacing: -0.3px; }

.container { width: 100%; max-width: var(--max); margin: 0 auto; padding: 0 24px; }

/* ===== Sections & fonds alternés ===== */
.section { padding: 90px 0; position: relative; }
.section--tight { padding: 64px 0; }
.bg-dark { background: var(--indigo); }
.bg-dark-2 { background: var(--indigo-2); }
.bg-band { background: linear-gradient(135deg, var(--band), var(--band-2)); }
.bg-light { background: var(--clair); color: var(--texte-fonce); }
.bg-light .lead, .bg-light p { color: #4b4463; }
.bg-light .section-label { color: var(--or-fonce); }
.bg-light h1, .bg-light h2, .bg-light h3, .bg-light h4 { color: var(--texte-fonce); }

/* ===== Titres ===== */
.section-label {
  display: inline-block; font-family: var(--titre); font-weight: 600;
  font-size: 13px; letter-spacing: 4px; text-transform: uppercase; color: var(--or);
  margin-bottom: 14px;
}
.title-xl { font-size: clamp(2.5rem, 6vw, 4.2rem); font-weight: 800; }
.title-lg { font-size: clamp(2rem, 4vw, 3rem); font-weight: 800; }
.title-md { font-size: clamp(1.4rem, 3vw, 2rem); font-weight: 700; }
.lead { font-size: 1.15rem; color: var(--gris); max-width: 620px; }
.gold { color: var(--or); }
.center { text-align: center; }
.center .lead { margin-left: auto; margin-right: auto; }
.section-head { margin-bottom: 56px; }

/* ===== Boutons ===== */
.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 10px;
  padding: 16px 30px; border-radius: 8px; font-family: var(--titre);
  font-weight: 600; font-size: 0.95rem; letter-spacing: 0.5px; text-transform: uppercase;
  cursor: pointer; border: none; transition: transform .2s ease, box-shadow .2s ease, background .2s ease;
}
.btn-gold { background: var(--or); color: #2a1f05; box-shadow: 0 12px 28px rgba(241, 196, 77, 0.28); }
.btn-gold:hover { transform: translateY(-2px); background: var(--or-clair); }
.btn-wa { background: var(--vert-wa); color: #04210f; }
.btn-wa:hover { transform: translateY(-2px); filter: brightness(1.05); }
.btn-ghost { background: transparent; color: #fff; border: 2px solid rgba(255,255,255,.5); }
.btn-ghost:hover { border-color: var(--or); color: var(--or); }
.bg-light .btn-ghost { color: var(--texte-fonce); border-color: rgba(34,27,61,.3); }
.bg-light .btn-ghost:hover { border-color: var(--or-fonce); color: var(--or-fonce); }
.btn-block { width: 100%; }
.btn-lg { padding: 18px 36px; font-size: 1rem; }
.pill {
  display: inline-flex; align-items: center; gap: 8px; padding: 11px 22px; border-radius: 40px;
  border: 1.5px solid rgba(241,196,77,.45); color: var(--or); font-family: var(--titre);
  font-weight: 600; font-size: .8rem; letter-spacing: 1.5px; text-transform: uppercase; transition: .2s;
}
.pill:hover { background: var(--or); color: #2a1f05; border-color: var(--or); }
.pill::after { content: "→"; }

/* ===== Header ===== */
.site-header {
  position: sticky; top: 0; z-index: 50;
  background: rgba(32, 26, 60, 0.92);
  backdrop-filter: blur(12px);
  border-bottom: 1px solid rgba(255,255,255,.08);
}
.nav { display: flex; align-items: center; justify-content: space-between; height: 74px; }
.brand { display: flex; align-items: center; gap: 13px; }
.brand-mark {
  width: 46px; height: 46px; flex: 0 0 auto; line-height: 0;
  filter: drop-shadow(0 4px 10px rgba(241, 196, 77, .3));
}
.brand-mark svg { display: block; }
.brand-name { font-family: var(--titre); font-weight: 700; font-size: 1.18rem; letter-spacing: .3px; white-space: nowrap; }
.brand-name span { color: var(--or); }
.brand-sub { font-size: .64rem; letter-spacing: 2.6px; text-transform: uppercase; color: var(--gris); white-space: nowrap; }
.ico-wa { flex: 0 0 auto; }
.nav-links { display: flex; align-items: center; gap: 28px; }
.nav-links a { font-family: var(--titre); font-weight: 500; font-size: .9rem; color: var(--ivoire); transition: color .2s; }
.nav-links a:hover, .nav-links a.active { color: var(--or); }
.nav-item-has-sub { position: relative; }
.nav-sub-toggle .caret { font-size: .7em; margin-left: 5px; opacity: .85; }
.nav-sub {
  display: none; position: absolute; top: 100%; left: 50%; transform: translateX(-50%);
  min-width: 236px; flex-direction: column; gap: 2px;
  background: var(--indigo-2); border: 1px solid rgba(255,255,255,.1);
  border-radius: 14px; padding: 8px; margin-top: 12px;
  box-shadow: 0 22px 44px rgba(0,0,0,.45); z-index: 60;
}
.nav-item-has-sub:hover .nav-sub, .nav-item-has-sub:focus-within .nav-sub { display: flex; }
.nav-sub::before { content: ""; position: absolute; left: 0; right: 0; top: -14px; height: 14px; }
.nav-sub a { padding: 11px 14px; border-radius: 9px; white-space: nowrap; font-size: .88rem; }
.nav-sub a:hover { background: rgba(255,255,255,.07); color: var(--or); }
.nav-cta { display: flex; align-items: center; gap: 12px; }
.burger { display: none; background: none; border: none; cursor: pointer; flex-direction: column; gap: 5px; padding: 9px; }
.burger span { width: 25px; height: 2px; background: var(--or); display: block; border-radius: 2px; transition: transform .3s ease, opacity .2s ease; }
.burger.open span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
.burger.open span:nth-child(2) { opacity: 0; }
.burger.open span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }

/* ===== Hero bannière photo plein écran ===== */
.hero-banner { position: relative; min-height: 620px; display: flex; align-items: flex-end; }
.hero-banner .hero-img { position: absolute; inset: 0; }
.hero-banner .hero-img img { width: 100%; height: 100%; object-fit: cover; }
.hero-banner .hero-img::after {
  content: ""; position: absolute; inset: 0;
  background: linear-gradient(90deg, rgba(20,12,40,.92) 0%, rgba(20,12,40,.6) 45%, rgba(20,12,40,.25) 100%),
              linear-gradient(0deg, rgba(20,12,40,.85), transparent 60%);
}
.hero-banner .container { position: relative; z-index: 2; padding-top: 90px; padding-bottom: 80px; }
.hero-banner .section-label { color: var(--or-clair); }
.hero-banner h1 { max-width: 780px; margin-bottom: 22px; }
.hero-banner .lead { color: #e6def7; max-width: 560px; margin-bottom: 32px; font-size: 1.22rem; }
.hero-cta { display: flex; flex-wrap: wrap; gap: 14px; margin-bottom: 28px; }
.hero-trust { display: flex; gap: 28px; flex-wrap: wrap; align-items: center; color: #d8cff0; font-size: .92rem; }
.hero-trust b { color: #fff; }
.stars { color: var(--or); letter-spacing: 2px; }

.page-banner { min-height: 460px; }

/* ===== Bande formulaire de consultation ===== */
.form-band { background: linear-gradient(135deg, var(--band), var(--band-2)); }
.form-band .container { display: grid; grid-template-columns: 1fr 1.05fr; gap: 54px; align-items: center; }
.form-band .fb-text h2 { color: #fff; margin-bottom: 16px; }
.form-band .fb-text p { color: #e7e0f7; margin-bottom: 22px; }
.fb-points { display: grid; gap: 12px; }
.fb-point { display: flex; gap: 12px; align-items: center; color: #efeaff; font-weight: 500; }
.fb-point i { flex: 0 0 auto; width: 28px; height: 28px; border-radius: 50%; background: var(--or); color: #2a1f05;
  display: grid; place-items: center; font-style: normal; font-weight: 700; font-size: .85rem; }

.form-card { background: #fff; border-radius: 16px; padding: 34px; box-shadow: var(--ombre); color: var(--texte-fonce); }
.form-card h3 { color: var(--texte-fonce); font-size: 1.4rem; margin-bottom: 6px; }
.form-card .fc-sub { color: #6a627f; font-size: .95rem; margin-bottom: 20px; }
.field { margin-bottom: 14px; }
.field label { display: block; font-family: var(--titre); font-weight: 500; font-size: .82rem; color: #4b4463; margin-bottom: 6px; }
.field input, .field select, .field textarea {
  width: 100%; background: #f4f1f7; border: 1.5px solid #e2dced; border-radius: 9px;
  padding: 13px 15px; color: var(--texte-fonce); font-family: var(--sans); font-size: 1rem; transition: border-color .2s;
}
.field input::placeholder, .field textarea::placeholder { color: #9a93ad; }
.field input:focus, .field select:focus, .field textarea:focus { outline: none; border-color: var(--or-fonce); }
.field textarea { resize: vertical; min-height: 96px; }
.form-note { font-size: .8rem; color: #6a627f; margin-top: 12px; text-align: center; }
.form-ok { background: #e7f7ee; border: 1px solid #9be0b8; color: #1c7a45; padding: 14px; border-radius: 10px; margin-bottom: 16px; display: none; font-size: .92rem; }

/* ===== Services (colonnes à plat) ===== */
.svc-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 30px; }
.svc { display: flex; flex-direction: column; }
.svc-thumb { position: relative; border-radius: 12px; overflow: hidden; aspect-ratio: 4/3; margin-bottom: 20px; }
.svc-thumb img { width: 100%; height: 100%; object-fit: cover; transition: transform .5s ease; }
.svc:hover .svc-thumb img { transform: scale(1.07); }
.svc-thumb .ico { position: absolute; left: 12px; bottom: 12px; width: 44px; height: 44px; border-radius: 11px;
  display: grid; place-items: center; font-size: 1.3rem; background: rgba(20,12,40,.6); border: 1px solid rgba(241,196,77,.5); backdrop-filter: blur(4px); }
.svc h3 { font-size: 1.2rem; text-transform: uppercase; letter-spacing: .5px; margin-bottom: 10px; }
.svc p { color: var(--gris); font-size: .95rem; margin-bottom: 18px; flex: 1; }
.svc .svc-link { font-family: var(--titre); font-weight: 600; font-size: .8rem; letter-spacing: 1.5px; text-transform: uppercase; color: var(--or); display: inline-flex; gap: 8px; align-items: center; }
.svc .svc-link::after { content: "→"; transition: transform .2s; }
.svc:hover .svc-link::after { transform: translateX(5px); }

/* ===== Statistiques ===== */
.stats { display: grid; grid-template-columns: repeat(4, 1fr); gap: 24px; }
.stat { text-align: center; }
.stat .num { font-family: var(--titre); font-weight: 800; font-size: clamp(2.6rem, 5vw, 3.6rem); color: #fff; line-height: 1; }
.stat .lbl { margin-top: 10px; font-size: .9rem; letter-spacing: 1px; text-transform: uppercase; color: #e3dcf5; }

/* ===== About split ===== */
.split { display: grid; grid-template-columns: 1fr 1fr; gap: 56px; align-items: center; }
.split.reverse .split-media { order: 2; }
.split-media { border-radius: 16px; overflow: hidden; box-shadow: var(--ombre); }
.split-media img { width: 100%; aspect-ratio: 4/3; object-fit: cover; }
.split .badge { display: inline-flex; flex-direction: column; background: var(--or); color: #2a1f05;
  padding: 12px 20px; border-radius: 12px; font-family: var(--titre); font-weight: 800; font-size: 1.4rem; line-height: 1; margin-top: 18px; }
.split .badge span { font-weight: 500; font-size: .72rem; letter-spacing: 1px; text-transform: uppercase; margin-top: 4px; }

/* ===== Liste avantages / problèmes ===== */
.benefits { display: grid; gap: 14px; }
.benefit { display: flex; gap: 14px; align-items: flex-start; }
.benefit .check { flex: 0 0 auto; width: 26px; height: 26px; border-radius: 50%; background: rgba(241,196,77,.16);
  border: 1px solid var(--or); color: var(--or); display: grid; place-items: center; font-size: .8rem; margin-top: 4px; font-weight: 700; }
.bg-light .benefit .check { background: rgba(199,154,46,.14); }
.benefit p { color: var(--gris); }
.bg-light .benefit p { color: #4b4463; }
.benefit b { color: var(--ivoire); }
.bg-light .benefit b { color: var(--texte-fonce); }

.grid-2 { display: grid; grid-template-columns: 1fr 1fr; gap: 22px; }
.info-card { background: rgba(255,255,255,.04); border: 1px solid rgba(255,255,255,.10); border-radius: 12px; padding: 24px 26px; }
.bg-light .info-card { background: #fff; border-color: #e7e1d5; box-shadow: 0 8px 24px rgba(34,27,61,.06); }
.info-card h3 { font-size: 1.15rem; margin-bottom: 8px; }
.info-card p { color: var(--gris); margin: 0; }
.bg-light .info-card p { color: #4b4463; }

/* ===== Étapes ===== */
.steps { counter-reset: s; display: grid; grid-template-columns: repeat(4, 1fr); gap: 24px; }
.step { position: relative; padding-top: 8px; }
.step::before { counter-increment: s; content: "0" counter(s); font-family: var(--titre); font-weight: 800;
  font-size: 2.6rem; color: var(--or); display: block; margin-bottom: 6px; }
.step h4 { font-size: 1.1rem; margin-bottom: 8px; }
.step p { color: var(--gris); font-size: .92rem; }
.bg-light .step p { color: #4b4463; }

/* ===== FAQ accordéon ===== */
.accordion { max-width: 820px; margin: 0 auto; }
.acc-item { border-bottom: 1px solid rgba(255,255,255,.12); }
.bg-light .acc-item { border-color: #e2dace; }
.acc-q { display: flex; align-items: center; gap: 18px; width: 100%; background: none; border: none; cursor: pointer;
  padding: 24px 0; text-align: left; color: inherit; font-family: var(--titre); font-weight: 600; font-size: 1.1rem; }
.acc-q .nb { font-weight: 800; color: var(--or); font-size: 1rem; flex: 0 0 auto; width: 30px; }
.acc-q .sign { margin-left: auto; flex: 0 0 auto; font-size: 1.5rem; color: var(--or); transition: transform .3s; }
.acc-item.open .acc-q .sign { transform: rotate(45deg); }
.acc-a { max-height: 0; overflow: hidden; transition: max-height .35s ease; }
.acc-a p { color: var(--gris); padding: 0 0 24px 48px; margin: 0; }
.bg-light .acc-a p { color: #4b4463; }

/* ===== Témoignages ===== */
.trust-bar { background: var(--indigo-2); border-top: 1px solid rgba(255,255,255,.08); border-bottom: 1px solid rgba(255,255,255,.08); }
.trust-bar .container { display: flex; justify-content: space-around; flex-wrap: wrap; gap: 24px; padding-top: 30px; padding-bottom: 30px; }
.trust-item { text-align: center; }
.trust-item .num { font-family: var(--titre); font-weight: 800; font-size: 2.1rem; color: var(--or); }
.trust-item .lbl { font-size: .8rem; letter-spacing: 1.5px; text-transform: uppercase; color: var(--gris); }

.review { background: rgba(255,255,255,.04); border: 1px solid rgba(255,255,255,.10); border-radius: 12px; padding: 24px 22px; break-inside: avoid; }
.review-head { display: flex; align-items: center; gap: 12px; margin-bottom: 12px; }
.avatar { width: 46px; height: 46px; border-radius: 50%; display: grid; place-items: center; font-family: var(--titre); font-weight: 700; color: #2a1f05; flex: 0 0 auto; }
.review-name { font-weight: 600; font-size: .98rem; }
.review-meta { font-size: .78rem; color: var(--gris-fonce); color: #9a90b8; }
.review .stars { font-size: .9rem; margin-bottom: 8px; display: block; }
.review p { color: var(--gris); font-size: .95rem; }
.review-tag { display: inline-block; font-size: .7rem; letter-spacing: .8px; text-transform: uppercase; color: var(--or); border: 1px solid rgba(241,196,77,.4); border-radius: 30px; padding: 5px 12px; }
.review-foot { display: flex; align-items: center; gap: 10px; flex-wrap: wrap; margin-top: 14px; }
.review-verified { display: inline-flex; align-items: center; gap: 4px; font-size: .72rem; font-weight: 600; letter-spacing: .3px; color: #36c172; }
.filters { display: flex; flex-wrap: wrap; gap: 10px; justify-content: center; margin-bottom: 40px; }
.filter-btn { background: rgba(255,255,255,.05); border: 1px solid rgba(255,255,255,.14); color: var(--gris);
  padding: 10px 20px; border-radius: 40px; cursor: pointer; font-family: var(--titre); font-weight: 500; font-size: .86rem; transition: .2s; }
.filter-btn:hover { color: #fff; }
.filter-btn.active { background: var(--or); color: #2a1f05; border-color: var(--or); }
.rating-box { text-align: center; margin-bottom: 44px; }
.rating-box .big { font-family: var(--titre); font-weight: 800; font-size: 4rem; color: var(--or); line-height: 1; }
.rating-box .stars { font-size: 1.6rem; }
.reviews-masonry { columns: 3; column-gap: 24px; }
.reviews-masonry .review { margin-bottom: 24px; }

/* ===== Témoignages accueil (grille) ===== */
.home-reviews { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; align-items: start; }

/* ===== Bande d'urgence ===== */
.urgency-band { background: var(--indigo-2); border-top: 1px solid rgba(241,196,77,.28); border-bottom: 1px solid rgba(241,196,77,.28); }
.urgency-inner { max-width: 760px; margin: 0 auto; text-align: center; }
.urgency-inner .u-ico { font-size: 2rem; display: block; margin-bottom: 10px; }
.urgency-inner h2 { color: #fff; margin-bottom: 12px; }
.urgency-inner p { color: #e3dcf5; margin: 0 auto 24px; max-width: 620px; }
.urgency-inner .cta-buttons { justify-content: center; }

/* ===== CTA final ===== */
.cta-final { text-align: center; background: linear-gradient(135deg, var(--band), var(--band-2)); }
.cta-final h2 { color: #fff; margin-bottom: 14px; }
.cta-final .lead { margin: 0 auto 28px; color: #ece6fb; }
.cta-buttons { display: flex; gap: 14px; justify-content: center; flex-wrap: wrap; }

/* ===== Breadcrumb ===== */
.breadcrumb { font-size: .82rem; color: #d8cff0; margin-bottom: 16px; }
.breadcrumb a { color: #d8cff0; }
.breadcrumb a:hover { color: var(--or); }

/* ===== Footer ===== */
.site-footer { background: #19142f; border-top: 1px solid rgba(255,255,255,.08); padding: 60px 0 28px; }
.footer-grid { display: grid; grid-template-columns: 1.7fr 1fr 1fr 1.1fr; gap: 40px; margin-bottom: 36px; }
.footer-col h4 { font-size: 1rem; color: var(--or); margin-bottom: 16px; }
.footer-col a, .footer-col p { display: block; color: var(--gris); font-size: .92rem; margin-bottom: 10px; transition: color .2s; }
.footer-col a:hover { color: var(--or); }
.disclaimer { font-size: .78rem; color: #8b82a6; max-width: 780px; margin: 22px auto 0; text-align: center; line-height: 1.6; }
.footer-bottom { border-top: 1px solid rgba(255,255,255,.08); padding-top: 22px; display: flex; justify-content: space-between; flex-wrap: wrap; gap: 14px; color: #8b82a6; font-size: .82rem; }

/* ===== Boutons flottants ===== */
.floating { position: fixed; right: 18px; bottom: 18px; z-index: 90; display: flex; flex-direction: column; gap: 12px; }
.fab { width: 58px; height: 58px; border-radius: 50%; display: grid; place-items: center; box-shadow: 0 10px 28px rgba(0,0,0,.4); cursor: pointer; transition: transform .25s; position: relative; }
.fab:hover { transform: scale(1.08); }
.fab-wa { background: var(--vert-wa); color: #04210f; }
.fab-call { background: var(--or); color: #2a1f05; }
.fab::after { content: attr(data-label); position: absolute; right: 70px; white-space: nowrap; background: var(--indigo-3); border: 1px solid rgba(255,255,255,.12); color: #fff; padding: 8px 14px; border-radius: 8px; font-family: var(--titre); font-size: .8rem; opacity: 0; transform: translateX(8px); pointer-events: none; transition: .25s; }
.fab:hover::after { opacity: 1; transform: translateX(0); }
.fab-wa::before { content: ""; position: absolute; inset: 0; border-radius: 50%; box-shadow: 0 0 0 0 rgba(37,211,102,.5); animation: pulse 2.2s infinite; }
@keyframes pulse { 70% { box-shadow: 0 0 0 16px rgba(37,211,102,0);} 100% { box-shadow: 0 0 0 0 rgba(37,211,102,0);} }
.mobile-bar { display: none; position: fixed; bottom: 0; left: 0; right: 0; z-index: 91; background: rgba(25,20,47,.97); border-top: 1px solid rgba(255,255,255,.1); padding: 10px 12px; gap: 10px; }
.mobile-bar .btn { flex: 1; padding: 14px; font-size: .82rem; }

/* ===== Pages légales ===== */
.legal-block { margin-bottom: 36px; }
.legal-block h2 { margin-bottom: 12px; }
.legal-block p { margin-bottom: 12px; }
.legal-block ul { list-style: none; padding: 0; margin: 0 0 12px; }
.legal-block li { position: relative; padding-left: 22px; margin-bottom: 8px; color: #4b4463; }
.legal-block li::before { content: "✦"; position: absolute; left: 0; color: var(--or-fonce); font-size: .8rem; top: 3px; }
.legal-block a { color: var(--or-fonce); font-weight: 600; }
.legal-block a:hover { text-decoration: underline; }

/* ===== Reveal ===== */
.reveal { opacity: 0; transform: translateY(24px); transition: opacity .7s ease, transform .7s ease; }
.reveal.in { opacity: 1; transform: none; }

/* ===== Responsive ===== */
@media (max-width: 980px) {
  .svc-grid { grid-template-columns: repeat(2, 1fr); }
  .home-reviews { grid-template-columns: repeat(2, 1fr); }
  .form-band .container { grid-template-columns: 1fr; gap: 36px; }
  .split { grid-template-columns: 1fr; gap: 32px; }
  .split.reverse .split-media { order: 0; }
  .stats { grid-template-columns: repeat(2, 1fr); gap: 34px 24px; }
  .steps { grid-template-columns: repeat(2, 1fr); gap: 30px; }
  .reviews-masonry { columns: 2; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .nav-links {
    display: none; position: absolute; top: 74px; left: 0; right: 0; flex-direction: column;
    background: var(--indigo-2); border-bottom: 1px solid rgba(255,255,255,.1);
    padding: 8px 0; gap: 0; box-shadow: 0 20px 40px rgba(0,0,0,.35);
  }
  .nav-links.open { display: flex; animation: navDrop .25s ease; }
  @keyframes navDrop { from { opacity: 0; transform: translateY(-8px); } to { opacity: 1; transform: none; } }
  .nav-links a { padding: 15px 26px; font-size: 1rem; border-bottom: 1px solid rgba(255,255,255,.06); }
  .nav-links a:last-child { border-bottom: none; }
  .nav-cta .btn-ghost { display: none; }
  .burger { display: flex; }
}
@media (max-width: 600px) {
  body { font-size: 16px; padding-bottom: 72px; }
  .section { padding: 58px 0; }
  .section-head { margin-bottom: 40px; }
  .container { padding: 0 18px; }
  .svc-grid, .grid-2, .home-reviews { grid-template-columns: 1fr; }
  .steps { grid-template-columns: 1fr; }
  .stats { grid-template-columns: 1fr 1fr; }
  .reviews-masonry { columns: 1; }
  .footer-grid { grid-template-columns: 1fr; gap: 30px; }
  .form-card { padding: 24px 20px; }
  .hero-banner { min-height: 540px; align-items: center; }
  .hero-banner .container { padding-top: 70px; padding-bottom: 70px; }
  .hero-banner .lead { font-size: 1.08rem; }
  .floating { display: none; }
  .mobile-bar { display: flex; }
  .footer-bottom { flex-direction: column; text-align: center; }
  .nav { gap: 10px; }
  .nav-cta { gap: 8px; }
  .nav-cta .btn-gold { padding: 11px 14px; font-size: .76rem; }
  .brand { gap: 9px; }
  .brand-mark { width: 38px; height: 38px; }
  .brand-name { font-size: 1rem; }
  .brand-sub { font-size: .54rem; letter-spacing: 1.6px; }
  /* Boutons d'action pleine largeur pour le pouce */
  .hero-cta { gap: 12px; }
  .hero-cta .btn, .cta-buttons .btn { width: 100%; }
  .cta-buttons { gap: 12px; }
}
.mobile-bar .btn { display: inline-flex; align-items: center; justify-content: center; gap: 8px; }

@media (max-width: 980px) {
  .nav-item-has-sub { width: 100%; }
  .nav-item-has-sub > .nav-sub-toggle { display: block; }
  .nav-sub {
    display: flex; position: static; transform: none; min-width: 0; margin: 0;
    background: rgba(0, 0, 0, .22); border: none; border-radius: 0; box-shadow: none; padding: 0; gap: 0;
  }
  .nav-sub::before { display: none; }
  .nav-sub a {
    display: block; padding: 13px 26px 13px 46px; font-size: .95rem;
    border-bottom: 1px solid rgba(255, 255, 255, .06);
  }
  .nav-sub-toggle .caret { display: none; }
}
