
#yb-gearbox-module{
  width:100%;
  padding:86px 48px 28px;
  background:linear-gradient(135deg,#fff 0%,#f6f9fc 100%);
  box-sizing:border-box;
  overflow:hidden;
}

#yb-gearbox-module *{box-sizing:border-box;}

#yb-gearbox-module .yb-wrap{
  max-width:1600px;
  margin:0 auto;
  display:grid;
  grid-template-columns:39% 57%;
  gap:4%;
  align-items:stretch;
}

#yb-gearbox-module .yb-kicker{
  font-family:'Poppins-Bold','Poppins',Arial,sans-serif;
  font-size:16px;
  line-height:1.2;
  letter-spacing:6px;
  color:#00539f;
  font-weight:700;
  text-transform:uppercase;
  margin-bottom:18px;
}

#yb-gearbox-module .yb-line{
  width:56px;
  height:3px;
  background:#00539f;
  margin:0 0 34px;
}

#yb-gearbox-module h2{
  max-width:620px;
  margin:0 0 28px;
  font-family:'Poppins-Bold','Poppins',Arial,sans-serif;
  font-size:36px;
  line-height:1.3;
  font-weight:700;
  letter-spacing:.1px;
  color:#061126;
}

#yb-gearbox-module .yb-text{
  max-width:620px;
  margin:0 0 8px;
  font-family:'Poppins-Regular','Poppins',Arial,sans-serif;
  font-size:16px;
  line-height:1.75;
  color:#24324b;
}

#yb-gearbox-module .yb-btn{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:22px;
  min-width:320px;
  margin:32px 0 34px;
  padding:18px 30px;
  background:#005aa8;
  color:#fff!important;
  border-radius:8px;
  text-decoration:none;
  font-family:'Poppins-Bold','Poppins',Arial,sans-serif;
  font-size:18px;
  font-weight:700;
  box-shadow:0 16px 32px rgba(0,83,159,.22);
}

#yb-gearbox-module .yb-btn span{
  font-size:26px;
  line-height:1;
}

#yb-gearbox-module .yb-features{
  display:grid;
  gap:14px;
  max-width:600px;
}

#yb-gearbox-module .yb-feature{
  min-height:82px;
  display:grid;
  grid-template-columns:58px 1fr 24px;
  gap:16px;
  align-items:center;
  padding:14px 20px;
  background:#fff;
  border:1px solid #d7e5f2;
  border-radius:8px;
  color:#061126!important;
  text-decoration:none;
}

#yb-gearbox-module .yb-icon{
  width:48px;
  height:48px;
  border-radius:50%;
  background:#005aa8;
  color:#fff;
  display:flex;
  align-items:center;
  justify-content:center;
  font-family:'Poppins-Bold','Poppins',Arial,sans-serif;
  font-size:22px;
  font-style:normal;
  font-weight:700;
}

#yb-gearbox-module .yb-feature b{
  display:block;
  font-family:'Poppins-Bold','Poppins',Arial,sans-serif;
  font-size:18px;
  line-height:1.35;
  font-weight:700;
  color:#061126;
}

#yb-gearbox-module .yb-feature small{
  display:block;
  margin-top:5px;
  font-family:'Poppins-Regular','Poppins',Arial,sans-serif;
  font-size:14px;
  line-height:1.45;
  color:#4b5a73;
}

#yb-gearbox-module .yb-arrow{
  font-style:normal;
  font-size:34px;
  color:#061126;
  line-height:1;
}

#yb-gearbox-module .yb-right{
  display:flex;
  height:100%;
}

#yb-gearbox-module .yb-card{
  width:100%;
  height:100%;
  display:flex;
  flex-direction:column;
  background:#fff;
  border:1px solid #d6e5f3;
  border-radius:14px;
  overflow:hidden;
  box-shadow:0 22px 55px rgba(18,40,70,.10);
}

#yb-gearbox-module .yb-image-area{
  position:relative;
  flex:1 1 auto;
  min-height:500px;
  padding:36px 42px 34px;
  overflow:hidden;
  background:
    radial-gradient(circle at 78% 12%,rgba(255,255,255,.95) 0%,rgba(255,255,255,.55) 22%,rgba(228,239,250,.55) 46%,transparent 68%),
    linear-gradient(180deg,#eef5fc 0%,#f8fbff 42%,#fff 100%);
}

#yb-gearbox-module .yb-image-area:before{
  content:"";
  position:absolute;
  inset:0;
  z-index:0;
  pointer-events:none;
  background:
    linear-gradient(rgba(0,83,159,.055) 1px,transparent 1px),
    linear-gradient(90deg,rgba(0,83,159,.055) 1px,transparent 1px);
  background-size:42px 42px;
  opacity:.75;
}

