/* ===========================================================
   SYSTEMINFORMATIC - INICIO (Diseño moderno)
   =========================================================== */

/* Google Fonts */

/* ⚠️ OVERRIDE: Anular el grid de WebSite X5 */
#imContent {
  display: block !important;
  grid-template: none !important;
  -ms-grid-columns: none !important;
  -ms-grid-rows: none !important;
  width: 100% !important;
  max-width: 100% !important;
  padding: 0 !important;
  margin: 0 !important;
}

#imContentGraphics {
  display: none !important;
}

/* === SMOOTH SCROLL === */
html {
  scroll-behavior: smooth;
}

/* === HEADER: Logo más pequeño === */
/* === CONTENEDOR PRINCIPAL === */
#index-content {
  font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
  color: #2d3436;
  line-height: 1.6;
}

.in-container {
  max-width: 1400px;
  margin: 0 auto;
  padding: 0 24px;
}

.in-section {
  padding: 80px 0;
}

/* ===========================================================
   HERO
   =========================================================== */

/* --- Indicador en vivo: Servicios online ahora --- */
.in-live-block {
  margin: 12px auto 16px;
  max-width: 280px;
  text-align: center;
}

.in-live-number {
  font-size: 40px;
  font-weight: 800;
  color: #ffc107;
  line-height: 1;
  transition: color 0.4s ease;
  text-shadow: 0 0 20px rgba(255,193,7,0.3);
}

.in-live-number.changed {
  color: #ffffff;
  text-shadow: 0 0 30px rgba(255,193,7,0.6);
}

.in-live-label {
  font-size: 14px;
  color: rgba(255,255,255,0.7);
  font-weight: 500;
  margin-top: 2px;
}

/* Barra de progreso */
.in-live-bar-track {
  width: 100%;
  height: 9px;
  background: rgba(255,255,255,0.12);
  border-radius: 6px;
  margin-top: 8px;
  overflow: hidden;
}

.in-live-bar-fill {
  height: 100%;
  width: 100%;
  background: linear-gradient(90deg, #ffc107, #ff9800);
  border-radius: 4px;
}

.in-hero {

  position: relative;
  padding: 60px 0 80px;
  overflow: hidden;
  background-color: #0a1628;
  background-image: url('../images/FONDO-WALLPAPER-SPAIN2025--1-.png');
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}

/* Overlay oscuro semitransparente para legibilidad del texto */
.in-hero::before {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, rgba(4,12,28,0.92) 0%, rgba(10,22,40,0.92) 50%, rgba(4,12,28,0.92) 100%);
  z-index: 0;
  pointer-events: none;
}

/* Círculo decorativo azul */
.in-hero::after {
  content: '';
  position: absolute;
  top: -40%;
  right: -10%;
  width: 600px;
  height: 600px;
  background: radial-gradient(circle, rgba(79,195,247,0.08) 0%, transparent 70%);
  border-radius: 50%;
  pointer-events: none;
  z-index: 0;
}



.in-hero-content {
  max-width: 800px;
  margin: 0 auto;
  position: relative;
  z-index: 1;
  text-align: center;
}

.in-hero-content .in-hero-stats {
  justify-content: center;
}

.in-hero-content .in-hero-actions {
  justify-content: center;
}

.in-hero-badge {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  background: rgba(255, 193, 7, 0.15);
  color: #ffc107;
  font-size: 26px;
  font-weight: 700;
  padding: 10px 24px;
  border-radius: 50px;
  margin-bottom: 20px;
}

.in-hero-badge img {
  height: 24px;
  width: auto;
}

.in-hero-title {
  font-size: clamp(22px, 3.2vw, 36px);
  font-weight: 800;
  color: #ffffff;
  line-height: 1.15;
  margin: 0 0 12px;
}

.in-hero-title span {
  color: #4fc3f7;
}

.in-hero-subtitle {
  font-size: clamp(16px, 1.8vw, 20px);
  color: rgba(255,255,255,0.75);
  line-height: 1.6;
  margin: 0 auto 24px;
  max-width: 540px;
}

.in-hero-stats {
  display: flex;
  gap: 32px;
  margin-bottom: 24px;
  flex-wrap: wrap;
  justify-content: center;
}

.in-hero-stat-item {
  text-align: center;
}

.in-hero-stat-value {
  font-size: 34px;
  font-weight: 700;
  color: #4fc3f7;
  line-height: 1;
}

