/*
Theme Name: Nova Kaizen
Theme URI: https://novakaizen.com
Author: Nova Kaizen
Author URI: https://novakaizen.com
Description: Tema a medida para Nova Kaizen — Infraestructura Tecnológica de Alto Rendimiento y Misión Crítica. Servicios: SAP Consulting, Payment Consulting, Virtualización VMware a Proxmox VE y HPE NonStop Services.
Version: 1.0.0
Requires at least: 6.0
Requires PHP: 7.4
Tested up to: 6.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: novakaizen
*/

body {
    font-family: 'Inter', sans-serif;
    background-color: #0a0f1d;
}

.gradient-text {
    background: linear-gradient(135deg, #38bdf8 0%, #818cf8 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.glass-card {
    background: rgba(17, 24, 39, 0.7);
    backdrop-filter: blur(12px);
    border: 1px solid rgba(255, 255, 255, 0.08);
}

.glass-card:hover {
    border-color: rgba(56, 189, 248, 0.3);
    box-shadow: 0 10px 30px -10px rgba(6, 182, 212, 0.15);
}

.hero-glow {
    background: radial-gradient(circle at 50% 20%, rgba(14, 165, 233, 0.15) 0%, rgba(10, 15, 29, 0) 70%);
}

/* Logo personalizado (Custom Logo de WordPress) */
.custom-logo {
    height: 3rem;
    width: auto;
    max-height: 100%;
}

/* Mensaje de confirmación del formulario de contacto */
#form-response {
    scroll-margin-top: 100px;
}

/* Skip link accesible */
.skip-link {
    position: absolute;
    left: -9999px;
    top: 0;
    background: #06b6d4;
    color: #0a0f1d;
    padding: 0.75rem 1.25rem;
    z-index: 100;
    font-weight: 700;
    border-radius: 0 0 0.5rem 0;
}
.skip-link:focus {
    left: 0;
}
