:root {
  color: #071322;
  background: #f5f7fb;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

* {
  box-sizing: border-box;
}

body {
  margin: 0;
  color: #071322;
  background: #f5f7fb;
}

a {
  color: inherit;
}

.seo-shell {
  width: min(calc(100% - 48px), 1320px);
  margin: 0 auto;
}

.seo-header {
  min-height: 76px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 0 32px;
  border-bottom: 1px solid rgba(0, 47, 167, 0.14);
  background: #fff;
}

.seo-brand {
  color: #071322;
  font-size: 14px;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-decoration: none;
}

.seo-header nav,
.seo-related nav,
.seo-footer > div {
  display: flex;
  gap: 22px;
  align-items: center;
}

.seo-header nav a,
.seo-related a,
.seo-footer a {
  color: #002fa7;
  font-size: 14px;
  font-weight: 700;
  text-decoration: none;
}

.seo-hero {
  padding: 72px 0;
  color: #fff;
  background: #071322;
}

.seo-hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(320px, 0.9fr);
  gap: 56px;
  align-items: center;
}

.seo-hero h1,
.seo-section h2,
.seo-not-found h1 {
  margin: 0;
  letter-spacing: 0;
}

.seo-hero h1 {
  max-width: 920px;
  font-size: clamp(44px, 6vw, 88px);
  line-height: 0.98;
}

.seo-hero img {
  width: 100%;
  max-height: 560px;
  object-fit: contain;
}

.seo-eyebrow {
  margin: 0 0 18px;
  color: #5f8cff;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.seo-hero .seo-eyebrow {
  color: rgba(255, 255, 255, 0.68);
}

.seo-lead,
.seo-section-intro {
  max-width: 760px;
  color: rgba(255, 255, 255, 0.76);
  font-size: 19px;
  line-height: 1.65;
}

.seo-primary {
  min-height: 48px;
  width: fit-content;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-top: 18px;
  padding: 0 20px;
  color: #fff;
  background: #002fa7;
  font-size: 14px;
  font-weight: 800;
  text-decoration: none;
}

.seo-hero .seo-primary {
  color: #002fa7;
  background: #fff;
}

.seo-band {
  color: #fff;
  background: #002fa7;
}

.seo-facts {
  display: grid;
  grid-template-columns: 0.6fr 0.8fr 1.6fr;
}

.seo-facts div {
  min-height: 124px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 24px;
  border-right: 1px solid rgba(255, 255, 255, 0.22);
}

.seo-facts div:last-child {
  border-right: 0;
}

.seo-facts strong {
  font-size: 24px;
}

.seo-facts span {
  margin-top: 10px;
  color: rgba(255, 255, 255, 0.7);
  font-size: 12px;
  text-transform: uppercase;
}

.seo-section {
  padding: 92px 0;
}

.seo-section h2 {
  max-width: 820px;
  font-size: clamp(38px, 5vw, 68px);
  line-height: 1.02;
}

.seo-copy-grid,
.seo-rfq-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(320px, 0.8fr);
  gap: 56px;
}

.seo-copy-grid ul,
.seo-rfq ol {
  margin: 0;
  padding-left: 24px;
}

.seo-copy-grid li,
.seo-rfq li {
  padding: 10px 0;
  color: #40506e;
  font-size: 17px;
  line-height: 1.55;
}

.seo-products-section {
  background: #fff;
}

.seo-products-section .seo-section-intro {
  color: #5e6f8d;
}

.seo-products {
  margin-top: 40px;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  border-top: 1px solid rgba(0, 47, 167, 0.16);
  border-left: 1px solid rgba(0, 47, 167, 0.16);
}

.seo-product {
  min-width: 0;
  display: grid;
  grid-template-columns: 148px minmax(0, 1fr);
  gap: 24px;
  align-items: center;
  padding: 22px;
  border-right: 1px solid rgba(0, 47, 167, 0.16);
  border-bottom: 1px solid rgba(0, 47, 167, 0.16);
}

.seo-product img {
  width: 148px;
  height: 148px;
  object-fit: contain;
  background: #f5f7fb;
}

.seo-product-code {
  margin: 0 0 8px;
  color: #5f8cff;
  font-size: 11px;
  font-weight: 800;
  text-transform: uppercase;
}

.seo-product h3 {
  margin: 0;
  font-size: 19px;
  line-height: 1.25;
}

.seo-product div > p:last-child {
  color: #63728d;
  font-size: 13px;
  line-height: 1.5;
}

.seo-rfq {
  color: #fff;
  background: #071322;
}

.seo-rfq .seo-eyebrow {
  color: rgba(255, 255, 255, 0.66);
}

.seo-rfq li {
  color: rgba(255, 255, 255, 0.76);
}

.seo-rfq .seo-primary {
  grid-column: 2;
}

.seo-related nav {
  flex-wrap: wrap;
}

.seo-footer {
  min-height: 150px;
  display: flex;
  justify-content: space-between;
  gap: 32px;
  padding: 36px 32px;
  border-top: 1px solid rgba(0, 47, 167, 0.16);
  background: #fff;
}

.seo-footer > div {
  align-items: flex-start;
  flex-direction: column;
}

.seo-footer span {
  max-width: 720px;
  color: #63728d;
  font-size: 13px;
}

.seo-not-found {
  min-height: 100svh;
  display: grid;
  place-items: center;
  padding: 24px;
}

.seo-not-found main {
  width: min(100%, 760px);
}

.seo-not-found h1 {
  font-size: clamp(42px, 7vw, 76px);
}

.seo-not-found nav {
  margin-top: 28px;
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
  align-items: center;
}

@media (max-width: 760px) {
  .seo-shell {
    width: calc(100% - 32px);
  }

  .seo-header {
    min-height: 68px;
    padding: 0 16px;
  }

  .seo-header nav a:first-child {
    display: none;
  }

  .seo-hero {
    padding: 48px 0;
  }

  .seo-hero-grid,
  .seo-copy-grid,
  .seo-rfq-grid {
    grid-template-columns: minmax(0, 1fr);
    gap: 32px;
  }

  .seo-hero h1 {
    font-size: 45px;
  }

  .seo-hero img {
    max-height: 360px;
  }

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

  .seo-facts div {
    min-height: 92px;
    border-right: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.22);
  }

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

  .seo-section {
    padding: 64px 0;
  }

  .seo-section h2 {
    font-size: 38px;
  }

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

  .seo-product {
    grid-template-columns: 104px minmax(0, 1fr);
    gap: 16px;
    padding: 16px;
  }

  .seo-product img {
    width: 104px;
    height: 104px;
  }

  .seo-rfq .seo-primary {
    grid-column: auto;
  }

  .seo-footer {
    display: grid;
    padding: 28px 16px;
  }
}
