/* Arkusz do druku — używany przez media="print" na index.html
   oraz jako baza dla dokumentów w katalogu dokumenty/. */
@page { margin: 18mm 16mm; }

.hdr, .fab, .lb, .burger, .skip, .nav,
.btns, .btn, .form, .hero__fig::after { display: none !important; }

html, body { background: #fff !important; color: #000 !important; font-size: 11pt; }
body { overflow: visible; }
.sec, .hero { padding-block: 8mm !important; page-break-inside: auto; }
.sec--ink, .ftr { background: #fff !important; color: #000 !important; }
.sec--ink .lead, .sec--ink .uczy__p, .ftr__opis { color: #222 !important; }
.wrap, .hero__grid, .hdr__in { max-width: none; padding-inline: 0; }
.h2, .hero__h { page-break-after: avoid; }
.uczy__it, .war, .op, .acc__it, .pc, .kon { page-break-inside: avoid; }
.acc__a { display: block !important; }
.gal { grid-template-columns: repeat(3, 1fr) !important; }
img { max-height: 70mm; object-fit: cover; }

a { color: #000 !important; text-decoration: none; }
main a[href^="http"]::after, main a[href^="mailto:"]::after { content: " (" attr(href) ")"; font-size: 9pt; color: #444; }
a[href^="#"]::after, a[href^="tel:"]::after { content: ""; }
.hero__h2 { text-shadow: none !important; }
