/* ============================================
   VARIABLES MEJORADAS - Nueva paleta inspirada en el caolín
   ============================================ */
:root {
  --clay-dark: #2c3e50;
  --clay-primary: #34495e;
  --clay-medium: #5d6d7e;
  --clay-light: #85929e;
  --clay-soft: #d6dbdf;
  --clay-bg: #f8f9f9;
  --clay-white: #ffffff;
  --clay-accent: #a1887f;
  --clay-accent-light: #d7ccc8;
  --clay-text: #2c3e50;
  --clay-text-light: #5d6d7e;
  --shadow-sm: 0 2px 8px rgba(44, 62, 80, 0.1);
  --shadow-md: 0 4px 12px rgba(44, 62, 80, 0.15);
  --shadow-lg: 0 8px 24px rgba(44, 62, 80, 0.2);
  --shadow-xl: 0 15px 35px rgba(44, 62, 80, 0.25);
  --border: 1px solid var(--clay-soft);
  --border-radius: 8px;
  --transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
}

/* ============================================
   RESET Y CONFIGURACIONES GLOBALES MEJORADAS
   ============================================ */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  font-family: 'Inter', sans-serif;
  color: var(--clay-text);
  line-height: 1.7;
  background-color: var(--clay-bg);
  overflow-x: hidden;
}

h1, h2, h3, h4, h5 {
  font-family: 'Montserrat', sans-serif;
  font-weight: 600;
  color: var(--clay-dark);
  line-height: 1.3;
}

.container {
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 20px;
}

section {
  position: relative;
}

/* ============================================
   EFECTOS PARALLAX Y FONDOS TEXTURIZADOS
   ============================================ */
.parallax-section {
  position: relative;
  overflow: hidden;
}

.parallax-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 120%;
  z-index: -1;
  background-size: cover;
  background-attachment: fixed;
  background-position: center;
  opacity: 0.1;
  transform: translateZ(0);
}

.hero .parallax-bg {
  background-image: linear-gradient(rgba(255, 255, 255, 0.9), rgba(255, 255, 255, 0.9)), 
                    url('https://images.unsplash.com/photo-1581094794329-c8112a89af12?q=80&w=2070');
  opacity: 0.15;
  height: 140%;
}

.section-dark .parallax-bg {
  background-image: linear-gradient(rgba(44, 62, 80, 0.9), rgba(44, 62, 80, 0.9)), 
                    url('https://images.unsplash.com/photo-1558618666-fcd25c85cd64?q=80&w=2067');
  opacity: 0.1;
}

.about-section .parallax-bg {
  background-image: url('https://images.unsplash.com/photo-1581094794329-c8112a89af12?q=80&w=2070');
  background-size: cover;
  opacity: 0.05;
}

.texture-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url("data:image/svg+xml,%3Csvg width='100' height='100' viewBox='0 0 100 100' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M11 18c3.866 0 7-3.134 7-7s-3.134-7-7-7-7 3.134-7 7 3.134 7 7 7zm48 25c3.866 0 7-3.134 7-7s-3.134-7-7-7-7 3.134-7 7 3.134 7 7 7zm-43-7c1.657 0 3-1.343 3-3s-1.343-3-3-3-3 1.343-3 3 1.343 3 3 3zm63 31c1.657 0 3-1.343 3-3s-1.343-3-3-3-3 1.343-3 3 1.343 3 3 3zM34 90c1.657 0 3-1.343 3-3s-1.343-3-3-3-3 1.343-3 3 1.343 3 3 3zm56-76c1.657 0 3-1.343 3-3s-1.343-3-3-3-3 1.343-3 3 1.343 3 3 3zM12 86c2.21 0 4-1.79 4-4s-1.79-4-4-4-4 1.79-4 4 1.79 4 4 4zm28-65c2.21 0 4-1.79 4-4s-1.79-4-4-4-4 1.79-4 4 1.79 4 4 4zm23-11c2.76 0 5-2.24 5-5s-2.24-5-5-5-5 2.24-5 5 2.24 5 5 5zm-6 60c2.21 0 4-1.79 4-4s-1.79-4-4-4-4 1.79-4 4 1.79 4 4 4zm29 22c2.76 0 5-2.24 5-5s-2.24-5-5-5-5 2.24-5 5 2.24 5 5 5zM32 63c2.76 0 5-2.24 5-5s-2.24-5-5-5-5 2.24-5 5 2.24 5 5 5zm57-13c2.76 0 5-2.24 5-5s-2.24-5-5-5-5 2.24-5 5 2.24 5 5 5zm-9-21c1.105 0 2-.895 2-2s-.895-2-2-2-2 .895-2 2 .895 2 2 2zM60 91c1.105 0 2-.895 2-2s-.895-2-2-2-2 .895-2 2 .895 2 2 2zM35 41c1.105 0 2-.895 2-2s-.895-2-2-2-2 .895-2 2 .895 2 2 2zM12 60c1.105 0 2-.895 2-2s-.895-2-2-2-2 .895-2 2 .895 2 2 2z' fill='%235d6d7e' fill-opacity='0.1' fill-rule='evenodd'/%3E%3C/svg%3E");
  opacity: 0.4;
  z-index: -1;
  pointer-events: none;
}

/* ============================================
   HEADER MEJORADO - Más profesional
   ============================================ */
.header {
  position: fixed;
  top: 0;
  width: 100%;
  background: rgba(255, 255, 255, 0.95);
  backdrop-filter: blur(10px);
  box-shadow: var(--shadow-sm);
  z-index: 1000;
  padding: 15px 0;
  border-bottom: 1px solid rgba(216, 216, 224, 0.3);
  transition: var(--transition);
}

.header.scrolled {
  padding: 10px 0;
  box-shadow: var(--shadow-md);
}

.navbar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
}

/* Logo mejorado */
.logo {
  display: flex;
  align-items: center;
  gap: 12px;
  text-decoration: none;
  flex-shrink: 0;
  transition: var(--transition);
}

.logo:hover {
  transform: translateY(-2px);
}

.logo-icon {
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: visible;         /* opcional */
}

.logo-icon img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  background: transparent;   /* por si acaso */
}

.logo-text {
  display: flex;
  flex-direction: column;
  line-height: 1.2;
}

.logo-primary {
  font-weight: 700;
  color: var(--clay-dark);
  font-size: 1.1rem;
  letter-spacing: 0.5px;
}

.logo-secondary {
  font-weight: 500;
  color: var(--clay-medium);
  font-size: 0.85rem;
  letter-spacing: 1px;
}

/* Menú de navegación mejorado */
.nav-links {
  display: none;
  gap: 5px;
  align-items: center;
  flex-wrap: wrap;
  justify-content: center;
}

@media (min-width: 768px) {
  .nav-links {
    display: flex;
  }
}

.btn-nav {
  display: flex;
  align-items: center;
  gap: 8px;
  text-decoration: none;
  color: var(--clay-text);
  font-weight: 500;
  font-size: 0.9rem;
  padding: 10px 18px;
  border-radius: var(--border-radius);
  border: 1px solid var(--clay-soft);
  background: transparent;
  transition: var(--transition);
  white-space: nowrap;
  position: relative;
  overflow: hidden;
}

.btn-nav i {
  font-size: 1rem;
  color: var(--clay-medium);
  transition: var(--transition);
}

.btn-nav:before {
  content: '';
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.4), transparent);
  transition: 0.5s;
}

.btn-nav:hover:before {
  left: 100%;
}

.btn-nav:hover {
  background: var(--clay-soft);
  color: var(--clay-primary);
  border-color: var(--clay-medium);
  transform: translateY(-2px);
  box-shadow: var(--shadow-sm);
}

.btn-nav:hover i {
  color: var(--clay-primary);
  transform: translateX(3px);
}

.btn-nav-contact {
  background: linear-gradient(135deg, var(--clay-primary), var(--clay-dark));
  color: var(--clay-white);
  border-color: transparent;
}

.btn-nav-contact i {
  color: var(--clay-white);
}

.btn-nav-contact:hover {
  background: linear-gradient(135deg, var(--clay-dark), var(--clay-primary));
  color: var(--clay-white);
  border-color: transparent;
  transform: translateY(-2px) scale(1.05);
  box-shadow: var(--shadow-md);
}

/* Botón menú móvil */
.menu-toggle {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  background: linear-gradient(135deg, var(--clay-primary), var(--clay-dark));
  border: none;
  border-radius: var(--border-radius);
  cursor: pointer;
  padding: 0;
  color: var(--clay-white);
  font-size: 1.3rem;
  transition: var(--transition);
  box-shadow: var(--shadow-sm);
}

@media (min-width: 768px) {
  .menu-toggle {
    display: none;
  }
}

.menu-toggle:hover {
  background: linear-gradient(135deg, var(--clay-dark), var(--clay-primary));
  transform: rotate(90deg);
  box-shadow: var(--shadow-md);
}

/* ============================================
   BOTONES MEJORADOS
   ============================================ */
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 14px 32px;
  border-radius: var(--border-radius);
  font-weight: 600;
  text-decoration: none;
  transition: var(--transition);
  font-size: 1rem;
  border: none;
  cursor: pointer;
  position: relative;
  overflow: hidden;
  z-index: 1;
}

.btn:before {
  content: '';
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.3), transparent);
  transition: 0.5s;
  z-index: -1;
}

.btn:hover:before {
  left: 100%;
}

.btn-primary {
  background: linear-gradient(135deg, var(--clay-primary), var(--clay-dark));
  color: var(--clay-white);
  box-shadow: var(--shadow-md);
}

.btn-primary:hover {
  background: linear-gradient(135deg, var(--clay-dark), var(--clay-primary));
  transform: translateY(-3px);
  box-shadow: var(--shadow-lg);
}

.btn-secondary {
  background: transparent;
  color: var(--clay-primary);
  border: 2px solid var(--clay-primary);
}

.btn-secondary:hover {
  background: var(--clay-primary);
  color: var(--clay-white);
  transform: translateY(-3px);
  box-shadow: var(--shadow-md);
}

.btn-full {
  width: 100%;
}

.btn i {
  transition: transform 0.3s;
}

.btn:hover i {
  transform: translateX(5px);
}

/* ============================================
   HERO SECTION MEJORADA CON PARALLAX
   ============================================ */
.hero {
  padding-top: 100px;
  padding-bottom: 100px;
  overflow: hidden;
  position: relative;
}

@media (min-width: 768px) {
  .hero {
    padding-top: 140px;
    padding-bottom: 140px;
  }
}

.hero-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 50px;
  position: relative;
  z-index: 2;
}

@media (min-width: 1024px) {
  .hero-grid {
    grid-template-columns: 1fr 1fr;
    align-items: center;
    gap: 60px;
  }
}

.hero-content h1 {
  font-size: 2.8rem;
  margin-bottom: 20px;
  color: var(--clay-dark);
  line-height: 1.2;
}

@media (min-width: 768px) {
  .hero-content h1 {
    font-size: 3.5rem;
  }
}

@media (min-width: 1024px) {
  .hero-content h1 {
    font-size: 4rem;
  }
}

.hero-content h1 span {
  color: var(--clay-primary);
  position: relative;
  display: inline-block;
}

.hero-content h1 span:after {
  content: '';
  position: absolute;
  bottom: 5px;
  left: 0;
  width: 100%;
  height: 8px;
  background: var(--clay-accent-light);
  z-index: -1;
  opacity: 0.7;
}

.hero-subtitle {
  font-size: 1.2rem;
  margin-bottom: 35px;
  color: var(--clay-text-light);
  max-width: 600px;
}

.hero-buttons {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  margin-bottom: 50px;
}

.trust-indicators {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 25px;
  padding-top: 30px;
  border-top: 1px solid var(--clay-soft);
}

.indicator {
  text-align: center;
  transition: var(--transition);
  padding: 15px;
  border-radius: var(--border-radius);
}

.indicator:hover {
  background: rgba(255, 255, 255, 0.7);
  transform: translateY(-5px);
  box-shadow: var(--shadow-sm);
}

.indicator-number {
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  font-size: 2rem;
  color: var(--clay-primary);
  display: block;
  margin-bottom: 5px;
  background: linear-gradient(135deg, var(--clay-primary), var(--clay-dark));
  -webkit-background-clip: text;
  background-clip: text; /* Propiedad estándar */
  -webkit-text-fill-color: transparent;
  color: transparent; /* Fallback para navegadores que no soportan text-fill-color */
}

.indicator-text {
  font-size: 0.9rem;
  color: var(--clay-text-light);
  font-weight: 500;
}

/* Galería de imágenes mejorada */
.hero-images {
  position: relative;
  height: 350px;
}

@media (min-width: 768px) {
  .hero-images {
    height: 450px;
  }
}

.image-container {
  position: absolute;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: var(--shadow-xl);
  transition: var(--transition);
  border: 5px solid var(--clay-white);
}

.image-container img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.7s cubic-bezier(0.25, 0.8, 0.25, 1);
}

.image-container:hover {
  transform: translateY(-10px);
  box-shadow: var(--shadow-xl);
}

.image-container:hover img {
  transform: scale(1.1);
}

.image-main {
  top: 0;
  left: 0;
  width: 70%;
  height: 70%;
  z-index: 3;
}

.image-secondary {
  bottom: 0;
  right: 0;
  width: 60%;
  height: 50%;
  z-index: 2;
}

.image-tertiary {
  top: 20%;
  right: 10%;
  width: 40%;
  height: 40%;
  z-index: 4;
  box-shadow: var(--shadow-lg);
}

/* ============================================
   SECCIONES MEJORADAS CON EFECTOS PARALLAX
   ============================================ */
.section {
  padding: 100px 0;
  position: relative;
}

.section-light {
  background: var(--clay-bg);
}

.section-dark {
  background: linear-gradient(135deg, var(--clay-dark), var(--clay-primary));
  color: var(--clay-white);
}

.section-dark h2,
.section-dark h3,
.section-dark h4 {
  color: var(--clay-white);
}

.section-header {
  text-align: center;
  margin-bottom: 60px;
  position: relative;
}

.section-label {
  display: inline-block;
  font-size: 0.85rem;
  font-weight: 600;
  color: var(--clay-primary);
  text-transform: uppercase;
  letter-spacing: 2px;
  margin-bottom: 20px;
  padding: 8px 20px;
  background: var(--clay-soft);
  border-radius: 30px;
  position: relative;
  overflow: hidden;
}

.section-label:before {
  content: '';
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.5), transparent);
  transition: 0.5s;
}

.section-label:hover:before {
  left: 100%;
}

.section-dark .section-label {
  background: rgba(255, 255, 255, 0.15);
  color: var(--clay-accent-light);
}

