/* Facil China — fc-home.bundle.css — generado, no editar a mano */

/* === style.css === */
/* 
=========================================
China Import Solutions - Professional Theme
Based on Nova Template with Custom Design
Version: 3.0
Author: China Import Solutions Group
=========================================
*/

/* ======= ROOT VARIABLES ======= */
:root {
  /* Professional Color Palette - Naranja/Rojo + Azul Integrados */
  --primary-color: #FF6B35;      /* Naranja Principal - Color del Logo */
  --primary-rgb: 255, 107, 53;
  --primary-hover: #E85D2F;      /* Naranja Oscuro */
  --primary-hover-rgb: 232, 93, 47;
  --primary-dark: #D64E22;       /* Naranja Más Oscuro */
  
  --secondary-color: #DC3545;    /* Azul Complementario */
  --secondary-rgb: 37, 99, 235;
  --secondary-hover: #1E40AF;    /* Azul Oscuro */
  
  --accent-color: #0EA5E9;       /* Azul Cielo (para acentos) */
  --accent-rgb: 14, 165, 233;
  
  /* Colores adicionales para la integración */
  --orange-light: #FF8F6B;       /* Naranja Claro */
  --orange-soft: #FFE4DB;        /* Naranja Muy Suave para fondos */
  --blue-light: #60A5FA;         /* Azul Claro */
  --blue-soft: #DBEAFE;          /* Azul Muy Suave para fondos */
  
  /* Gradientes principales */
  --gradient-primary: linear-gradient(135deg, #FF6B35 0%, #2563EB 100%);
  --gradient-soft: linear-gradient(135deg, #FF8F6B 0%, #60A5FA 100%);
  --gradient-dark: linear-gradient(135deg, #E85D2F 0%, #1E40AF 100%);
  
  --warning-color: #FFC107;      /* Warning Amber */
  --danger-color: #FF6B35;       /* Usando naranja principal */
  --info-color: #0EA5E9;         /* Info Cyan actualizado */
  --success-color: #10B981;      /* Verde Esmeralda */
  --dark-color: #1c1c1e;         /* Rich Black */
  --gray-dark: #48484a;          /* Dark Gray */
  --gray-color: #636366;         /* Medium Gray */
  --gray-light: #94959A;         /* Light Gray - MÁS VISIBLE */
  --light-bg: #f8f9fa;           /* Light Background */
  --white: #ffffff;
  
  /* Typography */
  --font-primary: 'Poppins', 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
  --font-secondary: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
  
  /* Spacing */
  --section-padding: 80px;
  --container-padding: 15px;
  
  /* Border Radius */
  --radius-sm: 8px;
  --radius-md: 12px;
  --radius-lg: 20px;
  --radius-xl: 30px;
  --radius-pill: 50px;
  
  /* Shadows */
  --shadow-sm: 0 2px 8px rgba(0, 0, 0, 0.08);
  --shadow-md: 0 4px 20px rgba(0, 0, 0, 0.1);
  --shadow-lg: 0 10px 40px rgba(0, 0, 0, 0.12);
  --shadow-xl: 0 20px 60px rgba(0, 0, 0, 0.15);
  
  /* Transitions */
  --transition-base: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  --transition-slow: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);
}

/* ======= GLOBAL STYLES ======= */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  font-family: var(--font-secondary);
  font-size: 16px;
  line-height: 1.6;
  color: var(--gray-dark);
  background-color: var(--white);
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* Typography */
h1, h2, h3, h4, h5, h6 {
  font-family: var(--font-primary);
  font-weight: 600;
  color: var(--dark-color);
  line-height: 1.2;
  margin-bottom: 1rem;
}

h1 { 
  font-size: clamp(2rem, 5vw, 3.5rem);
  font-weight: 700;
}

h2 { 
  font-size: clamp(1.75rem, 4vw, 2.5rem);
  font-weight: 600;
}

h3 { 
  font-size: clamp(1.5rem, 3vw, 2rem);
}

h4 { 
  font-size: clamp(1.25rem, 2.5vw, 1.5rem);
}

h5 { 
  font-size: 1.25rem;
}

h6 { 
  font-size: 1rem;
}

p {
  margin-bottom: 1rem;
  line-height: 1.8;
  color: var(--gray-color);
}

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

a:hover {
  color: var(--primary-hover);
}

/* ======= UTILITIES ======= */
.container {
  max-width: 1200px;
  padding-left: var(--container-padding);
  padding-right: var(--container-padding);
  margin: 0 auto;
}

.section {
  padding: var(--section-padding) 0;
  position: relative;
}

.bg-light {
  background-color: var(--light-bg) !important;
}

.text-gradient {
  background: linear-gradient(135deg, var(--primary-color) 0%, var(--secondary-color) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.subtitle {
  display: inline-block;
  background: rgba(var(--primary-rgb), 0.1);
  color: var(--primary-color);
  padding: 8px 20px;
  border-radius: var(--radius-pill);
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 15px;
}

.lead {
  font-size: 1.125rem;
  font-weight: 400;
  color: var(--gray-color);
  line-height: 1.8;
}

/* ======= WHATSAPP FLOATING BUTTON ======= */
.whatsapp-float {
  position: fixed;
  width: 60px;
  height: 60px;
  bottom: 30px;
  right: 30px;
  background: linear-gradient(135deg, #25D366 0%, #128C7E 100%);
  color: white;
  border-radius: 50%;
  box-shadow: 0 5px 25px rgba(37, 211, 102, 0.4);
  z-index: 1000;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 30px;
  transition: var(--transition-base);
  animation: whatsappPulse 2s infinite;
}

.whatsapp-float:hover {
  transform: scale(1.1) translateY(-5px);
  box-shadow: 0 10px 35px rgba(37, 211, 102, 0.5);
  color: white;
}

@keyframes whatsappPulse {
  0%, 100% { 
    box-shadow: 0 5px 25px rgba(37, 211, 102, 0.4), 
                0 0 0 0 rgba(37, 211, 102, 0.4); 
  }
  50% { 
    box-shadow: 0 5px 25px rgba(37, 211, 102, 0.4), 
                0 0 0 20px rgba(37, 211, 102, 0); 
  }
}

/* ======= HEADER / NAVIGATION ======= */
.fbs__net-navbar {
  background: rgba(255, 255, 255, 0.98);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  box-shadow: 0 2px 20px rgba(0, 0, 0, 0.05);
  padding: 15px 0;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 999;
  transition: var(--transition-base);
}

.fbs__net-navbar .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: nowrap;
}

.fbs__net-navbar.scrolled {
  padding: 10px 0;
  box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
}

.navbar-brand {
  display: flex;
  align-items: center;
  font-weight: 700;
  color: var(--dark-color) !important;
  transition: var(--transition-base);
}

.navbar-brand:hover {
  transform: translateX(5px);
}

.brand-icon {
  width: 45px;
  height: 45px;
  background: linear-gradient(135deg, var(--white) 0%, var(--white) 100%);
  border-radius: var(--radius-md);
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 12px;
  color: white;
  font-size: 24px;
  box-shadow: 0 4px 10px rgba(var(--primary-rgb), 0.2);
}

.brand-text strong {
  display: block;
  font-size: 16px;
  line-height: 1;
  color: var(--dark-color);
  letter-spacing: -0.5px;
}

.brand-text span {
  display: block;
  font-size: 10px;
  font-weight: 400;
  color: var(--gray-color);
  margin-top: 2px;
  letter-spacing: 0.5px;
}

/* Navigation Links */
.navbar-nav {
  display: flex;
  align-items: center;
}

.navbar-nav .nav-link {
  color: var(--gray-dark) !important;
  font-weight: 500;
  padding: 10px 15px !important;
  transition: var(--transition-base);
  position: relative;
  font-size: 14px;
}

.navbar-nav .nav-link:hover {
  color: var(--primary-color) !important;
}

.navbar-nav .nav-link.active {
  color: var(--primary-color) !important;
  font-weight: 600;
}

.navbar-nav .nav-link::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 2px;
  background: var(--primary-color);
  transition: var(--transition-base);
}

.navbar-nav .nav-link:hover::after,
.navbar-nav .nav-link.active::after {
  width: 30px;
}

/* Mobile Toggle */
.navbar-toggler {
  border: none;
  padding: 4px 8px;
  background: transparent;
}

.navbar-toggler:focus {
  box-shadow: none;
}

.navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba(255, 107, 53, 1)' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

/* Offcanvas Menu */
.offcanvas {
  background: white;
}

.offcanvas-header {
  border-bottom: 1px solid var(--light-bg);
}

@media (min-width: 992px) {
  .offcanvas {
    position: static !important;
    transform: none !important;
    background: transparent !important;
    border: none !important;
  }
  
  .offcanvas-body {
    padding: 0 !important;
    display: flex !important;
    align-items: center;
    justify-content: center;
  }
  
  .navbar-toggler {
    display: none !important;
  }
}

/* ======= BUTTONS ======= */
.btn {
  padding: 12px 28px;
  border-radius: var(--radius-pill);
  font-weight: 600;
  font-size: 15px;
  transition: var(--transition-base);
  text-decoration: none;
  display: inline-block;
  border: 2px solid transparent;
  cursor: pointer;
  position: relative;
  overflow: hidden;
}

.btn-primary {
  background: linear-gradient(135deg, var(--primary-color) 0%, var(--primary-dark) 100%);
  color: white;
  border: none;
  box-shadow: 0 4px 15px rgba(var(--primary-rgb), 0.3);
}

.btn-primary:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 25px rgba(var(--primary-rgb), 0.4);
  background: linear-gradient(135deg, var(--primary-hover) 0%, var(--primary-color) 100%);
  color: white;
}

.btn-outline-primary {
  background: transparent;
  color: var(--primary-color);
  border: 2px solid var(--primary-color);
}

.btn-outline-primary:hover {
  background: var(--primary-color);
  color: white;
  transform: translateY(-2px);
  box-shadow: 0 8px 25px rgba(var(--primary-rgb), 0.3);
}

.btn-white {
  background: white;
  color: var(--primary-color);
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}

.btn-white:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
  color: var(--primary-hover);
}

.btn-outline-white {
  background: transparent;
  color: white;
  border: 2px solid rgba(255, 255, 255, 0.5);
}

.btn-outline-white:hover {
  background: rgba(255, 255, 255, 0.2);
  border-color: white;
  color: white;
  transform: translateY(-2px);
}

.btn-success {
  background: linear-gradient(135deg, #25D366 0%, #128C7E 100%);
  color: white;
  border: none;
  box-shadow: 0 4px 15px rgba(37, 211, 102, 0.3);
}

.btn-success:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 25px rgba(37, 211, 102, 0.4);
  color: white;
}

.btn-sm {
  padding: 8px 20px;
  font-size: 14px;
}

.btn-lg {
  padding: 14px 32px;
  font-size: 16px;
}

/* ======= HERO SECTION ======= */

.hero__v6 {
  background: linear-gradient(135deg, #1D3557 0%, #457B9D 100%);
  padding-top: 100px;
  position: relative;
  overflow: hidden;
  min-height: 100vh;
  display: flex;
  align-items: center;
  color: white;
}

.hero__v6::before {
  content: '';
  position: absolute;
  top: 0; left: 0; right: 0; bottom: 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.05"%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.3;
}

.hero__v6::after {
  content: '';
  position: absolute;
  top: -40%;
  right: -20%;
  width: 70%;
  height: 70%;
  background: radial-gradient(circle, rgba(255,255,255,0.15) 0%, transparent 70%);
  border-radius: 50%;
  animation: float 20s ease-in-out infinite;
}

@keyframes float {
  0%, 100% { transform: translateY(0) rotate(0deg); }
  50% { transform: translateY(-30px) rotate(10deg); }
}

.trust-badge {
  display: inline-block;
  background: rgba(255, 255, 255, 0.15);
  backdrop-filter: blur(10px);
  color: #F77F00; /* naranja acento */
  padding: 10px 24px;
  border-radius: var(--radius-pill);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  margin-bottom: 20px;
  border: 1px solid rgba(255, 255, 255, 0.25);
  animation: fadeInDown 0.8s ease;
}
.trust-section {
  background: linear-gradient(to right, #ffffff, #f8f9fa);
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
  padding: 30px 0;
}

.company-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 12px 20px;
  background: white;
  border: 2px solid #f0f0f0;
  border-radius: var(--radius-md);
  font-weight: 600;
  color: var(--primary-color);
  font-size: 14px;
  transition: var(--transition-base);
  box-shadow: var(--shadow-sm);
  white-space: nowrap;
}

.hero-title {
  font-size: clamp(2.5rem, 6vw, 4rem);
  font-weight: 800;
  color: white;
  margin-bottom: 15px;
  line-height: 1.1;
  letter-spacing: -1px;
}

.hero-title span {
  color: #F77F00; /* destacar palabra clave en naranja */
}

.hero-subtitle {
  font-size: clamp(1.125rem, 2.5vw, 1.5rem);
  font-weight: 400;
  color: #EDF2F4;
  line-height: 1.4;
  margin-bottom: 20px;
}

.hero-description {
  font-size: 1.125rem;
  color: #EDF2F4;
  line-height: 1.8;
  margin-bottom: 30px;
}

.hero-description strong {
  color: #06D6A0; /* teal como color de confianza */
  font-weight: 700;
}

/* Hero Stats */
.stat-mini .stat-number {
  font-size: 2rem;
  font-weight: 700;
  color: #F77F00;
  margin-bottom: 4px;
}

.stat-mini .stat-label {
  font-size: 0.75rem;
  color: #EDF2F4;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 500;
}

/* Hero Image */
.hero-img {
  position: relative;
  z-index: 1;
}

.hero-img-wrapper {
  position: relative;
  border-radius: var(--radius-lg);
  overflow: hidden;
  box-shadow: 0 30px 60px rgba(0, 0, 0, 0.4);
}

.hero-img .img-main {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
  min-height: 400px;
  background: linear-gradient(135deg, #f0f0f0 0%, #e0e0e0 100%);
}

/* Floating Cards Mejoradas */
.floating-card {
  position: absolute;
  background: rgba(255, 255, 255, 0.98);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  padding: 20px;
  border-radius: var(--radius-md);
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.15), 
              0 5px 15px rgba(0, 0, 0, 0.08);
  max-width: 260px;
  z-index: 2;
  color: var(--dark-color);
  border: 1px solid rgba(255, 255, 255, 0.8);
  transition: var(--transition-base);
}

.floating-card:hover {
  transform: translateY(-5px) scale(1.02);
  box-shadow: 0 20px 45px rgba(0, 0, 0, 0.2), 
              0 8px 20px rgba(0, 0, 0, 0.1);
}

/* Posicionamiento de cada card */
.floating-card-1 {
  bottom: 30px;
  left: 30px;
  animation: floatCard1 4s ease-in-out infinite;
}

.floating-card-2 {
  top: 30px;
  right: 30px;
  animation: floatCard2 4.5s ease-in-out infinite;
  animation-delay: 0.5s;
}

/* Animaciones individuales para cada card */
@keyframes floatCard1 {
  0%, 100% { transform: translateY(0px) rotate(0deg); }
  50% { transform: translateY(-12px) rotate(1deg); }
}

@keyframes floatCard2 {
  0%, 100% { transform: translateY(0px) rotate(0deg); }
  50% { transform: translateY(-15px) rotate(-1deg); }
}

/* Icon Wrappers con gradientes */
.floating-card .icon-wrapper {
  width: 35px;
  height: 35px;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
}

.gradient-orange {
  background: linear-gradient(135deg, var(--primary-color) 0%, var(--primary-hover) 100%);
}

.gradient-blue {
  background: linear-gradient(135deg, var(--secondary-color) 0%, var(--secondary-hover) 100%);
}

.gradient-mixed {
  background: var(--gradient-primary);
}

.gradient-success {
  background: linear-gradient(135deg, var(--success-color) 0%, #059669 100%);
}

/* Estilos específicos para contenido de cards */
.floating-card .metric-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.floating-card .tiny {
  font-size: 0.7rem;
  line-height: 1.2;
}

.floating-card .text-gradient {
  background: var(--gradient-primary);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.floating-card .text-orange {
  color: var(--primary-color) !important;
}

.floating-card .savings-display {
  padding: 10px;
  background: var(--orange-soft);
  border-radius: 8px;
  margin-top: 8px;
}

.floating-card .guarantee-badge {
  padding: 10px;
  background: linear-gradient(135deg, var(--blue-soft) 0%, var(--orange-soft) 100%);
  border-radius: 8px;
}

/* Botón dentro de floating card */
.floating-card .btn-sm {
  padding: 6px 12px;
  font-size: 0.8rem;
  border-radius: 6px;
  background: var(--gradient-primary);
  border: none;
  color: white;
  transition: var(--transition-base);
}

.floating-card .btn-sm:hover {
  transform: translateY(-2px);
  box-shadow: 0 5px 15px rgba(255, 107, 53, 0.3);
}

/* Responsive para floating cards */
@media (max-width: 768px) {
  .floating-card-2 {
    display: none;
  }
  
  .floating-card-1 {
    bottom: 20px;
    left: 20px;
    max-width: 220px;
  }
}

/* ======= PROBLEM/SOLUTION SECTION ======= */
.problem-item,
.solution-item {
  transition: var(--transition-base);
}

.problem-item:hover {
  transform: translateX(5px);
}

.solution-item:hover {
  transform: translateX(5px);
}

/* ======= CLIENT TYPES SECTION ======= */
.client-types {
  background: linear-gradient(180deg, var(--light-bg) 0%, white 100%);
}

.client-card {
  background: white;
  padding: 35px 30px;
  border-radius: var(--radius-lg);
  text-align: center;
  transition: var(--transition-base);
  border: 2px solid transparent;
  height: 100%;
  position: relative;
  overflow: hidden;
  box-shadow: var(--shadow-sm);
}

.client-card::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 4px;
  background: linear-gradient(90deg, var(--primary-color) 0%, var(--secondary-color) 100%);
  transform: scaleX(0);
  transition: var(--transition-base);
}

.client-card:hover {
  transform: translateY(-10px);
  box-shadow: var(--shadow-xl);
  border-color: var(--primary-color);
}

.client-card:hover::before {
  transform: scaleX(1);
}

.client-card.featured {
  background: linear-gradient(135deg, var(--primary-color) 0%, var(--primary-dark) 100%);
  color: white;
  border: none;
}

.client-icon {
  width: 80px;
  height: 80px;
  margin: 0 auto 20px;
  background: linear-gradient(135deg, rgba(var(--primary-rgb), 0.1) 0%, rgba(var(--secondary-rgb), 0.1) 100%);
  border-radius: var(--radius-lg);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 36px;
  color: var(--primary-color);
  transition: var(--transition-base);
}

.client-card:hover .client-icon {
  transform: scale(1.1) rotate(5deg);
}

.client-card.featured .client-icon {
  background: rgba(255, 255, 255, 0.2);
  color: white;
}

.client-card h3 {
  font-size: 1.5rem;
  margin-bottom: 10px;
  color: var(--dark-color);
}

.client-card.featured h3 {
  color: white;
}

/* Parrafo descriptivo de las tarjetas */
.client-card p {
  color: var(--gray-color);
  font-size: 0.95rem;
  line-height: 1.5;
  margin-bottom: 15px;
}

.client-card p.small {
  font-size: 0.9rem;
  color: var(--gray-dark);
  opacity: 0.85;
}

/* Estilo especial para tarjeta featured (Corporaciones) */
.client-card.featured p {
  color: rgba(255, 255, 255, 0.95) !important;
  font-weight: 400;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
}

.client-card.featured p.small {
  color: rgba(255, 255, 255, 0.9) !important;
  opacity: 1;
}

.client-features {
  list-style: none;
  padding: 0;
  margin: 20px 0 0;
  text-align: left;
}

.client-features li {
  padding: 8px 0;
  font-size: 14px;
  color: var(--gray-color);
  position: relative;
  padding-left: 25px;
}

.client-features li::before {
  content: "✓";
  position: absolute;
  left: 0;
  color: var(--accent-color);
  font-weight: bold;
  font-size: 16px;
}

.client-card.featured .client-features li {
  color: rgba(255, 255, 255, 0.9);
}

.client-card.featured .client-features li::before {
  color: white;
}

/* ======= STATS SECTION ======= */
.stats__v3 .content {
  background: linear-gradient(135deg, var(--primary-color) 0%, var(--primary-dark) 100%);
  padding: 60px 40px;
  border-radius: var(--radius-xl);
  position: relative;
  overflow: hidden;
  box-shadow: 0 20px 40px rgba(var(--primary-rgb), 0.2);
}

.stats__v3 .content::before {
  content: '';
  position: absolute;
  top: -50%;
  right: -50%;
  width: 200%;
  height: 200%;
  background: radial-gradient(circle, rgba(255, 255, 255, 0.1) 0%, transparent 70%);
  animation: rotate 30s linear infinite;
}

@keyframes rotate {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}

.stat-highlight {
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.2;
}

.stat-item h3,
.stat-item .stat-value {
  font-size: 3rem;
  font-weight: 700;
  color: white;
  margin-bottom: 10px;
}

.stat-item p:not(.stat-value) {
  color: rgba(255, 255, 255, 0.9);
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  margin: 0;
}

/* ======= SERVICES SECTION ======= */
.services__v3 {
  background: white;
}

.service-card {
  background: white;
  padding: 35px;
  border-radius: var(--radius-lg);
  border: 2px solid rgba(var(--primary-rgb), 0.08);
  transition: var(--transition-base);
  height: 100%;
  display: flex;
  flex-direction: column;
  position: relative;
  overflow: hidden;
  box-shadow: var(--shadow-sm);
}

.service-card::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 3px;
  background: linear-gradient(90deg, var(--primary-color) 0%, var(--secondary-color) 100%);
  transform: scaleX(0);
  transform-origin: left;
  transition: var(--transition-base);
}

.service-card:hover {
  transform: translateY(-10px);
  box-shadow: var(--shadow-xl);
  border-color: var(--primary-color);
}

.service-card:hover::before {
  transform: scaleX(1);
}

.service-icon {
  width: 70px;
  height: 70px;
  background: linear-gradient(135deg, var(--primary-color) 0%, var(--secondary-color) 100%);
  border-radius: var(--radius-lg);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 32px;
  color: white;
  margin-bottom: 20px;
  box-shadow: 0 5px 20px rgba(var(--primary-rgb), 0.3);
  transition: var(--transition-base);
}

.service-card:hover .service-icon {
  transform: scale(1.1) rotate(5deg);
}

.service-card h3 {
  font-size: 1.375rem;
  margin-bottom: 15px;
  color: var(--dark-color);
}

.service-card p {
  color: var(--gray-color);
  line-height: 1.6;
  flex-grow: 1;
  margin-bottom: 20px;
}

.service-features {
  list-style: none;
  padding: 0;
  margin: 0 0 20px 0;
}

.service-features li {
  padding: 5px 0;
  font-size: 14px;
  color: var(--gray-color);
}

.service-link {
  display: inline-flex;
  align-items: center;
  color: var(--primary-color);
  font-weight: 600;
  text-decoration: none;
  margin-top: auto;
  transition: var(--transition-base);
}

.service-link:hover {
  color: var(--secondary-color);
  transform: translateX(5px);
}

.service-link i {
  margin-left: 8px;
  transition: var(--transition-base);
}

/* ======= SERVICE DETAIL CARDS ======= */
.service-detail-card {
  background: white;
  border-radius: var(--radius-xl);
  padding: 3rem;
  box-shadow: var(--shadow-lg);
  position: relative;
  overflow: hidden;
}

.service-detail-card.special-gradient {
  background: linear-gradient(135deg, var(--primary-color) 0%, var(--primary-dark) 100%);
}

.service-detail-card.special-gradient h2,
.service-detail-card.special-gradient h4,
.service-detail-card.special-gradient p {
  color: white !important;
}

.highlight-box {
  background: linear-gradient(135deg, rgba(var(--primary-rgb), 0.05) 0%, rgba(var(--secondary-rgb), 0.05) 100%);
  border-left: 4px solid var(--primary-color);
  padding: 1.5rem;
  border-radius: var(--radius-md);
  margin: 2rem 0;
}

.guarantee-badge {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  background: linear-gradient(135deg, var(--accent-color) 0%, var(--info-color) 100%);
  color: white;
  padding: 12px 24px;
  border-radius: var(--radius-pill);
  font-weight: 600;
  box-shadow: 0 4px 15px rgba(var(--accent-rgb), 0.3);
}

.inspection-item {
  padding: 15px;
  background: var(--light-bg);
  border-radius: var(--radius-md);
  transition: var(--transition-base);
}

.inspection-item:hover {
  background: white;
  box-shadow: var(--shadow-md);
  transform: translateX(5px);
}

/* ======= PROCESS SECTION ======= */
.howitworks__v1 {
  background: var(--light-bg);
}

.howitworks__v1 .step-card {
  padding: 40px 30px;
  background: white;
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow-md);
  transition: var(--transition-base);
  position: relative;
}

.howitworks__v1 .step-card:hover {
  transform: translateY(-10px);
  box-shadow: var(--shadow-xl);
}

.howitworks__v1 .step-number {
  width: 60px;
  height: 60px;
  background: linear-gradient(135deg, var(--primary-color) 0%, var(--secondary-color) 100%);
  color: white;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  font-weight: 700;
  border-radius: 50%;
  box-shadow: 0 5px 20px rgba(var(--primary-rgb), 0.3);
}

/* ======= TESTIMONIALS SECTION ======= */
.testimonials__v2 {
  background: white;
}

.testimonial {
  background: white;
  border-radius: var(--radius-lg);
  padding: 30px;
  box-shadow: var(--shadow-sm);
  border: 2px solid var(--light-bg);
  height: 100%;
  min-height: 400px;
  display: flex;
  flex-direction: column;
  transition: var(--transition-base);
}

.testimonial:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 30px rgba(var(--primary-rgb), 0.15);
  border-color: rgba(var(--primary-rgb), 0.2);
}

