:root {
  --ink: #0b1526;
  --muted: #66615a;
  --line: #e3e1dc;
  --paper: #ffffff;
  --soft: #f6f6f6;
  --deep: #01102e;
  --blue: #1f9d5c;
  --red: #34e87f;
  --green: #5f7a4d;
  --gold: #74f7b2;
  --night: #0a0a1f;
  --steel: #16233f;
  --signal: #2ee86b;
  --mist: #eeeeee;
  --line-strong: #cfccc5;
  --shadow: 0 18px 42px rgba(1, 16, 46, 0.1);
  --shadow-soft: 0 8px 24px rgba(1, 16, 46, 0.06);
  --radius: 10px;
  --mono: ui-monospace, "Cascadia Mono", "SF Mono", Consolas, "Liberation Mono", Menlo, monospace;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: "Segoe UI", Arial, Helvetica, sans-serif;
  font-size: 16px;
  line-height: 1.65;
  overflow-x: clip;
  -webkit-font-smoothing: antialiased;
}

img {
  display: block;
  max-width: 100%;
}

a {
  color: inherit;
  text-decoration: none;
}

a:hover {
  color: var(--red);
}

.container {
  width: min(1200px, calc(100% - 48px));
  margin: 0 auto;
}

.skip-link {
  position: absolute;
  left: 12px;
  top: -48px;
  z-index: 100;
  padding: 10px 14px;
  background: var(--ink);
  color: #fff;
}

.skip-link:focus {
  top: 12px;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  background: rgba(255, 255, 255, 0.97);
  border-bottom: 1px solid var(--line);
  backdrop-filter: blur(12px);
}

.nav-wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 22px;
  min-height: 80px;
}

.brand {
  display: inline-flex;
  align-items: center;
  flex: 0 0 auto;
  max-width: 260px;
}

.brand-logo {
  width: min(244px, 34vw);
  height: auto;
  max-height: 64px;
  object-fit: contain;
}

.site-nav {
  display: flex;
  align-items: center;
  gap: 22px;
  color: #334150;
  font-size: 15px;
}

.site-nav > a {
  position: relative;
  padding: 30px 0 27px;
  transition: color 160ms ease;
}

.site-nav > a[aria-current="page"] {
  color: var(--deep);
  font-weight: 800;
}

.site-nav > a[aria-current="page"]::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 3px;
  background: var(--red);
}

.site-nav > a.nav-inquiry {
  margin-inline-start: 8px;
  padding: 11px 22px;
  border-radius: 999px;
  background: var(--deep);
  color: #f6f2ec;
  font-weight: 700;
  transition: background-color 250ms cubic-bezier(0.33, 0, 0.66, 1);
}

.site-nav > a.nav-inquiry:hover {
  background: var(--red);
  color: var(--deep);
}

.language-switcher,
.resource-menu {
  position: relative;
}

.language-switcher summary,
.resource-menu summary {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  min-height: 42px;
  padding: 9px 13px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  color: var(--deep);
  background: #fafbfc;
  font-weight: 800;
  cursor: pointer;
  list-style: none;
}

.language-switcher summary::-webkit-details-marker,
.resource-menu summary::-webkit-details-marker {
  display: none;
}

.language-switcher summary::after,
.resource-menu summary::after {
  content: "";
  width: 7px;
  height: 7px;
  border-right: 2px solid currentColor;
  border-bottom: 2px solid currentColor;
  transform: rotate(45deg) translateY(-2px);
}

.resource-menu summary[aria-current="page"] {
  color: var(--red);
  border-color: var(--red);
}

.language-menu,
.resource-menu-panel {
  position: absolute;
  right: 0;
  top: calc(100% + 8px);
  z-index: 80;
  display: grid;
  width: 206px;
  padding: 9px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: #fff;
  box-shadow: var(--shadow);
}

.language-menu a,
.resource-menu-panel a {
  padding: 9px 10px;
  border-radius: 6px;
  color: #273444;
}

.language-menu a:hover,
.language-menu a[aria-current="page"],
.resource-menu-panel a:hover,
.resource-menu-panel a[aria-current="page"] {
  color: var(--deep);
  background: var(--soft);
}

.language-menu a[aria-current="page"],
.resource-menu-panel a[aria-current="page"] {
  font-weight: 800;
}

[dir="rtl"] body {
  text-align: right;
}

[dir="rtl"] .site-header,
[dir="rtl"] .nav-wrap,
[dir="rtl"] .site-nav,
[dir="rtl"] .brand,
[dir="rtl"] .language-switcher,
[dir="rtl"] .resource-menu {
  direction: ltr;
}

[dir="rtl"] .hero-actions,
[dir="rtl"] .tag-list {
  direction: rtl;
}



[dir="rtl"] .language-menu,
[dir="rtl"] .resource-menu-panel {
  right: 0;
  left: auto;
  text-align: right;
}

