.fqwa-modal[hidden] { display: none; }
.fqwa-modal { position: fixed; inset: 0; z-index: 100000; display: grid; place-items: center; padding: 20px; }
.fqwa-modal__backdrop { position: absolute; inset: 0; background: rgba(3, 18, 40, .68); }
.fqwa-modal__dialog { position: relative; width: min(560px, 100%); max-height: calc(100vh - 40px); overflow: auto; padding: 28px; border-radius: 8px; background: #fff; color: #071a38; box-shadow: 0 24px 70px rgba(3, 18, 40, .28); }
.fqwa-modal__dialog h2 { margin: 0 36px 8px 0; font-size: 28px; line-height: 1.15; }
.fqwa-modal__dialog p { margin: 0 0 20px; }
.fqwa-modal__close { position: absolute; top: 12px; right: 12px; width: 40px; height: 40px; border: 0; background: transparent; color: #071a38; font-size: 30px; cursor: pointer; }
.fqwa-modal__grid { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.fqwa-modal__grid label { display: grid; gap: 6px; font-weight: 700; }
.fqwa-modal__grid label span { font-weight: 400; color: #5f6b76; }
.fqwa-modal__grid input { min-width: 0; width: 100%; min-height: 44px; box-sizing: border-box; border: 1px solid #cfd5dc; border-radius: 6px; padding: 9px 11px; font: inherit; }
.fqwa-modal__error { margin: 14px 0 0 !important; color: #a52d1c; font-weight: 700; }
.fqwa-modal__submit { width: 100%; min-height: 46px; margin-top: 20px; border: 0; border-radius: 6px; background: #ce3c24; color: #fff; font: inherit; font-weight: 700; cursor: pointer; }
.fqwa-modal-open { overflow: hidden; }
@media (max-width: 620px) { .fqwa-modal__dialog { padding: 24px 18px; } .fqwa-modal__grid { grid-template-columns: 1fr; } .fqwa-modal__dialog h2 { font-size: 24px; } }
