:root {
    /* --- BRAND COLORS --- */
    --primary: #0073aa;       /* WordPress Blue / Ocean */
    --primary-dark: #005177;
    --accent: #25D366;        /* WhatsApp Green */
    --text-main: #333333;
    --text-light: #666666;
    --bg-light: #f9f9f9;      /* Light Grey Background */
    --bg-white: #ffffff;
    --border: #e0e0e0;

    /* --- TYPOGRAPHY --- */
    --font-main: 'Poppins', sans-serif; /* MATCHES REFERENCE SITE */
    
    /* --- SPACING --- */
    --container-width: 1200px;
    --header-height: 80px; 
    
    /* --- SHADOWS --- */
    --shadow-card: 0 5px 20px rgba(0,0,0,0.08);
}