/* villes.css — Pages locales SEO — Tom Web Studio V5 */

/* ── Intro locale — layout deux colonnes ─────────────────── */
.ville-intro-section { background: var(--bg); }
.ville-intro-section .section-container {
  padding-top: clamp(2rem, 4vw, 3rem);
  padding-bottom: clamp(2rem, 4vw, 3rem);
}

/* Réduit aussi le dessus de #methodologie quand il suit l'intro */
.ville-intro-section ~ #methodologie .section-container {
  padding-top: clamp(2rem, 4vw, 3rem);
}

.ville-intro-grid {
  display: grid;
  grid-template-columns: 1fr 380px;
  gap: 2rem 4rem;
  align-items: start;
  max-width: var(--max-w);
  margin: 0 auto;
}
.ville-intro-left .section-eyebrow { display: block; margin-bottom: 0.75rem; }
.ville-intro-left h2 {
  font-size: clamp(1.55rem, 2.8vw, 2.1rem);
  font-weight: 700; letter-spacing: -0.02em;
  line-height: 1.2; margin-bottom: 1.5rem;
  color: var(--text);
}
.ville-intro-content p {
  font-size: 1rem; color: var(--text-muted);
  line-height: 1.85; margin-bottom: 1.1rem;
}
.ville-intro-content p:last-child { margin-bottom: 0; }

/* ── Faits clés (colonne droite) ──────────────────────────── */
.ville-facts {
  display: flex; flex-direction: column; gap: 0.75rem;
  padding-top: 0.25rem;
}
.ville-fact {
  display: flex; gap: 1rem; align-items: flex-start;
  padding: 1rem 1.25rem;
  background: var(--khaki-bg);
  border-radius: var(--radius);
  border-left: 2.5px solid var(--khaki);
}
.ville-fact-num {
  font-size: 0.68rem; font-weight: 700;
  color: var(--khaki); letter-spacing: 0.1em;
  min-width: 1.5rem; padding-top: 0.12rem; flex-shrink: 0;
}
.ville-fact-text strong {
  display: block; font-size: 0.88rem; font-weight: 600;
  color: var(--text); margin-bottom: 0.2rem;
}
.ville-fact-text p {
  font-size: 0.8rem; color: var(--text-muted);
  line-height: 1.55; margin: 0;
}

/* ── Testimonial (fond vert foncé) ────────────────────────── */
.testimonial-section { background: var(--bg-green); }
.testimonial-card {
  max-width: 680px; margin: 0 auto;
  border-left: 3px solid var(--khaki-mid);
  padding: 2rem 2.5rem;
  background: rgba(255,255,255,0.04);
  border-radius: var(--radius);
}
.testimonial-text {
  font-size: 1.1rem; line-height: 1.8;
  color: rgba(255,255,255,0.85); font-style: italic;
  margin-bottom: 1.5rem;
  quotes: '\201C' '\201D';
}
.testimonial-text::before { content: open-quote; margin-right: 0.1em; }
.testimonial-text::after  { content: close-quote; margin-left: 0.1em; }
.testimonial-meta { display: flex; flex-direction: column; gap: 0.2rem; }
.testimonial-meta strong { color: #fff; font-size: 0.92rem; }
.testimonial-meta span   { color: rgba(168,197,160,0.85); font-size: 0.8rem; }
.testimonial-meta a {
  font-size: 0.8rem; color: rgba(168,197,160,1);
  text-decoration: underline; text-underline-offset: 3px;
  transition: color var(--transition);
}
.testimonial-meta a:hover { color: #fff; }

/* ── LMO — fiche projet Longeville ───────────────────────── */
.lmo-case {
  max-width: 720px; margin: 0 auto 2.5rem;
  border: 1px solid rgba(255,255,255,0.1);
  border-radius: var(--radius);
  overflow: hidden;
}
.lmo-case-header {
  display: flex; align-items: center; justify-content: space-between;
  padding: 1.25rem 1.75rem; gap: 2rem; flex-wrap: wrap;
  background: rgba(255,255,255,0.06);
  border-bottom: 1px solid rgba(255,255,255,0.08);
}
.lmo-case-meta { display: flex; flex-direction: column; gap: 0.25rem; }
.lmo-case-meta strong { color: #fff; font-size: 1rem; font-weight: 600; }
.lmo-case-meta span   { color: rgba(168,197,160,0.75); font-size: 0.8rem; }
.lmo-case-meta a {
  font-size: 0.82rem; color: rgba(168,197,160,1);
  text-decoration: underline; text-underline-offset: 3px;
  transition: color var(--transition);
}
.lmo-case-meta a:hover { color: #fff; }

.lmo-case-stats { display: flex; gap: 2rem; flex-shrink: 0; }
.lmo-stat { text-align: center; }
.lmo-stat-num {
  display: block; font-size: 2rem; font-weight: 700;
  color: rgba(168,197,160,1); line-height: 1.1;
}
.lmo-stat-label {
  display: block; font-size: 0.7rem;
  color: rgba(255,255,255,0.45); line-height: 1.4;
  max-width: 90px;
}

.lmo-steps {
  padding: 1.5rem 1.75rem;
  display: flex; flex-direction: column; gap: 1.25rem;
  background: rgba(255,255,255,0.02);
}
.lmo-step { display: flex; gap: 1rem; align-items: flex-start; }
.lmo-step-num {
  font-size: 0.68rem; font-weight: 700;
  color: rgba(168,197,160,0.7); letter-spacing: 0.1em;
  min-width: 1.5rem; padding-top: 0.1rem; flex-shrink: 0;
}
.lmo-step-content strong {
  display: block; font-size: 0.88rem; font-weight: 600;
  color: rgba(255,255,255,0.9); margin-bottom: 0.25rem;
}
.lmo-step-content p {
  font-size: 0.82rem; color: rgba(255,255,255,0.52);
  line-height: 1.6; margin: 0;
}

/* ── Séparateur intra-FAQ ─────────────────────────────────── */
.faq-ville-divider {
  border: none; border-top: 1px solid rgba(255,255,255,0.1);
  margin: 2rem auto; max-width: 720px;
}
.faq-section-label {
  display: block; max-width: 720px; margin: 0 auto 1.25rem;
  font-size: 0.73rem; letter-spacing: 0.14em; text-transform: uppercase;
  color: rgba(168,197,160,0.65); font-weight: 500;
}

/* ── Responsive ───────────────────────────────────────────── */
@media (max-width: 900px) {
  .ville-intro-grid { grid-template-columns: 1fr; gap: 2rem; }
}
@media (max-width: 640px) {
  .testimonial-card { padding: 1.5rem 1.25rem; }
  .lmo-case-header  { flex-direction: column; gap: 1.25rem; }
  .lmo-case-stats   { gap: 1.5rem; }
  .lmo-steps        { padding: 1.25rem; }
}
