/*
Theme Name: HTW Theme
Theme URI: https://hightechware.es
Author: High Technology Software S.L.
Author URI: https://hightechware.es
Description: Tema corporativo HTW. Fondo datacenter cinematográfico. Edita textos y menús con Elementor o el Customizer de WordPress.
Version: 2.2.0
Requires at least: 6.0
Requires PHP: 8.0
Text Domain: htw-theme
Tags: elementor, dark, technology
*/

/* ── Reset mínimo ── */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; background: #0C0F1A; }
body { font-family: 'Geist', system-ui, sans-serif; background: #0C0F1A; color: #F4EFE6; -webkit-font-smoothing: antialiased; line-height: 1.6; overflow-x: hidden; }
img { max-width: 100%; height: auto; display: block; }
a { color: inherit; text-decoration: none; }
::selection { background: rgba(61,123,255,.35); color: #fff; }
:focus-visible { outline: 2px solid #3D7BFF; outline-offset: 3px; border-radius: 4px; }
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } }

/* ── Contenedor ── */
.wrap { max-width: 1280px; margin: 0 auto; padding: 0 40px; }
@media (max-width: 640px) { .wrap { padding: 0 20px; } }

/* ── Contenido sobre el fondo ── */
.htw-content { position: relative; z-index: 2; }

/* ── Elementor ── */
.elementor-section { position: relative; z-index: 2; }
.elementor-widget-container { color: #F4EFE6; }
