/* DESIGN TOKENS — INNOVARTE DENTAL (CAPA 1 de 3)
 * Paleta Fase 1 extraida del avatar/logo publico de Instagram (@innovartedental).
 * Fase 2: recalibrar con el logo oficial en alta del cliente.
 */
:root {
  --brand-50:  #F1F7FA;
  --brand-100: #DDEDF3;
  --brand-200: #BCDBE7;
  --brand-300: #93C5D8;
  --brand-400: #62ACC6;
  --brand-500: #3996B8;
  --brand-600: #0E7FA8;
  --brand-700: #0C6C8F;
  --brand-800: #0A5976;
  --brand-900: #08465C;
  --brand-950: #07333F;
  --accent-50:  #F2FBFC;
  --accent-100: #E0F5F8;
  --accent-200: #BDEAF1;
  --accent-300: #95DDE8;
  --accent-400: #64CDDD;
  --accent-500: #22B8CF;
  --accent-600: #1D9CB0;
  --accent-700: #188191;
  --accent-800: #136572;
  --accent-900: #0E4D57;
  --surface:       #ffffff;
  --surface-muted: #F5FAFC;
  --surface-soft:  #ECF5F8;
  --surface-card:  #ffffff;
  --dark-bg:       #07333F;
  --text:       #101c26;
  --text-muted: #3c4f5e;
  --text-light: #80919e;
  --success: #16a34a;
  --warning: #f59e0b;
  --danger:  #dc2626;
  --font-display: 'Fraunces', 'Georgia', serif;
  --font-body:    'DM Sans', system-ui, -apple-system, sans-serif;
  --radius-sm:   0.4375rem;
  --radius-md:   0.625rem;
  --radius-lg:   0.875rem;
  --radius-xl:   1.125rem;
  --radius-2xl:  1.5rem;
  --radius-full: 9999px;
  --shadow-sm:   0 2px 8px #0e7fa80A;
  --shadow-md:   0 8px 24px #0e7fa80F;
  --shadow-lg:   0 16px 48px #0e7fa817;
  --shadow-xl:   0 24px 64px #0e7fa821;
  --shadow-2xl:  0 32px 80px #0e7fa829;
  --shadow-glow: 0 12px 40px #0e7fa838;
  --shadow-btn-primary:  0 4px 14px #0e7fa859;
  --shadow-btn-accent:   0 4px 14px #22b8cf59;
  --shadow-btn-whatsapp: 0 4px 14px rgba(37, 211, 102, 0.35);
  --focus-ring: 0 0 0 3px #0e7fa826;
  --ease-out:    cubic-bezier(0.16, 1, 0.3, 1);
  --ease-spring: cubic-bezier(0.34, 1.56, 0.64, 1);
  --ease-in-out: cubic-bezier(0.65, 0, 0.35, 1);
  --duration-fast:   150ms;
  --duration-normal: 300ms;
  --duration-slow:   600ms;
  --z-below:   -1;
  --z-base:    0;
  --z-content: 10;
  --z-sticky-cta: 50;
  --z-header:  100;
  --z-overlay: 199;
  --z-menu:    200;
  --z-wa-float: 90;
  --z-toast:   300;
}
