/*
Theme Name: DesmadreX Pro V4
Theme URI: https://desmadrex.cl
Author: DesmadreX
Description: Tema profesional para Productora DesmadreX - Produccion de eventos, DJ, sonido e iluminacion profesional en Santiago, Chile.
Version: 2.0.3
Text Domain: desmadrex-pro
*/

/* ========================================
   RESET & BASE
   ======================================== */
*, *::before, *::after {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

:root {
  --bg-primary: #050505;
  --bg-secondary: #0a0a0a;
  --bg-card: #111111;
  --bg-card-hover: #1a1a1a;
  --accent-1: #ff0055;
  --accent-2: #ff5500;
  --accent-gradient: linear-gradient(135deg, #ff0055, #ff5500);
  --accent-glow: 0 0 30px rgba(255, 0, 85, 0.3);
  --text-primary: #ffffff;
  --text-secondary: #aaaaaa;
  --text-muted: #666666;
  --border-color: #1a1a1a;
  --border-light: #2a2a2a;
  --radius: 16px;
  --radius-sm: 8px;
  --transition: 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  --font-heading: 'Bebas Neue', 'Impact', sans-serif;
  --font-body: 'Inter', -apple-system, BlinkMacSystemFont, sans-serif;
}

html {
  scroll-behavior: smooth;
  font-size: 16px;
}

body {
  font-family: var(--font-body);
  background-color: var(--bg-primary);
  color: var(--text-primary);
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
}

a {
  text-decoration: none;
  color: inherit;
  transition: var(--transition);
}

ul, ol { list-style: none; }

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

.container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 24px;
}

/* ========================================
   SCROLLBAR
   ======================================== */
::-webkit-scrollbar { width: 8px; }
::-webkit-scrollbar-track { background: var(--bg-primary); }
::-webkit-scrollbar-thumb { background: var(--accent-1); border-radius: 4px; }

/* ========================================
   LOADER
   ======================================== */
.loader {
  display: none !important;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}
.loader.hidden { opacity: 0; visibility: hidden; pointer-events: none; }
.loader-ring {
  width: 60px;
  height: 60px;
  border: 3px solid var(--border-light);
  border-top-color: var(--accent-1);
  border-radius: 50%;
  animation: spin 0.8s linear infinite;
}
@keyframes spin { to { transform: rotate(360deg); } }

/* ========================================
   TOP BAR
   ======================================== */
.top-bar {
  background: var(--accent-gradient);
  padding: 10px 0;
  text-align: center;
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  color: #fff;
  position: relative;
  z-index: 1001;
}

/* ========================================
   HEADER / NAVBAR
   ======================================== */
.site-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1000;
  transition: var(--transition);
}
.site-header.scrolled .navbar {
  background: rgba(5, 5, 5, 0.95);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  border-bottom: 1px solid var(--border-color);
}

.navbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 18px 40px;
  transition: var(--transition);
}