.menu-toggle {
  display: none;
  position: relative;
  width: 44px;
  height: 44px;
  border: 1px solid var(--line);
  background: #fff;
  border-radius: var(--radius);
  cursor: pointer;
}

.menu-toggle span,
.menu-toggle span::before,
.menu-toggle span::after {
  display: block;
  width: 18px;
  height: 2px;
  background: var(--deep);
  content: "";
}

.menu-toggle span::before {
  transform: translateY(-6px);
}

.menu-toggle span::after {
  transform: translateY(4px);
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  min-height: 50px;
  padding: 13px 30px;
  border: 1px solid transparent;
  border-radius: 999px;
  font-weight: 700;
  line-height: 1.2;
  cursor: pointer;
  transition: background-color 250ms cubic-bezier(0.33, 0, 0.66, 1), color 250ms cubic-bezier(0.33, 0, 0.66, 1), border-color 250ms cubic-bezier(0.33, 0, 0.66, 1);
}

.btn-primary {
  background: var(--deep);
  color: #f6f2ec;
}

.btn-primary:hover {
  color: var(--deep);
  background: var(--red);
}

.btn-secondary {
  background: var(--soft);
  color: var(--ink);
}

.btn-secondary:hover {
  background: var(--mist);
  color: var(--ink);
}

.hero {
  position: relative;
  min-height: max(620px, 88vh);
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  align-items: center;
  overflow: hidden;
  background: var(--deep);
}

.hero picture,
.hero img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  filter: saturate(0.82) contrast(1.06);
}

.hero::after {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(1, 16, 46, 0.78);
}

.hero-content {
  position: relative;
  z-index: 1;
  min-width: 0;
  width: min(1200px, calc(100% - 48px));
  padding: 62px 0 68px;
}

.eyebrow {
  margin: 0 0 14px;
  color: var(--red);
  font-family: var(--mono);
  font-size: 12px;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.14em;
}

h1,
h2,
h3 {
  margin: 0;
  line-height: 1.12;
  letter-spacing: -0.015em;
}

h1 {
  font-size: clamp(38px, 4.6vw, 58px);
  max-width: 980px;
}

.hero h1 {
  color: #fff;
  font-size: clamp(46px, 6.2vw, 76px);
  max-width: 900px;
  letter-spacing: -0.018em;
  overflow-wrap: anywhere;
}

.hero h1 .tone {
  color: rgba(246, 242, 236, 0.6);
}

.hero .eyebrow {
  color: var(--gold);
}

h2 {
  font-size: clamp(30px, 3.6vw, 46px);
}

h3 {
  font-size: 22px;
}

p {
  margin: 0;
}

.lead {
  margin-top: 22px;
  color: #3e4c59;
  font-size: 18px;
  max-width: 680px;
}

.hero .lead {
  color: rgba(246, 242, 236, 0.8);
  font-size: 19px;
  max-width: 640px;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 32px;
}

.hero .btn-secondary {
  border-color: rgba(255, 255, 255, 0.42);
  background: transparent;
  color: #fff;
}

.hero .btn-secondary:hover {
  border-color: rgba(255, 255, 255, 0.72);
  background: rgba(255, 255, 255, 0.1);
  color: #fff;
}

section {
  padding: 120px 0;
}

.section-head {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 28px;
  margin-bottom: 38px;
}

.section-head p {
  max-width: 560px;
  color: var(--muted);
}

.section-head-inverse h2,
.section-head-inverse p {
  color: #fff;
}

.section-head-inverse .eyebrow {
  color: var(--gold);
}

.capability-band {
  background: var(--night);
  color: #fff;
}

.capability-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  border-block: 1px solid rgba(255, 255, 255, 0.18);
}

.capability-card {
  display: flex;
  min-width: 0;
  min-height: 330px;
  flex-direction: column;
  padding: 40px 32px 36px;
  border-inline-start: 1px solid rgba(255, 255, 255, 0.18);
}

.capability-card:first-child {
  border-inline-start: 0;
}

.capability-index {
  margin-bottom: 26px;
  color: var(--gold);
  font-family: var(--mono);
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 0.08em;
}

.capability-card h3 {
  color: #fff;
  font-size: 26px;
}

.capability-card p:not(.capability-index) {
  margin-top: 13px;
  color: #c5d0da;
}

.capability-card a {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  width: fit-content;
  margin-top: auto;
  padding-top: 24px;
  color: #fff;
  font-weight: 800;
}

.capability-card a:hover {
  color: var(--gold);
}

.capability-card a span {
  display: inline-block;
  transition: transform 250ms cubic-bezier(0.33, 0, 0.66, 1);
}

.capability-card a:hover span {
  transform: translateX(4px);
}

