:root {
  --saltek-blue: #009BDF;
  --saltek-blue-2: #22AEEB;
  --saltek-blue-dark: #0078B8;
  --anthracite: #152332;
  --text: #1f2d3a;
  --muted: #808285;
  --line: #dce8f2;
  --surface: #f4f8fb;
  --white: #ffffff;
  --shadow: 0 24px 70px rgba(21, 35, 50, .12);
  --radius: 22px;
  --container: 1180px;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; font-family: Arial, Helvetica, sans-serif; color: var(--text); background: var(--white); line-height: 1.55; }
a { color: inherit; text-decoration: none; }
a:hover { color: var(--saltek-blue); }
.container { width: min(var(--container), calc(100% - 40px)); margin: 0 auto; }
.narrow { max-width: 900px; }
.skip-link { position: absolute; left: -999px; top: 12px; z-index: 1000; padding: 10px 14px; background: var(--saltek-blue); color: var(--white); border-radius: 10px; }
.skip-link:focus { left: 12px; }
.site-header { position: sticky; top: 0; z-index: 100; background: rgba(255,255,255,.92); backdrop-filter: blur(14px); border-bottom: 1px solid rgba(220,232,242,.9); }
.header-inner { display: flex; align-items: center; justify-content: space-between; min-height: 78px; gap: 24px; }
.brand { display: flex; flex-direction: column; line-height: 1; letter-spacing: -.02em; }
.brand-mark { color: var(--saltek-blue); font-size: 29px; font-weight: 800; }
.brand-sub { margin-top: 6px; color: var(--muted); font-size: 13px; font-weight: 700; letter-spacing: .04em; text-transform: uppercase; }
.main-nav { display: flex; align-items: center; gap: 22px; font-size: 15px; font-weight: 700; }
.nav-cta { padding: 12px 16px; border-radius: 999px; background: var(--saltek-blue); color: var(--white); }
.nav-cta:hover { background: var(--saltek-blue-dark); color: var(--white); }
.nav-toggle { display: none; border: 0; background: transparent; padding: 8px; cursor: pointer; }
.nav-toggle span { display: block; width: 26px; height: 2px; background: var(--anthracite); margin: 6px 0; }

