/* Deep Analytics website v1.9 — section navigation and consistent labels. */

body .site-header nav {
  gap: 16px;
}

body .site-header nav a {
  font-size: 0.74rem;
  white-space: nowrap;
}

body .site-header .nav-cta {
  padding: 8px 13px;
}

/* Use one label treatment throughout, modelled on the main-page label. */
body main .eyebrow,
body main .eyebrow.ink {
  margin: 0 0 16px;
  font-family: Manrope, Arial, sans-serif;
  font-size: 0.76rem;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

body main .hero .eyebrow,
body main .challenge .eyebrow,
body main .capability-suite .eyebrow,
body main .applications .eyebrow,
body main .pilot .eyebrow {
  color: #49c9ca !important;
}

body main .graphmap .eyebrow,
body main .demonstrations .eyebrow,
body main .difference .eyebrow {
  color: #117b9b !important;
}

@media (min-width: 901px) {
  body main .graphmap .feature-grid,
  body main .demo-header,
  body main .pilot .pilot-grid {
    align-items: start;
  }

  /* Accommodate the additional first feature and differentiator within one screen. */
  body main .graphmap .feature-list li {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  body main .difference-list > div {
    padding-top: 10px;
    padding-bottom: 10px;
  }
}

@media (max-width: 1080px) and (min-width: 901px) {
  body .site-header nav {
    gap: 11px;
  }

  body .site-header nav a {
    font-size: 0.68rem;
  }

  body .site-header .nav-cta {
    padding: 7px 10px;
  }
}
