.whiskysmarts-hero {
  background: #2A1F14;
}
.app-section.dark.whiskysmarts-features { background: #2A1F14; }

.whiskysmarts-hero .hero-eyebrow {
  color: #9B6E2F;
}

.whiskysmarts-hero h1 {
  color: #F5EFE0;
}

.whiskysmarts-hero .hero-tagline {
  color: rgba(245, 239, 224, 0.7);
}

.store-badge-coming-soon {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.6rem 1.2rem;
  border-radius: 8px;
  font-size: 0.875rem;
  font-weight: 500;
  background: rgba(245, 239, 224, 0.08);
  color: rgba(245, 239, 224, 0.4);
  border: 1.5px solid rgba(245, 239, 224, 0.15);
  cursor: default;
}

.store-badge-coming-soon svg {
  width: 18px;
  height: 18px;
  flex-shrink: 0;
  fill: currentColor;
}
