/* Legal Pages */
.legal-content { background-color: var(--bs-white); padding: 2rem 2.5rem; border-radius: 10px; box-shadow: 0 4px 15px rgba(0,0,0,0.05); }
@media (max-width: 576px) { .legal-content { padding: 1.5rem; } }
.legal-content h2 { font-size: 1.5rem; margin-top: 2rem; margin-bottom: 1rem; padding-bottom: 0.5rem; border-bottom: 2px solid #e9ecef; }
.legal-content h2:first-of-type { margin-top: 0; }
.legal-content p { line-height: 1.8; color: var(--bs-secondary); }
