/* =============================================================
   GENEVE-PAGES.CSS — styles partagés par les pages de service
   locales genevoises : /reprise-de-bail-geneve, /vente-immobiliere-geneve,
   /estimation-immobiliere-geneve.
   Réutilise les variables et classes de style.css (--navy, --primary,
   --khaki, --bg, --muted, --border, .avantages-section, .fg/.fi,
   .contact-form-card, .btn-soumettre, .section-tag, .hero-checklist,
   .banner247-*). N'y duplique rien : uniquement ce qui est spécifique
   à ces pages.
============================================================= */

/* ── FIL D'ARIANE ── */
.breadcrumb {
  max-width: 1280px;
  margin: 0 auto;
  padding: 100px 5% 0;
  font-size: 13px;
  color: var(--muted);
}
.breadcrumb a { color: var(--muted); }
.breadcrumb a:hover { color: var(--navy); text-decoration: underline; }
.breadcrumb span[aria-current] { color: var(--navy); font-weight: 500; }
.breadcrumb .sep { margin: 0 6px; opacity: .5; }

/* ── HERO ── */
.gp-hero {
  padding: 20px 5% 50px;
  max-width: 1280px;
  margin: 0 auto;
}
.gp-hero-left { max-width: 760px; }
.gp-tag { margin-bottom: 18px; display: inline-block; }
.gp-h1 {
  font-size: 46px;
  font-weight: 700;
  color: var(--navy);
  line-height: 1.15;
  margin-bottom: 18px;
}
.gp-lead {
  font-size: 17px;
  color: var(--muted);
  max-width: 620px;
  margin-bottom: 24px;
  line-height: 1.6;
}
.gp-hero-cta { display: flex; flex-wrap: wrap; gap: 14px; }
.gp-btn-outline {
  background: transparent;
  color: var(--navy);
  border: 2px solid var(--navy);
}

/* ── SECTIONS DE CONTENU ── */
.gp-section {
  max-width: 900px;
  margin: 0 auto;
  padding: 40px 5%;
}
.gp-section-wide { max-width: 1280px; }
.gp-h2 {
  font-size: 32px;
  font-weight: 700;
  color: var(--navy);
  line-height: 1.2;
  margin-bottom: 18px;
}
.gp-text {
  font-size: 16px;
  color: var(--muted);
  line-height: 1.75;
  margin-bottom: 14px;
}
.gp-text:last-child { margin-bottom: 0; }
.gp-list {
  margin: 0 0 14px;
  padding-left: 0;
}
.gp-list li {
  list-style: none;
  display: flex;
  align-items: flex-start;
  gap: 10px;
  font-size: 15.5px;
  color: var(--muted);
  line-height: 1.6;
  margin-bottom: 10px;
}
.gp-list li::before {
  content: '✓';
  color: var(--teal-2);
  font-weight: 700;
  flex-shrink: 0;
}

/* Encadré légal (nuance juridique, jamais une affirmation absolue) */
.gp-legal-box {
  background: var(--bg);
  border-left: 3px solid var(--teal-2);
  border-radius: 0 14px 14px 0;
  padding: 20px 24px;
  margin: 18px 0;
}
.gp-legal-box p { color: var(--navy); font-size: 14.5px; line-height: 1.7; margin: 0; }
.gp-legal-box p + p { margin-top: 10px; }

/* ── ÉTAPES ── */
.gp-steps-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 28px;
  text-align: left;
}
.gp-step {
  background: var(--bg);
  border-radius: 20px;
  padding: 26px 24px;
}
.gp-step-num {
  width: 34px; height: 34px;
  border-radius: 50%;
  background: var(--navy);
  color: #fff;
  font-weight: 700;
  font-family: 'Outfit', sans-serif;
  display: flex; align-items: center; justify-content: center;
  margin-bottom: 12px;
}
.gp-step-title { font-size: 17px; font-weight: 700; color: var(--navy); margin-bottom: 6px; }
.gp-step-text { font-size: 14px; color: var(--muted); line-height: 1.6; }

