/* ============================================================
   HERO SLIDER — Lishaq Solutions
   Premium, dark, glassmorphism, Apple + Linear + Stripe + Vercel inspired
   ============================================================ */

/* ----- Wrapper ----- */
.hero-slider-wrapper {
  max-width: 1400px;
  width: 100%;
  margin: 0 auto;
  background: rgba(255, 255, 255, 0.03);
  backdrop-filter: blur(6px);
  -webkit-backdrop-filter: blur(6px);
  border-radius: 3rem;
  padding: 2rem 2rem 1.5rem;
  box-shadow: 0 25px 60px -15px rgba(0, 0, 0, 0.8), inset 0 0 0 1px rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.03);
  transition: all 0.2s ease;
}

/* ----- Slider Viewport ----- */
.hero-slider {
  position: relative;
  overflow: hidden;
  border-radius: 2rem;
  min-height: 580px;
  background: radial-gradient(circle at 20% 30%, rgba(88, 60, 255, 0.12), transparent 60%),
              radial-gradient(circle at 80% 70%, rgba(0, 200, 255, 0.08), transparent 50%),
              #0B0F19;
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.03);
}

/* ----- Slides Container ----- */
.hero-slides-container {
  display: flex;
  width: 100%;
  height: 100%;
  min-height: 580px;
  transition: transform 0.85s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  will-change: transform;
}

/* ----- Individual Slide ----- */
.hero-slide {
  flex: 0 0 100%;
  display: flex;
  flex-direction: column;
  padding: 2.5rem 2.8rem;
  gap: 1.8rem;
  min-height: 580px;
  position: relative;
}

/* ----- Slide Grid (Left + Right) ----- */
.hero-slide-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 2.5rem;
  align-items: center;
  width: 100%;
  height: 100%;
}

/* ----- LEFT SIDE ----- */
.hero-slide-left {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  gap: 1.2rem;
  z-index: 5;
}

/* Badge */
.hero-badge {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  background: rgba(255, 255, 255, 0.04);
  backdrop-filter: blur(4px);
  -webkit-backdrop-filter: blur(4px);
  padding: 0.45rem 1.2rem 0.45rem 1rem;
  border-radius: 60px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  font-size: 0.7rem;
  font-weight: 600;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  color: #b3c6ff;
  background: rgba(65, 88, 208, 0.15);
  box-shadow: 0 0 20px rgba(80, 60, 255, 0.15);
  animation: heroBadgePulse 6s infinite alternate;
}

.hero-badge i {
  font-size: 0.6rem;
  color: #7f9cf5;
}

@keyframes heroBadgePulse {
  0% { opacity: 0.8; transform: scale(1); }
  100% { opacity: 1; transform: scale(1.02); }
}

