.privacy-page {
    background: #f8fafb;
    color: var(--brand-ink);
    padding: clamp(3rem, 7vw, 5.5rem) 0;
}

.privacy-shell {
    max-width: 1040px;
}

.privacy-heading {
    margin: 0 auto 2rem;
    max-width: 820px;
    text-align: center;
}

.privacy-heading h1 {
    color: var(--brand-ink);
    font-size: clamp(2.4rem, 5vw, 4.4rem);
    font-weight: 800;
    letter-spacing: -0.035em;
    line-height: 1.02;
    margin-bottom: 0.7rem;
}

.privacy-updated {
    color: var(--brand-muted);
    font-size: 0.92rem;
    margin: 0;
}

.privacy-card {
    background: #ffffff;
    border: 1px solid #e0e8ee;
    border-radius: 8px;
    box-shadow: 0 18px 44px rgba(20, 36, 48, 0.06);
    padding: clamp(1.4rem, 4vw, 3rem);
}

.privacy-introduction {
    border-bottom: 1px solid #e8eef2;
    margin-bottom: 0.4rem;
    padding-bottom: 1.7rem;
}

.privacy-introduction h2 {
    font-size: clamp(1.35rem, 2.7vw, 1.8rem);
    font-weight: 800;
    margin-bottom: 0.75rem;
}

.privacy-introduction p,
.privacy-section p,
.privacy-contact p {
    color: #5f7180;
    line-height: 1.72;
}

.privacy-introduction p {
    margin: 0;
    max-width: 850px;
}

.privacy-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.privacy-section {
    border-bottom: 1px solid #e8eef2;
    min-width: 0;
    padding: 1.55rem 1.6rem 1.55rem 0;
}

.privacy-section:nth-child(even) {
    border-left: 1px solid #e8eef2;
    padding-left: 1.6rem;
    padding-right: 0;
}

.privacy-section h2 {
    font-size: 1.04rem;
    font-weight: 800;
    margin-bottom: 0.65rem;
}

.privacy-section p {
    font-size: 0.94rem;
    margin-bottom: 0.6rem;
}

.privacy-section p:last-child {
    margin-bottom: 0;
}

.privacy-contact {
    align-items: flex-start;
    background: rgba(31, 95, 111, 0.08);
    border-radius: 7px;
    display: flex;
    gap: 0.9rem;
    margin-top: 1.8rem;
    padding: 1.25rem;
}

.privacy-contact > i {
    color: var(--brand-primary);
    font-size: 1.35rem;
    line-height: 1;
    margin-top: 0.15rem;
}

.privacy-contact h2 {
    font-size: 1rem;
    font-weight: 800;
    margin-bottom: 0.35rem;
}

.privacy-contact p {
    font-size: 0.94rem;
    margin: 0;
}

.privacy-contact a {
    color: var(--brand-primary);
    font-weight: 700;
    overflow-wrap: anywhere;
    text-underline-offset: 0.15em;
}

@media (max-width: 767.98px) {
    .privacy-heading {
        text-align: left;
    }

    .privacy-grid {
        grid-template-columns: 1fr;
    }

    .privacy-section,
    .privacy-section:nth-child(even) {
        border-left: 0;
        padding-left: 0;
        padding-right: 0;
    }
}
