
/* v106: customer application form cleanup and mobile UX */
.nn-form-head-v106{
  max-width:920px;
  margin:0 auto 22px;
  background:#fff;
  border:1px solid #edf1f6;
  border-radius:22px;
  padding:24px 28px;
  box-shadow:0 18px 56px rgba(16,24,40,.06);
}
.nn-form-head-v106 span{
  display:block;
  color:#e60023;
  font-weight:950;
  font-size:.9rem;
  margin-bottom:6px;
}
.nn-form-head-v106 h1{
  font-size:clamp(1.45rem,3vw,2rem);
  font-weight:950;
  letter-spacing:-.04em;
  color:#101828;
  margin:0 0 6px;
}
.nn-form-head-v106 p{
  color:#667085;
  font-weight:750;
  margin:0;
}
.nn-apply-form-main{
  max-width:920px;
  margin:0 auto;
}
#applicationCustomerForm{
  gap:18px!important;
}
#applicationCustomerForm .field-card{
  border:1px solid #edf1f6!important;
  border-radius:18px!important;
  box-shadow:0 12px 34px rgba(16,24,40,.045)!important;
  overflow:hidden;
}
#applicationCustomerForm .field-card .card-body{
  padding:24px!important;
}
#applicationCustomerForm .form-section-title{
  align-items:flex-start!important;
  margin-bottom:20px!important;
}
#applicationCustomerForm .form-section-title .index{
  flex:0 0 34px;
  width:34px;
  height:34px;
  border-radius:999px;
  display:grid;
  place-items:center;
  background:#e60023;
  color:#fff;
  font-weight:950;
  font-size:.88rem;
}
#applicationCustomerForm .form-section-title h2{
  font-size:1.16rem!important;
}
#applicationCustomerForm .form-section-title .small{
  display:none!important;
}
#applicationCustomerForm .form-label{
  font-weight:850!important;
  color:#344054!important;
}
#applicationCustomerForm .form-control,
#applicationCustomerForm .form-select{
  min-height:48px;
  border-radius:12px!important;
  border:1px solid #d0d5dd!important;
  box-shadow:none!important;
}
#applicationCustomerForm .form-control:focus,
#applicationCustomerForm .form-select:focus{
  border-color:#e60023!important;
  box-shadow:0 0 0 4px rgba(230,0,35,.08)!important;
}
#applicationCustomerForm .form-text{
  color:#667085!important;
  font-size:.8rem!important;
}
#applicationCustomerForm input[type=file].form-control{
  padding:.65rem .85rem!important;
}
#applicationCustomerForm .choice-card{
  border:1px solid #e5eaf2!important;
  border-radius:12px!important;
  background:#fff!important;
  box-shadow:none!important;
}
#applicationCustomerForm .choice-card:has(input:checked){
  border-color:#e60023!important;
  background:#fff7f8!important;
}
.nn-form-actions{
  display:flex;
  justify-content:flex-end;
  padding-bottom:96px;
}
.nn-form-actions .btn-danger{
  border-radius:999px!important;
  min-width:220px;
  font-weight:950!important;
  box-shadow:0 16px 34px rgba(230,0,35,.18);
}
.mobile-sticky-cta{
  position:fixed!important;
  left:0;
  right:0;
  bottom:0;
  z-index:1050;
  background:rgba(255,255,255,.96);
  backdrop-filter:blur(14px);
  border-top:1px solid #edf1f6;
  padding:12px 14px calc(12px + env(safe-area-inset-bottom));
  box-shadow:0 -12px 34px rgba(16,24,40,.10);
}
.mobile-sticky-cta .btn{
  width:100%;
  border-radius:999px!important;
  font-weight:950!important;
  min-height:52px;
}
@media(max-width:760px){
  .section{
    padding-top:22px!important;
  }
  .nn-form-head-v106{
    border-radius:18px;
    padding:20px 16px;
    margin-bottom:16px;
  }
  #applicationCustomerForm{
    gap:14px!important;
  }
  #applicationCustomerForm .field-card{
    border-radius:16px!important;
  }
  #applicationCustomerForm .field-card .card-body{
    padding:18px 14px!important;
  }
  #applicationCustomerForm .row.g-3{
    --bs-gutter-y: .85rem;
  }
  #applicationCustomerForm .form-section-title .index{
    width:30px;
    height:30px;
    flex-basis:30px;
  }
  .nn-form-actions{
    display:none!important;
  }
}
