.cta-container-95a6ff83 {
    width: 100%;
    padding: 80px 20px;
    background-color: #f4f7fc;
    display: flex;
    justify-content: center;
    border-radius: 12px;
}

.cta-inner-95a6ff83 {
    max-width: 800px;
    text-align: center;
}

.cta-headline-95a6ff83 {
    font-size: 40px;
    font-weight: 700;
    color: #0b1a2e; /* Target Avenue Dark Navy */
    margin-bottom: 20px;
    line-height: 1.2;
}

.cta-text-95a6ff83 {
    font-size: 18px;
    color: #555555;
    margin-bottom: 40px;
    line-height: 1.6;
}

.cta-button-95a6ff83 {
    display: inline-block;
    padding: 16px 48px;
    background-color: #2b70fa; /* Target Avenue Blue */
    color: #ffffff !important;
    font-size: 18px;
    font-weight: 600;
    text-decoration: none;
    border-radius: 4px;
    transition: all 0.3s ease;
    box-shadow: 0 4px 15px rgba(43, 112, 250, 0.3);
}

.cta-button-95a6ff83:hover {
    background-color: #1a56cc;
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(43, 112, 250, 0.4);
}

@media (max-width: 767px) {
    .cta-container-95a6ff83 {
        padding: 60px 20px;
    }
    
    .cta-headline-95a6ff83 {
        font-size: 32px;
    }
    
    .cta-text-95a6ff83 {
        font-size: 16px;
    }
    
    .cta-button-95a6ff83 {
        padding: 14px 32px;
        font-size: 16px;
    }
}