.ntb-hero-section{
  background:linear-gradient(180deg,#f8fcff 0%,#eef8ff 42%,#def1ff 100%);
  min-height:560px;
  overflow:hidden;
  position:relative;
}

.ntb-hero-section:before{
  content:"";
  position:absolute;
  inset:0;
  background:
    radial-gradient(circle at 35% 18%,rgba(255,255,255,.85) 0 75px,transparent 76px),
    radial-gradient(circle at 86% 26%,rgba(255,255,255,.7) 0 95px,transparent 96px);
  pointer-events:none;
}

.ntb-hero-section:after{
  content:"";
  position:absolute;
  left:0;
  right:0;
  bottom:0;
  height:200px;
  background:linear-gradient(160deg,transparent 18%,rgba(255,255,255,.65) 19%,rgba(255,255,255,.65) 28%,transparent 29%);
  pointer-events:none;
}

.ntb-hero-row{
  max-width:1280px!important;
  min-height:560px;
  margin:0 auto!important;
  align-items:center!important;
  position:relative;
  z-index:2;
}

.ntb-hero-left{
  padding-left:25px!important;
}

.ntb-hero-left h4,
.ntb-hero-left .uppercase{
  font-size:48px!important;
  color:#172033!important;
  font-weight:500!important;
  margin:0!important;
  line-height:1.05!important;
}

.ntb-hero-left h1{
  font-size:64px!important;
  color:#003B73!important;
  font-weight:900!important;
  line-height:.98!important;
  margin:8px 0 10px!important;
  letter-spacing:-1.5px!important;
}

.ntb-hero-left h2{
  font-size:30px!important;
  color:#FF7A00!important;
  font-weight:800!important;
  line-height:1.18!important;
  margin:0 0 28px!important;
}

.ntb-hero-list{
  list-style:none!important;
  margin:0 0 32px!important;
  padding:0!important;
}

.ntb-hero-list li{
  display:flex;
  align-items:center;
  gap:13px;
  margin:14px 0;
  font-size:22px;
  color:#172033;
  line-height:1.35;
}

.ntb-hero-list li:before{
  content:"✓";
  width:30px;
  height:30px;
  min-width:30px;
  border-radius:50%;
  background:#003B73;
  color:#fff;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  font-weight:900;
}

.ntb-hero-left .button,
.ntb-hero-left a.button{
  height:58px!important;
  padding:0 34px!important;
  background:#003B73!important;
  color:#fff!important;
  border-radius:11px!important;
  font-size:18px!important;
  font-weight:800!important;
  box-shadow:0 18px 32px rgba(0,59,115,.22)!important;
}

.ntb-hero-right{
  display:flex!important;
  align-items:center!important;
  justify-content:flex-end!important;
}

.ntb-hero-products img{
  width:118%!important;
  max-width:none!important;
  transform:translateX(45px) scale(1.05);
  transform-origin:right center;
}

@media(max-width:991px){
  .ntb-hero-row{
    min-height:auto;
    padding:40px 20px 50px!important;
  }

  .ntb-hero-left{
    text-align:center;
    padding-left:0!important;
  }

  .ntb-hero-left h1{
    font-size:48px!important;
  }

  .ntb-hero-left h2{
    font-size:24px!important;
  }

  .ntb-hero-list{
    max-width:360px;
    margin:0 auto 28px!important;
    text-align:left;
  }

  .ntb-hero-products img{
    width:100%!important;
    transform:none;
  }
}