:root {
    --terms-ink: #141416;
    --terms-gold: #e8b46f;
    --terms-paper: #f6f5f3;
    --terms-muted: rgba(20, 20, 22, 0.72);
    --terms-line: rgba(20, 20, 22, 0.1);
}

.terms-banner {
    background:
        linear-gradient(180deg, #1a1a1c 0%, var(--terms-ink) 55%, #0e0e10 100%);
}

.terms-page__body {
    padding: clamp(2.5rem, 6vw, 4.5rem) 0 clamp(3rem, 7vw, 5rem);
    background: var(--terms-paper);
}

.terms-doc {
    max-width: 52rem;
    margin: 0 auto;
    background: #fff;
    border: 1px solid var(--terms-line);
    border-radius: 16px;
    padding: clamp(1.5rem, 4vw, 3rem);
}

.terms-doc__eyebrow {
    margin: 0 0 0.35rem;
    font-size: 0.75rem;
    font-weight: 600;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: var(--terms-gold);
}

.terms-doc__title {
    margin: 0 0 1rem;
    font-family: Newsreader, Georgia, serif;
    font-size: clamp(1.6rem, 3vw, 2.15rem);
    line-height: 1.2;
    color: var(--terms-ink);
}

.terms-doc__lead {
    margin: 0 0 1.75rem;
    padding-bottom: 1.75rem;
    border-bottom: 1px solid var(--terms-line);
    font-size: 1rem;
    line-height: 1.65;
    color: var(--terms-muted);
}

.terms-doc__section {
    margin: 0 0 1.6rem;
}

.terms-doc__section h3 {
    margin: 0 0 0.55rem;
    font-family: Newsreader, Georgia, serif;
    font-size: 1.25rem;
    line-height: 1.25;
    color: var(--terms-ink);
}

.terms-doc__section p {
    margin: 0 0 0.6rem;
    font-size: 0.97rem;
    line-height: 1.65;
    color: var(--terms-muted);
}

.terms-doc__section p:last-child {
    margin-bottom: 0;
}

.terms-doc__section ul {
    margin: 0.35rem 0 0.6rem;
    padding-left: 1.25rem;
}

.terms-doc__section li {
    margin: 0 0 0.45rem;
    font-size: 0.97rem;
    line-height: 1.6;
    color: var(--terms-muted);
}

.terms-doc__section strong {
    color: var(--terms-ink);
    font-weight: 600;
}

.terms-doc__contact {
    margin-top: 2rem;
    padding-top: 1.5rem;
    border-top: 1px solid var(--terms-line);
}

.terms-doc__contact p {
    margin: 0;
    font-size: 0.97rem;
    line-height: 1.6;
    color: var(--terms-muted);
}

.terms-doc__contact a {
    color: var(--terms-ink);
    font-weight: 600;
    text-decoration: underline;
    text-underline-offset: 2px;
}
