/* Paleta institucional Cotelco — tokens compartidos. Scope: sin :root global */

.ctl-container,
body.single-capacitaciones,
.cat-wrapper,
.cotelco-training-wrap {
    /* Colores de marca */
    --cotelco-blue: #0C66B0;
    --cotelco-blue-light: #47ABE7;
    --cotelco-blue-sky: #47B5E7;
    --cotelco-cyan: #23ABEC;
    --cotelco-green: #4BB449;
    --cotelco-green-bright: #30C74D;
    --cotelco-orange: #DF5824;
    --cotelco-gold: #E3B321;

    /* Derivados */
    --cotelco-blue-deep: #084d85;
    --cotelco-gold-dark: #b8860b;
    --cotelco-green-dark: #2d8f3a;
    --cotelco-text: #475569;
    --cotelco-text-muted: #64748b;
    --cotelco-border: #dde2e6;
    --cotelco-surface-muted: #f1f5f9;

    /* Tags — ia-innovacion */
    --cotelco-tag-ia-bg: rgba(71, 171, 231, 0.14);
    --cotelco-tag-ia-text: #0C66B0;
    --cotelco-tag-ia-gradient: linear-gradient(135deg, rgba(71, 171, 231, 0.2) 0%, rgba(35, 171, 236, 0.1) 100%);
    --cotelco-tag-ia-glow: rgba(12, 102, 176, 0.35);

    /* Tags — gestion-hotelera */
    --cotelco-tag-gestion-bg: rgba(223, 88, 36, 0.12);
    --cotelco-tag-gestion-text: #DF5824;
    --cotelco-tag-gestion-gradient: linear-gradient(135deg, rgba(223, 88, 36, 0.18) 0%, rgba(227, 179, 33, 0.08) 100%);
    --cotelco-tag-gestion-glow: rgba(223, 88, 36, 0.35);

    /* Tags — revenue-marketing */
    --cotelco-tag-revenue-bg: rgba(227, 179, 33, 0.16);
    --cotelco-tag-revenue-text: #b8860b;
    --cotelco-tag-revenue-gradient: linear-gradient(135deg, rgba(227, 179, 33, 0.22) 0%, rgba(223, 88, 36, 0.08) 100%);
    --cotelco-tag-revenue-glow: rgba(184, 134, 11, 0.35);

    /* Tags — sostenibilidad */
    --cotelco-tag-sost-bg: rgba(75, 180, 73, 0.14);
    --cotelco-tag-sost-text: #2d8f3a;
    --cotelco-tag-sost-gradient: linear-gradient(135deg, rgba(75, 180, 73, 0.2) 0%, rgba(48, 199, 77, 0.1) 100%);
    --cotelco-tag-sost-glow: rgba(45, 143, 58, 0.35);

    /* Tags — operacion-hotelera */
    --cotelco-tag-oper-bg: #f1f5f9;
    --cotelco-tag-oper-text: #475569;
    --cotelco-tag-oper-gradient: linear-gradient(135deg, #f1f5f9 0%, #e8eef4 100%);
    --cotelco-tag-oper-glow: rgba(71, 85, 105, 0.3);

    /* Tags — alimentos-bebidas */
    --cotelco-tag-foods-bg: rgba(71, 181, 231, 0.14);
    --cotelco-tag-foods-text: #0C66B0;
    --cotelco-tag-foods-gradient: linear-gradient(135deg, rgba(71, 181, 231, 0.2) 0%, rgba(71, 171, 231, 0.1) 100%);
    --cotelco-tag-foods-glow: rgba(12, 102, 176, 0.3);

    /* Tags — default */
    --cotelco-tag-default-bg: #f1f5f9;
    --cotelco-tag-default-text: #475569;
    --cotelco-tag-default-gradient: linear-gradient(135deg, #f1f5f9 0%, #e8eef4 100%);
    --cotelco-tag-default-glow: rgba(71, 85, 105, 0.3);
}
