/*!
 * WiFiFlow marketing homepage helpers.
 * Core layout styles live in templates/portal/homepage.html;
 * this file holds shared dark-theme polish and removes the old
 * prefers-color-scheme approach that conflicted with the toggle.
 */

[data-theme="dark"] body {
    background: var(--wf-bg);
    color: var(--wf-text);
}

[data-theme="dark"] .feature-card:hover,
[data-theme="dark"] .pricing-card:hover,
[data-theme="dark"] .industry-pill:hover {
    box-shadow: var(--wf-shadow-lg);
}

[data-theme="dark"] .stat-number {
    color: var(--wf-primary);
}
