﻿:root {
  --ink: #111827;
  --steel: #2f3a45;
  --muted: #657386;
  --line: #d7e0e6;
  --line-soft: #e6edf1;
  --paper: #f5f8f7;
  --surface: #f8faf9;
  --surface-soft: #eef4f3;
  --panel: #ffffff;
  --field: #fbfcfd;
  --charcoal: #17202a;
  --charcoal-2: #202b36;
  --red: #c91622;
  --red-dark: #9f111a;
  --blue: #255f85;
  --teal: #32706a;
  --amber: #b7791f;
  --shadow-xs: 0 6px 16px rgba(17, 24, 39, 0.035);
  --shadow-sm: 0 12px 30px rgba(17, 24, 39, 0.07);
  --shadow: 0 24px 58px rgba(17, 24, 39, 0.11);
  --shadow-panel: 0 18px 44px rgba(17, 24, 39, 0.08);
  --max: 1440px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--surface);
  font-family: Inter, Arial, Helvetica, sans-serif;
  line-height: 1.55;
  text-rendering: geometricPrecision;
  -webkit-font-smoothing: antialiased;
}
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
h1, h2, h3, p { margin-top: 0; }
h1 {
  max-width: 760px;
  margin-bottom: 20px;
  font-size: clamp(44px, 5vw, 72px);
  line-height: 1.02;
  letter-spacing: 0;
}
h2 {
  margin-bottom: 14px;
  font-size: clamp(30px, 3.2vw, 48px);
  line-height: 1.08;
  letter-spacing: 0;
}
h3 { margin-bottom: 9px; font-size: 20px; line-height: 1.22; }
p { color: var(--muted); }

