/* Paleta de marca Zazu (azul/violeta), NO la dorada/crema de Aloha Essence —
   este producto vende la marca Zazu misma, no un negocio cliente concreto.
   Mismos valores ya usados en control.zazuweb.com y en la intranet de
   vendedores (zazu/clients/noname-landing/vendedores/css/intranet.css). */

:root {
  --bg:         #F7F8FC;
  --bg-2:       #EEF1F9;
  --bg-3:       #E2E7F5;
  --surface:    #FFFFFF;
  --text:       #1E293B;
  --text-2:     #334155;
  --muted:      #64748B;
  --line:       rgba(30, 41, 59, 0.10);
  --line-2:     rgba(30, 41, 59, 0.06);
  --primary:    #2563EB;
  --primary-dark: #1D4ED8;
  --secondary:  #7C3AED;
  --accent:     #2563EB;
  --accent-2:   #1D4ED8;
  --accent-soft: rgba(37, 99, 235, 0.12);
  --gradient:   linear-gradient(135deg, #2563EB 0%, #7C3AED 100%);
  --success:    #10B981;
  --danger:     #DC2626;

  --serif: "Iowan Old Style", "Palatino Linotype", "Book Antiqua", Georgia, serif;
  --sans:  -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;

  --radius-lg: 22px;
  --radius-md: 14px;
  --radius-sm: 8px;
  --t-fast: .25s cubic-bezier(.4,0,.2,1);
  --t-base: .45s cubic-bezier(.4,0,.2,1);
}

* { box-sizing: border-box; margin: 0; padding: 0; }
html { -webkit-text-size-adjust: 100%; scroll-behavior: smooth; }
[hidden] { display: none !important; }
