.elementor-142 .elementor-element.elementor-element-dd37cdd{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-widget-heading .elementor-heading-title{font-family:var( --e-global-typography-primary-font-family );font-weight:var( --e-global-typography-primary-font-weight );color:var( --e-global-color-primary );}.elementor-142 .elementor-element.elementor-element-5b66f4b{--display:flex;--flex-direction:row;--container-widget-width:initial;--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--flex-wrap-mobile:wrap;--gap:0px 0px;--row-gap:0px;--column-gap:0px;--flex-wrap:wrap;}.elementor-142 .elementor-element.elementor-element-de633cf{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-142 .elementor-element.elementor-element-836eea1 .elementor-heading-title{color:#FFFFFF;}.elementor-142 .elementor-element.elementor-element-217d314{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-142 .elementor-element.elementor-element-702b3f1{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-142 .elementor-element.elementor-element-ac054ff{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-142 .elementor-element.elementor-element-9ec55ad{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-142 .elementor-element.elementor-element-30e2eaa{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-142 .elementor-element.elementor-element-f248793{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}@media(min-width:769px){.elementor-142 .elementor-element.elementor-element-de633cf{--width:66.6666%;}.elementor-142 .elementor-element.elementor-element-217d314{--width:33.3333%;}.elementor-142 .elementor-element.elementor-element-702b3f1{--width:33.3333%;}.elementor-142 .elementor-element.elementor-element-ac054ff{--width:66.6666%;}}/* Start custom CSS for heading, class: .elementor-element-836eea1 *//* Hero Title */
h1 {
  font-size: clamp(48px, 8vw, 80px);
  font-weight: 300;
  color: #ffffff;
  line-height: 1.1;
  margin-bottom: 24px;
}

h1 strong {
  font-weight: 700;
  color: #c7ffdf; /* Rosa/magenta como el de tu preview */
}

/* Subtítulo */
h1 + p {
  font-size: clamp(18px, 2.5vw, 22px);
  font-weight: 400;
  color: #a1a1a1;
  line-height: 1.6;
  max-width: 600px;
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-ea2618c */<style>
/* Stats Grid */
.bblabs-stats-grid {
  display: flex;
  gap: 2rem;
  flex-wrap: wrap;
}

.stat-card {
  background: rgba(199, 255, 223, 0.03); /* Tinte verde menta muy sutil */
  border: 1px solid rgba(199, 255, 223, 0.15);
  border-radius: 12px;
  padding: 2rem 2.5rem;
  text-align: center;
  transition: all 0.3s ease;
  min-width: 180px;
}

.stat-card:hover {
  border-color: #C7FFDF; /* Verde menta claro */
  transform: translateY(-5px);
  box-shadow: 0 10px 40px rgba(199, 255, 223, 0.2);
}

.stat-number {
  display: block;
  font-size: 3rem;
  font-weight: 700;
  background: linear-gradient(135deg, #C7FFDF 0%, #FFFFFF 100%); /* Gradiente verde menta a blanco */
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  margin-bottom: 0.5rem;
}

.stat-label {
  color: rgba(255, 255, 255, 0.7);
  font-size: 0.95rem;
  text-transform: uppercase;
  letter-spacing: 1px;
}

/* CTA Button estilo BBLabs */
.bblabs-cta {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  background: linear-gradient(135deg, #C7FFDF 0%, #A8F5CF 100%); /* Gradiente verde menta */
  color: #0a0a0a;
  padding: 1rem 2rem;
  border-radius: 50px;
  font-weight: 600;
  text-decoration: none;
  transition: all 0.3s ease;
}

.bblabs-cta:hover {
  transform: scale(1.05);
  box-shadow: 0 10px 30px rgba(199, 255, 223, 0.4);
  background: linear-gradient(135deg, #FFFFFF 0%, #C7FFDF 100%); /* Invierte en hover */
}

.bblabs-cta svg {
  transition: transform 0.3s ease;
}

.bblabs-cta:hover svg {
  transform: translateX(5px);
}
</style>/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-e6ad5b7 */<style>
/* Sección de clientes */
.clients-section {
  width: 100%;
  padding: 1.5rem 0;
}

.clients-label {
  color: rgba(255, 255, 255, 0.5);
  font-size: 0.85rem;
  text-transform: uppercase;
  letter-spacing: 2px;
  margin-bottom: 1.5rem;
  text-align: left;
}

/* Carrusel de logos */
.logo-carousel {
  width: 100%;
  overflow: hidden;
  position: relative;
  mask-image: linear-gradient(
    to right,
    transparent,
    black 10%,
    black 90%,
    transparent
  );
  -webkit-mask-image: linear-gradient(
    to right,
    transparent,
    black 10%,
    black 90%,
    transparent
  );
}

.logo-track {
  display: flex;
  gap: 3rem;
  animation: scroll 20s linear infinite;
  width: max-content;
}

.logo-item {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 50px;
  min-width: 120px;
}

.logo-item img {
  max-height: 40px;
  max-width: 120px;
  width: auto;
  object-fit: contain;
  filter: grayscale(100%) brightness(0.8);
  opacity: 0.6;
  transition: all 0.3s ease;
}

.logo-item img:hover {
  filter: grayscale(0%) brightness(1);
  opacity: 1;
}

/* Animación de scroll infinito */
@keyframes scroll {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}

/* Pausar animación al hover */
.logo-carousel:hover .logo-track {
  animation-play-state: paused;
}

/* Responsive */
@media (max-width: 768px) {
  .logo-track {
    gap: 2rem;
  }
  
  .logo-item img {
    max-height: 30px;
    max-width: 100px;
  }
}
</style>/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-4579fdb */<style>
.why-section {
  padding: 120px 0;
  max-width: 1200px;
  margin: 0 auto;
}

.why-header {
  text-align: center;
  max-width: 600px;
  margin: 0 auto 80px;
}

.section-tag {
  display: inline-block;
  color: #4ECDC4;
  font-size: 0.8rem;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 3px;
  margin-bottom: 1.5rem;
}

.section-title {
  font-size: 2.75rem;
  font-weight: 600;
  color: #ffffff;
  margin-bottom: 1.5rem;
  line-height: 1.2;
}

.section-subtitle {
  font-size: 1.1rem;
  color: rgba(255, 255, 255, 0.5);
  line-height: 1.7;
}

.why-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px 30px;
}

.why-card {
  padding: 40px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  transition: all 0.3s ease;
}

.why-card:hover {
  border-top-color: #4ECDC4;
}

.card-icon {
  margin-bottom: 24px;
  transition: transform 0.3s ease;
}

.card-icon svg {
  stroke: rgba(255, 255, 255, 0.4);
  transition: stroke 0.3s ease;
}

.why-card:hover .card-icon {
  transform: translateY(-4px);
}

.why-card:hover .card-icon svg {
  stroke: #4ECDC4;
}

.why-card h3 {
  font-size: 1.2rem;
  font-weight: 500;
  color: #ffffff;
  margin-bottom: 12px;
  transition: color 0.3s ease;
}

.why-card:hover h3 {
  color: #4ECDC4;
}

.why-card p {
  font-size: 0.95rem;
  color: rgba(255, 255, 255, 0.5);
  line-height: 1.6;
  margin: 0;
}

/* Responsive */
@media (max-width: 1024px) {
  .why-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 768px) {
  .why-section {
    padding: 80px 20px;
  }
  
  .why-grid {
    grid-template-columns: 1fr;
    gap: 0;
  }
  
  .section-title {
    font-size: 2rem;
  }
}
</style>/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-d81a69f */<style>
.benefits-section {
  padding: 120px 0;
  max-width: 1200px;
  margin: 0 auto;
  border-top: 1px solid rgba(255, 255, 255, 0.06);
}

.benefits-header {
  text-align: center;
  max-width: 600px;
  margin: 0 auto 80px;
}

.section-tag {
  display: inline-block;
  color: #4ECDC4;
  font-size: 0.8rem;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 3px;
  margin-bottom: 1.5rem;
}

.section-title {
  font-size: 2.75rem;
  font-weight: 600;
  color: #ffffff;
  margin-bottom: 1.5rem;
  line-height: 1.2;
}

.section-subtitle {
  font-size: 1.1rem;
  color: rgba(255, 255, 255, 0.5);
  line-height: 1.7;
}

.benefits-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 50px;
}

.benefit-category {
  padding: 0;
}

.category-title {
  font-size: 1rem;
  font-weight: 600;
  color: #ffffff;
  margin-bottom: 24px;
  padding-bottom: 16px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  position: relative;
}

/* Línea animada bajo el título de categoría */
.category-title::after {
  content: '';
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 0;
  height: 1px;
  background: #4ECDC4;
  transition: width 0.4s ease;
}

.benefit-category:hover .category-title::after {
  width: 100%;
}

.benefit-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.benefit-list li {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  font-size: 0.95rem;
  color: rgba(255, 255, 255, 0.5);
  transition: all 0.3s ease;
  padding: 8px 0;
  position: relative;
}

/* Efecto: desplazamiento horizontal + iluminación */
.benefit-list li:hover {
  color: rgba(255, 255, 255, 0.95);
  transform: translateX(8px);
}

.benefit-icon {
  flex-shrink: 0;
  margin-top: 2px;
  transition: transform 0.3s ease;
}

.benefit-icon svg {
  stroke: rgba(255, 255, 255, 0.3);
  transition: all 0.3s ease;
}

/* Efecto: icono escala + color */
.benefit-list li:hover .benefit-icon {
  transform: scale(1.2);
}

.benefit-list li:hover .benefit-icon svg {
  stroke: #4ECDC4;
}

/* Responsive */
@media (max-width: 1024px) {
  .benefits-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 40px;
  }
}

@media (max-width: 768px) {
  .benefits-section {
    padding: 80px 20px;
  }
  
  .benefits-grid {
    grid-template-columns: 1fr;
    gap: 50px;
  }
  
  .section-title {
    font-size: 2rem;
  }
  
  .benefit-list li:hover {
    transform: translateX(4px);
  }
}
</style>/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-6717496 */<style>
.application-section {
  padding: 120px 0;
  max-width: 800px;
  margin: 0 auto;
  border-top: 1px solid rgba(255, 255, 255, 0.06);
}

.application-header {
  text-align: center;
  max-width: 600px;
  margin: 0 auto 60px;
}

.section-tag {
  display: inline-block;
  color: #4ECDC4;
  font-size: 0.8rem;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 3px;
  margin-bottom: 1.5rem;
}

.section-title {
  font-size: 2.75rem;
  font-weight: 600;
  color: #ffffff;
  margin-bottom: 1.5rem;
}

.section-subtitle {
  font-size: 1.1rem;
  color: rgba(255, 255, 255, 0.5);
}

/* Stepper Progress */
.stepper-progress {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 60px;
  gap: 0;
}

.step-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  position: relative;
}

.step-number {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.2);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.95rem;
  font-weight: 500;
  color: rgba(255, 255, 255, 0.4);
  background: transparent;
  transition: all 0.4s ease;
}

.step-label {
  font-size: 0.8rem;
  color: rgba(255, 255, 255, 0.4);
  transition: color 0.3s ease;
}

.step-line {
  width: 80px;
  height: 1px;
  background: rgba(255, 255, 255, 0.1);
  margin: 0 15px;
  margin-bottom: 30px;
  position: relative;
  overflow: hidden;
}

.step-line::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 0;
  background: #4ECDC4;
  transition: width 0.4s ease;
}

/* Active & Completed States */
.step-item.active .step-number {
  border-color: #4ECDC4;
  color: #4ECDC4;
}

.step-item.active .step-label {
  color: #4ECDC4;
}

.step-item.completed .step-number {
  background: #4ECDC4;
  border-color: #4ECDC4;
  color: #0a0a0a;
}

.step-item.completed .step-label {
  color: rgba(255, 255, 255, 0.7);
}

.step-line.completed::after {
  width: 100%;
}

/* Form Container */
.application-form {
  background: rgba(255, 255, 255, 0.02);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 16px;
  padding: 50px;
}

.form-step {
  display: none;
}

.form-step.active {
  display: block;
  animation: fadeIn 0.4s ease;
}

@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translateX(20px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}

.step-title {
  font-size: 1.5rem;
  font-weight: 600;
  color: #ffffff;
  margin-bottom: 8px;
}

.step-description {
  font-size: 0.95rem;
  color: rgba(255, 255, 255, 0.5);
  margin-bottom: 40px;
}

/* Form Grid */
.form-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 24px;
}

