.tool-upsell {
  max-width: 860px;
  margin: 36px auto 0;
  padding: 24px 28px;
  border: 1px solid #d9c9ef;
  border-radius: 16px;
  background: linear-gradient(135deg, #f5efff, #fff7ed);
  color: #1a1a2e;
  box-shadow: 0 8px 24px rgba(59, 15, 109, .08);
}

.tool-upsell-kicker {
  margin: 0 0 6px;
  color: #6b3d99;
  font-size: .78rem;
  font-weight: 800;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.tool-upsell h2 {
  margin: 0 0 8px;
  color: #3b0f6d;
  font-size: 1.35rem;
}

.tool-upsell p {
  margin: 0 0 16px;
  color: #555;
}

.tool-upsell-link {
  display: inline-block;
  padding: 11px 18px;
  border-radius: 22px;
  background: #ff7a00;
  color: #fff;
  font-weight: 700;
  text-decoration: none;
}

.tool-upsell-link:hover,
.tool-upsell-link:focus-visible {
  background: #d96100;
}