[dir="rtl"] .capability-card a:hover span {
  transform: translateX(-4px);
}

.soft-band {
  background: var(--soft);
}

.grid-3 {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 28px;
}

.grid-2 {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 24px;
}

.card {
  min-height: 100%;
  padding: 28px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: #fff;
  transition: border-color 180ms ease;
}

.card:hover {
  border-color: var(--line-strong);
}

.card h2 {
  font-size: 22px;
  margin-bottom: 12px;
}

.card h3 {
  margin-bottom: 12px;
}

.card p,
.card li {
  color: var(--muted);
}

.card-link {
  display: inline-block;
  margin-top: 18px;
  color: var(--ink);
  font-weight: 700;
}

.card-link::after {
  content: "\2192";
  display: inline-block;
  margin-inline-start: 8px;
  transition: transform 250ms cubic-bezier(0.33, 0, 0.66, 1);
}

.card-link:hover {
  color: var(--red);
}

.card-link:hover::after {
  transform: translateX(4px);
}

[dir="rtl"] .card-link:hover::after {
  transform: translateX(-4px);
}

.tag-list {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 18px;
}

.tag-list span {
  padding: 5px 11px;
  border: 1px solid var(--line);
  border-radius: 999px;
  color: var(--muted);
  background: var(--soft);
  font-family: var(--mono);
  font-size: 12px;
}

.process {
  counter-reset: step;
}

.process .card {
  position: relative;
  padding-top: 58px;
}

.process .card::before {
  counter-increment: step;
  content: counter(step, decimal-leading-zero);
  position: absolute;
  left: 26px;
  top: 22px;
  color: var(--gold);
  font-weight: 900;
}

.split {
  display: grid;
  grid-template-columns: 0.95fr 1.05fr;
  gap: 44px;
  align-items: center;
}

.check-list {
  margin: 22px 0 0;
  padding: 0;
  list-style: none;
}

.check-list li {
  position: relative;
  padding-left: 28px;
  margin: 12px 0;
  color: #334155;
}

.check-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 9px;
  width: 13px;
  height: 8px;
  border-left: 3px solid var(--green);
  border-bottom: 3px solid var(--green);
  transform: rotate(-45deg);
}

.data-table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: #fff;
}

.data-table th,
.data-table td {
  padding: 15px 17px;
  border-bottom: 1px solid var(--line);
  text-align: left;
  vertical-align: top;
}

.data-table th {
  width: 30%;
  background: var(--soft);
  color: var(--ink);
  font-weight: 700;
}

.data-table tr:nth-child(even) td {
  background: #faf9f8;
}

.data-table tr:last-child td {
  border-bottom: 0;
}

.cta-band {
  background: var(--deep);
  color: #fff;
}

.cta-band .container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 28px;
}

.cta-band p {
  color: #e8ded2;
  margin-top: 10px;
  max-width: 680px;
}

.page-head-compact {
  padding: 64px 0 8px;
}

.page-head-compact h1 {
  max-width: 820px;
  margin: 10px 0 0;
  font-size: clamp(34px, 4.6vw, 56px);
  line-height: 1.12;
}

.page-head-compact .lead {
  max-width: 760px;
  margin: 14px 0 0;
}

