:root {
    --primary: #2e7d32; 
    --primary-hover: #1b5e20; 
    --bg-hero: #f1f8e9; 
    --text-main: #111111;
    --text-muted: #555555;
    --bg-light: #f9f9f9;
    --border-color: #eaeaea;
}