/* DESIGN TOKENS — YOU CONSULTORIO (CAPA 1 de 3)
 * Paleta Fase 1 extraida del avatar/logo publico de Instagram (@youconsultorio).
 * Fase 2: recalibrar con el logo oficial en alta del cliente.
 */
:root {
  --brand-50:  #FFF5E8;
  --brand-100: #FEE9CD;
  --brand-200: #FDD9A8;
  --brand-300: #FCBE72;
  --brand-400: #FBAA44;
  --brand-500: #E07E00;
  --brand-600: #B86C00;
  --brand-700: #994708;
  --brand-800: #7E3A06;
  --brand-900: #632E05;
  --brand-950: #5C3503;
  --accent-50:  #FFF8ED;
  --accent-100: #FFEFD4;
  --accent-200: #FDD9A8;
  --accent-300: #FDC577;
  --accent-400: #FBAA44;
  --accent-500: #F89808;
  --accent-600: #D08609;
  --accent-700: #AC6F08;
  --accent-800: #875706;
  --accent-900: #674205;
  --surface:       #ffffff;
  --surface-muted: #FFFBF5;
  --surface-soft:  #FFF5E8;
  --surface-card:  #ffffff;
  --dark-bg:       #5C3503;
  --text:       #101c26;
  --text-muted: #3c4f5e;
  --text-light: #80919e;
  --success: #16a34a;
  --warning: #F89808;
  --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 #B86C000A;
  --shadow-md:   0 8px 24px #B86C000F;
  --shadow-lg:   0 16px 48px #B86C0017;
  --shadow-xl:   0 24px 64px #B86C0021;
  --shadow-2xl:  0 32px 80px #B86C0029;
  --shadow-glow: 0 12px 40px #B86C0038;
  --shadow-btn-primary:  0 4px 14px #B86C0059;
  --shadow-btn-accent:   0 4px 14px #F8980859;
  --shadow-btn-whatsapp: 0 4px 14px rgba(37, 211, 102, 0.35);
  --focus-ring: 0 0 0 3px #B86C0026;
  --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;
}
