            .legal-content p { font-size: 1.25rem; line-height: 1.8; color: #475569; margin-bottom: 2rem; }
            .legal-content h2 { font-size: 1.75rem; font-weight: 800; color: #1e293b; margin-top: 3rem; margin-bottom: 1.5rem; }
            .quote-box { background: #f8fafc; border-radius: 30px; padding: 3rem; margin: 3rem 0; border: 1px solid #e2e8f0; position: relative; }
            .quote-mark { position: absolute; top: -20px; left: 30px; font-size: 5rem; color: #cbd5e1; font-family: serif; line-height: 1; }
            .quote-text { font-size: 1.5rem; font-weight: 800; color: #1e293b; line-height: 1.4; font-style: italic; margin-bottom: 0 !important; }
            
            @media (max-width: 600px) {
                h1 { font-size: 2.5rem !important; }
                .quote-box { padding: 2rem 1.5rem !important; }
                .quote-text { font-size: 1.3rem !important; }
            }
        
