@media print {
    .glass-header, .footer, .telegram-fab, .hero-social, .btn, .cta-section, .animated-bg, .regions-new, .services-new, .projects-new, .blog-preview, .project-filters, .share-btn {
        display: none !important;
    }
    body {
        background: white !important;
        color: black !important;
        font-size: 12pt;
        line-height: 1.4;
    }
    .container { max-width: 100%; padding: 0; }
    .hero-title { font-size: 24pt !important; color: black !important; text-shadow: none !important; }
    .glass-card { background: none !important; backdrop-filter: none !important; box-shadow: none !important; border: 1px solid #ccc !important; page-break-inside: avoid; }
    .experience-card, .skill-category, .project-showcase-card { break-inside: avoid; }
    a[href]:after { content: " (" attr(href) ")"; font-size: 10pt; color: #666; }
}