/* JIAO ELECTRONICS independent frontend layer */
:root {
  --jiao-navy: #09223f;
  --jiao-blue: #0b5cab;
  --jiao-sky: #2aa7d8;
  --jiao-orange: #f97316;
  --jiao-ink: #152033;
  --jiao-muted: #627084;
  --jiao-line: #dbe4ef;
  --jiao-soft: #f5f8fc;
  --jiao-white: #ffffff;
}

body.jiao-site {
  color: var(--jiao-ink);
  background: #ffffff;
  overflow-x: hidden;
}

.jiao-site .branding-header {
  border-bottom: 1px solid var(--jiao-line);
  box-shadow: none;
}

.jiao-site .nav-menu-bar {
  background: var(--jiao-navy);
}

.jiao-site .nav-menu-link {
  color: rgba(255, 255, 255, 0.86);
  border-radius: 0;
}

.jiao-site .nav-menu-link:hover,
.jiao-site .nav-menu-link.active {
  color: #ffffff;
  background: rgba(42, 167, 216, 0.22);
}

.jiao-topline {
  background: #eef6fb;
  border-bottom: 1px solid #d7e9f5;
  color: #31506f;
  font-size: 13px;
}

.jiao-topline-inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
  min-height: 36px;
}

.jiao-topline strong {
  color: var(--jiao-navy);
}

.jiao-site .branding-inner {
  gap: 28px;
}

.jiao-header-tools {
  display: flex;
  align-items: center;
  gap: 24px;
  flex: 0 0 auto;
}

.jiao-header-tool {
  min-width: auto;
  min-height: 52px;
  display: inline-flex;
  align-items: center;
  gap: 9px;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  color: var(--jiao-ink);
  text-decoration: none;
  box-shadow: none;
}

.jiao-header-tool:hover {
  color: var(--jiao-blue);
}

.jiao-tool-icon {
  position: relative;
  width: 32px;
  height: 32px;
  border-radius: 0;
  background: transparent;
  color: #1f2b3a;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
}

.jiao-tool-icon svg {
  width: 29px;
  height: 29px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.9;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.jiao-cart-icon em {
  position: absolute;
  top: -8px;
  right: -12px;
  min-width: 28px;
  height: 18px;
  padding: 0 7px;
  border-radius: 999px;
  background: #c40012;
  color: #ffffff;
  font-style: normal;
  font-size: 11px;
  font-weight: 900;
  line-height: 18px;
  text-align: center;
}

.jiao-header-tool b,
.jiao-header-tool small {
  display: block;
  white-space: nowrap;
}

.jiao-header-tool b {
  font-size: 13px;
  line-height: 1.2;
  color: var(--jiao-navy);
}

.jiao-header-tool small {
  max-width: none;
  overflow: visible;
  text-overflow: clip;
  margin-top: 3px;
  font-size: 12px;
  color: var(--jiao-muted);
}

.jiao-site .main-search-bar {
  flex: 1 1 520px;
  max-width: 640px;
}

.jiao-hero-v2 {
  background:
    linear-gradient(120deg, rgba(9, 34, 63, 0.96), rgba(7, 58, 102, 0.92)),
    url("../images/banner_original.jpg") center / cover no-repeat;
  color: #ffffff;
  min-height: 620px;
  display: flex;
  align-items: center;
  position: relative;
  overflow: hidden;
}

.jiao-hero-v3 {
  position: relative;
  overflow: hidden;
  color: #ffffff;
  background: #06182e;
}

.jiao-hero-v3::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    repeating-linear-gradient(90deg, rgba(255, 255, 255, 0.042) 0 1px, transparent 1px 84px),
    repeating-linear-gradient(0deg, rgba(255, 255, 255, 0.032) 0 1px, transparent 1px 72px);
  pointer-events: none;
  z-index: 1;
}

.jiao-hero-shell {
  position: relative;
  z-index: 2;
  min-height: 610px;
  display: flex;
  align-items: center;
  padding: 64px 0;
}

.jiao-hero-slider {
  position: relative;
  width: 100%;
  min-height: 450px;
  overflow: hidden;
  border-radius: 0;
}

.jiao-hero-slide {
  position: absolute;
  inset: 0;
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(330px, 0.72fr);
  gap: 46px;
  align-items: center;
  opacity: 0;
  visibility: hidden;
  transform: translateX(28px);
  transition: opacity 420ms ease, transform 420ms ease, visibility 420ms ease;
  isolation: isolate;
}

