:root {
  --tm-red: #b91c1c;
  --tm-red-dark: #7f1d1d;
  --tm-red-soft: #fef2f2;
  --tm-ink: #111827;
  --tm-ink-soft: #374151;
  --tm-muted: #6b7280;
  --tm-line: #e5e7eb;
  --tm-line-strong: #d1d5db;
  --tm-bg: #ffffff;
  --tm-bg-soft: #f7f8fa;
  --tm-radius: 8px;
  --tm-shadow: 0 22px 60px rgba(17, 24, 39, 0.08);
  --tm-max: 1180px;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--tm-ink);
  background: var(--tm-bg);
  font-family: "DM Sans", Arial, sans-serif;
  line-height: 1.55;
  overflow-x: hidden;
  text-rendering: optimizeLegibility;
}

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

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

button {
  font: inherit;
}

.hero-main,
.standards-bar-container,
.product-specs-showcase,
.clients-products-grid,
.features-excellence,
.software-showcase-container,
.delivery-support-container,
.comparison-container,
.final-cta-inner,
.faq-container,
.page-index {
  width: min(var(--tm-max), calc(100% - 40px));
  margin-inline: auto;
}

.hero {
  padding: 72px 0 42px;
  border-bottom: 1px solid var(--tm-line);
  background: var(--tm-bg-soft);
}

.hero-main {
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(360px, 0.92fr);
  gap: clamp(36px, 5vw, 72px);
  align-items: center;
}

.hero-logo {
  width: 220px;
  height: auto;
  margin-bottom: 24px;
}

.hero-text,
.product-specs-left,
.product-specs-right,
.clients-col-header,
.software-window,
.software-info,
.final-cta-copy {
  min-width: 0;
}

.hero-eyebrow,
.section-label,
.standards-bar-label {
  display: inline-flex;
  align-items: center;
  color: var(--tm-red);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0;
  text-transform: uppercase;
}

.hero-eyebrow::before,
.section-label::before,
.standards-bar-label::before {
  content: none;
}

.hero-title,
.section-title,
.final-cta h2 {
  margin: 14px 0 0;
  font-family: "Space Grotesk", "DM Sans", Arial, sans-serif;
  font-weight: 700;
  line-height: 1.04;
  letter-spacing: 0;
}

.hero-title {
  max-width: 790px;
  font-size: clamp(28px, 2.75vw, 38px);
}

.hero-title span {
  color: var(--tm-red);
}

.hero-lead {
  max-width: 690px;
  margin: 22px 0 0;
  color: var(--tm-ink-soft);
  font-size: clamp(15.5px, 1.28vw, 18px);
}

.hero-proof-row {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 10px;
  margin-top: 28px;
}

.hero-proof-row div {
  min-height: 86px;
  padding: 15px;
  border: 1px solid var(--tm-line);
  border-radius: var(--tm-radius);
  background: #fff;
}

.hero-proof-row strong {
  display: block;
  font-family: "Space Grotesk", "DM Sans", Arial, sans-serif;
  font-size: 22px;
  line-height: 1.1;
}

.hero-proof-row span {
  display: block;
  margin-top: 5px;
  color: var(--tm-muted);
  font-size: 13px;
  font-weight: 700;
}

.hero-buttons,
.hero-tags,
.final-cta-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.hero-buttons {
  margin-top: 28px;
}

.btn,
.model-selector-callout a,
.specs-panel-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  min-height: 44px;
  padding: 11px 16px;
  border: 1px solid transparent;
  border-radius: var(--tm-radius);
  font-size: 15px;
  font-weight: 800;
  line-height: 1;
  transition: background 160ms ease, border-color 160ms ease, color 160ms ease, transform 160ms ease;
}

.btn:hover,
.model-selector-callout a:hover,
.specs-panel-link:hover {
  transform: translateY(-1px);
}

.btn-primary {
  color: #fff;
  background: var(--tm-red);
  box-shadow: 0 12px 24px rgba(185, 28, 28, 0.18);
}

.btn-primary:hover {
  background: var(--tm-red-dark);
}

.btn-secondary {
  border-color: var(--tm-line-strong);
  background: #fff;
  color: var(--tm-ink);
}

