.hero-aurora {
  position: relative;
  min-height: 100vh;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #0a0a0f;
}

.hero-aurora::before {
  content: '';
  position: absolute;
  inset: 0;
  background:
    radial-gradient(ellipse 80% 60% at 30% 50%, rgba(0, 200, 220, 0.06), transparent 70%),
    radial-gradient(ellipse 60% 50% at 70% 40%, rgba(120, 80, 255, 0.04), transparent 60%);
  pointer-events: none;
  z-index: 1;
}

#heroParticles {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
}

.hero-dot-grid {
  position: absolute;
  inset: 0;
  z-index: 0;
  background-image: radial-gradient(rgba(0, 210, 230, 0.15) 1px, transparent 1px);
  background-size: 32px 32px;
  mask-image: radial-gradient(ellipse 70% 60% at 50% 50%, black 20%, transparent 70%);
  -webkit-mask-image: radial-gradient(ellipse 70% 60% at 50% 50%, black 20%, transparent 70%);
  opacity: 0.4;
}

.hero-gradient-overlay {
  position: absolute;
  inset: 0;
  z-index: 3;
  background: linear-gradient(
    to bottom,
    rgba(10, 10, 15, 0.8) 0%,
    rgba(10, 10, 15, 0.4) 30%,
    rgba(10, 10, 15, 0.4) 70%,
    rgba(10, 10, 15, 0.8) 100%
  );
  pointer-events: none;
}

.hero-content {
  position: relative;
  z-index: 10;
  width: min(900px, 92vw);
  text-align: center;
  padding: 40px 24px;
}

.hero-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 8px 16px;
  margin-bottom: 24px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.03);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  color: #c9fd34;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.15em;
  text-transform: uppercase;
}

.hero-badge-dot {
  position: relative;
  width: 8px;
  height: 8px;
}

.hero-badge-dot::before {
  content: '';
  position: absolute;
  inset: 0;
  border-radius: 50%;
  background: #c9fd34;
  animation: hero-ping 2s cubic-bezier(0, 0, 0.2, 1) infinite;
}

.hero-badge-dot::after {
  content: '';
  position: absolute;
  inset: 1px;
  border-radius: 50%;
  background: #c9fd34;
}

.hero-title {
  margin: 0;
  font-size: clamp(2.8rem, 7vw, 5.5rem);
  line-height: 1.08;
  letter-spacing: -0.04em;
  font-weight: 800;
  color: #fff;
}

.hero-title .hero-gradient-text {
  background: linear-gradient(135deg, #c9fd34 0%, #d4ff40 50%, #e0ff6a 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  filter: drop-shadow(0 0 12px rgba(59, 130, 246, 0.9)) drop-shadow(0 0 30px rgba(59, 130, 246, 0.7)) drop-shadow(0 0 60px rgba(59, 130, 246, 0.4)) drop-shadow(0 0 100px rgba(59, 130, 246, 0.25));
}

.hero-subtitle {
  width: min(700px, 90%);
  margin: 20px auto 0;
  font-size: clamp(1.05rem, 2vw, 1.3rem);
  line-height: 1.7;
  color: rgba(255, 255, 255, 0.55);
  font-weight: 500;
}

.hero-actions {
  margin-top: 32px;
  display: flex;
  gap: 16px;
  justify-content: center;
  flex-wrap: wrap;
}

.hero-btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  text-decoration: none;
  padding: 14px 28px;
  border-radius: 14px;
  font-weight: 600;
  font-size: 1rem;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  border: 1px solid transparent;
}

.hero-btn:hover {
  transform: translateY(-2px) scale(1.02);
}

.hero-btn-primary {
  color: #000;
  background: #c9fd34;
  border-color: #c9fd34;
  font-weight: 700;
  box-shadow: 0 0 25px rgba(201, 253, 52, 0.4), 0 4px 16px rgba(0, 0, 0, 0.3);
}

.hero-btn-primary:hover {
  background: #d9fe6e;
  box-shadow: 0 0 40px rgba(201, 253, 52, 0.6), 0 8px 24px rgba(0, 0, 0, 0.4);
}

.hero-btn-secondary {
  color: #fff;
  background: rgba(255, 255, 255, 0.02);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  border-color: rgba(255, 255, 255, 0.15);
}

.hero-btn-secondary:hover {
  background: rgba(255, 255, 255, 0.08);
  border-color: rgba(255, 255, 255, 0.35);
  box-shadow: 0 0 15px rgba(255, 255, 255, 0.05);
}

.hero-features {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 16px 32px;
  margin-top: 48px;
  color: rgba(255, 255, 255, 0.5);
  font-size: 13px;
  font-weight: 500;
}

.hero-feature {
  display: flex;
  align-items: center;
  gap: 8px;
}

.hero-feature-dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
}

.hero-feature-dot--green {
  background: #22c55e;
  box-shadow: 0 0 6px rgba(34, 197, 94, 0.5);
}

.hero-feature-dot--cyan {
  background: #c9fd34;
  box-shadow: 0 0 6px rgba(0, 212, 230, 0.5);
}

.hero-feature-dot--purple {
  background: #a855f7;
  box-shadow: 0 0 6px rgba(168, 85, 247, 0.5);
}

.hero-divider {
  width: 1px;
  height: 16px;
  background: rgba(255, 255, 255, 0.15);
}

.hero-scroll-indicator {
  position: absolute;
  bottom: 32px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 10;
  opacity: 0.4;
}

.hero-scroll-mouse {
  width: 24px;
  height: 40px;
  border-radius: 12px;
  border: 2px solid rgba(255, 255, 255, 0.3);
  display: flex;
  align-items: flex-start;
  justify-content: center;
  padding-top: 8px;
}

.hero-scroll-dot {
  width: 4px;
  height: 12px;
  border-radius: 2px;
  background: #c9fd34;
  animation: hero-scroll-bounce 2s ease-in-out infinite;
}

@keyframes hero-ping {
  75%, 100% {
    transform: scale(2.5);
    opacity: 0;
  }
}

@keyframes hero-scroll-bounce {
  0%, 100% { transform: translateY(0); opacity: 1; }
  50% { transform: translateY(6px); opacity: 0.3; }
}

@media (max-width: 768px) {
  .hero-features {
    gap: 12px 20px;
  }
  .hero-divider {
    display: none;
  }
}
