:root {
  --ink: #111820;
  --ink-soft: #303a45;
  --muted: #56616f;
  --paper: #e8ebef;
  --paper-2: #d8dde4;
  --panel: #eef2f6;
  --blue: #155bd7;
  --blue-2: #4f86ff;
  --dark: #151c23;
  --dark-2: #232c35;
  --line: rgba(17, 24, 32, 0.16);
  --line-strong: rgba(17, 24, 32, 0.26);
  --line-light: rgba(255, 255, 255, 0.22);
  --shadow: 0 28px 72px rgba(18, 24, 33, 0.18);
  --soft-shadow: 0 18px 46px rgba(18, 24, 33, 0.12);
  --font-display: "DIN Alternate", "Avenir Next Condensed", "Aptos Display", "Segoe UI Variable Display", system-ui, sans-serif;
  --font-body: "Aptos", "Segoe UI Variable Text", "SF Pro Text", "Geist", system-ui, sans-serif;
  --font-technical: "IBM Plex Mono", "SFMono-Regular", Consolas, monospace;
  --ease: cubic-bezier(0.32, 0.72, 0, 1);
  --icon-arrow-light: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' fill='none' stroke='%23f4f7fb' stroke-width='2.4' stroke-linecap='square' stroke-linejoin='miter'%3E%3Cpath d='M5 12h13'/%3E%3Cpath d='M13 7l5 5-5 5'/%3E%3C/svg%3E");
  --icon-arrow-dark: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' fill='none' stroke='%23111820' stroke-width='2.4' stroke-linecap='square' stroke-linejoin='miter'%3E%3Cpath d='M5 12h13'/%3E%3Cpath d='M13 7l5 5-5 5'/%3E%3C/svg%3E");
  --icon-arrow-blue: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' fill='none' stroke='%23155bd7' stroke-width='2.4' stroke-linecap='square' stroke-linejoin='miter'%3E%3Cpath d='M5 12h13'/%3E%3Cpath d='M13 7l5 5-5 5'/%3E%3C/svg%3E");
  --icon-network: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='40' height='40' viewBox='0 0 40 40' fill='none' stroke='%234f86ff' stroke-width='2.2' stroke-linecap='square' stroke-linejoin='miter'%3E%3Cpath d='M20 9v8M13 25l7-8 7 8'/%3E%3Ccircle cx='20' cy='7' r='4'/%3E%3Ccircle cx='11' cy='28' r='4'/%3E%3Ccircle cx='29' cy='28' r='4'/%3E%3C/svg%3E");
  --icon-bars: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='40' height='40' viewBox='0 0 40 40' fill='none' stroke='%234f86ff' stroke-width='2.2' stroke-linecap='square'%3E%3Cpath d='M9 30h22M11 28V18h5v10M19 28V12h5v16M27 28V8h5v20'/%3E%3C/svg%3E");
  --icon-gauge: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='40' height='40' viewBox='0 0 40 40' fill='none' stroke='%234f86ff' stroke-width='2.2' stroke-linecap='square' stroke-linejoin='miter'%3E%3Ccircle cx='20' cy='20' r='12'/%3E%3Cpath d='M20 8v5M32 20h-5M20 32v-5M8 20h5M20 20l7-7'/%3E%3C/svg%3E");
  --icon-document: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='40' height='40' viewBox='0 0 40 40' fill='none' stroke='%234f86ff' stroke-width='2.2' stroke-linecap='square' stroke-linejoin='miter'%3E%3Cpath d='M12 7h12l5 5v21H12zM24 7v6h5M16 19h10M16 25h10M16 31h6'/%3E%3C/svg%3E");
  --icon-process: var(--icon-network);
  --icon-equipment: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='34' height='34' viewBox='0 0 34 34' fill='none' stroke='%23155bd7' stroke-width='2' stroke-linecap='square' stroke-linejoin='miter'%3E%3Cpath d='M7 11h20v12H7zM10 15h5M19 15h5M10 20h5M19 20h5M12 8v3M22 8v3M12 23v3M22 23v3'/%3E%3C/svg%3E");
  --icon-cases: var(--icon-document);
  --icon-automation: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='34' height='34' viewBox='0 0 34 34' fill='none' stroke='%23155bd7' stroke-width='2' stroke-linecap='square'%3E%3Cpath d='M10 7v20M17 7v20M24 7v20M7 13h6M14 21h6M21 16h6'/%3E%3C/svg%3E");
  --icon-optimization: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='34' height='34' viewBox='0 0 34 34' fill='none' stroke='%23155bd7' stroke-width='2' stroke-linecap='square' stroke-linejoin='miter'%3E%3Cpath d='M7 26h20M10 24v-5M16 24v-9M22 24V10M11 12l5-4 5 3 6-6'/%3E%3C/svg%3E");
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

html,
body {
  overflow-x: hidden;
}

body {
  margin: 0;
  color: var(--ink);
  background:
    linear-gradient(90deg, rgba(17, 24, 32, 0.05) 1px, transparent 1px) 0 0 / 86px 86px,
    linear-gradient(0deg, rgba(17, 24, 32, 0.04) 1px, transparent 1px) 0 0 / 86px 86px,
    radial-gradient(circle at 18% 8%, rgba(255, 255, 255, 0.72), transparent 27%),
    linear-gradient(94deg, #f1f3f6, #d7dde5 48%, #f4f6f8);
  font-family: var(--font-body);
  font-size: 15px;
  line-height: 1.55;
}

body::after {
  position: fixed;
  inset: 0;
  z-index: 30;
  pointer-events: none;
  opacity: 0.1;
  content: "";
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.08) 1px, transparent 1px),
    radial-gradient(circle, rgba(255, 255, 255, 0.32) 0 0.5px, transparent 0.7px);
  background-size: 100% 7px, 12px 12px;
  mix-blend-mode: overlay;
}

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

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

p,
li,
td,
th,
input,
textarea,
select,
button {
  overflow-wrap: anywhere;
}

h1,
h2,
h3 {
  margin: 0;
  font-family: var(--font-display);
  font-weight: 850;
  line-height: 1.04;
  letter-spacing: 0;
  overflow-wrap: normal;
  word-break: normal;
}

.line {
  display: block;
}

.site-header {
  position: fixed;
  top: 12px;
  right: 0;
  left: 0;
  z-index: 20;
  display: flex;
  justify-content: center;
  pointer-events: none;
}

.nav {
  display: grid;
  grid-template-columns: 300px 1fr;
  align-items: center;
  width: min(1640px, calc(100% - 24px));
  min-height: 108px;
  border: 1px solid rgba(255, 255, 255, 0.3);
  border-radius: 8px;
  padding: 0 28px;
  color: #edf2f7;
  background:
    linear-gradient(180deg, rgba(43, 51, 60, 0.74), rgba(22, 28, 35, 0.66)),
    linear-gradient(90deg, rgba(255, 255, 255, 0.05), transparent 32%, rgba(255, 255, 255, 0.06));
  box-shadow: 0 26px 80px rgba(0, 0, 0, 0.24), inset 0 1px 1px rgba(255, 255, 255, 0.18);
  backdrop-filter: blur(22px) saturate(1.22);
  pointer-events: auto;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 14px;
  width: fit-content;
  min-width: 0;
}

.brand img {
  display: block;
  width: clamp(210px, 15vw, 280px);
  height: auto;
  object-fit: contain;
  filter: drop-shadow(0 8px 18px rgba(0, 0, 0, 0.2));
}

.brand::before {
  content: none;
}

.brand__text {
  display: none;
}

.nav__toggle {
  display: none;
  align-items: center;
  justify-content: center;
  justify-self: end;
  width: 44px;
  height: 44px;
  border: 1px solid rgba(255, 255, 255, 0.28);
  border-radius: 5px;
  background: rgba(255, 255, 255, 0.1);
  color: #fff;
  cursor: pointer;
}

.nav__toggle span,
.nav__toggle span::before,
.nav__toggle span::after {
  display: block;
  width: 20px;
  height: 2px;
  border-radius: 2px;
  background: currentColor;
  content: "";
}

.nav__toggle span {
  position: relative;
}

.nav__toggle span::before,
.nav__toggle span::after {
  position: absolute;
  left: 0;
}

.nav__toggle span::before {
  top: -7px;
}

.nav__toggle span::after {
  top: 7px;
}

.nav__links {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: clamp(22px, 3.2vw, 58px);
}

