.privacy-page {
    background: #f8f5f9;
}

.privacy-header {
    background: rgba(11, 8, 15, .95);
}

.back-home {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 10px 0;
    color: rgba(255, 255, 255, .72);
    font-size: .9rem;
    font-weight: 700;
    transition: color .2s ease;
}

.back-home:hover {
    color: #fff;
}

.back-home span {
    color: #d92bdd;
    font-size: 1.15rem;
}

.privacy-hero {
    position: relative;
    padding: 190px 0 100px;
    color: #fff;
    background:
        radial-gradient(circle at 84% 74%, rgba(124, 35, 200, .22), transparent 31%),
        #0b080f;
    overflow: hidden;
}

.privacy-hero::before {
    position: absolute;
    inset: 0;
    content: "";
    opacity: .1;
    background-image: linear-gradient(rgba(255, 255, 255, .08) 1px, transparent 1px), linear-gradient(90deg, rgba(255, 255, 255, .08) 1px, transparent 1px);
    background-size: 64px 64px;
    mask-image: linear-gradient(to right, black, transparent 82%);
}

.privacy-glow {
    position: absolute;
    right: -200px;
    bottom: -300px;
    width: 720px;
    height: 720px;
    border-radius: 50%;
    background: rgba(145, 36, 217, .18);
    filter: blur(100px);
}

.privacy-hero-inner {
    position: relative;
    display: grid;
    grid-template-columns: 1.15fr .85fr;
    gap: 100px;
    align-items: end;
}

.privacy-eyebrow {
    color: #c858ed;
    font-size: .76rem;
    font-weight: 800;
    letter-spacing: .14em;
    text-transform: uppercase;
}

.privacy-hero h1 {
    margin: 24px 0 0;
    font-size: clamp(4rem, 7vw, 7.1rem);
    line-height: .92;
    letter-spacing: -.07em;
}

.privacy-hero h1 em {
    color: transparent;
    font-style: normal;
    background: linear-gradient(95deg, #a93dea, #ed49d4);
    background-clip: text;
    -webkit-background-clip: text;
}

.privacy-intro > p {
    color: rgba(255, 255, 255, .62);
    font-size: 1.1rem;
}

.update-pill {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    margin-top: 38px;
    padding-top: 20px;
    border-top: 1px solid rgba(255, 255, 255, .14);
}

.update-pill span {
    color: rgba(255, 255, 255, .42);
    font-size: .78rem;
}

.update-pill strong {
    font-size: .82rem;
}

.privacy-summary {
    border-bottom: 1px solid rgba(11, 8, 15, .1);
    background: #fff;
}

.summary-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
}

.summary-grid article {
    min-height: 188px;
    padding: 38px 34px;
}

.summary-grid article + article {
    border-left: 1px solid rgba(11, 8, 15, .1);
}

.summary-grid article > span {
    display: block;
    margin-bottom: 22px;
    color: #8b27ce;
    font-family: "Manrope", sans-serif;
    font-size: .75rem;
    font-weight: 800;
}

.summary-grid strong {
    display: block;
    margin-bottom: 6px;
}

.summary-grid p {
    margin: 0;
    color: #706977;
    font-size: .88rem;
}

.privacy-content-section {
    padding: 110px 0 130px;
}

.simple-policy .policy-article > section {
    padding-bottom: 58px;
}

.simple-policy .policy-article > section + section {
    padding-top: 58px;
}

.policy-layout {
    display: grid;
    grid-template-columns: 240px minmax(0, 790px);
    gap: 110px;
    justify-content: center;
    align-items: start;
}

.policy-index {
    position: sticky;
    top: 118px;
}

.policy-index > span {
    display: block;
    margin-bottom: 18px;
    color: #8b27ce;
    font-size: .7rem;
    font-weight: 800;
    letter-spacing: .12em;
    text-transform: uppercase;
}

.policy-index nav {
    display: flex;
    flex-direction: column;
    border-top: 1px solid rgba(11, 8, 15, .12);
}

.policy-index a {
    padding: 10px 0;
    border-bottom: 1px solid rgba(11, 8, 15, .08);
    color: #706977;
    font-size: .82rem;
    transition: color .2s ease, padding-left .2s ease;
}

.policy-index a:hover {
    padding-left: 5px;
    color: #7c23c8;
}

.policy-article > section {
    scroll-margin-top: 120px;
    padding-bottom: 78px;
}

.policy-article > section + section {
    padding-top: 78px;
    border-top: 1px solid rgba(11, 8, 15, .12);
}

.section-number {
    display: block;
    margin-bottom: 14px;
    color: #8b27ce;
    font-family: "Manrope", sans-serif;
    font-size: .76rem;
    font-weight: 800;
}

.policy-article h2 {
    margin-bottom: 30px;
    font-size: clamp(2.2rem, 4vw, 3.5rem);
    line-height: 1.05;
    letter-spacing: -.05em;
}

.policy-article h3 {
    margin: 38px 0 10px;
    font-size: 1.2rem;
}

.policy-article p,
.policy-article li {
    color: #5f5866;
}

.policy-article p {
    font-size: 1rem;
}

.policy-article a {
    color: #7420b2;
    font-weight: 700;
}

.policy-note,
.legal-review-note {
    margin-top: 34px;
    padding: 28px;
    border: 1px solid rgba(124, 35, 200, .16);
    border-radius: 18px;
    background: rgba(124, 35, 200, .055);
}

.policy-note strong,
.legal-review-note strong {
    display: block;
    margin-bottom: 7px;
    color: #6e1ea8;
}

.policy-note p,
.legal-review-note p {
    margin: 0;
    font-size: .9rem;
}