.news-list {
  max-width: 880px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.news-list li {
  padding: 28px 0;
  border-bottom: 1px solid var(--line);
}

.news-list li:first-child {
  padding-top: 0;
}

.news-list li:last-child {
  border-bottom: 0;
}

.news-list time {
  display: block;
  margin-bottom: 6px;
  color: var(--muted);
  font-family: var(--mono);
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 0.05em;
}

.news-list h2 {
  margin: 0 0 8px;
  font-size: 24px;
  line-height: 1.25;
}

.news-list h2 a {
  color: inherit;
  text-decoration: none;
}

.news-list h2 a:hover {
  color: var(--red);
}

.news-list p {
  margin: 0 0 10px;
  color: var(--muted);
}

.download-list {
  max-width: 880px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.download-list li {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 24px 0;
  border-bottom: 1px solid var(--line);
}

.download-list li:first-child {
  padding-top: 0;
}

.download-list li:last-child {
  border-bottom: 0;
}

.download-list h3 {
  margin: 0 0 6px;
  font-size: 18px;
}

.download-list p {
  margin: 0;
  color: var(--muted);
  font-size: 14px;
}

.download-list .btn {
  flex-shrink: 0;
}

@media (max-width: 560px) {
  .download-list li {
    flex-direction: column;
    align-items: flex-start;
    gap: 14px;
  }
}

.form-status {
  margin: 14px 0 0;
  font-size: 15px;
  font-weight: 600;
  line-height: 1.5;
}

.form-status.is-success {
  color: #1f8a4c;
}

.footer-inquiry-panel .form-status.is-success,
.site-footer .form-status.is-success {
  color: #7bd9a5;
}

.form-status.is-error {
  color: var(--red);
}

.inquiry-form button[disabled] {
  opacity: 0.6;
  cursor: wait;
}

.breadcrumb {
  margin-bottom: 12px;
  color: var(--muted);
  font-family: var(--mono);
  font-size: 13px;
}

.breadcrumb a {
  color: var(--blue);
}

.content {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 320px;
  gap: 48px;
  align-items: start;
}

.content article > * + * {
  margin-top: 22px;
}

.content article {
  min-width: 0;
}

.content article h2 {
  margin-top: 44px;
}

.product-intro-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 320px;
  gap: 48px;
  align-items: start;
}

.product-details {
  min-width: 0;
  margin-top: 48px;
}

.product-details > * + * {
  margin-top: 22px;
}

.product-details h2 {
  margin-top: 44px;
}

.product-details h2:first-child {
  margin-top: 0;
  scroll-margin-top: 110px;
}

.media-frame {
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: #f4f6f7;
  aspect-ratio: 1672 / 941;
  box-shadow: var(--shadow-soft);
}

.media-frame video {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  background: #10130f;
}

/* Scenario bar chart: simple comparison bars on solution detail pages */
.bar-chart {
  margin: 1rem 0 1.5rem;
}

.bar-row {
  display: flex;
  align-items: center;
  gap: 12px;
  margin: 10px 0;
}

.bar-label {
  flex: 0 0 190px;
  font-size: 0.875rem;
  color: #3e4c59;
}

.bar-track {
  flex: 1;
  height: 14px;
  background: var(--soft);
  border: 1px solid var(--line);
  border-radius: 4px;
  overflow: hidden;
}

.bar-fill {
  display: block;
  height: 100%;
  background: var(--green);
  border-radius: 3px;
}

.bar-value {
  flex: 0 0 auto;
  min-width: 90px;
  font-size: 0.875rem;
  font-weight: 700;
  text-align: end;
}

@media (max-width: 640px) {
  .bar-label {
    flex-basis: 120px;
    font-size: 0.8125rem;
  }

  .bar-value {
    min-width: 64px;
    font-size: 0.8125rem;
  }
}

.media-frame img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.media-frame.product-media {
  background: #fff;
}

.media-frame.product-media img {
  object-fit: contain;
  padding: 26px;
}

.product-catalog {
  display: grid;
  gap: 56px;
}

.list-layout {
  display: grid;
  gap: 28px;
}

.filter-strip {
  display: grid;
  grid-template-columns: 180px minmax(0, 1fr);
  gap: 24px;
  align-items: start;
  padding: 24px 28px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: #fff;
  border-top: 3px solid var(--gold);
  box-shadow: var(--shadow-soft);
}

.filter-strip h2 {
  font-size: 22px;
}

.filter-strip p {
  color: var(--muted);
  line-height: 1.5;
}

.filter-strip p + p {
  margin-top: 4px;
}

.product-category-section {
  display: grid;
  gap: 24px;
}

.product-category-heading {
  display: grid;
  grid-template-columns: minmax(0, 0.8fr) minmax(260px, 1.2fr);
  column-gap: 42px;
  row-gap: 8px;
  align-items: end;
  padding-bottom: 20px;
  border-bottom: 1px solid var(--line);
}

.product-category-heading .eyebrow {
  grid-column: 1 / -1;
  margin: 0;
}

.product-category-heading h2 {
  margin: 0;
  font-size: 30px;
  line-height: 1.14;
}

.product-category-heading p:not(.eyebrow) {
  margin: 0;
  color: var(--muted);
  line-height: 1.6;
}

.product-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 26px;
}

.product-card {
  display: flex;
  flex-direction: column;
  gap: 17px;
  padding: 24px;
  border-color: var(--line-strong);
  overflow: hidden;
}

.product-thumb {
  display: block;
  overflow: hidden;
  width: calc(100% + 48px);
  height: 288px;
  margin: -24px -24px 4px;
  border-bottom: 1px solid var(--line);
  background: var(--soft);
}

.product-thumb img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  padding: 16px;
}

.product-card h2 {
  font-size: 24px;
  line-height: 1.22;
  max-width: none;
}

.product-card p {
  color: var(--muted);
}

.product-card .card-link {
  margin-top: auto;
}

.equipment-gallery-section {
  padding-top: 36px;
}

.equipment-gallery {
  display: grid;
  grid-template-columns: 1.38fr repeat(3, minmax(0, 0.87fr));
  gap: 12px;
  min-height: 330px;
}

.equipment-gallery a {
  position: relative;
  display: block;
  min-width: 0;
  overflow: hidden;
  background: var(--mist);
  color: #fff;
}

.equipment-gallery img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 180ms ease;
}

