.fb-zone-hub-hero {
  border-bottom: 1px solid #e2edf3;
  background: #f6f9fb;
  padding: 56px 0 54px;
}

.fb-zone-hub-wrap {
  width: min(1180px, calc(100% - 40px));
  margin: 0 auto;
  font-family: "Open Sans", Arial, sans-serif;
}

.fb-zone-hub-hero-inner {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 360px;
  gap: 48px;
  align-items: center;
}

.fb-zone-hub-kicker {
  display: block;
  margin-bottom: 13px;
  padding-left: 12px;
  border-left: 4px solid #0088cc;
  color: #007ab8;
  font-size: 14px;
  font-weight: 800;
  letter-spacing: .055em;
  line-height: 1.2;
  text-transform: uppercase;
}

.fb-zone-hub-hero h1 {
  max-width: 760px;
  margin: 0 0 20px;
  color: #34414a;
  font-size: clamp(34px, 4vw, 52px);
  font-weight: 700;
  line-height: 1.1;
}

.fb-zone-hub-hero p {
  max-width: 760px;
  margin: 0 0 16px;
  color: #5b6b73;
  font-size: 18.5px;
  line-height: 1.65;
}

.fb-zone-hub-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px 18px;
  align-items: center;
  margin-top: 26px;
}

.fb-zone-hub-call {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 13px 20px;
  border-radius: 9px;
  background: #0088cc;
  color: #fff !important;
  font-size: 16px;
  font-weight: 800;
  letter-spacing: .01em;
  text-decoration: none !important;
  box-shadow: 0 8px 18px rgba(0, 136, 204, .16);
}

.fb-zone-hub-secondary {
  color: #34414a !important;
  font-size: 16px;
  font-weight: 800;
  text-decoration: underline;
  text-underline-offset: 4px;
}

.fb-zone-hub-card {
  border: 1px solid #dce8ef;
  border-top: 4px solid #0088cc;
  border-radius: 14px;
  background: #fff;
  padding: 25px 26px 24px;
  box-shadow: 0 12px 28px rgba(16, 38, 54, .07);
}

.fb-zone-hub-card h2 {
  margin: 0 0 14px;
  color: #34414a;
  font-size: 22px;
  font-weight: 800;
  line-height: 1.25;
}

.fb-zone-hub-card p {
  margin: 0 0 16px;
  color: #667681;
  font-size: 15.5px;
  line-height: 1.55;
}

.fb-zone-hub-card dl {
  margin: 0;
}

.fb-zone-hub-card-row {
  display: grid;
  grid-template-columns: 86px 1fr;
  gap: 14px;
  padding: 13px 0;
  border-top: 1px solid #edf2f5;
}

.fb-zone-hub-card-row dt {
  margin: 0;
  color: #0088cc;
  font-size: 20px;
  font-weight: 800;
  line-height: 1.2;
}

.fb-zone-hub-card-row dd {
  margin: 0;
  color: #4f606a;
  font-size: 15px;
  line-height: 1.45;
}

.fb-zone-hub {
  padding: 70px 0 82px;
  background: #fff;
}

.fb-zone-hub-head {
  max-width: 840px;
  margin: 0 auto 34px;
  text-align: center;
}

.fb-zone-hub-head h2 {
  margin: 0 0 14px;
  color: #34414a;
  font-size: clamp(32px, 4vw, 48px);
  line-height: 1.15;
}

.fb-zone-hub-head p {
  margin: 0;
  color: #5b6b73;
  font-size: 18px;
  line-height: 1.65;
}

.fb-zone-hub-groups {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 22px;
}

.fb-zone-hub-group {
  padding: 26px;
  border: 1px solid rgba(0, 136, 204, .14);
  border-radius: 22px;
  background: #f7fafc;
  box-shadow: 0 12px 28px rgba(16, 38, 54, .06);
}

.fb-zone-hub-group h3 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  margin: 0 0 17px;
  color: #34414a;
  font-size: 24px;
  font-weight: 800;
  line-height: 1.2;
}

.fb-zone-hub-count {
  flex: 0 0 auto;
  min-width: 34px;
  padding: 5px 9px;
  border-radius: 999px;
  background: rgba(0, 136, 204, .12);
  color: #0088cc;
  font-size: 14px;
  text-align: center;
}

.fb-zone-hub-links {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
}

.fb-zone-hub-links a {
  display: flex;
  flex-direction: column;
  gap: 4px;
  min-height: 70px;
  padding: 13px 14px;
  border-radius: 14px;
  background: #fff;
  color: #24333b !important;
  text-decoration: none !important;
  box-shadow: 0 7px 18px rgba(16, 38, 54, .05);
}

.fb-zone-hub-links a:hover {
  color: #0088cc !important;
  transform: translateY(-1px);
}

.fb-zone-hub-links strong {
  font-size: 16px;
  line-height: 1.25;
}

.fb-zone-hub-links span {
  color: #6a7a83;
  font-size: 13.5px;
  line-height: 1.35;
}

.fb-zone-hub-note {
  margin-top: 34px;
  padding: 30px 34px;
  border-radius: 22px;
  background: linear-gradient(135deg, #087db7 0%, #075f8d 100%);
  color: #fff;
}

.fb-zone-hub-note h2 {
  margin: 0 0 12px;
  color: #fff;
  font-size: clamp(28px, 3vw, 40px);
  line-height: 1.16;
}

.fb-zone-hub-note p {
  max-width: 900px;
  margin: 0 0 20px;
  color: rgba(255, 255, 255, .90);
  font-size: 18px;
  line-height: 1.65;
}

.fb-zone-hub-note .fb-zone-hub-call {
  background: #fff;
  color: #087db7 !important;
}

@media (max-width: 860px) {
  .fb-zone-hub-hero-inner,
  .fb-zone-hub-groups,
  .fb-zone-hub-links {
    grid-template-columns: 1fr;
  }

  .fb-zone-hub-card {
    max-width: 520px;
  }
}

@media (max-width: 560px) {
  .fb-zone-hub-hero {
    padding: 52px 0 48px;
  }

  .fb-zone-hub-wrap {
    width: min(100% - 28px, 1180px);
  }

  .fb-zone-hub {
    padding: 52px 0 58px;
  }

  .fb-zone-hub-hero h1 {
    font-size: 34px;
  }

  .fb-zone-hub-actions {
    align-items: stretch;
    flex-direction: column;
  }

  .fb-zone-hub-call {
    width: 100%;
  }

  .fb-zone-hub-hero p,
  .fb-zone-hub-head p,
  .fb-zone-hub-note p {
    font-size: 16.5px;
  }

  .fb-zone-hub-group,
  .fb-zone-hub-note {
    padding: 22px 18px;
    border-radius: 18px;
  }
}
