:root {
  --ink: #1f2933;
  --muted: #5f6b7a;
  --line: #e8edf2;
  --panel: #ffffff;
  --soft: #f1f4f6;
  --blue: #526170;
  --blue-2: #526170;
  --amber: #526170;
  --amber-dark: #3f4b58;
  --green: #4f7b62;
  --shadow: 0 18px 45px rgba(31, 41, 51, 0.04);
  --shadow-soft: 0 18px 45px rgba(31, 41, 51, 0.04);
  font-family: Inter, Rubik, "Segoe UI", Arial, sans-serif;
}

/* Compact Acculab recommendation plaque for moisture-analyzer cards. */
.product-page .product-acculab-banner {
  display: grid !important;
  grid-column: 1 / -1 !important;
  grid-template-columns: minmax(0, 1fr) auto !important;
  gap: 24px !important;
  align-items: center !important;
  margin: 0 !important;
  padding: 28px 36px !important;
  background: #fffdf9 !important;
  border: 1px solid #f2d7a3 !important;
  border-radius: 18px !important;
  box-shadow: var(--shadow-card) !important;
}

.product-page .product-acculab-banner h2 {
  margin: 0 0 8px !important;
  color: #885300 !important;
  font-family: Inter, "Segoe UI", Arial, sans-serif !important;
  font-size: 24px !important;
  font-weight: 600 !important;
  line-height: 1.25 !important;
}

.product-page .product-acculab-banner p {
  margin: 0 !important;
  color: #526b8d !important;
  font-family: Inter, "Segoe UI", Arial, sans-serif !important;
  font-size: 16px !important;
  line-height: 1.5 !important;
}

.product-page .product-acculab-banner p strong {
  color: #00a77d !important;
}

.product-page .product-acculab-banner__action {
  display: inline-flex !important;
  min-height: 54px !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 8px !important;
  padding: 0 28px !important;
  color: #fff !important;
  background: #00a77d !important;
  border: 1px solid #00a77d !important;
  border-radius: 12px !important;
  font-family: Inter, "Segoe UI", Arial, sans-serif !important;
  font-size: 16px !important;
  font-weight: 600 !important;
  line-height: 1 !important;
  text-decoration: none !important;
  white-space: nowrap !important;
}

.product-page .product-acculab-banner__action:hover {
  color: #fff !important;
  background: #008d6a !important;
  border-color: #008d6a !important;
}

@media (max-width: 640px) {
  .product-page .product-acculab-banner {
    grid-template-columns: 1fr !important;
    gap: 18px !important;
    padding: 24px !important;
  }

  .product-page .product-acculab-banner h2 {
    font-size: 21px !important;
  }

  .product-page .product-acculab-banner__action {
    width: 100% !important;
  }
}

/* Shared Vesexpert service benefits for moisture-analyzer product cards. */
.product-page .product-why-strip {
  display: grid;
  grid-column: 1 / -1;
  grid-template-columns: 180px minmax(0, 1fr);
  gap: 24px;
  align-items: start;
  margin: 0;
  padding: 24px 28px;
  background: #fff;
  border: 1px solid var(--color-border-soft, #e8edf2);
  border-radius: 18px;
  box-shadow: var(--shadow-card, var(--shadow));
}

.product-page .product-why-strip h2 {
  margin: 3px 0 0;
  color: #073763;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.3;
}

.product-page .why-benefits {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 20px;
  align-items: start;
  padding: 0;
  margin: 0;
  list-style: none;
}

.product-page .why-benefits li {
  display: grid;
  grid-template-columns: 32px minmax(0, 1fr);
  gap: 10px;
  align-self: start;
  align-items: start;
  min-width: 0;
}

.product-page .why-benefits li::before {
  display: inline-grid;
  width: 20px;
  height: 20px;
  place-items: center;
  content: "✓";
  color: #f4b000;
  border: 2px solid #f4b000;
  border-radius: 50%;
  font-size: 12px;
  font-weight: 800;
  line-height: 1;
}

.product-page .why-benefits strong {
  display: block;
  color: #073763;
  font-size: 14px;
  line-height: 1.25;
}

.product-page .why-benefits span {
  display: block;
  margin-top: 3px;
  color: var(--color-text-secondary, #5f6b7a);
  font-size: 13px;
  line-height: 1.3;
}

@media (max-width: 1024px) {
  .product-page .product-why-strip {
    grid-template-columns: 1fr;
  }

  .product-page .why-benefits {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 640px) {
  .product-page .why-benefits {
    grid-template-columns: 1fr;
  }
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--ink);
  background: #f7f8fb;
  font-size: 16px;
  line-height: 1.55;
}

a {
  color: inherit;
  text-decoration: none;
}

img {
  display: block;
  max-width: 100%;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  display: grid;
  grid-template-columns: auto 1fr auto;
  gap: 28px;
  align-items: center;
  padding: 14px clamp(20px, 4vw, 64px);
  background: rgba(255, 255, 255, 0.94);
  border-bottom: 1px solid var(--line);
  backdrop-filter: blur(16px);
}

.brand {
  display: inline-flex;
  gap: 12px;
  align-items: center;
  min-width: 188px;
}

.brand-mark {
  display: grid;
  width: 44px;
  height: 44px;
  place-items: center;
  color: #fff;
  background: var(--blue);
  border-radius: 8px;
  font-weight: 800;
}

.brand strong {
  display: block;
  color: var(--blue);
  font-size: 22px;
  line-height: 1;
}

.brand small {
  display: block;
  margin-top: 3px;
  color: var(--muted);
  font-size: 12px;
}

.main-nav {
  display: flex;
  gap: 22px;
  justify-content: center;
  color: #243957;
  font-size: 14px;
}

.main-nav a {
  padding: 10px 0;
}

.main-nav a:hover {
  color: var(--blue-2);
}

.header-actions {
  display: flex;
  gap: 16px;
  align-items: center;
}

.phone {
  color: var(--blue);
  font-weight: 700;
  white-space: nowrap;
}

.primary-button,
.secondary-button,
.ghost-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  padding: 0 20px;
  border: 1px solid transparent;
  border-radius: 8px;
  font: inherit;
  font-weight: 700;
  cursor: pointer;
}

.primary-button {
  color: #fff;
  background: var(--blue);
}

.primary-button:hover {
  background: #052f66;
}

.secondary-button {
  color: var(--blue);
  background: #fff;
  border-color: var(--blue);
}

.ghost-button {
  color: var(--blue);
  background: transparent;
  border-color: var(--line);
}

.large {
  min-height: 52px;
  padding-inline: 26px;
}

.hero {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(360px, 520px);
  gap: clamp(28px, 6vw, 76px);
  align-items: center;
  min-height: calc(100vh - 76px);
  padding: clamp(42px, 7vw, 96px) clamp(20px, 5vw, 78px) 46px;
  background:
    linear-gradient(90deg, rgba(247, 248, 251, 0.98) 0%, rgba(247, 248, 251, 0.88) 48%, rgba(225, 233, 242, 0.7) 100%),
    url("../upload/resize_cache/iblock/2f6/250_250_0/2f6755d852ee97d71a3ce3ccc1f02f53.jpg") right 16% center / 420px auto no-repeat;
}

.eyebrow {
  margin: 0 0 10px;
  color: var(--blue-2);
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0;
  text-transform: uppercase;
}

h1,
h2,
h3,
p {
  margin-top: 0;
}

h1 {
  max-width: 850px;
  margin-bottom: 22px;
  color: var(--blue);
  font-size: clamp(38px, 5vw, 68px);
  line-height: 1.04;
  letter-spacing: 0;
}

.hero-lead {
  max-width: 680px;
  color: #334866;
  font-size: 20px;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 30px;
}

.trust-row {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
  max-width: 760px;
  margin: 34px 0 0;
}

.trust-row div {
  padding: 16px;
  background: rgba(255, 255, 255, 0.75);
  border: 1px solid var(--line);
  border-radius: 8px;
}

.trust-row dt {
  color: var(--blue);
  font-size: 24px;
  font-weight: 800;
}

.trust-row dd {
  margin: 0;
  color: var(--muted);
  font-size: 13px;
}

.hero-visual {
  position: relative;
  display: grid;
  min-height: 430px;
  place-items: center;
  overflow: hidden;
  background:
    linear-gradient(140deg, rgba(255,255,255,0.95), rgba(218,228,239,0.85)),
    repeating-linear-gradient(90deg, transparent 0, transparent 34px, rgba(10,58,120,0.08) 35px);
  border: 1px solid var(--line);
  border-radius: 8px;
  box-shadow: var(--shadow);
}

.hero-visual img {
  width: min(78%, 380px);
  filter: drop-shadow(0 28px 30px rgba(19, 35, 63, 0.22));
}

.lab-panel {
  position: absolute;
  right: 24px;
  bottom: 24px;
  width: min(310px, calc(100% - 48px));
  padding: 18px;
  background: rgba(255, 255, 255, 0.92);
  border: 1px solid var(--line);
  border-radius: 8px;
}

.lab-panel span,
.lab-panel strong {
  display: block;
}

.lab-panel span {
  color: var(--muted);
  font-size: 13px;
}

.quick-categories {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 10px;
  padding: 0 clamp(20px, 5vw, 78px) 28px;
  margin-top: -18px;
}

.quick-categories a {
  min-height: 58px;
  padding: 14px;
  color: var(--blue);
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 8px;
  font-weight: 700;
  box-shadow: 0 8px 24px rgba(19, 35, 63, 0.06);
}

.section {
  padding: 58px clamp(20px, 5vw, 78px);
}

.section-heading {
  max-width: 860px;
  margin-bottom: 28px;
}

.section-heading.compact {
  display: flex;
  max-width: none;
  align-items: end;
  justify-content: space-between;
  gap: 22px;
}

.catalog-heading-tools {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end;
  gap: 12px;
}

.catalog-heading-tools .result-count {
  margin: 0;
  white-space: nowrap;
}

.sort-controls {
  display: grid;
  grid-template-columns: auto minmax(185px, 220px) 44px;
  align-items: center;
  gap: 8px;
}

.sort-controls label {
  color: var(--muted);
  font-size: 13px;
  font-weight: 700;
  white-space: nowrap;
}

.sort-controls select {
  min-height: 40px;
  padding: 8px 34px 8px 12px;
  font-size: 14px;
  font-weight: 700;
}

.sort-direction-button {
  display: inline-flex;
  width: 44px;
  min-height: 40px;
  align-items: center;
  justify-content: center;
  color: var(--blue);
  background: #fff;
  border: 1px solid #bfd0e7;
  border-radius: 8px;
  font-size: 20px;
  font-weight: 900;
  line-height: 1;
  cursor: pointer;
}

.sort-direction-button:hover {
  color: #fff;
  background: var(--blue);
}

h2 {
  color: var(--blue);
  font-size: clamp(30px, 3vw, 44px);
  line-height: 1.12;
  letter-spacing: 0;
}

h3 {
  color: var(--blue);
  line-height: 1.25;
}

.selector-section,
.request-section {
  background: #fff;
}

.selector-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(170px, 1fr));
  gap: 12px;
  align-items: end;
  padding: 18px;
  background: var(--soft);
  border: 1px solid var(--line);
  border-radius: 8px;
}

.selector-search {
  grid-template-columns: minmax(240px, 1fr) auto;
}

label span {
  display: block;
  margin-bottom: 6px;
  color: var(--muted);
  font-size: 13px;
  font-weight: 700;
}

.range-field {
  min-width: 210px;
  padding: 0;
  margin: 0;
  border: 0;
}

.range-field legend {
  display: block;
  margin-bottom: 6px;
  color: var(--muted);
  font-size: 13px;
  font-weight: 700;
}

.range-values {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 8px;
  color: var(--blue);
  font-size: 13px;
  font-weight: 800;
}

.range-stack {
  position: relative;
  height: 44px;
  padding-top: 12px;
}

.range-stack::before {
  position: absolute;
  top: 20px;
  right: 0;
  left: 0;
  height: 4px;
  content: "";
  background: #cfd9e7;
  border-radius: 999px;
}

.range-stack input[type="range"] {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  min-height: 44px;
  padding: 0;
  background: transparent;
  border: 0;
  pointer-events: none;
  appearance: none;
}

.range-stack input[type="range"]::-webkit-slider-thumb {
  width: 18px;
  height: 18px;
  background: var(--blue);
  border: 3px solid #fff;
  border-radius: 50%;
  box-shadow: 0 2px 8px rgba(19, 35, 63, 0.28);
  pointer-events: auto;
  appearance: none;
}

.range-stack input[type="range"]::-moz-range-thumb {
  width: 14px;
  height: 14px;
  background: var(--blue);
  border: 3px solid #fff;
  border-radius: 50%;
  box-shadow: 0 2px 8px rgba(19, 35, 63, 0.28);
  pointer-events: auto;
}

input,
select,
textarea {
  width: 100%;
  min-height: 44px;
  padding: 10px 12px;
  color: var(--ink);
  background: #fff;
  border: 1px solid #cfd9e7;
  border-radius: 8px;
  font: inherit;
}

textarea {
  resize: vertical;
}

.catalog-layout {
  display: grid;
  grid-template-columns: 300px 1fr;
  gap: 24px;
  align-items: start;
}

.filter-panel {
  position: sticky;
  top: 92px;
  max-height: calc(100vh - 112px);
  padding: 18px;
  overflow: auto;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 8px;
}

.filter-panel h3 {
  margin-bottom: 0;
}

.filter-panel-head {
  display: block;
  margin-bottom: 14px;
}

.filter-panel-actions {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 8px;
  margin: 0 0 14px;
}

.small-button {
  min-height: 36px;
  padding-inline: 12px;
  font-size: 13px;
}

.apply-filters-button {
  min-width: 0;
  width: 100%;
}

.filter-panel-actions .small-button {
  width: 100%;
}

.filter-panel-help {
  margin: -4px 0 14px;
  color: var(--color-text-secondary);
  font-size: 12px;
  font-weight: 400;
  line-height: 1.45;
}

.apply-filters-bottom {
  width: 100%;
  margin-top: 16px;
}

.active-filters {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 14px;
}

.active-filter {
  padding: 6px 9px;
  color: #fff;
  background: var(--blue);
  border: 0;
  border-radius: 6px;
  font: inherit;
  font-size: 12px;
  font-weight: 700;
  cursor: pointer;
}

.filter-groups {
  display: grid;
  gap: 18px;
}

.filter-group {
  padding: 0 0 16px;
  margin: 0;
  border: 0;
  border-bottom: 1px solid var(--line);
}

.filter-group:last-child {
  border-bottom: 0;
}

.filter-group legend {
  display: block;
  width: 100%;
  margin-bottom: 10px;
  color: var(--blue);
  font-weight: 800;
}

.checkbox-list {
  display: grid;
  gap: 8px;
}

.checkbox-list-columns {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  column-gap: 12px;
  row-gap: 9px;
}

.check-option {
  display: grid;
  grid-template-columns: 18px 1fr auto;
  gap: 8px;
  align-items: start;
  min-width: 0;
  color: var(--ink);
  font-size: 14px;
  line-height: 1.35;
  cursor: pointer;
}

.check-option span {
  min-width: 0;
  overflow-wrap: break-word;
}

.check-option-compact {
  grid-template-columns: 16px minmax(0, 1fr) auto;
  gap: 6px;
  font-size: 12px;
  line-height: 1.25;
}