.btn-secondary:hover {
  border-color: var(--tm-red);
  color: var(--tm-red);
}

.hero-inputs {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  margin-top: 28px;
}

.hero-input-item {
  padding: 13px 14px;
  border-left: 3px solid var(--tm-red);
  background: rgba(255, 255, 255, 0.8);
}

.hero-input-item strong {
  display: block;
  margin-bottom: 3px;
  font-size: 14px;
}

.hero-input-item span {
  color: var(--tm-muted);
  font-size: 13px;
}

.hero-image-col {
  display: grid;
  gap: 18px;
  min-width: 0;
}

.hero-machine-shell {
  display: grid;
  min-height: 560px;
  place-items: center;
  padding: 28px;
  border: 1px solid var(--tm-line);
  border-radius: var(--tm-radius);
  background: #fff;
  box-shadow: var(--tm-shadow);
}

.hero-utm-image {
  width: min(100%, 470px);
  max-height: 520px;
  object-fit: contain;
}

.hero-tags {
  justify-content: center;
}

.hero-tags span {
  display: inline-flex;
  align-items: center;
  min-height: 32px;
  padding: 7px 11px;
  border: 1px solid var(--tm-line);
  border-radius: 999px;
  background: #fff;
  color: var(--tm-ink-soft);
  font-size: 13px;
  font-weight: 800;
}

.page-index {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 22px;
  padding: 10px;
  border: 1px solid var(--tm-line);
  border-radius: var(--tm-radius);
  background: #fff;
}

.page-index a {
  padding: 9px 12px;
  border-radius: 6px;
  color: var(--tm-ink-soft);
  font-size: 13px;
  font-weight: 800;
}

.page-index a:hover {
  background: var(--tm-red-soft);
  color: var(--tm-red);
}

.standards-bar,
.product-specs-showcase,
.datasheet-specs,
.clients-products,
.features-excellence,
.software-showcase,
.delivery-support,
.comparison-tool,
.final-cta,
.faq-section {
  padding: clamp(62px, 8vw, 104px) 0;
}

.standards-bar,
.datasheet-specs,
.features-excellence,
.delivery-support,
.faq-section {
  background: var(--tm-bg-soft);
}

.section-header,
.comparison-header {
  width: min(820px, calc(100% - 40px));
  margin: 0 auto 38px;
  text-align: center;
}

.section-header .section-label,
.comparison-header .section-label {
  justify-content: center;
}

.section-title {
  font-size: clamp(26px, 2.65vw, 35px);
}

.section-desc,
.clients-col-copy,
.comparison-header p {
  margin: 14px auto 0;
  color: var(--tm-muted);
  font-size: 17px;
}

.clients-products {
  padding: 42px 0;
  border-bottom: 1px solid var(--tm-line);
  background: #fff;
}

.standards-bar-container {
  display: grid;
  gap: 18px;
}

.standards-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 10px;
}

.standard-badge {
  min-height: 106px;
  padding: 18px;
  border: 1px solid var(--tm-line);
  border-radius: var(--tm-radius);
  background: #fff;
}

.standard-badge-name {
  display: block;
  font-weight: 800;
}

.standard-badge-desc {
  display: block;
  margin-top: 6px;
  color: var(--tm-muted);
  font-size: 13px;
}

.datasheet-specs {
  border-top: 1px solid var(--tm-line);
  border-bottom: 1px solid var(--tm-line);
}

.datasheet-kpi-grid,
.spec-impact-grid,
.datasheet-series-grid {
  width: min(var(--tm-max), calc(100% - 40px));
  margin-inline: auto;
}

.datasheet-kpi-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 10px;
  margin-bottom: 18px;
}

.datasheet-kpi,
.datasheet-series-card {
  border: 1px solid var(--tm-line);
  border-radius: var(--tm-radius);
  background: #fff;
}

.datasheet-kpi {
  min-height: 126px;
  padding: 18px;
}

.datasheet-kpi strong {
  display: block;
  font-family: "Space Grotesk", "DM Sans", Arial, sans-serif;
  font-size: 24px;
  line-height: 1.05;
  color: var(--tm-red);
}

