/*
 * SEDL - Estilos de impressão
 */

@media print {
    .navbar,
    .back-to-top,
    .skip-link,
    .btn {
        display: none !important;
    }

    body {
        padding-top: 0;
        background: white;
    }

    .hero {
        background: #0369a1 !important;
        -webkit-print-color-adjust: exact;
        print-color-adjust: exact;
    }

    .system-card,
    .solution-card,
    .solutions-cta {
        break-inside: avoid;
        box-shadow: none;
        border: 1px solid #e2e8f0;
    }

    .system-card:hover,
    .solution-card:hover {
        transform: none;
    }

    a[href^="http"]::after {
        content: " (" attr(href) ")";
        font-size: 0.85em;
        color: #64748b;
    }

    .footer {
        margin-top: 2rem;
        border-top: 1px solid #e2e8f0;
    }
}
