/*
Theme Name: MOV Production
Theme URI: https://movproduction.com
Description: Tema profesional para MOV Production - Distribuidor autorizado de equipos broadcast audio y video en Bolivia. Tema hijo de Astra.
Author: MOV Production
Author URI: https://movproduction.com
Template: astra
Version: 4.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: mov-production
Tags: e-commerce, custom-menu, custom-logo, featured-images, threaded-comments, translation-ready
*/

/* ========================================
   MOV Production - Variables & Tokens
   ======================================== */
:root {
  /* Brand Colors */
  --mov-red: #C41E1E;
  --mov-red-bright: #E63333;
  --mov-red-dark: #8B1515;
  --mov-gold: #C9A84C;
  --mov-gold-bright: #E0C068;

  /* Neon Broadcast Colors */
  --neon-red: #FF2D2D;
  --neon-blue: #00D4FF;
  --neon-cyan: #00FFEA;
  --neon-purple: #B44AFF;
  --neon-green: #00FF88;

  /* Surfaces */
  --bg-primary: #0A0A0F;
  --bg-secondary: #12121A;
  --bg-card: #1A1A25;
  --bg-card-hover: #222233;
  --bg-elevated: #252535;

  /* Text */
  --text-primary: #F0F0F5;
  --text-secondary: #A0A0B5;
  --text-muted: #666680;

  /* Borders */
  --border-subtle: rgba(255,255,255,0.06);
  --border-glow: rgba(196,30,30,0.3);

  /* Spacing Scale */
  --space-xs: 0.25rem;
  --space-sm: 0.5rem;
  --space-md: 1rem;
  --space-lg: 1.5rem;
  --space-xl: 2rem;
  --space-2xl: 3rem;
  --space-3xl: 4rem;
  --space-4xl: 6rem;

  /* Type Scale */
  --text-xs: 0.75rem;
  --text-sm: 0.875rem;
  --text-base: 1rem;
  --text-lg: 1.125rem;
  --text-xl: 1.25rem;
  --text-2xl: 1.5rem;
  --text-3xl: 2rem;
  --text-4xl: 2.75rem;
  --text-5xl: 3.5rem;
  --text-6xl: 4.5rem;

  /* Radius */
  --radius-sm: 6px;
  --radius-md: 10px;
  --radius-lg: 16px;
  --radius-xl: 24px;

  /* Shadows */
  --shadow-card: 0 4px 24px rgba(0,0,0,0.4);
  --shadow-neon-red: 0 0 20px rgba(196,30,30,0.4), 0 0 60px rgba(196,30,30,0.1);
  --shadow-neon-blue: 0 0 20px rgba(0,212,255,0.3), 0 0 60px rgba(0,212,255,0.1);
  --shadow-neon-cyan: 0 0 20px rgba(0,255,234,0.3);

  /* Transitions */
  --transition-fast: 0.2s cubic-bezier(0.4, 0, 0.2, 1);
  --transition-base: 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  --transition-slow: 0.5s cubic-bezier(0.4, 0, 0.2, 1);
  --transition-bounce: 0.5s cubic-bezier(0.34, 1.56, 0.64, 1);
}

/* ========================================
   Force Dark Theme — Override Astra Parent
   ======================================== */
body,
html,
.ast-separate-container,
.ast-plain-container,
.ast-page-builder-template,
.ast-single-post,
.ast-archive-page {
  background-color: #0A0A0F !important;
  color: #F0F0F5 !important;
}

.site-content,
.ast-container,
#content,
#page,
#primary,
#secondary,
.content-area,
.site-main,
.entry-content {
  background-color: transparent !important;
  color: inherit !important;
}

/* Override Astra header/footer bg */
.site-header,
.ast-primary-header-bar,
.main-header-bar {
  background-color: #0A0A0F !important;
}

/* Override Astra link colors */
a, a:visited {
  color: var(--text-secondary);
}
a:hover {
  color: var(--mov-red-bright);
}

/* Override Astra heading colors */
h1, h2, h3, h4, h5, h6,
.entry-title,
.entry-title a,
.ast-single-post .entry-title {
  color: var(--text-primary) !important;
}

/* Override Astra paragraph/text */
p, li, span, div {
  color: inherit;
}

/* ─── Force total black hero background — override any Astra/Elementor/WC styles ─── */
.mov-hero,
section.mov-hero,
#inicio.mov-hero {
  background: #000000 !important;
  background-color: #000000 !important;
  background-image: none !important;
}

/* Reduced motion: stop floating icons */
@media (prefers-reduced-motion: reduce) {
  .mov-float-icon,
  .mov-hero-glow,
  .mov-logo-3d-scene,
  .mov-logo-orbit,
  .mov-rec-dot {
    animation: none !important;
  }
}
