body {
    background: #f7f8fa;
}

.privacy-hero {
    position: relative;
    overflow: hidden;
    background: linear-gradient(125deg, #003366 0%, #0051a1 58%, #127df8 100%);
}

.privacy-hero::before,
.privacy-hero::after {
    position: absolute;
    border-radius: 50%;
    content: "";
    background: rgba(255, 255, 255, .07);
}

.privacy-hero::before {
    width: 340px;
    height: 340px;
    right: -110px;
    top: -190px;
}

.privacy-hero::after {
    width: 220px;
    height: 220px;
    left: -90px;
    bottom: -150px;
}

.privacy-hero__icon {
    display: inline-flex;
    width: 54px;
    height: 54px;
    margin-bottom: 18px;
    align-items: center;
    justify-content: center;
    border-radius: 15px;
    color: #0051a1;
    background: #fff;
    box-shadow: 0 12px 25px rgba(0, 0, 0, .15);
    font-size: 25px;
}

.privacy-hero h1 {
    margin-bottom: 14px;
    font-family: Montserrat, sans-serif;
    font-size: 32px;
    font-weight: 700;
}

.privacy-hero p {
    max-width: 760px;
    margin-right: auto;
    margin-left: auto;
    color: rgba(255, 255, 255, .9);
    font-size: 16px;
    line-height: 1.7;
}

.privacy-index {
    position: sticky;
    top: 24px;
    padding: 24px;
    border: 1px solid #e6eaf0;
    border-radius: 10px;
    background: #fff;
    box-shadow: 0 8px 28px rgba(26, 55, 86, .06);
    font-family: Montserrat, sans-serif;
}

.privacy-index strong {
    display: block;
    margin-bottom: 15px;
    color: #003366;
    font-size: 15px;
}

.privacy-index ol {
    margin: 0;
    padding-left: 20px;
    color: #a6afba;
}

.privacy-index li {
    padding: 5px 0;
}

.privacy-index a {
    color: #66717e;
    font-size: 13px;
    transition: color .2s ease;
}

.privacy-index a:hover {
    color: #127df8;
    text-decoration: none;
}

.privacy-content {
    overflow: hidden;
    border: 1px solid #e6eaf0;
    border-radius: 10px;
    background: #fff;
    box-shadow: 0 8px 28px rgba(26, 55, 86, .06);
}

.privacy-update {
    padding: 16px 36px;
    border-bottom: 1px solid #edf0f3;
    color: #6f7985;
    background: #fbfcfd;
    font-family: Montserrat, sans-serif;
    font-size: 13px;
}

.privacy-update i {
    margin-right: 7px;
    color: #127df8;
}

.privacy-content section {
    display: grid;
    grid-template-columns: 52px minmax(0, 1fr);
    gap: 16px;
    padding: 34px 36px;
    border-bottom: 1px solid #edf0f3;
    scroll-margin-top: 24px;
}

.section-number {
    display: inline-flex;
    width: 44px;
    height: 44px;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    color: #0051a1;
    background: #eaf4ff;
    font-family: Montserrat, sans-serif;
    font-size: 13px;
    font-weight: 700;
}

.privacy-content h2,
.privacy-content h3 {
    font-family: Montserrat, sans-serif;
    font-weight: 700;
}

.privacy-content section h2 {
    margin: 7px 0 18px;
    color: #26384b;
    font-size: 22px;
}

.privacy-content section h3 {
    margin: 25px 0 10px;
    color: #3a4b5c;
    font-size: 16px;
}

.privacy-content p,
.privacy-content li {
    color: #66717e;
    font-family: Montserrat, sans-serif;
    font-size: 14px;
    line-height: 1.75;
}

.privacy-content ul {
    padding-left: 21px;
}

.privacy-content li {
    margin-bottom: 8px;
}

.privacy-content a {
    color: #006bd6;
    font-weight: 600;
}

.privacy-highlight {
    display: flex;
    margin-top: 20px;
    padding: 16px 18px;
    align-items: center;
    border-left: 4px solid #0ab496;
    border-radius: 5px;
    color: #087b68;
    background: #ebfaf7;
    font-family: Montserrat, sans-serif;
    font-size: 14px;
}

.privacy-highlight i {
    margin-right: 11px;
}

.privacy-contact {
    display: flex;
    margin: 34px 36px;
    padding: 25px;
    align-items: center;
    border-radius: 8px;
    color: #fff;
    background: #003366;
}

.privacy-contact__icon {
    display: inline-flex;
    flex: 0 0 54px;
    width: 54px;
    height: 54px;
    margin-right: 18px;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    color: #003366;
    background: #fff;
    font-size: 22px;
}

.privacy-contact span {
    display: block;
    margin-bottom: 4px;
    color: rgba(255, 255, 255, .75);
    font-family: Montserrat, sans-serif;
    font-size: 12px;
}

.privacy-contact h2 {
    margin: 0 0 3px;
    color: #fff;
    font-size: 19px;
}

.privacy-contact a {
    color: #fff;
    font-size: 14px;
    text-decoration: underline;
}

@media (max-width: 767.98px) {
    .privacy-hero h1 {
        font-size: 25px;
    }

    .privacy-content section {
        grid-template-columns: 1fr;
        padding: 27px 22px;
    }

    .privacy-update {
        padding: 15px 22px;
    }

    .privacy-contact {
        margin: 25px 22px;
        padding: 21px;
        align-items: flex-start;
    }

    .privacy-contact__icon {
        flex-basis: 44px;
        width: 44px;
        height: 44px;
        margin-right: 13px;
        font-size: 18px;
    }
}
