:root {
  --ink: #172026;
  --muted: #607078;
  --paper: #f7f9f8;
  --white: #ffffff;
  --line: #dce5e3;
  --teal: #0b6f70;
  --teal-dark: #084c50;
  --blue: #234c7d;
  --amber: #c6872d;
  --graphite: #28343a;
  --shadow: 0 20px 70px rgba(23, 32, 38, 0.14);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family:
    Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color: var(--ink);
  background: var(--paper);
  line-height: 1.5;
}

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

.site-header {
  position: fixed;
  z-index: 20;
  top: 0;
  left: 0;
  right: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 32px;
  min-height: 72px;
  padding: 14px 48px;
  color: var(--white);
  background: rgba(12, 22, 26, 0.58);
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
  backdrop-filter: blur(18px);
}

.brand {
  display: inline-flex;
  align-items: center;
  min-width: 0;
}

.brand-logo {
  display: block;
  width: 216px;
  height: auto;
}

.nav-links {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 24px;
  font-size: 14px;
  font-weight: 650;
}

.nav-links a {
  opacity: 0.84;
}

.nav-links a:hover,
.nav-links a:focus-visible {
  opacity: 1;
}

.hero {
  position: relative;
  display: grid;
  align-items: center;
  min-height: 86vh;
  padding: 128px 48px 80px;
  overflow: hidden;
  color: var(--white);
}

.hero-image,
.hero-scrim {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.hero-image {
  object-fit: cover;
  object-position: 62% center;
}

.hero-scrim {
  background:
    linear-gradient(90deg, rgba(8, 18, 21, 0.88) 0%, rgba(8, 18, 21, 0.66) 42%, rgba(8, 18, 21, 0.16) 78%),
    linear-gradient(180deg, rgba(8, 18, 21, 0.28) 0%, rgba(8, 18, 21, 0.62) 100%);
}

.hero-content {
  position: relative;
  z-index: 1;
  max-width: 740px;
}

.eyebrow {
  margin: 0 0 18px;
  color: var(--teal);
  font-size: 13px;
  font-weight: 780;
  text-transform: uppercase;
  letter-spacing: 0;
}

.hero .eyebrow {
  color: #8ee8df;
}

h1,
h2,
h3,
p {
  overflow-wrap: anywhere;
}

h1 {
  margin: 0;
  font-size: 68px;
  line-height: 0.95;
  letter-spacing: 0;
}

h2 {
  margin: 0;
  max-width: 780px;
  font-size: 42px;
  line-height: 1.08;
  letter-spacing: 0;
}

h3 {
  margin: 18px 0 10px;
  font-size: 21px;
  line-height: 1.2;
  letter-spacing: 0;
}

.hero-copy {
  max-width: 660px;
  margin: 26px 0 0;
  color: rgba(255, 255, 255, 0.84);
  font-size: 21px;
}

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

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 13px 20px;
  border-radius: 8px;
  font-size: 15px;
  font-weight: 760;
  transition:
    transform 160ms ease,
    background-color 160ms ease,
    border-color 160ms ease;
}

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

.button.primary {
  color: var(--white);
  background: var(--teal);
  border: 1px solid var(--teal);
}

.button.secondary {
  color: var(--white);
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.34);
}

.intro-band,
.section,
.trust-band,
.contact-band {
  position: relative;
}

.intro-band {
  background: var(--white);
  border-bottom: 1px solid var(--line);
}

.section-inner {
  width: min(1160px, calc(100% - 48px));
  margin: 0 auto;
}

.intro-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.35fr) minmax(320px, 0.85fr);
  gap: 44px;
  align-items: center;
  padding: 46px 0;
}

.statement {
  margin: 0;
  font-size: 24px;
  line-height: 1.32;
  font-weight: 650;
}

.facts {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1px;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--line);
}

.facts div {
  min-width: 0;
  padding: 18px;
  background: var(--paper);
}

.facts span,
.product-row span {
  display: block;
  margin-bottom: 6px;
  color: var(--muted);
  font-size: 12px;
  font-weight: 760;
  text-transform: uppercase;
  letter-spacing: 0;
}

.facts strong,
.product-row strong {
  display: block;
  font-size: 15px;
}

.section {
  padding: 98px 0;
}

.section-heading {
  max-width: 820px;
}

.section-heading > p:not(.eyebrow) {
  margin: 22px 0 0;
  color: var(--muted);
  font-size: 18px;
}

.capability-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
  margin-top: 42px;
}

.capability-card {
  min-height: 274px;
  padding: 28px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--white);
  box-shadow: 0 12px 40px rgba(23, 32, 38, 0.06);
}

