﻿/* ─── Terms of Service ─────────────────────────────────────────────────── */

.tos-wrap {
    max-width: 820px;
    margin: 0 auto;
    padding: 3rem 1.5rem 5rem;
    font-family: Georgia, 'Times New Roman', serif;
    line-height: 1.7;
    font-size: 17px;
    color: var(--tblr-body-color, #e7eaf0);
}

/* ── Header ── */
.tos-header {
    border-bottom: 1px solid var(--tblr-border-color, #2a3142);
    padding-bottom: 2rem;
    margin-bottom: 3rem;
}

.tos-eyebrow {
    font-family: inherit;
    text-transform: uppercase;
    letter-spacing: 0.18em;
    font-size: 0.75rem;
    font-weight: 700;
    color: var(--tblr-primary, #f59f00);
    margin-bottom: 1rem;
}

.tos-title {
    font-size: clamp(2rem, 5vw, 3.2rem);
    font-weight: 700;
    line-height: 1.1;
    letter-spacing: -0.01em;
    margin-bottom: 1rem;
    color: var(--tblr-body-color, #e7eaf0);
}

.tos-meta {
    font-size: 0.9rem;
    color: var(--tblr-secondary, #6c7282);
}

.tos-intro {
    font-size: 1.05rem;
    color: var(--tblr-secondary, #9ca3b0);
    margin-top: 1.75rem;
}

    .tos-intro strong {
        color: var(--tblr-body-color, #e7eaf0);
        font-weight: 700;
    }

/* ── Sections ── */
.tos-section {
    margin-top: 3rem;
}

    .tos-section h2 {
        font-size: 1.4rem;
        font-weight: 700;
        color: var(--tblr-body-color, #e7eaf0);
        letter-spacing: -0.01em;
        padding-bottom: 0.6rem;
        margin-bottom: 1.25rem;
        display: flex;
        align-items: baseline;
        gap: 0.75rem;
        border-bottom: 1px solid var(--tblr-border-color, #2a3142);
    }

        .tos-section h2 .num {
            color: var(--tblr-primary, #f59f00);
            font-size: 1rem;
            font-weight: 700;
            font-variant-numeric: tabular-nums;
        }

    .tos-section h3 {
        font-size: 1rem;
        font-weight: 700;
        text-transform: uppercase;
        letter-spacing: 0.06em;
        color: var(--tblr-secondary, #9ca3b0);
        margin: 2rem 0 0.75rem;
    }

    .tos-section p {
        margin-bottom: 1rem;
        color: var(--tblr-body-color, #e7eaf0);
    }

        .tos-section p .clause {
            color: var(--tblr-secondary, #6c7282);
            font-size: 0.85rem;
            font-weight: 600;
            font-variant-numeric: tabular-nums;
            margin-right: 0.5rem;
        }

    .tos-section ul {
        list-style: none;
        margin: 0 0 1rem;
        padding: 0;
    }

        .tos-section ul li {
            position: relative;
            padding-left: 2.25rem;
            margin-bottom: 0.65rem;
            color: var(--tblr-body-color, #e7eaf0);
        }

            .tos-section ul li .sub {
                position: absolute;
                left: 0;
                color: var(--tblr-secondary, #6c7282);
                font-size: 0.85rem;
                font-weight: 600;
            }

    .tos-section strong {
        color: var(--tblr-body-color, #e7eaf0);
        font-weight: 700;
    }

/* ── Contact block ── */
.tos-contact {
    margin-top: 2rem;
    background: var(--tblr-bg-surface, #1a1f2e);
    border: 1px solid var(--tblr-border-color, #2a3142);
    border-radius: 14px;
    padding: 1.75rem 2rem;
}

    .tos-contact .name {
        font-weight: 700;
        font-size: 1.1rem;
        color: var(--tblr-body-color, #e7eaf0);
    }

    .tos-contact .line {
        color: var(--tblr-secondary, #9ca3b0);
        font-size: 0.95rem;
        margin-top: 0.3rem;
    }

    .tos-contact a {
        color: var(--tblr-primary, #f59f00);
        text-decoration: none;
    }

        .tos-contact a:hover {
            text-decoration: underline;
        }

/* ── Footer ── */
.tos-footer {
    margin-top: 4rem;
    padding-top: 2rem;
    border-top: 1px solid var(--tblr-border-color, #2a3142);
    font-size: 0.85rem;
    color: var(--tblr-secondary, #6c7282);
    text-align: center;
}

/* ── Placeholder highlight (remove highlights once filled in) ── */
.tos-wrap .placeholder {
    background: rgba(245, 159, 0, 0.12);
    color: var(--tblr-primary, #f59f00);
    padding: 0.05em 0.4em;
    border-radius: 4px;
    font-size: 0.9em;
    font-weight: 600;
}
