.home-container1 {
  width: 100%;
  display: flex;
  min-height: 100vh;
  align-items: center;
  flex-direction: column;
  background-color: #27272D;
}
 
.home-container2 {
  display: none;
}
 
.home-container3 {
  display: contents;
}
 
.home-container4 {
  display: none;
}
 
.home-container5 {
  display: contents;
}
 
.home-container6 {
  display: none;
}
 
.home-container7 {
  display: contents;
}
 
.home-hero-section {
  width: 100%;
  align-items: flex-start;
  justify-content: center;
}
 
.home-hero-overlay {
  width: 1919px;
}
 
.home-image1 {
  width: 340px;
  height: 340px;
  object-fit: cover;
}
 
.home-hero-content {
  width: 1509px;
}
 
.home-hero-title-chinese {
  animation: titleGlow 3s ease-in-out infinite;
  font-size: clamp(36px, 6vw, 72px);
  background: linear-gradient(135deg, #dc143c, #ff6b6b, #ffd700);
  font-weight: 900;
  text-shadow: 0 0 80px rgba(220, 20, 60, 0.5);
  letter-spacing: -2px;
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
 
.home-hero-title-ticker {
  font-size: clamp(48px, 8vw, 96px);
  background: linear-gradient(135deg, #ffd700, #ffed4e, #ffd700);
  font-weight: 900;
  line-height: 1;
  text-shadow: 0 0 100px rgba(255, 215, 0, 0.6);
  letter-spacing: -3px;
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
 
.home-image2 {
  width: 220px;
  max-width: 60%;
  height: auto;
  object-fit: contain;
  border-radius: var(--dl-layout-radius-radius8);
}

.home-about-section {
  width: 100%;
}
 
.home-tokenomics-section {
  width: 100%;
}
 
.home-tokenomics-grid {
  position: relative;
}
 
.home-buy-section {
  width: 100%;
}
 
.home-roadmap-section {
  width: 100%;
  display: none;
}
 
.home-community-section {
  width: 100%;
}
 
.home-community-stats {
  border: 2px dashed rgba(120, 120, 120, 0.4);
}
 
.home-community-visual {
  border: 2px dashed rgba(120, 120, 120, 0.4);
}
 
.home-footer-section {
  width: 100%;
}
 
.home-footer-links {
  border: 2px dashed rgba(120, 120, 120, 0.4);
}
 
.home-text90 {
  font-weight: 700;
}
 
.home-link5 {
  display: contents;
}
 
.home-container8 {
  right: 50px;
  border: 1px solid #ffffff5c;
  bottom: 30px;
  display: flex;
  z-index: 22;
  position: fixed;
  box-shadow: 5px 5px 10px 0px rgba(31, 31, 31, 0.4);
  min-height: auto;
  align-items: center;
  padding-top: 8px;
  padding-left: 12px;
  border-radius: 8px;
  padding-right: 12px;
  padding-bottom: 8px;
  backdrop-filter: blur(6px);
  background-color: rgba(41, 41, 41, 0.41);
}
 
.home-icon216 {
  width: 24px;
  margin-right: 4px;
}
 
.home-text92 {
  color: white;
  font-size: 13px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
}
 
@media(max-width: 991px) {
  .home-hero-title-chinese {
    font-size: 48px;
  }
  .home-hero-title-ticker {
    font-size: 64px;
  }
}
 
@media(max-width: 767px) {
  .home-hero-title-chinese {
    font-size: 36px;
  }
  .home-hero-title-ticker {
    font-size: 48px;
  }
}
 
@media(max-width: 479px) {
  .home-hero-title-chinese {
    font-size: 28px;
  }
  .home-hero-title-ticker {
    font-size: 40px;
  }
}