.form-group {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.form-group.full-width {
  grid-column: span 2;
}

.form-group label {
  font-size: 0.85rem;
  font-weight: 500;
  color: rgba(255, 255, 255, 0.7);
}

.form-group input,
.form-group select,
.form-group textarea {
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 8px;
  padding: 14px 16px;
  font-size: 0.95rem;
  color: #ffffff;
  transition: all 0.3s ease;
}

.form-group input::placeholder,
.form-group textarea::placeholder {
  color: rgba(255, 255, 255, 0.3);
}

.form-group input:focus,
.form-group select:focus,
.form-group textarea:focus {
  outline: none;
  border-color: #4ECDC4;
  background: rgba(78, 205, 196, 0.05);
}

.form-group select {
  cursor: pointer;
  appearance: none;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 24 24' fill='none' stroke='rgba(255,255,255,0.5)' stroke-width='2'%3E%3Cpath d='M6 9l6 6 6-6'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 12px center;
}

.form-group select option {
  background: #1a1a1a;
  color: #ffffff;
}

.form-group textarea {
  resize: vertical;
  min-height: 120px;
}

/* File Upload */
.file-upload {
  position: relative;
}

.file-upload input[type="file"] {
  position: absolute;
  width: 100%;
  height: 100%;
  opacity: 0;
  cursor: pointer;
  z-index: 2;
}

.file-upload-content {
  border: 1px dashed rgba(255, 255, 255, 0.2);
  border-radius: 8px;
  padding: 40px;
  text-align: center;
  transition: all 0.3s ease;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
}

.file-upload:hover .file-upload-content {
  border-color: #4ECDC4;
  background: rgba(78, 205, 196, 0.03);
}

.file-upload-content svg {
  stroke: rgba(255, 255, 255, 0.4);
  transition: stroke 0.3s ease;
}

.file-upload:hover .file-upload-content svg {
  stroke: #4ECDC4;
}

.file-text {
  font-size: 0.95rem;
  color: rgba(255, 255, 255, 0.7);
}

.file-hint {
  font-size: 0.8rem;
  color: rgba(255, 255, 255, 0.4);
}

/* Review Section */
.review-container {
  display: flex;
  flex-direction: column;
  gap: 30px;
}

.review-section {
  padding-bottom: 24px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.review-section h4 {
  font-size: 0.85rem;
  font-weight: 600;
  color: #4ECDC4;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 20px;
}

.review-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px;
}

.review-item {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.review-label {
  font-size: 0.8rem;
  color: rgba(255, 255, 255, 0.4);
}

.review-value {
  font-size: 0.95rem;
  color: #ffffff;
}

/* Checkbox */
.consent-group {
  margin-top: 20px;
}

.checkbox-label {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  cursor: pointer;
  font-size: 0.9rem;
  color: rgba(255, 255, 255, 0.6);
}

.checkbox-label input {
  display: none;
}

.checkmark {
  width: 20px;
  height: 20px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 4px;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
  margin-top: 2px;
}

.checkbox-label input:checked + .checkmark {
  background: #4ECDC4;
  border-color: #4ECDC4;
}

.checkbox-label input:checked + .checkmark::after {
  content: '';
  width: 6px;
  height: 10px;
  border: solid #0a0a0a;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
  margin-bottom: 2px;
}

.checkbox-label a {
  color: #4ECDC4;
  text-decoration: none;
}

.checkbox-label a:hover {
  text-decoration: underline;
}

/* Navigation Buttons */
.form-navigation {
  display: flex;
  justify-content: space-between;
  margin-top: 50px;
  padding-top: 30px;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.btn-prev,
.btn-next,
.btn-submit {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 14px 28px;
  border-radius: 8px;
  font-size: 0.95rem;
  font-weight: 500;
  cursor: pointer;
  transition: all 0.3s ease;
  border: none;
}

.btn-prev {
  background: transparent;
  border: 1px solid rgba(255, 255, 255, 0.15);
  color: rgba(255, 255, 255, 0.6);
}

.btn-prev:hover:not(:disabled) {
  border-color: rgba(255, 255, 255, 0.3);
  color: #ffffff;
}

.btn-prev:disabled {
  opacity: 0.3;
  cursor: not-allowed;
}

.btn-next {
  background: #4ECDC4;
  color: #0a0a0a;
  margin-left: auto;
}

.btn-next:hover {
  background: #3dbdb5;
  transform: translateX(4px);
}

.btn-submit {
  background: #4ECDC4;
  color: #0a0a0a;
  margin-left: auto;
}

.btn-submit:hover {
  background: #3dbdb5;
}

/* Responsive */
@media (max-width: 768px) {
  .application-section {
    padding: 80px 20px;
  }
  
  .application-form {
    padding: 30px 20px;
  }
  
  .stepper-progress {
    flex-wrap: wrap;
    gap: 20px;
  }
  
  .step-line {
    display: none;
  }
  
  .form-grid {
    grid-template-columns: 1fr;
  }
  
  .form-group.full-width {
    grid-column: span 1;
  }
  
  .review-grid {
    grid-template-columns: 1fr;
  }
  
  .form-navigation {
    flex-direction: column;
    gap: 15px;
  }
  
  .btn-prev,
  .btn-next,
  .btn-submit {
    width: 100%;
    justify-content: center;
  }
  
  .btn-next,
  .btn-submit {
    margin-left: 0;
  }
}
</style>/* End custom CSS */