/* Florify components. Keep marketplace logic inside Florify Core, not the theme. */
.florify-surface-card {
  background: var(--florify-white);
  border: 1px solid var(--florify-border);
  border-radius: var(--florify-radius-md);
  box-shadow: var(--florify-shadow-sm);
}
.florify-brand-button .elementor-button,
.florify-brand-button {
  background: var(--florify-green-950);
  border-radius: 999px;
  color: var(--florify-white);
  font-weight: 700;
  transition: background-color .2s ease, transform .2s ease;
}
.florify-brand-button .elementor-button:hover,
.florify-brand-button:hover {
  background: var(--florify-gold-700);
  color: var(--florify-white);
  transform: translateY(-1px);
}
.florify-gold-accent { color: var(--florify-gold-700); }
.florify-green-section { background: var(--florify-green-950); color: var(--florify-white); }
.florify-green-section a { color: var(--florify-gold-300); }
@media (max-width: 767px) {
  .florify-surface-card { border-radius: var(--florify-radius-sm); }
}
@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { scroll-behavior: auto !important; transition-duration: .01ms !important; animation-duration: .01ms !important; }
}
