.security-commitment-page { max-width: 860px; margin: auto; padding: clamp(20px, 4vw, 48px); background: #fff; border: 1px solid #dce3eb; border-radius: 12px; }
.security-commitment-page h1 { font-size: clamp(1.5rem, 4vw, 2rem); line-height: 1.4; margin-bottom: 1rem; }
.security-commitment-text { color: #263342; font-size: 1rem; line-height: 1.8; overflow-wrap: anywhere; }
.security-commitment-text h2 { color: #173f69; font-size: 1.15rem; font-weight: 600; line-height: 1.5; margin: 1.75rem 0 .75rem; }
.security-commitment-text p { margin: 0 0 1rem; font-size: inherit; line-height: inherit; color: inherit; }
@media print { .security-commitment-page { border: 0; padding: 0; } }
