.about-imported{--blue:#0042b0;--ink:#111827;--muted:#667085;color:var(--ink);font:16px normal Arial,Helvetica,sans-serif;line-height:normal}.about-imported h2,.about-imported h3,.about-imported h4{font-weight:700;letter-spacing:0}.about-imported p{margin:1em 0}
.about-imported .premiumOemShowcase{
  padding: 96px clamp(20px, 5vw, 76px);
}
.about-imported .premiumOemShowcase{
  padding-bottom: 64px;
}
.about-imported .variantSectionHead{
  display: flex;
  justify-content: space-between;
  gap: 42px;
  align-items: end;
  margin-bottom: 36px;
}
.about-imported .variantSectionHead h2{
  max-width: 720px;
  margin-bottom: 14px;
  font-size: clamp(30px, 3.2vw, 48px);
  line-height: 1.08;
  letter-spacing: 0;
}
.about-imported .variantSectionHead p{
  max-width: 570px;
  color: var(--muted);
  font-size: 16px;
  line-height: 1.72;
}
.about-imported .premiumOemShowcase{
  background:
    linear-gradient(180deg, #ffffff 0%, #f4f7fb 100%);
}
.about-imported .oemShowcasePanel{
  padding: clamp(24px, 3vw, 42px);
  border: 1px solid #dbe6f2;
  border-radius: 8px;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.96) 0%, rgba(248, 251, 255, 0.96) 46%, rgba(232, 241, 252, 0.82) 100%);
  box-shadow: 0 30px 80px rgba(28, 52, 84, 0.08);
  overflow: hidden;
}
.about-imported .oemShowcaseHead{
  align-items: center;
  margin-bottom: 28px;
}
.about-imported .sectionEyebrow{
  display: block;
  margin-bottom: 12px;
  color: var(--blue);
  font-size: 13px;
  font-weight: 900;
  letter-spacing: 0;
}
.about-imported .oemProcessGrid{
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 16px;
}
.about-imported .oemProcessGrid article{
  position: relative;
  display: flex;
  flex-direction: column;
  min-height: 246px;
  padding: 12px;
  border: 1px solid #d9e6f4;
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.94);
  box-shadow: 0 18px 36px rgba(18, 43, 76, 0.07);
  overflow: hidden;
  transition: border-color 180ms ease, box-shadow 180ms ease, transform 180ms ease;
}
.about-imported .oemProcessGrid article::before{
  content: "";
  position: absolute;
  top: 14px;
  left: 14px;
  z-index: 1;
  width: 50px;
  height: 42px;
  border-radius: 8px 0 16px 0;
  background: var(--blue);
}
.about-imported .oemProcessGrid article:hover{
  border-color: rgba(0, 66, 176, 0.36);
  box-shadow: 0 22px 52px rgba(18, 43, 76, 0.12);
  transform: translateY(-2px);
}
.about-imported .oemProcessGrid img{
  display: block;
  width: 100%;
  aspect-ratio: 1.24 / 1;
  object-fit: cover;
  border-radius: 6px;
  background: #f4f8fd;
}
.about-imported .oemProcessGrid b{
  position: absolute;
  top: 24px;
  left: 26px;
  z-index: 2;
  color: white;
  font-size: 16px;
  line-height: 1;
}
.about-imported .oemProcessGrid h3{
  display: flex;
  align-items: center;
  min-height: 48px;
  margin: 14px 4px 2px;
  color: #102033;
  font-size: 16px;
  line-height: 1.25;
}
.about-imported .oemProcessGrid p{
  margin: 0 4px;
  color: var(--muted);
  font-size: 13px;
  line-height: 1.55;
}
.about-imported .premiumMaterials{
  padding: 64px clamp(20px, 5vw, 76px) 78px;
  background:
    radial-gradient(circle at 50% 0%, rgba(0, 66, 176, 0.08), transparent 34%),
    linear-gradient(180deg, #ffffff 0%, #f5f9fd 100%);
  border-top: 1px solid #dbe6f2;
  border-bottom: 1px solid #dbe6f2;
}
.about-imported .materialsGrid p,
.about-imported .testingGrid p{
  color: #1f2937;
  font-size: 15px;
  line-height: 1.45;
}
.about-imported .materialsGrid,
.about-imported .testingGrid{
  display: grid;
  gap: 12px;
}
.about-imported .rawMaterialsGrid{
  grid-template-columns: repeat(12, minmax(0, 1fr));
}
.about-imported .materialsGrid article,
.about-imported .testingGrid article{
  display: grid;
  gap: 8px;
  align-items: start;
  min-width: 0;
  padding: 16px 16px 14px;
  border: 1px solid #d9e8f5;
  border-radius: 12px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.96), rgba(248, 252, 255, 0.96)),
    #ffffff;
  text-align: center;
  box-shadow: 0 16px 42px rgba(20, 42, 76, 0.06);
}
.about-imported .rawMaterialsGrid article{
  grid-column: span 3;
}
.about-imported .rawMaterialsGrid article:nth-child(n+5){
  grid-column: span 4;
}
.about-imported .materialsGrid img,
.about-imported .testingGrid img{
  display: block;
  width: 100%;
  height: 142px;
  object-fit: contain;
  margin-bottom: 6px;
  border-radius: 6px;
  background: #ffffff;
}
.about-imported .rawMaterialsGrid article:nth-child(n+5) img{
  height: 160px;
}
.about-imported .materialsGrid h4,
.about-imported .testingGrid h4{
  position: relative;
  margin: 0 0 8px;
  padding-bottom: 8px;
  color: #00327f;
  font-size: 17px;
  font-weight: 900;
  line-height: 1.18;
}
.about-imported .materialsGrid h4::after,
.about-imported .testingGrid h4::after{
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  width: 38px;
  height: 2px;
  border-radius: 999px;
  background: #0042b0;
  transform: translateX(-50%);
}
.about-imported .materialsGrid p,
.about-imported .testingGrid p{
  margin: 2px 0 0;
  color: #111827;
  font-size: 15px;
  font-weight: 500;
}
.about-imported .testingGrid{
  grid-template-columns: repeat(12, minmax(0, 1fr));
  align-items: stretch;
}
.about-imported .testingFeature{
  grid-column: span 5;
  grid-row: span 2;
  grid-template-columns: 1fr;
  align-items: stretch;
  padding: 0;
  overflow: hidden;
}
.about-imported .testingFeature img{
  height: 328px;
  margin-bottom: 0;
  border-radius: 0;
  object-fit: cover;
}
.about-imported .testingFeature div{
  padding: 18px;
  background: linear-gradient(135deg, #00327f, #0042b0);
}
.about-imported .testingFeature h4,
.about-imported .testingFeature p{
  color: white;
}
.about-imported .testingFeature h4{
  font-size: 30px;
}
.about-imported .testingFeature h4::after{
  background: rgba(255, 255, 255, 0.8);
}
.about-imported .testingGrid article:not(.testingFeature){
  grid-column: span 7;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  align-items: center;
}
.about-imported .testingGrid article:not(.testingFeature) img{
  height: 150px;
}
.about-imported .materialsShell{
  max-width: 1700px;
  margin: 0 auto;
  padding: 28px;
  border: 1px solid rgba(205, 219, 236, 0.9);
  border-radius: 18px;
  background:
    radial-gradient(circle at 20% 0%, rgba(0, 66, 176, 0.08), transparent 30%),
    linear-gradient(135deg, rgba(255, 255, 255, 0.96), rgba(241, 247, 255, 0.9));
  box-shadow: 0 28px 76px rgba(20, 42, 76, 0.1);
}
.about-imported .materialsTopline{
  margin-bottom: 24px;
}
.about-imported .materialsTopline h2{
  max-width: 900px;
  color: var(--ink);
  font-size: clamp(32px, 3vw, 52px);
  line-height: 1.05;
}
.about-imported .materialsTopline p{
  max-width: 560px;
  color: #546276;
  font-size: 16px;
  line-height: 1.7;
}
.about-imported .materialsBlock{
  padding: 18px;
  border: 1px solid rgba(205, 219, 236, 0.82);
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.68);
  backdrop-filter: blur(18px) saturate(1.2);
}
.about-imported .materialsBlock + .materialsBlock{
  margin-top: 18px;
}
.about-imported .materialsBlockHead{
  display: flex;
  align-items: center;
  gap: 16px;
  margin-bottom: 16px;
}
.about-imported .materialsBlockHead span{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 46px;
  height: 46px;
  border-radius: 14px;
  background: #0042b0;
  color: white;
  font-size: 16px;
  font-weight: 950;
  box-shadow: 0 14px 28px rgba(0, 66, 176, 0.18);
}
.about-imported .materialsBlockHead h3{
  margin: 0;
  color: #00327f;
  font-size: clamp(22px, 2vw, 34px);
  line-height: 1.05;
  text-transform: uppercase;
}
.about-imported .materialsBlockHead p{
  margin: 6px 0 0;
  color: #5b687a;
  font-size: 15px;
}
.about-imported .rawMaterialsGrid{
  grid-template-columns: repeat(7, minmax(0, 1fr));
  gap: 14px;
}
.about-imported .rawMaterialsGrid article,
.about-imported .rawMaterialsGrid article:nth-child(n+5){
  grid-column: auto;
}
.about-imported .materialsGrid article,
.about-imported .testingGrid article{
  border-color: rgba(205, 219, 236, 0.9);
  border-radius: 14px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(248, 252, 255, 0.92));
  box-shadow: 0 18px 46px rgba(20, 42, 76, 0.07);
}
.about-imported .materialsGrid img{
  height: 136px;
  margin: 0 0 10px;
  padding: 8px;
}
.about-imported .rawMaterialsGrid article:nth-child(n+5) img{
  height: 136px;
}
.about-imported .materialsGrid h4,
.about-imported .testingGrid h4{
  color: #00327f;
  font-size: 16px;
}
.about-imported .materialsGrid p,
.about-imported .testingGrid p{
  color: #1f2937;
  font-size: 14px;
}
.about-imported .testingBlock{
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.9), rgba(235, 244, 255, 0.82)),
    #f7fbff;
}
.about-imported .testingGrid{
  grid-template-columns: minmax(360px, 1.05fr) repeat(3, minmax(0, 1fr));
  gap: 14px;
}
.about-imported .testingFeature{
  grid-column: auto;
  grid-row: span 1;
  padding: 0;
  overflow: hidden;
}
.about-imported .testingFeature img{
  height: 230px;
  object-fit: cover;
}
.about-imported .testingFeature div{
  padding: 18px 20px 20px;
  background: transparent;
}
.about-imported .testingFeature h4,
.about-imported .testingFeature p{
  color: inherit;
}
.about-imported .testingFeature h4{
  color: #00327f;
  font-size: 16px;
  line-height: 1.18;
}
.about-imported .testingGrid article:not(.testingFeature){
  grid-column: auto;
  grid-template-columns: 1fr;
  align-items: start;
  text-align: center;
}
.about-imported .testingGrid article:not(.testingFeature) img{
  height: 160px;
  padding: 10px;
}
.about-imported .testingGrid article:not(.testingFeature) div{
  padding: 0 8px 8px;
}
@media (max-width: 980px){
.about-imported .oemProcessGrid{
    grid-template-columns: repeat(3, 1fr);
  }
.about-imported .rawMaterialsGrid{
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
.about-imported .testingGrid{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
.about-imported .testingFeature{
    grid-column: 1 / -1;
  }
}
@media (max-width: 620px){
.about-imported .premiumOemShowcase,
.about-imported .premiumMaterials{
    padding-left: 20px;
    padding-right: 20px;
  }
.about-imported .rawMaterialsGrid,
.about-imported .testingGrid,
.about-imported .oemProcessGrid{
    grid-template-columns: 1fr;
  }
.about-imported .materialsGrid img,
.about-imported .testingGrid img,
.about-imported .testingFeature img{
    height: 170px;
  }
.about-imported .variantSectionHead{
  display: block;
}
}

/* Match screenshot's wide section frames; isolate all imported styling. */
.about-imported .premiumOemShowcase,.about-imported .premiumMaterials{padding:24px clamp(20px,2.7vw,52px)}
.about-imported .materialsShell{max-width:none}
@media(max-width:620px){.about-imported .oemShowcasePanel,.about-imported .materialsShell{padding:18px}.about-imported .variantSectionHead{display:block}.about-imported .materialsBlockHead span{flex-shrink:0}.about-imported .materialsBlockHead h3{font-size:22px}}