.nav-logo {
  font-family: var(--font-heading);
  font-size: 1.8rem;
  letter-spacing: 3px;
  background: var(--accent-gradient);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.nav-menu {
  display: flex;
  gap: 32px;
  align-items: center;
}

.nav-menu a {
  font-size: 0.82rem;
  font-weight: 500;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  color: var(--text-secondary);
  position: relative;
  padding: 4px 0;
}
.nav-menu a::after {
  content: '';
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 0;
  height: 2px;
  background: var(--accent-gradient);
  transition: var(--transition);
}
.nav-menu a:hover { color: #fff; }
.nav-menu a:hover::after { width: 100%; }

.nav-cta {
  background: var(--accent-gradient) !important;
  color: #fff !important;
  padding: 10px 24px !important;
  border-radius: 50px;
  font-weight: 600 !important;
  letter-spacing: 1px !important;
  -webkit-text-fill-color: #fff !important;
}
.nav-cta::after { display: none !important; }
.nav-cta:hover {
  transform: translateY(-2px);
  box-shadow: var(--accent-glow);
}

.hamburger {
  display: none;
  flex-direction: column;
  gap: 5px;
  cursor: pointer;
  z-index: 1002;
  background: none;
  border: none;
  padding: 4px;
}
.hamburger span {
  display: block;
  width: 28px;
  height: 2px;
  background: #fff;
  transition: var(--transition);
  transform-origin: center;
}
.hamburger.active span:nth-child(1) { transform: rotate(45deg) translate(5px, 5px); }
.hamburger.active span:nth-child(2) { opacity: 0; }
.hamburger.active span:nth-child(3) { transform: rotate(-45deg) translate(5px, -5px); }

/* ========================================
   HERO
   ======================================== */
section.hero#inicio {
  display: block !important;
  min-height: 100vh !important;
  min-height: 100dvh !important;
  position: relative !important;
  padding: 0 !important;
  text-align: center !important;
  box-sizing: border-box !important;
}

.hero-bg {
  position: absolute;
  inset: 0;
  z-index: 0;
}
.hero-bg::before {
  content: '';
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 50% 45%, #3a0008 0%, transparent 70%),
    radial-gradient(ellipse at 20% 50%, rgba(255, 0, 85, 0.06) 0%, transparent 50%);
}
.hero-bg::after {
  content: '';
  position: absolute;
  inset: 0;
  background: url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%23ffffff' fill-opacity='0.02'%3E%3Cpath d='M36 34v-4h-2v4h-4v2h4v4h2v-4h4v-2h-4zm0-30V0h-2v4h-4v2h4v4h2V6h4V4h-4zM6 34v-4H4v4H0v2h4v4h2v-4h4v-2H6zM6 4V0H4v4H0v2h4v4h2V6h4V4H6z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
  opacity: 0.5;
}

/* Animated floating particles */
.hero-particles {
  position: absolute;
  inset: 0;
  overflow: hidden;
  z-index: 0;
}
.particle {
  position: absolute;
  width: 4px;
  height: 4px;
  background: var(--accent-1);
  border-radius: 50%;
  opacity: 0;
  animation: float-particle 6s infinite;
}
.particle:nth-child(1) { left: 10%; animation-delay: 0s; }
.particle:nth-child(2) { left: 25%; animation-delay: 1s; }
.particle:nth-child(3) { left: 40%; animation-delay: 2s; }
.particle:nth-child(4) { left: 55%; animation-delay: 0.5s; }
.particle:nth-child(5) { left: 70%; animation-delay: 3s; }
.particle:nth-child(6) { left: 85%; animation-delay: 1.5s; }
.particle:nth-child(7) { left: 50%; animation-delay: 4s; }
.particle:nth-child(8) { left: 15%; animation-delay: 2.5s; }

@keyframes float-particle {
  0% { transform: translateY(100vh) scale(0); opacity: 0; }
  20% { opacity: 0.6; }
  80% { opacity: 0.3; }
  100% { transform: translateY(-20vh) scale(1); opacity: 0; }
}

.hero-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
  max-width: 860px;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 0 24px;
  gap: 0;
}

.hero-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 8px 20px;
  border: 1px solid var(--border-light);
  border-radius: 50px;
  font-size: 0.75rem;
  letter-spacing: 3px;
  text-transform: uppercase;
  color: var(--text-secondary);
  margin-bottom: 32px;
  background: rgba(255, 255, 255, 0.03);
  align-self: center;
}
.hero-badge .dot {
  width: 6px;
  height: 6px;
  background: var(--accent-1);
  border-radius: 50%;
  animation: pulse-dot 2s infinite;
}
@keyframes pulse-dot {
  0%, 100% { box-shadow: 0 0 0 0 rgba(255, 0, 85, 0.5); }
  50% { box-shadow: 0 0 0 8px rgba(255, 0, 85, 0); }
}

