@media print {
    /* Hide non-essential elements */
    nav, footer, #wa-open-btn, #wa-modal, #back-to-top, #cookie-banner,
    .fixed, [class*="floating"], button[id="mobile-menu-button"],
    .animate-on-scroll { opacity: 1 !important; transform: none !important; }

    /* Reset colors for print */
    body { background: white !important; color: black !important; font-size: 12pt; }
    main { background: white !important; }
    a { color: black !important; text-decoration: underline; }
    a[href]:after { content: " (" attr(href) ")"; font-size: 0.8em; }

    /* Hide decorative elements */
    .bg-gradient-to-br, .bg-navy-950, .bg-navy-900 { background: white !important; }
    .text-white, .text-gray-300, .text-gray-400, .text-med-400 { color: black !important; }
    svg { display: none; }

    /* Page breaks */
    h1, h2, h3 { page-break-after: avoid; }
    img { max-width: 100% !important; page-break-inside: avoid; }
}
