:root {
  --primary: #1a2b4a;
  --primary-2: #243455;
  --accent: #e8521a;
  --accent-2: #f0a500;
  --light: #f5f6f8;
  --mid: #8a9bb0;
  --text: #2c3e50;
  --border: #dde3ec;
  --white: #ffffff;
  --steel: #60758f;
  --success: #16865c;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: var(--white);
  color: var(--text);
  font-family: "Barlow", Arial, sans-serif;
  line-height: 1.6;
}

a {
  color: inherit;
}

img {
  max-width: 100%;
}

.topbar {
  background: var(--primary);
  color: #eef5ff;
  font-size: 15px;
  font-weight: 500;
  letter-spacing: 0.1px;
  padding: 0;
}

.topbar__inner,
.header__inner,
.container {
  width: min(1200px, calc(100% - 48px));
  margin: 0 auto;
}

.topbar__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 44px;
  gap: 16px;
}

.service {
  color: #ffb21a;
  font-weight: 800;
}

.header {
  position: sticky;
  top: 0;
  z-index: 50;
  background: rgba(255, 255, 255, 0.96);
  border-bottom: 1px solid var(--border);
  box-shadow: 0 2px 12px rgba(26, 43, 74, 0.08);
  backdrop-filter: blur(12px);
}

.header__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 84px;
  gap: 24px;
}

.logo {
  display: flex;
  align-items: center;
  flex: 0 0 auto;
  text-decoration: none;
}

.logo__mark {
  position: relative;
  display: grid;
  place-items: center;
  width: 198px;
  height: 66px;
  overflow: hidden;
  border-radius: 0;
  background: transparent;
}

.logo__mark img {
  display: block;
  width: 100%;
  height: auto;
  object-fit: contain;
}

.logo__name {
  color: var(--primary);
  font-family: "Barlow Condensed", Arial, sans-serif;
  font-size: 21px;
  font-weight: 800;
  line-height: 1;
  text-transform: uppercase;
}

.logo__tagline {
  display: block;
  margin-top: 4px;
  color: var(--mid);
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 1.4px;
  text-transform: uppercase;
}

.nav {
  display: flex;
  align-items: center;
  gap: 4px;
}

.nav-item {
  position: relative;
}

.nav a {
  border-radius: 4px;
  color: var(--primary);
  font-family: "Barlow Condensed", Arial, sans-serif;
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 0.7px;
  padding: 9px 14px;
  text-decoration: none;
  text-transform: uppercase;
}

.nav a:hover,
.nav a[aria-current="page"] {
  background: var(--accent);
  color: var(--white);
}

.nav-dropdown {
  position: absolute;
  top: calc(100% + 10px);
  left: 0;
  z-index: 80;
  display: grid;
  width: 280px;
  border: 1px solid var(--border);
  border-radius: 8px;
  background: var(--white);
  box-shadow: 0 18px 40px rgba(26, 43, 74, 0.16);
  padding: 8px 0;
  opacity: 0;
  pointer-events: none;
  transform: translateY(8px);
  transition: opacity 0.18s ease, transform 0.18s ease;
}

.nav-item:hover .nav-dropdown,
.nav-item:focus-within .nav-dropdown {
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0);
}

.nav-dropdown a {
  display: flex;
  align-items: center;
  gap: 10px;
  border-radius: 0;
  padding: 11px 16px;
  color: var(--primary);
  font-size: 14px;
  line-height: 1.15;
  white-space: nowrap;
}

.nav-dropdown a::before {
  content: "+";
  color: var(--accent);
  font-family: "Barlow Condensed", Arial, sans-serif;
  font-weight: 800;
}

.nav-dropdown a:hover,
.nav-dropdown a:focus {
  background: #fff3ef;
  color: var(--accent);
}

.menu-toggle {
  display: none;
  width: 42px;
  height: 42px;
  border: 1px solid var(--border);
  border-radius: 4px;
  background: var(--white);
  color: var(--primary);
  font-size: 24px;
  cursor: pointer;
}

.hero {
  position: relative;
  min-height: 580px;
  overflow: hidden;
  background: var(--primary);
}

.slide {
  position: absolute;
  inset: 0;
  display: grid;
  align-items: center;
  opacity: 0;
  transition: opacity 0.6s ease;
}

.slide.is-active {
  opacity: 1;
}

.slide__image {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.slide::after {
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(14, 29, 52, 0.78) 0%, rgba(14, 29, 52, 0.54) 42%, rgba(14, 29, 52, 0.12) 100%);
  content: "";
}

