.privacy-page {
    --privacy-ink: #321f3b;
    --privacy-text: #62566a;
    --privacy-muted: #877d8c;
    --privacy-line: rgba(57, 8, 148, .11);
    background:
        radial-gradient(circle at 8% 26%, rgba(172, 17, 255, .045), transparent 26%),
        #f8f7fa;
}

.privacy-main {
    width: 100%;
    color: var(--privacy-text);
}

.privacy-main .container {
    width: var(--container);
    margin-right: auto;
    margin-left: auto;
}

.privacy-hero {
    width: var(--container);
    min-height: 430px;
    position: relative;
    margin: 64px auto 0;
    background:
        linear-gradient(120deg, rgba(255, 255, 255, .98), rgba(248, 243, 255, .96) 62%, rgba(255, 246, 240, .92));
    border: 1px solid rgba(57, 8, 148, .09);
    border-radius: 38px;
    box-shadow: 0 28px 80px rgba(57, 8, 148, .08);
    overflow: hidden;
    isolation: isolate;
}

.privacy-hero::after {
    width: 46%;
    height: 5px;
    position: absolute;
    right: 0;
    bottom: 0;
    content: "";
    background: linear-gradient(90deg, transparent, var(--violet), var(--orange));
    border-radius: 999px 0 0 0;
}

.privacy-hero__glow {
    position: absolute;
    z-index: -1;
    border-radius: 50%;
    pointer-events: none;
    filter: blur(2px);
}

.privacy-hero__glow--violet {
    width: 360px;
    height: 360px;
    top: -210px;
    right: 14%;
    background: rgba(172, 17, 255, .12);
}

.privacy-hero__glow--orange {
    width: 260px;
    height: 260px;
    right: -110px;
    bottom: -150px;
    background: rgba(253, 91, 3, .13);
}

.privacy-hero .breadcrumb-wrap {
    position: relative;
    z-index: 2;
    padding-top: 28px;
}

.privacy-hero .breadcrumb-wrap .container,
.privacy-hero__content.container {
    width: auto;
    margin-right: 40px;
    margin-left: 40px;
}

.privacy-hero .crumbs {
    margin-bottom: 0;
    color: var(--privacy-muted);
}

.privacy-hero .crumbs a,
.privacy-hero .crumbs b {
    color: inherit;
}

.privacy-hero .crumbs span {
    background: rgba(115, 18, 178, .48);
}

.privacy-hero__content {
    min-height: 320px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 56px;
    padding: 44px 0 58px;
}

.privacy-hero__copy {
    max-width: 920px;
}

.privacy-hero h1 {
    max-width: 900px;
    margin: 0;
    color: #43235b;
    font-size: clamp(48px, 5.1vw, 82px);
    font-weight: 500;
    line-height: .96;
    letter-spacing: -.055em;
}

.privacy-content {
    width: var(--container);
    margin-right: auto;
    margin-left: auto;
    padding: 40px 0 120px;
}

.privacy-main .privacy-content > .container {
    width: 100%;
}

.privacy-document {
    width: 100%;
    position: relative;
    margin: 0 auto;
    padding: clamp(34px, 5vw, 72px) clamp(28px, 6vw, 88px);
    color: var(--privacy-text);
    background: rgba(255, 255, 255, .94);
    border: 1px solid var(--privacy-line);
    border-radius: 32px;
    box-shadow: 0 24px 64px rgba(36, 15, 56, .065);
    font-size: 17px;
    line-height: 1.76;
}

.privacy-document::before {
    width: 120px;
    height: 4px;
    position: absolute;
    top: 0;
    left: clamp(28px, 6vw, 88px);
    content: "";
    background: linear-gradient(90deg, var(--orange), var(--violet));
    border-radius: 0 0 999px 999px;
}

.privacy-document h3 {
    position: relative;
    margin: 58px -20px 22px;
    padding: 19px 24px 19px 30px;
    color: #4c2863;
    background: linear-gradient(105deg, rgba(57, 8, 148, .07), rgba(172, 17, 255, .035) 68%, rgba(253, 91, 3, .045));
    border: 1px solid rgba(57, 8, 148, .075);
    border-radius: 18px;
    font-size: clamp(19px, 1.8vw, 25px);
    font-weight: 700;
    line-height: 1.25;
    letter-spacing: -.018em;
}

.privacy-document h3:first-child {
    margin-top: 0;
}

.privacy-document h3 + br {
    display: none;
}

.privacy-document h3::before {
    width: 5px;
    position: absolute;
    top: 15px;
    bottom: 15px;
    left: 0;
    content: "";
    background: linear-gradient(180deg, var(--orange), var(--violet));
    border-radius: 0 999px 999px 0;
}

.privacy-document b,
.privacy-document strong,
.privacy-document span[style] {
    color: #4b3a53 !important;
    font-weight: 700 !important;
}

.privacy-document a {
    color: #7312b2;
    font-weight: 650;
    text-decoration: underline;
    text-decoration-color: rgba(253, 91, 3, .38);
    text-decoration-thickness: 2px;
    text-underline-offset: 4px;
    overflow-wrap: anywhere;
    transition: color .18s ease, text-decoration-color .18s ease;
}

.privacy-document a:hover,
.privacy-document a:focus-visible {
    color: var(--orange);
    text-decoration-color: currentColor;
}

.privacy-document ul {
    display: grid;
    gap: 10px;
    margin: 18px 0 24px;
    padding: 0;
    list-style: none;
}

.privacy-document ul:empty {
    display: none;
}

.privacy-document li {
    position: relative;
    padding: 13px 18px 13px 46px;
    color: #66596d;
    background: #faf8fc;
    border: 1px solid rgba(57, 8, 148, .07);
    border-radius: 13px;
    transition: border-color .18s ease, background .18s ease, transform .18s ease;
}