.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  display: grid;
  grid-template-columns: minmax(230px, auto) 1fr auto;
  align-items: center;
  gap: 28px;
  min-height: 74px;
  padding: 12px max(24px, calc((100vw - var(--max)) / 2 + 32px));
  background: rgba(248, 250, 249, 0.94);
  border-bottom: 1px solid rgba(215, 224, 230, 0.88);
  backdrop-filter: blur(16px);
}
.brand { display: inline-flex; align-items: center; gap: 12px; min-width: 230px; }
.brand-mark {
  display: grid;
  width: 42px;
  height: 42px;
  place-items: center;
  color: #fff;
  background: linear-gradient(135deg, var(--red), #e13b45);
  border-radius: 7px;
  font-weight: 900;
  box-shadow: 0 10px 22px rgba(201, 22, 34, 0.22);
}
.brand strong { display: block; font-size: 15px; line-height: 1.15; }
.brand small { display: block; color: var(--muted); font-size: 12px; }
.nav-links {
  display: flex;
  justify-content: center;
  gap: 30px;
  color: #556170;
  font-size: 14px;
  font-weight: 800;
}
.nav-links a { padding: 8px 0; border-bottom: 2px solid transparent; }
.nav-links a:hover { color: var(--red); border-color: var(--red); }
.nav-cta, .button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  padding: 11px 18px;
  border: 1px solid transparent;
  border-radius: 7px;
  font-weight: 900;
  cursor: pointer;
  transition: transform 0.18s ease, box-shadow 0.18s ease, background 0.18s ease;
}
.nav-cta, .button.primary {
  color: #fff;
  background: var(--red);
  box-shadow: 0 12px 24px rgba(201, 22, 34, 0.2);
}
.nav-cta:hover, .button.primary:hover { background: var(--red-dark); transform: translateY(-1px); }
.button.secondary { color: var(--ink); background: #fff; border-color: var(--line); box-shadow: var(--shadow-sm); }
.button.secondary:hover { border-color: #b9c6d0; transform: translateY(-1px); }
.button.wide { width: 100%; }

.eyebrow {
  margin: 0 0 12px;
  color: var(--red);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}
.hero {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(470px, 0.78fr);
  gap: clamp(36px, 5vw, 76px);
  align-items: center;
  max-width: var(--max);
  margin: 0 auto;
  padding: clamp(54px, 7vw, 92px) 32px clamp(44px, 6vw, 70px);
}
.hero::before {
  content: "";
  position: absolute;
  inset: 0 32px;
  z-index: -1;
  background:
    radial-gradient(circle at 76% 24%, rgba(37, 95, 133, 0.1), transparent 34%),
    linear-gradient(135deg, rgba(255, 255, 255, 0.92), rgba(238, 244, 243, 0.92));
  border-bottom: 1px solid var(--line-soft);
}
.hero-copy { padding: 28px 0; }
.hero-lede, .section-head p, .selector-band p, .rfq-copy p, .global-copy p {
  max-width: 660px;
  color: var(--muted);
  font-size: 18px;
}
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin: 28px 0; }
.proof-row {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
  max-width: 820px;
}
.proof-row span {
  position: relative;
  min-height: 84px;
  padding: 16px 16px 14px;
  background: rgba(255, 255, 255, 0.94);
  border: 1px solid var(--line-soft);
  border-radius: 8px;
  color: var(--muted);
  font-size: 13px;
  box-shadow: var(--shadow-xs);
}
.proof-row span::before {
  content: "";
  position: absolute;
  left: 16px;
  top: 0;
  width: 34px;
  height: 3px;
  background: var(--red);
}
.proof-row strong { display: block; color: var(--ink); font-size: 25px; line-height: 1; }

.hero-panel {
  align-self: stretch;
  display: grid;
  grid-template-rows: auto minmax(300px, 1fr) auto;
  min-height: 548px;
  overflow: hidden;
  background: #fff;
  border: 1px solid var(--line-soft);
  border-radius: 8px;
  box-shadow: var(--shadow-panel);
}
.panel-head {
  display: flex;
  justify-content: space-between;
  gap: 18px;
  padding: 20px 22px;
  border-bottom: 1px solid var(--line);
}
.panel-head span { display: block; color: var(--muted); font-size: 13px; font-weight: 800; }
.panel-head strong { display: block; margin-top: 4px; font-size: 24px; line-height: 1.15; }
.panel-head::after {
  content: "Engineered Quote";
  align-self: start;
  padding: 7px 10px;
  color: var(--blue);
  background: #eef6fa;
  border: 1px solid #cfe0eb;
  border-radius: 999px;
  font-size: 12px;
  font-weight: 900;
  white-space: nowrap;
}
.machine-stage {
  display: grid;
  place-items: center;
  min-height: 332px;
  padding: 36px 46px;
  background:
    linear-gradient(180deg, rgba(255,255,255,0.98), rgba(255,255,255,1)),
    linear-gradient(90deg, rgba(215,224,230,0.42) 0 1px, transparent 1px 100%),
    linear-gradient(0deg, rgba(215,224,230,0.34) 0 1px, transparent 1px 100%);
  background-size: auto, 44px 44px, 44px 44px;
}
.machine-stage img {
  width: min(100%, 540px);
  max-height: 328px;
  object-fit: contain;
  filter: drop-shadow(0 24px 22px rgba(17, 24, 39, 0.16));
}
.spec-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin: 0;
  border-top: 1px solid var(--line);
}
.spec-list div { padding: 15px 18px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.spec-list dt { color: var(--muted); font-size: 12px; font-weight: 800; }
.spec-list dd { margin: 3px 0 0; color: var(--ink); font-weight: 900; }

.assurance-strip {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
  max-width: var(--max);
  margin: 0 auto;
  padding: 0 32px 56px;
  background: transparent;
}
.assurance-strip article {
  display: grid;
  gap: 8px;
  min-height: 176px;
  padding: 22px;
  background: #fff;
  border: 1px solid var(--line-soft);
  border-radius: 8px;
  box-shadow: var(--shadow-xs);
}
.assurance-strip article:first-child,
.assurance-strip article:last-child { border-radius: 8px; }
.assurance-strip span {
  color: var(--red);
  font-size: 12px;
  font-weight: 900;
}
.assurance-strip strong {
  color: var(--ink);
  font-size: 18px;
  line-height: 1.2;
}
.assurance-strip p { margin: 0; font-size: 14px; }

.selector-band {
  display: grid;
  grid-template-columns: minmax(0, 0.74fr) minmax(520px, 1fr);
  gap: 28px;
  align-items: end;
  padding: clamp(58px, 7vw, 86px) max(24px, calc((100vw - var(--max)) / 2 + 32px));
  color: var(--ink);
  background:
    linear-gradient(135deg, rgba(239, 246, 245, 0.98), rgba(248, 250, 249, 0.98)),
    linear-gradient(90deg, rgba(37, 95, 133, 0.05) 0 1px, transparent 1px 100%);
  background-size: auto, 56px 56px;
  border-top: 1px solid var(--line-soft);
  border-bottom: 1px solid var(--line-soft);
}
.selector-band .eyebrow { color: var(--red); }
.selector-band h2 { max-width: 650px; }
.selector-band p { color: var(--muted); }
.selector-form {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr)) auto;
  gap: 12px;
  align-items: end;
  padding: 18px;
  background: rgba(255, 255, 255, 0.92);
  border: 1px solid var(--line-soft);
  border-radius: 8px;
  box-shadow: var(--shadow-panel);
}
.selector-band label { color: var(--steel); }
.selector-result {
  grid-column: 1 / -1;
  min-height: 58px;
  padding: 15px 16px;
  color: var(--steel);
  background: rgba(255, 255, 255, 0.86);
  border: 1px solid var(--line-soft);
  border-radius: 8px;
}
.selector-result ol { margin: 10px 0; padding-left: 20px; }

