/* v2.6.0: investor information page, downloads and alternating contact theme. */
body main .investors {
  background: #142a3b;
  color: #ffffff;
}

body main .investors-layout {
  display: grid;
  grid-template-columns: minmax(0, .92fr) minmax(520px, 1.08fr);
  gap: clamp(44px, 6vw, 96px);
  align-items: center;
}

body main .investors-lead h2 {
  max-width: 760px;
  margin: 0 0 18px;
  color: #ffffff;
}

body main .investors-lead > p:not(.eyebrow) {
  max-width: 720px;
  color: #d5e0e7;
}

body main .investor-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 28px;
}

body main .investors .button.secondary {
  border-color: #77cbd0;
  color: #ffffff;
}

body main .investor-topics {
  border-top: 1px solid rgba(255,255,255,.2);
}

body main .investor-topics article {
  display: grid;
  grid-template-columns: 54px 1fr;
  gap: 20px;
  padding: 20px 0;
  border-bottom: 1px solid rgba(255,255,255,.2);
}

body main .investor-topics span {
  color: #79d7d5;
  font-family: "Space Grotesk", sans-serif;
  font-size: .84rem;
  font-weight: 700;
  letter-spacing: .12em;
}

body main .investor-topics h3 {
  margin: 0 0 5px;
  color: #ffffff;
  font-size: clamp(1.05rem, 1.35vw, 1.3rem);
}

body main .investor-topics p {
  margin: 0;
  color: #c8d7df;
  font-size: .95rem;
  line-height: 1.55;
}

body main .contact-light {
  background: #ffffff;
  color: #142a3b;
}

body main .contact-light h2,
body main .contact-light .contact-details strong,
body main .contact-light .pilot-steps strong {
  color: #142a3b;
}

body main .contact-light p,
body main .contact-light .contact-details span,
body main .contact-light .pilot-steps span {
  color: #526977;
}

body main .contact-light .contact-details a,
body main .contact-light .download-step a {
  color: #197f98;
}

body main .contact-light .contact-details,
body main .contact-light .pilot-steps,
body main .contact-light .pilot-steps > div,
body main .contact-light .contact-copyright {
  border-color: #d8e2e7;
}

body main .download-step a {
  text-decoration: none;
}

body main .download-step a:hover,
body main .download-step a:focus-visible {
  text-decoration: underline;
}

body main .contact-light .website-version {
  color: #6b7f8b;
}

@media (min-width: 1001px) {
  body .site-header nav {
    gap: clamp(12px, 1.05vw, 19px);
  }

  body .site-header nav a {
    font-size: clamp(.7rem, .72vw, .82rem);
  }

  body main .contact-light .pilot-steps > div {
    padding-block: 14px;
  }
}

@media (max-width: 1000px) {
  body main .investors-layout {
    grid-template-columns: 1fr;
    gap: 34px;
  }
}

@media (max-width: 600px) {
  body main .investor-topics article {
    grid-template-columns: 42px 1fr;
    gap: 12px;
  }

  body main .investor-actions {
    align-items: stretch;
    flex-direction: column;
  }

  body main .investor-actions .button {
    justify-content: center;
  }
}
