.hub-body {
  background: #fff;
}

.hub-body .nav-links a.active {
  color: var(--blue);
  font-weight: 750;
}

.hub-hero {
  padding: 92px 0 98px;
  border-bottom: 1px solid #e8edf4;
  background: #fff;
}

.hub-hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(330px, .7fr);
  align-items: center;
  gap: 76px;
}

.hub-kicker,
.hub-heading > span,
.hub-developer > div > span,
.hub-cta span {
  color: var(--blue);
  font-size: 10px;
  font-weight: 850;
  letter-spacing: 2px;
}

.hub-hero h1 {
  max-width: 700px;
  margin: 18px 0 17px;
  color: #111b33;
  font-size: 54px;
  line-height: 1.15;
  letter-spacing: 0;
}

.hub-hero p {
  max-width: 680px;
  margin: 0;
  color: #59667d;
  font-size: 15px;
  line-height: 1.85;
}

.hub-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 29px;
}

.hub-decision {
  padding: 26px;
  border: 1px solid #dfe6f0;
  border-radius: 8px;
  background: #f8faff;
  box-shadow: 0 20px 50px rgba(30, 64, 117, .1);
}

.hub-decision > span {
  display: block;
  margin-bottom: 15px;
  color: #758299;
  font-size: 10px;
  font-weight: 750;
}

.hub-decision ol {
  display: grid;
  gap: 0;
  margin: 0;
  padding: 0;
  list-style: none;
}

.hub-decision li {
  display: grid;
  grid-template-columns: 35px minmax(0, 1fr);
  align-items: center;
  gap: 12px;
  padding: 17px 0;
  border-top: 1px solid #e2e8f1;
}

.hub-decision li > b {
  display: grid;
  place-items: center;
  width: 32px;
  height: 32px;
  color: #1268f3;
  border-radius: 7px;
  background: #e9f2ff;
  font-size: 9px;
}

.hub-decision li div {
  display: grid;
  gap: 4px;
}

.hub-decision strong {
  color: #25344c;
  font-size: 13px;
}

.hub-decision small {
  color: #7d899b;
  font-size: 10px;
}

.hub-band,
.hub-section {
  padding: 92px 0;
}

.hub-band[id],
.hub-section[id] {
  scroll-margin-top: 72px;
}

.hub-band {
  background: #f5f8fc;
}

.hub-section {
  background: #fff;
}

.hub-heading {
  max-width: 720px;
  margin-bottom: 38px;
}

.hub-heading h2,
.hub-developer h2,
.hub-cta h2 {
  margin: 13px 0 12px;
  color: #111b33;
  font-size: 39px;
  line-height: 1.2;
  letter-spacing: 0;
}

.hub-heading p,
.hub-developer p,
.hub-cta p {
  margin: 0;
  color: #647188;
  font-size: 13px;
  line-height: 1.75;
}

.hub-card-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}

.hub-card-grid article {
  min-height: 245px;
  display: flex;
  flex-direction: column;
  padding: 24px;
  border: 1px solid #dfe6ef;
  border-radius: 8px;
  background: #fff;
  scroll-margin-top: 96px;
  transition: border-color .18s ease, box-shadow .18s ease, background .18s ease;
}

.hub-card-grid article:target {
  border-color: #8eb9ff;
  background: #f7faff;
  box-shadow: 0 0 0 3px rgba(18, 104, 243, .1), 0 14px 34px rgba(30, 75, 150, .1);
}

.hub-card-grid article > span {
  align-self: flex-start;
  padding: 5px 8px;
  color: #1268f3;
  border-radius: 5px;
  background: #eaf2ff;
  font-size: 9px;
  font-weight: 750;
}

.hub-card-grid article:nth-child(3n + 2) > span {
  color: #08795d;
  background: #e9f8f2;
}

.hub-card-grid article:nth-child(3n) > span {
  color: #a8541d;
  background: #fff2e8;
}

.hub-card-grid h3 {
  margin: 24px 0 9px;
  color: #1d2a40;
  font-size: 17px;
}

.hub-card-grid p {
  margin: 0 0 22px;
  color: #657188;
  font-size: 11px;
  line-height: 1.8;
}

.hub-card-grid a {
  margin-top: auto;
  color: var(--blue);
  font-size: 10px;
  font-weight: 750;
}

.hub-comparison {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  border-top: 1px solid #dfe6ef;
  border-bottom: 1px solid #dfe6ef;
}

.hub-comparison article {
  min-width: 0;
  padding: 30px 28px;
  border-right: 1px solid #dfe6ef;
}

.hub-comparison article:last-child {
  border-right: 0;
}

.hub-comparison b {
  color: #0b8061;
  font-size: 10px;
}

.hub-comparison strong {
  display: block;
  margin: 15px 0 8px;
  color: #202e45;
  font-size: 17px;
}

