.privacy-main {
    background: #ffffff;
    padding-top: 110px;
}

.privacy-section {
    padding: 50px 0 80px;
}

.privacy-content {
    max-width: 930px;
    margin: 0 auto;
    color: #101010;
    font-family: "Poppins", sans-serif;
    font-size: 1.08rem;
    line-height: 1.72;
}

.privacy-content h1 {
    text-align: center;
    color: #0d4ea6;
    font-size: clamp(2.1rem, 4vw, 3.2rem);
    letter-spacing: 0.02em;
    margin-bottom: 0.4rem;
}

.privacy-content .effective-date {
    text-align: center;
    font-size: 1.28rem;
    margin-bottom: 1.8rem;
}

.privacy-content h2 {
    color: #0d4ea6;
    font-size: clamp(1.5rem, 2.8vw, 2rem);
    margin-top: 1.6rem;
    margin-bottom: 0.6rem;
}

.privacy-content p {
    margin-bottom: 0.85rem;
}

.privacy-content ul {
    margin: 0.65rem 0 1.2rem 1.4rem;
}

.privacy-content li {
    margin-bottom: 0.35rem;
}

.privacy-content a {
    color: #0d4ea6;
    text-decoration: none;
    font-weight: 600;
}

.privacy-content a:hover {
    text-decoration: underline;
}

.privacy-content .legal-email-item {
    margin-bottom: 0.2rem;
}

.privacy-content .legal-contact-label {
    font-weight: 700;
    color: #2c2c2c;
    letter-spacing: 0.01em;
}

@media (max-width: 991px) {
    .privacy-main {
        padding-top: 95px;
    }

    .privacy-section {
        padding: 35px 0 65px;
    }

    .privacy-content {
        font-size: 1rem;
        line-height: 1.65;
    }

    .privacy-content .effective-date {
        font-size: 1.1rem;
    }
}
