:root {
  --bg: #ffffff;
  --surface: #f5f7fa;
  --surface-strong: #eef2f6;
  --text: #101623;
  --muted: #5e6877;
  --line: #dce3ec;
  --blue: #0b57b7;
  --blue-dark: #06214a;
  --blue-soft: #e8f1ff;
  --steel: #788493;
  --shadow: 0 16px 42px rgba(16, 22, 35, 0.08);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--text);
  background: var(--bg);
  font-family: Inter, "Segoe UI", Arial, sans-serif;
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: 0;
}

body.is-locked {
  overflow: hidden;
}

img,
svg {
  display: block;
}

img {
  max-width: 100%;
}

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

button,
input,
textarea {
  font: inherit;
  letter-spacing: 0;
}

.container {
  width: min(100% - 64px, 1180px);
  margin: 0 auto;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  background: rgba(255, 255, 255, 0.9);
  border-bottom: 1px solid rgba(220, 227, 236, 0.78);
  backdrop-filter: blur(14px);
}

.header-inner {
  display: grid;
  grid-template-columns: auto 1fr auto auto;
  align-items: center;
  gap: 22px;
  min-height: 82px;
}

.logo {
  display: inline-flex;
  align-items: center;
  min-width: 196px;
  height: 58px;
  color: #080d18;
  overflow: hidden;
}

.logo-image {
  width: 196px;
  height: 58px;
  object-fit: cover;
  object-position: center;
}

.main-nav {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 36px;
  color: #111827;
  font-size: 14px;
  font-weight: 600;
}

.main-nav a {
  position: relative;
  padding: 30px 0;
  transition: color 180ms ease;
}

.main-nav a::after {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 23px;
  height: 2px;
  content: "";
  background: var(--blue);
  transform: scaleX(0);
  transform-origin: center;
  transition: transform 180ms ease;
}

.main-nav a:hover,
.main-nav a:focus-visible,
.main-nav a.is-active {
  color: var(--blue);
}

.main-nav a:hover::after,
.main-nav a:focus-visible::after,
.main-nav a.is-active::after {
  transform: scaleX(1);
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-height: 52px;
  padding: 0 24px;
  border: 1px solid transparent;
  border-radius: 7px;
  font-size: 14px;
  font-weight: 800;
  cursor: pointer;
  transition: transform 180ms ease, box-shadow 180ms ease, border-color 180ms ease, background 180ms ease;
  white-space: nowrap;
}

.button svg {
  width: 20px;
  height: 20px;
  stroke: currentColor;
  stroke-width: 2;
  fill: none;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.button:hover,
.button:focus-visible {
  transform: translateY(-1px);
}

.button-dark {
  color: #ffffff;
  background: #060d18;
  box-shadow: 0 14px 30px rgba(6, 13, 24, 0.18);
}

.button-dark:hover,
.button-dark:focus-visible {
  background: #0b1a31;
}

.button-light {
  color: #121927;
  background: #ffffff;
  border-color: #7b8594;
}

.button-light:hover,
.button-light:focus-visible {
  border-color: var(--blue);
  box-shadow: 0 10px 28px rgba(11, 87, 183, 0.12);
}

.button-white {
  color: #071225;
  background: #ffffff;
  border-color: #ffffff;
}

.button-white:hover,
.button-white:focus-visible {
  box-shadow: 0 14px 32px rgba(255, 255, 255, 0.2);
}

.language-switcher {
  display: inline-flex;
  align-items: center;
  gap: 2px;
  padding: 4px;
  background: #f2f5f9;
  border: 1px solid var(--line);
  border-radius: 7px;
}

.language-switcher button {
  min-width: 42px;
  height: 34px;
  padding: 0 9px;
  color: #344054;
  background: transparent;
  border: 0;
  border-radius: 5px;
  font-size: 12px;
  font-weight: 900;
  cursor: pointer;
}

.language-switcher button:hover,
.language-switcher button:focus-visible {
  color: var(--blue);
  outline: none;
}

.language-switcher button.is-active {
  color: #ffffff;
  background: var(--blue);
  box-shadow: 0 6px 14px rgba(11, 87, 183, 0.2);
}

.menu-toggle {
  display: none;
  width: 44px;
  height: 44px;
  padding: 0;
  border: 1px solid var(--line);
  border-radius: 7px;
  background: #ffffff;
  cursor: pointer;
}

.menu-toggle span {
  display: block;
  width: 20px;
  height: 2px;
  margin: 4px auto;
  background: #111827;
  transition: transform 180ms ease, opacity 180ms ease;
}

.menu-toggle.is-open span:nth-child(1) {
  transform: translateY(6px) rotate(45deg);
}

.menu-toggle.is-open span:nth-child(2) {
  opacity: 0;
}

.menu-toggle.is-open span:nth-child(3) {
  transform: translateY(-6px) rotate(-45deg);
}

.hero {
  overflow: hidden;
  background:
    linear-gradient(115deg, rgba(255, 255, 255, 0) 44%, rgba(235, 240, 247, 0.82) 44%, rgba(235, 240, 247, 0) 45%),
    linear-gradient(118deg, rgba(255, 255, 255, 0) 51%, rgba(235, 240, 247, 0.88) 51%, rgba(235, 240, 247, 0) 52%),
    linear-gradient(180deg, #ffffff 0%, #f8fafc 100%);
}

.hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.94fr) minmax(390px, 1fr);
  gap: 36px;
  align-items: center;
  min-height: 640px;
  padding: 28px 0 34px;
}