.hero { position: relative; overflow: hidden; background: radial-gradient(circle at 20% 10%, rgba(10,117,196,.14), transparent 34%), linear-gradient(135deg, #ffffff 0%, #f2f8fd 48%, #e9f4fb 100%); }
.hero-bg { position: absolute; inset: 0; opacity: .32; background-image: linear-gradient(rgba(0,92,168,.13) 1px, transparent 1px), linear-gradient(90deg, rgba(0,92,168,.13) 1px, transparent 1px); background-size: 48px 48px; mask-image: linear-gradient(90deg, #000, transparent 82%); }
.hero-grid { position: relative; display: grid; grid-template-columns: 1.05fr .95fr; gap: 54px; align-items: center; min-height: 720px; padding: 84px 0; }
.eyebrow { margin: 0 0 14px; color: var(--saltek-blue); font-size: 13px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
h1, h2, h3 { margin: 0; color: var(--anthracite); line-height: 1.08; }
h1 { max-width: 850px; font-size: clamp(42px, 6vw, 82px); letter-spacing: -.06em; }
h2 { font-size: clamp(32px, 4vw, 56px); letter-spacing: -.05em; }
.claim { margin: 18px 0 0; color: var(--saltek-blue); font-size: clamp(26px, 3vw, 42px); font-weight: 800; letter-spacing: -.04em; }
.hero-text { max-width: 730px; margin: 28px 0 0; font-size: clamp(18px, 1.6vw, 23px); color: #293847; }
.hero-small { max-width: 690px; margin: 18px 0 0; color: var(--muted); font-size: 17px; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 14px; margin-top: 34px; }
.button { display: inline-flex; align-items: center; justify-content: center; min-height: 48px; padding: 13px 18px; border-radius: 999px; font-weight: 800; border: 1px solid transparent; transition: transform .18s ease, box-shadow .18s ease, background .18s ease; }
.button:hover { transform: translateY(-2px); color: inherit; }
.button.primary { color: var(--white); background: var(--saltek-blue); box-shadow: 0 12px 28px rgba(0,92,168,.22); }
.button.primary:hover { background: var(--saltek-blue-dark); color: var(--white); }
.button.secondary { color: var(--saltek-blue-dark); background: var(--white); border-color: var(--line); }
.button.ghost { color: var(--saltek-blue-dark); background: transparent; border-color: rgba(0,92,168,.35); }
.hero-card { display: flex; justify-content: center; }
.tech-panel { width: min(520px, 100%); padding: 22px; border: 1px solid rgba(220,232,242,.9); border-radius: 28px; background: rgba(255,255,255,.8); box-shadow: var(--shadow); }
.panel-top { display: flex; align-items: center; gap: 10px; color: var(--muted); font-weight: 800; margin-bottom: 12px; }
.status-dot { width: 10px; height: 10px; border-radius: 50%; background: #22b573; box-shadow: 0 0 0 6px rgba(34,181,115,.12); }
.hero-illustration { display: block; width: 100%; height: auto; }
.panel-stats { display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; margin-top: 14px; }
.panel-stats div { padding: 14px; border-radius: 16px; background: var(--surface); }
.panel-stats strong { display: block; color: var(--anthracite); font-size: 14px; }
.panel-stats span { color: var(--muted); font-size: 13px; }

.page-hero { padding: 92px 0 74px; background: radial-gradient(circle at 16% 10%, rgba(10,117,196,.14), transparent 34%), linear-gradient(135deg, #fff, #f2f8fd); border-bottom: 1px solid var(--line); }
.page-hero p:not(.eyebrow) { max-width: 760px; margin-top: 22px; color: var(--muted); font-size: 20px; }

.quick, .products, .applications, .partner, .contact, .legal { padding: 88px 0; }
.quick-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; margin-top: 36px; }
.quick-grid.three { grid-template-columns: repeat(3, 1fr); }
.quick-card, .product-card, .partner-box, .contact-form, .solution-grid article { border: 1px solid var(--line); border-radius: var(--radius); background: var(--white); box-shadow: 0 14px 34px rgba(21,35,50,.06); }
.quick-card { padding: 26px; min-height: 280px; }
.card-number { color: var(--saltek-blue); font-weight: 900; font-size: 13px; letter-spacing: .09em; }
.quick-card h3, .product-card h3, .partner-box h3, .solution-grid h3 { margin-top: 18px; font-size: 22px; letter-spacing: -.02em; }
.quick-card p, .product-card p, .partner p, .contact p, .statement p, .solution-grid p, .legal p { color: var(--muted); }
.legal h2 { margin-top: 2.4rem; margin-bottom: .75rem; }
.legal h2:first-child { margin-top: 0; }
.legal p { line-height: 1.75; }
.legal ul { margin: .75rem 0 1.4rem; padding-left: 1.4rem; color: var(--muted); }
.legal li { margin-bottom: .45rem; line-height: 1.65; }
.legal a { overflow-wrap: anywhere; }
.legal-updated { margin-top: 3rem; padding-top: 1.25rem; border-top: 1px solid var(--line); }
.legal-page .page-hero h1 { overflow-wrap: anywhere; hyphens: auto; }
.quick-card a, .product-card a { display: inline-block; margin-top: 12px; color: var(--saltek-blue); font-weight: 900; }

.statement { background: var(--anthracite); color: var(--white); padding: 74px 0; }
.statement.light { background: var(--white); color: var(--text); border-bottom: 1px solid var(--line); }
.statement h2 { color: var(--white); }
.statement.light h2 { color: var(--anthracite); }
.statement-inner { display: grid; grid-template-columns: 1fr .9fr; gap: 48px; align-items: center; }
.statement p:not(.eyebrow) { color: rgba(255,255,255,.78); font-size: 19px; }
.statement.light p:not(.eyebrow) { color: var(--muted); }

.products { background: var(--surface); }
.section-heading { display: flex; flex-direction: column; gap: 4px; margin-bottom: 34px; }
.product-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; }
.product-grid.large { grid-template-columns: repeat(3, 1fr); }
.product-card { padding: 24px; min-height: 250px; }
.icon { display: inline-flex; align-items: center; justify-content: center; min-width: 54px; height: 42px; padding: 0 12px; border-radius: 14px; color: var(--white); background: linear-gradient(135deg, var(--saltek-blue), var(--saltek-blue-dark)); font-weight: 900; font-size: 13px; }
.center-action { margin-top: 30px; text-align: center; }

.applications { background: var(--white); }
.app-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; margin-top: 34px; }
.app-grid span { display: block; padding: 18px 20px; border: 1px solid var(--line); border-radius: 18px; background: linear-gradient(90deg, rgba(0,92,168,.07), transparent), var(--white); font-weight: 800; }
.solution-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; }
.solution-grid article { padding: 24px; }

.partner { background: radial-gradient(circle at 82% 22%, rgba(0,92,168,.14), transparent 34%), var(--surface); }
.partner-grid { display: grid; grid-template-columns: 1fr 430px; gap: 40px; align-items: center; }
.partner-copy p { max-width: 760px; font-size: 18px; }
.partner-box { padding: 30px; }
.partner-box ul, .clean-list { padding-left: 20px; color: var(--muted); margin: 18px 0 24px; }
.partner-box li, .clean-list li { margin: 9px 0; }

.contact { background: var(--white); }
.contact-grid { display: grid; grid-template-columns: .82fr 1.18fr; gap: 44px; align-items: start; }
.contact-form { padding: 30px; }
label { display: block; margin-bottom: 16px; color: var(--anthracite); font-weight: 800; }
input, select, textarea { width: 100%; margin-top: 8px; padding: 14px 14px; border: 1px solid var(--line); border-radius: 14px; background: #fff; color: var(--text); font: inherit; outline: none; }
input:focus, select:focus, textarea:focus { border-color: var(--saltek-blue); box-shadow: 0 0 0 4px rgba(0,92,168,.12); }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.form-note { margin: 4px 0 18px; color: var(--muted); font-size: 13px; }
.contact-details { padding: 28px; border-radius: var(--radius); background: var(--surface); border: 1px solid var(--line); }

.contact-teaser { padding: 72px 0; background: var(--anthracite); color: var(--white); }
.contact-teaser h2 { color: var(--white); }
.contact-teaser p { color: rgba(255,255,255,.78); }
.contact-teaser-inner { display: flex; align-items: center; justify-content: space-between; gap: 34px; }

.site-footer { padding: 48px 0; background: #0e1b27; color: rgba(255,255,255,.82); }
.footer-grid { display: grid; grid-template-columns: 1.3fr 1.2fr .8fr .8fr; gap: 28px; }
.site-footer strong { display: block; color: var(--white); margin-bottom: 10px; }
.site-footer p { margin: 0 0 10px; }
.site-footer a { color: rgba(255,255,255,.82); }
.site-footer a:hover { color: var(--white); }

@media (max-width: 1050px) {
  .hero-grid, .statement-inner, .partner-grid, .contact-grid { grid-template-columns: 1fr; }
  .hero-grid { min-height: auto; }
  .quick-grid, .product-grid, .product-grid.large, .solution-grid { grid-template-columns: repeat(2, 1fr); }
  .footer-grid { grid-template-columns: repeat(2, 1fr); }
  .hero-card { justify-content: flex-start; }
}
@media (max-width: 860px) {
  .nav-toggle { display: block; }
  .main-nav { position: absolute; left: 20px; right: 20px; top: 78px; display: none; flex-direction: column; align-items: flex-start; padding: 18px; border: 1px solid var(--line); border-radius: 20px; background: var(--white); box-shadow: var(--shadow); }
  .main-nav.is-open { display: flex; }
  .main-nav a { width: 100%; padding: 8px 0; }
  .nav-cta { text-align: center; padding: 12px 16px !important; }
  .hero-grid { padding: 56px 0; }
  .quick, .products, .applications, .partner, .contact, .legal { padding: 62px 0; }
  .contact-teaser-inner { flex-direction: column; align-items: flex-start; }
}
@media (max-width: 650px) {
  .container { width: min(var(--container), calc(100% - 28px)); }
  .header-inner { min-height: 70px; }
  .brand-mark { font-size: 24px; }
  .brand-sub { font-size: 11px; }
  .hero-actions { flex-direction: column; }
  .button { width: 100%; }
  .quick-grid, .quick-grid.three, .product-grid, .product-grid.large, .app-grid, .solution-grid, .panel-stats, .form-row, .footer-grid { grid-template-columns: 1fr; }
  .quick-card, .product-card { min-height: auto; }
  .contact-form { padding: 22px; }
}

.products.alt {
  background: var(--white);
}
.section-intro {
  max-width: 760px;
  color: var(--muted);
  font-size: 18px;
}
.category-table-wrap {
  overflow-x: auto;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--white);
  box-shadow: 0 14px 34px rgba(21,35,50,.06);
}
.category-table {
  width: 100%;
  border-collapse: collapse;
  min-width: 720px;
}
.category-table th,
.category-table td {
  padding: 18px 20px;
  text-align: left;
  border-bottom: 1px solid var(--line);
}
.category-table th {
  color: var(--anthracite);
  background: var(--surface);
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: .06em;
}
.category-table td {
  color: var(--text);
}
.category-table tr:last-child td {
  border-bottom: 0;
}


/* V4 logo integration */
.brand-lockup {
  flex-direction: row;
  align-items: center;
  gap: 16px;
  min-width: 260px;
}

.saltek-wordmark {
  color: var(--saltek-blue);
  font-size: 30px;
  font-weight: 900;
  letter-spacing: -.035em;
  line-height: 1;
}

.brand-divider {
  width: 1px;
  height: 34px;
  background: var(--line);
}

.brand-eps {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.brand-eps img {
  display: block;
  width: 118px;
  height: auto;
}

.brand-by {
  color: var(--muted);
  font-size: 10px;
  font-weight: 800;
  letter-spacing: .08em;
  line-height: 1;
  text-transform: uppercase;
}

.footer-logo-line {
  display: flex;
  align-items: center;
  gap: 12px;
  margin: 12px 0 10px;
}

.footer-logo-line span {
  color: rgba(255,255,255,.7);
  font-size: 13px;
  font-weight: 700;
}

.footer-logo-line img {
  width: 126px;
  height: auto;
  display: block;
}

@media (max-width: 650px) {
  .brand-lockup {
    gap: 11px;
    min-width: auto;
  }

  .saltek-wordmark {
    font-size: 24px;
  }

  .brand-divider {
    height: 28px;
  }

  .brand-eps img {
    width: 92px;
  }

  .brand-by {
    font-size: 8px;
  }
}


/* V4.1 SALTEK logo integration */
.saltek-logo-img {
  display: block;
  width: 148px;
  height: auto;
}

.brand-lockup {
  gap: 18px;
}

.brand-eps img {
  width: 112px;
}

@media (max-width: 650px) {
  .saltek-logo-img {
    width: 112px;
  }

  .brand-eps img {
    width: 82px;
  }

  .brand-divider {
    height: 26px;
  }
}


/* V4.2 SALTEK manual alignment
   Official SALTEK blue: RGB 0,155,223 / #009BDF
   Official SALTEK gray: RGB 128,130,133 / #808285
   SALTEK logo remains on white background in header. */
.brand-lockup {
  padding: 8px 0;
}

.saltek-logo-img {
  background: #ffffff;
  object-fit: contain;
}

.hero {
  background:
    radial-gradient(circle at 20% 10%, rgba(0,155,223,.16), transparent 34%),
    linear-gradient(135deg, #ffffff 0%, #f2f9fd 48%, #eaf7fd 100%);
}

.hero-bg {
  background-image:
    linear-gradient(rgba(0,155,223,.12) 1px, transparent 1px),
    linear-gradient(90deg, rgba(0,155,223,.12) 1px, transparent 1px);
}

.page-hero {
  background:
    radial-gradient(circle at 16% 10%, rgba(0,155,223,.15), transparent 34%),
    linear-gradient(135deg, #fff, #f2f9fd);
}

.button.primary {
  box-shadow: 0 12px 28px rgba(0,155,223,.24);
}

.app-grid span {
  background:
    linear-gradient(90deg, rgba(0,155,223,.08), transparent),
    var(--white);
}

.partner {
  background:
    radial-gradient(circle at 82% 22%, rgba(0,155,223,.14), transparent 34%),
    var(--surface);
}


/* V4.3 improved hero visual */
.hero-product-card {
  align-items: center;
}

.product-visual {
  width: min(540px, 100%);
  padding: 22px;
  border: 1px solid rgba(220,232,242,.92);
  border-radius: 30px;
  background:
    linear-gradient(180deg, rgba(255,255,255,.94), rgba(255,255,255,.82)),
    radial-gradient(circle at 80% 20%, rgba(0,155,223,.14), transparent 40%);
  box-shadow: var(--shadow);
}

.visual-topline {
  display: flex;
  align-items: center;
  gap: 10px;
  color: var(--anthracite);
  font-weight: 900;
  margin: 0 0 10px;
  letter-spacing: -.01em;
}

.spd-visual {
  display: block;
  width: 100%;
  height: auto;
  margin-top: 6px;
}

.visual-actions {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
  margin-top: 8px;
}

.visual-actions span {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  padding: 10px;
  border-radius: 14px;
  background: var(--surface);
  color: var(--anthracite);
  font-size: 13px;
  font-weight: 900;
  text-align: center;
}

@media (max-width: 650px) {
  .product-visual {
    padding: 16px;
  }

  .visual-actions {
    grid-template-columns: 1fr;
  }
}


/* V5 featured product groups */
.featured-products {
  padding: 88px 0;
  background: var(--white);
}

.featured-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
}

.featured-card {
  position: relative;
  overflow: hidden;
  padding: 26px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background:
    linear-gradient(180deg, rgba(255,255,255,.96), rgba(255,255,255,1)),
    radial-gradient(circle at 100% 0%, rgba(0,155,223,.16), transparent 34%);
  box-shadow: 0 14px 34px rgba(21,35,50,.06);
}

.featured-card.detail {
  grid-column: span 2;
  min-height: 360px;
}

.featured-badge {
  display: inline-flex;
  align-items: center;
  min-height: 32px;
  padding: 7px 11px;
  border-radius: 999px;
  background: rgba(0,155,223,.12);
  color: var(--saltek-blue-dark);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: .04em;
  text-transform: uppercase;
}

.featured-card h3,
.featured-card h2 {
  margin-top: 18px;
  font-size: 24px;
  letter-spacing: -.03em;
}

.featured-card.detail h2 {
  font-size: clamp(28px, 3vw, 42px);
}

.featured-card p {
  color: var(--muted);
}

.featured-card ul {
  margin: 18px 0 20px;
  padding-left: 18px;
  color: var(--text);
}

.featured-card li {
  margin: 7px 0;
}

.featured-card a {
  display: inline-block;
  color: var(--saltek-blue);
  font-weight: 900;
}

.button-row {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

@media (max-width: 1050px) {
  .featured-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 650px) {
  .featured-grid {
    grid-template-columns: 1fr;
  }

  .featured-card.detail {
    grid-column: span 1;
  }

  .button-row {
    flex-direction: column;
  }
}


/* V6 concrete product cards */
.real-products {
  padding: 88px 0;
  background: var(--surface);
}

.real-product-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 22px;
}

.real-product-card {
  padding: 30px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: #ffffff;
  box-shadow: 0 14px 34px rgba(21,35,50,.06);
}

.real-product-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  margin-bottom: 18px;
}

.article-number {
  color: var(--muted);
  font-size: 13px;
  font-weight: 900;
  letter-spacing: .06em;
  text-transform: uppercase;
}

.real-product-card h2 {
  font-size: clamp(28px, 3vw, 42px);
}

.product-focus {
  margin: 10px 0 16px;
  color: var(--saltek-blue);
  font-weight: 900;
}

.real-product-card p:not(.product-focus) {
  color: var(--muted);
}

.real-product-card ul {
  columns: 2;
  gap: 22px;
  margin: 20px 0 24px;
  padding-left: 18px;
}

.real-product-card li {
  break-inside: avoid;
  margin: 7px 0;
}

.product-card-actions {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 14px;
}

.text-link {
  color: var(--saltek-blue);
  font-weight: 900;
}

.link-sep {
  color: var(--line);
}

@media (max-width: 900px) {
  .real-product-grid {
    grid-template-columns: 1fr;
  }

  .real-product-card ul {
    columns: 1;
  }
}


/* V7 product detail pages */
.product-detail-hero {
  padding: 90px 0;
  background:
    radial-gradient(circle at 18% 10%, rgba(0,155,223,.15), transparent 34%),
    linear-gradient(135deg, #ffffff, #f2f9fd);
  border-bottom: 1px solid var(--line);
}

.product-detail-grid {
  display: grid;
  grid-template-columns: 1.05fr .72fr;
  gap: 50px;
  align-items: center;
}

.product-detail-hero h1 {
  max-width: 820px;
  font-size: clamp(34px, 4vw, 52px);
  line-height: 1.12;
  letter-spacing: 0;
  overflow-wrap: normal;
  word-break: normal;
  hyphens: none;
  text-wrap: balance;
}

.product-detail-hero h1 .product-title-code,
.product-inquiry-strip h2 .product-title-code {
  display: inline;
  white-space: normal;
}

@media (max-width: 420px) {
  .product-detail-hero h1 {
    font-size: 30px;
  }
}

@media (max-width: 360px) {
  .product-detail-hero h1 {
    font-size: 26px;
  }
}

.detail-product-visual {
  padding: 30px;
  border: 1px solid var(--line);
  border-radius: 30px;
  background: #ffffff;
  box-shadow: var(--shadow);
}

.detail-badge-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 24px;
}

.module-mini {
  position: relative;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
  min-height: 210px;
  padding: 26px;
  border-radius: 24px;
  background:
    linear-gradient(135deg, #172433, #2c3d4e);
  overflow: hidden;
}

.module-mini span {
  display: block;
  border-radius: 16px;
  background: linear-gradient(180deg, #f3f8fb, #d9ebf5);
  box-shadow: inset 0 -20px 30px rgba(0,155,223,.16);
}

.module-mini span:first-child {
  background: linear-gradient(180deg, #009BDF, #0078B8);
}

.module-mini strong {
  position: absolute;
  left: 24px;
  bottom: 22px;
  color: #ffffff;
  font-size: 28px;
  letter-spacing: -.03em;
}

.detail-product-visual p {
  margin: 22px 0 0;
  color: var(--muted);
}

.detail-content {
  padding: 76px 0;
  background: var(--white);
}

.detail-content.compact {
  padding-top: 0;
}

.detail-two-col {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 22px;
}

.detail-box {
  padding: 30px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: #ffffff;
  box-shadow: 0 14px 34px rgba(21,35,50,.06);
}

.detail-box p {
  color: var(--muted);
}

.check-list {
  margin: 20px 0 0;
  padding: 0;
  list-style: none;
}

.check-list li {
  position: relative;
  padding-left: 28px;
  margin: 12px 0;
  color: var(--text);
  font-weight: 700;
}

.check-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: .45em;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: var(--saltek-blue);
  box-shadow: 0 0 0 5px rgba(0,155,223,.12);
}

.detail-links {
  margin-top: 22px;
}

@media (max-width: 950px) {
  .product-detail-grid,
  .detail-two-col {
    grid-template-columns: 1fr;
  }
}


/* V7.1 cleaned header navigation */
.header-inner {
  min-height: 82px;
}

.brand-clean {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 7px;
  min-width: 230px;
  padding: 8px 0;
}

.brand-clean .saltek-logo-img {
  width: 150px;
}

.brand-service-line {
  color: var(--muted);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .04em;
  line-height: 1.1;
  text-transform: uppercase;
  white-space: nowrap;
}

.main-nav {
  gap: 28px;
}

.main-nav a {
  white-space: nowrap;
}

.nav-cta {
  margin-left: 4px;
}

@media (max-width: 1120px) {
  .main-nav {
    gap: 18px;
    font-size: 14px;
  }

  .brand-clean {
    min-width: 210px;
  }

  .brand-clean .saltek-logo-img {
    width: 138px;
  }
}

@media (max-width: 860px) {
  .brand-clean {
    min-width: auto;
  }

  .brand-service-line {
    max-width: 230px;
    white-space: normal;
  }
}

@media (max-width: 650px) {
  .header-inner {
    min-height: 76px;
  }

  .brand-clean .saltek-logo-img {
    width: 118px;
  }

  .brand-service-line {
    font-size: 9px;
    max-width: 190px;
  }
}


/* V7.3 local PDF datasheet structure */
.download-card {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  margin: 22px 0 18px;
  padding: 18px;
  border: 1px solid var(--line);
  border-radius: 18px;
  background: var(--surface);
}

.download-card strong,
.download-card span {
  display: block;
}

.download-card strong {
  color: var(--anthracite);
  font-size: 17px;
  font-weight: 900;
}

.download-card span {
  margin-top: 4px;
  color: var(--muted);
  font-size: 14px;
}

.download-card.available {
  background:
    linear-gradient(90deg, rgba(0,155,223,.08), transparent),
    #ffffff;
}

.download-card.unavailable {
  background:
    linear-gradient(90deg, rgba(128,130,133,.08), transparent),
    var(--surface);
}

@media (max-width: 650px) {
  .download-card {
    align-items: flex-start;
    flex-direction: column;
  }
}


/* V8 Anfrage-flow and prefilled product requests */
.product-inquiry-strip {
  padding: 42px 0;
  background: var(--anthracite);
  color: #ffffff;
}

.product-inquiry-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
}

.product-inquiry-inner h2,
.product-inquiry-inner p {
  color: #ffffff;
}

.product-inquiry-inner p:not(.eyebrow) {
  color: rgba(255,255,255,.78);
}

.strip-actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 12px;
}

.prefill-notice {
  grid-column: 1 / -1;
  margin-bottom: 18px;
  padding: 14px 16px;
  border: 1px solid rgba(0,155,223,.24);
  border-radius: 14px;
  background: rgba(0,155,223,.08);
  color: var(--anthracite);
}

.inquiry-flow {
  padding: 88px 0;
  background:
    linear-gradient(180deg, #ffffff, #f4f8fb);
}

.flow-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}

.flow-grid article {
  padding: 28px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: #ffffff;
  box-shadow: 0 14px 34px rgba(21,35,50,.05);
}

.flow-grid span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 46px;
  height: 46px;
  margin-bottom: 18px;
  border-radius: 50%;
  background: var(--saltek-blue);
  color: #ffffff;
  font-weight: 900;
}

.flow-grid h3 {
  font-size: 22px;
}

.flow-grid p {
  color: var(--muted);
}

@media (max-width: 850px) {
  .product-inquiry-inner {
    align-items: flex-start;
    flex-direction: column;
  }

  .strip-actions {
    justify-content: flex-start;
  }

  .flow-grid {
    grid-template-columns: 1fr;
  }
}


/* V9 real form flow */
.hp-field {
  position: absolute !important;
  left: -9999px !important;
  width: 1px !important;
  height: 1px !important;
  overflow: hidden !important;
}

.privacy-check {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  grid-column: 1 / -1;
  margin-top: 8px;
  padding: 16px;
  border: 1px solid var(--line);
  border-radius: 14px;
  background: var(--surface);
  color: var(--muted);
  font-size: 14px;
  line-height: 1.45;
}

.privacy-check input {
  width: auto;
  margin-top: 3px;
}

.privacy-check a {
  color: var(--saltek-blue);
  font-weight: 900;
}

form input:required,
form textarea:required,
form select:required {
  border-left: 4px solid rgba(0,155,223,.55);
}


/* V11 UX navigation polish */
.main-nav a.active {
  color: var(--saltek-blue);
}

.main-nav a.active::after {
  transform: scaleX(1);
}

.breadcrumb {
  border-bottom: 1px solid var(--line);
  background: rgba(255,255,255,.92);
}

.breadcrumb .container {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 9px;
  min-height: 46px;
  color: var(--muted);
  font-size: 13px;
  font-weight: 800;
}

.breadcrumb a {
  color: var(--muted);
}

.breadcrumb a:hover {
  color: var(--saltek-blue);
}

.breadcrumb span[aria-current="page"] {
  color: var(--anthracite);
}

.bc-sep {
  color: rgba(128,130,133,.55);
}

.quick-contact-mini {
  padding: 22px 0;
  border-top: 1px solid rgba(255,255,255,.12);
  background: #101923;
  color: #ffffff;
}

.quick-contact-mini-inner {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 14px 22px;
}

.quick-contact-mini strong {
  font-size: 16px;
}

.quick-contact-mini span {
  color: rgba(255,255,255,.75);
}

.quick-contact-mini a {
  margin-left: auto;
  color: #ffffff;
  font-weight: 900;
  text-decoration: underline;
  text-underline-offset: 4px;
}

.site-footer a[href^="mailto:"] {
  color: #ffffff;
  font-weight: 800;
}

@media (max-width: 650px) {
  .breadcrumb .container {
    font-size: 12px;
  }

  .quick-contact-mini a {
    margin-left: 0;
  }
}


/* V11.1 clickable phone links */
.site-footer a[href^="tel:"],
.site-footer a[href^="mailto:"] {
  color: #ffffff;
  font-weight: 800;
}

a[href^="tel:"] {
  white-space: nowrap;
}


/* V12 contact visibility and mobile CTA */
.contact-cards-section {
  padding: 64px 0 24px;
  background: var(--white);
}

.contact-cards-section.compact {
  padding: 54px 0 0;
  background: var(--surface);
}

.contact-card-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}

.contact-card-grid.two {
  grid-template-columns: repeat(2, 1fr);
}

.contact-card {
  padding: 26px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background:
    linear-gradient(180deg, rgba(255,255,255,.98), rgba(255,255,255,1)),
    radial-gradient(circle at 100% 0%, rgba(0,155,223,.12), transparent 34%);
  box-shadow: 0 14px 34px rgba(21,35,50,.06);
}

.contact-card span {
  display: inline-flex;
  margin-bottom: 12px;
  color: var(--saltek-blue);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: .06em;
  text-transform: uppercase;
}

.contact-card h2 {
  margin: 0 0 12px;
  font-size: clamp(24px, 2.2vw, 34px);
  letter-spacing: -.03em;
}

.contact-card h2 a {
  color: var(--anthracite);
}

.contact-card p {
  color: var(--muted);
}

.mobile-contact-bar {
  display: none;
}

@media (max-width: 900px) {
  .contact-card-grid,
  .contact-card-grid.two {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 720px) {
  body {
    padding-bottom: 72px;
  }

  .mobile-contact-bar {
    position: fixed;
    left: 12px;
    right: 12px;
    bottom: 12px;
    z-index: 80;
    display: grid;
    grid-template-columns: 1fr 1fr;
    overflow: hidden;
    border-radius: 18px;
    box-shadow: 0 18px 50px rgba(21,35,50,.28);
  }

  .mobile-contact-bar a {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 54px;
    padding: 12px;
    font-weight: 900;
    color: #ffffff;
    background: var(--anthracite);
  }

  .mobile-contact-bar a:first-child {
    background: var(--saltek-blue);
  }
}


/* V13 product catalog */
.catalog-section {
  padding: 78px 0;
  background: var(--surface);
}

.catalog-toolbar {
  display: grid;
  grid-template-columns: 1.2fr .8fr;
  gap: 16px;
  margin-bottom: 22px;
  padding: 18px;
  border: 1px solid var(--line);
  border-radius: 20px;
  background: #ffffff;
}

.catalog-toolbar label {
  display: grid;
  gap: 8px;
  color: var(--anthracite);
  font-size: 13px;
  font-weight: 900;
  letter-spacing: .04em;
  text-transform: uppercase;
}

.catalog-count {
  margin: 0 0 18px;
  color: var(--muted);
  font-weight: 900;
}

.catalog-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}

.catalog-card {
  padding: 24px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: #ffffff;
  box-shadow: 0 14px 34px rgba(21,35,50,.06);
}

.catalog-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}

.catalog-card h2 {
  margin-top: 18px;
  font-size: 25px;
  letter-spacing: -.03em;
}

.catalog-card p:not(.product-focus) {
  color: var(--muted);
}

.catalog-card ul {
  min-height: 118px;
  margin: 18px 0 18px;
  padding-left: 18px;
}

.catalog-card li {
  margin: 6px 0;
}

.catalog-pdf-status {
  display: inline-flex;
  margin-bottom: 18px;
  padding: 7px 10px;
  border-radius: 999px;
  background: rgba(128,130,133,.10);
  color: var(--muted);
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: .04em;
}

@media (max-width: 1100px) {
  .catalog-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 720px) {
  .catalog-toolbar,
  .catalog-grid {
    grid-template-columns: 1fr;
  }
}


/* V14 product detail refinements */
.download-card span {
  word-break: break-word;
}

.catalog-card .product-card-actions .button.primary {
  min-width: 132px;
}


/* V14.1 PDF download status */
.catalog-pdf-status {
  background: rgba(0,155,223,.10);
  color: var(--saltek-blue-dark);
}


/* V15 datasheet center */
.datasheet-section {
  padding: 78px 0;
  background: var(--surface);
}

.datasheet-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}

.datasheet-card {
  padding: 24px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: #ffffff;
  box-shadow: 0 14px 34px rgba(21,35,50,.06);
}

.datasheet-card-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  margin-bottom: 18px;
}

.datasheet-card h2 {
  font-size: 25px;
  letter-spacing: -.03em;
}

.datasheet-card p:not(.product-focus) {
  color: var(--muted);
}

.datasheet-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 20px;
}

.datasheet-note {
  margin-top: 28px;
  padding: 18px 20px;
  border: 1px solid rgba(0,155,223,.18);
  border-radius: 18px;
  background: rgba(0,155,223,.07);
  color: var(--muted);
}

.datasheet-note strong {
  color: var(--anthracite);
}

@media (max-width: 1100px) {
  .datasheet-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 720px) {
  .datasheet-grid {
    grid-template-columns: 1fr;
  }
}


/* V16 real inquiry form cleanup */
.inquiry-form {
  position: relative;
}

.form-privacy {
  margin-top: 18px;
}

.checkbox-fieldset {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px 16px;
  margin: 18px 0;
  padding: 18px;
  border: 1px solid var(--line);
  border-radius: 16px;
  background: var(--surface);
}

.checkbox-fieldset legend {
  padding: 0 8px;
  color: var(--anthracite);
  font-size: 13px;
  font-weight: 900;
  letter-spacing: .04em;
  text-transform: uppercase;
}

.checkbox-fieldset label {
  display: flex;
  align-items: center;
  gap: 9px;
  margin: 0;
  color: var(--muted);
  font-weight: 800;
  text-transform: none;
  letter-spacing: 0;
}

.checkbox-fieldset input {
  width: auto;
}

.prefill-notice {
  margin-bottom: 18px;
  padding: 14px 16px;
  border: 1px solid rgba(0,155,223,.22);
  border-radius: 14px;
  background: rgba(0,155,223,.08);
  color: var(--anthracite);
}

.contact-form-section {
  padding: 72px 0;
  background: var(--white);
}

.section-intro {
  color: var(--muted);
  margin-bottom: 24px;
}

@media (max-width: 720px) {
  .checkbox-fieldset {
    grid-template-columns: 1fr;
  }
}


/* V17 simpler Produkte page */
.product-finder-hero {
  padding: 92px 0 70px;
  background:
    radial-gradient(circle at 85% 20%, rgba(0,155,223,.16), transparent 34%),
    linear-gradient(135deg, #ffffff 0%, #f4f8fb 100%);
}

.product-finder-hero-grid {
  display: grid;
  grid-template-columns: 1.3fr .7fr;
  gap: 34px;
  align-items: center;
}

.finder-help-card {
  padding: 28px;
  border: 1px solid rgba(0,155,223,.18);
  border-radius: var(--radius-lg);
  background: #ffffff;
  box-shadow: 0 18px 46px rgba(21,35,50,.08);
}

.finder-help-card strong {
  display: block;
  margin-bottom: 12px;
  font-size: 22px;
  letter-spacing: -.02em;
}

.finder-help-card p {
  color: var(--muted);
  margin-bottom: 20px;
}

.finder-shortcuts,
.finder-products {
  padding: 76px 0;
}

.finder-shortcuts {
  background: #ffffff;
}

.finder-products {
  background: var(--surface);
}

.finder-category-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}

.finder-category-card {
  display: block;
  min-height: 172px;
  padding: 26px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background:
    linear-gradient(180deg, #ffffff, #ffffff),
    radial-gradient(circle at 100% 0%, rgba(0,155,223,.16), transparent 38%);
  box-shadow: 0 14px 34px rgba(21,35,50,.06);
}

.finder-category-card:hover {
  border-color: rgba(0,155,223,.35);
  transform: translateY(-2px);
}

.finder-category-card span {
  display: inline-flex;
  margin-bottom: 14px;
  color: var(--saltek-blue);
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: .05em;
}

.finder-category-card h2 {
  font-size: 25px;
  letter-spacing: -.03em;
}

.finder-category-card p {
  color: var(--muted);
}

.finder-actions-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 18px;
  margin: 0 0 20px;
  color: var(--muted);
  font-weight: 900;
}

.finder-actions-top div {
  display: flex;
  gap: 18px;
  flex-wrap: wrap;
}

.finder-actions-top a {
  color: var(--saltek-blue);
  font-weight: 900;
}

.finder-product-list {
  display: grid;
  gap: 14px;
}

.finder-product-row {
  display: grid;
  grid-template-columns: 1.3fr .38fr .72fr;
  gap: 18px;
  align-items: center;
  padding: 20px;
  border: 1px solid var(--line);
  border-radius: 18px;
  background: #ffffff;
  box-shadow: 0 10px 24px rgba(21,35,50,.045);
}

.finder-product-main h3 {
  margin: 6px 0 8px;
  font-size: 24px;
  letter-spacing: -.03em;
}

.finder-product-main p {
  color: var(--muted);
  margin: 0;
}

.finder-product-meta {
  display: grid;
  justify-items: start;
  gap: 8px;
}

.finder-product-actions {
  display: flex;
  justify-content: flex-end;
  gap: 10px;
  flex-wrap: wrap;
}

.finder-product-actions .button {
  padding: 10px 13px;
  font-size: 13px;
}

@media (max-width: 1100px) {
  .product-finder-hero-grid,
  .finder-product-row {
    grid-template-columns: 1fr;
  }

  .finder-product-actions {
    justify-content: flex-start;
  }

  .finder-category-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 720px) {
  .finder-category-grid {
    grid-template-columns: 1fr;
  }

  .finder-actions-top {
    align-items: flex-start;
    flex-direction: column;
  }
}


/* V18 homepage product entry */
.home-product-entry {
  padding: 74px 0;
  background: #ffffff;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.home-product-entry-head {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 28px;
  margin-bottom: 24px;
}

.home-product-entry-head h2 {
  max-width: 790px;
  font-size: clamp(32px, 4vw, 52px);
  letter-spacing: -.045em;
}

.home-product-entry-head p {
  max-width: 720px;
  color: var(--muted);
}

.home-product-search {
  display: grid;
  grid-template-columns: 1fr auto auto;
  gap: 12px;
  padding: 16px;
  border: 1px solid rgba(0,155,223,.18);
  border-radius: 22px;
  background: var(--surface);
}

.home-product-search input {
  min-height: 52px;
  border-radius: 14px;
  border: 1px solid var(--line);
  padding: 0 16px;
  font-size: 16px;
}

.home-category-links {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: 18px 0 26px;
}

.home-category-links a {
  display: inline-flex;
  padding: 9px 13px;
  border: 1px solid var(--line);
  border-radius: 999px;
  color: var(--anthracite);
  background: #ffffff;
  font-weight: 900;
  font-size: 13px;
}

.home-category-links a:hover {
  border-color: rgba(0,155,223,.35);
  color: var(--saltek-blue);
}

.home-product-mini-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
}

