.privacy-section {
    position: relative;
    padding: 100px 0 80px;
    background:
        radial-gradient(circle at 8% 15%, rgba(0, 181, 184, 0.15) 0%, rgba(0, 181, 184, 0) 30%),
        radial-gradient(circle at 90% 3%, rgba(24, 72, 80, 0.08) 0%, rgba(24, 72, 80, 0) 28%);
}

.privacy-card {
    position: relative;
    max-width: 980px;
    margin: 0 auto;
    padding: 2.2rem;
    border-radius: 24px;
    background: linear-gradient(175deg, #ffffff 0%, #f8fcfc 100%);
    border: 1px solid rgba(15, 58, 63, 0.1);
    box-shadow: 0 20px 42px rgba(9, 44, 50, 0.1);
}

.privacy-card-head {
    margin-bottom: 1.35rem;
    padding-bottom: 1.1rem;
    border-bottom: 1px solid rgba(15, 58, 63, 0.12);
}

.privacy-kicker {
    display: inline-block;
    margin-bottom: 0.55rem;
    padding: 0.26rem 0.72rem;
    border-radius: 999px;
    background: rgba(0, 181, 184, 0.12);
    color: #0a6d73;
    font-size: 0.75rem;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.privacy-updated {
    margin-bottom: 0.6rem;
    color: #4b6a6f;
    font-size: 0.95rem;
    font-weight: 600;
}

.privacy-card h1 {
    margin-bottom: 0.6rem;
    font-size: clamp(1.6rem, 2.5vw, 2rem);
    color: #0f3a3f;
}

.privacy-card article {
    padding: 1rem 1.05rem;
    margin-bottom: 0.95rem;
    border-radius: 14px;
    background-color: rgba(255, 255, 255, 0.84);
    border: 1px solid rgba(15, 58, 63, 0.08);
}

.privacy-card article:last-child {
    margin-bottom: 0;
}

.privacy-card h2 {
    margin: 0 0 0.45rem;
    font-size: 1.14rem;
    color: #15494e;
}

.privacy-card h3 {
    margin: 0.9rem 0 0.45rem;
    font-size: 1.02rem;
    color: #1b5860;
}

.privacy-card p,
.privacy-card li {
    color: #486266;
    line-height: 1.7;
}

.privacy-card ul {
    margin: 0.15rem 0 0.5rem;
    padding-left: 1.2rem;
}

.privacy-card li {
    margin-bottom: 0.2rem;
}

.privacy-card a {
    color: #0b8e95;
    font-weight: 600;
    text-decoration: none;
}

.privacy-card a:hover,
.privacy-card a:focus {
    color: #09757b;
    text-decoration: underline;
}

.privacy-lead {
    margin-bottom: 0;
    color: #3f5960;
    font-size: 1.02rem;
}

.privacy-contact-item {
    background: linear-gradient(180deg, rgba(0, 181, 184, 0.08) 0%, rgba(0, 181, 184, 0.02) 100%);
    border-color: rgba(0, 181, 184, 0.18);
}

@media (max-width: 991px) {
    .privacy-section {
        padding: 84px 0 60px;
    }

    .privacy-card {
        padding: 1.5rem;
        border-radius: 18px;
    }
}

@media (max-width: 767px) {
    .privacy-section {
        padding: 72px 0 42px;
    }

    .privacy-card {
        padding: 1.1rem;
        border-radius: 14px;
    }

    .privacy-card article {
        padding: 0.85rem 0.8rem;
    }
}