.section, .rfq {
  padding: clamp(64px, 7vw, 96px) max(24px, calc((100vw - var(--max)) / 2 + 32px));
}
.section { background: var(--surface); }
.muted { background: var(--paper); }
.section-head {
  display: grid;
  grid-template-columns: minmax(0, 0.82fr) minmax(300px, 0.5fr);
  gap: 34px;
  align-items: end;
  margin-bottom: 34px;
}
.section-head .eyebrow { grid-column: 1 / -1; margin-bottom: -14px; }
.product-toolbar {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: -8px 0 24px;
}
.filter-chip {
  min-height: 38px;
  padding: 8px 13px;
  color: var(--steel);
  background: #fff;
  border: 1px solid var(--line-soft);
  border-radius: 999px;
  font: inherit;
  font-size: 13px;
  font-weight: 900;
  cursor: pointer;
}
.filter-chip:hover { border-color: #b9c6d0; box-shadow: var(--shadow-sm); }
.filter-chip.active {
  color: #fff;
  background: var(--charcoal);
  border-color: var(--charcoal);
}
.product-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 18px; }
.product-card {
  display: grid;
  grid-template-rows: 210px auto;
  min-height: 100%;
  overflow: hidden;
  background: #fff;
  border: 1px solid var(--line-soft);
  border-radius: 8px;
  box-shadow: var(--shadow-xs);
  transition: transform 0.18s ease, box-shadow 0.18s ease, border-color 0.18s ease;
}
.product-card:hover { transform: translateY(-3px); border-color: #bac7d1; box-shadow: var(--shadow-sm); }
.product-media {
  display: grid;
  place-items: center;
  padding: 20px;
  background:
    linear-gradient(180deg, #fff, #fff),
    linear-gradient(90deg, rgba(215,224,230,0.36) 0 1px, transparent 1px 100%);
  background-size: auto, 44px 44px;
  border-bottom: 1px solid var(--line-soft);
}
.product-media img { max-height: 174px; object-fit: contain; filter: drop-shadow(0 16px 18px rgba(17, 24, 39, 0.14)); }
.product-body { display: flex; flex-direction: column; padding: 18px; }
.product-kicker { color: var(--red); font-size: 12px; font-weight: 900; text-transform: uppercase; }
.product-body p { color: var(--muted); }
.spec-row { display: flex; flex-wrap: wrap; gap: 8px; margin: auto 0 16px; }
.spec-row span {
  padding: 6px 9px;
  color: var(--steel);
  background: var(--paper);
  border: 1px solid var(--line-soft);
  border-radius: 999px;
  font-size: 12px;
  font-weight: 800;
}
.text-link { color: var(--blue); font-weight: 900; text-decoration: underline; text-underline-offset: 4px; }

.industry-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 16px; }
.industry-grid article, .rfq-form, .contact-card, .content-block, .admin-panel, .lead-table-wrap {
  background: #fff;
  border: 1px solid var(--line-soft);
  border-radius: 8px;
}
.industry-grid article { padding: 22px; box-shadow: var(--shadow-xs); }
.industry-grid span { color: var(--red); font-weight: 900; }
.industry-grid p { margin-bottom: 0; color: var(--muted); }
.workflow {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
  max-width: var(--max);
  margin: 0 auto;
  padding: 0 32px 18px;
  background: var(--surface);
}
.workflow-step {
  display: flex;
  gap: 13px;
  align-items: center;
  padding: 22px 24px;
  background: #fff;
  border: 1px solid var(--line-soft);
  border-radius: 8px;
  box-shadow: var(--shadow-xs);
}
.workflow-step strong {
  display: grid;
  flex: 0 0 34px;
  width: 34px;
  height: 34px;
  place-items: center;
  color: #fff;
  background: var(--red);
  border-radius: 50%;
  font-size: 14px;
}
.workflow-step span { color: var(--steel); font-weight: 800; }

.article-preview { background: var(--surface); }
.preview-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 16px; margin-bottom: 22px; }
.preview-grid a {
  display: grid;
  gap: 10px;
  min-height: 156px;
  padding: 20px;
  background: #fff;
  border: 1px solid var(--line-soft);
  border-radius: 8px;
  box-shadow: var(--shadow-xs);
  transition: transform 0.18s ease, border-color 0.18s ease;
}
.preview-grid a:hover { transform: translateY(-2px); border-color: #b9c6d0; }
.preview-grid span { color: var(--red); font-size: 12px; font-weight: 900; text-transform: uppercase; }
.preview-grid strong { font-size: 19px; line-height: 1.2; }

.global-fit {
  display: grid;
  grid-template-columns: minmax(0, 0.76fr) minmax(520px, 1fr);
  gap: 38px;
  align-items: start;
  padding: clamp(66px, 7vw, 98px) max(24px, calc((100vw - var(--max)) / 2 + 32px));
  color: var(--ink);
  background:
    linear-gradient(135deg, rgba(248, 250, 249, 0.98), rgba(239, 246, 245, 0.98)),
    linear-gradient(90deg, rgba(37, 95, 133, 0.05) 0 1px, transparent 1px 100%);
  background-size: auto, 56px 56px;
  border-top: 1px solid var(--line-soft);
  border-bottom: 1px solid var(--line-soft);
}
.global-fit .eyebrow { color: var(--red); }
.global-copy p { color: var(--muted); }
.global-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 14px; }
.global-grid article {
  min-height: 158px;
  padding: 20px;
  background: rgba(255, 255, 255, 0.92);
  border: 1px solid var(--line-soft);
  border-radius: 8px;
  box-shadow: var(--shadow-xs);
}
.global-grid article:first-child { grid-column: 1 / -1; min-height: auto; }
.global-grid span { display: block; margin-bottom: 10px; color: var(--red); font-size: 12px; font-weight: 900; text-transform: uppercase; }
.global-grid strong { display: block; margin-bottom: 8px; font-size: 19px; }
.global-grid p { margin: 0; color: var(--muted); }

.rfq {
  display: grid;
  grid-template-columns: minmax(0, 0.7fr) minmax(520px, 0.98fr);
  gap: 38px;
  background:
    radial-gradient(circle at 82% 20%, rgba(201, 22, 34, 0.08), transparent 32%),
    linear-gradient(135deg, rgba(255, 255, 255, 0.94), rgba(245, 248, 247, 0.98)),
    linear-gradient(90deg, rgba(37, 95, 133, 0.05) 0 1px, transparent 1px 100%);
  background-size: auto, auto, 56px 56px;
}
.contact-card { display: grid; gap: 7px; margin-top: 22px; padding: 20px; color: var(--steel); box-shadow: var(--shadow-xs); }
.contact-card strong { color: var(--ink); }
.rfq-form { display: grid; gap: 16px; padding: 24px; box-shadow: var(--shadow-panel); }
.form-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 14px; }
label { display: grid; gap: 7px; color: var(--steel); font-size: 13px; font-weight: 900; }
input, select, textarea {
  width: 100%;
  min-height: 44px;
  padding: 10px 12px;
  color: var(--ink);
  background: var(--field);
  border: 1px solid #cbd5dc;
  border-radius: 7px;
  font: inherit;
}
input:focus, select:focus, textarea:focus { outline: 2px solid rgba(37, 95, 133, 0.25); border-color: var(--blue); }
textarea { resize: vertical; }
.hidden-field { position: absolute; left: -9999px; }
.consent { display: flex; align-items: center; gap: 10px; }
.consent input { width: 18px; min-height: 18px; }
.form-status { min-height: 22px; margin: 0; color: var(--blue); font-weight: 900; }

