/* DESIGN TOKENS — SANTE ODONTOLOGIA (CAPA 1 de 3)
 * Paleta Fase 1 extraida del avatar/logo publico de Instagram (@sonrisasante).
 * Fase 2: recalibrar con el logo oficial en alta del cliente.
 */
:root {
  --brand-50:  #F1F9F8;
  --brand-100: #DDF0EE;
  --brand-200: #BCE1DD;
  --brand-300: #93CEC8;
  --brand-400: #62B9AF;
  --brand-500: #39A69A;
  --brand-600: #0E9384;
  --brand-700: #0C7D70;
  --brand-800: #0A675C;
  --brand-900: #085149;
  --brand-950: #07332E;
  --accent-50:  #F1FBFA;
  --accent-100: #DEF5F3;
  --accent-200: #B8EAE4;
  --accent-300: #8EDDD4;
  --accent-400: #5ACDC1;
  --accent-500: #14B8A6;
  --accent-600: #119C8D;
  --accent-700: #0E8174;
  --accent-800: #0B655B;
  --accent-900: #084D46;
  --surface:       #ffffff;
  --surface-muted: #F5FBFA;
  --surface-soft:  #ECF6F5;
  --surface-card:  #ffffff;
  --dark-bg:       #07332E;
  --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 #0e93840A;
  --shadow-md:   0 8px 24px #0e93840F;
  --shadow-lg:   0 16px 48px #0e938417;
  --shadow-xl:   0 24px 64px #0e938421;
  --shadow-2xl:  0 32px 80px #0e938429;
  --shadow-glow: 0 12px 40px #0e938438;
  --shadow-btn-primary:  0 4px 14px #0e938459;
  --shadow-btn-accent:   0 4px 14px #14b8a659;
  --shadow-btn-whatsapp: 0 4px 14px rgba(37, 211, 102, 0.35);
  --focus-ring: 0 0 0 3px #0e938426;
  --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;
}
