/* ========== STATIC PAGES (Privacy, Terms, Safety, etc.) ========== */

.static-page {
    max-width: 780px;
    margin: 0 auto;
    padding: 100px 40px 60px;
    color: rgba(255,255,255,0.9);
    line-height: 1.8;
}

.static-page h1 {
    font-size: 2.25rem;
    font-weight: 800;
    margin-bottom: 0.5rem;
    letter-spacing: -0.02em;
}

.static-page .subtitle {
    color: rgba(255,255,255,0.5);
    font-size: 0.9375rem;
    margin-bottom: 2.5rem;
}

.static-page h2 {
    font-size: 1.375rem;
    font-weight: 700;
    margin-top: 2.5rem;
    margin-bottom: 0.75rem;
    color: #fff;
}

.static-page h3 {
    font-size: 1.125rem;
    font-weight: 600;
    margin-top: 1.5rem;
    margin-bottom: 0.5rem;
}

.static-page p {
    margin-bottom: 1rem;
    opacity: 0.85;
}

.static-page ul,
.static-page ol {
    margin-bottom: 1rem;
    padding-left: 1.5rem;
    opacity: 0.85;
}

.static-page li {
    margin-bottom: 0.375rem;
}

.static-page a {
    color: #2e8cff;
    text-decoration: none;
}

.static-page a:hover {
    text-decoration: underline;
}

.static-page table {
    width: 100%;
    border-collapse: collapse;
    margin-bottom: 1.5rem;
}

.static-page th,
.static-page td {
    text-align: left;
    padding: 0.75rem 1rem;
    border-bottom: 1px solid rgba(255,255,255,0.08);
    font-size: 0.9375rem;
}

.static-page th {
    color: #2e8cff;
    font-weight: 600;
    font-size: 0.8125rem;
    text-transform: uppercase;
    letter-spacing: 0.05em;
}

@media (max-width: 768px) {
    .static-page {
        padding: 90px 24px 40px;
    }
    .static-page h1 {
        font-size: 1.75rem;
    }
}
