.wpcf7-form.cyber-ready .wpcf7-submit,
.wpcf7-form.cyber-ready input[type="submit"],
.wpcf7-form.cyber-ready button[type="submit"]:not(.js-smart-submit),
.wpcf7-form.cyber-ready button[id^="myCustomSubmit"],
.wpcf7-form.cyber-ready input[id^="original-submit"],
div#ai-wait-overlay[style*="padding-top: 200px"] {
    display: none !important;
}

form.wpcf7-form.cyber-ready {
    max-width: 800px;
    width: 100%;
    margin: 0 auto;
    font-family: Inter, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    background: rgba(13, 17, 28, 0.95);
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 16px;
    padding: 25px 30px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 15px;
    box-shadow: 0 30px 80px rgba(0,0,0,0.6);
    position: relative;
    box-sizing: border-box;
}
form.wpcf7-form.cyber-ready > p { display: contents; }
form.wpcf7-form.cyber-ready br { display: none; }
form.wpcf7-form.cyber-ready label {
    grid-column: span 2;
    width: 100%;
    margin: 0;
    color: #4facfe;
    font-size: 10px;
    text-transform: uppercase;
    font-weight: 800;
    letter-spacing: 1px;
}
form.wpcf7-form.cyber-ready .cf7-cf-turnstile,
form.wpcf7-form.cyber-ready .wpcf7-response-output,
form.wpcf7-form.cyber-ready .wpcf7-not-valid-tip {
    grid-column: span 2;
}
form.wpcf7-form.cyber-ready input:not([type="submit"]):not([type="file"]),
form.wpcf7-form.cyber-ready textarea {
    width: 100%;
    background: rgba(255, 255, 255, 0.03) !important;
    border: 1px solid rgba(255, 255, 255, 0.1) !important;
    border-radius: 8px !important;
    color: #fff !important;
    font-size: 13px !important;
    padding: 8px 10px 8px 40px !important;
    height: 40px !important;
    box-sizing: border-box;
    transition: 0.3s;
    outline: none;
    margin-top: 5px;
}
form.wpcf7-form.cyber-ready textarea {
    height: 80px !important;
    resize: vertical;
    padding-top: 10px !important;
}
form.wpcf7-form.cyber-ready input:focus,
form.wpcf7-form.cyber-ready textarea:focus {
    border-color: #00f2fe !important;
    background: rgba(0, 242, 254, 0.05) !important;
    box-shadow: 0 0 10px rgba(0, 242, 254, 0.1) !important;
}
form.wpcf7-form.cyber-ready .cyber-input-wrap { position: relative; width: 100%; }
form.wpcf7-form.cyber-ready .cyber-icon {
    position: absolute;
    left: 12px;
    top: 12px;
    color: #64748b;
    font-size: 14px;
    pointer-events: none;
    transition: 0.3s;
    z-index: 2;
    font-style: normal;
    font-weight: 900;
}
form.wpcf7-form.cyber-ready .cyber-icon.expcrt-icon-user::before { content: "👤"; }
form.wpcf7-form.cyber-ready .cyber-icon.expcrt-icon-email::before { content: "@"; }
form.wpcf7-form.cyber-ready .cyber-icon.expcrt-icon-subject::before { content: "#"; }
form.wpcf7-form.cyber-ready .cyber-icon.expcrt-icon-message::before { content: "✎"; }
form.wpcf7-form.cyber-ready .textarea-wrap .cyber-icon { top: 14px; }
form.wpcf7-form.cyber-ready .cyber-input-wrap input:focus + .cyber-icon,
form.wpcf7-form.cyber-ready .cyber-input-wrap textarea:focus + .cyber-icon { color: #00f2fe; }
form.wpcf7-form.cyber-ready .wpcf7-file {
    background: rgba(255,255,255,0.03) !important;
    border: 1px dashed #4facfe !important;
    padding: 5px !important;
    height: auto !important;
    font-size: 11px !important;
    color: #94a3b8 !important;
    margin-top: 5px;
}
form.wpcf7-form.cyber-ready .cyber-submit-btn {
    grid-column: span 2;
    width: 100%;
    padding: 14px;
    margin-top: 10px;
    border: none;
    border-radius: 50px;
    background: linear-gradient(90deg, #4facfe 0%, #00f2fe 100%);
    color: #000;
    font-weight: 800;
    font-size: 13px;
    text-transform: uppercase;
    letter-spacing: 2px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    transition: 0.3s;
    box-sizing: border-box;
}
form.wpcf7-form.cyber-ready .cyber-submit-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 10px 30px rgba(0, 242, 254, 0.5);
}
form.wpcf7-form.cyber-ready .cyber-submit-btn[disabled] {
    opacity: .7;
    cursor: wait;
    transform: none;
}
form.wpcf7-form.cyber-ready .cf7-cf-turnstile {
    margin: 5px 0 -10px 0 !important;
    transform: scale(0.9);
}

#cyber-ai-overlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(5, 10, 20, 0.95);
    backdrop-filter: blur(10px);
    z-index: 9999999;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}
#cyber-ai-overlay .cyber-loader,
.cyber-loader {
    width: 50px;
    height: 50px;
    border: 3px solid rgba(0, 242, 254, 0.3);
    border-top-color: #00f2fe;
    border-radius: 50%;
    animation: cyber-spin 1s infinite linear;
    margin-bottom: 15px;
}
#cyber-ai-overlay .cyber-wait-text,
.cyber-wait-text {
    color: #fff;
    font-family: ui-monospace, SFMono-Regular, Consolas, monospace;
    font-size: 14px;
    letter-spacing: 1px;
    animation: cyber-pulse 1.5s infinite;
}
@keyframes cyber-spin { 100% { transform: rotate(360deg); } }
@keyframes cyber-pulse { 50% { opacity: 0.5; } }

div:where(.swal2-container) { z-index: 2147483647 !important; }
div:where(.swal2-container) div:where(.swal2-popup) {
    background: #0f172a !important;
    border: 1px solid rgba(255,255,255,0.1) !important;
}
div:where(.swal2-title),
div:where(.swal2-html-container) { color: #fff !important; }
button.swal2-confirm { color: #000 !important; font-weight: 800 !important; }

div:where(.swal2-container) .expcrt-swal-btn-label{
    display:inline-flex!important;
    align-items:center!important;
    justify-content:center!important;
    gap:8px!important;
    line-height:1.1!important;
    white-space:nowrap!important;
}
div:where(.swal2-container) .expcrt-swal-btn-label svg{
    flex:0 0 auto!important;
    display:block!important;
}
.mwai-chat.expcrt-chat-centered,
#mwai-chatbot-default.expcrt-chat-centered{
    z-index:2147483646!important;
}
.mwai-chat.expcrt-chat-centered .mwai-window-box,
#mwai-chatbot-default.expcrt-chat-centered .mwai-window-box{
    width:100%!important;
    max-height:min(84vh,820px)!important;
}
.mwai-chat.expcrt-chat-centered .mwai-body,
#mwai-chatbot-default.expcrt-chat-centered .mwai-body{
    max-height:min(74vh,730px)!important;
    overflow:auto!important;
}
.mwai-chat.expcrt-chat-centered .mwai-conversation,
#mwai-chatbot-default.expcrt-chat-centered .mwai-conversation{
    max-height:min(64vh,640px)!important;
    overflow:auto!important;
}
@media(max-width:760px){
    .mwai-chat.expcrt-chat-centered,
    #mwai-chatbot-default.expcrt-chat-centered{
        left:10px!important;
        right:10px!important;
        top:50%!important;
        bottom:auto!important;
        width:auto!important;
        max-width:calc(100vw - 20px)!important;
        transform:translateY(-50%)!important;
    }
    .mwai-chat.expcrt-chat-centered .mwai-window-box,
    #mwai-chatbot-default.expcrt-chat-centered .mwai-window-box{max-height:calc(100vh - 20px)!important}
    .mwai-chat.expcrt-chat-centered .mwai-body,
    #mwai-chatbot-default.expcrt-chat-centered .mwai-body{max-height:calc(100vh - 92px)!important}
    .mwai-chat.expcrt-chat-centered .mwai-conversation,
    #mwai-chatbot-default.expcrt-chat-centered .mwai-conversation{max-height:calc(100vh - 150px)!important}
}

#mwai-chatbot-default,
.mwai-chat.mwai-window,
.mwai-chat { z-index: 2147483646 !important; }
.mwai-chat.exp-chat-front,
#mwai-chatbot-default.exp-chat-front { z-index: 2147483646 !important; }
.mwai-chat .mwai-window-box,
.mwai-chat.exp-chat-front .mwai-window-box { max-height: min(72vh, 700px) !important; }