.data-table {
    margin: 34px 0;
    border: 1px solid rgba(11, 8, 15, .12);
    border-radius: 20px;
    background: #fff;
    overflow: hidden;
}

.data-row {
    display: grid;
    grid-template-columns: .65fr 1.35fr;
    gap: 30px;
    padding: 22px 26px;
}

.data-row + .data-row {
    border-top: 1px solid rgba(11, 8, 15, .09);
}

.data-row strong {
    font-size: .9rem;
}

.data-row p {
    margin: 0;
    font-size: .88rem;
}

.data-head {
    color: #fff;
    background: #17111d;
}

.data-head strong {
    color: rgba(255, 255, 255, .72);
    font-family: "DM Sans", sans-serif;
    font-size: .72rem;
    letter-spacing: .1em;
    text-transform: uppercase;
}

.policy-article ul {
    margin: 28px 0;
    padding-left: 22px;
}

.policy-article li {
    margin: 11px 0;
    padding-left: 5px;
}

.check-list {
    padding: 0 !important;
    list-style: none;
}

.check-list li {
    position: relative;
    margin: 0;
    padding: 14px 12px 14px 42px;
    border-bottom: 1px solid rgba(11, 8, 15, .08);
}

.check-list li::before {
    position: absolute;
    top: 16px;
    left: 8px;
    display: grid;
    width: 20px;
    height: 20px;
    content: "✓";
    place-items: center;
    border-radius: 50%;
    color: #fff;
    background: #8b27ce;
    font-size: .68rem;
    font-weight: 800;
}

.cookie-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 12px;
    margin: 32px 0;
}

.cookie-grid article {
    min-height: 190px;
    padding: 24px;
    border: 1px solid rgba(11, 8, 15, .11);
    border-radius: 18px;
    background: #fff;
}

.cookie-grid strong {
    display: block;
    margin-bottom: 42px;
}

.cookie-grid p {
    margin: 0;
    font-size: .83rem;
}

.rights-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 12px;
    margin: 34px 0;
}

.rights-grid article {
    min-height: 190px;
    padding: 24px;
    border: 1px solid rgba(11, 8, 15, .1);
    border-radius: 18px;
    background: #fff;
}

.rights-grid article > span {
    display: block;
    margin-bottom: 30px;
    color: #8b27ce;
    font-family: "Manrope", sans-serif;
    font-size: .72rem;
    font-weight: 800;
}

.rights-grid strong {
    display: block;
    margin-bottom: 5px;
}

.rights-grid p {
    margin: 0;
    font-size: .84rem;
}

.policy-contact {
    padding: 56px !important;
    border: 0 !important;
    border-radius: 28px;
    color: #fff;
    background:
        radial-gradient(circle at 100% 100%, rgba(155, 42, 221, .36), transparent 45%),
        #0b080f;
}

.policy-contact h2 {
    max-width: 580px;
}

.policy-contact > p {
    color: rgba(255, 255, 255, .58);
}

.policy-contact > a {
    position: relative;
    display: flex;
    margin-top: 32px;
    flex-direction: column;
    padding: 24px 54px 24px 0;
    border-top: 1px solid rgba(255, 255, 255, .15);
    border-bottom: 1px solid rgba(255, 255, 255, .15);
    color: #fff;
}

.policy-contact > a span {
    margin-bottom: 4px;
    color: rgba(255, 255, 255, .45);
    font-size: .75rem;
}

.policy-contact > a strong {
    font-size: 1.25rem;
}

.policy-contact > a i {
    position: absolute;
    top: 50%;
    right: 8px;
    font-size: 1.5rem;
    font-style: normal;
    transform: translateY(-50%);
}

.policy-contact small {
    display: block;
    margin-top: 22px;
    color: rgba(255, 255, 255, .38);
    font-size: .72rem;
}

.legal-review-note {
    margin-top: 36px;
    border-color: rgba(121, 94, 29, .2);
    background: #fff8e6;
}

.legal-review-note strong {
    color: #765a1c;
}

.closing-note {
    margin-top: 36px;
}

.privacy-footer {
    border-top: 1px solid rgba(255, 255, 255, .08);
}

@media (max-width: 900px) {
    .privacy-hero-inner {
        grid-template-columns: 1fr;
        gap: 48px;
    }

    .policy-layout {
        grid-template-columns: 1fr;
        gap: 50px;
    }

    .policy-index {
        position: static;
    }

    .policy-index nav {
        display: grid;
        grid-template-columns: 1fr 1fr;
        column-gap: 24px;
    }
}

@media (max-width: 700px) {
    .privacy-header .header-inner {
        min-height: 76px;
    }

    .privacy-hero {
        padding: 135px 0 74px;
    }

    .privacy-hero h1 {
        font-size: clamp(3.25rem, 16vw, 5rem);
    }

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

    .summary-grid article {
        min-height: auto;
    }

    .summary-grid article + article {
        border-top: 1px solid rgba(11, 8, 15, .1);
        border-left: 0;
    }

    .privacy-content-section {
        padding: 74px 0 90px;
    }

    .policy-index nav {
        grid-template-columns: 1fr;
    }

    .policy-article > section {
        padding-bottom: 58px;
    }

    .policy-article > section + section {
        padding-top: 58px;
    }

    .data-row {
        grid-template-columns: 1fr;
        gap: 7px;
    }

    .data-head {
        display: none;
    }

    .cookie-grid,
    .rights-grid {
        grid-template-columns: 1fr;
    }

    .cookie-grid article,
    .rights-grid article {
        min-height: auto;
    }

    .cookie-grid strong,
    .rights-grid article > span {
        margin-bottom: 18px;
    }

    .policy-contact {
        padding: 32px 26px !important;
    }

    .policy-contact > a strong {
        font-size: 1rem;
        overflow-wrap: anywhere;
    }
}
