
.hero-product {
    position: relative;
    min-height: 100vh;
    /* background: linear-gradient(rgba(47, 4, 63, 0.8), rgba(0, 0, 0, 0.8)); */
    display: flex;
    align-items: center;
    padding: clamp(1rem, 5vw, 2rem);
}

.hero-product-content {
    max-width: 1200px;
    margin: 0 auto;
    width: 100%;
}

.hero-product h1 {
    font-size: clamp(2.5rem, 6vw, 5rem);
    font-weight: 700;
    color: white;
    line-height: 1.1;
    margin-bottom: clamp(0.5rem, 2vw, 1rem);
}

.subtitle-product {
    font-size: clamp(1rem, 1.5vw, 1.2rem);
    color: #e5e5e5;
    margin-bottom: clamp(1.5rem, 3vw, 2rem);
    max-width: 600px;
}

.cta-button-product {
    display: inline-block;
    padding: clamp(0.8rem, 2vw, 1rem) clamp(1.5rem, 3vw, 2rem);
    /* background: linear-gradient(135deg, #2D1B69, #000000); */
    color: white;
    text-decoration: none;
    border-radius: 4px;
    font-weight: 500;
    transition: transform 0.2s;
    font-size: clamp(0.9rem, 1.5vw, 1rem);
}

.cta-button-product:hover {
    transform: translateY(-2px);
}

.partners {
    display: flex;
    gap: clamp(1rem, 2vw, 2rem);
    flex-wrap: wrap;
    margin-top: clamp(2rem, 4vw, 4rem);
    align-items: center;
}

.partner {
    height: clamp(20px, 4vw, 30px);
    filter: brightness(0) invert(1);
    opacity: 0.7;
    transition: opacity 0.3s;
}

.partner:hover {
    opacity: 1;
}

.workers-section {
    /* background: linear-gradient( rgba(0, 0, 0, 0.8),rgba(47, 4, 63, 0.8)); */
    /* padding: clamp(3rem, 6vw, 6rem) clamp(10rem, 3vw, 2rem);
    max-width: 100%; */
    /* margin: 0 auto; */
}

.section-header {
    text-align: center;
    margin-bottom: clamp(2rem, 4vw, 4rem);
}

.section-header h2 {
    font-size: clamp(2rem, 4vw, 2.5rem);
    margin-bottom: clamp(0.5rem, 2vw, 1rem);
    /* background: linear-gradient(135deg, #ffffff, #5c36d7); */
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    padding: 0 1rem;
}

.section-header p {
    color: white;
    max-width: 600px;
    margin: 0 auto;
    padding: 0 1rem;
    font-size: clamp(0.9rem, 1.5vw, 1rem);
    line-height: 1.6;
}

.workers-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 2rem;
  align-items: center;
}

.worker-video {
  display: flex;
  justify-content: flex-end;
  /* width: 90%; */
  height: 28rem;
  border-radius: 12px;
  overflow: hidden;
  /* opacity: 0; */
  /* transform: translateX(-100px); */
  transition: all 0.6s ease-out;
  flex-direction: column;
    align-items: center;
}

.worker-content {
  padding: 1rem;
  /* opacity: 0; */
  /* transform: translateX(100px); */
  transition: all 0.6s ease-out;
}

.workers-grid.visible .worker-video,
.workers-grid.visible .worker-content {
  opacity: 1;
  transform: translateX(0);
}

/* When not visible, animate in opposite directions */
.workers-grid:not(.visible) .worker-video {
  /* transform: translateX(-100px); */
  /* opacity: 0; */
}

.workers-grid:not(.visible) .worker-content {
  /* transform: translateX(100px); */
  /* opacity: 0; */
}

/* .worker-image {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
} */

.worker-title {
  font-size: 1.8rem;
  margin-bottom: 1rem;
  color: white;
}

.worker-description {
  font-size: 1.1rem;
  color: white;
  margin-bottom: 1.5rem;
}

.worker-link {
  display: inline-block;
  text-decoration: none;
  color: #007bff;
  font-weight: 500;
  transition: color 0.3s ease;
  margin-top: 2rem;
}

.worker-link:hover {
  color: #0056b3;
}

