/* ═══════════════════════════════════════════════════════════════
   AppEssence — Styles des pages statiques
   (mentions-legales.php, presse.php)
   ═══════════════════════════════════════════════════════════════ */


/* ── Carte de contenu ──────────────────────────────────────────── */
.card{background:white;border-radius:14px;padding:22px 24px;box-shadow:0 2px 10px rgba(0,0,0,0.07);margin-bottom:20px}
h2{font-size:1.1rem;font-weight:700;color:#1565c0;margin-bottom:14px;padding-bottom:8px;border-bottom:2px solid #e8eaf6}
h3{font-size:0.95rem;font-weight:700;color:#333;margin:16px 0 8px}
p{font-size:0.9rem;line-height:1.7;color:#444;margin-bottom:10px}
p:last-child{margin-bottom:0}
a{color:#1565c0;text-decoration:none}
a:hover{text-decoration:underline}
ul{font-size:0.9rem;line-height:1.8;color:#444;padding-left:20px;margin-bottom:10px}

/* Bloc jaune pour les champs à compléter (mentions légales) */
.placeholder{
    background:#fff8e1;border-left:3px solid #f9a825;
    padding:6px 12px;font-size:0.82rem;color:#e65100;
    border-radius:0 6px 6px 0;display:inline-block;margin:4px 0
}

/* ── Page Espace presse ────────────────────────────────────────── */
/* Grille chiffres clés */
.stats-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(150px,1fr));gap:16px;margin-bottom:4px}
.stat{background:#f8f9ff;border-radius:12px;padding:18px 16px;text-align:center;border:2px solid #e8eaf6}
.stat .val{font-size:2rem;font-weight:900;color:#1565c0;line-height:1}
.stat .lbl{font-size:0.76rem;color:#777;margin-top:6px;font-weight:500}

/* Encart contact presse (fond bleu) */
.contact-card{
    background:linear-gradient(135deg,#1565c0,#0d47a1);
    color:white;border-radius:14px;
    padding:28px 32px;margin-bottom:20px
}
.contact-card h2{color:white;border-bottom-color:rgba(255,255,255,0.3)}
.contact-card p{color:rgba(255,255,255,0.9)}
.contact-card a{color:white;font-weight:700}

/* ── Responsive ────────────────────────────────────────────────── */
@media(max-width:640px){
    .card,.contact-card{padding:20px 16px}
    .stat .val{font-size:1.6rem}
}