.home-product-mini {
  padding: 20px;
  border: 1px solid var(--line);
  border-radius: 18px;
  background: #ffffff;
  box-shadow: 0 10px 24px rgba(21,35,50,.045);
}

.home-product-mini span {
  display: inline-flex;
  margin-bottom: 10px;
  color: var(--saltek-blue);
  font-size: 11px;
  font-weight: 900;
  letter-spacing: .04em;
  text-transform: uppercase;
}

.home-product-mini h3 {
  margin: 0 0 8px;
  font-size: 21px;
  letter-spacing: -.03em;
}

.home-product-mini p {
  color: var(--muted);
  margin-bottom: 14px;
}

.home-product-mini div {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
}

.home-product-mini a {
  color: var(--saltek-blue);
  font-weight: 900;
}

@media (max-width: 980px) {
  .home-product-entry-head,
  .home-product-search {
    grid-template-columns: 1fr;
  }

  .home-product-entry-head {
    align-items: flex-start;
    flex-direction: column;
  }

  .home-product-search {
    display: grid;
  }

  .home-product-search .button {
    width: 100%;
  }

  .home-product-mini-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 650px) {
  .home-product-mini-grid {
    grid-template-columns: 1fr;
  }
}


/* V19 application finder */
.application-finder-section {
  padding: 78px 0;
  background: var(--surface);
}