@media (max-width: 768px) {
  .workers-grid {
      grid-template-columns: 1fr;
      gap: 1rem;
  }

  .worker-video {
      max-height: 400px;
  }

  .worker-image {
      height: 100%;
      object-fit: cover;
  }

  .worker-content {
      text-align: center;
  }
}

@media (max-width: 768px) {
    .hero-content {
        text-align: center;
    }

    .partners {
        justify-content: center;
    }

    .subtitle {
        margin-left: auto;
        margin-right: auto;
    }
}

@media (max-width: 480px) {
    .partners {
        gap: 1rem;
    }

    .partner {
        height: 20px;
    }

    .worker-card {
        margin: 0 auto;
        max-width: 400px;
    }
    .workers-section {
        /* background: linear-gradient( rgba(0, 0, 0, 0.8),rgba(47, 4, 63, 0.8)); */
        /* padding: clamp(3rem, 6vw, 6rem) clamp(1rem, 3vw, 2rem);
        max-width: 1200px;
        margin: 0 auto; */
    }
    
}

@media (hover: none) {
    .cta-button:hover {
        transform: none;
    }

    .worker-card:hover {
        transform: none;
    }
}



  
  .hero-scroll {
    text-align: left;
    padding: 4rem 1rem;
    max-width: 95%;
    margin: 0 auto;
    background-color: #a2b7ff33;
    border-radius: 1rem;
    margin-top: 5rem;
  }
  
  .tag {
    color: white;
    font-size: 1rem;
    margin-bottom: 1rem;
    opacity: 0.8;
  }
  
  h1 {
    /* font-size: clamp(2.5rem, 5vw, 4rem); */
    /* line-height: 1.1; */
    /* margin: 0 0 1.5rem; */
    /* background: linear-gradient(to right, #fff, #a8b2d1); */
    /* -webkit-background-clip: text; */
    /* -webkit-text-fill-color: transparent; */
  }
  
  .subtitle-scroll {
    font-size: clamp(1rem, 2vw, 1.1rem);
    /* color: #8892b0; */
    margin-bottom: 2rem;
    max-width: 600px;
    color: white;
    /* margin-left: auto;
    margin-right: auto; */
  }
  
  .cta-scroll {
    background: transparent;
    color: white;
    border: 1px solid white;
    padding: 1rem 2rem;
    border-radius: 4px;
    font-size: 1rem;
    cursor: pointer;
    transition: all 0.3s ease;
  }
  
  .cta-scroll:hover {
    background: rgba(106, 2, 2, 0.1);
    transform: translateY(-2px);
  }
  
  .container-scroll {
    max-width: 1280px;
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
    padding: 2rem 0;
    margin: 0 auto;
    mask-image: radial-gradient(ellipse at center, black 20%, transparent 100%);
  }
  
  .row-scroll {
    position: relative;
    width: 100%;
    height: 60px;
    overflow: hidden;
    display: flex;
    align-items: center;
  }
  
  .scroll-content {
    display: flex;
    position: absolute;
    white-space: nowrap;
    will-change: transform;
    gap: 1rem;
    padding: 0 1rem;
  }
  
  .scroller-section{
    margin-bottom: 5rem;
 /* background: linear-gradient(rgba(47, 4, 63, 0.8), rgba(0, 0, 0, 0.8)); */
}


  .scroll-left {  
    animation: scrollLeft 40s linear infinite;
  }
  
  .scroll-left-slow {
    animation: scrollLeft 50s linear infinite;
  }
  
  .scroll-left-fast {
    animation: scrollLeft 30s linear infinite;
  }
  
  .item {
    padding: 0.75rem 1.5rem;
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 4px;
    color: #8892b0;
    margin: 0 0.25rem;
    flex-shrink: 0;
    transition: all 0.3s ease;
    backdrop-filter: blur(4px);
  }
  
  .item:hover {
    transform: translateY(-2px);
    background: rgba(255, 255, 255, 0.1);
    border-color: #64ffda;
    color: #64ffda;
  }
  
  @keyframes scrollLeft {
    0% {
      transform: translateX(0);
    }
    100% {
      transform: translateX(-50%);
    }
  }
  
  @media (max-width: 768px) {
    .hero {
      padding: 2rem 1rem;
    }
    
    .item {
      padding: 0.5rem 1rem;
      font-size: 0.875rem;
    }
  }