.section-title {
  font-size: 2.5rem;
  margin-bottom: 20px;
  position: relative;
  display: inline-block;
}

@media (min-width: 768px) {
  .section-title {
    font-size: 3rem;
  }
}

.section-title:after {
  content: '';
  position: absolute;
  bottom: -10px;
  left: 50%;
  transform: translateX(-50%);
  width: 80px;
  height: 4px;
  background: linear-gradient(90deg, var(--clay-primary), var(--clay-accent));
  border-radius: 2px;
}

.section-dark .section-title:after {
  background: linear-gradient(90deg, var(--clay-accent-light), var(--clay-white));
}

.section-subtitle {
  font-size: 1.2rem;
  color: var(--clay-text-light);
  max-width: 700px;
  margin: 0 auto;
}

.section-dark .section-subtitle {
  color: rgba(255, 255, 255, 0.8);
}

/* ============================================
   ABOUT SECTION MEJORADA
   ============================================ */
.about-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 50px;
  align-items: center;
}

@media (min-width: 768px) {
  .about-grid {
    grid-template-columns: 1fr 1fr;
    gap: 60px;
  }
}

.about-text {
  margin-bottom: 25px;
  font-size: 1.15rem;
  color: var(--clay-text);
  line-height: 1.8;
}

.features {
  display: grid;
  grid-template-columns: 1fr;
  gap: 25px;
  margin-top: 40px;
}

@media (min-width: 640px) {
  .features {
    grid-template-columns: 1fr 1fr;
  }
}

.feature {
  display: flex;
  gap: 20px;
  align-items: flex-start;
  padding: 20px;
  border-radius: var(--border-radius);
  background: var(--clay-white);
  box-shadow: var(--shadow-sm);
  transition: var(--transition);
}

.feature:hover {
  transform: translateY(-5px);
  box-shadow: var(--shadow-md);
}

.feature-icon {
  width: 50px;
  height: 50px;
  background: linear-gradient(135deg, var(--clay-primary), var(--clay-dark));
  color: var(--clay-white);
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.2rem;
  flex-shrink: 0;
  box-shadow: var(--shadow-sm);
}

.feature-text h4 {
  margin-bottom: 8px;
  font-size: 1.1rem;
  color: var(--clay-dark);
}

.feature-text p {
  font-size: 0.95rem;
  color: var(--clay-text-light);
  line-height: 1.6;
}

.about-image .image-container {
  height: 400px;
  position: relative;
  border-radius: 20px;
  overflow: hidden;
  box-shadow: var(--shadow-xl);
}

.about-image .image-container:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(45deg, rgba(161, 136, 127, 0.1), rgba(93, 109, 126, 0.1));
  z-index: 1;
  pointer-events: none;
}

/* ============================================
   PRODUCTOS MEJORADOS
   ============================================ */
.products-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 30px;
}

@media (min-width: 768px) {
  .products-grid {
    grid-template-columns: repeat(3, 1fr);
    gap: 40px;
  }
}

.product-card {
  background: var(--clay-white);
  border-radius: 16px;
  padding: 40px 30px;
  box-shadow: var(--shadow-md);
  transition: var(--transition);
  border: 1px solid transparent;
  position: relative;
  overflow: hidden;
  height: 100%;
}

.product-card:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 5px;
  background: linear-gradient(90deg, var(--clay-primary), var(--clay-accent));
}

.product-card:hover {
  transform: translateY(-10px);
  box-shadow: var(--shadow-xl);
  border-color: var(--clay-soft);
}

.product-icon {
  font-size: 3rem;
  margin-bottom: 25px;
  color: var(--clay-primary);
}

.product-title {
  font-size: 1.5rem;
  margin-bottom: 15px;
  color: var(--clay-primary);
  position: relative;
  padding-bottom: 10px;
}

.product-title:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 40px;
  height: 3px;
  background: var(--clay-accent-light);
  border-radius: 2px;
}

.product-description {
  margin-bottom: 25px;
  color: var(--clay-text);
  line-height: 1.7;
}

.product-specs {
  list-style: none;
}

.product-specs li {
  position: relative;
  padding-left: 25px;
  margin-bottom: 12px;
  font-size: 0.95rem;
  line-height: 1.6;
}

.product-specs li:before {
  content: "✓";
  position: absolute;
  left: 0;
  color: var(--clay-primary);
  font-weight: bold;
  background: var(--clay-soft);
  width: 20px;
  height: 20px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.8rem;
}

/* ============================================
   PROCESO MEJORADO
   ============================================ */
.process-steps {
  display: grid;
  grid-template-columns: 1fr;
  gap: 40px;
  position: relative;
}

.process-steps:before {
  content: '';
  position: absolute;
  top: 40px;
  left: 20px;
  width: 2px;
  height: calc(100% - 80px);
  background: linear-gradient(to bottom, var(--clay-soft), var(--clay-medium), var(--clay-soft));
  z-index: 1;
}

@media (min-width: 768px) {
  .process-steps {
    grid-template-columns: repeat(2, 1fr);
    gap: 50px;
  }
  
  .process-steps:before {
    left: 50%;
    transform: translateX(-50%);
  }
}

.process-step {
  display: flex;
  gap: 25px;
  align-items: flex-start;
  position: relative;
  z-index: 2;
}

.step-number {
  width: 50px;
  height: 50px;
  background: linear-gradient(135deg, var(--clay-white), var(--clay-soft));
  color: var(--clay-primary);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  font-size: 1.5rem;
  flex-shrink: 0;
  box-shadow: var(--shadow-md);
  border: 3px solid var(--clay-white);
}

.section-dark .step-number {
  background: linear-gradient(135deg, var(--clay-primary), var(--clay-medium));
  color: var(--clay-white);
  border-color: var(--clay-dark);
}

.step-content h3 {
  margin-bottom: 12px;
  font-size: 1.4rem;
  color: var(--clay-dark);
}

.section-dark .step-content h3 {
  color: var(--clay-white);
}

.step-content p {
  color: var(--clay-text-light);
  line-height: 1.7;
}

.section-dark .step-content p {
  color: rgba(255, 255, 255, 0.8);
}

/* ============================================
   EXPORTACIÓN MEJORADA
   ============================================ */
.export-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 50px;
  align-items: center;
}

@media (min-width: 768px) {
  .export-grid {
    grid-template-columns: 1fr 1fr;
    gap: 60px;
  }
}

.export-text {
  font-size: 1.15rem;
  margin-bottom: 35px;
  color: var(--clay-text);
  line-height: 1.8;
}

.export-details {
  display: grid;
  grid-template-columns: 1fr;
  gap: 35px;
}

@media (min-width: 640px) {
  .export-details {
    grid-template-columns: 1fr 1fr;
    gap: 40px;
  }
}

.detail {
  padding: 25px;
  background: var(--clay-white);
  border-radius: var(--border-radius);
  box-shadow: var(--shadow-sm);
  transition: var(--transition);
}

.detail:hover {
  transform: translateY(-5px);
  box-shadow: var(--shadow-md);
}

.detail h4 {
  margin-bottom: 15px;
  color: var(--clay-primary);
  font-size: 1.2rem;
  position: relative;
  padding-bottom: 10px;
}

.detail h4:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 30px;
  height: 3px;
  background: var(--clay-accent);
  border-radius: 2px;
}

.detail ul {
  list-style: none;
}

.detail li {
  position: relative;
  padding-left: 25px;
  margin-bottom: 10px;
  line-height: 1.6;
}

.detail li:before {
  content: "→";
  position: absolute;
  left: 0;
  color: var(--clay-primary);
  font-weight: bold;
}

.export-image .image-container {
  height: 350px;
  position: relative;
  overflow: hidden;
  border-radius: 20px;
}

.export-image .image-container:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(45deg, rgba(161, 136, 127, 0.1), rgba(93, 109, 126, 0.1));
  z-index: 1;
  pointer-events: none;
}

.export-image .image-container img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.7s ease;
}

.export-image .image-container:hover img {
  transform: scale(1.1);
}
/* ============================================
   CONTACTO PROFESIONAL (MEJORADO SIN CAMBIAR COLORES)
   ============================================ */

.contact-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 40px;
}

@media (min-width: 1024px) {
  .contact-grid {
    grid-template-columns: 1fr 1fr;
  }
}

/* =====================
   TARJETAS
   ===================== */
.contact-card,
.contact-form-container {
  background: var(--clay-white);
  border-radius: 12px;
  padding: 30px;
  box-shadow: var(--shadow-md);
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.contact-card:hover,
.contact-form-container:hover {
  transform: translateY(-3px);
  box-shadow: 0 12px 28px rgba(0, 0, 0, 0.08);
}

.contact-card h3 {
  margin-bottom: 25px;
  color: var(--clay-primary);
  font-size: 1.4rem;
  position: relative;
  padding-bottom: 10px;
  letter-spacing: 0.3px;
}

.contact-card h3::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 40px;
  height: 3px;
  background: var(--clay-accent);
  border-radius: 2px;
}

/* =====================
   DETALLES DE CONTACTO
   ===================== */
.contact-detail {
  display: flex;
  gap: 15px;
  margin-bottom: 20px;
  align-items: flex-start;
  padding: 10px;
  border-radius: var(--border-radius);
  transition: background 0.25s ease;
}

.contact-detail:hover {
  background: var(--clay-bg);
}

.contact-icon {
  width: 28px;
  height: 28px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.1rem;
  flex-shrink: 0;
  color: var(--clay-primary);
  background: rgba(0, 0, 0, 0.03);
  border-radius: 50%;
}

.contact-detail h4 {
  font-size: 0.9rem;
  color: var(--clay-text-light);
  margin-bottom: 5px;
  font-weight: 500;
}

.contact-detail p,
.contact-detail a {
  font-size: 1rem;
  color: var(--clay-text);
  text-decoration: none;
  font-weight: 600;
  line-height: 1.5;
}

.contact-detail a:hover {
  color: var(--clay-primary);
}

/* =====================
   FORMULARIO
   ===================== */
.contact-form {
  display: grid;
  grid-template-columns: 1fr;
  gap: 20px;
}

.form-group {
  position: relative;
}

.form-group input,
.form-group select,
.form-group textarea {
  width: 100%;
  padding: 15px;
  border: 1px solid var(--clay-soft);
  border-radius: 8px;
  font-family: 'Inter', sans-serif;
  font-size: 1rem;
  background: var(--clay-bg);
  transition: border-color 0.25s ease, box-shadow 0.25s ease;
}

.form-group input::placeholder,
.form-group textarea::placeholder {
  color: var(--clay-text-light);
}

/* Focus elegante */
.form-group input:focus,
.form-group select:focus,
.form-group textarea:focus {
  outline: none;
  border-color: var(--clay-primary);
  box-shadow: 0 0 0 3px rgba(52, 73, 94, 0.1);
}

/* Focus accesible */
.form-group input:focus-visible,
.form-group select:focus-visible,
.form-group textarea:focus-visible {
  outline: none;
}

.form-group textarea {
  min-height: 120px;
  resize: vertical;
}

/* =====================
   MENSAJES DE ERROR
   ===================== */
.form-group small {
  display: block;
  margin-top: 6px;
  font-size: 0.75rem;
  color: #d32f2f;
}

/* =====================
   BOTÓN
   ===================== */
.btn-full {
  width: 100%;
  letter-spacing: 0.5px;
}

/* =====================
   RESPONSIVE FINO
   ===================== */
@media (max-width: 480px) {
  .contact-card,
  .contact-form-container {
    padding: 20px;
  }
}

/* =====================
   MAPA RESPONSIVO
   ===================== */
.map-container {
  width: 100%;
  height: 250px;
  margin-top: 15px;
  border-radius: 10px;
  overflow: hidden;
}

.map-container iframe {
  width: 100%;
  height: 100%;
  border: 0;
}


/* ============================================
   FOOTER MEJORADO (manteniendo estructura)
   ============================================ */
.footer {
  background: linear-gradient(135deg, var(--clay-dark), var(--clay-primary));
  color: var(--clay-white);
  padding: 60px 0 30px;
  position: relative;
  overflow: hidden;
}

.footer:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url("data:image/svg+xml,%3Csvg width='100' height='100' viewBox='0 0 100 100' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M11 18c3.866 0 7-3.134 7-7s-3.134-7-7-7-7 3.134-7 7 3.134 7 7 7zm48 25c3.866 0 7-3.134 7-7s-3.134-7-7-7-7 3.134-7 7 3.134 7 7 7zm-43-7c1.657 0 3-1.343 3-3s-1.343-3-3-3-3 1.343-3 3 1.343 3 3 3zm63 31c1.657 0 3-1.343 3-3s-1.343-3-3-3-3 1.343-3 3 1.343 3 3 3zM34 90c1.657 0 3-1.343 3-3s-1.343-3-3-3-3 1.343-3 3 1.343 3 3 3zm56-76c1.657 0 3-1.343 3-3s-1.343-3-3-3-3 1.343-3 3 1.343 3 3 3zM12 86c2.21 0 4-1.79 4-4s-1.79-4-4-4-4 1.79-4 4 1.79 4 4 4zm28-65c2.21 0 4-1.79 4-4s-1.79-4-4-4-4 1.79-4 4 1.79 4 4 4zm23-11c2.76 0 5-2.24 5-5s-2.24-5-5-5-5 2.24-5 5 2.24 5 5 5zm-6 60c2.21 0 4-1.79 4-4s-1.79-4-4-4-4 1.79-4 4 1.79 4 4 4zm29 22c2.76 0 5-2.24 5-5s-2.24-5-5-5-5 2.24-5 5 2.24 5 5 5zM32 63c2.76 0 5-2.24 5-5s-2.24-5-5-5-5 2.24-5 5 2.24 5 5 5zm57-13c2.76 0 5-2.24 5-5s-2.24-5-5-5-5 2.24-5 5 2.24 5 5 5zm-9-21c1.105 0 2-.895 2-2s-.895-2-2-2-2 .895-2 2 .895 2 2 2zM60 91c1.105 0 2-.895 2-2s-.895-2-2-2-2 .895-2 2 .895 2 2 2zM35 41c1.105 0 2-.895 2-2s-.895-2-2-2-2 .895-2 2 .895 2 2 2zM12 60c1.105 0 2-.895 2-2s-.895-2-2-2-2 .895-2 2 .895 2 2 2z' fill='%23ffffff' fill-opacity='0.05' fill-rule='evenodd'/%3E%3C/svg%3E");
  opacity: 0.3;
  z-index: 1;
  pointer-events: none;
}

.footer-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 40px;
  margin-bottom: 40px;
  position: relative;
  z-index: 2;
}

@media (min-width: 768px) {
  .footer-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}

