/**
 * JSI SmartLinks Pro — Public Landing Page Styles
 *
 * These are the *baseline* styles for the public campaign page.
 * Theme overrides are applied via CSS custom properties (set inline
 * in the <style> block of campaign.php).
 *
 * @package JSISmartLinksPro
 */

/* Loaded conditionally — only on JSI campaign pages. */

/* Smooth scroll behaviour */
html { scroll-behavior: smooth; }

/* Reset */
*, *::before, *::after { box-sizing: border-box; }

/* Focus ring for accessibility */
.jsi-platform-btn:focus-visible {
  outline: 3px solid var(--jsi-accent, #667eea);
  outline-offset: 2px;
}

/* Reduced motion */
@media (prefers-reduced-motion: reduce) {
  .jsi-platform-btn { transition: none !important; }
  #jsi-countdown span { transition: none !important; }
}
