/* ===== Brand Strategy Section ===== */
.staecore-brand-strategy {
  padding: 60px 0 50px;
  background: #f4f5f6;
  border-top: 3px solid #ff7800;
}

.brand-strategy-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
  align-items: start;
  margin-bottom: 40px;
}

.brand-ai-badge {
  display: inline-block;
  background: #ff7800;
  color: #fff;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.08em;
  padding: 4px 12px;
  border-radius: 3px;
  text-transform: uppercase;
  margin-bottom: 14px;
}

.brand-main-title {
  font-size: 26px;
  font-weight: 700;
  color: #222222;
  line-height: 1.25;
  margin-bottom: 14px;
}

.brand-desc {
  color: #555;
  font-size: 15px;
  line-height: 1.7;
  margin-bottom: 22px;
}

.brand-cta-row {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
}

.brand-cta-primary {
  display: inline-block;
  background: #ff7800;
  color: #fff !important;
  padding: 10px 24px;
  border-radius: 3px;
  font-weight: 600;
  font-size: 14px;
  text-decoration: none;
  transition: background 0.2s;
}
.brand-cta-primary:hover { background: #e06a00; }

.brand-cta-secondary {
  display: inline-block;
  background: #222222;
  color: #fff !important;
  padding: 10px 24px;
  border-radius: 3px;
  font-weight: 600;
  font-size: 14px;
  text-decoration: none;
  transition: background 0.2s;
}
.brand-cta-secondary:hover { background: #111; }

.brand-factory-cards {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
}

.factory-card {
  background: #fff;
  border-top: 3px solid #ff7800;
  padding: 20px;
  border-radius: 4px;
  box-shadow: 0 2px 8px rgba(0,0,0,0.06);
}

.factory-location-tag {
  display: inline-block;
  background: #222222;
  color: #ff7800;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.06em;
  padding: 3px 10px;
  border-radius: 2px;
  text-transform: uppercase;
  margin-bottom: 10px;
}

.factory-card h3 {
  font-size: 14px;
  font-weight: 700;
  color: #222222;
  margin-bottom: 8px;
  line-height: 1.35;
}

.factory-card p {
  font-size: 13px;
  color: #666;
  line-height: 1.6;
  margin-bottom: 10px;
}

/* Catalog cards share one animation and one equal-height layout baseline. */
.catalog-card-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  grid-auto-rows: 1fr;
  align-items: stretch;
  gap: 24px;
  margin-top: 44px;
}
.catalog-card-grid .catalog-card {
  display: flex;
  height: 100%;
  flex-direction: column;
  align-items: center;
  padding: 32px 24px;
  text-align: center;
}
.catalog-card-grid .catalog-card > br { display: none; }
.catalog-card-grid .catalog-card .brand-cta-primary { margin-top: auto; }

/* Trade service cards use one stable grid instead of mixed reveal offsets. */
.service-step-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  grid-auto-rows: 1fr;
  align-items: stretch;
  gap: 24px;
}
.service-step-grid .factory-card { height: 100%; }

.factory-products {
  font-size: 11px;
  color: #ff7800;
  font-weight: 600;
}

/* ===== Factory: workshop and equipment gallery ===== */
.factory-base-heading {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-bottom: 16px;
}
.factory-base-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
  align-items: center;
}
.factory-gallery {
  margin: 44px 0 28px;
}
.factory-gallery-heading {
  max-width: 760px;
  margin-bottom: 24px;
}
.factory-gallery-kicker {
  color: #ff7800;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  margin-bottom: 7px;
}
.factory-gallery-heading h2 {
  color: #222;
  font-size: 26px;
  font-weight: 800;
  line-height: 1.25;
  margin: 0 0 9px;
}
.factory-gallery-heading p {
  color: #62666a;
  font-size: 14px;
  line-height: 1.7;
  margin: 0;
}
.factory-workshop-title {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 20px;
  margin: 0 0 16px;
  padding-bottom: 13px;
  border-bottom: 1px solid #dfe2e5;
}
.factory-workshop-title > div > span {
  display: block;
  color: #ff7800;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.07em;
  text-transform: uppercase;
  margin-bottom: 4px;
}
.factory-workshop-title h3 {
  color: #222;
  font-size: 20px;
  font-weight: 800;
  line-height: 1.3;
  margin: 0 0 4px;
}
.factory-workshop-title p {
  color: #686c70;
  font-size: 12px;
  line-height: 1.55;
  margin: 0;
}
.factory-workshop-title > strong {
  flex: 0 0 auto;
  color: #fff;
  background: #34383b;
  border-radius: 4px;
  padding: 7px 10px;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}
.factory-gallery-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
}
.factory-gallery-card {
  display: flex;
  min-width: 0;
  height: 100%;
  flex-direction: column;
  margin: 0;
  overflow: hidden;
  background: #fff;
  border: 1px solid #dfe2e5;
  border-top: 3px solid #ff7800;
  border-radius: 5px;
  box-shadow: 0 4px 14px rgba(0, 0, 0, 0.06);
  transition: transform .25s ease, box-shadow .25s ease;
}
.factory-gallery-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.12);
}
.factory-gallery-media {
  aspect-ratio: 3 / 2;
  overflow: hidden;
  background: #e9ecef;
}
.factory-gallery-media img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .4s ease;
}
.factory-gallery-card:hover .factory-gallery-media img {
  transform: scale(1.04);
}
.factory-gallery-card figcaption {
  display: flex;
  flex: 1;
  flex-direction: column;
  padding: 14px 15px 16px;
}
.factory-gallery-card figcaption span {
  color: #ff7800;
  font-size: 9px;
  font-weight: 800;
  letter-spacing: 0.07em;
  text-transform: uppercase;
  margin-bottom: 5px;
}
.factory-gallery-card h3 {
  color: #222;
  font-size: 15px;
  font-weight: 700;
  line-height: 1.35;
  margin: 0 0 6px;
}
.factory-gallery-card p {
  color: #686c70;
  font-size: 12px;
  line-height: 1.55;
  margin: 0;
}
.factory-future-workshops {
  display: grid;
  gap: 34px;
  margin-top: 38px;
}
.factory-reserved-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
}
.factory-photo-slot {
  display: flex;
  min-width: 0;
  aspect-ratio: 3 / 2;
  flex-direction: column;
  justify-content: flex-end;
  padding: 18px;
  background: #f3f4f5;
  border: 1px dashed #c5cacf;
  border-top: 3px solid #b9c0c5;
  border-radius: 5px;
}
.factory-photo-slot span {
  color: #ff7800;
  font-size: 9px;
  font-weight: 800;
  letter-spacing: 0.07em;
  text-transform: uppercase;
  margin-bottom: 5px;
}
.factory-photo-slot strong {
  color: #34383b;
  font-size: 14px;
  line-height: 1.35;
}
.factory-photo-slot small {
  color: #7b8084;
  font-size: 10px;
  line-height: 1.45;
  margin-top: 4px;
}

@media (max-width: 991px) {
  .factory-gallery-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .factory-reserved-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

@media (max-width: 767px) {
  .factory-base-heading { align-items: flex-start; flex-direction: column; gap: 7px; }
  .factory-base-heading .factory-location-tag { margin-bottom: 0; }
  .factory-base-grid { grid-template-columns: 1fr; gap: 18px; }
  .factory-gallery { margin-top: 34px; }
  .factory-gallery-heading h2 { font-size: 22px; }
  .factory-workshop-title { align-items: flex-start; flex-direction: column; gap: 9px; }
}

@media (max-width: 575px) {
  .factory-gallery-grid { gap: 9px; }
  .factory-reserved-grid { gap: 9px; }
  .factory-gallery-card figcaption { padding: 10px 9px 11px; }
  .factory-gallery-card h3 { font-size: 13px; margin-bottom: 0; }
  .factory-gallery-card p { display: none; }
  .factory-photo-slot { padding: 12px 10px; }
  .factory-photo-slot strong { font-size: 12px; }
  .factory-photo-slot small { display: none; }
}

.brand-advantages-row {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  justify-content: center;
  border-top: 1px solid #e0e0e0;
  padding-top: 28px;
}

.adv-chip {
  display: flex;
  align-items: center;
  gap: 7px;
  background: #fff;
  border: 1px solid #e0e0e0;
  padding: 8px 16px;
  border-radius: 24px;
  font-size: 13px;
  font-weight: 600;
  color: #222222;
}

.adv-chip svg {
  width: 16px;
  height: 16px;
  color: #ff7800;
  flex-shrink: 0;
}

/* ===== Geo Tags on Product Cards ===== */
.geo-tag {
  display: block;
  font-size: 10px;
  background: #ff7800;
  color: #fff;
  padding: 2px 8px;
  border-radius: 2px;
  font-weight: 600;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  margin-top: 5px;
}

/* ===== Floating B2B Inquiry Bar ===== */
#staecore-b2b-bar {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  background: #ff7800;
  color: #fff;
  z-index: 9999;
  box-shadow: 0 -3px 12px rgba(0,0,0,0.2);
}

.b2b-bar-inner {
  display: flex;
  align-items: center;
  gap: 16px;
  padding: 10px 20px;
}

.b2b-bar-text {
  flex: 1;
  min-width: 0;
}

.b2b-bar-text strong {
  display: block;
  font-size: 14px;
  font-weight: 700;
  color: #fff;
}

.b2b-bar-text span {
  font-size: 12px;
  color: rgba(255,255,255,0.9);
}

.b2b-bar-actions {
  display: flex;
  gap: 10px;
  flex-shrink: 0;
}