.datasheet-kpi span {
  display: block;
  margin-top: 9px;
  color: var(--tm-muted);
  font-size: 13px;
  font-weight: 700;
  line-height: 1.4;
}

.spec-impact-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
  margin-bottom: 18px;
}

.spec-impact-card {
  min-height: 210px;
  padding: 20px;
  border: 1px solid rgba(185, 28, 28, 0.18);
  border-radius: var(--tm-radius);
  background: #fff;
}

.spec-impact-card h3 {
  margin: 0 0 10px;
  font-family: "Space Grotesk", "DM Sans", Arial, sans-serif;
  font-size: 19px;
  line-height: 1.18;
}

.spec-impact-card p {
  margin: 0;
  color: var(--tm-ink-soft);
  font-size: 14px;
  line-height: 1.58;
}

.datasheet-series-grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 12px;
}

.datasheet-series-card {
  display: flex;
  flex-direction: column;
  min-height: 100%;
  padding: 18px;
}

.datasheet-series-card.featured {
  border-color: rgba(185, 28, 28, 0.28);
  box-shadow: 0 18px 40px rgba(185, 28, 28, 0.08);
}

.datasheet-series-card h3 {
  margin: 0 0 8px;
  font-family: "Space Grotesk", "DM Sans", Arial, sans-serif;
  font-size: 22px;
  line-height: 1.15;
}

.datasheet-series-card p {
  margin: 0 0 16px;
  color: var(--tm-muted);
  font-size: 13.5px;
  line-height: 1.55;
}

.datasheet-series-card dl {
  display: grid;
  gap: 8px;
  margin: auto 0 0;
}

.datasheet-series-card dl div {
  padding-top: 8px;
  border-top: 1px solid var(--tm-line);
}

.datasheet-series-card dt {
  color: var(--tm-muted);
  font-size: 11px;
  font-weight: 800;
  line-height: 1.2;
  text-transform: uppercase;
}

.datasheet-series-card dd {
  margin: 3px 0 0;
  color: var(--tm-ink);
  font-size: 13px;
  font-weight: 800;
  line-height: 1.35;
}

.product-specs-container {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(430px, 1.05fr);
  gap: 24px;
  align-items: stretch;
}

.product-specs-tabs {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 16px;
}

.product-specs-tab {
  min-height: 42px;
  padding: 9px 13px;
  border: 1px solid var(--tm-line);
  border-radius: 999px;
  background: #fff;
  color: var(--tm-ink-soft);
  cursor: pointer;
  font-size: 13px;
  font-weight: 800;
  white-space: nowrap;
}

.product-specs-tab:hover,
.product-specs-tab.active {
  border-color: var(--tm-red);
  background: var(--tm-red-soft);
  color: var(--tm-red);
}

.product-specs-image-container,
.tm-specs-panel {
  border: 1px solid var(--tm-line);
  border-radius: var(--tm-radius);
}

.product-specs-image-container {
  min-height: 520px;
  display: grid;
  place-items: center;
  padding: 28px;
  background: var(--tm-bg-soft);
}

.product-specs-image {
  display: none;
  width: 100%;
}

.product-specs-image.active {
  display: grid;
  place-items: center;
}

.product-specs-image img {
  width: min(100%, 440px);
  max-height: 460px;
  object-fit: contain;
  mix-blend-mode: multiply;
}

.tm-specs-panel {
  display: none;
  min-height: 100%;
  padding: clamp(22px, 3vw, 34px);
  background: #fff;
  box-shadow: var(--tm-shadow);
}

.tm-specs-panel.active {
  display: block;
}

.tm-specs-panel h3 {
  margin: 0 0 12px;
  font-family: "Space Grotesk", "DM Sans", Arial, sans-serif;
  font-size: 23px;
  line-height: 1.15;
}

.tm-panel-intro {
  margin: 0 0 20px;
  color: var(--tm-muted);
}

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

.tm-spec-item {
  min-height: 88px;
  padding: 14px;
  border: 1px solid var(--tm-line);
  border-radius: var(--tm-radius);
  background: var(--tm-bg-soft);
}

.tm-spec-value {
  font-family: "Space Grotesk", "DM Sans", Arial, sans-serif;
  font-size: 19px;
  font-weight: 700;
  line-height: 1.15;
}

