.cta-button-hero,
a.vp-report-button,
button.vp-report-button,
.vp-report-button > a.avia-button,
.vp-report-button a.avia-button,
.confirm-button,
.cta-button > a.avia-button,
.cta-button a.avia-button,
#header_main #menu-item-912 > a .avia-menu-text {
    cursor: pointer;
    background: #0072FF !important;
    color: #fff !important;
    border: 0 !important;
    border-radius: 3px !important;
    padding: 18px 20px !important;
    text-decoration: none !important;
    font-size: 16px;
    font-weight: 600;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    line-height: 1 !important;
    height: auto !important;
    min-height: 0 !important;
    transition: transform .15s ease, filter .15s ease, box-shadow .15s ease;
}

.confirm-button {
    padding: 13px 20px !important;
}

.cta-button > a.avia-button > span,
.cta-button a.avia-button span,
.vp-report-button > a.avia-button > span,
.vp-report-button a.avia-button span {
    background: transparent !important;
    box-shadow: none !important;
    border: 0 !important;
    padding: 0 !important;
}

.cta-button-hero:hover,
a.vp-report-button:hover,
button.vp-report-button:hover,
.vp-report-button > a.avia-button:hover,
.vp-report-button a.avia-button:hover,
.confirm-button:hover,
.cta-button > a.avia-button:hover,
.cta-button a.avia-button:hover,
#header_main #menu-item-912 > a:hover .avia-menu-text {
    filter: brightness(1.05);
    transform: translateY(-1px);
}

.cta-button-hero:active,
a.vp-report-button:active,
button.vp-report-button:active,
.vp-report-button > a.avia-button:active,
.vp-report-button a.avia-button:active,
.confirm-button:active,
.cta-button > a.avia-button:active,
.cta-button a.avia-button:active{
    transform: translateY(0);
    filter: brightness(0.98);
}

.cta-button-hero:focus-visible,
a.vp-report-button:focus-visible,
button.vp-report-button:focus-visible,
.vp-report-button > a.avia-button:focus-visible,
.vp-report-button a.avia-button:focus-visible,
.confirm-button:focus-visible,
.cta-button > a.avia-button:focus-visible {
    outline: 3px solid rgba(0,168,255,.45);
    outline-offset: 3px;
}

@media only screen and (max-width: 767px) {
    .cta-button-hero,
    a.vp-report-button,
    button.vp-report-button,
    .vp-report-button > a.avia-button,
    .vp-report-button a.avia-button {
        width: 100%;
    }
}

/* Global button color */
:root {
    --vp-button-blue: #0072ff;
    --vp-button-blue-hover: #0062d9;
}

#top .cta-button-hero,
#top a.vp-report-button,
#top button.vp-report-button,
#top .vp-report-button > a.avia-button,
#top .vp-report-button a.avia-button,
#top .confirm-button,
#top .cta-button > a.avia-button,
#top .cta-button a.avia-button,
#top .vp-blog-cta-button,
#top .vp-solution-button,
#top .vp-why-button .avia-button,
#top .vp-get-button:not(.vp-get-button--dark):not(.vp-get-button--light) .avia-button,
#top .vp-faq-button:not(.vp-faq-button--light) .avia-button,
#top .vp-why-section .avia-button,
#top .vp-get-section .avia-button,
#top .vp-faq-section .avia-button,
#header_main #menu-item-912 > a .avia-menu-text {
    background: var(--vp-button-blue) !important;
    background-color: var(--vp-button-blue) !important;
    border-color: var(--vp-button-blue) !important;
    color: #ffffff !important;
    box-shadow: 0 10px 24px rgba(0, 114, 255, 0.28) !important;
}

