.ssp-wrapper-2118955c {
    font-family: 'Montserrat', sans-serif;
    padding: 60px 20px;
    box-sizing: border-box;
}

.timeline-title-2118955c {
    text-align: center;
    color: #214462;
    font-size: 2.2rem;
    font-weight: 700;
    margin-bottom: 40px;
}

.timeline-row-2118955c {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
    margin-bottom: 60px;
}

.step-box-2118955c {
    background-color: #214462;
    border-radius: 8px;
    padding: 35px 25px 25px;
    color: #ffffff;
    position: relative;
    box-shadow: 0 4px 15px rgba(33, 68, 98, 0.1);
    transition: transform 0.3s ease;
}

.step-box-2118955c:hover {
    transform: translateY(-5px);
}

.step-num-badge-2118955c {
    position: absolute;
    top: -15px;
    left: 25px;
    width: 35px;
    height: 35px;
    background-color: #E11C09;
    color: #ffffff;
    font-weight: 800;
    font-size: 1.1rem;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 3px 8px rgba(0, 0, 0, 0.2);
}

.step-title-2118955c {
    font-size: 1.15rem;
    font-weight: 700;
    margin: 0 0 12px 0;
}

.step-desc-2118955c {
    font-size: 0.9rem;
    line-height: 1.5;
    opacity: 0.85;
    margin: 0;
}

/* Bottom Split Promo Block */
.promo-container-2118955c {
    background-color: #214462;
    border-radius: 12px;
    padding: 60px 50px;
    color: #ffffff;
    box-shadow: 0 10px 30px rgba(33, 68, 98, 0.15);
}

.promo-split-row-2118955c {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 50px;
}

.promo-left-column-2118955c {
    flex: 1;
    min-width: 300px;
}

.promo-left-title-2118955c {
    font-size: 2.2rem;
    font-weight: 800;
    margin: 0 0 20px 0;
    line-height: 1.3;
}

.promo-left-desc-2118955c {
    font-size: 1rem;
    line-height: 1.6;
    opacity: 0.9;
    margin: 0 0 30px 0;
}

.promo-btn-2118955c {
    display: inline-block;
    background-color: #E11C09;
    color: #ffffff;
    padding: 15px 35px;
    text-decoration: none;
    font-weight: 700;
    font-size: 0.95rem;
    border-radius: 6px;
    border: 2px solid transparent;
    transition: all 0.3s ease;
}

.promo-btn-2118955c:hover {
    background-color: #ffffff;
    color: #E11C09;
    border-color: #E11C09;
}

.promo-right-column-2118955c {
    flex: 0 0 40%;
    min-width: 300px;
}

.promo-right-card-2118955c {
    background-color: #ffffff;
    color: #333333;
    padding: 40px;
    border-radius: 10px;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.1);
}

.promo-right-card-title-2118955c {
    color: #214462;
    font-size: 1.25rem;
    font-weight: 800;
    letter-spacing: 0.5px;
    margin: 0 0 25px 0;
    text-transform: uppercase;
}

.promo-qualify-list-2118955c {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.promo-qualify-list-2118955c li {
    font-size: 1rem;
    font-weight: 600;
    color: #4A5568;
}

/* Responsive */
@media (max-width: 1024px) {
    .timeline-row-2118955c {
        grid-template-columns: repeat(2, 1fr);
        gap: 30px;
    }
}

@media (max-width: 768px) {
    .timeline-row-2118955c {
        grid-template-columns: 1fr;
    }
    .promo-container-2118955c {
        padding: 40px 25px;
    }
    .promo-split-row-2118955c {
        gap: 30px;
    }
    .promo-right-column-2118955c {
        flex: 0 0 100%;
    }
}