@media (max-width: 760px) {
    .mwai-chat.exp-chat-front {
        left: 12px !important;
        right: 12px !important;
        top: 12px !important;
        bottom: auto !important;
        width: auto !important;
        max-width: calc(100vw - 24px) !important;
    }
    .mwai-chat.exp-chat-front .mwai-window-box { max-height: calc(100vh - 24px) !important; }
}
@media (max-width: 600px) {
    form.wpcf7-form.cyber-ready {
        grid-template-columns: 1fr !important;
        padding: 16px !important;
        gap: 12px !important;
        border-radius: 14px !important;
        max-width: 100% !important;
        max-height: 80vh;
        overflow-y: auto;
        box-sizing: border-box !important;
    }
    form.wpcf7-form.cyber-ready > *,
    form.wpcf7-form.cyber-ready label,
    form.wpcf7-form.cyber-ready .cf7-cf-turnstile,
    form.wpcf7-form.cyber-ready .wpcf7-response-output,
    form.wpcf7-form.cyber-ready .wpcf7-not-valid-tip,
    form.wpcf7-form.cyber-ready .cyber-submit-btn {
        grid-column: 1 / -1 !important;
        width: 100% !important;
        box-sizing: border-box !important;
    }
    form.wpcf7-form.cyber-ready input:not([type="submit"]):not([type="file"]),
    form.wpcf7-form.cyber-ready textarea,
    form.wpcf7-form.cyber-ready .wpcf7-file {
        width: 100% !important;
        max-width: 100% !important;
        font-size: 16px !important;
        box-sizing: border-box !important;
    }
    form.wpcf7-form.cyber-ready input:not([type="submit"]):not([type="file"]) {
        height: 46px !important;
        padding-left: 42px !important;
    }
    form.wpcf7-form.cyber-ready textarea {
        min-height: 120px !important;
        height: 120px !important;
        padding-top: 12px !important;
    }
    form.wpcf7-form.cyber-ready .cyber-icon { top: 14px !important; left: 12px !important; }
    form.wpcf7-form.cyber-ready .textarea-wrap .cyber-icon { top: 16px !important; }
    form.wpcf7-form.cyber-ready .wpcf7-file {
        padding: 10px !important;
        min-height: 46px !important;
        line-height: 1.4 !important;
    }
    form.wpcf7-form.cyber-ready .cyber-submit-btn {
        min-height: 52px !important;
        padding: 14px 16px !important;
        font-size: 14px !important;
        line-height: 1.3 !important;
        letter-spacing: 1px !important;
        border-radius: 14px !important;
        white-space: normal !important;
        text-align: center !important;
    }
    form.wpcf7-form.cyber-ready .cf7-cf-turnstile {
        margin: 8px 0 0 0 !important;
        transform: none !important;
        transform-origin: center center !important;
        display: flex !important;
        justify-content: center !important;
        overflow: visible !important;
    }
    form.wpcf7-form.cyber-ready .cf7-cf-turnstile iframe,
    form.wpcf7-form.cyber-ready .cf7-cf-turnstile > div { max-width: 100% !important; }
    div:where(.swal2-container) div:where(.swal2-popup) {
        width: calc(100vw - 24px) !important;
        max-width: calc(100vw - 24px) !important;
        padding: 18px !important;
        border-radius: 16px !important;
    }
    div:where(.swal2-actions) {
        width: 100% !important;
        margin: 14px 0 0 0 !important;
        display: flex !important;
        flex-direction: column !important;
        gap: 10px !important;
    }
    div:where(.swal2-actions) button {
        width: 100% !important;
        margin: 0 !important;
        min-height: 46px !important;
        border-radius: 12px !important;
        font-size: 14px !important;
        line-height: 1.2 !important;
        white-space: normal !important;
    }
    div:where(.swal2-html-container) {
        max-height: 40vh !important;
        overflow-y: auto !important;
        -webkit-overflow-scrolling: touch !important;
    }
}

.expcrt-cyber-popup-wrapper {
    background: #0d111c !important;
    border-radius: 18px !important;
    overflow: hidden !important;
    box-shadow: 0 30px 90px rgba(0,0,0,0.55) !important;
    box-sizing: border-box !important;
}
.expcrt-cyber-popup-wrapper .mfn-builder-content,
.expcrt-cyber-popup-wrapper .mcb-section,
.expcrt-cyber-popup-wrapper .section_wrapper,
.expcrt-cyber-popup-wrapper .mcb-section-inner,
.expcrt-cyber-popup-wrapper .mcb-wrap,
.expcrt-cyber-popup-wrapper .mcb-wrap-inner,
.expcrt-cyber-popup-wrapper .mcb-column,
.expcrt-cyber-popup-wrapper .mcb-column-inner,
.expcrt-cyber-popup-wrapper .column,
.expcrt-cyber-popup-wrapper .wpcf7,
.expcrt-cyber-popup-wrapper .wpcf7 form.wpcf7-form.cyber-ready {
    width: 100% !important;
    max-width: none !important;
    min-width: 0 !important;
    box-sizing: border-box !important;
}
.expcrt-cyber-popup-wrapper .mfn-builder-content,
.expcrt-cyber-popup-wrapper .mcb-section,
.expcrt-cyber-popup-wrapper .section_wrapper,
.expcrt-cyber-popup-wrapper .mcb-section-inner,
.expcrt-cyber-popup-wrapper .mcb-wrap,
.expcrt-cyber-popup-wrapper .mcb-wrap-inner,
.expcrt-cyber-popup-wrapper .mcb-column,
.expcrt-cyber-popup-wrapper .mcb-column-inner,
.expcrt-cyber-popup-wrapper .column {
    background: transparent !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
}
.expcrt-cyber-popup-wrapper .mcb-background-overlay,
.expcrt-cyber-popup-wrapper .mcb-wrap-background-overlay {
    display: none !important;
}
.expcrt-cyber-popup-wrapper form.wpcf7-form.cyber-ready {
    max-width: none !important;
    width: 100% !important;
    margin: 0 !important;
    border-radius: 18px !important;
    border: 0 !important;
    box-shadow: none !important;
    padding: 34px clamp(18px, 4vw, 44px) !important;
}
form.wpcf7-form.cyber-ready .hidden-fields-container,
form.wpcf7-form.cyber-ready fieldset.hidden-fields-container {
    display: none !important;
}
form.wpcf7-form.cyber-ready .wpcf7-form-control-wrap {
    display: block !important;
    width: 100% !important;
    box-sizing: border-box !important;
}
form.wpcf7-form.cyber-ready label a {
    color: #0ea5ff !important;
    text-decoration: underline !important;
}

@media (max-width: 760px) {
    .expcrt-cyber-popup-wrapper {
        width: calc(100vw - 18px) !important;
        max-width: calc(100vw - 18px) !important;
        border-radius: 14px !important;
    }
    .expcrt-cyber-popup-wrapper form.wpcf7-form.cyber-ready {
        padding: 16px !important;
        border-radius: 14px !important;
        max-height: calc(100vh - 72px) !important;
        overflow-y: auto !important;
        -webkit-overflow-scrolling: touch !important;
    }
}

@media (min-width: 761px) {
    .expcrt-cyber-popup-wrapper {
        width: min(80vw, 1180px) !important;
        max-width: calc(100vw - 56px) !important;
        margin-left: auto !important;
        margin-right: auto !important;
    }
    .expcrt-cyber-popup-wrapper form.wpcf7-form.cyber-ready {
        width: 100% !important;
        max-width: none !important;
        grid-template-columns: minmax(0,1fr) minmax(0,1fr) !important;
        gap: 18px 22px !important;
    }
}
@media (max-width: 760px) {
    .expcrt-cyber-popup-wrapper,
    .mfp-content.expcrt-cyber-popup-wrapper,
    .mfn-popup-tmpl-content-wrapper.expcrt-cyber-popup-wrapper {
        width: calc(100vw - 16px) !important;
        max-width: calc(100vw - 16px) !important;
        min-width: 0 !important;
        margin: 8px auto !important;
        border-radius: 16px !important;
    }
    .expcrt-cyber-popup-wrapper .mfn-builder-content,
    .expcrt-cyber-popup-wrapper .mcb-section,
    .expcrt-cyber-popup-wrapper .section_wrapper,
    .expcrt-cyber-popup-wrapper .mcb-section-inner,
    .expcrt-cyber-popup-wrapper .mcb-wrap,
    .expcrt-cyber-popup-wrapper .mcb-wrap-inner,
    .expcrt-cyber-popup-wrapper .mcb-column,
    .expcrt-cyber-popup-wrapper .mcb-column-inner,
    .expcrt-cyber-popup-wrapper .column,
    .expcrt-cyber-popup-wrapper .wpcf7 {
        width: 100% !important;
        max-width: 100% !important;
        min-width: 0 !important;
    }
    .expcrt-cyber-popup-wrapper form.wpcf7-form.cyber-ready {
        display: grid !important;
        grid-template-columns: 1fr !important;
        gap: 12px !important;
        padding: 16px !important;
        width: 100% !important;
        max-width: 100% !important;
        max-height: calc(100vh - 70px) !important;
        overflow-y: auto !important;
        -webkit-overflow-scrolling: touch !important;
    }
    .expcrt-cyber-popup-wrapper form.wpcf7-form.cyber-ready label,
    .expcrt-cyber-popup-wrapper form.wpcf7-form.cyber-ready .cyber-submit-btn,
    .expcrt-cyber-popup-wrapper form.wpcf7-form.cyber-ready .wpcf7-response-output,
    .expcrt-cyber-popup-wrapper form.wpcf7-form.cyber-ready .wpcf7-not-valid-tip {
        grid-column: 1 / -1 !important;
    }
}

body .mfn-popup-tmpl-content.expcrt-cyber-popup-content,
body .mfn-popup-tmpl-content-wrapper.expcrt-cyber-popup-wrapper,
body .expcrt-cyber-popup-wrapper .mfn-popup-tmpl-content,
body .expcrt-cyber-popup-wrapper .mfn-popup-tmpl-builder,
body .expcrt-cyber-popup-wrapper .mfn-builder-content {
    background: transparent !important;
    background-color: transparent !important;
    background-image: none !important;
}
body .expcrt-cyber-popup-wrapper {
    background-color: #0d111c !important;
}

@media (min-width: 761px) {
    div:where(.swal2-container) div:where(.swal2-popup) {
        width: min(760px, calc(100vw - 72px)) !important;
        max-width: calc(100vw - 72px) !important;
    }
    div:where(.swal2-html-container) {
        max-height: 54vh !important;
        overflow-y: auto !important;
    }
}

