.terms-page {
    width: min(100%, 980px);
    margin: 0 auto;
    padding: 28px 20px 48px;
}

.terms-hero {
    display: grid;
    gap: 12px;
    margin-bottom: 22px;
}

.terms-hero h1 {
    max-width: 760px;
    margin: 0;
    font-size: clamp(2rem, 4vw, 3.4rem);
    line-height: 1;
}

.terms-hero p {
    max-width: 760px;
    margin: 0;
    color: var(--stone);
    font-size: 1rem;
    line-height: 1.7;
}

.terms-panel {
    padding: clamp(22px, 4vw, 36px);
    border: 1px solid var(--line);
    border-radius: 18px;
    background: var(--surface);
    box-shadow: var(--shadow);
}

.terms-meta {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin: 0 0 24px;
    padding: 0;
    list-style: none;
}

.terms-meta li {
    padding: 7px 12px;
    border: 1px solid var(--line);
    border-radius: 999px;
    color: var(--stone);
    font-size: 0.84rem;
    font-weight: 700;
}

.terms-section {
    padding: 22px 0;
    border-top: 1px solid var(--line);
}

.terms-section:first-of-type {
    padding-top: 0;
    border-top: 0;
}

.terms-section h2 {
    margin: 0 0 10px;
    font-size: 1.15rem;
}

.terms-section p,
.terms-section li {
    color: var(--stone);
    line-height: 1.7;
}

.terms-section p {
    margin: 0 0 12px;
}

.terms-section ul {
    margin: 0;
    padding-left: 20px;
}

.terms-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 24px;
}
