/* ============================================================
   pages.css — pages d'atterrissage SEO (services + villes)
   Charge APRÈS yanaweb.css : réutilise :root, nav, footer, boutons.
   Pages statiques (sans GSAP/Lenis) = chargement rapide.
   ============================================================ */

body.lp { background: var(--dark); color: var(--cream); }

/* ── HERO ─────────────────────────────────────── */
.lp-hero {
  position: relative; overflow: hidden;
  padding: clamp(140px, 18vh, 220px) 8vw clamp(70px, 10vh, 110px);
  border-bottom: 1px solid var(--border);
}
.lp-hero::before {
  content: ""; position: absolute; inset: 0; z-index: 0; pointer-events: none;
  background:
    radial-gradient(60% 60% at 12% 0%, rgba(227,74,28,0.16), transparent 60%),
    radial-gradient(55% 55% at 100% 18%, rgba(39,122,110,0.18), transparent 62%);
}
.lp-hero > * { position: relative; z-index: 1; }
.lp-eyebrow {
  font-family: 'Montserrat', sans-serif; font-size: var(--t-label); font-weight: 700;
  letter-spacing: 0.24em; text-transform: uppercase; color: var(--terra);
  margin-bottom: 22px; display: inline-flex; align-items: center; gap: 9px;
}
.lp-eyebrow .spark { width: 15px; height: 15px; fill: currentColor; }
.lp-hero h1 {
  font-family: 'Montserrat', sans-serif; font-weight: 900; text-transform: uppercase;
  font-size: clamp(38px, 6.2vw, 80px); line-height: 0.99; letter-spacing: -0.02em;
  max-width: 17ch; margin-bottom: 28px;
}
.lp-hero h1 em { font-style: normal; color: var(--terra); }
.lp-lead {
  font-size: var(--t-xl); font-weight: 300; color: rgba(237,232,217,0.74);
  line-height: 1.6; max-width: 60ch; margin-bottom: 38px;
}
.lp-actions { display: flex; flex-wrap: wrap; gap: 16px; }

/* ── BANDEAU DE CONFIANCE ─────────────────────── */
.lp-trust { display: flex; flex-wrap: wrap; gap: 14px 28px; margin-top: 44px; font-size: var(--t-small); color: var(--muted); }
.lp-trust span { display: inline-flex; align-items: center; gap: 9px; }
.lp-trust span::before { content: ""; width: 6px; height: 6px; border-radius: 50%; background: var(--teal); flex: 0 0 auto; }

/* ── SECTION ──────────────────────────────────── */
.lp-section { max-width: 1120px; margin: 0 auto; padding: clamp(70px, 9vw, 110px) 8vw; }
.lp-section.tight + .lp-section.tight { padding-top: 0; }
.lp-sec-eyebrow { font-family: 'Montserrat', sans-serif; font-size: var(--t-label); font-weight: 700; letter-spacing: 0.24em; text-transform: uppercase; color: var(--terra); margin-bottom: 18px; }
.lp-section h2 { font-family: 'Montserrat', sans-serif; font-weight: 900; text-transform: uppercase; font-size: clamp(30px, 4vw, 50px); line-height: 1.03; letter-spacing: -0.02em; margin-bottom: 26px; }
.lp-section h2 em { font-style: normal; color: var(--terra); }
.lp-prose p { font-size: var(--t-body); font-weight: 300; color: rgba(237,232,217,0.72); line-height: 1.8; margin-bottom: 18px; max-width: 72ch; }
.lp-prose strong { color: var(--cream); font-weight: 600; }
.lp-prose a { color: var(--terra); text-decoration: none; border-bottom: 1px solid rgba(227,74,28,0.4); }
.lp-prose a:hover { border-color: var(--terra); }