.b2b-bar-btn {
  display: inline-block;
  background: #fff;
  color: #ff7800 !important;
  font-weight: 700;
  font-size: 13px;
  padding: 7px 18px;
  border-radius: 3px;
  text-decoration: none;
  transition: background 0.2s;
}
.b2b-bar-btn:hover { background: #f4f5f6; }

.b2b-bar-wa {
  display: inline-block;
  background: #2f3336;
  color: #fff !important;
  font-weight: 600;
  font-size: 13px;
  padding: 7px 18px;
  border-radius: 3px;
  text-decoration: none;
}

.b2b-bar-close {
  background: none;
  border: none;
  color: rgba(255,255,255,0.8);
  font-size: 20px;
  cursor: pointer;
  padding: 0 6px;
  flex-shrink: 0;
}
.b2b-bar-close:hover { color: #fff; }

/* ===== Right Sidebar ===== */
#staecore-right-sidebar {
  position: fixed;
  right: 0;
  top: 50%;
  transform: translateY(-50%) translateX(180px);
  z-index: 1000;
  width: 180px;
  transition: transform .3s ease;
}
#staecore-right-sidebar:hover,
#staecore-right-sidebar:focus-within { transform: translateY(-50%) translateX(0); }

.sidebar-handle {
  position: absolute;
  left: -34px;
  top: 50%;
  transform: translateY(-50%);
  width: 34px;
  background: #ff7800;
  color: #fff;
  border-radius: 6px 0 0 6px;
  box-shadow: -3px 0 12px rgba(0,0,0,0.12);
  padding: 14px 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 9px;
  cursor: pointer;
}
.sidebar-handle .sh-icon { font-size: 17px; line-height: 1; }
.sidebar-handle .sh-text { writing-mode: vertical-rl; font-size: 11px; font-weight: 700; letter-spacing: 0.12em; text-transform: uppercase; }

.sidebar-inner {
  background: #fff;
  border: 1px solid #e0e0e0;
  border-right: none;
  border-radius: 6px 0 0 6px;
  box-shadow: -3px 0 12px rgba(0,0,0,0.08);
  overflow: hidden;
}

.sidebar-section {
  padding: 12px 14px;
  border-bottom: 1px solid #f0f0f0;
}

.sidebar-title {
  font-size: 10px;
  font-weight: 700;
  color: #ff7800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  margin-bottom: 8px;
}

.sidebar-cat-link {
  display: block;
  font-size: 12px;
  color: #333 !important;
  text-decoration: none;
  padding: 5px 0;
  border-bottom: 1px solid #f5f5f5;
  line-height: 1.3;
}
.sidebar-cat-link:last-child { border-bottom: none; }
.sidebar-cat-link:hover { color: #ff7800 !important; }
.sidebar-cat-link small { color: #999; font-size: 10px; }

.scat-icon {
  color: #ff7800;
  font-size: 8px;
  margin-right: 4px;
}

.sidebar-link {
  display: block;
  font-size: 12px;
  color: #444 !important;
  text-decoration: none;
  padding: 4px 0;
  border-bottom: 1px solid #f5f5f5;
}
.sidebar-link:last-child { border-bottom: none; }
.sidebar-link:hover { color: #ff7800 !important; }

.sidebar-highlight {
  color: #ff7800 !important;
  font-weight: 700;
}

.sidebar-wa {
  padding: 12px 14px;
}
.sidebar-wa a {
  display: flex;
  align-items: center;
  gap: 7px;
  font-size: 12px;
  font-weight: 600;
  color: #222 !important;
  text-decoration: none;
}

/* ===== Responsive ===== */
@media (max-width: 991px) {
  .brand-strategy-grid { grid-template-columns: 1fr; gap: 24px; }
  .brand-factory-cards { grid-template-columns: 1fr; gap: 12px; }
  #staecore-right-sidebar { display: none; }
  .b2b-bar-text span { display: none; }
  .b2b-bar-inner { padding: 8px 12px; gap: 10px; }
}

@media (max-width: 640px) {
  .brand-advantages-row {
    flex-direction: column;
    align-items: center;
    gap: 8px;
  }
  .adv-chip {
    box-sizing: border-box;
    width: min(100%, 340px);
    min-height: 38px;
    justify-content: flex-start;
    font-size: 12px;
    line-height: 1.35;
    padding: 7px 14px;
  }
  .adv-chip svg { width: 17px; height: 17px; }
  .b2b-bar-actions { gap: 6px; }
  .b2b-bar-btn, .b2b-bar-wa { padding: 6px 12px; font-size: 12px; }
}

/* ===== H1Z2Z2-K product detail pages ===== */
.product-card-action {
  display: inline-flex;
  align-items: center;
  margin-top: 9px;
  color: #ed6b12;
  font-size: 12px;
  font-weight: 700;
  line-height: 1.3;
}
.product-card-action::after { content: "\2192"; margin-left: 6px; }

.product-detail-page { padding: 64px 0 74px; background: #fff; }
.product-detail-shell {
  display: grid;
  grid-template-columns: 250px minmax(0, 1fr);
  gap: 42px;
  align-items: start;
}
.product-detail-sidebar {
  position: sticky;
  top: 96px;
  overflow: hidden;
  border: 1px solid #e1e4e7;
  border-radius: 4px;
  background: #fff;
}
.product-detail-sidebar-head { padding: 20px 18px 17px; border-top: 3px solid #ed6b12; }
.product-detail-sidebar-head span,
.product-detail-section-head span,
.product-detail-kicker {
  display: block;
  margin-bottom: 6px;
  color: #ed6b12;
  font-size: 11px;
  font-weight: 800;
  line-height: 1.4;
  text-transform: uppercase;
}
.product-detail-sidebar-head h2 { margin: 0; color: #191c1f; font-size: 19px; line-height: 1.3; }
.product-detail-family-nav { display: flex; flex-direction: column; border-top: 1px solid #eceeef; }
.product-detail-family-nav a {
  display: block;
  padding: 12px 17px;
  border-bottom: 1px solid #eceeef;
  color: #3e4449;
  font-size: 13px;
  line-height: 1.4;
}
.product-detail-family-nav a:hover,
.product-detail-family-nav a.is-active { color: #fff; background: #ed6b12; }
.product-detail-variant-nav { display: grid; grid-template-columns: 1fr 1fr; gap: 8px; padding: 16px; background: #f6f7f8; }
.product-detail-variant-nav > span { grid-column: 1 / -1; color: #24282c; font-size: 12px; font-weight: 800; }
.product-detail-variant-nav a {
  padding: 9px 8px;
  border: 1px solid #dfe2e5;
  border-radius: 3px;
  color: #4b5055;
  font-size: 12px;
  font-weight: 700;
  text-align: center;
  background: #fff;
}
.product-detail-variant-nav a:hover,
.product-detail-variant-nav a.is-current { border-color: #ed6b12; color: #ed6b12; }
.product-detail-content { min-width: 0; }
.product-detail-hero {
  display: grid;
  grid-template-columns: minmax(0, 1.03fr) minmax(340px, .97fr);
  gap: 38px;
  align-items: center;
}
.product-detail-media {
  width: 100%;
  aspect-ratio: 1 / 1;
  margin: 0;
  overflow: hidden;
  border: 1px solid #e2e5e7;
  border-radius: 4px;
  background: #f5f6f7;
}
.product-detail-media > img { display: block; width: 100%; height: 100%; object-fit: cover; }
.product-detail-media.product-gallery {
  aspect-ratio: auto;
  overflow: visible;
  border: 0;
  border-radius: 0;
  background: transparent;
}
.product-gallery-stage {
  position: relative;
  width: 100%;
  aspect-ratio: 1 / 1;
  overflow: hidden;
  border: 1px solid #e2e5e7;
  border-radius: 4px;
  background: #f5f6f7;
}
.product-gallery-stage:focus-visible { outline: 3px solid rgba(237, 107, 18, .3); outline-offset: 3px; }
.product-gallery-stage .product-gallery-main {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.product-gallery-nav {
  position: absolute;
  z-index: 2;
  top: 50%;
  display: inline-flex;
  width: 42px;
  height: 54px;
  align-items: center;
  justify-content: center;
  border: 0;
  border-radius: 3px;
  color: #fff;
  background: rgba(23, 26, 29, .6);
  transform: translateY(-50%);
  transition: background .2s ease;
}
.product-gallery-nav:hover,
.product-gallery-nav:focus-visible { background: #ed6b12; }
.product-gallery-nav span { font-size: 34px; font-weight: 300; line-height: 1; }
.product-gallery-prev { left: 12px; }
.product-gallery-next { right: 12px; }
.product-gallery-thumbnails {
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: 82px;
  gap: 10px;
  margin-top: 12px;
  padding: 2px 1px 5px;
  overflow-x: auto;
  overscroll-behavior-inline: contain;
  scrollbar-width: thin;
}
.product-gallery-thumb {
  width: 82px;
  aspect-ratio: 1 / 1;
  padding: 0;
  overflow: hidden;
  border: 2px solid #e0e3e5;
  border-radius: 3px;
  background: #fff;
}
.product-gallery-thumb img { display: block; width: 100%; height: 100%; object-fit: cover; }
.product-gallery-thumb:hover,
.product-gallery-thumb:focus-visible,
.product-gallery-thumb.is-active { border-color: #ed6b12; }
.product-gallery.is-single .product-gallery-nav { display: none; }
.product-detail-summary h1 { margin: 0 0 17px; color: #171a1d; font-size: 34px; font-weight: 800; line-height: 1.2; }
.product-detail-summary > p { margin: 0 0 22px; color: #5a6065; font-size: 15px; line-height: 1.75; }
.product-detail-highlights { margin: 0; border-top: 1px solid #e5e7e9; }
.product-detail-highlights > div { display: grid; grid-template-columns: 108px minmax(0, 1fr); gap: 14px; padding: 11px 0; border-bottom: 1px solid #e5e7e9; }
.product-detail-highlights dt { color: #2b3034; font-size: 13px; font-weight: 800; }
.product-detail-highlights dd { margin: 0; color: #60666b; font-size: 13px; line-height: 1.55; }
.product-detail-actions { display: flex; gap: 11px; margin-top: 24px; }
.product-detail-actions a {
  display: inline-flex;
  min-height: 44px;
  align-items: center;
  justify-content: center;
  padding: 11px 20px;
  border: 1px solid #ed6b12;
  border-radius: 3px;
  font-size: 13px;
  font-weight: 800;
}
.product-detail-primary { color: #fff; background: #ed6b12; }
.product-detail-primary:hover { color: #fff; background: #d85c08; }
.product-detail-secondary { color: #ed6b12; background: #fff; }
.product-detail-secondary:hover { color: #fff; background: #ed6b12; }
.product-detail-section { margin-top: 52px; padding-top: 40px; border-top: 1px solid #e4e6e8; }
.product-detail-section-head { margin-bottom: 18px; }
.product-detail-section-head h2 { margin: 0; color: #191c1f; font-size: 27px; font-weight: 800; line-height: 1.25; }
.product-detail-section > p { max-width: 880px; margin: 0; color: #5a6065; font-size: 14px; line-height: 1.8; }
.product-detail-table { overflow: hidden; border: 1px solid #dfe2e5; border-radius: 4px; }
.product-detail-table > div { display: grid; grid-template-columns: minmax(170px, 28%) minmax(0, 1fr); }
.product-detail-table > div + div { border-top: 1px solid #e3e5e7; }
.product-detail-table strong,
.product-detail-table span { padding: 13px 16px; font-size: 13px; line-height: 1.55; }
.product-detail-table strong { color: #2e3337; background: #f4f5f6; }
.product-detail-table span { color: #5a6065; background: #fff; }
.product-detail-note { margin-top: 13px !important; color: #747a7f !important; font-size: 12px !important; }
.product-detail-applications { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 12px; }
.product-detail-applications span {
  display: flex;
  min-height: 78px;
  align-items: center;
  padding: 16px;
  border-left: 3px solid #ed6b12;
  color: #34393d;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.5;
  background: #f5f6f7;
}

@media (max-width: 1080px) {
  .product-detail-shell { grid-template-columns: 220px minmax(0, 1fr); gap: 28px; }
  .product-detail-hero { grid-template-columns: 1fr; }
  .product-detail-media { max-width: 600px; }
}

@media (max-width: 820px) {
  .product-detail-page { padding: 38px 0 48px; }
  .product-detail-shell { grid-template-columns: 1fr; }
  .product-detail-sidebar { position: static; order: 2; }
  .product-detail-content { order: 1; }
  .product-detail-family-nav { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .product-detail-family-nav a { border-right: 1px solid #eceeef; }
  .product-detail-hero { gap: 26px; }
  .product-detail-applications { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

@media (max-width: 575px) {
  .product-card-action { margin-top: 6px; font-size: 11px; }
  .product-detail-page { padding-top: 28px; }
  .product-detail-shell { gap: 24px; }
  .product-detail-sidebar-head { padding: 16px 14px 14px; }
  .product-detail-sidebar-head h2 { font-size: 17px; }
  .product-detail-family-nav a { min-width: 0; padding: 10px 11px; font-size: 11px; overflow-wrap: anywhere; }
  .product-detail-variant-nav { padding: 12px; }
  .product-detail-summary h1 { font-size: 26px; }
  .product-detail-summary > p { font-size: 14px; }
  .product-detail-highlights > div { grid-template-columns: 92px minmax(0, 1fr); gap: 10px; }
  .product-detail-actions { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .product-gallery-thumbnails { grid-auto-columns: 68px; gap: 8px; }
  .product-gallery-thumb { width: 68px; }
  .product-gallery-nav { width: 36px; height: 48px; }
  .product-gallery-prev { left: 8px; }
  .product-gallery-next { right: 8px; }
  .product-detail-actions a { min-width: 0; padding-right: 10px; padding-left: 10px; }
  .product-detail-section { margin-top: 38px; padding-top: 30px; }
  .product-detail-section-head h2 { font-size: 22px; }
  .product-detail-table > div { grid-template-columns: 112px minmax(0, 1fr); }
  .product-detail-table strong,
  .product-detail-table span { min-width: 0; padding: 11px 10px; font-size: 12px; overflow-wrap: anywhere; }
  .product-detail-applications { gap: 8px; }
  .product-detail-applications span { min-height: 68px; padding: 12px; font-size: 12px; }
}

/* ===== Banner Text Overlays ===== */
.staecore-banner-slide {
  position: relative;
}

.banner-text-overlay {
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  padding: 28px 48px 32px;
  background: linear-gradient(to top, rgba(0,0,0,0.78) 0%, rgba(0,0,0,0.4) 60%, transparent 100%);
  z-index: 10;
  pointer-events: none;
}

.banner-text-overlay .banner-badge {
  display: inline-block;
  background: #ff7800;
  color: #fff;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.08em;
  padding: 4px 12px;
  border-radius: 3px;
  text-transform: uppercase;
  margin-bottom: 10px;
}

.banner-text-overlay h2 {
  font-size: 28px;
  font-weight: 700;
  color: #fff;
  line-height: 1.25;
  margin-bottom: 10px;
  text-shadow: 0 1px 4px rgba(0,0,0,0.5);
}

.banner-text-overlay p {
  font-size: 15px;
  color: rgba(255,255,255,0.9);
  line-height: 1.6;
  margin-bottom: 16px;
  max-width: 600px;
}

.banner-cta {
  display: inline-block;
  background: #ff7800;
  color: #fff !important;
  font-weight: 700;
  font-size: 14px;
  padding: 9px 22px;
  border-radius: 3px;
  text-decoration: none;
  pointer-events: all;
  transition: background 0.2s;
}
.banner-cta:hover { background: #e06a00; }

@media (max-width: 768px) {
  .banner-text-overlay { padding: 16px 20px 20px; }
  .banner-text-overlay h2 { font-size: 18px !important; }
  .banner-text-overlay p { display: none; }
}

/* ===== Featured Products Section ===== */
.staecore-featured-products {
  padding: 60px 0;
  background: #fff;
  border-top: 1px solid #f0f0f0;
}

.featured-products-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 28px;
  margin-top: 36px;
}

.fp-category-col {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.fp-cat-header {
  padding-bottom: 10px;
  border-bottom: 2px solid #ff7800;
}

.fp-cat-header h3 {
  font-size: 16px;
  font-weight: 700;
  color: #222;
  margin: 4px 0 0;
}

.fp-item {
  background: #f4f5f6;
  border-radius: 4px;
  overflow: hidden;
  transition: box-shadow 0.2s;
}
.fp-item:hover { box-shadow: 0 4px 16px rgba(0,0,0,0.12); }

.fp-item a { display: block; text-decoration: none; color: inherit; }

.fp-img {
  height: 150px;
  overflow: hidden;
}
.fp-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.3s;
}
.fp-item:hover .fp-img img { transform: scale(1.05); }

.fp-info {
  padding: 14px;
}

.fp-info h4 {
  font-size: 14px;
  font-weight: 700;
  color: #222;
  margin-bottom: 6px;
  line-height: 1.3;
}

.fp-spec {
  font-size: 12px;
  color: #666;
  margin-bottom: 4px;
}

.fp-geo {
  font-size: 11px;
  color: #ff7800;
  font-weight: 600;
  margin-bottom: 8px;
}

.fp-cta {
  display: inline-block;
  background: #222;
  color: #fff;
  font-size: 12px;
  font-weight: 600;
  padding: 4px 12px;
  border-radius: 2px;
  transition: background 0.2s;
}
.fp-item:hover .fp-cta { background: #ff7800; }

@media (max-width: 991px) {
  .featured-products-grid { grid-template-columns: 1fr; }
}
@media (min-width: 640px) and (max-width: 991px) {
  .featured-products-grid { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 575px) {
  /* Featured products: two items per row on phones, header spans full width */
  .fp-category-col { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; align-items: stretch; }
  .fp-cat-header { grid-column: 1 / -1; margin-bottom: 2px; }
  .fp-item > a { display: flex; height: 100%; flex-direction: column; }
  .fp-img { height: 118px; }
  .fp-info { display: flex; flex: 1 1 auto; flex-direction: column; align-items: flex-start; padding: 10px; }
  .fp-info h4 { font-size: 13px; }
  .fp-spec, .fp-geo { font-size: 11px; }
  .fp-cta { margin-top: auto; }
}

/* ===== Home certificate showcase ===== */
.staecore-cert-module { background: #f4f5f6; padding: 56px 0; }
.staecore-cert-module .head_block { text-align: center; max-width: 860px; margin: 0 auto 30px; }
.cert-showcase-grid { display: grid; grid-template-columns: repeat(5, minmax(0, 1fr)); gap: 14px; }
.cert-doc-card { position: relative; min-height: 228px; background: #fff; border: 1px solid #e1e4e8; border-radius: 6px; padding: 24px 18px 20px; text-align: center; overflow: hidden; transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease; }
.cert-doc-card:before { content: ""; position: absolute; top: 0; left: 0; right: 0; height: 3px; background: #ff7800; }
.cert-doc-card:hover { transform: translateY(-4px); box-shadow: 0 12px 26px rgba(21, 25, 29, .1); border-color: #d5d9de; }
.cert-doc-icon { width: 62px; height: 62px; margin: 0 auto 16px; border-radius: 50%; background: rgba(255, 120, 0, .1); color: #ff7800; display: flex; align-items: center; justify-content: center; }
.cert-doc-icon svg { width: 38px; height: 38px; fill: none; stroke: currentColor; stroke-width: 2; stroke-linecap: round; stroke-linejoin: round; }
.cert-doc-letters { font-size: 22px; line-height: 1; font-weight: 800; letter-spacing: 0; }
.cert-doc-standard { color: #202326; font-size: 19px; line-height: 1.2; font-weight: 800; margin-bottom: 6px; }
.cert-doc-label { min-height: 38px; color: #697079; font-size: 13px; line-height: 1.45; margin-bottom: 15px; }
.cert-status { display: inline-flex; align-items: center; justify-content: center; min-height: 28px; font-size: 11px; line-height: 1; font-weight: 700; padding: 6px 11px; border-radius: 20px; text-transform: uppercase; }
.cert-status.ok { background: rgba(27, 138, 93, .1); color: #14734d; }
.cert-status.limited { background: rgba(255, 120, 0, .12); color: #c75e00; }
.cert-status.prog { background: #eceff2; color: #58616a; }
.cert-evidence-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 18px; margin-top: 20px; }
.cert-evidence-card { background: #fff; border: 1px solid #e1e4e8; border-radius: 6px; overflow: hidden; }
.cert-evidence-card > img { width: 100%; height: 175px; display: block; object-fit: cover; }
.cert-evidence-copy { display: flex; gap: 14px; padding: 18px; align-items: flex-start; }
.cert-evidence-copy > span { flex: 0 0 34px; color: #ff7800; font-size: 13px; line-height: 1; font-weight: 800; padding-top: 4px; border-top: 2px solid #ff7800; }
.cert-evidence-copy h3 { color: #202326; font-size: 17px; line-height: 1.3; font-weight: 700; margin: 0 0 6px; }
.cert-evidence-copy p { color: #697079; font-size: 13px; line-height: 1.6; margin: 0; }
.cert-module-foot { display: flex; align-items: center; justify-content: space-between; gap: 24px; margin-top: 22px; padding: 20px 22px; background: #2f3336; border-left: 3px solid #ff7800; border-radius: 4px; }
.cert-module-foot p { max-width: 720px; color: rgba(255,255,255,.78); font-size: 13px; line-height: 1.6; margin: 0; }
.cert-actions { display: flex; align-items: center; gap: 10px; flex: 0 0 auto; }
.cert-link, .cert-cta { display: inline-flex; min-height: 42px; align-items: center; justify-content: center; color: #fff; font-weight: 700; font-size: 13px; padding: 10px 18px; border-radius: 4px; text-align: center; }
.cert-link { border: 1px solid rgba(255,255,255,.38); }
.cert-cta { background: #ff7800; }
.cert-link:hover { border-color: #fff; color: #fff; }
.cert-cta:hover { background: #fff; color: #202326; }

/* ===== Certification page ===== */
.legacy-certification-content { display: none !important; }
.cert-page-v2 { background: #fff; }
.cert-page-intro { padding: 58px 0 50px; background: #fff; text-align: center; }
.cert-page-intro-inner { max-width: 940px; }
.cert-page-kicker, .cert-page-heading > span { display: block; color: #ff7800; font-size: 12px; line-height: 1.3; font-weight: 800; text-transform: uppercase; margin-bottom: 10px; }
.cert-page-intro h1 { color: #202326; font-size: 38px; line-height: 1.2; font-weight: 800; margin: 0 0 14px; }
.cert-page-intro p { max-width: 780px; margin: 0 auto; color: #626a72; font-size: 15px; line-height: 1.75; }
.cert-page-highlights { display: flex; justify-content: center; flex-wrap: wrap; gap: 10px; margin-top: 22px; }
.cert-page-highlights span { color: #394047; background: #f3f5f6; border: 1px solid #e2e5e8; border-radius: 3px; padding: 8px 14px; font-size: 12px; line-height: 1.2; font-weight: 700; }
.cert-page-documents { padding: 54px 0 60px; background: #f4f5f6; }
.cert-page-heading { max-width: 820px; margin: 0 auto 30px; text-align: center; }
.cert-page-heading h2 { color: #202326; font-size: 28px; line-height: 1.25; font-weight: 800; margin: 0 0 12px; }
.cert-page-heading p { color: #687079; font-size: 14px; line-height: 1.7; margin: 0; }
.cert-page-doc-grid { display: grid; grid-template-columns: repeat(5, minmax(0, 1fr)); gap: 16px; }
.cert-page-doc { min-width: 0; }
.cert-page-paper { position: relative; min-height: 304px; padding: 24px 18px; background: #fff; border: 1px solid #d7dadd; box-shadow: 0 8px 24px rgba(24, 32, 40, .08); text-align: center; overflow: hidden; }
.cert-page-paper:before, .cert-page-paper:after { content: ""; position: absolute; inset: 10px; border: 1px solid rgba(255,120,0,.35); pointer-events: none; }
.cert-page-paper:after { inset: 14px; border-color: rgba(32,35,38,.12); }
.cert-page-paper-brand { position: relative; z-index: 1; color: #7a828a; font-size: 10px; line-height: 1; font-weight: 800; letter-spacing: 0; margin-bottom: 34px; }
.cert-page-paper-mark { position: relative; z-index: 1; color: #ff7800; font-size: 18px; line-height: 1.1; font-weight: 800; margin-bottom: 15px; }
.cert-page-paper h3 { position: relative; z-index: 1; color: #202326; font-size: 20px; line-height: 1.25; font-weight: 800; margin: 0 0 8px; }
.cert-page-paper p { position: relative; z-index: 1; min-height: 42px; color: #697079; font-size: 12px; line-height: 1.5; margin: 0; }
.cert-page-seal { position: relative; z-index: 1; width: 58px; height: 58px; margin: 20px auto 0; border: 2px solid #ff7800; border-radius: 50%; display: flex; align-items: center; justify-content: center; color: #ff7800; }
.cert-page-seal svg { width: 36px; height: 36px; fill: none; stroke: currentColor; stroke-width: 2; stroke-linecap: round; stroke-linejoin: round; }
.cert-page-seal-text { font-size: 17px; line-height: 1; font-weight: 800; }
.cert-page-doc-meta { display: flex; align-items: center; justify-content: space-between; gap: 8px; padding: 13px 12px; background: #2f3336; }
.cert-page-doc-meta span { color: rgba(255,255,255,.65); font-size: 11px; line-height: 1; text-transform: uppercase; }
.cert-page-doc-meta b { padding: 5px 8px; border-radius: 12px; font-size: 10px; line-height: 1; font-weight: 800; text-transform: uppercase; white-space: nowrap; }
.cert-page-doc-meta .is-ready { color: #b8f1d6; background: rgba(35,162,107,.2); }
.cert-page-doc-meta .is-limited { color: #ffd1a6; background: rgba(255,120,0,.2); }
.cert-page-doc-meta .is-progress { color: #e2e5e8; background: rgba(255,255,255,.12); }
.cert-page-evidence { padding: 58px 0 64px; background: #fff; }
.cert-page-evidence-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 16px; }
.cert-page-evidence-grid article { overflow: hidden; background: #fff; border: 1px solid #e1e4e7; border-radius: 4px; }
.cert-page-evidence-grid img { width: 100%; height: 184px; display: block; object-fit: cover; }
.cert-page-evidence-grid article > div { padding: 16px; }
.cert-page-evidence-grid b, .cert-page-evidence-grid span { display: block; }
.cert-page-evidence-grid b { color: #202326; font-size: 15px; line-height: 1.3; margin-bottom: 6px; }
.cert-page-evidence-grid span { color: #687079; font-size: 12px; line-height: 1.5; }
.cert-page-cta { padding: 36px 0; background: #2f3336; border-top: 3px solid #ff7800; }
.cert-page-cta-inner { display: flex; align-items: center; justify-content: space-between; gap: 28px; }
.cert-page-cta span { display: block; color: #ff9c43; font-size: 11px; line-height: 1.3; font-weight: 800; margin-bottom: 7px; }
.cert-page-cta h2 { max-width: 780px; color: #fff; font-size: 23px; line-height: 1.35; font-weight: 700; margin: 0; }
.cert-page-cta a { flex: 0 0 auto; display: inline-flex; min-height: 46px; align-items: center; justify-content: center; padding: 11px 24px; background: #ff7800; border-radius: 4px; color: #fff; font-size: 13px; line-height: 1.2; font-weight: 800; }
.cert-page-cta a:hover { background: #fff; color: #202326; }

@media (max-width: 1100px) {
  .cert-page-doc-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .cert-page-evidence-grid { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 575px) {
  .cert-page-intro { padding: 40px 0 36px; }
  .cert-page-intro h1 { font-size: 29px; }
  .cert-page-documents, .cert-page-evidence { padding: 42px 0; }
  .cert-page-heading h2 { font-size: 23px; }
  .cert-page-doc-grid { grid-template-columns: 1fr 1fr; gap: 10px; }
  .cert-page-doc:last-child { grid-column: 1 / -1; width: calc(50% - 5px); justify-self: center; }
  .cert-page-paper { min-height: 260px; padding: 20px 10px; }
  .cert-page-paper-brand { margin-bottom: 24px; }
  .cert-page-paper-mark { font-size: 15px; }
  .cert-page-paper h3 { font-size: 17px; }
  .cert-page-seal { width: 50px; height: 50px; margin-top: 14px; }
  .cert-page-doc-meta { display: block; text-align: center; padding: 10px 6px; }
  .cert-page-doc-meta span { display: none; }
  .cert-page-doc-meta b { display: inline-flex; }
  .cert-page-evidence-grid { gap: 10px; }
  .cert-page-evidence-grid img { height: 126px; }
  .cert-page-evidence-grid article > div { padding: 12px 10px; }
  .cert-page-evidence-grid b { font-size: 13px; }
  .cert-page-evidence-grid span { font-size: 11px; }
  .cert-page-cta-inner { align-items: flex-start; flex-direction: column; }
  .cert-page-cta h2 { font-size: 19px; }
  .cert-page-cta a { width: 100%; }
}

/* ===== Home FAQ module (item 13) ===== */
.staecore-home-faq { background: #fff; padding: 48px 0; }
.staecore-home-faq .head_block { text-align: center; margin-bottom: 26px; }
.home-faq-list { max-width: 880px; margin: 0 auto; }
.home-faq-item { border: 1px solid #e5e7eb; border-radius: 6px; margin-bottom: 12px; background: #f9fafb; overflow: hidden; }
.home-faq-item summary { cursor: pointer; list-style: none; padding: 16px 48px 16px 20px; font-size: 16px; font-weight: 600; color: #222; position: relative; }
.home-faq-item summary::-webkit-details-marker { display: none; }
.home-faq-item summary:after { content: "+"; position: absolute; right: 20px; top: 50%; transform: translateY(-50%); font-size: 22px; font-weight: 400; color: #ff7800; line-height: 1; }
.home-faq-item[open] summary:after { content: "\2212"; }
.home-faq-item[open] summary { color: #ff7800; }
.home-faq-a { padding: 0 20px 18px; font-size: 14px; line-height: 1.7; color: #555; }
.home-faq-cta { text-align: center; margin-top: 24px; }

@media (max-width: 991px) {
  .cert-showcase-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .cert-evidence-grid { grid-template-columns: 1fr; }
  .cert-evidence-card { display: grid; grid-template-columns: 210px 1fr; }
  .cert-evidence-card > img { height: 100%; min-height: 150px; }
  .cert-module-foot { align-items: flex-start; flex-direction: column; }
}
@media (max-width: 575px) {
  .staecore-cert-module { padding: 42px 0; }
  .cert-showcase-grid { grid-template-columns: 1fr 1fr; gap: 10px; }
  .cert-doc-card { min-height: 204px; padding: 20px 10px 16px; }
  .cert-doc-card:last-child { grid-column: 1 / -1; width: calc(50% - 5px); justify-self: center; }
  .cert-doc-icon { width: 54px; height: 54px; margin-bottom: 12px; }
  .cert-doc-icon svg { width: 32px; height: 32px; }
  .cert-doc-standard { font-size: 16px; }
  .cert-doc-label { font-size: 12px; }
  .cert-evidence-card { display: block; }
  .cert-evidence-card > img { height: 150px; min-height: 0; }
  .cert-actions { width: 100%; display: grid; grid-template-columns: 1fr 1fr; }
  .cert-link, .cert-cta { padding-left: 10px; padding-right: 10px; }
}

/* ===== Category landing pages (items 11 / 26 / 27) ===== */
.cat-hero { position: relative; padding: 70px 0; background-size: cover; background-position: center; color: #fff; }
.cat-hero:before { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, rgba(20,22,24,.82), rgba(20,22,24,.45)); }
.cat-hero .auto-container { position: relative; z-index: 2; max-width: 760px; }
.cat-hero-badge { display: inline-block; background: #ff7800; color: #fff; font-size: 13px; font-weight: 700; padding: 5px 14px; border-radius: 4px; margin-bottom: 14px; }
.cat-hero h1 { font-size: 36px; font-weight: 800; margin: 0 0 14px; color: #fff; line-height: 1.2; }
.cat-geo { font-size: 15px; line-height: 1.7; color: #e9e9e9; margin: 0 0 22px; }
.cat-hero-cta { display: inline-block; background: #ff7800; color: #fff; font-weight: 700; padding: 12px 26px; border-radius: 4px; }
.cat-hero-cta:hover { background: #fff; color: #222; }
.cat-intro { padding: 48px 0; }
.cat-intro .head_block { text-align: center; margin-bottom: 28px; }
.cat-sub-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.cat-sub-item { border: 1px solid #e9ebee; border-radius: 6px; overflow: hidden; background: #fff; transition: box-shadow .25s, transform .25s; }
.cat-sub-item:hover { box-shadow: 0 10px 26px rgba(0,0,0,.1); transform: translateY(-3px); }
.cat-sub-img { height: 180px; overflow: hidden; background: #f4f5f6; }
.cat-sub-img img { width: 100%; height: 100%; object-fit: cover; transition: transform .4s; }
.cat-sub-item:hover .cat-sub-img img { transform: scale(1.06); }
.cat-sub-txt { padding: 16px 18px 20px; text-align: center; }
.cat-sub-txt h3 { font-size: 17px; color: #222; margin: 0 0 8px; font-weight: 700; }
.cat-sub-txt p { font-size: 13px; color: #666; line-height: 1.6; margin: 0; }
.cat-faq-sec { padding: 10px 0 50px; background: #fff; }
.cat-faq-sec .head_block { text-align: center; margin-bottom: 24px; }
.product-page-faq {
  padding: 52px 0 54px;
  border-top: 1px solid #eeeeee;
}
.product-page-faq .head_block .title {
  color: #2f3336;
  font-size: 32px;
  font-weight: 800;
  line-height: 1.25;
  text-transform: uppercase;
}
.product-page-faq .home-faq-list {
  max-width: 980px;
}
.product-page-faq-cta h3 {
  letter-spacing: 0;
}
.cat-cta-band { background: #222; padding: 40px 0; text-align: center; }
.cat-cta-band h3 { color: #fff; font-size: 24px; font-weight: 700; margin: 0 0 18px; }
.cat-cta-band a { display: inline-block; background: #ff7800; color: #fff; font-weight: 700; padding: 13px 30px; border-radius: 4px; }
.cat-cta-band a:hover { background: #fff; color: #222; }

@media (max-width: 767px) {
  .product-page-faq { padding: 36px 0 40px; }
  .product-page-faq .head_block { margin-bottom: 18px; }
  .product-page-faq .head_block .title { font-size: 24px; }
  .product-page-faq .home-faq-item summary { padding: 14px 42px 14px 15px; font-size: 14px; line-height: 1.45; }
  .product-page-faq .home-faq-item summary:after { right: 15px; }
  .product-page-faq .home-faq-a { padding: 0 15px 15px; font-size: 13px; }
  .product-page-faq-cta { padding: 32px 16px; }
  .product-page-faq-cta h3 { font-size: 20px; line-height: 1.4; }
}
@media (max-width: 991px) {
  .cat-sub-grid { grid-template-columns: 1fr 1fr; }
  .cat-hero h1 { font-size: 27px; }
}
@media (max-width: 575px) {
  /* Keep products two-per-row on phones */
  .cat-sub-grid { grid-template-columns: 1fr 1fr; gap: 12px; }
  .cat-sub-img { height: 132px; }
  .cat-sub-txt { padding: 12px 10px 16px; }
  .cat-sub-txt h3 { font-size: 14px; }
  .cat-sub-txt p { font-size: 12px; line-height: 1.5; }
}
@media (max-width: 360px) {
  .cat-sub-img { height: 116px; }
}

/* ===== About page rewrite (items 19-22) ===== */
.about-v2 .page_block_info { text-align: center; padding-bottom: 0; margin-bottom: 40px; }
.about-v2 .page_block_info p { color: #ff7800; font-weight: 700; text-transform: uppercase; letter-spacing: 0; font-size: 32px; line-height: 1.2; padding-bottom: 16px; margin: 0; }
.about-v2 .page_block_info p::before { width: 186px; }
.about-v2 .page_block_info span { font-size: 26px; font-weight: 800; color: #222; }
.about2-overview { padding: 50px 0 40px; }
.about2-overview-grid { display: grid; grid-template-columns: 1.1fr .9fr; gap: 38px; align-items: center; }
.about2-eyebrow { color: #ff7800; font-weight: 700; letter-spacing: 1px; font-size: 13px; }
.about2-overview-text h1 { font-size: 32px; font-weight: 800; color: #222; line-height: 1.25; margin: 8px 0 16px; }
.about2-overview-text p { color: #555; line-height: 1.8; font-size: 15px; margin: 0 0 14px; }
.about2-stat-row { display: flex; gap: 26px; margin-top: 22px; }
.about2-stat b { display: block; font-size: 28px; color: #ff7800; font-weight: 800; }
.about2-stat span { font-size: 13px; color: #666; }
.about2-overview-media img { width: 100%; border-radius: 8px; display: block; }
.about2-ai { background: #222; color: #fff; padding: 44px 0; margin: 30px 0; }
.about2-ai-inner { text-align: center; max-width: 820px; }
.about2-badge { display: inline-block; background: #ff7800; color: #fff; font-weight: 700; font-size: 13px; padding: 5px 14px; border-radius: 20px; }
.about2-ai-inner h2 { color: #fff; font-size: 26px; font-weight: 800; margin: 14px 0 12px; }
.about2-ai-inner p { color: #d8d8d8; line-height: 1.8; font-size: 15px; margin: 0; }
.about2-adv { padding: 40px 0; }
.about2-adv-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.about2-adv-item { background: #f4f5f6; border-left: 3px solid #ff7800; border-radius: 4px; padding: 20px; }
.about2-adv-item h3 { font-size: 17px; color: #222; font-weight: 700; margin: 0 0 8px; }
.about2-adv-item p { font-size: 13px; color: #666; line-height: 1.6; margin: 0; }
.about2-cats { background: #f4f5f6; padding: 44px 0; }
.about2-cats-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.about2-cat-item { display: block; background: #fff; border-radius: 6px; overflow: hidden; border: 1px solid #e7e9ec; transition: box-shadow .25s, transform .25s; }
.about2-cat-item:hover { box-shadow: 0 10px 26px rgba(0,0,0,.1); transform: translateY(-3px); }
.about2-cat-img { height: 170px; overflow: hidden; }
.about2-cat-img img { width: 100%; height: 100%; object-fit: cover; }
.about2-cat-txt { padding: 16px 18px 20px; }
.about2-cat-txt h3 { font-size: 17px; color: #222; font-weight: 700; margin: 0 0 6px; }
.about2-cat-txt p { font-size: 13px; color: #666; line-height: 1.6; margin: 0 0 10px; }
.about2-origin { display: inline-block; background: #ff7800; color: #fff; font-size: 12px; font-weight: 700; padding: 3px 10px; border-radius: 3px; }
.about2-bases { padding: 44px 0; }
.about2-bases-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 18px; }
.about2-base-item { display: flex; height: 100%; flex-direction: column; color: inherit; border: 1px solid #e7e9ec; border-top: 3px solid #ff7800; border-radius: 6px; overflow: hidden; background: #fff; transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease; }
.about2-base-item:hover { color: inherit; border-color: #d9dde1; box-shadow: 0 12px 28px rgba(19,43,58,.12); transform: translateY(-4px); }
.about2-base-img { height: 220px; overflow: hidden; }
.about2-base-img img { width: 100%; height: 100%; object-fit: cover; transition: transform .35s ease; }
.about2-base-item:hover .about2-base-img img { transform: scale(1.04); }
.about2-base-txt { display: flex; flex: 1; flex-direction: column; padding: 18px; }
.about2-base-txt h3 { font-size: 17px; color: #222; font-weight: 700; margin: 0 0 9px; }
.about2-base-txt p { font-size: 13px; color: #666; line-height: 1.65; margin: 0 0 14px; }
.about2-base-link { display: inline-flex; align-items: center; margin-top: auto; color: #ff7800; font-size: 12px; line-height: 1.3; font-weight: 800; text-transform: uppercase; }
.about2-gallery { background: #f4f5f6; padding: 44px 0; }
.about2-gallery-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 12px; }
.about2-gallery-item { height: 150px; overflow: hidden; border-radius: 5px; }
.about2-gallery-item img { width: 100%; height: 100%; object-fit: cover; transition: transform .4s; }
.about2-gallery-item:hover img { transform: scale(1.06); }
.about2-global { padding: 44px 0; text-align: center; }
.about2-global-text { max-width: 820px; margin: 0 auto 20px; color: #555; line-height: 1.8; font-size: 15px; }
.about2-chips { display: flex; flex-wrap: wrap; gap: 10px; justify-content: center; }
.about2-chip { background: #fff; border: 1px solid #e2e4e7; color: #333; font-size: 13px; font-weight: 600; padding: 7px 16px; border-radius: 20px; }
.about2-mvv { background: #222; padding: 44px 0; }
.about2-mvv-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.about2-mvv-item { background: rgba(255,255,255,.05); border-top: 3px solid #ff7800; border-radius: 6px; padding: 22px; }
.about2-mvv-item h3 { color: #ff7800; font-size: 18px; font-weight: 700; margin: 0 0 10px; }
.about2-mvv-item p { color: #d8d8d8; font-size: 14px; line-height: 1.7; margin: 0; }
@media (max-width: 1199px) {
  .about2-bases-grid { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 991px) {
  .about-v2 .page_block_info { margin-bottom: 32px; }
  .about-v2 .page_block_info p { font-size: 28px; }
  .about2-overview-grid { grid-template-columns: 1fr; }
  .about2-adv-grid, .about2-cats-grid, .about2-mvv-grid { grid-template-columns: 1fr; }
  .about2-gallery-grid { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 575px) {
  .about-v2 .page_block_info { margin-bottom: 26px; }
  .about-v2 .page_block_info p { font-size: 22px; padding-bottom: 13px; }
  .about-v2 .page_block_info p::before { width: 120px; }
  .about2-bases-grid { grid-template-columns: 1fr; }
  .about2-base-img { height: 200px; }
}

/* ===== Projects / Case 4-dimension filter (item 38) ===== */
.case-filter { background: #fff; border: 1px solid #e7e9ec; border-top: 3px solid #ff7800; border-radius: 6px; padding: 20px 22px; margin-bottom: 26px; }
.case-filter-head { font-size: 14px; color: #555; margin-bottom: 14px; line-height: 1.6; }
.case-filter-row { display: flex; align-items: flex-start; gap: 14px; padding: 9px 0; border-top: 1px solid #f2f3f5; flex-wrap: wrap; }
.case-filter-label { font-size: 13px; font-weight: 700; color: #222; min-width: 150px; padding-top: 7px; }
.case-chips { display: flex; flex-wrap: wrap; gap: 8px; flex: 1; }
.case-chip { background: #f4f5f6; border: 1px solid #e2e4e7; color: #444; font-size: 13px; font-weight: 600; padding: 6px 14px; border-radius: 20px; cursor: pointer; transition: all .2s; }
.case-chip:hover { border-color: #ff7800; color: #ff7800; }
.case-chip.active { background: #ff7800; border-color: #ff7800; color: #fff; }
.case-empty { text-align: center; color: #888; padding: 16px; font-size: 14px; }
@media (max-width: 767px) {
  .case-filter-label { min-width: 100%; padding-top: 0; }
}

/* ===== Remove redundant off-brand floating contact bubbles (item 16/64) =====
   WhatsApp/phone/email are already in the Quick sidebar + bottom B2B bar.
   Keep only the back-to-top arrow (li.db). */
.additional-features li:not(.db) { display: none !important; }

/* ===== Video section: blurred dark background to highlight videos (suggestion #9 / item 15) ===== */
.staecore-video-dark { overflow: hidden; padding: 44px 0; }
.staecore-video-dark::before {
  content: "";
  position: absolute;
  inset: -20px;
  background: url(https://main.mevia.site/demo/staecore-b2b-v2/staecore-assets/hero-factory.webp) no-repeat center;
  background-size: cover;
  filter: blur(8px) brightness(0.38);
  transform: scale(1.06);
  z-index: 0;
}
.staecore-video-dark > * { position: relative; z-index: 1; }
.staecore-video-dark .title { color: #fff; }
.staecore-video-dark .remark { color: rgba(255,255,255,0.82); }
.staecore-video-dark .index_section3_box .img_box { border-radius: 6px; overflow: hidden; box-shadow: 0 8px 24px rgba(0,0,0,0.4); }

/* ===== Inner-page banner: full-width cover (fix half-width banner) ===== */
.page_banner { width: 100%; overflow: hidden; line-height: 0; background: #15171a; }
.page_banner img,
.page_banner .img-auto {
  width: 100% !important;
  height: 400px !important;
  object-fit: cover !important;
  object-position: center !important;
  display: block !important;
  max-width: 100% !important;
}
@media (max-width: 991px) {
  .page_banner img, .page_banner .img-auto { height: 280px !important; }
}
@media (max-width: 575px) {
  .page_banner img, .page_banner .img-auto { height: 190px !important; }
}

/* ===== Product-list inquiry module: remove bg image, clean branded module ===== */
.staecore-inquiry-module {
  background: #2f3336 !important;
  border-top: 3px solid #ff7800;
  border-radius: 8px;
  padding: 34px 40px !important;
  margin: 40px auto !important;
}
.inquiry-module-head { margin-bottom: 22px; }
.inquiry-module-head h3 { color: #fff; font-size: 23px; font-weight: 700; margin: 0 0 8px; }
.inquiry-module-head p { color: rgba(255,255,255,0.7); font-size: 14px; line-height: 1.6; margin: 0; max-width: 760px; }
.staecore-inquiry-module form { width: 100% !important; }
.staecore-inquiry-module .upload-box .file-open {
  background: rgba(255,120,0,0.12) !important;
  border: 1px solid #ff7800 !important;
  border-radius: 4px !important;
  width: auto !important;
  min-width: 130px !important;
  padding: 0 16px !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
}
.staecore-inquiry-module .upload-box .file-open img { display: none !important; }
.staecore-inquiry-module .upload-box .file-open::before {
  content: "\2191  Choose File";
  color: #ff7800;
  font-weight: 600;
  font-size: 14px;
  white-space: nowrap;
}
.staecore-inquiry-module .submit { margin-top: 18px; }
.staecore-inquiry-module .submit .btn_effect4 {
  background: #ff7800;
  border: none;
  border-radius: 4px;
  padding: 12px 30px;
  cursor: pointer;
  transition: background 0.2s;
}
.staecore-inquiry-module .submit .btn_effect4:hover { background: #e06a00; }
.staecore-inquiry-module .submit .btn_main_text { color: #fff; font-weight: 700; font-size: 15px; }
@media (max-width: 768px) {
  .staecore-inquiry-module { padding: 24px 18px !important; }
  .staecore-inquiry-module .input { flex-direction: column !important; gap: 0 !important; }
  .staecore-inquiry-module .input div { width: 100% !important; margin-bottom: 16px !important; }
  .inquiry-module-head h3 { font-size: 20px; }
}

/* ===== Home Why Choose Us: remove template center image, use SVG icons ===== */
.index_section2 .section2_swiper_box:before {
  display: none !important;
  content: none !important;
}

.index_section2 .section2_swiper_box {
  display: grid !important;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 42px 76px !important;
  padding: 52px 58px !important;
  background: #f5f5f5;
}

.index_section2 .section2_swiper_box .item {
  width: auto !important;
  min-width: 0;
  align-items: flex-start;
}

.index_section2 .section2_swiper_box .item .txt {
  max-width: none !important;
}

.index_section2 .section2_swiper_box .item .img_box.why-svg-icon {
  width: 58px !important;
  height: 58px !important;
  min-width: 58px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 14px;
  background: linear-gradient(135deg, rgba(255, 120, 0, .14), rgba(255, 120, 0, .04));
  border: 1px solid rgba(255, 120, 0, .24);
  box-shadow: 0 8px 20px rgba(34, 34, 34, .06);
}

.index_section2 .section2_swiper_box .item .img_box.why-svg-icon svg {
  width: 32px;
  height: 32px;
  fill: none;
  stroke: #ff7800;
  stroke-width: 2.2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

@media (max-width: 768px) {
  .index_section2 .section2_swiper_box {
    grid-template-columns: 1fr;
    gap: 22px !important;
    padding: 24px 18px !important;
  }

  .index_section2 .section2_swiper_box .item .img_box.why-svg-icon {
    width: 52px !important;
    height: 52px !important;
    min-width: 52px;
    border-radius: 12px;
  }

  .index_section2 .section2_swiper_box .item .img_box.why-svg-icon svg {
    width: 28px;
    height: 28px;
  }
}

/* ===== Header: six-menu dropdown refinement ===== */
@media (min-width: 769px) {
  .head_box .nav_box .nav > .nav-solutions,
  .head_box .nav_box .nav > .nav-company,
  .head_box .nav_box .nav > .nav-contact {
    position: relative;
  }

  .head_box .nav_box .nav > .nav-solutions > .stair > .sub,
  .head_box .nav_box .nav > .nav-company > .stair > .sub,
  .head_box .nav_box .nav > .nav-contact > .stair > .sub {
    left: 0;
    min-width: 190px;
    padding: 10px 0;
    overflow: visible;
    box-shadow: 0 14px 30px rgba(0, 0, 0, .08);
  }

  .head_box .nav_box .nav > .nav-solutions > .stair > .a,
  .head_box .nav_box .nav > .nav-company > .stair > .a,
  .head_box .nav_box .nav > .nav-contact > .stair > .a {
    padding-right: .34rem;
  }

  .head_box .nav_box .nav > .nav-solutions > .stair > .a .mobile-navbtn,
  .head_box .nav_box .nav > .nav-company > .stair > .a .mobile-navbtn,
  .head_box .nav_box .nav > .nav-contact > .stair > .a .mobile-navbtn {
    display: block;
    position: absolute;
    top: 50%;
    right: .12rem;
    width: .08rem;
    height: .08rem;
    border-right: .015rem solid currentColor;
    border-bottom: .015rem solid currentColor;
    transform: translateY(-68%) rotate(45deg);
    pointer-events: none;
  }

  .head_box .nav_box .nav > .nav-solutions > .stair > .a .mobile-navbtn::after,
  .head_box .nav_box .nav > .nav-company > .stair > .a .mobile-navbtn::after,
  .head_box .nav_box .nav > .nav-contact > .stair > .a .mobile-navbtn::after {
    display: none;
  }
}

/* ===== Header: stable desktop dropdown placement and six-column product menu ===== */
@media (min-width: 1081px) {
  .head_box .nav_box .nav > .product_menu > .stair > .sub {
    top: 100% !important;
    left: 0;
    padding: 0 !important;
    overflow: visible !important;
    background: #fff;
    border-top: 2px solid #ff7800;
    box-shadow: 0 14px 28px rgba(0, 0, 0, .1);
  }

  .head_box .nav_box .nav > .nav-solutions > .stair > .sub,
  .head_box .nav_box .nav > .nav-company > .stair > .sub,
  .head_box .nav_box .nav > .nav-contact > .stair > .sub {
    top: 100% !important;
  }

  .head_box .nav_box .nav > .product_menu .drop-menu {
    max-width: 1368px;
    margin: 0 auto;
    padding: 22px 24px 24px !important;
    overflow: visible !important;
  }

  .head_box .nav_box .nav > .product_menu .s-menu {
    display: grid !important;
    grid-template-columns: repeat(6, minmax(0, 1fr));
    width: 100%;
    padding: 0 !important;
    overflow: visible !important;
  }

  .head_box .nav_box .nav > .product_menu .s-menu > .hasdrop {
    width: auto !important;
    min-width: 0 !important;
    padding: 0 18px !important;
    border-right: 1px solid #e5e7e9;
  }

  .head_box .nav_box .nav > .product_menu .s-menu > .hasdrop:first-child {
    padding-left: 0 !important;
  }

  .head_box .nav_box .nav > .product_menu .s-menu > .hasdrop:last-child {
    padding-right: 0 !important;
    border-right: 0;
  }

  .head_box .nav_box .nav > .product_menu .s-menu > .hasdrop::before,
  .head_box .nav_box .nav > .product_menu .s-menu > .hasdrop::after {
    display: none !important;
  }

  .head_box .nav_box .nav > .product_menu .s-menu > .hasdrop > a {
    display: flex;
    min-height: 80px;
    align-items: flex-start;
    padding: 0 0 12px !important;
    color: #222;
    border-bottom: 2px solid #ff7800;
    font-family: inherit;
    font-size: 14px !important;
    font-weight: 700;
    line-height: 1.45;
  }

  .head_box .nav_box .nav > .product_menu .s-menu > .hasdrop > a .text {
    overflow-wrap: anywhere;
  }

  .head_box .nav_box .nav > .product_menu .product-subitems {
    display: grid;
    gap: 8px;
    margin: 12px 0 0;
    padding: 0;
    list-style: none;
  }

  .head_box .nav_box .nav > .product_menu .product-subitems > li > a {
    display: block;
    width: auto;
    padding: 0 !important;
    color: #666 !important;
    font-size: 12px !important;
    font-weight: 400;
    line-height: 1.4;
    overflow-wrap: anywhere;
  }

  .head_box .nav_box .nav > .product_menu .product-subitems > li > a:hover {
    color: #ff7800 !important;
  }

  .head_box .nav_box .nav > .product_menu .scroll-arrow,
  .head_box .nav_box .nav > .product_menu .scroll-track,
  .head_box .nav_box .nav > .product_menu .scroll-thumb {
    display: none !important;
  }
}

@media (max-width: 1080px) {
  .head_box .nav_box .nav > .product_menu .s-menu > .hasdrop {
    padding: 7px 0 9px !important;
    border-bottom: 1px solid #eceef0;
  }

  .head_box .nav_box .nav > .product_menu .s-menu > .hasdrop > a {
    color: #222;
    font-weight: 700;
  }

  .head_box .nav_box .nav > .product_menu .product-subitems {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0 10px;
    margin: 0;
    padding: 0 0 5px 14px;
    list-style: none;
  }

  .head_box .nav_box .nav > .product_menu .product-subitems > li > a {
    display: block;
    padding: 6px 4px !important;
    color: #666;
    font-size: 13px !important;
    line-height: 1.35;
  }
}

/* ===== Header: make it a normal top bar instead of overlaying hero ===== */
.head_box {
  position: relative !important;
  top: auto !important;
  z-index: 30 !important;
  background: rgba(255, 250, 244, .98) !important;
  border-bottom: 1px solid rgba(255, 120, 0, .14);
  box-shadow: 0 8px 20px rgba(20, 20, 20, .045);
}

.head_box.c-style,
.head_box:hover {
  background: rgba(255, 250, 244, .98) !important;
}

.head_box .nav_box .nav .hasdrop .stair .a,
.head_box.c-style .nav_box .nav .hasdrop .stair .a,
.head_box:hover .nav_box .nav .hasdrop .stair .a {
  color: #1f252c !important;
}

@media (min-width: 1281px) {
  .head_box .nav_box .nav .hasdrop .stair .a,
  .head_box.c-style .nav_box .nav .hasdrop .stair .a,
  .head_box:hover .nav_box .nav .hasdrop .stair .a {
    font-size: .20rem !important;
  }
}

@media (min-width: 1081px) and (max-width: 1280px) {
  .head_box .nav_box .nav .hasdrop .stair .a,
  .head_box.c-style .nav_box .nav .hasdrop .stair .a,
  .head_box:hover .nav_box .nav .hasdrop .stair .a {
    font-size: .18rem !important;
  }
}

.head_box .nav_box .nav .hasdrop.active .stair .a,
.head_box .nav_box .nav .hasdrop:hover .stair .a {
  color: var(--color2) !important;
}

.head_box .right_box .icosearch,
.head_box:hover .right_box .icosearch,
.head_box.c-style .right_box .icosearch {
  border-color: rgba(31, 37, 44, .42);
}

.head_box .right_box .icosearch img,
.head_box:hover .right_box .icosearch img,
.head_box.c-style .right_box .icosearch img {
  filter: brightness(0);
}

.head_box .nav_box .nav .hasdrop.product_menu .stair .a .mobile-navbtn::after,
.head_box:hover .nav_box .nav .hasdrop.product_menu .stair .a .mobile-navbtn::after,
.head_box.c-style .nav_box .nav .hasdrop.product_menu .stair .a .mobile-navbtn::after {
  border-bottom-color: currentColor;
}

@media (max-width: 1080px) {
  .head_box {
    background: #fffaf4 !important;
  }

  .head_box .right_box .c_switch i {
    background: #1f252c;
  }
}

/* ===== Unified Footer: CTA row, social icons, 3-col links (2nd-round items 1-3,8) ===== */
.footer .staecore-foot-cta {
  display: flex;
  width: 100%;
  max-width: 760px;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  gap: 18px;
  margin: 0 auto 8px;
  padding-bottom: 26px;
  border-bottom: 1px solid rgba(255,255,255,0.12);
  text-align: center;
}
.staecore-foot-cta .foot-cta-text { width: 100%; }
.staecore-foot-cta .foot-cta-text h3 { color: #fff; font-size: 22px; font-weight: 700; margin: 0 0 6px; }
.staecore-foot-cta .foot-cta-text p { color: rgba(255,255,255,0.62); font-size: 14px; margin: 0 auto; max-width: 620px; line-height: 1.55; }
.foot-cta-actions { display: grid; width: 100%; max-width: 620px; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 14px; }
.foot-cta-btn { display: inline-flex; min-height: 48px; align-items: center; justify-content: center; padding: 11px 14px; border-radius: 4px; font-weight: 700; font-size: 14px; text-align: center; text-decoration: none; border: 1px solid rgba(255,255,255,0.35); color: #fff !important; transition: all .2s; }
.foot-cta-btn:hover { border-color: #ff7800; color: #ff7800 !important; }
.foot-cta-btn.primary { background: #ff7800; border-color: #ff7800; }
.foot-cta-btn.primary:hover { background: #e06a00; color: #fff !important; border-color: #e06a00; }
.foot-cta-btn.wa { background: rgba(255,255,255,0.08); }
.foot-social { display: flex; gap: 10px; margin-top: 18px; }
.foot-social a {
  width: 34px; height: 34px; border-radius: 50%; display: inline-flex; align-items: center; justify-content: center;
  background: rgba(255,255,255,0.1); color: #fff !important; transition: all .2s;
}
.foot-social a:hover { background: #ff7800; color: #fff !important; }
.staecore-footer .foot_head .left_category .item { min-width: 150px; }
@media (max-width: 768px) {
  .footer .staecore-foot-cta { align-items: center; padding-left: 14px; padding-right: 14px; }
  .foot-cta-actions { max-width: 320px; grid-template-columns: 1fr; gap: 10px; }
  .foot-cta-btn { width: 100%; }
  .foot-social { justify-content: flex-start; }
}

/* ===== Contact Us: single real contact card + CTA (2nd-round item 6) ===== */
.staecore-contact-card {
  display: flex; gap: 18px; align-items: flex-start;
  background: #fff; border: 1px solid #e7e9ec; border-top: 3px solid #ff7800;
  border-radius: 8px; padding: 24px; box-shadow: 0 4px 18px rgba(0,0,0,0.06);
}
.scc-avatar {
  flex: 0 0 62px; width: 62px; height: 62px; border-radius: 50%;
  background: #ff7800; color: #fff; font-weight: 800; font-size: 22px; letter-spacing: 1px;
  display: flex; align-items: center; justify-content: center;
}
.scc-body h3 { font-size: 20px; font-weight: 700; color: #222; margin: 0 0 3px; }
.scc-role { color: #ff7800; font-weight: 600; font-size: 13px; margin-bottom: 10px; }
.scc-note { color: #666; font-size: 14px; line-height: 1.6; margin: 0 0 14px; }
.scc-links { display: flex; flex-direction: column; gap: 6px; }
.scc-links a { color: #333; font-size: 14px; font-weight: 600; text-decoration: none; }
.scc-links a:hover { color: #ff7800; }
.staecore-contact-cta { text-align: center; background: #f4f5f6; border-radius: 8px; padding: 40px 24px; margin-top: 34px; }
.staecore-contact-cta h2 { font-size: 24px; font-weight: 800; color: #222; margin: 0 0 10px; }
.staecore-contact-cta p { color: #555; font-size: 15px; line-height: 1.6; max-width: 720px; margin: 0 auto 22px; }
.scc-cta-row { display: flex; gap: 12px; justify-content: center; flex-wrap: wrap; }
.scc-cta-primary { display: inline-block; background: #ff7800; color: #fff; font-weight: 700; padding: 13px 30px; border-radius: 4px; text-decoration: none; }
.scc-cta-primary:hover { background: #e06a00; color: #fff; }
.scc-cta-secondary { display: inline-block; background: #222; color: #fff; font-weight: 700; padding: 13px 26px; border-radius: 4px; text-decoration: none; }
.scc-cta-secondary:hover { background: #000; color: #fff; }

/* ===== Contact Us: verified production-base map layout ===== */
.page_contact .page_contact_map.staecore-map-section {
  position: relative;
  height: auto;
  margin: 54px 0 70px;
  padding: 48px 0;
  background: #f4f5f6;
}
.page_contact .page_contact_map.staecore-map-section::after { display: none; }
.staecore-map-heading { max-width: 780px; margin: 0 auto 28px; text-align: center; }
.staecore-map-heading > span {
  display: block; margin-bottom: 7px; color: #ff7800;
  font-size: 12px; font-weight: 800; text-transform: uppercase;
}
.staecore-map-heading h2 { margin: 0 0 10px; color: #222; font-size: 28px; font-weight: 800; }
.staecore-map-heading p { margin: 0; color: #62676d; font-size: 14px; line-height: 1.7; }
.staecore-map-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 22px; }
.staecore-map-grid.is-single { grid-template-columns: minmax(0, 1fr); max-width: 980px; margin: 0 auto; }
.staecore-map-card {
  overflow: hidden; background: #fff; border: 1px solid #dfe3e6;
  border-top: 3px solid #ff7800; border-radius: 6px;
  box-shadow: 0 6px 20px rgba(24, 30, 36, .07);
}
.staecore-map-frame { height: 340px; background: #e7eaec; }
.page_contact .page_contact_map .staecore-map-frame iframe {
  display: block; width: 100%; height: 100% !important; border: 0;
}
.staecore-map-static { position: relative; width: 100%; height: 100%; overflow: hidden; }
.staecore-map-static > img { display: block; width: 100%; height: 100%; object-fit: cover; }
.staecore-map-pin {
  position: absolute;
  left: 50%;
  top: 50%;
  display: flex;
  min-width: 128px;
  flex-direction: column;
  align-items: center;
  padding: 9px 13px 10px;
  border: 3px solid #fff;
  border-radius: 5px;
  color: #fff;
  background: #ed6b12;
  box-shadow: 0 6px 18px rgba(20, 24, 28, .28);
  transform: translate(-50%, -112%);
}
.staecore-map-pin::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  border: 10px solid transparent;
  border-top-color: #ed6b12;
  transform: translateX(-50%);
}
.staecore-map-pin strong { font-size: 13px; line-height: 1.25; }
.staecore-map-pin small { margin-top: 2px; font-size: 10px; line-height: 1.2; }
.staecore-map-attribution {
  position: absolute;
  right: 6px;
  bottom: 5px;
  padding: 3px 6px;
  color: #32373b;
  font-size: 9px;
  line-height: 1.2;
  background: rgba(255, 255, 255, .86);
}
.staecore-map-copy { padding: 18px 20px 20px; }
.staecore-map-copy > span { color: #ff7800; font-size: 12px; font-weight: 800; text-transform: uppercase; }
.staecore-map-copy h3 { margin: 4px 0 5px; color: #222; font-size: 20px; font-weight: 800; }
.staecore-map-copy p { margin: 0 0 11px; color: #62676d; font-size: 14px; }
.staecore-map-copy a { color: #2d3339; font-size: 13px; font-weight: 700; text-decoration: none; }
.staecore-map-copy a:hover { color: #ff7800; }
@media (max-width: 575px) {
  .staecore-contact-card { flex-direction: column; }
  .scc-cta-row a { flex: 1 1 auto; text-align: center; }
}
@media (max-width: 768px) {
  .page_contact .page_contact_map.staecore-map-section { margin: 38px 0 48px; padding: 36px 0; }
  .staecore-map-heading { margin-bottom: 22px; }
  .staecore-map-heading h2 { font-size: 24px; }
  .staecore-map-grid { grid-template-columns: 1fr; gap: 18px; }
  .staecore-map-frame { height: 280px; }
}

/* ===== Solutions page: remove left product sidebar, full-width solution content (补充修改) ===== */
.page_solutions_box { display: block !important; }
.page_solutions_box .page_sidebar { display: none !important; }
.page_solutions_box .content_box { width: 100% !important; float: none !important; }
.page_solutions_box .content_box > .item_box { display: none !important; }
.solution-set-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  grid-auto-rows: 1fr;
  gap: 24px;
  margin: 32px 0;
}
.solution-set-card {
  display: flex;
  min-width: 0;
  height: 100%;
  flex-direction: column;
  overflow: hidden;
  background: #fff;
  border: 1px solid #e1e4e7;
  border-top: 3px solid #ff7800;
  border-radius: 5px;
  box-shadow: 0 5px 18px rgba(25, 31, 35, .07);
  transition: transform .25s ease, box-shadow .25s ease;
}
.solution-set-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 12px 28px rgba(25, 31, 35, .12);
}
.solution-set-media {
  aspect-ratio: 3 / 2;
  overflow: hidden;
  background: #eef0f2;
  border-bottom: 1px solid #e1e4e7;
}
.solution-set-media img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .4s ease;
}
.solution-set-card:hover .solution-set-media img { transform: scale(1.035); }
.solution-set-body {
  display: flex;
  flex: 1;
  flex-direction: column;
  align-items: flex-start;
  padding: 22px 24px 24px;
}
.solution-set-body .factory-location-tag { margin-bottom: 14px; }
.solution-set-body h3 {
  color: #222;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.35;
  margin: 0 0 10px;
}
.solution-set-body > p {
  color: #666;
  font-size: 13px;
  line-height: 1.65;
  margin: 0 0 14px;
}
.solution-set-body ul {
  color: #555;
  font-size: 12px;
  line-height: 1.65;
  margin: 0 0 18px;
  padding-left: 18px;
}
.solution-set-body li { margin-bottom: 5px; }
.solution-set-body .brand-cta-primary {
  margin-top: auto;
  padding: 10px 17px;
  font-size: 12px;
}
@media (max-width: 1100px) {
  .solution-set-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}
@media (max-width: 575px) {
  .solution-set-grid { grid-template-columns: 1fr; gap: 16px; margin-top: 24px; }
  .solution-set-body { padding: 18px 18px 20px; }
}

/* ===== OEM / ODM page: reference-inspired custom manufacturing layout ===== */
.oem2-hero {
  position: relative;
  height: 360px;
  overflow: hidden;
  background: #25292c;
}
.oem2-hero > img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.oem2-hero::after {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(20, 23, 25, .62);
}
.oem2-hero-overlay {
  position: absolute;
  z-index: 1;
  inset: 0;
  display: flex;
  align-items: center;
  color: #fff;
}
.oem2-hero-overlay span,
.oem2-kicker {
  display: block;
  color: #ff7800;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .08em;
  text-transform: uppercase;
}
.oem2-hero-overlay h1 {
  max-width: 760px;
  color: #fff;
  font-size: 42px;
  font-weight: 800;
  line-height: 1.16;
  margin: 10px 0 14px;
}
.oem2-hero-overlay p {
  max-width: 720px;
  color: #e3e5e7;
  font-size: 16px;
  line-height: 1.65;
  margin: 0;
}
.oem2-breadcrumb { background: #f3f4f5; border-bottom: 1px solid #e3e5e7; }
.oem2-breadcrumb .auto-container { display: flex; align-items: center; gap: 10px; min-height: 48px; font-size: 12px; }
.oem2-breadcrumb a { color: #4f5458; }
.oem2-breadcrumb a:hover { color: #ff7800; }
.oem2-breadcrumb i { color: #a0a5a9; font-style: normal; }
.oem2-breadcrumb span { color: #ff7800; }
.oem2-section { padding: 66px 0; }
.oem2-split {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(0, .95fr);
  gap: 48px;
  align-items: center;
}
.oem2-copy h2,
.oem2-heading h2,
.oem2-contact h2 {
  color: #25292c;
  font-size: 30px;
  font-weight: 800;
  line-height: 1.28;
  margin: 8px 0 15px;
}
.oem2-copy > p,
.oem2-heading > p,
.oem2-contact-grid > div > p {
  color: #62676b;
  font-size: 14px;
  line-height: 1.75;
  margin: 0;
}
.oem2-media {
  min-width: 0;
  aspect-ratio: 3 / 2;
  overflow: hidden;
  margin: 0;
  background: #eceff1;
  border: 1px solid #dfe3e6;
  border-top: 3px solid #ff7800;
  border-radius: 4px;
}
.oem2-media img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.oem2-requirement-list { display: grid; gap: 12px; margin-top: 24px; }
.oem2-requirement-list > div,
.oem2-field-list > div {
  display: grid;
  grid-template-columns: 170px minmax(0, 1fr);
  gap: 16px;
  padding-top: 12px;
  border-top: 1px solid #e3e5e7;
}
.oem2-requirement-list strong,
.oem2-field-list strong { color: #2f3336; font-size: 13px; line-height: 1.55; }
.oem2-requirement-list span,
.oem2-field-list span { color: #666b6f; font-size: 12px; line-height: 1.65; }
.oem2-table-heading { margin: 46px 0 16px; }
.oem2-table-heading h3 { color: #25292c; font-size: 20px; font-weight: 800; margin: 0 0 4px; }
.oem2-table-heading p { color: #73787c; font-size: 12px; margin: 0; }
.oem2-table-scroll { overflow-x: auto; border: 1px solid #dfe3e6; }
.oem2-table { width: 100%; min-width: 720px; border-collapse: collapse; background: #fff; }
.oem2-table th,
.oem2-table td { padding: 13px 16px; border-bottom: 1px solid #e4e7e9; text-align: left; font-size: 12px; line-height: 1.55; }
.oem2-table th { color: #fff; background: #303437; font-weight: 700; }
.oem2-table td:first-child { width: 28%; color: #2f3336; font-weight: 700; }
.oem2-table tbody tr:nth-child(even) { background: #f6f7f8; }
.oem2-table tbody tr:last-child td { border-bottom: 0; }
.oem2-advantages { background: #f3f5f6; }
.oem2-heading { max-width: 760px; margin: 0 auto 32px; text-align: center; }
.oem2-advantage-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); }
.oem2-advantage {
  min-width: 0;
  min-height: 240px;
  padding: 30px;
  background: #fff;
  border: 1px solid #e1e5e8;
}
.oem2-advantage:nth-child(even) { background: #e9eef1; }
.oem2-advantage svg {
  width: 38px;
  height: 38px;
  color: #ff7800;
  fill: none;
  stroke: currentColor;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
}
.oem2-advantage h3 { color: #25292c; font-size: 16px; font-weight: 700; line-height: 1.4; margin: 18px 0 9px; }
.oem2-advantage p { color: #64696d; font-size: 12px; line-height: 1.7; margin: 0; }
.oem2-fields { background: #fff; }
.oem2-field-list { display: grid; gap: 12px; margin-top: 22px; }
.oem2-base-band {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1px;
  margin-top: 46px;
  background: #4b5054;
  border-top: 3px solid #ff7800;
}
.oem2-base-band > div { min-width: 0; padding: 24px 28px; background: #303437; }
.oem2-base-band span { display: block; color: #ff7800; font-size: 10px; font-weight: 800; text-transform: uppercase; margin-bottom: 7px; }
.oem2-base-band strong { display: block; color: #fff; font-size: 16px; line-height: 1.4; }
.oem2-base-band p { color: #c9cdd0; font-size: 12px; line-height: 1.65; margin: 7px 0 0; }
.oem2-workflow { background: #f3f5f6; }
.oem2-steps { display: grid; gap: 0; margin: 24px 0 0; padding: 0; list-style: none; }
.oem2-steps li { display: grid; grid-template-columns: 44px minmax(0, 1fr); gap: 15px; padding: 13px 0; border-top: 1px solid #dde1e4; }
.oem2-steps li > span { color: #ff7800; font-size: 13px; font-weight: 800; }
.oem2-steps strong { color: #2f3336; font-size: 13px; }
.oem2-steps p { color: #6c7175; font-size: 12px; line-height: 1.6; margin: 3px 0 0; }
.oem2-contact { background: #fff; }
.oem2-contact-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(360px, .75fr);
  overflow: hidden;
  background: #303437;
  border-top: 3px solid #ff7800;
  border-radius: 5px;
}
.oem2-contact-grid > div { padding: 42px 46px; }
.oem2-contact-grid h2 { color: #fff; }
.oem2-contact-grid > div > p { color: #c9cdd0; }
.oem2-contact-grid ul { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 10px 24px; margin: 24px 0 0; padding: 0; list-style: none; }
.oem2-contact-grid li { position: relative; color: #eef0f1; font-size: 12px; line-height: 1.5; padding-left: 16px; }
.oem2-contact-grid li::before { content: ""; position: absolute; top: 7px; left: 0; width: 6px; height: 6px; background: #ff7800; }
.oem2-contact-grid figure { min-width: 0; min-height: 100%; margin: 0; background: #25292c; }
.oem2-contact-grid figure img { display: block; width: 100%; height: 100%; object-fit: cover; }
.oem2-contact-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 28px; }
.oem2-contact-actions .brand-cta-primary,
.oem2-secondary-btn { display: inline-flex; min-height: 44px; align-items: center; justify-content: center; padding: 11px 19px; font-size: 12px; font-weight: 700; border-radius: 4px; }
.oem2-secondary-btn { color: #fff; border: 1px solid #747a7e; }
.oem2-secondary-btn:hover { color: #25292c; background: #fff; border-color: #fff; }
@media (max-width: 991px) {
  .oem2-hero { height: 320px; }
  .oem2-split { grid-template-columns: 1fr; gap: 30px; }
  .oem2-split-reverse .oem2-media { order: 2; }
  .oem2-advantage-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .oem2-contact-grid { grid-template-columns: 1fr; }
  .oem2-contact-grid figure { min-height: 320px; }
}
@media (max-width: 575px) {
  .oem2-hero { height: 280px; }
  .oem2-hero-overlay h1 { font-size: 30px; }
  .oem2-hero-overlay p { font-size: 13px; line-height: 1.6; }
  .oem2-section { padding: 44px 0; }
  .oem2-copy h2,
  .oem2-heading h2,
  .oem2-contact h2 { font-size: 24px; }
  .oem2-requirement-list > div,
  .oem2-field-list > div { grid-template-columns: 1fr; gap: 4px; }
  .oem2-table-heading { margin-top: 34px; }
  .oem2-advantage-grid { grid-template-columns: 1fr; }
  .oem2-advantage { min-height: 0; padding: 24px 22px; }
  .oem2-base-band { grid-template-columns: 1fr; }
  .oem2-base-band > div { padding: 22px; }
  .oem2-contact-grid > div { padding: 30px 22px; }
  .oem2-contact-grid ul { grid-template-columns: 1fr; }
  .oem2-contact-grid figure { min-height: 240px; }
  .oem2-contact-actions { flex-direction: column; }
  .oem2-contact-actions a { width: 100%; }
}

/* ===== About: Our Approach narrative rows (补充修改 - Eland-style) ===== */
.about2-approach { padding: 46px 0; }
.about2-approach .page_block_info { text-align: center; margin-bottom: 30px; }
.approach-row { display: grid; grid-template-columns: 1fr 1.1fr; gap: 36px; align-items: center; margin-bottom: 34px; }
.approach-row:last-child { margin-bottom: 0; }
.approach-row.reverse .approach-media { order: 2; }
.approach-media img { width: 100%; height: 300px; object-fit: cover; border-radius: 8px; display: block; box-shadow: 0 8px 24px rgba(0,0,0,0.1); }
.approach-text h3 { font-size: 22px; font-weight: 800; color: #222; margin: 0 0 14px; padding-left: 14px; border-left: 4px solid #ff7800; }
.approach-text p { color: #555; font-size: 15px; line-height: 1.85; margin: 0; }
@media (max-width: 900px) {
  .approach-row { grid-template-columns: 1fr; gap: 18px; margin-bottom: 28px; }
  .approach-row.reverse .approach-media { order: 0; }
  .approach-media img { height: 210px; }
  .approach-text h3 { font-size: 19px; }
}

/* ===== About: Our Story milestone timeline (Eland-style ref) ===== */
.about2-story { padding: 46px 0; background: #f4f5f6; }
.about2-story .page_block_info { text-align: center; margin-bottom: 34px; }
.story-timeline { display: grid; grid-template-columns: repeat(5, 1fr); gap: 20px; position: relative; }
.story-timeline::before { content: ""; position: absolute; top: 52px; left: 10%; right: 10%; height: 2px; background: #ffcaa0; z-index: 0; }
.story-node { position: relative; z-index: 1; text-align: center; }
.story-media { width: 104px; height: 104px; margin: 0 auto 12px; border-radius: 50%; overflow: hidden; border: 4px solid #ff7800; background: #fff; box-shadow: 0 4px 14px rgba(0,0,0,0.12); }
.story-media img { width: 100%; height: 100%; object-fit: cover; }
.story-stage { display: inline-block; background: #ff7800; color: #fff; font-weight: 800; font-size: 13px; padding: 3px 14px; border-radius: 20px; margin-bottom: 10px; }
.story-node h3 { font-size: 16px; color: #222; font-weight: 700; margin: 0 0 8px; line-height: 1.3; }
.story-node p { font-size: 13px; color: #666; line-height: 1.6; margin: 0; }
@media (max-width: 900px) {
  .story-timeline { grid-template-columns: 1fr 1fr; gap: 28px 16px; }
  .story-timeline::before { display: none; }
}
@media (max-width: 480px) {
  .story-timeline { grid-template-columns: 1fr; }
}

/* ===== Bigger header logo (client: logo too small) ===== */
.head_box .logo_box { width: 22% !important; }
.head_box .nav_box { width: 66% !important; }
.head_box .logo_box .logo_icon img {
  height: auto !important;
  max-height: 56px !important;
  width: auto !important;
  max-width: 100% !important;
}
@media (max-width: 1280px) {
  .head_box .logo_box { width: 46% !important; }
  .head_box .logo_box .logo_icon img { max-height: 50px !important; }
}
@media (max-width: 768px) {
  .head_box .logo_box .logo_icon img { max-height: 44px !important; }
}

/* ===== Product pages: restore left category sidebar on LISTING pages + uniform product images
        (client 改需求：产品列表页要像对标站有左侧分类目录、产品图尺寸统一、各页一致) =====
   用 :has(.page_sidebar) 精准区分：列表页(带侧栏)→两栏；详情页(无侧栏)→保持通栏，避免误伤。 */

/* 列表页：左侧分类目录 + 两栏（沿用基础 74%/26% 宽度，flex row-reverse 让侧栏在左） */
.list_products .list_products_box:has(.page_sidebar) {
  display: flex !important;
  flex-direction: row-reverse;
  align-items: flex-start;
}
.list_products .list_products_box:has(.page_sidebar) .content_box {
  width: 74% !important;
  float: none !important;
}
.list_products .list_products_box .page_sidebar {
  display: block !important;
  width: 26%;
  padding-right: .65rem;
}

/* 详情页或无侧栏的列表容器：保持通栏（还原客户此前的全宽诉求，仅限没有侧栏时） */
.list_products .list_products_box:not(:has(.page_sidebar)) { display: block !important; }
.list_products .list_products_box:not(:has(.page_sidebar)) .content_box {
  width: 100% !important;
  float: none !important;
}

/* 统一产品图尺寸：所有产品卡图片同一 1:1 图块、等比缩放不裁切、白底补齐 → 适配客户方形产品图 */
.list_products .content_box .item_box .item .img_box {
  aspect-ratio: 1 / 1;
  height: auto;
  overflow: hidden;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}
.list_products .content_box .item_box .item .img_box img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

/* 列表页统一标题（补 power-cables 等缺标题的页面，与有标题的页面保持一致） */
.list_products .content_box .list_products_title {
  font-size: .34rem;
  font-weight: 800;
  color: #222;
  line-height: 1.2;
  margin: 0 0 .28rem;
  padding-left: 0;
}

/* ===== 去掉 section 标题左侧那条短橘色横线（client：很多页面有这条短橘线，不需要） =====
   即 .head_block .title:before 的橘色小横条；同时把为它预留的左内边距归零，避免标题去线后偏右。 */
.head_block .title:before,
.head_block .title::before { display: none !important; content: none !important; }
.head_block .title { padding-left: 0 !important; }

/* ===== Unified product directory and card geometry ===== */
.product-catalog-layout {
  display: grid !important;
  grid-template-columns: 280px minmax(0, 1fr);
  gap: 36px;
  align-items: start;
}
.product-catalog-sidebar {
  min-width: 0;
  position: sticky;
  top: 18px;
  background: transparent;
  border: 0;
  box-shadow: none;
}
.product-catalog-directory-panel {
  background: #fff;
  border: 1px solid #e4e7e9;
  border-top: 3px solid #ff7800;
  box-shadow: 0 8px 24px rgba(26, 31, 36, .07);
}
.product-catalog-search {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1fr) 54px;
  min-height: 50px;
  margin: 0 0 18px;
  overflow: hidden;
  background: #fff;
  border: 1px solid #dfe3e6;
  box-shadow: 0 5px 18px rgba(26, 31, 36, .06);
}
.product-catalog-search input {
  width: 100%;
  min-width: 0;
  padding: 0 15px;
  border: 0;
  outline: 0;
  background: #f2f3f4;
  color: #2f3336;
  font-size: 14px;
}
.product-catalog-search input::placeholder { color: #92979b; }
.product-catalog-search input:focus { box-shadow: inset 0 0 0 2px rgba(255, 120, 0, .35); }
.product-catalog-search button {
  display: inline-flex;
  width: 54px;
  min-height: 50px;
  align-items: center;
  justify-content: center;
  padding: 0;
  border: 0;
  background: #ff7800;
  cursor: pointer;
}
.product-catalog-search button:hover { background: #df6900; }
.product-catalog-search button img { width: 21px; height: 21px; object-fit: contain; filter: brightness(0) invert(1); }
.product-catalog-search-status,
.product-catalog-visually-hidden {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}
.product-catalog-sidebar-head { padding: 22px 20px 18px; border-bottom: 1px solid #e8eaec; }
.product-catalog-sidebar-head span {
  display: block;
  margin-bottom: 4px;
  color: #ff7800;
  font-size: 11px;
  font-weight: 800;
}
.product-catalog-sidebar-head h2 {
  margin: 0;
  color: #24282c;
  font-size: 21px;
  font-weight: 800;
  line-height: 1.25;
}
.product-catalog-nav { padding: 8px 0; }
.product-catalog-group { border-bottom: 1px solid #eceef0; }
.product-catalog-group:last-child { border-bottom: 0; }
.product-catalog-group summary {
  position: relative;
  min-height: 50px;
  padding: 15px 42px 14px 18px;
  color: #34393e;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.45;
  cursor: pointer;
  list-style: none;
}
.product-catalog-group summary::-webkit-details-marker { display: none; }
.product-catalog-group summary::after {
  content: "+";
  position: absolute;
  top: 50%;
  right: 18px;
  color: #7d8388;
  font-size: 20px;
  font-weight: 400;
  line-height: 1;
  transform: translateY(-50%);
}
.product-catalog-group[open] summary::after { content: "-"; }
.product-catalog-group.is-current > summary { background: #ff7800; color: #fff; }
.product-catalog-group.is-current > summary::after { color: #fff; }
.product-catalog-subnav { padding: 8px 12px 12px; background: #f7f8f9; }
.product-catalog-subnav a {
  display: block;
  position: relative;
  padding: 8px 10px 8px 20px;
  color: #5d646a;
  font-size: 13px;
  line-height: 1.4;
}
.product-catalog-subnav a::before {
  content: "";
  position: absolute;
  left: 7px;
  top: 15px;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: #aeb3b7;
}
.product-catalog-subnav a:hover,
.product-catalog-subnav a.is-active { color: #e76d00; }
.product-catalog-subnav a:hover::before,
.product-catalog-subnav a.is-active::before { background: #ff7800; }
.product-catalog-help { margin: 8px; padding: 18px 16px; background: #2f3336; color: #fff; }
.product-catalog-help strong { display: block; margin-bottom: 5px; font-size: 15px; }
.product-catalog-help span { display: block; color: rgba(255,255,255,.68); font-size: 12px; line-height: 1.55; }
.product-catalog-help a {
  display: inline-flex;
  min-height: 38px;
  align-items: center;
  justify-content: center;
  margin-top: 13px;
  padding: 8px 13px;
  background: #ff7800;
  color: #fff;
  font-size: 12px;
  font-weight: 800;
}
.product-catalog-help a:hover { background: #fff; color: #2f3336; }
.product-catalog-main {
  min-width: 0;
  padding-right: 48px;
  box-sizing: border-box;
}
.list_products .product-catalog-main > .list_products_title,
.product-catalog-modern .product-catalog-main > .head_block { display: none !important; }
.product-catalog-main > .product-catalog-top-copy { display: none !important; }

body .list_products .list_products_box.product-catalog-layout {
  display: grid !important;
  grid-template-columns: 280px minmax(0, 1fr) !important;
  flex-direction: initial !important;
}
.list_products .list_products_box.product-catalog-layout .product-catalog-main {
  width: 100% !important;
  float: none !important;
}
.list_products .product-catalog-main > .list_products_title {
  margin: 0 0 24px;
  color: #2f3336;
  font-size: 32px;
  font-weight: 800;
  line-height: 1.2;
  text-transform: uppercase;
}
.list_products .product-catalog-main .item_box {
  display: grid !important;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px;
  align-items: stretch;
}
.list_products .product-catalog-main .item_box .item {
  width: auto !important;
  max-width: none !important;
  min-width: 0;
  height: 100%;
  margin: 0 !important;
}
.list_products .product-catalog-main .item_box .item > a {
  display: flex !important;
  height: 100%;
  flex-direction: column;
  align-items: stretch !important;
}
.list_products .product-catalog-main .item_box .item .img_box {
  width: 100% !important;
  aspect-ratio: 1 / 1;
  height: auto !important;
  flex: 0 0 auto;
  background: #fff;
}
.list_products .product-catalog-main .item_box .item .img_box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.list_products .product-catalog-main .item_box .item .text_box {
  display: flex;
  width: 100% !important;
  min-height: 112px;
  flex: 1 1 auto;
  flex-direction: column;
  justify-content: space-between;
}
.page_banner { position: relative; overflow: hidden; }
.product-banner-title {
  position: absolute;
  z-index: 2;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 24px;
  background: linear-gradient(90deg, rgba(18, 24, 29, .68), rgba(18, 24, 29, .28));
  text-align: center;
  pointer-events: none;
}
.product-banner-title span {
  display: inline-block;
  margin-bottom: 8px;
  color: #ff8a1f;
  font-size: 12px;
  font-weight: 800;
}
.product-banner-title h1 {
  max-width: 900px;
  margin: 0;
  color: #fff;
  font-size: 40px;
  font-weight: 800;
  line-height: 1.2;
}

.product-catalog-modern .product-catalog-main > .head_block { margin-bottom: 28px; text-align: left; }
.product-catalog-modern .cat-sub-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px;
  align-items: stretch;
}
.product-catalog-modern .cat-sub-item { display: flex; min-width: 0; height: 100%; flex-direction: column; }
.product-catalog-modern .cat-sub-img {
  width: 100%;
  aspect-ratio: 1 / 1;
  height: auto;
  flex: 0 0 auto;
  background: #fff;
}
.product-catalog-modern .cat-sub-img img { width: 100%; height: 100%; object-fit: cover; }
.product-catalog-modern .cat-sub-txt { display: flex; flex: 1 1 auto; flex-direction: column; }

@media (max-width: 1180px) {
  .product-catalog-layout,
  body .list_products .list_products_box.product-catalog-layout {
    grid-template-columns: 244px minmax(0, 1fr) !important;
    gap: 24px;
  }
  .list_products .product-catalog-main .item_box,
  .product-catalog-modern .cat-sub-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .product-catalog-main { padding-right: 24px; }
}

@media (max-width: 820px) {
  .product-catalog-layout,
  body .list_products .list_products_box.product-catalog-layout {
    grid-template-columns: minmax(0, 1fr) !important;
    gap: 28px;
  }
  .product-catalog-sidebar { position: static; }
  .product-catalog-main { padding-right: 0; }
  .product-catalog-nav { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); padding: 8px; gap: 8px; }
  .product-catalog-group { border: 1px solid #e5e7e9; }
  .product-catalog-help { display: none; }
  .list_products { padding-top: 42px; }
  .product-banner-title h1 { font-size: 32px; }
}

@media (max-width: 575px) {
  .product-catalog-nav { grid-template-columns: 1fr; }
  .product-catalog-sidebar-head { padding: 18px 16px 15px; }
  .product-catalog-sidebar-head h2 { font-size: 19px; }
  .product-catalog-group summary { min-height: 46px; padding: 13px 40px 12px 14px; font-size: 13px; }
  .product-catalog-subnav { padding: 6px 8px 9px; }
  .product-catalog-subnav a { padding-top: 7px; padding-bottom: 7px; font-size: 12px; }
  .list_products .product-catalog-main > .list_products_title { margin-bottom: 18px; font-size: 24px; }
  .list_products .product-catalog-main .item_box,
  .product-catalog-modern .cat-sub-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 10px; }
  .list_products .product-catalog-main .item_box .item .text_box { min-height: 82px; padding: 10px 8px !important; }
  .list_products .product-catalog-main .item_box .item .text_box p { min-height: 0; margin-bottom: 0; font-size: 13px !important; }
  .product-catalog-modern .cat-sub-txt { padding: 12px 9px 14px; }
  .product-catalog-modern .cat-sub-txt h3 { font-size: 13px; line-height: 1.35; }
  .product-catalog-modern .cat-sub-txt p { font-size: 11px; }
  .product-banner-title { padding: 18px 14px; }
  .product-banner-title span { font-size: 10px; }
  .product-banner-title h1 { font-size: 27px; }
}

/* ===== Mobile About / News alignment hardening ===== */
@media (max-width: 640px) {
  .about-v2 .about2-overview {
    box-sizing: border-box;
    width: 100% !important;
    max-width: 100% !important;
    margin-right: auto;
    margin-left: auto;
    padding: 40px 16px !important;
  }
  .about-v2 .about2-overview-grid,
  .about-v2 .about2-overview-text { min-width: 0; }
  .about-v2 .about2-overview-text h1,
  .about-v2 .about2-overview-text p { overflow-wrap: anywhere; }
  .about-v2 .about2-stat-row {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 10px;
  }
  .about-v2 .about2-stat { min-width: 0; }
  .about-v2 .about2-stat b { font-size: 25px; }
  .about-v2 .about2-stat span { display: block; font-size: 12px; line-height: 1.4; }

  .page_news .page_sidebar { box-sizing: border-box; min-width: 0; }
  .page_news .page_sidebar .sidebar_news_box {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
    padding: 12px 0;
    background: transparent;
  }
  .page_news .page_sidebar .sidebar_news_box .item {
    min-width: 0;
    height: 100%;
    background: #fff;
  }
  .page_news .page_sidebar .sidebar_news_box .item a {
    display: flex;
    box-sizing: border-box;
    height: 100%;
    min-width: 0;
    flex-direction: column;
    align-items: stretch;
    padding: 0;
    overflow: hidden;
    border: 1px solid #e1e4e7;
    border-radius: 6px;
  }
  .page_news .page_sidebar .sidebar_news_box .item .img_box {
    width: 100% !important;
    height: auto !important;
    aspect-ratio: 1 / 1;
    flex: 0 0 auto;
    border: 0;
    border-bottom: 1px solid #e8eaec;
    border-radius: 0;
    background: #fff;
  }
  .page_news .page_sidebar .sidebar_news_box .item .img_box img {
    display: block;
    width: 100% !important;
    height: 100% !important;
    object-fit: contain !important;
  }
  .page_news .page_sidebar .sidebar_news_box .item .text_box {
    display: flex;
    box-sizing: border-box;
    width: 100% !important;
    min-width: 0;
    flex: 1 1 auto;
    flex-direction: column;
    padding: 10px !important;
  }
  .page_news .page_sidebar .sidebar_news_box .item .text_box .title {
    min-height: 35px;
    margin-bottom: 8px;
    font-size: 13px !important;
    line-height: 1.35;
  }
  .page_news .page_sidebar .sidebar_news_box .item .text_box .other { margin-top: auto; }
  .page_news .page_sidebar .sidebar_news_box .item .text_box .other span {
    display: inline-flex;
    align-items: center;
    font-size: 12px !important;
  }
  .page_news .page_sidebar .sidebar_news_box .item .text_box .other span img {
    width: 14px !important;
    height: 14px !important;
    object-fit: contain;
  }
}

/* ===== Framework alignment V2.1: scalable detail layer ===== */
.page_solutions_head_title h1 {
  margin: 0 0 14px;
  color: #202428;
  font-size: 34px;
  font-weight: 800;
  line-height: 1.25;
  text-align: center;
}

.architecture-product-entry { color: inherit; text-decoration: none; }
.architecture-product-entry:hover { color: inherit; }
.architecture-product-entry .cat-sub-txt { padding-bottom: 8px; }
.architecture-view-detail {
  display: inline-flex;
  align-items: center;
  margin: auto 16px 16px;
  color: #ed6b12;
  font-size: 12px;
  font-style: normal;
  font-weight: 800;
  line-height: 1.4;
}
.architecture-view-detail::after { content: "\2192"; margin-left: 7px; }

.architecture-solution-hero {
  position: relative;
  display: flex;
  min-height: 390px;
  align-items: flex-end;
  overflow: hidden;
  background-position: center;
  background-size: cover;
}
.architecture-solution-hero::before {
  position: absolute;
  inset: 0;
  content: "";
  background: linear-gradient(90deg, rgba(18, 22, 25, .86) 0%, rgba(18, 22, 25, .58) 55%, rgba(18, 22, 25, .18) 100%);
}
.architecture-solution-hero .auto-container { position: relative; z-index: 1; width: 100%; padding-top: 64px; padding-bottom: 58px; }
.architecture-solution-hero span,
.architecture-eyebrow {
  display: block;
  margin-bottom: 8px;
  color: #ed6b12;
  font-size: 11px;
  font-weight: 800;
  line-height: 1.4;
  text-transform: uppercase;
}
.architecture-solution-hero h1 { max-width: 820px; margin: 0 0 16px; color: #fff; font-size: 44px; font-weight: 800; line-height: 1.16; }
.architecture-solution-hero p { max-width: 760px; margin: 0; color: rgba(255,255,255,.88); font-size: 16px; line-height: 1.7; }
.architecture-breadcrumb span { color: #ed6b12; }
.architecture-solution-detail { padding-top: 64px; background: #fff; }
.architecture-solution-intro { display: grid; grid-template-columns: minmax(0, 1.1fr) minmax(360px, .9fr); gap: 54px; align-items: center; }
.architecture-solution-intro h2,
.architecture-info-panel h2,
.architecture-section-heading h2,
.architecture-oem-band h2,
.architecture-final-cta h2 { margin: 0; color: #202428; font-size: 30px; font-weight: 800; line-height: 1.25; }
.architecture-solution-intro p,
.architecture-section-heading p,
.architecture-oem-band p { margin: 16px 0 0; color: #5a6065; font-size: 14px; line-height: 1.8; }
.architecture-buyer-path { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 10px; margin: 0; padding: 0; list-style: none; }
.architecture-buyer-path li { display: flex; min-height: 76px; align-items: center; gap: 12px; padding: 14px; border: 1px solid #e1e4e7; border-radius: 4px; background: #f7f8f9; }
.architecture-buyer-path b { color: #ed6b12; font-size: 19px; }
.architecture-buyer-path span { color: #34393d; font-size: 12px; font-weight: 700; line-height: 1.4; }
.architecture-two-column { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 24px; margin-top: 54px; }
.architecture-info-panel { padding: 28px; border-top: 3px solid #ed6b12; background: #f5f6f7; }
.architecture-info-panel h2 { font-size: 23px; }
.architecture-info-panel ul { display: grid; gap: 12px; margin: 20px 0 0; padding: 0; list-style: none; }
.architecture-info-panel li { position: relative; padding-left: 18px; color: #51575c; font-size: 14px; line-height: 1.6; }
.architecture-info-panel li::before { position: absolute; top: 9px; left: 0; width: 6px; height: 6px; border-radius: 50%; content: ""; background: #ed6b12; }
.architecture-related-section { margin-top: 64px; padding-top: 48px; border-top: 1px solid #e3e5e7; }
.architecture-section-heading { max-width: 830px; margin-bottom: 26px; }
.architecture-related-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 16px; align-items: stretch; }
.architecture-related-card { display: flex; min-width: 0; height: 100%; flex-direction: column; overflow: hidden; border: 1px solid #e0e3e5; border-radius: 4px; color: inherit; background: #fff; }
.architecture-related-card:hover { color: inherit; border-color: #ed6b12; box-shadow: 0 8px 22px rgba(28, 32, 35, .09); }
.architecture-related-media { display: block; width: 100%; aspect-ratio: 1 / 1; overflow: hidden; background: #f4f5f6; }
.architecture-related-media img { display: block; width: 100%; height: 100%; object-fit: cover; }
.architecture-related-copy { display: flex; min-width: 0; flex: 1 1 auto; flex-direction: column; padding: 15px; }
.architecture-related-copy small { color: #ed6b12; font-size: 10px; font-weight: 800; text-transform: uppercase; }
.architecture-related-copy strong { margin-top: 7px; color: #292e32; font-size: 14px; line-height: 1.4; overflow-wrap: anywhere; }
.architecture-related-copy em { margin-top: auto; padding-top: 14px; color: #656b70; font-size: 11px; font-style: normal; font-weight: 700; }
.architecture-oem-band { margin-top: 64px; padding: 46px 0; background: #f1f3f4; }
.architecture-oem-band .auto-container { display: grid; grid-template-columns: minmax(0, 1fr) auto; gap: 32px; align-items: center; }
.architecture-oem-band a { display: inline-flex; min-height: 46px; align-items: center; justify-content: center; padding: 11px 22px; border: 1px solid #ed6b12; border-radius: 3px; color: #fff; font-size: 13px; font-weight: 800; background: #ed6b12; }
.architecture-oem-band a:hover { color: #fff; background: #d85c08; }
.architecture-detail-faq { padding-top: 62px; padding-bottom: 62px; }
.architecture-final-cta { padding: 42px 0; color: #fff; background: #222629; }
.architecture-final-cta .auto-container { display: flex; align-items: center; justify-content: space-between; gap: 28px; }
.architecture-final-cta span { color: #ed6b12; font-size: 11px; font-weight: 800; text-transform: uppercase; }
.architecture-final-cta h2 { margin-top: 5px; color: #fff; font-size: 25px; }
.architecture-final-cta .auto-container > div:last-child { display: flex; gap: 10px; }
.architecture-final-cta a { display: inline-flex; min-height: 44px; align-items: center; justify-content: center; padding: 10px 18px; border: 1px solid #ed6b12; border-radius: 3px; font-size: 12px; font-weight: 800; }
.architecture-cta-primary { color: #fff; background: #ed6b12; }
.architecture-cta-primary:hover { color: #fff; background: #d85c08; }
.architecture-cta-secondary { color: #fff; background: transparent; }
.architecture-cta-secondary:hover { color: #fff; background: #ed6b12; }

.architecture-product-banner img { object-fit: cover; }
.architecture-product-detail .product-detail-applications { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.architecture-product-solutions { margin-bottom: 8px; }
.architecture-solution-links { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 12px; }
.architecture-solution-link { display: flex; min-width: 0; flex-direction: column; padding: 17px; border: 1px solid #e0e3e5; border-left: 3px solid #ed6b12; border-radius: 3px; color: inherit; background: #f7f8f9; }
.architecture-solution-link:hover { color: inherit; border-color: #ed6b12; }
.architecture-solution-link small { color: #ed6b12; font-size: 10px; font-weight: 800; text-transform: uppercase; }
.architecture-solution-link strong { margin-top: 5px; color: #292e32; font-size: 14px; line-height: 1.4; }
.architecture-solution-link span { margin-top: 8px; color: #676d72; font-size: 11px; font-weight: 700; }
.architecture-sidebar-solution { padding: 15px; background: #f5f6f7; }
.architecture-sidebar-solution > span { display: block; margin-bottom: 9px; color: #34393d; font-size: 11px; font-weight: 800; text-transform: uppercase; }
.architecture-sidebar-solution .architecture-solution-link { margin-top: 8px; padding: 11px; }
.architecture-sidebar-solution .architecture-solution-link strong { font-size: 11px; }
.architecture-sidebar-solution .architecture-solution-link span { display: none; }
.product-catalog-help .product-catalog-solution-link { margin-top: 8px; color: #ed6b12; background: #fff; }
.product-catalog-help .product-catalog-solution-link:hover { color: #fff; background: #ed6b12; }

@media (max-width: 1080px) {
  .architecture-solution-intro { grid-template-columns: 1fr; gap: 30px; }
  .architecture-related-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

@media (max-width: 820px) {
  .page_solutions_head_title h1 { font-size: 28px; }
  .architecture-solution-hero { min-height: 330px; }
  .architecture-solution-hero .auto-container { padding-top: 50px; padding-bottom: 42px; }
  .architecture-solution-hero h1 { font-size: 34px; }
  .architecture-solution-hero p { font-size: 14px; }
  .architecture-solution-detail { padding-top: 42px; }
  .architecture-two-column { grid-template-columns: 1fr; margin-top: 38px; }
  .architecture-related-section { margin-top: 46px; padding-top: 38px; }
  .architecture-oem-band { margin-top: 48px; padding: 38px 0; }
  .architecture-oem-band .auto-container { grid-template-columns: 1fr; }
  .architecture-oem-band a { justify-self: start; }
  .architecture-final-cta .auto-container { align-items: flex-start; flex-direction: column; }
  .architecture-product-detail .product-detail-sidebar { order: 2; }
  .architecture-product-detail .product-detail-content { order: 1; }
}

@media (max-width: 575px) {
  .page_solutions_head_title h1 { font-size: 24px; }
  .architecture-view-detail { margin: auto 9px 11px; font-size: 10px; }
  .architecture-solution-hero { min-height: 290px; }
  .architecture-solution-hero h1 { font-size: 28px; }
  .architecture-solution-hero p { font-size: 13px; line-height: 1.6; }
  .architecture-solution-intro h2,
  .architecture-section-heading h2,
  .architecture-oem-band h2 { font-size: 23px; }
  .architecture-buyer-path { gap: 8px; }
  .architecture-buyer-path li { min-height: 68px; padding: 11px; }
  .architecture-buyer-path b { font-size: 16px; }
  .architecture-buyer-path span { font-size: 11px; }
  .architecture-info-panel { padding: 21px 17px; }
  .architecture-info-panel h2 { font-size: 20px; }
  .architecture-related-grid { gap: 10px; }
  .architecture-related-copy { padding: 10px 9px 12px; }
  .architecture-related-copy strong { font-size: 12px; }
  .architecture-related-copy em { padding-top: 10px; font-size: 10px; }
  .architecture-detail-faq { padding-top: 44px; padding-bottom: 44px; }
  .architecture-final-cta h2 { font-size: 21px; }
  .architecture-final-cta .auto-container > div:last-child { display: grid; width: 100%; grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .architecture-final-cta a { min-width: 0; padding-right: 9px; padding-left: 9px; text-align: center; }
  .architecture-product-detail .product-detail-applications { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .architecture-solution-links { grid-template-columns: 1fr; }
}
