/* ============================================================
   /lmnp-ameublement/ — Page service LMNP & Ameublement
   Expat' Immo — design system teal #229FA8 / navy #1a2b4a
   ============================================================ */

/* ── HERO ───────────────────────────────────────────────────── */
.lmnp-hero {
  background: linear-gradient(135deg, #1a2b4a 0%, #0f1e36 100%);
  padding: 96px 24px 80px;
  text-align: center;
  position: relative;
  overflow: hidden;
}
.lmnp-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;
}
.lmnp-hero .section-label { color: #5cdee6; }
.lmnp-hero h1 { color: #fff; font-size: clamp(1.9rem, 4vw, 3rem); font-weight: 700; margin: .5rem 0 1.2rem; }
.lmnp-hero h1 span { color: #5cdee6; }
.lmnp-hero-sub {
  color: rgba(255,255,255,.88);
  font-size: 1.15rem;
  max-width: 680px;
  margin: 0 auto 2rem;
  line-height: 1.65;
}
.lmnp-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;
}
.lmnp-hero-cta:hover { background: #1a7f87; transform: translateY(-2px); }

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

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

/* ── CE QU'ON MEUBLE ────────────────────────────────────────── */
.lmnp-ameublement {
  max-width: 1080px;
  margin: 0 auto;
  padding: 72px 24px;
}
.lmnp-ameublement h2 { font-size: 1.7rem; font-weight: 700; color: #1a2b4a; margin-bottom: .6rem; text-align: center; }
.lmnp-ameublement > p { color: #666; text-align: center; margin-bottom: 2.5rem; }
.lmnp-pieces-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}
.lmnp-piece-card {
  background: #fff;
  border-radius: 14px;
  padding: 24px;
  box-shadow: 0 2px 16px rgba(0,0,0,.07);
}
.lmnp-piece-icon { font-size: 1.8rem; margin-bottom: 12px; }
.lmnp-piece-name { font-weight: 700; color: #1a2b4a; font-size: .95rem; margin-bottom: 10px; }
.lmnp-piece-items { list-style: none; padding: 0; margin: 0; }
.lmnp-piece-items li {
  font-size: .88rem;
  color: #555;
  padding: 4px 0 4px 18px;
  position: relative;
  border-bottom: 1px solid #f0f0f0;
}
.lmnp-piece-items li:last-child { border-bottom: none; }
.lmnp-piece-items li::before { content: '✓'; position: absolute; left: 0; color: #229FA8; font-weight: 700; }

/* ── ÉTAPES ─────────────────────────────────────────────────── */
.lmnp-steps-section {
  background: #f8fafc;
  padding: 72px 24px;
}
.lmnp-steps-inner {
  max-width: 800px;
  margin: 0 auto;
}
.lmnp-steps-inner h2 { font-size: 1.7rem; font-weight: 700; color: #1a2b4a; margin-bottom: 2.5rem; text-align: center; }
.lmnp-steps { display: flex; flex-direction: column; gap: 24px; }
.lmnp-step {
  display: grid;
  grid-template-columns: 56px 1fr;
  gap: 20px;
  align-items: start;
}
.lmnp-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;
}
.lmnp-step-body h3 { font-size: 1.05rem; font-weight: 700; color: #1a2b4a; margin: 0 0 .4rem; padding-top: 10px; }
.lmnp-step-body p { margin: 0; color: #555; line-height: 1.7; font-size: .92rem; }

/* ── FAQ ────────────────────────────────────────────────────── */
.lmnp-faq { max-width: 800px; margin: 0 auto; padding: 72px 24px; }
.lmnp-faq h2 { font-size: 1.7rem; font-weight: 700; color: #1a2b4a; margin-bottom: 2rem; text-align: center; }
.lmnp-faq-item { border-bottom: 1px solid #e8e8e8; }
.lmnp-faq-item summary {
  padding: 20px 0; font-size: 1rem; font-weight: 700; color: #1a2b4a;
  cursor: pointer; list-style: none;
  display: flex; justify-content: space-between; align-items: center; gap: 16px;
}
.lmnp-faq-item summary::-webkit-details-marker { display: none; }
.lmnp-faq-item summary::after { content: '+'; color: #229FA8; font-size: 1.4rem; font-weight: 300; flex-shrink: 0; }
.lmnp-faq-item[open] summary::after { content: '−'; }
.lmnp-faq-item p { padding: 0 24px 20px 0; margin: 0; color: #555; line-height: 1.8; font-size: .95rem; }

/* ── CTA FINAL ──────────────────────────────────────────────── */
.lmnp-cta-final {
  background: linear-gradient(135deg, #1a2b4a, #229FA8);
  text-align: center;
  padding: 72px 24px;
  color: #fff;
}
.lmnp-cta-final h2 { font-size: 1.9rem; font-weight: 700; margin: 0 0 1rem; }
.lmnp-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; }
.lmnp-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;
}
.lmnp-cta-final a:hover { background: #eef7f7; transform: translateY(-2px); }

/* ── RESPONSIVE ─────────────────────────────────────────────── */
@media (max-width: 768px) {
  .lmnp-intro-grid { grid-template-columns: 1fr; }
  .lmnp-avantages-grid { grid-template-columns: 1fr; }
  .lmnp-pieces-grid { grid-template-columns: 1fr; }
  .lmnp-step { grid-template-columns: 44px 1fr; gap: 14px; }
  .lmnp-step-num { width: 44px; height: 44px; font-size: 1rem; }
}
