/* ===== IDCO — Styles d'impression ===== */
@media print {
    nav, .whatsapp-btn, .chatbot-toggle, .chatbot-window,
    .back-to-top, .cookie-banner, .preloader,
    .hero-btns, .scroll-line, .parallax-divider { display: none !important; }
    body { color: #000; background: #fff; }
    section { padding: 40px 20px; }
    .hero { height: auto; min-height: 0; padding: 40px 20px; }
    .hero h1 { font-size: 2rem; color: #000; }
    a { color: #000; text-decoration: underline; }
}
