:root {
  --navy: #071421;
  --navy-2: #0b1e2e;
  --graphite: #101418;
  --steel: #74808b;
  --metal: #c7d0d7;
  --line: rgba(199, 208, 215, 0.18);
  --white: #f7fafc;
  --muted: #aeb8c2;
  --cyan: #24c7d6;
  --teal: #18a98f;
  --green: #28b56a;
  --shadow: 0 22px 70px rgba(0, 0, 0, 0.32);
  --max: 1180px;
}

/* Quality, safety and confidentiality */
body[data-page="quality-safety-confidentiality.html"] .safety-hero {
  min-height: 720px;
  height: min(82vh, 820px);
  max-height: 820px;
}

body[data-page="quality-safety-confidentiality.html"] .safety-hero .hero-media img {
  object-position: 64% center;
  filter: brightness(1.05) contrast(1.08) saturate(0.95);
}

body[data-page="quality-safety-confidentiality.html"] .safety-hero .hero-shade {
  background:
    linear-gradient(90deg, rgba(3, 18, 34, 0.94) 0%, rgba(3, 18, 34, 0.72) 38%, rgba(3, 18, 34, 0.18) 70%, rgba(3, 18, 34, 0.04) 100%),
    linear-gradient(0deg, rgba(3, 18, 34, 0.3) 0%, transparent 46%);
}

body[data-page="quality-safety-confidentiality.html"] .safety-hero .hero-cut {
  opacity: 0.2;
}

body[data-page="quality-safety-confidentiality.html"] .safety-hero .hero-content {
  grid-template-columns: minmax(0, 850px);
  align-items: end;
  padding-bottom: 4.8rem;
}

body[data-page="quality-safety-confidentiality.html"] .safety-hero .hero-copy {
  max-width: 850px;
}

body[data-page="quality-safety-confidentiality.html"] .safety-hero .hero-copy h1 {
  max-width: 830px;
  font-size: 4.7rem;
  line-height: 0.95;
}

body[data-page="quality-safety-confidentiality.html"] .safety-hero .hero-lead {
  max-width: 720px;
  font-size: 1.18rem;
  line-height: 1.62;
}

body[data-page="quality-safety-confidentiality.html"] .safety-hero-points {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  max-width: 780px;
  margin-top: 2rem;
  border-top: 1px solid rgba(255, 255, 255, 0.26);
  border-bottom: 1px solid rgba(255, 255, 255, 0.18);
}

body[data-page="quality-safety-confidentiality.html"] .safety-hero-points span {
  display: flex;
  align-items: center;
  min-height: 58px;
  padding: 0.8rem 1.15rem;
  border-right: 1px solid rgba(255, 255, 255, 0.18);
  color: #f4f8f9;
  font-size: 0.75rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  line-height: 1.3;
  text-transform: uppercase;
}

body[data-page="quality-safety-confidentiality.html"] .safety-hero-points span:first-child {
  padding-left: 0;
}

body[data-page="quality-safety-confidentiality.html"] .safety-hero-points span:last-child {
  border-right: 0;
}

body[data-page="quality-safety-confidentiality.html"] .safety-intro {
  background: #f5f8f9;
}

body[data-page="quality-safety-confidentiality.html"] .safety-intro-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(380px, 0.92fr);
  gap: 5rem;
  align-items: start;
}

body[data-page="quality-safety-confidentiality.html"] .safety-intro-copy h2,
body[data-page="quality-safety-confidentiality.html"] .safety-section-heading h2,
body[data-page="quality-safety-confidentiality.html"] .safety-security-heading h2 {
  margin-top: 0;
  color: var(--navy);
  font-size: 3.35rem;
  line-height: 1.02;
}

body[data-page="quality-safety-confidentiality.html"] .safety-intro-copy > p:not(.section-kicker),
body[data-page="quality-safety-confidentiality.html"] .safety-section-heading > p,
body[data-page="quality-safety-confidentiality.html"] .safety-security-heading > p {
  color: #5c6b74;
  font-size: 1.03rem;
  line-height: 1.72;
}

body[data-page="quality-safety-confidentiality.html"] .safety-review-panel {
  padding: 2.4rem 2.55rem 2.5rem;
  border-left: 3px solid var(--cyan);
  background: linear-gradient(145deg, #071b2e, #102c3d);
  color: #ffffff;
  box-shadow: 0 22px 60px rgba(4, 19, 31, 0.14);
}

body[data-page="quality-safety-confidentiality.html"] .safety-review-panel h3 {
  max-width: 430px;
  margin: 0 0 1.6rem;
  color: #ffffff;
  font-size: 1.75rem;
  line-height: 1.15;
}

body[data-page="quality-safety-confidentiality.html"] .safety-review-panel ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

body[data-page="quality-safety-confidentiality.html"] .safety-review-panel li {
  position: relative;
  padding: 0.85rem 0 0.85rem 1.35rem;
  border-top: 1px solid rgba(255, 255, 255, 0.14);
  color: rgba(255, 255, 255, 0.82);
  line-height: 1.5;
}

body[data-page="quality-safety-confidentiality.html"] .safety-review-panel li::before {
  content: "";
  position: absolute;
  top: 1.4rem;
  left: 0;
  width: 6px;
  height: 6px;
  background: var(--cyan);
}

body[data-page="quality-safety-confidentiality.html"] .safety-compliance {
  margin: 3rem 0 0;
  padding: 1.25rem 1.45rem;
  border-left: 3px solid var(--cyan);
  background: #e8eef0;
  color: #43545e;
  font-size: 0.91rem;
  line-height: 1.65;
}

body[data-page="quality-safety-confidentiality.html"] .safety-control-system {
  background: #061827;
  color: #ffffff;
}

body[data-page="quality-safety-confidentiality.html"] .safety-section-heading {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(390px, 0.72fr);
  gap: 5rem;
  align-items: end;
  margin-bottom: 3.2rem;
}

body[data-page="quality-safety-confidentiality.html"] .safety-control-system .safety-section-heading h2 {
  color: #ffffff;
}

body[data-page="quality-safety-confidentiality.html"] .safety-control-system .safety-section-heading > p {
  color: rgba(255, 255, 255, 0.7);
}

body[data-page="quality-safety-confidentiality.html"] .safety-process-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  border-top: 1px solid rgba(255, 255, 255, 0.18);
  border-bottom: 1px solid rgba(255, 255, 255, 0.18);
}

body[data-page="quality-safety-confidentiality.html"] .safety-process-grid article {
  min-height: 310px;
  padding: 2rem 1.7rem 2.2rem;
  border-right: 1px solid rgba(255, 255, 255, 0.16);
}

body[data-page="quality-safety-confidentiality.html"] .safety-process-grid article:last-child {
  border-right: 0;
}

body[data-page="quality-safety-confidentiality.html"] .safety-process-grid span,
body[data-page="quality-safety-confidentiality.html"] .safety-security-list > article > span {
  color: var(--cyan);
  font-size: 0.78rem;
  font-weight: 900;
  letter-spacing: 0.1em;
}

body[data-page="quality-safety-confidentiality.html"] .safety-process-grid h3 {
  margin: 3.4rem 0 0.8rem;
  color: #ffffff;
  font-size: 1.35rem;
}

body[data-page="quality-safety-confidentiality.html"] .safety-process-grid p {
  margin: 0;
  color: rgba(255, 255, 255, 0.68);
  line-height: 1.62;
}

body[data-page="quality-safety-confidentiality.html"] .safety-scope-note {
  max-width: 960px;
  margin: 2rem 0 0;
  color: rgba(255, 255, 255, 0.56);
  font-size: 0.84rem;
  line-height: 1.62;
}

body[data-page="quality-safety-confidentiality.html"] .safety-systems {
  background: #ffffff;
}

body[data-page="quality-safety-confidentiality.html"] .safety-systems-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  border-top: 1px solid rgba(7, 20, 33, 0.15);
  border-left: 1px solid rgba(7, 20, 33, 0.15);
}

body[data-page="quality-safety-confidentiality.html"] .safety-systems-grid article {
  min-height: 250px;
  padding: 2rem 2.2rem;
  border-right: 1px solid rgba(7, 20, 33, 0.15);
  border-bottom: 1px solid rgba(7, 20, 33, 0.15);
  background: linear-gradient(145deg, #ffffff, #f1f5f6);
}

body[data-page="quality-safety-confidentiality.html"] .safety-systems-grid article > span {
  color: #008fa3;
  font-size: 0.72rem;
  font-weight: 900;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

body[data-page="quality-safety-confidentiality.html"] .safety-systems-grid h3 {
  margin: 2.4rem 0 0.8rem;
  color: var(--navy);
  font-size: 1.45rem;
}

body[data-page="quality-safety-confidentiality.html"] .safety-systems-grid p {
  margin: 0;
  color: #60717a;
  line-height: 1.66;
}

body[data-page="quality-safety-confidentiality.html"] .safety-data-strip {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  margin-top: 2rem;
  background: #0a2233;
  color: #ffffff;
}

body[data-page="quality-safety-confidentiality.html"] .safety-data-strip span {
  min-height: 116px;
  padding: 1.45rem 1.55rem;
  border-right: 1px solid rgba(255, 255, 255, 0.14);
}

body[data-page="quality-safety-confidentiality.html"] .safety-data-strip span:last-child {
  border-right: 0;
}

body[data-page="quality-safety-confidentiality.html"] .safety-data-strip strong,
body[data-page="quality-safety-confidentiality.html"] .safety-data-strip em {
  display: block;
}

body[data-page="quality-safety-confidentiality.html"] .safety-data-strip strong {
  color: #ffffff;
  font-size: 1.4rem;
  line-height: 1.1;
}

body[data-page="quality-safety-confidentiality.html"] .safety-data-strip em {
  margin-top: 0.55rem;
  color: rgba(255, 255, 255, 0.6);
  font-size: 0.82rem;
  font-style: normal;
  line-height: 1.4;
}

body[data-page="quality-safety-confidentiality.html"] .safety-security {
  background: #edf2f3;
}

body[data-page="quality-safety-confidentiality.html"] .safety-security-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.86fr) minmax(450px, 1.14fr);
  gap: 5rem;
  align-items: start;
}

body[data-page="quality-safety-confidentiality.html"] .safety-security-list {
  border-top: 1px solid rgba(7, 20, 33, 0.17);
}

body[data-page="quality-safety-confidentiality.html"] .safety-security-list article {
  display: grid;
  grid-template-columns: 48px minmax(0, 1fr);
  gap: 1rem;
  padding: 1.65rem 0;
  border-bottom: 1px solid rgba(7, 20, 33, 0.17);
}

body[data-page="quality-safety-confidentiality.html"] .safety-security-list h3 {
  margin: 0 0 0.45rem;
  color: var(--navy);
  font-size: 1.3rem;
}

body[data-page="quality-safety-confidentiality.html"] .safety-security-list p {
  margin: 0;
  color: #5e6f78;
  line-height: 1.62;
}

body[data-page="quality-safety-confidentiality.html"] .safety-information-note {
  margin: 3rem 0 0;
  padding-top: 1.4rem;
  border-top: 1px solid rgba(7, 20, 33, 0.2);
  color: #52636c;
  font-size: 0.9rem;
  line-height: 1.65;
}

body[data-page="quality-safety-confidentiality.html"] .safety-final-close {
  margin-top: 0;
}

@media (max-width: 1040px) {
  body[data-page="quality-safety-confidentiality.html"] .safety-hero .hero-copy h1 {
    font-size: 4rem;
  }

  body[data-page="quality-safety-confidentiality.html"] .safety-intro-grid,
  body[data-page="quality-safety-confidentiality.html"] .safety-section-heading,
  body[data-page="quality-safety-confidentiality.html"] .safety-security-grid {
    grid-template-columns: 1fr;
    gap: 2.2rem;
  }

  body[data-page="quality-safety-confidentiality.html"] .safety-process-grid,
  body[data-page="quality-safety-confidentiality.html"] .safety-data-strip {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  body[data-page="quality-safety-confidentiality.html"] .safety-process-grid article:nth-child(2),
  body[data-page="quality-safety-confidentiality.html"] .safety-data-strip span:nth-child(2) {
    border-right: 0;
  }

  body[data-page="quality-safety-confidentiality.html"] .safety-process-grid article:nth-child(-n + 2),
  body[data-page="quality-safety-confidentiality.html"] .safety-data-strip span:nth-child(-n + 2) {
    border-bottom: 1px solid rgba(255, 255, 255, 0.16);
  }
}

@media (max-width: 760px) {
  body[data-page="quality-safety-confidentiality.html"] .safety-hero {
    min-height: 760px;
    height: auto;
    max-height: none;
  }

  body[data-page="quality-safety-confidentiality.html"] .safety-hero .hero-media img {
    object-position: 66% center;
  }

  body[data-page="quality-safety-confidentiality.html"] .safety-hero .hero-shade {
    background:
      linear-gradient(90deg, rgba(3, 18, 34, 0.9), rgba(3, 18, 34, 0.42)),
      linear-gradient(0deg, rgba(3, 18, 34, 0.56), transparent 54%);
  }

  body[data-page="quality-safety-confidentiality.html"] .safety-hero .hero-content {
    padding-bottom: 3rem;
  }

  body[data-page="quality-safety-confidentiality.html"] .safety-hero .hero-copy h1 {
    font-size: 3.05rem;
    line-height: 0.99;
  }

  body[data-page="quality-safety-confidentiality.html"] .safety-hero-points {
    grid-template-columns: 1fr;
  }

  body[data-page="quality-safety-confidentiality.html"] .safety-hero-points span,
  body[data-page="quality-safety-confidentiality.html"] .safety-hero-points span:first-child {
    min-height: 0;
    padding: 0.62rem 0;
    border-right: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.15);
  }

  body[data-page="quality-safety-confidentiality.html"] .safety-hero-points span:last-child {
    border-bottom: 0;
  }

  body[data-page="quality-safety-confidentiality.html"] .safety-intro-copy h2,
  body[data-page="quality-safety-confidentiality.html"] .safety-section-heading h2,
  body[data-page="quality-safety-confidentiality.html"] .safety-security-heading h2 {
    font-size: 2.65rem;
  }

  body[data-page="quality-safety-confidentiality.html"] .safety-process-grid,
  body[data-page="quality-safety-confidentiality.html"] .safety-systems-grid,
  body[data-page="quality-safety-confidentiality.html"] .safety-data-strip {
    grid-template-columns: 1fr;
  }

  body[data-page="quality-safety-confidentiality.html"] .safety-process-grid article,
  body[data-page="quality-safety-confidentiality.html"] .safety-process-grid article:nth-child(2),
  body[data-page="quality-safety-confidentiality.html"] .safety-data-strip span,
  body[data-page="quality-safety-confidentiality.html"] .safety-data-strip span:nth-child(2) {
    min-height: 0;
    border-right: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.16);
  }

  body[data-page="quality-safety-confidentiality.html"] .safety-process-grid article:last-child,
  body[data-page="quality-safety-confidentiality.html"] .safety-data-strip span:last-child {
    border-bottom: 0;
  }

  body[data-page="quality-safety-confidentiality.html"] .safety-process-grid h3,
  body[data-page="quality-safety-confidentiality.html"] .safety-systems-grid h3 {
    margin-top: 1.6rem;
  }
}

/* Public documentation library */
body[data-page="downloads.html"] .downloads-intro {
  position: relative;
  overflow: hidden;
  color: #fff;
  background:
    linear-gradient(90deg, rgba(14, 190, 202, 0.06), transparent 34%),
    #071722;
}

body[data-page="downloads.html"] .downloads-intro::after {
  position: absolute;
  top: 0;
  right: 8%;
  width: 38%;
  height: 100%;
  pointer-events: none;
  content: "";
  border-right: 1px solid rgba(95, 223, 231, 0.08);
  border-left: 1px solid rgba(95, 223, 231, 0.08);
  transform: skewX(-18deg);
}

.downloads-intro-frame {
  position: relative;
  z-index: 1;
  padding-top: clamp(0.75rem, 1.5vw, 1.2rem);
  border-top: 1px solid rgba(151, 217, 222, 0.25);
  border-bottom: 1px solid rgba(151, 217, 222, 0.18);
}

.downloads-intro-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.88fr) minmax(360px, 1.12fr);
  gap: clamp(2.5rem, 6vw, 6.5rem);
  align-items: center;
  padding: clamp(2.1rem, 4.5vw, 4.5rem) 0 clamp(2rem, 4vw, 3.8rem);
}

.downloads-intro-heading {
  padding-left: clamp(1.25rem, 2.5vw, 2.1rem);
  border-left: 3px solid #1cc7d1;
}

.downloads-intro .section-kicker {
  color: #40d9e2;
}

body[data-page="downloads.html"] .downloads-intro h2 {
  max-width: 600px;
  margin-bottom: 0;
  color: #fff;
}

.downloads-intro-copy > p:first-child {
  margin-top: 0;
  color: #d0d9de;
  font-size: 1.05rem;
  line-height: 1.72;
}

.downloads-intro .document-note {
  margin: 1.35rem 0 0;
  padding: 1.05rem 1.15rem;
  border: 1px solid rgba(112, 207, 214, 0.18);
  border-left: 2px solid #1cc7d1;
  color: #aebdc5;
  background: rgba(255, 255, 255, 0.035);
  font-size: 0.9rem;
  line-height: 1.62;
}

.downloads-intro-meta {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  border-top: 1px solid rgba(151, 217, 222, 0.18);
}

.downloads-intro-meta span {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  gap: 0.85rem;
  align-items: center;
  min-height: 88px;
  padding: 1rem clamp(1rem, 2.3vw, 2rem);
}

.downloads-intro-meta span + span {
  border-left: 1px solid rgba(151, 217, 222, 0.18);
}

.downloads-intro-meta strong {
  color: #fff;
  font-size: clamp(1.3rem, 2vw, 1.8rem);
  line-height: 1;
}

.downloads-intro-meta em {
  color: #8fa5b0;
  font-size: 0.7rem;
  font-style: normal;
  font-weight: 800;
  line-height: 1.35;
  text-transform: uppercase;
}

.resource-library {
  background:
    linear-gradient(90deg, rgba(20, 192, 203, 0.04) 0, transparent 24%),
    #eef3f5;
}

.resource-library-heading {
  max-width: 820px;
  margin-bottom: clamp(2rem, 4vw, 3rem);
}

.resource-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1px;
  overflow: hidden;
  border: 1px solid rgba(8, 36, 54, 0.14);
  background: rgba(8, 36, 54, 0.14);
}

.resource-card {
  position: relative;
  display: flex;
  flex-direction: column;
  min-height: 430px;
  padding: clamp(1.55rem, 3vw, 2.3rem);
  overflow: hidden;
  background: #fff;
  transition: background-color 180ms ease, transform 180ms ease;
}

.resource-card::before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 3px;
  content: "";
  background: linear-gradient(180deg, #17c8d2, #087789);
}

.resource-card--wide {
  grid-column: 1 / -1;
  min-height: 360px;
}

.resource-card-head {
  display: flex;
  gap: 1rem;
  align-items: center;
  justify-content: space-between;
}

.resource-number {
  color: #098897;
  font-size: 0.75rem;
  font-weight: 900;
  letter-spacing: 0;
}

.resource-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 0.4rem 1rem;
  justify-content: flex-end;
  color: #6b7780;
  font-size: 0.7rem;
  font-weight: 800;
  text-transform: uppercase;
}

.resource-meta span + span {
  position: relative;
}

.resource-meta span + span::before {
  position: absolute;
  top: 50%;
  left: -0.55rem;
  width: 2px;
  height: 2px;
  content: "";
  background: #0a91a0;
  transform: translateY(-50%);
}

.resource-title {
  max-width: 580px;
  margin: 2.35rem 0 0.9rem;
  color: var(--navy);
  font-size: clamp(1.4rem, 2vw, 1.8rem);
  line-height: 1.1;
}

.resource-card > p {
  max-width: 650px;
  margin: 0;
  color: #52616c;
  line-height: 1.65;
}

.resource-specs {
  margin: 1.35rem 0 1.5rem;
  border-top: 1px solid rgba(8, 36, 54, 0.12);
}

.resource-specs div {
  display: grid;
  grid-template-columns: 88px minmax(0, 1fr);
  gap: 1rem;
  padding: 0.78rem 0;
  border-bottom: 1px solid rgba(8, 36, 54, 0.1);
}

.resource-specs dt {
  color: #0a7f8e;
  font-size: 0.72rem;
  font-weight: 900;
  text-transform: uppercase;
}

.resource-specs dd {
  margin: 0;
  color: #61707a;
  font-size: 0.9rem;
  line-height: 1.5;
}

.resource-download {
  display: inline-flex;
  gap: 1rem;
  align-items: center;
  justify-content: space-between;
  margin-top: auto;
  padding-top: 1rem;
  border-top: 2px solid #12b9c4;
  color: var(--navy);
  font-size: 0.78rem;
  font-weight: 900;
  text-transform: uppercase;
}

.resource-download span {
  color: #098897;
  font-size: 1.15rem;
  transition: transform 180ms ease;
}

.resource-card:hover {
  z-index: 1;
  background: #f8fbfc;
  transform: translateY(-2px);
}

.resource-card:hover .resource-download span {
  transform: translateY(3px);
}

.resource-download:focus-visible {
  outline: 2px solid #0a91a0;
  outline-offset: 5px;
}

@media (max-width: 820px) {
  .downloads-intro-grid {
    grid-template-columns: 1fr;
    gap: 2rem;
  }

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

  .resource-card--wide {
    grid-column: auto;
  }
}

@media (max-width: 520px) {
  .downloads-intro-frame {
    padding-top: 0;
  }

  .downloads-intro-grid {
    padding: 2rem 0 1.8rem;
  }

  .downloads-intro-heading {
    padding-left: 1rem;
  }

  .downloads-intro-copy > p:first-child {
    font-size: 0.98rem;
  }

  .downloads-intro .document-note {
    padding: 0.95rem 1rem;
  }

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

  .downloads-intro-meta span {
    grid-template-columns: 1fr;
    gap: 0.4rem;
    min-height: 96px;
    padding: 1rem;
  }

  .downloads-intro-meta span:last-child {
    grid-column: 1 / -1;
    grid-template-columns: auto minmax(0, 1fr);
    min-height: 72px;
    border-top: 1px solid rgba(151, 217, 222, 0.18);
    border-left: 0;
  }

  .resource-card,
  .resource-card--wide {
    min-height: 0;
    padding: 1.4rem 1.25rem;
  }

  .resource-card-head {
    align-items: flex-start;
  }

  .resource-meta {
    max-width: 180px;
  }

  .resource-title {
    margin-top: 1.75rem;
  }

  .resource-specs div {
    grid-template-columns: 1fr;
    gap: 0.35rem;
  }

  .resource-download {
    margin-top: 0.5rem;
  }
}