.nav__links a {
  position: relative;
  color: rgba(245, 248, 252, 0.9);
  font-size: 0.94rem;
  font-weight: 680;
  transition: color 720ms var(--ease), transform 720ms var(--ease);
}

.nav__links a::after {
  position: absolute;
  right: 0;
  bottom: -12px;
  left: 0;
  height: 2px;
  transform: scaleX(0);
  transform-origin: left;
  background: var(--blue-2);
  content: "";
  transition: transform 720ms var(--ease);
}

.nav__links a:hover,
.nav__links a.is-active {
  color: #fff;
  transform: translateY(-1px);
}

.nav__links a:hover::after,
.nav__links a.is-active::after {
  transform: scaleX(1);
}

.nav__cta {
  display: inline-flex;
  align-items: center;
  gap: 14px;
  min-height: 50px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 5px;
  padding: 7px 10px 7px 20px;
  color: #fff !important;
  background: linear-gradient(180deg, #1766e8, #0643b3);
  box-shadow: inset 0 1px 1px rgba(255, 255, 255, 0.28), 0 18px 46px rgba(16, 83, 204, 0.28);
}

.nav__cta::before {
  display: none;
}

.nav__cta::after {
  display: none !important;
  content: none;
}

.nav-icon {
  display: grid;
  place-items: center;
  width: 32px;
  height: 32px;
  flex: 0 0 auto;
  border-radius: 50%;
  color: #fff;
  background: rgba(255, 255, 255, 0.13);
  font-family: var(--font-technical);
  font-size: 0.82rem;
  font-weight: 900;
  line-height: 1;
  transition: transform 720ms var(--ease), background 720ms var(--ease);
}

.nav__cta:hover .nav-icon {
  transform: translateX(3px);
  background: rgba(255, 255, 255, 0.22);
}

.hero {
  position: relative;
  display: grid;
  min-height: 100svh;
  align-items: center;
  overflow: hidden;
  isolation: isolate;
  color: var(--ink);
  background: var(--paper);
}

.hero--compact {
  min-height: 68svh;
  padding-top: 116px;
}

.hero__image {
  position: absolute;
  inset: 0;
  z-index: 0;
  width: 100%;
  height: 100%;
  max-width: none;
  object-fit: cover;
  filter: grayscale(0.15) saturate(0.82) contrast(1.05);
  transform-origin: center;
}

.hero::before {
  position: absolute;
  inset: 0;
  z-index: 1;
  content: "";
  background:
    linear-gradient(90deg, rgba(233, 237, 242, 0.94) 0%, rgba(233, 237, 242, 0.86) 32%, rgba(233, 237, 242, 0.42) 48%, rgba(10, 16, 23, 0.08) 68%, rgba(10, 16, 23, 0.22) 100%),
    linear-gradient(180deg, rgba(10, 15, 22, 0.16), rgba(10, 15, 22, 0.18));
}

.hero::after {
  position: absolute;
  inset: 0;
  z-index: 2;
  pointer-events: none;
  content: "";
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.34) 1px, transparent 1px) 0 0 / 90px 90px,
    linear-gradient(0deg, rgba(255, 255, 255, 0.24) 1px, transparent 1px) 0 0 / 90px 90px,
    radial-gradient(circle at 84% 22%, rgba(79, 134, 255, 0.28), transparent 22%);
  opacity: 0.46;
  mix-blend-mode: screen;
}

.hero__content {
  position: relative;
  z-index: 3;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(292px, 292px);
  gap: clamp(54px, 7vw, 120px);
  align-items: center;
  width: min(1504px, calc(100% - 96px));
  min-height: calc(100svh - 220px);
  margin: 0 auto;
  padding: 166px 0 72px;
}

.hero--compact .hero__content {
  min-height: auto;
  padding: 86px 0 72px;
}

.hero__copy {
  min-width: 0;
  max-width: 940px;
}

.hero__copy::before {
  display: none;
  width: 56px;
  height: 4px;
  margin: 28px 0 26px;
  background: var(--blue);
  content: "";
}

.eyebrow,
.section-kicker {
  display: inline-flex;
  align-items: center;
  gap: 14px;
  margin: 0 0 0;
  color: var(--blue);
  font-family: var(--font-technical);
  font-size: 0.74rem;
  font-weight: 900;
  letter-spacing: 0.14em;
  line-height: 1;
  text-transform: uppercase;
}

.eyebrow::before,
.section-kicker::before {
  width: 52px;
  height: 3px;
  background: currentColor;
  content: "";
}

.hero .eyebrow,
.article .eyebrow {
  color: var(--blue);
}

.section--dark .eyebrow,
.section--dark .section-kicker {
  color: var(--blue-2);
}

.hero h1,
.page-title h1,
.thank-panel h1 {
  max-width: 830px;
  margin: 28px 0 0;
  color: #101720;
  font-size: clamp(3.35rem, 4.85vw, 5.25rem);
  line-height: 1.02;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.58);
}

.hero--compact h1,
.page-title h1 {
  font-size: clamp(2.55rem, 3.8vw, 4.25rem);
}

.hero p:not(.eyebrow) {
  max-width: 600px;
  margin: 0;
  color: #46515e;
  font-size: 1rem;
  font-weight: 560;
  line-height: 1.45;
}

.hero__actions,
.section-actions,
.form-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 26px;
  margin-top: 42px;
}

.button {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  min-width: 226px;
  min-height: 50px;
  border: 1px solid rgba(17, 24, 32, 0.28);
  border-radius: 5px;
  padding: 7px 10px 7px 20px;
  color: var(--ink);
  background: rgba(235, 239, 244, 0.42);
  font: inherit;
  font-weight: 850;
  cursor: pointer;
  transition: transform 760ms var(--ease), background 760ms var(--ease), border-color 760ms var(--ease), box-shadow 760ms var(--ease);
}

.button::after {
  display: grid;
  place-items: center;
  width: 32px;
  height: 32px;
  flex: 0 0 auto;
  border-radius: 50%;
  margin-left: auto;
  background-color: rgba(17, 24, 32, 0.08);
  background-image: var(--icon-arrow-dark);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 17px 17px;
  content: "";
  transition: transform 760ms var(--ease), background 760ms var(--ease);
}

.button:hover {
  transform: translateY(-2px);
  box-shadow: 0 18px 46px rgba(18, 24, 33, 0.16);
}

.button:hover::after {
  transform: translateX(3px);
}

.button--primary {
  border-color: rgba(255, 255, 255, 0.2);
  color: #fff;
  background: linear-gradient(180deg, #1766e8, #0643b3);
  box-shadow: inset 0 1px 1px rgba(255, 255, 255, 0.28), 0 18px 46px rgba(16, 83, 204, 0.28);
}

.button--primary::after {
  background-color: rgba(255, 255, 255, 0.13);
  background-image: var(--icon-arrow-light);
}

.button--primary:hover::after {
  background-color: rgba(255, 255, 255, 0.22);
}

.button--ghost,
.button--light {
  border-color: rgba(17, 24, 32, 0.42);
  background: rgba(235, 239, 244, 0.48);
  color: var(--ink);
}

.hero__stats {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  border: 1px solid rgba(255, 255, 255, 0.32);
  border-radius: 8px;
  padding: 22px 22px;
  color: #edf3f9;
  background:
    radial-gradient(circle at 0 0, rgba(62, 124, 255, 0.18), transparent 36%),
    linear-gradient(155deg, rgba(35, 43, 52, 0.94), rgba(18, 24, 31, 0.94));
  box-shadow: inset 0 1px 1px rgba(255, 255, 255, 0.16), 0 34px 90px rgba(0, 0, 0, 0.28);
}

.hero__stats::before {
  position: absolute;
  inset: 0;
  border-radius: inherit;
  pointer-events: none;
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.07) 1px, transparent 1px) 0 0 / 44px 44px,
    linear-gradient(0deg, rgba(255, 255, 255, 0.045) 1px, transparent 1px) 0 0 / 44px 44px;
  opacity: 0.48;
  content: "";
}

