/* ==========================================================================
   knowledge-base.css - pages/knowledge-base.html
   Figma frame "Verso Knowledge Base" 448:3939 (1920 x 10343).
   ========================================================================== */

.hero--verso::before {
  background-image: url("../assets/shapes/verso-hero-band.svg");
}

.spaces .bleed-figure {
  max-width: 1551px;
  margin-inline: auto;
}

.verso-band__grid {
  align-items: stretch;
}

.verso-band .spine-card {
  height: 100%;
}

/* Second blue band: a single centred pitch with two buttons. */
.linkup__inner {
  text-align: center;
}

.linkup__title {
  font-family: var(--ff-display);
  font-size: var(--fs-h1);
  font-weight: var(--fw-bold);
  line-height: var(--lh-snug);
  color: var(--c-white);
  max-width: 1200px;
  margin: 0 auto var(--sp-7);
}

.linkup__lede {
  font-family: var(--ff-ui);
  font-size: var(--fs-md);
  font-weight: var(--fw-light);
  line-height: var(--lh-ui);
  color: var(--c-white);
  max-width: 1100px;
  margin: 0 auto var(--sp-9);
}

.linkup__lede strong {
  font-weight: var(--fw-semibold);
}
