/* ============================================
   CTA BANNER BLOCK
   ============================================ */

.cta-banner {
    padding: 88px 24px !important;
    text-align: center;
    position: relative;
    overflow: hidden;
    display: flex;
    justify-content: center;
}

/* Gold radial glow overlay */
.cta-banner::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 700px;
    height: 400px;
    background: radial-gradient(ellipse, rgba(201, 168, 76, 0.08) 0%, transparent 70%);
    pointer-events: none;
}

.cta-banner-inner {
    position: relative;
    z-index: 1;
    width: 100%;
    max-width: 680px;
    box-sizing: border-box;
}

/* ── Label ── */
.cta-banner .cta-label {
    display: block;
    font-family: 'Arial', sans-serif !important;
    font-size: 0.75rem !important;
    font-weight: 700 !important;
    letter-spacing: 0.12em !important;
    text-transform: uppercase !important;
    color: var(--wp--preset--color--gold, #c9a84c) !important;
    margin: 0 0 12px !important;
    padding: 0 !important;
}

/* ── Heading ── */
.cta-banner .cta-heading {
    color: #ffffff !important;
    margin: 0 0 16px !important;
    padding: 0 !important;
    line-height: 1.25 !important;
}

/* ── Body ── */
.cta-banner .cta-body {
    color: rgba(255, 255, 255, 0.78) !important;
    font-size: 1.1rem !important;
    line-height: 1.7 !important;
    max-width: 560px;
    margin: 0 auto 36px !important;
    padding: 0 !important;
}

/* ── Button wrapper ── */
.cta-buttons {
    margin: 0 !important;
    padding: 0 !important;
}

/* ── Phone line ── */
.cta-banner .cta-phone {
    margin: 20px 0 0 !important;
    padding: 0 !important;
    font-family: 'Arial', sans-serif !important;
    font-size: 0.95rem !important;
    color: rgba(255, 255, 255, 0.6) !important;
}

.cta-banner .cta-phone a {
    color: var(--wp--preset--color--gold, #c9a84c) !important;
    font-weight: 700;
}

/* ── btn-lg size ── */
.btn-lg {
    padding: 16px 40px !important;
    font-size: 1.05rem !important;
}

/* ============================================
   RESPONSIVE
   ============================================ */
@media (max-width: 600px) {
    .cta-banner {
        padding: 60px 20px !important;
    }
}