.testimonial .rating {
  margin-bottom: 20px;
}

.testimonial blockquote {
  flex-grow: 1;
  font-size: 1rem;
  line-height: 1.8;
  color: var(--gray-dark);
  font-style: italic;
  margin-bottom: 20px;
  padding: 0;
  border: none;
}

.testimonial blockquote strong {
  color: var(--primary-color);
  font-style: normal;
}

.testimonial-author {
  display: flex;
  align-items: center;
  gap: 15px;
  padding-top: 20px;
  border-top: 1px solid var(--light-bg);
}

.author-avatar {
  width: 50px;
  height: 50px;
  background: linear-gradient(135deg, var(--primary-color) 0%, var(--secondary-color) 100%);
  color: white;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 600;
  font-size: 18px;
  flex-shrink: 0;
}

/* ======= FAQ SECTION ======= */
.faq__v2 {
  background: var(--light-bg);
}

.faq__v2 .accordion-item {
  background: white;
  border: 2px solid rgba(var(--primary-rgb), 0.08);
  border-radius: var(--radius-md);
  margin-bottom: 15px;
  overflow: hidden;
  transition: var(--transition-base);
}

.faq__v2 .accordion-item:hover {
  box-shadow: var(--shadow-md);
  border-color: rgba(var(--primary-rgb), 0.2);
}

.faq__v2 .accordion-button {
  background: white;
  color: var(--dark-color);
  font-weight: 600;
  font-size: 1.125rem;
  padding: 20px;
  border: none;
  box-shadow: none;
}

.faq__v2 .accordion-button:focus {
  box-shadow: none;
  border-color: transparent;
}

.faq__v2 .accordion-button:not(.collapsed) {
  background: rgba(var(--primary-rgb), 0.05);
  color: var(--primary-color);
}

.faq__v2 .accordion-button::after {
  background-image: none;
  content: "+";
  font-size: 24px;
  font-weight: 300;
  transition: var(--transition-base);
}

.faq__v2 .accordion-button:not(.collapsed)::after {
  transform: rotate(45deg);
}

.faq__v2 .accordion-body {
  padding: 0 20px 20px;
  color: var(--gray-dark);
  line-height: 1.8;
}

/* ======= CTA SECTION ======= */
.cta-section {
  background: linear-gradient(135deg, var(--primary-color) 0%, var(--primary-dark) 100%);
  border-radius: var(--radius-xl);
  padding: 60px 40px;
  position: relative;
  overflow: hidden;
  box-shadow: 0 20px 40px rgba(var(--primary-rgb), 0.2);
}

.cta-section::before {
  content: '';
  position: absolute;
  top: -50%;
  right: -50%;
  width: 200%;
  height: 200%;
  background: radial-gradient(circle, rgba(255, 255, 255, 0.1) 0%, transparent 70%);
  animation: rotate 30s linear infinite;
}

.cta-section h2,
.cta-section p {
  position: relative;
  z-index: 1;
}

/* ======= CONTACT SECTION ======= */
.contact__v2 {
  background: white;
}

.contact-info-item {
  transition: var(--transition-base);
}

.contact-info-item:hover {
  transform: translateX(5px);
}

.contact__v2 .icon {
  width: 45px !important;
  height: 45px !important;
  min-width: 45px !important;
  background: linear-gradient(135deg, rgba(var(--primary-rgb), 0.1) 0%, rgba(var(--secondary-rgb), 0.1) 100%);
  border-radius: var(--radius-md);
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--primary-color);
  font-size: 20px;
  flex-shrink: 0;
}

.form-wrapper {
  background: white;
  border: 2px solid rgba(var(--primary-rgb), 0.08);
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow-md);
  transition: var(--transition-base);
}

.form-wrapper:hover {
  box-shadow: var(--shadow-xl);
  border-color: rgba(var(--primary-rgb), 0.15);
}

.form-control,
.form-select {
  border: 2px solid rgba(var(--primary-rgb), 0.08);
  border-radius: var(--radius-md);
  padding: 12px 15px;
  font-size: 15px;
  transition: var(--transition-base);
  background: white;
}

.form-control:focus,
.form-select:focus {
  border-color: var(--primary-color);
  box-shadow: 0 0 0 0.2rem rgba(var(--primary-rgb), 0.1);
  outline: none;
}

.form-label {
  color: var(--dark-color);
  font-weight: 500;
  font-size: 14px;
  margin-bottom: 8px;
}

.form-check-input:checked {
  background-color: var(--primary-color);
  border-color: var(--primary-color);
}

/* ======= FOOTER ======= */
.footer {
  background: var(--dark-color);
  color: rgba(255, 255, 255, 0.8);
  padding: 60px 0 30px;
}

.footer h2,
.footer h3,
.footer h4 {
  color: white;
  margin-bottom: 20px;
}

.footer h4 {
  font-size: 1.125rem;
  font-weight: 600;
}

.footer a {
  color: rgba(255, 255, 255, 0.7);
  transition: var(--transition-base);
}

.footer a:hover {
  color: var(--primary-color);
  transform: translateX(5px);
}

.footer ul {
  list-style: none;
  padding: 0;
}

.footer ul li {
  padding: 5px 0;
}

.footer .brand-icon {
  background: linear-gradient(135deg, var(--primary-color) 0%, var(--secondary-color) 100%);
}

.credits {
  color: rgba(255, 255, 255, 0.5);
  font-size: 14px;
}

/* ======= BACK TO TOP ======= */
#back-to-top {
  position: fixed;
  bottom: 30px;
  right: 100px;
  width: 45px;
  height: 45px;
  background: linear-gradient(135deg, var(--primary-color) 0%, var(--secondary-color) 100%);
  color: white;
  border: none;
  border-radius: 50%;
  display: none;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  cursor: pointer;
  transition: var(--transition-base);
  z-index: 998;
  box-shadow: 0 5px 20px rgba(var(--primary-rgb), 0.3);
}

#back-to-top:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 30px rgba(var(--primary-rgb), 0.4);
}

/* ======= BADGES ======= */
.badge {
  padding: 6px 12px;
  font-weight: 600;
  font-size: 11px;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  border-radius: var(--radius-pill);
}

.bg-primary {
  background: var(--primary-color) !important;
}

.bg-success {
  background: var(--success-color) !important;
}

.bg-info {
  background: var(--info-color) !important;
}

.bg-warning {
  background: var(--warning-color) !important;
  color: var(--dark-color) !important;
}

.bg-danger {
  background: var(--danger-color) !important;
}

/* ======= ANIMATIONS ======= */
@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(30px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes fadeInDown {
  from {
    opacity: 0;
    transform: translateY(-30px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes fadeIn {
  from { opacity: 0; }
  to { opacity: 1; }
}

/* ======= RESPONSIVE DESIGN ======= */
@media (max-width: 1200px) {
  .container {
    max-width: 960px;
  }
}

@media (max-width: 992px) {
  :root {
    --section-padding: 60px;
  }
  
  .hero-title {
    font-size: 2.5rem;
  }
  
  h2 {
    font-size: 2rem;
  }
  
  /* Navbar mobile adjustments */
  .fbs__net-navbar {
    padding: 10px 0;
  }
  
  .navbar-brand {
    margin-right: auto;
  }
  
  .brand-icon {
    width: 40px;
    height: 40px;
    font-size: 20px;
    margin-right: 10px;
  }
  
  .brand-text strong {
    font-size: 14px;
  }
  
  .brand-text span {
    font-size: 9px;
  }
  
  .navbar-nav {
    flex-direction: column;
    align-items: flex-start;
    padding: 20px 0;
  }
  
  .navbar-nav .nav-link {
    padding: 12px 0 !important;
    width: 100%;
    font-size: 16px;
  }
  
  .navbar-nav .nav-link::after {
    display: none;
  }
  
  /* Mobile menu toggle button */
  .navbar-toggler {
    border: 2px solid rgba(var(--primary-rgb), 0.3);
    padding: 6px 10px;
    border-radius: var(--radius-md);
  }
  
  .navbar-toggler:focus {
    box-shadow: 0 0 0 0.2rem rgba(var(--primary-rgb), 0.2);
  }
}


@media (max-width: 768px) {
  :root {
    --section-padding: 40px;
    --container-padding: 15px;
  }
  
  /* Navbar adjustments for mobile */
  .fbs__net-navbar {
    padding: 8px 0;
  }
  
  .fbs__net-navbar .container {
    padding-left: 15px;
    padding-right: 15px;
  }
  
  .navbar-brand {
    flex-shrink: 0;
  }
  
  .brand-icon {
    width: 35px;
    height: 35px;
    font-size: 18px;
    margin-right: 8px;
  }
  
  .brand-text strong {
    font-size: 13px;
    letter-spacing: -0.3px;
  }
  
  .brand-text span {
    font-size: 8px;
    letter-spacing: 0.3px;
  }
  
  /* Hide CTA button on very small screens */
  .btn.d-none.d-sm-inline-block {
    display: none !important;
  }
  
  /* Mobile offcanvas menu */
  .offcanvas {
    max-width: 280px !important;
  }
  
  .offcanvas-header {
    padding: 20px;
    border-bottom: 1px solid var(--light-bg);
  }
  
  .offcanvas-body {
    padding: 20px;
  }
  
  .hero__v6 {
    padding-top: 80px;
    min-height: auto;
  }
  
  .hero-title {
    font-size: 2rem;
  }
  
  .hero-subtitle {
    font-size: 1rem;
  }
  
  .stat-mini {
    text-align: center;
  }
  
  .stat-mini .stat-number {
    font-size: 1.5rem;
  }
  
  .floating-card {
    position: static;
    margin-top: 20px;
    max-width: 100%;
  }
  
  .whatsapp-float {
    width: 50px;
    height: 50px;
    font-size: 24px;
    bottom: 20px;
    right: 20px;
  }
  
  #back-to-top {
    right: 80px;
    width: 40px;
    height: 40px;
    font-size: 18px;
  }
  
  .service-card,
  .client-card {
    margin-bottom: 20px;
  }
  
  .stats__v3 .content {
    padding: 40px 20px;
  }
  
  .stat-item h3,
  .stat-item .stat-value {
    font-size: 2rem;
  }
  
  .company-badge {
    font-size: 12px;
    padding: 8px 12px;
  }
  
  .service-detail-card {
    padding: 2rem 1.5rem;
  }
  
  .form-wrapper {
    padding: 2rem 1.5rem !important;
  }
}


@media (max-width: 576px) {
  /* Extra small screens - smartphones */
  .fbs__net-navbar {
    padding: 6px 0;
  }
  
  .fbs__net-navbar .container {
    padding-left: 10px;
    padding-right: 10px;
  }
  
  .brand-icon {
    width: 32px;
    height: 32px;
    font-size: 16px;
    margin-right: 8px;
  }
  
  .brand-text strong {
    font-size: 12px;
    letter-spacing: -0.5px;
  }
  
  .brand-text span {
    font-size: 7px;
    letter-spacing: 0.2px;
  }
  
  .navbar-toggler {
    padding: 4px 8px;
    font-size: 1.1rem;
  }
  
  .hero-title {
    font-size: 1.75rem;
  }
  
  .hero-content {
    text-align: center;
  }
  
  .stat-mini {
    margin-bottom: 1rem;
  }
  
  .btn {
    padding: 10px 20px;
    font-size: 14px;
    width: 100%;
    margin-bottom: 10px;
  }
  
  .btn-lg {
    padding: 12px 24px;
  }
  
  .company-badge {
    padding: 8px 16px;
    font-size: 11px;
    margin-bottom: 8px;
  }
  
  /* Adjust WhatsApp button position on very small screens */
  .whatsapp-float {
    width: 45px;
    height: 45px;
    font-size: 22px;
    bottom: 15px;
    right: 15px;
  }
  
  #back-to-top {
    right: 70px;
    bottom: 15px;
    width: 38px;
    height: 38px;
    font-size: 16px;
  }
}

  
  .testimonial {
    min-height: auto;
  }
  
  .cta-section {
    padding: 40px 20px;
    text-align: center;
  }
}

/* ======= PRINT STYLES ======= */
@media print {
  .whatsapp-float,
  #back-to-top,
  .fbs__net-navbar,
  .footer {
    display: none !important;
  }
  
  .section {
    page-break-inside: avoid;
  }
}

/* ======= CUSTOM SCROLLBAR ======= */
::-webkit-scrollbar {
  width: 10px;
}

::-webkit-scrollbar-track {
  background: #f1f1f1;
}

::-webkit-scrollbar-thumb {
  background: var(--primary-color);
  border-radius: 5px;
}

::-webkit-scrollbar-thumb:hover {
  background: var(--primary-hover);
}

/* ======= LOADING ANIMATION ======= */
.loading {
  display: inline-block;
  width: 20px;
  height: 20px;
  border: 3px solid rgba(var(--primary-rgb), 0.3);
  border-radius: 50%;
  border-top-color: var(--primary-color);
  animation: spin 1s ease-in-out infinite;
}

@keyframes spin {
  to { transform: rotate(360deg); }
}

/* ======= ACCESSIBILITY ======= */
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

/* Focus styles for accessibility */
*:focus {
  outline: 2px solid var(--primary-color);
  outline-offset: 2px;
}

button:focus,
a:focus {
  outline: 2px solid var(--primary-color);
  outline-offset: 2px;
}

/* ======= OPERACIONES INTERNACIONALES SECTION ======= */
.operations-card {
  background: var(--white);
  border-radius: 20px;
  padding: 2rem;
  border: 1px solid rgba(255, 107, 53, 0.1);
  transition: all 0.4s ease;
  text-align: center;
  position: relative;
  overflow: hidden;
}

.operations-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 20px 40px rgba(255, 107, 53, 0.15);
  border-color: var(--primary-color);
}

.operations-card::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 4px;
  background: var(--gradient-primary);
  transform: scaleX(0);
  transition: transform 0.4s ease;
}

.operations-card:hover::before {
  transform: scaleX(1);
}

.country-flag {
  width: 80px;
  height: 80px;
  margin: 0 auto 1.5rem;
  border-radius: 50%;
  overflow: hidden;
  border: 3px solid var(--primary-color);
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--white);
  box-shadow: 0 8px 20px rgba(255, 107, 53, 0.2);
}

.flag-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 50%;
}

.country-name {
  font-weight: 600;
  color: var(--dark-color);
  margin-bottom: 0.5rem;
  font-size: 1.25rem;
}

.services-list {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  justify-content: center;
}

.service-tag {
  background: linear-gradient(135deg, var(--orange-soft) 0%, var(--blue-soft) 100%);
  color: var(--primary-color);
  padding: 0.3rem 0.8rem;
  border-radius: 15px;
  font-size: 0.85rem;
  font-weight: 500;
  border: 1px solid rgba(255, 107, 53, 0.2);
  transition: all 0.3s ease;
}

.service-tag:hover {
  background: var(--primary-color);
  color: var(--white);
  transform: scale(1.05);
}

.operations-cta {
  background: linear-gradient(135deg, rgba(255, 107, 53, 0.05) 0%, rgba(37, 99, 235, 0.05) 100%);
  border: 2px dashed rgba(255, 107, 53, 0.3);
  transition: all 0.4s ease;
}

.operations-cta:hover {
  background: linear-gradient(135deg, rgba(255, 107, 53, 0.1) 0%, rgba(37, 99, 235, 0.1) 100%);
  border-color: var(--primary-color);
  transform: translateY(-2px);
}