.equipment-gallery a::after {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(1, 16, 46, 0.26);
  transition: background-color 180ms ease;
}

.equipment-gallery a:hover::after {
  background: rgba(1, 16, 46, 0.12);
}

.equipment-gallery a:hover img {
  transform: scale(1.025);
}

.equipment-gallery span {
  position: absolute;
  inset-inline: 18px;
  inset-block-end: 16px;
  z-index: 1;
  color: #fff;
  font-size: 15px;
  font-weight: 800;
  line-height: 1.25;
}

.gallery-feature {
  grid-row: 1;
}

.gallery-tile {
  aspect-ratio: 4 / 5;
}

.mini-table {
  width: 100%;
  border-collapse: collapse;
}

.mini-table th,
.mini-table td {
  padding: 10px 0;
  border-top: 1px solid var(--line);
  text-align: left;
  vertical-align: top;
  font-size: 14px;
}

.mini-table th {
  width: 96px;
  padding-right: 14px;
  color: var(--ink);
  font-weight: 700;
}

.mini-table td {
  font-family: var(--mono);
  font-size: 13px;
  color: var(--ink);
}

.side-panel {
  position: sticky;
  top: 96px;
  padding: 26px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: #fff;
}

.side-panel h2,
.side-panel h3 {
  font-size: 20px;
  margin-bottom: 12px;
}

.side-panel p {
  color: var(--muted);
}

.parameter-summary {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin: 20px 0 22px;
  border-block: 1px solid var(--line);
  background: var(--soft);
}

.parameter-summary > div {
  min-width: 0;
  padding: 18px 20px;
}

.parameter-summary > div + div {
  border-inline-start: 1px solid var(--line);
}

.parameter-summary dt,
.parameter-grid dt {
  margin: 0 0 6px;
  color: var(--muted);
  font-family: var(--mono);
  font-size: 11px;
  font-weight: 500;
  line-height: 1.35;
  text-transform: uppercase;
  letter-spacing: 0.1em;
}

.parameter-summary dd,
.parameter-grid dd {
  margin: 0;
  color: var(--ink);
  font-family: var(--mono);
  font-size: 14px;
  font-weight: 600;
  line-height: 1.5;
}

.comparison-scroll {
  width: 100%;
  min-width: 0;
  max-width: 100%;
  overflow-x: auto;
  overscroll-behavior-inline: contain;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: #fff;
  scrollbar-color: #a8a29a var(--mist);
}

.comparison-scroll:focus-visible {
  outline: 3px solid rgba(46, 232, 107, 0.28);
  outline-offset: 3px;
}

.model-comparison {
  width: max-content;
  min-width: 100%;
  border-collapse: separate;
  border-spacing: 0;
  font-size: 14px;
}

.model-comparison th,
.model-comparison td {
  min-width: 146px;
  padding: 14px 16px;
  border-inline-end: 1px solid var(--line);
  border-block-end: 1px solid var(--line);
  text-align: start;
  vertical-align: middle;
  line-height: 1.45;
}

.model-comparison thead th {
  position: sticky;
  top: 0;
  z-index: 2;
  background: var(--deep);
  color: #fff;
  font-weight: 800;
  white-space: nowrap;
}

.model-comparison th:first-child {
  position: sticky;
  inset-inline-start: 0;
  z-index: 3;
  min-width: 184px;
  max-width: 220px;
  background: var(--soft);
  color: var(--ink);
  white-space: normal;
}

.model-comparison thead th:first-child {
  z-index: 4;
  background: var(--night);
  color: #fff;
}

.model-comparison tbody tr:nth-child(even) td {
  background: #fafbfc;
}

.model-comparison tbody tr:hover td,
.model-comparison tbody tr:hover th {
  background: #f1f5f7;
}

.model-comparison tr:last-child th,
.model-comparison tr:last-child td {
  border-block-end: 0;
}

.model-comparison th:last-child,
.model-comparison td:last-child {
  border-inline-end: 0;
}

.model-comparison bdi {
  unicode-bidi: isolate;
  white-space: nowrap;
}

.parameter-note {
  margin-top: 14px !important;
  padding-inline-start: 16px;
  border-inline-start: 3px solid var(--gold);
  color: var(--muted);
}

.parameter-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin: 0;
  border-block-start: 1px solid var(--line);
}

.parameter-grid > div {
  min-width: 0;
  padding: 18px 20px;
  border-block-end: 1px solid var(--line);
}

.parameter-grid > div:nth-child(even) {
  border-inline-start: 1px solid var(--line);
}

.product-aside {
  align-self: start;
  display: grid;
  gap: 0;
}

.aside-module {
  padding: 22px 4px;
  border-block-start: 1px solid var(--line);
}

.aside-module:first-child {
  border-block-start: 0;
}

.aside-primary {
  margin-bottom: 8px;
  padding: 24px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--soft);
}