.footer-brand {
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.footer-brand .logo {
  display: flex;
  align-items: center;
  gap: 10px;
}

.footer-brand .logo-icon {
  background: linear-gradient(135deg, var(--clay-white), var(--clay-soft));
}

.footer-brand .logo-primary,
.footer-brand .logo-secondary {
  color: var(--clay-white);
}

.footer-description {
  margin-top: 10px;
  color: var(--clay-accent-light);
  font-size: 0.95rem;
  line-height: 1.6;
}

.footer-links {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.footer-links h4,
.footer-contact h4 {
  color: var(--clay-white);
  margin-bottom: 20px;
  font-size: 1.1rem;
  position: relative;
  padding-bottom: 10px;
}

.footer-links h4:after,
.footer-contact h4:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 30px;
  height: 2px;
  background: var(--clay-accent-light);
  border-radius: 1px;
}

.footer-links a {
  color: var(--clay-accent-light);
  text-decoration: none;
  transition: var(--transition);
  display: flex;
  align-items: center;
  gap: 8px;
}

.footer-links a:before {
  content: '→';
  opacity: 0;
  transition: var(--transition);
}

.footer-links a:hover {
  color: var(--clay-white);
  transform: translateX(5px);
}

.footer-links a:hover:before {
  opacity: 1;
}

.footer-contact p {
  margin-bottom: 10px;
  color: var(--clay-accent-light);
  display: flex;
  align-items: flex-start;
  gap: 10px;
}

.footer-contact i {
  color: var(--clay-white);
  width: 20px;
  flex-shrink: 0;
  margin-top: 3px;
}

.footer-contact a {
  color: var(--clay-white);
  text-decoration: none;
  transition: var(--transition);
}

.footer-contact a:hover {
  color: var(--clay-accent-light);
  text-decoration: underline;
}

.footer-bottom {
  padding-top: 30px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  text-align: center;
  color: var(--clay-accent-light);
  font-size: 0.9rem;
  position: relative;
  z-index: 2;
}
/* --- Estilos para el Menú Desplegable --- */
/* 1. El contenedor padre debe ser relativo */
/* Contenedor principal */
.dropdown {
    position: relative;
    display: inline-block;
}

/* El menú desplegable */
.dropdown-content {
    display: none; /* Oculto por defecto */
    position: absolute;
    top: 100%; /* Se posiciona justo debajo del botón */
    left: 0;
    background-color: #ffffff;
    min-width: 220px;
    box-shadow: 0px 8px 16px rgba(0,0,0,0.15);
    border-radius: 8px;
    z-index: 1000;
    
    /* ESPACIO DE SEGURIDAD: 
       Esto crea un área invisible entre el botón y el menú 
       para que el mouse nunca "salga" del área activa. */
    padding-top: 10px; 
    border: 1px solid #e2e8f0;
}

/* Estilo de los enlaces (para que no se vean azules ni amontonados) */
.dropdown-content a {
    color: #334155; /* Gris oscuro profesional */
    padding: 12px 20px;
    text-decoration: none;
    display: block;
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    transition: background 0.2s;
}

/* Hover en las opciones del menú */
.dropdown-content a:hover {
    background-color: #f1f5f9;
    color: #2563eb; /* Azul al resaltar */
}

/* LA CLAVE: Mantener abierto mientras el mouse esté en el área del padre */
.dropdown:hover .dropdown-content {
    display: block;
}

@keyframes fadeIn {
    from { opacity: 0; transform: translateY(10px); }
    to { opacity: 1; transform: translateY(0); }
}

/* --- Botón de Ficha Técnica en las Tarjetas --- */
.btn-ficha {
    display: inline-block;
    margin-top: 15px;
    padding: 8px 15px;
    background-color: transparent;
    color: #0056b3;
    border: 1px solid #0056b3;
    border-radius: 5px;
    text-decoration: none;
    font-size: 0.85rem;
    font-weight: 600;
    transition: all 0.3s ease;
}

.btn-ficha i {
    margin-right: 5px;
}

.btn-ficha:hover {
    background-color: #0056b3;
    color: white;
}

/* Ajuste para dispositivos móviles (opcional) */
@media (max-width: 768px) {
    .dropdown-content {
        position: static;
        box-shadow: none;
        background: #f9f9f9;
        display: block; /* Opcional: mantenerlo abierto en móvil */
    }
}
/* ============================================
   CLASE ESPECIAL PARA FICHA DE PRODUCTO
   ============================================ */
/* Clase para que la tarjeta se vea como una ficha técnica profesional */
.product-sheet-card {
    background: #ffffff;
    border-radius: 20px;
    padding: 40px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.08);
    border: 1px solid #eef2f6;
    margin-top: -60px; /* Esto hace que suba un poco al área del hero */
    position: relative;
    z-index: 5;
}

.product-sheet-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 40px;
}
/* Contenedor de las dos tarjetas */
.product-info-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
    gap: 30px;
    margin-top: -40px; /* Las sube un poco para que muerdan el hero como en el dibujo */
}
/* --- Ajustes de Espaciado y Distribución --- */
.hero-product {
    padding: 30px 0; /* Espacio reducido arriba y abajo */
}

.product-hero-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    align-items: center;
    gap: 30px;
}

.product-title-main {
    font-size: 3rem;
    margin-bottom: 10px;
    line-height: 1.1;
}

.image-container-compact {
    max-width: 450px;
    margin-left: auto;
    border-radius: 15px;
    overflow: hidden;
    box-shadow: var(--shadow-lg);
}

/* --- Unión de secciones (Menos espacio) --- */
.specs-section {
    padding-top: 0;
    margin-top: -20px; /* Sube las tarjetas para pegarlas al texto */
}

.info-card-compact {
    background: white;
    border-radius: 15px;
    padding: 25px;
    border: 1px solid #eee;
    box-shadow: 0 5px 20px rgba(0,0,0,0.05);
}

.card-header {
    font-size: 1.2rem;
    margin-bottom: 15px;
    display: flex;
    align-items: center;
    gap: 10px;
    border-bottom: 1px solid #f0f0f0;
    padding-bottom: 10px;
}

.card-header.subtitle {
    margin-top: 20px;
    border-top: 1px solid #f0f0f0;
    padding-top: 15px;
}

.specs-list-clean {
    list-style: none;
    padding: 0;
}

.specs-list-clean li {
    font-size: 0.95rem;
    margin-bottom: 10px;
    padding-left: 25px;
    position: relative;
}

.specs-list-clean li:before {
    content: "✓";
    position: absolute;
    left: 0;
    color: #10b981;
    font-weight: bold;
}

.action-area {
    text-align: center;
    margin-top: 30px;
    padding-bottom: 40px;
}

/* Estilo de cada tarjeta individual */
.info-card {
    background: #ffffff;
    border-radius: 15px;
    padding: 35px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.05);
    border: 1px solid #eee;
    transition: transform 0.3s ease;
}

.info-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 35px rgba(0,0,0,0.1);
}

/* Ajustes de los títulos dentro de las tarjetas */
.specs-title {
    font-size: 1.4rem;
    color: #1a2b3c;
    border-bottom: 2px solid #f0f0f0;
    padding-bottom: 15px;
    margin-bottom: 20px;
    display: flex;
    align-items: center;
    gap: 12px;
}

/* Estilo de la lista con checks verdes */
.specs-list {
    list-style: none;
    padding: 0;
}

.specs-list li {
    position: relative;
    padding-left: 35px;
    margin-bottom: 12px;
    color: #444;
}

.specs-list li:before {
    content: "✓";
    position: absolute;
    left: 0;
    width: 24px;
    height: 24px;
    background: #e8f5e9;
    color: #2e7d32;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0.8rem;
    font-weight: bold;
}
.specs-title {
    font-family: 'Montserrat', sans-serif;
    font-size: 1.25rem;
    color: #1a2b3c;
    margin-bottom: 20px;
    display: flex;
    align-items: center;
    gap: 10px;
    border-bottom: 2px solid #f0f4f8;
    padding-bottom: 10px;
}

.specs-list {
    list-style: none;
    padding: 0;
}

.specs-list li {
    position: relative;
    padding-left: 30px;
    margin-bottom: 12px;
    font-size: 0.95rem;
}

.specs-list li:before {
    content: "✓";
    position: absolute;
    left: 0;
    color: #10b981;
    background: #d1fae5;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0.7rem;
    font-weight: bold;
}
/* --- ESTILO ESPECÍFICO PARA LA FICHA DE PRODUCTO --- */
/* Esto NO afectará a la página de inicio */

/* --- Ajustes para bajar la imagen y quitar el recuadro --- */

.product-page .image-container-compact {
    max-width: 450px;
    margin-left: auto;
    /* Eliminamos fondo, borde y sombra para que no se vea el recuadro */
    background: transparent !important; 
    border: none !important;
    box-shadow: none !important;
    overflow: visible; /* Permitimos que la imagen se mueva libremente */
    display: flex;
    justify-content: center;
}

.product-page .image-container-compact img {
    width: 100%;
    height: auto;
    object-fit: contain;
    /* BAJAR LA IMAGEN: Aumenta este número según qué tan abajo la quieras */
    margin-top: 40px; 
    /* Filtro opcional: si la imagen tiene fondo blanco propio, esto lo mantiene limpio */
    mix-blend-mode: multiply; 
}
/* --- AJUSTE DE ESPACIOS SOLO EN PRODUCTO --- */
.product-page .hero-product {
    padding-top: 70px !important; /* Pegado al menú */
}

.product-page .specs-section {
    margin-top: -40px; /* Pegado al texto de arriba */
}
/* ============================================================
   CONFIGURACIÓN ÚNICA PARA MÓVIL (Menos de 768px)
   ============================================================ */
@media (max-width: 768px) {
    
    /* 1. BOTÓN HAMBURGUESA: Visible y por encima de todo */
    .menu-toggle {
        display: block !important;
        background: none;
        border: none;
        font-size: 2rem;
        cursor: pointer;
        z-index: 1100;
        color: #333; /* Ajusta al color de tu diseño */
    }

    /* 2. MENÚ PRINCIPAL: Vertical y oculto por defecto */
    .nav-links {
        display: none !important; /* Forzamos oculto */
        flex-direction: column;
        position: absolute;
        top: 100%; 
        left: 0;
        width: 100%;
        background-color: #ffffff;
        padding: 20px;
        box-shadow: 0 10px 20px rgba(0,0,0,0.1);
        z-index: 1000;
    }

    /* 3. CLASE ACTIVA (JS): Muestra el menú al dar clic */
    .nav-links.active {
        display: flex !important;
    }

    /* 4. SUBMENÚ DE PRODUCTOS: Ajuste para que no estorbe */
    .nav-link.btn-nav, 
    .dropdown {
        width: 100%; /* El contenedor ahora sí ocupa todo el ancho */
        margin: 5px 0;
    }
    .dropdown-content {
        display: none !important; /* Oculto hasta que se haga clic en "Productos" */
        position: static; /* Para que empuje los botones de abajo */
        width: 100%;
        background-color: #f9f9f9;
        box-shadow: none;
        padding-left: 20px;
        border-radius: 8px;
        margin-top: 5px;
    }

    /* Muestra el submenú solo cuando el padre tiene 'show-submenu' */
    .dropdown.show-submenu .dropdown-content {
        display: block !important;
    }

    /* 5. BOTONES DEL NAV: Ajuste de tamaño para dedos */
    .nav-link.btn-nav, .dropdown > a {
        width: 100%;
        justify-content: flex-start;
        margin: 5px 0;
        padding: 12px;
        border: 1px solid #f0f0f0;
        border-radius: 8px;
    }

    /* 6. REACOMODO DE COLUMNAS (GRIDS): Todo a 1 columna */
    .hero-grid, 
    .product-hero-grid, 
    .product-info-grid, 
    .products-grid,
    .about-grid,
    .footer-grid {
        display: grid !important;
        grid-template-columns: 1fr !important; 
        gap: 25px !important;
    }

    /* 7. AJUSTE DE IMÁGENES: Que no se salgan y se vean centradas */
    .hero-images img, 
    .image-container img,
    .about-image img {
        width: 100% !important;
        height: auto !important;
        max-width: 100%;
        border-radius: 12px;
    }

    /* Mueve las imágenes debajo del texto en el celular si es necesario */
    .hero-images, .about-image {
        order: 2;
    }
    .hero-content, .about-content {
        order: 1;
    }
}

/* ============================================================
   AJUSTE PARA COMPUTADORA (Evita que el clic afecte el hover)
   ============================================================ */
@media (min-width: 769px) {
    .dropdown:hover .dropdown-content {
        display: block !important;
    }
    
    /* Asegura que el botón desaparezca en PC */
    .menu-toggle {
        display: none !important;
    }

/* ============================================
   Quienes somos
   ============================================ */

/* ============================================
   QUIÉNES SOMOS PAGE STYLES - MEJORADA
   ============================================ */

/* Banner Superior */
.banner-quienes {
  padding-top: 100px;
  padding-bottom: 40px;
  background: linear-gradient(135deg, var(--primary-dark) 0%, var(--primary) 100%);
  color: var(--white);
}

@media (min-width: 768px) {
  .banner-quienes {
    padding-top: 120px;
    padding-bottom: 50px;
  }
}

.banner-content {
  max-width: 1200px;
  margin: 0 auto;
}

.breadcrumb {
  margin-bottom: 40px;
  font-size: 0.9rem;
  color: var(--secondary-light);
  display: flex;
  align-items: center;
  gap: 8px;
}

.breadcrumb a {
  color: var(--secondary-light);
  text-decoration: none;
  display: flex;
  align-items: center;
  gap: 5px;
  transition: color 0.3s;
}

.breadcrumb a:hover {
  color: var(--white);
}

.separator {
  color: var(--secondary);
}

.current {
  color: var(--white);
  font-weight: 500;
}

.banner-stats {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}

@media (min-width: 768px) {
  .banner-stats {
    grid-template-columns: repeat(4, 1fr);
  }
}

.stat-card {
  background: rgba(255, 255, 255, 0.1);
  border-radius: 12px;
  padding: 25px 20px;
  display: flex;
  align-items: center;
  gap: 15px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  backdrop-filter: blur(10px);
  transition: transform 0.3s, background 0.3s;
}

.stat-card:hover {
  transform: translateY(-5px);
  background: rgba(255, 255, 255, 0.15);
}

.stat-icon {
  width: 50px;
  height: 50px;
  background: rgba(255, 255, 255, 0.2);
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.5rem;
  color: var(--white);
  flex-shrink: 0;
}

.stat-info {
  display: flex;
  flex-direction: column;
}

.stat-number {
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  font-size: 1.8rem;
  color: var(--white);
  line-height: 1;
  margin-bottom: 5px;
}

.stat-label {
  font-size: 0.85rem;
  color: var(--secondary-light);
  line-height: 1.2;
}

/* Section Header Mejorado */
.section-header.centered {
  text-align: center;
  margin-bottom: 60px;
}

.section-label-wrapper {
  display: flex;
  justify-content: center;
  margin-bottom: 15px;
}

.section-label {
  display: inline-block;
  font-size: 0.85rem;
  font-weight: 600;
  color: var(--primary);
  text-transform: uppercase;
  letter-spacing: 1px;
  padding: 8px 20px;
  background: var(--secondary-light);
  border-radius: 20px;
  position: relative;
  overflow: hidden;
}

.section-label::before {
  content: '';
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.4), transparent);
  transition: left 0.5s;
}

