:root {
  /* -----------------------------------
     🎨 PALETA PRINCIPAL (Contrologi Pilates)
  ----------------------------------- */
  --color-primary: #935da9;        /* Violeta principal */
  --color-primary-light: #a978bd;
  --color-primary-dark: #4a007c;   /* Violeta oscuro del logo */

  --color-secondary: #8cd2ad;      /* Verde agua */
  --color-secondary-light: #a6e0c2;
  --color-secondary-dark: #6fbf95;

  --color-accent: #81c41d;         /* Verde vivo */
  --color-accent-light: #9bd64a;
  --color-accent-dark: #5e9e12;

  --color-success: #81c41d;
  --color-warning: #d4a017;
  --color-error:   #c0392b;

  --color-white: #ffffff;
  --color-black: #000000;

  /* -----------------------------------
     🧱 FONDOS
  ----------------------------------- */
  --color-bg: #f3eafd;             /* Fondo general claro */
  --color-bg-light: #ffffff;       /* Secciones */
  --color-bg-card: #f3eef7;        /* Cards */
  --color-bg-hover: #ece5f1;

  --navbar-bg: rgba(255, 255, 255, 0.92);

  /* -----------------------------------
     📝 TEXTO
  ----------------------------------- */
  --color-text: #3a2d44;           /* Texto principal */
  --color-text-muted: #7a6f84;
  --color-text-dark: #4a007c;      /* Texto destacado / títulos */

  /* -----------------------------------
     🔥 GRADIENTES (wellness / profesional)
  ----------------------------------- */
  --gradient-primary: linear-gradient(
    180deg,
    #a978bd 0%,
    #935da9 100%
  );

  --gradient-accent: linear-gradient(
    135deg,
    #8cd2ad 0%,
    #81c41d 100%
  );

  --gradient-dark: linear-gradient(
    180deg,
    #5b2a86 0%,
    #4a007c 100%
  );

  /* -----------------------------------
     ✨ SOMBRAS (soft / clean)
  ----------------------------------- */
  --shadow-soft: 0 6px 18px rgba(74, 0, 124, 0.12);
  --shadow-medium: 0 12px 32px rgba(74, 0, 124, 0.18);
  --shadow-strong: 0 20px 48px rgba(74, 0, 124, 0.25);

  --shadow-glow-primary: 0 0 0 1px rgba(147, 93, 169, 0.15);
  --shadow-glow-accent: 0 0 14px rgba(129, 196, 29, 0.35);
  --shadow-glow-secondary: 0 0 14px rgba(140, 210, 173, 0.35);

  /* -----------------------------------
     🟦 RADIOS
  ----------------------------------- */
  --radius-sm: 6px;
  --radius-md: 10px;
  --radius-lg: 16px;
  --radius-xl: 26px;
  --radius-full: 999px;

  /* -----------------------------------
     📏 SPACING
  ----------------------------------- */
  --space-1: 4px;
  --space-2: 8px;
  --space-3: 12px;
  --space-4: 16px;
  --space-5: 20px;
  --space-6: 24px;
  --space-8: 32px;
  --space-10: 40px;
  --space-12: 48px;
  --space-16: 64px;

  /* -----------------------------------
     🔢 TIPOGRAFÍAS
  ----------------------------------- */
  --font-title: "Sora", sans-serif;
  --font-text: "Inter", sans-serif;
  --font-mono: "JetBrains Mono", monospace;

  --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;

  /* -----------------------------------
     ⚡ ANIMACIONES / TRANSICIONES
  ----------------------------------- */
  --transition-fast: 120ms ease;
  --transition-normal: 220ms ease;
  --transition-slow: 360ms ease;

  /* -----------------------------------
     🧱 BORDES
  ----------------------------------- */
  --border-light: 1px solid rgba(147, 93, 169, 0.15);
  --border-strong: 1px solid rgba(74, 0, 124, 0.25);

  /* -----------------------------------
     🔥 OPACIDADES
  ----------------------------------- */
  --opacity-10: 0.1;
  --opacity-20: 0.2;
  --opacity-40: 0.4;
  --opacity-70: 0.7;
  --opacity-90: 0.9;

  /* -----------------------------------
     🧱 CONTENEDORES
  ----------------------------------- */
  --container-sm: 540px;
  --container-md: 720px;
  --container-lg: 960px;
  --container-xl: 1140px;
  --container-2xl: 1320px;
}
