/*
Theme Name: Hikvision Starter
Theme URI: https://hikvisionlatam.com
Author: Hikvision Latam
Author URI: https://hikvisionlatam.com
Description: Tema shell ligero para soluciones Hikvision. Requiere el plugin Hikvision Parking Solutions v3.0+ para funcionalidad completa.
Version: 2.0.0
Requires at least: 5.8
Tested up to: 6.5
Requires PHP: 7.4
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: flavor-starter
Tags: e-commerce, woocommerce, one-column, custom-menu, custom-logo, featured-images, full-width-template, theme-options

Hikvision Starter Theme v2.0 — Shell ligero, toda la lógica en el plugin.
*/

/* ==========================================================================
   RESET MÍNIMO
   ========================================================================== */
*, *::before, *::after {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

html {
    scroll-behavior: smooth;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

body {
    font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
    background-color: #000000;
    color: #ffffff;
    line-height: 1.6;
    overflow-x: hidden;
}

a {
    color: inherit;
    text-decoration: none;
}

img {
    max-width: 100%;
    height: auto;
    display: block;
}

ul, ol {
    list-style: none;
}

button {
    font-family: inherit;
    cursor: pointer;
    border: none;
    background: none;
}

/* ==========================================================================
   CONTENEDOR BASE
   ========================================================================== */
.container {
    width: 100%;
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 2rem;
}

/* ==========================================================================
   FALLBACK HEADER (sin plugin)
   ========================================================================== */
.site-header-fallback {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 9999;
    height: 80px;
    background: rgba(0, 0, 0, 0.9);
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
}

.header-inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 100%;
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 2rem;
}

.site-logo {
    display: flex;
    align-items: center;
}

.site-logo img {
    height: 40px;
    width: auto;
    max-width: 180px;
}

.site-logo-text {
    font-size: 1.5rem;
    font-weight: 700;
    color: #E31937;
}

.nav-menu {
    display: flex;
    align-items: center;
    gap: 2rem;
}

.nav-menu a {
    font-size: 0.9375rem;
    font-weight: 500;
    color: #888888;
    transition: color 0.2s ease;
}

.nav-menu a:hover {
    color: #ffffff;
}

/* ==========================================================================
   FALLBACK FOOTER (sin plugin)
   ========================================================================== */
.site-footer-fallback {
    background: #000000;
    border-top: 1px solid rgba(255, 255, 255, 0.05);
    padding: 3rem 0 1.5rem;
    text-align: center;
}

.site-footer-fallback p {
    color: #555555;
    font-size: 0.875rem;
}

/* ==========================================================================
   PLUGIN NOTICE
   ========================================================================== */
.plugin-required-notice {
    min-height: 60vh;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 2rem;
}

.plugin-required-notice h2 {
    font-size: 2rem;
    margin-bottom: 1rem;
    color: #ffffff;
}

.plugin-required-notice p {
    color: #888888;
    font-size: 1.125rem;
    max-width: 500px;
    margin: 0 auto;
}