.section-label:hover::before {
  left: 100%;
}

.section-dark .section-label {
  background: rgba(255, 255, 255, 0.15);
  color: var(--secondary-light);
}

.section-title {
  font-size: 2.2rem;
  margin-bottom: 15px;
  color: var(--primary-dark);
  position: relative;
  display: inline-block;
}

.section-title::after {
  content: '';
  position: absolute;
  bottom: -10px;
  left: 50%;
  transform: translateX(-50%);
  width: 80px;
  height: 3px;
  background: var(--primary);
  border-radius: 2px;
}

.section-header.centered .section-title::after {
  left: 50%;
  transform: translateX(-50%);
}

.section-dark .section-title {
  color: var(--white);
}

.section-dark .section-title::after {
  background: var(--white);
}

.section-subtitle {
  font-size: 1.1rem;
  color: var(--text-light);
  max-width: 700px;
  margin: 25px auto 0;
  line-height: 1.6;
}

.section-dark .section-subtitle {
  color: var(--secondary-light);
}

/* Historia Section */
.historia-section {
  padding: 80px 0;
}

.historia-container {
  max-width: 1200px;
  margin: 0 auto;
}

.historia-card {
  display: grid;
  grid-template-columns: 1fr;
  gap: 50px;
  align-items: center;
}

@media (min-width: 992px) {
  .historia-card {
    grid-template-columns: 1fr 1fr;
  }
}

.historia-image {
  position: relative;
}

.image-frame {
  border-radius: 15px;
  overflow: hidden;
  box-shadow: 0 15px 40px rgba(4, 2, 68, 0.15);
  position: relative;
  height: 400px;
}

.image-frame img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.8s cubic-bezier(0.4, 0, 0.2, 1);
}

.image-frame:hover img {
  transform: scale(1.05);
}

.image-overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 20px;
  background: linear-gradient(transparent, rgba(0, 0, 0, 0.8));
  color: var(--white);
  font-weight: 500;
}

.historia-content {
  padding: 20px;
}

.content-header {
  display: flex;
  align-items: center;
  gap: 15px;
  margin-bottom: 25px;
}

.content-icon {
  width: 60px;
  height: 60px;
  background: var(--primary);
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--white);
  font-size: 1.5rem;
  flex-shrink: 0;
}

.historia-content h3 {
  font-size: 1.8rem;
  color: var(--primary-dark);
  margin: 0;
  line-height: 1.3;
}

.content-body p {
  font-size: 1.05rem;
  line-height: 1.7;
  margin-bottom: 20px;
  color: var(--text);
}

.highlight-box {
  background: var(--light);
  border-left: 4px solid var(--primary);
  padding: 20px;
  border-radius: 0 8px 8px 0;
  margin: 25px 0;
  display: flex;
  gap: 15px;
  align-items: flex-start;
}

.highlight-box i {
  color: var(--primary);
  font-size: 1.2rem;
  margin-top: 2px;
  flex-shrink: 0;
}

.highlight-box p {
  margin: 0;
  color: var(--text);
  font-size: 1rem;
}

/* MVV Section Mejorada */
.mvv-section {
  padding: 80px 0;
}

.mvv-container {
  display: grid;
  grid-template-columns: 1fr;
  gap: 30px;
  max-width: 1200px;
  margin: 0 auto;
}

@media (min-width: 992px) {
  .mvv-container {
    grid-template-columns: repeat(3, 1fr);
  }
}

.mvv-card {
  background: rgba(255, 255, 255, 0.1);
  border-radius: 15px;
  padding: 30px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  height: 100%;
  transition: transform 0.3s, background 0.3s;
  backdrop-filter: blur(10px);
}

.mvv-card:hover {
  transform: translateY(-10px);
  background: rgba(255, 255, 255, 0.15);
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.2);
}

.mvv-header {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  margin-bottom: 25px;
}

.mvv-icon {
  width: 70px;
  height: 70px;
  background: rgba(255, 255, 255, 0.2);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.8rem;
  color: var(--white);
  margin-bottom: 20px;
  transition: transform 0.3s;
}

.mvv-card:hover .mvv-icon {
  transform: scale(1.1) rotate(5deg);
}

.mvv-card h3 {
  color: var(--white);
  font-size: 1.5rem;
  margin: 0;
}

.mvv-content p {
  color: var(--secondary-light);
  margin-bottom: 20px;
  line-height: 1.6;
}

.feature-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.feature-list li {
  color: var(--secondary-light);
  margin-bottom: 12px;
  display: flex;
  align-items: flex-start;
  gap: 10px;
  font-size: 0.95rem;
}

.feature-list li i {
  color: var(--primary-light);
  margin-top: 3px;
  flex-shrink: 0;
}

.valores-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 15px;
}

.valor-item {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 12px;
  background: rgba(255, 255, 255, 0.1);
  border-radius: 8px;
  transition: background 0.3s;
}

.valor-item:hover {
  background: rgba(255, 255, 255, 0.15);
}

.valor-icon {
  width: 40px;
  height: 40px;
  background: rgba(255, 255, 255, 0.2);
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--white);
  font-size: 1.2rem;
  flex-shrink: 0;
}

.valor-text {
  display: flex;
  flex-direction: column;
}

.valor-text strong {
  color: var(--white);
  font-size: 0.9rem;
  margin-bottom: 3px;
}

.valor-text span {
  color: var(--secondary-light);
  font-size: 0.8rem;
}

/* Ventajas Section */
.ventajas-section {
  padding: 80px 0;
  background: linear-gradient(135deg, #f8f9fa 0%, var(--light) 100%);
}

.ventajas-grid {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 30px;
  max-width: 1200px;
  margin: 0 auto;
}

@media (min-width: 768px) {
  .ventajas-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (min-width: 992px) {
  .ventajas-grid {
    grid-template-columns: repeat(4, 1fr);
  }
}

.ventaja-card {
  background: var(--white);
  border-radius: 15px;
  padding: 30px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
  border: 1px solid var(--secondary-light);
  transition: all 0.3s ease;
  height: 100%;
  display: flex;
  flex-direction: column;
}

.ventaja-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.12);
  border-color: var(--primary-light);
}

.ventaja-icon {
  width: 70px;
  height: 70px;
  background: var(--light);
  border-radius: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.8rem;
  color: var(--primary);
  margin-bottom: 20px;
  transition: all 0.3s;
}

.ventaja-card:hover .ventaja-icon {
  background: var(--primary);
  color: var(--white);
  transform: rotate(10deg) scale(1.1);
}

.ventaja-card h3 {
  color: var(--primary-dark);
  font-size: 1.3rem;
  margin-bottom: 15px;
}

.ventaja-card p {
  color: var(--text);
  margin-bottom: 20px;
  line-height: 1.6;
  flex-grow: 1;
}

.ventaja-detail {
  display: flex;
  align-items: center;
  gap: 10px;
  padding-top: 15px;
  border-top: 1px solid var(--secondary-light);
  margin-top: auto;
}

.ventaja-detail i {
  color: var(--primary);
  font-size: 1rem;
}

.ventaja-detail span {
  color: var(--text-light);
  font-size: 0.9rem;
}

/* Calidad Section */
.calidad-section {
  padding: 80px 0;
}

.calidad-lema {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  margin: 30px 0 50px;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}

.calidad-lema i {
  color: var(--primary);
  font-size: 2rem;
  opacity: 0.5;
}

.calidad-lema p {
  font-size: 1.3rem;
  color: var(--primary-dark);
  font-style: italic;
  text-align: center;
  margin: 0;
  font-weight: 500;
}

.calidad-container {
  display: grid;
  grid-template-columns: 1fr;
  gap: 30px;
  max-width: 1200px;
  margin: 0 auto;
}

@media (min-width: 992px) {
  .calidad-container {
    grid-template-columns: repeat(3, 1fr);
  }
}

.calidad-card {
  background: var(--white);
  border-radius: 15px;
  overflow: hidden;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
  border: 1px solid var(--secondary-light);
  transition: all 0.3s ease;
  height: 100%;
}

.calidad-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.12);
}

.calidad-card-header {
  background: var(--primary);
  padding: 25px;
  text-align: center;
  position: relative;
}

.calidad-card-icon {
  width: 70px;
  height: 70px;
  background: rgba(255, 255, 255, 0.2);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.8rem;
  color: var(--white);
  margin: 0 auto 15px;
  transition: transform 0.3s;
}

.calidad-card:hover .calidad-card-icon {
  transform: scale(1.1) rotate(10deg);
}

.calidad-card-header h3 {
  color: var(--white);
  font-size: 1.4rem;
  margin: 0 0 10px;
}

.calidad-badge {
  display: inline-block;
  background: rgba(255, 255, 255, 0.2);
  color: var(--white);
  padding: 5px 15px;
  border-radius: 20px;
  font-size: 0.8rem;
  font-weight: 500;
}

.calidad-card-content {
  padding: 25px;
}

.calidad-card-content p {
  color: var(--text);
  margin-bottom: 25px;
  line-height: 1.6;
}

.calidad-features {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.feature {
  display: flex;
  align-items: flex-start;
  gap: 10px;
}

.feature i {
  color: var(--primary);
  margin-top: 3px;
  flex-shrink: 0;
}

.feature span {
  color: var(--text);
  font-size: 0.95rem;
}

/* Contacto Section Mejorada */
.contacto-section {
  padding: 80px 0;
  background: linear-gradient(135deg, #f8f9fa 0%, var(--light) 100%);
}

.contacto-wrapper {
  display: grid;
  grid-template-columns: 1fr;
  gap: 50px;
  max-width: 1200px;
  margin: 0 auto;
}

@media (min-width: 992px) {
  .contacto-wrapper {
    grid-template-columns: 1fr 1fr;
  }
}

.contacto-info {
  padding: 20px;
}

.contacto-header {
  margin-bottom: 40px;
}

.contacto-header h2 {
  font-size: 2.2rem;
  color: var(--primary-dark);
  margin: 15px 0;
}

.contacto-header p {
  color: var(--text);
  font-size: 1.1rem;
  line-height: 1.6;
}

.contacto-details {
  display: flex;
  flex-direction: column;
  gap: 20px;
  margin-bottom: 40px;
}

.contacto-detail-card {
  display: flex;
  align-items: flex-start;
  gap: 20px;
  padding: 20px;
  background: var(--white);
  border-radius: 12px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
  border: 1px solid var(--secondary-light);
  transition: transform 0.3s, box-shadow 0.3s;
}

.contacto-detail-card:hover {
  transform: translateX(10px);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
}

.detail-icon {
  width: 50px;
  height: 50px;
  background: var(--primary);
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--white);
  font-size: 1.3rem;
  flex-shrink: 0;
}

.detail-content h4 {
  color: var(--primary);
  font-size: 1.1rem;
  margin-bottom: 8px;
}

.detail-content p {
  color: var(--text);
  margin: 0;
  line-height: 1.5;
}

.detail-content a {
  color: var(--primary);
  text-decoration: none;
}

.detail-content a:hover {
  text-decoration: underline;
}

.contacto-cta {
  background: var(--primary);
  border-radius: 12px;
  padding: 30px;
  text-align: center;
  color: var(--white);
}

.contacto-cta h4 {
  color: var(--white);
  font-size: 1.3rem;
  margin-bottom: 10px;
}

.contacto-cta p {
  color: var(--secondary-light);
  margin-bottom: 20px;
}

.contacto-form-container {
  padding: 20px;
}

.form-card {
  background: var(--white);
  border-radius: 15px;
  padding: 30px;
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.1);
  border: 1px solid var(--secondary-light);
}

.form-header {
  margin-bottom: 30px;
  text-align: center;
}

.form-header h3 {
  color: var(--primary-dark);
  font-size: 1.5rem;
  margin-bottom: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}

.form-header h3 i {
  color: var(--primary);
}

.form-header p {
  color: var(--text-light);
  margin: 0;
}

.contacto-form {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.form-row {
  display: grid;
  grid-template-columns: 1fr;
  gap: 20px;
}

@media (min-width: 640px) {
  .form-row {
    grid-template-columns: 1fr 1fr;
  }
}

.form-group label {
  display: flex;
  align-items: center;
  gap: 10px;
  font-weight: 500;
  color: var(--text);
  margin-bottom: 8px;
  font-size: 0.95rem;
}

.form-group label i {
  color: var(--primary);
}

.form-group input,
.form-group select,
.form-group textarea {
  width: 100%;
  padding: 14px 16px;
  border: 2px solid var(--secondary-light);
  border-radius: 10px;
  font-family: 'Inter', sans-serif;
  font-size: 1rem;
  transition: all 0.3s;
  background: var(--white);
}

.form-group input:focus,
.form-group select:focus,
.form-group textarea:focus {
  outline: none;
  border-color: var(--primary);
  box-shadow: 0 0 0 3px rgba(4, 2, 68, 0.1);
}

.form-checkbox {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  margin: 10px 0;
}

.form-checkbox input {
  margin-top: 5px;
}

.form-checkbox label {
  font-size: 0.85rem;
  color: var(--text-light);
  line-height: 1.5;
}

.form-checkbox a {
  color: var(--primary);
  text-decoration: underline;
}

.btn-submit {
  margin-top: 10px;
  padding: 16px;
  font-size: 1rem;
  font-weight: 600;
}

/* Animaciones */
@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(30px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.historia-card,
.mvv-card,
.ventaja-card,
.calidad-card,
.contacto-detail-card {
  animation: fadeInUp 0.6s ease-out forwards;
  opacity: 0;
}

.historia-card {
  animation-delay: 0.1s;
}

.mvv-card:nth-child(1) { animation-delay: 0.2s; }
.mvv-card:nth-child(2) { animation-delay: 0.3s; }
.mvv-card:nth-child(3) { animation-delay: 0.4s; }

.ventaja-card:nth-child(1) { animation-delay: 0.2s; }
.ventaja-card:nth-child(2) { animation-delay: 0.3s; }
.ventaja-card:nth-child(3) { animation-delay: 0.4s; }
.ventaja-card:nth-child(4) { animation-delay: 0.5s; }

.calidad-card:nth-child(1) { animation-delay: 0.2s; }
.calidad-card:nth-child(2) { animation-delay: 0.3s; }
.calidad-card:nth-child(3) { animation-delay: 0.4s; }

/* Active state for navigation */
.nav-link.active {
  background: var(--primary-light);
  color: var(--white);
  border-color: var(--primary-light);
}

.nav-link.active i {
  color: var(--white);
}

.footer-links .active {
  color: var(--white);
  font-weight: 600;
} }


/* ============================================
   DISEÑO MEJORADO - SERVICIOS PAGE
   Colores claros, mejor responsive y diseño limpio
   ============================================ */

/* Variables de color - Tema claro */
:root {
  --primary: #2c3e50;           /* Azul oscuro principal */
  --primary-dark: #1a252f;      /* Azul más oscuro */
  --primary-light: #34495e;     /* Azul intermedio */
  --secondary: #e74c3c;         /* Rojo para acentos */
  --secondary-light: #f8f9fa;   /* Gris muy claro */
  --light: #ffffff;             /* Blanco puro */
  --light-bg: #f5f7fa;          /* Fondo muy claro */
  --white: #ffffff;
  --text: #333333;
  --text-light: #666666;
  --border: #e1e5eb;
  --shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
  --shadow-hover: 0 10px 30px rgba(0, 0, 0, 0.12);
}

/* Reset y estilos base */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  font-family: 'Inter', sans-serif;
  color: var(--text);
  background-color: var(--light-bg);
  line-height: 1.6;
}

