.terms-page {
    padding-top: 44px;
    padding-bottom: 88px;
}

.terms-card {
    width: min(900px, 100%);
    margin: 0 auto;
    border: 1px solid var(--border);
    border-radius: 24px;
    background: var(--surface);
    padding: clamp(30px, 6vw, 72px);
    box-shadow: var(--shadow);
}

.terms-card h1 {
    margin: 18px 0 20px;
    font-size: clamp(42px, 7vw, 72px);
    line-height: 0.98;
    letter-spacing: -0.06em;
}

.terms-card__lead {
    margin: 0 0 50px;
    color: var(--muted);
    font-size: 19px;
    line-height: 1.65;
}

.terms-card section {
    padding: 26px 0;
    border-top: 1px solid var(--border-soft);
}

.terms-card h2 {
    margin: 0 0 10px;
    font-size: 20px;
    letter-spacing: -0.025em;
}

.terms-card section p,
.terms-card__note {
    margin: 0;
    color: var(--muted);
    line-height: 1.7;
}

.terms-card__note {
    margin-top: 32px;
    font-size: 13px;
}

@media (max-width: 760px) {
    .terms-page {
        padding-top: 14px;
        padding-bottom: 50px;
    }

    .terms-card {
        border-radius: 20px;
    }
}