#yb-gearbox-module .yb-image-area:after{
  content:"";
  position:absolute;
  width:520px;
  height:520px;
  right:-80px;
  top:-120px;
  z-index:0;
  pointer-events:none;
  background:
    radial-gradient(circle,transparent 0 34%,rgba(255,255,255,.55) 34.4% 34.8%,transparent 35.2%),
    radial-gradient(circle,transparent 0 48%,rgba(255,255,255,.42) 48.4% 48.8%,transparent 49.2%),
    radial-gradient(circle,transparent 0 62%,rgba(255,255,255,.36) 62.4% 62.8%,transparent 63.2%);
  opacity:.9;
}

#yb-gearbox-module .yb-main-img{
  position:relative;
  z-index:2;
  display:block;
  width:100%;
  height:270px;
  max-height:270px;
  object-fit:contain;
  object-position:center;
  margin:0 auto 34px;
}

#yb-gearbox-module .yb-labels{
  position:relative;
  z-index:2;
  display:grid;
  grid-template-columns:repeat(5,1fr);
  gap:18px;
  text-align:center;
  margin-top:18px;
}

#yb-gearbox-module .yb-label b{
  display:block;
  margin-bottom:7px;
  font-family:'Poppins-Bold','Poppins',Arial,sans-serif;
  font-size:15px;
  line-height:1.25;
  color:#061126;
}

#yb-gearbox-module .yb-label span{
  display:block;
  font-family:'Poppins-Regular','Poppins',Arial,sans-serif;
  font-size:13px;
  line-height:1.45;
  color:#4b5a73;
}

#yb-gearbox-module .yb-note{
  flex-shrink:0;
  display:grid;
  grid-template-columns:64px 1fr;
  gap:18px;
  align-items:center;
  padding:20px 42px;
  background:#eaf3fb;
  border-top:1px solid #d6e5f3;
}

#yb-gearbox-module .yb-shield{
  width:48px;
  height:48px;
  border:3px solid #005aa8;
  border-radius:14px;
  color:#005aa8;
  display:flex;
  align-items:center;
  justify-content:center;
  font-family:'Poppins-Bold','Poppins',Arial,sans-serif;
  font-size:28px;
  font-weight:700;
}

#yb-gearbox-module .yb-note b{
  display:block;
  margin-bottom:5px;
  font-family:'Poppins-Bold','Poppins',Arial,sans-serif;
  font-size:16px;
  line-height:1.35;
  color:#061126;
}

#yb-gearbox-module .yb-note span{
  display:block;
  font-family:'Poppins-Regular','Poppins',Arial,sans-serif;
  font-size:14px;
  line-height:1.5;
  color:#4b5a73;
}

@media(max-width:1100px){
  #yb-gearbox-module{
    padding:56px 22px 30px;
  }

  #yb-gearbox-module .yb-wrap{
    grid-template-columns:1fr;
    gap:36px;
  }

  #yb-gearbox-module h2,
  #yb-gearbox-module .yb-text,
  #yb-gearbox-module .yb-features{
    max-width:100%;
  }
}

@media(max-width:768px){
  #yb-gearbox-module{
    padding:52px 16px 24px;
  }

  #yb-gearbox-module .yb-kicker{
    font-size:13px;
    letter-spacing:4px;
  }

  #yb-gearbox-module h2{
    font-size:30px;
    line-height:1.3;
  }

  #yb-gearbox-module .yb-text{
    font-size:15px;
    line-height:1.7;
  }

  #yb-gearbox-module .yb-btn{
    width:100%;
    min-width:0;
    font-size:16px;
  }

  #yb-gearbox-module .yb-feature{
    grid-template-columns:1fr 22px;
  }

  #yb-gearbox-module .yb-icon{
    display:none;
  }

  #yb-gearbox-module .yb-image-area{
    min-height:auto;
    padding:24px 16px 22px;
  }

  #yb-gearbox-module .yb-main-img{
    height:auto;
    max-height:240px;
    margin-bottom:18px;
  }

  #yb-gearbox-module .yb-labels{
    grid-template-columns:1fr;
    gap:10px;
    text-align:left;
    margin-top:10px;
  }

  #yb-gearbox-module .yb-label{
    background:rgba(255,255,255,.72);
    border:1px solid #d6e5f3;
    border-radius:8px;
    padding:12px 14px;
  }

  #yb-gearbox-module .yb-note{
    grid-template-columns:1fr;
    padding:18px 16px;
  }
}
