.privacy-page {
    background: #e9eef6;
}

.privacy-page .legal-page {
    position: relative;
    text-align: left !important;
    background:
        radial-gradient(circle at 12% 5%, rgba(20, 184, 166, 0.11), transparent 34%),
        radial-gradient(circle at 90% 10%, rgba(14, 165, 233, 0.1), transparent 38%),
        linear-gradient(180deg, #eef3fa, #e9eef6);
}

.privacy-page .legal-page::before {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.34), rgba(255, 255, 255, 0.08));
    pointer-events: none;
}

.privacy-page .legal-page > * {
    position: relative;
    z-index: 1;
}

.privacy-page .legal-page .page-shell {
    max-width: 1120px;
}

.privacy-page .legal-privacy-card {
    max-width: 980px;
    margin: 0 auto;
    padding: clamp(1.25rem, 3.1vw, 2.35rem);
    border-radius: 26px;
    border: 1px solid #d8e2ee;
    background: #ffffff;
    box-shadow: 0 30px 64px rgba(15, 23, 42, 0.12);
    line-height: 1.72;
    text-align: left !important;
}

.privacy-page .legal-hero-block {
    margin-bottom: 1.1rem;
    padding-bottom: 1rem;
    border-bottom: 1px solid #e2e8f0;
}

.privacy-page .legal-kicker {
    margin: 0 0 0.4rem;
    color: #0f766e;
    font-size: 0.82rem;
    font-weight: 700;
    letter-spacing: 0.075em;
    text-transform: uppercase;
}

.privacy-page .legal-hero-block h1 {
    margin: 0;
    color: #0f172a;
    font-size: clamp(2rem, 5vw, 3.2rem);
    line-height: 1.08;
    letter-spacing: -0.02em;
}

.privacy-page .legal-hero-subtitle {
    margin: 0.55rem 0 0;
    color: #475569;
    font-size: clamp(1rem, 2vw, 1.2rem) !important;
}

.privacy-page .legal-privacy-card h2 {
    margin: 1.45rem 0 0.65rem;
    color: #0f172a;
    font-size: clamp(1.42rem, 2.6vw, 2rem);
    line-height: 1.2;
    letter-spacing: -0.015em;
}

.privacy-page .legal-privacy-card p,
.privacy-page .legal-privacy-card li {
    margin: 0 0 0.95rem;
    color: #334155;
    font-size: clamp(0.98rem, 1.25vw, 1.08rem) !important;
    line-height: 1.7;
}

.privacy-page .legal-lead {
    color: #1e293b;
    font-size: clamp(1.03rem, 1.4vw, 1.15rem) !important;
}

.privacy-page .legal-privacy-card a {
    color: #0f766e;
    text-decoration: underline;
    text-decoration-color: rgba(15, 118, 110, 0.36);
    text-underline-offset: 2px;
}

.privacy-page .legal-privacy-card a:hover,
.privacy-page .legal-privacy-card a:focus-visible {
    color: #0d5f5a;
    text-decoration-color: #0d5f5a;
}

.privacy-page .legal-company-block {
    margin-top: 1.55rem;
    padding: 1rem 1.1rem;
    border-radius: 18px;
    border: 1px solid #dbe4ef;
    background: linear-gradient(180deg, #f8fbff, #f2f6fb);
}

.privacy-page .legal-company-block h2 {
    margin-top: 0.1rem;
}

.privacy-page .legal-company-list {
    margin: 0.5rem 0 0;
    padding: 0;
    list-style: none;
    display: grid;
    gap: 0.4rem;
}

.privacy-page .legal-note {
    margin-top: 0.6rem !important;
    color: #64748b !important;
    font-size: 0.9rem !important;
}

.privacy-page .legal-inline-cta {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0.6rem 1rem;
    border-radius: 999px;
    border: 1px solid rgba(15, 118, 110, 0.35);
    background: #ecfdf5;
    color: #0f766e !important;
    font-weight: 700;
    text-decoration: none !important;
}

.privacy-page .legal-inline-cta:hover,
.privacy-page .legal-inline-cta:focus-visible {
    background: #d1fae5;
    border-color: #0f766e;
}

.privacy-page .legal-closing {
    margin: 1.8rem 0 0.6rem !important;
    text-align: center !important;
    font-size: clamp(1.14rem, 2.2vw, 1.7rem) !important;
    line-height: 1.35;
    color: #0f172a !important;
}

.privacy-page .legal-closing-highlight {
    margin: 0;
    text-align: center !important;
    color: #0f172a !important;
    font-size: clamp(1.2rem, 2.2vw, 1.95rem) !important;
    font-weight: 700;
}

.privacy-page .footer-lang #sortable > span:first-child {
    display: none !important;
}

@media (max-width: 767px) {
    .privacy-page .legal-page .page-shell {
        max-width: 100%;
    }

    .privacy-page .legal-privacy-card {
        border-radius: 18px;
        padding: 1rem;
    }

    .privacy-page .legal-company-block {
        padding: 0.9rem;
    }
}
