/* Discount Calculator — tool-specific styles */

.sale-headline {
  text-align: center;
  padding: 0.5rem 0 1rem;
}

.sale-label {
  font-size: 0.85rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  color: var(--text-muted);
  margin-bottom: 0.35rem;
}

.sale-value {
  font-size: 2.4rem;
  font-weight: 700;
  color: var(--primary);
  line-height: 1.1;
}

@media (max-width: 480px) {
  .sale-value { font-size: 1.9rem; }
}
