.legal-content { max-width: 800px; margin: 0 auto; color: var(--text); }
        .section-title h1 { font-family: 'Cormorant Garamond', serif; color: var(--ottanio); font-size: clamp(2.6rem, 6vw, 4rem); line-height: 1.05; }
        .legal-content h2 { color: var(--ottanio); margin-top: 30px; margin-bottom: 15px; }
        .legal-content p, .legal-content ul { margin-bottom: 20px; line-height: 1.8; }
        .legal-content ul { padding-left: 20px; }
    
        .legal-content h2 { font-size: 1.35rem; }
        .legal-content a { color: var(--ottanio); font-weight: 600; overflow-wrap: anywhere; }
        .legal-table-wrap { overflow-x: auto; margin: 0 0 28px; border-radius: 16px; box-shadow: 0 12px 30px rgba(0,0,0,.06); }
        .legal-table { width: 100%; border-collapse: collapse; background: #fff; min-width: 620px; }
        .legal-table th, .legal-table td { padding: 16px 18px; text-align: left; vertical-align: top; border-bottom: 1px solid rgba(15,124,130,.14); line-height: 1.65; }
        .legal-table th { background: rgba(15,124,130,.09); color: var(--ottanio); font-weight: 700; }
        .legal-table tr:last-child td { border-bottom: 0; }
        .legal-content code { background: rgba(15,124,130,.08); padding: .15em .4em; border-radius: 6px; }