.hub-comparison p {
  margin: 0;
  color: #657188;
  font-size: 11px;
  line-height: 1.8;
}

.hub-topic-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}

.hub-topic-grid > section {
  overflow: hidden;
  border: 1px solid #dfe6ef;
  border-radius: 8px;
  background: #fff;
}

.hub-topic-grid section > header {
  display: grid;
  grid-template-columns: 35px minmax(0, 1fr);
  gap: 12px;
  padding: 22px;
  border-bottom: 1px solid #e6ebf2;
}

.hub-topic-grid header > span {
  display: grid;
  place-items: center;
  width: 34px;
  height: 34px;
  color: #fff;
  border-radius: 7px;
  background: #1268f3;
  font-size: 9px;
  font-weight: 800;
}

.hub-topic-grid h3 {
  margin: 0 0 4px;
  font-size: 15px;
}

.hub-topic-grid header p {
  margin: 0;
  color: #7d899c;
  font-size: 9px;
}

.hub-topic-grid ul {
  display: grid;
  margin: 0;
  padding: 8px 22px 16px;
  list-style: none;
}

.hub-topic-grid li {
  border-bottom: 1px solid #edf0f5;
}

.hub-topic-grid li:last-child {
  border-bottom: 0;
}

.hub-topic-grid a {
  display: block;
  padding: 14px 0;
  color: #44536a;
  font-size: 11px;
  line-height: 1.5;
}

.hub-topic-grid a:hover {
  color: var(--blue);
}

.hub-checklist {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  margin: 0;
  padding: 0;
  border-top: 1px solid #dfe6ef;
  border-bottom: 1px solid #dfe6ef;
  list-style: none;
}

.hub-checklist li {
  min-width: 0;
  padding: 25px 20px;
  border-right: 1px solid #dfe6ef;
}

.hub-checklist li:last-child {
  border-right: 0;
}

.hub-checklist span,
.hub-step-grid b {
  color: #1268f3;
  font-size: 10px;
  font-weight: 850;
}

.hub-checklist h3,
.hub-step-grid h3 {
  margin: 24px 0 8px;
  color: #25344b;
  font-size: 14px;
}

.hub-checklist p,
.hub-step-grid p {
  margin: 0;
  color: #68758a;
  font-size: 10px;
  line-height: 1.75;
}

.hub-step-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
}

.hub-step-grid article {
  min-height: 205px;
  padding: 23px 20px;
  border-top: 3px solid #1268f3;
  border-right: 1px solid #dfe6ef;
  border-bottom: 1px solid #dfe6ef;
  border-left: 1px solid #dfe6ef;
  background: #fff;
}

.hub-developer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 40px;
}

.hub-developer > div:first-child {
  max-width: 650px;
}

.hub-developer .hub-actions {
  flex: 0 0 auto;
  margin-top: 0;
}

.hub-cta {
  padding: 82px 0;
  text-align: center;
  border-top: 1px solid #dfe6ef;
  background: #eef5ff;
}

.hub-cta h2 {
  margin-right: auto;
  margin-left: auto;
}

.hub-cta p {
  margin-bottom: 26px;
}

@media (max-width: 980px) {
  .hub-hero-grid {
    grid-template-columns: 1fr;
    gap: 42px;
  }

  .hub-decision {
    max-width: 620px;
  }

  .hub-card-grid,
  .hub-topic-grid {
    grid-template-columns: 1fr 1fr;
  }

  .hub-checklist {
    grid-template-columns: 1fr 1fr;
  }

  .hub-checklist li:nth-child(2n) {
    border-right: 0;
  }

  .hub-checklist li {
    border-bottom: 1px solid #dfe6ef;
  }

  .hub-checklist li:last-child {
    border-bottom: 0;
  }
}

@media (max-width: 650px) {
  .hub-hero {
    padding: 58px 0 66px;
  }

  .hub-hero h1 {
    font-size: 39px;
  }

  .hub-hero p {
    font-size: 13px;
  }

  .hub-actions {
    display: grid;
  }

  .hub-actions .btn {
    width: 100%;
  }

  .hub-band,
  .hub-section {
    padding: 68px 0;
  }

  .hub-heading h2,
  .hub-developer h2,
  .hub-cta h2 {
    font-size: 31px;
  }

  .hub-card-grid,
  .hub-topic-grid,
  .hub-step-grid,
  .hub-comparison,
  .hub-checklist {
    grid-template-columns: 1fr;
  }

  .hub-comparison article,
  .hub-checklist li {
    border-right: 0;
    border-bottom: 1px solid #dfe6ef;
  }

  .hub-comparison article:last-child,
  .hub-checklist li:last-child {
    border-bottom: 0;
  }

  .hub-developer {
    align-items: stretch;
    flex-direction: column;
  }

  .hub-developer .hub-actions {
    display: grid;
  }
}