#top .cta-button-hero:hover,
#top .cta-button-hero:focus,
#top a.vp-report-button:hover,
#top a.vp-report-button:focus,
#top button.vp-report-button:hover,
#top button.vp-report-button:focus,
#top .vp-report-button > a.avia-button:hover,
#top .vp-report-button > a.avia-button:focus,
#top .vp-report-button a.avia-button:hover,
#top .vp-report-button a.avia-button:focus,
#top .confirm-button:hover,
#top .confirm-button:focus,
#top .cta-button > a.avia-button:hover,
#top .cta-button > a.avia-button:focus,
#top .cta-button a.avia-button:hover,
#top .cta-button a.avia-button:focus,
#top .vp-blog-cta-button:hover,
#top .vp-blog-cta-button:focus,
#top .vp-solution-button:hover,
#top .vp-solution-button:focus,
#top .vp-why-button .avia-button:hover,
#top .vp-why-button .avia-button:focus,
#top .vp-get-button:not(.vp-get-button--dark):not(.vp-get-button--light) .avia-button:hover,
#top .vp-get-button:not(.vp-get-button--dark):not(.vp-get-button--light) .avia-button:focus,
#top .vp-faq-button:not(.vp-faq-button--light) .avia-button:hover,
#top .vp-faq-button:not(.vp-faq-button--light) .avia-button:focus,
#top .vp-why-section .avia-button:hover,
#top .vp-why-section .avia-button:focus,
#top .vp-get-section .avia-button:hover,
#top .vp-get-section .avia-button:focus,
#top .vp-faq-section .avia-button:hover,
#top .vp-faq-section .avia-button:focus,
#header_main #menu-item-912 > a:hover .avia-menu-text,
#header_main #menu-item-912 > a:focus .avia-menu-text {
    background: var(--vp-button-blue-hover) !important;
    background-color: var(--vp-button-blue-hover) !important;
    border-color: var(--vp-button-blue-hover) !important;
    color: #ffffff !important;
}

/*
 * Generic secondary CTA. Supports both a class placed directly on an
 * anchor/button and an AVIA Button wrapper carrying the custom class. Keep
 * vp-report-button-secondary as a backwards-compatible alias.
 */
#top a.vp-button-secondary,
#top button.vp-button-secondary,
#top .vp-button-secondary > a.avia-button,
#top .vp-button-secondary a.avia-button,
#top .vp-button-secondary > a.avia-button:visited,
#top a.vp-report-button-secondary,
#top button.vp-report-button-secondary,
#top .vp-report-button-secondary > a.avia-button,
#top .vp-report-button-secondary a.avia-button,
#top .vp-report-button-secondary > a.avia-button:visited {
    display: inline-flex !important;
    box-sizing: border-box;
    width: auto;
    height: 52px !important;
    min-height: 52px !important;
    padding: 14px 20px !important;
    align-items: center;
    justify-content: center;
    gap: 12px;
    cursor: pointer;
    border: 2px solid var(--vp-button-blue) !important;
    border-radius: 8px !important;
    background: #ffffff !important;
    background-color: #ffffff !important;
    box-shadow: none !important;
    color: var(--vp-button-blue) !important;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.2;
    text-decoration: none !important;
}

#top a.vp-button-secondary:hover,
#top a.vp-button-secondary:focus,
#top button.vp-button-secondary:hover,
#top button.vp-button-secondary:focus,
#top .vp-button-secondary > a.avia-button:hover,
#top .vp-button-secondary > a.avia-button:focus,
#top .vp-button-secondary a.avia-button:hover,
#top .vp-button-secondary a.avia-button:focus,
#top a.vp-report-button-secondary:hover,
#top a.vp-report-button-secondary:focus,
#top button.vp-report-button-secondary:hover,
#top button.vp-report-button-secondary:focus,
#top .vp-report-button-secondary > a.avia-button:hover,
#top .vp-report-button-secondary > a.avia-button:focus,
#top .vp-report-button-secondary a.avia-button:hover,
#top .vp-report-button-secondary a.avia-button:focus {
    border-color: var(--vp-button-blue-hover) !important;
    background: #eff6ff !important;
    background-color: #eff6ff !important;
    box-shadow: none !important;
    color: var(--vp-button-blue-hover) !important;
}

#top .vp-button-secondary svg,
#top .vp-report-button-secondary svg {
    flex: 0 0 24px;
    width: 24px;
    height: 24px;
    fill: none;
    stroke: currentColor;
    stroke-width: 1.8;
    stroke-linecap: round;
    stroke-linejoin: round;
}