.jiao-hero-slide::before,
.jiao-hero-slide::after {
  content: "";
  position: absolute;
  inset: -64px calc((100vw - min(1180px, 100vw - 40px)) / -2);
  pointer-events: none;
  z-index: -2;
}

.jiao-hero-slide::before {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  filter: saturate(1.02) contrast(1.04);
}

.jiao-hero-slide::after {
  z-index: -1;
  background:
    linear-gradient(90deg, rgba(4, 18, 34, 0.96) 0%, rgba(4, 24, 45, 0.84) 38%, rgba(4, 28, 50, 0.58) 66%, rgba(4, 20, 36, 0.76) 100%),
    linear-gradient(180deg, rgba(4, 16, 30, 0.42), rgba(4, 16, 30, 0.72));
}

.jiao-hero-slide-bom::before {
  background-image: url("../images/hero/hero-bom-rfq.jpg");
}

.jiao-hero-slide-shortage::before {
  background-image: url("../images/hero/hero-ic-sourcing.jpg");
}

.jiao-hero-slide-brands::before {
  background-image: url("../images/hero/hero-priority-brands.jpg");
}

.jiao-hero-slide.is-active {
  opacity: 1;
  visibility: visible;
  transform: translateX(0);
}

.jiao-hero-content {
  max-width: 790px;
  position: relative;
  z-index: 2;
}

.jiao-hero-controls {
  position: absolute;
  inset: 0;
  pointer-events: none;
  z-index: 8;
}

.jiao-slider-arrow,
.jiao-slider-dots button {
  border: 1px solid rgba(255, 255, 255, 0.36);
  background: rgba(255, 255, 255, 0.08);
  color: #ffffff;
  cursor: pointer;
}

.jiao-slider-arrow {
  position: absolute;
  top: 50%;
  width: 48px;
  height: 48px;
  border-radius: 999px;
  font-size: 28px;
  line-height: 1;
  transform: translateY(-50%);
  pointer-events: auto;
  transition: background 180ms ease, border-color 180ms ease, transform 180ms ease;
}

.jiao-slider-arrow:hover {
  background: rgba(255, 255, 255, 0.18);
  border-color: rgba(255, 255, 255, 0.72);
}

.jiao-slider-arrow[data-slide-prev] {
  left: calc((100vw - min(1180px, 100vw - 40px)) / -2 + 28px);
}

.jiao-slider-arrow[data-slide-next] {
  right: calc((100vw - min(1180px, 100vw - 40px)) / -2 + 28px);
}

.jiao-slider-dots {
  position: absolute;
  left: 50%;
  bottom: 28px;
  display: inline-flex;
  align-items: center;
  gap: 7px;
  transform: translateX(-50%);
  pointer-events: auto;
}

.jiao-slider-dots button {
  width: 32px;
  height: 7px;
  border-radius: 999px;
  padding: 0;
}

.jiao-slider-dots button.is-active {
  width: 44px;
  background: var(--jiao-orange);
  border-color: var(--jiao-orange);
}

.jiao-hero-v2::after {
  content: "";
  position: absolute;
  right: -160px;
  top: -120px;
  width: 520px;
  height: 520px;
  border: 70px solid rgba(249, 115, 22, 0.28);
  transform: rotate(22deg);
}

.jiao-hero-grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(320px, 0.72fr);
  gap: 44px;
  align-items: center;
  padding: 72px 0;
}

.jiao-eyebrow {
  color: #8bd8ff;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  margin-bottom: 16px;
}

.jiao-hero-title {
  max-width: 780px;
  font-size: 58px;
  line-height: 1.04;
  font-weight: 850;
  margin: 0 0 20px;
  letter-spacing: 0;
}

.jiao-hero-title span {
  color: #ffb36f;
}

.jiao-hero-copy {
  max-width: 690px;
  font-size: 18px;
  line-height: 1.7;
  color: rgba(255, 255, 255, 0.84);
  margin-bottom: 28px;
}

.jiao-hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-bottom: 26px;
}

.jiao-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  padding: 0 18px;
  border-radius: 6px;
  font-weight: 800;
  border: 1px solid transparent;
}

.jiao-btn-primary {
  background: var(--jiao-orange);
  color: #ffffff;
}

.jiao-btn-secondary {
  background: rgba(255, 255, 255, 0.08);
  border-color: rgba(255, 255, 255, 0.35);
  color: #ffffff;
}

