/* PRINT STYLESHEET — DÉPANNAGE EXPRESS CHARVIEU */

@media print {
  *, *::before, *::after {
    background: transparent !important;
    color: #000 !important;
    box-shadow: none !important;
    text-shadow: none !important;
  }

  body {
    font-family: 'Open Sans', sans-serif;
    font-size: 11pt;
    line-height: 1.4;
    background: #fff !important;
  }

  /* Cacher l'interactif et le décor */
  .site-header,
  .site-nav,
  .site-nav__toggle,
  .mobile-call-bar,
  .hero__cta,
  .hero__image,
  .cta-final,
  .contact-grid__form,
  .contact-form,
  .contact-emergency .btn-tel,
  .reviews,
  .reassurance,
  .zones-preview,
  iframe,
  .service-card__link,
  .faq__icon,
  .placeholder-note,
  .site-footer__stripes,
  .breadcrumb {
    display: none !important;
  }

  /* Afficher l'URL après les liens externes */
  a[href^="http"]::after,
  a[href^="https"]::after {
    content: " (" attr(href) ")";
    font-size: 9pt;
    color: #555 !important;
  }

  /* tel: et mailto : afficher la valeur */
  a[href^="tel:"]::after {
    content: " " attr(href);
    font-size: 9pt;
  }

  /* Header simplifié pour l'impression */
  body::before {
    content: "JC Dépannage Charvieu Lyon — 24h/24, 7j/7";
    display: block;
    font-family: 'Montserrat', sans-serif;
    font-weight: 800;
    font-size: 14pt;
    border-bottom: 2px solid #000;
    padding-bottom: 8pt;
    margin-bottom: 16pt;
  }

  h1 { font-size: 22pt; }
  h2 { font-size: 16pt; page-break-after: avoid; }
  h3 { font-size: 13pt; page-break-after: avoid; }

  p, li { orphans: 3; widows: 3; }

  img { max-width: 60% !important; }

  .container {
    max-width: 100% !important;
    padding: 0 !important;
  }

  .hero,
  .page-hero,
  .content-section,
  .services,
  .process,
  .why-us,
  .faq,
  .article {
    padding: 8pt 0 !important;
    border: 0 !important;
  }

  .service-card,
  .faq__item,
  .review-card {
    border: 1px solid #000 !important;
    margin-bottom: 8pt;
    page-break-inside: avoid;
  }

  .faq__answer[hidden] { display: block !important; }

  .site-footer {
    border-top: 1px solid #000;
    padding-top: 8pt;
    font-size: 9pt;
  }

  body {
    padding-bottom: 0 !important;
  }
}