.hero__stats div {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: 64px 1fr;
  gap: 18px;
  align-items: center;
  min-height: 130px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

.hero__stats div:last-child {
  border-bottom: 0;
}

.hero__stats div::before {
  display: grid;
  grid-row: 1 / span 2;
  place-items: center;
  width: 64px;
  height: 64px;
  border: 1px solid rgba(226, 235, 246, 0.5);
  border-radius: 50%;
  color: var(--blue-2);
  background-color: rgba(255, 255, 255, 0.035);
  background-image: var(--icon-network);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 34px 34px;
  content: "";
}

.hero__stats div:nth-child(2)::before {
  background-image: var(--icon-bars);
}

.hero__stats div:nth-child(3)::before {
  background-image: var(--icon-gauge);
}

.hero__stats div:nth-child(4)::before {
  background-image: var(--icon-document);
}

.hero__stats strong {
  display: block;
  grid-column: 2;
  align-self: end;
  color: var(--blue-2);
  font-family: var(--font-display);
  font-size: clamp(2.05rem, 2.65vw, 2.7rem);
  font-weight: 850;
  line-height: 0.9;
  white-space: nowrap;
}

.hero__stats span {
  display: block;
  grid-column: 2;
  grid-row: 2;
  align-self: start;
  margin-top: 12px;
  color: rgba(244, 248, 252, 0.9);
  font-size: 0.96rem;
  line-height: 1.25;
}

.section,
.page-title,
.article-shell,
.thank-panel {
  position: relative;
  overflow: hidden;
  padding: 104px 0;
  color: var(--ink);
  background:
    linear-gradient(90deg, rgba(17, 24, 32, 0.05) 1px, transparent 1px) 0 0 / 86px 86px,
    linear-gradient(0deg, rgba(17, 24, 32, 0.04) 1px, transparent 1px) 0 0 / 86px 86px,
    radial-gradient(circle at 18% 8%, rgba(255, 255, 255, 0.78), transparent 27%),
    linear-gradient(94deg, #f1f3f6, #d7dde5 48%, #f4f6f8);
}

.section::before,
.page-title::before,
.article-shell::before,
.thank-panel::before {
  position: absolute;
  inset: 0;
  opacity: 0.2;
  pointer-events: none;
  background:
    repeating-linear-gradient(90deg, transparent 0 22px, rgba(16, 28, 42, 0.055) 23px),
    repeating-linear-gradient(0deg, transparent 0 5px, rgba(255, 255, 255, 0.22) 6px);
  content: "";
  mix-blend-mode: multiply;
}

.section--catalog {
  padding: 96px 0 104px;
}

.section--white,
.section--markets {
  background:
    linear-gradient(90deg, rgba(17, 24, 32, 0.045) 1px, transparent 1px) 0 0 / 80px 80px,
    linear-gradient(0deg, rgba(17, 24, 32, 0.035) 1px, transparent 1px) 0 0 / 80px 80px,
    linear-gradient(180deg, #eef1f4 0%, #d8dee6 100%);
}

.section--engineering {
  padding: 88px 0;
}

.section--dark {
  padding: 110px 0;
  color: #f2f6fb;
  background:
    radial-gradient(circle at 56% 0%, rgba(255, 255, 255, 0.19), transparent 25%),
    linear-gradient(90deg, rgba(255, 255, 255, 0.055) 1px, transparent 1px) 0 0 / 82px 82px,
    linear-gradient(0deg, rgba(255, 255, 255, 0.04) 1px, transparent 1px) 0 0 / 82px 82px,
    linear-gradient(110deg, #111820, #2a343e 50%, #111820);
}

.section--dark::before {
  opacity: 0.22;
  background:
    repeating-linear-gradient(0deg, rgba(255, 255, 255, 0.08) 0 1px, transparent 1px 7px),
    repeating-linear-gradient(90deg, transparent 0 28px, rgba(255, 255, 255, 0.08) 29px);
}

.section-inner {
  position: relative;
  z-index: 1;
  width: min(1504px, calc(100% - 96px));
  margin: 0 auto;
}

.section-heading {
  display: grid;
  grid-template-columns: minmax(0, 0.85fr) minmax(320px, 0.55fr);
  gap: clamp(38px, 6vw, 88px);
  align-items: end;
  margin-bottom: 36px;
}

.section-heading h2 {
  max-width: 690px;
  margin-top: 24px;
  color: var(--ink);
  font-size: clamp(2.35rem, 3.35vw, 3.9rem);
  line-height: 1.05;
}

.section-heading p,
.muted {
  max-width: 64ch;
  margin: 0;
  color: var(--ink-soft);
  font-size: 0.96rem;
}

.section--dark .section-heading h2,
.section--dark h2,
.section--dark h3 {
  color: #f2f6fb;
}

.section--dark .section-heading p,
.section--dark .muted,
.section--dark p {
  color: rgba(242, 246, 251, 0.78);
}

.grid {
  display: grid;
  gap: 22px;
}

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

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

.grid--4 {
  grid-template-columns: 1.13fr 1fr 1fr;
}

.grid--4 > .product-card:first-child {
  grid-row: span 2;
}

.grid--3 > .blog-card:first-child {
  grid-column: span 2;
}

.product-card,
.info-card,
.blog-card,
.contact-card,
.metric-card {
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(17, 24, 32, 0.2);
  border-radius: 8px;
  color: var(--ink);
  background: rgba(238, 242, 246, 0.91);
  box-shadow: inset 0 1px 1px rgba(255, 255, 255, 0.75), var(--soft-shadow);
  transition: transform 720ms var(--ease), border-color 720ms var(--ease), box-shadow 720ms var(--ease);
}

.product-card:hover,
.blog-card:hover,
.info-card:hover,
.metric-card:hover,
.contact-card:hover {
  transform: translateY(-4px);
  border-color: rgba(21, 91, 215, 0.38);
  box-shadow: var(--shadow);
}

.product-card,
.blog-card {
  display: grid;
  grid-template-rows: auto 1fr;
}

.product-card::after,
.blog-card::after,
.info-card::after,
.metric-card::after,
.contact-card::after {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  height: 3px;
  background: var(--blue);
  content: "";
}

.product-card img,
.blog-card img {
  width: 100%;
  aspect-ratio: 16 / 7.2;
  object-fit: cover;
  filter: grayscale(0.12) saturate(0.86) contrast(1.02);
  transition: transform 760ms var(--ease), filter 760ms var(--ease);
}

.grid--4 > .product-card:first-child img,
.grid--3 > .blog-card:first-child img {
  aspect-ratio: 16 / 9.2;
}

.product-card:hover img,
.blog-card:hover img {
  transform: scale(1.035);
  filter: grayscale(0.06) saturate(0.96) contrast(1.04);
}

.product-card__body,
.blog-card__body,
.info-card,
.contact-card,
.metric-card {
  padding: 20px 22px 23px;
}

.product-card h2,
.product-card h3,
.blog-card h2,
.blog-card h3,
.info-card h2,
.info-card h3,
.contact-card h2,
.metric-card h3 {
  margin: 0;
  color: inherit;
  font-size: 1.18rem;
  line-height: 1.11;
}

.product-card p,
.blog-card p,
.info-card p,
.contact-card p,
.metric-card p {
  margin: 12px 0 0;
  color: #343e49;
  font-size: 0.9rem;
}

.card-link {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-top: 20px;
  color: var(--blue);
  font-weight: 850;
}

.card-link::after {
  width: 16px;
  height: 16px;
  background-image: var(--icon-arrow-blue);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 16px 16px;
  content: "";
}

.chips {
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
  margin-top: 18px;
}

.chip {
  border: 1px solid rgba(21, 91, 215, 0.38);
  border-radius: 999px;
  padding: 5px 13px;
  color: var(--blue);
  background: rgba(255, 255, 255, 0.34);
  font-family: var(--font-technical);
  font-size: 0.66rem;
  font-weight: 900;
}

.metric-row {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1px;
  overflow: hidden;
  border: 1px solid rgba(17, 24, 32, 0.16);
  border-radius: 8px;
  background: rgba(17, 24, 32, 0.12);
  box-shadow: var(--soft-shadow);
}

.metric-item {
  min-height: 142px;
  padding: 28px 24px;
  background: rgba(238, 242, 246, 0.9);
}

.metric-item strong {
  display: block;
  color: var(--blue);
  font-family: var(--font-display);
  font-size: 1.85rem;
  line-height: 1;
}

.metric-item span {
  display: block;
  margin-top: 8px;
  color: var(--muted);
  font-family: var(--font-technical);
  font-size: 0.72rem;
  font-weight: 900;
  text-transform: uppercase;
}

.split {
  display: grid;
  grid-template-columns: minmax(0, 0.86fr) minmax(420px, 1.04fr);
  gap: clamp(42px, 6vw, 84px);
  align-items: center;
}

.split h2 {
  max-width: 640px;
  margin: 0 0 24px;
  font-size: clamp(2.3rem, 3.25vw, 3.85rem);
  line-height: 1.05;
}

.split img {
  width: 100%;
  border: 7px solid rgba(17, 24, 32, 0.16);
  clip-path: polygon(7% 0, 100% 0, 100% 100%, 0 100%, 0 10%);
  box-shadow: 0 28px 42px rgba(18, 24, 33, 0.18);
  filter: grayscale(0.15) saturate(0.82) contrast(1.05);
}

.feature-list {
  display: grid;
  gap: 12px;
  margin: 28px 0 0;
  padding: 0;
  list-style: none;
}

.feature-list li {
  display: grid;
  grid-template-columns: 44px 1fr;
  gap: 15px;
  align-items: start;
  color: var(--ink-soft);
  font-size: 0.96rem;
}

.feature-list li::before {
  display: grid;
  place-items: center;
  width: 36px;
  height: 36px;
  border: 1px solid rgba(21, 91, 215, 0.6);
  color: var(--blue);
  background: rgba(255, 255, 255, 0.22);
  background-image: var(--icon-arrow-blue);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 17px 17px;
  content: "";
  font-family: var(--font-technical);
  font-weight: 900;
}

.home-focus {
  display: grid;
  grid-template-columns: minmax(520px, 0.88fr) minmax(500px, 0.95fr) minmax(260px, 0.42fr);
  gap: 38px;
  align-items: center;
}

.home-focus__copy h2 {
  max-width: 560px;
  margin: 24px 0 24px;
  font-size: clamp(2.45rem, 3.15vw, 3.55rem);
  line-height: 1.04;
}

.home-focus > img {
  width: 100%;
  min-height: 620px;
  border: 7px solid rgba(236, 241, 247, 0.68);
  object-fit: cover;
  filter: saturate(0.85) contrast(1.08);
  clip-path: polygon(13% 0, 100% 0, 100% 100%, 0 100%, 0 16%);
  box-shadow: 0 28px 86px rgba(10, 16, 24, 0.3);
}

.focus-list {
  display: grid;
  gap: 9px;
  margin-top: 22px;
}

.focus-item {
  display: grid;
  grid-template-columns: 38px 50px 1fr;
  gap: 14px;
  align-items: center;
}

.focus-no {
  color: var(--blue);
  font-family: var(--font-technical);
  font-size: 0.92rem;
  font-weight: 900;
}

.focus-icon {
  display: grid;
  place-items: center;
  width: 48px;
  height: 48px;
  border: 1px solid rgba(21, 91, 215, 0.62);
  color: var(--blue);
  background: rgba(255, 255, 255, 0.22);
  background-image: var(--icon-process);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 25px 25px;
  font-family: var(--font-technical);
  font-size: 0;
  font-weight: 900;
}

.focus-icon--equipment {
  background-image: var(--icon-equipment);
}

.focus-icon--cases {
  background-image: var(--icon-cases);
}

.focus-icon--automation {
  background-image: var(--icon-automation);
}

.focus-icon--optimization {
  background-image: var(--icon-optimization);
}

.focus-item h3 {
  color: var(--ink);
  font-size: 0.98rem;
  line-height: 1.08;
}

.focus-item p {
  margin: 5px 0 0;
  color: #37424e;
  font-size: 0.78rem;
  line-height: 1.24;
}

.data-panel {
  min-height: 680px;
  border-left: 1px solid rgba(255, 255, 255, 0.26);
  padding: 58px 34px;
  color: #edf3f9;
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.055) 1px, transparent 1px) 0 0 / 50px 50px,
    linear-gradient(0deg, rgba(255, 255, 255, 0.04) 1px, transparent 1px) 0 0 / 50px 50px,
    linear-gradient(180deg, rgba(35, 43, 52, 0.98), rgba(19, 25, 32, 0.98));
}

.data-row {
  padding: 46px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.18);
}

.data-row:first-child {
  padding-top: 0;
}

.data-row:last-child {
  border-bottom: 0;
  padding-bottom: 0;
}

.data-kicker {
  display: block;
  color: rgba(243, 247, 252, 0.86);
  font-family: var(--font-technical);
  font-size: 0.75rem;
  font-weight: 900;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.data-value {
  display: block;
  margin-top: 18px;
  color: var(--blue-2);
  font-family: var(--font-display);
  font-size: 1.55rem;
  font-weight: 850;
}

.data-note {
  display: block;
  margin-top: 4px;
  color: rgba(242, 247, 252, 0.74);
}

.process {
  position: relative;
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 28px;
  margin-top: 58px;
}

.process::before {
  position: absolute;
  top: 174px;
  right: 9%;
  left: 9%;
  height: 2px;
  background: linear-gradient(90deg, transparent, var(--blue-2), transparent);
  box-shadow: 0 0 22px rgba(79, 134, 255, 0.7);
  content: "";
}

.process__step {
  position: relative;
  min-height: 340px;
  border: 1px solid rgba(236, 242, 249, 0.32);
  border-radius: 8px;
  padding: 28px 24px;
  background:
    radial-gradient(circle at 100% 0, rgba(79, 134, 255, 0.18), transparent 35%),
    linear-gradient(155deg, rgba(45, 55, 65, 0.76), rgba(20, 27, 34, 0.82));
  box-shadow: inset 0 1px 1px rgba(255, 255, 255, 0.12), 0 26px 70px rgba(0, 0, 0, 0.2);
}

.process__step span {
  display: grid;
  place-items: center;
  width: 48px;
  height: 48px;
  border: 1px solid rgba(79, 134, 255, 0.82);
  border-radius: 6px;
  color: #fff;
  background: rgba(79, 134, 255, 0.16);
  font-family: var(--font-display);
  font-size: 1.38rem;
  font-weight: 850;
}

.process__step h3 {
  margin-top: 34px;
  color: #f2f6fb;
  font-size: 1.18rem;
  line-height: 1.08;
}

.process__step h3::after {
  display: block;
  width: 30px;
  height: 2px;
  margin-top: 20px;
  background: var(--blue-2);
  content: "";
}

.process__step p {
  margin-top: 20px;
  color: rgba(242, 246, 251, 0.78);
  font-size: 0.9rem;
  line-height: 1.5;
}

.page-title {
  padding: 158px 0 72px;
}

.page-title .section-inner {
  display: grid;
  grid-template-columns: minmax(0, 0.88fr) minmax(360px, 0.52fr);
  gap: 18px;
  align-items: end;
  max-width: 1504px;
}

.page-title__copy {
  display: grid;
  gap: 18px;
  max-width: 940px;
}

.page-title__media {
  position: relative;
  overflow: hidden;
  margin: 0;
  min-height: 300px;
  border: 1px solid rgba(17, 24, 32, 0.2);
  border-radius: 8px;
  background: rgba(238, 242, 246, 0.82);
  box-shadow: var(--soft-shadow);
}

.page-title__media img {
  width: 100%;
  height: 100%;
  min-height: inherit;
  object-fit: cover;
  filter: grayscale(0.12) saturate(0.82) contrast(1.04);
}

.page-title__media::after {
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.16) 1px, transparent 1px) 0 0 / 48px 48px,
    linear-gradient(0deg, rgba(255, 255, 255, 0.12) 1px, transparent 1px) 0 0 / 48px 48px,
    linear-gradient(180deg, transparent 62%, rgba(17, 24, 32, 0.18));
  content: "";
}