.in-hero-stat-label {
  font-size: 14px;
  color: rgba(255,255,255,0.6);
  margin-top: 4px;
}

.in-hero-phone-wrap {
  text-align: center;
  margin: 0 0 16px;
}

.in-hero-phone {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  font-size: 30px;
  font-weight: 800;
  color: #ffc107;
  text-decoration: none;
  margin: 20px auto 16px;
  transition: opacity 0.2s;
  padding: 12px 28px;
  background: rgba(255,193,7,0.1);
  border-radius: 12px;
  border: 1px solid rgba(255,193,7,0.2);
  width: fit-content;
}

.in-hero-phone:hover {
  opacity: 0.85;
  color: #ffc107;
  background: rgba(255,193,7,0.15);
}

.in-hero-phone img {
  height: 36px;
  width: auto;
}

.in-hero-actions {
  display: flex;
  gap: 14px;
  flex-wrap: wrap;
  align-items: center;
  margin-top: 8px;
}

/* ===========================================================
   BUTTONS
   =========================================================== */
.in-btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 14px 28px;
  border-radius: 8px;
  font-size: 15px;
  font-weight: 600;
  text-decoration: none;
  transition: all 0.3s ease;
  cursor: pointer;
  border: none;
  font-family: inherit;
}

.in-btn-primary {
  background: #1a73e8;
  color: #fff;
  box-shadow: 0 4px 14px rgba(26,115,232,0.35);
}

.in-btn-primary:hover {
  background: #1557b0;
  transform: translateY(-2px);
  box-shadow: 0 8px 25px rgba(26,115,232,0.4);
  color: #fff;
}

.in-btn-outline {
  background: transparent;
  color: #1a73e8;
  border: 2px solid #1a73e8;
}

.in-btn-outline:hover {
  background: #1a73e8;
  color: #fff;
  transform: translateY(-2px);
}

.in-btn-whatsapp {
  background: #25d366;
  color: #fff;
  box-shadow: 0 4px 14px rgba(37,211,102,0.35);
}

.in-btn-whatsapp:hover {
  background: #1da851;
  transform: translateY(-2px);
  color: #fff;
  box-shadow: 0 8px 25px rgba(37,211,102,0.4);
}

.in-btn-secondary {
  background: rgba(255,255,255,0.1);
  color: #fff;
  border: 1px solid rgba(255,255,255,0.25);
}

.in-btn-secondary:hover {
  background: rgba(255,255,255,0.18);
  color: #fff;
  transform: translateY(-2px);
}

.in-btn-small {
  padding: 10px 20px;
  font-size: 13px;
}

/* ===========================================================
   SECTION HEADER
   =========================================================== */
.in-section-header {
  text-align: center;
  margin-bottom: 48px;
}

.in-section-label {
  display: inline-block;
  background: rgba(26,115,232,0.1);
  color: #1a73e8;
  font-size: 13px;
  font-weight: 600;
  padding: 6px 16px;
  border-radius: 50px;
  margin-bottom: 14px;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.in-section-title {
  font-size: clamp(24px, 3vw, 34px);
  font-weight: 700;
  color: #0a1628;
  margin: 0 0 10px;
  line-height: 1.2;
}

.in-section-desc {
  font-size: 16px;
  color: #636e72;
  max-width: 600px;
  margin: 0 auto;
  line-height: 1.6;
}

/* ===========================================================
   CIUDADES (Coverage)
   =========================================================== */
.in-cities {
  background: linear-gradient(135deg, #0a1628 0%, #1a2a4a 100%);
  padding: 30px 0 40px;
}

.in-cities-header {
  text-align: center;
  margin-bottom: 20px;
}

.in-cities-header span {
  font-size: 30px;
  color: #4fc3f7;
  font-weight: 700;
}

.in-cities-grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 6px 14px;
}

/* Cada ciudad: bandera encima, nombre debajo, sin recuadro */
.city-item {
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  text-decoration: none;
  gap: 3px;
  transition: opacity 0.2s ease;
}

.city-item:hover {
  opacity: 0.8;
}

/* Bandera miniatura (sin recuadro) */
.city-flag {
  width: 28px;
  height: 20px;
  object-fit: cover;
  border-radius: 2px;
  transition: transform 0.2s ease;
}

.city-item:hover .city-flag {
  transform: scale(1.2);
}

/* Nombre debajo de la bandera */
.city-name {
  font-size: 11px;
  color: rgba(255,255,255,0.8);
  font-weight: 500;
  line-height: 1.2;
  transition: color 0.2s ease;
}

.city-item:hover .city-name {
  color: #4fc3f7;
}

/* ===========================================================
   SERVICE CARDS (Grid)
   =========================================================== */
.in-services {
  background: #f8f9fa;
}

.in-services-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 28px;
}

