.remediation-offer {
  margin-top: 28px;
  padding: clamp(24px, 4vw, 36px);
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 30px;
  align-items: center;
  border: 1px solid #c9d8f2;
  border-radius: 18px;
  background:
    linear-gradient(135deg, rgb(239 246 255 / 96%), rgb(248 250 252 / 98%));
  box-shadow: 0 18px 55px rgb(21 47 88 / 8%);
}

.remediation-offer-copy {
  max-width: 760px;
}

.remediation-offer .section-kicker {
  margin-bottom: 8px;
}

.remediation-offer h3 {
  margin: 0;
  color: #101827;
  font-size: clamp(1.45rem, 3vw, 2rem);
  letter-spacing: -.03em;
}

.remediation-offer p {
  margin: 10px 0 0;
  color: #56667a;
  line-height: 1.65;
}

.remediation-offer-scope {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 16px;
}

.remediation-offer-scope span {
  padding: 6px 9px;
  color: #284d82;
  border: 1px solid #cbdaf1;
  border-radius: 999px;
  background: #fff;
  font-size: 11px;
  font-weight: 750;
}

.remediation-offer-actions {
  min-width: 235px;
  text-align: center;
}

.remediation-offer-actions .button {
  width: 100%;
}

.remediation-offer-actions small {
  display: block;
  margin-top: 10px;
  color: #6b788c;
  font-size: 11px;
  line-height: 1.45;
}

@media (max-width: 760px) {
  .remediation-offer {
    grid-template-columns: 1fr;
  }

  .remediation-offer-actions {
    min-width: 0;
  }
}