.eyebrow {
  margin: 0 0 10px;
  color: var(--blue);
  font-size: 13px;
  font-weight: 900;
  text-transform: uppercase;
}

.hero h1 {
  max-width: 620px;
  margin: 0;
  font-size: 48px;
  line-height: 1.08;
  font-weight: 900;
}

.hero-text {
  max-width: 540px;
  margin: 22px 0 0;
  color: #394453;
  font-size: 20px;
  line-height: 1.45;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 22px;
  margin-top: 34px;
}

.hero-points {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
  max-width: 700px;
  margin-top: 64px;
}

.point {
  display: flex;
  align-items: center;
  gap: 13px;
  color: #172032;
  font-size: 13px;
  font-weight: 800;
  line-height: 1.25;
}

.point svg,
.line-icon svg,
.cta-panel svg,
.direction-card a svg,
.solution-card a svg {
  stroke: currentColor;
  stroke-width: 1.8;
  fill: none;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.point svg {
  width: 34px;
  height: 34px;
  flex: 0 0 auto;
}

.hero-visual {
  position: relative;
  display: grid;
  place-items: center;
  min-height: 560px;
}

.hero-visual::before {
  position: absolute;
  inset: auto -30px 22px -40px;
  height: 220px;
  content: "";
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.12), rgba(11, 87, 183, 0.08), rgba(255, 255, 255, 0)),
    repeating-linear-gradient(0deg, rgba(9, 27, 50, 0.08) 0 1px, transparent 1px 34px);
  border-radius: 8px;
  transform: skewY(-4deg);
}

.hero-visual img {
  position: relative;
  z-index: 1;
  width: min(500px, 85%);
  max-height: 570px;
  object-fit: contain;
  mix-blend-mode: multiply;
  filter: drop-shadow(0 34px 34px rgba(11, 16, 25, 0.2));
}

.dot-field {
  position: absolute;
  top: 38px;
  right: -6px;
  width: 126px;
  height: 126px;
  background-image: radial-gradient(rgba(11, 87, 183, 0.28) 2px, transparent 2px);
  background-size: 18px 18px;
}

.section {
  padding: 64px 0;
}

.section-tight {
  padding-top: 24px;
}

.section-muted {
  background: var(--surface);
}

.section-heading {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  gap: 24px;
  margin-bottom: 26px;
}

.section-heading.center {
  justify-content: center;
  text-align: center;
}

.section-heading.compact {
  margin-bottom: 20px;
}

.section-heading h2,
.product-copy h2,
.page-hero h1,
.cta-panel h2,
.modal-dialog h2 {
  margin: 0;
  color: #111827;
  font-size: 32px;
  line-height: 1.15;
  font-weight: 900;
}

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