.privacy-document li::before {
    width: 18px;
    height: 18px;
    position: absolute;
    top: 17px;
    left: 17px;
    content: "";
    background:
        radial-gradient(circle, #fff 0 25%, transparent 28%),
        linear-gradient(135deg, var(--orange), var(--violet));
    border-radius: 50%;
    box-shadow: 0 4px 12px rgba(172, 17, 255, .2);
}

.privacy-document li:hover {
    background: #fff;
    border-color: rgba(172, 17, 255, .18);
    transform: translateX(3px);
}

.privacy-document > p:empty,
.privacy-document > section:empty {
    display: none;
}

.consent-hero .privacy-hero__copy {
    max-width: 1060px;
}

.consent-hero h1 {
    max-width: 1040px;
    font-size: clamp(44px, 4.2vw, 70px);
    line-height: 1;
}

.consent-document__title {
    margin: 0 0 34px;
    padding: 28px 32px;
    color: #fff;
    background:
        radial-gradient(circle at 92% 8%, rgba(253, 91, 3, .46), transparent 30%),
        linear-gradient(135deg, #390894 0%, #7411a8 58%, #a611cf 100%);
    border: 1px solid rgba(255, 255, 255, .14);
    border-radius: 22px;
    box-shadow: 0 22px 52px rgba(57, 8, 148, .16);
    font-size: clamp(23px, 2.3vw, 34px);
    font-weight: 800;
    line-height: 1.15;
    letter-spacing: -.025em;
}

.consent-document > p {
    margin: 0 0 22px;
}

.consent-document ol {
    display: grid;
    gap: 10px;
    margin: 18px 0 24px;
    padding: 0;
    list-style: none;
    counter-reset: consent-purpose;
}

.consent-document ol li {
    counter-increment: consent-purpose;
    position: relative;
    padding: 15px 18px 15px 58px;
    color: #66596d;
    background: #faf8fc;
    border: 1px solid rgba(57, 8, 148, .07);
    border-radius: 13px;
}

.consent-document ol li::before {
    width: 28px;
    height: 28px;
    position: absolute;
    top: 14px;
    left: 16px;
    display: grid;
    place-items: center;
    content: counter(consent-purpose, decimal-leading-zero);
    color: #fff;
    background: linear-gradient(135deg, var(--violet), var(--orange));
    border-radius: 9px;
    box-shadow: 0 5px 13px rgba(172, 17, 255, .18);
    font-size: 10px;
    font-weight: 800;
}

.advertising-consent-document ol li::before {
    content: counter(consent-purpose) ".";
}

@media (max-width: 900px) {
    .privacy-hero {
        min-height: 0;
        margin-top: 32px;
        border-radius: 28px;
    }

    .privacy-hero__content {
        min-height: 330px;
        padding-top: 34px;
        padding-bottom: 44px;
    }

    .privacy-content {
        padding-top: 24px;
        padding-bottom: 80px;
    }

}

@media (max-width: 640px) {
    .privacy-main .container {
        width: min(100% - 24px, 1536px);
    }

    .privacy-hero {
        width: calc(100% - 24px);
        margin-top: 18px;
        border-radius: 22px;
    }

    .privacy-hero .breadcrumb-wrap {
        padding-top: 18px;
    }

    .privacy-hero .breadcrumb-wrap .container,
    .privacy-hero__content.container {
        width: auto;
        margin-right: 20px;
        margin-left: 20px;
    }

    .privacy-hero__content {
        min-height: 0;
        display: block;
        padding: 36px 0 38px;
    }

    .privacy-hero h1 {
        font-size: clamp(38px, 12vw, 54px);
        line-height: .98;
    }

    .consent-hero h1 {
        font-size: clamp(30px, 9vw, 42px);
    }

    .privacy-hero::after {
        width: 72%;
    }

    .privacy-content {
        width: calc(100% - 24px);
        padding-top: 14px;
        padding-bottom: 56px;
    }

    .privacy-document {
        padding: 34px 20px 38px;
        border-radius: 22px;
        font-size: 15px;
        line-height: 1.7;
    }

    .privacy-document::before {
        left: 20px;
    }

    .privacy-document h3 {
        margin: 42px -8px 18px;
        padding: 16px 15px 16px 20px;
        border-radius: 14px;
        font-size: 18px;
    }

    .privacy-document h3::before {
        top: 12px;
        bottom: 12px;
        width: 4px;
    }

    .privacy-document li {
        padding: 11px 13px 11px 38px;
    }

    .privacy-document li::before {
        width: 15px;
        height: 15px;
        top: 16px;
        left: 13px;
    }

    .consent-document__title {
        margin-bottom: 26px;
        padding: 21px 18px;
        border-radius: 16px;
        font-size: 21px;
    }

    .consent-document ol li {
        padding: 13px 14px 13px 50px;
    }

    .consent-document ol li::before {
        width: 25px;
        height: 25px;
        top: 13px;
        left: 13px;
        border-radius: 8px;
    }
}

@media (prefers-reduced-motion: reduce) {
    .privacy-document li,
    .privacy-document a {
        transition: none;
    }
}

@media print {
    .privacy-page,
    .privacy-main {
        background: #fff;
    }

    .privacy-hero {
        min-height: 0;
        margin-top: 0;
        border: 0;
        box-shadow: none;
    }

    .privacy-hero__glow,
    .privacy-hero .breadcrumb-wrap {
        display: none;
    }

    .privacy-document {
        width: 100%;
        padding: 0;
        border: 0;
        box-shadow: none;
    }

    .privacy-document h3,
    .privacy-document li {
        break-inside: avoid;
    }
}