.application-card-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
  margin-bottom: 30px;
}

.application-card {
  text-align: left;
  padding: 26px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: #ffffff;
  cursor: pointer;
  box-shadow: 0 14px 34px rgba(21,35,50,.06);
  transition: transform .2s ease, border-color .2s ease, box-shadow .2s ease;
}

.application-card:hover,
.application-card.active {
  transform: translateY(-2px);
  border-color: rgba(0,155,223,.45);
  box-shadow: 0 18px 44px rgba(21,35,50,.09);
}

.application-card span {
  display: inline-flex;
  margin-bottom: 12px;
  color: var(--saltek-blue);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: .05em;
  text-transform: uppercase;
}

.application-card h2 {
  font-size: 25px;
  letter-spacing: -.03em;
}

.application-card p {
  color: var(--muted);
}

.application-panel {
  display: none;
  padding: 30px;
  border: 1px solid rgba(0,155,223,.18);
  border-radius: var(--radius-lg);
  background: #ffffff;
}

.application-panel.active {
  display: block;
}

.application-panel-head {
  display: grid;
  grid-template-columns: 1.2fr .8fr;
  gap: 28px;
  align-items: start;
  margin-bottom: 26px;
}

.application-panel-head h2 {
  font-size: clamp(30px, 4vw, 48px);
  letter-spacing: -.045em;
}

.application-panel-head p,
.application-questions {
  color: var(--muted);
}

.application-questions {
  padding: 20px;
  border: 1px solid var(--line);
  border-radius: 18px;
  background: var(--surface);
}

.application-questions strong {
  color: var(--anthracite);
}

.application-questions ul {
  margin: 12px 0 0;
  padding-left: 20px;
}

.application-product-grid {
  display: grid;
  gap: 16px;
}

.application-product-card {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 22px;
  padding: 22px;
  border: 1px solid var(--line);
  border-radius: 18px;
  background: #ffffff;
}

.application-product-card h2,
.application-product-card h3 {
  margin: 6px 0 8px;
  font-size: 25px;
  letter-spacing: -.03em;
}

.application-product-card p {
  color: var(--muted);
}

.application-product-card ul {
  margin: 16px 0 0;
  padding-left: 18px;
}

.application-product-actions {
  display: grid;
  align-content: start;
  justify-items: start;
  gap: 10px;
  min-width: 178px;
}

.solution-finder-entry {
  padding: 62px 0;
  background: var(--surface);
  border-top: 1px solid var(--line);
}

@media (max-width: 1000px) {
  .application-card-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .application-panel-head,
  .application-product-card {
    grid-template-columns: 1fr;
  }

  .application-product-actions {
    min-width: 0;
  }
}

@media (max-width: 650px) {
  .application-card-grid {
    grid-template-columns: 1fr;
  }

  .application-panel {
    padding: 20px;
  }
}


/* V20.2 header visual separation
   SALTEK logo stands alone. EPS Germany appears as a separate contact/service note,
   not as a logo claim or subline. */
.header-inner {
  justify-content: space-between;
}

.brand-logo-only {
  min-width: auto;
  gap: 0;
}

.brand-logo-only .saltek-logo-img {
  width: 150px;
}

.header-right {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 22px;
  flex: 1;
}

.header-service-note {
  display: grid;
  gap: 2px;
  padding: 9px 14px;
  border: 1px solid rgba(128,130,133,.22);
  border-radius: 999px;
  background: rgba(244,248,251,.78);
  color: var(--muted);
  line-height: 1.15;
  white-space: nowrap;
}