.in-service-card {
  background: #fff;
  border-radius: 20px;
  padding: 42px 36px 38px;
  text-align: center;
  border: 1px solid #ced4da;
  transition: all 0.3s ease;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.in-service-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 20px 56px rgba(0,0,0,0.08);
  border-color: #1a73e8;
}

.in-service-icon {
  width: 130px;
  height: 130px;
  object-fit: contain;
  margin-bottom: 24px;
}

.in-service-title {
  font-size: 26px;
  font-weight: 700;
  color: #0a1628;
  margin: 0 0 14px;
}

.in-service-desc {
  font-size: 18px;
  color: #636e72;
  line-height: 1.5;
  margin: 0 0 26px;
  flex: 1;
}

.in-service-btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 16px 34px;
  border-radius: 10px;
  font-size: 18px;
  font-weight: 600;
  text-decoration: none;
  transition: all 0.3s ease;
  background: #1a73e8;
  color: #fff;
}

.in-service-btn:hover {
  background: #1557b0;
  transform: translateY(-2px);
  color: #fff;
  box-shadow: 0 4px 14px rgba(26,115,232,0.35);
}

.in-service-btn-group {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
  justify-content: center;
}

.in-service-btn-group .in-service-btn {
  flex: 1;
  justify-content: center;
  min-width: 180px;
}

.in-service-btn-red {
  background: #d32f2f;
}

.in-service-btn-red:hover {
  background: #b71c1c;
  box-shadow: 0 4px 14px rgba(211,47,47,0.35);
}

/* ===========================================================
   FEATURED SECTION (¿Sabías esto?)
   =========================================================== */
.in-featured {
  background: #eef2f7;
}

.in-featured-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 30px;
  align-items: stretch;
}

.in-featured-card {
  background: #ffffff;
  border-radius: 16px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  transition: all 0.3s ease;
  border: 1px solid #e0e6ed;
  box-shadow: 0 2px 12px rgba(0,0,0,0.04);
}

.in-featured-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 12px 40px rgba(0,0,0,0.08);
  border-color: #1a73e8;
}

.in-featured-img {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 32px 24px 0;
}

.in-featured-img img {
  width: 100%;
  max-width: 220px;
  height: auto;
  object-fit: contain;
}

.in-featured-body {
  padding: 20px 28px 28px;
  display: flex;
  flex-direction: column;
  gap: 12px;
  flex: 1;
}

.in-featured-tag {
  display: inline-block;
  background: rgba(26,115,232,0.08);
  color: #1a73e8;
  font-size: 12px;
  font-weight: 600;
  padding: 4px 12px;
  border-radius: 50px;
  text-transform: uppercase;
  letter-spacing: 0.8px;
  align-self: flex-start;
}

.in-featured-body h3 {
  font-size: 20px;
  font-weight: 700;
  color: #0a1628;
  margin: 0;
  line-height: 1.3;
}

.in-featured-body p {
  font-size: 14px;
  color: #636e72;
  line-height: 1.7;
  margin: 0;
  flex: 1;
}

.in-featured-body .in-btn {
  align-self: flex-start;
  margin-top: 4px;
}

.in-featured-highlight {
  color: #e17055;
  font-weight: 700;
  font-size: 15px;
}

/* ===========================================================
   ZORIN SECTION (con video de fondo)
   =========================================================== */
.in-zorin {
  position: relative;
  overflow: hidden;
  color: #fff;
  text-align: left;
  background: #0a1628;
  padding: 120px 0;
}

/* Video de fondo */
.in-zorin-video {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  object-fit: cover;
  z-index: 0;
}

/* Overlay oscuro sobre el video con degradado lateral */
.in-zorin::before {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(10,22,40,0.20) 0%, rgba(10,22,40,0.25) 50%, rgba(10,22,40,0.75) 100%);
  z-index: 1;
  pointer-events: none;
}