@media (max-width: 540px) {
  body[data-page="quality-safety-confidentiality.html"] .safety-hero {
    min-height: 790px;
  }

  body[data-page="quality-safety-confidentiality.html"] .safety-hero .hero-copy h1 {
    font-size: 2.58rem;
  }

  body[data-page="quality-safety-confidentiality.html"] .safety-intro-copy h2,
  body[data-page="quality-safety-confidentiality.html"] .safety-section-heading h2,
  body[data-page="quality-safety-confidentiality.html"] .safety-security-heading h2 {
    font-size: 2.28rem;
  }

  body[data-page="quality-safety-confidentiality.html"] .safety-review-panel,
  body[data-page="quality-safety-confidentiality.html"] .safety-systems-grid article {
    padding: 1.6rem 1.35rem;
  }

  body[data-page="quality-safety-confidentiality.html"] .safety-security-list article {
    grid-template-columns: 36px minmax(0, 1fr);
  }
}

/* Product families page */
body[data-page="product-families.html"] .product-page-hero .hero-content {
  grid-template-columns: minmax(0, 860px);
  align-items: end;
}

body[data-page="product-families.html"] .product-page-hero .hero-copy h1 {
  max-width: 820px;
  font-size: clamp(3.2rem, 6.6vw, 6.6rem);
}

body[data-page="product-families.html"] .product-page-hero .hero-lead {
  max-width: 790px;
}

body[data-page="product-families.html"] .product-scope-intro {
  background: #ffffff;
}

body[data-page="product-families.html"] .scope-layout {
  display: grid;
  grid-template-columns: minmax(0, 0.88fr) minmax(0, 1.12fr);
  gap: clamp(2rem, 6vw, 5rem);
  align-items: center;
}

body[data-page="product-families.html"] .scope-heading h2,
body[data-page="product-families.html"] .product-assessment h2,
body[data-page="product-families.html"] .product-operational-fit h2 {
  max-width: 760px;
}

body[data-page="product-families.html"] .scope-heading > p:last-child,
body[data-page="product-families.html"] .assessment-copy > p,
body[data-page="product-families.html"] .product-family-cards .section-heading > p:last-child,
body[data-page="product-families.html"] .product-operational-fit .section-heading > p:last-child {
  max-width: 720px;
  color: #526071;
  line-height: 1.7;
}

body[data-page="product-families.html"] .scope-statement {
  position: relative;
  padding: clamp(1.6rem, 3vw, 2.5rem);
  border: 1px solid rgba(18, 214, 232, 0.24);
  border-left: 4px solid var(--cyan);
  border-radius: 4px;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.055), transparent 58%),
    #071421;
  box-shadow: 0 30px 72px rgba(7, 20, 33, 0.16);
}

body[data-page="product-families.html"] .scope-codes {
  display: flex;
  flex-wrap: wrap;
  gap: 0.55rem;
  margin-bottom: 1.25rem;
}

body[data-page="product-families.html"] .scope-codes span {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  padding: 0.28rem 0.75rem;
  border: 1px solid rgba(72, 240, 200, 0.32);
  border-radius: 999px;
  background: rgba(72, 240, 200, 0.09);
  color: #70f3d4;
  font-size: 0.82rem;
  font-weight: 900;
}

body[data-page="product-families.html"] .authorized-copy {
  margin: 0;
  color: #f7fafc;
  font-size: clamp(1.05rem, 1.5vw, 1.22rem);
  line-height: 1.68;
}

body[data-page="product-families.html"] .scope-statement .compliance-note {
  margin: 1.4rem 0 0;
  padding: 1.2rem 0 0;
  border-top: 1px solid rgba(255, 255, 255, 0.14);
  border-left: 0;
  background: transparent;
  color: rgba(247, 250, 252, 0.7);
  font-size: 0.9rem;
  line-height: 1.62;
}

body[data-page="product-families.html"] .product-family-cards .section-heading {
  max-width: 900px;
}

body[data-page="product-families.html"] .product-family-cards .code-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1px;
  border: 1px solid rgba(7, 20, 33, 0.14);
  background: rgba(7, 20, 33, 0.14);
}

body[data-page="product-families.html"] .product-family-cards .code-card {
  min-height: 300px;
  padding: clamp(1.4rem, 3vw, 2rem);
  border: 0;
  border-radius: 0;
  box-shadow: none;
}

body[data-page="product-families.html"] .product-family-cards .code-card h3 {
  margin-bottom: 0.85rem;
  font-size: clamp(1.2rem, 1.8vw, 1.48rem);
}

body[data-page="product-families.html"] .scope-footnote {
  max-width: 820px;
  margin: 1.2rem 0 0;
  color: #65717d;
  font-size: 0.9rem;
}

body[data-page="product-families.html"] .product-assessment .split {
  grid-template-columns: minmax(0, 0.96fr) minmax(0, 1.04fr);
  align-items: stretch;
}

body[data-page="product-families.html"] .product-assessment .image-panel,
body[data-page="product-families.html"] .product-assessment .image-panel img {
  min-height: 620px;
}

body[data-page="product-families.html"] .product-assessment .check-list {
  margin-top: 1.65rem;
}

body[data-page="product-families.html"] .product-assessment .check-list li {
  padding-block: 0.82rem;
}

body[data-page="product-families.html"] .product-vessel-section {
  border-top: 1px solid rgba(72, 240, 200, 0.14);
  background:
    linear-gradient(112deg, #030a11 0%, #071421 58%, #0b2634 100%);
}

body[data-page="product-families.html"] .vessel-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.22fr) minmax(340px, 0.78fr);
  gap: clamp(2rem, 5vw, 4.5rem);
  align-items: center;
}

body[data-page="product-families.html"] .vessel-media {
  min-width: 0;
}

body[data-page="product-families.html"] .vessel-media picture {
  display: block;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 4px;
  box-shadow: 0 30px 76px rgba(0, 0, 0, 0.34);
}

body[data-page="product-families.html"] .vessel-media img {
  width: 100%;
  aspect-ratio: 16 / 9;
  object-fit: cover;
  filter: brightness(1.03) contrast(1.06) saturate(0.95);
  transition: transform 500ms ease;
}

body[data-page="product-families.html"] .vessel-media:hover img {
  transform: scale(1.015);
}

body[data-page="product-families.html"] .vessel-caption {
  margin: 0.75rem 0 0;
  color: rgba(247, 250, 252, 0.52);
  font-size: 0.78rem;
  font-weight: 700;
  text-transform: uppercase;
}

body[data-page="product-families.html"] .vessel-copy h2 {
  max-width: 560px;
  color: #f7fafc;
  font-size: clamp(2.2rem, 4vw, 4rem);
}

body[data-page="product-families.html"] .vessel-copy > p:not(.section-kicker) {
  max-width: 590px;
  color: rgba(247, 250, 252, 0.72);
  line-height: 1.7;
}

body[data-page="product-families.html"] .vessel-copy .button {
  margin-top: 1.1rem;
}

body[data-page="product-families.html"] .product-operational-fit .section-heading {
  max-width: 900px;
}

body[data-page="product-families.html"] .product-operational-fit .fit-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

body[data-page="product-families.html"] .product-operational-fit .fit-grid article {
  min-height: 285px;
}

body[data-page="product-families.html"] .product-operational-fit .fit-grid article h3 {
  font-size: clamp(1.08rem, 1.55vw, 1.28rem);
}

@media (max-width: 1020px) {
  body[data-page="product-families.html"] .scope-layout,
  body[data-page="product-families.html"] .product-assessment .split,
  body[data-page="product-families.html"] .vessel-layout {
    grid-template-columns: 1fr;
  }

  body[data-page="product-families.html"] .product-assessment .image-panel,
  body[data-page="product-families.html"] .product-assessment .image-panel img {
    min-height: 480px;
  }

  body[data-page="product-families.html"] .product-operational-fit .fit-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 720px) {
  body[data-page="product-families.html"] .product-page-hero .hero-content {
    grid-template-columns: 1fr;
  }

  body[data-page="product-families.html"] .product-page-hero .hero-copy h1 {
    font-size: clamp(2.55rem, 11vw, 4rem);
  }

  body[data-page="product-families.html"] .product-family-cards .code-grid,
  body[data-page="product-families.html"] .product-operational-fit .fit-grid {
    grid-template-columns: 1fr;
  }

  body[data-page="product-families.html"] .product-family-cards .code-card,
  body[data-page="product-families.html"] .product-operational-fit .fit-grid article {
    min-height: 0;
  }

  body[data-page="product-families.html"] .product-assessment .image-panel,
  body[data-page="product-families.html"] .product-assessment .image-panel img {
    min-height: 320px;
  }

  body[data-page="product-families.html"] .scope-statement {
    padding: 1.35rem;
  }

  body[data-page="product-families.html"] .vessel-copy .button {
    width: 100%;
  }
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: #f4f7f8;
  color: #17202a;
  font-family: "Aptos", "Segoe UI", Arial, sans-serif;
  line-height: 1.6;
}

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

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

p {
  margin: 0 0 1rem;
}

h1,
h2,
h3 {
  margin: 0;
  line-height: 1.04;
  letter-spacing: 0;
}

h2 {
  font-size: clamp(2rem, 4vw, 4rem);
  color: var(--navy);
}

h3 {
  font-size: 1.14rem;
}

.skip-link {
  position: absolute;
  left: 1rem;
  top: -4rem;
  z-index: 20;
  background: var(--cyan);
  color: var(--navy);
  padding: 0.7rem 1rem;
}

.skip-link:focus {
  top: 1rem;
}

.site-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 10;
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 1.2rem;
  padding: 0.85rem clamp(1rem, 3vw, 2.4rem);
  color: var(--white);
  border-bottom: 1px solid rgba(255, 255, 255, 0.14);
  background: rgba(7, 20, 33, 0.2);
  backdrop-filter: blur(14px);
  transition: background 180ms ease, border-color 180ms ease;
}

.site-header.is-scrolled {
  background: rgba(7, 20, 33, 0.94);
  border-color: rgba(255, 255, 255, 0.08);
}

.brand,
.footer-brand {
  display: inline-flex;
  align-items: center;
  gap: 0.75rem;
  min-width: 0;
}

.brand img {
  width: 54px;
  height: 54px;
  object-fit: contain;
}

.brand span,
.footer-brand span {
  display: grid;
  line-height: 1.02;
}

.brand strong {
  font-size: 1rem;
  text-transform: uppercase;
  letter-spacing: 0.06em;
}

.brand em {
  font-style: normal;
  color: var(--metal);
  font-size: 0.82rem;
}

.site-nav {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: clamp(0.7rem, 1.2vw, 1.25rem);
  font-size: 0.86rem;
  color: rgba(247, 250, 252, 0.84);
}

.site-nav a {
  position: relative;
  white-space: nowrap;
}

.site-nav a::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -0.35rem;
  height: 2px;
  background: var(--cyan);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 160ms ease;
}

.site-nav a:hover::after,
.site-nav a[aria-current="page"]::after {
  transform: scaleX(1);
}

.header-cta,
.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  padding: 0.76rem 1.05rem;
  border-radius: 6px;
  border: 1px solid transparent;
  font-weight: 700;
  line-height: 1.15;
  transition: transform 160ms ease, background 160ms ease, border-color 160ms ease;
}

.header-cta {
  background: var(--cyan);
  color: var(--navy);
  font-size: 0.9rem;
}

.button:hover,
.header-cta:hover {
  transform: translateY(-1px);
}

.button.primary {
  background: linear-gradient(135deg, var(--cyan), var(--teal));
  color: #041018;
}

.button.secondary {
  border-color: rgba(7, 20, 33, 0.22);
  color: var(--navy);
  background: #ffffff;
}

.button.glass {
  color: var(--white);
  border-color: rgba(255, 255, 255, 0.34);
  background: rgba(255, 255, 255, 0.08);
}

.nav-toggle {
  display: none;
  width: 46px;
  height: 46px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 6px;
  background: rgba(255, 255, 255, 0.06);
}

.nav-toggle span:not(.sr-only) {
  display: block;
  width: 20px;
  height: 2px;
  margin: 4px auto;
  background: var(--white);
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.hero {
  position: relative;
  min-height: 68vh;
  overflow: hidden;
  color: var(--white);
  background: var(--navy);
  display: grid;
  align-items: end;
}

.hero-home {
  min-height: 92vh;
}

.page-hero {
  min-height: 62vh;
}

.hero-media,
.hero-media img,
.hero-shade {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.hero-media img {
  object-fit: cover;
}

.hero-shade {
  background:
    linear-gradient(90deg, rgba(4, 12, 20, 0.9) 0%, rgba(4, 12, 20, 0.64) 42%, rgba(4, 12, 20, 0.25) 100%),
    linear-gradient(0deg, rgba(4, 12, 20, 0.82) 0%, rgba(4, 12, 20, 0) 45%);
}

.hero-content {
  position: relative;
  width: min(var(--max), calc(100% - 2rem));
  margin: 0 auto;
  padding: 10rem 0 5.5rem;
}

.hero-content h1 {
  max-width: 900px;
  font-size: clamp(3rem, 9vw, 7.8rem);
}

.page-hero .hero-content h1 {
  max-width: 1000px;
  font-size: clamp(2.7rem, 6vw, 6rem);
}

.hero-lead {
  max-width: 720px;
  margin: 1.2rem 0 0;
  font-size: clamp(1.05rem, 2vw, 1.4rem);
  color: rgba(247, 250, 252, 0.86);
}

.hero-actions,
.button-row {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  margin-top: 1.6rem;
}

.eyebrow,
.section-kicker {
  margin: 0 0 0.85rem;
  color: var(--cyan);
  text-transform: uppercase;
  font-weight: 800;
  letter-spacing: 0.14em;
  font-size: 0.78rem;
}

.section {
  padding: clamp(4rem, 8vw, 7rem) 0;
}

.container {
  width: min(var(--max), calc(100% - 2rem));
  margin: 0 auto;
}

.narrow {
  max-width: 860px;
}

.split {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(320px, 0.82fr);
  gap: clamp(2rem, 5vw, 5rem);
  align-items: center;
}

.split > *,
.form-layout > * {
  min-width: 0;
}

.split.reverse {
  grid-template-columns: minmax(320px, 0.82fr) minmax(0, 1fr);
}

.split p {
  color: #4b5965;
  font-size: 1.02rem;
}

.image-panel {
  overflow: hidden;
  border-radius: 8px;
  box-shadow: var(--shadow);
  background: var(--navy);
}

.image-panel img {
  width: 100%;
  height: 100%;
  min-height: 420px;
  object-fit: cover;
}

.sticky-media {
  align-self: start;
  position: sticky;
  top: 6rem;
}

.surface {
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.94), rgba(235, 241, 244, 0.95));
  border-top: 1px solid rgba(7, 20, 33, 0.06);
  border-bottom: 1px solid rgba(7, 20, 33, 0.06);
}

.dark-section {
  background:
    radial-gradient(circle at 0 0, rgba(36, 199, 214, 0.12), transparent 28rem),
    linear-gradient(135deg, #071421, #101418);
  color: var(--white);
}

.dark-section h2 {
  color: var(--white);
}

.dark-section p,
.dark-section li {
  color: rgba(247, 250, 252, 0.78);
}

.stats-band {
  padding: 2rem 0;
  background: var(--graphite);
  color: var(--white);
}

.metric-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1px;
  background: rgba(255, 255, 255, 0.12);
  border: 1px solid rgba(255, 255, 255, 0.12);
}

.metric {
  min-height: 128px;
  display: grid;
  align-content: center;
  padding: 1.3rem;
  background: rgba(7, 20, 33, 0.82);
}

.metric strong {
  font-size: clamp(2rem, 4vw, 3.5rem);
  line-height: 1;
  color: var(--white);
}

.metric span {
  margin-top: 0.55rem;
  color: var(--muted);
  font-size: 0.92rem;
}

.feature-grid,
.code-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1rem;
  margin-top: 2rem;
}

.feature-grid article,
.code-card,
.download-panel {
  border: 1px solid rgba(7, 20, 33, 0.1);
  border-radius: 8px;
  background: #ffffff;
  padding: 1.25rem;
  box-shadow: 0 16px 42px rgba(7, 20, 33, 0.06);
}

.feature-grid article h3,
.code-card h3 {
  color: var(--navy);
  margin-bottom: 0.7rem;
}

.feature-grid article p,
.code-card p,
.download-panel p {
  color: #53616c;
  margin: 0;
}

.code-card span {
  display: inline-flex;
  min-height: 30px;
  align-items: center;
  padding: 0.2rem 0.55rem;
  margin-bottom: 0.85rem;
  border-radius: 999px;
  background: rgba(36, 199, 214, 0.12);
  color: #087d8e;
  font-weight: 800;
}

.quote {
  margin: 0;
  padding: clamp(1.4rem, 3vw, 2rem);
  border-left: 4px solid var(--cyan);
  background: #ffffff;
  color: var(--navy);
  font-size: clamp(1.2rem, 2.4vw, 1.7rem);
  line-height: 1.36;
  box-shadow: 0 16px 42px rgba(7, 20, 33, 0.06);
}

.compliance-note {
  padding: 1rem 1.1rem;
  border-left: 4px solid var(--green);
  background: rgba(24, 169, 143, 0.1);
  color: #1b3a39;
}

.check-list {
  list-style: none;
  padding: 0;
  margin: 1.4rem 0;
  display: grid;
  gap: 0.75rem;
}

.check-list li {
  position: relative;
  padding-left: 1.7rem;
  color: #43515d;
}

.check-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.52rem;
  width: 0.72rem;
  height: 0.72rem;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--cyan), var(--green));
  box-shadow: 0 0 0 4px rgba(36, 199, 214, 0.13);
}

.table-wrap {
  overflow-x: auto;
  margin-top: 1.5rem;
  border: 1px solid rgba(7, 20, 33, 0.12);
  border-radius: 8px;
  background: #ffffff;
}

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

.spec-table th,
.spec-table td {
  text-align: left;
  vertical-align: top;
  padding: 1rem;
  border-bottom: 1px solid rgba(7, 20, 33, 0.08);
}

.spec-table th {
  width: 34%;
  color: var(--navy);
  background: #edf3f5;
}

.spec-table tr:last-child th,
.spec-table tr:last-child td {
  border-bottom: 0;
}

.form-layout {
  grid-template-columns: minmax(0, 0.78fr) minmax(420px, 1fr);
  align-items: start;
}

.form-panel {
  padding: clamp(1rem, 3vw, 1.6rem);
  border-radius: 8px;
  border: 1px solid rgba(7, 20, 33, 0.1);
  background: #ffffff;
  box-shadow: 0 16px 42px rgba(7, 20, 33, 0.08);
}

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

label {
  display: grid;
  gap: 0.35rem;
  position: relative;
  color: var(--navy);
  font-size: 0.9rem;
  font-weight: 700;
}

input,
select,
textarea {
  width: 100%;
  border: 1px solid rgba(7, 20, 33, 0.18);
  border-radius: 6px;
  padding: 0.82rem 0.85rem;
  color: var(--navy);
  background: #f9fbfc;
  font: inherit;
  font-weight: 500;
}

textarea {
  resize: vertical;
}

input:focus,
select:focus,
textarea:focus {
  outline: 3px solid rgba(36, 199, 214, 0.22);
  border-color: var(--cyan);
}

.span-2 {
  grid-column: 1 / -1;
}

.consent {
  display: flex;
  align-items: flex-start;
  gap: 0.65rem;
  margin: 1rem 0;
  color: #4d5b65;
  font-weight: 600;
}

.consent input {
  width: 18px;
  height: 18px;
  margin-top: 0.2rem;
}

.form-note {
  margin: 0.8rem 0 0;
  color: #64727d;
  font-size: 0.9rem;
}

.contact-list {
  display: grid;
  gap: 0.85rem;
  margin: 1.5rem 0;
}

.contact-list p {
  display: grid;
  gap: 0.18rem;
  margin: 0;
  padding-bottom: 0.85rem;
  border-bottom: 1px solid rgba(7, 20, 33, 0.1);
}

.contact-list strong {
  color: var(--navy);
}

.contact-list a {
  color: #087d8e;
  font-weight: 800;
}

.download-panel {
  padding: clamp(1.5rem, 4vw, 2.4rem);
}

.download-panel .button {
  margin-top: 1rem;
}

.download-panel .document-note {
  margin-top: 1.15rem;
  padding-top: 1.15rem;
  border-top: 1px solid rgba(7, 20, 33, 0.12);
  font-size: 0.9rem;
  line-height: 1.65;
}

.request-compliance-note {
  margin-top: 1.2rem;
  font-size: 0.86rem;
  line-height: 1.6;
}

.site-footer {
  background: #050b12;
  color: rgba(247, 250, 252, 0.82);
}

.footer-top {
  width: min(var(--max), calc(100% - 2rem));
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1.1fr 1.4fr 0.8fr;
  gap: 2rem;
  padding: 3rem 0;
}

.footer-brand img {
  width: 46px;
  height: 46px;
}

.footer-brand span {
  color: var(--white);
  font-weight: 800;
}

.footer-links {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.45rem 1.2rem;
}

.footer-links a,
.footer-contact a {
  color: rgba(247, 250, 252, 0.74);
}

.footer-contact {
  display: grid;
  align-content: start;
  gap: 0.5rem;
}

.footer-contact p {
  margin: 0;
}

.footer-bottom {
  width: min(var(--max), calc(100% - 2rem));
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  padding: 1.2rem 0;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  color: rgba(247, 250, 252, 0.56);
  font-size: 0.9rem;
}

/* Premium terminal design layer */
body {
  background:
    linear-gradient(180deg, #f3f7f8 0%, #e7eef2 46%, #f7fafc 100%);
}

.site-header {
  background:
    linear-gradient(90deg, rgba(5, 12, 20, 0.88), rgba(7, 20, 33, 0.72));
}

.site-header::before {
  content: "";
  position: absolute;
  inset: auto 0 0;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(36, 199, 214, 0.58), transparent);
}

.header-cta,
.button.primary {
  background: linear-gradient(135deg, #24c7d6 0%, #20b4c7 48%, #18a98f 100%);
  box-shadow: 0 14px 34px rgba(24, 169, 143, 0.26);
}

.button.secondary {
  border-color: rgba(36, 199, 214, 0.24);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(234, 243, 246, 0.96));
}

.button.glass {
  background: rgba(9, 25, 39, 0.62);
  border-color: rgba(36, 199, 214, 0.42);
}

.strong-cta {
  min-height: 54px;
  padding-inline: 1.25rem;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  font-size: 0.82rem;
}

.hero {
  isolation: isolate;
}

.hero-shade {
  background:
    linear-gradient(105deg, rgba(3, 8, 14, 0.96) 0%, rgba(5, 13, 22, 0.82) 42%, rgba(5, 13, 22, 0.38) 100%),
    linear-gradient(0deg, rgba(3, 8, 14, 0.92) 0%, rgba(3, 8, 14, 0.08) 56%),
    linear-gradient(135deg, rgba(36, 199, 214, 0.12), transparent 38%);
}

