:root {
  --ink: #071323;
  --navy: #052b5f;
  --deep: #dfeaf3;
  --steel: #455f78;
  --line: #bfcede;
  --panel: #eaf2f8;
  --white: #ffffff;
  --cyan: #00a6d8;
  --blue: #075fbd;
  --graphite: #d8e0e7;
  --ice: #f4f8fb;
  --mist: #edf5fb;
  --silver: #f7fafc;
  --blue-soft: #dcecf8;
  --green: #168a5a;
  --amber: #b8872e;
  --shadow: 0 18px 42px rgba(8, 35, 70, 0.11);
  --shadow-strong: 0 26px 58px rgba(6, 31, 70, 0.16);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--ink);
  background:
    linear-gradient(rgba(7, 95, 189, 0.035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(7, 95, 189, 0.035) 1px, transparent 1px),
    linear-gradient(180deg, #f7fbff 0%, #eef5fa 48%, #f8fbfd 100%);
  background-size: 48px 48px, 48px 48px, auto;
  font-family: "Satoshi", "Aptos", "Inter", "Segoe UI", "Helvetica Neue", Arial, sans-serif;
  line-height: 1.55;
  letter-spacing: 0;
}

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

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

p {
  margin: 0 0 1rem;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 10;
  background: rgba(248, 251, 254, 0.92);
  border-bottom: 1px solid rgba(123, 165, 207, 0.28);
  backdrop-filter: blur(16px);
  box-shadow: 0 10px 30px rgba(7, 38, 84, 0.05);
}

.nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: min(1180px, calc(100% - 32px));
  min-height: 72px;
  margin: 0 auto;
  gap: 24px;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  font-weight: 850;
  letter-spacing: 0.04em;
  color: var(--navy);
}

.brand-logo {
  width: 42px;
  height: 42px;
  object-fit: contain;
  filter: drop-shadow(0 8px 14px rgba(11, 100, 192, 0.14));
}

.nav-links {
  display: flex;
  align-items: center;
  gap: 6px;
  flex-wrap: wrap;
  justify-content: flex-end;
}

.nav-links a {
  padding: 9px 12px;
  color: #314f6e;
  border-radius: 6px;
  font-size: 0.92rem;
  font-weight: 600;
}

.nav-links a:hover,
.nav-links a.active {
  color: var(--navy);
  background: linear-gradient(135deg, #e7f3ff, #d8e9f7);
  box-shadow: inset 0 0 0 1px rgba(7, 95, 189, 0.08);
}

.button,
.ghost-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  padding: 0 20px;
  border-radius: 6px;
  font-weight: 700;
  border: 1px solid transparent;
}

.button {
  color: var(--white);
  background: linear-gradient(135deg, #061f46, #075fbd 72%, #00a6d8);
  box-shadow: 0 14px 28px rgba(7, 95, 189, 0.22);
}

.button:hover {
  background: linear-gradient(135deg, #0a4f94, #0b78d0);
}

.ghost-button {
  color: var(--navy);
  border-color: var(--line);
  background: rgba(255, 255, 255, 0.78);
  box-shadow: 0 10px 24px rgba(7, 38, 84, 0.06);
}

.ghost-button:hover {
  border-color: var(--navy);
}

.hero {
  position: relative;
  min-height: 540px;
  color: #ffffff;
  background: #061f46;
  overflow: hidden;
  isolation: isolate;
}

.hero img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.5;
  filter: saturate(0.9) contrast(1.08);
}

.hero::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(110deg, rgba(3, 19, 43, 0.98), rgba(5, 43, 95, 0.9) 48%, rgba(6, 31, 70, 0.55)),
    radial-gradient(circle at 74% 22%, rgba(0, 166, 216, 0.28), transparent 22%),
    linear-gradient(rgba(137, 229, 255, 0.12) 1px, transparent 1px),
    linear-gradient(90deg, rgba(137, 229, 255, 0.12) 1px, transparent 1px);
  background-size: auto, auto, 42px 42px, 42px 42px;
}