.capability-icon {
  display: inline-grid;
  place-items: center;
  width: 44px;
  height: 44px;
  border-radius: 8px;
  color: var(--white);
  font-size: 13px;
  font-weight: 800;
  background: var(--graphite);
}

.capability-card:nth-child(2) .capability-icon {
  background: var(--teal);
}

.capability-card:nth-child(3) .capability-icon {
  background: var(--amber);
}

.capability-card p {
  margin: 0;
  color: var(--muted);
}

.trust-band {
  padding: 96px 0;
  color: var(--white);
  background:
    linear-gradient(135deg, rgba(8, 76, 80, 0.96), rgba(35, 76, 125, 0.94)),
    var(--teal-dark);
}

.trust-band .eyebrow {
  color: #a7f3ea;
}

.trust-layout,
.product-layout,
.contact-layout {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(320px, 1.05fr);
  gap: 58px;
  align-items: start;
}

.trust-copy p {
  margin: 0;
  color: rgba(255, 255, 255, 0.82);
  font-size: 18px;
}

.check-list {
  display: grid;
  gap: 14px;
  margin: 28px 0 0;
  padding: 0;
  list-style: none;
}

.check-list li {
  position: relative;
  padding-left: 28px;
  color: rgba(255, 255, 255, 0.9);
}

.check-list li::before {
  content: "";
  position: absolute;
  top: 8px;
  left: 0;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: var(--amber);
  box-shadow: 0 0 0 4px rgba(198, 135, 45, 0.18);
}

.products {
  background: var(--paper);
}

.product-panel,
.contact-card {
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--white);
  box-shadow: var(--shadow);
}

.product-panel {
  overflow: hidden;
}

.product-row {
  display: grid;
  grid-template-columns: minmax(0, 0.85fr) minmax(0, 1.15fr);
  gap: 18px;
  padding: 24px 26px;
  border-bottom: 1px solid var(--line);
}

.product-row:last-child {
  border-bottom: 0;
}

.contact-band {
  padding: 92px 0;
  color: var(--white);
  background: #202c31;
}

.contact-band .eyebrow {
  color: #8ee8df;
}

.contact-band p {
  max-width: 560px;
  color: rgba(255, 255, 255, 0.78);
  font-size: 18px;
}

.contact-card {
  display: grid;
  gap: 14px;
  padding: 30px;
  color: var(--ink);
  font-style: normal;
}

.contact-card a {
  color: var(--teal-dark);
  font-size: 20px;
  font-weight: 760;
}

.contact-card span {
  color: var(--muted);
}

.site-footer {
  display: flex;
  justify-content: space-between;
  gap: 24px;
  padding: 26px 48px;
  color: rgba(255, 255, 255, 0.7);
  background: #121a1d;
  font-size: 14px;
}

.site-footer a {
  color: rgba(255, 255, 255, 0.88);
}

@media (max-width: 920px) {
  .site-header {
    padding: 14px 24px;
  }

  .nav-links {
    display: none;
  }

  .hero {
    min-height: 82vh;
    padding: 116px 24px 64px;
  }

  .hero-scrim {
    background:
      linear-gradient(90deg, rgba(8, 18, 21, 0.9) 0%, rgba(8, 18, 21, 0.74) 62%, rgba(8, 18, 21, 0.34) 100%),
      linear-gradient(180deg, rgba(8, 18, 21, 0.16) 0%, rgba(8, 18, 21, 0.7) 100%);
  }

  h1 {
    font-size: 48px;
  }

  h2 {
    font-size: 34px;
  }

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

  .section-inner {
    width: min(100% - 32px, 720px);
  }

  .intro-grid,
  .trust-layout,
  .product-layout,
  .contact-layout {
    grid-template-columns: 1fr;
  }

  .facts,
  .capability-grid {
    grid-template-columns: 1fr;
  }

  .section,
  .trust-band,
  .contact-band {
    padding: 72px 0;
  }
}

@media (max-width: 560px) {
  .brand-logo {
    width: 176px;
  }

  .hero {
    min-height: 80vh;
  }

  h1 {
    font-size: 40px;
  }

  h2 {
    font-size: 28px;
  }

  .statement {
    font-size: 20px;
  }

  .hero-actions,
  .site-footer {
    flex-direction: column;
    align-items: stretch;
  }

  .button {
    width: 100%;
  }

  .product-row {
    grid-template-columns: 1fr;
    gap: 4px;
  }

  .contact-card a {
    font-size: 17px;
  }
}
