/* ================================
   ENERGY STUDY & AUDIT PAGE - MAIN CSS
   ================================ */

/* Import Shared Components */
@import url('../components/service-page-header.css');
@import url('../components/filter-search.css');

/* Import Shared Services Template */
@import url('../sections/services-page-shared.css');

/* Import Section Files */
@import url('../sections/energy-study-audit/esa-hero.css');
@import url('../sections/energy-study-audit/esa-services.css');
@import url('../sections/energy-study-audit/esa-benefits.css');
@import url('../sections/energy-study-audit/esa-process.css');
@import url('../sections/energy-study-audit/esa-incentives.css');
@import url('../sections/energy-study-audit/esa-cta.css');
@import url('../sections/energy-study-audit/esa-modal.css');

/* ================================
   ENERGY STUDY & AUDIT PAGE VARIABLES
   ================================ */

:root {
  /* Page-specific primary colors for service-page-header component */
  --page-primary: #2E7D32;
  --page-primary-dark: #1B5E20;
  --page-primary-light: #4CAF50;
  
  /* Legacy color variables (keep for other sections) */
  --primary: #2E7D32;
  --forest: #2E7D32;
  --forest-dark: #1B5E20;
  --nature: #4CAF50;
  --nature-light: #81C784;
}

/* ================================
   PAGE-SPECIFIC OVERRIDES
   ================================ */

/* Legacy override - now handled by service-page-header component */
/* .section-header .highlight {
  color: var(--forest);
} */ 