body {
    background: var(--dark-2);
    color: var(--text-inv);
    font-family: 'Raleway', sans-serif;
    min-height: 100vh;
}

.terms-main {
    padding: 4rem 0 6rem;
}

.terms-body {
    max-width: 760px;
    margin: 0 auto;
}

/* ── Header ── */
.terms-header {
    margin-bottom: 3rem;
    padding-bottom: 2rem;
    border-bottom: 1px solid var(--border);
}
.terms-eyebrow {
    font-size: .68rem;
    letter-spacing: .25em;
    color: var(--gold-l);
    font-family: 'Cinzel', serif;
    text-transform: uppercase;
    display: block;
    margin-bottom: 1rem;
}
.terms-title {
    font-family: 'Cinzel', serif;
    font-size: clamp(1.5rem, 4vw, 2.2rem);
    font-weight: 600;
    color: var(--text-inv);
    line-height: 1.3;
    margin-bottom: 1.25rem;
}
.terms-meta {
    display: flex;
    gap: 1.5rem;
    flex-wrap: wrap;
}
.terms-meta-item {
    font-size: .78rem;
    color: rgba(240,236,255,.5);
    font-family: 'Cinzel', serif;
    letter-spacing: .08em;
}
.terms-meta-item strong {
    color: rgba(240,236,255,.75);
}

/* ── Intro ── */
.terms-intro {
    background: rgba(124,58,237,.06);
    border: 1px solid rgba(167,139,250,.18);
    border-radius: 12px;
    padding: 1.25rem 1.5rem;
    font-size: .92rem;
    line-height: 1.75;
    color: rgba(240,236,255,.7);
    margin-bottom: 3rem;
    font-style: italic;
}

/* ── Sections ── */
.terms-section {
    margin-bottom: 2.75rem;
}
.terms-section-num {
    font-family: 'Cinzel', serif;
    font-size: .62rem;
    letter-spacing: .3em;
    text-transform: uppercase;
    color: rgba(192,132,252,.5);
    display: block;
    margin-bottom: .4rem;
}
.terms-section-title {
    font-family: 'Cinzel', serif;
    font-size: 1.05rem;
    font-weight: 600;
    color: #e8d8ff;
    margin-bottom: .85rem;
    letter-spacing: .03em;
}
.terms-section-text {
    font-size: .94rem;
    line-height: 1.85;
    color: rgba(240,236,255,.72);
    margin-bottom: .75rem;
}
.terms-section-text:last-child { margin-bottom: 0; }

.terms-section-list {
    list-style: none;
    padding: 0;
    margin: .5rem 0 .75rem;
    display: flex;
    flex-direction: column;
    gap: .45rem;
}
.terms-section-list li {
    padding-left: 1.1rem;
    position: relative;
    font-size: .93rem;
    line-height: 1.7;
    color: rgba(240,236,255,.7);
}
.terms-section-list li::before {
    content: '›';
    position: absolute;
    left: 0;
    color: rgba(192,132,252,.5);
}

/* ── Divider ── */
.terms-divider {
    height: 1px;
    background: var(--border);
    margin: 2.75rem 0;
}

/* ── Contact block ── */
.terms-contact {
    background: rgba(13,8,38,.6);
    border: 1px solid rgba(167,139,250,.18);
    border-radius: 12px;
    padding: 1.5rem;
    margin-top: 3rem;
}
.terms-contact-title {
    font-family: 'Cinzel', serif;
    font-size: .85rem;
    letter-spacing: .1em;
    color: #c084fc;
    margin-bottom: .5rem;
}
.terms-contact-text {
    font-size: .88rem;
    line-height: 1.65;
    color: rgba(240,236,255,.6);
}
.terms-contact-text a {
    color: rgba(192,132,252,.8);
    text-decoration: none;
}
.terms-contact-text a:hover { color: #c084fc; }
