/* DESIGN TOKENS — DENTAL SOCIAL (CAPA 1 de 3)
 * Paleta Fase 1 extraida del avatar/logo publico de Instagram (@dental.social).
 * Fase 2: recalibrar con el logo oficial en alta del cliente.
 */
:root {
  --brand-50:  #F0F6F9;
  --brand-100: #DCEAF2;
  --brand-200: #B8D5E5;
  --brand-300: #8EBCD5;
  --brand-400: #5B9EC2;
  --brand-500: #3084B2;
  --brand-600: #0369A1;
  --brand-700: #035989;
  --brand-800: #024A71;
  --brand-900: #023A59;
  --brand-950: #0A2540;
  --accent-50:  #F3FBFF;
  --accent-100: #E3F6FE;
  --accent-200: #C3EBFD;
  --accent-300: #9FDFFC;
  --accent-400: #74D1FA;
  --accent-500: #38BDF8;
  --accent-600: #30A1D3;
  --accent-700: #2784AE;
  --accent-800: #1F6888;
  --accent-900: #184F68;
  --surface:       #ffffff;
  --surface-muted: #F5F9FB;
  --surface-soft:  #EBF3F7;
  --surface-card:  #ffffff;
  --dark-bg:       #0A2540;
  --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 #0369a10A;
  --shadow-md:   0 8px 24px #0369a10F;
  --shadow-lg:   0 16px 48px #0369a117;
  --shadow-xl:   0 24px 64px #0369a121;
  --shadow-2xl:  0 32px 80px #0369a129;
  --shadow-glow: 0 12px 40px #0369a138;
  --shadow-btn-primary:  0 4px 14px #0369a159;
  --shadow-btn-accent:   0 4px 14px #38bdf859;
  --shadow-btn-whatsapp: 0 4px 14px rgba(37, 211, 102, 0.35);
  --focus-ring: 0 0 0 3px #0369a126;
  --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;
}
