html, body{
  background-color: #fafafa;
  overflow-x: hidden;
}


/* --- [ HERO BANNER ] --- */

/* mobile hero banner ---- background */
@media (max-width: 768px) {
  .dnd_area-row-0-background-layers {
    background-position: 70% center !important;
    position: relative;
  }
  /*capa con opacidad */
  .dnd_area-row-0-background-layers::before {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(255, 255, 255, 0.8); /* cambia el color y opacidad */
    pointer-events: none;
    z-index: 1;
  }
  .dnd_area-row-0-background-layers > * {
    position: relative;
    z-index: 2;
  }
}


/* boton lets connect */
#hs-button_module_17774004447568 {
  background: rgba(255,255,255,0.5);
  border-radius: 30px !important;
}

#hs-button_module_17774004447568:hover {
  transition: background-color 0.1s ease;
  background: #1948ff;
}

/* boton tell us about - 2 */
#hs-button_module_1777920879608 {
  background: #1948ff;
  border-radius: 30px !important;
}

#hs-button_module_1777920879608:hover {
  transition: background-color 0.1s ease;
  background: #2c5eff;
}

/* --- [ Seccion degradado ] --- */

/* fondo degradado banner */
#hs_cos_wrapper_widget_1777406001765 {
  height: 120px; /* Aumenté un poco la altura para más suavidad */
background: linear-gradient(to bottom,
    rgba(250, 250, 250, 0)         0%,
    rgba(250, 250, 250, 0.013)     8.1%,
    rgba(250, 250, 250, 0.049)     15.5%,
    rgba(250, 250, 250, 0.104)     22.5%,
    rgba(250, 250, 250, 0.175)     29%,
    rgba(250, 250, 250, 0.259)     35.3%,
    rgba(250, 250, 250, 0.352)     41.2%,
    rgba(250, 250, 250, 0.45)      47.1%,
    rgba(250, 250, 250, 0.55)      52.9%,
    rgba(250, 250, 250, 0.648)     58.8%,
    rgba(250, 250, 250, 0.741)     64.7%,
    rgba(250, 250, 250, 0.825)     71%,
    rgba(250, 250, 250, 0.896)     77.5%,
    rgba(250, 250, 250, 0.951)     84.5%,
    rgba(250, 250, 250, 0.987)     91.9%,
    #fafafa                       100%
);
  margin-top: -110px; /* Ajustado para coincidir con el height */
  pointer-events: none; 
  position: relative;
  z-index: 2;
}


/* --- [ Cuadro azul ] --- */

/* scroll section 1 */
.dnd_area-row-3-background-layers{
  max-width: 85%;
  margin: 0 auto !important;
  border-radius: 45px;
}

/* listado cuadro azul */

ul.espaciado-lista2 li {
  font-size: 16px;
  font-weight: 300 !important;
  color: #ffffff;
  margin-bottom: 5px;
}

ul.espaciado-lista2 li::marker {
  color: #00efd2;
}
}

/* --- [ Sección gl.cards - Enterprise SAP priorities ] --- */

.gl-section {
  width: 100%;
}
.gl-track-wrapper {
  width: 100%;
}
.gl-track {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  gap: 20px;
  padding: 30px 40px 40px;
}
.gl-card {
  background: #e5e5f0;
  backdrop-filter: blur(18px);
  border-radius: 25px;
  padding: 24px 26px;
  opacity: 0;
  transform: translateY(40px);
  transition: opacity 0.6s cubic-bezier(.22,1,.36,1), transform 0.6s cubic-bezier(.22,1,.36,1);
}
.gl-card.visible {
  opacity: 1;
  transform: translateY(0);
}
.title-h3 {
font-size:18px !important;
 font-weight:700 !important;
  line-height: 1.2;
color: #1b1b1c;
}

hr.linea-gl-section {
  border: none;
  height: 3px;
  background-color: #9594a9;
  width: 12%;
  margin: -5px 0 20px 0;
}

