.plan-offer-banner {
  background: linear-gradient(90deg, var(--mf-primary-dark), var(--mf-primary));
  color: white;
  text-align: center;
  padding: 10px 20px;
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 0.02em;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  position: relative;
  z-index: 600;
}
.plan-offer-banner i { color: var(--mf-extra); flex-shrink: 0; }
.plan-offer-banner a {
  color: white;
  text-decoration: underline;
  font-weight: 600;
  flex-shrink: 0;
  white-space: nowrap;
}