:root {
  color: #24323b;
  background: #ffffff;
  font-family: Inter, "Segoe UI", Arial, sans-serif;
  font-synthesis: none;
  letter-spacing: 0;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  min-width: 320px;
  color: #24323b;
  background: #ffffff;
}

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

.site-header {
  position: absolute;
  z-index: 10;
  top: 0;
  left: 0;
  display: flex;
  width: 100%;
  height: 76px;
  align-items: center;
  justify-content: space-between;
  padding: 0 5vw;
  border-bottom: 1px solid rgba(255, 255, 255, 0.24);
  color: #ffffff;
}

.brand img {
  display: block;
  width: 142px;
  height: auto;
}

nav {
  display: flex;
  align-items: center;
  gap: 28px;
  font-size: 14px;
  font-weight: 600;
}

.header-action {
  padding: 10px 18px;
  border: 1px solid rgba(255, 255, 255, 0.7);
  border-radius: 6px;
}

.hero {
  position: relative;
  display: flex;
  height: 82svh;
  min-height: 580px;
  max-height: 780px;
  align-items: center;
  overflow: hidden;
  background: #002b3a url("/assets/hero.png") center 58% / cover no-repeat;
  color: #ffffff;
}

.hero-shade {
  position: absolute;
  inset: 0;
  background: rgba(0, 31, 48, 0.62);
}

.hero-content {
  position: relative;
  z-index: 1;
  width: min(780px, 90vw);
  margin-left: 8vw;
  padding-top: 54px;
}

.eyebrow {
  margin: 0 0 16px;
  color: #5df2c8;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0;
}

.eyebrow.dark {
  color: #007e75;
}

h1,
h2,
h3,
p {
  letter-spacing: 0;
}

h1 {
  margin: 0;
  font-size: 76px;
  line-height: 0.98;
}

.hero-copy {
  max-width: 660px;
  margin: 22px 0 30px;
  font-size: 23px;
  line-height: 1.45;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.button {
  display: inline-flex;
  min-height: 48px;
  align-items: center;
  justify-content: center;
  padding: 12px 20px;
  border-radius: 6px;
  font-size: 15px;
  font-weight: 750;
}

.button-primary {
  color: #002b3a;
  background: #5df2c8;
}

.button-secondary {
  border: 1px solid rgba(255, 255, 255, 0.68);
  color: #ffffff;
  background: rgba(0, 20, 31, 0.32);
}

.signal-band {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  min-height: 92px;
  align-items: center;
  padding: 0 5vw;
  border-bottom: 1px solid #dde4e7;
  color: #36505c;
  background: #f4f8f8;
  font-size: 14px;
  font-weight: 700;
  text-align: center;
}

.signal-band div + div {
  border-left: 1px solid #cbd7db;
}

.section {
  max-width: 1180px;
  margin: 0 auto;
  padding: 104px 32px 112px;
}

.section-heading {
  display: grid;
  grid-template-columns: 1.25fr 0.75fr;
  gap: 48px;
  align-items: end;
}

.section-heading .eyebrow {
  grid-column: 1 / -1;
  margin-bottom: -24px;
}

h2 {
  margin: 0;
  color: #062d3a;
  font-size: 42px;
  line-height: 1.15;
}

.section-heading > p:last-child {
  margin: 0;
  color: #63737c;
  font-size: 17px;
  line-height: 1.65;
}

.feature-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 42px;
  margin-top: 72px;
}

.feature-grid article {
  padding-top: 24px;
  border-top: 3px solid #00b99a;
}

.feature-grid span {
  color: #df5546;
  font-size: 13px;
  font-weight: 800;
}

h3 {
  margin: 18px 0 12px;
  color: #062d3a;
  font-size: 23px;
}

.feature-grid p {
  margin: 0;
  color: #667780;
  font-size: 15px;
  line-height: 1.65;
}

.community {
  color: #ffffff;
  background: #002b3a;
}

.community-inner {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 96px;
  max-width: 1180px;
  margin: 0 auto;
  padding: 104px 32px;
}

.community h2 {
  color: #ffffff;
}

.audience-list > div {
  display: grid;
  grid-template-columns: 0.7fr 1.3fr;
  gap: 24px;
  padding: 24px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

.audience-list strong {
  color: #5df2c8;
}

.audience-list span {
  color: #c2d3d8;
  line-height: 1.5;
}

.final-cta {
  display: flex;
  max-width: 1180px;
  margin: 0 auto;
  align-items: end;
  justify-content: space-between;
  gap: 40px;
  padding: 88px 32px;
}

.button-dark {
  flex: 0 0 auto;
  color: #ffffff;
  background: #063746;
}

footer {
  display: grid;
  grid-template-columns: 1fr auto auto;
  gap: 32px;
  align-items: center;
  padding: 28px 5vw;
  border-top: 1px solid #dce4e7;
  color: #687982;
  font-size: 13px;
}

footer img {
  width: 112px;
}

footer p {
  margin: 0;
}

@media (max-width: 760px) {
  .site-header {
    height: 68px;
    padding: 0 20px;
  }

  .brand img {
    width: 112px;
  }

  nav a:not(.header-action) {
    display: none;
  }

  .hero {
    height: 78svh;
    min-height: 520px;
    background-position: 57% center;
  }

  .hero-content {
    width: auto;
    margin: 0;
    padding: 60px 22px 0;
  }

  h1 {
    font-size: 52px;
  }

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

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

  .signal-band {
    grid-template-columns: repeat(2, 1fr);
    gap: 18px 0;
    padding: 20px 12px;
    font-size: 12px;
  }

  .signal-band div:nth-child(3) {
    border-left: 0;
  }

  .section,
  .community-inner,
  .final-cta {
    padding: 72px 22px;
  }

  .section-heading,
  .feature-grid,
  .community-inner {
    grid-template-columns: 1fr;
  }

  .section-heading,
  .community-inner {
    gap: 28px;
  }

  .section-heading .eyebrow {
    margin-bottom: -8px;
  }

  h2 {
    font-size: 32px;
  }

  .feature-grid {
    gap: 36px;
    margin-top: 50px;
  }

  .audience-list > div {
    grid-template-columns: 1fr;
    gap: 8px;
  }

  .final-cta {
    align-items: stretch;
    flex-direction: column;
  }

  footer {
    grid-template-columns: 1fr;
    gap: 12px;
    padding: 28px 22px;
  }
}
