.coffeesmarts-hero {
  background: #2B1810;
}
.app-section.dark.coffeesmarts-features { background: #2B1810; }

.coffeesmarts-hero .hero-eyebrow {
  color: #8B5A3C;
}

.coffeesmarts-hero h1 {
  color: #FAF7F2;
}

.coffeesmarts-hero .hero-tagline {
  color: rgba(250, 247, 242, 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(250, 247, 242, 0.08);
  color: rgba(250, 247, 242, 0.4);
  border: 1.5px solid rgba(250, 247, 242, 0.15);
  cursor: default;
}

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