.cta-banner-wrapper-d0542efd {
    display: flex;
    flex-direction: column;
    gap: 2rem;
    background-color: #F8FAFC;
    border: 1px solid #DDF7F8;
    border-radius: 12px;
    padding: 2.5rem;
    box-shadow: 0 4px 12px rgba(0, 60, 74, 0.05);
}

@media (min-width: 768px) {
    .cta-banner-wrapper-d0542efd {
        flex-direction: row;
        align-items: center;
        justify-content: space-between;
        padding: 3rem 4rem;
    }
    .cta-left-col-d0542efd {
        flex: 1;
        padding-right: 2rem;
    }
    .cta-right-col-d0542efd {
        flex: 1;
        max-width: 450px;
        display: flex;
        flex-direction: column;
        justify-content: center;
    }
}

.cta-eyebrow-d0542efd {
    display: inline-block;
    font-size: 0.875rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    color: #009CA6;
    margin-bottom: 0.5rem;
}

.cta-heading-d0542efd {
    font-size: 2rem;
    font-weight: 700;
    color: #003C4A;
    margin: 0 0 1rem 0;
    line-height: 1.2;
}

.cta-desc-d0542efd {
    font-size: 1.125rem;
    color: #1E293B;
    margin: 0 0 1.5rem 0;
    line-height: 1.6;
}

.cta-disclaimer-d0542efd {
    font-size: 0.75rem;
    color: #64748B;
    margin: 0;
    border-top: 1px solid #E2E8F0;
    padding-top: 1rem;
}

.cta-buttons-d0542efd {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

@media (min-width: 480px) {
    .cta-buttons-d0542efd {
        flex-direction: row;
    }
}

.cta-primary-btn-d0542efd, .cta-secondary-btn-d0542efd {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    padding: 0.875rem 1.5rem;
    border-radius: 6px;
    font-weight: 600;
    font-size: 1rem;
    text-decoration: none;
    transition: all 0.2s ease;
    cursor: pointer;
    text-align: center;
    width: 100%;
}

.cta-primary-btn-d0542efd {
    background-color: #009CA6;
    color: #FFFFFF !important;
    border: 2px solid #009CA6;
}

.cta-primary-btn-d0542efd:hover {
    background-color: #003C4A;
    border-color: #003C4A;
    color: #FFFFFF !important;
}

.cta-secondary-btn-d0542efd {
    background-color: transparent;
    color: #003C4A !important;
    border: 2px solid #003C4A;
}

.cta-secondary-btn-d0542efd:hover {
    background-color: #003C4A;
    color: #FFFFFF !important;
}