.hero-gridline {
  position: absolute;
  inset: 0;
  opacity: 0.22;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.08) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.08) 1px, transparent 1px),
    linear-gradient(115deg, transparent 0 48%, rgba(36, 199, 214, 0.18) 49%, transparent 50% 100%);
  background-size: 88px 88px, 88px 88px, 100% 100%;
  z-index: 1;
}

.hero-content {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(280px, 360px);
  gap: clamp(2rem, 5vw, 5rem);
  align-items: end;
  z-index: 2;
}

.hero-copy {
  min-width: 0;
}

.hero-copy h1 {
  text-wrap: balance;
}

.hero-data {
  position: relative;
  padding: 1.2rem;
  border: 1px solid rgba(36, 199, 214, 0.32);
  background:
    linear-gradient(135deg, rgba(7, 20, 33, 0.88), rgba(13, 31, 47, 0.68));
  box-shadow: 0 22px 70px rgba(0, 0, 0, 0.36);
  clip-path: polygon(0 0, 100% 0, 100% calc(100% - 26px), calc(100% - 26px) 100%, 0 100%);
}

.hero-data::before {
  content: "";
  position: absolute;
  inset: 0;
  border-left: 3px solid var(--cyan);
  pointer-events: none;
}

.hero-data span {
  display: block;
  color: var(--cyan);
  text-transform: uppercase;
  letter-spacing: 0.14em;
  font-size: 0.72rem;
  font-weight: 900;
}

.hero-data strong {
  display: block;
  margin-top: 0.55rem;
  color: var(--white);
  font-size: clamp(2.4rem, 5vw, 4rem);
  line-height: 0.95;
}

.hero-data p {
  color: rgba(247, 250, 252, 0.76);
}

.hero-data-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1px;
  margin-top: 1rem;
  background: rgba(255, 255, 255, 0.12);
}

.hero-data-grid em {
  min-height: 48px;
  display: grid;
  place-items: center;
  background: rgba(4, 12, 20, 0.72);
  color: rgba(247, 250, 252, 0.88);
  font-style: normal;
  font-weight: 800;
  font-size: 0.82rem;
}

.section {
  position: relative;
}

.surface {
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.96), rgba(229, 238, 242, 0.94)),
    repeating-linear-gradient(90deg, transparent 0 74px, rgba(7, 20, 33, 0.03) 75px 76px);
}

.image-panel {
  position: relative;
  border: 1px solid rgba(36, 199, 214, 0.18);
  background: #071421;
}

.image-panel::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(120deg, rgba(36, 199, 214, 0.14), transparent 32%),
    linear-gradient(0deg, rgba(4, 12, 20, 0.16), transparent 52%);
  pointer-events: none;
}

.diagonal-media {
  border-radius: 8px;
}

.diagonal-media::before {
  content: "";
  position: absolute;
  right: -1px;
  bottom: -1px;
  width: 58px;
  height: 58px;
  background: linear-gradient(135deg, transparent 0 49%, #e7eef2 50% 100%);
  z-index: 2;
  pointer-events: none;
}

.dark-section .diagonal-media::before,
.conversion-section .diagonal-media::before {
  background: linear-gradient(135deg, transparent 0 49%, #071421 50% 100%);
}

.metric-grid {
  box-shadow: 0 18px 44px rgba(0, 0, 0, 0.28);
}

.metric {
  background:
    linear-gradient(145deg, rgba(8, 22, 35, 0.98), rgba(12, 31, 48, 0.94));
}

.metric strong {
  color: #dff9ff;
}

.feature-grid article,
.code-card,
.download-panel,
.form-panel {
  position: relative;
  overflow: hidden;
  border-color: rgba(13, 31, 47, 0.12);
  background:
    linear-gradient(180deg, #ffffff 0%, #f5f9fb 100%);
}

.feature-grid article::before,
.code-card::before,
.download-panel::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  height: 3px;
  background: linear-gradient(90deg, var(--cyan), var(--teal));
}

.feature-grid article {
  min-height: 192px;
}

.code-card {
  min-height: 210px;
}

.code-card span {
  border: 1px solid rgba(36, 199, 214, 0.22);
}

.conversion-section {
  padding: clamp(3rem, 6vw, 5rem) 0;
  background:
    linear-gradient(135deg, rgba(5, 12, 20, 0.95), rgba(7, 20, 33, 0.98)),
    linear-gradient(115deg, transparent 0 55%, rgba(36, 199, 214, 0.14) 56%, transparent 57% 100%);
  color: var(--white);
}

.conversion-panel {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(300px, 420px);
  gap: clamp(1.5rem, 4vw, 4rem);
  align-items: center;
  padding: clamp(1.2rem, 3vw, 2rem);
  border: 1px solid rgba(36, 199, 214, 0.24);
  background:
    linear-gradient(135deg, rgba(11, 30, 46, 0.72), rgba(4, 12, 20, 0.74));
  box-shadow: var(--shadow);
  clip-path: polygon(0 0, 100% 0, 100% calc(100% - 34px), calc(100% - 34px) 100%, 0 100%);
}

.conversion-panel h2 {
  color: var(--white);
  max-width: 820px;
}

.conversion-panel p {
  max-width: 680px;
  color: rgba(247, 250, 252, 0.76);
}

.conversion-actions {
  display: grid;
  gap: 0.8rem;
}

.contact-list p {
  background: rgba(255, 255, 255, 0.58);
  padding: 0.85rem;
  border: 1px solid rgba(7, 20, 33, 0.08);
  border-radius: 6px;
}

@media (max-width: 1120px) {
  .site-header {
    grid-template-columns: auto auto 1fr;
  }

  .nav-toggle {
    display: block;
    justify-self: end;
  }

  .site-nav {
    position: fixed;
    top: 76px;
    left: 1rem;
    right: 1rem;
    display: none;
    grid-template-columns: 1fr;
    justify-items: start;
    gap: 0;
    padding: 0.8rem;
    background: rgba(7, 20, 33, 0.98);
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 8px;
    box-shadow: var(--shadow);
  }

  .site-nav.is-open {
    display: grid;
  }

  .site-nav a {
    width: 100%;
    padding: 0.75rem 0.65rem;
  }

  .header-cta {
    justify-self: end;
  }

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

  .hero-content,
  .conversion-panel {
    grid-template-columns: 1fr;
  }

  .hero-data {
    max-width: 480px;
  }
}

@media (max-width: 820px) {
  .site-header {
    grid-template-columns: auto auto;
  }

  .brand span {
    display: none;
  }

  .header-cta {
    display: none;
  }

  .site-nav .mobile-nav-cta {
    display: inline-flex;
    justify-content: center;
    width: 100%;
    margin-top: 0.65rem;
    color: #041018;
  }

  .hero,
  .page-hero {
    min-height: 72vh;
  }

  .hero-home {
    min-height: 88vh;
  }

  .hero-content {
    padding: 8rem 0 3.5rem;
  }

  .hero-data {
    padding: 1rem;
  }

  .hero-data strong {
    font-size: 2.35rem;
  }

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

  .hero-data-grid em {
    min-height: 42px;
    font-size: 0.72rem;
    text-align: center;
    padding: 0.3rem;
  }

  .split,
  .split.reverse,
  .form-layout {
    grid-template-columns: 1fr;
  }

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

  .feature-grid,
  .code-grid,
  .form-grid,
  .footer-top {
    grid-template-columns: 1fr;
  }

  .image-panel img {
    min-height: 320px;
  }

  .footer-bottom {
    align-items: flex-start;
    flex-direction: column;
  }

  .sticky-media {
    position: static;
  }

  .conversion-panel {
    clip-path: none;
  }
}

@media (max-width: 520px) {
  .hero-content h1,
  .page-hero .hero-content h1 {
    font-size: 2.45rem;
  }

  h2 {
    font-size: 2rem;
  }

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

  .hero-actions,
  .button-row {
    display: grid;
  }

  .button {
    width: 100%;
  }

  .hero-data-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
h1, h2, h3, h4, p, a, button, input, select, textarea, .brand strong, .section-kicker {
  letter-spacing: 0;
}
html,
body {
  max-width: 100%;
  overflow-x: hidden;
}
img,
picture,
table {
  max-width: 100%;
}
.table-wrap {
  max-width: 100%;
  overflow-x: auto;
}
.spec-table {
  width: 100%;
}
.site-header {
  min-height: 76px;
  padding: 0.7rem clamp(1rem, 3vw, 2.4rem);
  background:
    linear-gradient(90deg, rgba(4, 10, 17, 0.94), rgba(7, 19, 31, 0.84)),
    linear-gradient(180deg, rgba(255, 255, 255, 0.07), transparent);
  backdrop-filter: blur(18px);
  box-shadow: 0 18px 44px rgba(0, 0, 0, 0.18);
}
.site-header.is-scrolled {
  min-height: 68px;
  background: rgba(4, 10, 17, 0.96);
}
.site-nav {
  gap: clamp(0.55rem, 1.1vw, 1.05rem);
}
.site-nav a {
  position: relative;
  padding: 0.4rem 0;
  color: rgba(247, 250, 252, 0.78);
}
.site-nav a::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0.1rem;
  height: 1px;
  transform: scaleX(0);
  transform-origin: left;
  background: var(--cyan);
  transition: transform 180ms ease;
}
.site-nav a:hover::after,
.site-nav a[aria-current="page"]::after {
  transform: scaleX(1);
}
.header-cta,
.button.primary,
.strong-cta.button.primary {
  background: linear-gradient(135deg, #12d6e8, #48f0c8);
  color: #031018;
  border-color: rgba(72, 240, 200, 0.82);
  box-shadow: 0 14px 32px rgba(18, 214, 232, 0.2);
}
.header-cta:hover,
.button.primary:hover {
  transform: translateY(-1px);
  box-shadow: 0 18px 42px rgba(18, 214, 232, 0.28);
}
.button.secondary {
  border-color: rgba(7, 20, 33, 0.22);
}
.button.glass {
  border-color: rgba(255, 255, 255, 0.24);
  background: rgba(255, 255, 255, 0.08);
}
.language-switcher {
  display: inline-flex;
  align-items: center;
  gap: 0.25rem;
  margin-left: 0.65rem;
  padding-left: 0.65rem;
  border-left: 1px solid rgba(255, 255, 255, 0.16);
}
.language-switcher a {
  padding: 0.22rem 0.34rem;
  border-radius: 4px;
  color: rgba(247, 250, 252, 0.72);
  font-weight: 800;
  font-size: 0.72rem;
}
.language-switcher a[aria-current="true"] {
  color: #041018;
  background: var(--cyan);
}
.hero {
  background: #03080e;
  min-height: 76vh;
}
.hero-home {
  min-height: 100svh;
}
.page-hero {
  min-height: 70vh;
}
.hero-media img {
  filter: brightness(1.04) contrast(1.08) saturate(0.95);
  transform: scale(1.02);
}
.hero-shade {
  background:
    linear-gradient(90deg, rgba(3, 18, 34, 0.92) 0%, rgba(3, 18, 34, 0.68) 34%, rgba(3, 18, 34, 0.18) 70%, rgba(3, 18, 34, 0.04) 100%),
    radial-gradient(circle at 78% 20%, rgba(62, 147, 218, 0.055), transparent 31%),
    linear-gradient(0deg, rgba(2, 8, 14, 0.12), transparent 44%);
}
.hero::after {
  content: "";
  position: absolute;
  right: -8vw;
  bottom: -1px;
  width: 52vw;
  height: 34vh;
  background: linear-gradient(135deg, transparent 0 48%, rgba(7, 20, 33, 0.08) 49% 100%);
  pointer-events: none;
  z-index: 1;
}
.hero-cut {
  position: absolute;
  inset: auto 0 0 0;
  height: clamp(76px, 12vh, 150px);
  background:
    linear-gradient(180deg, transparent, rgba(2, 6, 10, 0.12)),
    linear-gradient(135deg, transparent 0 55%, rgba(18, 214, 232, 0.06) 55% 56%, transparent 56% 100%);
  z-index: 1;
  pointer-events: none;
}
.hero-content {
  z-index: 2;
  gap: clamp(1.75rem, 6vw, 5rem);
  padding-bottom: clamp(4.4rem, 8vh, 7rem);
}
.hero-copy h1 {
  max-width: 960px;
  line-height: 0.86;
  font-weight: 900;
}
.hero-home .hero-copy h1 {
  font-size: clamp(4.1rem, 9.1vw, 8.9rem);
}
.hero-lead {
  max-width: 820px;
  font-size: clamp(1.05rem, 1.6vw, 1.35rem);
  color: rgba(247, 250, 252, 0.88);
}
.hero-actions {
  margin-top: clamp(1.6rem, 3vw, 2.4rem);
}
.hero-actions .button {
  min-height: 58px;
  padding-inline: 1.45rem;
}
.hero-proof-rail {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  max-width: 760px;
  margin-top: clamp(1.5rem, 3vw, 2.4rem);
  border-top: 1px solid rgba(247, 250, 252, 0.18);
  border-bottom: 1px solid rgba(247, 250, 252, 0.12);
  background: linear-gradient(90deg, rgba(255, 255, 255, 0.045), rgba(255, 255, 255, 0.012));
}
.hero-proof-rail span {
  min-height: 76px;
  display: grid;
  align-content: center;
  gap: 0.25rem;
  padding: 0.85rem 1rem;
  border-right: 1px solid rgba(247, 250, 252, 0.12);
}
.hero-proof-rail span:last-child {
  border-right: 0;
}
.hero-proof-rail em {
  color: rgba(247, 250, 252, 0.58);
  font-style: normal;
  font-weight: 850;
  font-size: 0.7rem;
  text-transform: uppercase;
}
.hero-proof-rail strong {
  color: #dff9ff;
  font-size: clamp(1.15rem, 2vw, 1.65rem);
  line-height: 1;
}

.page-hero .hero-proof-rail {
  display: none;
}

.hero-data {
  border: 1px solid rgba(190, 214, 224, 0.2);
  background:
    linear-gradient(135deg, rgba(3, 11, 18, 0.86), rgba(7, 20, 33, 0.58)),
    linear-gradient(180deg, rgba(255, 255, 255, 0.08), transparent);
  box-shadow: 0 30px 80px rgba(0, 0, 0, 0.36);
  clip-path: polygon(0 0, 94% 0, 100% 11%, 100% 100%, 0 100%);
}
.hero-data strong {
  font-size: clamp(3rem, 5vw, 4.7rem);
}
.hero-data-grid em {
  background: rgba(2, 8, 14, 0.38);
}
.section {
  scroll-margin-top: 92px;
  padding-top: clamp(4.5rem, 8vw, 7.5rem);
  padding-bottom: clamp(4.5rem, 8vw, 7.5rem);
}
.section-heading {
  max-width: 860px;
  margin-bottom: clamp(1.5rem, 3vw, 2.3rem);
}
.section-heading p:not(.section-kicker) {
  color: var(--muted);
  font-size: 1.04rem;
}
.stats-band {
  margin-top: -1px;
}
.metric-grid {
  border: 1px solid rgba(190, 214, 224, 0.14);
}
.metric,
.terminal-data-grid article,
.fit-grid article {
  transition: transform 180ms ease, border-color 180ms ease, box-shadow 180ms ease;
}
.metric:hover,
.terminal-data-grid article:hover,
.fit-grid article:hover,
.feature-grid article:hover,
.code-card:hover {
  transform: translateY(-3px);
  border-color: rgba(18, 214, 232, 0.34);
  box-shadow: 0 18px 38px rgba(0, 0, 0, 0.14);
}
.terminal-data-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  border: 1px solid rgba(7, 20, 33, 0.12);
  background: #f8fafb;
}
.terminal-data-grid article {
  min-height: 142px;
  padding: clamp(1rem, 2.2vw, 1.45rem);
  display: grid;
  align-content: space-between;
  border-right: 1px solid rgba(7, 20, 33, 0.1);
  border-bottom: 1px solid rgba(7, 20, 33, 0.1);
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.96), rgba(235, 241, 244, 0.92));
}
.terminal-data-grid strong {
  color: var(--navy);
  font-size: clamp(1.65rem, 3vw, 2.7rem);
  line-height: 1;
}
.terminal-data-grid span {
  color: var(--muted);
  font-weight: 750;
  text-transform: uppercase;
  font-size: 0.78rem;
}
.why-section {
  position: relative;
  overflow: hidden;
}
.why-section .split {
  align-items: start;
}
.why-section .image-panel {
  min-height: 300px;
  margin-bottom: 1rem;
}
.why-section .feature-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1px;
}
.why-section .feature-grid article {
  min-height: 160px;
  background: rgba(255, 255, 255, 0.06);
  border-color: rgba(255, 255, 255, 0.1);
}
.dark-section .feature-grid article h3,
.why-section .feature-grid article h3 {
  color: #f7fafc;
}
.dark-section .feature-grid article p,
.why-section .feature-grid article p {
  color: rgba(247, 250, 252, 0.7);
}
.operational-fit {
  border-top: 1px solid rgba(7, 20, 33, 0.08);
  border-bottom: 1px solid rgba(7, 20, 33, 0.08);
}
.fit-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1px;
  background: rgba(7, 20, 33, 0.12);
  border: 1px solid rgba(7, 20, 33, 0.12);
}
.fit-grid article {
  min-height: 220px;
  padding: clamp(1rem, 2.4vw, 1.55rem);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(242, 246, 248, 0.96));
}
.fit-grid article span {
  color: var(--cyan-dark);
  font-weight: 900;
  font-size: 0.8rem;
}
.fit-grid article h3 {
  margin: 1.25rem 0 0.55rem;
  color: var(--navy);
}
.fit-grid article p {
  color: var(--muted);
}
.customs-use {
  background:
    linear-gradient(180deg, #ffffff, #edf3f5);
}
.dark-section {
  background:
    linear-gradient(180deg, #02070c, #071421);
}
.surface {
  background:
    linear-gradient(180deg, #eef3f5, #e2eaed);
}
.image-panel {
  background: #071421;
  box-shadow: 0 28px 70px rgba(5, 14, 24, 0.16);
}
.image-panel img {
  filter: brightness(1.04) contrast(1.08) saturate(0.95);
}
.image-panel::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(135deg, rgba(2, 8, 14, 0.02), rgba(18, 214, 232, 0.012) 48%, rgba(2, 8, 14, 0.035));
  pointer-events: none;
}
.conversion-section {
  background:
    linear-gradient(118deg, #030a12 0%, #081827 58%, #0d3040 100%);
}
.conversion-panel {
  border: 1px solid rgba(255, 255, 255, 0.13);
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0.025));
}
.final-close {
  background:
    linear-gradient(120deg, rgba(3, 9, 15, 0.96), rgba(8, 25, 39, 0.92)),
    linear-gradient(135deg, transparent 0 50%, rgba(18, 214, 232, 0.12) 50% 100%);
  color: #f7fafc;
  padding: clamp(3rem, 7vw, 6rem) 0;
}
.closing-panel,
.footer-cta {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(300px, 420px);
  gap: clamp(1.5rem, 4vw, 3rem);
  align-items: center;
}
.closing-panel {
  padding: clamp(1.4rem, 4vw, 2.4rem);
  border: 1px solid rgba(255, 255, 255, 0.12);
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0.02));
  clip-path: polygon(0 0, 97% 0, 100% 18%, 100% 100%, 0 100%);
}
.closing-panel h2 {
  color: #f7fafc;
  max-width: 860px;
}
.closing-panel p {
  color: rgba(247, 250, 252, 0.74);
}
.form-panel {
  padding: clamp(1.05rem, 2.5vw, 1.6rem);
  background:
    linear-gradient(180deg, #ffffff, #f2f6f8);
  border: 1px solid rgba(7, 20, 33, 0.12);
  box-shadow: 0 28px 70px rgba(5, 14, 24, 0.12);
}
.form-section {
  margin: 0 0 1rem;
  padding: 1rem;
  border: 1px solid rgba(7, 20, 33, 0.1);
  background: rgba(255, 255, 255, 0.72);
}
.form-section legend {
  padding: 0 0.45rem;
  color: var(--navy);
  font-weight: 900;
  text-transform: uppercase;
  font-size: 0.77rem;
}
.form-section .form-grid {
  margin-top: 0.35rem;
}
.form-microcopy {
  margin: 0.9rem 0 0;
  color: var(--muted);
  font-size: 0.92rem;
  line-height: 1.55;
}
.form-panel button[type="submit"] {
  width: 100%;
  justify-content: center;
  margin-top: 0.2rem;
}
.site-footer {
  background:
    linear-gradient(180deg, #050b12, #020509);
}
.footer-cta {
  width: min(var(--max), calc(100% - 2rem));
  margin: 0 auto;
  padding: clamp(2rem, 5vw, 3.2rem) 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.footer-cta h2 {
  color: #f7fafc;
}
.footer-cta p:not(.section-kicker) {
  color: rgba(247, 250, 252, 0.72);
}
.footer-top {
  grid-template-columns: minmax(220px, 1.25fr) minmax(240px, 1fr) minmax(210px, 0.9fr) minmax(220px, 1fr);
  gap: clamp(1.5rem, 4vw, 3rem);
}
.footer-terminal-data ul {
  list-style: none;
  display: grid;
  gap: 0.65rem;
  margin: 0.75rem 0 0;
  padding: 0;
}
.footer-terminal-data li {
  display: grid;
  grid-template-columns: 88px 1fr;
  gap: 0.75rem;
  align-items: baseline;
  padding-bottom: 0.65rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}
.footer-terminal-data strong {
  color: var(--cyan);
}
.footer-terminal-data span {
  color: rgba(247, 250, 252, 0.7);
}
.footer-links a:hover,
.footer-contact a:hover {
  color: var(--cyan);
}
.reveal-candidate {
  opacity: 0;
  transform: translateY(18px);
  transition: opacity 560ms ease, transform 560ms ease;
}
.reveal-candidate.is-visible {
  opacity: 1;
  transform: translateY(0);
}
@media (prefers-reduced-motion: reduce) {
  .reveal-candidate,
  .metric,
  .feature-grid article,
  .code-card,
  .terminal-data-grid article,
  .fit-grid article {
    opacity: 1;
    transform: none;
    transition: none;
  }
}
@media (max-width: 1120px) {
  .language-switcher {
    width: 100%;
    margin: 0.5rem 0 0;
    padding: 0.7rem 0.65rem 0;
  }
  .terminal-data-grid,
  .fit-grid,
  .footer-top,
  .closing-panel,
  .footer-cta {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .why-section .feature-grid {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 820px) {
  .site-header {
    min-height: 68px;
  }
  .hero-media img {
    filter: brightness(1.04) contrast(1.08) saturate(0.95);
  }
  .hero-shade {
    background:
      linear-gradient(180deg, rgba(2, 14, 27, 0.68) 0%, rgba(2, 14, 27, 0.44) 44%, rgba(2, 14, 27, 0.2) 100%),
      linear-gradient(90deg, rgba(2, 14, 27, 0.56), rgba(2, 14, 27, 0.06) 82%);
  }
  .hero-home,
  .page-hero {
    min-height: auto;
  }
  .hero-content {
    padding-top: 8.8rem;
  }
  .hero-copy h1 {
    line-height: 1.02;
  }
  .hero-data {
    clip-path: none;
  }
  .hero-proof-rail {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    max-width: none;
  }
  .hero-proof-rail span:nth-child(2) {
    border-right: 0;
  }
  .terminal-data-grid,
  .fit-grid,
  .closing-panel,
  .footer-cta,
  .footer-top {
    grid-template-columns: 1fr;
  }
  .terminal-data-grid article,
  .fit-grid article {
    min-height: auto;
  }
  .form-section {
    padding: 0.85rem;
  }
  .closing-panel {
    clip-path: none;
  }
}
@media (max-width: 520px) {
  .hero-copy h1,
  .hero-home .hero-copy h1,
  .page-hero .hero-content h1 {
    font-size: 2.06rem;
    line-height: 1.08;
  }
  .hero-lead {
    font-size: 1rem;
  }
  .hero-proof-rail span {
    min-height: 62px;
    padding: 0.75rem;
  }
  .hero-proof-rail strong {
    font-size: 1.18rem;
  }
  .hero-actions .button,
  .button-row .button,
  .conversion-actions .button,
  .footer-cta .button {
    width: 100%;
    justify-content: center;
  }
  .footer-terminal-data li {
    grid-template-columns: 1fr;
  }
}

/* Final webmaster handoff polish: readability, scanability and CTA clarity. */
.hero-media img {
  filter: brightness(1.07) contrast(1.11) saturate(0.98);
}

.image-panel img {
  filter: brightness(1.06) contrast(1.1) saturate(0.98);
}

.hero-shade {
  background:
    linear-gradient(90deg, rgba(3, 18, 34, 0.94) 0%, rgba(3, 18, 34, 0.72) 32%, rgba(3, 18, 34, 0.22) 68%, rgba(3, 18, 34, 0.06) 100%),
    radial-gradient(circle at 78% 20%, rgba(62, 147, 218, 0.07), transparent 31%),
    linear-gradient(0deg, rgba(2, 8, 14, 0.16), transparent 44%);
}

.hero-copy {
  max-width: 980px;
}

.hero-copy h1,
.page-hero .hero-content h1 {
  line-height: 0.92;
  text-wrap: balance;
  text-shadow: 0 18px 46px rgba(0, 0, 0, 0.42);
}

.hero-lead {
  max-width: 760px;
  color: rgba(247, 250, 252, 0.94);
  line-height: 1.58;
  text-shadow: 0 10px 28px rgba(0, 0, 0, 0.36);
}

.section h2 {
  text-wrap: balance;
}

.section p,
.feature-grid article p,
.code-card p,
.fit-grid article p,
.terminal-data-grid span {
  line-height: 1.62;
}

.section-kicker {
  color: var(--teal);
  font-weight: 900;
}

.dark-section .section-kicker,
.conversion-section .section-kicker,
.final-close .section-kicker,
.site-footer .section-kicker {
  color: #48f0c8;
}

.feature-grid article,
.code-card,
.metric,
.terminal-data-grid article,
.fit-grid article {
  position: relative;
}

.feature-grid article::before,
.code-card::after,
.terminal-data-grid article::before,
.fit-grid article::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 3px;
  background: linear-gradient(180deg, var(--cyan), rgba(24, 169, 143, 0.18));
  opacity: 0.78;
}

.feature-grid article h3,
.code-card h3,
.fit-grid article h3 {
  line-height: 1.18;
  text-wrap: balance;
}

.feature-grid article p,
.code-card p,
.fit-grid article p {
  color: #526071;
}

.dark-section .feature-grid article p,
.why-section .feature-grid article p {
  color: rgba(247, 250, 252, 0.78);
}

.metric {
  min-height: 158px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.075), rgba(255, 255, 255, 0.028)),
    rgba(7, 20, 33, 0.72);
}

.metric strong {
  color: #e7fbff;
  letter-spacing: 0;
}

.metric span {
  color: rgba(247, 250, 252, 0.76);
  max-width: 220px;
}

.terminal-data-grid article,
.fit-grid article,
.code-card {
  border-color: rgba(7, 20, 33, 0.13);
}

.terminal-data-grid strong {
  color: #071421;
  letter-spacing: 0;
}

.terminal-data-grid span {
  color: #5c6978;
}

.code-card span,
.fit-grid article span {
  display: inline-flex;
  width: max-content;
  min-height: 28px;
  align-items: center;
  padding: 0.2rem 0.55rem;
  border-radius: 999px;
  background: rgba(18, 214, 232, 0.11);
  color: #075966;
}

.conversion-panel,
.closing-panel,
.footer-cta {
  box-shadow: 0 30px 80px rgba(0, 0, 0, 0.2);
}

.button.primary,
.strong-cta.button.primary,
.form-panel button[type="submit"] {
  min-height: 54px;
  padding-inline: 1.35rem;
  font-weight: 900;
  box-shadow: 0 18px 42px rgba(18, 214, 232, 0.24), inset 0 1px 0 rgba(255, 255, 255, 0.4);
}

.button.secondary,
.button.glass {
  min-height: 52px;
}

.button.secondary {
  color: #071421;
  border-color: rgba(7, 20, 33, 0.28);
}

.hero-proof-rail,
.hero-data,
.conversion-panel,
.closing-panel {
  backdrop-filter: blur(8px);
}

@media (max-width: 820px) {
  .hero-shade {
    background:
      linear-gradient(180deg, rgba(3, 18, 34, 0.92) 0%, rgba(3, 18, 34, 0.74) 46%, rgba(3, 18, 34, 0.34) 100%),
      linear-gradient(90deg, rgba(3, 18, 34, 0.74), rgba(3, 18, 34, 0.18));
  }

  .hero-copy h1,
  .hero-home .hero-copy h1,
  .page-hero .hero-content h1 {
    line-height: 0.98;
  }

  .hero-lead {
    font-size: 1.04rem;
  }

  .metric {
    min-height: 132px;
  }

  .feature-grid article,
  .code-card,
  .terminal-data-grid article,
  .fit-grid article {
    padding: 1.15rem;
  }
}

@media (max-width: 520px) {
  .hero-content {
    padding-top: 7.5rem;
  }

  .hero-copy h1,
  .hero-home .hero-copy h1,
  .page-hero .hero-content h1 {
    font-size: clamp(2.65rem, 14vw, 3.8rem);
  }

  .hero-lead {
    line-height: 1.54;
  }

  .hero-actions,
  .button-row,
  .conversion-actions {
    gap: 0.7rem;
  }

  .button.primary,
  .strong-cta.button.primary,
  .button.secondary,
  .button.glass {
    width: 100%;
    min-height: 54px;
  }

  .section {
    padding-top: 3.5rem;
    padding-bottom: 3.5rem;
  }

  .metric strong,
  .terminal-data-grid strong {
    font-size: clamp(2rem, 13vw, 3rem);
  }
}

/* Conversion-page refinement: move qualified visitors into the form faster. */
.request-hero {
  min-height: 540px;
}

.request-hero .hero-content {
  grid-template-columns: minmax(0, 860px);
  align-items: end;
  padding-top: 8.5rem;
  padding-bottom: 3.6rem;
}

.request-hero .hero-copy {
  max-width: 860px;
}

.request-hero .hero-content h1 {
  max-width: 820px;
  font-size: clamp(3.25rem, 5.6vw, 5.7rem);
  line-height: 0.96;
}

.request-hero .hero-shade {
  background:
    linear-gradient(90deg, rgba(3, 18, 34, 0.94) 0%, rgba(3, 18, 34, 0.72) 38%, rgba(3, 18, 34, 0.16) 76%, rgba(3, 18, 34, 0.04) 100%),
    linear-gradient(0deg, rgba(2, 8, 14, 0.16), transparent 46%);
}

.request-form-section {
  padding-top: clamp(3.25rem, 6vw, 5rem);
}

#request-form {
  scroll-margin-top: 6rem;
}

.form-required-note {
  margin: 0 0 1rem;
  color: #5c6978;
  font-size: 0.86rem;
}

.form-required-note span,
.required-marker {
  color: #087f85;
  font-weight: 900;
}

.required-marker {
  position: absolute;
  top: 0;
  right: 0.1rem;
}

@media (max-width: 820px) {
  .request-hero {
    min-height: 590px;
  }

  .request-hero .hero-content {
    display: block;
    padding-top: 7.4rem;
    padding-bottom: 2.6rem;
  }

  .request-hero .hero-content h1 {
    max-width: 680px;
    font-size: clamp(2.75rem, 10vw, 4.4rem);
  }

  .request-form-section .form-layout {
    gap: 2.25rem;
  }

  .request-form-section .form-layout > div:last-child {
    order: -1;
  }

  .request-form-section.reveal-candidate,
  .request-form-section .form-panel.reveal-candidate {
    opacity: 1;
    transform: none;
  }
}

@media (max-width: 520px) {
  .request-hero {
    min-height: 570px;
  }

  .request-hero .hero-content {
    padding-top: 7rem;
    padding-bottom: 2.35rem;
  }

  .request-hero .hero-content h1 {
    font-size: clamp(2.55rem, 12.4vw, 3.15rem);
    line-height: 1;
  }

  .request-hero .hero-lead {
    font-size: 0.98rem;
  }

  .request-form-section {
    padding-top: 2.6rem;
  }

  .request-form-section .form-layout > div:first-child h2 {
    font-size: clamp(2rem, 10vw, 2.55rem);
  }

  .request-form-section .check-list {
    gap: 0.65rem;
    margin-block: 1.15rem 1.4rem;
  }

  .request-form-section .check-list li {
    line-height: 1.42;
  }
}

/* Homepage refinement: editorial hierarchy, technical rhythm, and conversion focus. */
.mobile-nav-cta {
  display: none;
}

body[data-page="index.html"] .hero-home {
  min-height: clamp(820px, 94svh, 940px);
}

body[data-page="index.html"] .hero-home .hero-content {
  grid-template-columns: minmax(0, 1fr);
  align-items: end;
  gap: 1.75rem;
  padding-top: clamp(9rem, 15vh, 10.5rem);
  padding-bottom: clamp(2rem, 4vh, 2.8rem);
}

body[data-page="index.html"] .hero-home .hero-copy {
  max-width: 800px;
}

body[data-page="index.html"] .hero-home .hero-copy h1 {
  max-width: 800px;
  font-size: clamp(4.1rem, 6.65vw, 6.65rem);
  line-height: 0.92;
}

body[data-page="index.html"] .hero-home .hero-lead {
  max-width: 660px;
  font-size: clamp(1.04rem, 1.3vw, 1.2rem);
}

body[data-page="index.html"] .hero-home .hero-proof-rail {
  display: none;
}

body[data-page="index.html"] .hero-home .hero-data {
  width: 100%;
  max-width: 1160px;
  min-height: 148px;
  margin-top: 0.35rem;
  padding: 0;
  display: grid;
  grid-template-columns: minmax(300px, 0.92fr) minmax(420px, 1.25fr) minmax(320px, 1fr);
  align-items: stretch;
  justify-self: start;
  clip-path: none;
  overflow: hidden;
  border-color: rgba(77, 218, 225, 0.36);
  background:
    linear-gradient(180deg, rgba(12, 29, 43, 0.92), rgba(3, 13, 22, 0.92));
  box-shadow: 0 26px 64px rgba(0, 0, 0, 0.34);
  font-variant-numeric: tabular-nums;
}

body[data-page="index.html"] .hero-home .hero-data-primary,
body[data-page="index.html"] .hero-home .hero-expansion {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 1.35rem 1.55rem;
}

body[data-page="index.html"] .hero-home .hero-data-primary {
  border-right: 1px solid rgba(255, 255, 255, 0.11);
  background:
    linear-gradient(115deg, rgba(16, 52, 68, 0.28), rgba(4, 14, 24, 0.08));
}

body[data-page="index.html"] .hero-home .hero-data-primary > span,
body[data-page="index.html"] .hero-home .hero-expansion > span {
  display: block;
  color: var(--cyan);
  text-transform: uppercase;
  letter-spacing: 0;
  font-size: 0.72rem;
  font-weight: 900;
}

body[data-page="index.html"] .hero-home .hero-data-primary > strong {
  display: block;
  margin-top: 0.5rem;
  color: var(--white);
  font-size: clamp(3rem, 3.8vw, 3.85rem);
  line-height: 0.95;
  white-space: nowrap;
}

body[data-page="index.html"] .hero-home .hero-data-primary > p,
body[data-page="index.html"] .hero-home .hero-expansion > p {
  margin: 0.5rem 0 0;
  color: rgba(247, 250, 252, 0.72);
  font-size: 0.8rem;
  line-height: 1.3;
}

body[data-page="index.html"] .hero-home .hero-data-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0;
  margin: 0;
  border: 0;
  background: rgba(255, 255, 255, 0.018);
}