.text-gradient {
  background: var(--gradient-primary);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  font-weight: 700;
}

/* Responsive adjustments */
@media (max-width: 768px) {
  .operations-card {
    padding: 1.5rem;
  }
  
  .country-flag {
    width: 60px;
    height: 60px;
  }
  
  .country-name {
    font-size: 1.1rem;
  }
  
  .service-tag {
    font-size: 0.8rem;
    padding: 0.25rem 0.6rem;
  }
}

@media (max-width: 576px) {
  .operations-card {
    padding: 1.25rem;
  }
  
  .services-list {
    gap: 0.3rem;
  }
  
  .service-tag {
    font-size: 0.75rem;
    padding: 0.2rem 0.5rem;
  }
}
/* ======= INDUSTRIAS SECTION ======= */
.industry-card {
  background: var(--white);
  border-radius: 24px;
  padding: 2rem;
  border: 1px solid rgba(255, 107, 53, 0.08);
  transition: all 0.4s ease;
  position: relative;
  overflow: hidden;
  display: flex;
  flex-direction: column;
}

.industry-card::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 3px;
  background: var(--gradient-primary);
  transform: scaleX(0);
  transition: transform 0.4s ease;
}

.industry-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 25px 50px rgba(255, 107, 53, 0.15);
  border-color: rgba(255, 107, 53, 0.2);
}

.industry-card:hover::before {
  transform: scaleX(1);
}

.industry-icon {
  width: 70px;
  height: 70px;
  margin: 0 auto 1.5rem;
  background: var(--gradient-primary);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.8rem;
  color: var(--white);
  box-shadow: 0 8px 25px rgba(255, 107, 53, 0.3);
  transition: all 0.4s ease;
}

.industry-card:hover .industry-icon {
  transform: scale(1.1);
  box-shadow: 0 12px 35px rgba(255, 107, 53, 0.4);
}

.industry-content {
  flex: 1;
  text-align: center;
}

.industry-title {
  font-weight: 700;
  color: var(--dark-color);
  margin-bottom: 1rem;
  font-size: 1.2rem;
  line-height: 1.3;
}

.products-list {
  display: flex;
  flex-direction: column;
  gap: 0.4rem;
  margin-bottom: 1.5rem;
}

.product-item {
  color: var(--gray-color);
  font-size: 0.9rem;
  text-align: left;
  padding-left: 0.5rem;
}

.industry-benefit {
  background: rgba(16, 185, 129, 0.1);
  padding: 0.6rem 1rem;
  border-radius: 25px;
  font-size: 0.85rem;
  font-weight: 500;
  color: var(--success-color);
  margin-bottom: 1rem;
  border: 1px solid rgba(16, 185, 129, 0.2);
}

.industry-stats {
  margin-bottom: 1.5rem;
}

.industry-cta {
  margin-top: auto;
}

.btn-industry {
  background: linear-gradient(135deg, var(--primary-color) 0%, var(--secondary-color) 100%);
  color: var(--white);
  padding: 0.8rem 1.5rem;
  border-radius: 25px;
  text-decoration: none;
  font-weight: 600;
  font-size: 0.9rem;
  display: inline-flex;
  align-items: center;
  transition: all 0.3s ease;
  border: none;
  width: 100%;
  justify-content: center;
}

.btn-industry:hover {
  background: linear-gradient(135deg, var(--primary-hover) 0%, var(--secondary-hover) 100%);
  transform: translateY(-2px);
  box-shadow: 0 8px 20px rgba(255, 107, 53, 0.3);
  color: var(--white);
}

.industries-bottom-cta {
  background: linear-gradient(135deg, rgba(255, 107, 53, 0.05) 0%, rgba(37, 99, 235, 0.05) 100%);
  border: 2px dashed rgba(255, 107, 53, 0.2);
  transition: all 0.4s ease;
}

.industries-bottom-cta:hover {
  background: linear-gradient(135deg, rgba(255, 107, 53, 0.08) 0%, rgba(37, 99, 235, 0.08) 100%);
  border-color: var(--primary-color);
}

/* Responsive Design */
@media (max-width: 1199px) {
  .industry-card {
    padding: 1.5rem;
  }
  
  .industry-icon {
    width: 60px;
    height: 60px;
    font-size: 1.5rem;
  }
  
  .industry-title {
    font-size: 1.1rem;
  }
}

@media (max-width: 768px) {
  .industry-card {
    padding: 1.25rem;
  }
  
  .industry-icon {
    width: 55px;
    height: 55px;
    font-size: 1.3rem;
  }
  
  .product-item {
    font-size: 0.85rem;
  }
  
  .btn-industry {
    padding: 0.7rem 1.2rem;
    font-size: 0.85rem;
  }
}

@media (max-width: 576px) {
  .products-list {
    gap: 0.3rem;
  }
  
  .product-item {
    font-size: 0.8rem;
  }
  
  .industry-benefit {
    padding: 0.5rem 0.8rem;
    font-size: 0.8rem;
  }
}
/* ======= TRUST BADGES SECTION ======= */
.trust-badges-section {
  border-top: 1px solid rgba(255, 107, 53, 0.1);
}

.trust-badge {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  padding: 1rem;
  background: linear-gradient(135deg, rgba(255, 107, 53, 0.05) 0%, rgba(37, 99, 235, 0.05) 100%);
  border-radius: 15px;
  border: 1px solid rgba(255, 107, 53, 0.1);
  transition: all 0.3s ease;
  text-align: left;
  height: 100%;
}

.trust-badge:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 25px rgba(255, 107, 53, 0.15);
  border-color: var(--primary-color);
}

.badge-icon {
  width: 40px;
  height: 40px;
  background: var(--gradient-primary);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--white);
  font-size: 1.2rem;
  flex-shrink: 0;
}

.badge-content {
  flex: 1;
  line-height: 1.2;
}

.badge-number {
  display: block;
  font-size: 1.1rem;
  font-weight: 700;
  color: var(--primary-color);
  margin-bottom: 0.1rem;
}

.badge-text {
  font-size: 0.8rem;
  color: var(--gray-color);
  font-weight: 500;
  line-height: 1.1;
}

/* ======= HERO TRUST BADGE (Alternativa destacada) ======= */
.hero-trust-badge {
  position: absolute;
  top: 20px;
  right: 20px;
  z-index: 10;
}

.hero-badge-container {
  display: flex;
  align-items: center;
  gap: 1rem;
  background: var(--white);
  padding: 1rem 1.5rem;
  border-radius: 20px;
  box-shadow: 0 15px 35px rgba(255, 107, 53, 0.2);
  border: 2px solid rgba(255, 107, 53, 0.1);
}

.hero-badge-seal {
  position: relative;
  width: 60px;
  height: 60px;
}

.seal-outer {
  width: 100%;
  height: 100%;
  background: var(--gradient-primary);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  animation: glow 2s ease-in-out infinite alternate;
}

@keyframes glow {
  from { box-shadow: 0 0 5px rgba(255, 107, 53, 0.5); }
  to { box-shadow: 0 0 20px rgba(255, 107, 53, 0.8); }
}

.seal-inner {
  width: 85%;
  height: 85%;
  background: var(--white);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.seal-content {
  text-align: center;
  color: var(--primary-color);
}

.seal-years {
  font-size: 1.4rem;
  font-weight: 800;
  line-height: 1;
}

.seal-text {
  font-size: 0.6rem;
  font-weight: 600;
  line-height: 1;
}

.seal-subtitle {
  font-size: 0.5rem;
  font-weight: 500;
  color: var(--gray-color);
  line-height: 1;
}

.seal-ribbon {
  position: absolute;
  bottom: -8px;
  left: 50%;
  transform: translateX(-50%);
  background: var(--secondary-color);
  color: var(--white);
  padding: 0.2rem 0.5rem;
  border-radius: 8px;
  font-size: 0.6rem;
  font-weight: 600;
  white-space: nowrap;
}

.hero-badge-text {
  display: flex;
  flex-direction: column;
  gap: 0.2rem;
}

.hero-badge-text strong {
  font-size: 1rem;
  color: var(--dark-color);
  font-weight: 700;
}

.hero-badge-text span {
  font-size: 0.8rem;
  color: var(--gray-color);
  font-weight: 500;
}

/* Responsive Design */
@media (max-width: 992px) {
  .trust-badge {
    padding: 0.75rem;
    gap: 0.5rem;
  }
  
  .badge-icon {
    width: 35px;
    height: 35px;
    font-size: 1rem;
  }
  
  .badge-number {
    font-size: 1rem;
  }
  
  .badge-text {
    font-size: 0.75rem;
  }
}

@media (max-width: 768px) {
  .hero-trust-badge {
    position: static;
    margin: 1rem auto;
    display: flex;
    justify-content: center;
  }
  
  .hero-badge-container {
    padding: 0.75rem 1rem;
    gap: 0.75rem;
  }
  
  .hero-badge-seal {
    width: 50px;
    height: 50px;
  }
  
  .seal-years {
    font-size: 1.2rem;
  }
  
  .hero-badge-text strong {
    font-size: 0.9rem;
  }
  
  .hero-badge-text span {
    font-size: 0.7rem;
  }
}

@media (max-width: 576px) {
  .trust-badge {
    flex-direction: column;
    text-align: center;
    gap: 0.5rem;
    padding: 1rem 0.5rem;
  }
  
  .badge-content {
    text-align: center;
  }
}
/* ======= VIDEOS SECTION ======= */
.videos__section {
  background: var(--light-bg);
}

.video-tabs-container {
  max-width: 800px;
  margin: 0 auto;
}

.video-tabs {
  background: var(--white);
  border-radius: 50px;
  padding: 0.5rem;
  box-shadow: 0 4px 20px rgba(0,0,0,0.08);
}

.video-tabs .nav-link {
  border-radius: 25px;
  border: none;
  background: transparent;
  color: var(--gray-color);
  font-weight: 600;
  padding: 0.75rem 1.5rem;
  transition: all 0.3s ease;
  white-space: nowrap;
}

.video-tabs .nav-link:hover {
  background: rgba(255, 107, 53, 0.1);
  color: var(--primary-color);
}

.video-tabs .nav-link.active {
  background: var(--gradient-primary);
  color: var(--white);
  box-shadow: 0 4px 15px rgba(255, 107, 53, 0.3);
}

.video-content {
  background: var(--white);
  border-radius: 20px;
  padding: 2rem;
  box-shadow: 0 8px 30px rgba(0,0,0,0.08);
}

.video-wrapper {
  width: 100%;
}

.video-container {
  position: relative;
}

.video-thumbnail {
  position: relative;
  border-radius: 15px;
  overflow: hidden;
  box-shadow: 0 15px 35px rgba(0,0,0,0.15);
}

.video-poster {
  width: 100%;
  height: auto;
  display: block;
  transition: transform 0.3s ease;
}

.video-thumbnail:hover .video-poster {
  transform: scale(1.05);
}

.play-button {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 80px;
  height: 80px;
  background: rgba(255, 107, 53, 0.9);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.3s ease;
  backdrop-filter: blur(10px);
}

.play-button:hover {
  background: var(--primary-color);
  transform: translate(-50%, -50%) scale(1.1);
  box-shadow: 0 10px 30px rgba(255, 107, 53, 0.4);
}

.play-button i {
  font-size: 2rem;
  color: var(--white);
  margin-left: 3px;
}

.video-duration {
  position: absolute;
  bottom: 15px;
  right: 15px;
  background: rgba(0,0,0,0.8);
  color: var(--white);
  padding: 0.3rem 0.6rem;
  border-radius: 5px;
  font-size: 0.8rem;
  font-weight: 600;
}

.video-info {
  padding-left: 2rem;
}

.video-title {
  font-size: 1.8rem;
  font-weight: 700;
  color: var(--dark-color);
  margin-bottom: 1rem;
}

.video-description {
  font-size: 1rem;
  color: var(--gray-color);
  line-height: 1.6;
  margin-bottom: 1.5rem;
}

.video-highlights {
  list-style: none;
  padding: 0;
  margin-bottom: 2rem;
}

.video-highlights li {
  padding: 0.5rem 0;
  color: var(--gray-color);
  font-size: 0.95rem;
}

.videos-cta {
  background: linear-gradient(135deg, rgba(255, 107, 53, 0.05) 0%, rgba(37, 99, 235, 0.05) 100%);
  border: 2px dashed rgba(255, 107, 53, 0.3);
  transition: all 0.4s ease;
}

.videos-cta:hover {
  background: linear-gradient(135deg, rgba(255, 107, 53, 0.1) 0%, rgba(37, 99, 235, 0.1) 100%);
  border-color: var(--primary-color);
}

/* Responsive Design */
@media (max-width: 992px) {
  .video-info {
    padding-left: 0;
    margin-top: 2rem;
  }
  
  .video-title {
    font-size: 1.5rem;
  }
}

@media (max-width: 768px) {
  .video-tabs .nav-link {
    padding: 0.5rem 1rem;
    font-size: 0.85rem;
  }
  
  .video-content {
    padding: 1.5rem;
  }
  
  .play-button {
    width: 60px;
    height: 60px;
  }
  
  .play-button i {
    font-size: 1.5rem;
  }
  
  .video-title {
    font-size: 1.3rem;
  }
}

@media (max-width: 576px) {
  .video-tabs {
    padding: 0.3rem;
  }
  
  .video-tabs .nav-link {
    padding: 0.4rem 0.8rem;
    font-size: 0.8rem;
  }
  
  .video-tabs .nav-link i {
    display: none;
  }
}


/* === site-chrome.css === */
/* Skip link, scroll progress, announcement bar, sticky header helpers */
.skip-link {
  position: absolute;
  left: -9999px;
  top: 0;
  z-index: 10000;
  padding: 12px 20px;
  background: var(--primary-color);
  color: #fff;
  font-weight: 600;
  border-radius: 0 0 8px 0;
  transition: left 0.2s;
}
.skip-link:focus {
  left: 0;
  outline: 3px solid #fff;
  outline-offset: 2px;
}

#scroll-progress {
  position: fixed;
  top: 0;
  left: 0;
  height: 3px;
  width: 0;
  z-index: 10001;
  background: linear-gradient(90deg, var(--primary-color), var(--accent-color));
  transition: width 0.1s ease-out;
  pointer-events: none;
}

.announcement-bar {
  position: relative;
  z-index: 998;
  background: linear-gradient(90deg, var(--primary-color), #e85d2f);
  color: #fff;
  padding: 10px 48px 10px 16px;
  text-align: center;
  font-size: 14px;
  font-weight: 500;
  display: none;
}
.announcement-bar.is-visible {
  display: block;
}
.announcement-bar a {
  color: #fff;
  text-decoration: underline;
  font-weight: 700;
}
.announcement-bar a:hover {
  color: #fff;
  opacity: 0.9;
}
.close-announcement {
  position: absolute;
  right: 12px;
  top: 50%;
  transform: translateY(-50%);
  background: rgba(0, 0, 0, 0.2);
  border: none;
  color: #fff;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  cursor: pointer;
  line-height: 1;
  font-size: 18px;
  transition: background 0.2s;
}
.close-announcement:hover {
  background: rgba(0, 0, 0, 0.35);
}
.close-announcement:focus-visible {
  outline: 2px solid #fff;
  outline-offset: 2px;
}

.fbs__net-navbar.navbar {
  position: sticky;
  top: 0;
  z-index: 997;
  box-shadow: 0 2px 20px rgba(0, 0, 0, 0.08);
}

main section[id],
footer {
  scroll-margin-top: 96px;
}

@media (max-width: 991px) {
  .offcanvas .btn-whatsapp-cta {
    margin-top: 1rem;
    width: 100%;
    justify-content: center;
  }
}

#back-to-top.show {
  display: flex !important;
}

#back-to-top:focus-visible {
  outline: 3px solid var(--primary-color);
  outline-offset: 3px;
}

/* === whatsapp-float.css === */
/* Floating WhatsApp — botón verde fijo */
.whatsapp-float {
  position: fixed;
  width: 56px;
  height: 56px;
  bottom: calc(1.75rem + env(safe-area-inset-bottom, 0px));
  right: calc(1.75rem + env(safe-area-inset-right, 0px));
  z-index: 10060;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(135deg, #25d366 0%, #128c7e 100%);
  color: #fff;
  border-radius: 50%;
  text-decoration: none;
  box-shadow: 0 4px 24px rgba(37, 211, 102, 0.45);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
  animation: whatsapp-pulse 2.4s ease-in-out infinite;
}

body:has(.fc-cookie-bar) .whatsapp-float {
  bottom: calc(5.25rem + env(safe-area-inset-bottom, 0px));
}

.whatsapp-float:hover,
.whatsapp-float:focus-visible {
  color: #fff;
  transform: scale(1.06);
  box-shadow: 0 8px 28px rgba(37, 211, 102, 0.55);
}

.whatsapp-float svg {
  display: block;
  flex-shrink: 0;
}

@keyframes whatsapp-pulse {
  0%,
  100% {
    box-shadow: 0 4px 20px rgba(37, 211, 102, 0.45);
  }
  50% {
    box-shadow: 0 4px 28px rgba(37, 211, 102, 0.75);
  }
}

.whatsapp-float:focus-visible {
  outline: 3px solid #fff;
  outline-offset: 3px;
}

.whatsapp-tooltip {
  position: absolute;
  right: calc(100% + 12px);
  top: 50%;
  transform: translateY(-50%);
  background: #1c1c1e;
  color: #fff;
  padding: 8px 14px;
  border-radius: 8px;
  font-size: 13px;
  font-weight: 500;
  white-space: nowrap;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.25s;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.25);
}

.whatsapp-float:hover .whatsapp-tooltip,
.whatsapp-float:focus-visible .whatsapp-tooltip {
  opacity: 1;
}

@media (max-width: 576px) {
  .whatsapp-float {
    width: 52px;
    height: 52px;
    bottom: calc(1.25rem + env(safe-area-inset-bottom, 0px));
    right: calc(1.25rem + env(safe-area-inset-right, 0px));
  }

  body:has(.fc-cookie-bar) .whatsapp-float {
    bottom: calc(4.75rem + env(safe-area-inset-bottom, 0px));
  }

  .whatsapp-tooltip {
    display: none;
  }
}

/* Tema oscuro: hereda estilos base (no sobrescribir fondo) */
.fc-theme .whatsapp-float {
  color: #fff;
}

.fc-theme #back-to-top {
  bottom: calc(5.5rem + env(safe-area-inset-bottom, 0px));
  right: calc(1.75rem + env(safe-area-inset-right, 0px));
}

body:has(.fc-cookie-bar) .fc-theme #back-to-top {
  bottom: calc(9rem + env(safe-area-inset-bottom, 0px));
}

@media (max-width: 576px) {
  .fc-theme #back-to-top {
    bottom: calc(4.75rem + env(safe-area-inset-bottom, 0px));
    right: calc(5.5rem + env(safe-area-inset-right, 0px));
  }

  body:has(.fc-cookie-bar) .fc-theme #back-to-top {
    bottom: calc(8.25rem + env(safe-area-inset-bottom, 0px));
  }
}

/* === exit-modal.css === */
/* Modal de salida — aspecto ejecutivo, animación suave */
.exit-modal[hidden] {
  display: none !important;
}

.exit-modal:not([hidden]) .exit-modal-overlay {
  animation: exitOverlayIn 0.35s ease forwards;
}

.exit-modal:not([hidden]) .exit-modal-content {
  animation: exitModalContentIn 0.45s cubic-bezier(0.22, 1, 0.36, 1) forwards;
}

@keyframes exitOverlayIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes exitModalContentIn {
  from {
    opacity: 0;
    transform: translate(-50%, -46%) scale(0.97);
  }
  to {
    opacity: 1;
    transform: translate(-50%, -50%) scale(1);
  }
}

.exit-modal {
  position: fixed;
  inset: 0;
  z-index: 11000;
}

.exit-modal-overlay {
  position: absolute;
  inset: 0;
  background: rgba(15, 23, 42, 0.55);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  cursor: pointer;
}

.exit-modal-content {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: min(92vw, 680px);
  max-height: min(90vh, 560px);
  overflow: auto;
  background: #fff;
  border-radius: 18px;
  box-shadow:
    0 0 0 1px rgba(255, 255, 255, 0.08) inset,
    0 24px 80px rgba(15, 23, 42, 0.35),
    0 8px 24px rgba(15, 23, 42, 0.12);
}

.exit-modal-close {
  position: absolute;
  top: 14px;
  right: 14px;
  z-index: 2;
  width: 40px;
  height: 40px;
  border: none;
  background: rgba(29, 53, 87, 0.06);
  color: #1d3557;
  border-radius: 10px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background 0.2s ease, color 0.2s ease;
}