.check-option-compact input {
  width: 15px;
  min-height: 15px;
}

.check-option-compact small {
  font-size: 11px;
}

.check-option input {
  width: 16px;
  min-height: 16px;
  margin-top: 2px;
  accent-color: var(--blue);
}

.check-option small {
  color: var(--muted);
  font-size: 12px;
}

.chip-list {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.chip {
  padding: 8px 10px;
  color: var(--blue);
  background: #eef4fb;
  border: 1px solid #c9d9eb;
  border-radius: 8px;
  font-size: 13px;
  font-weight: 700;
  cursor: pointer;
}

.chip.active {
  color: #fff;
  background: var(--blue);
  border-color: var(--blue);
}

.plain-list {
  padding-left: 18px;
  color: var(--muted);
  font-size: 14px;
}

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

.catalog-card {
  display: grid;
  min-height: 100%;
  overflow: hidden;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 8px;
}

.catalog-card-media {
  display: grid;
  aspect-ratio: 4 / 2.25;
  place-items: center;
  background: linear-gradient(135deg, #f8fbff, #e5edf6);
}

.catalog-card-media img {
  width: min(72%, 210px);
  max-height: 150px;
  object-fit: contain;
}

.catalog-card-body {
  display: grid;
  gap: 12px;
  padding: 16px;
}

.card-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.badge {
  padding: 4px 8px;
  color: var(--blue);
  background: #eef4fb;
  border-radius: 6px;
  font-size: 12px;
  font-weight: 800;
}

.spec-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 8px;
  color: var(--muted);
  font-size: 13px;
}

.spec-grid strong {
  display: block;
  color: var(--ink);
}

.card-actions {
  display: flex;
  gap: 10px;
  margin-top: auto;
}

.card-actions a,
.card-actions button {
  flex: 1;
  min-height: 40px;
  padding-inline: 12px;
  font-size: 14px;
}

.result-count {
  flex: 0 0 auto;
  color: var(--muted);
  font-weight: 800;
}

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

.solution-grid article,
.article-row article {
  padding: 22px;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 8px;
}

.mini-icon {
  display: inline-grid;
  width: 38px;
  height: 38px;
  margin-bottom: 14px;
  place-items: center;
  color: #fff;
  background: var(--green);
  border-radius: 8px;
  font-weight: 800;
}

.service-band {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(340px, 1fr);
  gap: 34px;
  align-items: center;
  color: #fff;
  background: var(--blue);
}

.service-band h2,
.service-band .eyebrow {
  color: #fff;
}

.service-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}

.service-list span {
  padding: 16px;
  background: rgba(255, 255, 255, 0.12);
  border: 1px solid rgba(255, 255, 255, 0.28);
  border-radius: 8px;
  font-weight: 700;
}

.knowledge-section {
  background: #fff;
}

.article-row small {
  color: var(--blue-2);
  font-weight: 800;
}

.request-section {
  display: grid;
  grid-template-columns: minmax(0, 0.8fr) minmax(360px, 1fr);
  gap: 34px;
}

.request-form {
  display: grid;
  gap: 12px;
  padding: 20px;
  background: var(--soft);
  border: 1px solid var(--line);
  border-radius: 8px;
}

.form-status {
  min-height: 24px;
  margin: 0;
  color: var(--green);
  font-weight: 700;
}

.site-footer {
  display: grid;
  grid-template-columns: 1.4fr repeat(3, 1fr);
  gap: 26px;
  padding: 42px clamp(20px, 5vw, 78px);
  color: #dce8f5;
  background: #081f43;
}

.site-footer .brand strong,
.site-footer h3,
.site-footer a {
  color: #fff;
}

.site-footer .brand-mark {
  background: #fff;
  color: var(--blue);
}

.site-footer a {
  display: block;
  margin-bottom: 8px;
}

.breadcrumbs {
  margin-bottom: 22px;
  color: var(--muted);
  font-size: 14px;
}

.breadcrumbs a {
  color: var(--blue);
  font-weight: 700;
}

.product-page {
  background: #fff;
}

.product-hero {
  display: grid;
  grid-template-columns: minmax(280px, 440px) 1fr;
  gap: 34px;
  align-items: start;
}

