.angie-final-cta-36737429 {
    padding: 120px 20px;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    position: relative;
    overflow: hidden;
}

@media (min-width: 768px) {
    .angie-final-cta-36737429 {
        padding: 160px 20px;
    }
}

.angie-final-cta-36737429-bg-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}

.angie-final-cta-36737429-content {
    position: relative;
    z-index: 2;
    max-width: 800px;
    margin: 0 auto;
}

.angie-final-cta-36737429-title {
    font-size: 32px;
    font-weight: 700;
    line-height: 1.2;
    margin: 0 0 16px;
    color: #111;
}

@media (min-width: 768px) {
    .angie-final-cta-36737429-title {
        font-size: 48px;
    }
}

.angie-final-cta-36737429-subtitle {
    font-size: 18px;
    font-weight: 400;
    line-height: 1.5;
    color: #555;
    margin: 0 0 40px;
}

@media (min-width: 768px) {
    .angie-final-cta-36737429-subtitle {
        font-size: 20px;
    }
}

.angie-final-cta-36737429-btn-wrapper {
    margin-bottom: 16px;
}

.angie-final-cta-36737429-btn {
    display: inline-block;
    background-color: #111;
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    padding: 16px 40px;
    border-radius: 8px;
    text-decoration: none;
    transition: transform 0.3s ease, background-color 0.3s ease;
}

.angie-final-cta-36737429-btn:hover {
    transform: scale(1.03);
    background-color: #333;
    color: #fff;
}

.angie-final-cta-36737429-microcopy {
    font-size: 14px;
    color: #777;
    margin: 0;
}