.soft-cta {
  margin: 78px 0 0;
  padding: clamp(30px, 5vw, 54px);
  border-radius: 8px;
  background: #121722;
  color: #fff;
  font-family: var(--sans);
  box-shadow: 0 24px 70px rgba(18, 23, 34, .18);
}
.soft-cta h2 { margin: 0 0 16px; color: #fff !important; }
.soft-cta p { max-width: 720px; color: #d6dae2; font-family: var(--sans); font-size: 16px; line-height: 1.68; }
.cta-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 28px; }
.soft-cta .button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-height: 48px;
  margin: 0;
  padding: 0 20px;
  border-radius: 8px;
  background: #fff;
  color: #121722;
  font-size: 15px;
  font-weight: 500;
  text-decoration: none;
  transition: transform 160ms ease, opacity 160ms ease;
}
.soft-cta .button img { width: 22px; height: 22px; flex: 0 0 auto; border-radius: 50%; }
.soft-cta .button:hover { transform: translateY(-1px); opacity: .92; }
.soft-cta .button-secondary { border: 1px solid rgba(255, 255, 255, .2); background: transparent; color: #fff; }
.soft-cta .sources { margin-top: 28px; padding-top: 20px; border-top: 1px solid rgba(255, 255, 255, .14); color: #9aa3b2; font-size: 13px; line-height: 1.55; }
.soft-cta .sources a { color: #d7deeb; }
@media (max-width: 700px) { .soft-cta { margin-top: 50px; padding: 28px 22px; } .soft-cta .button { width: 100%; } }