.direction-card {
  position: relative;
  display: grid;
  grid-template-columns: 84px minmax(0, 1fr);
  gap: 15px;
  min-height: 150px;
  padding: 18px 42px 18px 18px;
  background: #ffffff;
  border: 1px solid var(--line);
  border-radius: 8px;
  box-shadow: 0 12px 28px rgba(16, 22, 35, 0.05);
  overflow: hidden;
}

.direction-card img {
  width: 84px;
  height: 104px;
  object-fit: contain;
  align-self: center;
}

.direction-card h3,
.benefit-card h3,
.audience-card h3,
.solution-card h3 {
  margin: 0;
  color: #101623;
  font-size: 16px;
  line-height: 1.25;
  font-weight: 900;
}

.direction-card p,
.benefit-card p,
.audience-card p,
.product-copy p,
.footer-brand p {
  margin: 8px 0 0;
  color: var(--muted);
  font-size: 13px;
}

.direction-card a,
.solution-card a {
  position: absolute;
  right: 14px;
  bottom: 14px;
  color: var(--blue);
  padding: 5px;
}

.direction-card a svg,
.solution-card a svg {
  width: 20px;
  height: 20px;
}

.product-section {
  background: linear-gradient(180deg, #ffffff 0%, #fbfcfe 100%);
}

.product-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(260px, 0.7fr) minmax(320px, 0.9fr);
  gap: 44px;
  align-items: center;
}

.product-copy h2 {
  font-size: 42px;
}

.product-copy p {
  max-width: 450px;
  font-size: 18px;
}

.check-list {
  display: grid;
  gap: 14px;
  margin: 28px 0 0;
  padding: 0;
  list-style: none;
  color: #233044;
  font-size: 14px;
  font-weight: 700;
}

.check-list li {
  position: relative;
  padding-left: 28px;
}

.check-list li::before {
  position: absolute;
  left: 0;
  top: 1px;
  width: 17px;
  height: 17px;
  content: "";
  border: 2px solid var(--blue);
  border-radius: 4px;
}

.check-list li::after {
  position: absolute;
  left: 5px;
  top: 5px;
  width: 7px;
  height: 10px;
  content: "";
  border-right: 2px solid var(--blue);
  border-bottom: 2px solid var(--blue);
  transform: rotate(42deg);
}

.product-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 26px;
}

.product-image {
  display: grid;
  place-items: center;
  min-height: 390px;
}

.product-image img {
  max-height: 420px;
  object-fit: contain;
  filter: drop-shadow(0 24px 30px rgba(16, 22, 35, 0.16));
}

.specs-card {
  padding: 26px 28px;
  background: #ffffff;
  border: 1px solid var(--line);
  border-radius: 8px;
  box-shadow: var(--shadow);
}

.specs-card h3 {
  margin: 0 0 16px;
  font-size: 18px;
}

.specs-card dl {
  margin: 0;
}

.specs-card div {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(120px, 0.8fr);
  gap: 18px;
  padding: 12px 0;
  border-bottom: 1px solid var(--line);
}

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

.specs-card dt,
.specs-card dd {
  margin: 0;
  font-size: 13px;
}

.specs-card dt {
  color: var(--muted);
}

.specs-card dd {
  color: #172032;
  font-weight: 700;
}

.benefits-grid {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 14px;
}

.benefit-card,
.audience-card {
  background: #ffffff;
  border: 1px solid var(--line);
  border-radius: 8px;
  box-shadow: 0 10px 28px rgba(16, 22, 35, 0.04);
}

.benefit-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  min-height: 218px;
  padding: 23px 18px;
  text-align: center;
}

.benefit-icon {
  width: 62px;
  height: 62px;
  margin-bottom: 15px;
  object-fit: contain;
}

.line-icon {
  display: grid;
  place-items: center;
  width: 58px;
  height: 58px;
  margin-bottom: 15px;
  color: var(--blue);
}

.line-icon svg {
  width: 58px;
  height: 58px;
}

.benefit-card p {
  font-size: 13px;
  line-height: 1.45;
}

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

