.cla-immersion-section {
    padding: 90px 0;

    background: #f8fafc;
}

.cla-immersion-badge {
    display: inline-block;

    background: #edf5ff;

    color: #0d6efd;

    padding: 8px 20px;

    border-radius: 30px;

    font-weight: 700;

    margin-bottom: 20px;
}

.cla-immersion-title {
    font-size: 44px;

    font-weight: 800;

    line-height: 1.25;

    color: #1e293b;

    margin-bottom: 25px;
}

.cla-immersion-description {
    font-size: 17px;

    color: #64748b;

    line-height: 1.9;
}

.cla-immersion-image {
    width: 100%;

    border-radius: 24px;

    box-shadow: 0 25px 60px rgba(0, 0, 0, 0.12);
}
/*=====================================
      Delegation Leadership
=====================================*/

.cla-delegation-section {
    padding: 90px 0;

    background: #ffffff;
}

.cla-delegation-header {
    max-width: 760px;

    margin: 0 auto 60px;
}

.cla-delegation-badge {
    display: inline-block;

    background: #edf5ff;

    color: #0d6efd;

    padding: 8px 18px;

    border-radius: 30px;

    font-weight: 700;

    margin-bottom: 20px;
}

.cla-delegation-title {
    font-size: 42px;

    font-weight: 800;

    color: #1e293b;

    margin-bottom: 20px;
}

.cla-delegation-subtitle {
    font-size: 17px;

    color: #64748b;

    line-height: 1.9;
}

.cla-delegation-card {
    background: #fff;

    border-radius: 20px;

    padding: 35px;

    text-align: center;

    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.08);

    transition: 0.3s;

    height: 100%;
}

.cla-delegation-card:hover {
    transform: translateY(-8px);

    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.12);
}

.cla-delegation-icon {
    width: 80px;

    height: 80px;

    margin: 0 auto 25px;

    border-radius: 50%;

    background: #0d6efd;

    color: #fff;

    display: flex;

    justify-content: center;

    align-items: center;

    font-size: 30px;
}

.cla-delegation-card h4 {
    font-size: 24px;

    font-weight: 700;

    margin-bottom: 10px;
}

.cla-delegation-role {
    display: block;

    color: #0d6efd;

    font-weight: 600;

    margin-bottom: 18px;
}

.cla-delegation-card p {
    color: #64748b;

    line-height: 1.8;
}

@media (max-width: 768px) {
    .cla-delegation-section {
        padding: 70px 0;
    }

    .cla-delegation-title {
        font-size: 30px;
    }

    .cla-delegation-subtitle {
        font-size: 16px;
    }

    .cla-delegation-card {
        padding: 25px;
    }
}