.header-service-note span {
  font-size: 10px;
  font-weight: 900;
  letter-spacing: .055em;
  text-transform: uppercase;
}

.header-service-note strong {
  color: var(--anthracite);
  font-size: 13px;
  font-weight: 900;
}

.brand-service-line {
  display: none;
}

@media (max-width: 1180px) {
  .header-right {
    gap: 16px;
  }

  .header-service-note {
    display: none;
  }
}

@media (max-width: 860px) {
  .header-right {
    flex: initial;
  }

  .main-nav {
    left: 20px;
    right: 20px;
  }

  .brand-logo-only .saltek-logo-img {
    width: 130px;
  }
}

@media (max-width: 650px) {
  .brand-logo-only .saltek-logo-img {
    width: 116px;
  }
}


/* V22 product group pages */
.product-groups-section,
.category-products-section {
  padding: 78px 0;
  background: var(--surface);
}

.product-group-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}

.product-group-card,
.category-question-box,
.category-product-card,
.finder-product-card,
.product-group-quicklinks {
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: #ffffff;
  box-shadow: 0 14px 34px rgba(21,35,50,.06);
}

.product-group-card {
  padding: 26px;
}

.product-group-card span {
  display: inline-flex;
  margin-bottom: 12px;
  color: var(--saltek-blue);
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: .05em;
}

.product-group-card h2 {
  font-size: 25px;
  letter-spacing: -.03em;
  margin-bottom: 10px;
}

.product-group-card p {
  color: var(--muted);
  min-height: 82px;
}

.category-hero-grid {
  display: grid;
  grid-template-columns: 1.15fr .85fr;
  gap: 28px;
  align-items: start;
}

.category-question-box {
  padding: 24px;
}

.category-question-box strong {
  display: block;
  margin-bottom: 14px;
  color: var(--anthracite);
  font-size: 18px;
}

.category-question-box ul {
  margin: 0;
  padding-left: 20px;
  color: var(--muted);
}

.category-product-list {
  display: grid;
  gap: 16px;
}

.category-product-card,
.finder-product-card {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 22px;
  padding: 24px;
  align-items: start;
}

.category-product-main h2 {
  font-size: 27px;
  letter-spacing: -.035em;
  margin: 10px 0 6px;
}

.category-product-main p {
  color: var(--muted);
}

.category-product-main ul {
  margin: 16px 0 0;
  padding-left: 20px;
}

.category-product-actions {
  display: grid;
  gap: 10px;
  min-width: 172px;
}

.product-group-quicklinks {
  margin-top: 24px;
  padding: 20px;
}

.product-group-quicklinks strong {
  display: block;
  margin-bottom: 12px;
  color: var(--anthracite);
}

.product-group-quicklinks div {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.product-group-quicklinks a {
  display: inline-flex;
  padding: 9px 13px;
  border-radius: 999px;
  border: 1px solid var(--line);
  background: var(--surface);
  color: var(--anthracite);
  font-weight: 900;
  font-size: 13px;
}

.product-group-quicklinks a:hover {
  border-color: rgba(0,155,223,.35);
  color: var(--saltek-blue);
}

@media (max-width: 1100px) {
  .product-group-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .category-hero-grid,
  .category-product-card {
    grid-template-columns: 1fr;
  }

  .category-product-actions {
    min-width: 0;
    display: flex;
    flex-wrap: wrap;
  }
}

@media (max-width: 700px) {
  .product-group-grid {
    grid-template-columns: 1fr;
  }
}


/* V22.1 clean header lockup
   EPS Germany is separated into a slim utility bar, not attached to the SALTEK logo. */
.site-header {
  background: rgba(255,255,255,.96);
  backdrop-filter: blur(14px);
}

.header-utility {
  border-bottom: 1px solid rgba(128,130,133,.16);
  background: #f8fbfd;
  font-size: 12px;
}

.header-utility-inner {
  min-height: 34px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 18px;
  color: var(--muted);
}

.header-utility-inner span {
  font-weight: 800;
}

.header-utility-inner a {
  color: var(--anthracite);
  font-weight: 900;
}

.header-utility-inner a:hover {
  color: var(--saltek-blue);
}

.header-inner {
  min-height: 76px;
  justify-content: space-between;
}

.brand-logo-only {
  display: inline-flex;
  align-items: center;
  min-width: auto;
  gap: 0;
}

.brand-logo-only .saltek-logo-img {
  width: 150px;
  max-height: 46px;
  object-fit: contain;
}

.header-right,
.header-service-note,
.brand-service-line {
  display: none !important;
}

.main-nav {
  margin-left: auto;
}

@media (max-width: 860px) {
  .header-utility {
    display: none;
  }

  .header-inner {
    min-height: 68px;
  }

  .brand-logo-only .saltek-logo-img {
    width: 128px;
  }

  .main-nav {
    margin-left: 0;
  }
}

@media (max-width: 650px) {
  .brand-logo-only .saltek-logo-img {
    width: 116px;
  }
}


/* V22.2 SALTEK logo with English claim */
.brand-logo-only .saltek-logo-img {
  width: 218px;
  max-height: 54px;
  object-fit: contain;
}

@media (max-width: 980px) {
  .brand-logo-only .saltek-logo-img {
    width: 188px;
  }
}

@media (max-width: 860px) {
  .brand-logo-only .saltek-logo-img {
    width: 170px;
  }
}

@media (max-width: 650px) {
  .brand-logo-only .saltek-logo-img {
    width: 148px;
  }
}


/* V23 homepage and solutions portfolio alignment */
.home-portfolio-v23,
.home-groups-v23,
.home-featured-products-v23,
.solution-entries-v23,
.solution-process-v23 {
  padding: 78px 0;
}

.home-portfolio-v23,
.home-featured-products-v23,
.solution-entries-v23 {
  background: var(--surface);
}

.home-portfolio-head {
  display: grid;
  grid-template-columns: 1.3fr .7fr;
  gap: 28px;
  align-items: end;
  margin-bottom: 28px;
}

.home-portfolio-head h2 {
  font-size: clamp(32px, 4vw, 54px);
  letter-spacing: -.05em;
}

.home-portfolio-head p {
  color: var(--muted);
}

.home-portfolio-stats {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
}

.home-portfolio-stats div {
  padding: 20px 14px;
  border-radius: 22px;
  border: 1px solid var(--line);
  background: #fff;
  text-align: center;
  box-shadow: 0 14px 32px rgba(21,35,50,.05);
}

.home-portfolio-stats strong {
  display: block;
  color: var(--saltek-blue);
  font-size: 32px;
  line-height: 1;
}

.home-portfolio-stats span {
  display: block;
  margin-top: 6px;
  color: var(--muted);
  font-size: 12px;
  font-weight: 900;
}

.home-route-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
  margin-bottom: 24px;
}

.home-route-card,
.home-group-card,
.home-product-card,
.solution-entry-card {
  display: block;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: #fff;
  box-shadow: 0 14px 34px rgba(21,35,50,.06);
}

.home-route-card {
  padding: 24px;
  color: var(--anthracite);
}

.home-route-card span,
.home-group-card span,
.solution-entry-card span {
  display: inline-flex;
  margin-bottom: 12px;
  color: var(--saltek-blue);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: .06em;
  text-transform: uppercase;
}

.home-route-card h3,
.home-group-card h3,
.solution-entry-card h2,
.home-product-card h3 {
  letter-spacing: -.03em;
}

.home-route-card p,
.home-group-card p,
.home-product-card p,
.solution-entry-card p {
  color: var(--muted);
}

.home-route-card:hover,
.home-group-card:hover {
  transform: translateY(-2px);
  border-color: rgba(0,155,223,.38);
}

.primary-route {
  border-color: rgba(0,155,223,.35);
  background: linear-gradient(135deg, rgba(0,155,223,.10), #fff);
}

.home-search-panel {
  display: grid;
  grid-template-columns: .9fr 1.1fr;
  gap: 22px;
  align-items: center;
  padding: 24px;
  border: 1px solid rgba(0,155,223,.18);
  border-radius: var(--radius);
  background: #fff;
}

.home-search-panel h3 {
  font-size: 26px;
}

.home-product-search {
  display: flex;
  gap: 12px;
}

.home-product-search input {
  flex: 1;
  min-width: 0;
  border: 1px solid var(--line);
  border-radius: 999px;
  padding: 14px 18px;
  font: inherit;
}

.home-group-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
}

.home-group-card {
  padding: 22px;
}

.home-product-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
}

.home-product-card {
  padding: 22px;
}

.home-product-card .article-number {
  display: inline-flex;
  margin: 8px 0 12px;
}

.home-product-actions {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
  margin-top: 18px;
}

.home-product-actions a {
  font-weight: 900;
  color: var(--saltek-blue);
}

.section-actions-centered {
  margin-top: 28px;
  display: flex;
  gap: 14px;
  justify-content: center;
  flex-wrap: wrap;
}

.solution-entry-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}

.solution-entry-card {
  padding: 26px;
}

.solution-entry-card h2 {
  font-size: 28px;
}

.solution-entry-card div {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  margin-top: 18px;
}

.solution-process-v23 {
  background: #fff;
  border-top: 1px solid var(--line);
}