.container {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

/* Banner Mejorado */
.banner-servicios-mejorado {
  padding: 120px 0 80px;
  background: linear-gradient(135deg, var(--white) 0%, var(--light-bg) 100%);
  position: relative;
  overflow: hidden;
}

.banner-contenido-mejorado {
  display: grid;
  grid-template-columns: 1fr;
  gap: 60px;
  align-items: center;
}

@media (min-width: 992px) {
  .banner-contenido-mejorado {
    grid-template-columns: 1fr 1fr;
    gap: 80px;
  }
}

.banner-texto-mejorado {
  position: relative;
  z-index: 2;
}

.badge-servicios {
  display: inline-block;
  background: var(--primary);
  color: var(--white);
  padding: 8px 20px;
  border-radius: 20px;
  font-size: 0.9rem;
  font-weight: 600;
  margin-bottom: 25px;
  letter-spacing: 0.5px;
}

.banner-texto-mejorado h1 {
  font-family: 'Montserrat', sans-serif;
  font-size: 2.8rem;
  font-weight: 700;
  color: var(--primary-dark);
  margin-bottom: 25px;
  line-height: 1.2;
}

@media (min-width: 768px) {
  .banner-texto-mejorado h1 {
    font-size: 3.2rem;
  }
}

.texto-destacado {
  color: var(--primary);
  position: relative;
  display: inline-block;
}

.texto-destacado::after {
  content: '';
  position: absolute;
  bottom: 5px;
  left: 0;
  width: 100%;
  height: 6px;
  background: linear-gradient(90deg, var(--primary), transparent 70%);
  opacity: 0.2;
  border-radius: 3px;
}

.subtitulo-banner {
  font-size: 1.2rem;
  color: var(--text-light);
  margin-bottom: 40px;
  line-height: 1.7;
  max-width: 600px;
}

/* Estadísticas Mejoradas */
.estadisticas-mejoradas {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
  max-width: 500px;
}

@media (min-width: 768px) {
  .estadisticas-mejoradas {
    grid-template-columns: repeat(3, 1fr);
    gap: 25px;
  }
}

.estadistica-item {
  background: var(--white);
  border-radius: 15px;
  padding: 25px 20px;
  box-shadow: var(--shadow);
  border: 1px solid var(--border);
  transition: all 0.3s ease;
  text-align: center;
}

.estadistica-item:hover {
  transform: translateY(-5px);
  box-shadow: var(--shadow-hover);
  border-color: var(--primary-light);
}

.icono-estadistica {
  width: 60px;
  height: 60px;
  background: var(--light-bg);
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 15px;
  font-size: 1.5rem;
  color: var(--primary);
}

.contenido-estadistica {
  display: flex;
  flex-direction: column;
  gap: 5px;
}

.numero {
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  font-size: 2rem;
  color: var(--primary-dark);
  line-height: 1;
}

.descripcion {
  font-size: 0.9rem;
  color: var(--text-light);
  line-height: 1.3;
}

/* Banner Imagen */
.banner-imagen-mejorada {
  position: relative;
  height: 400px;
}

@media (min-width: 768px) {
  .banner-imagen-mejorada {
    height: 500px;
  }
}

.contenedor-imagen {
  position: relative;
  width: 100%;
  height: 100%;
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
}

.contenedor-imagen img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.8s ease;
}

.contenedor-imagen:hover img {
  transform: scale(1.05);
}

.elemento-decorativo {
  position: absolute;
  bottom: -20px;
  left: -20px;
  right: -20px;
  height: 20px;
  background: linear-gradient(90deg, var(--primary), var(--primary-light));
  opacity: 0.1;
  border-radius: 0 0 20px 20px;
}

/* Servicios Principales */
.servicios-principales-mejorados {
  padding: 100px 0;
  background-color: var(--white);
}

.encabezado-seccion {
  text-align: center;
  max-width: 800px;
  margin: 0 auto 60px;
}

.encabezado-seccion h2 {
  font-family: 'Montserrat', sans-serif;
  font-size: 2.5rem;
  color: var(--primary-dark);
  margin-bottom: 20px;
  position: relative;
  display: inline-block;
}

.encabezado-seccion h2::after {
  content: '';
  position: absolute;
  bottom: -10px;
  left: 50%;
  transform: translateX(-50%);
  width: 80px;
  height: 3px;
  background: var(--primary);
  border-radius: 2px;
}

.encabezado-seccion p {
  font-size: 1.1rem;
  color: var(--text-light);
  line-height: 1.6;
  max-width: 700px;
  margin: 0 auto;
}

.grid-servicios {
  display: grid;
  grid-template-columns: 1fr;
  gap: 60px;
  max-width: 1000px;
  margin: 0 auto;
}

.tarjeta-servicio {
  background: var(--white);
  border-radius: 20px;
  box-shadow: var(--shadow);
  border: 1px solid var(--border);
  overflow: hidden;
  transition: all 0.3s ease;
}

.tarjeta-servicio:hover {
  transform: translateY(-10px);
  box-shadow: var(--shadow-hover);
  border-color: var(--primary-light);
}

.encabezado-tarjeta {
  display: flex;
  align-items: center;
  gap: 20px;
  padding: 30px;
  background: var(--light-bg);
  border-bottom: 1px solid var(--border);
}

.icono-tarjeta {
  width: 70px;
  height: 70px;
  border-radius: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.8rem;
  color: var(--white);
  flex-shrink: 0;
}

