/* ============================================================
   PLUS27PRO v3 — Print Stylesheet
   Loaded via @media print in style.css (also declared here standalone)
   ============================================================ */

@media print {
  /* Hide non-content elements */
  .nav,
  .nav-mobile,
  .wa-btn,
  .exit-popup,
  .marquee-section,
  .cta-section,
  .hero-video-wrap,
  .hero-grid-bg,
  form,
  .btn,
  [data-reveal] { display: none !important; }

  /* Reset colours for print */
  * {
    background: #fff !important;
    color: #000 !important;
    box-shadow: none !important;
    text-shadow: none !important;
  }

  body {
    font-family: Georgia, 'Times New Roman', serif;
    font-size: 12pt;
    line-height: 1.5;
  }

  /* Typography */
  .h-xl, .h-lg, .h-md, .h-sm {
    font-family: Arial, Helvetica, sans-serif;
    color: #000 !important;
    page-break-after: avoid;
  }
  .text-green { color: #007a38 !important; -webkit-text-fill-color: #007a38 !important; }

  /* Links — show URL after anchor text */
  a[href]::after {
    content: ' (' attr(href) ')';
    font-size: 10pt;
    color: #555 !important;
  }
  a[href^="tel"]::after,
  a[href^="mailto"]::after,
  a[href^="#"]::after,
  a.btn::after { content: none; }

  /* Page setup */
  @page {
    margin: 1.5cm 2cm;
    size: A4 portrait;
  }
  @page :first { margin-top: 2cm; }

  /* Prevent page breaks inside cards */
  .service-item,
  .testimonial-card,
  .price-card,
  .process-step,
  .blog-card { page-break-inside: avoid; }

  /* Show address in footer for print */
  .footer::after {
    content: 'PLUS27PRO · Spaces, 50 Long Street, Cape Town, 8000 · info@plus27pro.co.za · +27 73 741 2527';
    display: block;
    text-align: center;
    font-size: 10pt;
    color: #555 !important;
    margin-top: 20pt;
    padding-top: 10pt;
    border-top: 1px solid #ccc;
  }

  /* Images */
  img { max-width: 100% !important; page-break-inside: avoid; }
  .pf-placeholder,
  .blog-img { display: none; }
}