/* Recuadro semitransparente detrás del contenido textual (lado derecho) */
.in-zorin-content::before {
  content: '';
  position: absolute;
  inset: -12px;
  background: rgba(10,22,40,0.50);
  border-radius: 16px;
  z-index: -1;
  backdrop-filter: blur(4px);
}

.in-zorin .in-section-title {
  color: #fff;
}

.in-zorin .in-section-desc {
  color: rgba(255,255,255,0.7);
}

.in-zorin-content {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  margin-left: auto;
  width: 100%;
  max-width: 560px;
  gap: 20px;
  padding: 0;
}

.in-zorin-content h3 {
  font-size: 28px;
  font-weight: 700;
  color: #4fc3f7;
  margin: 0;
}

.in-zorin-content p {
  font-size: 17px;
  color: rgba(255,255,255,0.85);
  margin: 0;
  line-height: 1.7;
}

.in-zorin-actions {
  display: flex;
  gap: 14px;
  flex-wrap: wrap;
  justify-content: flex-start;
  margin-top: 8px;
}

/* ===========================================================
   TECH PARTNERS (Logos de compañías con tooltips)
   =========================================================== */
.in-tech {
  background: #ffffff;
  padding: 40px 0;
}

.in-tech-logos {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 28px;
  flex-wrap: wrap;
}

.in-tech-logo-wrap {
  position: relative;
  display: inline-flex;
  align-items: center;
  cursor: pointer;
}

.in-tech-logos img {
  height: 42px;
  width: auto;
  flex-shrink: 1;
  opacity: 0.50;
  transition: all 0.3s ease;
  filter: grayscale(100%) drop-shadow(0 1px 3px rgba(0,0,0,0.25));
}

.in-tech-logo-wrap:hover img {
  opacity: 0.9;
  filter: grayscale(0%) drop-shadow(0 2px 6px rgba(0,0,0,0.15));
  transform: translateY(-2px);
}



/* Tooltip flotante */
.in-tech-tooltip {
  position: absolute;
  bottom: calc(100% + 16px);
  left: 50%;
  transform: translateX(-50%) translateY(8px);
  background: #0a1628;
  color: #fff;
  padding: 18px 20px;
  border-radius: 12px;
  font-size: 12px;
  line-height: 1.5;
  width: 260px;
  box-shadow: 0 12px 40px rgba(0,0,0,0.25);
  opacity: 0;
  visibility: hidden;
  transition: all 0.25s ease;
  z-index: 100;
  pointer-events: none;
  text-align: left;
  border: 1px solid rgba(255,255,255,0.08);
}

/* Flecha del tooltip */
.in-tech-tooltip::after {
  content: '';
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  border: 8px solid transparent;
  border-top-color: #0a1628;
}

.in-tech-logo-wrap:hover .in-tech-tooltip {
  opacity: 1;
  visibility: visible;
  transform: translateX(-50%) translateY(0);
}

.in-tech-tooltip strong {
  display: block;
  font-size: 14px;
  font-weight: 700;
  color: #4fc3f7;
  margin-bottom: 10px;
}

.in-tech-tooltip ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.in-tech-tooltip ul li {
  position: relative;
  padding: 3px 0 3px 16px;
  font-size: 12px;
  color: rgba(255,255,255,0.85);
  line-height: 1.5;
}

.in-tech-tooltip ul li::before {
  content: '▸';
  position: absolute;
  left: 0;
  color: #4fc3f7;
  font-size: 11px;
}

.pk-os-click-hint {
  text-align: center;
  font-size: 14px;
  color: #636e72;
  margin-top: 20px;
  margin-bottom: 0;
  line-height: 1.5;
}

/* ===========================================================
   TESTIMONIALS
   =========================================================== */
.in-testimonials {
  background: #f8f9fa;
}

.in-testimonials-carousel {
  position: relative;
  max-width: 1000px;
  margin: 0 auto;
}

.in-testimonials-slide {
  display: none;
}

.in-slide-active {
  display: block;
}

.in-testimonial-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}

.in-testimonial-card {
  background: #fff;
  border-radius: 14px;
  padding: 28px 24px;
  text-align: center;
  border: 1px solid #e9ecef;
  transition: all 0.3s ease;
  display: flex;
  flex-direction: column;
}

.in-testimonial-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 12px 36px rgba(0,0,0,0.06);
}

.in-testimonial-card .in-testimonial-text {
  flex: 1;
}