.hero .hero-title {
  font-family: 'Syne', var(--font-heading);
  font-weight: 800;
  font-size: clamp(4rem, 13vw, 9rem);
  line-height: 0.9;
  letter-spacing: 0.35em;
  text-transform: uppercase;
  background: linear-gradient(to bottom, #ff0033 0%, #ffffff 50%, #ff0033 55%, #80001a 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  filter: drop-shadow(0 0 20px rgba(255, 0, 51, 0.5));
  position: relative;
  z-index: 2;
  text-align: center;
  width: 100%;
  display: block;
  margin: 0 auto 24px;
}


.hero-subtitle {
  font-size: clamp(1rem, 2vw, 1.25rem);
  color: var(--text-secondary);
  max-width: 600px;
  margin: 0 auto 40px;
  line-height: 1.8;
  text-align: center;
}

.hero-buttons {
  display: flex;
  gap: 16px;
  justify-content: center;
  flex-wrap: wrap;
  align-items: center;
}

/* ========================================
   TITLE MAIN (hero h1)
   ======================================== */
.title-main {
  font-family: 'Syne', var(--font-heading);
  font-weight: 800;
  font-size: clamp(4rem, 13vw, 9rem);
  line-height: 0.9;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  background: linear-gradient(to bottom, #ff0033 0%, #ffffff 50%, #ff0033 55%, #80001a 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  filter: drop-shadow(0 0 20px rgba(255, 0, 51, 0.5));
  position: relative;
  z-index: 2;
  text-align: center;
  width: 100%;
  display: block;
  margin-top: 0;
  margin-bottom: 24px;
}

/* Welcome text with decorative lines */
.welcome-text {
  display: inline-flex;
  align-items: center;
  gap: 16px;
  font-weight: 400;
  font-size: clamp(1.3rem, 2.8vw, 1.8rem);
  text-transform: uppercase;
  letter-spacing: 1.2em;
  color: #ff0033;
  margin-bottom: 0;
  position: relative;
  padding: 0 40px;
  filter: drop-shadow(0 0 5px rgba(255, 0, 51, 0.6));
  justify-content: center;
}
.welcome-text::before,
.welcome-text::after {
  content: '';
  display: block;
  width: 40px;
  height: 1px;
  background: var(--accent-1);
  opacity: 0.7;
}

/* Delta triangle */
.delta-core {
  perspective: 1000px;
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.delta-spin {
  width: 95px;
  height: 95px;
  transform-style: preserve-3d;
  animation: deltaSpin 10s infinite linear;
}
@keyframes deltaSpin {
  from { transform: rotateY(0deg); }
  to   { transform: rotateY(360deg); }
}
.delta-svg {
  width: 100%;
  height: 100%;
  fill: none;
  stroke: #ff0033;
  stroke-width: 3;
  filter: drop-shadow(0 0 20px #ff0033);
  overflow: visible;
  display: block;
}

.hero-brand-logo {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  width: 100%;
}

/* ========================================
   TITLE MAIN
   ======================================== */
/* old title-main duplicate removed */
/* duplicate welcome-text removed */
/* old pseudo removed */

/* delta styles consolidated above */

/* ========================================
   BUTTONS
   ======================================== */
.btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 14px 32px;
  border-radius: 50px;
  font-size: 0.88rem;
  font-weight: 600;
  letter-spacing: 1px;
  text-transform: uppercase;
  transition: var(--transition);
  cursor: pointer;
  border: none;
  font-family: var(--font-body);
}

.btn-primary {
  background: var(--accent-gradient);
  color: #fff;
  box-shadow: 0 4px 20px rgba(255, 0, 85, 0.3);
}
.btn-primary:hover {
  transform: translateY(-3px);
  box-shadow: 0 8px 30px rgba(255, 0, 85, 0.4);
}

.btn-outline {
  background: transparent;
  color: #fff;
  border: 1.5px solid var(--border-light);
}
.btn-outline:hover {
  border-color: var(--accent-1);
  background: rgba(255, 0, 85, 0.05);
  transform: translateY(-3px);
}

/* ========================================
   SECTION COMMON
   ======================================== */
section:not(.hero) {
  padding: 100px 0;
  position: relative;
}

.section-header {
  text-align: center;
  margin-bottom: 64px;
}

.section-tag {
  display: inline-block;
  font-size: 0.72rem;
  letter-spacing: 4px;
  text-transform: uppercase;
  color: var(--accent-1);
  margin-bottom: 16px;
  font-weight: 600;
}

.section-title {
  font-family: var(--font-heading);
  font-size: clamp(2.2rem, 5vw, 3.5rem);
  letter-spacing: 2px;
  text-transform: uppercase;
  line-height: 1.1;
  margin-bottom: 16px;
}

.section-subtitle {
  color: var(--text-secondary);
  font-size: 1.05rem;
  max-width: 550px;
  margin: 0 auto;
}

.section-divider {
  width: 60px;
  height: 3px;
  background: var(--accent-gradient);
  margin: 20px auto 0;
  border-radius: 2px;
}

/* ========================================
   STATS
   ======================================== */
.stats {
  background: var(--bg-secondary);
  border-top: 1px solid var(--border-color);
  border-bottom: 1px solid var(--border-color);
  padding: 56px 0;
}

.stats-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 32px;
  text-align: center;
}

.stat-item h3 {
  font-family: var(--font-heading);
  font-size: 3rem;
  background: var(--accent-gradient);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  line-height: 1;
  margin-bottom: 8px;
}

.stat-item p {
  font-size: 0.78rem;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: var(--text-muted);
}

/* ========================================
   SERVICIOS
   ======================================== */
.servicios { background: var(--bg-primary); }

.services-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 24px;
}

.service-card {
  background: var(--bg-card);
  border: 1px solid var(--border-color);
  border-radius: var(--radius);
  padding: 40px 32px;
  transition: var(--transition);
  position: relative;
  overflow: hidden;
}
.service-card::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 3px;
  background: var(--accent-gradient);
  transform: scaleX(0);
  transition: var(--transition);
  transform-origin: left;
}
.service-card:hover {
  transform: translateY(-8px);
  border-color: var(--border-light);
  background: var(--bg-card-hover);
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.3);
}
.service-card:hover::before { transform: scaleX(1); }