.page-title p {
  max-width: 820px;
  margin: 0;
  color: var(--muted);
  font-size: 0.96rem;
}

.breadcrumb {
  color: var(--muted);
  font-family: var(--font-technical);
  font-size: 0.75rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.breadcrumb a {
  color: var(--blue);
}

.spec-wrap {
  overflow-x: auto;
  border: 1px solid rgba(17, 24, 32, 0.16);
  border-radius: 8px;
  background: rgba(238, 242, 246, 0.9);
  box-shadow: var(--soft-shadow);
}

.spec-table {
  width: 100%;
  min-width: 780px;
  border-collapse: collapse;
}

.spec-table th,
.spec-table td {
  border-bottom: 1px solid rgba(17, 24, 32, 0.12);
  padding: 15px 16px;
  text-align: left;
  vertical-align: top;
  font-size: 0.92rem;
}

.spec-table thead th {
  background: linear-gradient(180deg, #d9dfe7, #cbd2db);
  color: var(--ink);
  font-family: var(--font-technical);
  font-size: 0.72rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.spec-table tbody tr:hover td {
  background: rgba(21, 91, 215, 0.07);
}

.spec-note {
  margin-top: 16px;
  color: var(--muted);
  font-size: 0.92rem;
}

.matrix {
  display: grid;
  gap: 12px;
}

.matrix__row {
  display: grid;
  grid-template-columns: 1.1fr 1fr 1fr 0.8fr;
  overflow: hidden;
  border: 1px solid rgba(17, 24, 32, 0.16);
  border-radius: 8px;
  background: rgba(238, 242, 246, 0.9);
}

.matrix__row > div {
  padding: 17px;
}

.matrix__row > div + div {
  border-left: 1px solid rgba(17, 24, 32, 0.12);
}

.matrix__row span {
  color: var(--muted);
}

.matrix__head {
  background: linear-gradient(180deg, #d9dfe7, #cbd2db);
}

.contact-layout {
  display: grid;
  grid-template-columns: 0.82fr 1.18fr;
  gap: 28px;
  align-items: start;
}

.contact-list {
  display: grid;
  gap: 15px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.contact-list li {
  border-bottom: 1px solid rgba(17, 24, 32, 0.12);
  padding-bottom: 15px;
}

.contact-list strong {
  display: block;
}

.contact-list span,
.contact-list a {
  color: var(--muted);
}

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

.field {
  display: grid;
  gap: 7px;
}

.field--wide {
  grid-column: 1 / -1;
}

.field label {
  color: var(--ink);
  font-weight: 850;
}

.field input,
.field textarea,
.field select {
  width: 100%;
  border: 1px solid rgba(17, 24, 32, 0.18);
  border-radius: 6px;
  padding: 13px 14px;
  background: rgba(255, 255, 255, 0.4);
  color: var(--ink);
  font: inherit;
  transition: border-color 240ms var(--ease), box-shadow 240ms var(--ease), background 240ms var(--ease);
}

.field input:focus,
.field textarea:focus,
.field select:focus {
  outline: none;
  border-color: rgba(21, 91, 215, 0.72);
  background: rgba(255, 255, 255, 0.62);
  box-shadow: 0 0 0 4px rgba(21, 91, 215, 0.12);
}

.field textarea {
  min-height: 148px;
  resize: vertical;
}

.article-shell {
  padding: 0;
}

.article {
  position: relative;
  z-index: 1;
  width: min(930px, calc(100% - 48px));
  margin: 0 auto;
  padding: 158px 0 104px;
}

.article h1 {
  margin: 18px 0 0;
  color: var(--ink);
  font-size: clamp(2.55rem, 3.75vw, 4.15rem);
  line-height: 1.05;
}

.article__meta {
  margin: 16px 0 30px;
  color: var(--muted);
}

.article__cover {
  width: 100%;
  margin: 0 0 38px;
  border: 1px solid rgba(17, 24, 32, 0.16);
  border-radius: 8px;
  box-shadow: var(--soft-shadow);
  filter: grayscale(0.1) saturate(0.75) contrast(1.08);
}

.article h2 {
  margin: 32px 0 10px;
  color: var(--ink);
  font-size: 1.28rem;
}

.article p,
.article li {
  color: var(--ink-soft);
}

.article blockquote {
  margin: 30px 0;
  border-left: 4px solid var(--blue);
  padding: 18px 22px;
  background: rgba(21, 91, 215, 0.08);
  color: var(--ink);
}

.thank-panel {
  display: grid;
  min-height: 100svh;
  align-items: center;
  padding-top: 158px;
}

.thank-panel__inner {
  display: grid;
  grid-template-columns: minmax(0, 0.82fr) minmax(360px, 0.58fr);
  gap: 54px;
  align-items: center;
  max-width: 1504px;
}

.thank-panel__copy {
  max-width: 880px;
}

.thank-panel__media {
  overflow: hidden;
  margin: 0;
  border: 1px solid rgba(17, 24, 32, 0.2);
  border-radius: 8px;
  background: rgba(238, 242, 246, 0.82);
  box-shadow: var(--soft-shadow);
}

.thank-panel__media img {
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  filter: grayscale(0.1) saturate(0.84) contrast(1.04);
}

.thank-panel__mark {
  display: grid;
  place-items: center;
  width: 78px;
  height: 78px;
  margin-bottom: 24px;
  border: 1px solid rgba(21, 91, 215, 0.28);
  border-radius: 50%;
  background: rgba(21, 91, 215, 0.1);
  color: var(--blue);
  font-size: 2rem;
  font-weight: 900;
  line-height: 1;
}

.thank-panel p:not(.eyebrow) {
  max-width: 700px;
  margin: 22px 0 0;
  color: var(--muted);
  font-size: 0.98rem;
}

.footer {
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.055) 1px, transparent 1px) 0 0 / 72px 72px,
    linear-gradient(110deg, #111820, #2a343e 54%, #111820);
  color: #f2f6fb;
}

.footer__inner {
  display: grid;
  grid-template-columns: 1.2fr 0.8fr 0.8fr 0.8fr;
  gap: 30px;
  width: min(1504px, calc(100% - 96px));
  margin: 0 auto;
  padding: 62px 0;
}

.footer img {
  width: 178px;
  filter: drop-shadow(0 10px 24px rgba(0, 0, 0, 0.22));
}

.footer h2,
.footer h3 {
  margin: 0 0 14px;
  color: #f2f6fb;
  font-size: 0.88rem;
  text-transform: uppercase;
}

.footer p,
.footer a {
  color: rgba(242, 246, 251, 0.66);
}

.footer a {
  display: block;
  margin: 7px 0;
  transition: color 240ms var(--ease), transform 240ms var(--ease);
}

.footer a:hover {
  color: var(--blue-2);
  transform: translateX(4px);
}

.footer__bottom {
  border-top: 1px solid rgba(242, 246, 251, 0.1);
  padding: 18px 0;
  color: rgba(242, 246, 251, 0.48);
  font-size: 0.88rem;
  text-align: center;
}

.accent-metal,
.accent-amber {
  color: var(--blue);
}

.reveal {
  opacity: 1;
  transform: none;
}

.reveal.is-visible {
  opacity: 1;
  transform: none;
}

@media (max-width: 1180px) {
  .nav {
    grid-template-columns: 1fr auto;
    min-height: 70px;
  }

  .nav__toggle {
    display: inline-flex;
  }

  .nav__links {
    position: absolute;
    top: 76px;
    right: 12px;
    left: 12px;
    display: none;
    flex-direction: column;
    align-items: stretch;
    gap: 0;
    border: 1px solid rgba(255, 255, 255, 0.28);
    border-radius: 8px;
    padding: 10px;
    background: rgba(24, 31, 39, 0.96);
    box-shadow: var(--shadow);
  }

  .nav__links.is-open {
    display: flex;
  }

  .nav__links a {
    padding: 12px;
  }

  .nav__links a::after {
    bottom: 5px;
  }

  .nav__cta {
    justify-content: space-between;
    margin-top: 8px;
  }

  .hero__content,
  .section-heading,
  .split,
  .home-focus,
  .page-title .section-inner,
  .thank-panel__inner,
  .contact-layout {
    grid-template-columns: 1fr;
  }

  .page-title__media,
  .thank-panel__media {
    max-width: 760px;
  }

  .hero__stats {
    max-width: 760px;
  }

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

  .hero__stats div:nth-child(3) {
    border-bottom: 0;
  }

  .grid--4,
  .grid--3,
  .grid--2,
  .process,
  .metric-row {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .grid--4 > .product-card:first-child,
  .grid--3 > .blog-card:first-child {
    grid-column: auto;
    grid-row: auto;
  }

  .process::before {
    display: none;
  }

  .data-panel {
    min-height: auto;
  }

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

  .matrix__row > div + div {
    border-left: 0;
    border-top: 1px solid rgba(17, 24, 32, 0.12);
  }

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

@media (max-width: 640px) {
  .site-header {
    top: 10px;
  }

  .nav {
    width: calc(100% - 20px);
    min-height: 66px;
    padding: 0 16px;
    grid-template-columns: 1fr auto;
  }

  .brand::before {
    content: none;
  }

  .brand img {
    width: 138px;
  }

  .nav__links {
    top: 72px;
  }

  .hero {
    min-height: auto;
  }

  .hero,
  .hero--compact {
    padding-top: 0;
  }

  .hero__content,
  .section-inner,
  .footer__inner,
  .article {
    width: calc(100% - 28px);
    max-width: calc(100% - 28px);
  }

  .hero__content {
    min-height: auto;
    gap: 42px;
    padding: 118px 0 58px;
  }

  .hero__copy {
    max-width: 100%;
  }

  .hero h1,
  .page-title h1,
  .article h1,
  .thank-panel h1 {
    max-width: 12.5ch;
    margin-top: 24px;
    font-size: 2.35rem;
    line-height: 1.02;
  }

  .hero--compact h1,
  .page-title h1,
  .article h1 {
    font-size: 2.12rem;
  }

  .hero p:not(.eyebrow) {
    max-width: 31ch;
    font-size: 0.92rem;
  }

  .eyebrow,
  .section-kicker {
    flex-wrap: wrap;
    max-width: 34ch;
    gap: 8px;
    font-size: 0.68rem;
    line-height: 1.35;
  }

  .eyebrow::before,
  .section-kicker::before {
    width: 34px;
  }

  .hero__copy::before {
    margin: 24px 0 22px;
  }

  .hero__actions,
  .section-actions,
  .form-actions {
    gap: 12px;
    margin-top: 30px;
  }

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

  .hero__stats {
    grid-template-columns: 1fr;
    padding: 18px;
  }

  .hero__stats div,
  .hero__stats div:nth-child(3) {
    grid-template-columns: 54px 1fr;
    min-height: 108px;
    gap: 15px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  }

  .hero__stats div:last-child {
    border-bottom: 0;
  }

  .hero__stats div::before {
    width: 54px;
    height: 54px;
    background-size: 29px 29px;
  }

  .hero__stats strong {
    font-size: 2rem;
  }

  .hero__stats span {
    font-size: 0.9rem;
  }

  .section,
  .section--catalog,
  .section--engineering,
  .section--dark,
  .page-title {
    padding: 70px 0;
  }

  .page-title,
  .article {
    padding-top: 118px;
  }

  .page-title__media {
    min-height: 220px;
  }

  .thank-panel__inner {
    gap: 32px;
  }

  .thank-panel__media img {
    aspect-ratio: 16 / 10;
  }

  .section-heading {
    gap: 22px;
    margin-bottom: 28px;
  }

  .section-heading h2,
  .split h2,
  .home-focus__copy h2 {
    max-width: 14.2ch;
    font-size: 2.05rem;
    line-height: 1.03;
  }

  .section-heading p,
  .muted,
  .product-card p,
  .blog-card p,
  .info-card p,
  .metric-card p,
  .contact-card p {
    max-width: 31ch;
  }

  .grid--4,
  .grid--3,
  .grid--2,
  .process,
  .metric-row,
  .form-grid {
    grid-template-columns: 1fr;
  }

  .grid,
  .metric-row,
  .process,
  .spec-wrap,
  .contact-layout,
  .product-card,
  .blog-card,
  .info-card,
  .contact-card,
  .metric-card {
    width: 100%;
    max-width: 100%;
  }

  .product-card__body,
  .blog-card__body,
  .info-card,
  .contact-card,
  .metric-card {
    padding: 18px;
  }

  .product-card h2,
  .product-card h3,
  .blog-card h2,
  .blog-card h3,
  .info-card h2,
  .info-card h3,
  .contact-card h2,
  .metric-card h3 {
    font-size: 1.05rem;
  }

  .home-focus {
    gap: 32px;
  }

  .focus-item {
    grid-template-columns: 32px 44px 1fr;
    gap: 12px;
  }

  .focus-icon {
    width: 42px;
    height: 42px;
  }

  .split img {
    clip-path: polygon(9% 0, 100% 0, 100% 100%, 0 100%, 0 12%);
  }

  .data-panel {
    padding: 34px 24px;
  }

  .process__step {
    min-height: 300px;
  }

  .footer__inner {
    grid-template-columns: 1fr;
    width: calc(100% - 28px);
    max-width: calc(100% - 28px);
  }
}

/* Approved high-grey redesign layer: AKS-informed structure with JINYE industrial tone. */
:root {
  --approved-bg: #d9dee4;
  --approved-bg-2: #cbd2da;
  --approved-ink: #10151b;
  --approved-muted: #55606c;
  --approved-line: rgba(24, 31, 39, 0.16);
  --approved-panel: rgba(236, 240, 244, 0.74);
  --approved-panel-strong: rgba(238, 242, 246, 0.9);
  --approved-dark: #151b22;
  --approved-dark-2: #252c34;
  --approved-blue: #1e63d7;
  --approved-blue-2: #69a0ff;
  --approved-radius: 8px;
  --approved-shadow: 0 32px 80px rgba(24, 31, 39, 0.22);
  --approved-soft-shadow: 0 16px 40px rgba(24, 31, 39, 0.12);
  --font-display: "Google Sans", "Aptos Display", "Segoe UI Variable Display", "DIN Alternate", system-ui, sans-serif;
  --font-body: "Google Sans", "Aptos", "Segoe UI Variable Text", "SF Pro Text", system-ui, sans-serif;
}

body {
  color: var(--approved-ink);
  background:
    linear-gradient(90deg, rgba(16, 21, 27, 0.075) 1px, transparent 1px) 0 0 / 72px 72px,
    linear-gradient(rgba(16, 21, 27, 0.055) 1px, transparent 1px) 0 0 / 72px 72px,
    radial-gradient(circle at 18% 8%, rgba(255, 255, 255, 0.86), transparent 34%),
    linear-gradient(140deg, #eef1f4 0%, var(--approved-bg) 46%, #b9c1ca 100%);
  font-family: var(--font-body);
  font-size: 15px;
  line-height: 1.5;
}

body::after {
  z-index: 60;
  opacity: 0.055;
}

.site-header {
  position: sticky;
  top: 12px;
  z-index: 50;
  display: flex;
  justify-content: center;
  margin-top: 12px;
  padding: 0 16px;
  pointer-events: none;
}

.nav {
  width: min(1320px, calc(100% - 24px));
  min-height: 78px;
  grid-template-columns: 300px 1fr;
  padding: 0 24px;
  border-color: rgba(255, 255, 255, 0.36);
  border-radius: var(--approved-radius);
  background:
    linear-gradient(180deg, rgba(78, 86, 96, 0.9), rgba(28, 34, 42, 0.86)),
    linear-gradient(90deg, rgba(255, 255, 255, 0.08), transparent 42%, rgba(255, 255, 255, 0.06));
  box-shadow: 0 24px 64px rgba(19, 24, 30, 0.24), inset 0 1px 0 rgba(255, 255, 255, 0.22);
  backdrop-filter: blur(20px);
}

.brand img {
  width: 228px;
  max-height: none;
  filter: drop-shadow(0 12px 24px rgba(0, 0, 0, 0.18));
}

.nav__links {
  gap: 34px;
}

.nav__links a {
  color: rgba(233, 238, 244, 0.88);
  font-size: 0.875rem;
  font-weight: 760;
}

.nav__links a::after {
  bottom: -12px;
  height: 2px;
  background: var(--approved-blue-2);
}

.nav__cta {
  min-height: 48px;
  border-color: rgba(105, 160, 255, 0.48);
  border-radius: 6px;
  padding: 13px 18px;
  background: linear-gradient(180deg, #2b73e8, #0c4db9);
  box-shadow: inset 0 1px rgba(255, 255, 255, 0.24);
}

.nav-icon {
  display: inline;
  width: auto;
  height: auto;
  border-radius: 0;
  margin-left: 8px;
  background: transparent;
  font-size: 0.82rem;
}

.hero {
  width: min(1320px, calc(100% - 72px));
  min-height: 760px;
  margin: 22px auto 0;
  border-radius: var(--approved-radius);
  overflow: hidden;
  background: var(--approved-bg);
  box-shadow: var(--approved-shadow);
}

.hero__image {
  border-radius: inherit;
  filter: grayscale(0.08) contrast(1.04);
}

.hero::before {
  z-index: 1;
  background:
    linear-gradient(90deg, rgba(232, 236, 240, 0.96) 0%, rgba(232, 236, 240, 0.84) 40%, rgba(232, 236, 240, 0.22) 64%, rgba(11, 17, 24, 0.4) 100%),
    linear-gradient(0deg, rgba(216, 222, 228, 0.86), transparent 48%);
}

.hero::after {
  z-index: 2;
  opacity: 0.5;
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.25) 1px, transparent 1px) 0 0 / 72px 72px,
    linear-gradient(0deg, rgba(255, 255, 255, 0.2) 1px, transparent 1px) 0 0 / 72px 72px;
}

.hero__content {
  width: 100%;
  min-height: 760px;
  grid-template-columns: minmax(0, 1fr) minmax(360px, 514px);
  gap: 38px;
  padding: 0 42px 0 50px;
}

.hero__copy {
  align-self: end;
  max-width: 760px;
  padding-bottom: 86px;
}

.eyebrow,
.section-kicker {
  gap: 12px;
  color: var(--approved-blue);
  font-family: var(--font-technical);
  font-size: 0.75rem;
  font-weight: 900;
  letter-spacing: 0.16em;
}

.eyebrow::before,
.section-kicker::before {
  width: 48px;
  height: 2px;
}

.hero h1,
.page-title h1,
.article h1,
.thank-panel h1 {
  max-width: 760px;
  color: var(--approved-ink);
  font-size: clamp(3.7rem, 5vw, 5.05rem);
  line-height: 0.98;
  font-weight: 900;
  text-shadow: none;
  text-wrap: balance;
}

.hero p:not(.eyebrow) {
  max-width: 680px;
  margin-top: 20px;
  color: #46515e;
  font-size: 1.08rem;
  font-weight: 560;
  line-height: 1.5;
}

.hero__actions,
.section-actions,
.form-actions {
  gap: 14px;
  margin-top: 34px;
}

.button {
  min-width: 178px;
  min-height: 48px;
  border-color: rgba(23, 30, 38, 0.22);
  border-radius: 6px;
  padding: 12px 18px;
  background: rgba(239, 243, 247, 0.78);
  font-weight: 840;
  box-shadow: none;
}

.button::after {
  display: none;
}

.button--primary {
  border-color: #1556c3;
  background: linear-gradient(180deg, #2473ed, #0c4db9);
}

.button--ghost,
.button--light {
  border-color: rgba(23, 30, 38, 0.22);
  background: rgba(239, 243, 247, 0.62);
}

.hero__stats {
  align-self: center;
  margin-right: 0;
  padding: 26px;
  border-color: rgba(255, 255, 255, 0.24);
  border-radius: var(--approved-radius);
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.035) 1px, transparent 1px) 0 0 / 44px 44px,
    linear-gradient(180deg, rgba(23, 30, 38, 0.94), rgba(15, 21, 28, 0.88));
  box-shadow: var(--approved-shadow), inset 0 1px rgba(255, 255, 255, 0.14);
}

.hero__stats::before {
  display: none;
}

.hero__stats div {
  grid-template-columns: 64px 1fr;
  min-height: 104px;
  gap: 18px;
  border-bottom-color: rgba(220, 228, 238, 0.18);
}

.hero__stats div::before {
  width: 56px;
  height: 56px;
  background-image: none !important;
  color: var(--approved-blue-2);
  font-family: var(--font-technical);
  font-weight: 900;
  content: "01";
}

.hero__stats div:nth-child(2)::before {
  content: "02";
}

.hero__stats div:nth-child(3)::before {
  content: "03";
}

.hero__stats div:nth-child(4)::before {
  content: "04";
}

.hero__stats strong {
  color: var(--approved-blue-2);
  font-size: clamp(2.05rem, 2.6vw, 2.55rem);
}

.hero__stats span {
  margin-top: 8px;
  color: #d9e1ea;
}

.hero--compact {
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(320px, 0.72fr);
  gap: 70px;
  align-items: center;
  width: min(1320px, calc(100% - 72px));
  min-height: auto;
  margin: 34px auto 0;
  padding: 86px 0 58px;
  overflow: visible;
  background: transparent;
  box-shadow: none;
}

.hero--compact::before,
.hero--compact::after {
  display: none;
}

.hero--compact .hero__image {
  position: relative;
  inset: auto;
  z-index: 1;
  grid-column: 2;
  grid-row: 1;
  width: 100%;
  height: 300px;
  border: 1px solid rgba(255, 255, 255, 0.48);
  border-radius: var(--approved-radius);
  object-fit: cover;
  box-shadow: 0 24px 66px rgba(24, 31, 39, 0.18);
  transform: none;
}

.hero--compact .hero__content {
  z-index: 1;
  grid-column: 1;
  grid-row: 1;
  display: block;
  width: auto;
  min-height: auto;
  padding: 0;
}

.hero--compact .hero__copy {
  max-width: 760px;
  padding: 0;
}

.hero--compact .hero__stats {
  display: none;
}

.hero--compact h1 {
  max-width: 760px;
  margin-top: 24px;
  font-size: clamp(3rem, 4.6vw, 4.45rem);
}

.page-title,
.section,
.article-shell,
.thank-panel {
  overflow: visible;
  background: transparent;
}

.page-title::before,
.section::before,
.article-shell::before,
.thank-panel::before {
  display: none;
}

.page-title {
  width: min(1320px, calc(100% - 72px));
  margin: 34px auto 0;
  padding: 86px 0 58px;
}

.page-title .section-inner {
  width: 100%;
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(320px, 0.72fr);
  gap: 70px;
  align-items: center;
}

.page-title h1 {
  margin-top: 0;
  font-size: clamp(3.2rem, 4.7vw, 4.9rem);
}

.page-title__copy p {
  max-width: 760px;
  margin-top: 22px;
  color: #46515e;
  font-size: 1.05rem;
  font-weight: 560;
}

.breadcrumb {
  margin-bottom: 28px;
  color: var(--approved-blue);
  font-family: var(--font-technical);
  font-size: 0.74rem;
  font-weight: 900;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.page-title__media {
  min-height: 300px;
  border-color: rgba(255, 255, 255, 0.48);
  border-radius: var(--approved-radius);
  box-shadow: 0 24px 66px rgba(24, 31, 39, 0.18);
}

.page-title__media::after {
  display: none;
}

.page-title__media img {
  height: 300px;
  filter: grayscale(0.12) contrast(1.04);
}

.section {
  width: min(1320px, calc(100% - 72px));
  margin: 0 auto;
  padding: 76px 0;
}

.section--catalog,
.section--engineering,
.section--white,
.section--markets {
  padding: 76px 0;
}

.section--dark {
  width: 100%;
  margin: 0;
  padding: 92px 0;
  background:
    radial-gradient(circle at 56% 0%, rgba(255, 255, 255, 0.18), transparent 25%),
    linear-gradient(90deg, rgba(255, 255, 255, 0.055) 1px, transparent 1px) 0 0 / 82px 82px,
    linear-gradient(0deg, rgba(255, 255, 255, 0.04) 1px, transparent 1px) 0 0 / 82px 82px,
    linear-gradient(110deg, #111820, #2a343e 50%, #111820);
}

.section-inner,
.footer__inner {
  width: min(1320px, calc(100% - 72px));
}

.section-heading {
  grid-template-columns: minmax(0, 0.9fr) minmax(300px, 0.56fr);
  gap: 58px;
  margin-bottom: 34px;
}

.section-heading h2,
.split h2,
.home-focus__copy h2,
.thank-panel h1 {
  color: var(--approved-ink);
  font-size: clamp(2.5rem, 3.6vw, 3.75rem);
  line-height: 1.04;
  text-wrap: balance;
}

.section-heading p,
.muted,
.info-card p,
.metric-card p,
.contact-card p {
  color: var(--approved-muted);
  font-size: 1rem;
}

.grid {
  gap: 22px;
}

.grid--4 {
  grid-template-columns: 1.13fr 1fr 1fr;
}

.product-card,
.info-card,
.blog-card,
.contact-card,
.metric-card {
  border-color: rgba(25, 32, 40, 0.18);
  border-radius: var(--approved-radius);
  background: var(--approved-panel);
  box-shadow: var(--approved-soft-shadow), inset 0 1px rgba(255, 255, 255, 0.56);
}

.product-card img,
.blog-card img {
  height: 230px;
  filter: grayscale(0.1) contrast(1.05);
}

.grid--4 > .product-card:first-child img {
  min-height: 350px;
}

.product-card__body,
.blog-card__body,
.info-card,
.contact-card,
.metric-card {
  padding: 24px;
}

.product-card h2,
.product-card h3,
.blog-card h2,
.blog-card h3,
.info-card h3,
.contact-card h2,
.metric-card h3 {
  color: #151b22;
  font-family: var(--font-display);
  font-size: 1.2rem;
  line-height: 1.2;
  font-weight: 880;
}

.product-card p,
.blog-card p {
  color: var(--approved-muted);
  font-size: 1rem;
}

.chip,
.tag {
  border-color: rgba(30, 99, 215, 0.28);
  color: #1457c8;
  background: rgba(235, 241, 249, 0.54);
}

.card-link {
  color: #1457c8;
}

.split {
  grid-template-columns: minmax(0, 0.92fr) minmax(0, 1.08fr);
  gap: 44px;
  align-items: center;
}

.split > img,
.split-media,
.media-frame {
  overflow: hidden;
  min-height: 430px;
  border: 1px solid rgba(255, 255, 255, 0.5);
  border-radius: var(--approved-radius);
  box-shadow: var(--approved-shadow);
}

.split > img {
  width: 100%;
  height: 100%;
  min-height: 430px;
  object-fit: cover;
  filter: grayscale(0.08) contrast(1.06);
  clip-path: none;
}

.feature-list,
.check-list {
  color: var(--approved-muted);
}

.data-panel,
.contact-layout > .contact-card:first-child,
.metric-row,
.process__step {
  border-color: rgba(255, 255, 255, 0.18);
  border-radius: var(--approved-radius);
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.035) 1px, transparent 1px) 0 0 / 44px 44px,
    linear-gradient(180deg, #27313b, #121922);
  color: #edf3fa;
  box-shadow: var(--approved-shadow);
}

.contact-layout > .contact-card:first-child h2,
.data-panel h3,
.process__step h3,
.contact-layout > .contact-card:first-child strong {
  color: #f3f7fb;
}

.contact-layout > .contact-card:first-child p,
.contact-layout > .contact-card:first-child span,
.contact-layout > .contact-card:first-child li {
  color: #b9c5d2;
}

.contact-layout > .contact-card:first-child a,
.data-value,
.process__step span,
.accent-amber {
  color: var(--approved-blue-2);
}

.metric-row {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0;
  padding: 0;
}

.metric-item {
  padding: 26px;
  border-right: 1px solid rgba(255, 255, 255, 0.14);
  background: transparent;
  box-shadow: none;
}

.metric-item:last-child {
  border-right: 0;
}

.metric-item strong {
  color: var(--approved-blue-2);
}

.matrix,
.spec-wrap,
.spec-table {
  border-color: rgba(25, 32, 40, 0.18);
  border-radius: var(--approved-radius);
  background: rgba(236, 240, 244, 0.76);
  box-shadow: var(--approved-soft-shadow), inset 0 1px rgba(255, 255, 255, 0.56);
}

.home-focus {
  grid-template-columns: 0.96fr 1.04fr;
  gap: 44px;
}

.home-focus > img {
  border-radius: var(--approved-radius);
  box-shadow: var(--approved-shadow);
  clip-path: none;
}

.focus-item {
  border-top-color: var(--approved-line);
}

.focus-no {
  color: var(--approved-blue);
}

.process {
  gap: 20px;
}

.process__step {
  min-height: 310px;
}

.article-shell {
  padding: 64px 0 90px;
}

.article {
  width: min(945px, calc(100% - 72px));
  padding: 34px;
  border: 1px solid rgba(24, 31, 39, 0.18);
  border-radius: var(--approved-radius);
  background: rgba(238, 242, 246, 0.76);
  box-shadow: 0 18px 45px rgba(24, 31, 39, 0.12);
}

.article h1 {
  font-size: clamp(2.8rem, 4.4vw, 4.4rem);
}

.article__cover {
  height: 360px;
  border-radius: 6px;
  margin: 24px 0;
  filter: grayscale(0.08) contrast(1.04);
}

.article p,
.article li {
  color: var(--approved-muted);
}

.contact-layout {
  grid-template-columns: minmax(280px, 0.78fr) minmax(0, 1.22fr);
  gap: 28px;
}

.contact-card {
  padding: 26px;
}

.contact-list li {
  border-bottom-color: rgba(24, 31, 39, 0.14);
}

.contact-layout > .contact-card:first-child .contact-list li {
  border-bottom-color: rgba(255, 255, 255, 0.14);
}

.field input,
.field textarea,
.field select {
  border-color: rgba(24, 31, 39, 0.18);
  border-radius: 6px;
  background: rgba(245, 247, 249, 0.74);
}

.thank-panel {
  width: min(1320px, calc(100% - 72px));
  min-height: 650px;
  margin: 34px auto 0;
  padding: 0;
  border-radius: var(--approved-radius);
  overflow: hidden;
  box-shadow: var(--approved-shadow);
}

.thank-panel__inner {
  width: 100%;
  min-height: 650px;
  padding: 72px 50px;
  grid-template-columns: minmax(0, 1fr) minmax(360px, 0.78fr);
}

.thank-panel__media {
  border-radius: var(--approved-radius);
}

.footer {
  margin-top: 76px;
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.055) 1px, transparent 1px) 0 0 / 72px 72px,
    linear-gradient(110deg, #111820, #2a343e 54%, #111820);
}

.footer img {
  width: 178px;
}

@media (max-width: 980px) {
  .nav {
    grid-template-columns: 1fr auto;
    min-height: 78px;
  }

  .brand img {
    width: 168px;
  }

  .hero,
  .hero--compact,
  .page-title,
  .section,
  .thank-panel {
    width: min(100% - 28px, 720px);
  }

  .hero {
    min-height: auto;
  }

  .hero__content {
    min-height: auto;
    grid-template-columns: 1fr;
    padding: 128px 28px 34px;
  }

  .hero__copy {
    padding-bottom: 0;
  }

  .hero__stats {
    margin-top: 28px;
  }

  .hero--compact,
  .page-title .section-inner,
  .split,
  .home-focus,
  .contact-layout,
  .thank-panel__inner {
    grid-template-columns: 1fr;
  }

  .hero--compact {
    padding: 62px 0 42px;
  }

  .hero--compact .hero__image,
  .hero--compact .hero__content {
    grid-column: 1;
  }

  .hero--compact .hero__image {
    grid-row: 2;
    height: 250px;
    margin-top: 28px;
  }

  .page-title {
    padding: 58px 0 42px;
  }

  .page-title .section-inner,
  .section-inner,
  .footer__inner {
    width: 100%;
  }

  .section-heading,
  .grid--4,
  .grid--3,
  .grid--2,
  .metric-row,
  .process,
  .form-grid {
    grid-template-columns: 1fr;
  }

  .grid--4 > .product-card:first-child,
  .grid--3 > .blog-card:first-child {
    grid-column: auto;
    grid-row: auto;
  }

  .metric-item {
    border-right: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.14);
  }
}

@media (max-width: 640px) {
  .site-header {
    top: 10px;
    padding: 0 10px;
  }

  .nav {
    width: 100%;
    min-height: 66px;
    padding: 0 16px;
  }

  .brand img {
    width: 138px;
  }

  .hero,
  .hero--compact,
  .page-title,
  .section,
  .thank-panel,
  .article {
    width: calc(100% - 28px);
  }

  .hero__content {
    padding: 100px 22px 28px;
  }

  .hero h1,
  .page-title h1,
  .hero--compact h1,
  .article h1,
  .thank-panel h1 {
    max-width: 12.5ch;
    font-size: 2.35rem;
    line-height: 1.02;
  }

  .hero p:not(.eyebrow),
  .page-title__copy p,
  .section-heading p,
  .muted,
  .product-card p,
  .blog-card p,
  .info-card p,
  .metric-card p,
  .contact-card p {
    max-width: 34ch;
    font-size: 0.94rem;
  }

  .eyebrow,
  .section-kicker {
    flex-wrap: wrap;
    max-width: 34ch;
    gap: 8px;
    font-size: 0.68rem;
    line-height: 1.35;
  }

  .eyebrow::before,
  .section-kicker::before {
    width: 34px;
  }

  .button {
    width: 100%;
  }

  .hero__stats {
    padding: 18px;
  }

  .hero__stats div {
    grid-template-columns: 54px 1fr;
    min-height: 104px;
  }

  .hero__stats div::before {
    width: 54px;
    height: 54px;
  }

  .page-title__media,
  .hero--compact .hero__image {
    min-height: 220px;
  }

  .product-card__body,
  .blog-card__body,
  .info-card,
  .contact-card,
  .metric-card,
  .article {
    padding: 18px;
  }

  .split > img,
  .split-media,
  .media-frame {
    min-height: 260px;
  }

  .article__cover {
    height: 260px;
  }
}