.aside-module h2 {
  margin: 0 0 10px;
  font-size: 20px;
  line-height: 1.3;
}

.aside-module p {
  margin: 0;
  color: var(--muted);
  line-height: 1.6;
}

.aside-kicker {
  margin-bottom: 7px !important;
  color: var(--red) !important;
  font-size: 12px;
  font-weight: 850;
  text-transform: uppercase;
  letter-spacing: 0;
}

.aside-primary .btn {
  width: 100%;
  margin-top: 18px;
}

.aside-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-top: 12px;
  color: var(--blue);
  font-weight: 800;
}

.aside-link span {
  display: inline-block;
}

html[dir="rtl"] .content {
  direction: rtl;
}

html[dir="rtl"] .product-intro-layout {
  direction: rtl;
}

html[dir="rtl"] .content > * {
  direction: rtl;
}

html[dir="rtl"] .comparison-scroll,
html[dir="rtl"] .model-comparison {
  direction: rtl;
}

html[dir="rtl"] .model-comparison bdi,
html[dir="rtl"] .parameter-summary dd[dir="auto"],
html[dir="rtl"] .parameter-grid dd[dir="auto"] {
  unicode-bidi: isolate;
}

html[dir="rtl"] .aside-link span {
  transform: scaleX(-1);
}

.faq details {
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: #fff;
  padding: 18px 20px;
}

.faq details + details {
  margin-top: 12px;
}

.faq summary {
  cursor: pointer;
  font-weight: 800;
}

.faq p {
  margin-top: 12px;
  color: var(--muted);
}

.form-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px;
}

.contact-form {
  display: grid;
  gap: 18px;
}

label {
  display: grid;
  gap: 7px;
  font-weight: 700;
}

input,
select,
textarea {
  width: 100%;
  min-height: 44px;
  padding: 10px 12px;
  border: 1px solid #b9c3cf;
  border-radius: var(--radius);
  font: inherit;
  color: var(--ink);
  background: #fff;
  transition: border-color 160ms ease, box-shadow 160ms ease;
}

input:focus,
select:focus,
textarea:focus {
  outline: none;
  border-color: var(--blue);
  box-shadow: 0 0 0 3px rgba(31, 157, 92, 0.15);
}

textarea {
  min-height: 130px;
  resize: vertical;
}

.full {
  grid-column: 1 / -1;
}

.form-note {
  color: var(--muted);
  font-size: 14px;
}

.site-footer {
  background: var(--night);
  color: #e8ded2;
  padding: 60px 0 26px;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.footer-grid {
  display: grid;
  grid-template-columns: 1.05fr 0.72fr 0.95fr 1.45fr;
  gap: 34px;
}

.site-footer h2,
.site-footer h3 {
  color: #fff;
  font-size: 18px;
  margin-bottom: 12px;
}

.site-footer p,
.site-footer li,
.site-footer a {
  color: #b7c4d1;
}

.footer-grid > div > a {
  display: block;
  width: fit-content;
  margin-top: 7px;
}

.footer-contact-link {
  font-weight: 700;
}

.contact-label {
  display: inline-block;
  min-width: 88px;
  font-weight: 400;
  opacity: 0.72;
}

.footer-contact-note {
  margin: 8px 0 0;
  font-size: 14px;
  line-height: 1.55;
}

.contact-list {
  margin: 0 0 20px;
}

.contact-list dt {
  margin-top: 14px;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.04em;
  color: var(--red);
}

.contact-list dt:first-child {
  margin-top: 0;
}

.contact-list dd {
  margin: 3px 0 0;
  font-size: 15px;
  line-height: 1.55;
}

.footer-inquiry-panel {
  min-width: 0;
}

.footer-inquiry-form {
  display: grid;
  gap: 12px;
}

.footer-form-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
}

.footer-inquiry-form label {
  gap: 5px;
  color: #d9e2ec;
  font-size: 13px;
}

.footer-inquiry-form input,
.footer-inquiry-form textarea {
  min-height: 38px;
  padding: 8px 10px;
  border-color: rgba(255, 255, 255, 0.28);
  background: #fff;
}

.footer-inquiry-form textarea {
  min-height: 82px;
}

.footer-inquiry-form .btn {
  width: fit-content;
}

.site-footer ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.site-footer li + li {
  margin-top: 8px;
}

.footer-bottom {
  margin-top: 36px;
  padding-top: 20px;
  border-top: 1px solid rgba(255, 255, 255, 0.14);
  color: #9fb0c0;
  font-size: 14px;
}

.floating-tools {
  position: fixed;
  inset-inline-end: 18px;
  bottom: 18px;
  z-index: 70;
  display: grid;
  gap: 7px;
}

