
/* ========== YUBAO Gearbox Base Styles ========== */
#yb-gearbox-module{
  width:100%;
  padding:90px 48px;
  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:center;
}
#yb-gearbox-module .yb-kicker{
  font-family:'Poppins-Bold','Poppins',Arial,sans-serif;
  font-size:16px;
  line-height:1.2;
  letter-spacing:6px;
  color:#0739AC;
  font-weight:700;
  text-transform:uppercase;
  margin-bottom:18px;
}
#yb-gearbox-module .yb-line{
  width:56px;
  height:3px;
  background:#0739AC;
  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;
  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:#0739AC;
  color:#fff!important;
  border:2px solid #0739AC;
  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(7,57,172,.22);
  transition:all .28s ease;
}
#yb-gearbox-module .yb-btn:hover{
  background:transparent;
  color:#0739AC!important;
  border-color:#0739AC;
  transform:translateY(-2px);
  box-shadow:0 12px 28px rgba(7,57,172,.16);
}
#yb-gearbox-module .yb-btn span{
  font-size:26px;
  line-height:1;
  color:inherit;
  transition:transform .28s ease;
}
#yb-gearbox-module .yb-btn:hover span{
  transform:translateX(6px);
}
#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:#0739AC;
  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-card{
  width:100%;
  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;
  height:480px;
  padding:34px 42px 36px;
  padding-bottom:12px;
  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:.72;
}
#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-img-box{
  position:relative;
  z-index:2;
  width:100%;
  height:290px;
  display:flex;
  align-items:center;
  justify-content:center;
}
#yb-gearbox-module .yb-main-img{
  display:block;
  width:100%;
  height:100%;
  object-fit:contain;
  object-position:center;
  transform:translateY(24px);
}
#yb-gearbox-module .yb-labels{
  position:relative;
  z-index:2;
  display:grid;
  grid-template-columns:repeat(5,minmax(0,1fr));
  gap:16px;
  text-align:center;
  margin-top:6px;
  transform:translateY(-24px);
  padding:0 8px;
}
#yb-gearbox-module .yb-label{
  min-width:0;
  overflow:hidden;
}
#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;
  white-space:normal;
}
#yb-gearbox-module .yb-label span{
  display:block;
  max-width:135px;
  margin:0 auto;
  font-family:'Poppins-Regular','Poppins',Arial,sans-serif;
  font-size:13px;
  line-height:1.45;
  color:#4b5a73;
  white-space:normal;
}
#yb-gearbox-module .yb-note{
  display:grid;
  grid-template-columns:64px 1fr;
  gap:18px;
  align-items:center;
  padding:26px 42px;
  background:#eaf3fb;
  border-top:1px solid #d6e5f3;
}
#yb-gearbox-module .yb-shield{
  width:48px;
  height:48px;
  border:3px solid #0739AC;
  border-radius:14px;
  color:#0739AC;
  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;
}

/* ========== Responsive ========== */
@media(max-width:1200px){
  #yb-gearbox-module{
    padding:70px 24px;
  }
  #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:56px 16px;
  }
  #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{
    height:auto;
    padding:24px 16px 22px;
  }
  #yb-gearbox-module .yb-img-box{
    height:230px;
  }
  #yb-gearbox-module .yb-labels{
    grid-template-columns:1fr;
    gap:10px;
    text-align:left;
    margin-top:18px;
    padding:0;
  }
  #yb-gearbox-module .yb-label{
    background:rgba(255,255,255,.78);
    border:1px solid #d6e5f3;
    border-radius:8px;
    padding:12px 14px;
  }
  #yb-gearbox-module .yb-label span{
    max-width:none;
    margin:0;
  }
  #yb-gearbox-module .yb-note{
    grid-template-columns:1fr;
    padding:18px 16px;
  }
}
