            .legal-content p { font-size: 1.25rem; line-height: 1.8; color: #475569; margin-bottom: 2rem; }
            .company-info-card { 
                background: white; 
                border: 1px solid #e2e8f0; 
                border-radius: 24px; 
                padding: 3rem; 
                box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.05);
                margin-top: 3rem;
            }
            .info-block { margin-bottom: 0; }
            .info-label { display: block; font-size: 0.85rem; font-weight: 800; color: #94a3b8; text-transform: uppercase; letter-spacing: 0.05em; margin-bottom: 1rem; }
            .info-value { font-size: 1.3rem; font-weight: 700; color: #1e293b; line-height: 1.8; white-space: pre-line; }
            
            @media (max-width: 600px) {
                h1 { font-size: 2.5rem !important; }
                .company-info-card { padding: 1.5rem !important; }
                .info-value { font-size: 1.1rem !important; }
            }
        
