/* ==========================================================================
   EXPAT' IMMO — Pages services premium v1 (LMNP non-résident, Crédit immo expatrié, etc.)
   Design system aligné homepage : Teal #229FA8 · Dark #1a2b4a · Quicksand
   ========================================================================== */

.service-premium { color: #1a2b4a; font-family: 'Quicksand', sans-serif; }
.service-premium .container { max-width: 1080px; margin: 0 auto; padding: 0 24px; }

/* ── Breadcrumb ──────────────────────────────────────────────────────────── */
.service-premium .ville-breadcrumb {
    padding: 14px 0;
    font-size: .85rem;
    color: rgba(255,255,255,0.85);
}
.service-premium .ville-breadcrumb a {
    color: #A4D5D5;
    text-decoration: none;
    font-weight: 500;
}
.service-premium .ville-breadcrumb a:hover { color: #fff; text-decoration: underline; }
.service-premium .ville-breadcrumb span { color: #fff; font-weight: 600; }

/* ── Hero ─────────────────────────────────────────────────────────────────── */
.service-premium .lmnp-hero {
    position: relative;
    min-height: 360px;
    padding: 60px 0 70px;
    color: #fff;
    background: linear-gradient(135deg, #1a2b4a 0%, #16344a 50%, #1b3d4a 100%);
    overflow: hidden;
}
.service-premium .lmnp-hero::before {
    content: "";
    position: absolute;
    inset: 0;
    background:
      radial-gradient(circle at 20% 30%, rgba(34,159,168,0.25) 0%, transparent 50%),
      radial-gradient(circle at 80% 70%, rgba(245,166,35,0.10) 0%, transparent 50%);
    z-index: 1;
}
.service-premium .lmnp-hero .container { position: relative; z-index: 2; }
.service-premium .lmnp-hero .section-label {
    display: inline-block;
    font-size: .82rem;
    font-weight: 700;
    color: #A4D5D5;
    text-transform: uppercase;
    letter-spacing: 2.5px;
    margin-bottom: 16px;
    padding-bottom: 6px;
    border-bottom: 3px solid #229FA8;
}
.service-premium .lmnp-hero h1 {
    font-size: 2.8rem;
    margin: 0 0 18px;
    color: #fff;
    font-weight: 700;
    line-height: 1.15;
    max-width: 860px;
}
/* Le span d'accentuation est en blanc semi-transparent (meilleur contraste que turquoise sur marine) */
.service-premium .lmnp-hero h1 span {
    color: #fff;
    font-weight: 400;
    opacity: 0.85;
}
.service-premium .lmnp-hero-meta {
    display: inline-block;
    font-size: .82rem;
    color: rgba(255,255,255,0.78);
    margin: 0 0 18px;
    padding: 6px 14px;
    background: rgba(255,255,255,0.08);
    border-radius: 20px;
    border: 1px solid rgba(255,255,255,0.15);
}
.service-premium .lmnp-hero-sub {
    font-size: 1.15rem;
    margin: 0 0 32px;
    max-width: 760px;
    line-height: 1.6;
    color: rgba(255,255,255,0.92);
}
.service-premium .lmnp-hero-ctas { display: flex; gap: 14px; flex-wrap: wrap; margin-top: 8px; }
.service-premium .btn {
    display: inline-block;
    padding: 14px 32px;
    border-radius: 10px;
    font-weight: 700;
    font-size: .95rem;
    text-decoration: none;
    text-transform: uppercase;
    letter-spacing: .5px;
    transition: all .25s ease;
    border: 2px solid transparent;
}
.service-premium .btn-primary { background: #229FA8; color: #fff; border-color: #229FA8; }
.service-premium .btn-primary:hover { background: #1b8089; border-color: #1b8089; }
.service-premium .btn-outline { background: transparent; color: #fff; border-color: rgba(255,255,255,0.45); }
.service-premium .btn-outline:hover { background: rgba(255,255,255,0.1); border-color: #fff; }

/* ── Sections corps ───────────────────────────────────────────────────────── */
.service-premium .lmnp-section { padding: 70px 0; }
.service-premium .lmnp-section--gray { background: linear-gradient(180deg, #f8fafb 0%, #eef5f6 100%); }
.service-premium .lmnp-section h2 {
    font-size: 2rem;
    color: #1a2b4a;
    margin: 0 0 28px;
    font-weight: 700;
    line-height: 1.2;
    max-width: 880px;
}
.service-premium .lmnp-section h3 {
    font-size: 1.3rem;
    color: #229FA8;
    margin: 32px 0 12px;
    font-weight: 700;
}
.service-premium .lmnp-section p {
    font-size: 1.05rem;
    line-height: 1.75;
    color: #4a5568;
    margin: 0 0 16px;
    max-width: 880px;
}
.service-premium .lmnp-section p strong { color: #1a2b4a; }
.service-premium .lmnp-section ul, .service-premium .lmnp-section ol {
    margin: 16px 0 20px;
    padding-left: 24px;
    max-width: 860px;
}
.service-premium .lmnp-section li {
    font-size: 1.02rem;
    line-height: 1.7;
    color: #4a5568;
    margin-bottom: 8px;
}
.service-premium .lmnp-section li strong { color: #1a2b4a; }

/* ── Intro (avec image latérale) ─────────────────────────────────────────── */
.service-premium .lmnp-intro {
    padding: 60px 0;
    background: #fff;
}
.service-premium .lmnp-intro-grid {
    display: grid;
    grid-template-columns: 1fr 380px;
    gap: 48px;
    align-items: center;
}
.service-premium .lmnp-intro-img img {
    width: 100%;
    height: auto;
    border-radius: 12px;
    box-shadow: 0 8px 28px rgba(26,43,74,0.12);
}

/* ── Metric cards (3 chiffres clés en haut de page) ──────────────────────── */
.service-premium .lmnp-metrics {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
    margin: -40px auto 50px;
    position: relative;
    z-index: 3;
    max-width: 1080px;
    padding: 0 24px;
}
.service-premium .lmnp-metric-card {
    background: #fff;
    border-radius: 14px;
    padding: 28px 24px;
    box-shadow: 0 8px 28px rgba(26,43,74,0.10);
    text-align: center;
    border-top: 4px solid #229FA8;
}
.service-premium .lmnp-metric-icon { font-size: 2rem; display: block; margin-bottom: 8px; }
.service-premium .lmnp-metric-value {
    font-size: 1.8rem;
    font-weight: 700;
    color: #1a2b4a;
    display: block;
    line-height: 1.1;
}
.service-premium .lmnp-metric-label {
    font-size: .9rem;
    color: #64748b;
    margin-top: 6px;
    display: block;
}

/* ── Encadré info (callout) ───────────────────────────────────────────────── */
.service-premium .lmnp-callout {
    background: linear-gradient(135deg, #eef5f6 0%, #f0fdf4 100%);
    border-left: 4px solid #229FA8;
    padding: 24px 28px;
    border-radius: 10px;
    margin: 28px 0;
}
.service-premium .lmnp-callout-title {
    font-size: 1.05rem;
    font-weight: 700;
    color: #1a2b4a;
    margin: 0 0 8px;
}
.service-premium .lmnp-callout p { margin-bottom: 0; }

/* ── Tableau comparatif ──────────────────────────────────────────────────── */
.service-premium .lmnp-table {
    width: 100%;
    border-collapse: collapse;
    margin: 24px 0 32px;
    background: #fff;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 4px 16px rgba(26,43,74,0.08);
}
.service-premium .lmnp-table thead { background: #1a2b4a; color: #fff; }
.service-premium .lmnp-table th, .service-premium .lmnp-table td {
    padding: 14px 18px;
    text-align: left;
    font-size: .95rem;
    border-bottom: 1px solid #e2e8f0;
}
.service-premium .lmnp-table th { font-weight: 700; }
.service-premium .lmnp-table td { color: #4a5568; }
.service-premium .lmnp-table tr:last-child td { border-bottom: none; }
.service-premium .lmnp-table tr:hover { background: #f8fafb; }
.service-premium .lmnp-table .num { font-weight: 700; color: #1a2b4a; font-variant-numeric: tabular-nums; }
.service-premium .lmnp-table .badge { display: inline-block; padding: 3px 10px; border-radius: 4px; font-size: .82rem; font-weight: 700; }
.service-premium .lmnp-table .badge--green { background: #dcfce7; color: #14532d; }
.service-premium .lmnp-table .badge--yellow { background: #fef3c7; color: #78350f; }

/* ── Cas client (story card avec icône) ──────────────────────────────────── */
.service-premium .lmnp-cases { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; margin: 32px 0; }
.service-premium .lmnp-case {
    background: #fff;
    border-radius: 12px;
    padding: 24px;
    box-shadow: 0 4px 16px rgba(26,43,74,0.08);
    border-top: 3px solid #229FA8;
}
.service-premium .lmnp-case-flag {
    font-size: 1.8rem;
    display: block;
    margin-bottom: 10px;
}
.service-premium .lmnp-case h4 {
    font-size: 1.1rem;
    color: #1a2b4a;
    margin: 0 0 10px;
    font-weight: 700;
}
.service-premium .lmnp-case p {
    font-size: .95rem;
    line-height: 1.65;
    color: #4a5568;
    margin: 0;
}
.service-premium .lmnp-case strong { color: #1a2b4a; }

/* ── Bloc maillage final ─────────────────────────────────────────────────── */
.service-premium .lmnp-maillage {
    list-style: none;
    padding: 0;
    margin: 16px 0;
    display: grid;
    grid-template-columns: 1fr;
    gap: 10px;
}
.service-premium .lmnp-maillage li {
    padding: 12px 16px;
    background: #fff;
    border-left: 3px solid #229FA8;
    border-radius: 6px;
    font-size: .98rem;
}
.service-premium .lmnp-maillage li a { color: #1b8089; font-weight: 600; text-decoration: none; }
.service-premium .lmnp-maillage li a:hover { text-decoration: underline; color: #0f5d65; }
.service-premium .lmnp-disclaimer {
    margin-top: 28px;
    padding: 18px 22px;
    background: #f8fafb;
    border: 1px dashed #cbd5e1;
    border-radius: 8px;
    font-size: .88rem;
    color: #64748b;
    line-height: 1.6;
}

/* ── CTA final ────────────────────────────────────────────────────────────── */
.service-premium .lmnp-cta-final {
    padding: 70px 0;
    background: linear-gradient(135deg, #1a2b4a 0%, #229FA8 100%);
    color: #fff;
    text-align: center;
}
.service-premium .lmnp-cta-final h2 { color: #fff; font-size: 2rem; margin: 0 0 14px; }
.service-premium .lmnp-cta-final p { color: rgba(255,255,255,0.92); font-size: 1.1rem; max-width: 700px; margin: 0 auto 24px; }
.service-premium .lmnp-cta-final .btn-primary { background: #fff; color: #1a2b4a; border-color: #fff; }
.service-premium .lmnp-cta-final .btn-primary:hover { background: #f5a623; color: #1a2b4a; border-color: #f5a623; }

/* ── Mid-page CTA encart ─────────────────────────────────────────────────── */
.service-premium .lmnp-cta-mid {
    margin: 40px 0;
    padding: 32px 36px;
    background: linear-gradient(135deg, #229FA8 0%, #1b8089 100%);
    color: #fff;
    border-radius: 14px;
    display: grid;
    grid-template-columns: 1fr auto;
    gap: 24px;
    align-items: center;
}
.service-premium .lmnp-cta-mid h3 { margin: 0 0 8px; color: #fff; font-size: 1.3rem; }
.service-premium .lmnp-cta-mid p { margin: 0; color: rgba(255,255,255,0.9); font-size: 1rem; }
.service-premium .lmnp-cta-mid .btn-primary { background: #fff; color: #1a2b4a; border-color: #fff; white-space: nowrap; }
.service-premium .lmnp-cta-mid .btn-primary:hover { background: #f5a623; color: #1a2b4a; border-color: #f5a623; }

/* ── Image inline dans section ───────────────────────────────────────────── */
.service-premium .lmnp-img-inline {
    width: 100%;
    max-width: 880px;
    height: auto;
    border-radius: 12px;
    margin: 20px 0 28px;
    box-shadow: 0 6px 22px rgba(26,43,74,0.10);
}

/* ── Responsive ──────────────────────────────────────────────────────────── */
@media (max-width: 1024px) {
    .service-premium .lmnp-intro-grid { grid-template-columns: 1fr; gap: 32px; }
    .service-premium .lmnp-intro-img { max-width: 500px; margin: 0 auto; }
    .service-premium .lmnp-metrics { grid-template-columns: repeat(3, 1fr); gap: 12px; }
    .service-premium .lmnp-cases { grid-template-columns: 1fr; }
}
@media (max-width: 768px) {
    .service-premium .lmnp-hero h1 { font-size: 2rem; }
    .service-premium .lmnp-hero-sub { font-size: 1rem; }
    .service-premium .lmnp-section { padding: 50px 0; }
    .service-premium .lmnp-section h2 { font-size: 1.55rem; }
    .service-premium .lmnp-metrics { grid-template-columns: 1fr; gap: 12px; margin: -32px auto 40px; }
    .service-premium .lmnp-table th, .service-premium .lmnp-table td { padding: 10px 12px; font-size: .88rem; }
    .service-premium .lmnp-cta-mid { grid-template-columns: 1fr; text-align: center; }
}
