.na-cta-banner {
    background: radial-gradient(circle at center, #0e3552 0%, #000 70%);
    padding: 40px 0;
    position: relative;
    z-index: 0;
}
.na-cta-card {
    /*background: linear-gradient(135deg, rgba(15, 23, 42, 0.9) 0%, rgba(2, 132, 199, 0.1) 100%);
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-left: 4px solid  #cda85f;
    border-radius: 10px;*/
    padding: 45px 40px;
    /*box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);*/
}

.na-gold-bar-vertical {
    width: 4px;
    height: 50px;
    background-color:  #cda85f;
    border-radius: 2px;
}

.na-cta-title {
    color: #ffffff;
    font-size: 1.5vw;
    font-weight: 700;
    letter-spacing: 0.5px;
    margin-bottom: 8px;
}

.na-cta-subtitle {
    color: #94a3b8;
    font-size: 1.3vw;
}
@media (max-width: 767.98px){
    .na-cta-title {
        font-size: 18px;
    }
}