.cta-wrapper-6717047c {
    width: 100%;
    padding: 100px 30px;
    box-sizing: border-box;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    position: relative;
    overflow: hidden;
    /* Subtle custom dark geometric mesh grid pattern in CSS */
    background-image: 
        radial-gradient(rgba(255, 255, 255, 0.03) 1px, transparent 0),
        radial-gradient(rgba(255, 255, 255, 0.02) 2px, transparent 0);
    background-size: 32px 32px, 64px 64px;
    background-position: 0 0, 16px 16px;
}

.cta-inner-6717047c {
    max-width: 800px;
    width: 100%;
    margin: 0 auto;
    position: relative;
    z-index: 2;
}

.cta-title-6717047c {
    font-family: 'Archivo Black', 'Poppins', sans-serif;
    font-size: 46px;
    font-weight: 900;
    line-height: 1.2;
    color: #FFFFFF;
    margin-bottom: 24px;
}

.cta-subtext-6717047c {
    font-family: 'Inter', 'Roboto', sans-serif;
    font-size: 18px;
    line-height: 1.6;
    color: rgba(255, 255, 255, 0.7);
    margin-bottom: 40px;
    max-width: 680px;
    margin-left: auto;
    margin-right: auto;
}

.cta-action-6717047c {
    margin-bottom: 20px;
}

.cta-btn-6717047c {
    display: inline-block;
    font-family: 'Archivo', sans-serif;
    font-weight: 700;
    font-size: 16px;
    color: #111111;
    text-transform: uppercase;
    letter-spacing: 1px;
    padding: 18px 42px;
    border-radius: 4px;
    text-decoration: none;
    transition: all 0.3s ease-in-out;
    box-shadow: 0 4px 15px rgba(158, 193, 65, 0.2);
}

.cta-btn-6717047c:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 24px rgba(158, 193, 65, 0.4);
    opacity: 0.95;
}

.cta-reassurance-6717047c {
    font-family: 'Inter', sans-serif;
    font-size: 13px;
    color: rgba(255, 255, 255, 0.4);
    letter-spacing: 0.5px;
    margin: 0;
}

/* Tablet layout overrides */
@media (max-width: 991px) {
    .cta-wrapper-6717047c {
        padding: 80px 24px;
    }
    .cta-title-6717047c {
        font-size: 38px;
    }
}

/* Mobile responsive layout overrides */
@media (max-width: 767px) {
    .cta-wrapper-6717047c {
        padding: 60px 16px;
    }
    .cta-title-6717047c {
        font-size: 30px;
    }
    .cta-subtext-6717047c {
        font-size: 16px;
    }
    .cta-btn-6717047c {
        width: 100%;
        box-sizing: border-box;
    }
}
