/*
Theme Name: MK24 Gewerke Landing
Description: Modulares WordPress Landing Page Theme für Google Ads - Kammerjäger, Elektro, Rohrreinigung, Sanitär mit Elementor Integration
Version: 1.0.0
Author: MK24 Development
Text Domain: mk24-gewerke
Domain Path: /languages
Requires at least: 6.0
Tested up to: 6.4
Requires PHP: 8.0
License: GPL v2 or later
Tags: landing-page, conversion, ads, gewerke, responsive, modern, elementor

This theme supports:
- Automatic city detection and content personalization
- Multi-trade switching (Kammerjäger, Elektro, Rohrreinigung, Sanitär)
- Conversion-optimized layouts
- Mobile-first responsive design
- Core Web Vitals optimization
- A/B testing ready structure
- Elementor page builder integration
- Modular CSS architecture
*/

/* Import Modular CSS */
@import url('assets/css/core.css');
@import url('assets/css/header.css');
@import url('assets/css/utilities.css');
@import url('assets/css/elementor-widgets.css');
@import url('assets/css/sections/hero-section.css');
@import url('assets/css/sections/features-section.css');
@import url('assets/css/sections/services-section.css');
@import url('assets/css/sections/guarantees-section.css');
@import url('assets/css/sections/company-info-section.css');
@import url('assets/css/sections/cta-image-section.css');
@import url('assets/css/sections/footer-cta-section.css');

/* 
 * MK24 Gewerke Theme - Clean Modular Structure
 * 
 * All styling is now properly modularized:
 * - Core: Variables, typography, buttons, utilities
 * - Header: Header styling and navigation
 * - Utilities: Forms, modals, general utilities
 * - Elementor Widgets: Widget-specific styling
 * - Sections: Individual section styling
 * 
 * The dynamic CSS variables are injected via PHP in the Theme Manager.
 * No duplicate code remains - everything is properly organized.
 */ 