.hero::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  background:
    linear-gradient(135deg, transparent 0 62%, rgba(0, 166, 216, 0.34) 62% 62.4%, transparent 62.4%),
    linear-gradient(90deg, transparent 0 8%, rgba(255, 255, 255, 0.14) 8% 8.2%, transparent 8.2% 100%);
  opacity: 0.85;
  animation: technical-sweep 8s ease-in-out infinite alternate;
}

.hero-inner {
  position: relative;
  z-index: 2;
  display: grid;
  align-content: center;
  width: min(1180px, calc(100% - 32px));
  min-height: 540px;
  margin: 0 auto;
  padding: 72px 0 96px;
}

.eyebrow {
  margin-bottom: 16px;
  color: var(--cyan);
  font-size: 0.8rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.hero h1,
.page-hero h1 {
  max-width: 900px;
  margin: 0;
  color: var(--navy);
  font-family: "Satoshi", "Aptos Display", "Aptos", "Segoe UI", "Helvetica Neue", Arial, sans-serif;
  font-size: clamp(2.25rem, 4.6vw, 4.05rem);
  font-weight: 850;
  line-height: 1.02;
  letter-spacing: 0;
}

.hero h1 {
  color: #ffffff;
  text-shadow: 0 16px 36px rgba(0, 0, 0, 0.28);
}

.hero p {
  max-width: 650px;
  margin: 24px 0 0;
  color: #d8e8f6;
  font-size: 1.08rem;
}

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

.hero-actions .ghost-button {
  color: #ffffff;
  border-color: rgba(137, 229, 255, 0.42);
  background: rgba(255, 255, 255, 0.12);
}

.metric-strip {
  position: relative;
  z-index: 2;
  width: min(1180px, calc(100% - 32px));
  margin: -64px auto 24px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  background:
    linear-gradient(135deg, rgba(6, 31, 70, 0.98), rgba(7, 95, 189, 0.94));
  border: 1px solid rgba(137, 229, 255, 0.28);
  border-radius: 8px;
  box-shadow: var(--shadow-strong);
}

.metric {
  padding: 26px;
  border-right: 1px solid rgba(137, 229, 255, 0.22);
}

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

.metric strong {
  display: block;
  color: #ffffff;
  font-size: 2rem;
  line-height: 1;
}

.metric span {
  display: block;
  margin-top: 8px;
  color: #cfe8f8;
  font-size: 0.92rem;
}

.section {
  position: relative;
  padding: 82px 0;
  background:
    linear-gradient(180deg, rgba(255,255,255,0.92), rgba(246,250,253,0.92));
  border-top: 1px solid #e0e9f2;
}

.section.alt {
  background:
    linear-gradient(135deg, rgba(224, 237, 247, 0.96), rgba(247, 251, 253, 0.98)),
    linear-gradient(90deg, rgba(7, 95, 189, 0.04) 1px, transparent 1px);
  background-size: auto, 36px 36px;
}

.section:nth-of-type(even):not(.alt):not(.capability-band):not(.detail-hero) {
  background: linear-gradient(180deg, #f7fafc 0%, #edf4f9 100%);
}

.section + .section {
  margin-top: 18px;
}

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

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

.section-head h2,
.split-text h2,
.cta h2 {
  margin: 0;
  color: var(--navy);
  font-size: clamp(1.65rem, 3vw, 2.65rem);
  font-weight: 850;
  line-height: 1.08;
}

.capability-band .section-head h2,
.capability-band .section-head p {
  color: var(--navy);
}

.capability-band .section-head h2 {
  text-shadow: none;
}

.section-head p {
  max-width: 520px;
  color: var(--steel);
}

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

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

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

.card {
  display: flex;
  flex-direction: column;
  overflow: hidden;
  position: relative;
  background: linear-gradient(180deg, #ffffff, #f8fbfd);
  border: 1px solid var(--line);
  border-radius: 8px;
  box-shadow: 0 14px 34px rgba(6, 45, 99, 0.07);
  transition: transform 0.35s ease, box-shadow 0.35s ease, border-color 0.35s ease;
}

.card::before {
  content: "";
  height: 4px;
  background: linear-gradient(90deg, var(--blue), var(--cyan));
}

.card:hover {
  border-color: #9bbddc;
  box-shadow: var(--shadow-strong);
  transform: translateY(-4px);
}

.card-image {
  display: grid;
  place-items: center;
  aspect-ratio: 16 / 9;
  background:
    linear-gradient(135deg, #f6f9fc, #dce8f2);
  overflow: hidden;
}

.card-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.35s ease;
}

.card:hover .card-image img {
  transform: scale(1.04);
}

.card-image img.image-zoom {
  transform: scale(1.16);
}

.card:hover .card-image img.image-zoom {
  transform: scale(1.2);
}

.card-body {
  flex: 1;
  display: flex;
  flex-direction: column;
  padding: 20px;
}

.card-body h2,
.card-body h3 {
  margin: 10px 0 10px;
  color: var(--navy);
  font-size: 1.26rem;
  font-weight: 800;
  line-height: 1.2;
}

.card-body p {
  color: var(--steel);
  margin-bottom: 0.75rem;
}

.grid.products .card-body {
  min-height: 230px;
}

.grid.products .card-body p {
  min-height: 52px;
}

.grid.products .product-metrics {
  margin-top: auto;
}

.meta {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  margin-bottom: 12px;
  color: var(--steel);
  font-size: 0.82rem;
}

.tag {
  display: inline-flex;
  align-items: center;
  align-self: flex-start;
  min-height: 26px;
  padding: 0 9px;
  color: #05325e;
  background: linear-gradient(135deg, rgba(0, 166, 216, 0.18), rgba(7, 95, 189, 0.1));
  border: 1px solid rgba(7, 95, 189, 0.16);
  border-radius: 6px;
  font-size: 0.78rem;
  font-weight: 700;
}

.price {
  display: block;
  margin-top: 16px;
  color: var(--green);
  font-weight: 800;
}

.read-link {
  display: inline-flex;
  margin-top: 8px;
  color: var(--navy);
  font-weight: 700;
}

.split {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  gap: 48px;
  align-items: center;
}

.split img {
  width: 100%;
  aspect-ratio: 16 / 9;
  object-fit: contain;
  background: linear-gradient(135deg, #ecf4fa, #d8e7f2);
  border-radius: 8px;
  border: 1px solid #c4d6e6;
  box-shadow: var(--shadow-strong);
}

.split-text p,
.text-page p,
.article-body p {
  color: #40546b;
}

.feature-list {
  display: grid;
  gap: 16px;
  margin-top: 26px;
}

.feature {
  padding: 18px 20px;
  border-left: 4px solid var(--blue);
  background:
    linear-gradient(90deg, rgba(231, 243, 251, 0.98), rgba(255, 255, 255, 0.96));
  border-top: 1px solid rgba(191, 206, 222, 0.68);
  box-shadow: 0 8px 22px rgba(3, 11, 22, 0.06);
}

.feature strong {
  display: block;
  color: var(--navy);
  font-weight: 800;
}

.feature span {
  color: var(--steel);
}

.capability-band {
  color: var(--ink);
  background:
    linear-gradient(135deg, rgba(5, 43, 95, 0.96), rgba(7, 95, 189, 0.9)),
    linear-gradient(rgba(255,255,255,0.08) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,0.08) 1px, transparent 1px);
  background-size: auto, 34px 34px, 34px 34px;
}

.capability-band .eyebrow {
  color: #89e5ff;
}

.capability-band .section-head h2,
.capability-band .section-head p {
  color: #ffffff;
}

.capability-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
  background: transparent;
  border: 0;
}

.capability {
  padding: 28px;
  background: rgba(255, 255, 255, 0.94);
  border: 1px solid rgba(255, 255, 255, 0.42);
  border-radius: 8px;
  box-shadow: 0 12px 28px rgba(8, 35, 70, 0.07);
}

.capability h3 {
  margin: 0 0 10px;
  color: var(--navy);
  font-size: 1.2rem;
  font-weight: 800;
}

.capability p {
  color: var(--steel);
}

.cta {
  padding: 56px;
  color: var(--ink);
  background: linear-gradient(135deg, #061f46, #0b5ea8);
  border: 1px solid rgba(255, 255, 255, 0.32);
  border-radius: 8px;
  box-shadow: 0 22px 46px rgba(6, 31, 70, 0.2);
}

.cta h2 {
  color: #ffffff;
}

.cta p {
  max-width: 660px;
  color: #d8e8f6;
}

.cta-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}

.page-hero {
  position: relative;
  min-height: 430px;
  padding: 0;
  color: #ffffff;
  background: #061f46;
  background-position: center right;
  background-size: cover;
  border-bottom: 1px solid rgba(137, 229, 255, 0.28);
  overflow: hidden;
  isolation: isolate;
}

.page-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  background: rgba(4, 24, 52, 0.16);
  backdrop-filter: saturate(0.98) contrast(1.08);
}

.page-hero::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  background:
    linear-gradient(110deg, rgba(3, 19, 43, 0.96), rgba(5, 43, 95, 0.76) 45%, rgba(6, 31, 70, 0.22) 74%),
    radial-gradient(circle at 78% 18%, rgba(0, 166, 216, 0.22), transparent 24%),
    linear-gradient(rgba(137, 229, 255, 0.12) 1px, transparent 1px),
    linear-gradient(90deg, rgba(137, 229, 255, 0.12) 1px, transparent 1px);
  background-size: auto, auto, 42px 42px, 42px 42px;
}