#cyber-ai-overlay .cyber-mapping-info {
    margin: 0 0 14px;
    color: #93c5fd;
    font-size: 12px;
    font-weight: 850;
    letter-spacing: .02em;
}
#cyber-ai-overlay .cyber-product-spotlight {
    width: min(560px, calc(100vw - 32px));
    min-height: 86px;
    display: flex;
    align-items: stretch;
    gap: 0;
    padding: 0;
    border-radius: 20px;
    border: 1px solid rgba(125,211,252,.22);
    background: linear-gradient(135deg, rgba(15,23,42,.84), rgba(30,41,59,.68));
    box-shadow: 0 18px 44px rgba(0,0,0,.24), inset 0 1px 0 rgba(255,255,255,.05);
    color: #dbeafe;
    box-sizing: border-box;
    overflow: hidden;
}
#cyber-ai-overlay .cyber-product-spotlight-link {
    display: flex;
    align-items: center;
    gap: 14px;
    width: 100%;
    min-height: 86px;
    padding: 14px 16px;
    color: inherit;
    text-decoration: none;
    box-sizing: border-box;
}
#cyber-ai-overlay .cyber-product-spotlight-link:hover {
    background: rgba(125,211,252,.08);
    text-decoration: none;
}
#cyber-ai-overlay .cyber-product-open {
    margin-left: auto;
    flex: 0 0 auto;
    padding: 7px 10px;
    border-radius: 999px;
    border: 1px solid rgba(125,211,252,.26);
    background: rgba(14,165,233,.12);
    color: #7dd3fc;
    font-size: 11px;
    font-weight: 950;
    letter-spacing: .04em;
    text-transform: uppercase;
}
#cyber-ai-overlay .cyber-product-logo {
    width: 54px;
    height: 54px;
    flex: 0 0 54px;
    object-fit: contain;
    border-radius: 16px;
    background: rgba(255,255,255,.08);
    border: 1px solid rgba(255,255,255,.14);
    padding: 6px;
    box-sizing: border-box;
}
#cyber-ai-overlay .cyber-product-copy {
    display: flex;
    flex-direction: column;
    gap: 5px;
    min-width: 0;
    text-align: left;
}
#cyber-ai-overlay .cyber-product-copy strong {
    color: #fff;
    font-size: 15px;
    font-weight: 950;
    line-height: 1.2;
}
#cyber-ai-overlay .cyber-product-copy span {
    color: #a7b3c7;
    font-size: 13px;
    line-height: 1.45;
}
div:where(.swal2-container) div:where(.swal2-popup) {
    width: min(780px, calc(100vw - 28px)) !important;
}
@media (max-width: 560px) {
    #cyber-ai-overlay .cyber-product-spotlight {
        align-items: stretch;
        padding: 0;
        gap: 0;
    }
    #cyber-ai-overlay .cyber-product-spotlight-link {
        align-items: flex-start;
        padding: 12px;
        gap: 10px;
    }
    #cyber-ai-overlay .cyber-product-open {
        display: none;
    }
    #cyber-ai-overlay .cyber-product-logo {
        width: 46px;
        height: 46px;
        flex-basis: 46px;
    }
    #cyber-ai-overlay .cyber-product-copy strong { font-size: 14px; }
    #cyber-ai-overlay .cyber-product-copy span { font-size: 12px; }
}
html.expcrt-ai-chat-premium-enabled .mwai-chat.expcrt-ai-chat-premium .mwai-window-box{border-radius:24px!important;border:1px solid rgba(125,211,252,.24)!important;background:linear-gradient(180deg,#0f172a,#020617)!important;box-shadow:0 28px 82px rgba(2,6,23,.55),0 0 0 1px rgba(255,255,255,.04)!important;overflow:hidden!important}
html.expcrt-ai-chat-premium-enabled .mwai-chat.expcrt-ai-chat-premium .mwai-header{background:linear-gradient(135deg,rgba(14,165,233,.16),rgba(124,58,237,.14))!important;border-bottom:1px solid rgba(148,163,184,.18)!important;min-height:38px!important}
html.expcrt-ai-chat-premium-enabled .mwai-chat.expcrt-ai-chat-premium .mwai-body{background:radial-gradient(circle at 12% 0%,rgba(14,165,233,.16),transparent 32%),radial-gradient(circle at 90% 0%,rgba(124,58,237,.18),transparent 34%),#020617!important;color:#e5edf8!important}
html.expcrt-ai-chat-premium-enabled .mwai-chat.expcrt-ai-chat-premium .mwai-conversation{padding:16px!important;scrollbar-width:thin;scrollbar-color:rgba(125,211,252,.34) transparent}
html.expcrt-ai-chat-premium-enabled .mwai-chat.expcrt-ai-chat-premium .mwai-reply{margin:0 0 12px!important;gap:10px!important}
html.expcrt-ai-chat-premium-enabled .mwai-chat.expcrt-ai-chat-premium .mwai-reply .mwai-text{border-radius:18px!important;padding:12px 14px!important;line-height:1.55!important;box-shadow:0 12px 28px rgba(2,6,23,.18)!important}
html.expcrt-ai-chat-premium-enabled .mwai-chat.expcrt-ai-chat-premium .mwai-reply.mwai-ai .mwai-text{background:rgba(15,23,42,.86)!important;border:1px solid rgba(125,211,252,.20)!important;color:#dbeafe!important}
html.expcrt-ai-chat-premium-enabled .mwai-chat.expcrt-ai-chat-premium .mwai-reply.mwai-user .mwai-text{background:linear-gradient(135deg,rgba(37,99,235,.94),rgba(124,58,237,.88))!important;border:1px solid rgba(191,219,254,.22)!important;color:#fff!important}
html.expcrt-ai-chat-premium-enabled .mwai-chat.expcrt-ai-chat-premium .mwai-reply.mwai-error .mwai-text{background:rgba(127,29,29,.45)!important;border:1px solid rgba(248,113,113,.35)!important;color:#fee2e2!important}
html.expcrt-ai-chat-premium-enabled .mwai-chat.expcrt-ai-chat-premium .mwai-avatar img{border-radius:12px!important;border:1px solid rgba(255,255,255,.18)!important;box-shadow:0 8px 18px rgba(0,0,0,.28)!important}
html.expcrt-ai-chat-premium-enabled .mwai-chat.expcrt-ai-chat-premium .mwai-input{background:rgba(2,6,23,.92)!important;border-top:1px solid rgba(148,163,184,.18)!important;padding:12px!important}
html.expcrt-ai-chat-premium-enabled .mwai-chat.expcrt-ai-chat-premium .mwai-input textarea{background:rgba(15,23,42,.92)!important;border:1px solid rgba(125,211,252,.24)!important;border-radius:18px!important;color:#f8fafc!important;-webkit-text-fill-color:#f8fafc!important;padding:12px 14px!important;box-shadow:none!important}
html.expcrt-ai-chat-premium-enabled .mwai-chat.expcrt-ai-chat-premium .mwai-input textarea::placeholder{color:#94a3b8!important;-webkit-text-fill-color:#94a3b8!important}
html.expcrt-ai-chat-premium-enabled .mwai-chat.expcrt-ai-chat-premium .mwai-input-submit{border-radius:16px!important;background:linear-gradient(135deg,#0ea5e9,#2563eb,#7c3aed)!important;color:#fff!important;box-shadow:0 12px 26px rgba(37,99,235,.30)!important}
html.expcrt-ai-chat-premium-enabled .mwai-chat.expcrt-ai-chat-premium .mwai-icon-container{border-radius:999px!important;box-shadow:0 14px 34px rgba(37,99,235,.32),0 0 0 1px rgba(255,255,255,.12)!important}
.expcrt-ai-limit-popup{border-radius:24px!important;background:linear-gradient(180deg,#0f172a,#020617)!important;color:#e5edf8!important;border:1px solid rgba(125,211,252,.24)!important;box-shadow:0 28px 82px rgba(2,6,23,.50)!important}
.expcrt-ai-limit-popup .swal2-title{color:#fff!important;font-weight:950!important}
.expcrt-ai-limit-popup .swal2-html-container{color:#cbd5e1!important}
.expcrt-ai-limit-box{font-size:15px;line-height:1.6;text-align:left}
.expcrt-ai-limit-detected{margin-top:12px;padding:11px 13px;border-radius:16px;background:rgba(14,165,233,.10);border:1px solid rgba(125,211,252,.22);color:#dbeafe;font-weight:800}
@media(max-width:760px){html.expcrt-ai-chat-premium-enabled .mwai-chat.expcrt-ai-chat-premium{left:10px!important;right:10px!important;width:auto!important}html.expcrt-ai-chat-premium-enabled .mwai-chat.expcrt-ai-chat-premium .mwai-window-box{border-radius:20px!important}html.expcrt-ai-chat-premium-enabled .mwai-chat.expcrt-ai-chat-premium .mwai-conversation{padding:12px!important}.expcrt-ai-limit-box{text-align:left;font-size:14px}}
html.expcrt-ai-chat-premium-enabled .mwai-chat.expcrt-ai-chat-premium{font-family:inherit!important}
html.expcrt-ai-chat-premium-enabled .mwai-chat.expcrt-ai-chat-premium .mwai-window-box{border-radius:26px!important;border:1px solid rgba(125,211,252,.32)!important;background:linear-gradient(180deg,#0f172a,#020617)!important;box-shadow:0 30px 90px rgba(2,6,23,.62),0 0 0 1px rgba(255,255,255,.04)!important;overflow:hidden!important}
html.expcrt-ai-chat-premium-enabled .mwai-chat.expcrt-ai-chat-premium .mwai-body{background:radial-gradient(circle at 12% 0%,rgba(14,165,233,.18),transparent 32%),radial-gradient(circle at 92% 0%,rgba(124,58,237,.20),transparent 34%),#020617!important;color:#e5edf8!important}
html.expcrt-ai-chat-premium-enabled .mwai-chat.expcrt-ai-chat-premium .mwai-conversation{padding:16px!important;scrollbar-width:thin;scrollbar-color:rgba(125,211,252,.34) transparent}
html.expcrt-ai-chat-premium-enabled .mwai-chat.expcrt-ai-chat-premium .mwai-reply{margin:0 0 12px!important;gap:10px!important}
html.expcrt-ai-chat-premium-enabled .mwai-chat.expcrt-ai-chat-premium .mwai-reply .mwai-text{border-radius:18px!important;padding:12px 14px!important;line-height:1.56!important;box-shadow:0 12px 28px rgba(2,6,23,.20)!important}
html.expcrt-ai-chat-premium-enabled .mwai-chat.expcrt-ai-chat-premium .mwai-reply.mwai-ai .mwai-text{background:rgba(15,23,42,.88)!important;border:1px solid rgba(125,211,252,.22)!important;color:#dbeafe!important;-webkit-text-fill-color:#dbeafe!important}
html.expcrt-ai-chat-premium-enabled .mwai-chat.expcrt-ai-chat-premium .mwai-reply.mwai-user .mwai-text{background:linear-gradient(135deg,rgba(37,99,235,.96),rgba(124,58,237,.90))!important;border:1px solid rgba(191,219,254,.24)!important;color:#fff!important;-webkit-text-fill-color:#fff!important}
html.expcrt-ai-chat-premium-enabled .mwai-chat.expcrt-ai-chat-premium .mwai-reply.mwai-error .mwai-text{background:rgba(127,29,29,.46)!important;border:1px solid rgba(248,113,113,.36)!important;color:#fee2e2!important;-webkit-text-fill-color:#fee2e2!important}
html.expcrt-ai-chat-premium-enabled .mwai-chat.expcrt-ai-chat-premium .mwai-input{background:rgba(2,6,23,.94)!important;border-top:1px solid rgba(148,163,184,.20)!important;padding:12px!important}
html.expcrt-ai-chat-premium-enabled .mwai-chat.expcrt-ai-chat-premium .mwai-input textarea{background:rgba(15,23,42,.96)!important;border:1px solid rgba(125,211,252,.28)!important;border-radius:18px!important;color:#f8fafc!important;-webkit-text-fill-color:#f8fafc!important;padding:12px 14px!important;box-shadow:none!important}
html.expcrt-ai-chat-premium-enabled .mwai-chat.expcrt-ai-chat-premium .mwai-input-submit{border-radius:16px!important;background:linear-gradient(135deg,#0ea5e9,#2563eb,#7c3aed)!important;color:#fff!important;box-shadow:0 12px 26px rgba(37,99,235,.32)!important}
.expcrt-ai-limit-inline{display:block!important;margin-top:12px!important;padding:12px!important;border-radius:16px!important;background:linear-gradient(135deg,rgba(15,23,42,.94),rgba(30,41,59,.88))!important;border:1px solid rgba(125,211,252,.24)!important;box-shadow:0 14px 34px rgba(2,6,23,.28)!important;color:#e5edf8!important;-webkit-text-fill-color:#e5edf8!important;text-align:left!important}
.expcrt-ai-limit-inline-title{font-size:14px!important;font-weight:950!important;color:#fff!important;-webkit-text-fill-color:#fff!important;margin-bottom:5px!important}
.expcrt-ai-limit-inline-text{font-size:13px!important;line-height:1.45!important;color:#cbd5e1!important;-webkit-text-fill-color:#cbd5e1!important;margin-bottom:8px!important}
.expcrt-ai-limit-inline-detected{display:inline-flex!important;align-items:center!important;max-width:100%!important;margin:0 0 10px!important;padding:6px 10px!important;border-radius:999px!important;background:rgba(14,165,233,.12)!important;border:1px solid rgba(125,211,252,.24)!important;color:#bae6fd!important;-webkit-text-fill-color:#bae6fd!important;font-size:12px!important;font-weight:900!important;line-height:1.25!important}
.expcrt-ai-limit-inline-actions{display:flex!important;gap:8px!important;flex-wrap:wrap!important;align-items:center!important}
.expcrt-ai-limit-inline-actions button{border:0!important;border-radius:999px!important;padding:9px 13px!important;background:linear-gradient(135deg,#0ea5e9,#2563eb,#7c3aed)!important;color:#fff!important;-webkit-text-fill-color:#fff!important;font-size:12px!important;font-weight:950!important;line-height:1.2!important;cursor:pointer!important;box-shadow:0 10px 22px rgba(37,99,235,.26)!important}
.expcrt-ai-limit-inline-actions button.expcrt-ai-limit-create{background:linear-gradient(135deg,#16a34a,#0ea5e9)!important}
.expcrt-ai-limit-inline-actions button[disabled]{opacity:.65!important;cursor:wait!important}
@media(max-width:760px){html.expcrt-ai-chat-premium-enabled .mwai-chat.expcrt-ai-chat-premium{left:10px!important;right:10px!important;width:auto!important}html.expcrt-ai-chat-premium-enabled .mwai-chat.expcrt-ai-chat-premium .mwai-window-box{border-radius:20px!important}.expcrt-ai-limit-inline-actions button{flex:1 1 auto!important}}
html.expcrt-ai-chat-premium-enabled .mwai-chat.expcrt-ai-chat-premium .mwai-window-box{border:1px solid rgba(125,211,252,.48)!important;background:linear-gradient(180deg,#1b2d4c 0%,#12213b 52%,#0f1b31 100%)!important;box-shadow:0 30px 90px rgba(2,6,23,.58),0 0 0 1px rgba(255,255,255,.08),0 0 34px rgba(14,165,233,.18)!important}
html.expcrt-ai-chat-premium-enabled .mwai-chat.expcrt-ai-chat-premium .mwai-header{background:linear-gradient(135deg,rgba(56,189,248,.24),rgba(124,58,237,.20))!important;border-bottom:1px solid rgba(191,219,254,.24)!important}
html.expcrt-ai-chat-premium-enabled .mwai-chat.expcrt-ai-chat-premium .mwai-body{background:radial-gradient(circle at 12% 0%,rgba(56,189,248,.25),transparent 34%),radial-gradient(circle at 92% 0%,rgba(167,139,250,.25),transparent 36%),linear-gradient(180deg,#152845 0%,#0f1e36 100%)!important;color:#eef6ff!important}
html.expcrt-ai-chat-premium-enabled .mwai-chat.expcrt-ai-chat-premium .mwai-reply.mwai-ai .mwai-text{background:rgba(30,50,82,.92)!important;border:1px solid rgba(147,197,253,.34)!important;color:#eef6ff!important;-webkit-text-fill-color:#eef6ff!important;box-shadow:0 12px 30px rgba(2,6,23,.28)!important}
html.expcrt-ai-chat-premium-enabled .mwai-chat.expcrt-ai-chat-premium .mwai-reply.mwai-user .mwai-text{background:linear-gradient(135deg,rgba(14,165,233,.98),rgba(79,70,229,.94))!important;border:1px solid rgba(219,234,254,.32)!important;color:#fff!important;-webkit-text-fill-color:#fff!important}
html.expcrt-ai-chat-premium-enabled .mwai-chat.expcrt-ai-chat-premium .mwai-input{background:rgba(15,30,54,.98)!important;border-top:1px solid rgba(191,219,254,.24)!important}
html.expcrt-ai-chat-premium-enabled .mwai-chat.expcrt-ai-chat-premium .mwai-input textarea{background:#22385d!important;border:1px solid rgba(147,197,253,.42)!important;color:#fff!important;-webkit-text-fill-color:#fff!important}
html.expcrt-ai-chat-premium-enabled .mwai-chat.expcrt-ai-chat-premium .mwai-input textarea::placeholder{color:#c9d8ec!important;-webkit-text-fill-color:#c9d8ec!important}
.expcrt-ai-limit-popup{background:radial-gradient(circle at 14% 0%,rgba(56,189,248,.22),transparent 32%),radial-gradient(circle at 88% 0%,rgba(167,139,250,.20),transparent 34%),linear-gradient(180deg,#1b2d4c,#0f1b31)!important;border:1px solid rgba(125,211,252,.42)!important;box-shadow:0 30px 90px rgba(2,6,23,.55),0 0 30px rgba(14,165,233,.16)!important}
.expcrt-ai-limit-popup .swal2-html-container{color:#dbeafe!important}
.expcrt-ai-limit-detected{background:rgba(56,189,248,.16)!important;border-color:rgba(147,197,253,.36)!important;color:#eef6ff!important}
html.expcrt-ai-chat-premium-enabled .mwai-chat.expcrt-ai-chat-premium .mwai-reply.mwai-ai .mwai-text a.expcrt-chat-link-premium,
html.expcrt-ai-chat-premium-enabled .mwai-chat.expcrt-ai-chat-premium .mwai-reply.mwai-error .mwai-text a.expcrt-chat-link-premium{display:inline-flex!important;align-items:center!important;gap:7px!important;max-width:100%!important;margin:3px 3px 3px 0!important;padding:7px 11px!important;border-radius:999px!important;background:linear-gradient(135deg,rgba(14,165,233,.16),rgba(124,58,237,.14))!important;border:1px solid rgba(125,211,252,.34)!important;color:#dbeafe!important;-webkit-text-fill-color:#dbeafe!important;text-decoration:none!important;font-size:.92em!important;font-weight:900!important;line-height:1.25!important;box-shadow:0 10px 24px rgba(2,6,23,.22),inset 0 1px 0 rgba(255,255,255,.06)!important;vertical-align:middle!important;word-break:break-word!important;overflow-wrap:anywhere!important;transition:transform .16s ease,border-color .16s ease,background .16s ease,box-shadow .16s ease!important}
html.expcrt-ai-chat-premium-enabled .mwai-chat.expcrt-ai-chat-premium .mwai-reply.mwai-ai .mwai-text a.expcrt-chat-link-premium:before,
html.expcrt-ai-chat-premium-enabled .mwai-chat.expcrt-ai-chat-premium .mwai-reply.mwai-error .mwai-text a.expcrt-chat-link-premium:before{content:'↗';display:inline-flex!important;align-items:center!important;justify-content:center!important;flex:0 0 auto!important;width:18px!important;height:18px!important;border-radius:999px!important;background:rgba(56,189,248,.18)!important;color:#7dd3fc!important;-webkit-text-fill-color:#7dd3fc!important;font-size:12px!important;font-weight:950!important;line-height:1!important}
html.expcrt-ai-chat-premium-enabled .mwai-chat.expcrt-ai-chat-premium .mwai-reply.mwai-ai .mwai-text a.expcrt-chat-link-premium:hover,
html.expcrt-ai-chat-premium-enabled .mwai-chat.expcrt-ai-chat-premium .mwai-reply.mwai-error .mwai-text a.expcrt-chat-link-premium:hover{transform:translateY(-1px)!important;background:linear-gradient(135deg,rgba(14,165,233,.25),rgba(124,58,237,.22))!important;border-color:rgba(125,211,252,.62)!important;color:#ffffff!important;-webkit-text-fill-color:#ffffff!important;box-shadow:0 14px 30px rgba(14,165,233,.18),0 0 0 1px rgba(255,255,255,.06)!important}
html.expcrt-ai-chat-premium-enabled .mwai-chat.expcrt-ai-chat-premium .mwai-reply.mwai-ai .mwai-text a.expcrt-chat-link-premium[href*="expforex.com"]{background:linear-gradient(135deg,rgba(34,197,94,.16),rgba(14,165,233,.14))!important;border-color:rgba(125,211,252,.38)!important}
html.expcrt-ai-chat-premium-enabled .mwai-chat.expcrt-ai-chat-premium .mwai-reply.mwai-ai .mwai-text a.expcrt-chat-link-premium[href*="expforex.com"]:before{content:'Exp';width:auto!important;min-width:28px!important;padding:0 6px!important;background:rgba(34,197,94,.18)!important;color:#bbf7d0!important;-webkit-text-fill-color:#bbf7d0!important;font-size:10px!important;letter-spacing:.02em!important}
@media(max-width:760px){html.expcrt-ai-chat-premium-enabled .mwai-chat.expcrt-ai-chat-premium .mwai-reply.mwai-ai .mwai-text a.expcrt-chat-link-premium,html.expcrt-ai-chat-premium-enabled .mwai-chat.expcrt-ai-chat-premium .mwai-reply.mwai-error .mwai-text a.expcrt-chat-link-premium{display:flex!important;width:100%!important;justify-content:flex-start!important;margin:6px 0!important}}

form.wpcf7-form.cyber-ready,
form.wpcf7-form.cyber-ready * {
    max-width: 100%;
    box-sizing: border-box;
}
form.wpcf7-form.cyber-ready label {
    line-height: 1.35;
    overflow-wrap: anywhere;
    word-break: normal;
}
form.wpcf7-form.cyber-ready label.expcrt-file-label {
    display: block !important;
    padding: 14px !important;
    border-radius: 18px !important;
    border: 1px solid rgba(79,172,254,.22) !important;
    background: linear-gradient(135deg, rgba(15,23,42,.72), rgba(30,41,59,.46)) !important;
    color: #bfdbfe !important;
    text-transform: none !important;
    letter-spacing: .02em !important;
    font-size: 12px !important;
}
form.wpcf7-form.cyber-ready .expcrt-file-premium-meta {
    display: grid;
    grid-template-columns: 42px minmax(0, 1fr) auto;
    gap: 12px;
    align-items: center;
    margin: 10px 0 12px;
    padding: 12px;
    border-radius: 16px;
    border: 1px solid rgba(125,211,252,.22);
    background: radial-gradient(circle at 0 0, rgba(79,172,254,.22), transparent 34%), rgba(2,6,23,.42);
    color: #e0f2fe;
}
form.wpcf7-form.cyber-ready .expcrt-file-premium-icon {
    width: 42px;
    height: 42px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 14px;
    background: rgba(79,172,254,.16);
    border: 1px solid rgba(125,211,252,.22);
    font-size: 20px;
}
form.wpcf7-form.cyber-ready .expcrt-file-premium-copy {
    display: grid;
    gap: 3px;
    min-width: 0;
}
form.wpcf7-form.cyber-ready .expcrt-file-premium-copy strong {
    color: #f8fafc;
    font-size: 13px;
    font-weight: 900;
    line-height: 1.2;
}
form.wpcf7-form.cyber-ready .expcrt-file-premium-copy small {
    color: #93c5fd;
    font-size: 11px;
    line-height: 1.35;
    text-transform: none;
    letter-spacing: 0;
}
form.wpcf7-form.cyber-ready .expcrt-file-premium-status {
    max-width: 240px;
    padding: 7px 10px;
    border-radius: 999px;
    background: rgba(15,23,42,.82);
    border: 1px solid rgba(148,163,184,.20);
    color: #94a3b8;
    font-size: 11px;
    font-weight: 900;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
form.wpcf7-form.cyber-ready .expcrt-file-premium-status.has-file {
    color: #bbf7d0;
    border-color: rgba(34,197,94,.38);
    background: rgba(22,101,52,.22);
}
form.wpcf7-form.cyber-ready .wpcf7-file {
    display: block !important;
    width: 100% !important;
    min-height: 54px !important;
    padding: 10px !important;
    border-radius: 16px !important;
    border: 1px dashed rgba(125,211,252,.45) !important;
    background: rgba(15,23,42,.72) !important;
    color: #cbd5e1 !important;
    cursor: pointer !important;
}
form.wpcf7-form.cyber-ready .wpcf7-file::file-selector-button {
    margin-right: 12px;
    padding: 10px 14px;
    border: 0;
    border-radius: 12px;
    background: linear-gradient(90deg,#4facfe,#00f2fe);
    color: #020617;
    font-weight: 900;
    cursor: pointer;
}
form.wpcf7-form.cyber-ready .wpcf7-file::-webkit-file-upload-button {
    margin-right: 12px;
    padding: 10px 14px;
    border: 0;
    border-radius: 12px;
    background: linear-gradient(90deg,#4facfe,#00f2fe);
    color: #020617;
    font-weight: 900;
    cursor: pointer;
}
form.wpcf7-form.cyber-ready .expcrt-user-products-panel {
    grid-column: 1 / -1 !important;
    display: grid;
    gap: 10px;
    padding: 12px;
    border-radius: 18px;
    border: 1px solid rgba(34,197,94,.22);
    background: linear-gradient(135deg, rgba(22,101,52,.16), rgba(15,23,42,.62));
    color: #dbeafe;
}
form.wpcf7-form.cyber-ready .expcrt-user-products-head {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 12px;
    flex-wrap: wrap;
}
form.wpcf7-form.cyber-ready .expcrt-user-products-head strong {
    color: #f8fafc;
    font-size: 13px;
    font-weight: 950;
}
form.wpcf7-form.cyber-ready .expcrt-user-products-head small {
    color: #9ca3af;
    font-size: 11px;
    line-height: 1.35;
    text-transform: none;
    letter-spacing: 0;
    max-width: 520px;
}
form.wpcf7-form.cyber-ready .expcrt-user-products-chips {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}
form.wpcf7-form.cyber-ready .expcrt-user-product-chip {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    min-height: 34px;
    padding: 7px 11px;
    border-radius: 999px;
    border: 1px solid rgba(148,163,184,.24);
    background: rgba(15,23,42,.76);
    color: #dbeafe;
    font-size: 11px;
    font-weight: 950;
    letter-spacing: .02em;
    cursor: pointer;
    transition: transform .16s ease, border-color .16s ease, background .16s ease, box-shadow .16s ease;
}
form.wpcf7-form.cyber-ready .expcrt-user-product-chip small {
    color: #93c5fd;
    font-size: 10px;
    font-weight: 900;
}
form.wpcf7-form.cyber-ready .expcrt-user-product-chip:hover {
    transform: translateY(-1px);
    border-color: rgba(125,211,252,.58);
    box-shadow: 0 10px 26px rgba(14,165,233,.12);
}
form.wpcf7-form.cyber-ready .expcrt-user-product-chip.is-purchase {
    border-color: rgba(34,197,94,.30);
}
form.wpcf7-form.cyber-ready .expcrt-user-product-chip.is-review {
    border-color: rgba(251,191,36,.32);
}
form.wpcf7-form.cyber-ready .expcrt-user-product-chip.is-selected {
    background: linear-gradient(90deg, rgba(34,197,94,.95), rgba(14,165,233,.92));
    border-color: rgba(187,247,208,.82);
    color: #02120a;
    box-shadow: 0 12px 28px rgba(34,197,94,.18);
}
form.wpcf7-form.cyber-ready .expcrt-user-product-chip.is-selected small {
    color: #052e16;
}
form.wpcf7-form.cyber-ready .expcrt-user-products-preview {
    white-space: pre-wrap;
    padding: 10px 12px;
    border-radius: 14px;
    background: rgba(2,6,23,.72);
    border: 1px solid rgba(125,211,252,.18);
    color: #cbd5e1;
    font-size: 11px;
    line-height: 1.45;
    max-height: 150px;
    overflow: auto;
}
@media (max-width: 760px) {
    body .mfn-popup-tmpl-content-wrapper.expcrt-cyber-popup-wrapper,
    body .mfp-content.expcrt-cyber-popup-wrapper {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }
    body .expcrt-cyber-popup-wrapper,
    body .mfp-content.expcrt-cyber-popup-wrapper,
    body .mfn-popup-tmpl-content-wrapper.expcrt-cyber-popup-wrapper {
        width: 100vw !important;
        max-width: 100vw !important;
        min-width: 0 !important;
        margin-left: 0 !important;
        margin-right: 0 !important;
        border-radius: 0 !important;
        overflow-x: hidden !important;
        overflow-y: auto !important;
        max-height: 100dvh !important;
    }
    body .expcrt-cyber-popup-wrapper .mfn-builder-content,
    body .expcrt-cyber-popup-wrapper .mcb-section,
    body .expcrt-cyber-popup-wrapper .section_wrapper,
    body .expcrt-cyber-popup-wrapper .mcb-section-inner,
    body .expcrt-cyber-popup-wrapper .mcb-wrap,
    body .expcrt-cyber-popup-wrapper .mcb-wrap-inner,
    body .expcrt-cyber-popup-wrapper .mcb-column,
    body .expcrt-cyber-popup-wrapper .mcb-column-inner,
    body .expcrt-cyber-popup-wrapper .column,
    body .expcrt-cyber-popup-wrapper .wpcf7 {
        width: 100vw !important;
        max-width: 100vw !important;
        min-width: 0 !important;
        margin-left: 0 !important;
        margin-right: 0 !important;
        padding-left: 0 !important;
        padding-right: 0 !important;
        overflow-x: hidden !important;
    }
    body .expcrt-cyber-popup-wrapper form.wpcf7-form.cyber-ready {
        width: 100vw !important;
        max-width: 100vw !important;
        min-width: 0 !important;
        padding: 14px max(12px, env(safe-area-inset-left)) max(18px, env(safe-area-inset-bottom)) max(12px, env(safe-area-inset-right)) !important;
        border-radius: 0 !important;
        gap: 11px !important;
        max-height: 100dvh !important;
        overflow-x: hidden !important;
        overflow-y: auto !important;
        -webkit-overflow-scrolling: touch !important;
    }
    body .expcrt-cyber-popup-wrapper form.wpcf7-form.cyber-ready label {
        font-size: 11px !important;
        letter-spacing: .04em !important;
        line-height: 1.35 !important;
        white-space: normal !important;
        overflow-wrap: anywhere !important;
    }
    form.wpcf7-form.cyber-ready .expcrt-file-premium-meta {
        grid-template-columns: 36px minmax(0, 1fr);
        gap: 10px;
    }
    form.wpcf7-form.cyber-ready .expcrt-file-premium-status {
        grid-column: 1 / -1;
        max-width: 100%;
        white-space: normal;
    }
    form.wpcf7-form.cyber-ready .expcrt-file-premium-icon {
        width: 36px;
        height: 36px;
        border-radius: 12px;
    }
    form.wpcf7-form.cyber-ready .wpcf7-file::file-selector-button,
    form.wpcf7-form.cyber-ready .wpcf7-file::-webkit-file-upload-button {
        width: 100%;
        margin: 0 0 8px 0;
    }
    form.wpcf7-form.cyber-ready .expcrt-user-products-head {
        display: grid;
        gap: 4px;
    }
    form.wpcf7-form.cyber-ready .expcrt-user-product-chip {
        flex: 1 1 auto;
        justify-content: center;
        min-width: min(44vw, 160px);
        white-space: normal;
        text-align: center;
    }
}


form.wpcf7-form.cyber-ready input.expcrt-locked-user-field,
form.wpcf7-form.cyber-ready textarea.expcrt-locked-user-field {
    border-color: rgba(34,197,94,.42) !important;
    background: linear-gradient(135deg, rgba(22,101,52,.20), rgba(15,23,42,.72)) !important;
    color: #dcfce7 !important;
    cursor: not-allowed !important;
    -webkit-text-fill-color: #dcfce7 !important;
}
form.wpcf7-form.cyber-ready .cyber-input-wrap.expcrt-has-locked-user-field::after {
    content: "account";
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-43%);
    padding: 3px 7px;
    border-radius: 999px;
    background: rgba(34,197,94,.18);
    color: #bbf7d0;
    font-size: 9px;
    font-weight: 950;
    letter-spacing: .03em;
    pointer-events: none;
}
form.wpcf7-form.cyber-ready .cyber-input-wrap.expcrt-has-locked-user-field input {
    padding-right: 70px !important;
}

form.wpcf7-form.cyber-ready label.expcrt-file-label {
    display: grid !important;
    grid-template-columns: minmax(0, 1fr) !important;
    gap: 7px !important;
    padding: 9px 10px !important;
    border-radius: 14px !important;
    min-height: 0 !important;
}
form.wpcf7-form.cyber-ready .expcrt-file-premium-meta {
    display: grid !important;
    grid-template-columns: 30px minmax(105px, 1fr) minmax(96px, auto) !important;
    gap: 8px !important;
    align-items: center !important;
    margin: 0 0 6px 0 !important;
    padding: 7px 8px !important;
    border-radius: 13px !important;
}
form.wpcf7-form.cyber-ready .expcrt-file-premium-icon {
    width: 30px !important;
    height: 30px !important;
    border-radius: 10px !important;
    font-size: 15px !important;
}
form.wpcf7-form.cyber-ready .expcrt-file-premium-copy {
    gap: 1px !important;
}
form.wpcf7-form.cyber-ready .expcrt-file-premium-copy strong {
    font-size: 12px !important;
    line-height: 1.1 !important;
}
form.wpcf7-form.cyber-ready .expcrt-file-premium-copy small {
    font-size: 10px !important;
    line-height: 1.15 !important;
    white-space: nowrap !important;
    overflow: hidden !important;
    text-overflow: ellipsis !important;
}
form.wpcf7-form.cyber-ready .expcrt-file-premium-status {
    max-width: 180px !important;
    padding: 5px 8px !important;
    font-size: 10px !important;
}
form.wpcf7-form.cyber-ready .expcrt-file-wrap {
    margin: 0 !important;
}
form.wpcf7-form.cyber-ready .expcrt-file-wrap .wpcf7-file,
form.wpcf7-form.cyber-ready .wpcf7-file[data-expcrt-file-enhanced="1"] {
    min-height: 38px !important;
    height: auto !important;
    padding: 6px 8px !important;
    border-radius: 12px !important;
    font-size: 11px !important;
    line-height: 1.2 !important;
}
form.wpcf7-form.cyber-ready .wpcf7-file[data-expcrt-file-enhanced="1"]::file-selector-button {
    padding: 7px 10px !important;
    border-radius: 10px !important;
    margin-right: 8px !important;
    font-size: 11px !important;
}
form.wpcf7-form.cyber-ready .wpcf7-file[data-expcrt-file-enhanced="1"]::-webkit-file-upload-button {
    padding: 7px 10px !important;
    border-radius: 10px !important;
    margin-right: 8px !important;
    font-size: 11px !important;
}

form.wpcf7-form.cyber-ready .expcrt-user-products-panel {
    gap: 6px !important;
    padding: 8px 9px !important;
    border-radius: 14px !important;
    max-width: 100% !important;
    overflow: hidden !important;
}
form.wpcf7-form.cyber-ready .expcrt-user-products-head {
    display: flex !important;
    align-items: center !important;
    gap: 8px !important;
    flex-wrap: nowrap !important;
}
form.wpcf7-form.cyber-ready .expcrt-user-products-head strong {
    font-size: 12px !important;
    white-space: nowrap !important;
}
form.wpcf7-form.cyber-ready .expcrt-user-products-head small {
    font-size: 10px !important;
    line-height: 1.15 !important;
    max-width: none !important;
    white-space: nowrap !important;
    overflow: hidden !important;
    text-overflow: ellipsis !important;
}
form.wpcf7-form.cyber-ready .expcrt-user-products-chips {
    display: flex !important;
    flex-wrap: nowrap !important;
    gap: 6px !important;
    overflow-x: auto !important;
    overflow-y: hidden !important;
    padding: 2px 2px 4px !important;
    -webkit-overflow-scrolling: touch !important;
    scrollbar-width: thin !important;
}
form.wpcf7-form.cyber-ready .expcrt-user-product-chip {
    flex: 0 0 auto !important;
    min-height: 28px !important;
    padding: 5px 8px !important;
    gap: 4px !important;
    font-size: 10px !important;
    white-space: nowrap !important;
}
form.wpcf7-form.cyber-ready .expcrt-user-product-chip small,
form.wpcf7-form.cyber-ready .expcrt-user-product-chip em {
    font-size: 9px !important;
    font-style: normal !important;
    font-weight: 950 !important;
    opacity: .78 !important;
}
form.wpcf7-form.cyber-ready .expcrt-user-product-chip em {
    padding: 1px 5px !important;
    border-radius: 999px !important;
    background: rgba(251,191,36,.16) !important;
    color: #fde68a !important;
}
form.wpcf7-form.cyber-ready .expcrt-user-products-preview {
    max-height: 82px !important;
    font-size: 10px !important;
    line-height: 1.3 !important;
    padding: 7px 8px !important;
}

@media (max-width: 760px) {
    body .expcrt-cyber-popup-wrapper,
    body .mfp-content.expcrt-cyber-popup-wrapper,
    body .mfn-popup-tmpl-content-wrapper.expcrt-cyber-popup-wrapper {
        width: 100vw !important;
        max-width: 100vw !important;
        height: auto !important;
        max-height: 100dvh !important;
        margin: 0 !important;
        border-radius: 0 !important;
        overflow-x: hidden !important;
        overflow-y: auto !important;
        -webkit-overflow-scrolling: touch !important;
        touch-action: pan-y !important;
    }
    body .expcrt-cyber-popup-wrapper .mfn-builder-content,
    body .expcrt-cyber-popup-wrapper .mfn-popup-tmpl-builder,
    body .expcrt-cyber-popup-wrapper .mcb-section,
    body .expcrt-cyber-popup-wrapper .section_wrapper,
    body .expcrt-cyber-popup-wrapper .mcb-section-inner,
    body .expcrt-cyber-popup-wrapper .mcb-wrap,
    body .expcrt-cyber-popup-wrapper .mcb-wrap-inner,
    body .expcrt-cyber-popup-wrapper .mcb-column,
    body .expcrt-cyber-popup-wrapper .mcb-column-inner,
    body .expcrt-cyber-popup-wrapper .column,
    body .expcrt-cyber-popup-wrapper .wpcf7 {
        width: 100% !important;
        max-width: 100% !important;
        height: auto !important;
        min-height: 0 !important;
        overflow: visible !important;
    }
    body .expcrt-cyber-popup-wrapper form.wpcf7-form.cyber-ready {
        width: 100% !important;
        max-width: 100% !important;
        max-height: none !important;
        min-height: 0 !important;
        max-height: 100dvh !important;
        overflow-y: auto !important;
        overflow-x: hidden !important;
        padding: 12px max(10px, env(safe-area-inset-left)) max(16px, env(safe-area-inset-bottom)) max(10px, env(safe-area-inset-right)) !important;
        border-radius: 0 !important;
        gap: 9px !important;
    }
    body .expcrt-cyber-popup-wrapper form.wpcf7-form.cyber-ready label {
        font-size: 10px !important;
        line-height: 1.2 !important;
        letter-spacing: .035em !important;
    }
    form.wpcf7-form.cyber-ready .expcrt-file-premium-meta {
        grid-template-columns: 28px minmax(92px, 1fr) minmax(82px, auto) !important;
        gap: 6px !important;
        padding: 6px !important;
    }
    form.wpcf7-form.cyber-ready .expcrt-file-premium-status {
        grid-column: auto !important;
        max-width: 110px !important;
        white-space: nowrap !important;
    }
    form.wpcf7-form.cyber-ready .wpcf7-file[data-expcrt-file-enhanced="1"]::file-selector-button,
    form.wpcf7-form.cyber-ready .wpcf7-file[data-expcrt-file-enhanced="1"]::-webkit-file-upload-button {
        width: auto !important;
        margin: 0 6px 0 0 !important;
    }
    form.wpcf7-form.cyber-ready .expcrt-user-products-head {
        display: grid !important;
        gap: 2px !important;
    }
    form.wpcf7-form.cyber-ready .expcrt-user-products-head small {
        white-space: normal !important;
        display: none !important;
    }
    form.wpcf7-form.cyber-ready .expcrt-user-product-chip {
        min-width: auto !important;
        justify-content: center !important;
    }
    form.wpcf7-form.cyber-ready .expcrt-user-products-preview {
        max-height: 74px !important;
    }
}

@media (min-width: 601px) {
    form.wpcf7-form.cyber-ready label.expcrt-field-name,
    form.wpcf7-form.cyber-ready label.expcrt-field-email {
        grid-column: span 1 !important;
    }
}
@media (max-width: 600px) and (min-width: 421px) {
    form.wpcf7-form.cyber-ready label.expcrt-field-name,
    form.wpcf7-form.cyber-ready label.expcrt-field-email {
        grid-column: span 1 !important;
    }
    form.wpcf7-form.cyber-ready {
        grid-template-columns: minmax(0, 1fr) minmax(0, 1fr) !important;
    }
    form.wpcf7-form.cyber-ready label.expcrt-field-subject,
    form.wpcf7-form.cyber-ready label.expcrt-field-message,
    form.wpcf7-form.cyber-ready label.expcrt-file-label,
    form.wpcf7-form.cyber-ready .expcrt-user-products-panel,
    form.wpcf7-form.cyber-ready .cyber-submit-btn,
    form.wpcf7-form.cyber-ready .wpcf7-response-output,
    form.wpcf7-form.cyber-ready .wpcf7-not-valid-tip,
    form.wpcf7-form.cyber-ready .excap-field,
    form.wpcf7-form.cyber-ready .cf7-cf-turnstile {
        grid-column: 1 / -1 !important;
    }
}

form.wpcf7-form.cyber-ready label.expcrt-file-label {
    grid-column: 1 / -1 !important;
    display: grid !important;
    grid-template-columns: auto minmax(170px, 1fr) minmax(210px, .9fr) !important;
    gap: 8px !important;
    align-items: center !important;
    padding: 7px 8px !important;
    min-height: 44px !important;
    overflow: hidden !important;
}
form.wpcf7-form.cyber-ready label.expcrt-file-label .expcrt-file-help-link {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    min-height: 34px !important;
    max-width: 170px !important;
    padding: 6px 9px !important;
    border-radius: 999px !important;
    background: rgba(14,165,233,.12) !important;
    border: 1px solid rgba(56,189,248,.22) !important;
    color: #bae6fd !important;
    font-size: 10px !important;
    font-weight: 950 !important;
    line-height: 1.1 !important;
    text-decoration: none !important;
    white-space: nowrap !important;
    overflow: hidden !important;
    text-overflow: ellipsis !important;
}
form.wpcf7-form.cyber-ready label.expcrt-file-label .expcrt-file-premium-meta {
    grid-template-columns: 26px minmax(0, 1fr) auto !important;
    gap: 6px !important;
    margin: 0 !important;
    padding: 5px 6px !important;
    min-height: 34px !important;
    border-radius: 12px !important;
}
form.wpcf7-form.cyber-ready label.expcrt-file-label .expcrt-file-premium-icon {
    width: 26px !important;
    height: 26px !important;
    border-radius: 9px !important;
    font-size: 13px !important;
}
form.wpcf7-form.cyber-ready label.expcrt-file-label .expcrt-file-premium-copy strong {
    font-size: 11px !important;
    line-height: 1 !important;
}
form.wpcf7-form.cyber-ready label.expcrt-file-label .expcrt-file-premium-copy small {
    font-size: 9px !important;
    line-height: 1.1 !important;
    white-space: nowrap !important;
    overflow: hidden !important;
    text-overflow: ellipsis !important;
}
form.wpcf7-form.cyber-ready label.expcrt-file-label .expcrt-file-premium-status {
    max-width: 110px !important;
    padding: 4px 7px !important;
    font-size: 9px !important;
    line-height: 1.1 !important;
}
form.wpcf7-form.cyber-ready label.expcrt-file-label .expcrt-file-wrap {
    margin: 0 !important;
    min-width: 0 !important;
}
form.wpcf7-form.cyber-ready label.expcrt-file-label .wpcf7-file[data-expcrt-file-enhanced="1"] {
    min-height: 34px !important;
    height: 34px !important;
    padding: 4px 6px !important;
    margin: 0 !important;
    font-size: 10px !important;
    border-radius: 11px !important;
    white-space: nowrap !important;
}
form.wpcf7-form.cyber-ready label.expcrt-file-label .wpcf7-file[data-expcrt-file-enhanced="1"]::file-selector-button,
form.wpcf7-form.cyber-ready label.expcrt-file-label .wpcf7-file[data-expcrt-file-enhanced="1"]::-webkit-file-upload-button {
    padding: 5px 8px !important;
    margin-right: 6px !important;
    border-radius: 9px !important;
    font-size: 10px !important;
}

form.wpcf7-form.cyber-ready .expcrt-user-products-panel {
    padding: 7px 8px !important;
    gap: 5px !important;
    max-height: 112px !important;
}
form.wpcf7-form.cyber-ready .expcrt-user-products-head {
    min-width: 0 !important;
}
form.wpcf7-form.cyber-ready .expcrt-user-products-head strong {
    font-size: 11px !important;
}
form.wpcf7-form.cyber-ready .expcrt-user-products-head small {
    display: none !important;
}
form.wpcf7-form.cyber-ready .expcrt-user-products-chips {
    min-height: 30px !important;
    padding-bottom: 2px !important;
}
form.wpcf7-form.cyber-ready .expcrt-user-product-chip {
    min-height: 26px !important;
    padding: 4px 7px !important;
    font-size: 10px !important;
}
form.wpcf7-form.cyber-ready .expcrt-user-products-preview {
    max-height: 26px !important;
    overflow: hidden !important;
    white-space: nowrap !important;
    text-overflow: ellipsis !important;
    font-size: 10px !important;
    padding: 4px 7px !important;
    line-height: 1.2 !important;
}

@media (max-width: 760px) {
    body .mfp-wrap.expcrt-cyber-popup-shell {
        height: 100dvh !important;
        max-height: 100dvh !important;
        overflow-x: hidden !important;
        overflow-y: auto !important;
        -webkit-overflow-scrolling: touch !important;
        touch-action: pan-y !important;
    }
    body .mfp-wrap.expcrt-cyber-popup-shell .mfp-container,
    body .mfp-container.expcrt-cyber-popup-shell {
        height: auto !important;
        min-height: 100dvh !important;
        overflow: visible !important;
        padding: 0 !important;
        display: block !important;
    }
    body .mfp-wrap.expcrt-cyber-popup-shell .mfp-content,
    body .mfp-content.expcrt-cyber-popup-shell {
        width: 100vw !important;
        max-width: 100vw !important;
        margin: 0 !important;
        padding: 0 !important;
        display: block !important;
        vertical-align: top !important;
        overflow: visible !important;
    }
    body .expcrt-cyber-popup-wrapper,
    body .mfn-popup-tmpl-content-wrapper.expcrt-cyber-popup-wrapper {
        width: 100vw !important;
        max-width: 100vw !important;
        height: auto !important;
        max-height: none !important;
        margin: 0 !important;
        overflow: visible !important;
        border-radius: 0 !important;
    }
    body .expcrt-cyber-popup-wrapper form.wpcf7-form.cyber-ready {
        max-height: none !important;
        overflow: visible !important;
        padding: 10px max(9px, env(safe-area-inset-left)) max(16px, env(safe-area-inset-bottom)) max(9px, env(safe-area-inset-right)) !important;
        gap: 8px !important;
        border-radius: 0 !important;
    }
    form.wpcf7-form.cyber-ready label.expcrt-file-label {
        grid-template-columns: minmax(78px, .55fr) minmax(110px, 1fr) minmax(92px, .75fr) !important;
        gap: 5px !important;
        padding: 6px !important;
    }
    form.wpcf7-form.cyber-ready label.expcrt-file-label .expcrt-file-help-link {
        max-width: 100% !important;
        min-height: 32px !important;
        padding: 5px 6px !important;
        font-size: 9px !important;
    }
    form.wpcf7-form.cyber-ready label.expcrt-file-label .expcrt-file-premium-copy small,
    form.wpcf7-form.cyber-ready label.expcrt-file-label .expcrt-file-premium-status {
        display: none !important;
    }
    form.wpcf7-form.cyber-ready label.expcrt-file-label .expcrt-file-premium-meta {
        grid-template-columns: 24px minmax(0, 1fr) !important;
    }
    form.wpcf7-form.cyber-ready label.expcrt-file-label .wpcf7-file[data-expcrt-file-enhanced="1"] {
        height: 32px !important;
        min-height: 32px !important;
        font-size: 9px !important;
    }
    form.wpcf7-form.cyber-ready label.expcrt-file-label .wpcf7-file[data-expcrt-file-enhanced="1"]::file-selector-button,
    form.wpcf7-form.cyber-ready label.expcrt-file-label .wpcf7-file[data-expcrt-file-enhanced="1"]::-webkit-file-upload-button {
        padding: 4px 6px !important;
        margin-right: 4px !important;
        font-size: 9px !important;
    }
}

@media (max-width: 420px) {
    form.wpcf7-form.cyber-ready {
        grid-template-columns: 1fr !important;
    }
    form.wpcf7-form.cyber-ready label.expcrt-field-name,
    form.wpcf7-form.cyber-ready label.expcrt-field-email,
    form.wpcf7-form.cyber-ready label.expcrt-field-subject,
    form.wpcf7-form.cyber-ready label.expcrt-field-message,
    form.wpcf7-form.cyber-ready label.expcrt-file-label,
    form.wpcf7-form.cyber-ready .expcrt-user-products-panel,
    form.wpcf7-form.cyber-ready .cyber-submit-btn,
    form.wpcf7-form.cyber-ready .wpcf7-response-output,
    form.wpcf7-form.cyber-ready .wpcf7-not-valid-tip,
    form.wpcf7-form.cyber-ready .excap-field,
    form.wpcf7-form.cyber-ready .cf7-cf-turnstile {
        grid-column: 1 / -1 !important;
    }
}

form.wpcf7-form.cyber-ready label.expcrt-field-name,
form.wpcf7-form.cyber-ready label.expcrt-field-email {
    grid-column: span 1 !important;
}
form.wpcf7-form.cyber-ready label.expcrt-file-label {
    grid-column: 1 / -1 !important;
    display: grid !important;
    grid-template-columns: minmax(120px, .55fr) minmax(220px, 1fr) minmax(210px, .95fr) !important;
    gap: 8px !important;
    align-items: center !important;
    padding: 7px 8px !important;
    min-height: 46px !important;
}
form.wpcf7-form.cyber-ready label.expcrt-file-label .expcrt-file-help-link {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    min-height: 34px !important;
    padding: 6px 9px !important;
    border-radius: 12px !important;
    background: rgba(14,165,233,.14) !important;
    border: 1px solid rgba(125,211,252,.28) !important;
    color: #dbeafe !important;
    font-size: 10px !important;
    font-weight: 950 !important;
    text-decoration: none !important;
    white-space: nowrap !important;
}
form.wpcf7-form.cyber-ready label.expcrt-file-label .expcrt-file-premium-meta {
    margin: 0 !important;
    min-height: 34px !important;
    grid-template-columns: 26px minmax(0, 1fr) minmax(76px, auto) !important;
    padding: 5px 7px !important;
    gap: 6px !important;
}
form.wpcf7-form.cyber-ready label.expcrt-file-label .expcrt-file-premium-icon {
    width: 26px !important;
    height: 26px !important;
    font-size: 13px !important;
}
form.wpcf7-form.cyber-ready label.expcrt-file-label .expcrt-file-premium-copy strong {
    font-size: 11px !important;
}
form.wpcf7-form.cyber-ready label.expcrt-file-label .expcrt-file-premium-copy small {
    font-size: 9px !important;
    white-space: nowrap !important;
}
form.wpcf7-form.cyber-ready label.expcrt-file-label .expcrt-file-premium-status {
    max-width: 104px !important;
    font-size: 9px !important;
    padding: 4px 6px !important;
}
form.wpcf7-form.cyber-ready label.expcrt-file-label .expcrt-file-wrap,
form.wpcf7-form.cyber-ready label.expcrt-file-label .wpcf7-file[data-expcrt-file-enhanced="1"] {
    margin: 0 !important;
}
form.wpcf7-form.cyber-ready label.expcrt-file-label .wpcf7-file[data-expcrt-file-enhanced="1"] {
    min-height: 34px !important;
    height: 34px !important;
    padding: 5px 7px !important;
    font-size: 10px !important;
}
form.wpcf7-form.cyber-ready label.expcrt-file-label .wpcf7-file[data-expcrt-file-enhanced="1"]::file-selector-button,
form.wpcf7-form.cyber-ready label.expcrt-file-label .wpcf7-file[data-expcrt-file-enhanced="1"]::-webkit-file-upload-button {
    padding: 5px 8px !important;
    margin-right: 6px !important;
    font-size: 10px !important;
}
.expcrt-final-routing-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
    margin-bottom: 14px;
}
.expcrt-final-routing-card {
    display: grid;
    gap: 5px;
    min-width: 0;
    padding: 10px 12px;
    border-radius: 12px;
    text-align: left;
    font-size: 12px;
    line-height: 1.35;
}
.expcrt-final-routing-card strong,
.expcrt-final-routing-card span {
    min-width: 0;
    overflow-wrap: anywhere;
}
.expcrt-final-routing-card--diagnostics {
    background: rgba(15,23,42,.72);
    border: 1px solid rgba(148,163,184,.22);
    color: #cbd5e1;
}
.expcrt-final-routing-card--diagnostics strong {
    color: #dbeafe;
}
.expcrt-final-routing-card--target {
    background: rgba(34,197,94,.10);
    border: 1px solid rgba(34,197,94,.35);
    color: #dcfce7;
}
.expcrt-final-routing-card--target span {
    color: #bbf7d0;
}
html body .mfp-wrap.expcrt-cyber-popup-shell {
    overflow-y: auto !important;
    overflow-x: hidden !important;
    -webkit-overflow-scrolling: touch !important;
    touch-action: pan-y !important;
    height: 100dvh !important;
}
html body .mfp-container.expcrt-cyber-popup-shell {
    height: auto !important;
    min-height: 100dvh !important;
    overflow: visible !important;
    display: block !important;
    padding: 0 !important;
}
html body .mfp-content.expcrt-cyber-popup-shell,
html body .mfp-content.expcrt-cyber-popup-wrapper {
    overflow: visible !important;
    height: auto !important;
    max-height: none !important;
}
html body .mfn-popup-tmpl-content-wrapper.expcrt-cyber-popup-shell,
html body .mfn-popup-tmpl-content-wrapper.expcrt-cyber-popup-wrapper {
    overflow: visible !important;
    height: auto !important;
    max-height: none !important;
}
@media (max-width: 760px) {
    form.wpcf7-form.cyber-ready label.expcrt-file-label {
        grid-template-columns: minmax(86px, .6fr) minmax(118px, 1fr) minmax(102px, .9fr) !important;
        gap: 5px !important;
        padding: 6px !important;
    }
    form.wpcf7-form.cyber-ready label.expcrt-file-label .expcrt-file-premium-copy small,
    form.wpcf7-form.cyber-ready label.expcrt-file-label .expcrt-file-premium-status {
        display: none !important;
    }
    .expcrt-final-routing-grid {
        grid-template-columns: 1fr;
        gap: 8px;
    }
}
@media (max-width: 420px) {
    form.wpcf7-form.cyber-ready label.expcrt-field-name,
    form.wpcf7-form.cyber-ready label.expcrt-field-email {
        grid-column: 1 / -1 !important;
    }
    form.wpcf7-form.cyber-ready label.expcrt-file-label {
        grid-template-columns: 1fr !important;
    }
}

form.wpcf7-form.cyber-ready .excap-field,
form.wpcf7-form.cyber-ready .cf-turnstile,
form.wpcf7-form.cyber-ready .cf7-cf-turnstile,
form.wpcf7-form.cyber-ready .wpcf7-turnstile,
form.wpcf7-form.cyber-ready .expcrt-captcha-ready,
form.wpcf7-form.cyber-ready .wpcf7-form-control-wrap[class*="turnstile"],
form.wpcf7-form.cyber-ready .wpcf7-form-control-wrap[data-name*="turnstile"] {
    grid-column: 1 / -1 !important;
    width: 100% !important;
    max-width: 100% !important;
    min-width: 0 !important;
    min-height: 72px !important;
    box-sizing: border-box !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    margin: 8px 0 0 0 !important;
    padding: 0 !important;
    overflow: visible !important;
    transform: none !important;
    transform-origin: center center !important;
}
form.wpcf7-form.cyber-ready .excap-field iframe,
form.wpcf7-form.cyber-ready .cf-turnstile iframe,
form.wpcf7-form.cyber-ready .cf7-cf-turnstile iframe,
form.wpcf7-form.cyber-ready .wpcf7-turnstile iframe,
form.wpcf7-form.cyber-ready .expcrt-captcha-ready iframe,
form.wpcf7-form.cyber-ready .cf-turnstile > div,
form.wpcf7-form.cyber-ready .cf7-cf-turnstile > div,
form.wpcf7-form.cyber-ready .wpcf7-turnstile > div {
    max-width: 100% !important;
    min-width: 0 !important;
    overflow: visible !important;
}
form.wpcf7-form.cyber-ready.expcrt-has-captcha {
    padding-bottom: max(24px, env(safe-area-inset-bottom)) !important;
}
@media (max-width: 760px) {
    body .mfp-wrap.expcrt-cyber-popup-shell,
    body .mfn-popup.expcrt-cyber-popup-shell,
    body .mfp-container.expcrt-cyber-popup-shell,
    body .mfp-content.expcrt-cyber-popup-shell,
    body .mfp-content.expcrt-cyber-popup-wrapper,
    body .mfn-popup-tmpl-content-wrapper.expcrt-cyber-popup-shell,
    body .mfn-popup-tmpl-content-wrapper.expcrt-cyber-popup-wrapper,
    body .expcrt-cyber-popup-wrapper {
        overflow-x: hidden !important;
        overflow-y: auto !important;
        -webkit-overflow-scrolling: touch !important;
        touch-action: pan-y !important;
    }
    body .expcrt-cyber-popup-wrapper form.wpcf7-form.cyber-ready,
    body form.wpcf7-form.cyber-ready.expcrt-has-captcha {
        max-height: none !important;
        overflow: visible !important;
        padding-bottom: max(28px, env(safe-area-inset-bottom)) !important;
    }
    form.wpcf7-form.cyber-ready .excap-field,
    form.wpcf7-form.cyber-ready .cf-turnstile,
    form.wpcf7-form.cyber-ready .cf7-cf-turnstile,
    form.wpcf7-form.cyber-ready .wpcf7-turnstile,
    form.wpcf7-form.cyber-ready .expcrt-captcha-ready,
    form.wpcf7-form.cyber-ready .wpcf7-form-control-wrap[class*="turnstile"],
    form.wpcf7-form.cyber-ready .wpcf7-form-control-wrap[data-name*="turnstile"] {
        min-height: 78px !important;
        margin-top: 10px !important;
        margin-bottom: 10px !important;
    }
}