.tm-spec-label {
  margin-top: 5px;
  color: var(--tm-muted);
  font-size: 12px;
  font-weight: 800;
  text-transform: uppercase;
}

.specs-panel-link {
  width: fit-content;
  margin-top: 20px;
  border-color: rgba(185, 28, 28, 0.24);
  background: var(--tm-red-soft);
  color: var(--tm-red);
}

.model-selector-callout {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 22px;
  margin-top: 24px;
  padding: 24px;
  border-radius: var(--tm-radius);
  background: var(--tm-ink);
  color: #fff;
}

.model-selector-callout strong {
  display: block;
  margin-bottom: 5px;
}

.model-selector-callout div {
  color: rgba(255, 255, 255, 0.78);
}

.model-selector-callout a {
  flex: 0 0 auto;
  background: #fff;
  color: var(--tm-ink);
}

.clients-col {
  display: grid;
  grid-template-columns: minmax(300px, 0.34fr) minmax(0, 1fr);
  gap: clamp(24px, 4vw, 48px);
  align-items: center;
}

.clients-col-header h2 {
  margin: 12px 0 0;
  font-family: "Space Grotesk", "DM Sans", Arial, sans-serif;
  font-size: clamp(22px, 2vw, 28px);
  line-height: 1.1;
}

.clients-col-copy {
  font-size: 15px;
  line-height: 1.65;
}

.clients-logo-grid {
  display: grid;
  grid-template-columns: repeat(8, minmax(0, 1fr));
  gap: 10px;
}

.clients-logo-grid__item {
  min-height: 70px;
  display: grid;
  place-items: center;
  padding: 12px;
  border: 1px solid var(--tm-line);
  border-radius: var(--tm-radius);
  background: #fff;
}

.clients-logo-grid__item img {
  max-width: 100%;
  max-height: 40px;
  object-fit: contain;
}

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

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

.feature-excellence-card,
.delivery-card,
.sw-feature {
  padding: 24px;
  border: 1px solid var(--tm-line);
  border-radius: var(--tm-radius);
  background: #fff;
}

.feature-excellence-title,
.delivery-card h3,
.sw-feature h4 {
  margin: 0 0 9px;
  font-family: "Space Grotesk", "DM Sans", Arial, sans-serif;
  font-size: 21px;
  font-weight: 700;
  line-height: 1.2;
}

.feature-excellence-desc,
.delivery-card p,
.software-info p,
.sw-feature p {
  margin: 0;
  color: var(--tm-muted);
}

.feature-excellence-highlight,
.delivery-highlight {
  display: inline-flex;
  margin-top: 16px;
  padding: 7px 10px;
  border-radius: 999px;
  background: var(--tm-bg-soft);
  color: var(--tm-ink-soft);
  font-size: 12px;
  font-weight: 800;
}

.software-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(360px, 0.88fr);
  gap: 24px;
  align-items: center;
}

.software-window {
  border: 1px solid var(--tm-line);
  border-radius: var(--tm-radius);
  overflow: hidden;
  background: #fff;
  box-shadow: var(--tm-shadow);
}

.software-window-bar {
  display: flex;
  gap: 7px;
  padding: 13px 16px;
  border-bottom: 1px solid var(--tm-line);
  background: var(--tm-bg-soft);
}

.software-window-dot {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: var(--tm-line-strong);
}

.software-window-content {
  display: grid;
  gap: 10px;
  padding: 18px;
}

.software-feature-line {
  display: flex;
  justify-content: space-between;
  gap: 18px;
  padding: 14px;
  border: 1px solid var(--tm-line);
  border-radius: var(--tm-radius);
}

.software-feature-line span {
  font-weight: 800;
}

.software-feature-line strong {
  color: var(--tm-red);
  font-size: 13px;
}

.software-info h3 {
  margin: 0 0 12px;
  font-family: "Space Grotesk", "DM Sans", Arial, sans-serif;
  font-size: clamp(21px, 1.95vw, 26px);
  line-height: 1.14;
}

.software-features-list {
  display: grid;
  gap: 12px;
  margin-top: 24px;
}