.page-hero .container::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  pointer-events: none;
  background:
    linear-gradient(135deg, transparent 0 62%, rgba(0, 166, 216, 0.34) 62% 62.4%, transparent 62.4%),
    linear-gradient(90deg, transparent 0 8%, rgba(255, 255, 255, 0.14) 8% 8.2%, transparent 8.2% 100%);
  opacity: 0.85;
  animation: technical-sweep 8s ease-in-out infinite alternate;
}

.page-hero .container {
  position: relative;
  z-index: 2;
  display: grid;
  align-content: center;
  width: min(1180px, calc(100% - 32px));
  min-height: 430px;
  margin: 0 auto;
  padding: 58px 0 72px;
}

.page-hero .eyebrow,
.hero .eyebrow {
  color: #89e5ff;
}

.page-hero h1 {
  max-width: 900px;
  color: #ffffff;
  text-shadow: 0 16px 36px rgba(0, 0, 0, 0.28);
}

.page-hero p {
  max-width: 650px;
  margin: 24px 0 0;
  color: #d8e8f6;
  font-size: 1.08rem;
}

.detail-hero {
  background:
    linear-gradient(180deg, #e7f0f7 0%, #f7fafc 100%),
    linear-gradient(90deg, rgba(7, 95, 189, 0.04) 1px, transparent 1px);
}

.detail-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.8fr) minmax(280px, 0.8fr);
  gap: 44px;
  align-items: start;
}

