.cta-wrapper-14a91e04 {
    padding: 80px 40px;
    border-radius: 12px;
    text-align: center;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    display: flex;
    justify-content: center;
    align-items: center;
}

.cta-content-14a91e04 {
    max-width: 800px;
    margin: 0 auto;
}

.cta-headline-14a91e04 {
    margin: 0 0 20px 0;
    font-size: 36px;
    font-weight: 700;
    line-height: 1.2;
}

.cta-text-14a91e04 {
    margin: 0 0 40px 0;
    font-size: 18px;
    line-height: 1.6;
}

.cta-btn-14a91e04 {
    display: inline-block;
    padding: 16px 36px;
    font-size: 18px;
    font-weight: 600;
    text-decoration: none;
    border-radius: 6px;
    transition: all 0.3s ease;
    cursor: pointer;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
}

.cta-btn-14a91e04:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.25);
    color: #fff !important;
}

@media (max-width: 768px) {
    .cta-wrapper-14a91e04 {
        padding: 50px 20px;
    }
    
    .cta-headline-14a91e04 {
        font-size: 28px;
    }
    
    .cta-text-14a91e04 {
        font-size: 16px;
        margin-bottom: 30px;
    }
}