

.cs-legal-hero {
    padding: 120px 0 90px;
    background: var(--bg-light);
    text-align: center;
}

.cs-legal-hero-content {
    max-width: 750px;
    margin: auto;
}

.cs-legal-tag {
    display: inline-block;
    padding: 8px 18px;
    border-radius: 30px;
    background: rgba(5, 150, 105, 0.1);
    color: var(--secondary);
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 20px;
}

.cs-legal-hero h1 {
    color: var(--primary);
    font-size: clamp(2.4rem, 5vw, 4rem);
    margin-bottom: 20px;
}

.cs-legal-hero p {
    color: var(--text-light);
    line-height: 1.8;
    margin-bottom: 0;
}


.cs-legal-updated {
    display: inline-block;
    margin-bottom: 40px;
    padding: 12px 20px;
    background: var(--bg-light);
    border: 1px solid var(--border);
    border-radius: 8px;
    color: var(--text-light);
    font-size: 14px;
}


.cs-legal-section {
    padding: 70px 0;
    background: var(--bg-light);
}

.cs-legal-content {
    
    margin: 0 auto;
    background: var(--white);
    border: 1px solid var(--border);
    border-radius: 16px;
    padding: 50px;
    box-shadow:
        0 4px 20px rgba(15, 23, 42, 0.04),
        0 1px 3px rgba(15, 23, 42, 0.08);
}

/* Last Updated */

.cs-legal-updated {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: rgba(5, 150, 105, 0.08);
    color: var(--secondary);
    padding: 10px 16px;
    border-radius: 30px;
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 30px;
}

/* Main Headings */

.cs-legal-content h2 {
    color: var(--primary);
    font-size: 1.5rem;
    font-weight: 700;
    margin-top: 35px;
    margin-bottom: 12px;
    position: relative;
    padding-bottom: 10px;
}

.cs-legal-content h2::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 50px;
    height: 3px;
    background: var(--secondary);
    border-radius: 10px;
}

/* Paragraphs */

.cs-legal-content p {
    color: var(--text-light);
    line-height: 1.9;
    margin-bottom: 16px;
}

/* Lists */

.cs-legal-content ul {
    padding-left: 20px;
    margin-bottom: 20px;
}

.cs-legal-content li {
    color: var(--text-light);
    line-height: 1.8;
    margin-bottom: 10px;
}

/* Optional Section Divider */

.cs-legal-content h2:not(:first-of-type) {
    border-top: 1px solid var(--border);
    padding-top: 30px;
}

/*=====================================
RESPONSIVE
=====================================*/

@media (max-width: 991px) {

    .cs-legal-content {
        padding: 40px 30px;
    }

}

@media (max-width: 767px) {

    .cs-legal-section {
        padding: 50px 0;
    }

    .cs-legal-content {
        padding: 30px 20px;
        border-radius: 12px;
    }

    .cs-legal-content h2 {
        font-size: 1.3rem;
        margin-top: 28px;
    }

}
.cs-legal-content h2 {
    color: var(--primary);
    font-size: 1.6rem;
    margin-top: 40px;
    margin-bottom: 15px;
}

.cs-legal-content p {
    color: var(--text-light);
    line-height: 1.9;
    margin-bottom: 20px;
}

.cs-legal-content ul {
    padding-left: 20px;
    margin-bottom: 20px;
}

.cs-legal-content li {
    color: var(--text-light);
    line-height: 1.8;
    margin-bottom: 10px;
}



@media (max-width: 767px) {

    .cs-legal-hero {
        padding: 90px 0 70px;
    }

   

    .cs-legal-content h2 {
        font-size: 1.4rem;
    }
}