body {
    margin: 0;
    background-color: #030310;
    min-height: 200vh;
    padding: 0;
    color: white;
    font-family: 'Inter', system-ui, -apple-system, BlinkMacSystemFont,
        'Segoe UI', Roboto, Arial, sans-serif;
    ;
}

a {
    color: #0094ff;
    font-weight: 500;
    text-decoration: none;
}

span {
    color: inherit;
}

/* ===== Background ===== */
.bg {
    position: fixed;
    inset: 0;
    z-index: -1;
}

.bg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* ===== Layout ===== */
.resizable-container {
    max-width: 1400px;
    margin-left: auto;
    margin-right: auto;
    padding: 24px;
    border-radius: 8px;
}

.terms-container {
    margin-top: 90px;
    background-color: #0087ff0d;
    backdrop-filter: blur(10px);
    border-color: #ffffff1a;
    border-width: 1px;
    border-style: solid;
}

/* ===== Typography ===== */
.tos-title h1 {
    margin: 0;
    color: white;
}

.tos-section-title h2 {
    margin-top: 32px;
}

.tos-subtitle {
    margin-bottom: 16px;
}

.tos-text {
    line-height: 1.5;
    color: #cacaca;
    font-size: 15px;
}

/* ===== Alignment helpers ===== */
.align-center {
    text-align: center;
}

.align-left {
    text-align: left;
}

/* ===== Table of contents ===== */
.tos-toc a {
    display: block;
    margin-bottom: 6px;
}

/* ===== Lists ===== */
.tos-list {
    padding-left: 24px;
}

.tos-list li {
    margin-bottom: 6px;
}