@media (max-width: 1150px) {
  .home-route-grid,
  .home-group-grid,
  .home-product-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .solution-entry-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .home-portfolio-head,
  .home-search-panel {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 700px) {
  .home-route-grid,
  .home-group-grid,
  .home-product-grid,
  .solution-entry-grid,
  .home-portfolio-stats {
    grid-template-columns: 1fr;
  }

  .home-product-search {
    flex-direction: column;
  }
}


/* V24 product image framework */
.product-image-frame {
  position: relative;
  display: grid;
  place-items: center;
  overflow: hidden;
  border: 1px solid rgba(220,232,242,.95);
  border-radius: 18px;
  background: linear-gradient(135deg, #ffffff, #f4f8fb);
  min-height: 160px;
}

.product-image {
  display: block;
  width: 100%;
  max-width: 260px;
  height: auto;
  object-fit: contain;
}

.detail-product-visual .product-image-frame {
  min-height: 330px;
  margin: 20px 0;
}

.detail-product-visual .product-image {
  max-width: 360px;
}

.catalog-card .product-image-frame,
.home-product-card .product-image-frame {
  min-height: 150px;
  margin: 12px 0 16px;
}

.catalog-card .product-image,
.home-product-card .product-image {
  max-width: 220px;
}

.finder-product-row .product-image-frame {
  width: 110px;
  min-height: 96px;
  align-self: center;
}

.finder-product-row .product-image-frame::after {
  display: none;
}

.finder-product-row .product-image {
  max-width: 86px;
}

.category-product-card .product-image-frame,
.finder-product-card .product-image-frame,
.application-product-card .product-image-frame {
  min-height: 150px;
  width: 180px;
  align-self: stretch;
}

.category-product-card .product-image,
.finder-product-card .product-image,
.application-product-card .product-image {
  max-width: 140px;
}

.category-product-card,
.finder-product-card,
.application-product-card {
  grid-template-columns: 180px 1fr auto;
}

@media (max-width: 1000px) {
  .category-product-card,
  .finder-product-card,
  .application-product-card {
    grid-template-columns: 1fr;
  }

  .category-product-card .product-image-frame,
  .finder-product-card .product-image-frame,
  .application-product-card .product-image-frame,
  .finder-product-row .product-image-frame {
    width: 100%;
    min-height: 160px;
  }

  .category-product-card .product-image,
  .finder-product-card .product-image,
  .application-product-card .product-image,
  .finder-product-row .product-image {
    max-width: 220px;
  }
}

@media (max-width: 700px) {
  .detail-product-visual .product-image-frame {
    min-height: 240px;
  }
}


/* V26 portfolio/text expansion adjustments */
.detail-box p {
  color: var(--muted);
}

.category-product-card,
.finder-product-card,
.application-product-card {
  grid-template-columns: 180px 1fr auto;
}

.home-portfolio-stats strong {
  font-variant-numeric: tabular-nums;
}

@media (max-width: 1000px) {
  .category-product-card,
  .application-product-card {
    grid-template-columns: 1fr;
  }
}


/* V27 FAQ, Wissen and Vergleichsprodukt */
.faq-section-v27,
.knowledge-section-v27,
.home-knowledge-v27 {
  padding: 78px 0;
  background: var(--surface);
}

.faq-grid-v27,
.knowledge-grid-v27,
.knowledge-home-grid-v27,
.knowledge-text-grid {
  display: grid;
  gap: 18px;
}

.faq-grid-v27 {
  grid-template-columns: repeat(2, 1fr);
}

.knowledge-grid-v27,
.knowledge-home-grid-v27,
.knowledge-text-grid {
  grid-template-columns: repeat(3, 1fr);
}

.faq-item,
.knowledge-card-v27,
.knowledge-text-box,
.knowledge-home-grid-v27 a {
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: #ffffff;
  box-shadow: 0 14px 34px rgba(21,35,50,.06);
  padding: 26px;
}

.knowledge-card-v27,
.knowledge-home-grid-v27 a {
  display: block;
  color: var(--anthracite);
}

.faq-item h2,
.knowledge-card-v27 h2,
.knowledge-text-box h2,
.knowledge-home-grid-v27 h3 {
  font-size: 24px;
  letter-spacing: -.035em;
  margin-bottom: 10px;
}

.faq-item p,
.knowledge-card-v27 p,
.knowledge-text-box p,
.knowledge-home-grid-v27 p {
  color: var(--muted);
}

.footer-v27-links {
  margin-top: 18px;
}

.footer-v27-links strong {
  display: inline-block;
  margin-bottom: 8px;
  color: #fff;
}

@media (max-width: 1000px) {
  .faq-grid-v27,
  .knowledge-grid-v27,
  .knowledge-text-grid,
  .knowledge-home-grid-v27 {
    grid-template-columns: 1fr;
  }
}





/* V31 final header/logo and homepage portfolio rules
   Canonical override after cleanup of earlier experimental logo overrides. */
.home-portfolio-head {
  grid-template-columns: 1fr !important;
  max-width: 980px;
}

.home-portfolio-stats {
  display: none !important;
}

.clean-routes-v302 {
  grid-template-columns: repeat(4, 1fr);
}

.site-header .header-inner {
  min-height: 96px;
  align-items: center;
}

.site-header .brand-logo-only .saltek-logo-img {
  width: 420px;
  max-height: 86px;
  object-fit: contain;
  display: block;
}

.site-header .site-brand,
.site-header .brand-logo-only {
  flex: 0 0 auto;
}

.site-header .main-nav {
  margin-left: auto;
  gap: 18px;
  flex-wrap: nowrap;
}

.site-header .main-nav a {
  font-size: 14px;
  white-space: nowrap;
}

@media (max-width: 1280px) {
  .site-header .brand-logo-only .saltek-logo-img {
    width: 360px;
    max-height: 78px;
  }

  .site-header .main-nav {
    gap: 14px;
  }
}

@media (max-width: 1120px) {
  .site-header .brand-logo-only .saltek-logo-img {
    width: 310px;
    max-height: 70px;
  }

  .site-header .main-nav a {
    font-size: 13.5px;
  }
}

@media (max-width: 980px) {
  .clean-routes-v302 {
    grid-template-columns: repeat(2, 1fr);
  }

  .site-header .header-inner {
    min-height: 84px;
  }

  .site-header .brand-logo-only .saltek-logo-img {
    width: 260px;
    max-height: 62px;
  }
}

@media (max-width: 860px) {
  .site-header .brand-logo-only .saltek-logo-img {
    width: 230px;
    max-height: 58px;
  }
}

@media (max-width: 650px) {
  .clean-routes-v302 {
    grid-template-columns: 1fr;
  }

  .site-header .brand-logo-only .saltek-logo-img {
    width: 198px;
    max-height: 52px;
  }
}


/* V32 form upload fields */
.form-upload-note {
  border: 1px dashed rgba(0,155,223,.35);
  background: rgba(0,155,223,.05);
  border-radius: 18px;
  padding: 18px;
  margin: 10px 0 18px;
}

.form-upload-note label {
  display: grid;
  gap: 10px;
  font-weight: 900;
}

.form-upload-note input[type="file"] {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 12px;
  padding: 12px;
}

.form-upload-note p,
.status-message-section p {
  color: var(--muted);
  margin: 8px 0 0;
}

.status-message-section {
  padding: 30px 0 70px;
  background: var(--surface);
}


/* V33 form upload validation and submit state */
.form-upload-status {
  min-height: 20px;
  margin-top: 10px;
  font-size: 14px;
  line-height: 1.45;
}

.form-upload-status.is-ok {
  color: #176b3a;
  font-weight: 800;
}

.form-upload-status.is-error {
  color: #9c1c1c;
  font-weight: 800;
}

button[disabled],
.button[disabled] {
  opacity: .62;
  cursor: wait;
}

.contact-form input[type="file"]:focus {
  outline: 3px solid rgba(0,155,223,.25);
  outline-offset: 2px;
}


/* V34.1 Auswahlhilfe visual refinement
   Text remains unchanged; only spacing, grouping, chips and card/table readability improved. */

.selection-steps-v341 {
  background:
    radial-gradient(circle at 10% 0%, rgba(0,155,223,.09), transparent 30%),
    linear-gradient(180deg, #ffffff 0%, #f6f9fc 100%);
}

.selection-steps-v341 .section-heading,
.selection-comparison-v341 .section-heading,
.selection-category-overview-v341 .section-heading {
  max-width: 880px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

.selection-steps-v341 .selection-step-grid {
  gap: 24px;
  align-items: stretch;
}

.selection-steps-v341 .selection-step-card {
  position: relative;
  overflow: hidden;
  padding: 30px;
  border: 1px solid rgba(220,232,242,.95);
  border-radius: 28px;
  background:
    linear-gradient(180deg, #ffffff 0%, #fbfdff 100%);
  box-shadow: 0 20px 48px rgba(21,35,50,.08);
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.selection-steps-v341 .selection-step-card::before {
  content: "";
  position: absolute;
  inset: 0 auto 0 0;
  width: 7px;
  background: linear-gradient(180deg, var(--saltek-blue), rgba(0,155,223,.22));
}

.selection-steps-v341 .selection-step-card > span {
  width: fit-content;
  margin: 0 0 4px 0;
  padding: 7px 11px;
  border-radius: 999px;
  color: var(--saltek-blue);
  background: rgba(0,155,223,.08);
  border: 1px solid rgba(0,155,223,.18);
}

.selection-steps-v341 .selection-step-card h2 {
  margin: 0;
  font-size: clamp(22px, 2.2vw, 30px);
  line-height: 1.12;
}

.selection-steps-v341 .selection-step-card p {
  margin: 0;
  line-height: 1.65;
}

.selection-steps-v341 .selection-links {
  margin: 4px 0 0;
  padding-top: 14px;
  border-top: 1px solid var(--line);
  gap: 10px;
}

.selection-steps-v341 .selection-links a {
  min-height: 38px;
  align-items: center;
  justify-content: center;
  padding: 9px 14px;
  border-radius: 999px;
  color: #08344c;
  background: #eef8fd;
  border: 1px solid rgba(0,155,223,.28);
  box-shadow: inset 0 -1px 0 rgba(0,155,223,.12);
  text-decoration: none;
}

.selection-steps-v341 .selection-links a:hover {
  background: var(--saltek-blue);
  color: #ffffff;
  transform: translateY(-1px);
}

.selection-steps-v341 .selection-step-card details {
  margin-top: auto;
  padding-top: 12px;
  border-top: 1px solid var(--line);
}

.selection-steps-v341 .selection-step-card summary {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 9px 12px;
  border-radius: 12px;
  background: #f4f8fb;
}

.selection-steps-v341 .selection-step-card summary::after {
  content: "+";
  color: var(--saltek-blue);
  font-weight: 900;
}

.selection-steps-v341 .selection-step-card details[open] summary::after {
  content: "–";
}

.selection-steps-v341 .selection-step-card ul {
  margin: 14px 0 0 18px;
  display: grid;
  gap: 6px;
  color: var(--muted);
}

.selection-comparison-v341 {
  background:
    linear-gradient(180deg, #f6f9fc 0%, #ffffff 100%);
}

.selection-comparison-v341 .table-scroll {
  border-radius: 28px;
  border: 1px solid rgba(220,232,242,.95);
  box-shadow: 0 22px 52px rgba(21,35,50,.08);
  overflow: hidden;
}

.selection-comparison-v341 .selection-table th,
.selection-comparison-v341 .selection-table td {
  padding: 20px;
  line-height: 1.5;
}

.selection-comparison-v341 .selection-table thead th {
  background: #eaf5fb;
  color: #08344c;
  white-space: nowrap;
}

.selection-comparison-v341 .selection-table tbody tr:nth-child(even) {
  background: #fbfdff;
}

.selection-comparison-v341 .selection-table tbody tr:hover {
  background: #f2f9fd;
}

.selection-comparison-v341 .selection-table tbody th {
  min-width: 110px;
  font-size: 20px;
  border-right: 1px solid var(--line);
}

.selection-comparison-v341 .selection-table td:last-child a {
  display: inline-flex;
  padding: 8px 13px;
  border-radius: 999px;
  background: rgba(0,155,223,.08);
  border: 1px solid rgba(0,155,223,.22);
  text-decoration: none;
}

.selection-category-overview-v341 {
  background:
    radial-gradient(circle at 90% 0%, rgba(0,155,223,.08), transparent 28%),
    #ffffff;
}

.selection-category-overview-v341 .selection-category-grid {
  gap: 18px;
}

.selection-category-overview-v341 .selection-category-card {
  position: relative;
  min-height: 190px;
  padding: 26px;
  border-radius: 26px;
  border: 1px solid rgba(220,232,242,.95);
  background: linear-gradient(180deg, #ffffff 0%, #fbfdff 100%);
  box-shadow: 0 16px 38px rgba(21,35,50,.07);
  text-decoration: none;
  transition: transform .18s ease, box-shadow .18s ease, border-color .18s ease;
}

.selection-category-overview-v341 .selection-category-card:hover {
  transform: translateY(-3px);
  border-color: rgba(0,155,223,.38);
  box-shadow: 0 24px 54px rgba(21,35,50,.11);
}

.selection-category-overview-v341 .selection-category-card span {
  position: static;
  width: fit-content;
  padding: 7px 11px;
  border-radius: 999px;
  background: rgba(0,155,223,.08);
  border: 1px solid rgba(0,155,223,.18);
  color: var(--saltek-blue);
}

.selection-category-overview-v341 .selection-category-card h3 {
  margin-top: 12px;
  line-height: 1.18;
}

.selection-category-overview-v341 .selection-category-card p {
  line-height: 1.55;
}

@media (max-width: 1150px) {
  .selection-steps-v341 .selection-step-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .selection-category-overview-v341 .selection-category-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (max-width: 820px) {
  .selection-steps-v341 .selection-step-grid,
  .selection-category-overview-v341 .selection-category-grid {
    grid-template-columns: 1fr;
  }

  .selection-steps-v341 .selection-step-card,
  .selection-category-overview-v341 .selection-category-card {
    padding: 24px;
  }

  .selection-comparison-v341 .selection-table th,
  .selection-comparison-v341 .selection-table td {
    padding: 15px;
  }
}


/* V34.2 Auswahlhilfe product-group cards refinement
   Stronger separation between count, title and description in "Alle Produktgruppen". */

.selection-category-overview-v341 .selection-category-grid {
  gap: 22px;
  align-items: stretch;
}

.selection-category-card-v342 {
  display: grid !important;
  grid-template-rows: auto 1fr auto;
  gap: 18px;
  min-height: 230px;
  padding: 28px !important;
}

.selection-category-card-v342 .category-count-badge {
  display: inline-flex;
  width: fit-content;
  align-items: center;
  justify-content: center;
  margin: 0 !important;
  padding: 8px 13px !important;
  border-radius: 999px;
  background: rgba(0,155,223,.09);
  border: 1px solid rgba(0,155,223,.22);
  color: var(--saltek-blue);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: .055em;
  text-transform: uppercase;
}

.category-card-body-v342 {
  display: grid;
  gap: 12px;
  align-content: start;
}

.selection-category-card-v342 h3 {
  margin: 0 !important;
  padding-bottom: 12px;
  border-bottom: 1px solid var(--line);
  font-size: clamp(22px, 2vw, 28px);
  line-height: 1.15;
  letter-spacing: -.035em;
  color: var(--anthracite);
}

.selection-category-card-v342 p {
  margin: 0 !important;
  color: var(--muted);
  line-height: 1.7 !important;
}

.category-card-arrow-v342 {
  display: inline-flex;
  width: 38px;
  height: 38px;
  align-items: center;
  justify-content: center;
  justify-self: end;
  border-radius: 999px;
  background: #eef8fd;
  color: var(--saltek-blue);
  border: 1px solid rgba(0,155,223,.22);
  font-weight: 900;
  transition: transform .18s ease, background .18s ease, color .18s ease;
}

.selection-category-card-v342:hover .category-card-arrow-v342 {
  transform: translateX(3px);
  background: var(--saltek-blue);
  color: #fff;
}

@media (max-width: 1150px) {
  .selection-category-overview-v341 .selection-category-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .selection-category-card-v342 {
    min-height: 210px;
  }
}

@media (max-width: 760px) {
  .selection-category-card-v342 {
    min-height: 0;
    gap: 16px;
  }

  .selection-category-card-v342 h3 {
    font-size: 24px;
  }
}

/* V35 focused product expansion: enquiry products, ZP / FLP / Typ 2 / VLD */
.product-detail-enquiry-v35{background:radial-gradient(circle at 85% 10%,rgba(0,155,223,.12),transparent 32%),linear-gradient(180deg,#fff 0%,#f6f9fc 100%)}
.enquiry-card-v35{position:relative}.enquiry-badge-v35,.product-enquiry-badge-v35{display:inline-flex;width:fit-content;padding:7px 12px;border-radius:999px;background:rgba(0,155,223,.09);border:1px solid rgba(0,155,223,.24);color:var(--saltek-blue);font-size:12px;font-weight:900;letter-spacing:.055em;text-transform:uppercase}.enquiry-badge-v35{position:absolute;left:22px;bottom:22px;background:#fff}
.product-detail-content-v35{padding:76px 0;background:#fff}.product-detail-content-grid-v35{display:grid;grid-template-columns:repeat(2,1fr);gap:22px}.content-card-v35{border:1px solid var(--line);border-radius:26px;padding:28px;background:linear-gradient(180deg,#fff 0%,#fbfdff 100%);box-shadow:0 16px 42px rgba(21,35,50,.07)}.content-card-v35 h2{font-size:clamp(24px,2.4vw,34px);line-height:1.1;margin-bottom:12px}.content-card-v35 p{color:var(--muted);line-height:1.65}
.category-hero-v35{background:radial-gradient(circle at 12% 0%,rgba(0,155,223,.10),transparent 28%),linear-gradient(180deg,#fff 0%,#f6f9fc 100%)}.product-list-section-v35{padding:78px 0;background:#fff}.product-grid-v35{display:grid;grid-template-columns:repeat(3,1fr);gap:22px}.product-card-v35{border-radius:26px;overflow:hidden;box-shadow:0 16px 42px rgba(21,35,50,.07)}.product-card-v35 .product-card-body{display:grid;gap:10px}.product-card-v35 h3{margin:0;font-size:22px;line-height:1.18}.product-card-v35 p{color:var(--muted);line-height:1.55}
@media(max-width:1050px){.product-grid-v35{grid-template-columns:repeat(2,1fr)}.product-detail-content-grid-v35{grid-template-columns:1fr}}@media(max-width:680px){.product-grid-v35{grid-template-columns:1fr}}


/* V35.1 VLD visibility refinement */
.home-vld-entry-v351 {
  padding: 34px 0;
  background: linear-gradient(180deg, #ffffff 0%, #f6f9fc 100%);
}

.home-vld-card-v351 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 26px;
  padding: 28px;
  border: 1px solid rgba(220,232,242,.95);
  border-radius: 28px;
  background: #ffffff;
  box-shadow: 0 18px 44px rgba(21,35,50,.08);
}

.home-vld-card-v351 h2 {
  margin: 0 0 8px;
  font-size: clamp(24px, 2.5vw, 36px);
  line-height: 1.1;
}

.home-vld-card-v351 p {
  margin: 0;
  color: var(--muted);
  line-height: 1.55;
}

.vld-visible-card-v351 {
  border-color: rgba(0,155,223,.35) !important;
  background: linear-gradient(180deg, #ffffff 0%, #f3fbff 100%) !important;
}

@media (max-width: 760px) {
  .home-vld-card-v351 {
    display: grid;
    align-items: start;
  }
}


/* V35.3 VLD product split */
.product-card-v35 .product-enquiry-badge-v35 {
  margin-bottom: 2px;
}

.vld-visible-card-v351 {
  border-color: rgba(0,155,223,.35) !important;
  background: linear-gradient(180deg, #ffffff 0%, #f3fbff 100%) !important;
}


/* V35.4 VLD integrated as project entry, not a top catalog category */
.vld-project-entry-v354 {
  padding: 34px 0 72px;
  background: #ffffff;
}

.vld-project-card-v354 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
  padding: 26px 28px;
  border-radius: 26px;
  border: 1px solid rgba(220,232,242,.95);
  background:
    linear-gradient(180deg, #ffffff 0%, #fbfdff 100%);
  box-shadow: 0 14px 36px rgba(21,35,50,.06);
}

.vld-project-card-v354 .eyebrow {
  margin-bottom: 8px;
}

.vld-project-card-v354 h2 {
  margin: 0 0 8px;
  font-size: clamp(23px, 2.2vw, 34px);
  line-height: 1.12;
}

.vld-project-card-v354 p {
  margin: 0;
  max-width: 780px;
  color: var(--muted);
  line-height: 1.6;
}

.vld-project-actions-v354 {
  flex: 0 0 auto;
}

.vld-category-hero-v354 {
  background:
    linear-gradient(180deg, #ffffff 0%, #f6f9fc 100%);
}

.vld-category-hero-v354 .eyebrow {
  color: var(--saltek-blue);
}

@media (max-width: 820px) {
  .vld-project-card-v354 {
    display: grid;
    align-items: start;
  }

  .vld-project-actions-v354 {
    width: 100%;
  }

  .vld-project-actions-v354 .button {
    width: 100%;
    justify-content: center;
  }
}


/* V35.5 VLD stronger visibility with PDF */
.vld-feature-entry-v355 {
  padding: 70px 0;
  background:
    radial-gradient(circle at 88% 0%, rgba(0,155,223,.10), transparent 32%),
    linear-gradient(180deg, #ffffff 0%, #f6f9fc 100%);
}

.vld-feature-head-v355 {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 28px;
  margin-bottom: 26px;
}

.vld-feature-head-v355 h2 {
  margin: 0 0 10px;
  font-size: clamp(30px, 3vw, 48px);
  line-height: 1.04;
  letter-spacing: -.045em;
}

.vld-feature-head-v355 p {
  max-width: 820px;
  margin: 0;
  color: var(--muted);
  line-height: 1.6;
}

.vld-feature-head-actions-v355 {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
  justify-content: flex-end;
}

.vld-feature-grid-v355 {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
}

.vld-feature-product-card-v355 {
  padding: 28px;
  border-radius: 28px;
  border: 1px solid rgba(0,155,223,.25);
  background:
    linear-gradient(180deg, #ffffff 0%, #f3fbff 100%);
  box-shadow: 0 20px 52px rgba(21,35,50,.09);
}

.vld-feature-kicker-v355 {
  display: inline-flex;
  width: fit-content;
  margin-bottom: 14px;
  padding: 7px 12px;
  border-radius: 999px;
  background: rgba(0,155,223,.10);
  color: var(--saltek-blue);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: .055em;
  text-transform: uppercase;
  border: 1px solid rgba(0,155,223,.22);
}

.vld-feature-product-card-v355 h3 {
  margin: 0 0 12px;
  font-size: 24px;
  line-height: 1.14;
}

.vld-feature-product-card-v355 h3 a {
  text-decoration: none;
  color: var(--anthracite);
}

.vld-feature-product-card-v355 p {
  color: var(--muted);
  line-height: 1.6;
}

.vld-feature-actions-v355 {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 18px;
}

.vld-feature-actions-v355 a {
  display: inline-flex;
  padding: 8px 13px;
  border-radius: 999px;
  border: 1px solid rgba(0,155,223,.24);
  background: #ffffff;
  color: #08344c;
  text-decoration: none;
  font-weight: 800;
  font-size: 14px;
}

.vld-feature-actions-v355 a:hover {
  background: var(--saltek-blue);
  color: #ffffff;
}

.vld-category-hero-v355 {
  background:
    radial-gradient(circle at 10% 0%, rgba(0,155,223,.12), transparent 32%),
    linear-gradient(180deg, #ffffff 0%, #f6f9fc 100%);
}

.vld-category-list-v355 {
  background: #ffffff;
}

.vld-pdf-card-v355 {
  position: relative;
}

.vld-pdf-download-v355 {
  display: block;
  margin-top: 18px;
  padding: 12px 14px;
  border-radius: 16px;
  background: #eef8fd;
  border: 1px solid rgba(0,155,223,.24);
  color: #08344c;
  text-decoration: none;
  font-weight: 900;
}

.vld-datasheet-card-v355 {
  border-color: rgba(0,155,223,.28) !important;
  background: linear-gradient(180deg, #ffffff 0%, #f3fbff 100%) !important;
}

@media (max-width: 1050px) {
  .vld-feature-head-v355 {
    display: grid;
    align-items: start;
  }
  .vld-feature-head-actions-v355 {
    justify-content: flex-start;
  }
  .vld-feature-grid-v355 {
    grid-template-columns: 1fr;
  }
}


/* V37 form security fields */
.form-security-field-v37 {
  position: absolute !important;
  left: -10000px !important;
  top: auto !important;
  width: 1px !important;
  height: 1px !important;
  overflow: hidden !important;
  opacity: 0 !important;
  pointer-events: none !important;
}


/* V42.4 product card visual alignment */
.catalog-card,
.home-product-card,
.product-card-v35 {
  display: grid;
  align-content: start;
}

.catalog-card,
.home-product-card {
  grid-template-rows: auto auto auto 1fr auto auto;
}

.product-card-v35 {
  grid-template-rows: auto 1fr;
  background: #ffffff;
}

.product-image-frame,
.product-card-media {
  display: grid;
  place-items: center;
  width: 100%;
  aspect-ratio: 4 / 3;
  min-height: 0;
}

.product-image-frame {
  padding: 18px;
}

.product-card-media {
  min-height: 210px;
  padding: 22px;
  background: linear-gradient(135deg, #ffffff, #f4f8fb);
  border-bottom: 1px solid rgba(220,232,242,.95);
}

.product-image,
.product-card-media img {
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}

.catalog-card .product-image,
.home-product-card .product-image,
.finder-product-row .product-image,
.category-product-card .product-image,
.application-product-card .product-image {
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}

.catalog-card .product-image-frame,
.home-product-card .product-image-frame {
  min-height: 0;
  height: 248px;
  margin: 12px 0 16px;
}

.catalog-card .product-image {
  max-height: 212px;
}

.home-product-card .product-image-frame {
  height: 210px;
}

.home-product-card .product-image {
  max-height: 174px;
}

.product-card-media img {
  max-height: 166px;
}

.detail-product-visual .product-image {
  max-height: 294px;
}

.catalog-card h2,
.home-product-card h3 {
  min-height: 2.4em;
  display: flex;
  align-items: flex-start;
}

.catalog-card p:not(.product-focus),
.home-product-card p {
  min-height: 4.8em;
}

.catalog-card ul {
  min-height: 118px;
}

.catalog-card .product-card-actions,
.home-product-actions,
.product-card-v35 .product-card-actions {
  margin-top: auto;
}

.product-card-v35 .product-card-body {
  position: relative;
  grid-template-rows: auto auto 1fr auto;
  padding: 22px;
}

.product-card-v35 .product-enquiry-badge-v35 {
  position: absolute;
  top: 18px;
  right: 22px;
  margin: 0;
}

.product-card-v35 h3 {
  min-height: 2.4em;
}

.product-card-v35 p:not(.eyebrow) {
  min-height: 4.7em;
}

.finder-product-row .product-image-frame,
.category-product-card .product-image-frame,
.finder-product-card .product-image-frame,
.application-product-card .product-image-frame {
  aspect-ratio: 1 / 1;
  min-height: 0;
}

.finder-product-row .product-image-frame {
  width: 112px;
  height: 112px;
}

.finder-product-row .product-image {
  max-height: 76px;
}

.category-product-card .product-image-frame,
.finder-product-card .product-image-frame,
.application-product-card .product-image-frame {
  width: 180px;
  height: 180px;
}

.category-product-card .product-image,
.finder-product-card .product-image,
.application-product-card .product-image {
  max-height: 144px;
}

@media (max-width: 1000px) {
  .category-product-card .product-image-frame,
  .finder-product-card .product-image-frame,
  .application-product-card .product-image-frame,
  .finder-product-row .product-image-frame {
    width: 100%;
    height: auto;
    aspect-ratio: 4 / 3;
  }

  .category-product-card .product-image,
  .finder-product-card .product-image,
  .application-product-card .product-image,
  .finder-product-row .product-image {
    max-height: 174px;
  }
}

@media (max-width: 720px) {
  .catalog-card h2,
  .home-product-card h3,
  .product-card-v35 h3,
  .catalog-card p:not(.product-focus),
  .home-product-card p,
  .product-card-v35 p:not(.eyebrow) {
    min-height: 0;
  }
}


/* V43 technical assets for product detail pages */
.technical-assets-section .compact-heading {
  margin-bottom: 1.25rem;
}

.technical-source-note {
  color: #6b7280;
  font-size: .95rem;
  margin-top: .5rem;
}

.technical-assets-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem;
  align-items: stretch;
}

.technical-asset-card {
  border: 1px solid rgba(14, 55, 79, .14);
  border-radius: 8px;
  background: #fff;
  padding: 1rem;
  display: grid;
  gap: .85rem;
  align-content: start;
}

.technical-asset-card h3 {
  margin: 0;
  font-size: 1.05rem;
  color: #12384f;
}

.technical-asset-card a:first-of-type {
  display: grid;
  place-items: center;
  min-height: 220px;
  background: #f8fafc;
  border: 1px solid rgba(14, 55, 79, .08);
  border-radius: 6px;
  overflow: hidden;
}

.technical-asset-card img {
  width: 100%;
  max-height: 300px;
  object-fit: contain;
}

.technical-asset-note {
  grid-column: 1 / -1;
}

@media (max-width: 760px) {
  .technical-assets-grid {
    grid-template-columns: 1fr;
  }

  .technical-asset-card a:first-of-type {
    min-height: 170px;
  }
}


/* V44 product document downloads */
.product-documents-section .compact-heading {
  margin-bottom: 1.25rem;
}

.product-documents-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
}

.document-card {
  border: 1px solid rgba(14, 55, 79, .14);
  border-radius: 8px;
  background: #fff;
  padding: 1rem;
  display: grid;
  gap: .9rem;
  align-content: space-between;
  min-height: 190px;
}

.document-card h3 {
  margin: .35rem 0 .45rem;
  color: #12384f;
  font-size: 1.05rem;
}

.document-card p {
  margin: 0;
  color: #4b5563;
}

.document-type {
  display: inline-flex;
  width: fit-content;
  padding: .18rem .5rem;
  border-radius: 999px;
  background: #eaf6fc;
  color: #0b78ad;
  font-size: .72rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .03em;
}

.document-card.unavailable {
  grid-column: 1 / -1;
}

@media (max-width: 980px) {
  .product-documents-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 680px) {
  .product-documents-grid {
    grid-template-columns: 1fr;
  }
}

.vld-feature-image-v46 {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 150px;
  margin-bottom: 14px;
  border-radius: 8px;
  background: #fff;
  border: 1px solid rgba(15, 23, 42, 0.08);
}
.vld-feature-image-v46 img {
  max-width: 88%;
  max-height: 126px;
  object-fit: contain;
}

/* V46.2 homepage hero refinement */
.hero-proof-card {
  justify-content: flex-end;
}

.hero-proof-panel {
  width: min(520px, 100%);
  padding: 22px;
  border: 1px solid rgba(220,232,242,.95);
  border-radius: 24px;
  background: rgba(255,255,255,.92);
  box-shadow: var(--shadow);
}

.hero-proof-head {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 16px;
  color: var(--muted);
  font-size: 13px;
  font-weight: 900;
  letter-spacing: .04em;
  text-transform: uppercase;
}

.hero-proof-products {
  display: grid;
  gap: 12px;
}

.hero-proof-product {
  display: grid;
  grid-template-columns: 108px 1fr;
  gap: 16px;
  align-items: center;
  min-height: 118px;
  padding: 14px;
  border: 1px solid var(--line);
  border-radius: 12px;
  background: #fff;
  transition: transform .18s ease, border-color .18s ease, box-shadow .18s ease;
}

.hero-proof-product:hover {
  color: inherit;
  border-color: rgba(0,155,223,.45);
  box-shadow: 0 14px 30px rgba(21,35,50,.08);
  transform: translateY(-2px);
}

.hero-proof-product img {
  width: 108px;
  height: 90px;
  object-fit: contain;
}

.hero-proof-product strong {
  display: block;
  color: var(--anthracite);
  font-size: 17px;
  line-height: 1.2;
}

.hero-proof-product small {
  display: block;
  margin-top: 6px;
  color: var(--muted);
  font-size: 13px;
}

.hero-proof-product-main {
  min-height: 142px;
  background: linear-gradient(135deg, #ffffff 0%, #f4f9fd 100%);
}

.hero-proof-product-main img {
  height: 112px;
}

.hero-proof-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  margin-top: 16px;
  padding-top: 16px;
  border-top: 1px solid var(--line);
}

.hero-proof-bottom strong {
  display: block;
  color: var(--saltek-blue);
  font-size: 34px;
  line-height: 1;
}

.hero-proof-bottom span {
  display: block;
  max-width: 230px;
  color: var(--muted);
  font-size: 13px;
  line-height: 1.35;
}

.hero-proof-bottom a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  padding: 10px 14px;
  border-radius: 999px;
  background: var(--anthracite);
  color: #fff;
  font-size: 13px;
  font-weight: 900;
}

.hero-proof-bottom a:hover {
  background: var(--saltek-blue-dark);
  color: #fff;
}

@media (max-width: 1050px) {
  .hero-proof-card {
    justify-content: flex-start;
  }
}

@media (max-width: 650px) {
  .hero-proof-product {
    grid-template-columns: 86px 1fr;
  }

  .hero-proof-product img {
    width: 86px;
    height: 78px;
  }

  .hero-proof-product-main img {
    height: 88px;
  }

  .hero-proof-bottom {
    align-items: flex-start;
    flex-direction: column;
  }

  .hero-proof-bottom a {
    width: 100%;
  }
}

/* V46.7 catalog featured category */

.catalog-feature-links {
  margin: 0 0 20px;
}
.catalog-feature-link {
  display: grid;
  gap: 4px;
  padding: 18px 20px;
  border: 1px solid var(--line);
  border-radius: 18px;
  background: linear-gradient(90deg, rgba(0,155,223,.08), transparent), var(--white);
  box-shadow: 0 12px 26px rgba(21,35,50,.05);
}
.catalog-feature-link span {
  color: var(--saltek-blue-dark);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: .06em;
  text-transform: uppercase;
}
.catalog-feature-link strong {
  color: var(--anthracite);
  font-size: 20px;
}
.catalog-feature-link small {
  color: var(--muted);
  font-size: 14px;
}

/* V46.13 SALTEK logo manual alignment
   Uses the EN claim logo on a white header background without distortion. */
.site-header .brand-logo-only .saltek-logo-img,
.site-header .brand-clean .saltek-logo-img {
  width: clamp(232px, 34vw, 520px);
  height: auto;
  max-height: 70px;
  object-fit: contain;
  object-position: left center;
  display: block;
}

.site-header .brand-logo-only {
  max-width: min(54vw, 540px);
}

@media (max-width: 980px) {
  .site-header .brand-logo-only .saltek-logo-img,
  .site-header .brand-clean .saltek-logo-img {
    width: clamp(232px, 48vw, 360px);
    max-height: 56px;
  }
}

@media (max-width: 650px) {
  .site-header .brand-logo-only,
  .site-header .brand-clean {
    max-width: calc(100vw - 86px);
  }

  .site-header .brand-logo-only .saltek-logo-img,
  .site-header .brand-clean .saltek-logo-img {
    width: clamp(232px, 58vw, 252px);
    max-height: 46px;
  }
}