.audience-card {
  display: grid;
  grid-template-columns: 64px minmax(0, 1fr);
  gap: 14px;
  min-height: 132px;
  padding: 22px;
}

.audience-card .line-icon {
  width: 54px;
  height: 54px;
  margin: 0;
}

.audience-card .line-icon svg {
  width: 54px;
  height: 54px;
}

.audience-card a {
  display: inline-flex;
  margin-top: 13px;
  color: var(--blue);
  font-size: 13px;
  font-weight: 900;
}

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

.solution-card {
  position: relative;
  min-height: 186px;
  padding: 18px 18px 14px;
  background: #ffffff;
  border: 1px solid var(--line);
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 10px 28px rgba(16, 22, 35, 0.04);
}

.solution-card h3 {
  position: relative;
  z-index: 1;
  max-width: 180px;
  font-size: 15px;
}

.solution-card img {
  position: absolute;
  right: 10px;
  bottom: 12px;
  width: 72%;
  height: 118px;
  object-fit: contain;
  object-position: right bottom;
}

.solution-card:nth-child(3) img,
.solution-card:nth-child(4) img {
  width: 58%;
  height: 120px;
}

.solution-card:nth-child(5) img {
  width: 82%;
}

.cta-section {
  padding: 54px 0 44px;
  background: #ffffff;
}

.cta-panel {
  display: grid;
  grid-template-columns: minmax(0, 1.25fr) minmax(260px, 0.7fr) auto;
  align-items: center;
  gap: 36px;
  min-height: 150px;
  padding: 32px 46px;
  color: #ffffff;
  background:
    radial-gradient(circle at 10% 95%, rgba(15, 103, 208, 0.34), transparent 32%),
    linear-gradient(135deg, #05172f 0%, #06234c 54%, #041326 100%);
  border-radius: 8px;
  box-shadow: 0 22px 46px rgba(5, 23, 47, 0.24);
}

.cta-panel h2 {
  max-width: 540px;
  color: #ffffff;
  font-size: 29px;
}

.cta-panel address {
  display: grid;
  gap: 13px;
  margin: 0;
  padding-left: 36px;
  border-left: 1px solid rgba(255, 255, 255, 0.22);
  font-style: normal;
}

.cta-panel address a {
  display: flex;
  align-items: center;
  gap: 12px;
  font-size: 16px;
  font-weight: 800;
}

.cta-panel address svg {
  width: 23px;
  height: 23px;
}

.site-footer {
  padding: 34px 0 24px;
  background: #ffffff;
}

.footer-grid {
  display: grid;
  grid-template-columns: minmax(250px, 1.25fr) repeat(3, minmax(160px, 0.7fr));
  gap: 56px;
  align-items: start;
}

.footer-grid h2 {
  margin: 0 0 15px;
  font-size: 14px;
}

.footer-grid a,
.footer-grid span {
  display: block;
  margin-top: 9px;
  color: #344054;
  font-size: 13px;
}

.footer-brand .logo {
  margin-bottom: 16px;
}

.footer-brand p {
  max-width: 350px;
}

.footer-bottom {
  display: flex;
  justify-content: space-between;
  gap: 24px;
  margin-top: 36px;
  padding-top: 20px;
  border-top: 1px solid var(--line);
  color: #667085;
  font-size: 12px;
}

.modal[hidden] {
  display: none;
}

.modal {
  position: fixed;
  inset: 0;
  z-index: 50;
  display: grid;
  place-items: center;
  padding: 24px;
}

.modal-backdrop {
  position: absolute;
  inset: 0;
  background: rgba(8, 13, 24, 0.58);
}

.modal-dialog {
  position: relative;
  width: min(100%, 520px);
  max-height: min(92vh, 760px);
  overflow: auto;
  padding: 32px;
  background: #ffffff;
  border-radius: 8px;
  box-shadow: 0 32px 70px rgba(0, 0, 0, 0.26);
}

.modal-close {
  position: absolute;
  top: 16px;
  right: 16px;
  display: grid;
  place-items: center;
  width: 38px;
  height: 38px;
  border: 1px solid var(--line);
  border-radius: 7px;
  background: #ffffff;
  cursor: pointer;
}

.modal-close svg {
  width: 20px;
  height: 20px;
  stroke: #111827;
  stroke-width: 2;
  fill: none;
  stroke-linecap: round;
}

.lead-form {
  display: grid;
  gap: 15px;
  margin-top: 24px;
}

.lead-form label {
  display: grid;
  gap: 7px;
  color: #1d2939;
  font-size: 13px;
  font-weight: 800;
}

.lead-form input,
.lead-form textarea {
  width: 100%;
  border: 1px solid var(--line);
  border-radius: 7px;
  padding: 12px 13px;
  color: #101623;
  background: #ffffff;
  outline: none;
  resize: vertical;
}

.lead-form input:focus,
.lead-form textarea:focus {
  border-color: var(--blue);
  box-shadow: 0 0 0 4px rgba(11, 87, 183, 0.12);
}

.form-status {
  min-height: 20px;
  margin: 0;
  color: var(--blue);
  font-size: 13px;
  font-weight: 800;
}

.page-hero {
  overflow: hidden;
  background:
    linear-gradient(118deg, rgba(255, 255, 255, 0) 45%, rgba(231, 238, 247, 0.9) 45%, rgba(255, 255, 255, 0) 46%),
    linear-gradient(180deg, #ffffff 0%, #f7f9fc 100%);
}

.page-hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(360px, 0.78fr);
  gap: 56px;
  align-items: center;
  min-height: 520px;
  padding: 62px 0;
}

.page-hero h1 {
  max-width: 760px;
  font-size: 48px;
  line-height: 1.08;
}

.page-hero p {
  max-width: 650px;
  margin: 22px 0 0;
  color: #435064;
  font-size: 19px;
}

.page-hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  margin-top: 32px;
}

