/* Ajustes incrementais da experiência comercial. */
.scan-sweep,
.scan-visual.scanning .scan-sweep {
  animation: spin 417s linear infinite !important;
}

.price-card li.plan-inherits {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 2px 0 10px;
  padding: 11px 12px;
  border: 1px solid rgba(0, 194, 255, 0.24);
  background: linear-gradient(90deg, rgba(37, 99, 235, 0.15), rgba(0, 194, 255, 0.05));
  color: #e8eef9;
}

.price-card li.plan-inherits::before {
  content: "✓ INCLUI";
  color: #00d084;
  font: 600 7px "Manrope";
  letter-spacing: 0.1em;
  margin-right: 10px;
}

.price-card li.plan-inherits strong {
  flex: 1;
  font: 600 10px "Manrope";
}

.price-card li.plan-inherits span {
  color: #00c2ff;
  font: 700 16px "Manrope";
}
