/* Full-bleed wrapper using negative margins to escape standard containers */
.cta-final-wrapper-f2716e17 {
    position: relative;
    width: 100vw;
    height: 80vh;
    min-height: 550px;
    margin-left: calc(-50vw + 50%);
    margin-right: calc(-50vw + 50%);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    text-align: center;
}

.cta-final-bg-f2716e17 {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center center;
    z-index: 1;
}

.cta-final-overlay-f2716e17 {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
    /* Background color controlled via Elementor style tab */
}

.cta-final-content-f2716e17 {
    position: relative;
    z-index: 3;
    max-width: 720px;
    width: 100%;
    padding: 0 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.cta-final-eyebrow-f2716e17 {
    text-transform: uppercase;
    letter-spacing: 0.15em;
    font-size: 0.85rem;
    font-weight: 600;
    margin-bottom: 20px;
}

.cta-final-divider-f2716e17 {
    width: 60px;
    height: 2px;
    margin: 0 auto 30px auto;
}

.cta-final-title-f2716e17 {
    color: #ffffff;
    font-size: 3.5rem;
    line-height: 1.1;
    font-weight: 400;
    margin: 0 0 25px 0;
}

.cta-final-text-f2716e17 {
    color: rgba(255, 255, 255, 0.9);
    font-size: 1.1rem;
    line-height: 1.6;
    margin: 0 0 40px 0;
}

.cta-final-buttons-f2716e17 {
    display: flex;
    gap: 20px;
    justify-content: center;
    margin-bottom: 30px;
    width: 100%;
}

.cta-final-btn-primary-f2716e17,
.cta-final-btn-secondary-f2716e17 {
    display: inline-block;
    padding: 15px 35px;
    font-weight: 600;
    text-decoration: none;
    font-size: 1rem;
    transition: all 0.3s ease;
}

.cta-final-btn-primary-f2716e17 {
    color: #ffffff;
}

.cta-final-btn-primary-f2716e17:hover {
    opacity: 0.9;
    color: #ffffff;
}

.cta-final-btn-secondary-f2716e17 {
    background-color: transparent;
    border: 2px solid #ffffff;
    color: #ffffff;
}

.cta-final-btn-secondary-f2716e17:hover {
    background-color: #ffffff;
    color: #000000;
}

.cta-final-footer-f2716e17 {
    color: rgba(255, 255, 255, 0.7);
    font-size: 0.85rem;
}

@media (max-width: 768px) {
    .cta-final-wrapper-f2716e17 {
        height: 60vh;
        min-height: 500px;
    }
    
    .cta-final-title-f2716e17 {
        font-size: 2.2rem;
    }
    
    .cta-final-buttons-f2716e17 {
        flex-direction: column;
        gap: 15px;
    }
    
    .cta-final-btn-primary-f2716e17,
    .cta-final-btn-secondary-f2716e17 {
        width: 100%;
        text-align: center;
    }
}