body[data-page="index.html"] .hero-home .hero-data-grid em {
  min-height: 74px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  gap: 0.38rem;
  padding: 0.9rem 1.05rem;
  border-right: 1px solid rgba(255, 255, 255, 0.09);
  border-bottom: 1px solid rgba(255, 255, 255, 0.09);
  background: rgba(255, 255, 255, 0.018);
}

body[data-page="index.html"] .hero-home .hero-data-grid em:nth-child(even) {
  border-right: 0;
}

body[data-page="index.html"] .hero-home .hero-data-grid em:nth-last-child(-n + 2) {
  border-bottom: 0;
}

body[data-page="index.html"] .hero-home .hero-data-grid em strong {
  display: block;
  margin: 0;
  color: var(--white);
  font-size: 1.42rem;
  line-height: 1;
  white-space: nowrap;
}

body[data-page="index.html"] .hero-home .hero-data-grid em small {
  color: rgba(247, 250, 252, 0.64);
  font-size: 0.65rem;
  font-weight: 800;
  font-style: normal;
  line-height: 1.2;
  text-transform: uppercase;
}

body[data-page="index.html"] .hero-home .hero-expansion {
  position: relative;
  border-left: 1px solid rgba(77, 218, 225, 0.3);
  background:
    linear-gradient(135deg, rgba(36, 199, 214, 0.18), rgba(24, 169, 143, 0.05)),
    linear-gradient(180deg, rgba(255, 255, 255, 0.035), transparent 60%);
}

body[data-page="index.html"] .hero-home .hero-expansion::before {
  content: "";
  position: absolute;
  inset: 0 auto 0 0;
  width: 4px;
  background: linear-gradient(180deg, var(--cyan), var(--teal));
}

body[data-page="index.html"] .hero-home .hero-expansion > strong {
  display: block;
  margin-top: 0.55rem;
  color: var(--white);
  font-size: clamp(2.15rem, 2.7vw, 2.75rem);
  line-height: 1;
  white-space: nowrap;
}

body[data-page="index.html"] .hero-home .hero-media img {
  object-position: center 48%;
  filter: brightness(1.1) contrast(1.1) saturate(0.96);
}

body[data-page="index.html"] .hero-home .hero-shade {
  background:
    linear-gradient(90deg, rgba(3, 18, 34, 0.92) 0%, rgba(3, 18, 34, 0.68) 32%, rgba(3, 18, 34, 0.14) 67%, rgba(3, 18, 34, 0.015) 100%),
    linear-gradient(0deg, rgba(2, 8, 14, 0.2), transparent 48%);
}

body[data-page="index.html"] .section {
  padding-top: clamp(4rem, 6vw, 5.8rem);
  padding-bottom: clamp(4rem, 6vw, 5.8rem);
}

body[data-page="index.html"] .home-intro .split {
  grid-template-columns: minmax(0, 0.96fr) minmax(500px, 1.04fr);
  align-items: center;
  gap: clamp(2.8rem, 4.5vw, 4.5rem);
}

body[data-page="index.html"] .home-intro .image-panel {
  min-height: 500px;
}

body[data-page="index.html"] .home-intro .split > div:first-child {
  max-width: 580px;
}

body[data-page="index.html"] .home-intro {
  padding-top: clamp(3.8rem, 5vw, 4.8rem);
  padding-bottom: clamp(3.8rem, 5vw, 4.8rem);
}

body[data-page="index.html"] .home-intro p:not(.section-kicker) {
  max-width: 590px;
  color: #435363;
  font-size: 1.02rem;
  line-height: 1.68;
}

body[data-page="index.html"] .home-intro p:not(.section-kicker) + p {
  margin-top: 0.9rem;
}

body[data-page="index.html"] .home-intro .button-row {
  gap: 0.55rem;
}

body[data-page="index.html"] .home-intro .button-row .button {
  padding-inline: 1rem;
}

body[data-page="index.html"] .home-aerial {
  position: relative;
  overflow: hidden;
  background:
    linear-gradient(135deg, rgba(21, 197, 207, 0.08), transparent 34%),
    linear-gradient(180deg, #06111c, #0a1825);
}

body[data-page="index.html"] .home-aerial::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.025) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.025) 1px, transparent 1px);
  background-size: 56px 56px;
  mask-image: linear-gradient(180deg, rgba(0, 0, 0, 0.52), transparent 72%);
  pointer-events: none;
}

body[data-page="index.html"] .home-aerial .container {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 1.58fr) minmax(310px, 0.72fr);
  column-gap: clamp(1.25rem, 2.2vw, 2rem);
}

body[data-page="index.html"] .home-aerial-heading {
  grid-column: 1 / -1;
  display: grid;
  grid-template-columns: minmax(0, 1.25fr) minmax(320px, 0.75fr);
  align-items: end;
  gap: clamp(2.5rem, 6vw, 6rem);
}

body[data-page="index.html"] .home-aerial-heading h2 {
  max-width: 820px;
  margin-bottom: 0;
}

body[data-page="index.html"] .home-aerial-heading > div:last-child {
  padding-top: 1.25rem;
  border-top: 1px solid rgba(72, 240, 200, 0.38);
}

body[data-page="index.html"] .home-aerial-heading > div:last-child p {
  margin: 0 0 1.5rem;
  color: rgba(247, 250, 252, 0.8);
}

body[data-page="index.html"] .home-aerial-figure {
  grid-column: 1;
  position: relative;
  min-height: clamp(380px, 34vw, 455px);
  margin: clamp(2.2rem, 4vw, 3.4rem) 0 0;
  overflow: hidden;
  border: 1px solid rgba(72, 240, 200, 0.24);
  background: #071421;
  box-shadow: 0 30px 80px rgba(0, 0, 0, 0.3);
  clip-path: polygon(0 0, 100% 0, 100% calc(100% - 34px), calc(100% - 34px) 100%, 0 100%);
}

body[data-page="index.html"] .home-aerial-figure picture,
body[data-page="index.html"] .home-aerial-figure img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

body[data-page="index.html"] .home-aerial-figure img {
  object-fit: cover;
  object-position: 34% 58%;
  filter: brightness(1.04) contrast(1.09) saturate(0.78);
  transform: scale(1.06);
}

body[data-page="index.html"] .home-aerial-figure::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(4, 17, 29, 0.04), transparent 42%),
    linear-gradient(0deg, rgba(3, 18, 34, 0.24), transparent 34%);
  pointer-events: none;
}

body[data-page="index.html"] .home-aerial-figure figcaption {
  position: absolute;
  z-index: 1;
  left: 1.25rem;
  bottom: 1.2rem;
  max-width: calc(100% - 4rem);
  padding: 0.7rem 0.9rem;
  border-left: 2px solid #48f0c8;
  background: rgba(3, 18, 34, 0.78);
  color: rgba(255, 255, 255, 0.86);
  font-size: 0.75rem;
  font-weight: 700;
  text-transform: uppercase;
}

body[data-page="index.html"] .home-aerial-data {
  grid-column: 2;
  align-self: stretch;
  display: grid;
  grid-template-columns: 1fr;
  gap: 1px;
  margin-top: clamp(2.2rem, 4vw, 3.4rem);
  border: 1px solid rgba(72, 240, 200, 0.2);
  background: rgba(72, 240, 200, 0.2);
}

body[data-page="index.html"] .home-aerial-data article {
  min-height: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 1.35rem 1.55rem;
  background:
    linear-gradient(115deg, rgba(28, 197, 207, 0.08), transparent 58%),
    rgba(6, 17, 28, 0.97);
}

body[data-page="index.html"] .home-aerial-data strong {
  color: #ffffff;
  font-size: clamp(2rem, 3vw, 3rem);
  line-height: 1;
}

body[data-page="index.html"] .home-aerial-data span {
  margin-top: 0.65rem;
  color: rgba(247, 250, 252, 0.7);
  font-size: 0.78rem;
  font-weight: 700;
  text-transform: uppercase;
}

body[data-page="index.html"] .home-plant-context {
  grid-column: 1 / -1;
  display: grid;
  grid-template-columns: minmax(280px, 0.68fr) minmax(0, 1.32fr);
  align-items: center;
  gap: clamp(2.5rem, 6vw, 5.5rem);
  margin-top: clamp(2.5rem, 4vw, 3.5rem);
  padding-top: clamp(2.2rem, 3.5vw, 3rem);
  border-top: 1px solid rgba(72, 240, 200, 0.24);
}

body[data-page="index.html"] .home-plant-context h3 {
  margin: 0 0 1rem;
  color: #ffffff;
  font-size: clamp(1.75rem, 3vw, 2.65rem);
  line-height: 1.08;
}

body[data-page="index.html"] .home-plant-context > div > p:last-child {
  color: rgba(247, 250, 252, 0.76);
}

body[data-page="index.html"] .home-plant-context figure {
  position: relative;
  min-height: 350px;
  margin: 0;
  overflow: hidden;
  border: 1px solid rgba(72, 240, 200, 0.2);
  background: #071421;
  box-shadow: 0 26px 64px rgba(0, 0, 0, 0.28);
}

body[data-page="index.html"] .home-plant-context picture,
body[data-page="index.html"] .home-plant-context img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

body[data-page="index.html"] .home-plant-context img {
  object-fit: cover;
  object-position: 52% center;
  filter: brightness(1.07) contrast(1.08) saturate(0.76);
}

body[data-page="index.html"] .home-plant-context figure::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(rgba(5, 20, 35, 0.11), rgba(5, 20, 35, 0.11)),
    linear-gradient(120deg, rgba(7, 32, 48, 0.1), transparent 48%),
    linear-gradient(0deg, rgba(3, 18, 34, 0.32), transparent 36%);
  pointer-events: none;
}