.extraccion {
  background: linear-gradient(135deg, #2c3e50, #43607c);
}

.procesamiento {
  background: linear-gradient(135deg, #3498db, #48a1db);
}

.calidad {
  background: linear-gradient(135deg, #043f97, #218496);
}

.info-basica {
  flex: 1;
}

.categoria {
  display: inline-block;
  background: var(--white);
  color: var(--primary);
  padding: 5px 15px;
  border-radius: 15px;
  font-size: 0.85rem;
  font-weight: 600;
  margin-bottom: 10px;
  border: 1px solid var(--border);
}

.tarjeta-servicio h3 {
  font-family: 'Montserrat', sans-serif;
  font-size: 1.8rem;
  color: var(--primary-dark);
  margin: 0;
  line-height: 1.3;
}

.contenido-tarjeta {
  padding: 30px;
  display: grid;
  grid-template-columns: 1fr;
  gap: 30px;
}

@media (min-width: 768px) {
  .contenido-tarjeta {
    grid-template-columns: 300px 1fr;
    gap: 40px;
  }
}

.imagen-tarjeta {
  border-radius: 15px;
  overflow: hidden;
  height: 250px;
}

.imagen-tarjeta img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.6s ease;
}

.tarjeta-servicio:hover .imagen-tarjeta img {
  transform: scale(1.1);
}

.descripcion-tarjeta p {
  font-size: 1.1rem;
  color: var(--text);
  margin-bottom: 25px;
  line-height: 1.7;
}

.descripcion-tarjeta p strong {
  color: var(--primary-dark);
}

.lista-beneficios {
  display: grid;
  gap: 15px;
  margin-bottom: 30px;
}

.beneficio-item {
  display: flex;
  align-items: flex-start;
  gap: 12px;
}

.beneficio-item i {
  color: var(--primary);
  font-size: 1rem;
  margin-top: 3px;
  flex-shrink: 0;
}

.beneficio-item span {
  color: var(--text);
  font-size: 1rem;
  line-height: 1.5;
}

.especificaciones {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
  padding-top: 25px;
  border-top: 2px solid var(--border);
}

.especificacion {
  display: flex;
  align-items: center;
  gap: 15px;
  padding: 15px;
  background: var(--light-bg);
  border-radius: 10px;
  border: 1px solid var(--border);
  transition: all 0.3s ease;
}

.especificacion:hover {
  transform: translateY(-3px);
  border-color: var(--primary);
}

.especificacion i {
  width: 45px;
  height: 45px;
  background: var(--primary);
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--white);
  font-size: 1.2rem;
  flex-shrink: 0;
}

.especificacion div {
  display: flex;
  flex-direction: column;
}

.especificacion strong {
  color: var(--primary-dark);
  font-size: 0.95rem;
  margin-bottom: 4px;
}

.especificacion span {
  color: var(--text-light);
  font-size: 0.85rem;
}

/* Timeline Mejorado */
.proceso-trabajo-mejorado {
  padding: 100px 0;
  background: var(--light-bg);
  position: relative;
}

.timeline-mejorado {
  position: relative;
  max-width: 900px;
  margin: 0 auto;
  padding-left: 30px;
}

@media (min-width: 768px) {
  .timeline-mejorado {
    padding-left: 50px;
  }
}

.linea-tiempo {
  position: absolute;
  left: 30px;
  top: 0;
  bottom: 0;
  width: 3px;
  background: linear-gradient(to bottom, var(--primary), var(--primary-light));
}

@media (min-width: 768px) {
  .linea-tiempo {
    left: 50px;
  }
}

.paso-timeline {
  position: relative;
  margin-bottom: 40px;
  display: flex;
  gap: 25px;
}

.paso-timeline:last-child {
  margin-bottom: 0;
}

.marcador-paso {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  flex-shrink: 0;
}

.numero-paso {
  width: 40px;
  height: 40px;
  background: var(--white);
  color: var(--primary);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  font-size: 1rem;
  border: 3px solid var(--primary);
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}

.icono-paso {
  width: 60px;
  height: 60px;
  background: var(--white);
  border: 2px solid var(--primary);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.5rem;
  color: var(--primary);
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}

.contenido-paso {
  background: var(--white);
  border-radius: 15px;
  padding: 25px;
  flex: 1;
  box-shadow: var(--shadow);
  border: 1px solid var(--border);
  transition: all 0.3s ease;
}

.contenido-paso:hover {
  transform: translateX(10px);
  box-shadow: var(--shadow-hover);
  border-color: var(--primary-light);
}

.contenido-paso h3 {
  font-family: 'Montserrat', sans-serif;
  color: var(--primary-dark);
  font-size: 1.4rem;
  margin-bottom: 10px;
}

.contenido-paso p {
  color: var(--text);
  margin-bottom: 15px;
  line-height: 1.6;
}

.detalles-paso {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
  padding-top: 15px;
  border-top: 1px solid var(--border);
}

.detalles-paso span {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 0.9rem;
  color: var(--text-light);
}

.detalles-paso i {
  color: var(--primary);
}

/* Ventajas Competitivas */
.ventajas-competitivas {
  padding: 100px 0;
  background: var(--white);
}

.grid-ventajas {
  display: grid;
  grid-template-columns: 1fr;
  gap: 30px;
  max-width: 1200px;
  margin: 0 auto;
}

@media (min-width: 768px) {
  .grid-ventajas {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (min-width: 992px) {
  .grid-ventajas {
    grid-template-columns: repeat(4, 1fr);
  }
}

.ventaja-card {
  background: var(--white);
  border-radius: 15px;
  padding: 35px 25px;
  box-shadow: var(--shadow);
  border: 1px solid var(--border);
  transition: all 0.3s ease;
  text-align: center;
  height: 100%;
  display: flex;
  flex-direction: column;
}

.ventaja-card:hover {
  transform: translateY(-10px);
  box-shadow: var(--shadow-hover);
  border-color: var(--primary-light);
}

.ventaja-icono {
  width: 80px;
  height: 80px;
  background: var(--light-bg);
  border-radius: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 25px;
  font-size: 2rem;
  color: var(--primary);
  transition: all 0.3s ease;
}

.ventaja-card:hover .ventaja-icono {
  background: var(--primary);
  color: var(--white);
  transform: rotate(10deg) scale(1.1);
}

.ventaja-contenido h3 {
  font-family: 'Montserrat', sans-serif;
  color: var(--primary-dark);
  font-size: 1.3rem;
  margin-bottom: 15px;
}

.ventaja-contenido p {
  color: var(--text);
  margin-bottom: 20px;
  line-height: 1.6;
  flex: 1;
}

.ventaja-metrica {
  padding-top: 20px;
  border-top: 2px solid var(--border);
  margin-top: auto;
}

.ventaja-metrica .numero {
  display: block;
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  font-size: 2.5rem;
  color: var(--primary);
  line-height: 1;
  margin-bottom: 5px;
}

.ventaja-metrica .texto {
  font-size: 0.9rem;
  color: var(--text-light);
  display: block;
}

/* Estadísticas Impactantes */
.estadisticas-impactantes {
  padding: 80px 0;
  background: var(--light-bg);
}

.contenedor-estadisticas {
  display: grid;
  grid-template-columns: 1fr;
  gap: 50px;
  max-width: 1000px;
  margin: 0 auto;
  align-items: center;
}

@media (min-width: 768px) {
  .contenedor-estadisticas {
    grid-template-columns: 1fr 1fr;
    gap: 80px;
  }
}

.estadistica-grande {
  text-align: center;
}

.circulo-estadistica {
  width: 200px;
  height: 200px;
  border: 5px solid var(--primary);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 25px;
  position: relative;
  background: var(--white);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}

.numero-grande {
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  font-size: 4rem;
  color: var(--primary-dark);
}

.plus {
  position: absolute;
  top: 40px;
  right: 40px;
  font-size: 2rem;
  color: var(--primary);
  font-weight: 700;
}

.texto-estadistica h3 {
  font-family: 'Montserrat', sans-serif;
  color: var(--primary-dark);
  font-size: 1.5rem;
  margin-bottom: 10px;
}

.texto-estadistica p {
  color: var(--text-light);
  font-size: 1.1rem;
  max-width: 300px;
  margin: 0 auto;
}

.estadisticas-pequenas {
  display: grid;
  gap: 25px;
}

.estadistica-pequena {
  display: flex;
  align-items: center;
  gap: 20px;
  padding: 25px;
  background: var(--white);
  border-radius: 15px;
  box-shadow: var(--shadow);
  border: 1px solid var(--border);
  transition: all 0.3s ease;
}

.estadistica-pequena:hover {
  transform: translateX(10px);
  border-color: var(--primary-light);
  box-shadow: var(--shadow-hover);
}

.estadistica-pequena .icono {
  width: 60px;
  height: 60px;
  background: var(--primary);
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.5rem;
  color: var(--white);
  flex-shrink: 0;
}

.estadistica-pequena .contenido {
  display: flex;
  flex-direction: column;
  gap: 5px;
}

.numero-pequeno {
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  font-size: 2rem;
  color: var(--primary-dark);
  line-height: 1;
}

.descripcion {
  font-size: 0.9rem;
  color: var(--text-light);
}

/* CTA Final */
.cta-final-mejorado {
  padding: 100px 0;
  background: linear-gradient(135deg, var(--primary) 0%, var(--primary-dark) 100%);
  position: relative;
  overflow: hidden;
}

.contenido-cta {
  max-width: 800px;
  margin: 0 auto;
  text-align: center;
  position: relative;
  z-index: 2;
}

.texto-cta h2 {
  color: var(--white);
  font-size: 2.5rem;
  margin-bottom: 20px;
}

.texto-cta p {
  color: rgba(255, 255, 255, 0.9);
  font-size: 1.2rem;
  margin-bottom: 40px;
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
  line-height: 1.6;
}

.botones-cta {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  justify-content: center;
}

.btn-principal, .btn-secundario {
  padding: 18px 35px;
  border-radius: 50px;
  font-family: 'Montserrat', sans-serif;
  font-weight: 600;
  font-size: 1rem;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  transition: all 0.3s ease;
  border: 2px solid transparent;
}

.btn-principal {
  background: var(--white);
  color: var(--primary);
}

.btn-principal:hover {
  background: transparent;
  color: var(--white);
  border-color: var(--white);
  transform: translateY(-3px);
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
}

.btn-secundario {
  background: transparent;
  color: var(--white);
  border-color: var(--white);
}

.btn-secundario:hover {
  background: var(--white);
  color: var(--primary);
  transform: translateY(-3px);
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
}

/* Responsive Mejorado */
@media (max-width: 1200px) {
  .container {
    padding: 0 40px;
  }
}

@media (max-width: 992px) {
  .banner-texto-mejorado h1 {
    font-size: 2.5rem;
  }
  
  .subtitulo-banner {
    font-size: 1.1rem;
  }
  
  .encabezado-seccion h2 {
    font-size: 2.2rem;
  }
  
  .contenido-tarjeta {
    grid-template-columns: 1fr;
  }
  
  .imagen-tarjeta {
    height: 300px;
  }
}

@media (max-width: 768px) {
  .banner-servicios-mejorado {
    padding: 100px 0 60px;
  }
  
  .banner-texto-mejorado h1 {
    font-size: 2.2rem;
    text-align: center;
  }
  
  .subtitulo-banner {
    text-align: center;
    font-size: 1.1rem;
  }
  
  .badge-servicios {
    display: block;
    text-align: center;
    max-width: 200px;
    margin: 0 auto 25px;
  }
  
  .estadisticas-mejoradas {
    grid-template-columns: 1fr;
    max-width: 300px;
    margin: 0 auto;
  }
  
  .encabezado-tarjeta {
    flex-direction: column;
    text-align: center;
    gap: 15px;
  }
  
  .timeline-mejorado {
    padding-left: 20px;
  }
  
  .linea-tiempo {
    left: 20px;
  }
  
  .paso-timeline {
    flex-direction: column;
    gap: 15px;
  }
  
  .marcador-paso {
    flex-direction: row;
    justify-content: center;
    gap: 20px;
  }
  
  .contenido-paso {
    margin-left: 0;
  }
  
  .grid-ventajas {
    grid-template-columns: 1fr;
  }
  
  .contenedor-estadisticas {
    grid-template-columns: 1fr;
    gap: 40px;
  }
  
  .botones-cta {
    flex-direction: column;
    align-items: center;
  }
  
  .btn-principal, .btn-secundario {
    width: 100%;
    max-width: 300px;
    justify-content: center;
  }
}

@media (max-width: 480px) {
  .container {
    padding: 0 20px;
  }
  
  .banner-texto-mejorado h1 {
    font-size: 1.8rem;
  }
  
  .subtitulo-banner {
    font-size: 1rem;
  }
  
  .encabezado-seccion h2 {
    font-size: 1.8rem;
  }
  
  .tarjeta-servicio h3 {
    font-size: 1.5rem;
  }
  
  .especificaciones {
    grid-template-columns: 1fr;
  }
  
  .circulo-estadistica {
    width: 150px;
    height: 150px;
  }
  
  .numero-grande {
    font-size: 3rem;
  }
  
  .plus {
    top: 30px;
    right: 30px;
    font-size: 1.5rem;
  }
}

/* Mejoras de legibilidad */
@media (min-width: 1400px) {
  .container {
    max-width: 1320px;
  }
  
  .banner-contenido-mejorado {
    max-width: 1200px;
    margin: 0 auto;
  }
  
  .grid-servicios {
    max-width: 1100px;
  }
}

/* Ajustes para texto en colores claros */
.texto-sobre-claro {
  color: var(--text);
}

.texto-sobre-oscuro {
  color: var(--white);
}

/* Mejoras de contraste */
.beneficio-item span,
.descripcion-tarjeta p,
.ventaja-contenido p {
  color: var(--text);
  font-size: 1rem;
  line-height: 1.7;
}

/* Espaciado mejorado */
.tarjeta-servicio,
.ventaja-card,
.estadistica-pequena {
  margin-bottom: 0;
}

/* Transiciones suaves */
* {
  scroll-behavior: smooth;
}

/* Animaciones sutiles */
@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(30px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.servicio-card,
.proceso-paso,
.beneficio-card,
.faq-item {
  animation: fadeInUp 0.6s ease-out forwards;
  opacity: 0;
}

.servicio-card:nth-child(1) { animation-delay: 0.1s; }
.servicio-card:nth-child(2) { animation-delay: 0.2s; }
.servicio-card:nth-child(3) { animation-delay: 0.3s; }
.servicio-card:nth-child(4) { animation-delay: 0.4s; }
.servicio-card:nth-child(5) { animation-delay: 0.5s; }

.proceso-paso:nth-child(1) { animation-delay: 0.2s; }
.proceso-paso:nth-child(2) { animation-delay: 0.3s; }
.proceso-paso:nth-child(3) { animation-delay: 0.4s; }
.proceso-paso:nth-child(4) { animation-delay: 0.5s; }
.proceso-paso:nth-child(5) { animation-delay: 0.6s; }

.beneficio-card:nth-child(1) { animation-delay: 0.2s; }
.beneficio-card:nth-child(2) { animation-delay: 0.3s; }
.beneficio-card:nth-child(3) { animation-delay: 0.4s; }
.beneficio-card:nth-child(4) { animation-delay: 0.5s; }

/* Active state for navigation */
.nav-link.active {
  background: var(--primary-light);
  color: var(--white);
  border-color: var(--primary-light);
}

.nav-link.active i {
  color: var(--white);
}

.footer-links .active {
  color: var(--white);
  font-weight: 600;
}

/* Responsive Adjustments */
@media (max-width: 767px) {
  .banner-text h1 {
    font-size: 2rem;
  }
  
  .banner-subtitle {
    font-size: 1.1rem;
  }
  
  .servicio-image .image-frame {
    height: 300px;
  }
  
  .servicio-header {
    flex-direction: column;
    text-align: center;
    gap: 15px;
  }
  
  .servicio-icon {
    width: 60px;
    height: 60px;
    font-size: 1.5rem;
  }
  
  .servicio-specs {
    grid-template-columns: 1fr;
  }
  
  .cta-buttons {
    flex-direction: column;
    align-items: center;
  }
  
  .cta-buttons .btn {
    width: 100%;
    max-width: 300px;
  }
}
  /* contactooo*/
/* *****************************/
/* 
 * contacto.css - Estilos específicos para la página de contacto
 * Manteniendo la paleta de colores y estructura existente
 */

/* ============================================
   PÁGINA DE CONTACTO - Estilos específicos
   ============================================ */

/* Header de la página de contacto */
.contact-page-header {
    background: linear-gradient(135deg, var(--clay-dark), var(--clay-primary));
    color: var(--clay-white);
    padding: 140px 0 60px;
    text-align: center;
    margin-top: 70px;
    position: relative;
    overflow: hidden;
}

.contact-page-header:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url("data:image/svg+xml,%3Csvg width='100' height='100' viewBox='0 0 100 100' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M11 18c3.866 0 7-3.134 7-7s-3.134-7-7-7-7 3.134-7 7 3.134 7 7 7zm48 25c3.866 0 7-3.134 7-7s-3.134-7-7-7-7 3.134-7 7 3.134 7 7 7zm-43-7c1.657 0 3-1.343 3-3s-1.343-3-3-3-3 1.343-3 3 1.343 3 3 3zm63 31c1.657 0 3-1.343 3-3s-1.343-3-3-3-3 1.343-3 3 1.343 3 3 3zM34 90c1.657 0 3-1.343 3-3s-1.343-3-3-3-3 1.343-3 3 1.343 3 3 3zm56-76c1.657 0 3-1.343 3-3s-1.343-3-3-3-3 1.343-3 3 1.343 3 3 3zM12 86c2.21 0 4-1.79 4-4s-1.79-4-4-4-4 1.79-4 4 1.79 4 4 4zm28-65c2.21 0 4-1.79 4-4s-1.79-4-4-4-4 1.79-4 4 1.79 4 4 4zm23-11c2.76 0 5-2.24 5-5s-2.24-5-5-5-5 2.24-5 5 2.24 5 5 5zm-6 60c2.21 0 4-1.79 4-4s-1.79-4-4-4-4 1.79-4 4 1.79 4 4 4zm29 22c2.76 0 5-2.24 5-5s-2.24-5-5-5-5 2.24-5 5 2.24 5 5 5zM32 63c2.76 0 5-2.24 5-5s-2.24-5-5-5-5 2.24-5 5 2.24 5 5 5zm57-13c2.76 0 5-2.24 5-5s-2.24-5-5-5-5 2.24-5 5 2.24 5 5 5zm-9-21c1.105 0 2-.895 2-2s-.895-2-2-2-2 .895-2 2 .895 2 2 2zM60 91c1.105 0 2-.895 2-2s-.895-2-2-2-2 .895-2 2 .895 2 2 2zM35 41c1.105 0 2-.895 2-2s-.895-2-2-2-2 .895-2 2 .895 2 2 2zM12 60c1.105 0 2-.895 2-2s-.895-2-2-2-2 .895-2 2 .895 2 2 2z' fill='%23ffffff' fill-opacity='0.05' fill-rule='evenodd'/%3E%3C/svg%3E");
    opacity: 0.2;
    z-index: 1;
    pointer-events: none;
}

.contact-page-header .container {
    position: relative;
    z-index: 2;
}

.contact-page-header h1 {
    font-size: 3.5rem;
    margin-bottom: 20px;
    font-weight: 700;
    color: var(--clay-white);
}

.contact-page-header p {
    font-size: 1.2rem;
    max-width: 700px;
    margin: 0 auto;
    opacity: 0.9;
    color: var(--clay-soft);
}

.breadcrumb {
    display: flex;
    justify-content: flex-start;
    margin-bottom: 30px;
    font-size: 0.95rem;
}

.breadcrumb a {
    color: var(--clay-accent-light);
    text-decoration: none;
    transition: var(--transition);
    display: flex;
    align-items: center;
    gap: 5px;
}

.breadcrumb a:hover {
    color: var(--clay-white);
    transform: translateX(-3px);
}
/* BOTON REGRESAR 
*****************************/
.breadcrumb a {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 10px 18px;
  background: rgba(255, 255, 255, 0.9);
  color: #2c3e50;
  text-decoration: none;
  border-radius: 25px;
  font-weight: 600;
  font-size: 0.9rem;
  transition: all 0.3s ease;
  box-shadow: 0 6px 15px rgba(0,0,0,0.15);
}

.breadcrumb a i {
  font-size: 0.9rem;
}

.breadcrumb a:hover {
  background: #2c3e50;
  color: #fff;
  transform: translateX(-4px);
  box-shadow: 0 10px 25px rgba(0,0,0,0.25);
}

/* Efecto parallax para la página de contacto */
.contact-page-header .parallax-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 120%;
    z-index: -1;
    background-size: cover;
    background-attachment: fixed;
    background-position: center;
    opacity: 0.1;
    background-image: linear-gradient(rgba(44, 62, 80, 0.9), rgba(44, 62, 80, 0.9)), 
                      url('https://images.unsplash.com/photo-1558618666-fcd25c85cd64?q=80&w=2067');
}

/* Sección de departamentos */
.contact-departments {
    background-color: var(--clay-white);
    padding: 100px 0;
}

.departments-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 30px;
    margin-top: 40px;
}

.department-card {
    background: var(--clay-white);
    border-radius: 12px;
    padding: 35px 30px;
    box-shadow: var(--shadow-md);
    text-align: center;
    transition: var(--transition);
    border: 1px solid var(--clay-soft);
    position: relative;
    overflow: hidden;
}

.department-card:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 5px;
    background: linear-gradient(90deg, var(--clay-primary), var(--clay-accent));
}

.department-card:hover {
    transform: translateY(-10px);
    box-shadow: var(--shadow-xl);
    border-color: var(--clay-medium);
}

.department-icon {
    width: 80px;
    height: 80px;
    background: linear-gradient(135deg, var(--clay-primary), var(--clay-dark));
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 25px;
    color: var(--clay-white);
    font-size: 2rem;
    box-shadow: var(--shadow-md);
    border: 3px solid var(--clay-white);
}

.department-card h3 {
    font-size: 1.5rem;
    margin-bottom: 15px;
    color: var(--clay-primary);
    position: relative;
    padding-bottom: 10px;
}

.department-card h3:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 40px;
    height: 3px;
    background: var(--clay-accent-light);
    border-radius: 2px;
}

