/* ============================================================
   DESIGN SYSTEM - myscadaworld.com
   Extracted from live Thrive Theme (2026-06-14)
   ============================================================ */

:root {
    /* Thrive theme master: hsl(45, 92%, 60%) — golden CTA */
    --color-primary: #F2C01B;
    --color-primary-hover: #D9A800;
    --color-primary-dark: #B8860B;
    --color-primary-light: #FFF8E1;

    /* Text — --tcb-skin-color-24 / --tcb-color-0 */
    --color-text: #3B3B3B;
    --color-text-light: #6B7280;
    --color-heading: #3B3B3B;

    /* Backgrounds */
    --color-bg: #FFFFFF;
    --color-bg-alt: #F5F7FA;
    --color-bg-dark: #1F2937;

    /* Secondary accents from live site */
    --color-accent-blue: #03A9F4;
    --color-link: #1372D3;
    --color-success: #10B981;

    /* CTA buttons (hero) */
    --color-cta: var(--color-primary);
    --color-cta-hover: var(--color-primary-hover);
    --color-cta-text: #3B3B3B;

    /* Borders */
    --color-border: #E5E7EB;
    --color-border-light: #F3F4F6;

    /* Fonts — Muli (Thrive external font) */
    --font-heading: 'Muli', system-ui, sans-serif;
    --font-body: 'Muli', system-ui, sans-serif;

    --text-xs: 0.75rem;
    --text-sm: 0.875rem;
    --text-base: 1rem;
    --text-lg: 1.125rem;
    --text-xl: 1.25rem;
    --text-2xl: 1.5rem;
    --text-3xl: 1.875rem;
    --text-4xl: 2.25rem;
    --text-5xl: 3rem;

    --font-normal: 400;
    --font-medium: 600;
    --font-bold: 700;
    --font-extrabold: 800;

    --leading-tight: 1.25;
    --leading-normal: 1.5;
    --leading-relaxed: 1.75;

    --space-1: 0.25rem;
    --space-2: 0.5rem;
    --space-3: 0.75rem;
    --space-4: 1rem;
    --space-5: 1.25rem;
    --space-6: 1.5rem;
    --space-8: 2rem;
    --space-10: 2.5rem;
    --space-12: 3rem;
    --space-16: 4rem;
    --space-20: 5rem;

    --max-width: 1200px;
    --max-width-narrow: 800px;
    --max-width-wide: 1200px;

    --radius-sm: 4px;
    --radius-md: 8px;
    --radius-lg: 12px;
    --radius-xl: 16px;
    --radius-full: 9999px;

    --shadow-sm: 0 1px 2px rgba(0, 0, 0, 0.05);
    --shadow-md: 0 4px 6px rgba(0, 0, 0, 0.07);
    --shadow-lg: 0 10px 15px rgba(0, 0, 0, 0.1);

    --transition-fast: 150ms ease;
    --transition-base: 250ms ease;
}
