.elementor-485 .elementor-element.elementor-element-4a5f7b8{--display:flex;}#elementor-popup-modal-485{background-color:rgba(0,0,0,.8);justify-content:center;align-items:center;pointer-events:all;}#elementor-popup-modal-485 .dialog-message{width:640px;height:auto;}#elementor-popup-modal-485 .dialog-close-button{display:flex;}#elementor-popup-modal-485 .dialog-widget-content{box-shadow:2px 8px 23px 3px rgba(0,0,0,0.2);}/* Start custom CSS */.elementor-popup-modal {
    background: rgba(0, 0, 0, 0.9) !important;
}
.popup-content-container {
    background: #111;
    border: none;
    padding: 40px;
    position: relative;
    font-family: 'Helvetica Neue', sans-serif;
}
/* 霓虹边框效果 */
.popup-content-container::before {
    content: '';
    position: absolute;
    top: -2px; left: -2px; right: -2px; bottom: -2px;
    background: linear-gradient(45deg, #ff0080, #00ffcc, #ffeb3b, #ff0080);
    background-size: 400%;
    z-index: -1;
    border-radius: 4px;
    animation: neon-border 8s linear infinite;
}
@keyframes neon-border {
    0% { background-position: 0%; }
    100% { background-position: 400%; }
}
.neon-title {
    color: #fff;
    font-size: 1.8rem;
    font-weight: 300;
    margin-bottom: 10px;
}
.neon-subtitle {
    color: #888;
    font-size: 0.9rem;
    margin-bottom: 30px;
    letter-spacing: 1px;
}
.neon-btn {
    background: #222;
    border: 1px solid #444;
    color: #00ffcc;
    padding: 14px 32px;
    font-size: 0.9rem;
    letter-spacing: 1.5px;
    cursor: pointer;
    transition: all 0.3s;
    text-transform: uppercase;
}
.neon-btn:hover {
    background: #00ffcc;
    color: #000;
    border-color: #00ffcc;
    box-shadow: 0 0 15px rgba(0, 255, 204, 0.5);
}/* End custom CSS */