body.bnk-modal-open { overflow: hidden; }
.bnk-modal { position: fixed; inset: 0; z-index: 100000; display: none; align-items: center; justify-content: center; padding: 20px; }
.bnk-modal[aria-hidden="false"] { display: flex; }
.bnk-modal__backdrop { position: absolute; inset: 0; background: rgba(8, 16, 24, .74); }
.bnk-modal__dialog { position: relative; display: grid; grid-template-columns: .86fr 1.14fr; width: min(100%, 860px); max-height: calc(100vh - 40px); margin: 0; padding: 0 !important; overflow: auto; border-radius: 20px; background: #fff; color: #1f2e3e; box-shadow: 0 32px 90px rgba(0, 0, 0, .36); }
.bnk-modal__intro { display: flex; min-height: 500px; padding: 42px 38px; flex-direction: column; justify-content: flex-end; border-radius: 20px 0 0 20px; color: #fff; background: linear-gradient(145deg, rgba(21,31,43,.96), rgba(31,46,62,.9)), url('https://images.unsplash.com/photo-1511818966892-d7d671e672a2?auto=format&fit=crop&w=1000&q=80') center / cover; }
.bnk-modal__eyebrow { margin-bottom: 18px; color: #c5a059; font-size: 10px; font-weight: 700; letter-spacing: .16em; }
.bnk-modal__logo { display: block; width: min(100%, 230px); height: 188px; margin: 0 0 auto; object-fit: contain; object-position: left top; }
.bnk-modal__intro h2 { margin: 0 0 16px; color: #fff; font-size: clamp(28px, 3vw, 39px); line-height: 1.08; text-transform: uppercase; }
.bnk-modal__intro p { margin: 0; color: rgba(255,255,255,.76); font-size: 14px; line-height: 1.55; }
.bnk-modal__line { width: 46px; height: 2px; margin: 28px 0 12px; background: #c5a059; }
.bnk-modal__caption { color: rgba(255,255,255,.7); font-size: 12px; }
.bnk-modal__content { padding: 42px 38px 34px; }
.bnk-modal__lead { max-width: 380px; margin: 0 40px 24px 0; color: #666; line-height: 1.5; }
.bnk-modal__form > label { display: block; margin: 14px 0; font-weight: 600; }
.bnk-modal__form input:not([type="checkbox"]) { box-sizing: border-box; width: 100%; margin-top: 7px; padding: 13px 0 10px; border: 0; border-bottom: 1px solid #d8dde2; border-radius: 0; background: transparent; color: inherit; font: inherit; outline: none; transition: border-color .2s ease; }
.bnk-modal__form input:not([type="checkbox"]):focus { border-bottom-color: #c5a059; }
.bnk-modal__close { position: absolute; z-index: 10; top: 12px; right: 12px; display: grid; width: 44px; height: 44px; place-items: center; border: 0; border-radius: 50%; background: rgba(255,255,255,.96); color: #1f2e3e; font-size: 32px; line-height: 1; cursor: pointer; box-shadow: 0 3px 14px rgba(0,0,0,.12); }
.bnk-modal__legal { display: flex; align-items: center; gap: 12px; margin: 20px 0 30px; }
.bnk-modal__legal input[type="checkbox"] { appearance: none; -webkit-appearance: none; width: 26px; height: 26px; margin: 0; flex-shrink: 0; border: 2px solid #1f2e3e; border-radius: 6px; background: #fff; cursor: pointer; position: relative; }
.bnk-modal__legal input[type="checkbox"]:checked { background: #1f2e3e; }
.bnk-modal__legal input[type="checkbox"]::after { content: ''; position: absolute; width: 12px; height: 7px; top: 6px; left: 5px; border-bottom: 2.5px solid #fff; border-left: 2.5px solid #fff; transform: rotate(-45deg); opacity: 0; }
.bnk-modal__legal input[type="checkbox"]:checked::after { opacity: 1; }
.bnk-modal__legal label, .bnk-modal__legal a { color: #888; font-size: 13px; font-weight: 400; line-height: 1.4; }
.bnk-modal__legal a { text-decoration: underline; }
.bnk-modal__submit { width: 100%; border: none; padding: 18px; border-radius: 15px; background: #1f2e3e; color: #fff; font-size: 16px; font-weight: 400; cursor: pointer; transition: background-color .3s ease; }
.bnk-modal__submit:hover:not(:disabled) { background: #2a3c4e; }
.bnk-modal__submit:disabled { opacity: .65; cursor: wait; }
.bnk-modal__message { min-height: 1.4em; margin: 14px 0 0; color: #1f2e3e; }
.bnk-modal__honeypot { position: absolute; left: -9999px; }
.bnk-checklist-message { min-height: 1.4em; margin: 12px 0 0; color: #1f2e3e; line-height: 1.4; }
@media (max-width: 720px) { .bnk-modal__dialog { display: block; max-width: 520px; border-radius: 14px; } .bnk-modal__intro { min-height: auto; padding: 30px; border-radius: 14px 14px 0 0; } .bnk-modal__eyebrow { margin-bottom: 16px; } .bnk-modal__logo { width: 164px; height: 122px; } .bnk-modal__content { padding: 30px; } }
@media (max-width: 480px) { .bnk-modal { padding: 12px; } .bnk-modal__intro { padding: 30px 24px; } .bnk-modal__logo { width: 150px; height: 110px; } .bnk-modal__content { padding: 28px 24px; } }