.jiao-proof-row {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  max-width: 740px;
}

.jiao-proof {
  border-left: 3px solid var(--jiao-sky);
  background: rgba(255, 255, 255, 0.08);
  padding: 12px 14px;
}

.jiao-proof strong {
  display: block;
  font-size: 18px;
  color: #ffffff;
}

.jiao-proof span {
  display: block;
  margin-top: 2px;
  color: rgba(255, 255, 255, 0.72);
  font-size: 12px;
}

.jiao-rfq-panel {
  background: #ffffff;
  color: var(--jiao-ink);
  border-radius: 8px;
  padding: 26px;
  box-shadow: 0 24px 70px rgba(0, 0, 0, 0.28);
}

.jiao-panel-kicker {
  display: inline-flex;
  margin-bottom: 12px;
  padding: 5px 9px;
  border-radius: 5px;
  background: #e9f5fb;
  color: var(--jiao-blue);
  font-size: 12px;
  font-weight: 800;
  text-transform: uppercase;
}

.jiao-panel-dark {
  background: rgba(8, 30, 54, 0.92);
  border: 1px solid rgba(255, 255, 255, 0.18);
  color: #ffffff;
}

.jiao-panel-dark h2,
.jiao-panel-dark p {
  color: #ffffff;
}

.jiao-mini-metrics {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
  margin-top: 18px;
}

.jiao-mini-metrics div {
  padding: 12px;
  border-radius: 7px;
  background: rgba(255, 255, 255, 0.1);
}

.jiao-mini-metrics b,
.jiao-mini-metrics span {
  display: block;
}

.jiao-mini-metrics b {
  font-size: 21px;
  color: #ffb36f;
}

.jiao-mini-metrics span {
  margin-top: 3px;
  font-size: 12px;
  color: rgba(255, 255, 255, 0.76);
}

.jiao-brand-pills {
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
  margin: 18px 0 22px;
}

.jiao-brand-pills span {
  padding: 8px 10px;
  border-radius: 6px;
  background: #f2f6fa;
  color: var(--jiao-navy);
  font-size: 13px;
  font-weight: 800;
}

.jiao-rfq-panel h2 {
  font-size: 23px;
  margin-bottom: 10px;
  color: var(--jiao-navy);
}

.jiao-rfq-panel p {
  color: var(--jiao-muted);
  margin-bottom: 18px;
}

.jiao-rfq-list {
  display: grid;
  gap: 12px;
  margin-bottom: 20px;
}

.jiao-rfq-step {
  display: grid;
  grid-template-columns: 36px 1fr;
  gap: 10px;
  align-items: start;
}

.jiao-rfq-step b {
  width: 36px;
  height: 36px;
  border-radius: 6px;
  background: #e9f5fb;
  color: var(--jiao-blue);
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.jiao-rfq-step span {
  font-size: 14px;
  color: #44546a;
  line-height: 1.5;
}

.jiao-product-showcase {
  background: #ffffff;
}

.jiao-product-tabs {
  display: flex;
  gap: 34px;
  align-items: center;
  border-bottom: 1px solid var(--jiao-line);
  margin-bottom: 30px;
  overflow-x: auto;
}

.jiao-product-tabs button {
  position: relative;
  height: 54px;
  display: inline-flex;
  align-items: center;
  border: 0;
  background: transparent;
  color: #9098a6;
  font-size: 14px;
  font-weight: 900;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  cursor: pointer;
  white-space: nowrap;
}

.jiao-product-tabs button.is-active {
  color: var(--jiao-navy);
}

.jiao-product-tabs button.is-active::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -1px;
  height: 2px;
  background: #c40012;
}

.jiao-product-head {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 22px;
  margin-bottom: 24px;
}

.jiao-product-head h2 {
  margin: 0 0 8px;
  color: var(--jiao-navy);
  font-size: 28px;
  line-height: 1.2;
}

.jiao-product-head p {
  max-width: 720px;
  margin: 0;
  color: var(--jiao-muted);
  line-height: 1.65;
  font-size: 14px;
}

.jiao-product-upload {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  padding: 0 16px;
  border: 1px solid #cbd8e6;
  border-radius: 6px;
  background: #ffffff;
  color: var(--jiao-navy);
  font-weight: 850;
  white-space: nowrap;
  text-decoration: none;
  box-shadow: 0 8px 24px rgba(9, 34, 63, 0.06);
}

.jiao-product-panel {
  display: none;
}

