#home {
  isolation: isolate;
  background:
    radial-gradient(circle at 78% 42%, rgba(47, 156, 234, 0.24), transparent 34%),
    linear-gradient(135deg, #021f3b 0%, #04396c 54%, #0b4f7a 100%);
}

#home::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  background:
    linear-gradient(90deg, rgba(2, 31, 59, 0.96) 0%, rgba(2, 31, 59, 0.82) 42%, rgba(2, 31, 59, 0.32) 100%),
    radial-gradient(circle at 88% 18%, rgba(255, 255, 255, 0.12), transparent 28%);
}

.hero-three-canvas {
  position: absolute;
  inset: 0;
  z-index: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  opacity: 0.96;
}

#home .container {
  position: relative;
  z-index: 2;
}

#home .hero-content,
#home .hero-content h1,
#home .hero-content p,
#home .hero-content a,
.hero-signal-list {
  font-family: system-ui, -apple-system, "Segoe UI", Arial, sans-serif;
}

#home .hero-shape {
  display: none;
}

#home .wave-divider {
  z-index: 3;
}

.hero-signal-list {
  display: flex;
  flex-wrap: wrap;
  gap: 0.65rem;
  margin-top: 1.25rem;
  color: rgba(255, 255, 255, 0.86);
  font-size: 0.86rem;
  font-weight: 700;
  letter-spacing: 0;
}

.hero-signal-list span {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  padding: 0.45rem 0.75rem;
  border: 1px solid rgba(186, 230, 253, 0.26);
  border-radius: 999px;
  background: rgba(15, 23, 42, 0.18);
  backdrop-filter: blur(8px);
  box-shadow: 0 12px 28px rgba(2, 31, 59, 0.18);
}

.hero-signal-list span::before {
  content: "";
  width: 7px;
  height: 7px;
  margin-right: 0.48rem;
  border-radius: 50%;
  background: #7dd3fc;
  box-shadow: 0 0 18px rgba(125, 211, 252, 0.85);
}

@media (max-width: 991px) {
  #home::before {
    background:
      linear-gradient(180deg, rgba(2, 31, 59, 0.98) 0%, rgba(2, 31, 59, 0.82) 58%, rgba(2, 31, 59, 0.5) 100%),
      radial-gradient(circle at 76% 72%, rgba(47, 156, 234, 0.22), transparent 36%);
  }

  .hero-three-canvas {
    opacity: 0.48;
  }
}

@media (min-width: 768px) and (max-width: 1199px) {
  #home {
    min-height: auto;
    padding-top: 112px;
    padding-bottom: 132px;
  }

  #home .hero-content h1 {
    font-size: clamp(2.55rem, 5.1vw, 3rem);
    line-height: 1.08;
    margin-bottom: 1rem;
  }

  #home .hero-content .lead {
    font-size: 1.08rem;
    margin-bottom: 0.8rem;
  }

  #home .hero-content p.text-white-50 {
    margin-bottom: 1rem !important;
  }

  #home .hero-content .btn {
    padding: 0.78rem 1.2rem;
  }

  .hero-signal-list {
    margin-top: 0.9rem;
    gap: 0.5rem;
  }

  .hero-signal-list span {
    min-height: 30px;
    padding: 0.36rem 0.64rem;
    font-size: 0.78rem;
  }
}

@media (min-width: 992px) and (max-height: 820px) {
  #home {
    min-height: auto;
    padding-top: 104px;
    padding-bottom: 128px;
  }

  #home .hero-content h1 {
    font-size: clamp(2.45rem, 6.2vh, 3rem);
    margin-bottom: 0.85rem;
  }

  #home .hero-content .lead,
  #home .hero-content p.text-white-50 {
    font-size: 1rem;
    margin-bottom: 0.72rem !important;
  }
}

@media (max-width: 575px) {
  .hero-signal-list {
    gap: 0.5rem;
    margin-top: 1rem;
    font-size: 0.78rem;
  }

  .hero-signal-list span {
    min-height: 30px;
    padding: 0.38rem 0.62rem;
  }
}

@media (prefers-reduced-motion: reduce) {
  .hero-three-canvas {
    display: none;
  }
}