.product-media {
  display: grid;
  min-height: 360px;
  place-items: center;
  background: linear-gradient(135deg, #f8fbff, #e4edf7);
  border: 1px solid var(--line);
  border-radius: 8px;
}

.product-media img {
  width: min(76%, 320px);
}

.spec-table {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1px;
  overflow: hidden;
  margin-top: 24px;
  background: var(--line);
  border: 1px solid var(--line);
  border-radius: 8px;
}

.spec-table div {
  padding: 14px;
  background: #fff;
}

.spec-table strong,
.spec-table span {
  display: block;
}

.spec-table strong {
  color: var(--muted);
  font-size: 12px;
  text-transform: uppercase;
}

.product-tabs {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
  margin-top: 34px;
}

.product-tabs article {
  padding: 20px;
  background: var(--soft);
  border: 1px solid var(--line);
  border-radius: 8px;
}

@media (max-width: 1180px) {
  .site-header {
    grid-template-columns: 1fr auto;
  }

  .main-nav {
    display: none;
  }

  .selector-grid,
  .catalog-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

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

@media (max-width: 860px) {
  .site-header {
    gap: 12px;
    padding-inline: 16px;
  }

  .header-actions {
    display: none;
  }

  .hero,
  .request-section,
  .service-band,
  .catalog-layout,
  .product-hero {
    grid-template-columns: 1fr;
  }

  .hero {
    min-height: auto;
    padding-top: 34px;
    background: #f7f8fb;
  }

  .hero-visual {
    min-height: 320px;
  }

  .trust-row,
  .solution-grid,
  .article-row,
  .site-footer,
  .quick-categories,
  .selector-grid,
  .catalog-grid {
    grid-template-columns: 1fr;
  }

  .filter-panel {
    position: static;
  }

  .section-heading.compact {
    display: block;
  }

  .catalog-heading-tools {
    justify-content: flex-start;
    margin-top: 18px;
  }

  .sort-controls {
    width: 100%;
    grid-template-columns: 1fr 44px;
  }

  .sort-controls label {
    grid-column: 1 / -1;
  }
}

@media (max-width: 520px) {
  h1 {
    font-size: 36px;
  }

  .brand small {
    display: none;
  }

  .hero-actions,
  .card-actions {
    display: grid;
  }

  .service-list,
  .spec-grid,
  .spec-table,
  .product-tabs {
    grid-template-columns: 1fr;
  }
}

/* Visual redesign layer: keeps the existing layout and page structure intact. */
body {
  background: #f7f9fc;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

.site-header {
  background: rgba(255, 255, 255, 0.96);
  border-bottom-color: #dfe7f1;
  box-shadow: 0 8px 30px rgba(11, 46, 95, 0.05);
}

.brand-mark {
  border-radius: 10px;
  background: linear-gradient(135deg, #6d7a86, #526170);
  box-shadow: 0 8px 18px rgba(11, 61, 145, 0.18);
}

.brand strong {
  color: var(--blue);
  font-size: 24px;
  letter-spacing: -0.01em;
}

.brand small {
  color: #4e6080;
  font-size: 11px;
  font-weight: 600;
}

.main-nav {
  gap: 24px;
  color: var(--blue);
  font-size: 13px;
  font-weight: 700;
}

.main-nav a {
  position: relative;
  border-radius: 8px;
}

.main-nav a::after {
  position: absolute;
  right: 0;
  bottom: 4px;
  left: 0;
  height: 2px;
  content: "";
  background: var(--amber);
  border-radius: 999px;
  opacity: 0;
  transform: translateY(4px);
  transition: opacity 0.18s ease, transform 0.18s ease;
}

.main-nav a:hover {
  color: var(--blue-2);
}

.main-nav a:hover::after {
  opacity: 1;
  transform: translateY(0);
}

.phone {
  color: var(--ink);
  font-size: 16px;
}

.primary-button,
.secondary-button,
.ghost-button {
  min-height: 48px;
  border-radius: 10px;
  font-size: 14px;
  transition: background 0.18s ease, border-color 0.18s ease, color 0.18s ease, box-shadow 0.18s ease, transform 0.18s ease;
}

.primary-button {
  color: #fff;
  background: linear-gradient(180deg, #6d7a86, var(--amber));
  border-color: var(--amber);
  box-shadow: 0 10px 22px rgba(255, 90, 0, 0.22);
}

.primary-button:hover {
  background: linear-gradient(180deg, #64717d, var(--amber-dark));
  border-color: var(--amber-dark);
  box-shadow: 0 14px 28px rgba(255, 90, 0, 0.28);
  transform: translateY(-1px);
}

.secondary-button,
.ghost-button {
  color: var(--blue-2);
  background: #fff;
  border-color: #b9cbe3;
}

.secondary-button:hover,
.ghost-button:hover {
  color: var(--blue);
  border-color: var(--blue-2);
  box-shadow: 0 8px 18px rgba(11, 61, 145, 0.1);
}

input,
select,
textarea {
  border-color: #cfdbea;
  border-radius: 10px;
  box-shadow: inset 0 1px 0 rgba(11, 46, 95, 0.02);
  transition: border-color 0.18s ease, box-shadow 0.18s ease;
}

input:focus,
select:focus,
textarea:focus {
  border-color: var(--blue-2);
  outline: 0;
  box-shadow: 0 0 0 4px rgba(11, 61, 145, 0.12);
}

.hero {
  position: relative;
  isolation: isolate;
  color: #fff;
  background:
    radial-gradient(circle at 72% 44%, rgba(38, 131, 255, 0.28), transparent 28%),
    radial-gradient(circle at 88% 24%, rgba(255, 90, 0, 0.12), transparent 22%),
    linear-gradient(115deg, #f7f8fa 0%, #f1f4f6 52%, #ffffff 100%);
  overflow: hidden;
}

.hero::before {
  position: absolute;
  inset: 0;
  z-index: -1;
  content: "";
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.055) 1px, transparent 1px),
    linear-gradient(0deg, rgba(255, 255, 255, 0.045) 1px, transparent 1px);
  background-size: 52px 52px;
  mask-image: linear-gradient(90deg, transparent, #000 15%, #000 84%, transparent);
}

.hero h1 {
  max-width: 760px;
  color: #fff;
  font-size: clamp(40px, 4.8vw, 64px);
  letter-spacing: -0.02em;
}

.hero .eyebrow {
  display: inline-flex;
  width: fit-content;
  padding: 7px 14px;
  color: #d9e8ff;
  background: rgba(255, 255, 255, 0.09);
  border: 1px solid rgba(255, 255, 255, 0.13);
  border-radius: 999px;
  text-transform: none;
}

.hero-lead {
  color: #dce8f6;
  font-size: 19px;
}

.hero .secondary-button {
  color: #fff;
  background: rgba(255, 255, 255, 0.08);
  border-color: rgba(255, 255, 255, 0.32);
}

.hero .secondary-button:hover {
  background: rgba(255, 255, 255, 0.14);
  border-color: rgba(255, 255, 255, 0.58);
}

.trust-row div {
  background: rgba(255, 255, 255, 0.08);
  border-color: rgba(255, 255, 255, 0.16);
  border-radius: 14px;
  backdrop-filter: blur(10px);
}

.trust-row dt {
  color: #fff;
}

.trust-row dd {
  color: #cad9eb;
}

.hero-visual {
  min-height: 460px;
  background:
    radial-gradient(circle at 50% 52%, rgba(255, 255, 255, 0.94), rgba(229, 238, 250, 0.84) 45%, rgba(16, 62, 126, 0.08) 100%);
  border-color: rgba(255, 255, 255, 0.18);
  border-radius: 18px;
  box-shadow: 0 28px 70px rgba(0, 0, 0, 0.28);
}

.hero-visual img {
  width: min(82%, 420px);
  filter: drop-shadow(0 34px 34px rgba(0, 13, 38, 0.28));
}

.lab-panel {
  border-color: rgba(221, 229, 240, 0.9);
  border-radius: 14px;
  box-shadow: var(--shadow-soft);
}

.quick-categories {
  gap: 0;
  padding-top: 0;
  margin-top: 0;
  background: #fff;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.quick-categories a {
  position: relative;
  min-height: 64px;
  padding: 16px 14px 16px 44px;
  color: var(--blue);
  background: #fff;
  border: 0;
  border-right: 1px solid var(--line);
  border-radius: 0;
  box-shadow: none;
  font-size: 14px;
  transition: color 0.18s ease, background 0.18s ease;
}

.quick-categories a::before {
  position: absolute;
  top: 18px;
  left: 16px;
  width: 18px;
  height: 18px;
  content: "";
  border: 2px solid #8da5c8;
  border-radius: 5px;
  box-shadow: inset 0 -7px 0 rgba(11, 61, 145, 0.08);
}

.quick-categories a:hover {
  color: var(--blue-2);
  background: #f8fafd;
}

.section {
  background: #fff;
}

.section:nth-of-type(odd) {
  background: var(--soft);
}

h2 {
  color: var(--blue);
  letter-spacing: -0.015em;
}

h3 {
  color: var(--blue);
}

.section-heading p:not(.eyebrow),
.request-section p,
.article-row p,
.solution-grid p,
.product-tabs p {
  color: var(--muted);
}

.selector-grid,
.request-form,
.filter-panel,
.catalog-card,
.solution-grid article,
.article-row article,
.product-media,
.spec-table,
.product-tabs article {
  background: #fff;
  border-color: var(--line);
  border-radius: 14px;
  box-shadow: var(--shadow-soft);
}

.selector-grid {
  padding: 20px;
}

.filter-panel {
  border-radius: 16px;
  box-shadow: var(--shadow-soft);
}

.filter-panel h3,
.filter-group legend {
  color: var(--blue);
}

.active-filter {
  background: var(--blue-2);
  border-radius: 999px;
}

.check-option {
  color: #40516e;
  font-weight: 650;
}

.check-option input {
  accent-color: var(--blue-2);
}

.check-option small {
  color: #607391;
}

.catalog-card {
  border-radius: 14px;
  transition: border-color 0.18s ease, box-shadow 0.18s ease, transform 0.18s ease;
}

.catalog-card:hover {
  border-color: #c4d3e6;
  box-shadow: 0 16px 40px rgba(11, 46, 95, 0.12);
  transform: translateY(-2px);
}

.catalog-card-media {
  background: linear-gradient(145deg, #f9fbfe, #eef4fb);
}

.catalog-card-media img {
  width: min(74%, 220px);
  filter: drop-shadow(0 12px 16px rgba(11, 46, 95, 0.12));
}

.catalog-card h3 {
  margin-bottom: 0;
  font-size: 18px;
  letter-spacing: -0.01em;
}

.series-name {
  margin: 0;
  color: var(--muted);
  font-size: 14px;
}

.badge {
  color: var(--blue-2);
  background: #edf4ff;
  border: 1px solid #dbe8fb;
  border-radius: 999px;
}

.spec-grid {
  color: #536681;
}

.spec-grid strong {
  color: var(--ink);
  font-size: 12px;
  text-transform: uppercase;
}

.mini-icon {
  color: var(--blue-2);
  background: #eef5ff;
  border: 1px solid #d5e4f7;
  border-radius: 12px;
}

.solution-grid article,
.article-row article,
.product-tabs article {
  transition: border-color 0.18s ease, box-shadow 0.18s ease, transform 0.18s ease;
}

.solution-grid article:hover,
.article-row article:hover {
  border-color: #c3d4eb;
  box-shadow: 0 16px 36px rgba(11, 46, 95, 0.1);
  transform: translateY(-2px);
}

.service-band {
  background:
    radial-gradient(circle at 80% 20%, rgba(48, 135, 255, 0.18), transparent 28%),
    linear-gradient(135deg, #f1f4f6, #ffffff);
}

.service-list span {
  background: rgba(255, 255, 255, 0.08);
  border-color: rgba(255, 255, 255, 0.18);
  border-radius: 12px;
}

.site-footer {
  background: #061b38;
}

.breadcrumbs {
  color: #718097;
}

.product-page {
  background: #fff;
}

.product-hero {
  padding: 8px 0 0;
}

.product-media {
  min-height: 392px;
  background: linear-gradient(145deg, #fbfdff, #eef4fb);
  border-radius: 16px;
}

.product-media img {
  width: min(78%, 340px);
  filter: drop-shadow(0 20px 26px rgba(11, 46, 95, 0.16));
}

.product-hero .eyebrow {
  color: var(--blue-2);
}

.product-hero h1 {
  color: var(--blue);
  font-size: clamp(36px, 4.4vw, 58px);
  letter-spacing: -0.025em;
}

.product-hero .hero-lead {
  color: #42536d;
  font-size: 18px;
}

.spec-table {
  overflow: hidden;
  background: var(--line);
  border-radius: 14px;
  box-shadow: none;
}

.spec-table div {
  padding: 16px 18px;
}

.spec-table strong {
  color: #61708a;
  font-size: 11px;
  letter-spacing: 0.02em;
}

.spec-table span {
  color: var(--ink);
  font-weight: 700;
}

.product-tabs article h2 {
  font-size: clamp(24px, 2.3vw, 34px);
}

.request-form {
  background: #fff;
}

.form-status {
  color: var(--green);
}

@media (max-width: 860px) {
  .hero {
    background:
      radial-gradient(circle at 80% 22%, rgba(38, 131, 255, 0.24), transparent 25%),
      linear-gradient(135deg, #f7f8fa, #f1f4f6);
  }

  .quick-categories a {
    border-right: 0;
    border-bottom: 1px solid var(--line);
  }
}

@media (max-width: 520px) {
  .primary-button,
  .secondary-button,
  .ghost-button {
    width: 100%;
  }

  .hero h1 {
    font-size: 34px;
  }

  .product-hero h1 {
    font-size: 32px;
  }
}

/* Home redesign from the provided reference. Scoped to the main page only. */
.home-page {
  background: #fff;
}

.home-page [hidden] {
  display: none !important;
}

.home-page .site-header {
  position: relative;
  display: block;
  padding: 18px clamp(24px, 3.5vw, 56px) 10px;
  background: #fff;
  border-bottom: 1px solid var(--line);
  box-shadow: 0 6px 22px rgba(11, 46, 95, 0.05);
}

.header-topline {
  display: grid;
  grid-template-columns: minmax(210px, 260px) minmax(280px, 430px) auto minmax(240px, 1fr);
  gap: 24px;
  align-items: center;
  max-width: 1360px;
  margin: 0 auto;
}

.home-page .brand {
  min-width: 0;
}

.home-page .brand strong {
  color: var(--color-text-main);
  font-size: 34px;
  letter-spacing: -0.03em;
}

.home-page .brand small {
  color: #10233f;
  font-size: 12px;
  font-weight: 650;
}

.header-search {
  position: relative;
}

.header-search input {
  min-height: 48px;
  padding-right: 54px;
  background: #fff;
  border-color: #d3deeb;
  border-radius: 8px;
}

.header-search button {
  position: absolute;
  top: 6px;
  right: 8px;
  width: 36px;
  height: 36px;
  color: var(--blue);
  background: transparent;
  border: 0;
  font-size: 24px;
  cursor: pointer;
}

.header-contact {
  display: grid;
  gap: 2px;
  white-space: nowrap;
}

.callback-link {
  color: var(--blue-2);
  font-size: 13px;
  font-weight: 700;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.home-page .main-nav {
  display: flex;
  justify-content: flex-end;
  gap: 26px;
  font-size: 13px;
  font-weight: 800;
  flex-wrap: nowrap;
  white-space: nowrap;
}

.home-page .main-nav a::after {
  display: none;
}

.header-quote {
  min-height: 44px;
  border-radius: 8px;
}

.header-catalog-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  max-width: 1360px;
  margin: 14px auto 0;
}

.catalog-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 230px;
  min-height: 44px;
  color: #fff;
  background: linear-gradient(180deg, #6d7a86, #526170);
  border-radius: 7px;
  box-shadow: 0 9px 18px rgba(11, 61, 145, 0.18);
  font-weight: 800;
}

.catalog-button::before {
  margin-right: 12px;
  content: "☰";
  font-size: 18px;
}

.home-categories {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  max-width: none;
  padding: 0 clamp(24px, 3.5vw, 56px);
  margin: 0;
  background: #fff;
}

.home-categories a {
  min-height: 58px;
  padding: 14px 22px;
  border-right: 1px solid var(--line);
  font-size: 14px;
}

.home-categories a:first-child {
  border-left: 1px solid var(--line);
}

.home-categories a::before {
  display: none;
}

.home-hero {
  grid-template-columns: minmax(0, 620px) minmax(420px, 520px);
  justify-content: center;
  min-height: 475px;
  padding: 36px clamp(28px, 4.2vw, 64px) 24px;
  background:
    radial-gradient(circle at 83% 33%, rgba(20, 128, 255, 0.26), transparent 22%),
    radial-gradient(circle at 68% 75%, rgba(255, 255, 255, 0.16), transparent 28%),
    linear-gradient(115deg, #f7f8fa 0%, #eef2f5 54%, #ffffff 100%);
}

.home-hero::after {
  position: absolute;
  top: 48px;
  right: 48px;
  width: min(360px, 34vw);
  height: 300px;
  content: "";
  background:
    radial-gradient(circle, rgba(38, 147, 255, 0.75) 0 2px, transparent 3px),
    linear-gradient(120deg, transparent 0 42%, rgba(38, 147, 255, 0.32) 43%, transparent 44% 100%);
  background-size: 34px 34px, 80px 80px;
  opacity: 0.72;
  pointer-events: none;
}

.home-hero h1 {
  max-width: 650px;
  font-size: clamp(38px, 4.1vw, 58px);
}

.home-hero .hero-lead {
  max-width: 550px;
}

.home-hero .hero-actions {
  margin-top: 24px;
}

.home-hero .primary-button.large {
  min-height: 52px;
  padding-inline: 26px;
}

.hero-benefits {
  display: flex;
  flex-wrap: wrap;
  gap: 18px 26px;
  padding: 0;
  margin: 28px 0 0;
  color: #dce8f6;
  list-style: none;
  font-size: 14px;
}

.hero-benefits li {
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

.hero-benefits li::before {
  width: 18px;
  height: 18px;
  content: "";
  border: 1px solid rgba(73, 162, 255, 0.85);
  border-radius: 50%;
  box-shadow: inset 0 0 0 4px rgba(73, 162, 255, 0.18);
}

.home-hero-visual {
  z-index: 1;
  min-height: 390px;
  overflow: visible;
  background: transparent;
  border: 0;
  box-shadow: none;
}

.home-hero-visual img {
  width: min(92%, 520px);
  border-radius: 10px;
  mix-blend-mode: screen;
  filter: drop-shadow(0 34px 34px rgba(0, 9, 28, 0.42));
}

.brand-showcase {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
  max-width: 1360px;
  padding: 0 clamp(24px, 3.5vw, 56px);
  margin: -24px auto 0;
  position: relative;
  z-index: 2;
}

.brand-card {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 205px;
  gap: 16px;
  height: 188px;
  min-height: 188px;
  padding: 22px 24px 20px;
  overflow: hidden;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 12px;
  box-shadow: 0 14px 34px rgba(11, 46, 95, 0.11);
}

.brand-card > div {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  column-gap: 14px;
  row-gap: 0;
  min-width: 0;
  align-items: center;
  align-self: start;
}

.brand-card h2 {
  margin-bottom: 8px;
  color: var(--blue-2);
  font-size: 34px;
  line-height: 1;
}

.brand-card p {
  grid-column: 1 / -1;
  max-width: 400px;
  margin: 12px 0 12px;
  color: #263a59;
  font-size: 14px;
  line-height: 1.42;
}

.brand-card a,
.inline-link,
.doc-link {
  display: inline-flex;
  align-items: center;
  color: var(--blue-2);
  font-weight: 800;
  text-decoration: underline;
  text-underline-offset: 4px;
}

.brand-card > div > a {
  grid-column: 1 / -1;
  justify-self: start;
}

.brand-card a::after,
.inline-link::after {
  margin-left: 8px;
  content: "→";
}

.brand-card img {
  align-self: stretch;
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
}

.brand-logo-image {
  display: inline-block;
  width: auto !important;
  height: 32px !important;
  margin: 0;
  vertical-align: middle;
  object-fit: contain !important;
  object-position: left center !important;
}

.sartorius-logo-image {
  max-width: 150px;
}

.acculab-logo-image {
  max-width: 132px;
}

.brand-device-image {
  align-self: center !important;
  justify-self: end;
  width: 205px !important;
  height: 132px !important;
  object-fit: contain !important;
}

.brand-card .badge {
  align-self: center;
  justify-self: start;
  line-height: 1;
  white-space: nowrap;
}

.brand-card-acculab .blue-badge {
  padding-inline: 7px;
  font-size: 11px;
}

.accent-badge {
  color: var(--color-accent);
  background: #fff1e8;
  border-color: #ffdfcb;
}

.blue-badge {
  color: var(--blue-2);
  background: #edf4ff;
  border-color: #dbe8fb;
}

.home-page .section {
  max-width: 1360px;
  padding: 22px clamp(24px, 3.5vw, 56px);
  margin: 0 auto;
  background: #fff;
}

.home-page .section:nth-of-type(odd) {
  background: #fff;
}

.clients-section {
  margin-top: 16px;
}

.clients-section h2,
.stage-section h2 {
  margin-bottom: 14px;
  font-size: 22px;
}

.client-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 28px;
  padding: 14px;
  border: 1px solid var(--line);
  border-radius: 12px;
}

.client-grid article {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  min-height: 78px;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 8px;
  font-size: 20px;
  box-shadow: 0 8px 22px rgba(11, 46, 95, 0.04);
}

.client-logo {
  display: inline-block;
  width: 38px;
  height: 28px;
  border-radius: 7px;
}

.diamond-logo {
  background: linear-gradient(135deg, #e1252f 0 48%, #fff 49% 55%, #0b61bd 56%);
}

.crest-logo {
  background: radial-gradient(circle, #d9a531 0 30%, transparent 31%), conic-gradient(from 45deg, #d9a531, #fff4c8, #d9a531);
}

.red-logo {
  background: radial-gradient(circle at 28% 50%, #d91525 0 9px, transparent 10px), radial-gradient(circle at 58% 50%, #d91525 0 10px, transparent 11px), #fff;
  border: 1px solid #ffd7dc;
}

.blue-logo {
  background: radial-gradient(circle at 35% 45%, #fff 0 8px, transparent 9px), linear-gradient(135deg, #7f8b96, #526170);
  border-radius: 50%;
}

.special-offer {
  display: grid;
  grid-template-columns: 285px minmax(0, 1fr) 360px;
  gap: 28px;
  align-items: center;
  margin-top: 4px;
  border: 1px solid var(--line);
  border-radius: 12px;
}

.special-media {
  display: grid;
  min-height: 240px;
  place-items: center;
  background: #fff;
}

.special-media a {
  display: grid;
  width: 100%;
  height: 100%;
  place-items: center;
  background: #fff;
}

.special-media img {
  max-height: 230px;
  object-fit: contain;
  background: #fff;
  filter: drop-shadow(0 16px 18px rgba(11, 46, 95, 0.14));
}

.special-content h2 {
  display: inline-block;
  margin: 0 12px 6px 0;
  font-size: 24px;
}

.special-content p {
  color: #314661;
}

.special-content ul {
  padding-left: 18px;
  color: #263a59;
}

.special-content li {
  margin: 7px 0;
}

.offer-request {
  display: grid;
  gap: 12px;
  padding: 24px 28px;
  border-left: 1px solid var(--line);
}

.offer-request h3 {
  margin-bottom: 0;
}

.availability {
  display: flex;
  gap: 8px;
  align-items: center;
  margin: 0 0 4px;
  color: var(--green);
  font-size: 14px;
  font-weight: 700;
}

.availability::before {
  width: 14px;
  height: 14px;
  content: "";
  background: var(--green);
  border-radius: 50%;
}

.stage-section {
  margin-top: 12px;
}

.stage-grid {
  display: grid;
  grid-template-columns: repeat(8, minmax(0, 1fr));
  border: 1px solid var(--line);
  border-radius: 12px;
  overflow: hidden;
}

.stage-grid article {
  min-height: 112px;
  padding: 18px;
  background: #fff;
  border-right: 1px solid var(--line);
}

.stage-grid article:last-child {
  border-right: 0;
}

.stage-grid span {
  display: block;
  width: 30px;
  height: 30px;
  margin-bottom: 10px;
  border: 2px solid var(--blue-2);
  border-radius: 8px;
  box-shadow: inset 0 -9px 0 rgba(11, 61, 145, 0.08);
}

.stage-grid h3 {
  margin-bottom: 5px;
  font-size: 14px;
}

.stage-grid p {
  margin: 0;
  color: #5b6b80;
  font-size: 12px;
  line-height: 1.35;
}

.catalog-embedded {
  margin-top: 20px;
  border-top: 1px solid var(--line);
}

.request-hidden {
  margin-top: 20px;
  border-top: 1px solid var(--line);
}

.home-footer {
  display: block;
  padding: 0;
  margin-top: 26px;
  color: #10233f;
  background: #fff;
}

.footer-grid {
  display: grid;
  grid-template-columns: 1.35fr repeat(3, 1fr);
  gap: 42px;
  width: min(100%, 1360px);
  margin: 0 auto;
  padding: 34px clamp(24px, 3.5vw, 56px);
  border-top: 1px solid var(--line);
}

.home-footer h2,
.home-footer h3 {
  color: var(--blue);
}

.home-footer h2 {
  margin-bottom: 12px;
  font-size: 28px;
}

.home-footer p {
  color: #40516e;
}

.home-footer a {
  display: block;
  margin-bottom: 8px;
  color: #183763;
}

.social-row {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.social-row span {
  display: inline-flex;
  align-items: center;
  min-height: 30px;
  padding: 0 10px;
  color: #fff;
  background: var(--blue);
  border-radius: 7px;
  font-size: 12px;
  font-weight: 800;
}

.footer-bottom {
  display: flex;
  justify-content: space-between;
  gap: 24px;
  padding: 18px max(clamp(24px, 3.5vw, 56px), calc((100vw - 1360px) / 2 + 56px));
  color: #fff;
  background: #f7f8fa;
  font-size: 13px;
}

@media (min-width: 1440px) {
  .home-hero {
    gap: 88px;
  }

  .brand-showcase,
  .home-page .section {
    width: min(100%, 1360px);
  }
}

@media (max-width: 1220px) {
  .header-topline {
    grid-template-columns: minmax(190px, 240px) minmax(240px, 1fr) auto minmax(220px, max-content);
    gap: 16px;
  }

  .home-page .main-nav {
    grid-column: auto;
    justify-content: flex-end;
    gap: 16px;
    font-size: 12px;
  }

  .home-page .brand strong {
    font-size: 28px;
  }

  .home-page .brand small {
    font-size: 10px;
  }

  .header-quote {
    width: 170px;
  }

  .special-offer {
    grid-template-columns: 240px minmax(0, 1fr);
  }

  .offer-request {
    grid-column: 1 / -1;
    border-top: 1px solid var(--line);
    border-left: 0;
  }

  .stage-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .stage-grid article {
    border-bottom: 1px solid var(--line);
  }
}

@media (max-width: 860px) {
  .home-page .site-header {
    padding-inline: 16px;
  }

  .header-topline {
    grid-template-columns: 1fr;
    gap: 12px;
  }

  .header-contact,
  .home-page .main-nav {
    display: none;
  }

  .catalog-button {
    width: 100%;
  }

  .home-categories {
    display: flex;
    gap: 0;
    padding-inline: 16px;
    overflow-x: auto;
  }

  .home-categories a {
    flex: 0 0 210px;
    border-left: 0;
  }

  .home-hero {
    grid-template-columns: 1fr;
    min-height: auto;
    padding: 34px 20px 30px;
  }

  .home-hero-visual {
    min-height: 260px;
  }

  .brand-showcase,
  .client-grid,
  .special-offer,
  .footer-grid {
    grid-template-columns: 1fr;
  }

  .brand-showcase {
    padding-inline: 16px;
  }

  .brand-card {
    grid-template-columns: 1fr;
  }

  .brand-card img {
    max-height: 170px;
  }

  .client-grid {
    gap: 12px;
  }

  .special-offer {
    margin-inline: 16px;
    padding-inline: 18px;
  }

  .stage-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .footer-bottom {
    display: grid;
  }
}

@media (max-width: 520px) {
  .home-page .brand strong {
    font-size: 28px;
  }

  .home-hero h1 {
    font-size: 34px;
  }

  .hero-benefits {
    display: grid;
  }

  .stage-grid {
    grid-template-columns: 1fr;
  }

  .client-grid article {
    min-height: 66px;
    font-size: 17px;
  }
}

/* White equipment photo surfaces. Reversible layer over the current design. */
.catalog-card-media,
.product-media,
.special-media,
.special-media a {
  background: #fff !important;
  background-image: none !important;
}

.catalog-card-media {
  border-bottom: 1px solid #e3ebf5;
}

.catalog-card-media img,
.product-media img,
.special-media img,
.brand-device-image {
  padding: 0 !important;
  background: transparent !important;
  border-radius: 0 !important;
  box-shadow: none !important;
  filter: none !important;
  mix-blend-mode: normal;
}

/* Catalog readability and larger product photo presentation. */
.quick-categories a,
.home-categories a {
  font-size: 16px !important;
  font-weight: 850;
  line-height: 1.25;
}

.catalog-card {
  background: #fff;
}

.catalog-card-media {
  min-height: 238px;
  padding: 20px 24px !important;
}

.catalog-card-media img {
  width: min(86%, 300px) !important;
  max-width: 100% !important;
  max-height: 188px !important;
  height: auto !important;
  object-fit: contain !important;
}

.catalog-card-body {
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.96) 0%, rgba(246, 249, 253, 0.98) 48%, rgba(237, 244, 252, 0.98) 100%);
  border-top: 1px solid #dce7f5;
}

.catalog-card:hover .catalog-card-body {
  background:
    linear-gradient(180deg, #ffffff 0%, #f3f8ff 44%, #eaf3ff 100%);
}

/* Product detail layout: gallery, primary specs, tabs and document files. */
.catalog-card {
  cursor: pointer;
}

.catalog-card .primary-button,
.catalog-card .secondary-button {
  cursor: pointer;
}

.product-hero-detailed {
  gap: 42px;
}

.product-gallery {
  display: grid;
  gap: 14px;
  align-content: start;
  padding: 18px;
  min-height: auto;
}

.product-main-photo {
  display: grid;
  min-height: 380px;
  place-items: center;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 14px;
  overflow: hidden;
}

.product-main-photo img {
  width: min(88%, 390px) !important;
  max-height: 340px;
  object-fit: contain;
}

.product-main-photo-empty {
  color: var(--muted);
  font-weight: 700;
}

.product-thumbs {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(76px, 1fr));
  gap: 10px;
}

.product-thumb {
  display: grid;
  min-height: 76px;
  padding: 6px;
  place-items: center;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 10px;
  cursor: pointer;
}

.product-thumb.is-active {
  border-color: var(--blue-2);
  box-shadow: 0 0 0 3px rgba(11, 61, 145, 0.1);
}

.product-thumb img {
  width: 100%;
  max-height: 68px;
  object-fit: contain;
}

.product-summary {
  min-width: 0;
}

.main-spec-card {
  margin-top: 24px;
  padding: 22px;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 16px;
  box-shadow: var(--shadow-soft);
}

.main-spec-card h2 {
  margin-bottom: 18px;
  font-size: clamp(24px, 2.1vw, 32px);
}

.main-spec-list,
.technical-spec-list {
  display: grid;
  gap: 0;
  margin: 0;
}

.main-spec-row {
  display: grid;
  grid-template-columns: minmax(180px, 1.1fr) minmax(0, 1fr);
  gap: 18px;
  padding: 14px 0;
  border-top: 1px solid var(--line);
}

.main-spec-row:first-child {
  border-top: 0;
}

.main-spec-row dt {
  color: #52627b;
  font-weight: 800;
}

.main-spec-row dd {
  margin: 0;
  color: var(--ink);
  font-weight: 850;
}

.product-price-panel {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  margin-top: 16px;
  padding: 16px 18px;
  background: #f7faff;
  border: 1px solid var(--line);
  border-radius: 14px;
}

.product-price-panel span {
  color: #52627b;
  font-weight: 800;
}

.product-price-panel strong {
  color: var(--blue);
  font-size: 20px;
}

.product-detail-tabs {
  margin-top: 38px;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 16px;
  box-shadow: var(--shadow-soft);
  overflow: hidden;
}

.product-tab-list {
  display: flex;
  gap: 0;
  padding: 0 20px;
  background: #f6f9fd;
  border-bottom: 1px solid var(--line);
  overflow-x: auto;
}

.product-tab-button {
  min-height: 64px;
  padding: 0 20px;
  color: #435570;
  background: transparent;
  border: 0;
  border-bottom: 3px solid transparent;
  font: inherit;
  font-weight: 850;
  white-space: nowrap;
  cursor: pointer;
}

.product-tab-button.is-active {
  color: var(--blue);
  border-bottom-color: var(--amber);
}

#product-functions,
#product-application-sectors {
  scroll-margin-top: calc(var(--sticky-header-height, 156px) + 88px);
}

.product-tab-panel {
  padding: 28px;
}

/* Keep inactive product tabs out of the layout even if a browser or a page-level
   rule overrides the native presentation of the hidden attribute. */
.product-tab-panel[hidden] {
  display: none !important;
}

.product-tab-panel h2 {
  margin-bottom: 16px;
  font-size: clamp(26px, 2.4vw, 36px);
}

.product-tab-panel p {
  max-width: 920px;
  color: var(--muted);
}

.technical-spec-list {
  max-width: 880px;
}

.option-list {
  display: grid;
  gap: 12px;
  padding-left: 20px;
  color: var(--muted);
}

.download-section {
  margin-top: 28px;
  padding: 28px;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 16px;
  box-shadow: var(--shadow-soft);
}

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

.download-card {
  display: grid;
  gap: 8px;
  padding: 18px;
  color: var(--ink);
  background: #f8fbff;
  border: 1px solid var(--line);
  border-radius: 14px;
}

.download-card span {
  width: fit-content;
  padding: 4px 8px;
  color: #fff;
  background: var(--blue-2);
  border-radius: 6px;
  font-size: 12px;
  font-weight: 900;
}

.download-card strong {
  color: var(--blue);
}

.download-card small {
  color: var(--muted);
  font-weight: 750;
}

.download-card:hover {
  border-color: var(--blue-2);
  box-shadow: 0 14px 30px rgba(11, 46, 95, 0.1);
}

@media (max-width: 860px) {
  .product-main-photo {
    min-height: 300px;
  }

  .main-spec-row {
    grid-template-columns: 1fr;
    gap: 6px;
  }

  .download-grid {
    grid-template-columns: 1fr;
  }
}

/* Light B2B visual system. Reversible layer for the full site. */
:root {
  --color-bg: #f7f8fa;
  --color-surface: #ffffff;
  --color-surface-soft: #f1f4f6;
  --color-text-main: #1f2933;
  --color-text-secondary: #5f6b7a;
  --color-text-muted: #8a94a3;
  --color-border: #dde3ea;
  --color-border-soft: #e8edf2;
  --color-primary: #526170;
  --color-primary-hover: #3f4b58;
  --color-accent: #8a8174;
  --color-accent-soft: #efece7;
  --color-success-soft: #e8f3ee;
  --color-success-text: #4f7b62;
  --shadow-soft: 0 18px 45px rgba(31, 41, 51, 0.04);
  --radius-card: 22px;
  --radius-button: 12px;

  --ink: var(--color-text-main);
  --muted: var(--color-text-secondary);
  --line: var(--color-border-soft);
  --panel: var(--color-surface);
  --soft: var(--color-surface-soft);
  --blue: var(--color-primary);
  --blue-2: var(--color-primary);
  --amber: var(--color-primary);
  --amber-dark: var(--color-primary-hover);
  --green: var(--color-success-text);
  --shadow: var(--shadow-soft);
}

html {
  background: var(--color-bg);
}

body {
  color: var(--color-text-main);
  background: var(--color-bg);
  font-family: Inter, "Segoe UI", Arial, sans-serif;
  font-weight: 400;
}

p,
li,
td,
th,
input,
textarea,
select,
button {
  font-weight: 400;
}

h1,
h2,
h3 {
  color: var(--color-text-main);
  font-weight: 500 !important;
  letter-spacing: 0 !important;
}

h1 {
  font-size: clamp(40px, 4.2vw, 64px);
  line-height: 1.08;
}

h2 {
  font-size: clamp(28px, 3vw, 42px);
  line-height: 1.15;
}

h3 {
  font-size: 22px;
  line-height: 1.25;
}

.section,
.home-page .section,
.catalog-section,
.product-page {
  width: min(100% - 64px, 1440px);
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
}

.site-header,
.home-page .site-header {
  position: sticky;
  top: 0;
  display: block;
  padding: 18px clamp(24px, 3.5vw, 56px) 12px;
  color: var(--color-text-main);
  background: rgba(255, 255, 255, 0.94);
  border-bottom: 1px solid var(--color-border-soft);
  box-shadow: none;
  backdrop-filter: blur(12px);
}

.header-topline,
.header-catalog-row {
  max-width: 1440px;
}

.brand strong,
.home-page .brand strong,
.site-footer .brand strong {
  color: var(--color-text-main);
  font-weight: 600 !important;
}

.brand small,
.home-page .brand small {
  color: var(--color-text-secondary);
  font-weight: 400;
}

.main-nav,
.home-page .main-nav,
.site-header a {
  color: var(--color-text-main);
  font-weight: 500;
}

.phone,
.header-phone,
.header-contact .phone {
  color: var(--color-text-main);
  font-weight: 500;
}

.callback-link,
.inline-link,
.doc-link,
.brand-card a {
  color: var(--color-primary);
  font-weight: 500;
}

.header-search input,
input,
textarea,
select {
  color: var(--color-text-main);
  background: #fff;
  border: 1px solid var(--color-border);
  border-radius: var(--radius-button);
  box-shadow: none;
}

.header-search input:focus,
input:focus,
textarea:focus,
select:focus {
  outline: none;
  border-color: var(--color-primary);
  box-shadow: 0 0 0 3px rgba(82, 97, 112, 0.12);
}

.primary-button,
.btn-primary,
.button-primary,
.cta-primary,
.catalog-button,
.apply-filters-button,
.apply-filters-bottom,
.request-form button {
  color: #fff !important;
  background: var(--color-primary) !important;
  background-image: none !important;
  border: 1px solid var(--color-primary) !important;
  border-radius: var(--radius-button) !important;
  box-shadow: none !important;
  font-weight: 500 !important;
}

.primary-button:hover,
.btn-primary:hover,
.button-primary:hover,
.cta-primary:hover,
.catalog-button:hover,
.apply-filters-button:hover,
.apply-filters-bottom:hover {
  background: var(--color-primary-hover) !important;
  border-color: var(--color-primary-hover) !important;
}

.secondary-button,
.btn-secondary,
.button-secondary,
.cta-secondary,
.ghost-button,
.sort-direction-button {
  color: var(--color-primary) !important;
  background: #fff !important;
  border: 1px solid #c8d1da !important;
  border-radius: var(--radius-button) !important;
  box-shadow: none !important;
  font-weight: 500 !important;
}

.catalog-button::before {
  color: currentColor;
}

.quick-categories,
.home-categories {
  background: var(--color-surface);
  border-bottom: 1px solid var(--color-border-soft);
}

.quick-categories a,
.home-categories a {
  min-height: 62px;
  color: var(--color-text-main);
  border-color: var(--color-border-soft);
  font-size: 17px !important;
  font-weight: 500 !important;
}

.home-hero,
.hero {
  color: var(--color-text-main);
  background:
    linear-gradient(90deg, rgba(247, 248, 250, 0.98), rgba(247, 248, 250, 0.72)),
    var(--color-bg) !important;
}

.home-hero::after,
.hero::before {
  display: none !important;
}

.home-hero h1,
.hero h1,
.home-hero .hero-lead,
.hero-lead {
  color: var(--color-text-main);
}

.home-hero .eyebrow,
.eyebrow {
  color: var(--color-accent);
  font-weight: 500;
}

.hero-benefits {
  color: var(--color-text-secondary);
}

.hero-benefits li::before {
  border-color: #c8d1da;
  box-shadow: inset 0 0 0 4px rgba(82, 97, 112, 0.08);
}

.home-hero-visual,
.hero-visual {
  background: var(--color-surface);
  border: 1px solid var(--color-border-soft);
  border-radius: var(--radius-card);
  box-shadow: var(--shadow-soft);
}

.home-hero-visual img,
.hero-visual img {
  mix-blend-mode: normal;
  filter: none;
}

.brand-card,
.clients-section,
.client-grid,
.client-grid article,
.special-offer,
.stage-grid,
.stage-grid article,
.request-section,
.knowledge-section,
.filter-panel,
.catalog-card,
.product-media,
.product-gallery,
.main-spec-card,
.product-detail-tabs,
.download-section,
.download-card,
.product-tabs,
.product-tabs article,
.offer-request {
  background: var(--color-surface) !important;
  border-color: var(--color-border-soft) !important;
  border-radius: var(--radius-card);
  box-shadow: var(--shadow-soft) !important;
}

.brand-card {
  height: auto;
  min-height: 190px;
}

.brand-card p,
.special-content p,
.special-content li,
.stage-grid p,
.product-tab-panel p,
.product-tabs p,
.catalog-card p {
  color: var(--color-text-secondary);
}

.accent-badge,
.blue-badge,
.badge,
.card-meta span,
.active-filter {
  color: var(--color-primary) !important;
  background: var(--color-accent-soft) !important;
  border: 1px solid var(--color-border-soft) !important;
  border-radius: 999px !important;
  font-weight: 500 !important;
}

.availability,
.availability::before {
  color: var(--color-success-text);
}

.availability::before {
  background: var(--color-success-text);
}

.catalog-page,
.catalog-page main {
  background: var(--color-bg);
}

.catalog-section {
  padding-top: 54px;
}

.section-heading h1,
.section-heading h2,
.catalog-section h2 {
  color: var(--color-text-main);
}

.catalog-section .section-heading h1 {
  font-size: clamp(28px, 3vw, 42px);
  line-height: 1.15;
}

.catalog-heading-tools .result-count,
.sort-controls label {
  color: var(--color-text-secondary);
  font-weight: 500;
}

.sort-controls select {
  min-height: 46px;
  background: #fff;
  border-color: var(--color-border);
  border-radius: var(--radius-button);
  font-weight: 500;
}

.filter-panel {
  padding: 24px;
}

.filter-panel h3,
.filter-group legend {
  color: var(--color-text-main);
  font-weight: 700 !important;
}

.filter-group {
  border-color: var(--color-border-soft);
}

.checkbox-list label {
  color: var(--color-text-secondary);
  font-weight: 400;
}

.checkbox-list label span,
.checkbox-list label small {
  font-weight: 400 !important;
}

.checkbox-list input {
  accent-color: var(--color-primary);
}

.active-filter {
  color: #fff !important;
  background: var(--color-primary) !important;
}

.catalog-grid {
  gap: 24px;
}

.catalog-card {
  overflow: hidden;
  border: 1px solid var(--color-border-soft);
  border-radius: var(--radius-card);
}

.catalog-card:hover {
  transform: translateY(-2px);
  border-color: #cfd7df;
}

.catalog-card-media {
  min-height: 250px;
  background: #fff !important;
  border-bottom: 1px solid var(--color-border-soft);
}

.catalog-card-media img {
  width: min(88%, 290px) !important;
  max-height: 195px !important;
  filter: none !important;
}

.catalog-card-body,
.catalog-card:hover .catalog-card-body {
  background: var(--color-surface) !important;
  border-top: 0;
}

.catalog-card h3,
.product-card-title {
  color: var(--color-text-main);
  font-weight: 500 !important;
}

.spec-grid dt,
.card-specs dt {
  color: var(--color-text-main);
  font-weight: 500 !important;
}

.spec-grid dd,
.card-specs dd {
  color: var(--color-text-secondary);
}

.product-page {
  padding-top: 48px;
}

.product-hero,
.product-hero-detailed {
  grid-template-columns: minmax(380px, 0.9fr) minmax(0, 1.1fr);
  gap: 56px;
  align-items: start;
}

.product-media,
.product-gallery {
  padding: 42px;
}

.product-main-photo {
  min-height: 480px;
  background: #fff;
  border: 1px solid var(--color-border-soft);
  border-radius: var(--radius-card);
}

.product-main-photo img,
.product-media img {
  max-height: 420px;
  object-fit: contain;
  filter: none !important;
}

.product-hero .eyebrow {
  color: var(--color-accent);
}

.product-summary h1,
.product-hero h1 {
  color: var(--color-text-main);
  font-size: clamp(36px, 3.6vw, 56px);
  line-height: 1.08;
  font-weight: 500 !important;
}

.main-spec-card,
.spec-card {
  padding: 28px 32px;
}

.main-spec-card h2,
.spec-card h2 {
  margin-bottom: 20px;
  font-size: 26px;
  font-weight: 500 !important;
}

.main-spec-row {
  grid-template-columns: 1.2fr 0.8fr;
  gap: 24px;
  padding: 16px 0;
  border-color: var(--color-border-soft);
}

.main-spec-row dt,
.spec-label {
  color: var(--color-text-secondary);
  font-weight: 400 !important;
}

.main-spec-row dd,
.spec-value {
  color: var(--color-text-main);
  font-weight: 500 !important;
}

.product-price-panel,
.price-row {
  margin-top: 18px;
  padding: 20px 24px;
  background: var(--color-surface-soft);
  border: 1px solid var(--color-border-soft);
  border-radius: 16px;
}

.product-price-panel span,
.product-price-panel strong {
  color: var(--color-text-main);
  font-weight: 500 !important;
}

.product-detail-tabs,
.product-tabs {
  border-radius: 24px;
}

.product-tab-list,
.tabs-nav {
  background: #fafbfc;
  border-bottom: 1px solid var(--color-border-soft);
}

.product-tab-button,
.tab-link {
  color: var(--color-text-secondary);
  font-weight: 500 !important;
}

.product-tab-button.is-active,
.tab-link.active {
  color: var(--color-text-main);
  border-bottom-color: var(--color-primary);
  box-shadow: inset 0 -2px 0 var(--color-primary);
}

.download-card span {
  color: var(--color-primary);
  background: var(--color-accent-soft);
  font-weight: 500 !important;
}

.download-card strong {
  color: var(--color-text-main);
  font-weight: 500 !important;
}

.site-footer,
.home-footer,
.footer-bottom {
  color: var(--color-text-secondary);
  background: var(--color-surface) !important;
  border-top: 1px solid var(--color-border-soft);
}

.site-footer h2,
.site-footer h3,
.home-footer h2,
.home-footer h3,
.site-footer a,
.home-footer a {
  color: var(--color-text-main);
  font-weight: 500 !important;
}

.home-footer p,
.site-footer p {
  color: var(--color-text-secondary);
}

.social-row span {
  color: var(--color-primary);
  background: var(--color-accent-soft);
  font-weight: 500 !important;
}

@media (max-width: 900px) {
  .section,
  .home-page .section,
  .catalog-section,
  .product-page {
    width: min(100% - 32px, 100%);
  }

  .home-hero,
  .hero,
  .product-hero,
  .product-hero-detailed,
  .catalog-layout,
  .request-section {
    grid-template-columns: 1fr;
  }

  .product-media,
  .product-gallery {
    padding: 24px;
  }

  .product-main-photo {
    min-height: 320px;
  }

  .primary-button,
  .secondary-button,
  .ghost-button,
  .catalog-card .primary-button,
  .catalog-card .secondary-button {
    width: 100%;
  }
}

/* Geometry stabilization after the light layer: keep the calmer palette, but preserve the approved layout proportions. */
.home-page .section {
  width: min(100%, 1360px);
  padding-left: clamp(24px, 3.5vw, 56px);
  padding-right: clamp(24px, 3.5vw, 56px);
}

.home-hero {
  grid-template-columns: minmax(0, 620px) minmax(420px, 520px);
  gap: clamp(36px, 5vw, 88px);
  align-items: center;
  justify-content: center;
  min-height: 475px;
}

.home-hero-visual {
  display: grid;
  min-height: 390px;
  place-items: center;
  overflow: visible;
}

.home-hero-visual img {
  width: min(92%, 520px) !important;
  max-height: 370px;
  object-fit: contain;
}

.brand-showcase {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  align-items: stretch;
}

.brand-card {
  grid-template-columns: minmax(0, 1fr) 205px;
  height: 188px;
  min-height: 188px;
  align-items: center;
}

.brand-card .brand-device-image {
  align-self: center !important;
  justify-self: end;
  width: 205px !important;
  height: 132px !important;
  object-fit: contain !important;
}

.brand-card p {
  margin-top: 12px;
  margin-bottom: 12px;
}

.special-offer {
  grid-template-columns: 285px minmax(0, 1fr) 360px;
  align-items: center;
}

.special-media img {
  max-height: 230px !important;
  object-fit: contain;
}

.catalog-card-media {
  display: grid;
  place-items: center;
}

.catalog-card-media img {
  width: min(84%, 280px) !important;
  height: auto !important;
  object-fit: contain !important;
}

@media (max-width: 1220px) {
  .special-offer {
    grid-template-columns: 240px minmax(0, 1fr);
  }

  .offer-request {
    grid-column: 1 / -1;
  }
}

@media (max-width: 900px) {
  .home-hero,
  .brand-showcase,
  .brand-card,
  .special-offer {
    grid-template-columns: 1fr;
  }

  .brand-card {
    height: auto;
  }

  .brand-card .brand-device-image {
    justify-self: center;
  }
}

/* Catalog card alignment fix: prevent text/buttons/images from pushing outside the card. */
.catalog-grid {
  align-items: stretch;
}

.catalog-card {
  min-width: 0;
  contain: layout paint;
}

.catalog-card-media {
  display: grid !important;
  min-height: 250px;
  height: 250px;
  padding: 18px !important;
  place-items: center !important;
  overflow: hidden;
}

.catalog-card-media img {
  display: block;
  width: auto !important;
  max-width: 82% !important;
  height: auto !important;
  max-height: 190px !important;
  object-fit: contain !important;
  object-position: center center !important;
}

.catalog-card-body {
  min-width: 0;
  overflow: hidden;
  padding: 18px !important;
}

.catalog-availability {
  margin: 0 0 10px !important;
  color: var(--color-text-secondary) !important;
  font-size: 13px !important;
  line-height: 1.45 !important;
}

.catalog-availability-badge {
  display: inline-flex;
  align-items: center;
  width: fit-content;
  max-width: 100%;
  padding: 3px 9px;
  border-radius: 999px;
  border: 1px solid rgba(255, 183, 0, 0.38);
  color: #8a5f00;
  background: #fff8e7;
  font-weight: 600;
  line-height: 1.25;
  vertical-align: middle;
}

.catalog-availability-badge--stock {
  border-color: rgba(47, 164, 97, 0.28);
  color: #116b3b;
  background: #eaf8ef;
}

.catalog-availability-badge--order {
  border-color: rgba(255, 183, 0, 0.42);
  color: #8a5f00;
  background: #fff8e7;
}

.catalog-card h3,
.series-name,
.spec-grid,
.card-actions {
  min-width: 0;
}

.catalog-card h3,
.series-name {
  overflow-wrap: anywhere;
}

.spec-grid {
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
}

.spec-grid span {
  min-width: 0;
  overflow-wrap: anywhere;
}

.card-actions {
  display: grid !important;
  grid-template-columns: minmax(0, 1fr) minmax(76px, 0.42fr);
  gap: 10px;
  width: 100%;
  overflow: hidden;
}

.card-actions a,
.card-actions button {
  width: 100% !important;
  min-width: 0;
  padding-inline: 10px;
}

@media (max-width: 520px) {
  .card-actions {
    grid-template-columns: 1fr;
  }
}

/* Final catalog media centering guard. */
.catalog-card .catalog-card-media {
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  box-sizing: border-box;
  width: 100%;
  text-align: center;
}

.catalog-card .catalog-card-media img {
  flex: 0 0 auto;
  display: block !important;
  margin: 0 auto !important;
  max-width: min(82%, 220px) !important;
  max-height: 190px !important;
  object-fit: contain !important;
  object-position: center center !important;
}

/* Vesexpert premium navy/gold visual layer. Layout-safe: color, surfaces, shadows and decor only. */
:root {
  --color-bg: #f8fafc;
  --color-surface: #ffffff;
  --color-surface-warm: #fff9ee;
  --color-surface-soft: #f3f6fa;
  --color-text-main: #102a43;
  --color-text-secondary: #526579;
  --color-text-muted: #8a97a8;
  --color-navy: #073763;
  --color-navy-deep: #052a4d;
  --color-navy-soft: #0e4a7a;
  --color-accent: #f4b000;
  --color-accent-hover: #d99a00;
  --color-accent-soft: #fff1c7;
  --color-accent-ultra-soft: #fff8e6;
  --color-border: #dce6f0;
  --color-border-soft: #e9eef5;
  --color-success: #2f9e64;
  --color-success-soft: #e8f6ef;
  --shadow-soft: 0 16px 40px rgba(7, 55, 99, 0.08);
  --shadow-card: 0 10px 28px rgba(7, 55, 99, 0.06);
  --radius-card: 18px;
  --radius-button: 10px;
  --ink: var(--color-text-main);
  --muted: var(--color-text-secondary);
  --line: var(--color-border-soft);
  --blue: var(--color-navy);
  --blue-2: var(--color-navy-soft);
  --amber: var(--color-accent);
  --amber-dark: var(--color-accent-hover);
  --shadow: var(--shadow-card);
}

body {
  color: var(--color-text-main);
  background:
    radial-gradient(circle at 88% 10%, rgba(244, 176, 0, 0.12), transparent 28%),
    linear-gradient(180deg, #ffffff 0%, var(--color-bg) 42%, #f3f7fb 100%);
}

.site-header,
.home-page .site-header {
  color: var(--color-text-main);
  background:
    radial-gradient(circle at 88% 12%, rgba(244, 176, 0, 0.10), transparent 28%),
    rgba(255, 255, 255, 0.96) !important;
  border-bottom: 1px solid var(--color-border);
  box-shadow: 0 10px 28px rgba(7, 55, 99, 0.04);
}

.catalog-page .site-header,
body:not(.home-page):not(.catalog-page) .site-header {
  color: var(--color-text-main);
  background:
    radial-gradient(circle at 88% 12%, rgba(244, 176, 0, 0.10), transparent 28%),
    rgba(255, 255, 255, 0.96) !important;
  border-bottom: 1px solid var(--color-border);
  box-shadow: 0 10px 28px rgba(7, 55, 99, 0.04);
}

.brand::before {
  content: "";
  flex: 0 0 auto;
  width: 24px;
  height: 34px;
  background: repeating-linear-gradient(135deg, var(--color-accent) 0 5px, transparent 5px 10px);
  border-radius: 2px;
}

.brand strong,
.home-page .brand strong {
  color: var(--color-navy-deep) !important;
}

.brand small {
  color: var(--color-text-secondary);
}

.main-nav a,
.home-links a,
.phone {
  color: var(--color-navy-deep) !important;
}

.callback-link {
  color: var(--color-navy) !important;
  text-decoration-color: var(--color-accent) !important;
}

.catalog-page .callback-link,
body:not(.home-page):not(.catalog-page) .callback-link {
  color: var(--color-navy) !important;
}

.header-search input {
  color: var(--color-text-main);
  background: #fff;
  border-color: rgba(244, 176, 0, 0.35) !important;
  box-shadow: 0 10px 24px rgba(5, 42, 77, 0.08);
}

.header-search input:focus {
  border-color: var(--color-accent) !important;
  box-shadow: 0 0 0 3px rgba(244, 176, 0, 0.14), 0 10px 24px rgba(5, 42, 77, 0.08);
}

.header-search button {
  color: var(--color-navy);
}

.primary-button,
.btn-primary,
.button-primary,
.cta-primary,
.request-form button,
.apply-filters-button,
.apply-filters-bottom,
.home-hero .primary-button,
.header-quote {
  color: var(--color-navy-deep) !important;
  background: linear-gradient(180deg, #ffc832, var(--color-accent)) !important;
  border: 1px solid var(--color-accent) !important;
  border-radius: var(--radius-button) !important;
  box-shadow: 0 10px 24px rgba(244, 176, 0, 0.22) !important;
  font-weight: 700 !important;
}

.primary-button:hover,
.btn-primary:hover,
.button-primary:hover,
.cta-primary:hover,
.request-form button:hover,
.apply-filters-button:hover,
.apply-filters-bottom:hover,
.home-hero .primary-button:hover,
.header-quote:hover {
  color: var(--color-navy-deep) !important;
  background: linear-gradient(180deg, #ffd356, var(--color-accent-hover)) !important;
  border-color: var(--color-accent-hover) !important;
}

.secondary-button,
.btn-secondary,
.button-secondary,
.cta-secondary,
.ghost-button,
.sort-direction-button {
  color: var(--color-navy-deep) !important;
  background: #fff !important;
  border: 1px solid var(--color-border) !important;
  border-radius: var(--radius-button) !important;
  box-shadow: none !important;
}

.secondary-button:hover,
.btn-secondary:hover,
.button-secondary:hover,
.cta-secondary:hover,
.ghost-button:hover,
.sort-direction-button:hover {
  color: var(--color-navy-deep) !important;
  background: var(--color-accent-ultra-soft) !important;
  border-color: var(--color-accent) !important;
}

.catalog-button {
  color: #fff !important;
  background: var(--color-navy-deep) !important;
  border: 1px solid rgba(244, 176, 0, 0.70) !important;
  border-radius: var(--radius-button) !important;
  box-shadow: 0 12px 26px rgba(5, 42, 77, 0.16) !important;
}

.catalog-button::before {
  color: var(--color-accent);
}

.quick-categories,
.home-categories {
  background: #fff !important;
  border-top: 1px solid var(--color-border-soft);
  border-bottom: 1px solid var(--color-border);
}

.home-categories {
  max-width: 1360px !important;
  margin: 0 auto !important;
  padding: 0 !important;
  border-left: 1px solid var(--color-border-soft);
  border-right: 1px solid var(--color-border-soft);
}

.catalog-page .home-categories {
  position: sticky;
  top: 128px;
  z-index: 80;
}

.product-sticky-categories {
  position: sticky;
  top: 162px;
  z-index: 80;
  max-width: 1360px !important;
  margin: 0 auto !important;
  padding: 0 !important;
  border-left: 1px solid var(--color-border-soft);
  border-right: 1px solid var(--color-border-soft);
}

@media (max-width: 900px) {
  body:not(.home-page):not(.catalog-page) .site-header.product-header {
    position: static;
  }

  body:not(.home-page):not(.catalog-page) .site-header.product-header .header-catalog-row {
    justify-content: flex-start;
    flex-wrap: wrap;
    gap: 12px;
  }

  .catalog-page .home-categories,
  .product-sticky-categories {
    top: 0;
    display: flex;
    width: 100%;
    max-width: 100vw !important;
    overflow-x: auto;
    overscroll-behavior-x: contain;
  }

  .catalog-page .home-categories a,
  .product-sticky-categories a {
    flex: 0 0 210px;
  }
}

.quick-categories a,
.home-categories a {
  color: var(--color-navy-deep) !important;
  box-shadow: inset 0 -2px 0 transparent;
}

.quick-categories a:hover,
.home-categories a:hover,
.quick-categories a[aria-current="page"],
.home-categories a[aria-current="page"] {
  color: var(--color-navy) !important;
  box-shadow: inset 0 -2px 0 var(--color-accent);
}

.main-nav.home-links {
  gap: 32px !important;
  font-size: 15px !important;
  font-weight: 800 !important;
}

.home-page main {
  background:
    radial-gradient(circle at 90% 18%, rgba(244, 176, 0, 0.16), transparent 27%),
    linear-gradient(180deg, #fffdf8 0%, #ffffff 42%, #fffaf0 100%);
}

.home-hero {
  position: relative;
  color: var(--color-text-main);
  background:
    radial-gradient(circle at 82% 22%, rgba(244, 176, 0, 0.16), transparent 34%),
    linear-gradient(180deg, #ffffff 0%, #fff8e8 100%) !important;
  overflow: hidden;
}

.home-hero::before,
.catalog-page main::before {
  content: "";
  position: absolute;
  width: 136px;
  height: 136px;
  right: 42px;
  top: 88px;
  background-image: radial-gradient(var(--color-accent) 1.2px, transparent 1.2px);
  background-size: 14px 14px;
  opacity: 0.30;
  pointer-events: none;
}

.home-hero::after,
.catalog-section::after,
.product-page::after {
  content: "";
  position: absolute;
  width: 88px;
  height: 24px;
  right: 8%;
  bottom: 24px;
  background: repeating-linear-gradient(135deg, var(--color-accent) 0 5px, transparent 5px 12px);
  opacity: 0.74;
  pointer-events: none;
}

.home-hero h1,
.section-heading h1,
.section-heading h2,
.product-summary h1,
.product-hero h1,
.product-tabs h2,
.special-content h2,
.clients-section h2 {
  color: var(--color-navy-deep) !important;
}

.home-hero .eyebrow,
.eyebrow {
  display: inline-flex !important;
  width: fit-content !important;
  max-width: 100%;
  align-items: center;
  color: #8a6400 !important;
  background: var(--color-accent-soft) !important;
  border: 1px solid rgba(244, 176, 0, 0.22);
}

.home-hero-visual,
.product-media,
.product-gallery,
.special-media {
  background: #fff !important;
  border: 1px solid var(--color-border-soft);
  box-shadow: var(--shadow-soft) !important;
}

.home-hero-visual img,
.product-media img,
.special-media img {
  filter: none !important;
}

.hero-benefits li::before {
  border-color: var(--color-accent) !important;
  background: rgba(244, 176, 0, 0.10) !important;
}

.brand-card,
.clients-section,
.special-offer,
.filter-panel,
.catalog-card,
.product-summary-card,
.spec-card,
.product-tabs,
.request-section {
  background: #fff !important;
  border: 1px solid var(--color-border-soft) !important;
  border-radius: var(--radius-card) !important;
  box-shadow: var(--shadow-card) !important;
}

.brand-card {
  position: relative;
  overflow: hidden;
}

.brand-card::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 42px;
  height: 42px;
  background: linear-gradient(135deg, transparent 0 50%, var(--color-accent) 51% 100%);
  pointer-events: none;
}

.brand-card .badge,
.accent-badge,
.blue-badge,
.catalog-card .badge {
  color: #8a6400 !important;
  background: var(--color-accent-soft) !important;
  border: 1px solid rgba(244, 176, 0, 0.32);
}

.brand-card a,
.inline-link,
.site-footer a:hover {
  color: var(--color-navy) !important;
  text-decoration-color: var(--color-accent) !important;
}

.catalog-page main {
  position: relative;
  overflow: hidden;
  padding-bottom: clamp(32px, 4vw, 56px);
  background:
    linear-gradient(135deg, rgba(244, 176, 0, 0.06), transparent 30%),
    linear-gradient(180deg, #ffffff 0%, var(--color-bg) 42%, #f2f6fa 100%) !important;
}

.catalog-page > .site-footer,
.catalog-page > .site-footer.ves-shared-footer {
  margin-top: 0 !important;
  border-top: 0 !important;
}

.catalog-section {
  position: relative;
  overflow: hidden;
}

.catalog-card {
  color: var(--color-text-main);
  background: #fff !important;
  border-color: var(--color-border-soft) !important;
  box-shadow: var(--shadow-card) !important;
}

.catalog-card:hover {
  border-color: rgba(244, 176, 0, 0.50) !important;
  box-shadow: 0 16px 34px rgba(7, 55, 99, 0.10) !important;
}

.catalog-card .catalog-card-media {
  background: #fff !important;
  border-bottom: 1px solid var(--color-border-soft) !important;
}

.catalog-card-body,
.catalog-card:hover .catalog-card-body {
  background: linear-gradient(180deg, #ffffff 0%, var(--color-accent-ultra-soft) 100%) !important;
}

.catalog-card h3 {
  color: var(--color-navy-deep) !important;
  font-weight: 700 !important;
}

.catalog-card p,
.series-name,
.spec-grid span {
  color: var(--color-text-secondary) !important;
}

.spec-grid strong {
  color: var(--color-navy-deep) !important;
}

.catalog-card .primary-button {
  color: var(--color-navy-deep) !important;
  background: #fff !important;
  border-color: rgba(244, 176, 0, 0.70) !important;
  box-shadow: none !important;
}

.catalog-card .primary-button:hover {
  background: var(--color-accent-ultra-soft) !important;
}

.filter-panel h3,
.filter-group legend,
.filter-title {
  color: var(--color-navy-deep) !important;
  font-weight: 700 !important;
}

.filter-panel-help,
.checkbox-list label,
.checkbox-list label span,
.checkbox-list label small {
  color: var(--color-text-secondary) !important;
}

/* 2026-06-21: keep category navigation aligned with the main content and below the header. */
.site-header,
.home-page .site-header {
  z-index: 120;
}

.header-topline,
.header-catalog-row {
  width: min(100%, 1440px);
  margin-inline: auto;
}

.home-categories,
.product-sticky-categories {
  box-sizing: border-box;
  width: min(100% - 64px, 1440px) !important;
  max-width: 1440px !important;
}

.catalog-page .home-categories {
  top: var(--sticky-header-height, 128px);
  z-index: 90;
}

.product-sticky-categories {
  top: var(--sticky-header-height, 156px);
  z-index: 90;
}

.filter-panel-sticky {
  position: sticky;
  top: -24px;
  z-index: 5;
  margin: -24px -24px 18px;
  padding: 24px 24px 14px;
  background: #fff;
  border-bottom: 1px solid var(--color-border-soft);
}

.filter-panel-sticky .active-filters {
  margin-bottom: 0;
}

.filter-group[data-filter-group="calibration"] .checkbox-list label span {
  padding-left: 1ch;
}

@media (max-width: 900px) {
  .catalog-page .home-categories,
  .product-sticky-categories {
    top: var(--sticky-header-height, 0px);
    width: 100% !important;
    max-width: 100vw !important;
  }
}

.checkbox-list input,
input[type="checkbox"] {
  accent-color: var(--color-accent) !important;
}

.active-filter {
  color: var(--color-navy-deep) !important;
  background: var(--color-accent-ultra-soft) !important;
  border: 1px solid rgba(244, 176, 0, 0.32) !important;
}

.sort-controls select,
.header-search input,
.request-form input,
.request-form textarea {
  border-color: var(--color-border) !important;
  border-radius: var(--radius-button) !important;
}

.sort-controls select:focus,
.request-form input:focus,
.request-form textarea:focus {
  border-color: var(--color-accent) !important;
  box-shadow: 0 0 0 3px rgba(244, 176, 0, 0.14) !important;
}

/* Compact consultation form below the catalog */
.catalog-consultation {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 0.82fr) minmax(480px, 1.18fr);
  gap: clamp(28px, 4vw, 64px);
  align-items: center;
  overflow: hidden;
  margin-top: 28px;
  padding: clamp(30px, 4vw, 56px) !important;
  color: #fff;
  background:
    radial-gradient(circle at 8% 100%, rgba(55, 113, 145, 0.46), transparent 38%),
    linear-gradient(125deg, #052f57 0%, #063a65 66%, #315f70 100%) !important;
  border: 0 !important;
  border-radius: 24px !important;
  box-shadow: 0 22px 55px rgba(3, 35, 64, 0.16) !important;
}

.catalog-consultation::after {
  content: "";
  position: absolute;
  top: -120px;
  left: 34%;
  width: 250px;
  height: 250px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 50%;
  pointer-events: none;
}

.catalog-consultation__intro,
.catalog-consultation__form-card {
  position: relative;
  z-index: 1;
}

.catalog-consultation .eyebrow {
  margin-bottom: 10px;
  color: #ffc62a;
}

.catalog-consultation h2 {
  max-width: 560px;
  margin: 0 0 18px;
  color: #fff;
  font-size: clamp(30px, 3.4vw, 46px);
  line-height: 1.08;
}

.catalog-consultation__intro > p:not(.eyebrow) {
  max-width: 580px;
  margin: 0;
  color: rgba(255, 255, 255, 0.82);
  font-size: 17px;
  line-height: 1.6;
}

.catalog-consultation__benefits {
  display: grid;
  gap: 11px;
  margin: 24px 0 0;
  padding: 0;
  list-style: none;
}

.catalog-consultation__benefits li {
  position: relative;
  padding-left: 32px;
  color: #fff;
  font-weight: 700;
}

.catalog-consultation__benefits li::before {
  content: "✓";
  position: absolute;
  top: -1px;
  left: 0;
  display: grid;
  width: 22px;
  height: 22px;
  place-items: center;
  border: 1px solid #ffc62a;
  border-radius: 50%;
  color: #ffc62a;
  font-size: 13px;
  line-height: 1;
}

.catalog-consultation__form-card {
  padding: clamp(22px, 2.6vw, 34px);
  border: 1px solid rgba(255, 255, 255, 0.42);
  border-radius: 20px;
  background: #fff;
  box-shadow: 0 18px 45px rgba(1, 32, 58, 0.22);
}

.catalog-request-form {
  gap: 16px;
  padding: 0;
  border: 0;
  border-radius: 0;
  box-shadow: none;
}

.catalog-request-form__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 15px 16px;
}

.catalog-request-form label {
  display: grid;
  gap: 7px;
  color: #052f57;
  font-size: 14px;
  font-weight: 700;
}

.catalog-request-form input:not([type="checkbox"]),
.catalog-request-form textarea {
  box-sizing: border-box;
  width: 100%;
  min-height: 48px;
  padding: 12px 14px;
  color: #0b3153;
  font: inherit;
  background: #fff;
  border: 1px solid #cbd9e6;
}

.catalog-request-form textarea {
  min-height: 104px;
  resize: vertical;
}

.catalog-request-form__wide,
.catalog-request-form__consent {
  grid-column: 1 / -1;
}

.catalog-request-form label.catalog-request-form__consent {
  display: flex;
  gap: 10px;
  align-items: flex-start;
  color: #536980;
  font-size: 12px;
  font-weight: 600;
  line-height: 1.45;
}

.catalog-request-form__consent input {
  flex: 0 0 auto;
  display: grid;
  place-content: center;
  width: 18px !important;
  min-width: 18px !important;
  height: 18px !important;
  min-height: 18px !important;
  margin: 0 !important;
  padding: 0 !important;
  align-self: flex-start;
  appearance: none;
  background: #fff !important;
  border: 1px solid #8d9aaa !important;
  border-radius: 3px !important;
  box-shadow: none !important;
  transform: translateY(1px);
  cursor: pointer;
}

.catalog-request-form__consent input::before {
  content: "";
  width: 9px;
  height: 5px;
  border-left: 2px solid #fff;
  border-bottom: 2px solid #fff;
  transform: rotate(-45deg) scale(0);
  transform-origin: center;
}

.catalog-request-form__consent input:checked {
  background: #f4b000 !important;
  border-color: #f4b000 !important;
}

.catalog-request-form__consent input:checked::before {
  transform: rotate(-45deg) scale(1);
}

.catalog-request-form__consent input:focus-visible {
  outline: 3px solid rgba(244, 176, 0, 0.24);
  outline-offset: 2px;
}

.catalog-request-form__consent a {
  color: #052f57;
  text-decoration: underline;
  text-underline-offset: 2px;
}

.catalog-request-form > .primary-button {
  width: fit-content;
  min-width: 230px;
  margin-top: 2px;
}

.catalog-request-form__honeypot {
  position: absolute !important;
  left: -10000px !important;
  width: 1px !important;
  height: 1px !important;
  overflow: hidden !important;
}

.catalog-request-form .form-status {
  min-height: 0;
  margin: -4px 0 0;
  color: #2a7353;
  font-size: 13px;
}

.catalog-request-form .form-status.is-error {
  color: #b42318;
}

.catalog-request-success {
  display: grid;
  min-height: 330px;
  place-content: center;
  justify-items: center;
  text-align: center;
}

.catalog-request-success[hidden] {
  display: none;
}

.catalog-request-success > span {
  display: grid;
  width: 54px;
  height: 54px;
  margin-bottom: 16px;
  place-items: center;
  border-radius: 50%;
  color: #052f57;
  background: #ffc62a;
  font-size: 26px;
  font-weight: 800;
}

.catalog-request-success h3 {
  margin: 0 0 8px;
  color: #052f57;
  font-size: 26px;
}

.catalog-request-success p {
  max-width: 430px;
  margin: 0;
  color: #536980;
  line-height: 1.55;
}

@media (max-width: 980px) {
  .catalog-consultation {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 620px) {
  .catalog-consultation {
    margin-top: 20px;
    padding: 24px 18px !important;
    border-radius: 18px !important;
  }

  .catalog-consultation h2 {
    font-size: 30px;
  }

  .catalog-consultation__intro > p:not(.eyebrow) {
    font-size: 15px;
  }

  .catalog-consultation__form-card {
    padding: 20px 16px;
    border-radius: 16px;
  }

  .catalog-request-form__grid {
    grid-template-columns: 1fr;
  }

  .catalog-request-form__wide,
  .catalog-request-form__consent {
    grid-column: auto;
  }

  .catalog-request-form > .primary-button {
    width: 100%;
    min-width: 0;
  }
}

.product-page {
  position: relative;
  background:
    radial-gradient(circle at 86% 8%, rgba(244, 176, 0, 0.10), transparent 24%),
    linear-gradient(180deg, #ffffff 0%, var(--color-bg) 100%) !important;
}

.product-summary,
.product-summary-card,
.product-card,
.product-info-card,
.product-documents,
.product-service,
.product-tabs {
  background: #fff !important;
  border-color: var(--color-border-soft) !important;
  box-shadow: var(--shadow-card) !important;
}

.product-tabs .active,
.tabs .active,
.product-tabs button[aria-selected="true"] {
  color: var(--color-navy-deep) !important;
  box-shadow: inset 0 -2px 0 var(--color-accent) !important;
}

.site-footer,
.home-footer,
.footer-bottom {
  color: rgba(255, 255, 255, 0.84) !important;
  background: var(--color-navy-deep) !important;
  border-color: rgba(255, 255, 255, 0.10) !important;
}

.site-footer h2,
.site-footer h3,
.site-footer .brand strong,
.home-footer h2,
.home-footer h3,
.site-footer a,
.home-footer a {
  color: #fff !important;
}

.home-footer p,
.site-footer p,
.footer-bottom {
  color: rgba(255, 255, 255, 0.72) !important;
}

@media (max-width: 768px) {
  .home-hero::before,
  .home-hero::after,
  .catalog-page main::before,
  .catalog-section::after,
  .product-page::after {
    opacity: 0.12;
    transform: scale(0.7);
  }
}

@media (max-width: 480px) {
  .home-hero::before,
  .home-hero::after,
  .catalog-page main::before,
  .catalog-section::after,
  .product-page::after {
    display: none;
  }
}

/* Product detail premium layout aligned with the main page visual system. */
body:not(.home-page):not(.catalog-page) {
  color: var(--color-text-main);
  background:
    radial-gradient(circle at 90% 18%, rgba(244, 176, 0, 0.16), transparent 28%),
    linear-gradient(180deg, #fffdf8 0%, #ffffff 36%, #fff9ee 100%) !important;
  overflow-x: hidden;
}

body:not(.home-page):not(.catalog-page) .site-header {
  color: #fff !important;
  background:
    radial-gradient(circle at 80% 0%, rgba(244, 176, 0, 0.16), transparent 24%),
    linear-gradient(90deg, var(--color-navy-deep), var(--color-navy)) !important;
  border-bottom: 1px solid rgba(255, 255, 255, 0.10) !important;
  box-shadow: 0 14px 34px rgba(5, 42, 77, 0.20) !important;
}

body:not(.home-page):not(.catalog-page) .site-header .brand strong,
body:not(.home-page):not(.catalog-page) .site-header .brand small,
body:not(.home-page):not(.catalog-page) .site-header a,
body:not(.home-page):not(.catalog-page) .site-header .phone {
  color: #fff !important;
}

body:not(.home-page):not(.catalog-page) .site-header .primary-button {
  color: var(--color-navy-deep) !important;
}

body:not(.home-page):not(.catalog-page) .site-header.product-header {
  display: block;
  color: var(--color-text-main) !important;
  padding: 18px clamp(24px, 3.5vw, 56px) 10px;
  background:
    radial-gradient(circle at 88% 12%, rgba(244, 176, 0, 0.10), transparent 28%),
    rgba(255, 255, 255, 0.96) !important;
  border-bottom: 1px solid var(--color-border) !important;
  box-shadow: 0 10px 28px rgba(7, 55, 99, 0.04) !important;
}

body:not(.home-page):not(.catalog-page) .site-header.product-header .brand {
  min-width: 0;
}

body:not(.home-page):not(.catalog-page) .site-header.product-header .brand strong {
  color: var(--color-navy-deep) !important;
  font-size: 34px;
  letter-spacing: -0.03em;
}

body:not(.home-page):not(.catalog-page) .site-header.product-header .brand small {
  color: var(--color-text-main) !important;
  font-size: 12px;
  font-weight: 650;
}

body:not(.home-page):not(.catalog-page) .site-header.product-header a,
body:not(.home-page):not(.catalog-page) .site-header.product-header .phone,
body:not(.home-page):not(.catalog-page) .site-header.product-header .main-nav a {
  color: var(--color-navy-deep) !important;
}

body:not(.home-page):not(.catalog-page) .site-header.product-header .callback-link {
  color: var(--color-navy) !important;
  text-decoration-color: var(--color-accent) !important;
}

body:not(.home-page):not(.catalog-page) .site-header.product-header .main-nav {
  display: flex;
  justify-content: flex-end;
  gap: 26px;
  font-size: 13px;
  font-weight: 800;
  flex-wrap: nowrap;
  white-space: nowrap;
}

body:not(.home-page):not(.catalog-page) .site-header.product-header .main-nav a::after {
  display: none;
}

body:not(.home-page):not(.catalog-page) .site-header.product-header .primary-button,
body:not(.home-page):not(.catalog-page) .site-header.product-header .header-quote {
  color: var(--color-navy-deep) !important;
}

body:not(.home-page):not(.catalog-page) .site-header.product-header .catalog-button {
  color: #fff !important;
}

.product-page {
  position: relative;
  display: grid !important;
  grid-template-columns: minmax(0, 1fr) minmax(300px, 360px);
  gap: 32px;
  width: min(100% - 64px, 1440px) !important;
  max-width: none !important;
  margin: 0 auto !important;
  padding: 30px 0 64px !important;
  overflow: visible !important;
  background: transparent !important;
}

.product-page::before {
  content: "";
  position: absolute;
  left: -74px;
  top: 156px;
  z-index: -1;
  width: 96px;
  height: 128px;
  background-image: radial-gradient(var(--color-accent) 1.25px, transparent 1.25px);
  background-size: 10px 10px;
  opacity: 0.45;
  pointer-events: none;
}

.product-page::after {
  content: "";
  position: absolute;
  right: -42px;
  top: 88px;
  z-index: -1;
  width: 150px;
  height: 1px;
  background: var(--color-accent);
  opacity: 0.7;
  transform: rotate(-45deg);
  transform-origin: center;
  pointer-events: none;
}

.product-page .breadcrumbs,
.product-hero,
.product-hero-detailed {
  grid-column: 1 / -1;
}

.breadcrumbs {
  margin: 0 0 20px !important;
  color: var(--color-text-secondary) !important;
  font-size: 13px;
}

.breadcrumbs a {
  color: var(--color-navy) !important;
  font-weight: 400 !important;
}

.breadcrumbs strong {
  color: var(--color-navy);
  font-weight: 700;
}

.product-hero,
.product-hero-detailed {
  display: grid !important;
  grid-template-columns: minmax(0, 1.05fr) minmax(0, 0.95fr) !important;
  gap: 48px !important;
  align-items: start !important;
  margin: 0 !important;
}

.product-media,
.product-gallery {
  position: relative;
  display: grid !important;
  gap: 18px !important;
  min-height: 0 !important;
  padding: 32px !important;
  background: #fff !important;
  border: 1px solid var(--color-border-soft) !important;
  border-radius: 22px !important;
  box-shadow: var(--shadow-card) !important;
}

.product-gallery.has-thumbs {
  grid-template-columns: 96px minmax(0, 1fr);
  align-items: center;
}

.product-gallery::before,
.product-gallery::after {
  position: absolute;
  top: calc(100% - 58px);
  display: grid;
  width: 34px;
  height: 34px;
  place-items: center;
  color: var(--color-navy);
  background: #fff;
  border: 1px solid var(--color-border-soft);
  border-radius: 50%;
  box-shadow: 0 8px 18px rgba(7, 55, 99, 0.08);
}

.product-gallery::before {
  content: "<";
  left: 18px;
}

.product-gallery::after {
  content: ">";
  right: 18px;
}

.product-gallery.has-thumbs::before,
.product-gallery.has-thumbs::after {
  display: none;
}

.product-main-photo {
  display: flex !important;
  min-height: clamp(360px, 36vw, 520px) !important;
  align-items: center !important;
  justify-content: center !important;
  background: #fff !important;
  border: 0 !important;
  border-radius: 18px !important;
  overflow: hidden !important;
}

.product-main-photo img,
.product-media img,
.product-gallery img {
  width: auto !important;
  max-width: 96% !important;
  max-height: clamp(330px, 34vw, 500px) !important;
  object-fit: contain !important;
  filter: none !important;
}

.product-thumbs {
  display: grid !important;
  grid-template-columns: repeat(5, minmax(0, 1fr)) !important;
  gap: 12px !important;
  margin: 4px 44px 0 !important;
}

.product-gallery.has-thumbs .product-thumbs {
  grid-template-columns: 1fr !important;
  max-height: clamp(360px, 36vw, 520px);
  margin: 0 !important;
  overflow-y: auto;
  padding-right: 4px;
}

.product-thumb {
  min-height: 72px !important;
  padding: 6px !important;
  background: #fff !important;
  border: 1px solid var(--color-border-soft) !important;
  border-radius: 10px !important;
  box-shadow: none !important;
}

.product-gallery.has-thumbs .product-thumb {
  width: 82px;
  min-height: 82px !important;
  cursor: pointer;
}

.product-thumb.is-active {
  border-color: var(--color-accent) !important;
  box-shadow: 0 0 0 2px rgba(244, 176, 0, 0.16) !important;
}

.product-thumb img {
  width: 100% !important;
  height: 68px !important;
  max-width: none !important;
  max-height: none !important;
  object-fit: contain !important;
}

.product-summary {
  min-width: 0;
  padding: 18px 28px 18px 6px;
  box-sizing: border-box;
}

.product-summary .eyebrow,
.product-hero .eyebrow {
  display: inline-flex !important;
  margin: 0 0 14px !important;
  padding: 8px 14px !important;
  color: #8a6400 !important;
  background: var(--color-accent-ultra-soft) !important;
  border: 1px solid rgba(244, 176, 0, 0.22) !important;
  border-radius: 10px !important;
  font-size: 13px !important;
  font-weight: 700 !important;
  line-height: 1 !important;
  text-transform: none !important;
  letter-spacing: 0 !important;
}

.availability-status {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  align-items: center;
  margin: 0 0 14px;
  color: #073763;
  font-family: Inter, "Segoe UI", Arial, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 24.8px;
}

.availability-badge {
  display: inline-flex;
  min-height: 26px;
  align-items: center;
  padding: 3px 10px;
  border-radius: 999px;
  font-size: 14px;
  font-weight: 600;
  line-height: 20px;
}

.availability-badge--stock {
  color: #073763;
  background: #e9f7ef;
  border: 1px solid rgba(30, 126, 52, 0.22);
}

.availability-badge--order {
  color: #8a6400;
  background: var(--color-accent-ultra-soft);
  border: 1px solid rgba(244, 176, 0, 0.28);
}

.product-badge-row {
  display: flex;
  justify-content: space-between;
  gap: 14px;
  align-items: center;
  margin: 0 0 14px;
}

.product-badge-row .availability-status {
  margin: 0;
}

.availability-badge--discontinued {
  color: #9f2d2d;
  background: #fff0f0;
  border: 1px solid rgba(190, 54, 54, 0.28);
}

.brand-badge {
  display: inline-flex;
  min-height: 26px;
  align-items: center;
  padding: 3px 10px;
  border: 1px solid rgba(244, 176, 0, 0.36);
  border-radius: 999px;
  color: #8a6400;
  background: var(--color-accent-ultra-soft);
  font-size: 14px;
  font-weight: 600;
  line-height: 20px;
}

.discontinued-replacement {
  margin-top: 22px;
  padding: 22px;
  border: 1px solid rgba(244, 176, 0, 0.48);
  border-radius: 16px;
  background: linear-gradient(135deg, #fff 0%, #fff8e8 100%);
  box-shadow: 0 12px 30px rgba(90, 66, 14, 0.08);
}

.discontinued-replacement h2 {
  margin: 0 0 8px;
  color: var(--color-navy-deep);
  font-size: 19px;
  line-height: 1.3;
}

.discontinued-replacement p {
  margin: 0;
  color: var(--color-text-secondary);
  font-size: 14px;
  line-height: 1.55;
}

.discontinued-actions--direct {
  display: grid !important;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.discontinued-actions--direct .primary-button,
.discontinued-actions--direct .secondary-button {
  width: 100%;
  min-height: 46px;
  white-space: normal;
}

.product-summary .discontinued-actions--direct::after {
  grid-column: 1 / -1;
}

.discontinued-description {
  margin-bottom: 32px;
}

.discontinued-description .product-tab-panel {
  width: 100%;
  max-width: none;
}

.discontinued-description .product-tab-panel::after,
.discontinued-description .product-tab-panel.is-active::after {
  display: none !important;
  content: none !important;
}

.discontinued-description .product-tab-panel p {
  width: 100%;
  max-width: none !important;
}

/* Legacy CE cards use the same framed hero treatment as current Sartorius cards. */
.product-page .product-hero-detailed {
  align-items: stretch !important;
}

.product-page .product-hero-detailed > .product-summary {
  height: 100%;
  padding: 24px 28px 26px;
  background: #fff;
  border: 1px solid var(--color-border-soft);
  border-radius: 18px;
  box-shadow: var(--shadow-card);
}

.product-page .product-hero-detailed > .product-gallery {
  height: 100%;
  border-radius: 18px !important;
  box-sizing: border-box;
}

@media (max-width: 640px) {
  .product-page .product-badge-row {
    align-items: flex-start;
    flex-wrap: wrap;
  }

  .discontinued-actions--direct {
    grid-template-columns: 1fr;
  }

  .product-summary .discontinued-actions--direct::after {
    grid-column: 1;
  }
}

.product-summary h1,
.product-hero h1 {
  max-width: 760px;
  margin: 0 0 12px !important;
  color: var(--color-navy-deep) !important;
  font-size: 22px !important;
  line-height: 1.25 !important;
  font-weight: 700 !important;
  letter-spacing: 0 !important;
}

.product-summary .hero-lead,
.product-hero .hero-lead {
  max-width: 650px;
  margin: 0 0 22px !important;
  color: var(--color-text-secondary) !important;
  font-size: 15px !important;
  line-height: 1.55 !important;
}

.main-spec-card {
  margin: 0 !important;
  padding: 16px 22px !important;
  background: #fff !important;
  border: 1px solid var(--color-border-soft) !important;
  border-radius: 16px !important;
  box-shadow: var(--shadow-card) !important;
}

.main-spec-card h2 {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.main-spec-list {
  display: grid !important;
  gap: 0 !important;
}

.main-spec-row {
  position: relative;
  display: grid !important;
  grid-template-columns: 28px minmax(0, 1fr) auto !important;
  gap: 12px !important;
  align-items: center !important;
  padding: 12px 0 !important;
  border-top: 0 !important;
  border-bottom: 1px dashed rgba(244, 176, 0, 0.32) !important;
}

.main-spec-row:last-child {
  border-bottom: 0 !important;
}

.main-spec-row::before {
  content: "";
  width: 20px;
  height: 20px;
  border: 1px solid rgba(244, 176, 0, 0.38);
  border-radius: 50%;
  background:
    radial-gradient(circle, var(--color-accent) 0 2.5px, transparent 2.5px),
    var(--color-accent-ultra-soft);
}

.main-spec-row:nth-child(2)::before {
  border-radius: 8px;
}

.main-spec-row:nth-child(3)::before {
  background:
    conic-gradient(from 180deg, var(--color-accent), transparent 34%, var(--color-accent)),
    var(--color-accent-ultra-soft);
}

.main-spec-row:nth-child(4)::before {
  clip-path: polygon(50% 0, 62% 36%, 100% 42%, 70% 64%, 78% 100%, 50% 80%, 22% 100%, 30% 64%, 0 42%, 38% 36%);
  border-radius: 0;
}

.main-spec-row dt {
  color: #073763 !important;
  font-family: Inter, "Segoe UI", Arial, sans-serif !important;
  font-size: 16px !important;
  font-weight: 500 !important;
  line-height: 24.8px !important;
}

.main-spec-row dd {
  margin: 0 !important;
  color: #263a59 !important;
  font-size: 14px !important;
  font-weight: 400 !important;
  line-height: 1.42 !important;
  text-align: right !important;
}

/* Keep long manufacturer labels and tolerance values readable in Gosmetr cards. */
.gosmetr-technical-spec-list .main-spec-row {
  grid-template-columns: 28px minmax(190px, 0.9fr) minmax(0, 1.35fr) !important;
  align-items: start !important;
}

.gosmetr-technical-spec-list .main-spec-row dd {
  min-width: 0;
  overflow-wrap: anywhere;
  text-align: left !important;
}

.product-price-panel {
  display: block !important;
  margin: 24px 0 0 !important;
  padding: 0 !important;
  background: transparent !important;
  border: 0 !important;
  box-shadow: none !important;
}

.product-price-panel span {
  display: none !important;
}

.product-price-panel strong {
  display: block;
  color: var(--color-navy-deep) !important;
  font-size: clamp(24px, 1.9vw, 30px) !important;
  font-weight: 750 !important;
  line-height: 1.2;
}

.product-summary .hero-actions {
  display: flex !important;
  flex-wrap: wrap;
  gap: 16px !important;
  margin-top: 18px !important;
}

.product-summary .hero-actions:not(.gosmetr-hero-actions)::after {
  content: "Официальная поставка. Гарантия и сервисная поддержка";
  flex-basis: 100%;
  margin-top: 4px;
  padding-left: 30px;
  color: var(--color-text-secondary);
  font-size: 13px;
  font-weight: 650;
  background:
    radial-gradient(circle at 8px 8px, var(--color-accent) 0 3px, transparent 3px);
}

/* Compact feature badges for Gosmetr weight cards. */
.gosmetr-mini-benefits {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 18px;
  padding: 0;
  margin: 14px 0 0;
  color: #263a59;
  list-style: none;
  font-size: 13px;
  font-weight: 600;
  line-height: 1.35;
}

.gosmetr-mini-benefits li {
  display: inline-flex;
  align-items: center;
  gap: 7px;
}

.gosmetr-mini-benefits li::before {
  display: inline-grid;
  flex: 0 0 auto;
  width: 20px;
  height: 20px;
  place-items: center;
  content: "✓";
  color: #f4b000;
  border: 2px solid #f4b000;
  border-radius: 50%;
  font-size: 12px;
  font-weight: 800;
  line-height: 1;
}

.product-summary .primary-button.large,
.product-summary .secondary-button.large {
  min-height: 48px !important;
  padding: 0 28px !important;
  border-radius: var(--radius-button) !important;
  color: #073763 !important;
  font-family: Inter, "Segoe UI", Arial, sans-serif !important;
  font-size: 16px !important;
  font-weight: 500 !important;
  line-height: 24.8px !important;
}

.product-summary .secondary-button.large {
  color: #073763 !important;
  background: #fff !important;
  border-color: var(--color-accent) !important;
}

.product-detail-tabs {
  grid-column: 1;
  margin: 0 !important;
  background: #fff !important;
  border: 1px solid var(--color-border-soft) !important;
  border-radius: 18px !important;
  box-shadow: var(--shadow-card) !important;
  overflow: hidden !important;
}

.product-tab-list {
  display: flex !important;
  gap: 36px !important;
  padding: 0 28px !important;
  background: #fff !important;
  border-bottom: 1px solid var(--color-border-soft) !important;
}

.product-tab-button {
  min-height: 62px !important;
  padding: 0 !important;
  color: #073763 !important;
  background: transparent !important;
  border: 0 !important;
  border-bottom: 3px solid transparent !important;
  box-shadow: none !important;
  font-family: Inter, "Segoe UI", Arial, sans-serif !important;
  font-size: 16px !important;
  font-weight: 500 !important;
  line-height: 24.8px !important;
}

.product-tab-button.is-active,
.product-tab-button[aria-selected="true"] {
  border-bottom-color: var(--color-accent) !important;
  box-shadow: none !important;
}

.product-tab-panel {
  padding: 30px !important;
}

.product-tab-panel h2 {
  display: none;
}

.product-tab-panel p,
.option-list,
.technical-spec-list {
  max-width: calc(100% - 420px);
  color: var(--color-text-secondary) !important;
  font-size: 16px;
  line-height: 1.7;
}

.product-tab-copy {
  max-width: calc(100% - 420px);
}

.product-tab-copy h3,
.product-tab-copy p,
.product-tab-copy ul {
  max-width: none !important;
}

.product-tab-panel:has(.product-tab-side-card)::after {
  content: none;
  display: none;
}

.product-tab-side-card {
  position: absolute;
  top: 30px;
  right: 30px;
  width: min(340px, 31%);
  padding: 22px;
  overflow: auto;
  color: #263a59;
  background: linear-gradient(180deg, #fff 0%, var(--color-accent-ultra-soft) 100%);
  border: 1px solid rgba(244, 176, 0, 0.28);
  border-radius: 16px;
  box-sizing: border-box;
}

.product-tab-side-card h3 {
  margin: 0 0 12px;
  color: #073763;
  font-family: Inter, "Segoe UI", Arial, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 24.8px;
}

.product-tab-side-card ul {
  display: grid;
  gap: 8px;
  padding-left: 18px;
  margin: 0;
  font-size: 14px;
  line-height: 1.45;
}

.product-tab-panel.is-active {
  position: relative;
  min-height: 250px;
}

.product-tab-panel.is-active::after {
  content: "Преимущества серии";
  position: absolute;
  top: 30px;
  right: 30px;
  width: min(230px, 22%);
  margin: 0;
  padding: 22px;
  color: #073763;
  font-family: Inter, "Segoe UI", Arial, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 24.8px;
  background:
    linear-gradient(180deg, #fff 0%, var(--color-accent-ultra-soft) 100%);
  border: 1px solid rgba(244, 176, 0, 0.28);
  border-radius: 16px;
  box-shadow: none;
}

.download-section {
  grid-column: 2;
  align-self: start;
  margin: 0 !important;
  padding: 18px 20px !important;
  background: #fff !important;
  border: 1px solid var(--color-border-soft) !important;
  border-radius: 16px !important;
  box-shadow: var(--shadow-card) !important;
}

.download-section .section-heading {
  display: block !important;
  margin: 0 !important;
}

.download-section .eyebrow {
  display: none !important;
}

.download-section h2 {
  margin: 0 0 12px !important;
  padding-bottom: 12px;
  color: #073763 !important;
  border-bottom: 1px solid var(--color-border-soft);
  font-family: Inter, "Segoe UI", Arial, sans-serif !important;
  font-size: 16px !important;
  font-weight: 500 !important;
  line-height: 24.8px !important;
  text-decoration: none;
}

.download-grid {
  display: grid !important;
  grid-template-columns: 1fr !important;
  gap: 0 !important;
  margin: 0 !important;
}

.download-card {
  display: grid !important;
  grid-template-columns: 28px minmax(0, 1fr) auto 18px !important;
  gap: 10px !important;
  align-items: center !important;
  min-height: 44px !important;
  padding: 8px 0 !important;
  color: var(--color-navy-deep) !important;
  background: transparent !important;
  border: 0 !important;
  border-bottom: 1px solid var(--color-border-soft) !important;
  border-radius: 0 !important;
  box-shadow: none !important;
  cursor: pointer;
  text-decoration: none !important;
}

.download-card:hover strong,
.download-card:focus-visible strong {
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 3px;
}

/* Legacy product pages keep the file link inside the list item. */
.product-downloads li {
  cursor: pointer;
}

.product-downloads li:hover > span:not(.file-icon),
.product-downloads li:focus-within > span:not(.file-icon) {
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 3px;
}

.product-downloads {
  grid-column: 2;
  align-self: start;
  margin: 0 !important;
  padding: 18px 20px !important;
  background: #fff !important;
  border: 1px solid var(--color-border-soft) !important;
  border-radius: 16px !important;
  box-shadow: var(--shadow-card) !important;
}

.product-downloads h2 {
  margin: 0 0 12px !important;
  padding-bottom: 12px;
  color: #073763 !important;
  border-bottom: 1px solid var(--color-border-soft);
  font-family: Inter, "Segoe UI", Arial, sans-serif !important;
  font-size: 16px !important;
  font-weight: 500 !important;
  line-height: 24.8px !important;
}

.product-downloads ul {
  display: grid;
  grid-template-columns: 1fr;
  gap: 0;
  margin: 0;
  padding: 0;
  list-style: none;
}

.product-downloads li {
  display: grid;
  grid-template-columns: 28px minmax(0, 1fr) auto 18px;
  gap: 10px;
  align-items: center;
  min-height: 44px;
  padding: 8px 0;
  border-bottom: 1px solid var(--color-border-soft);
}

.product-downloads li:last-child {
  border-bottom: 0;
}

.product-downloads .file-icon {
  display: flex;
  width: 24px;
  height: 28px;
  align-items: center;
  justify-content: center;
  padding: 0;
  color: #fff;
  background: #e21d2f;
  border-radius: 4px;
  font-size: 9px;
  font-weight: 800;
}

.product-downloads li > span:not(.file-icon) {
  color: #263a59;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.42;
}

.product-downloads li > a {
  color: var(--color-accent);
  font-size: 12px;
  font-weight: 700;
  text-decoration: none;
  white-space: nowrap;
}

.product-downloads li:hover > a,
.product-downloads li:focus-within > a {
  text-decoration: underline;
  text-underline-offset: 3px;
}

.product-downloads li::after {
  content: "↓";
  color: var(--color-text-secondary);
  font-size: 14px;
}

.download-card:last-child {
  border-bottom: 0 !important;
}

.download-card span {
  display: flex !important;
  width: 24px !important;
  height: 28px !important;
  align-items: center;
  justify-content: center;
  padding: 0 !important;
  color: #fff !important;
  background: #e21d2f !important;
  border-radius: 4px !important;
  font-size: 9px !important;
  font-weight: 800 !important;
}

.download-card strong {
  color: #263a59 !important;
  font-size: 14px !important;
  font-weight: 400 !important;
  line-height: 1.42 !important;
}

.download-card small {
  color: var(--color-accent) !important;
  font-size: 12px !important;
  font-weight: 700 !important;
  white-space: nowrap;
}

.download-card::after {
  content: "↓";
  color: var(--color-text-secondary);
  font-size: 14px;
}

.product-page .service-cards,
.product-page .product-bottom-services,
.product-page .support-cards,
.product-page .product-info-card,
.product-page .product-documents,
.product-page .product-service {
  display: none !important;
}

@media (max-width: 1024px) {
  .product-page {
    grid-template-columns: 1fr !important;
    width: min(100% - 48px, 100%) !important;
    gap: 28px !important;
  }

  .product-hero,
  .product-hero-detailed {
    grid-template-columns: 1fr !important;
    gap: 32px !important;
  }

  .product-detail-tabs,
  .download-section,
  .product-downloads {
    grid-column: 1 !important;
  }

}

@media (max-width: 640px) {
  .product-page {
    width: min(100% - 32px, 100%) !important;
    padding-bottom: 40px !important;
  }

  .product-media,
  .product-gallery {
    padding: 20px !important;
  }

  .product-main-photo {
    min-height: 300px !important;
  }

  .product-main-photo img,
  .product-media img,
  .product-gallery img {
    max-height: 290px !important;
  }

  .product-thumbs {
    grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
    margin: 4px 0 0 !important;
  }

  .product-gallery.has-thumbs {
    grid-template-columns: 1fr !important;
  }

  .product-gallery.has-thumbs .product-thumbs {
    grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
    max-height: none !important;
    overflow-x: auto !important;
    overflow-y: visible !important;
    padding-right: 0 !important;
  }

  .product-gallery.has-thumbs .product-thumb {
    width: auto !important;
  }

  .product-gallery::before,
  .product-gallery::after {
    display: none;
  }

  .main-spec-row {
    grid-template-columns: 28px minmax(0, 1fr) !important;
  }

  .main-spec-row dd {
    grid-column: 2;
    text-align: left !important;
  }

  .product-summary .hero-actions {
    flex-direction: column;
  }

  .product-summary .primary-button.large,
  .product-summary .secondary-button.large {
    width: 100% !important;
  }

  .product-tab-list {
    gap: 20px !important;
    overflow-x: auto;
  }

  .product-tab-button {
    flex: 0 0 auto;
  }

  .product-tab-panel.is-active::after {
    display: block;
    position: static;
    width: auto;
    min-height: 120px;
    margin: 20px 0 0;
  }

  .product-tab-panel:has(.product-tab-side-card)::after {
    display: none;
  }

  .product-tab-side-card {
    position: static;
    width: auto;
    margin-top: 20px;
  }

  .product-tab-panel p,
  .product-tab-copy,
  .option-list,
  .technical-spec-list {
    max-width: 100%;
  }

  .download-card {
    grid-template-columns: 28px minmax(0, 1fr) 18px !important;
  }

  .product-downloads li {
    grid-template-columns: 28px minmax(0, 1fr) 18px;
  }

  .download-card small,
  .product-downloads li > a {
    display: none !important;
  }
}
