.product-pathway {
  margin: 48px 0 0;
  padding: clamp(24px, 4vw, 38px);
  border: 1px solid rgba(151, 112, 255, 0.42);
  border-radius: 16px;
  background:
    linear-gradient(135deg, rgba(108, 63, 196, 0.18), rgba(17, 24, 39, 0.06)),
    rgba(255, 255, 255, 0.03);
  color: inherit;
}

.product-pathway__eyebrow {
  margin: 0 0 10px;
  color: #a78bfa;
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.product-pathway h2 {
  margin: 0 0 12px;
  color: inherit;
  font-size: clamp(1.35rem, 2.5vw, 2rem);
  line-height: 1.2;
}

.product-pathway > p:not(.product-pathway__eyebrow) {
  max-width: 760px;
  margin: 0 0 20px;
  color: inherit;
  line-height: 1.65;
}

.product-pathway__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.product-pathway__action,
.product-pathway__examples {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  padding: 10px 16px;
  border: 1px solid #8b5cf6;
  border-radius: 8px;
  background: #7c3aed;
  color: #fff;
  font-weight: 800;
  line-height: 1.25;
  text-decoration: none;
}

.product-pathway__examples {
  background: rgba(255, 255, 255, 0.04);
  color: inherit;
}

.product-pathway__action:hover,
.product-pathway__action:focus-visible {
  background: #6d28d9;
  color: #fff;
}

.product-pathway__examples:hover,
.product-pathway__examples:focus-visible {
  border-color: #a78bfa;
  background: rgba(139, 92, 246, 0.14);
  color: inherit;
}

@media (max-width: 640px) {
  .share-group {
    max-width: 100%;
    flex-wrap: wrap;
  }

  .product-pathway {
    margin-top: 32px;
    padding: 22px 18px;
    border-radius: 12px;
  }

  .product-pathway__action,
  .product-pathway__examples {
    width: 100%;
  }
}