/* Puntos de navegación */
.in-testimonials-dots {
  display: flex;
  justify-content: center;
  gap: 10px;
  margin-top: 28px;
}

.in-testimonial-dot {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: #d0d5dd;
  cursor: pointer;
  transition: all 0.3s ease;
  border: none;
  display: inline-block;
}

.in-testimonial-dot:hover {
  background: #a0a8b4;
  transform: scale(1.2);
}

.in-dot-active {
  background: #1a73e8;
  transform: scale(1.2);
  box-shadow: 0 0 8px rgba(26,115,232,0.4);
}

.in-dot-active:hover {
  background: #1a73e8;
}

.in-testimonial-avatar {
  width: 64px;
  height: 64px;
  border-radius: 50%;
  object-fit: cover;
  margin-bottom: 12px;
}

.in-testimonial-name {
  font-size: 15px;
  font-weight: 700;
  color: #0a1628;
  margin: 0 0 4px;
}

.in-testimonial-stars {
  display: block;
  margin: 0 auto 12px;
  height: 20px;
}

.in-testimonial-text {
  font-size: 13px;
  color: #636e72;
  line-height: 1.6;
  margin: 0;
}

.in-testimonials-footer {
  text-align: center;
  margin-top: 32px;
}

.in-testimonials-footer a {
  color: #1a73e8;
  font-weight: 600;
  text-decoration: none;
  font-size: 14px;
}

.in-testimonials-footer a:hover {
  text-decoration: underline;
}

/* ===========================================================
   CTA FINAL
   =========================================================== */
.in-final-cta {
  background: linear-gradient(135deg, #0a1628 0%, #1a2a4a 100%);
  text-align: center;
  padding: 60px 0;
  color: #fff;
}

.in-final-cta h2 {
  font-size: clamp(22px, 3vw, 30px);
  font-weight: 700;
  margin: 0 0 12px;
  color: #fff;
}

.in-final-cta p {
  font-size: 15px;
  color: rgba(255,255,255,0.7);
  max-width: 500px;
  margin: 0 auto 28px;
  line-height: 1.6;
}

.in-final-cta-actions {
  display: flex;
  gap: 14px;
  justify-content: center;
  flex-wrap: wrap;
}


/* ===========================================================
   SEGUNDO MEN� (con hamburguesa para m�vil)
   =========================================================== */
#in-second-menu {
  width: 100%;
  background: #0a1628;
  padding: 8px 0;
  position: relative;
}

/* Desktop: horizontal */
.sm-nav {
  display: flex;
  justify-content: center;
  align-items: center;
  max-width: 1400px;
  margin: 0 auto;
  padding: 0 16px;
  position: relative;
}

#in-second-menu .sm-list {
  display: flex !important;
  flex-direction: row !important;
  list-style: none !important;
  margin: 0 !important;
  padding: 0 !important;
  gap: 0 !important;
}

#in-second-menu .sm-list li {
  margin: 0 !important;
  padding: 0 !important;
  display: list-item !important;
}

.sm-list li a {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 12px 28px;
  color: rgba(255,255,255,0.85);
  text-decoration: none;
  font-size: 17px;
  font-weight: 500;
  transition: all 0.2s ease;
  border-right: 1px solid rgba(255,255,255,0.08);
}

.sm-list li:last-child a {
  border-right: none;
}

.sm-list li a:hover {
  color: #4fc3f7;
  background: rgba(79,195,247,0.08);
}

.sm-icon {
  width: 30px;
  height: 30px;
  object-fit: contain;
  flex-shrink: 0;
}

/* Hamburger button - oculto en desktop */
.sm-hamburger {
  display: none;
}

/* Overlay - oculto en desktop */
.sm-overlay {
  display: none;
}

/* Men� m�vil - oculto en desktop */
#in-second-menu .sm-mobile {
  display: none !important;
}

/* ===========================================================
   M�VIL: hamburguesa centrada, men� desde derecha
   =========================================================== */
