/*
Theme Name: EZ Event Setup YG Dev
Theme URI: https://example.com/azure-gold-one-page
Author: Yarin Golan
Author URI: https://wa.me/972506726333
Description: Lightweight one-page WordPress theme with Customizer sections.
Version: 1.0.0
Requires at least: 6.0
Tested up to: 6.6
Requires PHP: 7.4
Text Domain: azure-gold
License: GPL-2.0+
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Tags: one-column, custom-colors, custom-logo, custom-menu, featured-images
*/

/* Basic Reset */
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji", sans-serif;
  color: #1a1a1a;
  background: #ffffff;
}

/* Layout */
.container { width: min(1150px, 92%); margin: 0 auto; }
.section { padding: 80px 0; }

/* Header */
.site-header { position: sticky; top: 0; background: #ffffff; border-bottom: 1px solid #eee; z-index: 50; }
.site-header .inner { display: flex; align-items: center; justify-content: space-between; padding: 16px 0; }
.main-nav ul { list-style: none; margin: 0; padding: 0; display: flex; gap: 20px; }
.main-nav a { text-decoration: none; color: inherit; }

/* Hero */
.hero { display: grid; place-items: center; min-height: 70vh; text-align: center; background: linear-gradient(135deg, #0ea5e9, #f59e0b); color: #fff; }
.hero .title { font-size: clamp(32px, 6vw, 56px); font-weight: 800; margin: 0 0 12px; }
.hero .subtitle { font-size: clamp(16px, 3vw, 22px); opacity: .95; margin: 0 0 24px; }
.hero .cta { display: inline-block; background: #111827; color: #fff; padding: 12px 20px; border-radius: 8px; text-decoration: none; }

/* Footer */
.site-footer { background: #0f172a; color: #e5e7eb; padding: 40px 0; }
.site-footer a { color: #93c5fd; }