.exit-modal-close:hover {
  background: rgba(29, 53, 87, 0.12);
  color: #152a45;
}

.exit-modal-close:focus-visible {
  outline: none;
  box-shadow: 0 0 0 2px #fff, 0 0 0 4px rgba(29, 53, 87, 0.45);
}

.exit-modal-inner {
  display: grid;
  grid-template-columns: 1fr 1.15fr;
  gap: 0;
}

@media (max-width: 767px) {
  .exit-modal-inner {
    grid-template-columns: 1fr;
  }

  .exit-modal-content {
    max-height: 92vh;
  }
}

.exit-modal-visual {
  background: linear-gradient(160deg, #1d3557 0%, #24486f 42%, #1a304d 100%);
  color: #fff;
  padding: 2.25rem 1.75rem;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 220px;
  position: relative;
  overflow: hidden;
}

.exit-modal-visual::before {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at 30% 20%, rgba(255, 107, 53, 0.18), transparent 45%);
  pointer-events: none;
}

.exit-visual-placeholder {
  text-align: center;
  position: relative;
  z-index: 1;
}

.exit-visual-placeholder .exit-stat {
  font-family: var(--font-primary);
  font-size: clamp(2rem, 5vw, 2.75rem);
  font-weight: 700;
  letter-spacing: -0.03em;
  color: #fff;
  line-height: 1.1;
}

.exit-visual-placeholder .exit-stat-accent {
  display: block;
  font-size: 0.95rem;
  font-weight: 600;
  color: rgba(255, 255, 255, 0.88);
  margin-top: 0.35rem;
  letter-spacing: 0.02em;
}

.exit-stat-label {
  font-size: 0.8125rem;
  font-weight: 500;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.65);
  margin-top: 1rem;
}

.exit-modal-body {
  padding: 2.25rem 1.85rem 2rem;
  display: flex;
  flex-direction: column;
}

.exit-tag {
  display: inline-block;
  align-self: flex-start;
  background: rgba(29, 53, 87, 0.07);
  color: #1d3557;
  font-size: 0.625rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  padding: 0.4rem 0.75rem;
  border-radius: 999px;
  margin-bottom: 0.85rem;
  border: 1px solid rgba(29, 53, 87, 0.12);
}

.exit-modal-body h2 {
  font-size: clamp(1.25rem, 3.5vw, 1.5rem);
  font-weight: 600;
  letter-spacing: -0.03em;
  color: #141418;
  line-height: 1.25;
  margin-bottom: 0.75rem;
}

.exit-modal-body > p:first-of-type {
  font-size: 0.9375rem;
  line-height: 1.65;
  color: var(--gray-color);
  margin-bottom: 1.35rem;
}

.exit-modal-body .btn-full {
  width: 100%;
  justify-content: center;
  font-weight: 600;
  padding: 0.85rem 1.25rem;
  border-radius: 12px;
  letter-spacing: 0.01em;
}

.exit-modal-body .btn-primary.btn-full {
  box-shadow: 0 4px 14px rgba(255, 107, 53, 0.35);
}

.exit-alternative {
  margin-top: 1rem;
  font-size: 0.875rem;
  color: var(--gray-color);
  line-height: 1.5;
}

.exit-alternative a {
  font-weight: 600;
  color: #1d3557;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.exit-alternative a:hover {
  color: var(--primary-color);
}

.exit-skip {
  display: block;
  width: 100%;
  margin-top: 1rem;
  padding: 0.65rem;
  border: none;
  background: transparent;
  color: var(--gray-color);
  font-size: 0.8125rem;
  cursor: pointer;
  text-decoration: underline;
  text-underline-offset: 3px;
  transition: color 0.2s ease;
}

.exit-skip:hover {
  color: var(--dark-color);
}

.exit-skip:focus-visible {
  outline: 2px solid var(--primary-color);
  outline-offset: 2px;
  border-radius: 6px;
}

/* === representantes.css === */
/* Programa de representantes — estilo corporativo B2B */
.representatives-section {
  --rep-navy: #1d3557;
  --rep-navy-deep: #152a45;
  --rep-line: rgba(29, 53, 87, 0.1);
  --rep-line-strong: rgba(29, 53, 87, 0.18);
  --rep-surface: #ffffff;
  --rep-bg: #eef1f6;
  scroll-margin-top: 96px;
  position: relative;
  padding-top: 5rem;
  padding-bottom: 5.5rem;
  background:
    radial-gradient(ellipse 120% 80% at 50% -30%, rgba(29, 53, 87, 0.07), transparent 55%),
    linear-gradient(180deg, var(--rep-bg) 0%, #e8ecf3 100%);
  overflow: hidden;
}

.representatives-section::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: linear-gradient(rgba(29, 53, 87, 0.03) 1px, transparent 1px),
    linear-gradient(90deg, rgba(29, 53, 87, 0.03) 1px, transparent 1px);
  background-size: 48px 48px;
  mask-image: linear-gradient(180deg, rgba(0, 0, 0, 0.45), transparent 65%);
  pointer-events: none;
}

.representatives-section .container {
  position: relative;
  z-index: 1;
}

.representatives-section .section-tag {
  display: inline-block;
  background: rgba(29, 53, 87, 0.08);
  color: var(--rep-navy);
  padding: 0.45rem 1rem;
  border-radius: 999px;
  font-size: 0.6875rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  margin-bottom: 1rem;
  border: 1px solid var(--rep-line);
}

.representatives-section #rep-heading {
  color: var(--rep-navy-deep);
  font-weight: 600;
  letter-spacing: -0.03em;
  line-height: 1.15;
}

.representatives-section .section-subtitle {
  max-width: 34rem;
  margin: 0 auto 2.75rem;
  text-align: center;
  font-size: 1.0625rem;
  line-height: 1.65;
  color: var(--gray-dark);
}

/* Barra de credibilidad */
.rep-trust-bar {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.5rem 1.25rem;
  padding: 1rem 1.25rem;
  margin: -0.5rem auto 2.75rem;
  max-width: 52rem;
  background: var(--rep-surface);
  border: 1px solid var(--rep-line);
  border-radius: 14px;
  box-shadow: 0 8px 30px rgba(29, 53, 87, 0.06);
}

.rep-trust-bar .rep-trust-item {
  display: flex;
  align-items: baseline;
  gap: 0.5rem;
  padding: 0.35rem 0.85rem;
  border-radius: 10px;
  font-size: 0.875rem;
  color: var(--gray-dark);
}

.rep-trust-bar .rep-trust-val {
  font-family: var(--font-primary);
  font-weight: 700;
  font-size: 1.05rem;
  color: var(--rep-navy);
  letter-spacing: -0.02em;
}

.rep-trust-bar .rep-trust-label {
  color: var(--gray-color);
  font-weight: 500;
}

.rep-value-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.25rem;
  margin-bottom: 3.25rem;
}

@media (max-width: 991px) {
  .rep-value-grid {
    grid-template-columns: 1fr;
  }
}

.rep-value-card {
  background: var(--rep-surface);
  border-radius: 16px;
  padding: 1.65rem 1.5rem;
  border: 1px solid var(--rep-line);
  box-shadow: 0 4px 24px rgba(29, 53, 87, 0.05);
  transition: border-color 0.25s ease, box-shadow 0.25s ease, transform 0.25s ease;
  position: relative;
}

.rep-value-card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 1.25rem;
  right: 1.25rem;
  height: 3px;
  border-radius: 0 0 4px 4px;
  background: linear-gradient(90deg, var(--rep-navy), rgba(29, 53, 87, 0.35));
  opacity: 0.85;
}

.rep-value-card:hover {
  transform: translateY(-3px);
  border-color: var(--rep-line-strong);
  box-shadow: 0 12px 40px rgba(29, 53, 87, 0.1);
}

.rep-icon {
  width: 46px;
  height: 46px;
  margin-bottom: 1rem;
  padding: 10px;
  border-radius: 12px;
  background: rgba(29, 53, 87, 0.06);
  color: var(--rep-navy);
  border: 1px solid var(--rep-line);
}

.rep-value-card h3 {
  font-size: 1.125rem;
  font-weight: 600;
  margin-bottom: 0.5rem;
  color: var(--rep-navy-deep);
  letter-spacing: -0.02em;
}

.rep-value-card > p {
  font-size: 0.9375rem;
  line-height: 1.65;
  margin-bottom: 0;
  color: var(--gray-color);
}

.highlight-stat {
  margin-top: 1.15rem;
  padding: 0.65rem 1rem;
  background: rgba(29, 53, 87, 0.05);
  color: var(--rep-navy);
  font-weight: 600;
  font-size: 0.8125rem;
  letter-spacing: 0.02em;
  border-radius: 10px;
  text-align: center;
  border: 1px solid var(--rep-line);
}

/* Subtítulos de bloque */
.rep-block-heading {
  text-align: center;
  font-size: 1.125rem;
  font-weight: 600;
  color: var(--rep-navy-deep);
  margin-bottom: 1.5rem;
  letter-spacing: -0.02em;
}

.rep-block-heading span {
  display: block;
  font-size: 0.75rem;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--gray-color);
  margin-bottom: 0.35rem;
}

/* Proceso */
.rep-process {
  margin-bottom: 3.25rem;
}

.process-steps {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1rem;
  position: relative;
}

@media (min-width: 992px) {
  .process-steps::before {
    content: "";
    position: absolute;
    top: 28px;
    left: 12%;
    right: 12%;
    height: 2px;
    background: linear-gradient(90deg, transparent, var(--rep-line-strong), transparent);
    z-index: 0;
  }
}

@media (max-width: 991px) {
  .process-steps {
    grid-template-columns: 1fr 1fr;
  }
}

@media (max-width: 575px) {
  .process-steps {
    grid-template-columns: 1fr;
  }
}

.process-steps .step {
  background: var(--rep-surface);
  padding: 1.35rem 1.1rem;
  border-radius: 14px;
  border: 1px solid var(--rep-line);
  text-align: center;
  position: relative;
  z-index: 1;
  box-shadow: 0 2px 12px rgba(29, 53, 87, 0.04);
  transition: border-color 0.2s ease;
}

.process-steps .step:hover {
  border-color: var(--rep-line-strong);
}

.step-num {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: var(--rep-navy);
  color: #fff;
  font-weight: 700;
  font-size: 1rem;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 0.85rem;
  border: 3px solid var(--rep-bg);
  box-shadow: 0 0 0 1px var(--rep-line);
}

.process-steps .step h4 {
  font-size: 1rem;
  font-weight: 600;
  margin-bottom: 0.35rem;
  color: var(--rep-navy-deep);
}

.process-steps .step p {
  font-size: 0.8125rem;
  margin: 0;
  color: var(--gray-color);
  line-height: 1.5;
}

/* Zonas */
.rep-zones {
  margin-bottom: 3.25rem;
}

.zones-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(260px, 1fr));
  gap: 0.75rem;
}

.zone-item {
  display: flex;
  align-items: center;
  gap: 0.85rem;
  padding: 0.95rem 1.1rem;
  background: var(--rep-surface);
  border-radius: 12px;
  border: 1px solid var(--rep-line);
  transition: background 0.2s ease, border-color 0.2s ease;
}

.zone-item:hover {
  background: #fafbfd;
  border-color: var(--rep-line-strong);
}

.zone-item img {
  width: 36px;
  height: auto;
  border-radius: 4px;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.08);
}

.zone-item span:nth-of-type(1) {
  flex: 1;
  font-weight: 600;
  font-size: 0.875rem;
  color: var(--gray-dark);
}

.zone-badge {
  font-size: 0.625rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  padding: 0.35rem 0.65rem;
  border-radius: 999px;
}

.zone-badge.available {
  background: rgba(16, 185, 129, 0.12);
  color: #047857;
  border: 1px solid rgba(16, 185, 129, 0.25);
}

.zone-badge.limited {
  background: rgba(180, 83, 9, 0.08);
  color: #9a3412;
  border: 1px solid rgba(180, 83, 9, 0.2);
}

/* Testimonios representantes */
.rep-testimonials {
  margin-bottom: 2rem;
}

.rep-testimonials-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1.25rem;
}

@media (max-width: 767px) {
  .rep-testimonials-grid {
    grid-template-columns: 1fr;
  }
}

.rep-testimonial-card {
  background: var(--rep-surface);
  padding: 1.65rem 1.5rem 1.5rem;
  border-radius: 16px;
  border: 1px solid var(--rep-line);
  box-shadow: 0 6px 28px rgba(29, 53, 87, 0.06);
  position: relative;
}

.rep-testimonial-card::before {
  content: "\201C";
  position: absolute;
  top: 0.85rem;
  right: 1.25rem;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 3rem;
  line-height: 1;
  color: rgba(29, 53, 87, 0.12);
  pointer-events: none;
}

.rep-quote-head {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  margin-bottom: 1rem;
}

.rep-avatar-placeholder {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background: linear-gradient(145deg, var(--rep-navy), #457b9d);
  color: #fff;
  font-weight: 700;
  font-size: 0.875rem;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  letter-spacing: 0.02em;
}

.rep-testimonial-card blockquote {
  font-style: normal;
  margin: 0 0 1rem;
  color: var(--gray-dark);
  font-size: 0.9375rem;
  line-height: 1.7;
  padding-right: 1.5rem;
}

.rep-testimonial-card cite {
  display: block;
  font-size: 0.8125rem;
  color: var(--gray-color);
  font-style: normal;
  font-weight: 600;
  padding-top: 0.85rem;
  border-top: 1px solid var(--rep-line);
}

/* Formulario postulación */
.rep-form-container {
  max-width: 720px;
  margin: 0 auto;
  background: var(--rep-surface);
  border-radius: 20px;
  padding: 0;
  overflow: hidden;
  box-shadow:
    0 4px 6px rgba(29, 53, 87, 0.04),
    0 24px 56px rgba(29, 53, 87, 0.12);
  border: 1px solid var(--rep-line-strong);
}

.rep-form-head {
  background: linear-gradient(135deg, var(--rep-navy) 0%, var(--rep-navy-deep) 100%);
  color: #fff;
  padding: 2rem 2rem 1.75rem;
  text-align: center;
  position: relative;
}

.rep-form-head::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 4px;
  background: linear-gradient(90deg, transparent, rgba(255, 107, 53, 0.9), transparent);
  opacity: 0.9;
}

.rep-form-head h3 {
  color: #fff;
  font-size: 1.375rem;
  font-weight: 600;
  margin-bottom: 0.5rem;
  letter-spacing: -0.02em;
}

.rep-form-head p {
  margin: 0;
  font-size: 0.9375rem;
  opacity: 0.88;
  line-height: 1.55;
  color: rgba(255, 255, 255, 0.92);
}

.rep-form {
  padding: 2rem 2rem 2.25rem;
}

@media (max-width: 575px) {
  .rep-form {
    padding: 1.5rem 1.25rem 1.75rem;
  }
  .rep-form-head {
    padding: 1.5rem 1.25rem 1.35rem;
  }
}

.rep-form .form-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1rem;
}

@media (max-width: 575px) {
  .rep-form .form-row {
    grid-template-columns: 1fr;
  }
}

.rep-form .form-group {
  margin-bottom: 1rem;
}

.rep-form .form-group.full-width {
  grid-column: 1 / -1;
}

.rep-form label {
  display: block;
  font-weight: 600;
  font-size: 0.8125rem;
  margin-bottom: 0.4rem;
  color: var(--rep-navy-deep);
  letter-spacing: 0.01em;
}

.rep-form input,
.rep-form select,
.rep-form textarea {
  width: 100%;
  padding: 0.75rem 0.95rem;
  border: 1px solid #d8dde6;
  border-radius: 10px;
  font-size: 0.9375rem;
  color: var(--dark-color);
  background: #fafbfc;
  transition: border-color 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
}

.rep-form input:hover,
.rep-form select:hover,
.rep-form textarea:hover {
  border-color: #c5ccd8;
}

.rep-form input:focus,
.rep-form select:focus,
.rep-form textarea:focus {
  outline: none;
  border-color: var(--rep-navy);
  background: #fff;
  box-shadow: 0 0 0 3px rgba(29, 53, 87, 0.15);
}

.rep-form textarea {
  resize: vertical;
  min-height: 110px;
}

.rep-form .checkbox-label {
  display: flex;
  align-items: flex-start;
  gap: 0.65rem;
  font-weight: 400;
  font-size: 0.875rem;
  line-height: 1.5;
  color: var(--gray-dark);
}

.rep-form .checkbox-label input[type="checkbox"] {
  width: 1.1rem;
  height: 1.1rem;
  margin-top: 0.2rem;
  flex-shrink: 0;
  accent-color: var(--rep-navy);
}

.rep-btn-submit {
  font-weight: 600;
  letter-spacing: 0.02em;
  border-radius: 12px !important;
  padding-top: 0.95rem !important;
  padding-bottom: 0.95rem !important;
  background: linear-gradient(180deg, var(--rep-navy) 0%, var(--rep-navy-deep) 100%) !important;
  border: none !important;
  box-shadow: 0 4px 14px rgba(29, 53, 87, 0.35);
  transition: transform 0.2s ease, box-shadow 0.2s ease !important;
}

