/* Print Styles for PRAMENO EZ WATER */
@media print {
    .nav, .mobile-menu, .scroll-progress, .scroll-top,
    .nav-hamburger, .lang-toggle, .hero-cta, .contact-form-wrapper,
    .app-tabs, #contact-form { display: none !important; }

    body { font-size: 12pt; color: #000; background: #fff; }
    .section { padding: 24pt 0; }
    .section-dark { background: #f5f5f5; color: #000; }
    .section-alt { background: #fafafa; }
    .container { max-width: 100%; padding: 0 20pt; }

    .hero-product { font-size: 36pt; }
    .data-table { min-width: auto; font-size: 10pt; }
    .data-table thead th { background: #333; -webkit-print-color-adjust: exact; }

    a { color: #000; text-decoration: underline; }
    a::after { content: " (" attr(href) ")"; font-size: 9pt; color: #666; }
    a[href^="#"]::after, a[href^="javascript"]::after { content: ""; }

    .highlight-box, .orp-card, .advantage-item, .feature-card {
        break-inside: avoid; border: 1px solid #ccc;
    }
}