.service-icon {
  font-size: 2.5rem;
  margin-bottom: 20px;
  display: block;
}

.service-card h3 {
  font-family: var(--font-heading);
  font-size: 1.5rem;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-bottom: 12px;
}

.service-card p {
  color: var(--text-secondary);
  font-size: 0.9rem;
  line-height: 1.7;
}

/* ========================================
   ARSENAL / EQUIPOS
   ======================================== */
.arsenal { background: var(--bg-secondary); }

.arsenal-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}

.equipo-card {
  background: var(--bg-card);
  border: 1px solid var(--border-color);
  border-radius: var(--radius);
  overflow: hidden;
  transition: var(--transition);
}
.equipo-card:hover {
  transform: translateY(-6px);
  border-color: var(--border-light);
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.4);
}

.equipo-img {
  width: 100%;
  height: 200px;
  background: linear-gradient(135deg, #1a1a1a, #0f0f0f);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 3.5rem;
  border-bottom: 1px solid var(--border-color);
  position: relative;
  overflow: hidden;
}

.equipo-info { padding: 24px; }
.equipo-info h4 {
  font-family: var(--font-heading);
  font-size: 1.2rem;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  margin-bottom: 8px;
}
.equipo-info p {
  color: var(--text-secondary);
  font-size: 0.85rem;
  line-height: 1.6;
}
.equipo-tag {
  display: inline-block;
  padding: 4px 12px;
  background: rgba(255, 0, 85, 0.1);
  color: var(--accent-1);
  border-radius: 20px;
  font-size: 0.7rem;
  font-weight: 600;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-top: 12px;
}

/* ========================================
   PLANES / PRICING
   ======================================== */
.planes { background: var(--bg-primary); }

.planes-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 28px;
  align-items: stretch;
}

