.olive-hero {
  background: #1B3A2D;
}
.app-section.dark.olive-features { background: #1B3A2D; }

.olive-hero .hero-eyebrow {
  color: #9B7B2A;
}

.olive-hero h1 {
  color: #F5F0E6;
}

.olive-hero .hero-tagline {
  color: rgba(245, 240, 230, 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, 240, 230, 0.08);
  color: rgba(245, 240, 230, 0.4);
  border: 1.5px solid rgba(245, 240, 230, 0.15);
  cursor: default;
}

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