.jiao-product-panel.is-active {
  display: block;
}

.jiao-product-grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 30px 34px;
}

.jiao-product-card {
  position: relative;
  min-width: 0;
}

.jiao-product-photo {
  position: relative;
  height: 210px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
  overflow: hidden;
  border-radius: 6px;
  background:
    radial-gradient(circle at 50% 38%, rgba(9, 34, 63, 0.08), transparent 42%),
    linear-gradient(180deg, #ffffff, #f8fafc);
}

.jiao-sale {
  position: absolute;
  top: 12px;
  right: 12px;
  z-index: 4;
  padding: 4px 8px;
  border-radius: 2px;
  background: #c40012;
  color: #ffffff;
  font-size: 12px;
  font-weight: 850;
}

.jiao-mfr {
  color: #939dac;
  font-size: 13px;
  line-height: 1.3;
  margin-bottom: 10px;
}

.jiao-part {
  display: inline-block;
  min-height: 36px;
  color: var(--jiao-blue);
  font-size: 14px;
  font-weight: 900;
  line-height: 1.35;
  text-decoration: none;
  overflow-wrap: anywhere;
}

.jiao-product-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  margin: 10px 0 14px;
}

.jiao-product-meta span {
  padding: 4px 7px;
  border-radius: 999px;
  background: #eef5fb;
  color: #436176;
  font-size: 11px;
  font-weight: 750;
}

.jiao-rfq-btn {
  width: 100%;
  min-height: 46px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #7b8490;
  border-radius: 3px;
  background: #ffffff;
  color: var(--jiao-navy);
  font-size: 14px;
  font-weight: 900;
  letter-spacing: 0.02em;
  text-decoration: none;
}

.jiao-rfq-btn:hover {
  border-color: var(--jiao-orange);
  background: var(--jiao-orange);
  color: #ffffff;
}

