/* ============================================================
   /gestion-location/ — Page service Gestion Locative
   Expat' Immo — design system teal #229FA8 / navy #1a2b4a
   ============================================================ */

/* ── HERO ───────────────────────────────────────────────────── */
.gestion-hero {
  background: linear-gradient(135deg, #1a2b4a 0%, #0f1e36 100%);
  padding: 96px 24px 80px;
  text-align: center;
  position: relative;
  overflow: hidden;
}
.gestion-hero::before {
  content: '';
  position: absolute;
  inset: 0;
  background: radial-gradient(ellipse 80% 60% at 50% 0%, rgba(34,159,168,.18) 0%, transparent 70%);
  pointer-events: none;
}
.gestion-hero .section-label { color: #5cdee6; }
.gestion-hero h1 { color: #fff; font-size: clamp(1.9rem, 4vw, 3rem); font-weight: 700; margin: .5rem 0 1.2rem; }
.gestion-hero h1 span { color: #5cdee6; }
.gestion-hero-sub {
  color: rgba(255,255,255,.88);
  font-size: 1.15rem;
  max-width: 680px;
  margin: 0 auto 2rem;
  line-height: 1.65;
}
.gestion-hero-cta {
  display: inline-block;
  background: #229FA8;
  color: #fff;
  font-weight: 600;
  padding: .9rem 2.4rem;
  border-radius: 6px;
  text-decoration: none;
  transition: background .2s, transform .2s;
}
.gestion-hero-cta:hover { background: #1a7f87; transform: translateY(-2px); }

/* ── INTRO ──────────────────────────────────────────────────── */
.gestion-intro {
  max-width: 960px;
  margin: 0 auto;
  padding: 72px 24px 60px;
}
.gestion-intro-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 48px;
  align-items: center;
}
.gestion-intro-text h2 { color: #1a2b4a; font-size: clamp(1.4rem,2.5vw,1.9rem); margin-bottom: 1rem; }
.gestion-intro-text p { color: #444; line-height: 1.75; margin-bottom: 1rem; }
.gestion-intro-img {
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 8px 32px rgba(0,0,0,.12);
  aspect-ratio: 4/3;
}
.gestion-intro-img img { width: 100%; height: 100%; object-fit: cover; display: block; }
@media (max-width: 700px) {
  .gestion-intro-grid { grid-template-columns: 1fr; }
  .gestion-intro-img { order: -1; }
}

/* ── STATS ──────────────────────────────────────────────────── */
.gestion-stats {
  background: linear-gradient(135deg, #1a2b4a 0%, #0f1e36 100%);
  padding: 60px 24px;
}
.gestion-stats-inner {
  max-width: 900px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
  text-align: center;
}
.gestion-stat-val { font-size: 2rem; font-weight: 700; color: #5cdee6; display: block; }
.gestion-stat-label { color: rgba(255,255,255,.75); font-size: .88rem; margin-top: .3rem; display: block; }
@media (max-width: 600px) { .gestion-stats-inner { grid-template-columns: repeat(2, 1fr); } }

/* ── SERVICES ───────────────────────────────────────────────── */
.gestion-services {
  background: #f7f9fc;
  padding: 72px 24px;
}
.gestion-services-inner { max-width: 1080px; margin: 0 auto; }
.gestion-services-inner h2 { color: #1a2b4a; font-size: clamp(1.4rem,2.5vw,1.9rem); text-align: center; margin-bottom: .5rem; }
.gestion-services-inner > p { text-align: center; color: #555; margin-bottom: 2.5rem; }
.gestion-svc-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}
.gestion-svc-card {
  background: #fff;
  border-radius: 12px;
  padding: 28px 24px;
  box-shadow: 0 2px 12px rgba(0,0,0,.07);
  border-top: 3px solid #229FA8;
  transition: transform .2s, box-shadow .2s;
}
.gestion-svc-card:hover { transform: translateY(-4px); box-shadow: 0 8px 24px rgba(34,159,168,.15); }
.gestion-svc-icon {
  width: 48px; height: 48px;
  background: rgba(34,159,168,.1);
  border-radius: 12px;
  display: flex; align-items: center; justify-content: center;
  margin-bottom: 16px;
  font-size: 1.5rem;
}
.gestion-svc-card h3 { color: #1a2b4a; font-size: 1.05rem; margin-bottom: .5rem; }
.gestion-svc-card p { color: #555; font-size: .93rem; line-height: 1.65; }
@media (max-width: 800px) { .gestion-svc-grid { grid-template-columns: 1fr 1fr; } }
@media (max-width: 500px) { .gestion-svc-grid { grid-template-columns: 1fr; } }

/* ── PROCESSUS ──────────────────────────────────────────────── */
.gestion-processus {
  max-width: 860px;
  margin: 0 auto;
  padding: 72px 24px;
}
.gestion-processus h2 { color: #1a2b4a; font-size: clamp(1.4rem,2.5vw,1.9rem); text-align: center; margin-bottom: 2.5rem; }
.gestion-steps { display: flex; flex-direction: column; gap: 0; }
.gestion-step {
  display: grid;
  grid-template-columns: 64px 1fr;
  gap: 20px;
  align-items: flex-start;
  position: relative;
  padding-bottom: 32px;
}
.gestion-step:not(:last-child)::before {
  content: '';
  position: absolute;
  left: 31px; top: 56px; bottom: 0;
  width: 2px;
  background: linear-gradient(to bottom, #229FA8, rgba(34,159,168,.1));
}
.gestion-step-num {
  width: 64px; height: 64px;
  background: linear-gradient(135deg, #229FA8, #1a7f87);
  border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  color: #fff; font-weight: 700; font-size: 1.2rem;
  flex-shrink: 0;
  box-shadow: 0 4px 16px rgba(34,159,168,.3);
}
.gestion-step-body h3 { color: #1a2b4a; font-size: 1.05rem; margin: .8rem 0 .4rem; }
.gestion-step-body p { color: #555; font-size: .93rem; line-height: 1.65; }

/* ── AVIS CLIENTS ───────────────────────────────────────────── */
.gestion-avis {
  background: #f7f9fc;
  padding: 72px 24px;
}
.gestion-avis-inner { max-width: 1080px; margin: 0 auto; }
.gestion-avis-inner h2 { color: #1a2b4a; font-size: clamp(1.4rem,2.5vw,1.9rem); text-align: center; margin-bottom: 2rem; }
.gestion-avis-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}
.gestion-avis-card {
  background: #fff;
  border-radius: 12px;
  padding: 24px;
  box-shadow: 0 2px 12px rgba(0,0,0,.07);
}
.gestion-avis-stars { color: #f59e0b; font-size: 1.1rem; margin-bottom: 10px; }
.gestion-avis-text { color: #444; font-size: .93rem; line-height: 1.65; margin-bottom: 14px; font-style: italic; }
.gestion-avis-author { color: #229FA8; font-weight: 600; font-size: .88rem; }
@media (max-width: 700px) { .gestion-avis-grid { grid-template-columns: 1fr; } }

/* ── CTA FINAL ──────────────────────────────────────────────── */
.gestion-cta-final {
  background: linear-gradient(135deg, #229FA8 0%, #1a7f87 100%);
  padding: 72px 24px;
  text-align: center;
}
.gestion-cta-final h2 { color: #fff; font-size: clamp(1.4rem,2.5vw,1.9rem); margin-bottom: .8rem; }
.gestion-cta-final p { color: rgba(255,255,255,.88); font-size: 1.05rem; max-width: 560px; margin: 0 auto 2rem; }
.gestion-cta-final a {
  display: inline-block;
  background: #fff;
  color: #229FA8;
  font-weight: 700;
  padding: .9rem 2.4rem;
  border-radius: 6px;
  text-decoration: none;
  transition: transform .2s, box-shadow .2s;
  box-shadow: 0 4px 16px rgba(0,0,0,.15);
}
.gestion-cta-final a:hover { transform: translateY(-2px); box-shadow: 0 8px 24px rgba(0,0,0,.2); }

/* ─── FAQ Gestion Locative (GEO) ──────────────────────────────── */
.gestion-faq { padding: 4rem 1.5rem; background: #F7FAFA; }
.gestion-faq-inner { max-width: 860px; margin: 0 auto; }
.gestion-faq h2 { font-size: 1.9rem; font-weight: 600; color: #1a1a1a; text-align: center; margin-bottom: .8rem; font-family: 'Quicksand', sans-serif; }
.gestion-faq-intro { text-align: center; color: #555; max-width: 640px; margin: 0 auto 2.5rem; font-size: 1.02rem; line-height: 1.55; }
.gestion-faq-item { background: #fff; border: 1px solid #e5ecec; border-radius: 10px; margin-bottom: .75rem; overflow: hidden; transition: border-color .2s, box-shadow .2s; }
.gestion-faq-item[open] { border-color: #229FA8; box-shadow: 0 2px 12px rgba(34,159,168,.08); }
.gestion-faq-item summary { padding: 1.1rem 1.5rem; cursor: pointer; font-weight: 600; font-size: 1.02rem; color: #1a1a1a; list-style: none; position: relative; line-height: 1.4; }
.gestion-faq-item summary::-webkit-details-marker { display: none; }
.gestion-faq-item summary::after { content: "+"; position: absolute; right: 1.5rem; top: 50%; transform: translateY(-50%); font-size: 1.6rem; color: #229FA8; font-weight: 400; transition: transform .2s; }
.gestion-faq-item[open] summary::after { content: "−"; }
.gestion-faq-a { padding: 0 1.5rem 1.25rem; color: #444; line-height: 1.65; font-size: .98rem; }
.gestion-faq-a p { margin: 0; }
@media (max-width: 560px) {
  .gestion-faq { padding: 3rem 1rem; }
  .gestion-faq h2 { font-size: 1.55rem; }
  .gestion-faq-item summary { padding: 1rem 2.2rem 1rem 1.1rem; font-size: .96rem; }
  .gestion-faq-item summary::after { right: 1rem; }
  .gestion-faq-a { padding: 0 1.1rem 1.1rem; }
}
