.privacy-hero {
    align-items: end;
    background:
        linear-gradient(135deg, rgba(20, 52, 63, .94), rgba(43, 90, 106, .78)),
        url("../images/blog/spa-massagem-detalhe.webp") center 48% / cover;
    color: #fff;
    display: flex;
    min-height: 460px;
    padding: 150px clamp(24px, 7vw, 110px) 72px;
}

.privacy-hero > div {
    max-width: 820px;
}

.privacy-hero span {
    color: #d4c5a6;
    display: block;
    font: 600 12px/1.4 Montserrat, sans-serif;
    letter-spacing: .2em;
    margin-bottom: 18px;
    text-transform: uppercase;
}

.privacy-hero h1 {
    font: 400 clamp(42px, 7vw, 76px)/1.08 "Playfair Display", serif;
    margin: 0 0 22px;
}

.privacy-hero p {
    color: rgba(255, 255, 255, .88);
    font-size: clamp(16px, 2vw, 19px);
    line-height: 1.75;
    margin: 0;
    max-width: 700px;
}

.privacy-page {
    color: #3d4548;
    margin: 0 auto;
    max-width: 920px;
    padding: 72px 28px 110px;
}

.privacy-updated {
    border-bottom: 1px solid #e3ded3;
    color: #777;
    font-size: 13px;
    margin-bottom: 48px;
    padding-bottom: 22px;
}

.privacy-page section + section {
    margin-top: 48px;
}

.privacy-page h2 {
    color: #203f4a;
    font: 400 clamp(25px, 3.5vw, 34px)/1.25 "Playfair Display", serif;
    margin: 0 0 18px;
}

.privacy-page p,
.privacy-page li {
    font-size: 16px;
    line-height: 1.85;
}

.privacy-page p + p {
    margin-top: 16px;
}

.privacy-page ul {
    padding-left: 22px;
}

.privacy-page li + li {
    margin-top: 8px;
}

.privacy-page a {
    color: #2b5a6a;
    overflow-wrap: anywhere;
}

.privacy-cookie-settings {
    background: #2b5a6a;
    border: 0;
    color: #fff;
    cursor: pointer;
    font: 600 12px/1 Montserrat, sans-serif;
    letter-spacing: .12em;
    margin-top: 24px;
    padding: 17px 25px;
    text-transform: uppercase;
}

.privacy-cookie-settings:hover,
.privacy-cookie-settings:focus-visible {
    background: #1d404d;
}

@media (max-width: 640px) {
    .privacy-hero {
        min-height: 390px;
        padding-bottom: 48px;
    }

    .privacy-page {
        padding: 54px 20px 80px;
    }

    .privacy-page section + section {
        margin-top: 38px;
    }
}