.floating-tools a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 72px;
  min-height: 40px;
  padding: 8px 16px;
  border: 1px solid transparent;
  border-radius: 999px;
  color: #f6f2ec;
  background: var(--deep);
  box-shadow: 0 8px 20px rgba(1, 16, 46, 0.16);
  font-weight: 700;
  font-size: 13px;
}

.floating-tools a:first-child {
  background: var(--signal);
}

@media (max-width: 900px) {
  .section-head,
  .cta-band .container {
    align-items: flex-start;
    flex-direction: column;
  }

  .menu-toggle {
    display: inline-grid;
    place-items: center;
  }

  .site-nav {
    position: absolute;
    left: 0;
    right: 0;
    top: 76px;
    display: none;
    flex-direction: column;
    align-items: stretch;
    gap: 0;
    padding: 10px 24px 22px;
    background: #fff;
    border-bottom: 1px solid var(--line);
    box-shadow: var(--shadow-soft);
  }

  .site-nav.is-open {
    display: flex;
  }

  .site-nav a {
    padding: 12px 0;
  }

  .language-switcher,
  .resource-menu {
    width: 100%;
  }

  .language-switcher summary,
  .resource-menu summary {
    justify-content: space-between;
    width: 100%;
  }

  .language-menu,
  .resource-menu-panel {
    position: static;
    width: 100%;
    margin-top: 8px;
    box-shadow: none;
  }

  .language-menu a,
  .resource-menu-panel a {
    padding: 10px 12px;
  }

  .hero {
    min-height: 580px;
  }

  .hero::after {
    background: rgba(1, 16, 46, 0.78);
  }

  .grid-3,
  .grid-2,
  .product-grid,
  .split,
  .content,
  .product-intro-layout,
  .footer-grid {
    grid-template-columns: 1fr;
  }

  .product-category-heading {
    grid-template-columns: 1fr;
    gap: 10px;
  }

  .footer-form-grid {
    grid-template-columns: 1fr;
  }

  .filter-strip {
    grid-template-columns: 1fr;
  }

  .capability-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .capability-card:nth-child(odd) {
    border-inline-start: 0;
  }

  .capability-card:nth-child(n + 3) {
    border-block-start: 1px solid rgba(255, 255, 255, 0.18);
  }

  .equipment-gallery {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    min-height: 0;
  }

  .gallery-feature {
    grid-column: 1 / -1;
    aspect-ratio: 16 / 8;
  }

  .side-panel {
    position: static;
    box-shadow: var(--shadow-soft);
  }

  .product-aside {
    position: static;
  }

  .floating-tools {
    inset-inline-end: 14px;
    bottom: 14px;
    grid-template-columns: auto auto;
  }

  .floating-tools a {
    min-width: 64px;
  }
}

@media (max-width: 560px) {
  .container {
    width: min(100% - 28px, 1200px);
  }

  h1 {
    font-size: 37px;
  }

  .hero h1 {
    font-size: 36px;
    max-width: none;
  }

  .parameter-summary,
  .parameter-grid {
    grid-template-columns: 1fr;
  }

  .parameter-summary > div + div,
  .parameter-grid > div:nth-child(even) {
    border-inline-start: 0;
  }

  .parameter-summary > div + div {
    border-block-start: 1px solid var(--line);
  }

  .model-comparison th,
  .model-comparison td {
    min-width: 132px;
    padding: 12px 13px;
  }

  .model-comparison th:first-child {
    min-width: 152px;
    max-width: 170px;
  }

  .floating-tools {
    position: static;
    display: grid;
    width: auto;
    margin: 0 14px 14px;
    grid-template-columns: 1fr 1fr;
  }

  .floating-tools a {
    min-height: 44px;
  }

  .hero {
    min-height: 78vh;
  }

  .hero-content {
    padding: 54px 0 64px;
  }

  .page-head-compact {
    padding: 36px 0 4px;
  }

  .form-grid {
    grid-template-columns: 1fr;
  }

  .capability-grid,
  .equipment-gallery {
    grid-template-columns: 1fr;
  }

  .capability-card,
  .capability-card:nth-child(odd) {
    min-height: 0;
    border-inline-start: 0;
  }

  .capability-card + .capability-card {
    border-block-start: 1px solid rgba(255, 255, 255, 0.18);
  }

  .gallery-feature,
  .gallery-tile {
    grid-column: auto;
    aspect-ratio: 4 / 3;
  }

  .product-card h2 {
    font-size: 23px;
  }

  .product-thumb {
    height: 220px;
  }

  section {
    padding: 60px 0;
  }
}

/* Newsroom (dynamic, synced from admin news API) */

