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


/* --- [ Hero banner ] --- */ 
/* cta diferente - animado*/
#cta-hero-banner {
  border: 2px solid #1b1b1c!important;
  background: none !important;
}

#cta-hero-banner:hover {
  border: 2px solid #9c57ff !important;
}

#cta-hero-banner .explore-arrow {
  background: #9c57ff !important;
  color: #ffffff !important;
}



/* titulo que cambia */
.phrase-container {
  font-size: 75px;
  font-weight: 500;
  letter-spacing: -0.9px;
  white-space: nowrap;
  line-height: 1;
  color: #1b1b1c;
  display: block !important;
  visibility: visible !important;
  z-index: 10 !important;
}

.static-text {
  font-weight: 700;
  display: inline-block;
  color: #1b1b1c;
}

/* Contenedor de las palabras dinámicas */
.dynamic-word {
  font-weight: 800 !important;
  position: relative;
  display: inline-block;
  width: 400px;
  height: 90px;
  vertical-align: baseline;
  overflow: visible;
}

/* Todas las palabras */
.word-display {
  position: absolute;
  left: 0;
  top: 0;
  width: max-content;
  height: 90px;
  line-height: 1;
  color: #1b1b1c;
  opacity: 0;
  white-space: nowrap;
  will-change: transform, opacity, filter;
}

/* Palabra activa */
.word-display.active {
  opacity: 1;
}

/* SOLO SHIPS */
.word-display:last-child {
  background: linear-gradient(120deg, #9c57ff, #b20dff);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  font-weight: 800 !important;
  font-size: 90px;
  letter-spacing: 1px !important;
}

@media(max-width: 767px){
.phrase-container {
  font-size: 60px;
}
}

/* --- [ Circles module ] --- */ 
#circle-3, #circle-2, #circle-1 {
  background: none !important;
  border: 2px solid #ffffff !important;
  font-size: 18px !important;
  height: 45px !important;
  width: 45px !important;
}

#explore-cta-3 {
  margin-top: 10px;
  border: 2px solid #ffffff!important;
  background: none !important;
}

#explore-cta-3:hover {
  border: 2px solid #9c57ff !important;
}

#explore-cta-3 .explore-arrow {
  background: #9c57ff !important;
  color: #ffffff !important;
}

@media (max-width: 768px) {
  .circles-wrapper {
    display: flex;
    flex-direction: column;
    gap: 2px;
  }
}

.scroll_expand_section {
border-radius: 45px 45px 0 0;
}




/* --- [ Grid - Ecosystem ] --- */ 
#modules-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px;
}
.module-card h3 {
  margin-bottom: 0;
  color: #9c57ff;
  font-size: 14px;
  font-weight: 500;
}

.module-card .title-ecosystem {
  margin-top: 10px;
  font-size: 30px;
  font-weight: 700;
  color: 1b1b1c;
}
.module-card .title-info {
  font-size: 16px;
  color: #1b1b1c;
}

.module-card {
  box-sizing: border-box;
  width: 100%;
  padding: 25px 45px;
  background: #f5f5ff;
  border: 2px solid #1b1b1c;
  border-radius: 45px;
  transition:
    transform 0.35s ease,
    box-shadow 0.35s ease,
    border-color 0.35s ease;
}
.module-card:has(.explore-cta:hover){
  background: #e5e5f0;
  box-shadow: 0px -5px 15px rgba(156, 87, 255, 0.1);
   border: 2px solid #1b1b1c;
}
@media (max-width: 768px) {
  #modules-grid {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 30px;

  }

  .module-card {
    padding: 15px 25px; 
    border-radius: 30px;
  }
}



#explore-cta-2 {
  margin-top: 10px;
  border: 2px solid #1b1b1c!important;
  background: #f5f5ff !important;
}

#explore-cta-2:hover {
  border: 2px solid #1b1b1c !important;
}

#explore-cta-2 .explore-arrow {
  background: #9c57ff !important;
  color: #ffffff !important;
}


#explore-cta-2-open {
  margin-top: 10px;
  border: 2px solid #1b1b1c!important;
  background: #f5f5ff !important;
}

#explore-cta-2-open:hover {
  border: 2px solid #1b1b1c !important;
}

#explore-cta-2-open .explore-arrow {
    background: #9c57ff !important;
  color: #ffffff !important;
}




/* Bullets */ 
ul.espaciado-lista {
  margin: 15px;
}
ul.espaciado-lista li {
  padding-left: 0px;
  font-size: 16px;
  font-weight: 300 !important;
  color: #1b1b1c;
  margin-bottom: 5px;
}
ul.espaciado-lista li::marker {
  color: #9c57ff;
}


/* --- [ Why softtek - Word] --- */ 
.why-softtek {
  font-size: 55px;
  position: relative;
  will-change: transform, filter, opacity;
}

@media (max-width: 768px) { 
  .why-softtek {
    font-size: 45px;  
    text-align: center;
  }

}


/* --- [ What our clients achieve ] --- */ 

#clients-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0 60px;
}

.number-clients {
  font-size: 60px;
  color: #9c57ff;
  font-weight: 700;
  margin-bottom: 5px;
  margin-top: 0;
}
.clients-info {
  font-size: 16px;
  color: #1b1b1c;
  font-weight: 300;
  margin-top:5px;
}
@media (max-width: 768px) {
  #clients-grid {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 30px;
  }

}


#hs_cos_wrapper_module_178776979288019 hr, #hs_cos_wrapper_module_1787773130751 hr, #hs_cos_wrapper_module_1787773135773 hr {
  border-radius: 30px;
}

@media(max-width: 767px){
  .intro_section_layout_2{
    background-position: 65% center!important;
    position: relative;
  }
  .intro_section_layout_2 .dnd-column:first-of-type {
          background-color: rgba(255, 255, 255, .5);
  }
  .row-depth-1.row-number-3.dnd-row .dnd-column,
  .row-depth-1.row-number-6.dnd-row .dnd-column{
    display: block;
    background-color: transparent;
    margin-top: 0;
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 0 !important;
    padding-right: 0 !important:
  }