.page-hero-media {
  position: relative;
  display: grid;
  place-items: center;
  min-height: 410px;
}

.page-hero-media::before {
  position: absolute;
  inset: 28px 0 26px;
  content: "";
  background: #ffffff;
  border: 1px solid var(--line);
  border-radius: 8px;
  box-shadow: var(--shadow);
}

.page-hero-media img {
  position: relative;
  z-index: 1;
  max-height: 430px;
  object-fit: contain;
  filter: drop-shadow(0 26px 30px rgba(16, 22, 35, 0.18));
}

.page-hero-stats {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  max-width: 680px;
  margin-top: 40px;
}

.page-hero-stats div,
.equipment-fact,
.about-stat {
  padding: 17px;
  background: #ffffff;
  border: 1px solid var(--line);
  border-radius: 8px;
}

.page-hero-stats strong,
.equipment-fact strong,
.about-stat strong {
  display: block;
  color: #0b57b7;
  font-size: 22px;
  line-height: 1.1;
  font-weight: 900;
}

.page-hero-stats span,
.equipment-fact span,
.about-stat span {
  display: block;
  margin-top: 6px;
  color: var(--muted);
  font-size: 13px;
  font-weight: 700;
}

.equipment-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(330px, 0.72fr);
  gap: 34px;
  align-items: start;
}

.equipment-main-card {
  display: grid;
  grid-template-columns: minmax(260px, 0.78fr) minmax(0, 1fr);
  gap: 30px;
  align-items: center;
  min-height: 500px;
  padding: 36px;
  background: #ffffff;
  border: 1px solid var(--line);
  border-radius: 8px;
  box-shadow: var(--shadow);
}

.equipment-main-card img {
  max-height: 430px;
  justify-self: center;
  object-fit: contain;
  filter: drop-shadow(0 22px 26px rgba(16, 22, 35, 0.18));
}

.equipment-copy h2,
.about-copy h2,
.about-panel h2 {
  margin: 0;
  font-size: 32px;
  line-height: 1.15;
  font-weight: 900;
}

.equipment-copy p,
.about-copy p,
.about-panel p,
.equipment-card p,
.process-card p {
  margin: 12px 0 0;
  color: var(--muted);
}