.news-rows {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.news-row {
  display: flex;
  min-width: 0;
  align-items: stretch;
  border: 1px solid var(--line-strong);
  border-radius: var(--radius);
  background: #fff;
  overflow: hidden;
  transition: border-color 180ms ease, transform 180ms ease;
}

.news-row:hover {
  border-color: var(--gold);
  transform: translateY(-2px);
}

.news-row-media {
  flex: 0 0 300px;
  min-width: 0;
  background: var(--mist);
}

.news-row-media img {
  display: block;
  width: 100%;
  height: 100%;
  aspect-ratio: 16 / 9;
  object-fit: cover;
}

.news-row-body {
  display: flex;
  flex: 1;
  min-width: 0;
  flex-direction: column;
  gap: 12px;
  padding: 24px 28px;
}

.news-row-body h2 {
  font-size: 21px;
  line-height: 1.25;
}

.news-meta {
  color: var(--gold);
  font-family: var(--mono);
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.news-summary {
  color: #3e4c59;
  font-size: 15px;
  line-height: 1.6;
}

.news-more {
  margin-top: auto;
  color: var(--deep);
  font-weight: 700;
  font-size: 14px;
}

.news-more::after {
  content: " →";
}

[dir="rtl"] .news-more::after {
  content: " ←";
}

.news-status {
  padding: 48px 0;
  color: #68736d;
  font-size: 16px;
}

.news-article {
  max-width: 780px;
}

.news-article h1 {
  font-size: clamp(32px, 4.2vw, 50px);
  max-width: 100%;
}

.news-article .news-meta {
  margin-top: 18px;
}

.news-cover {
  width: 100%;
  max-height: 460px;
  object-fit: cover;
  margin-top: 28px;
  border-radius: var(--radius);
  background: var(--mist);
}

.news-body {
  margin-top: 32px;
  font-size: 17px;
  line-height: 1.75;
  overflow-wrap: anywhere;
}

.news-body > * + * {
  margin-top: 1.1em;
}

.news-body h2 {
  margin-top: 1.6em;
  font-size: 27px;
}

.news-body h3 {
  margin-top: 1.4em;
  font-size: 22px;
}

.news-body a {
  color: var(--deep);
  text-decoration: underline;
  text-decoration-color: var(--gold);
  text-underline-offset: 3px;
}

.news-body blockquote {
  margin-inline: 0;
  padding-inline-start: 18px;
  border-inline-start: 3px solid var(--gold);
  color: #3e4c59;
}

.news-body img,
.news-body video,
.news-body iframe {
  display: block;
  max-width: 100%;
  border: 0;
}

.news-body img,
.news-body video {
  height: auto;
}

.news-body iframe {
  width: min(100%, 720px);
  aspect-ratio: 16 / 9;
}

.news-body figure {
  max-width: 100%;
  margin: 1.5rem 0;
}

.news-body figcaption {
  margin-top: 0.5rem;
  color: #68736d;
  font-size: 0.875rem;
  text-align: center;
}

.news-body table,
.news-body pre {
  display: block;
  max-width: 100%;
  overflow-x: auto;
}

/* Article & FAQ tables: explicit divider lines on every cell so rows and
   columns stay clearly separated in all locales (LTR and RTL alike). */
.news-body table {
  width: 100%;
  margin: 1.5rem 0;
  border-collapse: collapse;
  border: 1px solid var(--line);
  background: #fff;
  font-size: 0.9375rem;
}

.news-body th,
.news-body td {
  padding: 12px 14px;
  border: 1px solid var(--line);
  text-align: start;
  vertical-align: top;
}

.news-body th {
  background: var(--soft);
  color: var(--ink);
  font-weight: 700;
}

.news-body tbody tr:nth-child(even) td {
  background: #faf9f8;
}

.news-blog-band h2 {
  font-size: clamp(24px, 2.8vw, 32px);
}

.news-blog-band p {
  margin-top: 10px;
  max-width: 560px;
  color: #3e4c59;
}

.news-blog-band .btn {
  margin-top: 22px;
}

@media (max-width: 900px) {
  .news-row {
    flex-direction: column;
  }

  .news-row-media {
    flex: 0 0 auto;
  }

  .news-row-media img {
    height: auto;
  }
}

/* Client feedback round: slim page heads, robot scenarios, contain media */

.page-head-slim {
  padding: 34px 0 6px;
}

.page-head-slim h1 {
  max-width: 760px;
  font-size: clamp(26px, 3vw, 38px);
}

/* Headless index pages (products, news, FAQ): the first content section sits
   directly under the sticky site header, so it carries a reduced top offset
   instead of the full 120px section padding. 56px desktop, 36px mobile. */
.page-start {
  padding-top: clamp(36px, 5vw, 56px);
}

.content article h1.section-heading {
  font-size: clamp(30px, 3.6vw, 46px);
}

.media-frame--contain img {
  object-fit: contain;
}

.robot-scenario-grid {
  margin-top: 34px;
}

.robot-scenario-grid + .btn {
  margin-top: 30px;
}
