.boost-hero {
  background:
    radial-gradient(circle at 82% 12%, rgba(237, 139, 250, 0.22), transparent 24%),
    radial-gradient(circle at 20% 85%, rgba(255, 237, 2, 0.22), transparent 28%),
    linear-gradient(115deg, #fff 0%, #fff8e8 58%, #ebeae8 100%);
}

.boost-hero h1 {
  max-width: 820px;
  font-size: clamp(46px, 5.6vw, 82px);
}

.boost-hero .hero-lede {
  max-width: 720px;
}

.boost-visual {
  position: relative;
  z-index: 2;
  display: grid;
  gap: 18px;
  padding: 22px;
  border: 1.5px solid #000;
  border-radius: var(--radius);
  background: #fff;
  box-shadow: var(--bno-shadow-panel);
}

.boost-badge-card {
  min-height: 330px;
  display: grid;
  align-content: space-between;
  gap: 30px;
  padding: 26px;
  color: #fff;
  border-radius: var(--radius);
  background: #000;
}

.boost-badge-card img {
  width: 120px;
  height: 120px;
  object-fit: contain;
  padding: 10px;
  border-radius: 14px;
  background: #fff;
}

.boost-badge-card strong {
  max-width: 10ch;
  font-family: var(--font-display);
  font-size: clamp(40px, 4.5vw, 62px);
  font-weight: 460;
  line-height: 0.94;
}

.boost-stack {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 10px;
}

.boost-stack article {
  min-height: 108px;
  padding: 14px;
  display: grid;
  align-content: space-between;
  border-radius: var(--radius);
  background: var(--bno-cool-gray);
}

.boost-stack article:nth-child(2) {
  background: var(--bno-soft-orange);
}

.boost-stack article:nth-child(3) {
  background: var(--bno-soft-yellow);
}

.boost-stack article:nth-child(4) {
  background: var(--bno-soft-pink);
}

.boost-stack span {
  font-size: 12px;
  font-weight: 950;
}

.boost-stack b {
  font-size: 14px;
  line-height: 1.05;
}

.boost-manifesto {
  color: #fff;
  background: #000;
}

.boost-manifesto .eyebrow,
.boost-manifesto .section-head h2 {
  color: #fff;
}

.boost-manifesto .section-head p {
  color: rgba(255, 255, 255, 0.72);
}

.manifesto-grid,
.boost-method-grid,
.boost-offer-grid,
.boost-service-grid,
.training-grid,
.credential-grid {
  display: grid;
  gap: 14px;
}

.manifesto-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.manifesto-grid article {
  min-height: 360px;
  padding: 28px;
  border-radius: var(--radius);
  background: #171717;
  border: 1px solid rgba(255, 255, 255, 0.18);
}

.manifesto-grid article:nth-child(2) {
  color: #000;
  background: var(--bno-soft-orange);
  border-color: transparent;
}

.manifesto-grid article:nth-child(3) {
  color: #000;
  background: var(--bno-soft-yellow);
  border-color: transparent;
}

.manifesto-grid span,
.boost-method-grid span,
.training-grid span {
  display: inline-flex;
  margin-bottom: 44px;
  font-size: 13px;
  font-weight: 950;
  letter-spacing: var(--tracking-caps);
  text-transform: uppercase;
}

.manifesto-grid h3,
.boost-method-grid h3,
.boost-offer-grid h3,
.fragmented-col h3,
.training-grid h3,
.compare-table h3 {
  margin: 0 0 14px;
  color: inherit;
  font-family: var(--font-display);
  font-size: clamp(30px, 3.5vw, 46px);
  font-weight: 460;
  line-height: 0.96;
}

.manifesto-grid p,
.boost-method-grid p,
.boost-offer-grid p,
.fragmented-col p,
.training-grid p,
.compare-table p {
  margin: 0;
  color: inherit;
  line-height: 1.5;
}

.fragmented-section {
  background: #f4f3f1;
}

.fragmented-board {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto minmax(0, 1fr);
  align-items: stretch;
  gap: 14px;
}

.fragmented-col {
  min-height: 330px;
  padding: 30px;
  border-radius: var(--radius);
  border: 1.5px solid #000;
  background: #fff;
}

.fragmented-col.highlight {
  background: linear-gradient(135deg, rgba(254, 131, 1, 0.95), rgba(255, 237, 2, 0.7));
}

.fragmented-col span {
  display: inline-flex;
  margin-bottom: 56px;
  font-size: 13px;
  font-weight: 950;
  letter-spacing: var(--tracking-caps);
  text-transform: uppercase;
}

.boost-arrow {
  align-self: center;
  width: 58px;
  height: 58px;
  display: grid;
  place-items: center;
  border-radius: 999px;
  color: #000;
  background: var(--bno-soft-orange);
  font-size: 30px;
  font-weight: 900;
}

.boost-method {
  background: #fff;
}

.boost-method-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.boost-method-grid article {
  min-height: 390px;
  padding: 24px;
  border-radius: var(--radius);
  background: var(--bno-cool-gray);
  border-top: 7px solid var(--bno-fiery-orange);
}

.boost-method-grid article:nth-child(2) {
  border-top-color: var(--bno-mellow-yellow);
}

.boost-method-grid article:nth-child(3) {
  border-top-color: #000;
}

.boost-method-grid article:nth-child(4) {
  border-top-color: var(--bno-lively-pink);
}

.boost-method-grid b {
  display: block;
  margin-bottom: 12px;
  color: var(--bno-fiery-orange);
  font-size: 12px;
  font-weight: 950;
  letter-spacing: var(--tracking-caps);
  text-transform: uppercase;
}

.boost-method-grid article > span {
  display: block;
  margin-bottom: 38px;
}

.boost-method-grid h3 {
  font-size: clamp(28px, 3vw, 38px);
}

.booms-bridge {
  background: #fff8e8;
}

.boost-offer-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.boost-offer-grid article {
  min-height: 315px;
  padding: 24px;
  border-radius: var(--radius);
  background: #fff;
  border: 1px solid rgba(0, 0, 0, 0.12);
}

.boost-offer-grid article:nth-child(2) {
  background: var(--bno-soft-orange);
}

.boost-offer-grid article:nth-child(3) {
  background: var(--bno-soft-yellow);
}

.boost-offer-grid article:nth-child(4) {
  background: #000;
  color: #fff;
}

.boost-offer-grid span,
.boost-service-grid span {
  display: inline-flex;
  margin-bottom: 42px;
  font-size: 12px;
  font-weight: 950;
  letter-spacing: var(--tracking-caps);
  text-transform: uppercase;
}

.boost-offer-grid h3 {
  font-size: clamp(27px, 3vw, 36px);
}

.boost-services {
  background: #fff;
}

.boost-service-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.boost-service-grid article {
  min-height: 245px;
  padding: 24px;
  border-radius: var(--radius);
  background: #f4f3f1;
  border-top: 6px solid var(--bno-fiery-orange);
}

.boost-service-grid article:nth-child(3n + 2) {
  border-top-color: var(--bno-mellow-yellow);
}

.boost-service-grid article:nth-child(3n) {
  border-top-color: #000;
}

.boost-service-grid h3,
.credential-grid h3 {
  margin: 0 0 14px;
  color: #000;
  font-family: var(--font-display);
  font-size: clamp(26px, 3vw, 36px);
  font-weight: 460;
  line-height: 1;
}

.boost-service-grid p,
.credential-grid p {
  margin: 0;
  color: rgba(0, 0, 0, 0.72);
  line-height: 1.5;
}

.training-section {
  color: #fff;
  background: #000;
}

.training-section .eyebrow,
.training-section .section-head h2 {
  color: #fff;
}

.training-section .section-head p {
  color: rgba(255, 255, 255, 0.72);
}

.training-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.training-grid article {
  min-height: 320px;
  padding: 24px;
  color: #000;
  border-radius: var(--radius);
  background: #ebeae8;
}

.training-grid article:nth-child(2) {
  background: var(--bno-soft-orange);
}

.training-grid article:nth-child(3) {
  background: var(--bno-soft-yellow);
}

.training-grid article:nth-child(4) {
  color: #fff;
  background: #171717;
  border: 1px solid rgba(255, 255, 255, 0.18);
}

.training-grid h3 {
  font-size: clamp(27px, 3vw, 38px);
}

.proof-credentials {
  background: #f4f3f1;
}

.credential-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.credential-grid article {
  min-height: 330px;
  padding: 24px;
  border-radius: var(--radius);
  background: #fff;
}

.credential-grid img {
  width: 120px;
  height: 120px;
  object-fit: contain;
  margin-bottom: 40px;
}

.boost-team {
  background: #fff;
}

.boost-team .team-photos {
  align-items: stretch;
}

.boost-team .team-photos figure {
  overflow: hidden;
  border-radius: var(--radius);
  background: #ebeae8;
}

.boost-team .team-photos img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.boost-team .team-photos .tall img {
  object-position: center;
}

.compare {
  background: #fff8e8;
}

.compare-table {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

.compare-table > div {
  min-height: 340px;
  padding: 30px;
  border-radius: var(--radius);
  border: 1.5px solid #000;
  background: #fff;
}

.compare-table > div:nth-child(2) {
  background: #000;
  color: #fff;
}

.cta-final {
  color: #fff;
  background: #000;
}

.cta-final .eyebrow,
.cta-final h2 {
  color: #fff;
}

.cta-final p {
  max-width: 760px;
  color: rgba(255, 255, 255, 0.74);
}

.cta-final .btn-secondary {
  color: #000;
  background: #fff;
}

.cta-final .btn-secondary:hover,
.cta-final .btn-secondary:focus-visible {
  color: #000;
  background: var(--bno-soft-orange);
  border-color: var(--bno-fiery-orange);
}

@media (max-width: 1120px) {
  .boost-method-grid,
  .boost-offer-grid,
  .training-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .boost-service-grid,
  .credential-grid,
  .manifesto-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 820px) {
  .boost-hero h1 {
    font-size: clamp(42px, 12vw, 64px);
  }

  .boost-stack,
  .boost-method-grid,
  .boost-offer-grid,
  .training-grid,
  .boost-service-grid,
  .credential-grid,
  .compare-table {
    grid-template-columns: 1fr;
  }

  .fragmented-board {
    grid-template-columns: 1fr;
  }

  .boost-arrow {
    justify-self: center;
    transform: rotate(90deg);
  }

  .boost-badge-card {
    min-height: 260px;
  }

  .boost-badge-card strong {
    max-width: 11ch;
    font-size: clamp(34px, 10vw, 50px);
  }

  .manifesto-grid article,
  .boost-method-grid article,
  .boost-offer-grid article,
  .training-grid article,
  .fragmented-col,
  .compare-table > div {
    min-height: auto;
  }
}