.article-body {
  padding: 38px;
  background: linear-gradient(180deg, #ffffff, #f8fbfd);
  border: 1px solid var(--line);
  border-radius: 8px;
  box-shadow: var(--shadow-strong);
}

.article-body h2,
.article-body h3 {
  color: var(--navy);
  line-height: 1.15;
}

.article-body img {
  width: 100%;
  margin: 24px 0;
  aspect-ratio: 16 / 9;
  object-fit: contain;
  background: linear-gradient(135deg, #ecf4fa, #d7e6f2);
  border: 1px solid #c4d6e6;
  border-radius: 8px;
}

.spec-box {
  position: sticky;
  top: 96px;
  padding: 28px;
  background:
    linear-gradient(180deg, #ffffff 0%, #f3f8fc 100%);
  border: 1px solid #c3d7e9;
  border-radius: 8px;
  box-shadow: var(--shadow-strong);
}

.spec-box h2 {
  margin: 0 0 22px;
  color: var(--navy);
  font-size: 1.32rem;
  font-weight: 850;
}

.spec-list {
  display: grid;
  gap: 0;
  margin: 0;
  padding: 0;
  list-style: none;
}

.spec-list li {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 16px;
  padding: 14px 0;
  border-bottom: 1px solid var(--line);
  color: var(--steel);
}

.spec-list li:first-child {
  padding-top: 0;
}

.spec-list li:last-child {
  border-bottom: 0;
}

.spec-list strong {
  color: var(--ink);
  font-weight: 850;
  text-align: right;
  white-space: nowrap;
}

.spec-box p {
  margin: 22px 0 0;
}

.spec-box .button {
  width: 100%;
  min-height: 50px;
  padding: 0 18px;
  font-size: 0.96rem;
}

.contact-grid {
  display: grid;
  grid-template-columns: 0.85fr 1.15fr;
  gap: 28px;
}

.contact-panel,
.form-panel {
  padding: 32px;
  background: linear-gradient(180deg, #ffffff 0%, #f4f9fc 100%);
  border: 1px solid var(--line);
  border-radius: 8px;
  box-shadow: var(--shadow-strong);
}

.contact-panel h2,
.form-panel h2 {
  margin-top: 0;
  color: var(--navy);
}

.contact-item {
  padding: 18px 0;
  border-top: 1px solid var(--line);
}

.contact-item strong {
  display: block;
  color: var(--navy);
}

form {
  display: grid;
  gap: 16px;
}

label {
  display: grid;
  gap: 8px;
  color: var(--navy);
  font-weight: 700;
}

input,
textarea,
select {
  width: 100%;
  padding: 13px 14px;
  color: var(--ink);
  border: 1px solid var(--line);
  border-radius: 6px;
  font: inherit;
  background: #fbfdff;
}

input:focus,
textarea:focus,
select:focus {
  outline: 2px solid rgba(0, 166, 216, 0.28);
  border-color: var(--blue);
}

textarea {
  min-height: 150px;
  resize: vertical;
}

.site-footer {
  color: var(--steel);
  background:
    linear-gradient(180deg, #e8f0f7, #dfe8f0);
  border-top: 1px solid var(--line);
  padding: 42px 0;
}

.footer-logo {
  width: min(210px, 100%);
  height: 64px;
  margin-bottom: 16px;
  object-fit: contain;
  object-position: left center;
  filter: drop-shadow(0 8px 16px rgba(11, 100, 192, 0.12));
}

.footer-grid {
  display: grid;
  grid-template-columns: 1.4fr repeat(3, 1fr);
  gap: 28px;
}

.site-footer h2,
.site-footer h3 {
  margin-top: 0;
  color: var(--navy);
  font-weight: 800;
}

.spec-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 14px;
  margin: 22px 0;
}

.spec-tile {
  padding: 16px;
  background: linear-gradient(135deg, #ffffff, #eef6fb);
  border: 1px solid #c7d9ea;
  border-radius: 8px;
  box-shadow: 0 12px 28px rgba(8, 35, 70, 0.07);
}

.spec-tile strong {
  display: block;
  color: var(--blue);
  font-size: 1.38rem;
  line-height: 1;
}

.spec-tile span {
  display: block;
  margin-top: 8px;
  color: var(--steel);
  font-size: 0.86rem;
}

.data-table-wrap {
  margin: 22px 0;
  overflow-x: auto;
  border: 1px solid #c7d9ea;
  border-radius: 8px;
  background: linear-gradient(180deg, #ffffff, #f8fbfd);
  box-shadow: 0 12px 26px rgba(8, 35, 70, 0.05);
}

.data-table {
  width: 100%;
  min-width: 680px;
  border-collapse: collapse;
}

.data-table th,
.data-table td {
  padding: 10px 14px;
  text-align: left;
  border-bottom: 1px solid var(--line);
}

.data-table th {
  color: var(--navy);
  background: linear-gradient(180deg, #dfedf8, #d4e5f2);
  font-weight: 700;
}

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

.data-table td:nth-child(2),
.data-table td:nth-child(3) {
  color: var(--navy);
  font-weight: 800;
}

.product-metrics {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 8px;
  margin: 14px 0 0;
}

.comparison-table {
  margin-top: 28px;
}

.compact-copy {
  max-width: 760px;
}

.product-metrics span {
  display: flex;
  align-items: center;
  padding: 9px;
  color: var(--navy);
  background: linear-gradient(135deg, #edf7fc, #e1edf6);
  border: 1px solid #cbddeb;
  border-radius: 6px;
  font-size: 0.84rem;
  font-weight: 800;
}

.reveal-on-scroll {
  opacity: 0;
  transform: translateY(28px);
  transition:
    opacity 0.7s ease,
    transform 0.7s ease,
    box-shadow 0.35s ease,
    border-color 0.35s ease;
  transition-delay: var(--reveal-delay, 0ms);
  will-change: opacity, transform;
}

.reveal-on-scroll.is-visible {
  opacity: 1;
  transform: translateY(0);
}

.hero .eyebrow,
.hero h1,
.hero p,
.hero-actions,
.metric,
.page-hero .eyebrow,
.page-hero h1,
.page-hero p {
  animation: rise-in 0.8s ease both;
}

.hero h1,
.page-hero h1 {
  animation-delay: 0.08s;
}

.hero p,
.page-hero p {
  animation-delay: 0.16s;
}

.hero-actions,
.metric:nth-child(1) {
  animation-delay: 0.24s;
}

.metric:nth-child(2) {
  animation-delay: 0.32s;
}

.metric:nth-child(3) {
  animation-delay: 0.4s;
}

.metric:nth-child(4) {
  animation-delay: 0.48s;
}

@keyframes rise-in {
  from {
    opacity: 0;
    transform: translateY(24px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes technical-sweep {
  from {
    transform: translateX(-18px);
  }

  to {
    transform: translateX(18px);
  }
}

@keyframes panel-glow {
  from {
    box-shadow: inset 0 0 0 1px rgba(255,255,255,0.06), 0 22px 42px rgba(0, 0, 0, 0.18);
  }

  to {
    box-shadow: inset 0 0 0 1px rgba(137,229,255,0.22), 0 28px 56px rgba(0, 166, 216, 0.2);
  }
}

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

  .reveal-on-scroll {
    opacity: 1;
    transform: none;
  }
}

.site-footer a {
  display: block;
  margin: 8px 0;
  color: #3f5973;
}

.footer-bottom {
  margin-top: 32px;
  padding-top: 22px;
  border-top: 1px solid var(--line);
  color: #70859a;
  font-size: 0.9rem;
}

@media (max-width: 980px) {
  .metric-strip,
  .grid.products,
  .grid.three,
  .capability-grid,
  .footer-grid,
  .detail-layout,
  .contact-grid,
  .split {
    grid-template-columns: 1fr 1fr;
  }

  .detail-layout,
  .contact-grid,
  .split {
    grid-template-columns: 1fr;
  }

  .spec-box {
    position: static;
  }

  .page-hero {
    min-height: 390px;
  }

  .page-hero .container {
    min-height: 390px;
  }
}

@media (max-width: 700px) {
  .nav {
    align-items: flex-start;
    flex-direction: column;
    padding: 16px 0;
  }

  .nav-links {
    justify-content: flex-start;
  }

  .hero,
  .hero-inner {
    min-height: 500px;
  }

  .page-hero {
    min-height: 360px;
  }

  .page-hero .container {
    min-height: 360px;
    padding: 48px 0 60px;
  }

  .metric-strip,
  .grid.products,
  .grid.three,
  .capability-grid,
  .footer-grid,
  .spec-grid {
    grid-template-columns: 1fr;
  }

  .metric {
    border-right: 0;
    border-bottom: 1px solid var(--line);
  }

  .section {
    padding: 68px 0;
  }

  .section-head,
  .cta-row {
    display: block;
  }

  .cta {
    padding: 32px 24px;
  }
}