.department-card p {
    color: var(--clay-text-light);
    margin-bottom: 25px;
    line-height: 1.6;
}

.department-contact {
    border-top: 1px solid var(--clay-soft);
    padding-top: 20px;
}

.department-contact p {
    margin: 8px 0;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    color: var(--clay-text);
    font-weight: 500;
}

.department-contact i {
    color: var(--clay-primary);
}

/* Formulario de contacto */
.contact-form-section {
    background: var(--clay-bg);
    padding: 100px 0;
    position: relative;
}

.contact-form-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100" preserveAspectRatio="none" opacity="0.03"><path d="M0,0 L100,0 L100,100 Z" fill="%232C3E50"/></svg>');
    background-size: cover;
    pointer-events: none;
}

.form-container {
    max-width: 900px;
    margin: 0 auto;
    background: var(--clay-white);
    border-radius: 16px;
    padding: 50px;
    box-shadow: var(--shadow-lg);
    position: relative;
    overflow: hidden;
    border: 1px solid var(--clay-soft);
}

.form-container:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 5px;
    background: linear-gradient(90deg, var(--clay-primary), var(--clay-accent));
}

.form-header {
    text-align: center;
    margin-bottom: 40px;
}

.form-header h2 {
    font-size: 2.5rem;
    color: var(--clay-primary);
    margin-bottom: 15px;
    position: relative;
    padding-bottom: 15px;
}

.form-header h2:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 80px;
    height: 4px;
    background: linear-gradient(90deg, var(--clay-primary), var(--clay-accent));
    border-radius: 2px;
}

.form-header p {
    color: var(--clay-text-light);
    font-size: 1.1rem;
    max-width: 600px;
    margin: 0 auto;
}

.form-row {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 25px;
    margin-bottom: 25px;
}

.form-group {
    margin-bottom: 25px;
}

.form-group label {
    display: block;
    margin-bottom: 8px;
    font-weight: 600;
    color: var(--clay-dark);
    font-size: 0.95rem;
}

.form-group input,
.form-group select,
.form-group textarea {
    width: 100%;
    padding: 15px 20px;
    border: 2px solid var(--clay-soft);
    border-radius: var(--border-radius);
    font-size: 1rem;
    font-family: 'Inter', sans-serif;
    transition: var(--transition);
    background: var(--clay-white);
}

.form-group input:focus,
.form-group select:focus,
.form-group textarea:focus {
    outline: none;
    border-color: var(--clay-primary);
    box-shadow: 0 0 0 3px rgba(52, 73, 94, 0.1);
}

.form-group textarea {
    min-height: 150px;
    resize: vertical;
}

.required {
    color: #e74c3c;
}

.submit-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    width: 100%;
    padding: 18px;
    background: linear-gradient(135deg, var(--clay-primary), var(--clay-dark));
    color: var(--clay-white);
    border: none;
    border-radius: var(--border-radius);
    font-size: 1.1rem;
    font-weight: 600;
    cursor: pointer;
    transition: var(--transition);
    margin-top: 30px;
    position: relative;
    overflow: hidden;
}

.submit-btn:before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.3), transparent);
    transition: 0.5s;
}

.submit-btn:hover {
    transform: translateY(-3px);
    box-shadow: var(--shadow-lg);
}

.submit-btn:hover:before {
    left: 100%;
}

.form-disclaimer {
    margin-top: 25px;
    text-align: center;
    color: var(--clay-text-light);
    font-size: 0.9rem;
    line-height: 1.5;
}

.form-disclaimer a {
    color: var(--clay-primary);
    text-decoration: none;
    font-weight: 600;
}

.form-disclaimer a:hover {
    text-decoration: underline;
}

/* Información de contacto */
.contact-info-section {
    padding: 100px 0;
    background-color: var(--clay-bg);
}

.info-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 30px;
    margin-top: 40px;
}

.info-card {
    background: var(--clay-white);
    border-radius: 12px;
    padding: 30px;
    box-shadow: var(--shadow-md);
    display: flex;
    align-items: flex-start;
    gap: 20px;
    transition: var(--transition);
    border: 1px solid var(--clay-soft);
}

.info-card:hover {
    transform: translateY(-5px);
    box-shadow: var(--shadow-lg);
    border-color: var(--clay-medium);
}

.info-icon {
    width: 60px;
    height: 60px;
    background: linear-gradient(135deg, var(--clay-primary), var(--clay-dark));
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--clay-white);
    font-size: 1.5rem;
    flex-shrink: 0;
    box-shadow: var(--shadow-sm);
}

.info-content h3 {
    font-size: 1.3rem;
    margin-bottom: 10px;
    color: var(--clay-primary);
}

.info-content p {
  word-break: break-word;
  overflow-wrap: break-word;
  line-height: 1.6;
}
/* Estilos para el mapa de contacto */
.map-contacto {
    width: 100%;
    max-width: 900px;
    margin: 50px auto 0;
    border-radius: 16px;
    overflow: hidden;
    box-shadow: var(--shadow-lg);
    border: 1px solid var(--clay-soft);
}

.map-contacto iframe {
    width: 100%;
    height: 400px;
    border: none;
    display: block;
}

/* Preguntas frecuentes */
.faq-section {
    background: var(--clay-white);
    padding: 100px 0;
}

.faq-container {
    max-width: 800px;
    margin: 50px auto 0;
}

.faq-item {
    background: var(--clay-white);
    border-radius: 10px;
    margin-bottom: 20px;
    overflow: hidden;
    box-shadow: var(--shadow-sm);
    border: 1px solid var(--clay-soft);
    transition: var(--transition);
}

.faq-item:hover {
    box-shadow: var(--shadow-md);
    border-color: var(--clay-medium);
}

.faq-question {
    padding: 25px 30px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
    font-weight: 600;
    color: var(--clay-dark);
    font-size: 1.1rem;
    transition: var(--transition);
    background-color: var(--clay-white);
}

.faq-question:hover {
    color: var(--clay-primary);
    background: var(--clay-bg);
}

.faq-question i {
    color: var(--clay-medium);
    transition: var(--transition);
}

.faq-answer {
    padding: 0 30px;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s, padding 0.3s;
    color: var(--clay-text-light);
    line-height: 1.7;
}

/* ESTA ES LA CLAVE: Clase activa para mostrar la respuesta */
.faq-item.active .faq-answer {
    padding: 0 30px 30px;
    max-height: 500px;
}

.faq-item.active .faq-question {
    color: var(--clay-primary);
    background: var(--clay-bg);
}

.faq-item.active .faq-question i {
    color: var(--clay-primary);
    transform: rotate(180deg);
}

/* Responsive */
@media (max-width: 992px) {
    .contact-page-header h1 {
        font-size: 2.8rem;
    }
    
    .form-container {
        margin: 0 20px;
    }
}

@media (max-width: 768px) {
    .contact-page-header {
        padding: 100px 0 60px;
    }
    
    .contact-page-header h1 {
        font-size: 2.2rem;
    }
    
    .contact-page-header p {
        font-size: 1.1rem;
    }
    
    .contact-departments,
    .contact-form-section,
    .contact-info-section,
    .faq-section {
        padding: 80px 0;
    }
    
    .departments-grid {
        grid-template-columns: 1fr;
    }
    
    .form-container {
        padding: 30px 20px;
    }
    
    .form-row {
        grid-template-columns: 1fr;
        gap: 0;
    }
    
    .info-grid {
        grid-template-columns: 1fr;
    }
    
    .faq-question {
        padding: 20px;
    }
    
    .map-contacto iframe {
        height: 300px;
    }
}

@media (max-width: 480px) {
    .contact-page-header h1 {
        font-size: 1.8rem;
    }
    
    .department-card {
        padding: 30px 20px;
    }
    
    .info-card {
        flex-direction: column;
        text-align: center;
        padding: 25px 20px;
    }
    
    .info-icon {
        margin: 0 auto 15px;
    }
    
    .form-container {
        padding: 20px 15px;
    }
    
    .map-contacto iframe {
        height: 250px;
    }
}
/* fin de contactro 
-----------------------------*/
/* ============================================
   DISEÑO MEJORADO - SERVICIOS PAGE
   Colores claros, mejor responsive y diseño limpio
   ============================================ */

/* Variables de color - Tema claro */
:root {
  --primary: #2c3e50;           /* Azul oscuro principal */
  --primary-dark: #1a252f;      /* Azul más oscuro */
  --primary-light: #34495e;     /* Azul intermedio */
  --secondary: #e74c3c;         /* Rojo para acentos */
  --secondary-light: #f8f9fa;   /* Gris muy claro */
  --light: #ffffff;             /* Blanco puro */
  --light-bg: #f5f7fa;          /* Fondo muy claro */
  --white: #ffffff;
  --text: #333333;
  --text-light: #666666;
  --border: #e1e5eb;
  --shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
  --shadow-hover: 0 10px 30px rgba(0, 0, 0, 0.12);
}

/* Reset y estilos base */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  font-family: 'Inter', sans-serif;
  color: var(--text);
  background-color: var(--light-bg);
  line-height: 1.6;
}

.container {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

/* Banner Mejorado */
.banner-servicios-mejorado {
  padding: 120px 0 80px;
  background: linear-gradient(135deg, var(--white) 0%, var(--light-bg) 100%);
  position: relative;
  overflow: hidden;
}

.banner-contenido-mejorado {
  display: grid;
  grid-template-columns: 1fr;
  gap: 60px;
  align-items: center;
}

@media (min-width: 992px) {
  .banner-contenido-mejorado {
    grid-template-columns: 1fr 1fr;
    gap: 80px;
  }
}

.banner-texto-mejorado {
  position: relative;
  z-index: 2;
}

.badge-servicios {
  display: inline-block;
  background: var(--primary);
  color: var(--white);
  padding: 8px 20px;
  border-radius: 20px;
  font-size: 0.9rem;
  font-weight: 600;
  margin-bottom: 25px;
  letter-spacing: 0.5px;
}

.banner-texto-mejorado h1 {
  font-family: 'Montserrat', sans-serif;
  font-size: 2.8rem;
  font-weight: 700;
  color: var(--primary-dark);
  margin-bottom: 25px;
  line-height: 1.2;
}

@media (min-width: 768px) {
  .banner-texto-mejorado h1 {
    font-size: 3.2rem;
  }
}

.texto-destacado {
  color: var(--primary);
  position: relative;
  display: inline-block;
}

.texto-destacado::after {
  content: '';
  position: absolute;
  bottom: 5px;
  left: 0;
  width: 100%;
  height: 6px;
  background: linear-gradient(90deg, var(--primary), transparent 70%);
  opacity: 0.2;
  border-radius: 3px;
}

.subtitulo-banner {
  font-size: 1.2rem;
  color: var(--text-light);
  margin-bottom: 40px;
  line-height: 1.7;
  max-width: 600px;
}

/* Estadísticas Mejoradas */
.estadisticas-mejoradas {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
  max-width: 500px;
}

@media (min-width: 768px) {
  .estadisticas-mejoradas {
    grid-template-columns: repeat(3, 1fr);
    gap: 25px;
  }
}

.estadistica-item {
  background: var(--white);
  border-radius: 15px;
  padding: 25px 20px;
  box-shadow: var(--shadow);
  border: 1px solid var(--border);
  transition: all 0.3s ease;
  text-align: center;
}

.estadistica-item:hover {
  transform: translateY(-5px);
  box-shadow: var(--shadow-hover);
  border-color: var(--primary-light);
}

.icono-estadistica {
  width: 60px;
  height: 60px;
  background: var(--light-bg);
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 15px;
  font-size: 1.5rem;
  color: var(--primary);
}

.contenido-estadistica {
  display: flex;
  flex-direction: column;
  gap: 5px;
}

.numero {
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  font-size: 2rem;
  color: var(--primary-dark);
  line-height: 1;
}

.descripcion {
  font-size: 0.9rem;
  color: var(--text-light);
  line-height: 1.3;
}

/* Banner Imagen */
.banner-imagen-mejorada {
  position: relative;
  height: 400px;
}

@media (min-width: 768px) {
  .banner-imagen-mejorada {
    height: 500px;
  }
}

.contenedor-imagen {
  position: relative;
  width: 100%;
  height: 100%;
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
}

.contenedor-imagen img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.8s ease;
}

.contenedor-imagen:hover img {
  transform: scale(1.05);
}

.elemento-decorativo {
  position: absolute;
  bottom: -20px;
  left: -20px;
  right: -20px;
  height: 20px;
  background: linear-gradient(90deg, var(--primary), var(--primary-light));
  opacity: 0.1;
  border-radius: 0 0 20px 20px;
}

/* Servicios Principales */
.servicios-principales-mejorados {
  padding: 100px 0;
  background-color: var(--white);
}

.encabezado-seccion {
  text-align: center;
  max-width: 800px;
  margin: 0 auto 60px;
}

.encabezado-seccion h2 {
  font-family: 'Montserrat', sans-serif;
  font-size: 2.5rem;
  color: var(--primary-dark);
  margin-bottom: 20px;
  position: relative;
  display: inline-block;
}

.encabezado-seccion h2::after {
  content: '';
  position: absolute;
  bottom: -10px;
  left: 50%;
  transform: translateX(-50%);
  width: 80px;
  height: 3px;
  background: var(--primary);
  border-radius: 2px;
}

.encabezado-seccion p {
  font-size: 1.1rem;
  color: var(--text-light);
  line-height: 1.6;
  max-width: 700px;
  margin: 0 auto;
}

.grid-servicios {
  display: grid;
  grid-template-columns: 1fr;
  gap: 60px;
  max-width: 1000px;
  margin: 0 auto;
}

.tarjeta-servicio {
  background: var(--white);
  border-radius: 20px;
  box-shadow: var(--shadow);
  border: 1px solid var(--border);
  overflow: hidden;
  transition: all 0.3s ease;
}

.tarjeta-servicio:hover {
  transform: translateY(-10px);
  box-shadow: var(--shadow-hover);
  border-color: var(--primary-light);
}

.encabezado-tarjeta {
  display: flex;
  align-items: center;
  gap: 20px;
  padding: 30px;
  background: var(--light-bg);
  border-bottom: 1px solid var(--border);
}

.icono-tarjeta {
  width: 70px;
  height: 70px;
  border-radius: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.8rem;
  color: var(--white);
  flex-shrink: 0;
}