.comparison-table-wrapper {
  overflow-x: auto;
  border: 1px solid var(--tm-line);
  border-radius: var(--tm-radius);
  background: #fff;
  box-shadow: var(--tm-shadow);
}

.comparison-table {
  width: 100%;
  min-width: 1180px;
  border-collapse: collapse;
}

.comparison-table th,
.comparison-table td {
  padding: 16px;
  border-bottom: 1px solid var(--tm-line);
  text-align: left;
  vertical-align: middle;
}

.comparison-table thead th {
  background: #fff;
  color: var(--tm-ink);
  font-size: 13px;
  text-transform: uppercase;
}

.comparison-table tbody tr:last-child td {
  border-bottom: 0;
}

.comparison-table td:first-child {
  font-weight: 800;
}

.final-cta {
  padding: clamp(50px, 6vw, 78px) 0;
  background: var(--tm-ink);
  color: #fff;
}

.final-cta-inner {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 28px;
  align-items: center;
}

.final-cta .section-label {
  color: #fff;
}

.final-cta .section-label::before {
  background: #fff;
}

.final-cta h2 {
  max-width: 760px;
  font-size: clamp(28px, 2.8vw, 38px);
}

.final-cta p {
  max-width: 760px;
  margin: 16px 0 0;
  color: rgba(255, 255, 255, 0.76);
  font-size: 16px;
}

.final-cta .btn-secondary {
  color: #fff;
  background: transparent;
  border-color: rgba(255, 255, 255, 0.3);
}

.faq-list {
  width: min(900px, 100%);
  display: grid;
  gap: 10px;
  margin: 0 auto;
}

.faq-item {
  overflow: hidden;
  border: 1px solid var(--tm-line);
  border-radius: var(--tm-radius);
  background: #fff;
}

.faq-question {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  padding: 18px 20px;
  border: 0;
  background: #fff;
  color: var(--tm-ink);
  cursor: pointer;
  text-align: left;
  font-weight: 800;
}

.faq-icon {
  width: 28px;
  height: 28px;
  flex: 0 0 auto;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: var(--tm-bg-soft);
  color: var(--tm-red);
  transition: transform 160ms ease;
}

.faq-answer {
  max-height: 0;
  overflow: hidden;
  transition: max-height 220ms ease;
}

.faq-answer-inner {
  padding: 0 20px 20px;
  color: var(--tm-muted);
}

.faq-item.active .faq-answer {
  max-height: 360px;
}

.faq-item.active .faq-icon {
  transform: rotate(45deg);
}

.sticky-quote-cta {
  position: fixed;
  right: 18px;
  bottom: 18px;
  z-index: 1000;
  opacity: 0;
  pointer-events: none;
  transform: translateY(12px);
  transition: opacity 180ms ease, transform 180ms ease;
}

.sticky-quote-cta.visible {
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0);
}

.sticky-quote-btn {
  min-height: 44px;
  display: inline-flex;
  align-items: center;
  gap: 9px;
  padding: 10px 14px;
  border-radius: 999px;
  background: var(--tm-red);
  color: #fff;
  box-shadow: 0 16px 36px rgba(17, 24, 39, 0.22);
  font-size: 15px;
  font-weight: 800;
}

.sticky-quote-btn svg {
  width: 17px;
  height: 17px;
}

@media (max-width: 1120px) {
  .hero-main,
  .product-specs-container,
  .clients-col,
  .software-layout,
  .final-cta-inner {
    grid-template-columns: 1fr;
  }

  .hero-image-col {
    max-width: 700px;
    width: 100%;
    margin-inline: auto;
  }

  .standards-grid,
  .clients-logo-grid,
  .datasheet-kpi-grid,
  .spec-impact-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

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

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

  .final-cta-actions {
    justify-content: flex-start;
  }
}

