/* =========================================================
   CABINET PL — Assurance Parcs de Loisirs Indoor
   Design system v2 — refonte 2026
   ========================================================= */

/* ===== RESET & TOKENS ===== */
*, *::before, *::after { margin: 0; padding: 0; box-sizing: border-box; }

:root {
  --bg:        #0b0d1a;
  --bg-2:      #11142a;
  --surface:   #161a35;
  --surface-2: #1c2142;
  --input:     #1a1f3d;
  --line:      rgba(255,255,255,.08);
  --line-2:    rgba(255,255,255,.14);

  --orange:   #ff6b35;
  --orange-2: #ff9356;
  --violet:   #8b7bff;
  --violet-2: #b3a4ff;
  --green:    #34d399;
  --blue:     #60a5fa;

  --txt:      #f4f5fb;
  --muted:    #aab0cf;
  --dim:      #9098bb;

  --grad: linear-gradient(100deg, var(--orange), #ff8a5b 45%, var(--violet));
  --radius: 18px;
  --radius-sm: 12px;
  --shadow: 0 24px 60px -20px rgba(0,0,0,.6);
  --maxw: 1140px;
}

html { scroll-behavior: smooth; }

body {
  font-family: 'Manrope', system-ui, -apple-system, sans-serif;
  background: var(--bg);
  color: var(--txt);
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}

a { color: inherit; text-decoration: none; }
h1, h2, h3, h4 { font-family: 'Sora', 'Manrope', sans-serif; line-height: 1.12; letter-spacing: -.01em; }
img { display: block; max-width: 100%; }

.grad {
  background: var(--grad);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.container { max-width: var(--maxw); margin: 0 auto; padding: 0 24px; }
.container-narrow { max-width: 760px; }

/* ===== BOUTONS ===== */
.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 8px;
  font-family: inherit; font-weight: 800; font-size: 15px;
  padding: 13px 26px; border-radius: 50px; border: 1px solid transparent;
  cursor: pointer; transition: transform .18s ease, box-shadow .18s ease, background .18s, opacity .18s;
  white-space: nowrap;
}
.btn-sm { padding: 9px 18px; font-size: 14px; }
.btn-lg { padding: 16px 34px; font-size: 16px; }

.btn-primary {
  background: var(--orange); color: #fff;
  box-shadow: 0 10px 30px -8px rgba(255,107,53,.6);
}
.btn-primary:hover { transform: translateY(-2px); box-shadow: 0 16px 38px -8px rgba(255,107,53,.7); }

.btn-ghost {
  background: rgba(255,255,255,.04); color: var(--txt);
  border-color: var(--line-2); backdrop-filter: blur(6px);
}
.btn-ghost:hover { background: rgba(255,255,255,.09); transform: translateY(-2px); }
.btn:disabled { opacity: .6; cursor: not-allowed; transform: none; }

/* ===== BARRE DE PROGRESSION ===== */
#scroll-progress {
  position: fixed; top: 0; left: 0; height: 3px; width: 0%;
  background: var(--grad); z-index: 100; transition: width .1s linear;
}

/* ===== NAVIGATION ===== */
header {
  position: sticky; top: 0; z-index: 60;
  background: rgba(11,13,26,.72);
  backdrop-filter: blur(14px);
  border-bottom: 1px solid var(--line);
}
.nav {
  max-width: var(--maxw); margin: 0 auto; height: 68px; padding: 0 24px;
  display: flex; align-items: center; justify-content: space-between; gap: 20px;
}
.logo { display: flex; align-items: center; gap: 11px; flex-shrink: 0; }
.logo-mark { border-radius: 9px; }
.logo-txt { display: flex; flex-direction: column; line-height: 1.05; }
.logo-main { font-family: 'Sora'; font-size: 16px; font-weight: 800; }
.logo-sub { font-size: 9px; font-weight: 700; letter-spacing: 2px; color: var(--orange); }

.nav-links { display: flex; gap: 28px; list-style: none; }
.nav-links a { font-size: 14px; font-weight: 600; color: var(--muted); transition: color .15s; position: relative; }
.nav-links a:hover { color: var(--txt); }
.nav-links a.active { color: var(--txt); }
.nav-links a.active::after {
  content: ""; position: absolute; left: 0; right: 0; bottom: -22px; height: 2px;
  background: var(--grad); border-radius: 2px;
}

