/* =====================================================
   CLIMALIFE+ — Feuille de styles pour pages locales/blog
   Externalisée pour éviter le duplicate CSS inline
   ===================================================== */

*{box-sizing:border-box;margin:0;padding:0}
body{font-family:'Inter',sans-serif;color:#1a2332;background:#f8fafc;line-height:1.7}
a{color:#0ea5e9;text-decoration:none}
a:hover{text-decoration:underline}
.container{max-width:1100px;margin:0 auto;padding:0 1.25rem}

/* NAV */
nav{background:#0b1f3a;padding:.75rem 0;position:sticky;top:0;z-index:999;box-shadow:0 2px 12px rgba(0,0,0,.35)}
.nav-inner{display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:.5rem}
.nav-logo{display:flex;align-items:center;gap:.5rem;text-decoration:none}
.nav-logo img{height:36px;width:auto}
.nav-logo span{font-family:'Rajdhani',sans-serif;font-size:1.3rem;font-weight:700;color:#fff;letter-spacing:.03em}
.nav-links{display:flex;gap:1.25rem;align-items:center;flex-wrap:wrap}
.nav-links a{color:#cbd5e1;font-size:.875rem;font-weight:500;transition:color .2s}
.nav-links a:hover{color:#38bdf8;text-decoration:none}
.nav-cta{background:linear-gradient(135deg,#0ea5e9,#0284c7);color:#fff!important;padding:.4rem .9rem;border-radius:6px;font-weight:600!important}
.nav-cta:hover{background:linear-gradient(135deg,#38bdf8,#0ea5e9)!important}

/* BREADCRUMB */
.breadcrumb{background:#e2e8f0;padding:.6rem 0;font-size:.8rem}
.breadcrumb ol{display:flex;flex-wrap:wrap;gap:.25rem .5rem;list-style:none}
.breadcrumb li+li::before{content:"›";margin-right:.5rem;color:#94a3b8}
.breadcrumb a{color:#475569}
.breadcrumb span{color:#1e3a5f;font-weight:600}

/* HERO PAGE */
.page-hero{background:linear-gradient(135deg,#0b1f3a 0%,#1e3a5f 50%,#0e4a6e 100%);color:#fff;padding:3.5rem 0 2.5rem;text-align:center}
.page-hero h1{font-family:'Rajdhani',sans-serif;font-size:clamp(1.8rem,4vw,2.8rem);font-weight:700;line-height:1.2;margin-bottom:.75rem}
.page-hero h1 span{color:#38bdf8}
.page-hero p{font-size:1.05rem;color:#cbd5e1;max-width:680px;margin:0 auto 1.5rem}
.hero-btns{display:flex;gap:1rem;justify-content:center;flex-wrap:wrap}
.btn-primary{background:linear-gradient(135deg,#0ea5e9,#0284c7);color:#fff;padding:.75rem 1.75rem;border-radius:8px;font-weight:700;font-size:.95rem;border:none;cursor:pointer;text-decoration:none;display:inline-block;transition:transform .2s,box-shadow .2s}
.btn-primary:hover{transform:translateY(-2px);box-shadow:0 6px 20px rgba(14,165,233,.4);text-decoration:none;color:#fff}
.btn-outline{background:transparent;color:#fff;padding:.75rem 1.75rem;border-radius:8px;font-weight:700;font-size:.95rem;border:2px solid rgba(255,255,255,.4);cursor:pointer;text-decoration:none;display:inline-block;transition:all .2s}
.btn-outline:hover{border-color:#38bdf8;color:#38bdf8;text-decoration:none}
.btn-whatsapp{background:#25d366;color:#fff;padding:.75rem 1.75rem;border-radius:8px;font-weight:700;font-size:.95rem;text-decoration:none;display:inline-block;transition:all .2s}
.btn-whatsapp:hover{background:#1ebe5d;text-decoration:none;color:#fff}

/* SECTIONS */
.section{padding:3rem 0}
.section-alt{background:#fff}
.section h2{font-family:'Rajdhani',sans-serif;font-size:clamp(1.4rem,3vw,2rem);font-weight:700;color:#0b1f3a;margin-bottom:.5rem}
.section h2 span{color:#0ea5e9}
.section .lead{color:#475569;font-size:1rem;margin-bottom:2rem}
.section h3{font-family:'Rajdhani',sans-serif;font-size:1.3rem;font-weight:700;color:#1e3a5f;margin:1.5rem 0 .5rem}

/* STATS BAND */
.stats-band{background:#0ea5e9;padding:1.5rem 0}
.stats-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(150px,1fr));gap:1rem;text-align:center}
.stat-item{color:#fff}
.stat-num{font-family:'Rajdhani',sans-serif;font-size:2rem;font-weight:700;display:block;line-height:1}
.stat-label{font-size:.8rem;opacity:.9}

/* CARDS */
.cards{display:grid;grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:1.5rem;margin-top:1.5rem}
.card{background:#fff;border:1px solid #e2e8f0;border-radius:12px;padding:1.5rem;box-shadow:0 2px 8px rgba(0,0,0,.05)}
.card-icon{font-size:2rem;margin-bottom:.75rem}
.card h3{font-size:1.05rem;font-weight:700;color:#0b1f3a;margin:0 0 .5rem}
.card p{font-size:.9rem;color:#475569}

/* PROCESS STEPS */
.steps{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:1.25rem;margin-top:1.5rem;counter-reset:step}
.step{background:#fff;border:1px solid #e2e8f0;border-radius:12px;padding:1.5rem;position:relative;counter-increment:step}
.step::before{content:counter(step);position:absolute;top:-12px;left:1.25rem;background:#0ea5e9;color:#fff;width:28px;height:28px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-weight:700;font-size:.85rem;line-height:28px;text-align:center}
.step h3{font-size:1rem;font-weight:700;color:#0b1f3a;margin-bottom:.4rem}
.step p{font-size:.875rem;color:#475569}

/* PRICE TABLE */
.price-table{width:100%;border-collapse:collapse;margin-top:1.25rem;font-size:.9rem}
.price-table th{background:#0b1f3a;color:#fff;padding:.75rem 1rem;text-align:left}
.price-table td{padding:.65rem 1rem;border-bottom:1px solid #e2e8f0;color:#334155}
.price-table tr:nth-child(even) td{background:#f8fafc}
.price-table tr:hover td{background:#f0f9ff}
.price-note{font-size:.8rem;color:#64748b;margin-top:.5rem}

/* FAQ */
.faq-list{margin-top:1.5rem}
.faq-item{border:1px solid #e2e8f0;border-radius:10px;margin-bottom:.75rem;overflow:hidden;background:#fff}
.faq-q{padding:1rem 1.25rem;font-weight:600;color:#0b1f3a;cursor:pointer;display:flex;justify-content:space-between;align-items:center}
.faq-a{padding:0 1.25rem 1rem;color:#475569;font-size:.93rem;display:none}
.faq-item.open .faq-a{display:block}
.faq-item.open .faq-q{color:#0ea5e9}
.faq-item.open .faq-q::after{content:"▲";font-size:.7rem}
.faq-q::after{content:"▼";font-size:.7rem;color:#94a3b8}

/* ZONE */
.zone-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:1rem;margin-top:1.25rem}
.zone-card{background:linear-gradient(135deg,#f0f9ff,#e0f2fe);border:1px solid #bae6fd;border-radius:10px;padding:1rem 1.25rem;display:flex;align-items:center;gap:.75rem}
.zone-card i{color:#0ea5e9;font-size:1.25rem;flex-shrink:0}
.zone-card span{font-weight:600;color:#0b1f3a;font-size:.95rem}

/* CTA BOX */
.cta-box{background:linear-gradient(135deg,#0b1f3a,#1e3a5f);border-radius:16px;padding:2.5rem 2rem;text-align:center;color:#fff;margin-top:2rem}
.cta-box h2{font-family:'Rajdhani',sans-serif;font-size:1.8rem;font-weight:700;margin-bottom:.75rem}
.cta-box p{color:#cbd5e1;margin-bottom:1.5rem;font-size:.95rem}
.cta-btns{display:flex;gap:1rem;justify-content:center;flex-wrap:wrap}

/* REVIEW CARD */
.reviews{display:grid;grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:1.25rem;margin-top:1.5rem}
.review-card{background:#fff;border:1px solid #e2e8f0;border-radius:12px;padding:1.25rem}
.review-stars{color:#f59e0b;font-size:1.1rem;margin-bottom:.5rem}
.review-text{font-size:.9rem;color:#334155;font-style:italic;margin-bottom:.75rem}
.review-author{font-size:.8rem;font-weight:600;color:#0b1f3a}

/* NAP */
.nap-box{background:#f1f5f9;border:1px solid #e2e8f0;border-radius:12px;padding:1.25rem 1.5rem;margin-top:1.5rem;display:flex;flex-wrap:wrap;gap:1rem 2rem;align-items:center}
.nap-item{display:flex;align-items:center;gap:.5rem;font-size:.9rem;color:#334155}
.nap-item i{color:#0ea5e9}
.nap-item a{color:#0b1f3a;font-weight:600}

/* CONTENT PROSE */
.prose p{margin-bottom:1rem;color:#334155}
.prose ul{padding-left:1.5rem;margin-bottom:1rem}
.prose ul li{margin-bottom:.35rem;color:#334155}
.prose strong{color:#0b1f3a}
.prose h3{font-family:'Rajdhani',sans-serif;font-size:1.2rem;font-weight:700;color:#1e3a5f;margin:1.5rem 0 .5rem}

/* FOOTER */
footer{background:#0b1f3a;color:#94a3b8;padding:2rem 0;font-size:.85rem;text-align:center}
footer a{color:#38bdf8}
footer p{margin:.25rem 0}

/* BLOG */
.blog-meta{font-size:.8rem;color:#64748b;margin-bottom:.75rem}
.blog-tag{background:#e0f2fe;color:#0284c7;padding:.15rem .5rem;border-radius:4px;font-size:.75rem;font-weight:600}
.blog-body h2{font-family:'Rajdhani',sans-serif;font-size:1.4rem;font-weight:700;color:#0b1f3a;margin:2rem 0 .75rem;padding-bottom:.25rem;border-bottom:2px solid #e0f2fe}
.blog-body h3{font-family:'Rajdhani',sans-serif;font-size:1.15rem;color:#1e3a5f;margin:1.25rem 0 .5rem}
.blog-body p{margin-bottom:1rem;color:#334155;line-height:1.75}
.blog-body ul,.blog-body ol{padding-left:1.5rem;margin-bottom:1rem}
.blog-body ul li,.blog-body ol li{margin-bottom:.4rem;color:#334155}
.blog-body blockquote{border-left:4px solid #0ea5e9;padding:.75rem 1rem;background:#f0f9ff;margin:1.25rem 0;font-style:italic;color:#1e3a5f;border-radius:0 8px 8px 0}
.tip-box{background:#f0fdf4;border:1px solid #86efac;border-radius:10px;padding:1rem 1.25rem;margin:1.25rem 0}
.tip-box h4{color:#166534;font-weight:700;margin-bottom:.4rem}
.tip-box p{color:#166534;font-size:.9rem;margin:0}
.warn-box{background:#fffbeb;border:1px solid #fde68a;border-radius:10px;padding:1rem 1.25rem;margin:1.25rem 0}
.warn-box h4{color:#92400e;font-weight:700;margin-bottom:.4rem}
.warn-box p{color:#92400e;font-size:.9rem;margin:0}

/* TRUST BADGE */
.trust-badges{display:flex;flex-wrap:wrap;gap:.75rem;margin-top:1.25rem;align-items:center}
.trust-badge{background:#fff;border:1px solid #e2e8f0;border-radius:8px;padding:.5rem 1rem;font-size:.82rem;font-weight:600;color:#1e3a5f;display:flex;align-items:center;gap:.4rem}
.trust-badge i{color:#0ea5e9}

/* RESPONSIVE */
@media(max-width:640px){
  .nav-links{display:none}
  .page-hero{padding:2.5rem 0 2rem}
  .section{padding:2rem 0}
  .stats-grid{grid-template-columns:repeat(2,1fr)}
  .price-table{font-size:.8rem}
  .price-table th,.price-table td{padding:.5rem .75rem}
}