@media (max-width: 760px) {
  .hero-main,
  .standards-bar-container,
  .product-specs-showcase,
  .datasheet-kpi-grid,
  .spec-impact-grid,
  .datasheet-series-grid,
  .clients-products-grid,
  .features-excellence,
  .software-showcase-container,
  .delivery-support-container,
  .comparison-container,
  .final-cta-inner,
  .faq-container,
  .page-index {
    width: min(100% - 28px, var(--tm-max));
  }

  .hero {
    padding: 38px 0 34px;
  }

  .hero-main {
    gap: 28px;
  }

  .hero-logo {
    width: 164px;
    margin-bottom: 18px;
  }

  .hero-eyebrow,
  .section-label,
  .standards-bar-label {
    font-size: 11px;
  }

  .hero-title {
    font-size: clamp(24px, 6.1vw, 30px);
    line-height: 1.1;
    overflow-wrap: anywhere;
  }

  .hero-title span {
    display: block;
  }

  .hero-lead {
    margin-top: 16px;
    font-size: 14.5px;
    line-height: 1.58;
  }

  .hero-proof-row {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    margin-top: 22px;
  }

  .hero-inputs,
  .features-excellence-grid,
  .delivery-grid {
    grid-template-columns: 1fr;
  }

  .hero-proof-row div {
    min-height: 86px;
    padding: 12px;
  }

  .hero-proof-row strong {
    font-size: 17px;
  }

  .hero-proof-row span {
    font-size: 12px;
    line-height: 1.3;
  }

  .hero-buttons,
  .hero-inputs {
    margin-top: 22px;
  }

  .hero-machine-shell {
    min-height: 320px;
    padding: 16px;
  }

  .hero-utm-image {
    max-height: 330px;
  }

  .hero-tags {
    justify-content: flex-start;
    gap: 8px;
  }

  .page-index {
    flex-wrap: nowrap;
    gap: 6px;
    margin-top: 14px;
    padding: 8px;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    scroll-snap-type: x proximity;
  }

  .page-index a {
    flex: 0 0 auto;
    scroll-snap-align: start;
    white-space: nowrap;
  }

  .standards-bar,
  .product-specs-showcase,
  .datasheet-specs,
  .clients-products,
  .features-excellence,
  .software-showcase,
  .delivery-support,
  .comparison-tool,
  .final-cta,
  .faq-section {
    padding: 48px 0;
  }

  .section-header,
  .comparison-header {
    width: min(100% - 28px, 820px);
    margin-bottom: 28px;
    text-align: left;
  }

  .section-header .section-label,
  .comparison-header .section-label {
    justify-content: flex-start;
  }

  .section-title,
  .final-cta h2 {
    font-size: 28px;
    line-height: 1.1;
  }

  .section-desc,
  .clients-col-copy,
  .comparison-header p,
  .final-cta p {
    font-size: 15px;
  }

  .standard-badge {
    min-height: 94px;
    padding: 14px;
  }

  .product-specs-tabs {
    flex-wrap: nowrap;
    margin: 0 -12px 14px;
    padding: 0 12px 2px;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    scroll-snap-type: x proximity;
  }

  .product-specs-tab {
    flex: 0 0 auto;
    scroll-snap-align: start;
  }

  .product-specs-image-container {
    min-height: 320px;
    padding: 18px;
  }

  .product-specs-image img {
    max-height: 310px;
  }

  .tm-specs-panel {
    padding: 20px;
  }

  .tm-specs-panel h3 {
    font-size: 22px;
  }

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

  .tm-spec-item {
    min-height: 78px;
    padding: 12px;
  }

  .tm-spec-value {
    font-size: 17px;
  }

  .standards-grid,
  .datasheet-kpi-grid,
  .spec-impact-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .clients-products {
    padding: 30px 0;
  }

  .clients-col-header h2 {
    font-size: 22px;
  }

  .clients-col-copy {
    font-size: 14px;
  }

  .clients-logo-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 8px;
  }

  .datasheet-series-grid {
    grid-template-columns: 1fr;
  }

  .datasheet-kpi,
  .spec-impact-card,
  .datasheet-series-card {
    padding: 16px;
  }

  .spec-impact-card {
    min-height: 0;
  }

  .datasheet-kpi {
    min-height: 112px;
  }

  .datasheet-kpi strong {
    font-size: 21px;
  }

  .clients-col {
    gap: 24px;
  }

  .clients-logo-grid__item {
    min-height: 54px;
    padding: 8px;
  }

  .clients-logo-grid__item img {
    max-height: 30px;
  }

  .feature-excellence-card,
  .delivery-card,
  .sw-feature {
    padding: 18px;
  }

  .feature-excellence-title,
  .delivery-card h3,
  .sw-feature h4 {
    font-size: 19px;
  }

  .model-selector-callout {
    align-items: flex-start;
    flex-direction: column;
    padding: 20px;
  }

  .model-selector-callout a,
  .final-cta-actions .btn,
  .hero-buttons .btn {
    width: 100%;
  }

  .software-feature-line {
    flex-direction: column;
    gap: 5px;
    padding: 12px;
  }

  .comparison-table-wrapper {
    margin-inline: -12px;
    border-right: 0;
    border-left: 0;
    border-radius: 0;
  }

  .comparison-table {
    min-width: 1060px;
  }

  .comparison-table th,
  .comparison-table td {
    padding: 13px 14px;
  }

  .faq-question {
    padding: 16px;
  }

  .faq-answer-inner {
    padding: 0 16px 16px;
  }

  .sticky-quote-cta {
    right: 14px;
    bottom: 14px;
    left: auto;
  }

  .sticky-quote-btn {
    min-height: 44px;
    padding: 11px 14px;
    justify-content: center;
  }
}

