.terms-body {
    background:
        radial-gradient(circle at 16% 7%, rgba(83, 212, 246, 0.1), transparent 27rem),
        radial-gradient(circle at 86% 18%, rgba(125, 108, 240, 0.2), transparent 31rem),
        var(--canvas);
}

.terms-body .privacy-hero .privacy-eyebrow span {
    background: var(--cyan);
    box-shadow: 0 0 0 5px rgba(83, 212, 246, 0.08), 0 0 20px rgba(83, 212, 246, 0.7);
}

.terms-body .privacy-eyebrow,
.terms-body .privacy-nav a span {
    color: var(--cyan);
}

.terms-seal {
    background:
        radial-gradient(circle, rgba(157, 145, 255, 0.14), transparent 33%),
        radial-gradient(circle, rgba(83, 212, 246, 0.12), rgba(8, 12, 25, 0.25) 64%, transparent 65%);
}

.terms-seal__mark {
    position: relative;
    z-index: 2;
    display: block;
    width: 42px;
    height: 42px;
    margin: 0 auto 13px;
    border: 1px solid rgba(83, 212, 246, 0.55);
    border-radius: 50%;
    background: rgba(7, 13, 27, 0.72);
    box-shadow: 0 0 28px rgba(83, 212, 246, 0.16);
}

.terms-seal__mark i {
    position: absolute;
    top: 19px;
    left: 9px;
    width: 22px;
    height: 3px;
    border-radius: 999px;
    background: linear-gradient(90deg, var(--violet-bright), var(--cyan));
}

.terms-seal__mark i:first-child {
    transform: rotate(42deg);
}

.terms-seal__mark i:last-child {
    transform: rotate(-42deg);
}

.terms-nav__related {
    display: grid;
    gap: 7px;
    margin-top: 13px;
    padding: 15px 5px 2px;
    border-top: 1px solid var(--line);
}

.terms-nav__related small {
    color: var(--subtle);
    font-size: 0.5rem;
    letter-spacing: 0.14em;
}

.terms-nav__related a {
    display: flex;
    justify-content: space-between;
    padding: 0;
    color: #b8c1ff;
}

.terms-list {
    display: grid;
    gap: 11px;
    margin: 23px 0;
    padding: 0;
    list-style: none;
}

.terms-list li {
    position: relative;
    padding: 13px 15px 13px 42px;
    border: 1px solid var(--line);
    border-radius: 10px;
    background: rgba(255, 255, 255, 0.018);
    font-size: 0.82rem;
    line-height: 1.55;
}

.terms-list li::before {
    position: absolute;
    top: 18px;
    left: 17px;
    width: 8px;
    height: 8px;
    border: 1px solid var(--cyan);
    transform: rotate(45deg);
    content: "";
}

.terms-callout--warning {
    border-color: rgba(255, 196, 112, 0.22);
    background: rgba(255, 196, 112, 0.055);
}

.terms-callout--warning > span {
    border-color: rgba(255, 196, 112, 0.5);
    color: #ffd08f;
    font-family: var(--body);
}

.terms-callout--warning p {
    color: #dec69f;
}

.terms-step-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 11px;
    margin: 25px 0;
}

.terms-step-grid article {
    position: relative;
    min-width: 0;
    padding: 20px;
    overflow: hidden;
    border: 1px solid var(--line);
    border-radius: 13px;
    background: linear-gradient(145deg, rgba(255, 255, 255, 0.035), rgba(255, 255, 255, 0.01));
}

.terms-step-grid article > span {
    position: absolute;
    top: -17px;
    right: 9px;
    color: rgba(157, 145, 255, 0.11);
    font-family: var(--display);
    font-size: 5.5rem;
    line-height: 1;
}

.terms-step-grid h3,
.terms-step-grid p {
    position: relative;
    z-index: 1;
}

.terms-step-grid h3 {
    margin: 0 0 7px;
    font-size: 0.96rem;
}

.terms-step-grid p {
    margin: 0;
    color: var(--muted);
    font-size: 0.75rem;
    line-height: 1.55;
}

.terms-benefits {
    border-color: rgba(83, 212, 246, 0.21);
    background: linear-gradient(135deg, rgba(83, 212, 246, 0.07), rgba(125, 108, 240, 0.1));
}

.terms-benefit-grid,
.terms-rule-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 9px;
    margin: 24px 0;
}

.terms-benefit-grid span,
.terms-rule-grid span {
    position: relative;
    padding: 13px 14px 13px 39px;
    border: 1px solid var(--line);
    border-radius: 10px;
    background: rgba(7, 12, 25, 0.3);
    color: #cbd1e0;
    font-size: 0.76rem;
}

.terms-benefit-grid span::before,
.terms-rule-grid span::before {
    position: absolute;
    top: 50%;
    left: 15px;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: var(--green);
    box-shadow: 0 0 12px rgba(85, 214, 169, 0.55);
    content: "";
    transform: translateY(-50%);
}

.terms-rule-grid span::before {
    border-radius: 1px;
    background: var(--violet-bright);
    box-shadow: 0 0 12px rgba(157, 145, 255, 0.52);
    transform: translateY(-50%) rotate(45deg);
}

.terms-final {
    background: linear-gradient(120deg, rgba(83, 212, 246, 0.08), rgba(125, 108, 240, 0.17));
}

.terms-footer nav {
    display: flex;
    gap: 18px;
}

.terms-footer nav a {
    color: #929db3;
    text-decoration: none;
}

.terms-footer nav a:hover {
    color: #fff;
}

@media (max-width: 700px) {
    .terms-step-grid,
    .terms-benefit-grid,
    .terms-rule-grid {
        grid-template-columns: 1fr;
    }

    .terms-footer nav {
        justify-content: center;
    }
}