.gl-card-title {
  font-size: 22px;
  font-weight: 700;
  background: linear-gradient(120deg, #5c51f2, #1948ff);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin: 40px 0 10px 0;
  line-height: 1;
}

.gl-card-subtitle {
  font-size: 16px;
  font-weight: 500;
  color: #353544;
  -webkit-text-fill-color: #353544; /* 👈 clave */
  margin: 10px 0;
  line-height: 1;
}

.gl-card-desc {
  font-size: 16px;
  font-weight: 300;
  color: #1948ff;
  line-height: 1.3;
  margin: 15px 0;
}
@media (max-width: 600px) {
  .gl-track { 
    padding: 24px 20px 32px; }
}


/* --- [ Tab left and right (2 columns module with click)- our sap capabilities ] --- */
.tabs-module {
  display: flex;
  gap: 40px;
}

.tabs-left {
  width: 50%;
  display: flex;
  flex-direction: column;

}

.tab-item {
  padding: 5px 25px;
  cursor: pointer;
  opacity: 0.35;
  transition: opacity 0.4s ease, background-color 0.4s ease;
  border-radius: 6px;
  background-color: transparent;
}
.tab-item:hover:not(.active) {
  opacity: 0.6;
  background-color: #f5f5fa;
}
.tab-item:hover {
  background-color: #f5f5fa;
  border-color: #e0e0ee;
  opacity: 0.7;
}

.tab-item h3 {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  line-height: 1.2;
  margin-bottom: 0 !important;  /* 👈 cambia de 10px a 0 */
}


/* estado normal → + */
.tab-item h3::after {
  content: "+";
  display: inline-block;
  color: #9c57ff;
  transition: transform 0.3s ease;
}


.tab-item.active h3::after {
  transform: rotate(45deg); /* se convierte en X */
}

.title-services-left {
font-size: 18px;
letter-spacing: 2px !important;
font-weight: 700;
color: #1b1b1c;
transition: color 0.3s ease;
}

.tab-item.active .title-services-left {
  color: #1948ff; /* o el color que prefieras para el activo */
}

.title-services {
font-size: 24px;
  margin: 0 !important;
font-weight: 700;
color: #1948ff;  
}
.description-title-services{
font-size:16px;
color: #1b1b1c;
margin: 0px 25px 25px 0 !important;
  font-weight: 500;
}

.description-services {
font-size:16px;
color: #1b1b1c;
  font-weight: 300;
  margin-top:20px;
}

.tab-item.active {
  opacity: 1;
  background-color: #f5f5ff;
}
.tab-content-icon {
  width: 70px;
  height: 70px;
  margin-bottom: 16px;
  display: block;
}


/* underline animado */
.tab-underline {
  position: relative;
  height: 2px;
  background: #e0e0e8;
  border-radius: 2px;
  margin-top: 10px;    /* 👈 el espacio ahora vive aquí, consistente en todos */
  margin-bottom: 10px;
  overflow: hidden;
}
.tab-underline::after {
  content: '';
  position: absolute;
  left: 0; top: 0;
  height: 100%;
  width: 100%;
  background: #9c57ff;
  border-radius: 2px;
  transform: translateX(-101%);
  transition: transform 0.45s cubic-bezier(0.4, 0, 0.2, 1);
}
.tab-item.active .tab-underline::after {
  transform: translateX(0);
}
.tabs-right {
  margin-top: 10px;
  width: 55%;
  position: relative;
  min-height: 300px; /* 👈 IMPORTANTE */
}

.tab-content {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s ease;
}

.tab-content.active {
  opacity: 1;
  pointer-events: auto;
  position: absolute;
}
/* color de los urls */
.link-services {
  color: #1948ff;
  text-decoration: underline !important;
  font-size: 16px;
  font-weight: bold;
  transition: color 0.2s ease;
}
.link-services:hover {
  color: #9c57ff;
}

@media (max-width: 768px) {

.tabs-module {
    flex-direction: column;
  }

.tabs-left,
.tabs-right {
    width: 100%;
  }

.tabs-right {
    display: none; /* 👈 ocultamos panel derecho */
  }
.tab-content .title-services,
  .tab-content h3 {
    display: none;
  }

.tab-content {
    position: static !important;
    opacity: 1 !important;
    pointer-events: auto !important;
    display: none;
    margin-top: 20px;
  }

.tab-item.active .tab-content {
    display: block;
  }
}



/* listado espaciado */ 
ul.espaciado-lista li {
  font-size: 16px;
  font-weight: 300 !important;
  color: #1b1b1c;
  margin-bottom: 5px;
}

ul.espaciado-lista li::marker {
  color: #1948ff;
}



/* imagenes que se deslizan*/  

/* Imagen 1: izquierda → derecha */
#hs_cos_wrapper_widget_1777577024219 {
  opacity: 0;
  transform: translateX(-120px);
  transition: all 0.9s ease-out;
}

#hs_cos_wrapper_widget_1777577024219.is-visible {
  opacity: 1;
  transform: translateX(0);
}
/* Imagen 2: derecha → izquierda */ 
#hs_cos_wrapper_module_177748731915936 {
  opacity: 0;
  transform: translateX(120px);
  transition: all 0.9s ease-out;
}

#hs_cos_wrapper_module_177748731915936.is-visible {
  opacity: 1;
  transform: translateX(0);
}



/* parallax imagen gusanito final; union de 3 secciones*/
 .dnd_area-row-8-background-layers, .dnd_area-row-9-background-layers, .dnd_area-row-10-background-layers, .dnd_area-row-11-background-layers {
    background-attachment: fixed !important;
    background-size: cover !important;
    background-position: center center !important;
    background-repeat: no-repeat !important;
  }