/* Privacy / Terms */

.privacy-updated {
    margin: -20px 0 0;
    font-size: 0.95rem;
    line-height: 1.6;
    color: #8e8e93;
}

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

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

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

.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;
}

.privacy-hero p {
    margin: 22px 0 0;
    font-size: 1.4rem;
    line-height: 1.45;
    color: #6e6e73;
}

.privacy-block {
    border-top: 1px solid #d2d2d7;
    padding: 52px 0;
}

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

.privacy-check {
    width: 64px;
    height: 64px;
    border: 3px solid #8e8e93;
    border-radius: 50%;
    position: relative;
    margin-bottom: 22px;
}

.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);
}

.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;
}

.privacy-block p,
.privacy-question-card p {
    margin: 0;
    max-width: 760px;
    font-size: 1.25rem;
    line-height: 1.75;
    color: #6e6e73;
}

.privacy-contact a,
.privacy-question-card a {
    color: #0071e3;
    text-decoration: none;
}

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

.privacy-question-card {
    margin-top: 36px;
    padding: 44px 52px;
    border-radius: 32px;
    background: #ffffff;
    border: 1px solid rgba(0, 0, 0, 0.055);
    box-shadow: 0 18px 50px rgba(0, 0, 0, 0.045);
}

@media (max-width: 768px) {
    .privacy-page {
        padding: 48px 0 64px;
    }

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

    .privacy-hero p {
        font-size: 1.2rem;
    }

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

    .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-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;
    }
}