/*
Theme Name:  Tulogica Child (Blocksy)
Theme URI:   https://tulogica.com
Description: Child theme de Blocksy con el dark theme Tulogica — azul eléctrico #0a2aff · Cian #00c8ff sobre negro #02040a. Incluye landing page completa, precios, recursos, contacto, Customizer completo, CPTs y auto-setup.
Author:      Tulogica
Author URI:  https://tulogica.com
Template:    blocksy
Version:     6.0.0
Requires at least: 6.0
Requires PHP: 7.4
License:     Propietario
Text Domain: tulogica-child
Tags: business, saas, crm, whatsapp, omnichannel, landing-page, blocksy-child
*/

/* ── Variables de paleta Blocksy — Dark Theme Tulogica ── */
:root {
  --theme-palette-color-1: #0a2aff;
  --theme-palette-color-2: #00c8ff;
  --theme-palette-color-3: #e8f4ff;
  --theme-palette-color-4: #5a7080;
  --theme-palette-color-5: #162840;
  --theme-palette-color-6: #0e1e30;
  --theme-palette-color-7: #0a1422;
  --theme-palette-color-8: #02040a;
}

body {
  background-color: #02040a !important;
  color: #6888a8;
}

/* ── Ocultar elementos del header/footer de Blocksy que no usamos ── */
.header-has-widgets-area .header-widgets-area,
.blocksy-sidebar-container {
  display: none;
}
