.compliance-card{
    background: linear-gradient(135deg,#f5f9ff 0%,#eef4ff 100%);
    border: 1px solid #dbe7ff;
    border-radius: 24px;
    padding: 40px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.05);
}

.compliance-header{
    display:flex;
    gap:20px;
    align-items:flex-start;
    margin-bottom:30px;
}

.badge-icon{
    width:70px;
    height:70px;
    background:#0037b0;
    color:#fff;
    border-radius:18px;
    display:flex;
    align-items:center;
    justify-content:center;
    font-size:28px;
    flex-shrink:0;
}

.compliance-header h3{
    font-size:24px;
    font-weight:700;
    margin-bottom:12px;
}

.compliance-header p{
    color:#555;
    font-size:17px;
    line-height:1.7;
}

.benefits-grid{
    display:grid;
    grid-template-columns:repeat(auto-fit,minmax(250px,1fr));
    gap:16px;
}

.benefit-item{
    background:#fff;
    border-radius:16px;
    padding:18px 20px;
    display:flex;
    align-items:flex-start;
    gap:12px;
    font-weight:500;
    box-shadow:0 5px 15px rgba(0,0,0,0.04);
}

.benefit-item i{
    color:#0037b0;
    margin-top:4px;
}

.badge-icon{
    width:70px;
    height:70px;
    background:#0037b0;
    color:#fff;
    border-radius:18px;
    display:flex;
    align-items:center;
    justify-content:center;
    flex-shrink:0;
}




.parks-sections{
    font-family:Arial,sans-serif;
}

/* GLOBAL */

.section-heading{
    margin-bottom:50px;
}

.section-heading.center{
    text-align:center;
}

.small-label{
    display:inline-block;
    background:#e8f1ff;
    color:#0037b0;
    padding:8px 14px;
    border-radius:30px;
    font-size:13px;
    font-weight:700;
    letter-spacing:1px;
    margin-bottom:18px;
}

.small-label.white{
    background:rgba(255,255,255,0.15);
    color:#fff;
}

.section-heading h2,
.compliance-left h2,
.cta-content h2{
    font-size:26px;
    line-height:1.2;
    margin-bottom:20px;
    font-weight:700;
}

.section-heading p,
.compliance-left p,
.cta-content p{
    font-size:18px;
    line-height:1.7;
    color:#666;
}

/* SECTION 1 */

.roles-section{
    padding:90px 20px;
}

.roles-grid{
    display:grid;
    grid-template-columns:repeat(auto-fit,minmax(280px,1fr));
    gap:25px;
}

.role-card{
    background:#fff;
    border-radius:24px;
    padding:35px;
    box-shadow:0 10px 30px rgba(0,0,0,0.06);
    transition:0.3s ease;
}

.role-card:hover{
    transform:translateY(-5px);
}

.role-icon{
    font-size:42px;
    margin-bottom:20px;
}

.role-card h3{
    font-size:24px;
    margin-bottom:20px;
}

.role-card ul{
    padding-left:18px;
}

.role-card li{
    margin-bottom:12px;
    color:#555;
}

/* SECTION 2 */

.testing-options-section{
    background:#f7faff;
    padding:40px 20px;
}

.option-list{
    max-width:1000px;
    margin:auto;
}

.option-row{
    background:#fff;
    border-radius:22px;
    padding:30px;
    margin-bottom:25px;
    display:flex;
    justify-content:space-between;
    gap:30px;
    flex-wrap:wrap;
}

.option-left{
    display:flex;
    align-items:center;
    gap:18px;
}

.option-icon{
    font-size:34px;
}

.option-left h3{
    font-size:18px;
}

.option-right{
    display:flex;
    gap:12px;
    flex-wrap:wrap;
}

.option-right span{
    background:#eef4ff;
    color:#0037b0;
    padding:10px 16px;
    border-radius:30px;
    font-size:14px;
    font-weight:600;
}

/* SECTION 3 */

.stats-section{
    padding:90px 20px;
    display:grid;
    grid-template-columns:repeat(auto-fit,minmax(220px,1fr));
    gap:25px;
}

.stat-box{
    background:#0037b0;
    color:#fff;
    border-radius:24px;
    padding:40px 30px;
    text-align:center;
}

.stat-box h2{
    font-size:38px;
    margin-bottom:12px;
}

/* SECTION 4 */

.timeline-section{
    background:#f8f9fc;
    padding:40px 20px;
}

.timeline-grid{
    display:grid;
    grid-template-columns:repeat(auto-fit,minmax(280px,1fr));
    gap:30px;
}

.timeline-card{
    background:#fff;
    border-radius:24px;
    padding:35px;
    position:relative;
}

.timeline-circle{
    width:18px;
    height:18px;
    background:#0037b0;
    border-radius:50%;
    margin-bottom:25px;
}

.timeline-card h3{
    font-size:24px;
    margin-bottom:16px;
}

.timeline-card p{
    color:#666;
    line-height:1.7;
}

/* SECTION 5 */

.compliance-section{
    padding:90px 20px;
    background:linear-gradient(135deg,#f4f6f9 0%, #e5e9f2 100%);
    border-radius:30px;
    margin:60px 20px;
    display:grid;
    grid-template-columns:1fr 1fr;
    gap:50px;
    align-items:center;
    border:1px solid #d6dce5;
}

.compliance-left h2,
.compliance-left p{
    color:#1f2937;
}

.compliance-right{
    display:grid;
    gap:18px;
}

.compliance-item{
    background:#ffffff;
    padding:20px;
    border-radius:18px;
    color:#1f2937;
    border:1px solid #dbe2ea;
    box-shadow:0 4px 12px rgba(0,0,0,0.05);
}
/* SECTION 6 */

.cta-section{
    padding:40px 20px;
}

.cta-content{
    background:linear-gradient(135deg,#f8fafc 0%, #e9eef5 100%);
    color:#1f2937;
    border-radius:30px;
    padding:70px 40px;
    text-align:center;
    border:1px solid #dbe2ea;
    box-shadow:0 8px 24px rgba(0,0,0,0.06);
}

.cta-content p{
    color:#4b5563;
    max-width:800px;
    margin:auto;
}

.cta-features{
    display:flex;
    justify-content:center;
    flex-wrap:wrap;
    gap:18px;
    margin:35px 0;
}

.cta-features span{
    background:#ffffff;
    padding:12px 18px;
    border-radius:30px;
    color:#1f2937;
    border:1px solid #dbe2ea;
    box-shadow:0 2px 8px rgba(0,0,0,0.05);
}

.cta-btn{
    background:#0037b0;
    color:#fff;
    border:none;
    padding:16px 34px;
    border-radius:14px;
    font-size:18px;
    font-weight:600;
    cursor:pointer;
    transition:0.3s ease;
}

.cta-btn:hover{
    background:#0056d6;
}

/* MOBILE */

@media(max-width:768px){

    .section-heading h2,
    .compliance-left h2,
    .cta-content h2{
        font-size:32px;
    }

    .compliance-section{
        grid-template-columns:1fr;
    }

    .option-row{
        flex-direction:column;
    }

    .cta-content{
        padding:50px 25px;
    }

}

