.landing-hero { margin-bottom: 1.25rem; }
.landing-sample {
  background: var(--bg, #09090b);
  border: 1px solid var(--border, #27272a);
  border-radius: 0.65rem;
  padding: 0.85rem;
  font-size: 0.82rem;
  color: var(--muted, #a1a1aa);
  margin: 1rem 0;
  font-style: italic;
  line-height: 1.5;
}

/* Hub conversion hero */
.hero-actions { margin: 0 0 0.85rem; }
.hero-cta {
  display: block;
  text-align: center;
  text-decoration: none;
  font-size: 1.02rem;
  /* Override shared .btn margin-top so hero sits tight under tagline */
  margin-top: 0 !important;
  padding: 0.95rem 1rem;
  box-shadow: 0 0 0 1px rgba(249, 115, 22, 0.35), 0 8px 28px rgba(249, 115, 22, 0.22);
  transition: filter 0.15s, transform 0.15s;
  -webkit-tap-highlight-color: transparent;
}
.hero-cta:hover { filter: brightness(1.06); transform: translateY(-1px); }
.hero-trust {
  text-align: center;
  font-size: 0.75rem;
  color: #71717a;
  margin: 0.5rem 0 0;
  line-height: 1.4;
  padding: 0 0.25rem;
}
.sample-row {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.4rem;
  margin: 0 0 0.15rem;
}
.sample-label {
  font-size: 0.78rem;
  color: #71717a;
  margin-right: 0.15rem;
}
.sample-chip {
  display: inline-block;
  font-size: 0.78rem;
  font-weight: 600;
  color: var(--text, #fafafa);
  text-decoration: none;
  padding: 0.35rem 0.7rem;
  border-radius: 999px;
  border: 1px solid var(--border, #27272a);
  background: var(--surface, #18181b);
  transition: border-color 0.15s, color 0.15s;
}
.sample-chip:hover {
  border-color: var(--accent, #f97316);
  color: var(--accent, #f97316);
}
.tool-card-hero {
  grid-column: 1 / -1;
  border-color: rgba(249, 115, 22, 0.5) !important;
  background: rgba(249, 115, 22, 0.08) !important;
}
.tool-card-fun {
  border-color: rgba(51, 255, 102, 0.35) !important;
  background: rgba(51, 255, 102, 0.05) !important;
}
.tool-card-kit {
  border-color: rgba(251, 191, 36, 0.45) !important;
  background: rgba(251, 191, 36, 0.06) !important;
}
.more-label {
  text-align: center;
  font-size: 0.75rem;
  color: #52525b;
  margin: -0.5rem 0 1rem;
}

.visitor-counter {
  text-align: center;
  font-size: 0.78rem;
  color: #71717a;
  margin: 0.75rem 0 0.35rem;
  opacity: 0;
  transition: opacity 0.3s;
  min-height: 1.2em; /* reserve space so layout doesn't jump when stats load */
}
.visitor-counter.loaded { opacity: 1; }
.visitor-counter b { color: var(--accent, #f97316); font-weight: 700; }
.trending {
  background: var(--surface, #18181b);
  border: 1px solid var(--border, #27272a);
  border-radius: 0.75rem;
  padding: 1rem;
  margin: 1.25rem 0;
  font-size: 0.85rem;
}
.trending h2 { font-size: 0.9rem; margin-bottom: 0.6rem; }
.trending li { color: var(--muted, #a1a1aa); margin-bottom: 0.35rem; }
.sms-btn {
  background: #22c55e !important;
  border-color: #22c55e !important;
  color: #000 !important;
}
.embed-code {
  background: var(--bg, #09090b);
  border: 1px solid var(--border, #27272a);
  border-radius: 0.5rem;
  padding: 0.75rem;
  font-size: 0.72rem;
  color: var(--muted, #a1a1aa);
  word-break: break-all;
  cursor: pointer;
  margin-top: 0.5rem;
}
.embed-code:hover { border-color: var(--accent, #f97316); }