body[data-page="index.html"] .home-plant-context figcaption,
body[data-page="index.html"] .home-location-media figcaption {
  position: absolute;
  z-index: 1;
  left: 1rem;
  bottom: 1rem;
  max-width: calc(100% - 2rem);
  padding: 0.6rem 0.75rem;
  border-left: 2px solid #48f0c8;
  background: rgba(3, 18, 34, 0.8);
  color: rgba(255, 255, 255, 0.84);
  font-size: 0.7rem;
  font-weight: 700;
  text-transform: uppercase;
}

body[data-page="index.html"] .home-product-scope h2,
body[data-page="index.html"] .operational-fit .section-heading {
  max-width: 850px;
}

body[data-page="index.html"] .home-aerial-heading h2,
body[data-page="index.html"] .home-product-scope h2,
body[data-page="index.html"] .why-section h2,
body[data-page="index.html"] .operational-fit .section-heading h2,
body[data-page="index.html"] .closing-panel h2 {
  font-size: clamp(2.65rem, 4.6vw, 4.6rem);
  line-height: 0.98;
}

body[data-page="index.html"] .home-intro h2,
body[data-page="index.html"] .why-section h2 {
  font-size: clamp(2.35rem, 3.35vw, 3.4rem);
  line-height: 1.02;
  overflow-wrap: normal;
  word-break: normal;
  hyphens: none;
  text-wrap: balance;
}

body[data-page="index.html"] .hero-copy .hero-lead,
body[data-page="index.html"] .home-intro p,
body[data-page="index.html"] .home-aerial-heading p,
body[data-page="index.html"] .home-plant-context p,
body[data-page="index.html"] .home-product-scope .section-intro,
body[data-page="index.html"] .home-product-scope .feature-grid p,
body[data-page="index.html"] .why-section p,
body[data-page="index.html"] .operational-fit p,
body[data-page="index.html"] .fit-submission p {
  text-align: left;
  text-wrap: pretty;
  word-spacing: normal;
  hyphens: none;
}

body[data-page="index.html"] .hero-copy h1,
body[data-page="index.html"] .home-intro h2,
body[data-page="index.html"] .home-aerial h2,
body[data-page="index.html"] .home-aerial h3,
body[data-page="index.html"] .home-product-scope h2,
body[data-page="index.html"] .home-product-scope h3,
body[data-page="index.html"] .why-section h2,
body[data-page="index.html"] .why-section h3,
body[data-page="index.html"] .operational-fit h2,
body[data-page="index.html"] .operational-fit h3 {
  text-wrap: balance;
  overflow-wrap: normal;
  word-break: normal;
  hyphens: none;
}

body[data-page="index.html"] .home-product-scope .section-intro {
  max-width: 760px;
  margin: 1.2rem 0 0;
  color: #526071;
  font-size: 1.04rem;
}

body[data-page="index.html"] .home-product-scope {
  background:
    linear-gradient(115deg, rgba(255, 255, 255, 0.72), transparent 42%),
    linear-gradient(180deg, #e9eff2, #dfe8ec);
}

body[data-page="index.html"] .home-product-scope .feature-grid {
  counter-reset: scope-card;
  gap: 1px;
  margin-top: clamp(2rem, 3vw, 2.7rem);
  border: 1px solid rgba(7, 20, 33, 0.13);
  background: rgba(7, 20, 33, 0.13);
}

body[data-page="index.html"] .home-product-scope .feature-grid article {
  min-height: 218px;
  padding: 1.65rem 1.45rem 1.45rem;
  counter-increment: scope-card;
  border: 0;
  border-radius: 0;
  background: rgba(255, 255, 255, 0.66);
  box-shadow: none;
  overflow: hidden;
}

body[data-page="index.html"] .home-product-scope .feature-grid article:nth-child(even) {
  background: rgba(245, 249, 250, 0.82);
}

body[data-page="index.html"] .home-product-scope .feature-grid article::before {
  inset: 0 0 auto;
  width: auto;
  height: 3px;
  background: linear-gradient(90deg, var(--cyan), rgba(24, 169, 143, 0.18));
  opacity: 0.9;
}

body[data-page="index.html"] .home-product-scope .feature-grid article::after {
  content: "0" counter(scope-card);
  position: absolute;
  top: 1.15rem;
  right: 1.3rem;
  color: rgba(7, 20, 33, 0.07);
  font-size: 3.25rem;
  font-weight: 900;
  line-height: 1;
}

body[data-page="index.html"] .home-product-scope .feature-grid h3 {
  position: relative;
  z-index: 1;
  max-width: 220px;
  margin-top: 2.35rem;
  font-size: 1.18rem;
  line-height: 1.2;
}

body[data-page="index.html"] .home-product-scope .feature-grid p {
  position: relative;
  z-index: 1;
  color: #41515f;
  font-size: 0.95rem;
  line-height: 1.58;
}

body[data-page="index.html"] .home-product-scope .feature-grid article:hover {
  transform: none;
  background: #ffffff;
  box-shadow: none;
}

body[data-page="index.html"] .why-section .split {
  grid-template-columns: minmax(0, 0.9fr) minmax(560px, 1.1fr);
  gap: clamp(3rem, 5vw, 5rem);
}

body[data-page="index.html"] .why-section .split > div:first-child {
  padding-top: 1.5rem;
  border-top: 1px solid rgba(36, 199, 214, 0.5);
}

body[data-page="index.html"] .why-section .image-panel {
  min-height: 460px;
}

body[data-page="index.html"] .why-visual-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.28fr) minmax(190px, 0.72fr);
  gap: 1rem;
  margin-bottom: 1rem;
}

body[data-page="index.html"] .why-section .why-visual-grid .image-panel {
  min-height: 300px;
  margin: 0;
}

body[data-page="index.html"] .why-section .home-location-media {
  position: relative;
  overflow: hidden;
  background: #06111c;
}

body[data-page="index.html"] .why-section .home-location-media picture,
body[data-page="index.html"] .why-section .home-location-media img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

body[data-page="index.html"] .why-section .home-location-media img {
  min-height: 0;
  object-fit: cover;
  object-position: 54% center;
  filter: brightness(0.98) contrast(1.08) saturate(0.76);
  transform: scale(1.04);
}

body[data-page="index.html"] .why-section .home-location-media::after {
  background:
    linear-gradient(180deg, rgba(3, 18, 34, 0.04), transparent 45%),
    linear-gradient(0deg, rgba(3, 18, 34, 0.26), transparent 40%);
}

body[data-page="index.html"] .why-section .feature-grid article {
  min-height: 140px;
}

body[data-page="index.html"] .operational-fit .fit-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0;
  border: 0;
  border-top: 1px solid rgba(7, 20, 33, 0.17);
  border-bottom: 1px solid rgba(7, 20, 33, 0.17);
  background: transparent;
}

body[data-page="index.html"] .operational-fit .fit-grid article {
  min-height: 178px;
  display: grid;
  grid-template-columns: 66px minmax(0, 1fr);
  grid-template-rows: auto 1fr;
  column-gap: 1rem;
  align-content: center;
  padding: 1.65rem 1.4rem;
  border-right: 1px solid rgba(7, 20, 33, 0.13);
  border-bottom: 0;
  background: transparent;
  box-shadow: none;
}

body[data-page="index.html"] .operational-fit .fit-grid article:last-child {
  border-right: 0;
}

body[data-page="index.html"] .operational-fit .fit-grid article::before {
  top: 1.65rem;
  bottom: 1.65rem;
  width: 2px;
}

body[data-page="index.html"] .operational-fit .fit-grid article > span {
  grid-row: 1 / 3;
  align-self: start;
  min-height: 0;
  padding: 0;
  border-radius: 0;
  background: transparent;
  color: #087481;
  font-size: 1.2rem;
}

body[data-page="index.html"] .operational-fit .fit-grid article h3 {
  margin: 0;
  font-size: 1.2rem;
}

body[data-page="index.html"] .operational-fit .fit-grid article p {
  margin: 0.55rem 0 0;
  color: #4f5d69;
}

body[data-page="index.html"] .operational-fit .fit-grid article:hover {
  transform: none;
  background: rgba(255, 255, 255, 0.42);
  box-shadow: none;
}

body[data-page="index.html"] .operational-fit .section-heading > p:not(.section-kicker) {
  margin-top: 1rem;
  color: #526071;
}

body[data-page="index.html"] .operational-fit {
  padding-top: clamp(4rem, 6vw, 5.5rem);
  padding-bottom: clamp(4rem, 6vw, 5.5rem);
}

body[data-page="index.html"] .fit-submission {
  display: grid;
  grid-template-columns: minmax(360px, 0.9fr) minmax(0, 1.1fr);
  min-height: 390px;
  margin-top: clamp(2.2rem, 4vw, 3.2rem);
  overflow: hidden;
  border: 1px solid rgba(18, 214, 232, 0.2);
  background:
    linear-gradient(120deg, rgba(255, 255, 255, 0.035), transparent 52%),
    linear-gradient(135deg, #04101b 0%, #071d2b 70%, #0a2e39 100%);
  box-shadow: 0 28px 68px rgba(5, 14, 24, 0.2);
  clip-path: polygon(0 0, 97% 0, 100% 10%, 100% 100%, 0 100%);
}

body[data-page="index.html"] .fit-submission-media {
  position: relative;
  min-height: 390px;
  overflow: hidden;
}

body[data-page="index.html"] .fit-submission-media picture,
body[data-page="index.html"] .fit-submission-media img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

body[data-page="index.html"] .fit-submission-media img {
  object-fit: cover;
  object-position: 50% center;
  filter: brightness(1.07) contrast(1.08) saturate(0.9);
  transform: scale(1.025);
}

body[data-page="index.html"] .fit-submission-media::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(3, 18, 34, 0.03) 42%, rgba(3, 18, 34, 0.42) 100%),
    linear-gradient(0deg, rgba(3, 18, 34, 0.22), transparent 42%);
  pointer-events: none;
}

body[data-page="index.html"] .fit-submission-copy {
  display: grid;
  align-content: center;
  padding: clamp(2rem, 4vw, 3.2rem);
}

body[data-page="index.html"] .fit-submission-copy h3 {
  max-width: 680px;
  margin: 0;
  color: #ffffff;
  font-size: clamp(2rem, 3.3vw, 3.2rem);
  line-height: 1.02;
}

body[data-page="index.html"] .fit-submission .check-list {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0;
  margin-block: 1.25rem 1.55rem;
  border-top: 1px solid rgba(255, 255, 255, 0.14);
}

body[data-page="index.html"] .fit-submission .check-list li {
  min-height: 68px;
  padding: 0.75rem 0.85rem 0.75rem 1.7rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.11);
  color: rgba(247, 250, 252, 0.84);
  line-height: 1.45;
}

body[data-page="index.html"] .fit-submission .check-list li:nth-child(odd) {
  border-right: 1px solid rgba(255, 255, 255, 0.11);
}

body[data-page="index.html"] .home-aerial-heading > div:last-child p,
body[data-page="index.html"] .home-plant-context > div > p:last-child,
body[data-page="index.html"] .why-section .split > div:first-child > p:not(.section-kicker) {
  color: rgba(247, 250, 252, 0.84);
}

body[data-page="index.html"] .button.general-info-cta {
  min-height: 48px;
  border-color: rgba(255, 255, 255, 0.15);
  background: rgba(255, 255, 255, 0.035);
  color: rgba(247, 250, 252, 0.78);
  box-shadow: none;
  font-weight: 750;
}

body[data-page="index.html"] .button.general-info-cta:hover {
  border-color: rgba(72, 240, 200, 0.42);
  background: rgba(72, 240, 200, 0.07);
  color: #ffffff;
}

body[data-page="index.html"] .button.primary {
  min-height: 54px;
}

body[data-page="index.html"] .final-close {
  padding-top: clamp(3rem, 5vw, 4.2rem);
  padding-bottom: clamp(3rem, 5vw, 4.2rem);
}

@media (max-width: 1120px) {
  body[data-page="index.html"] .home-aerial .container {
    display: block;
  }

  body[data-page="index.html"] .home-aerial-data {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    margin-top: 1px;
  }

  body[data-page="index.html"] .home-aerial-data article {
    min-height: 104px;
  }

  body[data-page="index.html"] .hero-home .hero-copy h1 {
    font-size: clamp(4rem, 7.4vw, 6rem);
  }

  body[data-page="index.html"] .hero-home .hero-data {
    max-width: 100%;
    grid-template-columns: 0.9fr 1.15fr 1fr;
  }

  body[data-page="index.html"] .home-intro .split,
  body[data-page="index.html"] .why-section .split {
    grid-template-columns: 1fr 1fr;
    gap: 3rem;
  }
}

@media (max-width: 820px) {
  .site-nav .mobile-nav-cta {
    display: inline-flex;
  }

  body[data-page="index.html"] .hero-home {
    min-height: auto;
  }

  body[data-page="index.html"] .hero-home .hero-content {
    grid-template-columns: 1fr;
    align-items: start;
    gap: 1rem;
    padding-top: 6.7rem;
    padding-bottom: 1.7rem;
  }

  body[data-page="index.html"] .hero-home .hero-copy h1 {
    max-width: 680px;
    font-size: clamp(3.35rem, 12vw, 5.2rem);
    line-height: 0.96;
  }

  body[data-page="index.html"] .hero-home .hero-data {
    max-width: 100%;
    min-height: 0;
    display: grid;
    grid-template-columns: 1fr;
    padding: 0;
    margin-top: 0.2rem;
    justify-self: stretch;
    clip-path: polygon(0 0, 100% 0, 100% calc(100% - 22px), calc(100% - 22px) 100%, 0 100%);
  }

  body[data-page="index.html"] .hero-home .hero-data-primary,
  body[data-page="index.html"] .hero-home .hero-expansion {
    padding: 0.85rem 1rem;
  }

  body[data-page="index.html"] .hero-home .hero-data-primary > strong {
    font-size: clamp(2.75rem, 13vw, 3.55rem);
  }

  body[data-page="index.html"] .hero-home .hero-data-grid {
    margin: 0;
    border-left: 0;
    border-top: 1px solid rgba(255, 255, 255, 0.12);
    border-bottom: 1px solid rgba(255, 255, 255, 0.12);
  }

  body[data-page="index.html"] .hero-home .hero-data-grid em {
    min-height: 48px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    gap: 0.25rem;
    padding: 0.5rem 0.75rem;
  }

  body[data-page="index.html"] .hero-home .hero-data-grid em small {
    max-width: 100%;
    overflow-wrap: anywhere;
  }

  body[data-page="index.html"] .hero-home .hero-expansion {
    border-top: 1px solid rgba(77, 218, 225, 0.24);
    border-left: 0;
  }

  body[data-page="index.html"] .hero-home .hero-expansion > strong {
    font-size: clamp(1.8rem, 8.5vw, 2.3rem);
  }

  body[data-page="index.html"] .hero-home .hero-expansion > p {
    display: none;
  }

  body[data-page="index.html"] .hero-home .hero-shade {
    background:
      linear-gradient(180deg, rgba(3, 18, 34, 0.72) 0%, rgba(3, 18, 34, 0.5) 52%, rgba(3, 18, 34, 0.12) 100%),
      linear-gradient(90deg, rgba(3, 18, 34, 0.62), rgba(3, 18, 34, 0.08));
  }

  body[data-page="index.html"] .hero-home .hero-media img {
    object-position: 74% 48%;
  }

  body[data-page="index.html"] .home-intro .split,
  body[data-page="index.html"] .why-section .split {
    grid-template-columns: 1fr;
    gap: 1.9rem;
  }

  body[data-page="index.html"] .home-aerial-heading {
    grid-template-columns: 1fr;
    gap: 1.4rem;
  }

  body[data-page="index.html"] .home-aerial-figure {
    min-height: 310px;
  }

  body[data-page="index.html"] .home-plant-context {
    grid-template-columns: 1fr;
    gap: 1.5rem;
  }

  body[data-page="index.html"] .home-plant-context figure {
    min-height: 310px;
  }

  body[data-page="index.html"] .why-visual-grid {
    grid-template-columns: 1fr;
  }

  body[data-page="index.html"] .why-section .why-visual-grid .why-photo {
    min-height: 300px;
  }

  body[data-page="index.html"] .why-section .why-visual-grid .home-location-media {
    min-height: 0;
    aspect-ratio: 1.78 / 1;
  }

  body[data-page="index.html"] .home-intro .image-panel {
    min-height: 310px;
  }

  body[data-page="index.html"] .fit-submission {
    grid-template-columns: 1fr;
    clip-path: polygon(0 0, 96% 0, 100% 5%, 100% 100%, 0 100%);
  }

  body[data-page="index.html"] .fit-submission-media {
    min-height: 300px;
  }

  body[data-page="index.html"] .home-product-scope .feature-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  body[data-page="index.html"] .operational-fit .fit-grid {
    grid-template-columns: 1fr;
  }

  body[data-page="index.html"] .operational-fit .fit-grid article,
  body[data-page="index.html"] .operational-fit .fit-grid article:nth-child(even),
  body[data-page="index.html"] .operational-fit .fit-grid article:nth-last-child(-n + 2) {
    border-right: 0;
    border-bottom: 1px solid rgba(7, 20, 33, 0.13);
  }

  body[data-page="index.html"] .operational-fit .fit-grid article:last-child {
    border-bottom: 0;
  }

  body[data-page="index.html"] .fit-submission-copy {
    padding: 2rem;
  }
}