.nav-actions { display: flex; align-items: center; gap: 16px; }
.nav-phone { display: flex; align-items: center; gap: 9px; }
.nav-phone-ico { font-size: 18px; }
.nav-phone small { display: block; font-size: 10px; color: var(--dim); }
.nav-phone strong { display: block; font-size: 14px; color: var(--txt); }

.nav-burger { display: none; flex-direction: column; gap: 5px; background: none; border: 0; cursor: pointer; padding: 6px; }
.nav-burger span { width: 24px; height: 2px; background: var(--txt); border-radius: 2px; transition: .25s; }
.nav-burger.open span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
.nav-burger.open span:nth-child(2) { opacity: 0; }
.nav-burger.open span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }

/* ===== HERO ===== */
.hero {
  position: relative; text-align: center; padding: 96px 24px 72px; overflow: hidden;
  background:
    linear-gradient(180deg, rgba(11,13,26,.82), rgba(11,13,26,.93) 55%, var(--bg) 100%),
    url('../assets/img/hero.jpg') center/cover no-repeat;
}
.hero-glow {
  position: absolute; inset: -20% 0 auto 0; height: 600px; z-index: 0;
  background:
    radial-gradient(45% 50% at 30% 20%, rgba(255,107,53,.22), transparent 70%),
    radial-gradient(40% 50% at 75% 10%, rgba(139,123,255,.22), transparent 70%);
  filter: blur(10px); pointer-events: none;
}
.hero-inner { position: relative; z-index: 1; max-width: 880px; margin: 0 auto; }

.badge {
  display: inline-flex; align-items: center; gap: 8px;
  background: rgba(255,107,53,.1); border: 1px solid rgba(255,107,53,.3);
  border-radius: 50px; padding: 7px 16px; font-size: 13px; font-weight: 700; color: var(--orange-2);
  margin-bottom: 26px;
}
.badge-dot { width: 7px; height: 7px; border-radius: 50%; background: var(--green); box-shadow: 0 0 0 0 rgba(52,211,153,.6); animation: ping 2s infinite; }
@keyframes ping { 0% { box-shadow: 0 0 0 0 rgba(52,211,153,.6);} 70%{ box-shadow: 0 0 0 8px rgba(52,211,153,0);} 100%{ box-shadow:0 0 0 0 rgba(52,211,153,0);} }

h1 { font-size: clamp(2rem, 5.2vw, 3.6rem); font-weight: 800; margin-bottom: 22px; }
.hero-lead { font-size: clamp(1rem, 1.6vw, 1.18rem); color: var(--muted); max-width: 660px; margin: 0 auto 32px; }
.hero-lead strong { color: var(--txt); }
.hero-lead .accent { color: var(--orange-2); }

.hero-cta { display: flex; gap: 14px; justify-content: center; flex-wrap: wrap; }
.hero-trust { display: flex; gap: 22px; justify-content: center; flex-wrap: wrap; margin-top: 24px; font-size: 13px; color: var(--dim); font-weight: 600; }

/* ===== STATS ===== */
.stats {
  display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px;
  max-width: 760px; margin: 56px auto 0;
}
.stat {
  background: var(--surface); border: 1px solid var(--line); border-radius: var(--radius);
  padding: 24px 14px; text-align: center;
}
.stat-val { font-family: 'Sora'; font-size: clamp(1.6rem, 3vw, 2.3rem); font-weight: 800; background: var(--grad); -webkit-background-clip: text; background-clip: text; color: transparent; }
.stat-lbl { font-size: 12px; color: var(--dim); margin-top: 4px; }

/* ===== EN-TÊTE DE PAGE (sous-pages) ===== */
.page-hero { position: relative; text-align: center; padding: 72px 24px 56px; overflow: hidden; }
.page-hero .hero-glow { height: 420px; }
.page-hero-inner { position: relative; z-index: 1; max-width: 760px; margin: 0 auto; }
.page-hero h1 { font-size: clamp(1.9rem, 4.4vw, 3rem); margin-bottom: 16px; }
.page-hero p { color: var(--muted); font-size: 1.05rem; max-width: 600px; margin: 0 auto; }
.breadcrumb { font-size: 13px; color: var(--dim); margin-bottom: 18px; }
.breadcrumb a { color: var(--orange); }

/* Lien "voir plus" sous un aperçu */
.see-more { text-align: center; margin-top: 36px; }
.link-arrow { color: var(--orange); font-weight: 700; font-size: 15px; display: inline-flex; align-items: center; gap: 6px; transition: gap .15s; text-decoration: underline; text-underline-offset: 3px; }
.link-arrow:hover { gap: 11px; }

