/* Minimal print sheet — keeps service pages readable on paper. */
@media print {
    :root { --section-y: 1.2rem; }
    body { background: #fff; color: #000; font-size: 11pt; }
    a[href^="http"]::after { content: " (" attr(href) ")"; font-size: 9pt; color: #555; }
    .hero, .page-header { background: #fff !important; color: #000 !important; }
    .hero h1, .page-header h1 { color: #000 !important; }
    .card, .table-wrap, .aside-card { box-shadow: none; border: 1px solid #ccc; break-inside: avoid; }
    table.data thead th { background: #eee !important; color: #000 !important; }
}