/* Heading */
.hero-slide-left h1 {
  font-size: 3.4rem;
  font-weight: 700;
  line-height: 1.1;
  letter-spacing: -0.02em;
  background: linear-gradient(135deg, #ffffff 0%, #c8d6ff 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  max-width: 90%;
}

/* Description */
.hero-slide-left p {
  font-size: 1.1rem;
  line-height: 1.6;
  color: rgba(210, 220, 255, 0.8);
  max-width: 90%;
  font-weight: 400;
  margin-top: 0.2rem;
}

/* CTA Group */
.hero-cta-group {
  display: flex;
  flex-wrap: wrap;
  gap: 0.9rem;
  margin-top: 0.4rem;
}

.hero-btn {
  display: inline-flex;
  align-items: center;
  gap: 0.6rem;
  padding: 0.8rem 2rem;
  border-radius: 60px;
  font-weight: 600;
  font-size: 0.95rem;
  border: none;
  cursor: pointer;
  transition: all 0.25s ease;
  text-decoration: none;
  background: rgba(255, 255, 255, 0.05);
  color: #f0f3fa;
  backdrop-filter: blur(4px);
  -webkit-backdrop-filter: blur(4px);
  border: 1px solid rgba(255, 255, 255, 0.08);
  box-shadow: 0 8px 20px -10px rgba(0, 0, 0, 0.6);
}

.hero-btn-primary {
  background: linear-gradient(135deg, #6366f1, #8b5cf6);
  border: 1px solid rgba(255, 255, 255, 0.15);
  color: #fff;
  box-shadow: 0 12px 28px -8px rgba(99, 102, 241, 0.3);
}

.hero-btn-primary:hover {
  transform: translateY(-3px) scale(1.02);
  box-shadow: 0 20px 35px -8px rgba(99, 102, 241, 0.45);
  background: linear-gradient(135deg, #818cf8, #a78bfa);
}

.hero-btn-secondary {
  background: rgba(255, 255, 255, 0.03);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  border: 1px solid rgba(255, 255, 255, 0.12);
}

.hero-btn-secondary:hover {
  background: rgba(255, 255, 255, 0.1);
  transform: translateY(-3px);
  border-color: rgba(255, 255, 255, 0.25);
}

/* ----- RIGHT SIDE (Illustration) ----- */
.hero-slide-right {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  min-height: 260px;
}

.hero-illustration-wrapper {
  position: relative;
  width: 100%;
  max-width: 420px;
  aspect-ratio: 1/0.9;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* Glass card for icons */
.hero-glass-card {
  background: rgba(255, 255, 255, 0.04);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  border-radius: 2.5rem;
  padding: 1.8rem 2rem;
  border: 1px solid rgba(255, 255, 255, 0.08);
  box-shadow: 0 25px 45px -18px rgba(0, 0, 0, 0.8), inset 0 0 0 1px rgba(255, 255, 255, 0.02);
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background: radial-gradient(circle at 30% 40%, rgba(99, 102, 241, 0.10), transparent 70%);
}

/* Floating icons container */
.hero-floating-icon {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 1.5rem;
}

.hero-floating-icon .hero-icon-card {
  background: rgba(255, 255, 255, 0.03);
  backdrop-filter: blur(4px);
  -webkit-backdrop-filter: blur(4px);
  border-radius: 2rem;
  padding: 1.2rem 1.5rem;
  border: 1px solid rgba(255, 255, 255, 0.05);
  box-shadow: 0 12px 28px -12px #00000066;
  font-size: 2.8rem;
  color: #a5b4fc;
  transition: all 0.3s ease;
}

.hero-icon-card i {
  filter: drop-shadow(0 0 12px rgba(99, 102, 241, 0.3));
}

.hero-icon-card span {
  display: block;
  font-size: 0.7rem;
  font-weight: 500;
  color: #cbd5e1;
  margin-top: 0.3rem;
  letter-spacing: 0.02em;
}

/* Floating animations */
.hero-float-1 {
  animation: heroFloatY 7s infinite alternate ease-in-out;
}

.hero-float-2 {
  animation: heroFloatY 8s infinite alternate-reverse ease-in-out;
}

.hero-float-3 {
  animation: heroFloatY 6.5s infinite alternate ease-in-out;
}

@keyframes heroFloatY {
  0% { transform: translateY(0px); }
  100% { transform: translateY(-12px); }
}

/* ----- Navigation Arrows ----- */
.hero-nav-arrows {
  position: absolute;
  bottom: 2.5rem;
  right: 2.5rem;
  display: flex;
  gap: 0.6rem;
  z-index: 25;
}

.hero-arrow-btn {
  width: 44px;
  height: 44px;
  border-radius: 60px;
  background: rgba(255, 255, 255, 0.04);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  border: 1px solid rgba(255, 255, 255, 0.08);
  color: #e0e7ff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1rem;
  transition: all 0.2s ease;
  cursor: pointer;
  box-shadow: 0 8px 18px -8px rgba(0, 0, 0, 0.6);
}

.hero-arrow-btn:hover {
  background: rgba(255, 255, 255, 0.12);
  border-color: rgba(255, 255, 255, 0.2);
  transform: scale(1.04);
}

.hero-arrow-btn:focus-visible {
  outline: 2px solid #818cf8;
  outline-offset: 3px;
}

/* ----- Progress Indicators ----- */
.hero-progress-indicators {
  position: absolute;
  bottom: 2.5rem;
  left: 2.5rem;
  display: flex;
  gap: 0.8rem;
  align-items: center;
  z-index: 20;
}

.hero-progress-dot {
  width: 46px;
  height: 4px;
  border-radius: 6px;
  background: rgba(255, 255, 255, 0.12);
  cursor: pointer;
  transition: background 0.25s ease;
  position: relative;
  overflow: hidden;
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.3);
}

.hero-progress-dot.active {
  background: rgba(255, 255, 255, 0.2);
}

.hero-progress-dot .hero-bar {
  height: 100%;
  width: 0%;
  background: linear-gradient(90deg, #6366f1, #a78bfa);
  border-radius: 6px;
  transition: width 0.1s linear;
  box-shadow: 0 0 16px #818cf880;
}

.hero-progress-dot.active .hero-bar {
  width: 100%;
  transition: width 6s linear;
}

.hero-progress-dot:focus-visible {
  outline: 2px solid #818cf8;
  outline-offset: 3px;
}

/* ----- Bottom Trust Bar ----- */
.hero-trust-bar {
  margin-top: 1.8rem;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  gap: 1.2rem 1.8rem;
  padding: 0.8rem 0.2rem;
  border-top: 1px solid rgba(255, 255, 255, 0.04);
  background: rgba(255, 255, 255, 0.01);
  backdrop-filter: blur(2px);
  border-radius: 4rem;
}

.hero-trust-item {
  display: flex;
  align-items: center;
  gap: 0.8rem;
  font-size: 0.85rem;
  font-weight: 500;
  color: #b9c8ff;
  letter-spacing: 0.01em;
}

.hero-trust-item i {
  font-size: 1.2rem;
  color: #7f9cf5;
  filter: drop-shadow(0 0 8px #6366f160);
}

/* ============================================================
   RESPONSIVE BREAKPOINTS
   ============================================================ */

@media (max-width: 1024px) {
  .hero-slide-grid {
    grid-template-columns: 1fr;
    gap: 1rem;
  }

  .hero-slide-left h1 {
    font-size: 2.8rem;
    max-width: 100%;
  }

  .hero-slide-left p {
    max-width: 100%;
  }

  .hero-slider {
    min-height: 700px;
  }

  .hero-slides-container {
    min-height: 700px;
  }

  .hero-slide {
    min-height: 700px;
    padding: 2rem 1.8rem;
  }

  .hero-illustration-wrapper {
    max-width: 320px;
  }
}

@media (max-width: 768px) {
  .hero-slider-wrapper {
    padding: 1rem;
    border-radius: 2rem;
  }

  .hero-slide {
    padding: 1.8rem 1.2rem;
  }

  .hero-slide-left h1 {
    font-size: 2.4rem;
  }

  .hero-slide-left p {
    font-size: 1rem;
  }

  .hero-cta-group .hero-btn {
    padding: 0.7rem 1.5rem;
    font-size: 0.85rem;
  }

  .hero-nav-arrows {
    bottom: 1.2rem;
    right: 1.2rem;
  }

  .hero-progress-indicators {
    bottom: 1.2rem;
    left: 1.2rem;
  }

  .hero-trust-bar {
    justify-content: center;
    gap: 0.8rem 1.2rem;
  }

  .hero-arrow-btn {
    width: 38px;
    height: 38px;
    font-size: 0.85rem;
  }

  .hero-progress-dot {
    width: 32px;
  }
}

@media (max-width: 480px) {
  .hero-slider-wrapper {
    padding: 0.75rem;
    border-radius: 1.5rem;
  }

  .hero-slider {
    border-radius: 1.25rem;
    min-height: 580px;
  }

  .hero-slide {
    padding: 1.2rem 0.9rem;
    min-height: 580px;
  }

  .hero-slide-left h1 {
    font-size: 1.8rem;
  }

  .hero-slide-left p {
    font-size: 0.9rem;
    max-width: 100%;
  }

  .hero-badge {
    font-size: 0.6rem;
    padding: 0.3rem 0.9rem 0.3rem 0.7rem;
  }

  .hero-cta-group {
    gap: 0.6rem;
    width: 100%;
  }

  .hero-cta-group .hero-btn {
    padding: 0.6rem 1.2rem;
    font-size: 0.8rem;
    flex: 1;
    justify-content: center;
  }

  .hero-illustration-wrapper {
    max-width: 220px;
  }

  .hero-glass-card {
    padding: 1rem 0.8rem;
    border-radius: 1.5rem;
  }

  .hero-floating-icon {
    gap: 0.8rem;
  }

  .hero-floating-icon .hero-icon-card {
    padding: 0.8rem 1rem;
    font-size: 1.8rem;
    border-radius: 1.2rem;
  }

  .hero-floating-icon .hero-icon-card span {
    font-size: 0.55rem;
  }

  .hero-nav-arrows {
    bottom: 0.8rem;
    right: 0.8rem;
    gap: 0.4rem;
  }

  .hero-arrow-btn {
    width: 32px;
    height: 32px;
    font-size: 0.7rem;
  }

  .hero-progress-indicators {
    bottom: 0.8rem;
    left: 0.8rem;
    gap: 0.4rem;
  }

  .hero-progress-dot {
    width: 24px;
    height: 3px;
  }

  .hero-trust-bar {
    gap: 0.4rem 0.8rem;
    padding: 0.5rem 0.2rem;
    border-radius: 2rem;
    margin-top: 1rem;
  }

  .hero-trust-item {
    font-size: 0.65rem;
    gap: 0.4rem;
  }

  .hero-trust-item i {
    font-size: 0.9rem;
  }
}