/* ============================================================
   /immeuble-de-rapport/ — Page service Immeuble de rapport
   Expat' Immo — design system teal #229FA8 / navy #1a2b4a
   ============================================================ */

/* ── HERO ───────────────────────────────────────────────────── */
.immeuble-hero {
  background: linear-gradient(135deg, #1a2b4a 0%, #0f1e36 100%);
  padding: 96px 24px 80px;
  text-align: center;
  position: relative;
  overflow: hidden;
}
.immeuble-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;
}
.immeuble-hero .section-label { color: #5cdee6; }
.immeuble-hero h1 { color: #fff; font-size: clamp(1.9rem, 4vw, 3rem); font-weight: 700; margin: .5rem 0 1.2rem; }
.immeuble-hero h1 span { color: #5cdee6; }
.immeuble-hero-sub {
  color: rgba(255,255,255,.88);
  font-size: 1.15rem;
  max-width: 700px;
  margin: 0 auto 2rem;
  line-height: 1.65;
}
.immeuble-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;
}
.immeuble-hero-cta:hover { background: #1a7f87; transform: translateY(-2px); }
.immeuble-hero-stats {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 32px;
  margin-top: 2.5rem;
  padding-top: 2.5rem;
  border-top: 1px solid rgba(255,255,255,.12);
}
.immeuble-hero-stat { text-align: center; }
.immeuble-hero-stat-val { display: block; font-size: 1.8rem; font-weight: 800; color: #5cdee6; line-height: 1; }
.immeuble-hero-stat-label { font-size: .78rem; color: rgba(255,255,255,.7); text-transform: uppercase; letter-spacing: .06em; margin-top: 4px; }

/* ── POURQUOI ────────────────────────────────────────────────── */
.immeuble-pourquoi {
  max-width: 1080px;
  margin: 0 auto;
  padding: 72px 24px 60px;
}
.immeuble-pourquoi-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 48px;
  align-items: center;
  margin-top: 2rem;
}
.immeuble-pourquoi-text h2 { font-size: 1.6rem; font-weight: 700; color: #1a2b4a; margin-bottom: 1rem; }
.immeuble-pourquoi-text p { color: #555; line-height: 1.75; margin-bottom: 1rem; }
.immeuble-pourquoi-img img { width: 100%; border-radius: 14px; box-shadow: 0 8px 32px rgba(0,0,0,.1); }

/* ── AVANTAGES ───────────────────────────────────────────────── */
.immeuble-avantages {
  background: #f8fafc;
  padding: 72px 24px;
}
.immeuble-avantages-inner {
  max-width: 1080px;
  margin: 0 auto;
  text-align: center;
}
.immeuble-avantages-inner h2 { font-size: 1.7rem; font-weight: 700; color: #1a2b4a; margin-bottom: .6rem; }
.immeuble-avantages-inner > p { color: #666; margin-bottom: 2.5rem; }
.immeuble-avantages-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  text-align: left;
}
.immeuble-avantage-card {
  background: #fff;
  border-radius: 14px;
  padding: 28px 22px;
  box-shadow: 0 2px 16px rgba(0,0,0,.07);
  border-top: 3px solid #229FA8;
}
.immeuble-avantage-icon { font-size: 2rem; margin-bottom: 12px; }
.immeuble-avantage-card h3 { font-size: 1rem; font-weight: 700; color: #1a2b4a; margin: 0 0 .5rem; }
.immeuble-avantage-card p { margin: 0; color: #555; font-size: .92rem; line-height: 1.65; }

/* ── COMPARAISON ────────────────────────────────────────────── */
.immeuble-comparaison {
  max-width: 900px;
  margin: 0 auto;
  padding: 72px 24px;
}
.immeuble-comparaison h2 { font-size: 1.7rem; font-weight: 700; color: #1a2b4a; margin-bottom: .5rem; text-align: center; }
.immeuble-comparaison > p { color: #666; text-align: center; margin-bottom: 2.5rem; }
.immeuble-comp-table { width: 100%; border-collapse: collapse; font-size: .93rem; }
.immeuble-comp-table th {
  background: #1a2b4a;
  color: #fff;
  padding: 14px 20px;
  text-align: left;
  font-weight: 700;
  font-size: .85rem;
  text-transform: uppercase;
  letter-spacing: .06em;
}
.immeuble-comp-table th:first-child { border-radius: 8px 0 0 0; }
.immeuble-comp-table th:last-child { border-radius: 0 8px 0 0; }
.immeuble-comp-table th.col-immeuble { background: #229FA8; }
.immeuble-comp-table td {
  padding: 12px 20px;
  border-bottom: 1px solid #eee;
  color: #444;
}
.immeuble-comp-table tr:last-child td { border-bottom: none; }
.immeuble-comp-table tr:nth-child(even) td { background: #f8fafc; }
.immeuble-comp-table .td-good { color: #1a6e3c; font-weight: 600; }
.immeuble-comp-table .td-neutral { color: #666; }
.immeuble-comp-table .td-bad { color: #c0392b; }

/* ── RÉALISATIONS ────────────────────────────────────────────── */
.immeuble-realisations {
  background: #f8fafc;
  padding: 72px 24px;
}
.immeuble-realisations-inner {
  max-width: 1080px;
  margin: 0 auto;
}
.immeuble-realisations-inner h2 { font-size: 1.7rem; font-weight: 700; color: #1a2b4a; margin-bottom: .5rem; text-align: center; }
.immeuble-realisations-inner > p { color: #666; text-align: center; margin-bottom: 2.5rem; }
.immeuble-real-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.immeuble-real-card {
  border-radius: 14px;
  overflow: hidden;
  box-shadow: 0 2px 16px rgba(0,0,0,.09);
  text-decoration: none;
  color: inherit;
  background: #fff;
  transition: transform .2s, box-shadow .2s;
  display: flex;
  flex-direction: column;
}
.immeuble-real-card:hover { transform: translateY(-4px); box-shadow: 0 8px 28px rgba(0,0,0,.14); }
.immeuble-real-img { height: 200px; background: center/cover no-repeat #e0e0e0; }
.immeuble-real-body { padding: 18px; flex: 1; display: flex; flex-direction: column; gap: 6px; }
.immeuble-real-city { font-size: .75rem; font-weight: 700; text-transform: uppercase; color: #229FA8; letter-spacing: .07em; }
.immeuble-real-title { font-size: .95rem; font-weight: 700; color: #1a2b4a; line-height: 1.4; }
.immeuble-real-meta { display: flex; gap: 12px; margin-top: auto; flex-wrap: wrap; }
.immeuble-real-meta span { font-size: .8rem; color: #666; background: #f0f0f0; padding: 3px 10px; border-radius: 20px; }

/* ── ÉTAPES ─────────────────────────────────────────────────── */
.immeuble-steps-section {
  max-width: 800px;
  margin: 0 auto;
  padding: 72px 24px;
}
.immeuble-steps-section h2 { font-size: 1.7rem; font-weight: 700; color: #1a2b4a; margin-bottom: 2.5rem; text-align: center; }
.immeuble-steps { display: flex; flex-direction: column; gap: 24px; }
.immeuble-step {
  display: grid;
  grid-template-columns: 56px 1fr;
  gap: 20px;
  align-items: start;
}
.immeuble-step-num {
  width: 56px; height: 56px;
  border-radius: 50%;
  background: linear-gradient(135deg, #229FA8, #1a7a82);
  color: #fff;
  font-size: 1.3rem; font-weight: 800;
  display: flex; align-items: center; justify-content: center;
  flex-shrink: 0;
}
.immeuble-step-body h3 { font-size: 1.05rem; font-weight: 700; color: #1a2b4a; margin: 0 0 .4rem; padding-top: 10px; }
.immeuble-step-body p { margin: 0; color: #555; line-height: 1.7; font-size: .92rem; }

/* ── CTA FINAL ──────────────────────────────────────────────── */
.immeuble-cta-final {
  background: linear-gradient(135deg, #1a2b4a, #229FA8);
  text-align: center;
  padding: 72px 24px;
  color: #fff;
}
.immeuble-cta-final h2 { font-size: 1.9rem; font-weight: 700; margin: 0 0 1rem; }
.immeuble-cta-final p { color: rgba(255,255,255,.88); font-size: 1.05rem; margin-bottom: 2rem; max-width: 600px; margin-left: auto; margin-right: auto; }
.immeuble-cta-final a {
  display: inline-block; background: #fff; color: #1a2b4a;
  font-weight: 700; padding: 1rem 2.6rem; border-radius: 6px;
  text-decoration: none; transition: background .2s, transform .2s;
}
.immeuble-cta-final a:hover { background: #eef7f7; transform: translateY(-2px); }

/* ── RESPONSIVE ─────────────────────────────────────────────── */
@media (max-width: 900px) {
  .immeuble-avantages-grid { grid-template-columns: repeat(2, 1fr); }
  .immeuble-real-grid { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 768px) {
  .immeuble-pourquoi-grid { grid-template-columns: 1fr; }
  .immeuble-avantages-grid { grid-template-columns: 1fr; }
  .immeuble-real-grid { grid-template-columns: 1fr; }
  .immeuble-hero-stats { gap: 20px; }
  .immeuble-step { grid-template-columns: 44px 1fr; gap: 14px; }
  .immeuble-step-num { width: 44px; height: 44px; font-size: 1rem; }
  .immeuble-comp-table { font-size: .82rem; }
}