.hero__content {
  position: relative;
  z-index: 2;
  width: min(1200px, calc(100% - 48px));
  margin: 0 auto;
}

.eyebrow {
  display: inline-block;
  margin-bottom: 14px;
  border-radius: 2px;
  background: var(--accent);
  color: var(--white);
  font-family: "Barlow Condensed", Arial, sans-serif;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 2px;
  padding: 4px 12px;
  text-transform: uppercase;
}

.hero h1,
.hero h2,
.page-hero h1,
.section-title h2,
.detail-hero h1 {
  font-family: "Barlow Condensed", Arial, sans-serif;
  letter-spacing: 0;
  line-height: 1.05;
  text-transform: uppercase;
}

.hero h1,
.hero h2 {
  max-width: 590px;
  margin: 0 0 18px;
  color: var(--white);
  font-size: 60px;
  font-weight: 800;
}

.hero p {
  max-width: 470px;
  margin: 0 0 30px;
  color: #c1cce0;
  font-size: 17px;
}

.button-row {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  border-radius: 3px;
  font-family: "Barlow Condensed", Arial, sans-serif;
  font-size: 15px;
  font-weight: 800;
  letter-spacing: 1.3px;
  padding: 12px 28px;
  text-decoration: none;
  text-transform: uppercase;
  transition: transform 0.2s, background 0.2s, border-color 0.2s;
}

.btn:hover {
  transform: translateY(-1px);
}

.btn--primary {
  border: 2px solid var(--accent);
  background: var(--accent);
  color: var(--white);
}

.btn--primary:hover {
  background: #c9431a;
  border-color: #c9431a;
}

.btn--outline {
  border: 2px solid rgba(255, 255, 255, 0.48);
  color: var(--white);
}

.btn--outline:hover {
  border-color: var(--white);
  background: rgba(255, 255, 255, 0.1);
}

.btn--light {
  border: 2px solid var(--primary);
  color: var(--primary);
}

.slider-dots {
  position: absolute;
  right: 0;
  bottom: 28px;
  left: 0;
  z-index: 2;
  display: flex;
  justify-content: center;
  gap: 8px;
}

.slider-dots button {
  width: 9px;
  height: 9px;
  border: 0;
  border-radius: 99px;
  background: rgba(255, 255, 255, 0.4);
  cursor: pointer;
}

.slider-dots button.is-active {
  width: 28px;
  background: var(--accent);
}

.stats {
  background: var(--accent);
}

.stats__grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
}

.stat {
  padding: 22px 18px;
  border-right: 1px solid rgba(255, 255, 255, 0.24);
  color: var(--white);
  text-align: center;
}

.stat:last-child {
  border-right: 0;
}

.stat strong {
  display: block;
  font-family: "Barlow Condensed", Arial, sans-serif;
  font-size: 38px;
  line-height: 1;
}

.stat span {
  display: block;
  margin-top: 5px;
  color: rgba(255, 255, 255, 0.82);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.section {
  padding: 72px 0;
}

.section--light {
  background: var(--light);
}

.section--dark {
  background: var(--primary);
  color: var(--white);
}

.section-title {
  margin-bottom: 42px;
  text-align: center;
}

.section-title--left {
  max-width: 760px;
  margin-right: auto;
  margin-left: 0;
  text-align: left;
}

.section-title span {
  color: var(--accent);
  font-family: "Barlow Condensed", Arial, sans-serif;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 3px;
  text-transform: uppercase;
}

.section--dark .section-title span {
  color: var(--accent-2);
}

.section-title h2 {
  margin: 8px 0 0;
  color: var(--primary);
  font-size: 43px;
  font-weight: 800;
}

.section--dark .section-title h2 {
  color: var(--white);
}

.section-title::after {
  display: block;
  width: 48px;
  height: 3px;
  margin: 14px auto 0;
  border-radius: 3px;
  background: var(--accent);
  content: "";
}

.section-title--left::after {
  margin-right: 0;
  margin-left: 0;
}

.grid {
  display: grid;
  gap: 16px;
}

.grid--4 {
  grid-template-columns: repeat(4, 1fr);
}

.grid--3 {
  grid-template-columns: repeat(3, 1fr);
}

.grid--2 {
  grid-template-columns: repeat(2, 1fr);
}

.card {
  overflow: hidden;
  border: 1px solid var(--border);
  border-radius: 6px;
  background: var(--white);
  color: var(--text);
  text-decoration: none;
  transition: transform 0.22s, border-color 0.22s, box-shadow 0.22s;
}

.card:hover {
  border-color: var(--accent);
  box-shadow: 0 14px 34px rgba(26, 43, 74, 0.13);
  transform: translateY(-4px);
}

.visual {
  position: relative;
  display: grid;
  min-height: 165px;
  place-items: center;
  overflow: hidden;
  background: linear-gradient(135deg, #e8f0fc, #cad8ec);
}

.visual::before {
  width: 88px;
  height: 88px;
  border: 12px solid rgba(26, 43, 74, 0.2);
  border-top-color: rgba(232, 82, 26, 0.72);
  border-radius: 8px;
  content: "";
}

.visual--photo {
  min-height: 250px;
  aspect-ratio: 4 / 3;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.88), rgba(221, 231, 242, 0.88)),
    #edf2f7;
}

