/* SEO: Clase para ocultar visualmente pero mantener accesible */
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.inicio-section {
  padding: 0;
  background-color: #f6f9fc;
  text-align: center;
  width: 100%;
}

.titulo-h3 {
    font-size: 18px;
    color: #2c3e50;
    text-align: center;
    text-transform: uppercase;
}

.contenedor {
  margin-bottom: 0;
  width: 100vw;
  max-width: 100vw;
  padding: 0;
  box-sizing: border-box;
  overflow-y: auto;
}

/* Banner principal */
.banner-verde {
  background: #fff;
  width: 100%;
  margin: 0;
  position: relative;
  min-height: 600px;
  display: flex;
  align-items: center;
}

/* Imagen de fondo con desvanecido izquierda->derecha */
.banner-verde::before {
  content: '';
  position: absolute;
  inset: 0;
  background: url('/static/img/dashboard/imagen construccion atardecer.png') right center / auto 100% no-repeat;
  mask-image: linear-gradient(to right, transparent 0%, transparent 20%, rgba(0,0,0,0.1) 30%, rgba(0,0,0,0.25) 40%, rgba(0,0,0,0.4) 50%, rgba(0,0,0,0.6) 65%, rgba(0,0,0,0.8) 80%, #000 90%);
  -webkit-mask-image: linear-gradient(to right, transparent 0%, transparent 20%, rgba(0,0,0,0.1) 30%, rgba(0,0,0,0.25) 40%, rgba(0,0,0,0.4) 50%, rgba(0,0,0,0.6) 65%, rgba(0,0,0,0.8) 80%, #000 90%);
  z-index: 1;
}

/* Contenedor de contenido del banner */
.banner-contenido {
  position: absolute;
  top: 50%;
  right: 5%;
  transform: translateY(-50%);
  width: 45%;
  text-align: center;
  z-index: 3;
  min-height: 500px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  opacity: 1;
}

.banner-logo {
  max-width: 400px;
  width: 400px;
  height: auto;
  min-height: 100px;
  margin: 0 auto 20px;
  display: block;
  opacity: 1;
}

/* Imagen de computador con desvanecido derecha->izquierda */
.banner-imagen {
  width: 60%;
  position: relative;
  z-index: 2;
  mask-image: linear-gradient(to left, transparent 0%, rgba(0,0,0,0.3) 10%, rgba(0,0,0,0.6) 20%, rgba(0,0,0,0.85) 25%, #000 30%);
  -webkit-mask-image: linear-gradient(to left, transparent 0%, rgba(0,0,0,0.3) 10%, rgba(0,0,0,0.6) 20%, rgba(0,0,0,0.85) 25%, #000 30%);
}

.banner-imagen img {
  width: 100%;
  display: block;
  border-radius: 8px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

/* Estilos comunes para textos del banner */
.heading-principal,
.parrafoinicio2,
.parrafoinicio3 {
  margin: 0;
  -webkit-text-stroke: 5px #fff;
  paint-order: stroke fill;
  filter: drop-shadow(0 0 8px rgba(255, 255, 255, 0.6));
}

/* H1 Principal */
.heading-principal {
  font-size: 28px;
  font-weight: 1000;
  color: #d4af37;
  line-height: 1.2;
  padding: 0;
  min-height: 70px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.parrafoinicio2 {
  font-size: 18px;
  font-weight: 600;
  color: #2c3e50;
  margin-bottom: 24px;
  -webkit-text-stroke: 2px #fff;
  paint-order: stroke fill;
  filter: drop-shadow(0 0 6px rgba(255, 255, 255, 0.5));
  min-height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* CTA y botones */
.banner-cta-container {
  margin: 24px 0 16px;
  min-height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.btn-cta-principal {
  display: inline-block;
  background: linear-gradient(135deg, #4A90E2 0%, #357ABD 100%);
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  padding: 16px 40px;
  border-radius: 50px;
  text-decoration: none;
  box-shadow: 0 6px 20px rgba(74, 144, 226, 0.4);
  transition: all 0.3s ease;
  border: none;
  cursor: pointer;
}

.btn-cta-principal:hover {
  transform: translateY(-3px);
  box-shadow: 0 10px 30px rgba(74, 144, 226, 0.5);
  background: linear-gradient(135deg, #357ABD 0%, #2868A8 100%);
}

.microcopy {
  font-size: 13px;
  color: #5a6c7d;
  margin-top: 8px;
  -webkit-text-stroke: 1px #fff;
  paint-order: stroke fill;
  filter: drop-shadow(0 0 4px rgba(255, 255, 255, 0.4));
}

/* Badges de confianza */
.badge-container {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  flex-wrap: wrap;
  margin-top: 16px;
  min-height: 40px;
}

.badge-gratis {
  background: #d4af37;
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  padding: 6px 16px;
  border-radius: 20px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  box-shadow: 0 2px 8px rgb(247 239 216);
}

.nota-confianza {
  font-size: 12px;
  color: #2c3e50;
  font-weight: 600;
  background: rgba(255, 255, 255, 0.95);
  padding: 6px 16px;
  border-radius: 20px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

/* Sección de características principales */
.hero-caracteristicas {
  padding: 80px 2%;
  background: linear-gradient(135deg, #f6f9fc 0%, #ffffff 100%);
  overflow-x: auto;
}

.caracteristicas-grid {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 20px;
  max-width: 100%;
  margin: 0 auto;
  min-width: 1200px;
}

/* Tarjetas de características */
.caracteristica-card {
  background: #fff;
  padding: 30px 20px;
  border-radius: 16px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
  text-align: center;
  border: 1px solid rgba(74, 144, 226, 0.1);
  min-width: 180px;
  opacity: 0;
  transform: translateX(-100px);
  transition: none;
}

/* Solo aplicar hover cuando está visible */
.caracteristica-card.visible:hover {
  transform: translateY(-8px);
  box-shadow: 0 12px 40px rgba(74, 144, 226, 0.15);
  border-color: rgba(74, 144, 226, 0.3);
}

.caracteristica-icono {
  width: 64px;
  height: 64px;
  margin: 0 auto 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #4A90E2;
  border-radius: 50%;
  color: #fff;
  transition: transform 0.3s ease;
}

/* Solo permitir hover del icono cuando la card está visible */
.caracteristica-card.visible:hover .caracteristica-icono {
  transform: scale(1.1) rotate(5deg);
}

.caracteristica-icono svg {
  width: 32px;
  height: 32px;
}

.caracteristica-titulo {
  font-size: 16px;
  font-weight: 700;
  color: #2c3e50;
  margin: 0 0 12px 0;
  line-height: 1.3;
}

.caracteristica-texto {
  font-size: 14px;
  color: #5a6c7d;
  line-height: 1.5;
  margin: 0;
}

/* Responsive para tablets */
@media (max-width: 1024px) {
  .caracteristicas-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
  }
  
  .hero-caracteristicas {
    padding: 60px 4%;
  }
}

/* Responsive para móviles */
@media (max-width: 768px) {
  .caracteristicas-grid {
    grid-template-columns: 1fr;
    gap: 24px;
  }
  
  .hero-caracteristicas {
    padding: 40px 5%;
  }
  
  .caracteristica-card {
    padding: 30px 20px;
  }
  
  .caracteristica-icono {
    width: 64px;
    height: 64px;
    margin-bottom: 20px;
  }
  
  .caracteristica-icono svg {
    width: 36px;
    height: 36px;
  }
  
  .caracteristica-titulo {
    font-size: 18px;
  }
  
  .caracteristica-texto {
    font-size: 15px;
  }
}

/* SEO: H2 Sección */
.seccion-titulo {
  font-size: 28px;
  font-weight: 700;
  color: var(--color-text-primary, #2c3e50);
  text-align: center;
  margin: 40px 0 30px 0;
  text-transform: uppercase;
  letter-spacing: 1px;
}


.contenedor-grid {
  display: flex;
  flex-direction: column;
  gap: 0;                
  max-width: 100vw;
  align-items: center;
  padding: 0;
}

.cuadro {
  width: 100%;
  min-height: 80vh;
  background: #dee6ef;
  display: flex;
  align-items: center;
  justify-content: space-between;
  overflow: hidden;
  position: relative;
  margin: 0;
  border: none;
  padding: 0;
}

.cuadro-imagen-container {
  width: 50%;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  overflow: hidden;
}

.cuadro-imagen {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: left center;
}

/* Imagen específica para mano de obra */
.cuadro-mano-obra .cuadro-imagen {
  object-fit: contain;
  object-position: center;
}

.cuadro-contenido {
  background: transparent;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  width: 50%;
  flex-direction: column;
  text-align: left;
  position: relative;
  padding: 60px 40px;
}

.cuadro-contenido > div {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  text-align: left;
  position: relative;
  z-index: 2;
}

.cuadro h3 {
  color: #2c3e50;
  font-size: 32px;
  margin: 0 0 16px 0;
  font-weight: 700;
}

/* H2 para secciones principales - mejor SEO */
.cuadro h2,
.seccion-alquileres h2 {
  color: #2c3e50;
  font-size: 32px;
  margin: 0 0 16px 0;
  font-weight: 700;
}

.cuadro p {
  color: #5a6c7d;
  font-size: 20px;
  margin: 0;
  line-height: 1.6;
}

/* Layout invertido - imagen izquierda */
.cuadro-imagen-izquierda {
  left: 0;
  right: auto;
}

.cuadro-contenido-derecha {
  margin-left: auto;
}

/* Sección Alquileres - Diseño horizontal con iconos */
.seccion-alquileres {
  width: 100%;
  background: #fff;
  padding: 60px 80px;
  text-align: center;
}

.alquileres-contenido h3 {
  color: #2c3e50;
  font-size: 32px;
  margin: 0 0 20px 0;
  font-weight: 700;
}

.alquileres-contenido p {
  color: #5a6c7d;
  font-size: 20px;
  line-height: 1.6;
  margin: 0 0 40px 0;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
}

.equipos-iconos {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 40px;
  max-width: 1000px;
  margin: 0 auto;
}

.equipo-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
  padding: 20px;
  border: 1px solid #e0e0e0;
  border-radius: 8px;
  transition: all 0.3s ease;
}

.equipo-item:hover {
  border-color: #4A90E2;
  box-shadow: 0 4px 12px rgba(74, 144, 226, 0.15);
  transform: translateY(-4px);
}

.equipo-item svg {
  color: #4A90E2;
}

.equipo-item .equipo-imagen {
  width: 80px;
  height: 80px;
  object-fit: contain;
}

.equipo-item span {
  color: #2c3e50;
  font-size: 16px;
  font-weight: 600;
}


@media (max-width: 1366px) {
  .contenedor {
    margin-top: 0;
  }
}

/* Si el header es más pequeño en móviles, puedes agregar otro media query */
@media (max-width: 900px) {
  .contenedor {
    margin-top: 0;
  }
}

/* ============================================
   ANIMACIONES Y EFECTOS MODERNOS DE CARGA
   ============================================ */

/* Estado inicial - elementos ocultos hasta que aparezcan */
.cuadro,
.seccion-alquileres,
.caracteristica-card,
.equipo-item {
  opacity: 0;
}

/* Cuando el elemento está visible */
.cuadro.visible,
.seccion-alquileres.visible,
.caracteristica-card.visible,
.equipo-item.visible {
  opacity: 1;
}

/* Animaciones de aparición progresiva */
@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes fadeInLeft {
  from {
    opacity: 0;
    transform: translateX(-40px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}

/* Animación efecto carrito - desliza desde la izquierda */
@keyframes slideInFromLeft {
  0% {
    opacity: 0;
    transform: translateX(-100px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}

@keyframes fadeInRight {
  from {
    opacity: 0;
    transform: translateX(40px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}

@keyframes scaleIn {
  from {
    opacity: 0;
    transform: scale(0.9);
  }
  to {
    opacity: 1;
    transform: scale(1);
  }
}

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

/* Aplicar animaciones a elementos del banner - DESACTIVADAS para evitar saltos */

.badge-container {
  animation: fadeInUp 0.6s ease-out 0.7s both;
}

.banner-imagen {
  animation: fadeInLeft 0.8s ease-out 0.3s both;
}

/* Animaciones para las tarjetas de características */
/* Sin animación por defecto - completamente ocultas */
.caracteristica-card {
  animation: none;
}

/* Solo animar cuando se agrega la clase visible */
.caracteristica-card.visible {
  animation: slideInFromLeft 0.6s cubic-bezier(0.4, 0, 0.2, 1) forwards;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

/* Efecto carrito - aparecen de izquierda a derecha en secuencia */
.caracteristica-card.visible:nth-child(1) { animation-delay: 0s; }
.caracteristica-card.visible:nth-child(2) { animation-delay: 0.12s; }
.caracteristica-card.visible:nth-child(3) { animation-delay: 0.24s; }
.caracteristica-card.visible:nth-child(4) { animation-delay: 0.36s; }
.caracteristica-card.visible:nth-child(5) { animation-delay: 0.48s; }
.caracteristica-card.visible:nth-child(6) { animation-delay: 0.6s; }

/* Animaciones para los cuadros de secciones */
.cuadro {
  opacity: 0;
  animation: fadeInUp 0.8s ease-out forwards;
  animation-play-state: paused;
}

.cuadro.visible {
  animation-play-state: running;
}

.cuadro-materiales {
  animation-delay: 0.2s;
}

.cuadro-mano-obra {
  animation-delay: 0.4s;
}

.cuadro-analisis {
  animation-delay: 0.8s;
}

/* Animación para la sección de alquileres */
.seccion-alquileres {
  opacity: 0;
  animation: fadeInUp 0.8s ease-out forwards;
  animation-play-state: paused;
}

.seccion-alquileres.visible {
  animation-play-state: running;
}

.equipo-item {
  opacity: 0;
  animation: scaleIn 0.5s ease-out forwards;
  animation-play-state: paused;
}

.seccion-alquileres.visible .equipo-item {
  animation-play-state: running;
}

.equipo-item:nth-child(1) { animation-delay: 0.8s; }
.equipo-item:nth-child(2) { animation-delay: 0.9s; }
.equipo-item:nth-child(3) { animation-delay: 1s; }
.equipo-item:nth-child(4) { animation-delay: 1.1s; }

/* Efecto de carga para imágenes */
.cuadro-imagen, .equipo-imagen {
  animation: fadeInUp 0.6s ease-out;
}

/* Hover mejorado con transiciones suaves */
.caracteristica-card {
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

.caracteristica-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 12px 24px rgba(74, 144, 226, 0.2);
}

.btn-cta-principal {
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  position: relative;
  overflow: hidden;
}

.btn-cta-principal::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  width: 0;
  height: 0;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.2);
  transform: translate(-50%, -50%);
  transition: width 0.6s, height 0.6s;
}

.btn-cta-principal:hover::before {
  width: 300px;
  height: 300px;
}

.btn-cta-principal:hover {
  transform: translateY(-3px);
  box-shadow: 0 8px 20px rgba(74, 144, 226, 0.4);
}

/* Skeleton loading para imágenes (opcional) */
@keyframes shimmer {
  0% {
    background-position: -1000px 0;
  }
  100% {
    background-position: 1000px 0;
  }
}

.cuadro-imagen-container::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, #f0f0f0 25%, #e0e0e0 50%, #f0f0f0 75%);
  background-size: 1000px 100%;
  z-index: 0;
}

.cuadro-imagen {
  position: relative;
  z-index: 1;
}

/* Animación de pulso - desactivada */
@keyframes pulse {
  0%, 100% { transform: scale(1); }
  50% { transform: scale(1.05); }
}

/* Smooth scroll */
html {
  scroll-behavior: smooth;
}

/* Efecto parallax - controlado por JS */
.parallax-section {
  transition: transform 0.5s cubic-bezier(0.4, 0, 0.2, 1);
}

/* ============================================
   RESPONSIVE MOBILE STYLES
   ============================================ */

/* Tablets - 1024px */
@media (max-width: 1024px) {
  .banner-verde {
    min-height: 500px;
  }

  .banner-contenido {
    width: 50%;
    right: 3%;
  }

  .banner-logo {
    max-width: 300px;
    width: 300px;
  }

  .heading-principal {
    font-size: 24px;
    min-height: 60px;
  }

  .parrafoinicio2 {
    font-size: 16px;
  }

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

  .cuadro h2,
  .seccion-alquileres h2 {
    font-size: 28px;
  }

  .cuadro p,
  .alquileres-contenido p {
    font-size: 18px;
  }

  .seccion-alquileres {
    padding: 50px 40px;
  }

  .equipos-iconos {
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
  }
}

/* Mobile - 768px y menor */
@media (max-width: 768px) {
  .contenedor {
    padding: 0;
  }

  /* Banner principal - Layout vertical para móvil */
  .banner-verde {
    flex-direction: column;
    min-height: auto;
    padding: 40px 20px;
  }

  .banner-verde::before {
    display: none; /* Ocultar imagen de fondo en móvil */
  }

  .banner-contenido {
    position: relative;
    top: auto;
    right: auto;
    transform: none;
    width: 100%;
    text-align: center;
    min-height: auto;
    order: 1;
  }

  .banner-logo {
    max-width: 250px;
    width: 100%;
    margin: 0 auto 20px;
  }

  .heading-principal {
    font-size: 22px;
    min-height: auto;
    -webkit-text-stroke: 2px #fff;
    padding: 0 10px;
  }

  .parrafoinicio2 {
    font-size: 15px;
    margin-bottom: 20px;
    min-height: auto;
    padding: 0 10px;
    -webkit-text-stroke: 1px #fff;
  }

  .banner-cta-container {
    margin: 20px 0 12px;
    min-height: auto;
  }

  .btn-cta-principal {
    font-size: 15px;
    padding: 14px 30px;
    width: 90%;
    max-width: 320px;
  }

  .badge-container {
    flex-direction: column;
    gap: 10px;
    margin-top: 12px;
    min-height: auto;
  }

  .badge-gratis {
    font-size: 14px;
    padding: 6px 14px;
  }

  .nota-confianza {
    font-size: 11px;
    padding: 6px 14px;
    text-align: center;
  }

  /* Imagen del banner en móvil */
  .banner-imagen {
    width: 100%;
    order: 2;
    margin-top: 30px;
    mask-image: none;
    -webkit-mask-image: none;
  }

  .banner-imagen img {
    width: 100%;
    max-width: 400px;
    margin: 0 auto;
    display: block;
  }

  /* Características - Grid vertical en móvil */
  .hero-caracteristicas {
    padding: 40px 20px;
    overflow-x: visible;
  }

  .caracteristicas-grid {
    grid-template-columns: 1fr;
    gap: 20px;
    min-width: auto;
  }

  .caracteristica-card {
    min-width: auto;
    padding: 25px 20px;
  }

  .caracteristica-icono {
    width: 56px;
    height: 56px;
    margin-bottom: 14px;
  }

  .caracteristica-icono svg {
    width: 28px;
    height: 28px;
  }

  .caracteristica-titulo {
    font-size: 17px;
  }

  .caracteristica-texto {
    font-size: 14px;
  }

  /* Cuadros de sección - Layout vertical */
  .cuadro {
    min-height: auto;
    flex-direction: column;
    padding: 40px 20px;
  }

  .cuadro-imagen-container {
    position: relative;
    width: 100%;
    height: 300px;
    right: auto;
    left: auto;
    order: 2;
    margin-top: 20px;
  }

  .cuadro-imagen-izquierda {
    left: auto;
    right: auto;
  }

  .cuadro-contenido {
    width: 100%;
    padding: 0;
    order: 1;
  }

  .cuadro-contenido-derecha {
    margin-left: 0;
  }

  .cuadro h2,
  .seccion-alquileres h2 {
    font-size: 24px;
    margin-bottom: 12px;
  }

  .cuadro p {
    font-size: 15px;
    line-height: 1.6;
  }

  /* Sección alquileres */
  .seccion-alquileres {
    padding: 40px 20px;
  }

  .alquileres-contenido p {
    font-size: 15px;
    margin-bottom: 30px;
  }

  .equipos-iconos {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .equipo-item {
    padding: 20px;
  }

  .equipo-item .equipo-imagen {
    width: 70px;
    height: 70px;
  }

  .equipo-item span {
    font-size: 15px;
  }
}

/* Mobile pequeño - 480px y menor */
@media (max-width: 480px) {
  .banner-verde {
    padding: 30px 15px;
  }

  .banner-logo {
    max-width: 200px;
  }

  .heading-principal {
    font-size: 20px;
    -webkit-text-stroke: 1.5px #fff;
  }

  .parrafoinicio2 {
    font-size: 14px;
  }

  .btn-cta-principal {
    font-size: 14px;
    padding: 12px 24px;
    width: 95%;
  }

  .badge-gratis {
    font-size: 13px;
    padding: 5px 12px;
  }

  .nota-confianza {
    font-size: 10px;
    padding: 5px 12px;
  }

  .hero-caracteristicas {
    padding: 30px 15px;
  }

  .caracteristica-card {
    padding: 20px 15px;
  }

  .caracteristica-icono {
    width: 50px;
    height: 50px;
  }

  .caracteristica-titulo {
    font-size: 16px;
  }

  .caracteristica-texto {
    font-size: 13px;
  }

  .cuadro {
    padding: 30px 15px;
  }

  .cuadro h2,
  .seccion-alquileres h2 {
    font-size: 22px;
  }

  .cuadro p,
  .alquileres-contenido p {
    font-size: 14px;
  }

  .cuadro-imagen-container {
    height: 250px;
  }

  .seccion-alquileres {
    padding: 30px 15px;
  }

  .equipo-item {
    padding: 15px;
  }

  .equipo-item .equipo-imagen {
    width: 60px;
    height: 60px;
  }

  .equipo-item span {
    font-size: 14px;
  }
}

/* Landscape móvil - altura reducida */
@media (max-height: 600px) and (orientation: landscape) {
  .banner-verde {
    min-height: auto;
    padding: 20px;
  }

  .banner-contenido {
    min-height: auto;
  }

  .banner-logo {
    margin-bottom: 10px;
  }

  .heading-principal {
    font-size: 20px;
    min-height: auto;
  }

  .parrafoinicio2 {
    margin-bottom: 15px;
  }

  .banner-cta-container {
    margin: 15px 0 10px;
  }
}

/* Fix para touch devices - botones más grandes */
@media (hover: none) and (pointer: coarse) {
  .btn-cta-principal {
    min-height: 48px; /* Mínimo recomendado para touch */
  }

  .caracteristica-card {
    transition: none; /* Desactivar hover en touch */
  }

  .caracteristica-card:active {
    transform: scale(0.98);
  }
}

/* Mejoras de accesibilidad para reducir movimiento */
@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
  }
}
