.products-main,
.product-detail-main-new { background: #edf3f7; }
.product-site-header { border-bottom-color: #d3dee6; }
.product-catalogue-hero {
  position: relative;
  overflow: hidden;
  color: #fff;
  background: #071f33 url("../assets/products-catalog-factory.webp") center 52% / cover;
  border-bottom: 4px solid var(--blue);
}
.product-catalogue-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(105deg, rgba(3, 24, 40, .98), rgba(8, 55, 88, .91) 64%, rgba(0, 90, 169, .72));
}
.product-catalogue-inner {
  position: relative;
  z-index: 1;
  width: min(1440px, calc(100% - 80px));
  margin: auto;
  padding: 52px 0 42px;
}
.product-breadcrumb {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  align-items: center;
  margin-bottom: 34px;
  color: #c8d9e6;
  font-size: 12px;
  font-weight: 800;
}
.product-breadcrumb a { color: inherit; }
.product-breadcrumb a:hover { color: #fff; }
.product-breadcrumb b { color: #fff; }
.product-eyebrow {
  margin: 0 0 10px;
  color: var(--blue);
  font-size: 11px;
  font-weight: 900;
  letter-spacing: .13em;
  text-transform: uppercase;
}
.product-catalogue-hero .product-eyebrow { color: #8bc9f6; }
.product-catalogue-hero h1 {
  margin: 0;
  max-width: 850px;
  color: #fff;
  font-size: clamp(42px, 5.6vw, 72px);
  line-height: .98;
  letter-spacing: -.045em;
}
.product-catalogue-hero h1 + p {
  max-width: 760px;
  margin: 20px 0 0;
  color: #d2e0ea;
  font-size: 16px;
  line-height: 1.65;
}
.catalogue-shell {
  display: grid;
  grid-template-columns: 276px minmax(0, 1fr);
  gap: 34px;
  width: min(1440px, calc(100% - 80px));
  margin: auto;
  padding: 38px 0 84px;
}
.product-sidebar {
  align-self: start;
  overflow: hidden;
  background: #fff;
  border: 1px solid #cbd8e1;
  box-shadow: 0 16px 36px rgba(8, 32, 49, .10);
}
.product-sidebar h2 {
  margin: 0;
  padding: 20px;
  color: #fff;
  background: #0b2940;
  border-bottom: 4px solid var(--blue);
  font-size: 25px;
  text-transform: uppercase;
}
.sidebar-all,
.sidebar-family-link,
.sidebar-categories a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 12px;
  min-height: 46px;
  padding: 0 16px;
  color: #1b3a50;
  border-bottom: 1px solid #dbe4ea;
  font-size: 13px;
  font-weight: 750;
}
.sidebar-all:hover,
.sidebar-all.is-active,
.sidebar-family-link:hover,
.sidebar-family-link.is-active { color: #fff; background: var(--blue); }
.product-sidebar b { color: #6e8798; font-size: 11px; }
.product-sidebar .is-active b { color: #d7edfc; }
.sidebar-categories { padding: 7px 0; background: #eef4f8; }
.sidebar-categories a { min-height: 38px; padding-left: 25px; border: 0; color: #456173; font-size: 12px; }
.sidebar-categories a:hover,
.sidebar-categories a.is-active { color: #005394; background: #d9eaf6; }
.sidebar-support {
  position: relative;
  overflow: hidden;
  padding: 24px 20px 21px;
  color: #d8e6ef;
  background: linear-gradient(145deg, #0b293e, #0b4772);
  border-top: 4px solid #4da7e8;
}
.sidebar-support::after {
  position: absolute;
  right: -42px;
  bottom: -55px;
  width: 130px;
  height: 130px;
  background: rgba(255, 255, 255, .055);
  border: 1px solid rgba(255, 255, 255, .09);
  border-radius: 50%;
  content: "";
}
.support-label { display: block; margin-bottom: 9px; color: #79c7fb; font-size: 9px; font-weight: 900; letter-spacing: .13em; text-transform: uppercase; }
.sidebar-support strong { display: block; max-width: 190px; color: #fff; font-size: 19px; line-height: 1.2; }
.sidebar-support p { margin: 11px 0 15px; color: #c8dce9; font-size: 11px; line-height: 1.6; }
.sidebar-support ul { display: grid; gap: 8px; margin: 0 0 18px; padding: 0; list-style: none; }
.sidebar-support li { position: relative; padding-left: 17px; color: #eef8ff; font-size: 11px; font-weight: 750; }
.sidebar-support li::before { position: absolute; top: 4px; left: 0; width: 7px; height: 7px; background: #5bb6f2; border-radius: 50%; box-shadow: 0 0 0 3px rgba(91, 182, 242, .16); content: ""; }
.sidebar-support a { position: relative; z-index: 1; display: flex; justify-content: space-between; align-items: center; gap: 7px; padding: 12px 13px; color: #08304c; background: #fff; font-size: 11px; font-weight: 900; }
.sidebar-support a:hover { color: #fff; background: var(--blue); }
.sidebar-support small { position: relative; z-index: 1; display: block; margin-top: 10px; color: #9fc2d7; font-size: 9px; text-align: center; }
.sidebar-support svg,
.catalogue-product-card svg,
.catalogue-family-card svg,
.catalogue-category-card svg { width: 16px; height: 16px; fill: none; stroke: currentColor; stroke-width: 2; }
.catalogue-content { min-width: 0; }
.catalogue-navigator {
  margin-bottom: 36px;
  padding: 26px;
  background: #fff;
  border: 1px solid #ccd9e2;
  box-shadow: 0 13px 30px rgba(8, 32, 49, .08);
}
.catalogue-section-heading { max-width: 780px; margin-bottom: 22px; }
.catalogue-section-heading h2 { margin: 0; color: var(--ink); font-size: clamp(28px, 3vw, 40px); line-height: 1.08; }
.catalogue-section-heading > p:not(.product-eyebrow) { margin: 12px 0 0; color: var(--muted); line-height: 1.6; }
.catalogue-results-head {
  display: flex;
  justify-content: space-between;
  align-items: end;
  gap: 20px;
  margin-bottom: 20px;
  padding: 0 4px 17px;
  border-bottom: 1px solid #b9cad5;
}
.catalogue-results-head h2 { margin: 0; color: var(--ink); font-size: 34px; }
.catalogue-results-head > span { padding: 8px 10px; color: #3e596b; background: #fff; border: 1px solid #c6d3dc; font-size: 12px; font-weight: 900; }
.catalogue-product-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.catalogue-product-card {
  display: flex;
  flex-direction: column;
  min-height: 100%;
  overflow: hidden;
  color: inherit;
  background: #fff;
  border: 1px solid #cad7df;
  box-shadow: 0 12px 28px rgba(8, 32, 49, .08);
  transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease;
}
.catalogue-product-card:hover { border-color: #64a5d5; box-shadow: 0 19px 36px rgba(8, 32, 49, .16); transform: translateY(-4px); }
.catalogue-product-card[hidden] { display: none; }
.catalogue-product-card figure { position: relative; height: 255px; margin: 0; overflow: hidden; background: #d6e0e7; }
.catalogue-product-card figure img { width: 100%; height: 100%; object-fit: cover; transition: transform .4s ease; }
.catalogue-product-card:hover figure img { transform: scale(1.035); }
.catalogue-product-card figure span { position: absolute; top: 12px; left: 12px; padding: 6px 8px; color: #fff; background: rgba(7, 42, 65, .9); border-left: 3px solid #4da7e8; font-size: 10px; font-weight: 900; letter-spacing: .07em; text-transform: uppercase; }
.catalogue-product-card > div { display: flex; flex: 1; flex-direction: column; padding: 17px; }
.catalogue-product-card small { color: #668093; font-size: 10px; font-weight: 850; letter-spacing: .05em; text-transform: uppercase; }
.catalogue-product-card h3 { margin: 8px 0 16px; color: #0c2a3e; font-size: 17px; line-height: 1.35; }
.catalogue-product-card strong { display: inline-flex; gap: 7px; align-items: center; margin-top: auto; color: var(--blue); font-size: 12px; }
.no-products { padding: 40px; color: var(--muted); background: #fff; border: 1px solid #d0dce4; text-align: center; }
.catalogue-pagination {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 12px;
  margin-top: 34px;
}
.catalogue-pagination[hidden] { display: none; }
.pagination-pages { display: flex; align-items: center; gap: 7px; }
.catalogue-pagination button {
  min-width: 42px;
  height: 42px;
  padding: 0 14px;
  color: #173b52;
  background: #fff;
  border: 1px solid #b9cad5;
  font: inherit;
  font-size: 12px;
  font-weight: 900;
  cursor: pointer;
  transition: color .2s ease, background .2s ease, border-color .2s ease;
}
.catalogue-pagination button:hover:not(:disabled),
.catalogue-pagination button.is-active { color: #fff; background: var(--blue); border-color: var(--blue); }
.catalogue-pagination button:disabled { color: #92a4b0; background: #e5ecef; cursor: not-allowed; }
.pagination-ellipsis { min-width: 24px; color: #668093; text-align: center; }

/* Individual product detail pages */
.detail-hero-new {
  color: #fff;
  background:
    linear-gradient(105deg, rgba(3, 20, 33, .96), rgba(5, 48, 78, .88)),
    url("../assets/product-detail-factory.webp") center 46% / cover no-repeat;
}
.detail-hero-inner { width: min(1380px, calc(100% - 80px)); margin: auto; padding: 42px 0 54px; }
.detail-primary { display: grid; grid-template-columns: .95fr 1.05fr; gap: 48px; align-items: stretch; }
.product-gallery { min-width: 0; }
.product-gallery > figure { height: 500px; margin: 0; overflow: hidden; background: #d3dee5; border: 10px solid #fff; }
.product-gallery > figure img { width: 100%; height: 100%; object-fit: cover; }
.gallery-thumbs { display: grid; grid-template-columns: repeat(6, 1fr); gap: 8px; margin-top: 10px; }
.gallery-thumbs button { height: 72px; padding: 3px; overflow: hidden; background: #fff; border: 2px solid transparent; cursor: pointer; opacity: .72; }
.gallery-thumbs button:hover,
.gallery-thumbs button.is-active { border-color: #58aee9; opacity: 1; }
.gallery-thumbs img { width: 100%; height: 100%; object-fit: cover; }
.detail-summary { display: flex; flex-direction: column; justify-content: center; padding: 30px 0; }
.detail-summary .product-eyebrow { color: #88c9f6; }
.detail-summary h1 { margin: 0; color: #fff; font-size: clamp(40px, 5vw, 66px); line-height: 1; letter-spacing: -.045em; }
.detail-summary > p:not(.product-eyebrow) { margin: 22px 0 0; color: #d1e0e9; font-size: 15px; line-height: 1.7; }
.detail-summary dl { display: grid; grid-template-columns: repeat(3, 1fr); margin: 28px 0 30px; border-top: 1px solid rgba(255,255,255,.2); border-bottom: 1px solid rgba(255,255,255,.2); }
.detail-summary dl div { padding: 15px 12px; border-left: 1px solid rgba(255,255,255,.17); }
.detail-summary dl div:first-child { border-left: 0; }
.detail-summary dt { color: #8fc8ee; font-size: 10px; font-weight: 900; letter-spacing: .08em; text-transform: uppercase; }
.detail-summary dd { margin: 6px 0 0; color: #fff; font-size: 13px; font-weight: 750; }
.detail-summary .button { align-self: flex-start; }
.detail-anchor-nav { display: flex; justify-content: center; gap: 32px; padding: 17px 30px; overflow-x: auto; background: #fff; border-bottom: 1px solid #d6e0e7; white-space: nowrap; }
.detail-anchor-nav a { color: #345368; font-size: 12px; font-weight: 900; }
.product-detail-section { padding: 70px 40px; background: #fff; }
.product-detail-section.is-muted { background: #edf3f7; }
.product-detail-inner { width: min(1240px, 100%); margin: auto; }
.overview-layout { display: grid; grid-template-columns: 1.15fr .85fr; gap: 58px; align-items: start; }
.overview-layout h2 { margin: 0; color: var(--ink); font-size: 42px; line-height: 1.08; }
.overview-layout > div > p:not(.product-eyebrow) { margin: 20px 0 0; color: var(--muted); line-height: 1.75; }
.application-panel { padding: 28px; background: #eef4f8; border-top: 4px solid var(--blue); }
.application-panel h3 { margin: 0 0 17px; color: var(--ink); }
.application-panel > div { display: flex; flex-wrap: wrap; gap: 8px; }
.application-panel span { padding: 7px 9px; color: #21455d; background: #fff; border: 1px solid #ccd9e2; font-size: 11px; font-weight: 800; }
.detail-table-scroll { overflow-x: auto; }
.detail-table-scroll table { width: 100%; border-collapse: collapse; background: #fff; font-size: 13px; }
.detail-table-scroll th,
.detail-table-scroll td { padding: 13px 14px; border: 1px solid #d3dfe7; text-align: left; vertical-align: top; line-height: 1.5; }
.parameter-table th { width: 27%; color: #0d3047; background: #e3edf4; }
.technical-grid { display: grid; gap: 22px; }
.technical-panel { min-width: 0; }
.technical-panel h3 { margin: 0; padding: 14px 16px; color: #fff; background: #0c2d43; font-size: 18px; }
.technical-panel table tr:first-child th { color: #173b52; background: #e4edf3; }
.product-detail-section .catalogue-product-grid { grid-template-columns: repeat(4, 1fr); }
.catalogue-error { display: grid; place-content: center; min-height: 60vh; padding: 40px; text-align: center; }

@media (max-width: 1120px) {
  .catalogue-product-grid { grid-template-columns: repeat(2, 1fr); }
  .detail-primary { grid-template-columns: 1fr; }
  .product-gallery > figure { height: 560px; }
  .product-detail-section .catalogue-product-grid { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 820px) {
  .product-catalogue-inner,
  .catalogue-shell,
  .detail-hero-inner { width: min(100% - 40px, 1440px); }
  .catalogue-shell { grid-template-columns: 1fr; gap: 22px; padding-top: 24px; }
  .product-sidebar { display: none; }
  .overview-layout { grid-template-columns: 1fr; }
  .product-detail-section { padding: 55px 24px; }
  .detail-summary dl { grid-template-columns: 1fr; }
  .detail-summary dl div { border-left: 0; border-top: 1px solid rgba(255,255,255,.15); }
  .detail-summary dl div:first-child { border-top: 0; }
}
@media (max-width: 560px) {
  .product-catalogue-inner,
  .catalogue-shell,
  .detail-hero-inner { width: min(100% - 28px, 1440px); }
  .product-catalogue-inner { padding: 36px 0 28px; }
  .product-catalogue-hero h1 { font-size: 42px; }
  .catalogue-navigator { padding: 16px; }
  .catalogue-product-grid,
  .product-detail-section .catalogue-product-grid { grid-template-columns: 1fr; }
  .catalogue-results-head { align-items: start; flex-direction: column; }
  .catalogue-pagination { gap: 7px; }
  .catalogue-pagination > button { padding: 0 10px; }
  .pagination-pages button { min-width: 36px; padding: 0 8px; }
  .catalogue-product-card figure { height: 250px; }
  .product-gallery > figure { height: 380px; border-width: 6px; }
  .gallery-thumbs { grid-template-columns: repeat(4, 1fr); }
  .detail-summary h1 { font-size: 42px; }
  .detail-anchor-nav { justify-content: flex-start; }
  .overview-layout h2 { font-size: 34px; }
}
.seo-fallback {
  max-width: 1180px;
  margin: 0 auto;
  padding: 72px 24px;
  color: #10243a;
}

.seo-product-fallback {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  gap: 48px;
  align-items: start;
}

.seo-product-fallback > img {
  width: 100%;
  max-height: 620px;
  object-fit: cover;
  border-radius: 12px;
}

.seo-product-fallback h1,
.seo-catalog-fallback h1 {
  margin: 8px 0 18px;
  font-size: clamp(2rem, 4vw, 3.5rem);
}

.seo-product-fallback dl > div {
  display: grid;
  grid-template-columns: minmax(120px, 0.35fr) 1fr;
  gap: 16px;
  padding: 12px 0;
  border-bottom: 1px solid #d8e1ea;
}

.seo-product-fallback dt { font-weight: 700; }
.seo-product-fallback dd { margin: 0; }

.seo-catalog-fallback ul {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px 24px;
  padding: 0;
  list-style: none;
}

.seo-catalog-fallback li {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  padding: 10px 0;
  border-bottom: 1px solid #d8e1ea;
}

.seo-catalog-fallback li span { color: #5d6f82; }

@media (max-width: 760px) {
  .seo-product-fallback,
  .seo-catalog-fallback ul { grid-template-columns: 1fr; }
}