.plan-card {
  background: var(--bg-card);
  border: 1px solid var(--border-color);
  border-radius: var(--radius);
  padding: 40px 32px;
  text-align: center;
  transition: var(--transition);
  position: relative;
  display: flex;
  flex-direction: column;
}
.plan-card.featured {
  border-color: var(--accent-1);
  box-shadow: 0 0 50px rgba(255, 0, 85, 0.12);
}
.plan-card:hover { transform: translateY(-6px); }
.plan-card.featured:hover { transform: translateY(-6px); }

.plan-badge {
  position: absolute;
  top: -1px;
  left: 50%;
  transform: translateX(-50%);
  background: var(--accent-gradient);
  padding: 6px 24px;
  border-radius: 0 0 12px 12px;
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #fff;
}

.plan-icon {
  font-size: 2.5rem;
  margin-bottom: 16px;
  display: block;
}

.plan-card h3 {
  font-family: var(--font-heading);
  font-size: 1.6rem;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-bottom: 8px;
}

.plan-description {
  color: var(--text-muted);
  font-size: 0.85rem;
  margin-bottom: 28px;
}

.plan-features {
  text-align: left;
  margin-bottom: 32px;
  flex: 1;
}

.plan-features li {
  padding: 10px 0;
  border-bottom: 1px solid var(--border-color);
  font-size: 0.9rem;
  color: var(--text-secondary);
  display: flex;
  align-items: center;
  gap: 10px;
}
.plan-features li:last-child { border-bottom: none; }
.plan-features .check {
  color: var(--accent-1);
  font-weight: bold;
  font-size: 1rem;
  flex-shrink: 0;
}

.plan-card .btn { width: 100%; justify-content: center; margin-top: auto; }

/* ========================================
   ABOUT
   ======================================== */
.about { background: var(--bg-secondary); }

.about-content {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 64px;
  align-items: center;
}

.about-visual {
  position: relative;
  height: 420px;
  border-radius: var(--radius);
  overflow: hidden;
  background: linear-gradient(135deg, #1a0010, #100a00);
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--border-color);
}
.about-visual-inner {
  font-size: 5rem;
  font-family: var(--font-heading);
  letter-spacing: 6px;
  background: var(--accent-gradient);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  opacity: 0.2;
  text-transform: uppercase;
}

.about-text h3 {
  font-family: var(--font-heading);
  font-size: 2.2rem;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-bottom: 20px;
}
.about-text h3 .gradient-text {
  background: var(--accent-gradient);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.about-text p {
  color: var(--text-secondary);
  font-size: 0.95rem;
  line-height: 1.8;
  margin-bottom: 16px;
}

.about-features {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
  margin-top: 28px;
}

.about-feature {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 0.88rem;
  color: var(--text-secondary);
}
.about-feature .icon-circle {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: rgba(255, 0, 85, 0.1);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.9rem;
  flex-shrink: 0;
}

/* ========================================
   CONTACTO
   ======================================== */
.contacto { background: var(--bg-primary); text-align: center; }

.contact-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 32px;
  margin-top: 48px;
  margin-bottom: 48px;
}

.contact-item {
  background: var(--bg-card);
  border: 1px solid var(--border-color);
  border-radius: var(--radius);
  padding: 36px 28px;
  transition: var(--transition);
}
.contact-item:hover {
  border-color: var(--border-light);
  transform: translateY(-4px);
}

.contact-icon {
  font-size: 2rem;
  margin-bottom: 16px;
  display: block;
}

.contact-item h4 {
  font-family: var(--font-heading);
  font-size: 1.1rem;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-bottom: 8px;
}

.contact-item p {
  color: var(--text-secondary);
  font-size: 0.9rem;
}
.contact-item a { color: var(--accent-1); }
.contact-item a:hover { text-decoration: underline; }

.cta-box {
  background: linear-gradient(135deg, rgba(255, 0, 85, 0.06), rgba(255, 85, 0, 0.06));
  border: 1px solid rgba(255, 0, 85, 0.15);
  border-radius: var(--radius);
  padding: 64px 40px;
  margin-top: 32px;
}

