/* =========================================================
   PRIVACY PAGE
   ========================================================= */


/* =========================================================
   PAGE
   ========================================================= */

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

.privacy-container {
    max-width: 980px;
}


/* =========================================================
   HERO
   ========================================================= */

.privacy-hero {
    margin-bottom: 38px;
}


/* Privacy at a Glance / Terms of Use eyebrow */

.privacy-hero .privacy-eyebrow {
    margin: 0 0 14px;

    color: #6e6e73;

    font-size: 0.95rem;
    line-height: 1.4;
    font-weight: 600;

    letter-spacing: -0.01em;
}


.privacy-hero h1 {
    margin: 0;

    font-size: clamp(3.25rem, 5.8vw, 4.5rem);
    line-height: 1.02;
    letter-spacing: -0.055em;
    font-weight: 700;

    color: #111111;
}


/* Terms page — smaller hero title */

.terms-page .privacy-hero h1 {
    font-size: clamp(2.6rem, 4.4vw, 3.55rem);
}


/* Hero intro */

.privacy-hero > p:not(.privacy-eyebrow) {
    max-width: 860px;

    margin: 22px 0 0;

    font-size: 1.4rem;
    line-height: 1.45;

    color: #6e6e73;
}


/* =========================================================
   STANDARD PRIVACY / TERMS SECTIONS
   ========================================================= */

.privacy-block {
    padding: 52px 0;

    border-top: 1px solid #d2d2d7;
}


/* =========================================================
   DATA NOT COLLECTED
   ========================================================= */

.privacy-status {
    padding-top: 48px;
}


.privacy-check {
    position: relative;

    width: 64px;
    height: 64px;

    margin-bottom: 22px;

    border: 3px solid #8e8e93;
    border-radius: 50%;
}


.privacy-check span {
    position: absolute;

    left: 22px;
    top: 13px;

    width: 13px;
    height: 28px;

    border-right: 4px solid #8e8e93;
    border-bottom: 4px solid #8e8e93;

    transform: rotate(40deg);
}


/* =========================================================
   HEADINGS
   ========================================================= */

.privacy-block h2,
.privacy-question-card h2 {
    margin: 0 0 14px;

    font-size: 2rem;
    line-height: 1.15;
    letter-spacing: -0.035em;
    font-weight: 600;

    color: #111111;
}


/* =========================================================
   BODY TEXT
   ========================================================= */

.privacy-block p,
.privacy-question-card p {
    max-width: 760px;

    margin: 0;

    font-size: 1.25rem;
    line-height: 1.75;

    color: #6e6e73;
}


/* Space between consecutive paragraphs */

.privacy-block p + p,
.privacy-question-card p + p {
    margin-top: 16px;
}


/* Strong privacy statements */

.privacy-block strong,
.privacy-question-card strong {
    font-weight: 600;
}


/* =========================================================
   LINKS
   ========================================================= */

.privacy-block a,
.privacy-contact a,
.privacy-question-card a {
    color: #0071e3;

    text-decoration: none;

    overflow-wrap: anywhere;
}


.privacy-block a:hover,
.privacy-contact a:hover,
.privacy-question-card a:hover {
    text-decoration: underline;
    text-underline-offset: 3px;
}


.privacy-block a:focus-visible,
.privacy-contact a:focus-visible,
.privacy-question-card a:focus-visible {
    outline: 3px solid rgba(0, 113, 227, 0.28);
    outline-offset: 3px;

    border-radius: 4px;
}


/* =========================================================
   CONTACT & SUPPORT CARD
   ========================================================= */

.privacy-question-card {
    width: 100%;

    margin-top: 36px;

    padding: 44px 52px;

    border: 1px solid rgba(0, 0, 0, 0.055);
    border-radius: 32px;

    background: #ffffff;

    box-shadow:
        0 8px 30px rgba(0, 0, 0, 0.04);
}


.privacy-contact {
    min-width: 0;
}


.privacy-contact p {
    max-width: 100%;
}


/* =========================================================
   TABLET / MOBILE
   ========================================================= */

@media (max-width: 768px) {

    .privacy-page {
        padding: 44px 0 64px;
    }


    .privacy-hero {
        margin-bottom: 32px;
    }


    .privacy-hero .privacy-eyebrow {
        margin-bottom: 12px;

        font-size: 0.9rem;
    }


    .privacy-hero h1 {
        font-size: 3rem;
    }


    .terms-page .privacy-hero h1 {
        font-size: 2.45rem;
    }


    .privacy-hero > p:not(.privacy-eyebrow) {
        margin-top: 18px;

        font-size: 1.2rem;
        line-height: 1.5;
    }


    .privacy-block {
        padding: 40px 0;
    }


    .privacy-status {
        padding-top: 40px;
    }


    .privacy-block h2,
    .privacy-question-card h2 {
        font-size: 1.7rem;
    }


    .privacy-block p,
    .privacy-question-card p {
        font-size: 1.05rem;
        line-height: 1.7;
    }


    .privacy-block p + p,
    .privacy-question-card p + p {
        margin-top: 14px;
    }


    .privacy-check {
        width: 58px;
        height: 58px;
    }


    .privacy-check span {
        left: 20px;
        top: 12px;

        width: 12px;
        height: 25px;

        border-right-width: 3.5px;
        border-bottom-width: 3.5px;
    }


    .privacy-question-card {
        margin-top: 40px;

        padding: 40px 30px;

        border-radius: 26px;
    }

}


/* =========================================================
   SMALL MOBILE
   ========================================================= */

@media (max-width: 480px) {

    .privacy-page {
        padding-top: 38px;
    }


    .privacy-hero h1 {
        font-size: clamp(2.55rem, 12vw, 3rem);
    }


    .terms-page .privacy-hero h1 {
        font-size: clamp(2.15rem, 9.5vw, 2.45rem);
    }


    .privacy-question-card {
        padding: 32px 24px;

        border-radius: 24px;
    }


    .privacy-contact a {
        overflow-wrap: anywhere;
    }

}