@media (max-width: 480px) {
  .hero-main,
  .standards-bar-container,
  .product-specs-showcase,
  .datasheet-kpi-grid,
  .spec-impact-grid,
  .datasheet-series-grid,
  .clients-products-grid,
  .features-excellence,
  .software-showcase-container,
  .delivery-support-container,
  .comparison-container,
  .final-cta-inner,
  .faq-container,
  .page-index {
    width: min(100% - 24px, var(--tm-max));
  }

  .hero-title {
    font-size: clamp(22px, 6.2vw, 25px);
  }

  .hero-lead {
    font-size: 14px;
    line-height: 1.55;
  }

  .section-title,
  .final-cta h2 {
    font-size: 24px;
  }

  .hero-proof-row {
    gap: 8px;
  }

  .hero-proof-row div {
    min-height: 82px;
    padding: 11px;
  }

  .hero-proof-row strong {
    font-size: 16px;
  }

  .tm-specs-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 8px;
  }

  .tm-spec-item {
    min-height: 86px;
    padding: 10px;
  }

  .tm-spec-value {
    font-size: 15px;
    overflow-wrap: anywhere;
  }

  .tm-spec-label {
    font-size: 10.5px;
  }

  .hero-machine-shell {
    min-height: 280px;
  }

  .hero-utm-image {
    max-height: 290px;
  }

  .product-specs-image-container {
    min-height: 270px;
  }

  .product-specs-image img {
    max-height: 260px;
  }

  .standards-grid,
  .datasheet-kpi-grid,
  .spec-impact-grid {
    grid-template-columns: 1fr;
  }

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

  .clients-logo-grid__item {
    min-height: 50px;
    padding: 7px;
  }

  .clients-logo-grid__item img {
    max-height: 28px;
  }

  .clients-logo-grid__item:nth-child(n+13) {
    display: none;
  }

  .datasheet-kpi-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 8px;
  }

  .datasheet-kpi {
    min-height: 102px;
    padding: 12px;
  }

  .datasheet-kpi strong {
    font-size: 17px;
    overflow-wrap: anywhere;
  }

  .datasheet-kpi span {
    font-size: 11.5px;
  }

  .spec-impact-card h3 {
    font-size: 18px;
  }

  .datasheet-series-card h3 {
    font-size: 20px;
  }

  .datasheet-series-card p,
  .spec-impact-card p {
    font-size: 13px;
  }

  .btn,
  .model-selector-callout a,
  .specs-panel-link {
    min-height: 42px;
    padding: 11px 12px;
    font-size: 14.5px;
  }

  .sticky-quote-cta {
    right: 12px;
    bottom: 12px;
  }

  .sticky-quote-btn span {
    display: none;
  }

  .sticky-quote-btn {
    width: 46px;
    height: 46px;
    padding: 0;
  }
}

@media (max-width: 380px) {
  .hero-title {
    font-size: 22px;
  }

  .section-title,
  .final-cta h2 {
    font-size: 23px;
  }
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
  }
}