.cta-box h3 {
  font-family: var(--font-heading);
  font-size: 2.5rem;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-bottom: 12px;
}
.cta-box p {
  color: var(--text-secondary);
  margin-bottom: 28px;
  font-size: 1rem;
}

/* ========================================
   FOOTER
   ======================================== */
.site-footer {
  background: var(--bg-secondary);
  border-top: 1px solid var(--border-color);
  padding: 64px 0 30px;
}

.footer-content {
  display: grid;
  grid-template-columns: 2fr 1fr 1fr;
  gap: 48px;
  margin-bottom: 40px;
}

.footer-brand .nav-logo {
  font-size: 2rem;
  margin-bottom: 16px;
  display: inline-block;
}
.footer-brand p {
  color: var(--text-secondary);
  font-size: 0.9rem;
  line-height: 1.7;
  max-width: 300px;
}

.footer-links h4,
.footer-social h4 {
  font-family: var(--font-heading);
  font-size: 1.1rem;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-bottom: 20px;
}

.footer-links a {
  display: block;
  color: var(--text-secondary);
  font-size: 0.88rem;
  padding: 6px 0;
  transition: var(--transition);
}
.footer-links a:hover {
  color: var(--accent-1);
  padding-left: 8px;
}

.social-icons {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
}

.social-icon {
  width: 42px;
  height: 42px;
  border: 1px solid var(--border-light);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.1rem;
  transition: var(--transition);
  color: var(--text-secondary);
}
.social-icon:hover {
  background: var(--accent-gradient);
  border-color: transparent;
  transform: translateY(-3px);
  color: #fff;
}

.footer-bottom {
  border-top: 1px solid var(--border-color);
  padding-top: 24px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 0.8rem;
  color: var(--text-muted);
}

/* ========================================
   WHATSAPP FLOAT
   ======================================== */
.whatsapp-float {
  position: fixed;
  bottom: 28px;
  right: 28px;
  width: 60px;
  height: 60px;
  background: #25d366;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.8rem;
  color: #fff;
  box-shadow: 0 4px 20px rgba(37, 211, 102, 0.4);
  z-index: 999;
  transition: var(--transition);
  cursor: pointer;
  text-decoration: none;
}
.whatsapp-float:hover {
  transform: scale(1.1) translateY(-4px);
  box-shadow: 0 8px 30px rgba(37, 211, 102, 0.5);
}

/* ========================================
   SCROLL REVEAL
   ======================================== */
.reveal {
  opacity: 0;
  transform: translateY(30px);
  transition: opacity 0.7s ease, transform 0.7s ease;
}
.reveal.visible {
  opacity: 1;
  transform: translateY(0);
}

/* ========================================
   OVERLAY (mobile menu)
   ======================================== */
.nav-overlay {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.6);
  z-index: 998;
  opacity: 0;
  visibility: hidden;
  transition: var(--transition);
}
.nav-overlay.active {
  opacity: 1;
  visibility: visible;
}

/* ========================================
   RESPONSIVE
   ======================================== */

/* ---- Tablet grande / landscape (max 1024px) ---- */
@media (max-width: 1024px) {
  .about-content { grid-template-columns: 1fr; gap: 40px; }
  .about-visual { height: 280px; }
  .footer-content { grid-template-columns: 1fr 1fr; gap: 32px; }
  .contact-grid { grid-template-columns: repeat(2, 1fr); }
  .stats-grid { grid-template-columns: repeat(2, 1fr); gap: 24px; }
  .navbar { padding: 16px 32px; }
  .planes-grid { grid-template-columns: repeat(2, 1fr); }
  .plan-card.featured { transform: none; }
}