.equipment-facts {
  display: grid;
  gap: 14px;
}

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

.equipment-card {
  position: relative;
  min-height: 310px;
  padding: 24px 22px 18px;
  background: #ffffff;
  border: 1px solid var(--line);
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 10px 28px rgba(16, 22, 35, 0.05);
}

.equipment-card h3,
.process-card h3,
.about-panel h3,
.about-value h3 {
  margin: 0;
  font-size: 18px;
  line-height: 1.25;
  font-weight: 900;
}

.equipment-card img {
  position: absolute;
  right: 12px;
  bottom: 12px;
  width: 78%;
  height: 150px;
  object-fit: contain;
  object-position: right bottom;
}

.equipment-card .text-link {
  position: absolute;
  left: 22px;
  bottom: 20px;
  color: var(--blue);
  font-size: 13px;
  font-weight: 900;
}

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

.feature-list li {
  position: relative;
  padding-left: 22px;
  color: #243045;
  font-size: 14px;
  font-weight: 700;
}

.feature-list li::before {
  position: absolute;
  left: 0;
  top: 8px;
  width: 8px;
  height: 8px;
  content: "";
  background: var(--blue);
  border-radius: 50%;
}

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

.process-card {
  min-height: 170px;
  padding: 24px;
  background: #ffffff;
  border: 1px solid var(--line);
  border-radius: 8px;
}

.process-card span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 34px;
  height: 34px;
  margin-bottom: 20px;
  color: #ffffff;
  background: var(--blue);
  border-radius: 50%;
  font-size: 13px;
  font-weight: 900;
}

.about-intro-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(340px, 0.72fr);
  gap: 40px;
  align-items: start;
}

.about-copy {
  padding-right: 20px;
}

.about-copy .lead {
  color: #253247;
  font-size: 20px;
  line-height: 1.55;
}

.about-stats {
  display: grid;
  gap: 14px;
}

.about-panel {
  padding: 30px;
  background: #ffffff;
  border: 1px solid var(--line);
  border-radius: 8px;
  box-shadow: var(--shadow);
}

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

.about-value {
  min-height: 220px;
  padding: 26px;
  background: #ffffff;
  border: 1px solid var(--line);
  border-radius: 8px;
}

.about-value img {
  width: 54px;
  height: 54px;
  margin-bottom: 18px;
  object-fit: contain;
}

