/*
Theme Name: Handyman Monthly
Theme URI: https://handymanmonthly.com
Author: Dynamic Digital AI
Description: Premium subscription theme for Las Vegas Handyman 702 monthly plans.
Version: 1.0
*/

:root {
  --navy: #0c1445;
  --blue: #2563eb;
  --blue-light: #3b82f6;
  --orange: #f97316;
  --gold: #f59e0b;
  --green: #10b981;
  --gray: #64748b;
  --light: #f8fafc;
  --dark: #0f172a;
  --white: #ffffff;
}
* { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }
body { font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif; color: #1e293b; background: #fff; line-height: 1.6; }
a { text-decoration: none; color: inherit; }
img { max-width: 100%; }
.container { max-width: 1100px; margin: 0 auto; padding: 0 5%; }
.reveal { opacity: 0; transform: translateY(20px); transition: opacity .5s ease, transform .5s ease; }
.reveal.visible { opacity: 1; transform: none; }