@media (max-width: 520px) {
  body[data-page="index.html"] .section {
    padding-top: 3.15rem;
    padding-bottom: 3.15rem;
  }

  body[data-page="index.html"] .hero-home .hero-content {
    padding-top: 6.25rem;
    padding-bottom: 1.4rem;
  }

  body[data-page="index.html"] .hero-home .hero-copy h1 {
    font-size: clamp(2.75rem, 12.5vw, 3.55rem);
  }

  body[data-page="index.html"] .hero-home .hero-lead {
    font-size: 0.96rem;
    line-height: 1.48;
  }

  body[data-page="index.html"] .hero-home .hero-data-primary,
  body[data-page="index.html"] .hero-home .hero-expansion {
    padding: 0.65rem 0.8rem;
  }

  body[data-page="index.html"] .hero-home .hero-data-primary > span,
  body[data-page="index.html"] .hero-home .hero-expansion > span {
    font-size: 0.64rem;
  }

  body[data-page="index.html"] .hero-home .hero-data-primary > strong {
    margin-top: 0.35rem;
    font-size: clamp(2.4rem, 12vw, 3rem);
  }

  body[data-page="index.html"] .hero-home .hero-data-primary > p {
    margin-top: 0.3rem;
    font-size: 0.7rem;
  }

  body[data-page="index.html"] .hero-home .hero-data-grid em {
    min-height: 42px;
    padding: 0.4rem 0.65rem;
  }

  body[data-page="index.html"] .hero-home .hero-data-grid em strong {
    font-size: 1.18rem;
  }

  body[data-page="index.html"] .hero-home .hero-data-grid em small {
    font-size: 0.58rem;
  }

  body[data-page="index.html"] .hero-home .hero-expansion > strong {
    margin-top: 0.35rem;
    font-size: clamp(1.7rem, 8vw, 2.05rem);
  }

  body[data-page="index.html"] .hero-home .hero-data-primary > strong {
    font-size: clamp(2.55rem, 13.5vw, 3.35rem);
  }

  body[data-page="index.html"] .hero-home .hero-actions {
    gap: 0.55rem;
  }

  body[data-page="index.html"] .hero-home .hero-actions .button {
    min-height: 50px;
  }

  body[data-page="index.html"] .home-aerial-heading h2,
  body[data-page="index.html"] .home-intro h2,
  body[data-page="index.html"] .home-product-scope h2,
  body[data-page="index.html"] .why-section h2,
  body[data-page="index.html"] .operational-fit .section-heading h2,
  body[data-page="index.html"] .fit-submission-copy h3,
  body[data-page="index.html"] .closing-panel h2 {
    font-size: clamp(2rem, 10vw, 2.45rem);
    line-height: 1.02;
  }

  body[data-page="index.html"] .home-intro .image-panel,
  body[data-page="index.html"] .why-section .image-panel {
    min-height: 250px;
  }

  body[data-page="index.html"] .home-aerial-figure {
    min-height: 215px;
    clip-path: polygon(0 0, 100% 0, 100% calc(100% - 20px), calc(100% - 20px) 100%, 0 100%);
  }

  body[data-page="index.html"] .home-aerial-figure figcaption {
    left: 0.8rem;
    bottom: 0.8rem;
    max-width: calc(100% - 2.4rem);
    font-size: 0.65rem;
  }

  body[data-page="index.html"] .home-aerial-data {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  body[data-page="index.html"] .home-aerial-data article {
    min-height: 82px;
    padding: 0.9rem 1rem;
  }

  body[data-page="index.html"] .home-aerial-data article:last-child {
    grid-column: 1 / -1;
  }

  body[data-page="index.html"] .home-aerial-data strong {
    font-size: 1.7rem;
  }

  body[data-page="index.html"] .home-aerial-data span {
    margin-top: 0.4rem;
    font-size: 0.67rem;
  }

  body[data-page="index.html"] .home-plant-context figure {
    min-height: 225px;
  }

  body[data-page="index.html"] .home-plant-context h3 {
    font-size: 1.6rem;
  }

  body[data-page="index.html"] .home-plant-context {
    margin-top: 2.1rem;
    padding-top: 1.9rem;
  }

  body[data-page="index.html"] .why-visual-grid {
    grid-template-columns: 1fr;
    gap: 0.65rem;
  }

  body[data-page="index.html"] .why-section .why-visual-grid .why-photo {
    min-height: 220px;
  }

  body[data-page="index.html"] .why-section .why-visual-grid .home-location-media {
    min-height: 0;
    aspect-ratio: 1.78 / 1;
  }

  body[data-page="index.html"] .why-section .home-location-media,
  body[data-page="index.html"] .why-section .home-location-media img {
    min-height: 0;
  }

  body[data-page="index.html"] .home-product-scope .feature-grid {
    grid-template-columns: 1fr;
  }

  body[data-page="index.html"] .home-product-scope .feature-grid article {
    min-height: auto;
    padding: 1.25rem 1.2rem;
  }

  body[data-page="index.html"] .home-product-scope .feature-grid h3 {
    margin-top: 2rem;
  }

  body[data-page="index.html"] .home-product-scope .feature-grid article::after {
    top: 0.85rem;
    font-size: 3rem;
  }

  body[data-page="index.html"] .why-section .feature-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  body[data-page="index.html"] .why-section .feature-grid article {
    min-height: 230px;
    padding: 1.15rem 1rem;
  }

  body[data-page="index.html"] .why-section .feature-grid article h3 {
    font-size: 1rem;
  }

  body[data-page="index.html"] .why-section .feature-grid article p {
    font-size: 0.86rem;
    line-height: 1.5;
  }

  body[data-page="index.html"] .operational-fit .fit-grid article {
    grid-template-columns: 52px minmax(0, 1fr);
    min-height: 0;
    padding: 1.2rem 0.9rem;
  }

  body[data-page="index.html"] .fit-submission-media {
    min-height: 220px;
  }

  body[data-page="index.html"] .fit-submission-copy {
    padding: 1.5rem 1.15rem;
  }

  body[data-page="index.html"] .fit-submission .check-list {
    grid-template-columns: 1fr;
    margin-block: 1rem 1.2rem;
  }

  body[data-page="index.html"] .fit-submission .check-list li {
    min-height: 0;
    padding-block: 0.55rem;
    border-right: 0;
  }

  body[data-page="index.html"] .closing-panel {
    clip-path: none;
  }
}

.back-to-top {
  position: fixed;
  right: clamp(1rem, 2.4vw, 2rem);
  bottom: clamp(1rem, 2.4vw, 2rem);
  z-index: 90;
  width: 52px;
  height: 52px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(77, 218, 225, 0.52);
  border-radius: 4px;
  padding: 0;
  color: #061827;
  background: rgba(64, 224, 210, 0.96);
  box-shadow: 0 14px 34px rgba(2, 13, 23, 0.28);
  clip-path: polygon(0 0, 100% 0, 100% calc(100% - 10px), calc(100% - 10px) 100%, 0 100%);
  cursor: pointer;
  opacity: 0;
  visibility: hidden;
  transform: translateY(12px);
  transition: opacity 180ms ease, transform 180ms ease, visibility 180ms ease, background-color 180ms ease;
}

.back-to-top span {
  display: block;
  font-size: 1.65rem;
  font-weight: 800;
  line-height: 1;
  transform: translateY(-1px);
}

.back-to-top.is-visible {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.back-to-top:hover {
  background: #8cece5;
}

.back-to-top:focus-visible {
  outline: 3px solid #ffffff;
  outline-offset: 3px;
}

@media (max-width: 520px) {
  .back-to-top {
    right: 0.85rem;
    bottom: 0.85rem;
    width: 48px;
    height: 48px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .back-to-top {
    transition: none;
  }
}

/* Institutional footer: legal identity, office contacts, and terminal data. */
.site-footer {
  position: relative;
  overflow: hidden;
  border-top: 1px solid rgba(72, 240, 200, 0.32);
  background:
    linear-gradient(115deg, rgba(18, 214, 232, 0.055), transparent 34%),
    linear-gradient(180deg, #06111b 0%, #03080d 100%);
}

.site-footer::before {
  content: "";
  position: absolute;
  inset: 0 0 auto;
  height: 3px;
  background: linear-gradient(90deg, var(--cyan), var(--teal) 34%, transparent 72%);
  opacity: 0.82;
}

.site-footer .footer-top {
  position: relative;
  grid-template-columns: minmax(250px, 1.35fr) minmax(220px, 1fr) minmax(220px, 0.95fr) minmax(230px, 1fr);
  gap: 0;
  padding: clamp(3.2rem, 5vw, 4.6rem) 0 clamp(2.8rem, 4vw, 3.8rem);
}

.site-footer .footer-top > * {
  min-width: 0;
  padding-inline: clamp(1.25rem, 2.3vw, 2.2rem);
}

.site-footer .footer-top > :first-child {
  padding-left: 0;
}

.site-footer .footer-top > :last-child {
  padding-right: 0;
}

.site-footer .footer-top > * + * {
  border-left: 1px solid rgba(255, 255, 255, 0.1);
}

.footer-company {
  align-self: start;
}

.footer-brand {
  align-items: center;
  gap: 0.95rem;
}

.footer-brand img {
  width: 62px;
  height: 62px;
}

.footer-brand span {
  display: flex;
  flex-direction: column;
  color: var(--white);
  line-height: 1.08;
}

.footer-brand strong {
  font-size: 1.03rem;
  font-weight: 900;
  text-transform: uppercase;
}

.footer-brand small {
  margin-top: 0.2rem;
  color: rgba(247, 250, 252, 0.72);
  font-size: 0.83rem;
  font-weight: 700;
}

.footer-address {
  max-width: 310px;
  margin: 1.25rem 0 0;
  color: rgba(247, 250, 252, 0.66);
  font-size: 0.9rem;
  line-height: 1.62;
}

.footer-office {
  display: grid;
  gap: 0.28rem;
  max-width: 310px;
  margin-top: 1.25rem;
  padding-top: 1rem;
  border-top: 1px solid rgba(72, 240, 200, 0.24);
}

.footer-office-label,
.footer-column-title {
  margin: 0;
  color: #48f0c8;
  font-size: 0.7rem;
  font-weight: 900;
  text-transform: uppercase;
}

.footer-office a {
  width: fit-content;
  color: #ffffff;
  font-size: 1.12rem;
  font-weight: 850;
  font-variant-numeric: tabular-nums;
}

.footer-office small {
  color: rgba(247, 250, 252, 0.56);
  font-size: 0.78rem;
  line-height: 1.5;
}

.site-footer .footer-links {
  align-content: start;
  grid-template-columns: 1fr;
  gap: 0.55rem;
}

.site-footer .footer-column-title {
  margin-bottom: 0.45rem;
}

.site-footer .footer-links a,
.site-footer .footer-contact a {
  width: fit-content;
  color: rgba(247, 250, 252, 0.74);
  font-size: 0.9rem;
  line-height: 1.4;
  transition: color 160ms ease, transform 160ms ease;
}

.site-footer .footer-links a:hover,
.site-footer .footer-contact a:hover,
.site-footer .footer-office a:hover {
  color: var(--cyan);
  transform: translateX(3px);
}

.site-footer .footer-contact {
  gap: 0.6rem;
}

.site-footer .footer-contact-note {
  margin: 0 0 0.2rem;
  color: rgba(247, 250, 252, 0.62);
  font-size: 0.84rem;
  line-height: 1.55;
}

.site-footer .footer-contact .footer-request-link {
  width: 100%;
  max-width: 250px;
  min-height: 44px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0.9rem;
  border: 1px solid rgba(72, 240, 200, 0.62);
  background: linear-gradient(135deg, rgba(18, 214, 232, 0.95), rgba(72, 240, 200, 0.92));
  color: #03111b;
  font-size: 0.8rem;
  font-weight: 900;
  text-align: center;
  text-transform: uppercase;
}

.site-footer .footer-contact .footer-request-link:hover {
  background: linear-gradient(135deg, #42e4ed, #79f2d8);
  color: #03111b;
  transform: translateY(-2px);
}

.site-footer .footer-terminal-data ul {
  margin-top: 0.85rem;
}

.site-footer .footer-terminal-data li {
  grid-template-columns: 92px minmax(0, 1fr);
  padding-bottom: 0.75rem;
}

.site-footer .footer-terminal-data strong {
  font-size: 1.05rem;
  font-variant-numeric: tabular-nums;
}

.site-footer .footer-terminal-data span {
  font-size: 0.84rem;
  line-height: 1.35;
}

.site-footer .footer-bottom {
  align-items: center;
  padding: 1.15rem 0 1.35rem;
  color: rgba(247, 250, 252, 0.52);
  font-size: 0.78rem;
}

.site-footer .footer-bottom span:last-child {
  max-width: 480px;
  margin-right: 4.5rem;
  color: rgba(72, 240, 200, 0.62);
  font-weight: 700;
  text-align: right;
  text-transform: uppercase;
}

@media (max-width: 1120px) {
  .site-footer .footer-top {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 2.2rem 0;
  }

  .site-footer .footer-top > * {
    padding-inline: 1.5rem;
  }

  .site-footer .footer-top > :nth-child(odd) {
    padding-left: 0;
    border-left: 0;
  }

  .site-footer .footer-top > :nth-child(even) {
    padding-right: 0;
  }
}

@media (max-width: 680px) {
  .site-footer .footer-top {
    grid-template-columns: 1fr;
    gap: 0;
    padding-block: 2.8rem 2.4rem;
  }

  .site-footer .footer-top > *,
  .site-footer .footer-top > :nth-child(odd),
  .site-footer .footer-top > :nth-child(even) {
    padding: 1.4rem 0;
    border-left: 0;
    border-top: 1px solid rgba(255, 255, 255, 0.09);
  }

  .site-footer .footer-top > :first-child {
    padding-top: 0;
    border-top: 0;
  }

  .site-footer .footer-links {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.65rem 1rem;
  }

  .site-footer .footer-links .footer-column-title {
    grid-column: 1 / -1;
  }

  .site-footer .footer-bottom {
    align-items: flex-start;
    flex-direction: column;
    gap: 0.45rem;
  }

  .site-footer .footer-bottom span:last-child {
    max-width: none;
    margin-right: 0;
    text-align: left;
  }
}

/* Bulk liquid storage page: port positioning, operational fit, and capacity growth. */
body[data-page="bulk-liquid-storage-italy.html"] .storage-page-hero {
  min-height: clamp(690px, 82vh, 820px);
}

body[data-page="bulk-liquid-storage-italy.html"] .storage-page-hero .hero-media img {
  object-position: 56% center;
  filter: brightness(1.06) contrast(1.08) saturate(0.94);
}

body[data-page="bulk-liquid-storage-italy.html"] .storage-page-hero .hero-shade {
  background:
    linear-gradient(90deg, rgba(3, 18, 34, 0.94) 0%, rgba(3, 18, 34, 0.76) 34%, rgba(3, 18, 34, 0.24) 68%, rgba(3, 18, 34, 0.05) 100%),
    linear-gradient(0deg, rgba(2, 8, 14, 0.2) 0%, transparent 46%);
}

body[data-page="bulk-liquid-storage-italy.html"] .storage-page-hero .hero-gridline {
  opacity: 0.12;
}

body[data-page="bulk-liquid-storage-italy.html"] .storage-page-hero .hero-content {
  grid-template-columns: minmax(0, 1fr);
  gap: 0;
  align-items: end;
  padding-top: clamp(9rem, 17vh, 11.5rem);
  padding-bottom: clamp(3.5rem, 7vh, 5.5rem);
}

body[data-page="bulk-liquid-storage-italy.html"] .storage-page-hero .hero-copy {
  max-width: 980px;
  text-align: left;
}

body[data-page="bulk-liquid-storage-italy.html"] .storage-page-hero .hero-copy h1 {
  max-width: 940px;
  font-size: clamp(3.5rem, 6vw, 6.25rem);
  line-height: 0.94;
}

body[data-page="bulk-liquid-storage-italy.html"] .storage-page-hero .hero-lead {
  max-width: 780px;
  font-size: clamp(1.05rem, 1.45vw, 1.28rem);
  text-align: left;
}

body[data-page="bulk-liquid-storage-italy.html"] .storage-intro {
  background:
    linear-gradient(90deg, rgba(7, 20, 33, 0.025) 1px, transparent 1px),
    linear-gradient(180deg, #ffffff, #f1f5f6);
  background-size: 96px 100%, 100% 100%;
}

body[data-page="bulk-liquid-storage-italy.html"] .storage-intro .split {
  grid-template-columns: minmax(0, 0.9fr) minmax(420px, 1.1fr);
  gap: clamp(2.5rem, 6vw, 6rem);
}

body[data-page="bulk-liquid-storage-italy.html"] .storage-intro h2,
body[data-page="bulk-liquid-storage-italy.html"] .storage-use-cases h2,
body[data-page="bulk-liquid-storage-italy.html"] .storage-operational-fit h2,
body[data-page="bulk-liquid-storage-italy.html"] .storage-why h2 {
  line-height: 1.02;
}

body[data-page="bulk-liquid-storage-italy.html"] .storage-intro p:not(.section-kicker) {
  max-width: 650px;
  color: #495967;
  line-height: 1.68;
}

body[data-page="bulk-liquid-storage-italy.html"] .storage-intro .image-panel {
  min-height: 500px;
}

body[data-page="bulk-liquid-storage-italy.html"] .storage-intro .image-panel img {
  min-height: 500px;
  object-position: center 46%;
}

body[data-page="bulk-liquid-storage-italy.html"] .storage-why {
  background:
    linear-gradient(120deg, rgba(18, 214, 232, 0.08), transparent 38%),
    linear-gradient(180deg, #06111c 0%, #0a1b29 100%);
}

body[data-page="bulk-liquid-storage-italy.html"] .storage-why .split {
  grid-template-columns: minmax(280px, 0.72fr) minmax(0, 1.28fr);
  gap: clamp(2.5rem, 5vw, 5rem);
  align-items: center;
}

body[data-page="bulk-liquid-storage-italy.html"] .storage-why .split > div:first-child > p:not(.section-kicker) {
  max-width: 520px;
  color: rgba(247, 250, 252, 0.8);
  line-height: 1.68;
}

body[data-page="bulk-liquid-storage-italy.html"] .storage-why .why-photo {
  min-height: 0;
  margin-bottom: 1px;
  border-color: rgba(72, 240, 200, 0.22);
  box-shadow: 0 28px 70px rgba(0, 0, 0, 0.3);
}

body[data-page="bulk-liquid-storage-italy.html"] .storage-why .why-photo img {
  min-height: 0;
  aspect-ratio: 16 / 8.2;
  object-fit: cover;
  object-position: center 53%;
  filter: brightness(1.04) contrast(1.07) saturate(0.94);
}

body[data-page="bulk-liquid-storage-italy.html"] .storage-why .feature-grid {
  margin-top: 0;
}

body[data-page="bulk-liquid-storage-italy.html"] .storage-why .feature-grid article {
  min-height: 150px;
  padding: 1.15rem 1.2rem;
  border-radius: 0;
  background: rgba(255, 255, 255, 0.055);
}

body[data-page="bulk-liquid-storage-italy.html"] .storage-why .feature-grid article::before {
  opacity: 0.45;
}

body[data-page="bulk-liquid-storage-italy.html"] .button.general-info-cta {
  border-color: rgba(247, 250, 252, 0.34);
  background: rgba(255, 255, 255, 0.04);
  color: rgba(247, 250, 252, 0.9);
}

body[data-page="bulk-liquid-storage-italy.html"] .button.general-info-cta:hover {
  border-color: rgba(72, 240, 200, 0.7);
  background: rgba(72, 240, 200, 0.09);
  color: #ffffff;
}

body[data-page="bulk-liquid-storage-italy.html"] .storage-use-cases {
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.98), rgba(231, 238, 241, 0.96)),
    repeating-linear-gradient(90deg, transparent 0 95px, rgba(7, 20, 33, 0.04) 96px);
}

body[data-page="bulk-liquid-storage-italy.html"] .storage-use-cases .section-heading {
  max-width: 940px;
}

body[data-page="bulk-liquid-storage-italy.html"] .storage-use-cases .section-heading > p:not(.section-kicker) {
  max-width: 720px;
  color: #536170;
}

body[data-page="bulk-liquid-storage-italy.html"] .storage-use-cases .feature-grid {
  gap: 1px;
  border: 1px solid rgba(7, 20, 33, 0.13);
  background: rgba(7, 20, 33, 0.12);
}

body[data-page="bulk-liquid-storage-italy.html"] .storage-use-cases .feature-grid article {
  min-height: 250px;
  padding: 1.5rem 1.35rem;
  border: 0;
  border-radius: 0;
  background: linear-gradient(180deg, #ffffff, #f5f8f9);
}

body[data-page="bulk-liquid-storage-italy.html"] .storage-use-cases .feature-grid article > span {
  display: block;
  margin-bottom: 2.2rem;
  color: #118d91;
  font-size: 0.76rem;
  font-weight: 900;
}

body[data-page="bulk-liquid-storage-italy.html"] .storage-use-cases .feature-grid h3 {
  color: var(--navy);
  font-size: 1.12rem;
}

body[data-page="bulk-liquid-storage-italy.html"] .storage-use-cases .feature-grid p {
  margin-top: 0.75rem;
  color: #526071;
}

body[data-page="bulk-liquid-storage-italy.html"] .storage-operational-fit {
  background: #f7f9fa;
}

body[data-page="bulk-liquid-storage-italy.html"] .storage-operational-fit .section-heading > p:not(.section-kicker) {
  max-width: 760px;
  color: #4f5f6d;
}

body[data-page="bulk-liquid-storage-italy.html"] .storage-operational-fit .fit-grid {
  border-color: rgba(7, 20, 33, 0.14);
  background: rgba(7, 20, 33, 0.14);
}

body[data-page="bulk-liquid-storage-italy.html"] .storage-operational-fit .fit-grid article {
  min-height: 205px;
  padding: 1.4rem 1.45rem;
  background: #ffffff;
}

body[data-page="bulk-liquid-storage-italy.html"] .storage-operational-fit .fit-grid article > span {
  color: #118d91;
}

body[data-page="bulk-liquid-storage-italy.html"] .storage-operational-fit .fit-grid article h3 {
  margin-top: 1rem;
}

body[data-page="bulk-liquid-storage-italy.html"] .storage-operational-fit .fit-grid article p {
  color: #526071;
}

body[data-page="bulk-liquid-storage-italy.html"] .final-close {
  padding-block: clamp(3.5rem, 6vw, 5rem);
}

@media (max-width: 1120px) {
  body[data-page="bulk-liquid-storage-italy.html"] .storage-page-hero .hero-content {
    grid-template-columns: minmax(0, 1fr);
  }

  body[data-page="bulk-liquid-storage-italy.html"] .storage-intro .split,
  body[data-page="bulk-liquid-storage-italy.html"] .storage-why .split {
    grid-template-columns: minmax(0, 0.9fr) minmax(380px, 1.1fr);
    gap: 2.5rem;
  }

}

@media (max-width: 820px) {
  body[data-page="bulk-liquid-storage-italy.html"] .storage-page-hero {
    min-height: auto;
  }

  body[data-page="bulk-liquid-storage-italy.html"] .storage-page-hero .hero-media img {
    object-position: 62% center;
  }

  body[data-page="bulk-liquid-storage-italy.html"] .storage-page-hero .hero-shade {
    background:
      linear-gradient(180deg, rgba(3, 18, 34, 0.76) 0%, rgba(3, 18, 34, 0.55) 42%, rgba(3, 18, 34, 0.88) 100%),
      linear-gradient(90deg, rgba(3, 18, 34, 0.65), rgba(3, 18, 34, 0.12));
  }

  body[data-page="bulk-liquid-storage-italy.html"] .storage-page-hero .hero-content {
    grid-template-columns: 1fr;
    gap: 1.6rem;
    padding-top: 7.6rem;
    padding-bottom: 2.2rem;
  }

  body[data-page="bulk-liquid-storage-italy.html"] .storage-page-hero .hero-copy h1 {
    max-width: 650px;
    font-size: clamp(2.75rem, 9vw, 4.3rem);
  }

  body[data-page="bulk-liquid-storage-italy.html"] .storage-intro .split,
  body[data-page="bulk-liquid-storage-italy.html"] .storage-why .split {
    grid-template-columns: 1fr;
  }

  body[data-page="bulk-liquid-storage-italy.html"] .storage-intro .image-panel,
  body[data-page="bulk-liquid-storage-italy.html"] .storage-intro .image-panel img {
    min-height: 400px;
  }

  body[data-page="bulk-liquid-storage-italy.html"] .storage-use-cases .feature-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  body[data-page="bulk-liquid-storage-italy.html"] .storage-use-cases .feature-grid article {
    min-height: 220px;
  }

}

@media (max-width: 520px) {
  body[data-page="bulk-liquid-storage-italy.html"] .storage-page-hero .hero-content {
    width: min(var(--max), calc(100% - 1.4rem));
    gap: 1.15rem;
    padding-top: 6.65rem;
    padding-bottom: 1.1rem;
  }

  body[data-page="bulk-liquid-storage-italy.html"] .storage-page-hero .hero-copy h1 {
    font-size: 2.22rem;
    line-height: 0.98;
  }

  body[data-page="bulk-liquid-storage-italy.html"] .storage-page-hero .hero-lead {
    font-size: 0.98rem;
    line-height: 1.52;
  }

  body[data-page="bulk-liquid-storage-italy.html"] .storage-page-hero .hero-actions {
    gap: 0.55rem;
    margin-top: 1.15rem;
  }

  body[data-page="bulk-liquid-storage-italy.html"] .storage-page-hero .hero-actions .button {
    width: 100%;
    min-height: 48px;
  }

  body[data-page="bulk-liquid-storage-italy.html"] .storage-intro .image-panel,
  body[data-page="bulk-liquid-storage-italy.html"] .storage-intro .image-panel img {
    min-height: 300px;
  }

  body[data-page="bulk-liquid-storage-italy.html"] .storage-why .why-photo img {
    aspect-ratio: 4 / 3;
  }

  body[data-page="bulk-liquid-storage-italy.html"] .storage-use-cases .feature-grid,
  body[data-page="bulk-liquid-storage-italy.html"] .storage-why .feature-grid,
  body[data-page="bulk-liquid-storage-italy.html"] .storage-operational-fit .fit-grid {
    grid-template-columns: 1fr;
  }

  body[data-page="bulk-liquid-storage-italy.html"] .storage-use-cases .feature-grid article,
  body[data-page="bulk-liquid-storage-italy.html"] .storage-operational-fit .fit-grid article,
  body[data-page="bulk-liquid-storage-italy.html"] .storage-why .feature-grid article {
    min-height: 0;
  }

body[data-page="bulk-liquid-storage-italy.html"] .storage-use-cases .feature-grid article > span {
    margin-bottom: 1.1rem;
  }

}

/* Infrastructure page */
body[data-page="infrastructure.html"] .infrastructure-hero {
  min-height: 720px;
  height: auto;
  max-height: none;
}

body[data-page="infrastructure.html"] .infrastructure-hero .hero-content {
  grid-template-columns: minmax(0, 860px);
  align-items: end;
}

body[data-page="infrastructure.html"] .infrastructure-hero .hero-copy h1 {
  max-width: 850px;
  font-size: 4.9rem;
  line-height: 0.94;
  letter-spacing: 0;
}

@media (min-width: 1041px) {
  html[lang="it"] body[data-page="infrastructure.html"] .infrastructure-hero .hero-copy h1,
  html[lang="fr"] body[data-page="infrastructure.html"] .infrastructure-hero .hero-copy h1 {
    max-width: 820px;
    font-size: 4.2rem;
    line-height: 0.98;
  }

  html[lang="es"] body[data-page="infrastructure.html"] .infrastructure-hero .hero-copy h1 {
    max-width: 820px;
    font-size: 3.85rem;
    line-height: 0.98;
  }
}

@media (min-width: 761px) and (max-width: 1040px) {
  html[lang="it"] body[data-page="infrastructure.html"] .infrastructure-hero .hero-copy h1,
  html[lang="es"] body[data-page="infrastructure.html"] .infrastructure-hero .hero-copy h1,
  html[lang="fr"] body[data-page="infrastructure.html"] .infrastructure-hero .hero-copy h1 {
    font-size: 3.65rem;
  }
}

body[data-page="infrastructure.html"] .infrastructure-hero .hero-lead {
  max-width: 790px;
  line-height: 1.62;
}

body[data-page="infrastructure.html"] .infrastructure-hero .hero-media img {
  object-position: 56% 48%;
  filter: brightness(1.06) contrast(1.08) saturate(0.94);
}

body[data-page="infrastructure.html"] .infrastructure-hero .hero-shade {
  background:
    linear-gradient(90deg, rgba(3, 18, 34, 0.94) 0%, rgba(3, 18, 34, 0.76) 34%, rgba(3, 18, 34, 0.24) 66%, rgba(3, 18, 34, 0.05) 100%),
    linear-gradient(0deg, rgba(2, 8, 14, 0.2), transparent 48%);
}

body[data-page="infrastructure.html"] .infrastructure-overview {
  position: relative;
  background: #f8fafb;
  border-bottom: 1px solid rgba(7, 20, 33, 0.1);
}

body[data-page="infrastructure.html"] .infrastructure-heading {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(300px, 0.72fr);
  gap: 4rem;
  align-items: end;
  margin-bottom: 2.6rem;
}

body[data-page="infrastructure.html"] .infrastructure-heading h2 {
  max-width: 720px;
  margin-bottom: 0;
  color: var(--navy);
}

body[data-page="infrastructure.html"] .infrastructure-heading > p {
  max-width: 560px;
  margin: 0;
  color: #52616c;
  font-size: 1.05rem;
  line-height: 1.72;
}

body[data-page="infrastructure.html"] .infrastructure-metrics {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  border-top: 1px solid rgba(7, 20, 33, 0.16);
  border-bottom: 1px solid rgba(7, 20, 33, 0.16);
  background: #ffffff;
}

body[data-page="infrastructure.html"] .infrastructure-metrics article {
  position: relative;
  min-height: 230px;
  padding: 1.65rem 1.55rem 1.75rem;
  display: flex;
  flex-direction: column;
  border-right: 1px solid rgba(7, 20, 33, 0.12);
  transition: background-color 180ms ease, transform 180ms ease;
}

body[data-page="infrastructure.html"] .infrastructure-metrics article:first-child {
  border-left: 3px solid var(--cyan);
}

body[data-page="infrastructure.html"] .infrastructure-metrics article:last-child {
  border-right: 0;
}

body[data-page="infrastructure.html"] .infrastructure-metrics article:hover {
  z-index: 1;
  background: #eef5f7;
  transform: translateY(-3px);
}

body[data-page="infrastructure.html"] .infrastructure-metrics span,
body[data-page="infrastructure.html"] .development-data span {
  color: #087f8f;
  font-size: 0.72rem;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 0;
}

body[data-page="infrastructure.html"] .infrastructure-metrics strong {
  display: block;
  margin: auto 0 0.8rem;
  color: var(--navy);
  font-size: 3rem;
  line-height: 1;
}

body[data-page="infrastructure.html"] .infrastructure-metrics p {
  margin: 0;
  color: #63717b;
  font-size: 0.92rem;
  line-height: 1.55;
}

body[data-page="infrastructure.html"] .infrastructure-system-section {
  background: linear-gradient(180deg, #e9eff2, #f6f8f9);
}

body[data-page="infrastructure.html"] .infrastructure-system {
  display: grid;
  grid-template-columns: minmax(340px, 0.82fr) minmax(0, 1.18fr);
  gap: 0;
  align-items: stretch;
}

body[data-page="infrastructure.html"] .infrastructure-system-media {
  min-height: 760px;
  box-shadow: 0 28px 70px rgba(5, 14, 24, 0.2);
}

body[data-page="infrastructure.html"] .infrastructure-system-media img {
  object-position: center center;
  filter: brightness(1.08) contrast(1.1) saturate(0.92);
}

body[data-page="infrastructure.html"] .infrastructure-system-media::after {
  background: linear-gradient(180deg, transparent 56%, rgba(3, 15, 27, 0.72) 100%);
}

body[data-page="infrastructure.html"] .media-caption {
  position: absolute;
  z-index: 2;
  right: 1.6rem;
  bottom: 1.6rem;
  left: 1.6rem;
  display: grid;
  gap: 0.3rem;
  color: #ffffff;
}

body[data-page="infrastructure.html"] .media-caption span {
  color: #77e7ef;
  font-size: 0.7rem;
  font-weight: 900;
  text-transform: uppercase;
}

body[data-page="infrastructure.html"] .media-caption strong {
  font-size: 1rem;
}

body[data-page="infrastructure.html"] .infrastructure-system-copy {
  padding: 1rem 0 1rem 4.6rem;
  align-self: center;
}

body[data-page="infrastructure.html"] .infrastructure-system-copy h2 {
  max-width: 700px;
  color: var(--navy);
}

body[data-page="infrastructure.html"] .infrastructure-system-copy .section-intro {
  max-width: 720px;
  color: #52616c;
  font-size: 1.04rem;
  line-height: 1.74;
}

body[data-page="infrastructure.html"] .system-spec-list {
  margin-top: 2.2rem;
  border-top: 1px solid rgba(7, 20, 33, 0.14);
}

body[data-page="infrastructure.html"] .system-spec-list article {
  display: grid;
  grid-template-columns: 42px minmax(0, 1fr);
  gap: 1.1rem;
  padding: 1.35rem 0;
  border-bottom: 1px solid rgba(7, 20, 33, 0.14);
}

body[data-page="infrastructure.html"] .system-spec-list article > span,
body[data-page="infrastructure.html"] .control-grid article > span {
  color: #0a93a3;
  font-size: 0.75rem;
  font-weight: 900;
}

body[data-page="infrastructure.html"] .system-spec-list h3 {
  margin: 0 0 0.45rem;
  color: var(--navy);
  font-size: 1.12rem;
}

body[data-page="infrastructure.html"] .system-spec-list p {
  margin: 0;
  color: #60707a;
  line-height: 1.62;
}

body[data-page="infrastructure.html"] .infrastructure-controls {
  position: relative;
  overflow: hidden;
  color: #f7fafc;
  background:
    linear-gradient(125deg, #030a12 0%, #071827 58%, #0b2b38 100%);
}

body[data-page="infrastructure.html"] .infrastructure-controls::after {
  content: "";
  position: absolute;
  inset: 0 0 0 auto;
  width: 42%;
  background: linear-gradient(135deg, transparent 0 49%, rgba(36, 199, 214, 0.06) 49% 50%, transparent 50%);
  pointer-events: none;
}

body[data-page="infrastructure.html"] .infrastructure-controls .container {
  position: relative;
  z-index: 1;
}

body[data-page="infrastructure.html"] .infrastructure-controls .section-heading h2 {
  color: #f7fafc;
}

body[data-page="infrastructure.html"] .infrastructure-controls .section-heading > p:not(.section-kicker) {
  color: rgba(247, 250, 252, 0.72);
}

body[data-page="infrastructure.html"] .control-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  border: 1px solid rgba(255, 255, 255, 0.14);
}

body[data-page="infrastructure.html"] .control-grid article {
  min-height: 235px;
  padding: 1.55rem;
  border-right: 1px solid rgba(255, 255, 255, 0.12);
  background: rgba(255, 255, 255, 0.035);
  transition: background-color 180ms ease, transform 180ms ease;
}

body[data-page="infrastructure.html"] .control-grid article:last-child {
  border-right: 0;
}

body[data-page="infrastructure.html"] .control-grid article:hover {
  background: rgba(255, 255, 255, 0.075);
  transform: translateY(-3px);
}

body[data-page="infrastructure.html"] .control-grid h3 {
  margin: 3.6rem 0 0.7rem;
  color: #f7fafc;
  font-size: 1.14rem;
}

body[data-page="infrastructure.html"] .control-grid p {
  margin: 0;
  color: rgba(247, 250, 252, 0.67);
  line-height: 1.62;
}

body[data-page="infrastructure.html"] .infrastructure-development {
  background: #ffffff;
}

body[data-page="infrastructure.html"] .development-layout {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(520px, 1.1fr);
  gap: 3.5rem;
  align-items: center;
}

body[data-page="infrastructure.html"] .development-copy h2 {
  color: var(--navy);
  font-size: 3.3rem;
  line-height: 1.02;
}

body[data-page="infrastructure.html"] .development-copy > p:last-child {
  color: #586872;
  line-height: 1.72;
}

body[data-page="infrastructure.html"] .development-data {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  border: 1px solid rgba(7, 20, 33, 0.14);
}

body[data-page="infrastructure.html"] .development-data article {
  min-height: 290px;
  padding: 1.65rem;
  display: flex;
  flex-direction: column;
}

body[data-page="infrastructure.html"] .development-data article:first-child {
  color: #f7fafc;
  background: linear-gradient(145deg, #071421, #0c2a39);
}

body[data-page="infrastructure.html"] .development-data article:first-child span {
  color: #68e0e9;
}

body[data-page="infrastructure.html"] .development-data article:last-child {
  background: linear-gradient(145deg, #f7f9fa, #e8eff2);
}

body[data-page="infrastructure.html"] .development-data strong {
  margin: auto 0 0.9rem;
  color: inherit;
  font-size: 2.55rem;
  line-height: 1.05;
}

body[data-page="infrastructure.html"] .development-data article:last-child strong {
  color: var(--navy);
  font-size: 2rem;
}

body[data-page="infrastructure.html"] .development-data p {
  margin: 0;
  color: inherit;
  opacity: 0.72;
  line-height: 1.6;
}

body[data-page="infrastructure.html"] .development-progress {
  margin-top: 2.8rem;
}

body[data-page="infrastructure.html"] .development-progress-figure {
  position: relative;
  margin: 0;
  aspect-ratio: 16 / 7.6;
  overflow: hidden;
  border: 1px solid rgba(7, 20, 33, 0.14);
  border-radius: 4px;
  background: #071421;
  box-shadow: 0 28px 64px rgba(7, 20, 33, 0.16);
}

body[data-page="infrastructure.html"] .development-progress-figure::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background: linear-gradient(90deg, rgba(4, 18, 31, 0.08) 0%, rgba(4, 18, 31, 0) 58%);
  pointer-events: none;
}

body[data-page="infrastructure.html"] .development-progress-figure::after {
  content: "";
  position: absolute;
  inset: 42% 0 0;
  z-index: 1;
  background: linear-gradient(180deg, rgba(4, 18, 31, 0) 0%, rgba(4, 18, 31, 0.88) 100%);
  pointer-events: none;
}

body[data-page="infrastructure.html"] .development-progress-figure picture,
body[data-page="infrastructure.html"] .development-progress-figure img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

body[data-page="infrastructure.html"] .development-progress-figure img {
  object-fit: cover;
  object-position: center 54%;
  filter: brightness(1.035) contrast(1.045) saturate(0.96);
  transition: transform 700ms cubic-bezier(0.2, 0.7, 0.2, 1);
}

body[data-page="infrastructure.html"] .development-progress-figure:hover img {
  transform: scale(1.018);
}

body[data-page="infrastructure.html"] .development-progress-figure figcaption {
  position: absolute;
  right: clamp(1.5rem, 4vw, 3.6rem);
  bottom: clamp(1.5rem, 4vw, 3.3rem);
  left: clamp(1.5rem, 4vw, 3.6rem);
  z-index: 2;
  max-width: 720px;
  color: #f7fafc;
}

body[data-page="infrastructure.html"] .development-progress-figure figcaption span {
  display: block;
  margin-bottom: 0.65rem;
  color: #67e0e9;
  font-size: 0.76rem;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 0;
}

body[data-page="infrastructure.html"] .development-progress-figure figcaption strong {
  display: block;
  font-size: clamp(1.75rem, 3vw, 2.8rem);
  line-height: 1.05;
}

body[data-page="infrastructure.html"] .development-progress-figure figcaption p {
  max-width: 680px;
  margin: 0.85rem 0 0;
  color: rgba(247, 250, 252, 0.84);
  line-height: 1.58;
}

body[data-page="infrastructure.html"] .infrastructure-fit {
  background: linear-gradient(180deg, #eef3f5, #e3eaed);
  border-top: 1px solid rgba(7, 20, 33, 0.08);
}

body[data-page="infrastructure.html"] .infrastructure-fit .fit-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

body[data-page="infrastructure.html"] .infrastructure-fit .fit-grid article {
  min-height: 235px;
}

body[data-page="infrastructure.html"] .infrastructure-close {
  margin-top: 0;
}

@media (max-width: 1040px) {
  body[data-page="infrastructure.html"] .infrastructure-hero .hero-copy h1 {
    font-size: 4.45rem;
  }

  body[data-page="infrastructure.html"] .infrastructure-heading,
  body[data-page="infrastructure.html"] .development-layout {
    grid-template-columns: 1fr;
    gap: 1.8rem;
  }

  body[data-page="infrastructure.html"] .infrastructure-heading > p {
    max-width: 760px;
  }

  body[data-page="infrastructure.html"] .infrastructure-metrics,
  body[data-page="infrastructure.html"] .control-grid,
  body[data-page="infrastructure.html"] .infrastructure-fit .fit-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  body[data-page="infrastructure.html"] .infrastructure-metrics article:nth-child(2),
  body[data-page="infrastructure.html"] .control-grid article:nth-child(2) {
    border-right: 0;
  }

  body[data-page="infrastructure.html"] .infrastructure-metrics article:nth-child(-n + 2),
  body[data-page="infrastructure.html"] .control-grid article:nth-child(-n + 2) {
    border-bottom: 1px solid rgba(7, 20, 33, 0.12);
  }

  body[data-page="infrastructure.html"] .control-grid article:nth-child(-n + 2) {
    border-bottom-color: rgba(255, 255, 255, 0.12);
  }

  body[data-page="infrastructure.html"] .infrastructure-system {
    grid-template-columns: minmax(300px, 0.78fr) minmax(0, 1.22fr);
  }

  body[data-page="infrastructure.html"] .infrastructure-system-copy {
    padding-left: 2.5rem;
  }
}

@media (max-width: 760px) {
  body[data-page="infrastructure.html"] .infrastructure-hero {
    min-height: 720px;
    height: auto;
    max-height: none;
  }

  body[data-page="infrastructure.html"] .infrastructure-hero .hero-copy h1 {
    font-size: 3.25rem;
    line-height: 0.98;
  }

  body[data-page="infrastructure.html"] .infrastructure-hero .hero-media img {
    object-position: 61% 50%;
  }

  body[data-page="infrastructure.html"] .infrastructure-hero .hero-shade {
    background:
      linear-gradient(90deg, rgba(3, 18, 34, 0.88), rgba(3, 18, 34, 0.42)),
      linear-gradient(0deg, rgba(3, 18, 34, 0.48), transparent 54%);
  }

  body[data-page="infrastructure.html"] .infrastructure-system {
    grid-template-columns: 1fr;
  }

  body[data-page="infrastructure.html"] .infrastructure-system-media {
    min-height: 0;
    aspect-ratio: 4 / 5;
  }

  body[data-page="infrastructure.html"] .infrastructure-system-copy {
    padding: 2.5rem 0 0;
  }

  body[data-page="infrastructure.html"] .development-data {
    grid-template-columns: 1fr;
  }

  body[data-page="infrastructure.html"] .development-data article {
    min-height: 230px;
  }
}

@media (max-width: 540px) {
  body[data-page="infrastructure.html"] .infrastructure-hero .hero-copy h1 {
    font-size: 2.75rem;
  }

  body[data-page="infrastructure.html"] .infrastructure-metrics,
  body[data-page="infrastructure.html"] .control-grid,
  body[data-page="infrastructure.html"] .infrastructure-fit .fit-grid {
    grid-template-columns: 1fr;
  }

  body[data-page="infrastructure.html"] .infrastructure-metrics article,
  body[data-page="infrastructure.html"] .control-grid article {
    min-height: 190px;
    border-right: 0;
    border-bottom: 1px solid rgba(7, 20, 33, 0.12);
  }

  body[data-page="infrastructure.html"] .control-grid article {
    border-bottom-color: rgba(255, 255, 255, 0.12);
  }

  body[data-page="infrastructure.html"] .infrastructure-metrics article:last-child,
  body[data-page="infrastructure.html"] .control-grid article:last-child {
    border-bottom: 0;
  }

  body[data-page="infrastructure.html"] .infrastructure-metrics strong {
    font-size: 2.55rem;
  }

  body[data-page="infrastructure.html"] .development-copy h2 {
    font-size: 2.55rem;
  }

  body[data-page="infrastructure.html"] .development-progress {
    margin-top: 1.8rem;
  }

  body[data-page="infrastructure.html"] .development-progress-figure {
    min-height: 520px;
    aspect-ratio: auto;
  }

  body[data-page="infrastructure.html"] .development-progress-figure img {
    object-position: 58% center;
  }

  body[data-page="infrastructure.html"] .development-progress-figure::after {
    inset: 28% 0 0;
  }

  body[data-page="infrastructure.html"] .control-grid h3 {
    margin-top: 2.4rem;
  }

  body[data-page="infrastructure.html"] .system-spec-list article {
    grid-template-columns: 34px minmax(0, 1fr);
  }
}

body[data-page="infrastructure.html"] .infrastructure-details {
  background: #ffffff;
  border-top: 1px solid rgba(7, 20, 33, 0.08);
}

body[data-page="infrastructure.html"] .detail-heading {
  margin-bottom: 2.8rem;
}

body[data-page="infrastructure.html"] .technical-detail-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.28fr) minmax(330px, 0.72fr);
  grid-template-rows: repeat(2, minmax(0, 1fr));
  gap: 1rem;
}

body[data-page="infrastructure.html"] .technical-detail-card {
  position: relative;
  min-height: 350px;
  overflow: hidden;
  border: 1px solid rgba(7, 20, 33, 0.14);
  border-radius: 4px;
  background: var(--navy);
  box-shadow: 0 22px 54px rgba(5, 14, 24, 0.14);
}

body[data-page="infrastructure.html"] .technical-detail-card--primary {
  grid-row: 1 / span 2;
  min-height: 720px;
}

body[data-page="infrastructure.html"] .technical-detail-card picture,
body[data-page="infrastructure.html"] .technical-detail-card img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

body[data-page="infrastructure.html"] .technical-detail-card img {
  object-fit: cover;
  filter: brightness(1.03) contrast(1.05) saturate(0.94);
  transition: transform 420ms ease, filter 420ms ease;
}

body[data-page="infrastructure.html"] .technical-detail-card::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 35%, rgba(3, 12, 22, 0.18) 52%, rgba(3, 12, 22, 0.94) 100%);
  pointer-events: none;
}

body[data-page="infrastructure.html"] .technical-detail-card:hover img {
  transform: scale(1.025);
  filter: brightness(1.06) contrast(1.06) saturate(0.94);
}

body[data-page="infrastructure.html"] .technical-detail-card > div {
  position: absolute;
  z-index: 1;
  right: 1.55rem;
  bottom: 1.55rem;
  left: 1.55rem;
  color: #f7fafc;
}

body[data-page="infrastructure.html"] .technical-detail-card > div > span {
  color: #67e4ec;
  font-size: 0.7rem;
  font-weight: 900;
  text-transform: uppercase;
}

body[data-page="infrastructure.html"] .technical-detail-card h3 {
  margin: 0.55rem 0 0.6rem;
  color: #ffffff;
  font-size: 1.45rem;
}

body[data-page="infrastructure.html"] .technical-detail-card p {
  max-width: 620px;
  margin: 0;
  color: rgba(247, 250, 252, 0.78);
  line-height: 1.58;
}

body[data-page="infrastructure.html"] .port-history-section {
  position: relative;
  overflow: hidden;
  color: #f7fafc;
  background:
    linear-gradient(125deg, #030a12 0%, #071827 64%, #0a2835 100%);
}

body[data-page="infrastructure.html"] .port-history-section::after {
  content: "";
  position: absolute;
  inset: auto -10% -24% auto;
  width: 52%;
  height: 62%;
  background: linear-gradient(135deg, transparent 0 48%, rgba(36, 199, 214, 0.055) 48% 49%, transparent 49%);
  pointer-events: none;
}

body[data-page="infrastructure.html"] .port-history-layout {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(380px, 0.92fr) minmax(0, 1.08fr);
  gap: 4rem;
  align-items: start;
}

body[data-page="infrastructure.html"] .port-history-media {
  position: sticky;
  top: 6rem;
  aspect-ratio: 4 / 3;
  min-height: 0;
  border: 1px solid rgba(255, 255, 255, 0.16);
  box-shadow: 0 30px 76px rgba(0, 0, 0, 0.32);
}

body[data-page="infrastructure.html"] .port-history-media picture,
body[data-page="infrastructure.html"] .port-history-media img {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 0;
}

body[data-page="infrastructure.html"] .port-history-media img {
  object-fit: cover;
  object-position: center center;
  filter: brightness(1.02) contrast(1.08) saturate(0.82);
}

body[data-page="infrastructure.html"] .port-history-media::after {
  background: linear-gradient(180deg, transparent 58%, rgba(3, 12, 22, 0.86) 100%);
}

body[data-page="infrastructure.html"] .port-history-copy h2 {
  color: #f7fafc;
  font-size: 3.45rem;
  line-height: 1.02;
}

body[data-page="infrastructure.html"] .port-history-copy .section-intro {
  color: rgba(247, 250, 252, 0.72);
  font-size: 1.02rem;
  line-height: 1.72;
}

body[data-page="infrastructure.html"] .history-timeline {
  margin-top: 2rem;
  border-top: 1px solid rgba(255, 255, 255, 0.16);
}

body[data-page="infrastructure.html"] .history-timeline article {
  display: grid;
  grid-template-columns: 42px minmax(0, 1fr);
  gap: 1.05rem;
  padding: 1.25rem 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.14);
}

body[data-page="infrastructure.html"] .history-timeline article > span {
  color: #67e4ec;
  font-size: 0.75rem;
  font-weight: 900;
}

body[data-page="infrastructure.html"] .history-timeline h3 {
  margin: 0 0 0.4rem;
  color: #ffffff;
  font-size: 1.08rem;
}

body[data-page="infrastructure.html"] .history-timeline p {
  margin: 0;
  color: rgba(247, 250, 252, 0.68);
  line-height: 1.58;
}

body[data-page="infrastructure.html"] .history-sources {
  margin: 1.2rem 0 0;
  color: rgba(247, 250, 252, 0.48);
  font-size: 0.78rem;
  line-height: 1.55;
}

body[data-page="infrastructure.html"] .port-authority-reference {
  margin-top: 1.4rem;
  padding: 1.05rem 1.15rem 1.1rem;
  border-left: 3px solid var(--cyan);
  background: rgba(255, 255, 255, 0.055);
}

body[data-page="infrastructure.html"] .port-authority-reference > span {
  color: #67e4ec;
  font-size: 0.7rem;
  font-weight: 900;
  text-transform: uppercase;
}

body[data-page="infrastructure.html"] .port-authority-reference p {
  margin: 0.45rem 0 0.7rem;
  color: rgba(247, 250, 252, 0.7);
  font-size: 0.9rem;
  line-height: 1.55;
}

body[data-page="infrastructure.html"] .port-authority-reference a {
  color: #ffffff;
  font-size: 0.84rem;
  font-weight: 850;
  text-decoration: underline;
  text-decoration-color: rgba(103, 228, 236, 0.5);
  text-underline-offset: 0.22em;
}

body[data-page="infrastructure.html"] .history-sources a {
  color: #8cebf1;
  text-decoration: underline;
  text-decoration-color: rgba(140, 235, 241, 0.35);
  text-underline-offset: 0.18em;
}

@media (max-width: 1040px) {
  body[data-page="infrastructure.html"] .technical-detail-grid {
    grid-template-columns: minmax(0, 1.12fr) minmax(290px, 0.88fr);
  }

  body[data-page="infrastructure.html"] .port-history-layout {
    grid-template-columns: 1fr;
    gap: 2.7rem;
  }

  body[data-page="infrastructure.html"] .port-history-media {
    position: relative;
    top: auto;
    width: min(760px, 100%);
    aspect-ratio: 16 / 9;
  }
}

@media (max-width: 760px) {
  body[data-page="infrastructure.html"] .technical-detail-grid {
    grid-template-columns: 1fr;
    grid-template-rows: auto;
  }

  body[data-page="infrastructure.html"] .technical-detail-card,
  body[data-page="infrastructure.html"] .technical-detail-card--primary {
    grid-row: auto;
    min-height: 420px;
  }

  body[data-page="infrastructure.html"] .technical-detail-card--primary {
    min-height: 540px;
  }

  body[data-page="infrastructure.html"] .port-history-copy h2 {
    font-size: 2.8rem;
  }
}

@media (max-width: 540px) {
  body[data-page="infrastructure.html"] .technical-detail-card,
  body[data-page="infrastructure.html"] .technical-detail-card--primary {
    min-height: 430px;
  }

  body[data-page="infrastructure.html"] .technical-detail-card > div {
    right: 1.15rem;
    bottom: 1.15rem;
    left: 1.15rem;
  }

  body[data-page="infrastructure.html"] .technical-detail-card h3 {
    font-size: 1.3rem;
  }

  body[data-page="infrastructure.html"] .port-history-copy h2 {
    font-size: 2.4rem;
  }

  body[data-page="infrastructure.html"] .history-timeline article {
    grid-template-columns: 34px minmax(0, 1fr);
  }
}

/* Customs warehouse / bonded storage */
body[data-page="customs-warehouse-bonded-storage.html"] .customs-hero {
  min-height: 720px;
}

body[data-page="customs-warehouse-bonded-storage.html"] .customs-hero .hero-media img {
  object-position: 58% center;
  filter: brightness(1.04) contrast(1.06) saturate(0.96);
}

body[data-page="customs-warehouse-bonded-storage.html"] .customs-hero .hero-shade {
  background:
    linear-gradient(90deg, rgba(3, 18, 34, 0.94) 0%, rgba(3, 18, 34, 0.76) 34%, rgba(3, 18, 34, 0.2) 72%, rgba(3, 18, 34, 0.04) 100%),
    linear-gradient(0deg, rgba(3, 18, 34, 0.42), transparent 46%);
}

body[data-page="customs-warehouse-bonded-storage.html"] .customs-hero .hero-content {
  grid-template-columns: minmax(0, 820px);
  align-items: end;
}

body[data-page="customs-warehouse-bonded-storage.html"] .customs-hero .hero-copy {
  max-width: 820px;
}

body[data-page="customs-warehouse-bonded-storage.html"] .customs-hero .hero-copy h1 {
  max-width: 790px;
  font-size: 4.75rem;
  line-height: 0.96;
}

body[data-page="customs-warehouse-bonded-storage.html"] .customs-hero .hero-lead {
  max-width: 760px;
}

body[data-page="customs-warehouse-bonded-storage.html"] .customs-hero-points {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  max-width: 790px;
  margin-top: 2rem;
  border-top: 1px solid rgba(255, 255, 255, 0.28);
  border-bottom: 1px solid rgba(255, 255, 255, 0.18);
}

body[data-page="customs-warehouse-bonded-storage.html"] .customs-hero-points span {
  min-height: 64px;
  padding: 1rem 1.15rem;
  display: flex;
  align-items: center;
  color: rgba(255, 255, 255, 0.9);
  font-size: 0.78rem;
  font-weight: 850;
  line-height: 1.35;
  text-transform: uppercase;
  border-right: 1px solid rgba(255, 255, 255, 0.18);
}

body[data-page="customs-warehouse-bonded-storage.html"] .customs-hero-points span:first-child {
  padding-left: 0;
}

body[data-page="customs-warehouse-bonded-storage.html"] .customs-hero-points span:last-child {
  border-right: 0;
}

body[data-page="customs-warehouse-bonded-storage.html"] .customs-intro {
  background: #ffffff;
}

body[data-page="customs-warehouse-bonded-storage.html"] .customs-intro-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.06fr) minmax(420px, 0.94fr);
  gap: 4.5rem;
  align-items: start;
}

body[data-page="customs-warehouse-bonded-storage.html"] .customs-intro-copy h2,
body[data-page="customs-warehouse-bonded-storage.html"] .customs-section-heading h2,
body[data-page="customs-warehouse-bonded-storage.html"] .customs-port-copy h2,
body[data-page="customs-warehouse-bonded-storage.html"] .customs-decision-heading h2 {
  color: var(--navy);
  font-size: 3.35rem;
  line-height: 1.03;
}

body[data-page="customs-warehouse-bonded-storage.html"] .customs-intro-copy > p:not(.section-kicker),
body[data-page="customs-warehouse-bonded-storage.html"] .customs-section-heading > p:not(.section-kicker),
body[data-page="customs-warehouse-bonded-storage.html"] .customs-port-copy > p:not(.section-kicker),
body[data-page="customs-warehouse-bonded-storage.html"] .customs-decision-heading > p:not(.section-kicker) {
  max-width: 720px;
  color: #566771;
  font-size: 1.06rem;
  line-height: 1.74;
}

body[data-page="customs-warehouse-bonded-storage.html"] .customs-input-panel {
  position: relative;
  overflow: hidden;
  padding: 2.2rem 2.35rem 2.35rem;
  color: #eef7f8;
  background: linear-gradient(145deg, #071421 0%, #0a2b3a 100%);
  border-left: 3px solid #27d5df;
  box-shadow: 0 26px 64px rgba(5, 18, 29, 0.18);
}

body[data-page="customs-warehouse-bonded-storage.html"] .customs-input-panel > span {
  color: #69e2e9;
  font-size: 0.74rem;
  font-weight: 900;
  text-transform: uppercase;
}

body[data-page="customs-warehouse-bonded-storage.html"] .customs-input-panel h3 {
  max-width: 380px;
  margin: 0.9rem 0 1.6rem;
  color: #ffffff;
  font-size: 1.8rem;
  line-height: 1.12;
}

body[data-page="customs-warehouse-bonded-storage.html"] .customs-input-panel ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

body[data-page="customs-warehouse-bonded-storage.html"] .customs-input-panel li {
  position: relative;
  padding: 0.82rem 0 0.82rem 1.35rem;
  color: rgba(238, 247, 248, 0.8);
  line-height: 1.48;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
}

body[data-page="customs-warehouse-bonded-storage.html"] .customs-input-panel li::before {
  content: "";
  position: absolute;
  top: 1.35rem;
  left: 0;
  width: 6px;
  height: 6px;
  background: #31d5dd;
}

body[data-page="customs-warehouse-bonded-storage.html"] .customs-compliance {
  margin: 3rem 0 0;
  padding: 1.5rem 1.7rem;
  color: #314751;
  background: #eaf4f5;
  border-left-color: #21c9d4;
}

body[data-page="customs-warehouse-bonded-storage.html"] .customs-workflow {
  color: #eef7f8;
  background: linear-gradient(135deg, #06131f 0%, #092938 100%);
}

body[data-page="customs-warehouse-bonded-storage.html"] .customs-workflow .section-kicker {
  color: #62dce5;
}

body[data-page="customs-warehouse-bonded-storage.html"] .customs-section-heading {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(420px, 1.1fr);
  gap: 4rem;
  align-items: end;
  margin-bottom: 3.2rem;
}

body[data-page="customs-warehouse-bonded-storage.html"] .customs-section-heading .section-kicker {
  grid-column: 1 / -1;
  margin-bottom: -2.8rem;
}

body[data-page="customs-warehouse-bonded-storage.html"] .customs-section-heading h2 {
  margin: 0;
  color: #ffffff;
}

body[data-page="customs-warehouse-bonded-storage.html"] .customs-section-heading > p:not(.section-kicker) {
  margin: 0;
  color: rgba(238, 247, 248, 0.7);
}

body[data-page="customs-warehouse-bonded-storage.html"] .customs-workflow-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  border: 1px solid rgba(255, 255, 255, 0.15);
}

body[data-page="customs-warehouse-bonded-storage.html"] .customs-workflow-grid article {
  min-height: 315px;
  padding: 1.7rem;
  display: flex;
  flex-direction: column;
  border-right: 1px solid rgba(255, 255, 255, 0.15);
  background: rgba(255, 255, 255, 0.025);
  transition: background-color 220ms ease, transform 220ms ease;
}

body[data-page="customs-warehouse-bonded-storage.html"] .customs-workflow-grid article:hover {
  background: rgba(51, 213, 222, 0.08);
  transform: translateY(-3px);
}

body[data-page="customs-warehouse-bonded-storage.html"] .customs-workflow-grid article:last-child {
  border-right: 0;
}

body[data-page="customs-warehouse-bonded-storage.html"] .customs-workflow-grid span,
body[data-page="customs-warehouse-bonded-storage.html"] .customs-decision-grid > article > span,
body[data-page="customs-warehouse-bonded-storage.html"] .customs-flow-list > article > span {
  color: #51d7df;
  font-size: 0.78rem;
  font-weight: 900;
}

body[data-page="customs-warehouse-bonded-storage.html"] .customs-workflow-grid h3 {
  margin: auto 0 0.85rem;
  color: #ffffff;
  font-size: 1.45rem;
}

body[data-page="customs-warehouse-bonded-storage.html"] .customs-workflow-grid p {
  margin: 0;
  color: rgba(238, 247, 248, 0.68);
  line-height: 1.6;
}

body[data-page="customs-warehouse-bonded-storage.html"] .customs-advice-note {
  margin: 1.5rem 0 0 auto;
  max-width: 760px;
  padding-left: 1.1rem;
  color: rgba(238, 247, 248, 0.68);
  font-size: 0.88rem;
  line-height: 1.55;
  border-left: 2px solid #43d6df;
}

body[data-page="customs-warehouse-bonded-storage.html"] .customs-port-flow {
  background: linear-gradient(180deg, #eef3f5 0%, #e6edef 100%);
}

body[data-page="customs-warehouse-bonded-storage.html"] .customs-port-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(430px, 0.92fr);
  gap: 4.2rem;
  align-items: center;
}

body[data-page="customs-warehouse-bonded-storage.html"] .customs-port-media {
  position: relative;
  min-height: 610px;
  margin: 0;
  overflow: hidden;
  background: #071421;
  border: 1px solid rgba(7, 20, 33, 0.14);
  border-radius: 4px;
  box-shadow: 0 28px 62px rgba(5, 18, 29, 0.16);
}

body[data-page="customs-warehouse-bonded-storage.html"] .customs-port-media::after {
  content: "";
  position: absolute;
  inset: 48% 0 0;
  background: linear-gradient(180deg, transparent, rgba(3, 18, 34, 0.9));
}

body[data-page="customs-warehouse-bonded-storage.html"] .customs-port-media picture,
body[data-page="customs-warehouse-bonded-storage.html"] .customs-port-media img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

body[data-page="customs-warehouse-bonded-storage.html"] .customs-port-media img {
  object-fit: cover;
  object-position: 54% center;
  filter: brightness(1.015) contrast(1.04) saturate(0.96);
  transition: transform 700ms cubic-bezier(0.2, 0.7, 0.2, 1);
}

body[data-page="customs-warehouse-bonded-storage.html"] .customs-port-media:hover img {
  transform: scale(1.02);
}

body[data-page="customs-warehouse-bonded-storage.html"] .customs-port-media figcaption {
  position: absolute;
  right: 2rem;
  bottom: 2rem;
  left: 2rem;
  z-index: 1;
  color: #ffffff;
}

body[data-page="customs-warehouse-bonded-storage.html"] .customs-port-media figcaption span {
  display: block;
  margin-bottom: 0.55rem;
  color: #67e0e9;
  font-size: 0.72rem;
  font-weight: 900;
  text-transform: uppercase;
}

body[data-page="customs-warehouse-bonded-storage.html"] .customs-port-media figcaption strong {
  display: block;
  max-width: 420px;
  font-size: 1.75rem;
  line-height: 1.1;
}

body[data-page="customs-warehouse-bonded-storage.html"] .customs-port-copy h2 {
  margin-bottom: 1.35rem;
}

body[data-page="customs-warehouse-bonded-storage.html"] .customs-flow-list {
  margin: 2rem 0 2.2rem;
  border-top: 1px solid rgba(7, 20, 33, 0.16);
}

body[data-page="customs-warehouse-bonded-storage.html"] .customs-flow-list article {
  display: grid;
  grid-template-columns: 42px minmax(0, 1fr);
  gap: 0.65rem;
  padding: 1.05rem 0;
  border-bottom: 1px solid rgba(7, 20, 33, 0.16);
}

body[data-page="customs-warehouse-bonded-storage.html"] .customs-flow-list h3 {
  margin: 0 0 0.25rem;
  color: var(--navy);
  font-size: 1.05rem;
}

body[data-page="customs-warehouse-bonded-storage.html"] .customs-flow-list p {
  margin: 0;
  color: #62717a;
  line-height: 1.5;
}

body[data-page="customs-warehouse-bonded-storage.html"] .customs-decision {
  background: #ffffff;
}

body[data-page="customs-warehouse-bonded-storage.html"] .customs-decision-heading {
  display: grid;
  grid-template-columns: minmax(0, 0.85fr) minmax(420px, 1.15fr);
  gap: 4rem;
  align-items: end;
  margin-bottom: 3rem;
}

body[data-page="customs-warehouse-bonded-storage.html"] .customs-decision-heading .section-kicker {
  grid-column: 1 / -1;
  margin-bottom: -2.7rem;
}

body[data-page="customs-warehouse-bonded-storage.html"] .customs-decision-heading h2,
body[data-page="customs-warehouse-bonded-storage.html"] .customs-decision-heading > p:not(.section-kicker) {
  margin-top: 0;
  margin-bottom: 0;
}

body[data-page="customs-warehouse-bonded-storage.html"] .customs-decision-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  border-top: 1px solid rgba(7, 20, 33, 0.15);
  border-left: 1px solid rgba(7, 20, 33, 0.15);
}

body[data-page="customs-warehouse-bonded-storage.html"] .customs-decision-grid article {
  min-height: 220px;
  padding: 1.65rem 1.8rem;
  display: grid;
  grid-template-columns: 44px minmax(0, 1fr);
  gap: 0.8rem;
  border-right: 1px solid rgba(7, 20, 33, 0.15);
  border-bottom: 1px solid rgba(7, 20, 33, 0.15);
  background: linear-gradient(145deg, #ffffff, #f3f7f8);
}

body[data-page="customs-warehouse-bonded-storage.html"] .customs-decision-grid h3 {
  margin: 0 0 0.75rem;
  color: var(--navy);
  font-size: 1.35rem;
}

body[data-page="customs-warehouse-bonded-storage.html"] .customs-decision-grid p {
  margin: 0;
  color: #63727b;
  line-height: 1.62;
}

body[data-page="customs-warehouse-bonded-storage.html"] .final-close {
  margin-top: 0;
}

@media (max-width: 1040px) {
  body[data-page="customs-warehouse-bonded-storage.html"] .customs-hero .hero-copy h1 {
    font-size: 4.1rem;
  }

  body[data-page="customs-warehouse-bonded-storage.html"] .customs-intro-grid,
  body[data-page="customs-warehouse-bonded-storage.html"] .customs-section-heading,
  body[data-page="customs-warehouse-bonded-storage.html"] .customs-port-layout,
  body[data-page="customs-warehouse-bonded-storage.html"] .customs-decision-heading {
    grid-template-columns: 1fr;
    gap: 2rem;
  }

  body[data-page="customs-warehouse-bonded-storage.html"] .customs-section-heading .section-kicker,
  body[data-page="customs-warehouse-bonded-storage.html"] .customs-decision-heading .section-kicker {
    grid-column: auto;
    margin-bottom: -1rem;
  }

  body[data-page="customs-warehouse-bonded-storage.html"] .customs-workflow-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  body[data-page="customs-warehouse-bonded-storage.html"] .customs-workflow-grid article:nth-child(2) {
    border-right: 0;
  }

  body[data-page="customs-warehouse-bonded-storage.html"] .customs-workflow-grid article:nth-child(-n + 2) {
    border-bottom: 1px solid rgba(255, 255, 255, 0.15);
  }

  body[data-page="customs-warehouse-bonded-storage.html"] .customs-port-media {
    min-height: 0;
    aspect-ratio: 16 / 9;
  }
}

@media (max-width: 760px) {
  body[data-page="customs-warehouse-bonded-storage.html"] .customs-hero {
    min-height: 760px;
    height: auto;
    max-height: none;
  }

  body[data-page="customs-warehouse-bonded-storage.html"] .customs-hero .hero-copy h1 {
    font-size: 3.15rem;
    line-height: 0.98;
  }

  body[data-page="customs-warehouse-bonded-storage.html"] .customs-hero .hero-media img {
    object-position: 64% center;
  }

  body[data-page="customs-warehouse-bonded-storage.html"] .customs-hero .hero-shade {
    background:
      linear-gradient(90deg, rgba(3, 18, 34, 0.9), rgba(3, 18, 34, 0.46)),
      linear-gradient(0deg, rgba(3, 18, 34, 0.55), transparent 52%);
  }

  body[data-page="customs-warehouse-bonded-storage.html"] .customs-hero-points {
    grid-template-columns: 1fr;
  }

  body[data-page="customs-warehouse-bonded-storage.html"] .customs-hero-points span {
    min-height: 0;
    padding: 0.65rem 0;
    border-right: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.15);
  }

  body[data-page="customs-warehouse-bonded-storage.html"] .customs-hero-points span:last-child {
    border-bottom: 0;
  }

  body[data-page="customs-warehouse-bonded-storage.html"] .customs-intro-copy h2,
  body[data-page="customs-warehouse-bonded-storage.html"] .customs-section-heading h2,
  body[data-page="customs-warehouse-bonded-storage.html"] .customs-port-copy h2,
  body[data-page="customs-warehouse-bonded-storage.html"] .customs-decision-heading h2 {
    font-size: 2.7rem;
  }

  body[data-page="customs-warehouse-bonded-storage.html"] .customs-workflow-grid,
  body[data-page="customs-warehouse-bonded-storage.html"] .customs-decision-grid {
    grid-template-columns: 1fr;
  }

  body[data-page="customs-warehouse-bonded-storage.html"] .customs-workflow-grid article {
    min-height: 245px;
    border-right: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.15);
  }

  body[data-page="customs-warehouse-bonded-storage.html"] .customs-workflow-grid article:last-child {
    border-bottom: 0;
  }

  body[data-page="customs-warehouse-bonded-storage.html"] .customs-port-media {
    aspect-ratio: 4 / 3;
  }

  body[data-page="customs-warehouse-bonded-storage.html"] .customs-decision-grid article {
    min-height: 200px;
  }
}

@media (max-width: 540px) {
  body[data-page="customs-warehouse-bonded-storage.html"] .customs-hero {
    min-height: 790px;
  }

  body[data-page="customs-warehouse-bonded-storage.html"] .customs-hero .hero-copy h1 {
    font-size: 2.68rem;
  }

  body[data-page="customs-warehouse-bonded-storage.html"] .customs-input-panel {
    padding: 1.7rem 1.45rem;
  }

  body[data-page="customs-warehouse-bonded-storage.html"] .customs-intro-copy h2,
  body[data-page="customs-warehouse-bonded-storage.html"] .customs-section-heading h2,
  body[data-page="customs-warehouse-bonded-storage.html"] .customs-port-copy h2,
  body[data-page="customs-warehouse-bonded-storage.html"] .customs-decision-heading h2 {
    font-size: 2.35rem;
  }

  body[data-page="customs-warehouse-bonded-storage.html"] .customs-port-media {
    min-height: 430px;
    aspect-ratio: auto;
  }

  body[data-page="customs-warehouse-bonded-storage.html"] .customs-port-media figcaption {
    right: 1.25rem;
    bottom: 1.25rem;
    left: 1.25rem;
  }

  body[data-page="customs-warehouse-bonded-storage.html"] .customs-decision-grid article {
    grid-template-columns: 34px minmax(0, 1fr);
    padding: 1.4rem 1.2rem;
  }
}

@media (max-width: 760px) {
  body[data-page="downloads.html"] .page-hero .hero-copy h1 {
    font-size: 2.72rem;
  }
}

/* Unified editorial type scale across every page and language. */
:root {
  --type-hero-title: clamp(3.1rem, 5.3vw, 4.75rem);
  --type-section-title: clamp(2.05rem, 3.1vw, 2.85rem);
  --type-card-title: clamp(1.12rem, 1.45vw, 1.4rem);
  --type-hero-lead: clamp(1.08rem, 1.35vw, 1.18rem);
  --type-section-copy: 1rem;
}

html[lang] body[data-page] .hero .hero-copy h1 {
  font-size: var(--type-hero-title);
  line-height: 0.98;
}

body[data-page] .hero .hero-lead {
  font-size: var(--type-hero-lead);
  line-height: 1.6;
}

body[data-page] main .section h2:not(.type-scale-exception) {
  font-size: var(--type-section-title);
  line-height: 1.06;
}

body[data-page] main .section h3:not(.type-scale-exception) {
  font-size: var(--type-card-title);
  line-height: 1.2;
}

body[data-page] main :is(
  .section-heading,
  .scope-heading,
  .assessment-copy,
  .infrastructure-heading,
  .infrastructure-system-copy,
  .customs-intro-copy,
  .customs-section-heading,
  .customs-port-copy,
  .customs-decision-heading,
  .safety-intro-copy,
  .safety-section-heading,
  .safety-security-heading
) > p:not(.section-kicker) {
  font-size: var(--type-section-copy);
}

@media (max-width: 760px) {
  :root {
    --type-hero-title: clamp(2.2rem, 9vw, 2.55rem);
    --type-section-title: clamp(1.8rem, 7.4vw, 2.15rem);
    --type-card-title: 1.15rem;
    --type-hero-lead: 1rem;
  }

  html[lang] body[data-page] .hero .hero-copy h1 {
    line-height: 1.01;
  }

}