.split-band {
  background:
    linear-gradient(90deg, #f5f7fa 0%, #f5f7fa 50%, #ffffff 50%, #ffffff 100%);
}

.about-production {
  display: grid;
  grid-template-columns: minmax(0, 0.78fr) minmax(0, 1fr);
  gap: 42px;
  align-items: center;
}

.production-image {
  display: grid;
  place-items: center;
  min-height: 360px;
  background: #ffffff;
  border: 1px solid var(--line);
  border-radius: 8px;
  overflow: hidden;
}

.production-image img {
  max-height: 340px;
  object-fit: contain;
  filter: drop-shadow(0 22px 28px rgba(16, 22, 35, 0.14));
}

@media (max-width: 1120px) {
  .header-inner {
    grid-template-columns: auto auto auto;
    justify-content: space-between;
    gap: 12px;
  }

  .main-nav,
  .header-cta {
    display: none;
  }

  .main-nav.is-open {
    position: absolute;
    left: 24px;
    right: 24px;
    top: 82px;
    display: grid;
    gap: 0;
    justify-content: stretch;
    padding: 10px;
    background: #ffffff;
    border: 1px solid var(--line);
    border-radius: 8px;
    box-shadow: var(--shadow);
  }

  .main-nav.is-open a {
    padding: 14px 12px;
  }

  .main-nav.is-open a::after {
    display: none;
  }

  .menu-toggle {
    display: block;
  }

  .hero-grid {
    grid-template-columns: minmax(0, 1fr) minmax(320px, 0.9fr);
  }

  .hero h1 {
    font-size: 40px;
  }

  .hero-text {
    font-size: 18px;
  }

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

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

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

  .page-hero-grid,
  .equipment-layout,
  .about-intro-grid,
  .about-production {
    grid-template-columns: 1fr;
  }

  .equipment-category-grid,
  .process-grid,
  .about-values {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .product-grid {
    grid-template-columns: minmax(0, 1fr) minmax(260px, 0.8fr);
  }

  .specs-card {
    grid-column: 1 / -1;
  }

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

  .cta-panel address {
    padding-left: 0;
    border-left: 0;
  }

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

@media (max-width: 760px) {
  .container {
    width: min(100% - 32px, 1180px);
  }

  .header-inner {
    min-height: 72px;
  }

  .main-nav.is-open {
    top: 72px;
    left: 16px;
    right: 16px;
  }

  .logo {
    min-width: 0;
    width: 134px;
    height: 42px;
  }

  .logo-image {
    width: 134px;
    height: 42px;
  }

  .language-switcher {
    padding: 3px;
  }

  .language-switcher button {
    min-width: 36px;
    height: 31px;
    padding: 0 7px;
    font-size: 11px;
  }

  .hero-grid {
    grid-template-columns: 1fr;
    min-height: 0;
    padding: 36px 0 28px;
  }

  .hero h1 {
    font-size: 34px;
  }

  .hero-text {
    font-size: 17px;
  }

  .hero-actions {
    gap: 12px;
  }

  .button {
    width: 100%;
    min-height: 50px;
    padding: 0 18px;
    white-space: normal;
    text-align: center;
  }

  .hero-points {
    grid-template-columns: 1fr;
    gap: 16px;
    margin-top: 30px;
  }

  .hero-visual {
    min-height: 360px;
    order: -1;
  }

  .hero-visual img {
    width: min(340px, 82%);
    max-height: 350px;
  }

  .dot-field {
    top: 4px;
    right: 8px;
  }

  .section {
    padding: 42px 0;
  }

  .section-heading h2,
  .product-copy h2,
  .page-hero h1,
  .equipment-copy h2,
  .about-copy h2,
  .about-panel h2,
  .cta-panel h2,
  .modal-dialog h2 {
    font-size: 27px;
  }

  .direction-grid,
  .audience-grid,
  .benefits-grid,
  .solution-grid,
  .product-grid,
  .page-hero-stats,
  .equipment-category-grid,
  .equipment-main-card,
  .process-grid,
  .about-values,
  .footer-grid {
    grid-template-columns: 1fr;
  }

  .page-hero-grid {
    min-height: 0;
    padding: 42px 0;
  }

  .page-hero p {
    font-size: 17px;
  }

  .page-hero-media {
    min-height: 300px;
    order: -1;
  }

  .page-hero-media img {
    max-height: 300px;
  }

  .equipment-main-card {
    min-height: 0;
    padding: 24px;
  }

  .equipment-main-card img {
    max-height: 310px;
  }

  .equipment-card {
    min-height: 250px;
  }

  .process-card,
  .about-value {
    min-height: auto;
  }

  .split-band {
    background: var(--surface);
  }

  .direction-card {
    grid-template-columns: 78px minmax(0, 1fr);
  }

  .product-copy p {
    font-size: 16px;
  }

  .product-image {
    min-height: 280px;
  }

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

  .specs-card div {
    grid-template-columns: 1fr;
    gap: 4px;
  }

  .benefit-card {
    min-height: auto;
  }

  .solution-card {
    min-height: 172px;
  }

  .solution-card img {
    width: 58%;
  }

  .cta-panel {
    padding: 28px 22px;
  }

  .cta-panel h2 {
    font-size: 24px;
  }

  .cta-panel address a {
    font-size: 14px;
  }

  .footer-bottom {
    flex-direction: column;
  }
}

@media (max-width: 440px) {
  .hero h1 {
    font-size: 30px;
  }

  .direction-card {
    grid-template-columns: 1fr;
    padding-right: 18px;
  }

  .direction-card img {
    width: 120px;
    height: 96px;
    justify-self: center;
  }

  .audience-card {
    grid-template-columns: 1fr;
  }

  .modal {
    padding: 12px;
  }

  .modal-dialog {
    padding: 28px 18px;
  }
}