.footer {
  display: flex;
  justify-content: space-between;
  gap: 24px;
  padding: 32px max(24px, calc((100vw - var(--max)) / 2 + 32px));
  color: #fff;
  background: #121922;
}
.footer div { display: grid; gap: 4px; }
.footer span { color: rgba(255, 255, 255, 0.68); }
.footer a { color: #fff; text-decoration: underline; text-underline-offset: 4px; }

.article-index-hero {
  padding: clamp(58px, 7vw, 92px) max(24px, calc((100vw - var(--max)) / 2 + 32px));
  background:
    radial-gradient(circle at 78% 22%, rgba(37, 95, 133, 0.1), transparent 34%),
    linear-gradient(135deg, #fff 0%, #f8faf9 62%, #eef4f3 100%);
}
.article-index-hero h1 { max-width: 980px; }
.article-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
  padding: clamp(48px, 6vw, 78px) max(24px, calc((100vw - var(--max)) / 2 + 32px));
  background: var(--surface);
}
.article-grid article {
  overflow: hidden;
  background: #fff;
  border: 1px solid var(--line-soft);
  border-radius: 8px;
  box-shadow: var(--shadow-xs);
}
.article-card-media {
  display: grid;
  place-items: center;
  height: 190px;
  padding: 18px;
  background:
    linear-gradient(180deg, #fff, #fff),
    linear-gradient(90deg, rgba(215,224,230,0.36) 0 1px, transparent 1px 100%);
  background-size: auto, 44px 44px;
  border-bottom: 1px solid var(--line-soft);
}
.article-card-media img { max-height: 150px; object-fit: contain; filter: drop-shadow(0 14px 18px rgba(17, 24, 39, 0.14)); }
.article-grid article div { display: grid; gap: 10px; padding: 18px; }
.article-grid article span { color: var(--red); font-size: 12px; font-weight: 900; text-transform: uppercase; }
.article-grid article p { color: var(--muted); }
.article-page { background: var(--surface); }
.article-hero {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(360px, 0.56fr);
  gap: clamp(28px, 5vw, 64px);
  align-items: center;
  padding: clamp(56px, 7vw, 92px) max(24px, calc((100vw - var(--max)) / 2 + 32px));
  background:
    radial-gradient(circle at 78% 22%, rgba(37, 95, 133, 0.1), transparent 34%),
    linear-gradient(135deg, #fff 0%, #f8faf9 62%, #eef4f3 100%);
}
.article-visual {
  display: grid;
  place-items: center;
  min-height: 340px;
  padding: 30px;
  background: #fff;
  border: 1px solid var(--line-soft);
  border-radius: 8px;
  box-shadow: var(--shadow-panel);
}
.article-visual img { max-height: 280px; object-fit: contain; filter: drop-shadow(0 20px 22px rgba(17, 24, 39, 0.16)); }
.article-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(300px, 360px);
  gap: 28px;
  padding: clamp(48px, 6vw, 78px) max(24px, calc((100vw - var(--max)) / 2 + 32px));
  background: var(--surface);
}
.article-content { display: grid; gap: 18px; }
.article-content section, .article-sidebar {
  padding: 24px;
  background: #fff;
  border: 1px solid var(--line-soft);
  border-radius: 8px;
  box-shadow: var(--shadow-xs);
}
.article-content p, .article-sidebar p { color: var(--muted); }
.article-cta { border-color: rgba(201, 22, 34, 0.28) !important; }
.article-sidebar { position: sticky; top: 92px; align-self: start; display: grid; gap: 12px; }
.article-sidebar span { margin-top: 10px; color: var(--red); font-size: 12px; font-weight: 900; text-transform: uppercase; }

.admin-body { background: var(--surface); }
.admin-shell {
  display: grid;
  gap: 22px;
  max-width: var(--max);
  margin: 0 auto;
  padding: clamp(28px, 5vw, 64px) 32px;
}
.admin-panel {
  padding: 24px;
  background: #fff;
  border: 1px solid var(--line-soft);
  border-radius: 8px;
  box-shadow: var(--shadow-sm);
}
.admin-hero {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(360px, 460px);
  gap: clamp(22px, 4vw, 48px);
  align-items: center;
  padding: clamp(26px, 4vw, 42px);
  overflow: hidden;
  background:
    radial-gradient(circle at 78% 22%, rgba(37,95,133,0.1), transparent 34%),
    linear-gradient(135deg, rgba(255,255,255,0.98), rgba(245,248,247,0.96));
}
.admin-hero h1 {
  max-width: 760px;
  margin-bottom: 14px;
  font-size: clamp(34px, 4.2vw, 56px);
}
.admin-login {
  display: grid;
  gap: 16px;
  padding: 20px;
  background: #fff;
  border: 1px solid var(--line-soft);
  border-radius: 8px;
  box-shadow: var(--shadow-panel);
}
.admin-login-screen {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(340px, 420px);
  gap: clamp(24px, 5vw, 64px);
  align-items: center;
  min-height: 520px;
  padding: clamp(28px, 5vw, 54px);
  background:
    radial-gradient(circle at 78% 22%, rgba(37,95,133,0.1), transparent 34%),
    linear-gradient(135deg, rgba(255,255,255,0.98), rgba(245,248,247,0.96));
}
.operator-card {
  display: grid;
  gap: 4px;
  padding: 14px 16px;
  color: var(--steel);
  background: var(--paper);
  border: 1px solid var(--line-soft);
  border-radius: 8px;
}
.operator-card span, .operator-card small { color: var(--muted); font-size: 12px; font-weight: 900; text-transform: uppercase; }
.operator-card strong { overflow-wrap: anywhere; }
.admin-controls { display: flex; flex-wrap: wrap; gap: 12px; }
.admin-sla {
  display: grid;
  gap: 7px;
  margin: 0;
  padding: 14px 16px;
  color: var(--steel);
  background: var(--paper);
  border: 1px solid var(--line-soft);
  border-radius: 8px;
  font-size: 13px;
  list-style: none;
}
.admin-sla strong { color: var(--red); }
.kpi-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
}
.kpi-grid article {
  min-height: 138px;
  padding: 20px;
  background: #fff;
  border: 1px solid var(--line-soft);
  border-radius: 8px;
  box-shadow: var(--shadow-xs);
}
.kpi-grid span {
  display: block;
  color: var(--muted);
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
}
.kpi-grid strong {
  display: block;
  margin: 8px 0 4px;
  color: var(--ink);
  font-size: 42px;
  line-height: 1;
}
.kpi-grid small { color: var(--muted); font-weight: 800; }
.filter-panel {
  display: grid;
  grid-template-columns: minmax(260px, 0.46fr) 1fr;
  gap: 24px;
  align-items: end;
}
.filter-panel h2 {
  margin-bottom: 0;
  font-size: clamp(24px, 2.5vw, 34px);
}
.filter-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
}
.admin-tabs {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  padding: 8px;
  background: #fff;
  border: 1px solid var(--line-soft);
  border-radius: 8px;
  box-shadow: var(--shadow-sm);
}
.admin-tabs button {
  min-height: 40px;
  padding: 9px 14px;
  color: var(--steel);
  background: transparent;
  border: 1px solid transparent;
  border-radius: 7px;
  font: inherit;
  font-weight: 900;
  cursor: pointer;
}
.admin-tabs button.active {
  color: #fff;
  background: var(--charcoal);
  border-color: var(--charcoal);
}
.lead-board { display: grid; gap: 18px; }
.lead-cards { display: grid; gap: 16px; }
.lead-card {
  display: grid;
  gap: 18px;
  padding: 22px;
  background: #fff;
  border: 1px solid var(--line-soft);
  border-radius: 8px;
  box-shadow: var(--shadow-sm);
}
.lead-card-head {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 18px;
  align-items: start;
}
.lead-card-head h3 {
  margin: 8px 0 4px;
  font-size: 22px;
}
.lead-card-head p { margin: 0; }
.lead-score {
  display: grid;
  width: 76px;
  height: 76px;
  place-items: center;
  align-content: center;
  color: #fff;
  background: var(--charcoal);
  border-radius: 8px;
}
.lead-score strong { font-size: 28px; line-height: 1; }
.lead-score span { font-size: 11px; font-weight: 900; text-transform: uppercase; }
.priority-pill {
  display: inline-flex;
  align-items: center;
  min-height: 26px;
  padding: 5px 9px;
  border-radius: 999px;
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
}
.priority-pill.hot { color: #8d1119; background: #ffe8ea; border: 1px solid #ffc6cb; }
.priority-pill.warm { color: #7a4c0b; background: #fff3d6; border: 1px solid #f1d48d; }
.priority-pill.cold { color: #21586a; background: #e8f5f7; border: 1px solid #c2dde5; }
.lead-meta {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 10px;
}
.lead-meta span {
  min-height: 72px;
  padding: 12px;
  color: var(--steel);
  background: var(--paper);
  border: 1px solid var(--line-soft);
  border-radius: 8px;
  overflow-wrap: anywhere;
}
.lead-meta strong {
  display: block;
  margin-bottom: 3px;
  color: var(--muted);
  font-size: 11px;
  text-transform: uppercase;
}
.lead-meta a { color: var(--blue); text-decoration: underline; text-underline-offset: 3px; }
.lead-requirements {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px 18px;
  padding: 16px;
  background: #fbfcfd;
  border: 1px solid var(--line-soft);
  border-radius: 8px;
}
.lead-requirements p { margin: 0; color: var(--steel); }
.lead-requirements p:last-child { grid-column: 1 / -1; }
.customer-mini {
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
  align-items: center;
  padding: 13px 14px;
  color: var(--steel);
  background: #f8fbfc;
  border: 1px solid var(--line-soft);
  border-radius: 8px;
}
.customer-mini strong { color: var(--ink); }
.customer-mini span {
  padding: 5px 8px;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 999px;
  font-size: 12px;
  font-weight: 900;
}
.lead-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.lead-update-grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 12px;
  align-items: start;
}
.lead-note { grid-column: 1 / -1; }
.save-lead { justify-self: start; }
.timeline {
  display: grid;
  gap: 10px;
  padding: 14px;
  background: #fbfcfd;
  border: 1px solid var(--line-soft);
  border-radius: 8px;
}
.timeline div {
  display: grid;
  gap: 3px;
  padding-left: 12px;
  border-left: 3px solid var(--red);
}
.timeline span { color: var(--muted); font-size: 12px; font-weight: 900; }
.timeline strong { color: var(--ink); }
.timeline p { margin: 0; white-space: pre-wrap; }
.compact-head {
  grid-template-columns: 1fr;
  gap: 0;
  margin-bottom: 22px;
}
.compact-head h2 {
  font-size: clamp(24px, 2.5vw, 34px);
}
.crm-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}
.crm-card {
  display: grid;
  gap: 12px;
  padding: 18px;
  background: #fff;
  border: 1px solid var(--line-soft);
  border-radius: 8px;
  box-shadow: 0 8px 20px rgba(17, 24, 39, 0.035);
}
.crm-card h3 { margin: 0; }
.crm-card p { margin: 0; overflow-wrap: anywhere; }
.crm-card dl {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 9px;
  margin: 0;
}
.crm-card div {
  padding: 10px;
  background: var(--paper);
  border: 1px solid var(--line);
  border-radius: 7px;
}
.crm-card dt { color: var(--muted); font-size: 11px; font-weight: 900; text-transform: uppercase; }
.crm-card dd { margin: 3px 0 0; color: var(--ink); font-weight: 800; overflow-wrap: anywhere; }
.quote-status {
  justify-self: start;
  padding: 5px 9px;
  color: var(--blue);
  background: #eef6fa;
  border: 1px solid #cfe0eb;
  border-radius: 999px;
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
}
.analytics-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}
.metric-table {
  overflow-x: auto;
  background: #fff;
  border: 1px solid var(--line-soft);
  border-radius: 8px;
}
.metric-table table {
  width: 100%;
  min-width: 520px;
  border-collapse: collapse;
}
.metric-table th, .metric-table td {
  padding: 12px;
  border-bottom: 1px solid var(--line);
  text-align: left;
}
.metric-table th {
  color: var(--muted);
  background: #f9fbfb;
  font-size: 12px;
  text-transform: uppercase;
}
.task-board {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
}
.task-board > article {
  display: grid;
  align-content: start;
  gap: 12px;
  min-height: 260px;
  padding: 16px;
  background: #fbfcfd;
  border: 1px solid var(--line-soft);
  border-radius: 8px;
}
.task-board h3 { margin: 0; font-size: 18px; }
.task-list {
  display: grid;
  gap: 9px;
}
.task-item {
  display: grid;
  gap: 4px;
  width: 100%;
  padding: 12px;
  color: var(--steel);
  text-align: left;
  background: #fff;
  border: 1px solid var(--line-soft);
  border-radius: 8px;
  cursor: pointer;
}
.task-item:hover { border-color: #b9c6d0; box-shadow: var(--shadow-sm); }
.task-item span {
  color: var(--red);
  font-size: 11px;
  font-weight: 900;
  text-transform: uppercase;
}
.task-item strong { color: var(--ink); line-height: 1.2; }
.task-item small { color: var(--muted); font-weight: 800; overflow-wrap: anywhere; }
.task-empty {
  margin: 0;
  padding: 14px;
  color: var(--muted);
  background: #fff;
  border: 1px dashed #b8c5cf;
  border-radius: 8px;
  font-weight: 900;
}
.template-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}
.development-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}
.development-card {
  display: grid;
  gap: 16px;
  padding: 20px;
  background: #fff;
  border: 1px solid var(--line-soft);
  border-radius: 8px;
  box-shadow: var(--shadow-xs);
}
.development-card-head {
  display: grid;
  gap: 8px;
}
.development-card-head span,
.development-detail dt {
  color: var(--red);
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
}
.development-card-head h3 {
  margin: 0;
  font-size: 22px;
}
.development-card-head p {
  margin: 0;
}
.development-products {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
.development-products a,
.development-products span {
  padding: 7px 10px;
  color: var(--steel);
  background: var(--paper);
  border: 1px solid var(--line-soft);
  border-radius: 999px;
  font-size: 12px;
  font-weight: 900;
}
.development-products a:hover {
  color: var(--red);
  border-color: rgba(201, 22, 34, 0.28);
}
.development-detail {
  display: grid;
  gap: 10px;
  margin: 0;
}
.development-detail div {
  display: grid;
  gap: 5px;
  padding: 12px;
  background: var(--paper);
  border: 1px solid var(--line-soft);
  border-radius: 8px;
}
.development-detail dd {
  margin: 0;
  color: var(--steel);
}
.development-detail code {
  display: inline-flex;
  margin: 3px 4px 3px 0;
  padding: 4px 7px;
  color: var(--ink);
  background: #fff;
  border: 1px solid var(--line-soft);
  border-radius: 999px;
  font: 12px/1.4 Inter, Arial, Helvetica, sans-serif;
}
.outreach-script {
  box-shadow: none;
}
.template-card {
  display: grid;
  gap: 12px;
  padding: 18px;
  background: #fff;
  border: 1px solid var(--line-soft);
  border-radius: 8px;
  box-shadow: 0 8px 20px rgba(17, 24, 39, 0.035);
}
.template-card span {
  color: var(--red);
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
}
.template-card h3 { margin: 0; }
.template-card pre {
  max-height: 280px;
  margin: 0;
  padding: 14px;
  overflow: auto;
  color: var(--steel);
  white-space: pre-wrap;
  background: var(--paper);
  border: 1px solid var(--line-soft);
  border-radius: 8px;
  font: 13px/1.55 Consolas, Monaco, monospace;
}
.playbook-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
}
.playbook-grid article {
  min-height: 190px;
  padding: 18px;
  background: #fff;
  border: 1px solid var(--line-soft);
  border-radius: 8px;
}
.playbook-grid span { color: var(--red); font-size: 12px; font-weight: 900; }
.playbook-grid strong { display: block; margin: 8px 0; font-size: 18px; line-height: 1.2; }
.playbook-grid p { margin: 0; }
.empty-state {
  padding: 28px;
  color: var(--muted);
  background: #fff;
  border: 1px dashed #b8c5cf;
  border-radius: 8px;
  font-weight: 900;
}
.is-hidden { display: none !important; }
.lead-table-wrap { overflow-x: auto; }
.lead-table { width: 100%; min-width: 1040px; border-collapse: collapse; font-size: 14px; }
.lead-table th, .lead-table td { padding: 12px; border-bottom: 1px solid var(--line); text-align: left; vertical-align: top; }
.lead-table th { color: var(--muted); background: #f9fbfb; font-size: 12px; text-transform: uppercase; }

.product-page-hero {
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(420px, 0.72fr);
  gap: clamp(28px, 5vw, 64px);
  align-items: center;
  padding: clamp(56px, 7vw, 92px) max(24px, calc((100vw - var(--max)) / 2 + 32px));
  background:
    radial-gradient(circle at 78% 22%, rgba(37, 95, 133, 0.1), transparent 34%),
    linear-gradient(135deg, #fff 0%, #f8faf9 58%, #eef4f3 100%);
}
.product-hero-media {
  display: grid;
  place-items: center;
  min-height: 390px;
  padding: 30px;
  background:
    linear-gradient(180deg, #fff, #fff),
    linear-gradient(90deg, rgba(215,224,230,0.36) 0 1px, transparent 1px 100%),
    linear-gradient(0deg, rgba(215,224,230,0.3) 0 1px, transparent 1px 100%);
  background-size: auto, 44px 44px, 44px 44px;
  border: 1px solid var(--line-soft);
  border-radius: 8px;
  box-shadow: var(--shadow-panel);
}
.product-hero-media img { max-height: 320px; object-fit: contain; filter: drop-shadow(0 22px 24px rgba(17, 24, 39, 0.16)); }
.product-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(340px, 420px);
  gap: 28px;
  padding: clamp(48px, 6vw, 78px) max(24px, calc((100vw - var(--max)) / 2 + 32px));
  background: var(--surface);
}
.product-content { display: grid; gap: 18px; }
.content-block { padding: 24px; }
.content-block ul { margin: 12px 0 0; padding-left: 20px; color: var(--muted); }
.sticky-rfq { position: sticky; top: 92px; }

@media (max-width: 1180px) {
  .hero, .selector-band, .global-fit, .rfq, .product-page-hero, .product-layout, .admin-hero, .admin-login-screen, .filter-panel, .analytics-grid { grid-template-columns: 1fr; }
  .product-grid, .preview-grid, .article-grid, .kpi-grid, .lead-meta, .lead-requirements, .crm-grid, .playbook-grid, .task-board, .template-grid, .development-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .assurance-strip { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .assurance-strip article:nth-child(2),
  .assurance-strip article:nth-child(3),
  .assurance-strip article:last-child { border-radius: 8px; }
  .article-hero, .article-layout { grid-template-columns: 1fr; }
  .article-sidebar, .sticky-rfq { position: static; }
  .workflow { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .selector-form, .filter-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .lead-update-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
}
@media (max-width: 760px) {
  .site-header { grid-template-columns: 1fr auto; padding: 12px 18px; }
  .nav-links, .nav-cta { display: none; }
  h1 { font-size: 40px; }
  .hero { padding: 42px 18px; }
  .hero::before { inset: 0; }
  .proof-row, .selector-form, .section-head, .product-grid, .preview-grid, .article-grid, .industry-grid, .workflow, .global-grid, .form-grid, .assurance-strip, .kpi-grid, .filter-grid, .lead-meta, .lead-requirements, .lead-update-grid, .crm-grid, .playbook-grid, .task-board, .template-grid, .development-grid { grid-template-columns: 1fr; }
  .admin-shell { padding: 28px 18px; }
  .lead-card-head { grid-template-columns: 1fr; }
  .lead-score { width: 100%; height: auto; min-height: 64px; }
  .assurance-strip { padding: 0 18px 38px; }
  .assurance-strip article,
  .assurance-strip article:first-child,
  .assurance-strip article:nth-child(2),
  .assurance-strip article:nth-child(3),
  .assurance-strip article:last-child {
    border: 1px solid var(--line-soft);
    border-radius: 8px;
  }
  .global-grid article:first-child { grid-column: auto; }
  .hero-panel { min-height: auto; }
  .machine-stage { min-height: 260px; }
  .footer { display: grid; }
}


.resource-hero {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 360px;
  gap: 44px;
  align-items: stretch;
  max-width: var(--max);
  margin: 0 auto;
  padding: clamp(48px, 7vw, 88px) 32px 42px;
  background: linear-gradient(135deg, rgba(255,255,255,0.96), rgba(238,244,243,0.78));
  border-bottom: 1px solid var(--line-soft);
}
.resource-hero-panel,
.resource-grid article,
.checklist-grid article,
.download-grid a,
.resource-link-grid a,
.workflow-console-card {
  padding: 22px;
  background: #fff;
  border: 1px solid var(--line-soft);
  border-radius: 8px;
  box-shadow: var(--shadow-xs);
}
.resource-hero-panel { display: grid; align-content: end; min-height: 280px; box-shadow: var(--shadow-panel); }
.resource-hero-panel strong { font-size: 28px; line-height: 1.1; }
.resource-grid,
.checklist-grid,
.download-grid,
.resource-link-grid,
.workflow-console-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}
.resource-grid span,
.download-grid span,
.resource-link-grid span,
.workflow-console-head span {
  color: var(--red);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}
.download-grid a,
.resource-link-grid a,
.workflow-console-card { display: grid; gap: 12px; }
.download-grid strong,
.resource-link-grid strong { font-size: 20px; line-height: 1.2; }
.footer-links { display: flex; flex-wrap: wrap; gap: 14px; color: var(--muted); font-weight: 800; }
.footer-links a:hover { color: var(--red); }
.workflow-console-head { display: flex; justify-content: space-between; gap: 12px; align-items: start; }
.workflow-console-head strong { color: var(--steel); font-size: 13px; text-align: right; }
.workflow-console-body { display: grid; grid-template-columns: 1fr; gap: 14px; }
.workflow-console-body ul { margin: 0; padding-left: 18px; color: var(--muted); }
.workflow-checks { display: flex; flex-wrap: wrap; gap: 8px; margin-bottom: 12px; }
.workflow-checks span {
  padding: 6px 9px;
  color: var(--blue);
  background: #eef6fa;
  border: 1px solid #cfe0eb;
  border-radius: 999px;
  font-size: 12px;
  font-weight: 900;
}

@media (max-width: 980px) {
  .resource-hero,
  .resource-grid,
  .checklist-grid,
  .download-grid,
  .resource-link-grid,
  .workflow-console-grid {
    grid-template-columns: 1fr;
  }
}

.contact-hero,
.form-section {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(320px, 0.45fr);
  gap: clamp(28px, 4vw, 56px);
  max-width: var(--max);
  margin: 0 auto;
  padding: clamp(48px, 6vw, 78px) 32px;
}
.contact-hero { align-items: center; border-bottom: 1px solid var(--line-soft); }
.contact-panel,
.response-preview,
.warning-band {
  padding: 24px;
  background: #fff;
  border: 1px solid var(--line-soft);
  border-radius: 8px;
  box-shadow: var(--shadow-xs);
}
.contact-direct { display: grid; gap: 10px; margin: 16px 0; font-style: normal; }
.contact-direct a { color: var(--blue); font-weight: 900; }
.form-group-heading { display: flex; gap: 12px; align-items: center; padding: 14px; background: var(--surface-soft); border: 1px solid var(--line-soft); border-radius: 8px; }
.form-group-heading span { display: grid; width: 34px; height: 34px; place-items: center; color: #fff; background: var(--red); border-radius: 7px; font-weight: 900; }
.form-group-heading strong { display: block; }
.form-group-heading small { display: block; color: var(--muted); }
.detailed-rfq-form .full { grid-column: 1 / -1; }
.reply-points { display: flex; flex-wrap: wrap; gap: 8px; margin: 18px 0; }
.reply-points span { padding: 7px 10px; background: var(--surface-soft); border: 1px solid var(--line-soft); border-radius: 999px; color: var(--steel); font-size: 12px; font-weight: 900; }
.direct-contact-bar { position: fixed; right: 18px; bottom: 18px; z-index: 80; display: flex; gap: 8px; padding: 8px; background: rgba(255,255,255,0.96); border: 1px solid var(--line-soft); border-radius: 8px; box-shadow: var(--shadow-sm); }
.direct-contact-bar a { min-width: 82px; padding: 9px 10px; color: #fff; background: var(--charcoal); border-radius: 7px; text-align: center; font-size: 12px; font-weight: 900; }
.direct-contact-bar a:first-child { background: var(--teal); }
.faq-grid article { min-height: 210px; }
.warning-band { max-width: var(--max); }
@media (max-width: 900px) {
  .contact-hero,
  .form-section { grid-template-columns: 1fr; padding-inline: 18px; }
  .direct-contact-bar { left: 10px; right: 10px; bottom: 10px; justify-content: center; }
  .direct-contact-bar a { flex: 1; min-width: 0; }
}
.language-float {
  position: fixed;
  left: 18px;
  bottom: 18px;
  z-index: 90;
  display: inline-flex;
  align-items: center;
  gap: 4px;
  padding: 6px;
  background: rgba(255, 255, 255, 0.96);
  border: 1px solid var(--line-soft);
  border-radius: 999px;
  box-shadow: var(--shadow-sm);
}
.language-float a {
  display: grid;
  min-width: 34px;
  height: 34px;
  place-items: center;
  padding: 0 9px;
  color: var(--teal);
  border-radius: 999px;
  font-size: 12px;
  font-weight: 900;
}
.language-float a:first-child {
  color: #fff;
  background: var(--teal);
}
.language-float a:hover { background: var(--surface-soft); }
.language-float a:first-child:hover { background: var(--teal); }
.direct-contact-stack {
  position: fixed;
  right: 18px;
  bottom: 18px;
  z-index: 90;
  display: grid;
  gap: 10px;
  justify-items: end;
}
.direct-contact-stack a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 142px;
  min-height: 54px;
  padding: 14px 18px;
  border-radius: 999px;
  color: #fff;
  font-weight: 900;
  box-shadow: var(--shadow-sm);
}
.direct-contact-stack .quick-inquiry { background: var(--red); }
.direct-contact-stack .quick-inquiry:hover { background: var(--red-dark); }
.direct-contact-stack .wa-inquiry { background: #21c35e; color: #082d16; }
.direct-contact-stack .wa-inquiry:hover { background: #18ad50; }
@media (max-width: 700px) {
  .language-float { left: 10px; bottom: 10px; }
  .language-float a { min-width: 30px; height: 30px; padding: 0 7px; }
  .direct-contact-stack { right: 10px; bottom: 58px; gap: 8px; }
  .direct-contact-stack a { min-width: 124px; min-height: 46px; padding: 11px 14px; font-size: 13px; }
}