.bip-form-section{--bip-ink:#303743;--bip-orange:#ff641d;--bip-line:#dce2e8;background:#faf9f8;padding:90px 0;color:var(--bip-ink)}
.bip-form-section *{box-sizing:border-box}
.bip-form-section [hidden]{display:none!important}
.bip-form-intro{max-width:760px;margin:0 auto 38px}
.bip-eyebrow{color:#e34b0d;text-transform:uppercase;font-size:.8rem;font-weight:800;letter-spacing:.13em}
.bip-form-intro h1{font-size:clamp(2rem,4vw,3.6rem);line-height:1.12;font-weight:800;margin:12px 0 18px;color:#303743}
.bip-form-intro p{font-size:1.1rem;line-height:1.7;margin:0}
.bip-form-card{max-width:850px;margin:auto;padding:clamp(22px,5vw,52px);background:#fff;border:1px solid #e8e9ec;border-radius:23px;box-shadow:0 20px 65px rgba(34,43,58,.075)}
.bip-progress-caption{display:flex;justify-content:space-between;font-weight:800;margin-bottom:10px}
.bip-progress-caption span:last-child{color:#d94a0d}
.bip-progress{height:8px;border-radius:20px;background:#edeef0;overflow:hidden}
.bip-progress>span{display:block;background:var(--bip-orange);height:100%;width:25%;border-radius:20px;transition:width .25s}
.bip-steps{display:grid;grid-template-columns:repeat(4,1fr);gap:8px;margin:27px 0 38px;padding:0;list-style:none;text-align:center}
.bip-steps li{color:#69717a;font-weight:650;font-size:.8rem}
.bip-steps li>span{width:36px;height:36px;display:grid;place-items:center;background:#f2f3f4;border:1px solid #dce2e8;border-radius:50%;margin:0 auto 8px;color:#303743;font-weight:800}
.bip-steps li.is-active>span,.bip-steps li.is-done>span{background:var(--bip-orange);color:#fff;border-color:var(--bip-orange)}
.bip-steps li.is-active{color:#303743}
.bip-panel{border:0;padding:0;margin:0;min-width:0}
#bip-test-form.bip-js .bip-panel:not(.is-active){display:none}
.bip-panel legend{float:none;width:auto;padding:0;margin:0 0 9px;font-size:clamp(1.4rem,2.7vw,2rem);font-weight:800;line-height:1.3;color:#303743}
.bip-panel-help{line-height:1.65;color:#56606a;margin:0 0 27px}
.bip-field{margin:0 0 23px;min-width:0}
.bip-field label{display:block;margin-bottom:9px;font-weight:750;color:#303743}
.bip-field label span,.bip-check strong{color:#d43f08}
.bip-field input,.bip-field select{width:100%;height:58px;border:1.5px solid #c9d0d7;border-radius:12px;background:#fff;color:#303743;font:inherit;padding:0 16px;outline:none;transition:border-color .2s,box-shadow .2s}
.bip-field input::placeholder{color:#68737e;opacity:1}
.bip-field input:focus,.bip-field select:focus{border-color:#cf4b17;box-shadow:0 0 0 4px rgba(255,100,29,.16)}
.bip-field-error,.bip-inline-error{display:block;color:#ae1e16;font-size:.91rem;margin:6px 0 0;line-height:1.5}
.bip-field-error:empty{display:none}
.bip-field input[aria-invalid="true"],.bip-field select[aria-invalid="true"]{border-color:#bd2d24}
.bip-domain-grid{display:grid;grid-template-columns:minmax(0,1.1fr) minmax(0,1fr);gap:18px}
.bip-address-preview{background:#fff4ee;border:1px solid #ffd6c1;border-radius:12px;padding:18px 20px;overflow-wrap:anywhere;font-size:1.04rem}
.bip-address-preview strong{display:block;font-size:1.22rem;color:#b63807;margin-top:4px}
.bip-notice{background:#f2f5f7;border-radius:12px;padding:17px 20px;line-height:1.6;color:#39424d}
.bip-notice summary{cursor:pointer;font-weight:750}
.bip-notice summary i,.bip-notice>i{color:#df510f;margin-right:6px}
.bip-notice p{margin:12px 0 0}
.bip-field-hint{color:#55616e;font-size:.94rem;line-height:1.55}
.bip-summary{margin:20px 0 27px;border:1px solid #e4e6e9;border-radius:13px;overflow:hidden}
.bip-summary>div{display:grid;grid-template-columns:155px 1fr;gap:12px;border-bottom:1px solid #e4e6e9;padding:13px 17px}
.bip-summary>div:last-child{border-bottom:0}
.bip-summary dt{font-weight:750}
.bip-summary dd{margin:0;overflow-wrap:anywhere}
.bip-check{display:flex;gap:12px;align-items:flex-start;line-height:1.55;cursor:pointer;margin:20px 0 4px}
.bip-check input{width:20px;height:20px;accent-color:#e75717;flex:none;margin-top:3px}
.bip-actions{border-top:1px solid var(--bip-line);margin-top:37px;padding-top:26px;display:flex;gap:14px;justify-content:space-between;flex-wrap:wrap}
.bip-btn{min-height:51px;border-radius:10px;border:1px solid transparent;padding:12px 22px;font-weight:800;cursor:pointer;transition:background .2s,transform .2s}
.bip-btn:hover{transform:translateY(-1px)}
.bip-btn--back{background:#f1f2f3;color:#303743}
.bip-btn--next,.bip-btn--submit{margin-left:auto;background:#ee5b19;color:#fff}
.bip-btn--next:hover,.bip-btn--submit:hover{background:#c8460e;color:#fff}
.bip-btn:disabled{opacity:.65;cursor:wait}
.bip-alert{padding:18px 20px;border-radius:12px;line-height:1.55;margin-bottom:25px}
.bip-alert--ok{background:#eaf8ee;color:#17552a}
.bip-alert--error{background:#fff0ed;color:#9a2b20}
.bip-success{text-align:center;padding:30px 10px}
.bip-success>i{font-size:3.2rem;color:#238442}
.bip-success h2{margin:16px 0;color:#303743}
.bip-success p{max-width:590px;margin:auto;line-height:1.7}
.bip-under-note{margin:22px 0 0;color:#515d67}
.bip-under-note i{color:#db531b;margin-right:5px}
.bip-honeypot{position:absolute!important;left:-10000px!important;width:1px!important;height:1px!important;overflow:hidden!important}
@media(max-width:620px){.bip-form-section{padding:55px 0}.bip-domain-grid{grid-template-columns:1fr;gap:0}.bip-steps li small{font-size:.7rem}.bip-summary>div{grid-template-columns:1fr;gap:2px}.bip-btn{width:100%;margin:0}.bip-actions{flex-direction:column-reverse}}
