.privacy-policy-main {
    background: #ffffff;
    min-height: 80vh;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}

.privacy-policy-container {
    max-width: 900px;
    margin: 0 auto;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.05);
    padding: 5px 50px 60px 50px;
    line-height: 1.75;
    color: #333a56;
}

.privacy-policy-title {
    font-size: 3rem;
    font-weight: 900;
    text-align: center;
    margin-bottom: 40px;
    color: #1a2935;
    letter-spacing: 1.1px;
}

.privacy-policy-content h2,
.privacy-policy-content h3 {
    color: #2c3e50;
    font-weight: 700;
    margin-top: 3rem;
    margin-bottom: 1rem;
    border-bottom: 2px solid #dbe2ef;
    padding-bottom: 0.3rem;
    font-size: 1.8rem;
}

.privacy-policy-content p {
    font-size: 1.125rem;
    margin-bottom: 1.5rem;
}

.privacy-policy-content ul,
.privacy-policy-content ol {
    margin-bottom: 1.5rem;
}

.privacy-policy-content ul li,
.privacy-policy-content ol li {
    margin-bottom: 0.75rem;
}

@media (max-width: 768px) {
    .privacy-policy-container {
        padding: 35px 25px 40px 25px;
    }
    .privacy-policy-title {
        font-size: 2.2rem;
        margin-bottom: 30px;
    }
    .privacy-policy-content h2,
    .privacy-policy-content h3 {
        font-size: 1.4rem;
        margin-top: 2rem;
    }
}
