/* Modern Header Styles for SOFIRM */
:root {
    --sofirm-primary: #2563eb;      /* Professional blue */
    --sofirm-secondary: #1e40af;    /* Darker blue */
    --sofirm-accent: #3b82f6;       /* Light blue accent */
    --sofirm-dark: #1e293b;         /* Dark blue/gray */
    --sofirm-light: #f8fafc;        /* Light background */
    --sofirm-text: #334155;         /* Text color */
    --sofirm-white: #ffffff;
    --sofirm-gradient: linear-gradient(135deg, #2563eb 0%, #1e40af 100%);
}