@media only screen and (max-width: 767px) {
    #top a.vp-button-secondary,
    #top button.vp-button-secondary,
    #top .vp-button-secondary > a.avia-button,
    #top .vp-button-secondary a.avia-button,
    #top a.vp-report-button-secondary,
    #top button.vp-report-button-secondary,
    #top .vp-report-button-secondary > a.avia-button,
    #top .vp-report-button-secondary a.avia-button {
        width: 100%;
    }
}

/* Enfold-specific button overrides */
html body #top .avia-button-wrap.cta-button > a.avia-button,
html body #top .avia-button-wrap.cta-button a.avia-button,
html body #top .avia-button-wrap.cta-button a.avia-button.avia-color-theme-color,
html body #top .avia-button-wrap.cta-button a.av-link-btn,
html body #top #wrap_all .avia-button-wrap.cta-button > a.avia-button,
html body #top #wrap_all .avia-button-wrap.cta-button a.avia-button.avia-color-theme-color,
html body #top #header_main #menu-item-912 > a,
html body #top #header #header_main #menu-item-912 > a,
html body #header_main #menu-item-912 > a,
html body #menu-item-912 > a,
html body #menu-item-912 > a .avia-menu-text {
    background: var(--vp-button-blue) !important;
    background-color: var(--vp-button-blue) !important;
    border-color: var(--vp-button-blue) !important;
    color: #ffffff !important;
}

html body #top .avia-button-wrap.cta-button > a.avia-button:hover,
html body #top .avia-button-wrap.cta-button > a.avia-button:focus,
html body #top .avia-button-wrap.cta-button a.avia-button:hover,
html body #top .avia-button-wrap.cta-button a.avia-button:focus,
html body #top .avia-button-wrap.cta-button a.avia-button.avia-color-theme-color:hover,
html body #top .avia-button-wrap.cta-button a.avia-button.avia-color-theme-color:focus,
html body #top .avia-button-wrap.cta-button a.av-link-btn:hover,
html body #top .avia-button-wrap.cta-button a.av-link-btn:focus,
html body #top #wrap_all .avia-button-wrap.cta-button > a.avia-button:hover,
html body #top #wrap_all .avia-button-wrap.cta-button > a.avia-button:focus,
html body #top #wrap_all .avia-button-wrap.cta-button a.avia-button.avia-color-theme-color:hover,
html body #top #wrap_all .avia-button-wrap.cta-button a.avia-button.avia-color-theme-color:focus,
html body #top #header_main #menu-item-912 > a:hover,
html body #top #header_main #menu-item-912 > a:focus,
html body #top #header #header_main #menu-item-912 > a:hover,
html body #top #header #header_main #menu-item-912 > a:focus,
html body #header_main #menu-item-912 > a:hover,
html body #header_main #menu-item-912 > a:focus,
html body #menu-item-912 > a:hover,
html body #menu-item-912 > a:focus,
html body #menu-item-912 > a:hover .avia-menu-text,
html body #menu-item-912 > a:focus .avia-menu-text {
    background: var(--vp-button-blue-hover) !important;
    background-color: var(--vp-button-blue-hover) !important;
    border-color: var(--vp-button-blue-hover) !important;
    color: #ffffff !important;
}

html body #top .avia-button-wrap.cta-button a.avia-button span,
html body #top .avia-button-wrap.cta-button a.avia-button .avia_iconbox_title,
html body #top #wrap_all .avia-button-wrap.cta-button a.avia-button span,
html body #top #wrap_all .avia-button-wrap.cta-button a.avia-button .avia_iconbox_title {
    color: #ffffff !important;
}

html body #top #header_main #menu-item-912 > a,
html body #top #header #header_main #menu-item-912 > a,
html body #header_main #menu-item-912 > a,
html body #menu-item-912 > a,
html body #top #header_main #menu-item-912 > a:hover,
html body #top #header_main #menu-item-912 > a:focus,
html body #top #header #header_main #menu-item-912 > a:hover,
html body #top #header #header_main #menu-item-912 > a:focus,
html body #header_main #menu-item-912 > a:hover,
html body #header_main #menu-item-912 > a:focus,
html body #menu-item-912 > a:hover,
html body #menu-item-912 > a:focus {
    background: transparent !important;
    background-color: transparent !important;
    box-shadow: none !important;
}