.visual--photo::before {
  display: none;
}

.visual--photo img {
  position: absolute;
  inset: 0;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
  padding: 10px;
  transition: transform 0.35s ease;
}

.card:hover .visual--photo img {
  transform: scale(1.2);
}

.visual--orange {
  background: linear-gradient(135deg, #fff0e6, #f7cfad);
}

.visual--green {
  background: linear-gradient(135deg, #e8f8ef, #bde5d1);
}

.visual--amber {
  background: linear-gradient(135deg, #fff6d9, #eedb9b);
}

.visual--steel {
  background: linear-gradient(135deg, #e8eef3, #b9c7d5);
}

.visual--blue {
  background: linear-gradient(135deg, #e7f3f6, #badde8);
}

.badge {
  position: absolute;
  top: 12px;
  left: 12px;
  display: grid;
  width: 30px;
  height: 30px;
  place-items: center;
  border-radius: 99px;
  background: var(--primary);
  color: var(--white);
  font-family: "Barlow Condensed", Arial, sans-serif;
  font-size: 12px;
  font-weight: 800;
}

.card:hover .badge {
  background: var(--accent);
}

.card__body {
  padding: 18px;
}

.card h3 {
  margin: 0 0 7px;
  color: var(--primary);
  font-family: "Barlow Condensed", Arial, sans-serif;
  font-size: 18px;
  line-height: 1.15;
  text-transform: uppercase;
}

.card p {
  margin: 0;
  color: #617083;
  font-size: 14px;
}

.home-products {
  gap: 22px;
}

.home-product-card {
  display: grid;
  grid-template-rows: 300px auto;
}

.home-product-card .visual--photo {
  min-height: 300px;
  aspect-ratio: auto;
  border-bottom: 1px solid var(--border);
}

.home-product-card .visual--photo img {
  object-fit: contain;
  padding: 0;
  transform: scale(1.14);
}

.home-product-card:hover .visual--photo img {
  transform: scale(1.2);
}

.home-product-card .card__body {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 76px;
  padding: 18px 14px;
  text-align: center;
}

.home-product-card h3 {
  margin: 0;
  font-size: 20px;
  line-height: 1.2;
}

.split {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 28px;
}

.panel {
  overflow: hidden;
  border: 1px solid var(--border);
  border-radius: 8px;
  background: var(--white);
}

.panel__image {
  position: relative;
  display: grid;
  min-height: 220px;
  place-items: center;
  overflow: hidden;
  background:
    linear-gradient(135deg, rgba(26, 43, 74, 0.9), rgba(232, 82, 26, 0.65)),
    repeating-linear-gradient(90deg, transparent 0 28px, rgba(255, 255, 255, 0.12) 28px 30px);
  color: rgba(255, 255, 255, 0.55);
  font-family: "Barlow Condensed", Arial, sans-serif;
  font-size: 28px;
  font-weight: 800;
  letter-spacing: 3px;
  text-transform: uppercase;
}

.panel__image--photo {
  background: #edf2f7;
  min-height: 280px;
  aspect-ratio: 16 / 7;
}

.panel__image--photo img {
  position: absolute;
  inset: 0;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
  padding: 8px;
  transition: transform 0.35s ease;
}

.panel:hover .panel__image--photo img {
  transform: scale(1.25);
}

.panel__body {
  padding: 28px;
}

.panel h3 {
  margin: 0 0 12px;
  color: var(--primary);
  font-family: "Barlow Condensed", Arial, sans-serif;
  font-size: 28px;
  text-transform: uppercase;
}

.text-link {
  display: inline-flex;
  margin-top: 8px;
  border-bottom: 2px solid var(--accent);
  color: var(--accent);
  font-family: "Barlow Condensed", Arial, sans-serif;
  font-weight: 800;
  letter-spacing: 1.2px;
  text-decoration: none;
  text-transform: uppercase;
}

.case-card {
  border-color: rgba(255, 255, 255, 0.14);
  background: rgba(255, 255, 255, 0.06);
  color: var(--white);
}

.case-card h3 {
  color: var(--white);
}

.case-card p {
  color: #a8bbd5;
}

.case-visual {
  position: relative;
  display: grid;
  min-height: 145px;
  place-items: center;
  overflow: hidden;
  border-bottom: 2px solid transparent;
  background:
    linear-gradient(135deg, rgba(13, 21, 32, 0.78), rgba(36, 52, 85, 0.8)),
    repeating-linear-gradient(0deg, transparent 0 18px, rgba(255, 255, 255, 0.07) 18px 19px);
  color: var(--accent-2);
  font-family: "Barlow Condensed", Arial, sans-serif;
  font-size: 18px;
  font-weight: 800;
  letter-spacing: 2px;
  text-align: center;
  text-transform: uppercase;
}

.case-visual--photo {
  min-height: 190px;
  background: #111b2d;
}

.case-visual--photo img {
  position: absolute;
  inset: 0;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.35s ease;
}

.case-visual--photo::after {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(13, 21, 32, 0.08), rgba(13, 21, 32, 0.58));
  content: "";
}

.case-visual--photo span {
  position: relative;
  z-index: 1;
  align-self: end;
  justify-self: start;
  margin: 0 0 14px 16px;
  border-radius: 2px;
  background: var(--accent);
  color: var(--white);
  padding: 4px 10px;
}

.case-card:hover .case-visual--photo img {
  transform: scale(1.12);
}

.industries {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 18px;
  align-items: start;
}

.industry {
  display: block;
  border: 0;
  border-radius: 0;
  background: transparent;
  color: inherit;
  padding: 0;
  text-align: center;
  text-decoration: none;
  transition: transform 0.22s;
}

.industry:hover {
  transform: translateY(-2px);
}

.industry__icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 68px;
  height: 68px;
  margin: 0 auto 14px;
  border-radius: 50%;
  background: var(--primary);
  color: var(--white);
  font-size: 30px;
  line-height: 1;
  transition: background 0.2s, transform 0.22s;
}

.industry__icon img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
  padding: 0;
  transition: transform 0.3s ease;
}

.industry:hover .industry__icon img {
  transform: scale(1.06);
}

.industry:hover .industry__icon {
  background: var(--accent);
  transform: scale(1.06);
}

.industry h3 {
  margin: 0;
  color: var(--primary);
  font-family: "Barlow Condensed", Arial, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 0.2px;
  text-transform: uppercase;
}

.logo-strip {
  position: relative;
  display: flex;
  overflow: hidden;
  border: 0;
  border-radius: 0;
  background: #f0f0f0;
  padding: 28px 0;
}

.logo-strip::before,
.logo-strip::after {
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 2;
  width: 72px;
  content: "";
  pointer-events: none;
}

.logo-strip::before {
  left: 0;
  background: linear-gradient(90deg, #f0f0f0, rgba(240, 240, 240, 0));
}

.logo-strip::after {
  right: 0;
  background: linear-gradient(270deg, #f0f0f0, rgba(240, 240, 240, 0));
}

.logo-track {
  display: flex;
  width: max-content;
  gap: 20px;
  animation: logo-marquee 36s linear infinite;
}

.logo-strip:hover .logo-track {
  animation-play-state: paused;
}

.logo-track span {
  display: grid;
  flex: 0 0 150px;
  height: 116px;
  place-items: center;
  background: var(--white);
}

.logo-track img {
  display: block;
  max-width: 132px;
  max-height: 96px;
  object-fit: contain;
}

@keyframes logo-marquee {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(calc(-50% - 10px));
  }
}

.cta {
  background: linear-gradient(90deg, var(--primary), #263f64);
  color: var(--white);
  padding: 48px 0;
}

.cta__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}

.cta h2 {
  margin: 0;
  font-family: "Barlow Condensed", Arial, sans-serif;
  font-size: 38px;
  text-transform: uppercase;
}

.cta p {
  margin: 6px 0 0;
  color: #a8bbd5;
}

.cta__contact {
  color: var(--accent-2);
  font-family: "Barlow Condensed", Arial, sans-serif;
  font-size: 30px;
  font-weight: 800;
  white-space: nowrap;
}

.page-hero,
.detail-hero {
  position: relative;
  overflow: hidden;
  background:
    linear-gradient(90deg, rgba(26, 43, 74, 0.94), rgba(26, 43, 74, 0.66)),
    repeating-linear-gradient(120deg, #1a2b4a 0 22px, #233858 22px 44px);
  color: var(--white);
  padding: 92px 0;
}

.page-hero--about {
  display: grid;
  align-items: center;
  min-height: 450px;
  background: #12233d;
  padding: 0;
}

.page-hero--about .container {
  position: relative;
  z-index: 2;
  grid-area: 1 / 1;
  width: min(1200px, calc(100% - 48px));
  margin: 0 auto;
  padding: 92px 0;
  text-shadow: 0 3px 18px rgba(0, 0, 0, 0.52);
}

.page-hero__image {
  grid-area: 1 / 1;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.page-hero h1,
.detail-hero h1 {
  max-width: 760px;
  margin: 0;
  font-size: 54px;
}

.page-hero p,
.detail-hero p {
  max-width: 680px;
  margin: 18px 0 0;
  color: #c5d0e0;
  font-size: 17px;
}

.content {
  max-width: 860px;
}

.about-copy {
  background: var(--white);
}

.about-copy__grid {
  display: grid;
  grid-template-columns: 0.78fr 1.22fr;
  gap: 40px;
  align-items: start;
}

.about-copy__lead {
  border-left: 4px solid var(--accent);
  background: var(--light);
  padding: 24px 26px;
}

.about-copy__lead p {
  margin: 0;
  color: var(--primary);
  font-family: "Barlow Condensed", Arial, sans-serif;
  font-size: 30px;
  font-weight: 700;
  line-height: 1.18;
  text-transform: uppercase;
}

.about-copy__body {
  color: #42546a;
  font-size: 17px;
  line-height: 1.85;
}

.about-copy__body p {
  margin: 0;
}

.about-copy__body p + p {
  margin-top: 18px;
}

.kpi-row {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
}

.kpi {
  border-left: 4px solid var(--accent);
  background: var(--white);
  padding: 20px;
}

.kpi strong {
  display: block;
  color: var(--primary);
  font-family: "Barlow Condensed", Arial, sans-serif;
  font-size: 34px;
  line-height: 1;
}

.catalog {
  display: grid;
  grid-template-columns: 260px 1fr;
  gap: 26px;
}

.filters {
  align-self: start;
  border: 1px solid var(--border);
  border-radius: 8px;
  background: var(--white);
  padding: 14px;
}

.filter-button {
  display: flex;
  justify-content: space-between;
  width: 100%;
  margin: 0 0 8px;
  border: 1px solid transparent;
  border-radius: 4px;
  background: transparent;
  color: var(--primary);
  cursor: pointer;
  font-family: "Barlow Condensed", Arial, sans-serif;
  font-size: 16px;
  font-weight: 800;
  padding: 10px;
  text-align: left;
  text-transform: uppercase;
}

.filter-button.is-active,
.filter-button:hover {
  border-color: var(--accent);
  background: #fff5ef;
  color: var(--accent);
}

.catalog-toolbar {
  display: flex;
  align-items: end;
  justify-content: space-between;
  margin-bottom: 18px;
  gap: 18px;
}

.catalog-toolbar h2 {
  margin: 0;
  color: var(--primary);
  font-family: "Barlow Condensed", Arial, sans-serif;
  font-size: 34px;
  text-transform: uppercase;
}

.pagination {
  display: flex;
  justify-content: center;
  gap: 8px;
  margin-top: 26px;
}

.pagination button {
  min-width: 38px;
  height: 38px;
  border: 1px solid var(--border);
  border-radius: 4px;
  background: var(--white);
  color: var(--primary);
  cursor: pointer;
  font-weight: 700;
}

.pagination button.is-active {
  border-color: var(--accent);
  background: var(--accent);
  color: var(--white);
}

.form-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 14px;
}

.field {
  display: grid;
  gap: 6px;
}

.field--full {
  grid-column: 1 / -1;
}

label {
  color: var(--primary);
  font-size: 13px;
  font-weight: 700;
}

input,
select,
textarea {
  width: 100%;
  border: 1px solid var(--border);
  border-radius: 4px;
  font: inherit;
  padding: 12px;
}

textarea {
  min-height: 130px;
  resize: vertical;
}

.form-status {
  margin-top: 12px;
  color: var(--success);
  font-weight: 700;
}

.info-list {
  display: grid;
  gap: 14px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.info-list a {
  color: var(--accent);
  font-weight: 700;
  text-decoration: none;
}

.map-box,
.qr-box {
  display: grid;
  min-height: 180px;
  margin-top: 18px;
  place-items: center;
  border: 1px dashed var(--border);
  border-radius: 8px;
  background: var(--light);
  color: var(--steel);
  text-align: center;
}

.detail-layout {
  display: grid;
  grid-template-columns: 1fr 360px;
  gap: 28px;
}

.spec-table {
  width: 100%;
  border-collapse: collapse;
  overflow: hidden;
  border: 1px solid var(--border);
  border-radius: 6px;
}

.spec-table th,
.spec-table td {
  border-bottom: 1px solid var(--border);
  padding: 13px 15px;
  text-align: left;
}

.spec-table th {
  width: 34%;
  background: var(--light);
  color: var(--primary);
}

.feature-list {
  padding-left: 18px;
}

.feature-list li {
  margin-bottom: 8px;
}

.footer {
  background: #0d1520;
  color: #7185a1;
  padding: 44px 0 24px;
}

.footer__grid {
  display: grid;
  grid-template-columns: 2fr 1fr 1fr 1fr;
  gap: 32px;
}

.footer h2,
.footer h3 {
  margin: 0 0 14px;
  color: var(--white);
  font-family: "Barlow Condensed", Arial, sans-serif;
  text-transform: uppercase;
}

.footer p {
  margin: 0 0 12px;
  font-size: 14px;
}

.footer ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.footer li {
  margin-bottom: 8px;
}

.footer a {
  color: #7185a1;
  font-size: 14px;
  text-decoration: none;
}

.footer a:hover {
  color: var(--accent);
}

.footer__bottom {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  margin-top: 30px;
  border-top: 1px solid #203149;
  padding-top: 20px;
  font-size: 12px;
}

@media (max-width: 1024px) {
  .grid--4,
  .grid--3,
  .industries {
    grid-template-columns: repeat(2, 1fr);
  }

  .catalog,
  .detail-layout {
    grid-template-columns: 1fr;
  }

  .filters {
    position: static;
  }

  .logo-strip {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (max-width: 768px) {
  .topbar__inner,
  .header__inner,
  .container,
  .hero__content {
    width: min(100% - 32px, 1200px);
  }

  .topbar__inner {
    align-items: flex-start;
    flex-direction: column;
    justify-content: center;
    padding: 8px 0;
  }

  .menu-toggle {
    display: inline-grid;
    place-items: center;
  }

  .nav {
    position: absolute;
    top: 84px;
    right: 16px;
    left: 16px;
    display: none;
    border: 1px solid var(--border);
    border-radius: 8px;
    background: var(--white);
    box-shadow: 0 18px 40px rgba(26, 43, 74, 0.16);
    padding: 10px;
  }

  .nav.is-open {
    display: grid;
  }

  .nav a {
    padding: 12px;
  }

  .nav-item {
    display: grid;
  }

  .nav-dropdown {
    position: static;
    display: grid;
    width: auto;
    border: 0;
    border-radius: 0;
    box-shadow: none;
    padding: 0 0 0 14px;
    opacity: 1;
    pointer-events: auto;
    transform: none;
  }

  .nav-dropdown a {
    padding: 9px 12px;
    font-size: 13px;
  }

  .hero {
    min-height: 560px;
  }

  .hero h1,
  .hero h2,
  .page-hero h1,
  .detail-hero h1 {
    font-size: 42px;
  }

  .logo__mark {
    width: 172px;
    height: 58px;
  }

  .stats__grid,
  .split,
  .grid--2,
  .kpi-row,
  .about-copy__grid,
  .footer__grid {
    grid-template-columns: 1fr;
  }

  .about-copy__lead p {
    font-size: 24px;
  }

  .grid--4,
  .grid--3,
  .industries,
  .logo-strip,
  .form-grid {
    grid-template-columns: 1fr;
  }

  .cta__inner,
  .catalog-toolbar,
  .footer__bottom {
    align-items: flex-start;
    flex-direction: column;
  }

  .section {
    padding: 56px 0;
  }

  .industry__icon {
    width: 116px;
    height: 116px;
  }
}