@media (max-width: 768px) {
  #in-second-menu {
    padding: 6px 0;
  }
  
  /* Ocultar lista desktop */
  .sm-list {
    display: none;
  }
  
  /* Mostrar hamburguesa centrada */
  .sm-nav {
    justify-content: center;
  }
  
  .sm-hamburger {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 5px;
    width: 44px;
    height: 44px;
    background: transparent;
    border: 2px solid rgba(255,255,255,0.2);
    border-radius: 8px;
    cursor: pointer;
    padding: 8px;
    z-index: 1100;
    position: relative;
  }
  
  .sm-bar {
    display: block;
    width: 24px;
    height: 3px;
    background: #ffffff;
    border-radius: 2px;
    transition: all 0.3s ease;
  }
  
  /* Animaci�n hamburguesa a X cuando est� activo */
  .sm-hamburger.active .sm-bar:nth-child(1) {
    transform: rotate(45deg) translate(5px, 6px);
  }
  
  .sm-hamburger.active .sm-bar:nth-child(2) {
    opacity: 0;
  }
  
  .sm-hamburger.active .sm-bar:nth-child(3) {
    transform: rotate(-45deg) translate(5px, -6px);
  }
  
  /* Overlay oscuro */
  .sm-overlay {
    display: none;
    position: fixed;
    inset: 0;
    background: rgba(0,0,0,0.6);
    z-index: 1050;
  }
  
  .sm-overlay.active {
    display: block;
  }
  
  /* Men� desplegable: desde derecha a izquierda */
  .sm-mobile {
    display: block;
    position: fixed;
    top: 0;
    right: -300px;
    width: 280px;
    height: 100vh;
    background: #0d1b2a;
    z-index: 1060;
    list-style: none;
    margin: 0;
    padding: 60px 16px 24px;
    transition: right 0.35s cubic-bezier(0.4, 0, 0.2, 1);
    overflow-y: auto;
    box-shadow: -8px 0 30px rgba(0,0,0,0.4);
  }
  
  .sm-mobile.open {
    right: 0;
  }
  
  .sm-mobile li {
    margin: 0;
    padding: 0;
    border-bottom: 1px solid rgba(255,255,255,0.06);
  }
  
  .sm-mobile li a {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 18px 16px;
    color: rgba(255,255,255,0.85);
    text-decoration: none;
    font-size: 17px;
    font-weight: 500;
    transition: all 0.2s ease;
  }
  
  .sm-mobile li a:hover {
    color: #4fc3f7;
    background: rgba(79,195,247,0.06);
  }
  
  .sm-mobile .sm-icon {
    width: 32px;
    height: 32px;
  }
}

/* ===========================================================
   RESPONSIVE
   =========================================================== */
@media (max-width: 1024px) {
  .in-services-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 768px) {
  .in-section {
    padding: 60px 0;
  }
  .in-hero {
    padding: 80px 0 60px;
  }
  .in-hero-content {
    text-align: center;
  }
  .in-hero-stats {
    justify-content: center;
  }
  .in-hero-actions {
    justify-content: center;
  }
  .in-services-grid {
    grid-template-columns: 1fr;
  }
  .in-featured-grid {
    grid-template-columns: 1fr;
    gap: 32px;
  }
  .in-testimonials-carousel {
    max-width: 100%;
  }
  .in-testimonial-grid {
    grid-template-columns: 1fr;
    gap: 20px;
  }
  .in-testimonial-card {
    padding: 24px 16px;
  }
  .in-zorin {
    padding: 80px 0;
    text-align: center;
  }
  .in-zorin-content {
    align-items: center;
    margin-left: auto;
    margin-right: auto;
    max-width: 100%;
    padding: 0 16px;
  }
  .in-zorin-content::before {
    top: -12px;
    bottom: -12px;
    left: 50%;
    transform: translateX(-50%);
    width: 90%;
    max-width: 640px;
  }
  .in-zorin-actions {
    justify-content: center;
  }
  .in-zorin::before {
    background: linear-gradient(135deg, rgba(10,22,40,0.55) 0%, rgba(13,17,23,0.50) 50%, rgba(10,22,40,0.55) 100%);
  }
  .in-cities-grid {
    gap: 4px 10px;
  }
  .city-flag {
    width: 22px;
    height: 16px;
  }
  .city-name {
    font-size: 10px;
  }

  /* Ocultar imagen de Iperius en móvil (desplaza demasiado) */
  img[alt="Iperius"] {
    display: none;
  }
}

@media (max-width: 480px) {
  .in-hero-image {
    max-width: 80%;
  }
  .in-service-card {
    padding: 32px 24px 28px;
  }
  /* Badge en una sola línea en pantallas 360×800 */
  .in-hero-badge {
    font-size: 17px;
    padding: 7px 14px;
    white-space: nowrap;
    gap: 6px;
  }
}