/* ---- Tablet (max 768px) ---- */
@media (max-width: 768px) {
  /* Navbar mobile */
  .hamburger { display: flex; }
  .nav-menu {
    position: fixed;
    top: 0;
    right: -100%;
    width: 80%;
    max-width: 320px;
    height: 100vh;
    background: rgba(10, 10, 10, 0.98);
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    flex-direction: column;
    justify-content: center;
    gap: 24px;
    padding: 40px;
    transition: right 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    border-left: 1px solid var(--border-color);
    z-index: 1001;
  }
  .nav-menu.active { right: 0; }
  .nav-menu a { font-size: 1.1rem; }
  .navbar { padding: 14px 20px; }

  /* Top bar */
  .top-bar { font-size: 0.68rem; padding: 8px 12px; letter-spacing: 0.8px; }

  /* Hero */
    .hero .hero-title,
  .title-main {
    letter-spacing: 0.15em;
    white-space: nowrap;
  }

  section.hero#inicio { min-height: 100svh; }
  .hero-content { padding: 0 20px; max-width: 100%; }
  .hero-badge { font-size: 0.65rem; letter-spacing: 2px; padding: 6px 14px; margin-bottom: 20px; }
  .welcome-text { font-size: clamp(0.65rem, 2.5vw, 0.85rem); letter-spacing: 0.8em; gap: 10px; padding: 0 24px; }
  .delta-core { margin-top: 1rem; margin-bottom: 1rem; }
  .delta-spin { width: 70px; height: 70px; }
  .hero-subtitle { font-size: 0.95rem; margin: 0 auto 28px; padding: 0 8px; }
  .hero-buttons { flex-direction: column; align-items: center; gap: 12px; width: 100%; }
  .hero-buttons .btn { width: 100%; max-width: 320px; justify-content: center; }

  /* Sections general */
  section:not(.hero) { padding: 64px 0; }
  .section-header { margin-bottom: 40px; }
  .section-title { font-size: clamp(1.8rem, 6vw, 2.8rem); }
  .container { padding: 0 20px; }

  /* Stats */
  .stats-grid { grid-template-columns: repeat(2, 1fr); gap: 20px; }
  .stat-item h3 { font-size: 2.2rem; }

  /* Planes */
  .planes-grid { grid-template-columns: 1fr; max-width: 420px; margin-left: auto; margin-right: auto; }
  .plan-card.featured { transform: none; box-shadow: 0 0 30px rgba(255, 0, 85, 0.12); }
  .plan-card.featured:hover { transform: translateY(-6px); }
  .plan-card { padding: 32px 24px; }

  /* Servicios */
  .services-grid { grid-template-columns: 1fr; gap: 16px; }
  .service-card { padding: 28px 24px; }

  /* Arsenal */
  .arsenal-grid { grid-template-columns: 1fr; gap: 16px; }
  .equipo-img { height: 160px; }

  /* About */
  .about-content { grid-template-columns: 1fr; gap: 32px; }
  .about-visual { height: 220px; }
  .about-text h3 { font-size: 1.8rem; }
  .about-features { grid-template-columns: 1fr 1fr; gap: 12px; }

  /* Contacto */
  .contact-grid { grid-template-columns: 1fr; gap: 16px; }
  .contact-item { padding: 28px 20px; }
  .cta-box { padding: 40px 24px; }
  .cta-box h3 { font-size: 1.8rem; }

  /* Footer */
  .footer-content { grid-template-columns: 1fr; gap: 28px; }
  .footer-bottom { flex-direction: column; gap: 12px; text-align: center; }
  .site-footer { padding: 48px 0 24px; }
}

