        .privacy-content {
            max-width: 900px;
            margin: 120px auto 50px;
            padding: 40px;
            background: #fff;
            line-height: 1.6;
            color: #333;
            border-radius: 8px;
            box-shadow: 0 4px 15px rgba(0,0,0,0.1);
        }
        .privacy-content h1 { color: #003366; margin-bottom: 20px; border-bottom: 2px solid #f2c12e; display: inline-block; }
        .privacy-content h2 { color: #003366; margin-top: 25px; font-size: 1.2rem; }
        .privacy-content p { margin-bottom: 15px; text-align: justify; }
        .privacy-content ul { margin-bottom: 15px; padding-left: 20px; }
        .last-update { font-style: italic; color: #666; margin-top: 30px; }