.extraccion {
  background: linear-gradient(135deg, #2c3e50, #43607c);
}

.procesamiento {
  background: linear-gradient(135deg, #3498db, #48a1db);
}

.calidad {
  background: linear-gradient(135deg, #043f97, #218496);
}

.info-basica {
  flex: 1;
}

.categoria {
  display: inline-block;
  background: var(--white);
  color: var(--primary);
  padding: 5px 15px;
  border-radius: 15px;
  font-size: 0.85rem;
  font-weight: 600;
  margin-bottom: 10px;
  border: 1px solid var(--border);
}

.tarjeta-servicio h3 {
  font-family: 'Montserrat', sans-serif;
  font-size: 1.8rem;
  color: var(--primary-dark);
  margin: 0;
  line-height: 1.3;
}

.contenido-tarjeta {
  padding: 30px;
  display: grid;
  grid-template-columns: 1fr;
  gap: 30px;
}

@media (min-width: 768px) {
  .contenido-tarjeta {
    grid-template-columns: 300px 1fr;
    gap: 40px;
  }
}

.imagen-tarjeta {
  border-radius: 15px;
  overflow: hidden;
  height: 250px;
}

.imagen-tarjeta img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.6s ease;
}

.tarjeta-servicio:hover .imagen-tarjeta img {
  transform: scale(1.1);
}

.descripcion-tarjeta p {
  font-size: 1.1rem;
  color: var(--text);
  margin-bottom: 25px;
  line-height: 1.7;
}

.descripcion-tarjeta p strong {
  color: var(--primary-dark);
}

.lista-beneficios {
  display: grid;
  gap: 15px;
  margin-bottom: 30px;
}

.beneficio-item {
  display: flex;
  align-items: flex-start;
  gap: 12px;
}

.beneficio-item i {
  color: var(--primary);
  font-size: 1rem;
  margin-top: 3px;
  flex-shrink: 0;
}

.beneficio-item span {
  color: var(--text);
  font-size: 1rem;
  line-height: 1.5;
}

.especificaciones {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
  padding-top: 25px;
  border-top: 2px solid var(--border);
}

.especificacion {
  display: flex;
  align-items: center;
  gap: 15px;
  padding: 15px;
  background: var(--light-bg);
  border-radius: 10px;
  border: 1px solid var(--border);
  transition: all 0.3s ease;
}

.especificacion:hover {
  transform: translateY(-3px);
  border-color: var(--primary);
}

.especificacion i {
  width: 45px;
  height: 45px;
  background: var(--primary);
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--white);
  font-size: 1.2rem;
  flex-shrink: 0;
}

.especificacion div {
  display: flex;
  flex-direction: column;
}

.especificacion strong {
  color: var(--primary-dark);
  font-size: 0.95rem;
  margin-bottom: 4px;
}

.especificacion span {
  color: var(--text-light);
  font-size: 0.85rem;
}

/* Timeline Mejorado */
.proceso-trabajo-mejorado {
  padding: 100px 0;
  background: var(--light-bg);
  position: relative;
}

.timeline-mejorado {
  position: relative;
  max-width: 900px;
  margin: 0 auto;
  padding-left: 30px;
}

@media (min-width: 768px) {
  .timeline-mejorado {
    padding-left: 50px;
  }
}

.linea-tiempo {
  position: absolute;
  left: 30px;
  top: 0;
  bottom: 0;
  width: 3px;
  background: linear-gradient(to bottom, var(--primary), var(--primary-light));
}

@media (min-width: 768px) {
  .linea-tiempo {
    left: 50px;
  }
}

.paso-timeline {
  position: relative;
  margin-bottom: 40px;
  display: flex;
  gap: 25px;
}

.paso-timeline:last-child {
  margin-bottom: 0;
}

.marcador-paso {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  flex-shrink: 0;
}

.numero-paso {
  width: 40px;
  height: 40px;
  background: var(--white);
  color: var(--primary);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  font-size: 1rem;
  border: 3px solid var(--primary);
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}

.icono-paso {
  width: 60px;
  height: 60px;
  background: var(--white);
  border: 2px solid var(--primary);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.5rem;
  color: var(--primary);
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}

.contenido-paso {
  background: var(--white);
  border-radius: 15px;
  padding: 25px;
  flex: 1;
  box-shadow: var(--shadow);
  border: 1px solid var(--border);
  transition: all 0.3s ease;
}

.contenido-paso:hover {
  transform: translateX(10px);
  box-shadow: var(--shadow-hover);
  border-color: var(--primary-light);
}

.contenido-paso h3 {
  font-family: 'Montserrat', sans-serif;
  color: var(--primary-dark);
  font-size: 1.4rem;
  margin-bottom: 10px;
}

.contenido-paso p {
  color: var(--text);
  margin-bottom: 15px;
  line-height: 1.6;
}

.detalles-paso {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
  padding-top: 15px;
  border-top: 1px solid var(--border);
}

.detalles-paso span {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 0.9rem;
  color: var(--text-light);
}

.detalles-paso i {
  color: var(--primary);
}

/* Ventajas Competitivas */
.ventajas-competitivas {
  padding: 100px 0;
  background: var(--white);
}

.grid-ventajas {
  display: grid;
  grid-template-columns: 1fr;
  gap: 30px;
  max-width: 1200px;
  margin: 0 auto;
}

@media (min-width: 768px) {
  .grid-ventajas {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (min-width: 992px) {
  .grid-ventajas {
    grid-template-columns: repeat(4, 1fr);
  }
}

.ventaja-card {
  background: var(--white);
  border-radius: 15px;
  padding: 35px 25px;
  box-shadow: var(--shadow);
  border: 1px solid var(--border);
  transition: all 0.3s ease;
  text-align: center;
  height: 100%;
  display: flex;
  flex-direction: column;
}

.ventaja-card:hover {
  transform: translateY(-10px);
  box-shadow: var(--shadow-hover);
  border-color: var(--primary-light);
}

.ventaja-icono {
  width: 80px;
  height: 80px;
  background: var(--light-bg);
  border-radius: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 25px;
  font-size: 2rem;
  color: var(--primary);
  transition: all 0.3s ease;
}

.ventaja-card:hover .ventaja-icono {
  background: var(--primary);
  color: var(--white);
  transform: rotate(10deg) scale(1.1);
}

.ventaja-contenido h3 {
  font-family: 'Montserrat', sans-serif;
  color: var(--primary-dark);
  font-size: 1.3rem;
  margin-bottom: 15px;
}

.ventaja-contenido p {
  color: var(--text);
  margin-bottom: 20px;
  line-height: 1.6;
  flex: 1;
}

.ventaja-metrica {
  padding-top: 20px;
  border-top: 2px solid var(--border);
  margin-top: auto;
}

.ventaja-metrica .numero {
  display: block;
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  font-size: 2.5rem;
  color: var(--primary);
  line-height: 1;
  margin-bottom: 5px;
}

.ventaja-metrica .texto {
  font-size: 0.9rem;
  color: var(--text-light);
  display: block;
}

/* Estadísticas Impactantes */
.estadisticas-impactantes {
  padding: 80px 0;
  background: var(--light-bg);
}

.contenedor-estadisticas {
  display: grid;
  grid-template-columns: 1fr;
  gap: 50px;
  max-width: 1000px;
  margin: 0 auto;
  align-items: center;
}

@media (min-width: 768px) {
  .contenedor-estadisticas {
    grid-template-columns: 1fr 1fr;
    gap: 80px;
  }
}

.estadistica-grande {
  text-align: center;
}

.circulo-estadistica {
  width: 200px;
  height: 200px;
  border: 5px solid var(--primary);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 25px;
  position: relative;
  background: var(--white);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}

.numero-grande {
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  font-size: 4rem;
  color: var(--primary-dark);
}

.plus {
  position: absolute;
  top: 40px;
  right: 40px;
  font-size: 2rem;
  color: var(--primary);
  font-weight: 700;
}

.texto-estadistica h3 {
  font-family: 'Montserrat', sans-serif;
  color: var(--primary-dark);
  font-size: 1.5rem;
  margin-bottom: 10px;
}

.texto-estadistica p {
  color: var(--text-light);
  font-size: 1.1rem;
  max-width: 300px;
  margin: 0 auto;
}

.estadisticas-pequenas {
  display: grid;
  gap: 25px;
}

.estadistica-pequena {
  display: flex;
  align-items: center;
  gap: 20px;
  padding: 25px;
  background: var(--white);
  border-radius: 15px;
  box-shadow: var(--shadow);
  border: 1px solid var(--border);
  transition: all 0.3s ease;
}

.estadistica-pequena:hover {
  transform: translateX(10px);
  border-color: var(--primary-light);
  box-shadow: var(--shadow-hover);
}

.estadistica-pequena .icono {
  width: 60px;
  height: 60px;
  background: var(--primary);
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.5rem;
  color: var(--white);
  flex-shrink: 0;
}

.estadistica-pequena .contenido {
  display: flex;
  flex-direction: column;
  gap: 5px;
}

.numero-pequeno {
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  font-size: 2rem;
  color: var(--primary-dark);
  line-height: 1;
}

.descripcion {
  font-size: 0.9rem;
  color: var(--text-light);
}

/* CTA Final */
.cta-final-mejorado {
  padding: 100px 0;
  background: linear-gradient(135deg, var(--primary) 0%, var(--primary-dark) 100%);
  position: relative;
  overflow: hidden;
}

.contenido-cta {
  max-width: 800px;
  margin: 0 auto;
  text-align: center;
  position: relative;
  z-index: 2;
}

.texto-cta h2 {
  color: var(--white);
  font-size: 2.5rem;
  margin-bottom: 20px;
}

.texto-cta p {
  color: rgba(255, 255, 255, 0.9);
  font-size: 1.2rem;
  margin-bottom: 40px;
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
  line-height: 1.6;
}

.botones-cta {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  justify-content: center;
}

.btn-principal, .btn-secundario {
  padding: 18px 35px;
  border-radius: 50px;
  font-family: 'Montserrat', sans-serif;
  font-weight: 600;
  font-size: 1rem;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  transition: all 0.3s ease;
  border: 2px solid transparent;
}

.btn-principal {
  background: var(--white);
  color: var(--primary);
}

.btn-principal:hover {
  background: transparent;
  color: var(--white);
  border-color: var(--white);
  transform: translateY(-3px);
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
}

.btn-secundario {
  background: transparent;
  color: var(--white);
  border-color: var(--white);
}

.btn-secundario:hover {
  background: var(--white);
  color: var(--primary);
  transform: translateY(-3px);
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
}

/* Responsive Mejorado */
@media (max-width: 1200px) {
  .container {
    padding: 0 40px;
  }
}

@media (max-width: 992px) {
  .banner-texto-mejorado h1 {
    font-size: 2.5rem;
  }
  
  .subtitulo-banner {
    font-size: 1.1rem;
  }
  
  .encabezado-seccion h2 {
    font-size: 2.2rem;
  }
  
  .contenido-tarjeta {
    grid-template-columns: 1fr;
  }
  
  .imagen-tarjeta {
    height: 300px;
  }
}

@media (max-width: 768px) {
  .banner-servicios-mejorado {
    padding: 100px 0 60px;
  }
  
  .banner-texto-mejorado h1 {
    font-size: 2.2rem;
    text-align: center;
  }
  
  .subtitulo-banner {
    text-align: center;
    font-size: 1.1rem;
  }
  
  .badge-servicios {
    display: block;
    text-align: center;
    max-width: 200px;
    margin: 0 auto 25px;
  }
  
  .estadisticas-mejoradas {
    grid-template-columns: 1fr;
    max-width: 300px;
    margin: 0 auto;
  }
  
  .encabezado-tarjeta {
    flex-direction: column;
    text-align: center;
    gap: 15px;
  }
  
  .timeline-mejorado {
    padding-left: 20px;
  }
  
  .linea-tiempo {
    left: 20px;
  }
  
  .paso-timeline {
    flex-direction: column;
    gap: 15px;
  }
  
  .marcador-paso {
    flex-direction: row;
    justify-content: center;
    gap: 20px;
  }
  
  .contenido-paso {
    margin-left: 0;
  }
  
  .grid-ventajas {
    grid-template-columns: 1fr;
  }
  
  .contenedor-estadisticas {
    grid-template-columns: 1fr;
    gap: 40px;
  }
  
  .botones-cta {
    flex-direction: column;
    align-items: center;
  }
  
  .btn-principal, .btn-secundario {
    width: 100%;
    max-width: 300px;
    justify-content: center;
  }
}

@media (max-width: 480px) {
  .container {
    padding: 0 20px;
  }
  
  .banner-texto-mejorado h1 {
    font-size: 1.8rem;
  }
  
  .subtitulo-banner {
    font-size: 1rem;
  }
  
  .encabezado-seccion h2 {
    font-size: 1.8rem;
  }
  
  .tarjeta-servicio h3 {
    font-size: 1.5rem;
  }
  
  .especificaciones {
    grid-template-columns: 1fr;
  }
  
  .circulo-estadistica {
    width: 150px;
    height: 150px;
  }
  
  .numero-grande {
    font-size: 3rem;
  }
  
  .plus {
    top: 30px;
    right: 30px;
    font-size: 1.5rem;
  }
}

/* Mejoras de legibilidad */
@media (min-width: 1400px) {
  .container {
    max-width: 1320px;
  }
  
  .banner-contenido-mejorado {
    max-width: 1200px;
    margin: 0 auto;
  }
  
  .grid-servicios {
    max-width: 1100px;
  }
}

/* Ajustes para texto en colores claros */
.texto-sobre-claro {
  color: var(--text);
}

.texto-sobre-oscuro {
  color: var(--white);
}

/* Mejoras de contraste */
.beneficio-item span,
.descripcion-tarjeta p,
.ventaja-contenido p {
  color: var(--text);
  font-size: 1rem;
  line-height: 1.7;
}

/* Espaciado mejorado */
.tarjeta-servicio,
.ventaja-card,
.estadistica-pequena {
  margin-bottom: 0;
}

/* Transiciones suaves */
* {
  scroll-behavior: smooth;
}

/* Animaciones sutiles */
@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(30px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.banner-contenido-mejorado,
.tarjeta-servicio,
.paso-timeline,
.ventaja-card,
.estadistica-grande {
  animation: fadeInUp 0.6s ease-out;
  animation-fill-mode: both;
}

.tarjeta-servicio:nth-child(2) { animation-delay: 0.2s; }
.tarjeta-servicio:nth-child(3) { animation-delay: 0.4s; }
.paso-timeline:nth-child(2) { animation-delay: 0.2s; }
.paso-timeline:nth-child(3) { animation-delay: 0.3s; }
.paso-timeline:nth-child(4) { animation-delay: 0.4s; }
.paso-timeline:nth-child(5) { animation-delay: 0.5s; }
.ventaja-card:nth-child(2) { animation-delay: 0.2s; }
.ventaja-card:nth-child(3) { animation-delay: 0.3s; }
.ventaja-card:nth-child(4) { animation-delay: 0.4s; }
