:root{--hb-navy:#071d35;--hb-navy-2:#0a2b4b;--hb-red:#ed3347;--hb-ink:#08101a;--hb-muted:#6f7882;--hb-line:#dfe3e6;--hb-paper:#f4f3ef;--hb-white:#fff;color-scheme:light}
*{box-sizing:border-box}
html,body{min-height:100%;margin:0}
body{background:#fff;color:var(--hb-ink);font-family:Arial,Helvetica,sans-serif;-webkit-font-smoothing:antialiased}
button,input{font:inherit}
a{color:inherit}
.hb-gateway{display:grid;grid-template-columns:minmax(0,1fr) clamp(410px,31vw,530px);min-height:100svh;background:var(--hb-navy)}
.hb-gateway__visual{position:relative;min-width:0;min-height:100svh;overflow:hidden;background:#c6d1d8}
.hb-gateway__visual>img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;object-position:51% 50%}
.hb-gateway__visual-shade{position:absolute;inset:0;background:linear-gradient(180deg,rgba(3,13,23,.28) 0%,rgba(3,13,23,.02) 42%,rgba(3,13,23,.72) 100%)}
.hb-gateway__visual-brand{position:absolute;top:38px;left:42px;display:flex;align-items:center;gap:13px;color:#fff;text-decoration:none;text-transform:uppercase}
.hb-gateway__visual-brand i,.hb-gateway__brand>i{display:grid;width:38px;height:38px;place-items:center;border:2px solid currentColor;color:inherit;font-size:19px;font-style:normal;font-weight:950;line-height:1;transform:skew(-7deg)}
.hb-gateway__visual-brand span{font-size:13px;font-weight:950;letter-spacing:.13em}
.hb-gateway__promise{position:absolute;top:52%;right:clamp(40px,5vw,90px);left:clamp(80px,8vw,150px);max-width:680px;color:#fff;transform:translateY(-12%)}
.hb-gateway__promise>span{display:block;color:#ff5467;font-size:9px;font-weight:950;letter-spacing:.19em;text-transform:uppercase}
.hb-gateway__promise>strong{display:block;margin-top:16px;font-size:clamp(43px,4.25vw,76px);font-weight:950;letter-spacing:-.06em;line-height:.84;text-shadow:0 8px 28px rgba(3,13,23,.46);text-transform:uppercase}
.hb-gateway__promise>p{max-width:560px;margin:21px 0 0;color:rgba(255,255,255,.82);font-size:13px;line-height:1.65}
.hb-gateway__panel{display:flex;min-height:100svh;align-items:center;background:#fff}
.hb-gateway__panel-inner{width:100%;padding:42px clamp(32px,4vw,62px) 30px}
.hb-gateway__brand{display:flex;align-items:center;gap:13px;margin-bottom:65px;color:var(--hb-navy)}
.hb-gateway__brand>i{width:34px;height:34px;border-color:var(--hb-red);color:var(--hb-red);font-size:16px}
.hb-gateway__brand strong,.hb-gateway__brand span{display:block}
.hb-gateway__brand strong{font-size:13px;font-weight:950;letter-spacing:.08em;text-transform:uppercase}
.hb-gateway__brand span{margin-top:3px;color:var(--hb-muted);font-size:9px;font-weight:800;letter-spacing:.12em;text-transform:uppercase}
.hb-gateway__heading>span{display:block;color:var(--hb-red);font-size:8px;font-weight:950;letter-spacing:.18em;text-transform:uppercase}
.hb-gateway__heading h1{margin:16px 0 0;color:var(--hb-navy);font-size:clamp(40px,4vw,58px);font-weight:950;letter-spacing:-.055em;line-height:.91}
.hb-gateway__heading p{margin:20px 0 0;color:var(--hb-muted);font-size:12px;line-height:1.7}
.hb-gateway__error{margin-top:22px;padding:14px 15px;border-left:4px solid var(--hb-red);background:#fff0f2;color:#971729;font-size:11px;font-weight:750;line-height:1.55}
.hb-gateway__form{margin-top:29px}
.hb-gateway__form>label{display:block;margin-top:19px}
.hb-gateway__form>label>span:first-child{display:block;margin-bottom:8px;color:var(--hb-navy);font-size:9px;font-weight:900;letter-spacing:.08em;text-transform:uppercase}
.hb-gateway__form input[type=text],.hb-gateway__form input[type=password]{display:block;width:100%;height:52px;padding:0 14px;border:1px solid var(--hb-line);border-radius:0;outline:0;background:#fff;color:var(--hb-ink);font-size:14px;box-shadow:none;transition:border-color .18s,box-shadow .18s}
.hb-gateway__form input[type=text]:focus,.hb-gateway__form input[type=password]:focus{border-color:var(--hb-navy);box-shadow:0 0 0 3px rgba(7,29,53,.08)}
.hb-gateway__password{position:relative;display:block}
.hb-gateway__password input{padding-right:87px!important}
.hb-gateway__password button{position:absolute;top:0;right:0;height:52px;padding:0 14px;border:0;background:transparent;color:var(--hb-navy);cursor:pointer;font-size:9px;font-weight:900;text-transform:uppercase}
.hb-gateway__form-meta{display:flex;align-items:center;justify-content:space-between;gap:16px;margin:18px 0 24px}
.hb-gateway__form-meta>label{display:flex;align-items:center;gap:8px;color:var(--hb-muted);cursor:pointer;font-size:10px}
.hb-gateway__form-meta input{width:16px;height:16px;margin:0;accent-color:var(--hb-red)}
.hb-gateway__form-meta>a,.hb-gateway__account-switch{color:var(--hb-navy);font-size:10px;font-weight:750;text-underline-offset:3px}
.hb-gateway__primary,.hb-gateway__secondary{display:flex;width:100%;min-height:52px;align-items:center;justify-content:center;border:0;border-radius:0;text-align:center;text-decoration:none;cursor:pointer;font-size:10px;font-weight:950;letter-spacing:.07em;text-transform:uppercase}
.hb-gateway__primary{gap:13px;background:var(--hb-red);color:#fff}
.hb-gateway__primary i{font-style:normal;font-size:15px;transition:transform .18s}
.hb-gateway__primary:hover i,.hb-gateway__primary:focus i{transform:translateX(4px)}
.hb-gateway__secondary{border:1px solid var(--hb-line);background:#fff;color:var(--hb-navy)}
.hb-gateway__divider{display:flex;align-items:center;gap:12px;margin:19px 0;color:#9aa2a9;font-size:9px;text-transform:uppercase}
.hb-gateway__divider:before,.hb-gateway__divider:after{height:1px;flex:1;background:var(--hb-line);content:""}
.hb-gateway__demo{display:flex;min-height:72px;align-items:center;justify-content:space-between;gap:20px;margin-top:24px;padding:13px 16px;border:1px solid var(--hb-line);background:var(--hb-paper);color:var(--hb-navy);text-decoration:none}
.hb-gateway__demo span,.hb-gateway__demo b,.hb-gateway__demo small{display:block}
.hb-gateway__demo b{font-size:11px}
.hb-gateway__demo small{margin-top:5px;color:var(--hb-muted);font-size:9px;line-height:1.45}
.hb-gateway__demo>i{color:var(--hb-red);font-size:18px;font-style:normal}
.hb-gateway__known-account{margin:28px 0 22px;padding:20px;border:1px solid var(--hb-line);background:var(--hb-paper)}
.hb-gateway__known-account span,.hb-gateway__known-account strong,.hb-gateway__known-account small{display:block}
.hb-gateway__known-account span{color:var(--hb-red);font-size:8px;font-weight:950;letter-spacing:.14em;text-transform:uppercase}
.hb-gateway__known-account strong{overflow:hidden;margin-top:9px;color:var(--hb-navy);font-size:14px;text-overflow:ellipsis;white-space:nowrap}
.hb-gateway__known-account small{margin-top:10px;color:var(--hb-muted);font-size:10px;line-height:1.55}
.hb-gateway__account-switch{display:block;margin:17px auto 0;text-align:center}
.hb-gateway__panel footer{display:flex;align-items:center;justify-content:space-between;gap:20px;margin-top:34px;padding-top:20px;border-top:1px solid var(--hb-line)}
.hb-gateway__panel footer a{color:#7c858e;font-size:9px;font-weight:750;text-decoration:none}
.hb-gateway__primary:focus-visible,.hb-gateway__secondary:focus-visible,.hb-gateway__demo:focus-visible,.hb-gateway__visual-brand:focus-visible,.hb-gateway__panel footer a:focus-visible{outline:3px solid rgba(237,51,71,.35);outline-offset:3px}
@media(max-width:1050px){.hb-gateway{grid-template-columns:minmax(0,1fr) minmax(390px,44vw)}.hb-gateway__promise>strong{font-size:50px}.hb-gateway__promise>p{max-width:430px}.hb-gateway__panel-inner{padding-right:36px;padding-left:36px}}
@media(max-width:760px){.hb-gateway{display:block;min-height:100svh;background:#fff}.hb-gateway__visual{min-height:38svh;height:38svh}.hb-gateway__visual>img{object-position:48% 45%}.hb-gateway__visual-shade{background:linear-gradient(180deg,rgba(3,13,23,.3),rgba(3,13,23,.03) 45%,rgba(3,13,23,.72))}.hb-gateway__visual-brand{top:20px;left:20px}.hb-gateway__visual-brand i{width:32px;height:32px;font-size:15px}.hb-gateway__promise{top:auto;right:18px;bottom:clamp(30px,6vh,50px);left:clamp(30px,10vw,48px);transform:none}.hb-gateway__promise>span{font-size:7px}.hb-gateway__promise>strong{margin-top:9px;font-size:34px;line-height:.88}.hb-gateway__promise>p{display:none}.hb-gateway__panel{min-height:62svh;align-items:flex-start}.hb-gateway__panel-inner{padding:28px 20px calc(26px + env(safe-area-inset-bottom))}.hb-gateway__brand{margin-bottom:35px}.hb-gateway__heading h1{font-size:40px}.hb-gateway__heading p{margin-top:15px}.hb-gateway__form{margin-top:24px}.hb-gateway__form input[type=text],.hb-gateway__form input[type=password],.hb-gateway__password button{height:54px}.hb-gateway__primary,.hb-gateway__secondary{min-height:54px}.hb-gateway__demo{margin-top:20px}.hb-gateway__panel footer{margin-top:27px}}
@media(max-width:380px){.hb-gateway__visual{min-height:34svh;height:34svh}.hb-gateway__panel{min-height:66svh}.hb-gateway__promise{right:16px;bottom:24px;left:24px}.hb-gateway__promise>strong{font-size:30px}.hb-gateway__brand{margin-bottom:27px}.hb-gateway__heading h1{font-size:36px}.hb-gateway__form-meta{align-items:flex-start;flex-direction:column;gap:11px}}
@media(prefers-reduced-motion:reduce){*{scroll-behavior:auto!important;transition:none!important}}
