/* ==========================================================================
   TOKENS DE MARCA — Mapfre Mediadores 2026
   Fuente: Mapfre_Manual_Marca_MEDIADORES 2026.pdf
   Rojo principal: Pantone 185 C · HEX #FF002D (Mapfre Red)
   Tipografía corporativa Mapfre Display / Mapfre Text: no está licenciada
   para web; usamos Outfit (geométrica, pesos 400–700) como equivalente.
   Los nombres --c-azul-* se conservan como alias para no romper componentes.
   ========================================================================== */

@font-face {
  font-family: 'Outfit';
  font-style: normal;
  font-weight: 400 700;
  font-display: optional;
  src: url('/assets/fonts/outfit-latin-ext.woff2') format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
@font-face {
  font-family: 'Outfit';
  font-style: normal;
  font-weight: 400 700;
  font-display: optional;
  src: url('/assets/fonts/outfit-latin.woff2') format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

:root {
  /* ---- Paleta oficial Mapfre (manual mediadores 2026) ---- */
  --c-rojo:          #FF002D;  /* Rojo 1 · Pantone 185 C · Mapfre Red */
  --c-rojo-2:        #DF0027;
  --c-rojo-3:        #BF0022;
  --c-rojo-4:        #A0001C;
  --c-rojo-5:        #800016;
  --c-rojo-6:        #600011;
  --c-rojo-7:        #40000B;  /* Pantone 7631 C · fondos oscuros */
  --c-blanco:        #FFFFFF;
  --c-gris-1:        #D9D9D9;
  --c-gris-2:        #B3B3B3;
  --c-gris-3:        #8D8D8D;
  --c-gris-4:        #666666;
  --c-gris-5:        #404040;  /* Cool Gray 10 C */
  --c-gris-6:        #1A1A1A;  /* Pantone 433 C · texto */
  --c-rosa-1:        #FFDBEA;
  --c-rosa-2:        #FFACCE;
  --c-exito:         #15722B;  /* Verde 6 */
  --c-exito-fondo:   #D8F7DF;  /* Verde 1 */

  /* Alias de componentes (antes Azor Data azul/naranja) */
  --c-azul-profundo:    var(--c-rojo-7);
  --c-azul-medio:       var(--c-rojo-5);
  --c-azul-gris:        var(--c-gris-3);
  --c-azul-claro:       var(--c-gris-1);
  --c-naranja-vivo:     var(--c-rojo);
  --c-naranja-suave:    var(--c-rosa-2);
  --c-azul-profundo-90: var(--c-rojo-6);
  --c-azul-profundo-05: #FFF8F9;
  --c-naranja-hover:    var(--c-rojo-2);
  --c-texto:            var(--c-gris-6);
  --c-texto-suave:      var(--c-gris-4);
  --c-linea:            #EDE4E6;

  --bg:              var(--c-blanco);
  --bg-alt:          var(--c-azul-profundo-05);
  --bg-oscuro:       var(--c-rojo-7);
  --bg-oscuro-2:     var(--c-rojo-5);
  --texto:           var(--c-texto);
  --texto-suave:     var(--c-texto-suave);
  --texto-inverso:   var(--c-blanco);
  --acento:          var(--c-rojo);
  --acento-hover:    var(--c-rojo-2);
  --linea:           var(--c-linea);

  --font-titulo:  'Outfit', system-ui, -apple-system, sans-serif;
  --font-cuerpo:  'Outfit', system-ui, -apple-system, sans-serif;
  --font-soporte: 'Outfit', system-ui, sans-serif;

  --fs-display: clamp(2.4rem, 5.5vw, 4.1rem);
  --fs-h1:      clamp(1.85rem, 4vw, 2.75rem);
  --fs-h2:      clamp(1.45rem, 3vw, 2.1rem);
  --fs-h3:      clamp(1.1rem, 2vw, 1.35rem);
  --fs-lead:    clamp(1.05rem, 1.6vw, 1.25rem);
  --fs-body:    1rem;
  --fs-small:   0.875rem;
  --fs-caption: 0.78rem;

  --lh-titulo: 1.08;
  --lh-cuerpo: 1.6;

  --sp-1: 0.25rem;
  --sp-2: 0.5rem;
  --sp-3: 0.75rem;
  --sp-4: 1rem;
  --sp-5: 1.5rem;
  --sp-6: 2rem;
  --sp-7: 3rem;
  --sp-8: 4rem;
  --sp-9: 6rem;

  --ancho-max: 1200px;
  --ancho-texto: 68ch;
  --radio-s: 8px;
  --radio-m: 14px;
  --radio-l: 22px;
  --radio-full: 999px;

  --sombra-s: 0 1px 3px rgba(64, 0, 11, 0.08);
  --sombra-m: 0 6px 22px rgba(64, 0, 11, 0.10);
  --sombra-l: 0 18px 48px rgba(64, 0, 11, 0.14);

  --trans: 180ms ease;
}
