/* Botón de servicios plano y básico */
/* Botón de servicios igual a Schedule a Call pero violeta puro */
/* Botón de servicios igual a Schedule a Call pero violeta puro */
/* Botón de servicios igual a Schedule a Call pero violeta puro y completamente ovalado */
.service-cta-btn {
  background: #8000ff;
  color: #fff;
  border: none;
  border-radius: 999px;
  box-shadow: 0 2px 12px 0 #8000ff33;
  font-weight: 700;
  font-size: 0.7rem;
  letter-spacing: 0.03em;
  padding: 0.49rem 1.05rem;
  margin-top: 0.5rem;
  text-decoration: none;
  position: relative;
  outline: none;
  cursor: pointer;
  display: inline-block;
  min-width: 180px;
  z-index: 1;
}
/* Animaciones y estilos para los bloques de resultados y servicios */
/* Todos los estilos personalizados eliminados del botón de servicios */
/* ...existing code... */
@keyframes flashViolet {
  0%   { background: linear-gradient(120deg, #a78bfa 0%, #c084fc 50%, #7c3aed 100%); }
  20%  { background: #8000ff; }
  80%  { background: #8000ff; }
  100% { background: linear-gradient(120deg, #a78bfa 0%, #c084fc 50%, #7c3aed 100%); }
}
@keyframes gradientMoveRightService {
  0% { background-position: 0% 50%; }
  100% { background-position: 100% 50%; }
}
/* Botón Schedule a Call con animación y efecto hover/focus */
/* Botón Schedule a Call básico y estático */
.cta-btn {
  background: #0099ff;
  color: #fff;
  border: none;
  border-radius: 2rem;
  box-shadow: none;
  font-weight: 700;
  font-size: 1rem;
  letter-spacing: 0.03em;
  padding: 0.7rem 1.4rem;
  margin-top: 1.2rem;
  margin-bottom: 1.2rem;
  text-decoration: none;
  position: relative;
  outline: none;
  cursor: pointer;
  display: inline-block;
  min-width: 0;
  z-index: 1;
  transition: background 0.2s, box-shadow 0.2s;
  box-shadow: 0 2px 12px 0 #0099ff33;
}
@media (hover: hover) {
  .cta-btn:hover, .cta-btn:focus {
    background: #007be5;
    box-shadow: 0 4px 24px 0 #0099ff55;
    color: #fff;
    text-decoration: none;
  }
}
}
/* Sin animación ni efecto al pasar el mouse */
/* Animaciones y estilos para los bloques de resultados y servicios */
.result-card,
.result-value,
.result-desc {
  opacity: 0;
  transition: opacity 0.3s;
}
.result-card.active,
.result-value.active,
.result-desc.active {
  opacity: 1;
/* ...existing code... */
.service-cta-btn {
  background: #8000ff;
  color: #fff;
  border: none;
  border-radius: 6px;
  font-size: 0.63rem;
  font-weight: 600;
  padding: 0.42rem 0.84rem;
  margin: 24px auto 32px auto;
  cursor: pointer;
  display: block;
  text-align: center;
}
}
/* Oculta los contadores hasta que se animen */
.result-card,
.result-value,
.result-desc {
  opacity: 0;
  transition: opacity 0.3s;
}
.result-card.active,
.result-value.active,
.result-desc.active {
  opacity: 1;
}
/* Results Section Styles */
.results-section {
  background: #18162a;
  padding: 60px 0 40px 0;
    border: none;
    border-radius: 2rem;
  box-shadow: none;
    font-weight: 700;
    font-size: 1.18rem;
    letter-spacing: 0.03em;
    padding: 1.05rem 2.2rem;
    margin-top: 2rem;
    margin-bottom: 2rem;
    text-decoration: none;
    position: relative;
    outline: none;
    cursor: pointer;
    display: block;
    min-width: 160px;
    z-index: 1;
  justify-content: center;
  gap: 32px;
  max-width: 1200px;
  margin: 0 auto;
    background: none;
    border-radius: 0;
    padding: 32px 0;
}
.result-card {
  border: 2px solid transparent;
  transition: box-shadow 0.2s, border-color 0.2s;
  flex: 1 1 200px;
  min-width: 180px;
  max-width: 200px;
  padding: 38px 12px 28px 12px;
}
.result-card:hover {
  box-shadow: 0 4px 32px 0 rgba(0,0,0,0.28);
  border-color: transparent;
    /* Sin animación ni efecto al pasar el mouse */
}
.result-value {
  font-size: 2rem;
  font-weight: 700;
  color: #fff;
  margin-bottom: 18px;
  overflow: visible;
}
.result-desc {
  font-size: 1.18rem;
  color: #c9c3e6;
}
revis/* Footer copyright styles for desktop */
#footer-copyright {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1.38px;
  line-height: 1.7;
}
.footer-copyright-main, .footer-copyright-dev {
  display: block;
  color: #e2e0f3;
}
/* Estilos para el modal de vista previa en desktop */
/* Logo pequeño y centrado en el footer desktop */
.footer-logo {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 18px 0 0 0;
}
.footer-logo img {
  width: 96px;
  height: auto;
  opacity: 0.8;
  filter: brightness(0) invert(1);
}
@media (min-width: 601px) {
  .portfolio-grid {
    padding-left: 16px;
    padding-right: 16px;
    box-sizing: border-box;
  }
  .portfolio-modal {
    position: fixed;
    top: 0; left: 0; right: 0; bottom: 0;
    z-index: 9999;
    display: none;
    align-items: center;
    justify-content: center;
  }
  .portfolio-modal.active {
    display: flex;
  }
  .portfolio-modal-bg {
    position: absolute;
    top: 0; left: 0; right: 0; bottom: 0;
    background: rgba(255,255,255,0.45);
    backdrop-filter: blur(24px) brightness(1.3);
    z-index: 1;
  }
  .portfolio-modal-content {
    position: relative;
    z-index: 2;
    max-width: 900px;
    max-height: 80vh;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 0;
    overflow: visible;
    background: transparent;
    box-shadow: none;
    padding: 0;
  }
  .portfolio-modal-content img {
    display: block;
    position: relative;
    z-index: 2;
    max-width: 100%;
    max-height: 80vh;
    border-radius: 0;
    margin: 0;
  }
  .portfolio-modal-content img {
  .portfolio-arrows-container {
    display: contents;
  }
    max-width: 100%;
    max-height: 80vh;
    border-radius: 0;
    display: block;
  }
  body.portfolio-blur::before {
    content: '';
    position: fixed;
    top: 0; left: 0; right: 0; bottom: 0;
    width: 100vw;
    height: 100vh;
    z-index: 9998;
    pointer-events: none;
    backdrop-filter: blur(10px) brightness(0.9);
    background: rgba(24,22,42,0.08);
  }
  body.portfolio-blur > *:not(.portfolio-modal) {
    pointer-events: none;
    user-select: none;
  }
}
/* Carrusel de logos clientes principales para desktop */
.customer-logos-track {
  display: flex !important;
  gap: 0 !important;
  animation: scroll-logos 40s linear infinite !important;
  will-change: transform !important;
  min-width: 200vw !important;
}
@keyframes scroll-logos {
  0% { transform: translateX(0); }
  100% { transform: translateX(-50%); }
}