/* Accessibilité : les liens dans le texte ne reposent pas que sur la couleur */
.breadcrumb a, .footer-col a, .footer-legal a, .faq-item p a, .why-list a, .legal a, .rdv-success a { text-decoration: underline; text-underline-offset: 2px; }

/* ===== TRUSTBAR ===== */
.trustbar { padding: 36px 24px; border-block: 1px solid var(--line); background: var(--bg-2); text-align: center; }
.trustbar-title { font-size: 12px; letter-spacing: 2px; text-transform: uppercase; color: var(--dim); font-weight: 700; margin-bottom: 16px; }
.trustbar-logos { display: flex; flex-wrap: wrap; gap: 12px; justify-content: center; }
.trust-chip { background: var(--surface); border: 1px solid var(--line-2); border-radius: 50px; padding: 9px 18px; font-size: 13px; font-weight: 600; color: var(--muted); }

/* ===== SECTIONS ===== */
.section { padding: 86px 0; }
.section-alt { background: var(--bg-2); }
.sec-head { text-align: center; max-width: 680px; margin: 0 auto 48px; }
.eyebrow { display: inline-block; font-size: 12px; font-weight: 800; letter-spacing: 2px; text-transform: uppercase; color: var(--orange); margin-bottom: 14px; }
h2 { font-size: clamp(1.6rem, 3.2vw, 2.5rem); font-weight: 800; }
.sec-sub { color: var(--muted); margin-top: 14px; font-size: 1.02rem; }

/* ===== GRILLES ===== */
.grid-3 { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }

