html.a180-modal-open{overflow:hidden}.a180-modal{position:fixed;inset:0;z-index:99999;display:none;align-items:center;justify-content:center;padding:20px}.a180-modal.is-open{display:flex}.a180-modal__backdrop{position:absolute;inset:0;background:rgb(20 24 32 / .6);backdrop-filter:blur(2px);cursor:pointer;animation:a180-modal-fade-in 0.18s ease-out}.a180-modal__dialog{position:relative;background:#fff;border-radius:12px;box-shadow:0 20px 60px rgb(0 0 0 / .25);width:100%;max-width:520px;max-height:90vh;overflow-y:auto;padding:28px 28px 24px;animation:a180-modal-pop-in 0.22s cubic-bezier(.18,1.2,.4,1)}@keyframes a180-modal-fade-in{from{opacity:0}to{opacity:1}}@keyframes a180-modal-pop-in{from{opacity:0;transform:translateY(12px) scale(.96)}to{opacity:1;transform:translateY(0) scale(1)}}.a180-modal__close{position:absolute;top:12px;right:12px;width:36px;height:36px;border:none;background:#fff0;font-size:24px;line-height:1;color:#666;cursor:pointer;border-radius:50%;transition:background 0.15s,color 0.15s}.a180-modal__close:hover{background:#f0f0f0;color:#000}.a180-modal__title{margin:0 0 8px;font-size:1.4rem;color:#1a1a1a}.a180-modal__intro{margin:0 0 20px;color:#555;font-size:.95rem}.a180-modal__body .wpcf7{margin:0}.a180-modal__body .wpcf7-form p{margin:0 0 14px}.a180-modal__body .wpcf7-form-control:not([type="submit"]):not([type="checkbox"]):not([type="radio"]){width:100%;padding:10px 12px;border:1px solid #d0d0d0;border-radius:6px;font-size:.95rem;box-sizing:border-box}.a180-modal__body .wpcf7-submit{background:#2271b1;color:#fff;border:none;padding:10px 22px;border-radius:6px;cursor:pointer;font-size:.95rem;font-weight:500}.a180-modal__body .wpcf7-submit:hover{background:#135e96}@media (max-width:560px){.a180-modal__dialog{padding:22px 18px 18px;border-radius:8px}.a180-modal__title{font-size:1.2rem}}