.capability-strip {
  font-size: 15px;
  letter-spacing: .16em;
  font-weight: 800;
}

.hero-actions .text-link {
  padding: 14px 20px;
  border: 1px solid rgba(99, 232, 255, .55);
  border-radius: 3px;
  color: #82eaff;
  background: rgba(65, 177, 255, .1);
}

.hero-actions .text-link:hover {
  color: #fff;
  background: rgba(65, 177, 255, .22);
}

.hero-actions .button,
.hero-actions .text-link {
  width: 280px;
  min-height: 56px;
  padding: 0 22px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.hero-text {
  font-size: 18px !important;
  line-height: 1.75 !important;
}

.hero-actions {
  gap: 22px;
  margin-top: 34px;
}

@media (max-width: 560px) {
  .hero-actions {
    width: 100%;
  }

  .hero-actions .button,
  .hero-actions .text-link {
    width: min(100%, 280px);
  }
}

.page-menu a:last-child {
  border-color: #145cff;
  color: #145cff;
  background: #fff;
  box-shadow: inset 0 0 0 1px rgba(20, 92, 255, .08);
}

.page-menu a:last-child small {
  color: #145cff;
}

.page-menu a:last-child:hover {
  color: #0d46cc;
  background: #f1f5ff;
}

@media (max-width: 900px) {
  .capability-strip {
    font-size: 14px;
    gap: 22px;
  }
}

@media (max-width: 560px) {
  .capability-strip {
    font-size: 13px;
    gap: 18px;
  }
}

/* Subpage top headings only */
.sub-hero h1 {
  font-size: clamp(47px, 5.4vw, 67px) !important;
}

.inquiry-hero h1 {
  font-size: clamp(46px, 5.4vw, 65px) !important;
}

@media (max-width: 900px) {
  .sub-hero h1 {
    font-size: 48px !important;
  }
}

@media (max-width: 560px) {
  .sub-hero h1 {
    font-size: 39px !important;
  }

  .inquiry-hero h1 {
    font-size: 41px !important;
  }
}

.hero h1 {
  font-size: clamp(44px, 4.3vw, 64px) !important;
  line-height: 1.17 !important;
  letter-spacing: -.045em !important;
}

@media (max-width: 560px) {
  .hero h1 {
    font-size: 38px !important;
  }
}

.page-menu a:last-child {
  border-color: #dbe4ef;
  color: inherit;
  background: #fff;
  box-shadow: none;
}

.page-menu a:last-child small {
  color: #145cff;
}

.page-menu a:last-child:hover {
  color: #fff;
  background: #071629;
}

.page-menu a small {
  font-size: 15px;
  font-weight: 800;
}

.menu-button,
.back-home {
  font-size: 14px;
  font-weight: 700;
  letter-spacing: .1em;
}