/* ── CARTES ───────────────────────────────────── */
.lp-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; margin-top: 12px; }
.lp-card { border: 1px solid var(--border); border-radius: var(--r-md); padding: 32px; background: rgba(255,255,255,0.02); transition: border-color var(--t-base) var(--ease), transform var(--t-base) var(--ease); }
.lp-card:hover { border-color: var(--border-strong); transform: translateY(-3px); }
.lp-card h3 { font-family: 'Montserrat', sans-serif; font-size: 19px; font-weight: 800; color: var(--cream); margin-bottom: 12px; text-transform: uppercase; letter-spacing: -0.01em; }
.lp-card p { font-size: 15px; font-weight: 300; color: var(--muted); line-height: 1.65; }
.lp-card .ic { width: 38px; height: 38px; margin-bottom: 18px; color: var(--teal); }
.lp-card .ic svg { width: 100%; height: 100%; }

/* ── LISTE À COCHES ───────────────────────────── */
.lp-checks { display: grid; grid-template-columns: repeat(2, 1fr); gap: 14px 32px; margin-top: 10px; padding: 0; }
.lp-checks li { list-style: none; display: flex; gap: 12px; font-size: var(--t-body); color: rgba(237,232,217,0.84); line-height: 1.5; }
.lp-checks li::before { content: "✓"; color: var(--terra); font-weight: 800; flex: 0 0 auto; }

/* ── ENCART OFFRE ─────────────────────────────── */
.lp-offer { border: 1px solid var(--border-strong); border-radius: var(--r-lg); padding: 40px; display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between; gap: 24px; background: linear-gradient(135deg, rgba(227,74,28,0.10), rgba(39,122,110,0.10)); margin-top: 20px; }
.lp-offer .price { font-family: 'Montserrat', sans-serif; font-size: clamp(28px, 4vw, 44px); font-weight: 900; color: var(--cream); line-height: 1.1; }
.lp-offer .price small { font-size: 15px; font-weight: 400; color: var(--muted); display: block; margin-top: 6px; }

/* ── BANDE CTA ────────────────────────────────── */
.lp-cta { text-align: center; padding: clamp(70px, 9vw, 110px) 8vw; border-top: 1px solid var(--border); position: relative; overflow: hidden; }
.lp-cta::before { content: ""; position: absolute; inset: 0; background: radial-gradient(50% 120% at 50% 0%, rgba(227,74,28,0.12), transparent 60%); pointer-events: none; }
.lp-cta > * { position: relative; z-index: 1; }
.lp-cta h2 { font-family: 'Montserrat', sans-serif; font-weight: 900; text-transform: uppercase; font-size: clamp(30px, 4.4vw, 54px); line-height: 1; margin-bottom: 22px; }
.lp-cta p { color: var(--muted); font-weight: 300; margin-bottom: 34px; font-size: var(--t-xl); }
.lp-cta .lp-actions { justify-content: center; }

/* ── FAQ ──────────────────────────────────────── */
.faq-list { display: grid; gap: 14px; margin-top: 14px; }
.faq-item { border: 1px solid var(--border); border-radius: var(--r-md); padding: 28px 32px; background: rgba(255,255,255,0.02); }
.faq-q { font-family: 'Montserrat', sans-serif; font-size: 19px; font-weight: 800; color: var(--cream); margin-bottom: 12px; }
.faq-a { font-size: var(--t-body); font-weight: 300; color: var(--muted); line-height: 1.7; }

/* ── MAILLAGE INTERNE ─────────────────────────── */
.lp-related { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 22px; }
.lp-related a { font-size: 14px; color: var(--cream); border: 1px solid var(--border); border-radius: var(--r-pill); padding: 9px 18px; text-decoration: none; transition: border-color var(--t-base) var(--ease), color var(--t-base) var(--ease); }
.lp-related a:hover { border-color: var(--terra); color: var(--terra); }

/* ── RESPONSIVE ───────────────────────────────── */
@media (max-width: 880px) {
  .lp-grid { grid-template-columns: 1fr; }
  .lp-checks { grid-template-columns: 1fr; }
  .lp-offer { padding: 28px; }
}
