.terms-shell {
    width: min(980px, 92vw);
    margin: 154px auto 96px;
    display: grid;
    gap: 12px;
}

.terms-hero {
    border: 1px solid rgba(255, 255, 255, 0.06);
    border-radius: 18px;
    padding: 24px 22px;
    background: rgba(13, 13, 17, 0.7);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.03);
}

.terms-kicker {
    margin: 0 0 8px;
    font-size: 0.68rem;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    color: #9fc7e0;
    font-weight: 700;
}

.terms-hero h1 {
    margin: 0 0 8px;
    font-size: clamp(1.6rem, 3.6vw, 2.4rem);
    letter-spacing: -0.02em;
    line-height: 1.15;
}

.terms-meta {
    margin: 0 0 10px;
    font-size: 0.82rem;
    color: #ccd4df;
}

.terms-lead {
    margin: 0;
    color: #c4cfda;
    font-size: 0.95rem;
    line-height: 1.6;
    max-width: 74ch;
}

.terms-section {
    background: rgba(13, 13, 17, 0.7);
    border: 1px solid rgba(255, 255, 255, 0.06);
    border-radius: 18px;
    padding: 20px 18px;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.03);
}

.terms-section h2 {
    margin: 0 0 8px;
    font-size: 1.02rem;
    line-height: 1.35;
    letter-spacing: -0.01em;
}

.terms-section p {
    margin: 0;
    color: #c4cfda;
    line-height: 1.62;
    font-size: 0.9rem;
}

.terms-section a {
    color: #d0e6f7;
}

.terms-region-grid {
    margin-top: 12px;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
}

.terms-region-card {
    border: 1px dashed rgba(255, 255, 255, 0.12);
    border-radius: 10px;
    padding: 12px 11px;
}

.terms-region-card h3 {
    margin: 0 0 6px;
    font-size: 0.85rem;
    letter-spacing: 0.01em;
}

.terms-region-card p {
    color: #c4cfda;
    font-size: 0.82rem;
    line-height: 1.5;
}

.terms-section--contact {
    border-color: rgba(127, 183, 220, 0.28);
    box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, 0.03),
        inset 0 0 0 1px rgba(127, 183, 220, 0.14);
}

@media (max-width: 760px) {
    .terms-shell {
        margin-top: 138px;
    }

    .terms-region-grid {
        grid-template-columns: 1fr;
    }
}
