/* Legal pages styling — White & Blue theme */
.legal-page {
    padding: 120px 0 80px;
    background: #f8fafc;
}

/* Collapse gap between hero + content sections */
.legal-page + .legal-page {
    padding-top: 32px !important;
}

.legal-header {
    text-align: center;
    margin-bottom: 0;
    padding-bottom: 32px;
    border-bottom: 1px solid #e2e8f0;
}

.legal-header h1 {
    font-size: 40px;
    margin-bottom: 12px;
    color: #000000;
}

.legal-meta {
    font-size: 14px;
    color: #111111;
}

.legal-content {
    max-width: 780px;
    margin: 0 auto;
}

.legal-content section {
    margin-bottom: 40px;
}

.legal-content h2 {
    font-size: 22px;
    margin-bottom: 16px;
    padding-bottom: 8px;
    border-bottom: 1px solid #e2e8f0;
    color: #000000;
}

.legal-content p {
    font-size: 15px;
    line-height: 1.8;
    color: #000000;
    margin-bottom: 12px;
}

.legal-content ul {
    list-style: none;
    padding: 0;
    margin-bottom: 16px;
}

.legal-content li {
    font-size: 15px;
    color: #000000;
    padding: 6px 0 6px 20px;
    position: relative;
    line-height: 1.7;
}

.legal-content li::before {
    content: '';
    position: absolute;
    left: 0;
    top: 14px;
    width: 6px;
    height: 6px;
    background: #3b82f6;
    border-radius: 50%;
}

.legal-content strong {
    color: #000000;
}

.legal-content a {
    color: #3b82f6;
    text-decoration: underline;
    text-underline-offset: 3px;
}

.legal-content a:hover {
    color: #2563eb;
}
