@page { size: A4; margin: 12mm; }
:root { color-scheme: light; }
* { 
    print-color-adjust: exact; 
    -webkit-print-color-adjust: exact; 
    box-shadow: none !important;
}
body { 
    background: #fff !important; 
    color: #000 !important; 
}
header, .controls, .whatsapp-float, .scroll-top, .mobile-menu-btn { 
    display: none !important; 
}
.container {
    background: white !important;
    color: black !important;
    box-shadow: none !important;
}
input, select, textarea {
    background: white !important;
    color: black !important;
}
#signature-pad {
    background: white !important;
    border-color: black !important;
}
.zatca-qr canvas {
    filter: invert(100%) !important; /* Make QR visible in B&W */
}
a, a:visited { 
    color: #000; 
    text-decoration: none; 
}


