.global-header {
  background: #fff;
  border-bottom: 1px solid #dce5e1;
  color: #17352c;
}
.global-header__row {
  align-items: center;
  display: flex;
  gap: 24px;
  justify-content: space-between;
  margin: 0 auto;
  max-width: 1160px;
  padding: 14px 20px;
}
.global-brand {
  color: #17352c;
  font-size: 20px;
  font-weight: 700;
  text-decoration: none;
  white-space: nowrap;
}
.global-brand strong { color: #0b6e4f; }
.global-brand em { color: #f4a100; font-size: .7em; font-style: normal; }
.global-nav { display: flex; flex-wrap: wrap; gap: 8px 22px; }
.global-nav a { color: #294c41; font-weight: 600; text-decoration: none; }
.global-nav a:hover, .global-nav a:focus-visible { color: #0b6e4f; text-decoration: underline; }
.global-cta {
  background: #0b6e4f;
  border-radius: 8px;
  color: #fff !important;
  padding: 9px 14px;
  text-decoration: none !important;
}
.global-footer {
  background: #17352c;
  color: #dce8e4;
  margin-top: 48px;
  padding: 34px 20px;
}
.global-footer__inner { margin: 0 auto; max-width: 1160px; }
.global-footer nav { display: flex; flex-wrap: wrap; gap: 10px 22px; margin-bottom: 18px; }
.global-footer a { color: #fff; }
.global-footer p { margin: 7px 0; text-align: left; }
@media (max-width: 760px) {
  .global-header__row { align-items: flex-start; flex-direction: column; gap: 12px; }
  .global-nav { gap: 10px 16px; }
}
