.bg-video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 0;
}

.hero-section .container {
  position: relative;
  z-index: 2;
}

.hero-section::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(135deg, rgba(18, 18, 18, 0.8), rgba(18, 18, 18, 0.6));
  z-index: 1;
}

.hero-section h1 span,
.hero-section #investh span {
  display: inline;
  line-height: 1.4 !important;
  letter-spacing: normal;
  word-spacing: normal;
  white-space: normal;
}



.intro-section {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  min-height: 100vh;
}

.intro-section::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(188, 251, 108, 0.05);
  z-index: 1;
}

.intro-section .container {
  position: relative;
  z-index: 2;
}

.main-title {
  margin-top: 120px;
  text-align: center;
  position: relative;
  z-index: 2;
}

.intro-section h1,
.intro-section p,
.intro-section #investh {
  display: block;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  position: relative;
  z-index: 2;
}

.intro-section .jewel-icon {
  display: inline-block;
  vertical-align: middle;
}

@media (max-width: 667px) {
  .intro-section {
    padding: 20px;
  }

  .main-title {
    margin-top: 50px;
  }

  .hero-section {
    padding-top: 36px;
  }
}

.main-title {
  font-size: 2.5rem;
  color: #BCFB6C;
  animation: fadeInDown 1.2s ease-in-out;
}

.sub-text {
  font-weight: 0;
  color: #ccc;
  font-size: 1.0rem;
  animation: fadeInUp 1.2s ease-in-out;
}

.store-btn {
  background-color: #000;
  color: #fff;
  font-weight: 600;
  font-size: 1rem;
  border-radius: 12px;
  padding: 10px 18px;
  min-width: 150px;
  text-decoration: none;
  transition: 0.3s;
}

.store-btn:hover {
  background-color: #BCFB6C;
  color: #000;
  transform: scale(1.05);
}

.store-btn i {
  font-size: 1.3rem;
}

.badge-soon {
  position: absolute;
  top: -8px;
  right: -10px;
  background-color: #BCFB6C;
  color: #000;
  font-weight: bold;
  font-size: 0.6rem;
  padding: 3px 8px;
  border-radius: 12px;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
}

.hero-section {
  position: relative;
  overflow: hidden;
}

.hero-section::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(135deg, rgba(18, 18, 18, 0.8), rgba(18, 18, 18, 0.6));
  z-index: 1;
}

.hero-section .container {
  position: relative;
  z-index: 3;
}

.hero-section img.floating-img {
  position: relative;
  z-index: 2;
}