/*
Theme Name: Affiliate Dashboard Pro Marketing
Theme URI: https://demo.josephprofile.com/affiliate/
Author: Affiliate Dashboard Pro
Description: Marketing site theme for Affiliate Dashboard Pro (responsive, Elementor-friendly, CTA + analytics hooks).
Version: 1.0.0
Requires at least: 6.0
Tested up to: 6.6
Requires PHP: 7.4
License: GPLv2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: affiliate-dashboard-pro
*/

:root { --brand-900:#020617; --brand-800:#0b1220; --brand-700:#0f172a; --brand-600:#111827; --emerald:#34d399; }
html { scroll-behavior: smooth; }
body { background: var(--brand-900); color: #e5e7eb; }
a { text-decoration: none; }
img, svg, video { max-width: 100%; height: auto; }

/* Prevent horizontal scroll issues */
html, body { max-width: 100%; overflow-x: hidden; }
* { min-width: 0; }

/* Simple container helpers (used by theme wrappers) */
.adp-container { max-width: 72rem; margin: 0 auto; padding: 0 1rem; }
