
    .privacy-container {
        max-width: 800px;
        margin: 40px auto;
        font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
        line-height: 1.6;
        color: #333;
        padding: 0 20px;
    }
    .privacy-container h1 {
        color: #2c3e50;
        text-align: center;
        border-bottom: 2px solid #eee;
        padding-bottom: 20px;
        margin-bottom: 30px;
    }
    .privacy-container h2 {
        color: #e67e22;
        font-size: 1.4em;
        margin-top: 30px;
        border-bottom: 1px solid #f1f1f1;
        padding-bottom: 10px;
    }
    .privacy-container p {
        margin: 15px 0;
    }
    .privacy-container ul {
        padding-left: 20px;
    }
    .privacy-container li {
        margin-bottom: 10px;
    }
    .contact-box {
        background-color: #f9f9f9;
        border: 1px dashed #ccc;
        padding: 20px;
        margin-top: 40px;
        border-radius: 8px;
    }
    .contact-box strong {
        color: #2c3e50;
    }
    .highlight {
        color: #2c3e50;
        font-weight: 600;
    }