/* ---- Mobile (max 480px) ---- */
@media (max-width: 480px) {
  /* Hero */
  .hero .hero-title,
  .title-main {
    font-size: clamp(2.5rem, 12vw, 4rem);
    letter-spacing: 0.08em;
    white-space: nowrap;
  }
  .hero-content { padding: 0 16px; }
  .hero-badge { display: none; }
  .welcome-text { font-size: 0.6rem; letter-spacing: 0.6em; gap: 8px; padding: 0 16px; }
  .delta-spin { width: 56px; height: 56px; }
  .delta-core { margin-top: 0.8rem; margin-bottom: 0.8rem; }
  .hero-subtitle { font-size: 0.88rem; margin-bottom: 24px; }
  .btn { padding: 12px 24px; font-size: 0.82rem; }
  .hero-buttons .btn { max-width: 280px; }

  /* Top bar */
  .top-bar { font-size: 0.6rem; padding: 7px 10px; letter-spacing: 0.5px; }

  /* Sections */
  section:not(.hero) { padding: 48px 0; }
  .container { padding: 0 16px; }
  .section-header { margin-bottom: 32px; }
  .section-title { font-size: clamp(1.6rem, 7vw, 2.4rem); }
  .section-subtitle { font-size: 0.9rem; }

  /* Stats */
  .stats { padding: 40px 0; }
  .stats-grid { grid-template-columns: repeat(2, 1fr); gap: 16px; }
  .stat-item h3 { font-size: 2rem; }
  .stat-item p { font-size: 0.68rem; letter-spacing: 1px; }

  /* Planes */
  .planes-grid { max-width: 100%; }
  .plan-card { padding: 28px 20px; }
  .plan-card h3 { font-size: 1.3rem; }
  .plan-features li { font-size: 0.85rem; padding: 8px 0; }

  /* Servicios */
  .service-card { padding: 24px 20px; }
  .service-card h3 { font-size: 1.2rem; }
  .service-card p { font-size: 0.85rem; }

  /* Arsenal */
  .equipo-card { }
  .equipo-img { height: 140px; font-size: 2.8rem; }
  .equipo-info { padding: 18px; }
  .equipo-info h4 { font-size: 1rem; }

  /* About */
  .about-visual { height: 180px; }
  .about-text h3 { font-size: 1.6rem; }
  .about-text p { font-size: 0.9rem; }
  .about-features { grid-template-columns: 1fr 1fr; gap: 10px; }
  .about-feature { font-size: 0.82rem; }
  .about-feature .icon-circle { width: 30px; height: 30px; font-size: 0.8rem; }

  /* Contacto */
  .cta-box { padding: 32px 16px; }
  .cta-box h3 { font-size: 1.5rem; }
  .cta-box p { font-size: 0.88rem; }
  .contact-item h4 { font-size: 0.95rem; }
  .contact-item p { font-size: 0.85rem; }

  /* Footer */
  .footer-brand .nav-logo { font-size: 1.6rem; }
  .footer-links h4, .footer-social h4 { font-size: 0.95rem; }
  .footer-links a { font-size: 0.82rem; }
  .footer-bottom { font-size: 0.72rem; }

  /* Navbar */
  .navbar { padding: 12px 16px; }
  .nav-logo { font-size: 1.5rem; }

  /* WhatsApp float */
  .whatsapp-float { width: 52px; height: 52px; font-size: 1.5rem; bottom: 20px; right: 16px; }
}

/* ---- Mobile pequeño (max 360px) ---- */
@media (max-width: 360px) {
  .hero .hero-title,
  .title-main {
    font-size: clamp(2rem, 14vw, 3rem);
    letter-spacing: 0.05em;
  }
  .welcome-text { font-size: 0.52rem; letter-spacing: 0.4em; }
  .stats-grid { grid-template-columns: 1fr 1fr; }
  .hero-buttons .btn { max-width: 100%; }
}

/* ---- Landscape mobile (altura menor a 500px) ---- */
@media (max-height: 500px) and (orientation: landscape) {
  section.hero#inicio { min-height: 100svh; }
  .hero-content { padding: 16px 24px; gap: 0; }
  .hero-badge { margin-bottom: 10px; }
  .delta-core { margin-top: 0.5rem; margin-bottom: 0.5rem; }
  .delta-spin { width: 44px; height: 44px; }
  .hero-subtitle { margin-bottom: 16px; font-size: 0.85rem; }
  .welcome-text { font-size: 0.55rem; }
}

/* Compensar admin bar de WordPress */
@media screen and (min-width: 783px) {
  .admin-bar section.hero#inicio { padding-top: 32px !important; }
  .admin-bar .site-header { top: 32px; }
}
@media screen and (max-width: 782px) {
  .admin-bar section.hero#inicio { padding-top: 46px !important; }
  .admin-bar .site-header { top: 46px; }
}
