:root {
  --navy: #14204a;
  --red: #2f5fdb;
  --yellow: #f5a623;
  --green: #1f8a70;
}

.hero::after {
  background:
    linear-gradient(90deg, rgba(20, 32, 74, 0.92) 0%, rgba(20, 32, 74, 0.62) 48%, rgba(20, 32, 74, 0.26) 100%),
    linear-gradient(0deg, rgba(47, 95, 219, 0.32), rgba(245, 166, 35, 0.12));
}

.cta-band {
  background:
    linear-gradient(90deg, rgba(20, 32, 74, 0.94), rgba(36, 36, 36, 0.94)),
    var(--coal);
}

.service-tag {
  background: rgba(47, 95, 219, 0.16);
}

.nav-list a:hover,
.nav-list a:focus,
.nav-list a[aria-current="page"] {
  background: rgba(47, 95, 219, 0.1);
}

.field input:focus,
.field select:focus,
.field textarea:focus {
  outline-color: rgba(245, 166, 35, 0.48);
}
