/* Privacy policy & Terms and Conditions – dark theme overrides */

.legal-page-section {
    background-color: #1a1a1a !important;
    padding-bottom: 60px;
}

.legal-page-header {
    text-align: center;
    margin-bottom: 32px;
}

.legal-content {
    max-width: 800px;
    margin: 0 auto;
    padding: 0 16px 40px;
    color: #cccccc !important;
    font-family: "Open Sans", "Poppins", Arial, sans-serif;
    font-size: 15px;
    line-height: 1.6;
}

.legal-content [class*="c"] {
    background-color: transparent !important;
}

.legal-content p,
.legal-content li,
.legal-content h1,
.legal-content h2,
.legal-content h3,
.legal-content h4,
.legal-content h5,
.legal-content h6,
.legal-content span {
    color: #cccccc !important;
}

.legal-content h1 {
    font-size: 28px !important;
    font-weight: 600 !important;
    padding: 0 0 16px !important;
    margin: 0 0 24px !important;
    border-bottom: 1px solid rgba(140, 82, 255, 0.3);
    text-align: left;
}

.legal-content .c3,
.legal-content .c4,
.legal-content .c5,
.legal-content .c6,
.legal-content .c1,
.legal-content .c13,
.legal-content .c14,
.legal-content .c15,
.legal-content .c17,
.legal-content .c9,
.legal-content .c16 {
    color: #cccccc !important;
}

.legal-content .c7,
.legal-content .c11 {
    color: #999999 !important;
}

.legal-content .c8,
.legal-content .c9,
.legal-content .c23 {
    color: #8c52ff !important;
}

.legal-content a,
.legal-content a.c4,
.legal-content a.c16 {
    color: #8c52ff !important;
    text-decoration: none;
}

.legal-content a:hover {
    color: #a66aff !important;
    text-decoration: underline;
}

.legal-content p {
    margin-bottom: 16px;
}

.legal-content ul {
    margin: 0 0 16px;
    padding-left: 0;
}

.legal-content li {
    margin-bottom: 8px;
}

.legal-content .c0,
.legal-content .c1 {
    margin-left: 0 !important;
    padding-left: 24px !important;
}

.legal-content .c21,
.legal-content .c5 {
    max-width: none !important;
    padding: 0 !important;
}

.legal-content .c2,
.legal-content .c0,
.legal-content .c26,
.legal-content .c24 {
    padding-top: 0 !important;
}

@media (max-width: 768px) {
    .legal-page-section {
        padding-top: 80px !important;
    }

    .legal-content {
        padding: 0 12px 32px;
        font-size: 14px;
    }

    .legal-content h1 {
        font-size: 24px !important;
    }
}