/* ── SECTEURS / QUARTIERS (chips) ── */
.gp-chips { display: flex; flex-wrap: wrap; gap: 10px; margin: 10px 0 4px; }
.gp-chip {
  background: var(--bg-2);
  color: var(--navy);
  font-size: 14px;
  font-weight: 500;
  padding: 8px 18px;
  border-radius: 50px;
}

/* ── CAS CLIENT (anonymisé) ── */
.gp-case {
  background: #fff;
  border: 1px solid var(--border);
  border-radius: 16px;
  padding: 22px 24px;
  margin-bottom: 16px;
}
.gp-case-title { font-size: 15px; font-weight: 700; color: var(--navy); margin-bottom: 6px; }
.gp-case-text { font-size: 14.5px; color: var(--muted); line-height: 1.65; }

/* ── FAQ ── */
.gp-faq-list { text-align: left; }
.gp-faq-item {
  border: 1px solid var(--border);
  border-radius: 14px;
  margin-bottom: 12px;
  overflow: hidden;
  background: #fff;
}
.gp-faq-btn {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 18px 22px;
  background: none;
  border: none;
  text-align: left;
  font-family: 'Outfit', sans-serif;
  font-size: 16px;
  font-weight: 600;
  color: var(--navy);
  cursor: pointer;
}
.gp-faq-icon { flex-shrink: 0; font-size: 20px; color: var(--primary); transition: transform 0.2s; }
.gp-faq-item.open .gp-faq-icon { transform: rotate(45deg); }
.gp-faq-body { max-height: 0; overflow: hidden; transition: max-height 0.3s ease; }
.gp-faq-item.open .gp-faq-body { max-height: 320px; }
.gp-faq-body p { padding: 0 22px 20px; color: var(--muted); font-size: 14.5px; line-height: 1.7; }

/* ── FORMULAIRE ── */
.gp-form-section {
  max-width: 1280px;
  margin: 0 auto;
  padding: 20px 5% 70px;
}
.gp-form-card-wrap { max-width: 640px; margin: 0 auto; }
.gp-form-card-wrap .contact-form-card { padding: 36px; }
.gp-optional { font-weight: 400; color: var(--muted); font-size: 13px; }
.gp-disclaimer { font-size: 13px; color: var(--muted); line-height: 1.6; margin: 4px 0 4px; }
.gp-honeypot { position: absolute; left: -9999px; width: 1px; height: 1px; overflow: hidden; }
.gp-consent { margin-top: 4px; }
.gp-consent-label { display: flex; align-items: flex-start; gap: 10px; font-size: 14px; color: var(--navy); cursor: pointer; }
.gp-consent-label input[type="checkbox"] { margin-top: 3px; width: 16px; height: 16px; accent-color: var(--primary); flex-shrink: 0; }
.gp-form-success { text-align: center; padding: 24px 0; }
.gp-success-icon {
  width: 52px; height: 52px; border-radius: 50%; background: #cbeff2; color: var(--navy);
  display: flex; align-items: center; justify-content: center; font-size: 24px; margin: 0 auto 14px;
}
.gp-form-success h3 { color: var(--navy); font-size: 19px; margin-bottom: 6px; }
.gp-form-success p { color: var(--muted); font-size: 14px; }
.gp-form-error {
  background: #fff5f5; border: 1px solid #fed7d7; border-radius: 10px; padding: 12px 16px;
  color: #c53030; font-size: 13px; margin-bottom: 16px; line-height: 1.5;
}

/* =============================================================
   RESPONSIVE
============================================================= */
@media (max-width: 1024px) {
  .gp-hero-left { max-width: 100%; }
  .gp-h1 { font-size: 38px; }
  .gp-steps-grid { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 768px) {
  .breadcrumb { padding: 88px 5% 0; font-size: 12px; }
  .gp-hero { padding: 16px 5% 36px; }
  .gp-h1 { font-size: 30px; }
  .gp-lead { max-width: 100%; }
  .gp-h2 { font-size: 26px; }
  .gp-steps-grid { grid-template-columns: 1fr; }
  .gp-form-card-wrap .contact-form-card { padding: 26px 22px 30px; }
  .gp-chips { gap: 8px; }
}
