.csp-section {
  padding: 4.5rem 0;
  position: relative;
}

.csp-section--light {
  background: #f7f8fb;
}

.csp-section--primary {
  background: var(--bs-primary, #0d6efd);
  color: #fff;
}

.csp-section--secondary {
  background: var(--bs-secondary, #6c757d);
  color: #fff;
}

.csp-kicker {
  color: var(--bs-primary, #0d6efd);
  font-weight: 700;
  letter-spacing: .08em;
  margin-bottom: .75rem;
  text-transform: uppercase;
}

.csp-section--primary .csp-kicker,
.csp-section--secondary .csp-kicker {
  color: rgba(255,255,255,.85);
}

.csp-hero__title {
  font-size: clamp(2.25rem, 5vw, 4.5rem);
  line-height: 1.05;
  margin-bottom: 1rem;
}

.csp-lede {
  font-size: 1.2rem;
  max-width: 65ch;
}

.csp-rich-text {
  color: inherit;
}

.csp-rich-text p:last-child {
  margin-bottom: 0;
}

.csp-actions {
  display: flex;
  flex-wrap: wrap;
  gap: .75rem;
  margin-top: 1.5rem;
}

.csp-image-card {
  border-radius: 1.25rem;
  box-shadow: 0 1rem 2.5rem rgba(0,0,0,.12);
  overflow: hidden;
}

.csp-image-card img {
  display: block;
  height: auto;
  width: 100%;
}

.csp-card {
  background: #fff;
  border: 1px solid rgba(0,0,0,.06);
  border-radius: 1.25rem;
  box-shadow: 0 .75rem 1.75rem rgba(0,0,0,.06);
  padding: 1.75rem;
  transition: transform .18s ease, box-shadow .18s ease;
}

.csp-card:hover {
  box-shadow: 0 1rem 2.5rem rgba(0,0,0,.1);
  transform: translateY(-3px);
}

.csp-card__icon {
  align-items: center;
  background: rgba(13,110,253,.09);
  border-radius: 999px;
  color: var(--bs-primary, #0d6efd);
  display: inline-flex;
  font-size: 1.35rem;
  height: 3rem;
  justify-content: center;
  margin-bottom: 1rem;
  width: 3rem;
}

.csp-card h3 {
  font-size: 1.25rem;
}

.csp-card__link {
  font-weight: 700;
  margin-top: 1rem;
}

.csp-accordion .accordion-item {
  border: 0;
  border-radius: 1rem;
  box-shadow: 0 .5rem 1.5rem rgba(0,0,0,.06);
  margin-bottom: .75rem;
  overflow: hidden;
}

.csp-accordion .accordion-button {
  font-size: 1.05rem;
  font-weight: 700;
}

.csp-cta__inner {
  align-items: center;
  display: flex;
  gap: 2rem;
  justify-content: space-between;
}

.csp-cta h2 {
  margin-bottom: .5rem;
}

.csp-cta .csp-actions {
  flex: 0 0 auto;
  margin-top: 0;
}

@media (max-width: 991.98px) {
  .csp-section {
    padding: 3rem 0;
  }

  .csp-cta__inner {
    align-items: flex-start;
    flex-direction: column;
  }

  .csp-cta .csp-actions {
    margin-top: .5rem;
  }
}