.rep-btn-submit:hover {
  transform: translateY(-1px);
  box-shadow: 0 8px 22px rgba(29, 53, 87, 0.4);
  background: linear-gradient(180deg, #254a73 0%, var(--rep-navy-deep) 100%) !important;
  color: #fff !important;
}

.rep-btn-submit:focus-visible {
  outline: none;
  box-shadow: 0 0 0 3px #fff, 0 0 0 6px rgba(29, 53, 87, 0.45);
}

.form-note {
  text-align: center;
  font-size: 0.8125rem;
  color: var(--gray-color);
  margin-top: 1.15rem;
  margin-bottom: 0;
  line-height: 1.5;
}

.form-success {
  text-align: center;
  padding: 2rem 1rem;
}

.form-success .success-icon {
  width: 64px;
  height: 64px;
  border-radius: 50%;
  background: #10b981;
  color: #fff;
  font-size: 2rem;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 1rem;
}

.representatives-section.section--after-hero {
  padding-top: 3rem;
}

/* Teaser compacto en home */
.rep-teaser {
  padding: 3.5rem 0;
  background: var(--bg-secondary, #eef1f6);
  border-top: 1px solid var(--border, rgba(29, 53, 87, 0.1));
  scroll-margin-top: 96px;
}

.rep-teaser-inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 1.25rem;
  max-width: 40rem;
  margin: 0 auto;
}

@media (min-width: 768px) {
  .rep-teaser-inner {
    flex-direction: row;
    text-align: left;
    max-width: 56rem;
    justify-content: space-between;
    align-items: center;
    gap: 2rem;
  }
}

.rep-teaser-copy {
  flex: 1;
}

.rep-teaser .section-tag {
  display: inline-block;
  background: rgba(220, 38, 38, 0.12);
  color: var(--accent, #dc2626);
  padding: 0.4rem 0.9rem;
  border-radius: 999px;
  font-size: 0.6875rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  margin-bottom: 0.75rem;
  border: 1px solid rgba(220, 38, 38, 0.2);
}

.rep-teaser h2 {
  font-size: clamp(1.25rem, 2.5vw, 1.5rem);
  font-weight: 600;
  line-height: 1.25;
  margin: 0 0 0.5rem;
  color: var(--text-primary, var(--rep-navy-deep));
}

.rep-teaser p {
  margin: 0;
  font-size: 0.9375rem;
  line-height: 1.6;
  color: var(--text-muted, var(--gray-dark));
}

.rep-teaser-cta {
  flex-shrink: 0;
}

.fc-theme .rep-teaser {
  background: var(--bg-secondary);
  border-top-color: var(--border);
}

.fc-theme .rep-teaser h2 {
  color: var(--text-primary);
}

.fc-theme .rep-teaser p {
  color: var(--text-muted);
}


/* === galeria.css === */
.gallery-section {
  scroll-margin-top: 96px;
  background: var(--light-bg);
}

.fc-theme .gallery-section--clients {
  background: transparent;
}

.fc-theme .gallery-section--clients .gallery-carousel-btn {
  background: #111113;
  border-color: rgba(255, 255, 255, 0.12);
  color: #e63946;
  box-shadow: none;
}

.fc-theme .gallery-section--clients .gallery-carousel-btn:hover {
  background: #1a1a1e;
  border-color: rgba(230, 57, 70, 0.45);
}

.fc-theme .gallery-section--clients .gallery-grid::-webkit-scrollbar-thumb {
  background: rgba(255, 255, 255, 0.15);
}

.gallery-carousel-shell {
  display: flex;
  flex-direction: row;
  align-items: stretch;
  gap: 10px;
  margin: 2rem 0;
  max-width: 100%;
}

.gallery-carousel-viewport {
  flex: 1;
  min-width: 0;
  overflow: hidden;
}

/* Carrusel horizontal: una fila desplazable */
.gallery-section .gallery-grid {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  gap: 12px;
  margin: 0;
  overflow-x: auto;
  overflow-y: hidden;
  -webkit-overflow-scrolling: touch;
  scroll-snap-type: x mandatory;
  scroll-padding-inline: 8px;
  padding: 4px 4px 14px;
  scrollbar-width: thin;
}

.gallery-section .gallery-grid::-webkit-scrollbar {
  height: 8px;
}

.gallery-section .gallery-grid::-webkit-scrollbar-thumb {
  background: rgba(0, 0, 0, 0.2);
  border-radius: 999px;
}

.gallery-section .gallery-grid .gallery-item {
  flex: 0 0 clamp(220px, 62vw, 300px);
  scroll-snap-align: start;
}

.gallery-carousel-btn {
  flex-shrink: 0;
  align-self: center;
  width: 44px;
  height: 44px;
  padding: 0;
  border: 2px solid #dee2e6;
  border-radius: 50%;
  background: #fff;
  color: var(--primary-color, #e63946);
  font-size: 1.35rem;
  line-height: 1;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: border-color 0.2s, background 0.2s, box-shadow 0.2s;
  box-shadow: var(--shadow-sm, 0 2px 8px rgba(0, 0, 0, 0.06));
}

.gallery-carousel-btn:hover {
  border-color: var(--primary-color, #e63946);
  background: #fff;
  box-shadow: var(--shadow-md, 0 4px 14px rgba(0, 0, 0, 0.1));
}

.gallery-carousel-btn:focus-visible {
  outline: 3px solid var(--primary-color, #e63946);
  outline-offset: 2px;
}

@media (max-width: 479px) {
  .gallery-carousel-btn {
    width: 40px;
    height: 40px;
    font-size: 1.2rem;
  }

  .gallery-carousel-shell {
    gap: 6px;
  }
}

.gallery-item {
  margin: 0;
  border-radius: var(--radius-md);
  overflow: hidden;
  position: relative;
  cursor: pointer;
  transition: transform 0.25s, box-shadow 0.25s;
}

.gallery-item:hover {
  transform: translateY(-3px);
  box-shadow: var(--shadow-md);
}

.gallery-item:focus-visible {
  outline: 3px solid var(--primary-color);
  outline-offset: 2px;
}

.gallery-item img {
  width: 100%;
  height: 200px;
  object-fit: cover;
  display: block;
}

.gallery-item[data-category="cliente"] img,
.gallery-item[data-category="logistica"] img,
.gallery-item[data-category="fabrica"] img,
.gallery-item[data-category="inspeccion"] img {
  height: min(260px, 42vw);
}

@media (min-width: 768px) {
  .gallery-item[data-category="cliente"] img,
  .gallery-item[data-category="logistica"] img,
  .gallery-item[data-category="fabrica"] img,
  .gallery-item[data-category="inspeccion"] img {
    height: 240px;
  }
}

.gallery-item figcaption {
  display: none;
}

.gallery-lightbox figcaption:empty {
  display: none;
}

.gallery-item.is-hidden {
  display: none;
}

.gallery-filters {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  justify-content: center;
  margin-bottom: 1rem;
}

.filter-btn {
  padding: 8px 16px;
  border: 2px solid #dee2e6;
  background: #fff;
  border-radius: 999px;
  font-size: 13px;
  font-weight: 600;
  cursor: pointer;
  transition: var(--transition-base);
}

.filter-btn:hover,
.filter-btn:focus-visible {
  border-color: var(--primary-color);
  color: var(--primary-color);
}

.filter-btn.active {
  background: var(--primary-color);
  border-color: var(--primary-color);
  color: #fff;
}

.gallery-lightbox {
  position: fixed;
  inset: 0;
  z-index: 12000;
  background: rgba(0, 0, 0, 0.9);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.25s;
}

.gallery-lightbox.is-open {
  opacity: 1;
  pointer-events: auto;
}

.gallery-lightbox img {
  max-width: 100%;
  max-height: 85vh;
  border-radius: 8px;
}

.gallery-lightbox figcaption {
  color: #fff;
  text-align: center;
  margin-top: 12px;
  max-width: 600px;
}

.gallery-lightbox-close {
  position: absolute;
  top: 20px;
  right: 24px;
  background: rgba(255, 255, 255, 0.15);
  border: none;
  color: #fff;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  font-size: 24px;
  cursor: pointer;
}

.gallery-lightbox-close:focus-visible {
  outline: 2px solid #fff;
}

/* === lead-magnet.css === */
.lead-magnet-section {
  background: linear-gradient(135deg, #1d3557 0%, #264653 100%);
  color: #fff;
  scroll-margin-top: 96px;
}
.lead-magnet-section h2,
.lead-magnet-section h3 {
  color: #fff;
}
.lead-magnet-section p {
  color: rgba(255, 255, 255, 0.88);
}
.lead-magnet-layout {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 3rem;
  align-items: center;
}
@media (max-width: 991px) {
  .lead-magnet-layout {
    grid-template-columns: 1fr;
  }
}
.lm-tag {
  display: inline-block;
  background: rgba(247, 127, 0, 0.25);
  color: #ffb380;
  padding: 6px 14px;
  border-radius: 999px;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 1px;
  margin-bottom: 12px;
}
.pdf-mockup {
  perspective: 800px;
}
.pdf-cover-placeholder {
  background: linear-gradient(145deg, #fff 0%, #e8eef3 100%);
  color: var(--dark-color);
  border-radius: 12px;
  padding: 2rem 1.5rem;
  max-width: 280px;
  margin: 0 auto;
  box-shadow: 12px 12px 40px rgba(0, 0, 0, 0.35);
  transform: rotateY(-6deg);
  position: relative;
  border: 1px solid rgba(255, 255, 255, 0.5);
}
.pdf-badge {
  position: absolute;
  top: 12px;
  right: 12px;
  background: var(--primary-color);
  color: #fff;
  font-size: 11px;
  font-weight: 800;
  padding: 6px 12px;
  border-radius: 6px;
}
.pdf-cover-placeholder h3 {
  font-size: 1.15rem;
  margin-top: 1rem;
  color: var(--dark-color);
}
.pdf-pages {
  margin-top: 1rem;
  font-size: 13px;
  font-weight: 600;
  color: var(--primary-color);
}
.pdf-checkpoints {
  margin-top: 1.5rem;
}
.pdf-checkpoints .checkpoint {
  padding: 8px 0;
  font-size: 14px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
}
.lm-form form {
  display: flex;
  flex-direction: column;
  gap: 12px;
  margin-top: 1.25rem;
}
.lm-form input,
.lm-form select {
  padding: 14px 16px;
  border-radius: var(--radius-sm);
  border: 1px solid rgba(255, 255, 255, 0.25);
  background: rgba(255, 255, 255, 0.1);
  color: #fff;
  font-size: 15px;
}
.lm-form input::placeholder {
  color: rgba(255, 255, 255, 0.5);
}
.lm-form select option {
  color: var(--dark-color);
}
.form-privacy {
  font-size: 13px;
  opacity: 0.85;
  text-align: center;
  margin-top: 8px;
}

/* === redesign-hero-problem.css === */
/* Hero video column, client logos */
.hero__v6 .hero-video-wrap {
  position: relative;
  isolation: isolate;
  border-radius: var(--radius-lg);
  overflow: hidden;
  min-height: 420px;
  box-shadow: 0 30px 60px rgba(0, 0, 0, 0.4);
}
.hero-video {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.hero-video-overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.55);
  z-index: 1;
  pointer-events: none;
}
.hero__v6 .hero-visual-inner {
  position: relative;
  z-index: 2;
  min-height: 420px;
  pointer-events: none;
}
.hero__v6 .hero-visual-inner .floating-card {
  pointer-events: auto;
}

.hero-client-logos {
  margin-top: 2rem;
}
.hero-client-logos h3 {
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: rgba(255, 255, 255, 0.75);
  margin-bottom: 1rem;
  font-weight: 700;
}
.hero-logos-static {
  display: none;
  grid-template-columns: repeat(4, 1fr);
  gap: 1rem;
  align-items: center;
}
@media (min-width: 992px) {
  .hero-logos-static {
    display: grid;
  }
  .hero-logos-marquee-wrap {
    display: none;
  }
}
.hero-logos-marquee-wrap {
  overflow: hidden;
  mask-image: linear-gradient(90deg, transparent, #000 8%, #000 92%, transparent);
}
.hero-logos-marquee {
  display: flex;
  width: max-content;
  gap: 2.5rem;
  animation: logos-marquee 28s linear infinite;
  align-items: center;
}
@keyframes logos-marquee {
  0% { transform: translateX(0); }
  100% { transform: translateX(-50%); }
}
.hero-logo-item {
  flex-shrink: 0;
  height: 36px;
  opacity: 0.85;
  transition: opacity 0.2s;
  filter: brightness(0) invert(1);
}
.hero-logo-item:hover {
  opacity: 1;
}

.fc-team-role {
  font-weight: 600;
  letter-spacing: 0.02em;
  color: var(--primary-color);
  line-height: 1.35;
  max-width: 13rem;
  margin-left: auto;
  margin-right: auto;
}

/* Team (nosotros) — una fila; scroll horizontal en pantallas chicas */
.team-grid-redesign {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: stretch;
  gap: 0.65rem 0.85rem;
  margin-top: 2rem;
  margin-left: auto;
  margin-right: auto;
  max-width: 100%;
  padding: 0.25rem 0.75rem 0.85rem;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  scroll-snap-type: x proximity;
  scrollbar-width: thin;
}
.team-grid-redesign::-webkit-scrollbar {
  height: 6px;
}
.team-grid-redesign::-webkit-scrollbar-thumb {
  background: rgba(0, 0, 0, 0.15);
  border-radius: 999px;
}
.team-card-r {
  text-align: center;
  background: var(--light-bg);
  padding: 1rem 0.45rem;
  border-radius: var(--radius-lg);
  border: 1px solid rgba(0, 0, 0, 0.06);
  flex: 0 0 auto;
  width: 118px;
  min-width: 118px;
  scroll-snap-align: center;
}
.team-card-r h4.h6 {
  font-size: 0.82rem;
  line-height: 1.25;
  margin-bottom: 0.35rem !important;
}
.team-card-r .fc-team-role {
  font-size: 0.68rem !important;
  max-width: 7.5rem;
}
.team-card-r .text-muted.small {
  font-size: 0.68rem !important;
}
.team-avatar-r {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  margin: 0 auto 10px;
  background: linear-gradient(135deg, #457b9d, #1d3557);
  color: #fff;
  font-size: 2rem;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

/* Fotos reales: cara centrada en el círculo (object-position por retrato) */
.team-avatar-r--photo {
  padding: 0;
  overflow: hidden;
  border: 3px solid rgba(255, 255, 255, 0.25);
  box-shadow: 0 10px 28px rgba(0, 0, 0, 0.2);
  background: #f7f7f8;
}
.team-avatar-r--photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transform: scale(1.06);
  transform-origin: center center;
}

.team-avatar-r--emanuel img {
  object-position: 50% 22%;
}
/* Dawn, Xiahui, Daisy: retratos nuevos con encuadre uniforme → sin overrides */
/* Angel & Luna: crop apretado arriba → un poco menos de zoom y fondo claro visible */
.team-avatar-r--angel img {
  object-position: 50% 30%;
  transform: scale(0.9);
}
.team-avatar-r--luna img {
  object-position: 50% 32%;
  transform: scale(0.9);
}
.team-avatar-r--luis img {
  object-position: 50% 32%;
}

@media (min-width: 1200px) {
  .team-grid-redesign {
    justify-content: center;
    overflow-x: visible;
    padding-left: 0;
    padding-right: 0;
  }
  .team-card-r {
    width: 122px;
    min-width: 122px;
  }
}

@media (max-width: 576px) {
  .team-card-r {
    width: 108px;
    min-width: 108px;
    padding: 0.85rem 0.35rem;
  }
  .team-avatar-r {
    width: 88px;
    height: 88px;
  }
  .team-avatar-r--photo img {
    transform: scale(1.02);
  }
  .team-avatar-r--angel img {
    transform: scale(0.86);
  }
  .team-avatar-r--luna img {
    transform: scale(0.86);
  }
}

/* Testimonials redesign */
.testimonial-card-r {
  background: #fff;
  border-radius: var(--radius-lg);
  padding: 1.5rem;
  height: 100%;
  border: 1px solid rgba(0, 0, 0, 0.06);
  box-shadow: var(--shadow-sm);
}
.testimonial-header-r {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  margin-bottom: 1rem;
  flex-wrap: wrap;
}
.avatar-placeholder-r {
  width: 52px;
  height: 52px;
  border-radius: 50%;
  background: linear-gradient(135deg, #ff6b35, #2563eb);
  color: #fff;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  font-size: 14px;
}
.client-info-r h4 {
  font-size: 1rem;
  margin-bottom: 2px;
}
.client-info-r .stars-r {
  color: #fbbf24;
  letter-spacing: 2px;
  font-size: 14px;
}
.country-logo-r {
  height: 32px;
  width: auto;
  margin-left: auto;
  opacity: 0.85;
}
.testimonial-card-r blockquote {
  font-size: 15px;
  margin: 0 0 1rem;
  color: var(--gray-dark);
  line-height: 1.65;
}
.testimonial-metrics-r {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  font-size: 12px;
  color: var(--gray-color);
}
.testimonial-metrics-r span {
  background: var(--light-bg);
  padding: 6px 12px;
  border-radius: 999px;
}
.testimonials-metrics-animated {
  margin-top: 2rem;
}
@media (min-width: 992px) {
  .testimonials-swiper-redesign .swiper-pagination {
    display: none !important;
  }
}
.metric-animate-item h3 {
  font-size: clamp(1.75rem, 3vw, 2.25rem);
  margin-bottom: 4px;
}

/* Video lazy iframe */
.video-container-r .video-thumbnail-r {
  position: relative;
  cursor: pointer;
  border-radius: var(--radius-md);
  overflow: hidden;
  aspect-ratio: 16 / 9;
}
.video-thumbnail-r img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.video-thumbnail-r .play-button-r {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(0, 0, 0, 0.35);
  transition: background 0.25s;
}
.video-thumbnail-r:hover .play-button-r {
  background: rgba(0, 0, 0, 0.5);
}
.play-button-r svg {
  width: 72px;
  height: 72px;
  filter: drop-shadow(0 4px 12px rgba(0, 0, 0, 0.4));
}
.video-duration-r {
  position: absolute;
  bottom: 12px;
  right: 12px;
  background: rgba(0, 0, 0, 0.75);
  color: #fff;
  font-size: 13px;
  font-weight: 600;
  padding: 4px 10px;
  border-radius: 6px;
}
.video-container-r iframe {
  width: 100%;
  aspect-ratio: 16 / 9;
  border: 0;
  border-radius: var(--radius-md);
  display: block;
}
.video-container-r video {
  width: 100%;
  aspect-ratio: 16 / 9;
  border: 0;
  border-radius: var(--radius-md);
  display: block;
  background: #0b0d12;
}

/* Miniatura con imagen promocional (assets/images/*.png) */
.video-thumbnail-r.fc-video-poster-promo {
  background-color: #0b0d12;
}
.video-thumbnail-r.fc-video-poster-promo img {
  pointer-events: none;
  object-fit: cover;
  /* Evita que el recorte vertical (16:9) corte los títulos arriba; prioriza la parte superior en todas las piezas promocionales */
  object-position: center top;
}

/* === simplify-modern.css === */
/* Flujo más claro: ritmo, lectura y foco */
main .section .lead,
main .section .text-muted.lead {
  max-width: 38rem;
}

.section-heading-center {
  max-width: 40rem;
  margin-left: auto;
  margin-right: auto;
}

.problem-simple-list {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  margin: 0;
  padding: 0;
}
.problem-simple-list li {
  display: flex;
  gap: 0.75rem;
  align-items: flex-start;
  padding: 1rem 1.1rem;
  background: #fff;
  border-radius: 12px;
  border: 1px solid rgba(0, 0, 0, 0.06);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.04);
  list-style: none;
  margin: 0;
}
.problem-simple-list .psi-icon {
  flex-shrink: 0;
  width: 2rem;
  height: 2rem;
  border-radius: 8px;
  background: rgba(255, 107, 53, 0.12);
  color: var(--primary-color);
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  font-size: 0.85rem;
}
.problem-simple-list strong {
  display: block;
  color: var(--dark-color);
  margin-bottom: 0.2rem;
}
.problem-simple-list p {
  margin: 0;
  font-size: 0.9rem;
  color: var(--gray-color);
}

.trust-strip-inline {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.75rem 1.5rem;
  padding: 1rem 1.25rem;
  background: rgba(29, 53, 87, 0.04);
  border-radius: 12px;
  font-size: 0.9rem;
  color: var(--gray-dark);
}
.trust-strip-inline span {
  white-space: nowrap;
}

.navbar-nav .nav-link {
  font-weight: 500;
  letter-spacing: 0.01em;
}
.navbar-nav .nav-link:focus-visible {
  outline: 2px solid var(--primary-color);
  outline-offset: 2px;
  border-radius: 6px;
}

/* === fc-design-system.css === */
/* Facil China — sistema de diseño oscuro premium (B2B / tech) */
.fc-theme {
  /* Fondos */
  --bg-primary: #09090b;
  --bg-secondary: #111113;
  --bg-tertiary: #1a1a1e;
  --bg-glass: rgba(255, 255, 255, 0.04);

  --accent: #e63946;
  --accent-hover: #ff4d5a;
  --accent-glow: rgba(230, 57, 70, 0.25);
  --gold: #d4a843;
  --gold-light: rgba(212, 168, 67, 0.15);

  --text-primary: #f8f8f8;
  --text-secondary: #a1a1aa;
  --text-muted: #52525b;

  --border: rgba(255, 255, 255, 0.08);
  --border-hover: rgba(255, 255, 255, 0.16);

  --gradient-hero: radial-gradient(ellipse 80% 60% at 50% -20%, rgba(230, 57, 70, 0.15) 0%, transparent 70%);
  --gradient-card: linear-gradient(135deg, rgba(255, 255, 255, 0.05) 0%, rgba(255, 255, 255, 0.01) 100%);
  --gradient-gold: linear-gradient(135deg, #d4a843 0%, #f2c96d 50%, #d4a843 100%);
  --gradient-text: linear-gradient(135deg, #f8f8f8 0%, #a1a1aa 100%);

  --font-sans: "Inter", -apple-system, BlinkMacSystemFont, sans-serif;
  --font-display: "Syne", "Inter", sans-serif;

  --radius-sm: 6px;
  --radius-md: 12px;
  --radius-lg: 20px;
  --radius-xl: 32px;

  --shadow-sm: 0 1px 3px rgba(0, 0, 0, 0.4);
  --shadow-md: 0 4px 20px rgba(0, 0, 0, 0.6);
  --shadow-glow: 0 0 40px rgba(230, 57, 70, 0.2);
  --shadow-gold: 0 0 30px rgba(212, 168, 67, 0.15);
}

html.fc-theme {
  scroll-behavior: smooth;
}

.fc-theme body {
  font-family: var(--font-sans);
  font-size: 1rem;
  line-height: 1.7;
  color: var(--text-secondary);
  background: var(--bg-primary);
  position: relative;
  overflow-x: hidden;
}

.fc-theme body::before {
  content: "";
  position: fixed;
  inset: 0;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 256 256' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='0.03'/%3E%3C/svg%3E");
  pointer-events: none;
  z-index: 0;
  opacity: 0.45;
}

.fc-theme .site-wrap {
  position: relative;
  z-index: 1;
}

.fc-theme h1,
.fc-theme h2,
.fc-theme h3,
.fc-theme h4,
.fc-theme h5,
.fc-theme h6 {
  font-family: var(--font-display);
  color: var(--text-primary);
  font-weight: 700;
}

.fc-theme main > .section h2:not(.hero-headline),
.fc-theme .section-heading-center h2 {
  font-size: clamp(2rem, 4vw, 3.25rem);
  font-weight: 700;
  letter-spacing: -0.02em;
  line-height: 1.15;
}

.fc-theme .fc-section-tag,
.fc-theme .section-tag {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  font-family: var(--font-sans);
  font-size: 0.75rem;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--accent);
  border: 1px solid rgba(230, 57, 70, 0.35);
  background: rgba(230, 57, 70, 0.08);
  padding: 0.35rem 0.875rem;
  border-radius: 100px;
  margin-bottom: 1.25rem;
}

.fc-theme .subtitle {
  background: rgba(230, 57, 70, 0.08) !important;
  color: var(--accent) !important;
  border: 1px solid rgba(230, 57, 70, 0.28) !important;
  font-family: var(--font-sans) !important;
  letter-spacing: 0.1em !important;
}

.fc-theme .gradient-text {
  background: var(--gradient-text);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.fc-theme .accent-text {
  background: linear-gradient(135deg, var(--accent) 0%, var(--gold) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.fc-theme .fc-glass-card {
  background: var(--bg-glass);
  background-image: var(--gradient-card);
  border: 1px solid var(--border);
  border-radius: var(--radius-lg);
  padding: 2rem;
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  transition: border-color 0.3s ease, transform 0.3s ease, box-shadow 0.3s ease;
}

.fc-theme .fc-glass-card:hover {
  border-color: var(--border-hover);
  transform: translateY(-4px);
  box-shadow: var(--shadow-md);
}

.fc-theme .btn-primary,
.fc-theme a.btn-primary {
  background: var(--accent) !important;
  border-color: transparent !important;
  color: #fff !important;
  padding: 0.875rem 1.75rem !important;
  border-radius: 100px !important;
  font-weight: 600 !important;
  font-size: 0.95rem !important;
  box-shadow: 0 4px 24px var(--accent-glow);
  transition: transform 0.2s ease, background 0.2s ease, box-shadow 0.2s ease !important;
}

.fc-theme .btn-primary:hover,
.fc-theme a.btn-primary:hover {
  background: var(--accent-hover) !important;
  transform: translateY(-2px);
  box-shadow: 0 8px 30px var(--accent-glow);
  color: #fff !important;
}

.fc-theme .fc-btn-secondary {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  background: transparent;
  color: var(--text-primary);
  padding: 0.875rem 1.75rem;
  border-radius: 100px;
  font-weight: 500;
  border: 1px solid var(--border-hover);
  text-decoration: none;
  cursor: pointer;
  transition: all 0.2s ease;
}

.fc-theme .fc-btn-secondary:hover {
  border-color: var(--accent);
  color: var(--accent);
  background: var(--accent-glow);
}

.fc-theme .btn-outline-primary {
  border-radius: 100px !important;
  border-color: var(--border-hover) !important;
  color: var(--text-primary) !important;
  background: transparent !important;
}

.fc-theme .btn-outline-primary:hover {
  border-color: var(--accent) !important;
  color: var(--accent) !important;
  background: rgba(230, 57, 70, 0.08) !important;
}

.fc-theme .btn-success {
  border-radius: 100px !important;
}

.fc-theme .section-sub {
  font-size: 1.05rem;
  color: var(--text-secondary);
  max-width: 36rem;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  line-height: 1.65;
}

/* === fc-dark-shell.css === */
/* Overrides oscuros sobre Bootstrap + bloques legacy */
.fc-theme #scroll-progress {
  height: 3px;
  background: linear-gradient(90deg, var(--accent), var(--gold)) !important;
  width: 0%;
}

.fc-theme .skip-link {
  background: var(--accent);
}

/* Header nuevo */
.fc-theme .fbs__net-navbar.navbar {
  display: none !important;
}

.fc-theme .whatsapp-float {
  color: #fff;
}

/* whatsapp-float: estilos completos en assets/css/components/whatsapp-float.css */

.fc-theme #back-to-top {
  width: 44px;
  height: 44px;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s ease;
  background: var(--bg-tertiary) !important;
  border: 1px solid var(--border) !important;
  color: var(--text-primary) !important;
  border-radius: 50% !important;
  /* posición: ver assets/css/components/whatsapp-float.css */
}

.fc-theme #back-to-top.show {
  opacity: 1 !important;
  pointer-events: auto !important;
  display: flex !important;
  align-items: center;
  justify-content: center;
}

.fc-theme main > .section.bg-light,
.fc-theme .problem-solution-section.bg-light,
.fc-theme .howitworks__v1.bg-light,
.fc-theme .faq__v2,
.fc-theme .videos__section.bg-light {
  background: var(--bg-secondary) !important;
}

.fc-theme .services__v3,
.fc-theme .contact__v2,
.fc-theme .testimonials__v2 {
  background: var(--bg-primary) !important;
}

.fc-theme .bg-white {
  background: var(--bg-secondary) !important;
}

.fc-theme p,
.fc-theme .lead {
  color: var(--text-secondary) !important;
}

.fc-theme .text-muted {
  color: var(--text-muted) !important;
}

.fc-theme .service-card,
.fc-theme .client-card:not(.featured),
.fc-theme .testimonial,
.fc-theme .form-wrapper {
  background: var(--bg-secondary) !important;
  border: 1px solid var(--border) !important;
  color: var(--text-secondary);
}

.fc-theme .service-card h3,
.fc-theme .client-card h4,
.fc-theme .testimonial blockquote {
  color: var(--text-primary) !important;
}

.fc-theme .stats__v3 .content {
  background: linear-gradient(152deg, #1a1a1e 0%, #252528 100%) !important;
  border: 1px solid var(--border);
}

.fc-theme .cta-section {
  background: linear-gradient(135deg, #2a1215 0%, #1a1a1e 55%, #12100e 100%) !important;
  border: 1px solid var(--border);
}

.fc-theme .lead-magnet-section {
  background: linear-gradient(155deg, #151517 0%, #1f1518 100%) !important;
}

.fc-theme .lead-magnet-section .pdf-cover-placeholder {
  background: linear-gradient(145deg, var(--bg-tertiary) 0%, var(--bg-secondary) 100%) !important;
  color: var(--text-primary) !important;
}

.fc-theme .representatives-section {
  background: var(--bg-primary) !important;
}

.fc-theme .representatives-section::before {
  display: none;
}

.fc-theme .rep-value-card,
.fc-theme .rep-form-container,
.fc-theme .zone-item,
.fc-theme .rep-testimonial-card,
.fc-theme .process-steps .step {
  background: var(--bg-secondary) !important;
  border-color: var(--border) !important;
}

.fc-theme .rep-form-head {
  background: linear-gradient(135deg, #2a1215 0%, #1a1a1e 100%) !important;
}

.fc-theme .rep-btn-submit {
  background: linear-gradient(180deg, var(--accent) 0%, #b8323e 100%) !important;
  box-shadow: 0 4px 24px var(--accent-glow) !important;
}

.fc-theme .gallery-section {
  background: var(--bg-secondary) !important;
}

.fc-theme .gallery-section .gallery-grid::-webkit-scrollbar-thumb {
  background: rgba(255, 255, 255, 0.22);
}

.fc-theme .gallery-carousel-btn {
  background: var(--bg-secondary) !important;
  border-color: var(--border) !important;
  color: var(--accent) !important;
}

.fc-theme .gallery-carousel-btn:hover {
  border-color: var(--accent) !important;
  box-shadow: var(--shadow-md) !important;
}

.fc-theme .footer .brand-icon {
  background: rgba(255, 255, 255, 0.96) !important;
  border: 1px solid rgba(255, 255, 255, 0.2);
  padding: 8px 10px;
  border-radius: 12px;
}

.fc-theme .footer {
  background: var(--bg-secondary) !important;
  border-top: 1px solid var(--border) !important;
}

.fc-theme .footer h3,
.fc-theme .footer h4 {
  color: var(--text-primary) !important;
}

.fc-theme .footer a {
  color: var(--text-secondary);
}

.fc-theme .footer a:hover {
  color: var(--accent);
}

.fc-theme .accordion-button {
  background: var(--bg-secondary) !important;
  color: var(--text-primary) !important;
}

.fc-theme .accordion-body {
  background: var(--bg-secondary) !important;
  color: var(--text-secondary) !important;
}

.fc-theme .form-control,
.fc-theme .form-select {
  background: var(--bg-tertiary) !important;
  border-color: var(--border) !important;
  color: var(--text-primary) !important;
}

.fc-theme .navbar-toggler-icon {
  filter: invert(1);
}

.fc-theme .industry-card {
  background: var(--bg-secondary) !important;
  border: 1px solid var(--border) !important;
}

.fc-theme .fc-industry-guide {
  display: inline-block;
  margin-top: 0.5rem;
  font-size: 0.8rem;
  font-weight: 600;
  color: var(--gold);
  text-decoration: none;
}

.fc-theme .fc-industry-guide:hover {
  color: var(--accent);
}

/* Exit modal oscuro */
.fc-theme .exit-modal-content {
  background: var(--bg-secondary) !important;
  border: 1px solid var(--border);
}

.fc-theme .exit-modal-visual {
  background: linear-gradient(160deg, #2a1215 0%, #1a1a1e 100%) !important;
}

.fc-theme .exit-modal-body h2 {
  color: var(--text-primary) !important;
}

.fc-theme .exit-modal-body > p {
  color: var(--text-secondary) !important;
}

.fc-theme .exit-tag {
  background: rgba(230, 57, 70, 0.1) !important;
  color: var(--accent) !important;
  border-color: rgba(230, 57, 70, 0.25) !important;
}

.fc-theme .exit-modal-close {
  background: var(--bg-glass) !important;
  color: var(--text-primary) !important;
}

/* whatsapp-float: ver assets/css/components/whatsapp-float.css */

/* ========== Superficies legacy: evitar texto claro sobre blanco / azul sobre negro ========== */

/* Tarjetas “problema / solución” (listas blancas en simplify-modern) */
.fc-theme .problem-simple-list li {
  background: var(--bg-secondary) !important;
  border: 1px solid var(--border) !important;
  box-shadow: var(--shadow-sm);
}
.fc-theme .problem-simple-list strong {
  color: var(--text-primary) !important;
}
.fc-theme .problem-simple-list p {
  color: var(--text-secondary) !important;
}
.fc-theme .problem-simple-list .psi-icon {
  background: rgba(230, 57, 70, 0.18) !important;
  color: var(--accent) !important;
}

.fc-theme .trust-strip-inline {
  background: var(--bg-glass) !important;
  border: 1px solid var(--border) !important;
  color: var(--text-secondary) !important;
}
.fc-theme .trust-strip-inline span {
  color: var(--text-secondary) !important;
}

/* Equipo */
.fc-theme .team-card-r {
  background: var(--bg-secondary) !important;
  border: 1px solid var(--border) !important;
  box-shadow: var(--shadow-sm);
}
.fc-theme .team-card-r .text-muted {
  color: var(--text-muted) !important;
}
.fc-theme .team-avatar-r:not(.team-avatar-r--photo) {
  background: linear-gradient(145deg, var(--accent) 0%, #7f1d1d 55%, var(--gold) 130%) !important;
  box-shadow: 0 8px 24px var(--accent-glow);
}
.fc-theme .team-avatar-r--photo {
  background: #f2f2f4 !important;
  border-color: rgba(212, 168, 67, 0.42) !important;
  box-shadow: 0 10px 32px rgba(0, 0, 0, 0.4), 0 0 0 1px rgba(230, 57, 70, 0.12);
}
.fc-theme .team-card-r h4.h6 {
  color: var(--text-primary) !important;
}
.fc-theme .fc-team-role {
  color: var(--accent) !important;
  font-weight: 600 !important;
  letter-spacing: 0.02em !important;
}

/* Detalle de servicios (cards blancas en style.css) */
.fc-theme .service-detail-card:not(.special-gradient) {
  background: var(--bg-secondary) !important;
  border: 1px solid var(--border) !important;
  box-shadow: var(--shadow-md) !important;
  color: var(--text-secondary);
}
.fc-theme .service-detail-card:not(.special-gradient) h2,
.fc-theme .service-detail-card:not(.special-gradient) h4,
.fc-theme .service-detail-card:not(.special-gradient) h5 {
  color: var(--text-primary) !important;
}
.fc-theme .service-detail-card:not(.special-gradient) .lead {
  color: var(--text-secondary) !important;
}

.fc-theme .highlight-box {
  background: linear-gradient(135deg, rgba(230, 57, 70, 0.1) 0%, rgba(212, 168, 67, 0.06) 100%) !important;
  border-left: 4px solid var(--accent) !important;
  border-radius: var(--radius-md) !important;
}
.fc-theme .highlight-box h4 {
  color: var(--text-primary) !important;
}
.fc-theme .highlight-box ul,
.fc-theme .highlight-box li {
  color: var(--text-secondary) !important;
}

.fc-theme .service-detail-card .bg-light.rounded,
.fc-theme .service-detail-card .text-center.p-3.bg-light {
  background: var(--bg-tertiary) !important;
  border: 1px solid var(--border) !important;
}
.fc-theme .service-detail-card .bg-light small {
  color: var(--text-secondary) !important;
}
.fc-theme .service-detail-card .bg-light h5 {
  color: var(--text-primary) !important;
}

.fc-theme .inspection-item {
  background: var(--bg-tertiary) !important;
  border: 1px solid var(--border) !important;
}
.fc-theme .inspection-item h5 {
  color: var(--text-primary) !important;
}
.fc-theme .inspection-item:hover {
  background: var(--bg-secondary) !important;
  box-shadow: var(--shadow-md);
}

/* Proceso en 4 pasos */
.fc-theme .howitworks__v1 .step-card {
  background: var(--bg-secondary) !important;
  border: 1px solid var(--border) !important;
  box-shadow: var(--shadow-md) !important;
}
.fc-theme .howitworks__v1 .step-card:hover {
  border-color: var(--border-hover) !important;
  box-shadow: var(--shadow-glow) !important;
}
.fc-theme .howitworks__v1 .step-card h3 {
  color: var(--text-primary) !important;
}
.fc-theme .howitworks__v1 .step-card p {
  color: var(--text-secondary) !important;
}

/* Perfiles de cliente */
.fc-theme .client-types {
  background: var(--bg-primary) !important;
}
.fc-theme .client-card:not(.featured) h3 {
  color: var(--text-primary) !important;
}
.fc-theme .client-card:not(.featured) p,
.fc-theme .client-card:not(.featured) p.small {
  color: var(--text-secondary) !important;
  opacity: 1 !important;
}
.fc-theme .client-card:not(.featured) .client-features li {
  color: var(--text-secondary) !important;
}
.fc-theme .client-card.featured {
  border: 1px solid rgba(255, 255, 255, 0.12) !important;
  box-shadow: var(--shadow-glow), var(--shadow-md) !important;
}

/* Viajes — degradado premium + tintas crema (sin blanco duro ni panel negro) */
.fc-theme .service-detail-card.special-gradient {
  --fc-travel-ink: #faf6f2;
  --fc-travel-ink-soft: #ebe3dc;
  --fc-travel-muted: #d4cac2;
  background:
    radial-gradient(ellipse 130% 90% at 15% -10%, rgba(252, 211, 168, 0.35) 0%, transparent 52%),
    radial-gradient(ellipse 100% 70% at 92% 85%, rgba(230, 57, 70, 0.45) 0%, transparent 55%),
    linear-gradient(
      158deg,
      #3a0a12 0%,
      #6b1020 18%,
      #991b1b 42%,
      #b45309 68%,
      #451a03 100%
    ) !important;
  border: 1px solid rgba(255, 255, 255, 0.12) !important;
  box-shadow:
    0 32px 90px rgba(0, 0, 0, 0.5),
    0 0 0 1px rgba(212, 168, 67, 0.18),
    inset 0 1px 0 rgba(255, 255, 255, 0.07) !important;
}

.fc-theme .service-detail-card.special-gradient .badge.bg-light.text-dark {
  background: rgba(255, 252, 248, 0.95) !important;
  color: #3f0d12 !important;
  border: 1px solid rgba(255, 255, 255, 0.55) !important;
}

.fc-theme .service-detail-card.special-gradient h2.text-white,
.fc-theme .service-detail-card.special-gradient h4 {
  color: var(--fc-travel-ink) !important;
}

.fc-theme .service-detail-card.special-gradient p.lead,
.fc-theme .service-detail-card.special-gradient p:not(.btn) {
  color: var(--fc-travel-muted) !important;
}

.fc-theme .service-detail-card.special-gradient .row.text-white span {
  color: var(--fc-travel-ink-soft) !important;
}

.fc-theme .service-detail-card.special-gradient .bi-check-circle-fill.text-white {
  color: var(--gold) !important;
  filter: drop-shadow(0 0 8px rgba(212, 168, 67, 0.35));
}

.fc-theme .fc-travel-specials-panel {
  background: rgba(255, 247, 237, 0.11) !important;
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  border: 1px solid rgba(255, 255, 255, 0.28) !important;
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.14),
    0 16px 48px rgba(0, 0, 0, 0.22);
}

.fc-theme .fc-travel-specials-title {
  color: var(--fc-travel-ink-soft) !important;
}

.fc-theme .fc-travel-specials-list {
  color: var(--fc-travel-muted) !important;
}

.fc-theme .service-detail-card.special-gradient .fc-travel-vip-pill,
.fc-theme .service-detail-card.special-gradient .guarantee-badge.fc-travel-vip-pill {
  background: rgba(55, 12, 18, 0.55) !important;
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  border: 1px solid rgba(212, 168, 67, 0.42) !important;
  color: var(--fc-travel-ink) !important;
  box-shadow: 0 10px 36px rgba(0, 0, 0, 0.28);
}

.fc-theme .service-detail-card.special-gradient .fc-travel-vip-pill i {
  color: var(--gold) !important;
}

.fc-theme .service-detail-card.special-gradient .btn-white {
  background: rgba(255, 252, 248, 0.97) !important;
  color: #9f1239 !important;
  font-weight: 600 !important;
  border: 1px solid rgba(255, 255, 255, 0.35) !important;
}

.fc-theme .service-detail-card.special-gradient .btn-white:hover {
  background: var(--gold) !important;
  color: #1c1917 !important;
}

/* Cajas horarias / métricas en contacto */
.fc-theme .consultation-card {
  background: var(--bg-secondary) !important;
  border: 1px solid var(--border) !important;
  border-radius: var(--radius-lg) !important;
  box-shadow: var(--shadow-md) !important;
}
.fc-theme .consultation-card h3 {
  color: var(--text-primary) !important;
}
.fc-theme .consultation-card .benefit-item strong {
  color: var(--text-primary) !important;
}

/* ========== Programa representantes sobre tema oscuro ========== */
.fc-theme .representatives-section .section-tag {
  background: rgba(230, 57, 70, 0.12) !important;
  color: var(--accent) !important;
  border-color: rgba(230, 57, 70, 0.35) !important;
}
.fc-theme .representatives-section #rep-heading {
  color: var(--text-primary) !important;
  font-family: var(--font-display);
  font-weight: 700;
  letter-spacing: -0.02em;
}
.fc-theme .representatives-section .section-subtitle {
  color: var(--text-secondary) !important;
}

.fc-theme .rep-trust-bar {
  margin: 0 auto 2.25rem !important;
  background: var(--bg-glass) !important;
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  border: 1px solid var(--border) !important;
  box-shadow: var(--shadow-md) !important;
}
.fc-theme .rep-trust-bar .rep-trust-val {
  color: var(--gold) !important;
}
.fc-theme .rep-trust-bar .rep-trust-label,
.fc-theme .rep-trust-bar .rep-trust-item {
  color: var(--text-secondary) !important;
}

.fc-theme .rep-icon {
  background: rgba(230, 57, 70, 0.12) !important;
  color: var(--accent) !important;
  border-color: var(--border) !important;
}
.fc-theme .rep-value-card h3 {
  color: var(--text-primary) !important;
}
.fc-theme .rep-value-card > p {
  color: var(--text-secondary) !important;
}
.fc-theme .highlight-stat {
  background: rgba(212, 168, 67, 0.12) !important;
  color: var(--gold) !important;
  border-color: var(--border) !important;
}
.fc-theme .rep-value-card::before {
  background: linear-gradient(90deg, var(--accent), var(--gold)) !important;
}

.fc-theme .rep-block-heading {
  color: var(--text-primary) !important;
}
.fc-theme .rep-block-heading span {
  color: var(--text-muted) !important;
}

.fc-theme .step-num {
  border-color: var(--bg-primary) !important;
  box-shadow: 0 0 0 1px var(--border) !important;
}
.fc-theme .process-steps .step h4 {
  color: var(--text-primary) !important;
}
.fc-theme .process-steps .step p {
  color: var(--text-secondary) !important;
}

.fc-theme .zone-item span:nth-of-type(1) {
  color: var(--text-primary) !important;
}
.fc-theme .zone-item:hover {
  background: var(--bg-tertiary) !important;
}
.fc-theme .zone-badge.available {
  background: rgba(34, 197, 94, 0.15) !important;
  color: #4ade80 !important;
  border-color: rgba(34, 197, 94, 0.35) !important;
}
.fc-theme .zone-badge.limited {
  background: rgba(212, 168, 67, 0.15) !important;
  color: var(--gold) !important;
  border-color: rgba(212, 168, 67, 0.35) !important;
}

.fc-theme .rep-testimonial-card::before {
  color: rgba(230, 57, 70, 0.15) !important;
}
.fc-theme .rep-testimonial-card blockquote {
  color: var(--text-secondary) !important;
}
.fc-theme .rep-testimonial-card cite {
  color: var(--text-muted) !important;
}
.fc-theme .rep-avatar-placeholder {
  background: linear-gradient(145deg, var(--accent), #7f1d1d) !important;
}

.fc-theme .rep-form-head h3 {
  color: var(--text-primary) !important;
}
.fc-theme .rep-form-head p {
  color: var(--text-secondary) !important;
}
.fc-theme .rep-form label {
  color: var(--text-secondary) !important;
}
.fc-theme .rep-form input,
.fc-theme .rep-form select,
.fc-theme .rep-form textarea {
  background: var(--bg-tertiary) !important;
  border-color: var(--border) !important;
  color: var(--text-primary) !important;
}
.fc-theme .rep-form input:focus,
.fc-theme .rep-form select:focus,
.fc-theme .rep-form textarea:focus {
  background: var(--bg-secondary) !important;
  border-color: var(--accent) !important;
  box-shadow: 0 0 0 3px var(--accent-glow) !important;
}
.fc-theme .rep-form .checkbox-label {
  color: var(--text-secondary) !important;
}
.fc-theme .rep-btn-submit:hover {
  background: linear-gradient(180deg, var(--accent-hover) 0%, var(--accent) 100%) !important;
  color: #fff !important;
}

/* Testimonios (tarjetas blancas en redesign-hero-problem) */
.fc-theme .testimonial-card-r {
  background: var(--bg-secondary) !important;
  border: 1px solid var(--border) !important;
  box-shadow: var(--shadow-sm);
}
.fc-theme .testimonial-card-r blockquote {
  color: var(--text-secondary) !important;
}
.fc-theme .testimonial-card-r .client-info-r h4 {
  color: var(--text-primary) !important;
}
.fc-theme .testimonials-metrics-animated {
  background: var(--bg-secondary) !important;
  border: 1px solid var(--border) !important;
  color: var(--text-secondary) !important;
}
.fc-theme .metric-animate-item h3 {
  color: var(--text-primary) !important;
}

/* Contacto: franja de íconos */
.fc-theme .contact__v2 .bg-light.rounded-3 {
  background: var(--bg-tertiary) !important;
  border: 1px solid var(--border) !important;
}
.fc-theme .contact__v2 .bg-light.rounded-3 small {
  color: var(--text-secondary) !important;
}

/* Alertas suaves en bloques de servicio */
.fc-theme .bg-warning.bg-opacity-10 {
  background: rgba(212, 168, 67, 0.12) !important;
  border: 1px solid rgba(212, 168, 67, 0.25) !important;
  color: var(--text-secondary) !important;
}
.fc-theme .bg-warning.bg-opacity-10 strong {
  color: var(--text-primary) !important;
}

/* ========== Presencia global — tarjetas país (superficie tinta, no blanco) ========== */
.fc-theme #operaciones .operations-card {
  background: linear-gradient(165deg, #17171f 0%, #12121a 48%, #16151c 100%) !important;
  border: 1px solid rgba(212, 168, 67, 0.14) !important;
  box-shadow: 0 16px 48px rgba(0, 0, 0, 0.35);
}

.fc-theme #operaciones .operations-card:hover {
  border-color: rgba(230, 57, 70, 0.35) !important;
  box-shadow: 0 22px 56px rgba(230, 57, 70, 0.12);
}

.fc-theme #operaciones .operations-card::before {
  background: linear-gradient(90deg, var(--accent), var(--gold)) !important;
}

.fc-theme #operaciones h5.country-name {
  color: #f4f1eb !important;
}

.fc-theme #operaciones .operations-card .text-muted {
  color: #b6b0a8 !important;
}

.fc-theme #operaciones .country-flag {
  background: linear-gradient(145deg, #1f1f28, #14141a) !important;
  border-color: rgba(212, 168, 67, 0.42) !important;
  box-shadow: 0 10px 28px rgba(0, 0, 0, 0.45), 0 0 0 1px rgba(230, 57, 70, 0.12);
}

.fc-theme #operaciones .service-tag {
  background: rgba(230, 57, 70, 0.12) !important;
  color: #fecaca !important;
  border: 1px solid rgba(230, 57, 70, 0.28) !important;
}

.fc-theme #operaciones .service-tag:hover {
  background: rgba(230, 57, 70, 0.26) !important;
  color: #fff5f3 !important;
  border-color: rgba(230, 57, 70, 0.45) !important;
  transform: scale(1.03);
}

.fc-theme #operaciones .operations-cta {
  background: linear-gradient(135deg, rgba(212, 168, 67, 0.08) 0%, rgba(230, 57, 70, 0.07) 100%) !important;
  border: 1px dashed rgba(212, 168, 67, 0.38) !important;
}

.fc-theme #operaciones .operations-cta h4 {
  color: #f5f0e8 !important;
}

.fc-theme #operaciones .operations-cta .text-muted {
  color: #b0aaa3 !important;
}

/* ========== Videos — panel oscuro + tipografía crema / gris cálido ========== */
.fc-theme .videos__section {
  background: var(--bg-primary) !important;
}

.fc-theme .videos__section .video-tabs {
  background: linear-gradient(180deg, #16161c 0%, #111116 100%) !important;
  border: 1px solid var(--border) !important;
  box-shadow: var(--shadow-md);
}

.fc-theme .videos__section .video-tabs .nav-link {
  color: #9c9893 !important;
}

.fc-theme .videos__section .video-tabs .nav-link:hover {
  color: var(--accent) !important;
  background: rgba(230, 57, 70, 0.08) !important;
}

.fc-theme .videos__section .video-tabs .nav-link.active {
  background: linear-gradient(135deg, var(--accent) 0%, #9f1239 100%) !important;
  color: #fff8f5 !important;
  box-shadow: 0 6px 22px var(--accent-glow);
}

.fc-theme .videos__section .video-content {
  background: linear-gradient(185deg, #16161c 0%, #0f0f14 55%, #12121a 100%) !important;
  border: 1px solid var(--border) !important;
  box-shadow: var(--shadow-md);
}

.fc-theme .videos__section .video-title {
  color: #f2ebe3 !important;
}

.fc-theme .videos__section .video-description {
  color: #b8b2aa !important;
}

.fc-theme .videos__section .video-highlights li {
  color: #cec8bf !important;
}

.fc-theme .videos__section .videos-cta {
  background: linear-gradient(135deg, rgba(212, 168, 67, 0.07) 0%, rgba(230, 57, 70, 0.06) 100%) !important;
  border-color: rgba(212, 168, 67, 0.28) !important;
}

/* ========== Gestión financiera — cajas stats / métodos de pago sin bloques blancos ========== */
.fc-theme #financial-detail .text-center.p-3.bg-light,
.fc-theme #financial-detail .mt-4.p-3.bg-light {
  background: linear-gradient(180deg, #1c1c24 0%, #16161e 100%) !important;
  border: 1px solid var(--border) !important;
}

.fc-theme #financial-detail .bg-light small {
  color: #c4beb6 !important;
}

.fc-theme #financial-detail .text-center.p-3.bg-light .text-primary {
  color: var(--accent) !important;
}

.fc-theme #financial-detail .badge.bg-secondary {
  background: rgba(212, 168, 67, 0.12) !important;
  color: var(--gold) !important;
  border: 1px solid rgba(212, 168, 67, 0.25);
  font-weight: 600;
}

/* ========== Contacto — respaldo (también en assets/css/contacto.css) ========== */
.fc-theme .contact-layout {
  display: grid;
  gap: 2rem;
  grid-template-columns: 1fr;
}
@media (min-width: 992px) {
  .fc-theme .contact-layout {
    grid-template-columns: minmax(0, 1fr) minmax(0, 1.15fr);
    align-items: start;
  }
}
.fc-theme a.contact-channel,
.fc-theme .contact-channel {
  display: flex !important;
  gap: 1rem;
  align-items: flex-start;
  padding: 1.25rem 1.35rem;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 20px;
  background: #111113;
  text-decoration: none !important;
  color: #f8f8f8 !important;
}
.fc-theme .contact-channel--primary {
  border-color: rgba(37, 211, 102, 0.35);
  background: linear-gradient(135deg, rgba(37, 211, 102, 0.12) 0%, #111113 100%);
}
.fc-theme .contact-form-panel {
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 20px;
  background: #111113;
  padding: 1.75rem;
}
.fc-theme .contact-form-grid {
  display: grid;
  gap: 1rem;
  grid-template-columns: 1fr;
  margin-bottom: 1rem;
}
@media (min-width: 576px) {
  .fc-theme .contact-form-grid--2 { grid-template-columns: 1fr 1fr; }
}
.fc-theme .contact-form-field {
  display: flex;
  flex-direction: column;
}
.fc-theme .contact-form-field input,
.fc-theme .contact-form-field select,
.fc-theme .contact-form-field textarea {
  width: 100%;
  box-sizing: border-box;
  padding: 0.7rem 0.9rem;
  border: 1px solid rgba(255, 255, 255, 0.12) !important;
  border-radius: 12px;
  background: #09090b !important;
  color: #f8f8f8 !important;
  font-family: inherit;
}
.fc-theme .contact-form-submit {
  width: 100%;
  padding: 0.85rem 1.25rem;
  font-weight: 600;
  color: #fff !important;
  background: #e63946 !important;
  border: none;
  border-radius: 12px;
  cursor: pointer;
}
.fc-theme .content-page {
  padding-top: 7.5rem;
  padding-bottom: 4rem;
}

/* === fc-internal.css === */
/* Facil China — fc-internal.css v4 — páginas internas */

/* Bootstrap + enlaces (colores hardcodeados por si fallan variables) */
.fc-theme main a:not(.btn):not(.btn-primary):not(.btn-secondary):not(.btn-industry):not(.contact-channel):not(.contact-related a):not(.content-related a):not(.nav-links a):not(.nav-logo):not(.nav-cta a):not(.breadcrumb-nav a):not(.fc-btn-secondary):not(.fc-btn-primary) {
  color: #e63946;
  text-decoration: none;
}
.fc-theme main a:not(.btn):not(.btn-industry):hover { text-decoration: underline; }
.fc-theme .text-muted { color: #52525b !important; }
.fc-theme main h1, .fc-theme main h2, .fc-theme .content-page h1, .fc-theme .content-page h2 {
  color: #f8f8f8;
}
.fc-theme main p, .fc-theme main li, .fc-theme .content-article p, .fc-theme .content-article li {
  color: #a1a1aa;
}
.fc-theme .footer a { color: #52525b; }
.fc-theme .footer a:hover { color: #e63946; }
.fc-theme .legal-page { max-width: 720px; }
.fc-theme .legal-page h2 { font-size: 1.1rem; margin-top: 1.75rem; color: #f8f8f8; }
.fc-theme .legal-page p, .fc-theme .legal-page li { color: #a1a1aa; line-height: 1.7; }
.fc-theme .fc-editorial-byline { font-size: 0.85rem; color: #52525b; margin: 0.5rem 0 1.25rem; }
.fc-theme .fc-editorial-byline a { color: #e63946; text-decoration: none; }

/* Páginas internas: servicios, blog largo, nosotros, recursos */
.content-page {
  padding-top: 7.5rem;
  padding-bottom: 4rem;
}

.content-page .breadcrumb-nav {
  font-size: 0.85rem;
  margin-bottom: 1.25rem;
}

.content-page .breadcrumb-nav a {
  color: var(--text-muted, #52525b);
  text-decoration: none;
}

.content-page .breadcrumb-nav a:hover {
  color: var(--accent, #e63946);
}

.content-article {
  max-width: 760px;
}

.content-article.wide {
  max-width: 960px;
}

.content-article .lead {
  font-size: 1.15rem;
  color: var(--text-secondary, #a1a1aa);
  line-height: 1.65;
}

.content-article h2 {
  font-size: 1.35rem;
  margin-top: 2.25rem;
  margin-bottom: 0.85rem;
}

.content-article h3 {
  font-size: 1.1rem;
  margin-top: 1.5rem;
  margin-bottom: 0.65rem;
}

.content-article p,
.content-article li {
  color: var(--text-secondary, #a1a1aa);
  line-height: 1.7;
}

.content-article ul,
.content-article ol {
  padding-left: 1.25rem;
  margin-bottom: 1.25rem;
}

.content-table {
  width: 100%;
  font-size: 0.9rem;
  border-collapse: collapse;
  margin: 1.25rem 0 1.75rem;
}

.content-table th,
.content-table td {
  border: 1px solid var(--border, rgba(255,255,255,0.08));
  padding: 0.65rem 0.85rem;
  text-align: left;
}

.content-table th {
  background: var(--bg-secondary, #111113);
  color: var(--text-primary, #f8f8f8);
}

.content-callout {
  border-left: 3px solid var(--accent, #e63946);
  background: var(--bg-secondary, #111113);
  padding: 1rem 1.25rem;
  border-radius: 0 var(--radius-md, 12px) var(--radius-md, 12px) 0;
  margin: 1.5rem 0;
}

.content-callout p:last-child {
  margin-bottom: 0;
}

.content-cta-box {
  background: var(--bg-secondary, #111113);
  border: 1px solid var(--border, rgba(255,255,255,0.08));
  border-radius: var(--radius-lg, 20px);
  padding: 1.75rem;
  margin-top: 2.5rem;
  text-align: center;
}

.content-faq {
  margin-top: 2rem;
}

.content-faq details {
  border: 1px solid var(--border, rgba(255,255,255,0.08));
  border-radius: var(--radius-md, 12px);
  padding: 0.85rem 1rem;
  margin-bottom: 0.65rem;
  background: var(--bg-secondary, #111113);
}

.content-faq summary {
  cursor: pointer;
  font-weight: 600;
  color: var(--text-primary, #f8f8f8);
}

.content-faq details[open] summary {
  margin-bottom: 0.65rem;
}

.content-related {
  display: grid;
  gap: 1rem;
  grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
  margin-top: 2.5rem;
}

.content-related a {
  display: block;
  padding: 1rem;
  border: 1px solid var(--border, rgba(255,255,255,0.08));
  border-radius: var(--radius-md, 12px);
  text-decoration: none;
  color: var(--text-primary, #f8f8f8);
  font-size: 0.9rem;
  transition: border-color 0.2s;
}

.content-related a:hover {
  border-color: var(--accent, #e63946);
  color: var(--accent, #e63946);
}

.service-hero-grid {
  display: grid;
  gap: 1rem;
  grid-template-columns: repeat(auto-fill, minmax(240px, 1fr));
  margin: 2rem 0;
}

.service-hero-grid .fc-glass-card h3 {
  font-size: 0.95rem;
  margin-bottom: 0.5rem;
}

.team-grid-page {
  display: grid;
  gap: 1.5rem;
  grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
  margin: 2rem 0;
}

.team-card-page {
  text-align: center;
  padding: 1.25rem;
  border: 1px solid var(--border, rgba(255,255,255,0.08));
  border-radius: var(--radius-lg, 20px);
  background: var(--bg-secondary, #111113);
}

.team-card-page img {
  width: 96px;
  height: 96px;
  border-radius: 50%;
  object-fit: cover;
  margin-bottom: 0.75rem;
}

.stats-row {
  display: flex;
  flex-wrap: wrap;
  gap: 1.5rem;
  justify-content: center;
  margin: 2rem 0;
}

.stats-row .stat-block {
  text-align: center;
  min-width: 120px;
}

.stats-row .stat-block strong {
  display: block;
  font-size: 1.75rem;
  color: var(--accent, #e63946);
}

.stats-row .stat-block span {
  font-size: 0.8rem;
  color: var(--text-muted, #52525b);
}
/* === fc-header-hero.css === */
/* Barra anuncio FC */
.fc-announcement-bar {
  position: relative;
  z-index: 1000;
  background: linear-gradient(90deg, rgba(230, 57, 70, 0.15), rgba(212, 168, 67, 0.08));
  border-bottom: 1px solid var(--border);
  padding: 0.65rem 3rem 0.65rem 1rem;
  font-size: 0.875rem;
  color: var(--text-secondary);
  display: none;
}

.fc-announcement-bar.is-visible {
  display: block;
}

.fc-announcement-inner {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 0.5rem 1rem;
  max-width: 1200px;
  margin: 0 auto;
}

.fc-announcement-dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--accent);
  box-shadow: 0 0 10px var(--accent-glow);
  flex-shrink: 0;
}

.fc-announcement-link {
  color: var(--gold);
  font-weight: 600;
  margin-left: 0.25rem;
}

.fc-announcement-link:hover {
  color: var(--accent-hover);
}

.fc-announcement-close {
  position: absolute;
  right: 12px;
  top: 50%;
  transform: translateY(-50%);
  background: var(--bg-glass);
  border: 1px solid var(--border);
  color: var(--text-secondary);
  width: 32px;
  height: 32px;
  border-radius: 8px;
  cursor: pointer;
  line-height: 1;
}

.fc-announcement-close:hover {
  color: var(--text-primary);
  border-color: var(--border-hover);
}

/* Site header */
.site-header {
  position: sticky;
  top: 0;
  z-index: 999;
  background: rgba(9, 9, 11, 0.85);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  border-bottom: 1px solid var(--border);
  transition: padding 0.2s ease, background 0.2s ease;
}

.site-header.scrolled {
  padding-top: 0;
  padding-bottom: 0;
  background: rgba(9, 9, 11, 0.95);
}

.nav-container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0.85rem 1.25rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
}

.nav-logo img {
  height: 36px;
  width: auto;
  display: block;
}

/* Logo PNG original: chip claro para que el texto oscuro se lea sobre header oscuro */
.site-header .nav-logo {
  background: rgba(255, 255, 255, 0.96);
  padding: 5px 12px;
  border-radius: 10px;
  border: 1px solid rgba(255, 255, 255, 0.45);
  box-shadow: 0 2px 16px rgba(0, 0, 0, 0.2);
  transition: background 0.2s ease, box-shadow 0.2s ease;
}

.site-header .nav-logo:hover {
  background: #fff;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.22);
}

.nav-links {
  display: none;
  list-style: none;
  margin: 0;
  padding: 0;
  gap: 1.75rem;
  align-items: center;
}

@media (min-width: 992px) {
  .nav-links {
    display: flex;
  }
}

.nav-links a {
  color: var(--text-secondary);
  font-size: 0.9rem;
  font-weight: 500;
  text-decoration: none;
  transition: color 0.2s ease;
}

.nav-links a:hover {
  color: var(--text-primary);
}

.nav-cta {
  display: none;
  align-items: center;
  gap: 0.75rem;
}

@media (min-width: 992px) {
  .nav-cta {
    display: flex;
  }
}

.nav-cta .btn-primary {
  padding: 0.55rem 1.25rem !important;
  font-size: 0.875rem !important;
}

.nav-hamburger {
  display: flex;
  flex-direction: column;
  gap: 5px;
  background: transparent;
  border: none;
  padding: 8px;
  cursor: pointer;
}

@media (min-width: 992px) {
  .nav-hamburger {
    display: none;
  }
}

.nav-hamburger span {
  display: block;
  width: 22px;
  height: 2px;
  background: var(--text-primary);
  border-radius: 2px;
  transition: transform 0.2s ease;
}

.mobile-menu {
  display: none;
  flex-direction: column;
  gap: 1rem;
  padding: 1rem 1.25rem 1.5rem;
  border-top: 1px solid var(--border);
  background: var(--bg-secondary);
}

.mobile-menu.is-open {
  display: flex;
}

.mobile-menu ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.mobile-menu a {
  display: block;
  padding: 0.65rem 0;
  color: var(--text-primary);
  font-weight: 500;
  text-decoration: none;
  border-bottom: 1px solid var(--border);
}

.mobile-menu .btn-primary {
  text-align: center;
  justify-content: center;
}

/* Hero FC */
.fc-hero {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
  overflow: hidden;
  padding: 8rem 0 7rem;
}

.fc-hero-bg {
  position: absolute;
  inset: 0;
  z-index: 0;
}

.fc-hero-gradient {
  position: absolute;
  inset: 0;
  background: var(--gradient-hero);
}

.fc-hero-grid {
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.03) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.03) 1px, transparent 1px);
  background-size: 60px 60px;
  mask-image: radial-gradient(ellipse 70% 80% at 50% 45%, #000 35%, transparent 75%);
}

.fc-hero-video {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.12;
}

.fc-hero-video-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(to bottom, var(--bg-primary) 0%, transparent 35%, transparent 65%, var(--bg-primary) 100%);
}

.fc-hero .container {
  position: relative;
  z-index: 1;
}

.fc-hero-inner {
  text-align: center;
  max-width: 920px;
  margin: 0 auto;
}

.fc-hero-badge {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  background: var(--bg-glass);
  border: 1px solid var(--border);
  border-radius: 100px;
  padding: 0.45rem 1.1rem;
  font-size: 0.8rem;
  color: var(--text-secondary);
  margin-bottom: 1.5rem;
  backdrop-filter: blur(8px);
}

.fc-badge-dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #22c55e;
  box-shadow: 0 0 8px #22c55e;
  animation: fc-pulse-dot 2s infinite;
}

@keyframes fc-pulse-dot {
  0%,
  100% {
    opacity: 1;
  }
  50% {
    opacity: 0.45;
  }
}

.fc-hero-headline {
  font-family: var(--font-display);
  font-size: clamp(2.75rem, 7vw, 5.5rem);
  font-weight: 800;
  letter-spacing: -0.03em;
  line-height: 1.05;
  color: var(--text-primary);
  margin-bottom: 1.25rem;
}

.fc-hero-sub {
  font-size: clamp(1rem, 2vw, 1.2rem);
  color: var(--text-secondary);
  max-width: 38rem;
  margin: 0 auto 2rem;
  line-height: 1.75;
}

.fc-hero-sub strong {
  color: var(--text-primary);
  font-weight: 600;
}

.fc-hero-ctas {
  display: flex;
  gap: 1rem;
  justify-content: center;
  flex-wrap: wrap;
  margin-bottom: 3rem;
}

.fc-btn-large {
  padding: 1rem 2rem !important;
  font-size: 1rem !important;
}

.fc-hero-stats {
  display: flex;
  justify-content: center;
  gap: clamp(1.5rem, 4vw, 3rem);
  flex-wrap: wrap;
}

.fc-hero-stat {
  text-align: center;
}

.fc-stat-value {
  font-family: var(--font-display);
  font-size: clamp(1.75rem, 4vw, 2.5rem);
  font-weight: 800;
  color: var(--text-primary);
  line-height: 1;
}

.fc-stat-label {
  font-size: 0.72rem;
  color: var(--text-muted);
  margin-top: 0.35rem;
  text-transform: uppercase;
  letter-spacing: 0.06em;
}

.fc-hero-ticker {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  display: flex;
  align-items: center;
  gap: 1rem;
  padding: 0.75rem 1rem;
  background: rgba(255, 255, 255, 0.03);
  border-top: 1px solid var(--border);
  overflow: hidden;
}

.fc-ticker-label {
  font-size: 0.65rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  color: var(--accent);
  white-space: nowrap;
  flex-shrink: 0;
}

.fc-ticker-track {
  overflow: hidden;
  flex: 1;
  mask-image: linear-gradient(90deg, transparent, #000 8%, #000 92%, transparent);
}

.fc-ticker-inner {
  display: inline-flex;
  gap: 4rem;
  white-space: nowrap;
  animation: fc-ticker-scroll 45s linear infinite;
}

.fc-ticker-item {
  font-size: 0.82rem;
  color: var(--text-secondary);
}

@keyframes fc-ticker-scroll {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-50%);
  }
}

.fc-scroll-indicator {
  position: absolute;
  bottom: 4.5rem;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.35rem;
  font-size: 0.65rem;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: var(--text-muted);
  z-index: 2;
}

.fc-scroll-dot {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--accent);
  animation: fc-pulse-dot 2s infinite;
}

@media (max-width: 767px) {
  .fc-scroll-indicator {
    display: none;
  }

  .fc-hero {
    padding-top: 6.5rem;
    min-height: auto;
    padding-bottom: 5rem;
  }
}

.fc-hero-logos {
  margin-top: 2.5rem;
  padding-top: 2rem;
  border-top: 1px solid var(--border);
}

.fc-hero-logos-label {
  font-size: 0.65rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--text-muted);
  margin-bottom: 1rem;
}

.fc-hero-logos-row {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 1.25rem 2rem;
  align-items: center;
}

.fc-hero-logos-row img {
  height: 28px;
  width: auto;
  opacity: 0.45;
  filter: grayscale(1) brightness(1.8);
  transition: opacity 0.2s ease;
}

.fc-hero-logos-row img:hover {
  opacity: 0.75;
}

/* Sectores de referencia (sin logos inventados) */
.fc-hero-trust-pills {
  gap: 0.65rem 1rem;
}

.fc-trust-pill {
  display: inline-flex;
  align-items: center;
  padding: 0.35rem 0.85rem;
  font-size: 0.72rem;
  font-weight: 600;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.72);
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.04);
  transition: border-color 0.2s ease, color 0.2s ease, background 0.2s ease;
}

.fc-trust-pill:hover {
  color: rgba(255, 255, 255, 0.92);
  border-color: rgba(255, 255, 255, 0.38);
  background: rgba(255, 255, 255, 0.07);
}

@media (prefers-reduced-motion: reduce) {
  .fc-ticker-inner {
    animation: none;
  }

  .fc-badge-dot,
  .fc-scroll-dot {
    animation: none;
  }
}

/* === fc-sections.css === */
/* Tabla comparativa */
.fc-comparison-section {
  padding: 5rem 0;
  background: var(--bg-secondary);
  border-top: 1px solid var(--border);
  border-bottom: 1px solid var(--border);
}

.fc-comparison-section h2 {
  text-align: center;
  margin-bottom: 0.75rem;
}

.fc-comparison-table-wrap {
  overflow-x: auto;
  border-radius: var(--radius-lg);
  border: 1px solid var(--border);
  margin: 2rem 0;
  background: var(--bg-tertiary);
}

.fc-comparison-table {
  width: 100%;
  border-collapse: collapse;
  font-size: 0.875rem;
}

.fc-comparison-table thead tr {
  background: rgba(255, 255, 255, 0.03);
}

.fc-comparison-table th,
.fc-comparison-table td {
  padding: 1rem 1.1rem;
  text-align: center;
  border-bottom: 1px solid var(--border);
}

.fc-feature-col {
  text-align: left !important;
  color: var(--text-secondary) !important;
  min-width: 200px;
}

.fc-col-alone,
.fc-col-unknown {
  color: var(--text-muted);
}

.fc-highlight-col {
  background: rgba(230, 57, 70, 0.06);
  border-left: 1px solid rgba(230, 57, 70, 0.25);
  border-right: 1px solid rgba(230, 57, 70, 0.25);
}

.fc-highlight-col th {
  background: rgba(230, 57, 70, 0.12);
  color: var(--text-primary);
}

.fc-col-badge {
  display: inline-block;
  background: var(--accent);
  color: #fff;
  font-size: 0.6rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  padding: 0.2rem 0.55rem;
  border-radius: 100px;
  margin-bottom: 0.35rem;
}

.fc-cmp-yes {
  color: #22c55e;
  font-weight: 500;
}

.fc-cmp-no {
  color: var(--text-muted);
}

.fc-cmp-partial {
  color: var(--gold);
}

.fc-comparison-table tbody tr:hover {
  background: var(--bg-glass);
}

.fc-comparison-table tbody tr:last-child td {
  border-bottom: none;
}

.fc-comparison-cta {
  text-align: center;
  margin-top: 2rem;
}

/* Mapa — sección premium */
.fc-map-section {
  position: relative;
  padding: clamp(4rem, 8vw, 6rem) 0;
  background: var(--bg-primary);
  overflow: hidden;
}

.fc-map-section-bg {
  pointer-events: none;
  position: absolute;
  inset: 0;
  background: radial-gradient(ellipse 90% 55% at 50% -15%, rgba(230, 57, 70, 0.14) 0%, transparent 55%),
    radial-gradient(ellipse 60% 45% at 100% 80%, rgba(212, 168, 67, 0.08) 0%, transparent 50%);
  opacity: 1;
}

.fc-map-intro {
  position: relative;
  z-index: 1;
  max-width: 920px;
  margin: 0 auto;
}

.fc-map-heading {
  font-family: var(--font-display);
  font-weight: 700;
  letter-spacing: -0.02em;
  line-height: 1.15;
  font-size: clamp(1.85rem, 4.2vw, 3rem);
  color: var(--text-primary);
}

.fc-map-lead {
  max-width: 560px;
}

.fc-map-stats {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1rem;
  margin: 2.25rem auto 0;
  max-width: 880px;
}

@media (max-width: 768px) {
  .fc-map-stats {
    grid-template-columns: repeat(2, 1fr);
    gap: 0.75rem;
  }
}

.fc-map-stat {
  background: var(--bg-glass);
  border: 1px solid var(--border);
  border-radius: var(--radius-md);
  padding: 1rem 1rem 1.1rem;
  backdrop-filter: blur(10px);
  transition: border-color 0.25s ease, box-shadow 0.25s ease;
}

.fc-map-stat:hover {
  border-color: var(--border-hover);
  box-shadow: var(--shadow-sm);
}

.fc-map-stat-value {
  display: block;
  font-family: var(--font-display);
  font-weight: 800;
  font-size: clamp(1.5rem, 3vw, 2rem);
  color: var(--text-primary);
  letter-spacing: -0.03em;
  line-height: 1.1;
}

.fc-map-stat-label {
  display: block;
  margin-top: 0.35rem;
  font-size: 0.72rem;
  font-weight: 600;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: var(--text-muted);
}

.fc-map-shell {
  position: relative;
  z-index: 1;
  margin: 2.5rem auto 0;
  max-width: 1160px;
  padding: 1px;
  border-radius: var(--radius-xl);
  background: linear-gradient(
    135deg,
    rgba(230, 57, 70, 0.45) 0%,
    rgba(212, 168, 67, 0.28) 42%,
    rgba(255, 255, 255, 0.12) 100%
  );
  box-shadow: var(--shadow-md), 0 0 80px rgba(230, 57, 70, 0.08);
}

.fc-map-shell-inner {
  border-radius: calc(var(--radius-xl) - 1px);
  overflow: hidden;
  background: var(--bg-secondary);
  border: 1px solid rgba(255, 255, 255, 0.06);
}

#operationsMap {
  width: 100%;
  height: clamp(420px, 58vw, 560px);
  background: var(--bg-tertiary);
}

.fc-map-shell .leaflet-container {
  background: var(--bg-tertiary);
  font-family: var(--font-sans);
}

.fc-map-shell .leaflet-bar {
  border: 1px solid var(--border) !important;
  border-radius: var(--radius-sm) !important;
  overflow: hidden;
  box-shadow: var(--shadow-sm);
}

.fc-map-shell .leaflet-bar a {
  background: var(--bg-secondary) !important;
  color: var(--text-primary) !important;
  border-bottom-color: var(--border) !important;
  line-height: 28px;
}

.fc-map-shell .leaflet-bar a:hover {
  background: var(--bg-tertiary) !important;
  color: var(--accent) !important;
}

.fc-map-shell .leaflet-bar a:last-child {
  border-bottom: none !important;
}

.fc-map-shell .leaflet-control-attribution {
  background: rgba(9, 9, 11, 0.85);
  color: var(--text-muted);
  font-size: 0.65rem;
  border-radius: var(--radius-sm) 0 0 0;
  border: none;
  max-width: 70%;
}

.fc-map-shell .leaflet-control-attribution a {
  color: var(--text-secondary);
}

.fc-map-shell .leaflet-div-icon.fc-map-marker {
  background: transparent !important;
  border: none !important;
}

/* MarkerCluster — acento marca (reemplaza verdes por defecto) */
.fc-map-shell .marker-cluster-small,
.fc-map-shell .marker-cluster-medium,
.fc-map-shell .marker-cluster-large {
  background-color: rgba(230, 57, 70, 0.28);
}

.fc-map-shell .marker-cluster-small div,
.fc-map-shell .marker-cluster-medium div,
.fc-map-shell .marker-cluster-large div {
  background-color: rgba(230, 57, 70, 0.92);
  color: #fff;
  font-weight: 700;
  font-size: 0.8rem;
  font-family: var(--font-sans);
}

.fc-map-shell .marker-cluster {
  box-shadow: 0 0 0 2px rgba(212, 168, 67, 0.35);
}

.fc-map-marker {
  width: 16px;
  height: 16px;
  border-radius: 50%;
  cursor: pointer;
  transition: transform 0.22s ease, box-shadow 0.22s ease;
  border: 2px solid rgba(255, 255, 255, 0.35);
  box-sizing: border-box;
}

.fc-map-marker:hover {
  transform: scale(1.35);
  z-index: 900 !important;
}

.fc-map-marker-china {
  background: var(--accent);
  box-shadow: 0 0 0 2px rgba(230, 57, 70, 0.35), 0 0 14px var(--accent-glow);
}

.fc-map-marker-latam {
  background: linear-gradient(145deg, #e8c86a 0%, var(--gold) 100%);
  box-shadow: 0 0 0 2px rgba(212, 168, 67, 0.35), 0 0 12px var(--shadow-gold);
}

.fc-map-marker-usa {
  background: linear-gradient(145deg, #60a5fa 0%, #2563eb 100%);
  box-shadow: 0 0 0 2px rgba(37, 99, 235, 0.35), 0 0 14px rgba(37, 99, 235, 0.35);
}

.fc-map-shell .leaflet-popup-content-wrapper {
  background: var(--bg-tertiary);
  border: 1px solid var(--border);
  border-radius: var(--radius-md);
  box-shadow: var(--shadow-md);
  padding: 0;
}

.fc-map-shell .leaflet-popup-content {
  margin: 0.75rem 1rem !important;
  color: var(--text-primary);
  font-family: var(--font-sans);
  line-height: 1.45;
}

.fc-map-shell .leaflet-popup-tip {
  background: var(--bg-tertiary);
  box-shadow: none;
  border: 1px solid var(--border);
  border-top: none;
  border-left: none;
}

.fc-popup-chip {
  display: inline-block;
  font-size: 0.62rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--accent);
  background: rgba(230, 57, 70, 0.12);
  border: 1px solid rgba(230, 57, 70, 0.28);
  padding: 0.2rem 0.5rem;
  border-radius: 100px;
  margin-bottom: 0.5rem;
}

.fc-popup-title {
  font-weight: 600;
  font-size: 0.9rem;
  margin-bottom: 0.35rem;
  color: var(--text-primary);
  line-height: 1.35;
}

.fc-popup-detail {
  font-size: 0.8rem;
  color: var(--text-secondary);
  margin: 0;
  line-height: 1.45;
}

.fc-map-fallback {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 1rem;
  text-align: center;
  padding: 3rem 1.5rem;
  color: var(--text-muted);
  font-size: 0.9rem;
}

.fc-map-fallback code {
  font-size: 0.75rem;
  background: var(--bg-secondary);
  padding: 0.35rem 0.6rem;
  border-radius: var(--radius-sm);
  border: 1px solid var(--border);
}

.fc-map-legend {
  position: absolute;
  bottom: 1rem;
  left: 1rem;
  right: auto;
  max-width: min(280px, calc(100% - 5rem));
  background: rgba(17, 17, 19, 0.82);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  border: 1px solid var(--border);
  border-radius: var(--radius-lg);
  padding: 0.85rem 1.05rem;
  display: flex;
  flex-direction: column;
  gap: 0.45rem;
  z-index: 1000;
  box-shadow: var(--shadow-md);
}

.fc-map-legend-title {
  font-size: 0.65rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--text-muted);
  margin: 0 0 0.15rem;
}

.fc-legend-item {
  display: flex;
  align-items: center;
  gap: 0.55rem;
  font-size: 0.8rem;
  color: var(--text-secondary);
}

.fc-legend-note {
  font-size: 0.68rem;
  color: var(--text-muted);
  line-height: 1.35;
  margin-top: 0.35rem;
  padding-top: 0.35rem;
  border-top: 1px solid var(--border);
}

.fc-legend-dot {
  width: 10px;
  height: 10px;
  border-radius: 50%;
}

.fc-legend-china {
  background: var(--accent);
  box-shadow: 0 0 10px var(--accent-glow);
}

.fc-legend-latam {
  background: linear-gradient(145deg, #e8c86a, var(--gold));
}

.fc-legend-usa {
  background: linear-gradient(145deg, #60a5fa, #2563eb);
  box-shadow: 0 0 10px rgba(37, 99, 235, 0.45);
}

@media (max-width: 576px) {
  .fc-map-legend {
    left: 0.5rem;
    right: 0.5rem;
    max-width: none;
    bottom: 0.5rem;
    padding: 0.75rem 0.9rem;
  }
}

/* Toasts prueba social */
#socialProofContainer {
  position: fixed;
  bottom: 2rem;
  left: 2rem;
  z-index: 8000;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  pointer-events: none;
  max-width: calc(100vw - 2rem);
}

@media (max-width: 576px) {
  #socialProofContainer {
    left: 1rem;
    right: 1rem;
    bottom: 5rem;
  }
}

.fc-social-proof-toast {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  background: var(--bg-tertiary);
  border: 1px solid var(--border);
  border-left: 3px solid var(--accent);
  border-radius: var(--radius-md);
  padding: 0.875rem 1rem;
  max-width: 340px;
  box-shadow: var(--shadow-md);
  pointer-events: auto;
  animation: fc-toast-in 0.45s cubic-bezier(0.34, 1.56, 0.64, 1) forwards;
  backdrop-filter: blur(12px);
}

.fc-toast-flag {
  font-size: 1.4rem;
  flex-shrink: 0;
}

.fc-toast-body {
  flex: 1;
  min-width: 0;
}

.fc-toast-name {
  font-size: 0.82rem;
  font-weight: 600;
  color: var(--text-primary);
}

.fc-toast-action {
  font-size: 0.74rem;
  color: var(--text-secondary);
}

.fc-toast-time {
  font-size: 0.68rem;
  color: var(--text-muted);
  flex-shrink: 0;
}

@keyframes fc-toast-in {
  from {
    transform: translateX(-110%);
    opacity: 0;
  }
  to {
    transform: translateX(0);
    opacity: 1;
  }
}

.fc-toast-hiding {
  animation: fc-toast-out 0.35s ease forwards;
}

@keyframes fc-toast-out {
  to {
    transform: translateX(-110%);
    opacity: 0;
  }
}

/* === fc-cookie-consent.css === */
.fc-cookie-bar {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 10050;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 0.75rem 1rem;
  padding: 0.85rem 1.25rem;
  background: rgba(9, 9, 11, 0.96);
  border-top: 1px solid rgba(255, 255, 255, 0.12);
  color: #e4e4e7;
  font-size: 0.875rem;
}

.fc-cookie-bar p {
  margin: 0;
  flex: 1 1 16rem;
  max-width: 52rem;
}

.fc-cookie-bar a {
  color: #a78bfa;
  text-decoration: underline;
}

@media (max-width: 575.98px) {
  .fc-cookie-bar {
    padding-bottom: calc(0.85rem + env(safe-area-inset-bottom, 0px));
  }
}

/* === fc-seo-polish.css === */
/* SEO / mobile / accesibilidad — home + global */

.fc-theme {
  overflow-x: clip;
}

.fc-theme body {
  overflow-x: hidden;
}

.fc-theme .small,
.fc-theme small,
.fc-theme .form-note,
.fc-theme .fc-hero-logos-label,
.fc-theme .zone-badge,
.fc-theme .fc-cookie-consent p {
  font-size: max(0.75rem, 12px);
}

.fc-theme img,
.fc-theme video,
.fc-theme iframe,
.fc-theme .gallery-carousel-viewport,
.fc-theme .gallery-grid,
.fc-theme .fc-hero-stats,
.fc-theme .operations-card,
.fc-theme table {
  max-width: 100%;
}

.fc-theme .gallery-carousel-viewport {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}

.fc-theme .fc-ymyl-disclaimer {
  border-left: 3px solid #d4a843;
  background: rgba(212, 168, 67, 0.08);
  padding: 0.85rem 1rem;
  border-radius: 0 12px 12px 0;
  font-size: 0.875rem;
  color: #a1a1aa;
  margin: 1.5rem 0;
}

.fc-theme .fc-editorial-byline {
  font-size: 0.85rem;
  color: #52525b;
  margin-bottom: 1rem;
}

.fc-theme .fc-editorial-byline a {
  color: #e63946;
}

.fc-theme .rep-form label {
  display: block;
}

.fc-theme .gallery-grid.is-loading::after {
  content: "Cargando galería…";
  display: block;
  padding: 2rem;
  color: #52525b;
  font-size: 0.9rem;
}