.jiao-ic-chip {
  position: relative;
  width: 128px;
  height: 82px;
  border-radius: 7px;
  background: linear-gradient(145deg, #252b32, #050708);
  box-shadow: 0 22px 40px rgba(9, 34, 63, 0.18);
  transform: rotate(-8deg);
}

.jiao-ic-chip::before,
.jiao-ic-chip::after {
  content: "";
  position: absolute;
  left: -14px;
  right: -14px;
  height: 13px;
  background: repeating-linear-gradient(90deg, #bfc6cd 0 6px, transparent 6px 12px);
}

.jiao-ic-chip::before { top: 12px; }
.jiao-ic-chip::after { bottom: 12px; }

.jiao-ic-long {
  width: 158px;
  height: 60px;
  transform: rotate(-3deg);
}

.jiao-ic-long::before,
.jiao-ic-long::after {
  left: -18px;
  right: -18px;
}

.jiao-ic-long.rotate {
  transform: rotate(12deg);
}

.jiao-ic-stack {
  box-shadow: 24px 30px 0 -8px #171d24, 0 22px 40px rgba(9, 34, 63, 0.18);
}

.jiao-ic-bga {
  width: 132px;
  height: 132px;
  border-radius: 4px;
  transform: rotate(-3deg);
}

.jiao-ic-bga::before,
.jiao-ic-bga::after {
  display: none;
}

.jiao-ic-bga i {
  position: absolute;
  inset: 10px;
  background: radial-gradient(circle, #cfd6dd 0 2px, transparent 2.5px) 0 0 / 8px 8px;
  opacity: 0.8;
}

.jiao-module {
  position: relative;
  width: 138px;
  height: 98px;
  border-radius: 8px;
  background: #262d36;
  transform: rotate(-12deg);
  box-shadow: 0 22px 40px rgba(9, 34, 63, 0.18);
}

.jiao-module::before {
  content: "";
  position: absolute;
  inset: 14px;
  border-radius: 5px;
  background:
    linear-gradient(90deg, transparent 0 45%, #b6c0ca 45% 55%, transparent 55%),
    linear-gradient(0deg, transparent 0 45%, #b6c0ca 45% 55%, transparent 55%),
    #151b22;
}

.jiao-qfn {
  position: relative;
  width: 102px;
  height: 102px;
  border-radius: 7px;
  background: linear-gradient(145deg, #515a65, #2a3038);
  box-shadow: 0 18px 34px rgba(9, 34, 63, 0.18);
  transform: rotate(8deg);
}

.jiao-qfn::before {
  content: "";
  position: absolute;
  inset: 18px;
  border-radius: 4px;
  background: #1b2028;
  box-shadow:
    -36px 0 0 -30px #d9c46a,
    36px 0 0 -30px #d9c46a,
    0 -36px 0 -30px #d9c46a,
    0 36px 0 -30px #d9c46a;
}

.jiao-dual-ic {
  position: relative;
  width: 170px;
  height: 120px;
}

.jiao-dual-ic .jiao-ic-chip {
  position: absolute;
  width: 142px;
  height: 58px;
}

.jiao-dual-ic .jiao-ic-chip:nth-child(1) {
  left: 0;
  top: 4px;
  transform: rotate(-8deg);
}

.jiao-dual-ic .jiao-ic-chip:nth-child(2) {
  right: 0;
  bottom: 0;
  transform: rotate(8deg);
}

.jiao-section {
  padding: 70px 0;
}

.jiao-section.alt {
  background: var(--jiao-soft);
}

.jiao-section-head {
  display: flex;
  justify-content: space-between;
  align-items: end;
  gap: 20px;
  margin-bottom: 26px;
}

.jiao-section-head h2 {
  font-size: 32px;
  line-height: 1.18;
  color: var(--jiao-navy);
  margin: 0;
}

.jiao-section-head p {
  max-width: 560px;
  color: var(--jiao-muted);
  margin: 8px 0 0;
}

.jiao-service-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.jiao-service {
  border: 1px solid var(--jiao-line);
  border-radius: 8px;
  padding: 22px;
  background: #ffffff;
  min-height: 176px;
}

.jiao-service-icon {
  width: 42px;
  height: 42px;
  border-radius: 6px;
  background: #edf7fd;
  color: var(--jiao-blue);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-weight: 900;
  margin-bottom: 16px;
}

.jiao-service h3,
.jiao-segment h3,
.jiao-flow h3 {
  color: var(--jiao-navy);
  font-size: 18px;
  margin-bottom: 8px;
}

.jiao-service p,
.jiao-segment p,
.jiao-flow p {
  color: var(--jiao-muted);
  line-height: 1.62;
  font-size: 14px;
}

.jiao-brand-strip {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 12px;
}

.jiao-brand {
  min-height: 86px;
  border: 1px solid var(--jiao-line);
  border-radius: 6px;
  background: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 14px;
  text-align: center;
  font-weight: 850;
  color: var(--jiao-navy);
}

.jiao-brand img {
  max-width: 100%;
  max-height: 44px;
  object-fit: contain;
  filter: saturate(0.96);
}

.jiao-brand:hover {
  border-color: #a9c8e3;
  box-shadow: 0 10px 24px rgba(9, 34, 63, 0.08);
  transform: translateY(-1px);
}

.jiao-segments {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}

.jiao-segment {
  background: #ffffff;
  border: 1px solid var(--jiao-line);
  border-radius: 8px;
  padding: 20px;
}

.jiao-bom-band {
  background: var(--jiao-navy);
  color: #ffffff;
}

.jiao-bom-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 34px;
  align-items: center;
}

.jiao-bom-band h2 {
  font-size: 34px;
  line-height: 1.2;
  margin-bottom: 14px;
}

.jiao-bom-band p {
  color: rgba(255, 255, 255, 0.78);
  line-height: 1.7;
}

.jiao-checks {
  display: grid;
  gap: 10px;
}

.jiao-check {
  background: rgba(255, 255, 255, 0.09);
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 6px;
  padding: 12px 14px;
  color: rgba(255, 255, 255, 0.9);
}

.jiao-flow-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
}

.jiao-flow {
  position: relative;
  border-top: 4px solid var(--jiao-orange);
  background: #ffffff;
  border-radius: 6px;
  padding: 20px;
  box-shadow: 0 12px 28px rgba(9, 34, 63, 0.07);
}

.jiao-flow b {
  color: var(--jiao-orange);
  display: block;
  margin-bottom: 12px;
}

.jiao-products-hero {
  background: var(--jiao-soft);
  border-bottom: 1px solid var(--jiao-line);
  padding: 54px 0;
}

.jiao-products-hero h1 {
  color: var(--jiao-navy);
  font-size: 38px;
  margin-bottom: 12px;
}

.jiao-products-hero p {
  color: var(--jiao-muted);
  max-width: 760px;
  line-height: 1.7;
}

@media (max-width: 980px) {
  .jiao-hero-grid,
  .jiao-bom-grid {
    grid-template-columns: 1fr;
  }

  .jiao-site .branding-inner {
    grid-template-columns: 1fr;
    gap: 16px;
    padding: 18px 0;
  }

  .jiao-site .main-search-bar {
    width: 100%;
    order: 3;
    min-width: 0;
  }

  .jiao-header-tools {
    width: 100%;
    order: 2;
    display: flex;
    justify-content: flex-start;
    gap: 28px;
  }

  .jiao-header-tool {
    min-width: 0;
  }

  .jiao-product-head {
    flex-direction: column;
  }

  .jiao-product-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .jiao-site .depu-dark-footer .footer-main {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .jiao-site .depu-dark-footer .footer-grid-depu {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .jiao-hero-shell {
    min-height: 760px;
    padding: 54px 0 86px;
  }

  .jiao-hero-slide {
    grid-template-columns: 1fr;
    gap: 28px;
  }

  .jiao-hero-title {
    font-size: 42px;
  }

  .jiao-service-grid,
  .jiao-segments,
  .jiao-flow-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .jiao-brand-strip {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (max-width: 640px) {
  .jiao-topline-inner,
  .jiao-section-head {
    display: block;
  }

  .jiao-header-tools {
    width: 100%;
    justify-content: space-between;
    gap: 16px;
  }

  .jiao-header-tool {
    min-height: 44px;
  }

  .jiao-header-tool small {
    max-width: none;
  }

  .jiao-product-tabs {
    gap: 22px;
  }

  .jiao-product-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 24px 16px;
  }

  .jiao-product-photo {
    height: 160px;
  }

  .jiao-ic-chip {
    transform: rotate(-8deg) scale(0.82);
  }

  .jiao-ic-long {
    transform: rotate(-3deg) scale(0.82);
  }

  .jiao-ic-long.rotate {
    transform: rotate(12deg) scale(0.82);
  }

  .jiao-ic-bga,
  .jiao-module,
  .jiao-qfn,
  .jiao-dual-ic {
    transform: scale(0.82);
  }

  .jiao-part {
    font-size: 13px;
  }

  .jiao-rfq-btn {
    min-height: 42px;
  }

  .jiao-site .main-search-bar {
    display: grid;
    grid-template-columns: minmax(92px, 0.38fr) minmax(0, 1fr) 48px;
    flex: 0 0 auto !important;
    height: 46px !important;
    min-height: 46px !important;
    max-height: 46px !important;
    align-self: stretch;
    overflow: hidden !important;
  }

  .jiao-site .search-cat-dropdown,
  .jiao-site .main-search-input,
  .jiao-site .main-search-btn {
    min-width: 0;
    height: 46px !important;
    min-height: 46px !important;
    max-height: 46px !important;
    align-self: stretch;
  }

  .jiao-site .search-cat-dropdown {
    padding-left: 10px;
    padding-right: 8px;
  }

  .jiao-site .main-search-input {
    width: 100%;
  }

  .jiao-site .main-search-btn {
    width: 48px;
  }

  .jiao-site .depu-dark-footer .footer-main {
    grid-template-columns: 1fr;
  }

  .jiao-site .depu-dark-footer .footer-grid-depu {
    grid-template-columns: 1fr;
  }

  .jiao-hero-v2 {
    min-height: auto;
  }

  .jiao-hero-shell {
    min-height: 840px;
    padding: 42px 0 92px;
  }

  .jiao-hero-slider {
    min-height: 690px;
  }

  .jiao-hero-slide {
    align-content: start;
    width: 100%;
  }

  .jiao-hero-title {
    font-size: 34px;
  }

  .jiao-hero-copy {
    font-size: 16px;
  }

  .jiao-hero-content {
    padding: 0 16px;
  }

  .jiao-rfq-panel {
    margin-left: 16px;
    margin-right: 16px;
  }

  .jiao-hero-controls {
    inset: 0;
  }

  .jiao-slider-arrow {
    display: none;
  }

  .jiao-slider-arrow[data-slide-prev] {
    left: 10px;
  }

  .jiao-slider-arrow[data-slide-next] {
    right: 10px;
  }

  .jiao-slider-dots {
    bottom: 24px;
  }

  .jiao-mini-metrics {
    grid-template-columns: 1fr;
  }

  .jiao-proof-row,
  .jiao-service-grid,
  .jiao-segments,
  .jiao-flow-grid,
  .jiao-brand-strip {
    grid-template-columns: 1fr;
  }
}