/* ===== GALERIE ===== */
.gallery { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.gal { position: relative; border-radius: var(--radius); overflow: hidden; aspect-ratio: 4/3; background: var(--surface); }
.gal img { width: 100%; height: 100%; object-fit: cover; transition: transform .5s ease; }
.gal:hover img { transform: scale(1.06); }
.gal figcaption {
  position: absolute; inset: auto 0 0 0; padding: 28px 16px 14px;
  background: linear-gradient(transparent, rgba(0,0,0,.82)); font-weight: 700; font-size: 14px;
}
.chips { display: flex; flex-wrap: wrap; gap: 10px; justify-content: center; margin-top: 26px; }
.chip { background: var(--surface); border: 1px solid var(--line-2); border-radius: 50px; padding: 8px 16px; font-size: 13px; color: var(--muted); }

/* ===== CARTES GARANTIES ===== */
.g-card {
  background: var(--surface); border: 1px solid var(--line); border-radius: var(--radius);
  padding: 28px 24px; transition: transform .2s, border-color .2s, box-shadow .2s;
}
.g-card:hover { transform: translateY(-4px); border-color: rgba(255,107,53,.4); box-shadow: var(--shadow); }
.g-ico {
  width: 52px; height: 52px; border-radius: 14px; display: grid; place-items: center;
  font-size: 26px; margin-bottom: 16px;
  background: linear-gradient(135deg, rgba(255,107,53,.16), rgba(139,123,255,.16));
  border: 1px solid var(--line-2);
}
.g-card h3 { font-size: 17px; margin-bottom: 8px; }
.g-card p { font-size: 14px; color: var(--muted); }

/* ===== STEPS ===== */
.steps { list-style: none; display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; counter-reset: s; }
.step { position: relative; background: var(--surface); border: 1px solid var(--line); border-radius: var(--radius); padding: 30px 22px; }
.step-num {
  width: 42px; height: 42px; border-radius: 12px; display: grid; place-items: center;
  font-family: 'Sora'; font-weight: 800; font-size: 18px; color: #fff;
  background: var(--grad); margin-bottom: 16px;
}
.step h3 { font-size: 16px; margin-bottom: 8px; }
.step p { font-size: 14px; color: var(--muted); }

/* ===== POURQUOI / WHY ===== */
.why { display: grid; grid-template-columns: 1.15fr .85fr; gap: 48px; align-items: center; }
.why-lead { color: var(--muted); margin: 16px 0 24px; font-size: 1.05rem; }
.why-list { list-style: none; display: grid; gap: 16px; }
.why-list li { display: flex; gap: 14px; align-items: flex-start; }
.why-list li span { font-size: 22px; flex-shrink: 0; }
.why-list strong { color: var(--txt); }
.why-list div { color: var(--muted); font-size: 15px; }
.why-values { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.v-card {
  background: var(--surface); border: 1px solid var(--line); border-radius: var(--radius);
  padding: 30px 16px; text-align: center; transition: transform .2s, border-color .2s;
}
.v-card:hover { transform: translateY(-4px); border-color: var(--line-2); }
.v-card span { font-size: 34px; display: block; margin-bottom: 10px; }
.v-card strong { font-family: 'Sora'; font-size: 14px; letter-spacing: 1px; text-transform: uppercase; }

/* ===== PRISE DE RDV ===== */
.section-rdv { position: relative; }
.section-rdv::before {
  content: ""; position: absolute; inset: 0; z-index: 0; pointer-events: none;
  background: radial-gradient(50% 40% at 50% 0%, rgba(139,123,255,.14), transparent 70%);
}
.section-rdv .container { position: relative; z-index: 1; }
.rdv-wrap { display: grid; grid-template-columns: 1.4fr .9fr; gap: 22px; align-items: start; }

.rdv-card {
  background: var(--surface); border: 1px solid var(--line-2); border-radius: var(--radius);
  padding: 32px; box-shadow: var(--shadow); min-height: 360px;
}
.rdv-step { display: none; animation: fade .3s ease; }
.rdv-step.is-active { display: block; }
@keyframes fade { from { opacity: 0; transform: translateY(8px);} to { opacity:1; transform:none;} }
.rdv-step-title { font-family: 'Sora'; font-weight: 700; font-size: 18px; margin-bottom: 20px; display: flex; align-items: center; gap: 10px; }
.rdv-badge { background: var(--input); border: 1px solid var(--line-2); border-radius: 50px; padding: 3px 11px; font-size: 12px; color: var(--orange); font-weight: 700; }

.rdv-options { display: grid; grid-template-columns: repeat(2, 1fr); gap: 12px; }
.rdv-opt {
  display: flex; flex-direction: column; align-items: center; gap: 8px;
  background: var(--input); border: 1.5px solid var(--line-2); border-radius: var(--radius-sm);
  padding: 22px 10px; font-size: 26px; cursor: pointer; color: var(--txt); transition: .18s; font-family: inherit;
}
.rdv-opt span { font-size: 14px; font-weight: 700; }
.rdv-opt:hover { border-color: var(--orange); transform: translateY(-2px); }
.rdv-opt.selected { border-color: var(--orange); background: rgba(255,107,53,.12); }

.rdv-grid2 { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.rdv-nav { display: flex; justify-content: space-between; gap: 12px; margin-top: 22px; }
.span-2 { grid-column: 1 / -1; }

.form-group label { display: block; font-size: 12px; color: var(--dim); font-weight: 600; margin-bottom: 6px; }
input, select, textarea {
  width: 100%; background: var(--input); border: 1px solid var(--line-2); border-radius: 10px;
  padding: 12px 14px; color: var(--txt); font-size: 14px; font-family: inherit; transition: border-color .18s;
}
input:focus, select:focus, textarea:focus { outline: none; border-color: var(--orange); }
input.error { border-color: var(--orange); box-shadow: 0 0 0 3px rgba(255,107,53,.15); }
textarea { resize: vertical; }
select { appearance: none; }
.hp-field { position: absolute; left: -9999px; width: 1px; height: 1px; opacity: 0; pointer-events: none; }

.rdv-recap {
  margin-top: 18px; padding: 14px 16px; border-radius: var(--radius-sm);
  background: rgba(139,123,255,.08); border: 1px solid rgba(139,123,255,.25);
  font-size: 13px; color: var(--violet-2);
}
.rdv-recap:empty { display: none; }

.rdv-success { text-align: center; padding: 30px 10px; }
.rdv-success-ico { font-size: 52px; margin-bottom: 12px; }
.rdv-success h3 { font-size: 22px; margin-bottom: 10px; color: var(--green); }
.rdv-success p { color: var(--muted); margin-bottom: 20px; }

/* ===== TABLEAU COMPARATIF ===== */
.compare { max-width: 940px; margin: 0 auto; overflow-x: auto; border-radius: var(--radius); border: 1px solid var(--line); }
.compare table { width: 100%; border-collapse: collapse; min-width: 640px; background: var(--surface); }
.compare th, .compare td { padding: 14px 16px; text-align: left; font-size: 14px; border-bottom: 1px solid var(--line); vertical-align: top; }
.compare thead th { font-family: 'Sora', sans-serif; font-size: 15px; background: var(--bg-2); }
.compare thead th:nth-child(2) { color: var(--orange); }
.compare thead th:nth-child(3) { color: var(--violet-2); }
.compare tbody th { color: var(--muted); font-weight: 700; width: 170px; }
.compare tbody td { color: var(--txt); }
.compare tbody tr:last-child th, .compare tbody tr:last-child td { border-bottom: none; }
.compare-note { text-align: center; color: var(--muted); margin-top: 22px; font-size: 15px; }
.compare-note strong { color: var(--txt); }

/* Colonne contact direct */
.rdv-aside { background: var(--bg-2); border: 1px solid var(--line); border-radius: var(--radius); padding: 28px; }
.rdv-aside h3 { font-size: 17px; margin-bottom: 18px; }
.rdv-contact {
  display: flex; align-items: center; gap: 14px; padding: 14px 16px; border-radius: var(--radius-sm);
  background: var(--surface); border: 1px solid var(--line); margin-bottom: 12px; transition: .18s;
}
.rdv-contact:hover { border-color: var(--orange); transform: translateX(3px); }
.rdv-contact-ico { font-size: 22px; }
.rdv-contact small { display: block; font-size: 11px; color: var(--dim); }
.rdv-contact strong { font-size: 14px; word-break: break-word; }
.rdv-aside-foot { display: grid; gap: 8px; margin-top: 18px; font-size: 13px; color: var(--muted); }

/* ===== FAQ ===== */
.faq { display: grid; gap: 12px; }
.faq-item { background: var(--surface); border: 1px solid var(--line); border-radius: var(--radius-sm); overflow: hidden; }
.faq-item summary {
  list-style: none; cursor: pointer; padding: 20px 22px; font-weight: 700; font-size: 15px;
  display: flex; justify-content: space-between; align-items: center; gap: 14px;
}
.faq-item summary::-webkit-details-marker { display: none; }
.faq-item summary::after { content: "+"; font-size: 22px; color: var(--orange); transition: transform .2s; line-height: 1; }
.faq-item[open] summary::after { transform: rotate(45deg); }
.faq-item p { padding: 0 22px 20px; color: var(--muted); font-size: 14px; }

/* ===== CTA FINAL ===== */
.cta-final { padding-top: 0; }
.cta-box {
  background: linear-gradient(135deg, rgba(255,107,53,.14), rgba(139,123,255,.14));
  border: 1px solid var(--line-2); border-radius: 28px; padding: 56px 32px; text-align: center;
}
.cta-box p { color: var(--muted); margin: 14px auto 26px; max-width: 520px; }

/* ===== FOOTER ===== */
.footer { background: #070914; border-top: 1px solid var(--line); padding-top: 56px; }
.footer-grid { display: grid; grid-template-columns: 1.5fr 1fr 1.3fr; gap: 36px; padding-bottom: 36px; }
.footer-brand p { color: var(--dim); font-size: 14px; margin-top: 16px; max-width: 320px; }
.footer-col h4, .footer-col .footer-h { font-size: 13px; font-weight: 800; text-transform: uppercase; letter-spacing: 1px; color: var(--muted); margin-bottom: 16px; }
.footer-col a { display: block; color: var(--dim); font-size: 14px; margin-bottom: 10px; transition: color .15s; }
.footer-col a:hover { color: var(--txt); }
.footer-legal {
  border-top: 1px solid var(--line); padding-block: 22px; display: flex; justify-content: space-between;
  flex-wrap: wrap; gap: 10px; font-size: 12px; color: var(--dim);
}
.footer-legal a { color: var(--muted); }

/* ===== BARRE CTA MOBILE ===== */
.mobile-cta {
  position: fixed; bottom: 0; left: 0; right: 0; z-index: 70; display: none;
  gap: 10px; padding: 12px 16px; background: rgba(11,13,26,.92); backdrop-filter: blur(12px);
  border-top: 1px solid var(--line-2);
}
.mobile-cta .btn { flex: 1; }

/* ===== WHATSAPP FLOTTANT ===== */
#whatsapp-btn {
  position: fixed; bottom: 26px; right: 26px; z-index: 65;
  display: flex; align-items: center; gap: 11px; background: #25d366; color: #fff;
  padding: 12px 18px; border-radius: 50px; box-shadow: 0 8px 26px rgba(37,211,102,.5);
  transition: transform .2s; animation: wapulse 2.4s infinite;
}
#whatsapp-btn:hover { transform: scale(1.05); }
.wa-icon { width: 28px; height: 28px; background: #fff; border-radius: 50%; display: grid; place-items: center; font-size: 16px; }
.wa-label strong { display: block; font-size: 13px; font-weight: 700; }
.wa-label small { display: block; font-size: 11px; opacity: .85; }
@keyframes wapulse { 0%,100% { box-shadow: 0 8px 26px rgba(37,211,102,.5);} 50% { box-shadow: 0 8px 36px rgba(37,211,102,.85);} }

/* ===== EXIT-INTENT ===== */
#exit-overlay { position: fixed; inset: 0; z-index: 200; background: rgba(0,0,0,.78); display: flex; align-items: center; justify-content: center; padding: 20px; }
#exit-overlay[hidden] { display: none; }
#exit-box {
  position: relative; background: var(--surface); border: 1px solid rgba(255,107,53,.35);
  border-radius: 24px; padding: 42px 36px; max-width: 460px; width: 100%; text-align: center;
  box-shadow: 0 0 80px rgba(255,107,53,.18); animation: pop .3s ease;
}
@keyframes pop { from { transform: scale(.9); opacity: 0;} to { transform: none; opacity: 1;} }
#exit-close { position: absolute; top: 14px; right: 18px; background: none; border: 0; color: var(--dim); font-size: 20px; cursor: pointer; }
#exit-close:hover { color: var(--txt); }
.exit-badge { display: inline-block; background: rgba(255,107,53,.14); border: 1px solid rgba(255,107,53,.35); border-radius: 50px; padding: 6px 14px; font-size: 12px; font-weight: 700; color: var(--orange-2); margin-bottom: 18px; }
#exit-box h2 { font-size: 1.6rem; margin-bottom: 14px; }
#exit-box p { color: var(--muted); font-size: 14px; margin-bottom: 22px; }
#exit-box p strong { color: var(--txt); }
#exit-email { margin-bottom: 12px; }
#exit-cta { width: 100%; }
#exit-skip { display: block; margin: 14px auto 0; background: none; border: 0; color: var(--dim); font-size: 12px; text-decoration: underline; cursor: pointer; }
#exit-thanks { text-align: center; }
#exit-thanks h3 { color: var(--green); margin-bottom: 10px; }
#exit-thanks p { color: var(--muted); }

/* ===== ANIMATIONS AU SCROLL ===== */
.reveal { opacity: 0; transform: translateY(22px); transition: opacity .6s ease, transform .6s ease; }
.reveal.in { opacity: 1; transform: none; }

@media (prefers-reduced-motion: reduce) {
  * { animation: none !important; transition: none !important; }
  .reveal { opacity: 1; transform: none; }
  html { scroll-behavior: auto; }
}

/* ===== RESPONSIVE ===== */
@media (max-width: 920px) {
  .why { grid-template-columns: 1fr; gap: 32px; }
  .rdv-wrap { grid-template-columns: 1fr; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 768px) {
  .nav-links { display: none; }
  .nav-phone { display: none; }
  .nav-burger { display: flex; }
  .nav-links.open {
    display: flex; flex-direction: column; gap: 0;
    position: absolute; top: 68px; left: 0; right: 0;
    background: var(--bg-2); border-bottom: 1px solid var(--line); padding: 8px 0;
  }
  .nav-links.open li { width: 100%; }
  .nav-links.open a { display: block; padding: 14px 24px; }

  .stats { grid-template-columns: 1fr 1fr; }
  .grid-3, .gallery, .steps, .why-values { grid-template-columns: 1fr 1fr; }
  .steps { gap: 14px; }
  .section { padding: 64px 0; }
  .mobile-cta { display: flex; }
  #whatsapp-btn { bottom: 78px; right: 16px; padding: 10px 14px; }
  .wa-label { display: none; }
  body { padding-bottom: 0; }
}

@media (max-width: 520px) {
  .grid-3, .gallery, .steps, .why-values, .rdv-grid2, .rdv-options { grid-template-columns: 1fr; }
  .stats { grid-template-columns: 1fr 1fr; }
  .footer-grid { grid-template-columns: 1fr; }
  .footer-legal { flex-direction: column; }
  .hero { padding-top: 64px; }
  .rdv-card { padding: 22px; }
  .cta-box { padding: 40px 22px; }
}
