/* nav bar */
  * {
      margin: 0;
      padding: 0;
      box-sizing: border-box;
    }
    :root{
      --button:rgb(251, 189, 80);
      --background:#F7E9BA ;
    }
    


    body {
      font-family: Arial, sans-serif;
      background:#F7E9BA;
     
    }

    nav {
      display: flex;
      justify-content: space-between;
      align-items: center;
      padding: 20px 40px;
      background: rgba(0, 0, 0, 0); /* fully transparent */
      backdrop-filter: blur(10px); /* blur effect */

      /* DARK shadow/glow using dark grey */
      box-shadow: 0px 0px 3px 3px  var(--button);
      border:  rgba(0, 0, 0, 0.85); /* dark bold border */
    }

    .logo {
      font-size: 2rem;
      font-weight: bold;
      color: var(--button);
      font-family: Delagothicone Chinese, sans-serif;
      text-transform: uppercase;
      letter-spacing: 2px;
      font-family: 'Dela Gothic One', sans-serif;
      padding: 8px 16px;
      border-radius: 8px;
      display: inline-block;
      -webkit-text-stroke-width: 2px;
    -webkit-text-stroke-color: #303030;
    text-transform: uppercase;
    text-shadow: 3px 5px 1px #303030;
    border: 1.5px #000;
    margin-top: 0;
    font-weight: 400;
    line-height: 60px;
    position: relative;
}

@media screen and (max-width: 812px) {
      .logo {
        font-size: 1.6rem;
        ;
      }
    }

@media screen and (max-width: 480px) {
      .logo {
        font-size: 1.1rem;
        padding: 4px 8px;
      }
    }

    .nav-links {
      display: flex;
      align-items: center;
      gap: 20px;
      z-index: 100;
  
}



    .nav-links {
      display: flex;
      gap: 20px;
      z-index: 100;
    }

    .nav-links-a {
      color: white;
      text-decoration: none;
      font-size: 1.2rem;
      transition: color 0.3s ease;
      -webkit-text-stroke-width: 0.2px;
      text-transform: uppercase;
      border: 1.5px #000;
      font-weight: 200;
      border-radius: 14px;
      padding: 3px 6px;
      font-family: 'Bangers', cursive;
      display: inline-block;

    }

    .nav-links-a:hover {
      margin-top: 0.5rem;
      transition: all 0.3s ease;
    }


    .buy-now-btn {
      background-color:  #fbc02d;
      color: white;
      padding: 10px 20px;
      border: none;
      border-radius: 1rem;
      text-decoration: none;
      font-weight: 100;
      font-family: 'Bangers', cursive;
      display: inline-block;
       cursor: pointer;
       overflow: hidden;
       transition: background-color 0.6s ease;
        position: relative;
}

.buy-now-btn .btn-icon {
  display: none;
  height: 2.8rem;
  width: 2.8rem;
  vertical-align: middle;
  background-color: white;
  border-radius: 100%;
  
}

.buy-now-btn:hover .btn-text {
  display: none;
  background-color: white;
}
.buy-now-btn:hover{
   background-color: transparent;
   
  
}

.buy-now-btn:hover .btn-icon {
  display: inline-block;
}

    
    

    .burger {
      display: none;
      cursor: pointer;
      flex-direction: column;
      gap: 5px;
    }

    .burger div {
      width: 25px;
      height: 3px;
      background: white;
    }

    @media (max-width: 768px) {
        
      .nav-links {
        position: absolute;
        top: 70px;
        left: 0;
        background: transparent;
        width: 100%;
        flex-direction: column;
        align-items: center;
        display: none;
        z-index: 100;
      }
      #nav-links {
        background-color: var(--background);
        z-index: 100;
        margin-top: 2.2rem;
      }

      .nav-links.active {
        display: flex;
      }

      .burger {
        display: flex;
      }

      .cta-button {
        margin-top: 10px;
      }
    }
/* nav bar end*/

/* main section  */

/* Hero Section */
.hero {
  min-height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 40px;
  position: relative;
  overflow: hidden;
   font-family: 'Dela Gothic One', sans-serif;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  z-index: -1;
}

/* Grid Layout */
.content-grid {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: start;
  width: 100%;
  max-width: 1400px;
  gap: 40px;
}

/* Left Side */
.text-left {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  text-align: left;
  
}
.text-left h1 {
  font-size: 3rem;
  margin-top: 20px;
  line-height: 1.3;
   text-transform: uppercase;
   letter-spacing: 1px;
  font-family: 'Dela Gothic One', sans-serif;
  padding: 8px 16px;
  border-radius: 8px;
  display: inline-block;
  -webkit-text-stroke-width: 2px;
    -webkit-text-stroke-color: #303030;
    text-transform: uppercase;
    text-shadow: 3px 5px 1px #303030;
    border: 1.5px #000;
    margin-top: 0;
    font-weight: 300;
    line-height: 60px;
    position: relative;

}
@media screen and (max-width: 1024px) {
  .text-left h1 {
    font-size: 2.5rem;
    line-height: 1.2;
  }
  
}
.white {
  color: var(--button);
  
  
}
.blue {
  color: var(--button);
}
.yellow {
  color: var(--button);

}

/* Right Side */
.text-right {
  text-align: left;
}
.text-right h3 {
  font-size: 1.8rem;
  margin-bottom: 10px;
  font-weight: 800;
  font-family: 'Dela Gothic One', sans-serif;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  color: var(--button);
  text-transform: uppercase;
  letter-spacing: 2px;
  font-family: 'Dela Gothic One', sans-serif;
  padding: 8px 16px;
  border-radius: 8px;
  display: inline-block;
  -webkit-text-stroke-width: 2px;
  -webkit-text-stroke-color: black;
  text-shadow: 3px 5px 1px black;
  border: 1.5px #000;
  margin-top: 0;
  line-height: 60px;
   -webkit-text-stroke-color: #303030;
    text-transform: uppercase;
    text-shadow: 3px 5px 1px #303030;
    border: 1.5px #000;
}
.text-right p {
  color: #020202;
  font-size: 1.2rem;
  font-weight: 400;
  font-family: 'Courier New', Courier, monospace;
  max-width: 300px;
  line-height: 1.5;
}

.social-logos {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 15px;
  margin: 30px 0;
}

.social-logos img {
  width: 43px;
  height: 50px;
  border-radius: 50%;
  transition: transform 0.3s ease;
}

.social-logos img:hover {
  transform: scale(1.1);
}
@media screen and (max-width: 768px) {
  .social-logos img {
    width: 40px;
    height: 40px;
  }
  
}

@media screen and (max-width: 480px) {
  .social-logos img {
    width: 30px;
    height: 30px;
  }
  
}


/* Center Image */
.center-image {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.center-image img {
  width: 500px;
  height: auto;
  border-radius: 20px;
  
}

/* Background Text */
.background-text {
  position: absolute;
  bottom: 20px;
  font-size: 8rem;
  font-weight: 900;
  color: #ffc92848;
  pointer-events: none;
}

/* Glowing Button */
.glow-btn {
  padding: 10px 20px;
  background: transparent;
  border: 1px solid var(--button);
  color: var(--button);
  border-radius: 9999px;
  font-weight: bold;
  transition: 0.3s;
}
.glow-btn:hover {
  background-color: #004080;
  box-shadow: 0 0 15px #4aa4ff;
}

/* Responsive */
@media (max-width: 900px) {
  .content-grid {
    grid-template-columns: 1fr;
    text-align: center;
    align-items: center;
  }
  .text-left, .text-right {
    align-items: center;
  }
}

@media screen and (max-width: 768px) {
  .hero {
    padding: 20px;
  }
  .content-grid {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  /* left  */
  .text-left h1 {
    font-size: 2rem;
    line-height: 1.2;
  }

  .text-left{
    text-align: center;

  }

  /* Right  */

  .text-right {
    text-align: center;
  }
  .text-right h3 {
    font-size: 1.5rem;
  }
  .text-right p {
    max-width: 100%;
    font-size: 1rem;
    text-align: center;
    align-items: center;
  }


  .center-image img {
    width: 100%;
    max-width: 400px;
  }
  .background-text {
    font-size: 5rem;
    bottom: 10px;
  }
  .glow-btn {
    padding: 8px 16px;
    font-size: 1rem;
  }
  .glow-btn:hover {
    box-shadow: 0 0 10px #4aa4ff;

  }
}


  

/* end of hero section */



  

/* Marquee Section */
.marquee-wrapper {
  background: #ffba00;
  transform: skewY(-2deg);
  overflow: hidden;
  position: relative;
  z-index: 10;
}

.marquee {
  display: flex;
  white-space: nowrap;
  animation: scroll 7s linear infinite; /* Faster */
  font-size: 2rem;
  font-weight: 900;
  color: white;
  padding: 20px 0;
}

.marquee span {
  display: inline-block;
  padding-right: 2rem; /* Some space between repeats */
  font-family: 'Dela Gothic One', sans-serif;

}
@keyframes scroll {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-100%);
  }
}
@media screen and (max-width: 768px) {
  .marquee {
    font-size: 1.5rem; /* Smaller font on mobile */
  }
  
}
/* === Brains Section === */
.brains {
  display: flex;
  flex-wrap: wrap;
  padding: 80px 10%;
  background:var(--background) ;
  gap: 40px;
  align-items: center;
  
}
.brains-img {
  position: relative;
  flex: 1;
}
.brains-img img {
  width: 75%;
  border-radius: 20px;
}
.brains-img .label {
  position: absolute;
  left: 0;
  top: 20px;
  background: rgba(251, 188, 80, 0.674);
  padding: 8px 16px;
  font-weight: bold;
  border-radius: 0 10px 10px 0;
  writing-mode: vertical-rl;
  text-orientation: mixed;
}
.brains-text {
  flex: 1;
}
.brains-text h2 {
  font-size: 3rem;
  font-weight: 800;
  font-family: 'Dela Gothic One', sans-serif;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  color: var(--button);
  text-transform: uppercase;
  letter-spacing: 2px;
  font-family: 'Dela Gothic One', sans-serif;
  padding: 8px 16px;
  border-radius: 8px;
  display: inline-block;
  -webkit-text-stroke-width: 2px;
  -webkit-text-stroke-color: black;
  text-shadow: 3px 5px 1px black;
  border: 1.5px #000;
  margin-top: 0;
  line-height: 60px;
   
}
.brains-text p {
  margin: 20px 0;
  font-size: 1.2rem;
  color: #020202;
    font-family:'Courier New', Courier, monospace;
  font-weight: 200;
}
.brains-text a {
  color: #0066ff;
  font-weight: bold;
  text-decoration: none;
}

@media screen and (max-width: 768px) {
  .brains {
    flex-direction: column;
    align-items: center;
  }
  .brains-img img {
    width: 100%;
  }
  .brains-text {
    text-align: center;
    max-width: 600px;
  }
  
}
@media screen and (max-width: 480px) {
  .brains-text h2 {
    font-size: 2.5rem;
  }
  .brains-text p {
    font-size: 1rem;
  }
  .brains-img img {
    width: 100%;
    max-width: 400px;
  }
  
}


/* chapter section  */

@import url('https://fonts.googleapis.com/css2?family=Kanit:wght@600&family=Space+Mono&display=swap');



.chapters-section {
  text-align: center;
  font-family: 'Space Mono', monospace;
  background: #fff;
  color: #111;
  padding: 2.5rem 1.2rem;
  border-bottom: 2px solid #000;
  border-top: 2px solid #000;
  
  
}

.chapters-section h1 {
  font-size: 2.8rem;
  font-family: 'Dela Gothic One', sans-serif;
  margin-bottom: 19px;
  padding-top: 1.5rem;
  text-align: center;
 
}

.chapters-section p {
  font-size: 1.1rem;
  max-width: 720px;
  margin: 0 auto 50px auto;
  line-height: 1.6;
  font-family: 'Courier New', Courier, monospace;
}

.chapter-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 30px;
  padding: 0 10px;
}

.chapter-card {
  background: repeating-linear-gradient(
    45deg,
    #f5f5f5,
    #f5f5f5 5px,
    #f0f0f0 5px,
    #f0f0f0 10px
  );
  border-radius: 16px;
  padding: 30px 20px;
  border: 2px solid #e0e0e0;
  box-shadow: 4px 4px 0 #000;
  text-align: center;
  position: relative;
  transition: all 0.2s ease;
}

.chapter-card:hover {
  transform: translateY(-4px);
  box-shadow: 6px 6px 0 #000;
}

.chapter-card h3 {
  font-size: 1.3rem;
  letter-spacing: 1px;
  font-weight: 500;
  margin-bottom: 10px;
  -webkit-text-stroke: 2px #020202; /* black outline */
  text-shadow: 3px 5px  10px #020202; /* extra bold depth */

  
}

.chapter-card .amount {
  font-size: 26px;
  font-weight: bold;
  margin-bottom: 15px;
  font-family: 'Kanit', sans-serif;
  font-family: 'Dela Gothic One', sans-serif;

}

.chapter-card button {
  background: #ffc928;
  border: none;
  font-family: 'Space Mono', monospace;
  font-weight: bold;
  font-size: 14px;
  padding: 12px 24px;
  cursor: pointer;
  border-radius: 8px;
  transform: rotate(-2deg);
  box-shadow: 2px 2px 0px #000;
  transition: all 0.2s ease;
}

.chapter-card button:hover {
  background: #ffba00;
  transform: rotate(0deg);
}

@media screen and (max-width: 768px) {
  .chapters-section h1 {
    font-size: 2.2rem;
}

}
  


@media screen and (max-width: 480px) {
  .chapter-grid {
    grid-template-columns: 1fr;
  }
  .chapter-card {
    margin-bottom: 20px;
  }

  .chapters-section h1 {
    font-size: 1.8rem;
    font-family: 'Dela Gothic One', sans-serif;
    margin-bottom: 19px;
    padding-top: 1.5rem;
 
}
  
}
/* === end chapter section === */


/* === Stats Section === */
.stats {
  background: #fbc02d;
  border-bottom: 2px solid #000;
  padding: 60px 10%;
 
}
.stats-2{
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
  padding: 60px 10%;
}

.stats h2{
  font-family: 'Dela Gothic One', sans-serif;
  font-size: 2rem;
  margin-bottom: .5rem;
  padding: 20px 0;
  text-align: center;
  text-transform: uppercase;
  display: block;
}

.flex-1{
  flex: 2;
  align-items: center;

 
}
.card {
  flex: 1;
  padding: 30px;
  border-radius: 20px;
  align-items: center;
}
.card.black {
  background: white;
  color: #fbc02d;
  border: 2px solid #000;
   margin-bottom: 2rem;

 
}
.card.blue {
  background: black;
  color: #fbc02d;
  border : 2px solid #000;
  gap: 20px;
}
.card h3 {
  font-size: 2.5rem;
  font-weight: 800;
  font-weight: 400;
  line-height: 1.6;
  font-family: dela gothic one, sans-serif;
}
.card p {
  font-weight: bold;
  margin: 10px 0;
  color: #fbc02d;
  font-family:'Courier New', Courier, monospace;
  font-size: 1.2rem;
  
}
.card span {
  color: #fbc02d;
  font-size: 0.95rem;
   font-family:'Courier New', Courier, monospace;
}

.guidance {
  flex: 1;
  width: 70%;
  background: white;
  padding: 40px;
  border-radius: 20px;
  color: black ;
  border: 2px solid #000;
  border-bottom: 2px solid #000;

}
.guidance h2 {
  font-size: 2.2rem;
  font-weight: 700;
}
.guidance p {
  margin: 15px 0 25px;
  color: #fbc02d;
  font-family:'Courier New', Courier, monospace;
}
.guidance button {
  background: #fbc02d;
  color: white;
  padding: 12px 24px;
  border: none;
  font-weight: bold;
  border-radius: 10px;
  cursor: pointer;
  border-bottom: 2px solid #000;
  
}



@media screen and (max-width: 768px) {
  .stats-2 {
    flex-direction: column;
    align-items: center;
    justify-content: space-around;
   

  }
  .card {
    width: 80%;
    margin-bottom: 20px;  
    

  }
  .card h3 {
    font-size: 1.8rem;
  }
  .guidance {
    width: 80%;
    align-items: center;
  }
  .guidance h2 {
    text-align: center;
    
  }
  .guidance p {
    text-align: center;
  }

   @media screen and (max-width: 480px) {

    .stats {
  background: #fbc02d;
  border-bottom: 2px solid #000;
  padding: 10px 3%;
 
}
   .stats-2{
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
  padding: 10px 13%;
    }
    .stats h2 {
      font-size: 1.6rem;
    }

    .card {
      width: 90%;
      margin-bottom: 20px;
      padding: 20px;
      text-align: center;
}
    .card h3 {
      font-size: 1.5rem;
    }

    .guidance {
     width: 95%;
  

}
    .guidance h2 {
      font-size: 1.5rem;
    }
    .guidance p {
      font-size: 1rem;
    }
    
   }
  
}
/* === COPY CA Section === */
.how-to-buy {
  background-color: #fbc02d; /* mustard-yellow */
  padding: 50px 20px;
  text-align: center;
  border-bottom: 2px solid #000;
  font-family: 'Inter', sans-serif;
}

.how-to-buy h2 {
  font-family: 'Dela Gothic One', sans-serif;
  font-size: 2rem;
  margin-bottom: 10px;
  text-transform: uppercase;
}

.contract-label {
  font-size: 0.95rem;
  margin-bottom: 10px;
  color: #020202;
  font-family:dela gothic one, sans-serif;
}

.contract-box {
  width: 80%;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 2px solid #000;
  border-radius: 18px;
  background: #fff;
  padding: 10px 20px;
  box-shadow: inset 5px 5px #fff3f3, 5px 5px #00000014;
  margin: 0 auto 30px;
  width: fit-content;
  gap: 10px;
}

.contract-address {
  font-weight: bold;
  font-family: monospace;
  font-size: 0.9rem;
}

.copy-btn {
  background: #fbc02d;
  border: 2px solid #000;
  padding: 8px 16px;
  border-radius: 8px;
  font-weight: bold;
  cursor: pointer;
  font-family: 'Inter', sans-serif;
  padding: 0.5rem 1rem;
}




/* === CTA Section === */
.carousel-section {
  background-color: #fbc02d;
  text-align: center;
  padding: 60px 20px;
  font-family: 'Dela Gothic One', sans-serif;
}

.carousel-title {
  font-size: 42px;
  font-weight: bold;
  margin-bottom: 30px;
}

.carousel-container {
  overflow: hidden;
  width: 100%;
  max-width: 100%;
  position: relative;
}

.carousel-track {
  display: flex;
  width: max-content;
  animation: scroll 57s linear infinite;
}

.carousel-track img {
  width: 200px;
  height: 200px;
  margin: 0 10px;
  border-radius: 16px;
  object-fit: cover;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}
@media screen and (max-width: 480px) {
  .carousel-track img {
    width: 180px;
    height: 170px;
  }
  
}

@keyframes scroll {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}

.view-all-button {
  margin-top: 30px;
  padding: 12px 30px;
  font-family: 'Major Mono Display', monospace;
  background-color: #fff;
  border: 2px solid #000;
  border-radius: 8px;
  cursor: pointer;
  transition: 0.2s;
}

.view-all-button:hover {
  background-color: #000;
  color: #fff;
}

#toggleScroll {
  margin-top: 20px;
  font-size: 16px;
  padding: 10px 20px;
  background-color: #000;
  color: #fff;
  border: none;
  border-radius: 6px;
  cursor: pointer;
}


/* === Footer === */
footer {
  border-top: 1px solid #020202;
  background: black;
  padding: 40px 10%;
  display: flex;
  flex-direction: column;
  align-items: center;
  color: white;
  font-size: 0.9rem;
  font-family: dela gothic one, sans-serif;
  text-align: center;
}
f
footer .disclaimer {
  color: black;
  font-size: 0.85rem;
  text-align: center;
  font-family: 'Inter', sans-serif;
  font-weight: 800;
  line-height: 1.6;
}
@media screen and (max-width: 488px) {
  footer {
    padding: 20px 5%;
    display: flex;
    justify-content: center;
       color: white;

  }
  footer p {
    font-size: 0.8rem;
    color: white;
    width: 80;
  }
  footer .disclaimer a {
    font-size: 0.6rem;
  }
  footer .disclaimer a:hover {
    text-decoration: underline;
  }
  footer .disclaimer a {
    color: #fbc02d;
    font-weight: bold;
  }

  
}


/* === Animations === */
@keyframes scroll {
  0% { transform: translateX(0); }
  100% { transform: translateX(-100%); }
}

@keyframes pulse {
  0% { transform: scale(1); opacity: 1; }
  50% { transform: scale(1.05); opacity: 0.85; }
  100% { transform: scale(1); opacity: 1; }
}

/* marketing wallet  */

.marketing-wallet {
  background: #ffc928;
  background-color: #fbc02d;
  color: white;
  padding: 60px 20px;
  text-align: center;
  border-top: 2px solid #000;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.marketing-wallet h2 {
  font-size: 2.2rem;
  margin-bottom: 1rem;
  font-family: 'Dela Gothic One', sans-serif;
   animation: neonFlicker 2s infinite alternate;
  color: white;
  text-shadow:
    0 0 2px #fff,
    0 0 5px #ff0,
    0 0 7px #ff0,
    0 0 14px #f00,
    0 0 14px #f00;

}

.marketing-wallet p {
  font-size: 1rem;
  line-height: 1.5;
   color: white;
  font-family: 'Courier New', Courier, monospace;
  font-weight: 500;
}

.wallet-box {
  background: transparent;
  margin-top: 2rem;
  padding: 20px;
  border-radius: 15px;
  border: 2px solid white;
  width: 60%;
 
}

.wallet-box label {
 
  font-size: 1.2rem;
  margin-bottom: 10px;
  font-family: 'Dela Gothic One', sans-serif;
}



.wallet-name {
  font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
  font-size: 1.8rem;
  margin: 0.5rem 0;
  color: #fff;
  cursor: pointer;
}

.wallet-link {
  display: inline-block;
  margin-top: 10px;
  color: white;
  text-decoration: none;
  font-weight: bold;
  transition: color 0.3s ease;
}

.wallet-link:hover {
  color: black;
  
 
}
 .wallet-box a{
     font-family: 'Courier New', Courier, monospace;
      color: white;
 }
@media screen and (max-width: 768px) {
  .marketing-wallet h2 {
    font-size: 1.8rem;
  }
  .marketing-wallet p {
    font-size: 0.9rem;
  }
  .wallet-box {
    padding: 15px;
  }
  .wallet-name {
    font-size: 1.5rem;
  }
  
  .wallet-box {
  border: 2px solid white;
  width: 70%;
 
}
  .wallet-box label {
    font-size: 1rem;
  }
  .wallet-link {
    font-size: 0.9rem;
  }
}

@media screen and (max-width: 480px) {
  .marketing-wallet h2 {
    font-size: 1.5rem;
  }
  .marketing-wallet p {
    font-size: 0.8rem;
  }
  .wallet-box {
    padding: 10px;
  }
  .wallet-name {
    font-size: 1.2rem;
  }
  .wallet-box {
    width: 90%;
  }
  
}


/* =============== CRAZY ANIMATIONS =============== */

/* 1. Logo Glow & Shake on Hover */
.logo:hover {
  animation: shakeGlow 0.6s ease infinite alternate;
}

@keyframes shakeGlow {
  0% {
    transform: rotate(-2deg) scale(1.02);
    text-shadow: 0 0 5px #ff0, 0 0 10px #f00;
  }
  100% {
    transform: rotate(2deg) scale(1.08);
    text-shadow: 0 0 15px #f00, 0 0 20px #ff0;
  }
}

/* 2. Floating Center Image */
.center-image img {
  animation: floatImage 4s ease-in-out infinite;
}

@keyframes floatImage {
  0%, 100% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(-15px);
  }
}

/* 3. Hero Background Flash */
.hero::before {
  content: '';
  position: absolute;
  top: 0; left: 0;
  width: 100%; height: 100%;
  background: rgba(255, 255, 255, 0.05);
  z-index: 0;
  animation: flashBG 2s infinite;
  pointer-events: none;
}

@keyframes flashBG {
  0%, 100% { opacity: 0.3; }
  50% { opacity: 0.7; }
}

/* 4. Sparkling CTA Button on Hover */
.cta-button:hover {
  animation: sparkle 1s infinite;
}

@keyframes sparkle {
  0% { box-shadow: 0 0 5px #fff, 0 0 15px #ff0; }
  50% { box-shadow: 0 0 15px #fff, 0 0 25px #f00; }
  100% { box-shadow: 0 0 5px #fff, 0 0 15px #ff0; }
}

/* 5. Wiggle Cards on Hover */
.chapter-card:hover, .card:hover {
  animation: wiggle 0.3s ease-in-out infinite alternate;
}

@keyframes wiggle {
  0% { transform: rotate(-1deg); }
  100% { transform: rotate(1deg); }
}

/* 6. Neon Flicker Headings */
.carousel-title{
  animation: neonFlicker 2s infinite alternate;
  color: #fff;
  text-shadow:
    0 0 5px #fff,
    0 0 10px #ff0,
    0 0 20px #ff0,
    0 0 30px #f00,
    0 0 40px #f00;
}

@keyframes neonFlicker {
  0% { opacity: 1; }
  50% { opacity: 0.8; text-shadow: none; }
  100% { opacity: 1; }
}

/* 7. View All Memes Button Pulse */
.view-all-button {
  animation: pulseBtn 2s infinite;
}

@keyframes pulseBtn {
  0% {
    transform: scale(1);
    box-shadow: 0 0 0 rgba(255, 255, 255, 0.4);
  }
  70% {
    transform: scale(1.05);
    box-shadow: 0 0 10px rgba(255, 255, 255, 0.8);
  }
  100% {
    transform: scale(1);
    box-shadow: 0 0 0 rgba(255, 255, 255, 0.4);
  }
}

/* contract */

@media (max-width: 480px) {
  .contract-box {
    width: 100%;
    flex-direction: row;
    align-items: flex-start;
    padding: 1rem;
    gap: 0.5rem;
  }

  .contract-address {
    font-size: 0.75rem;
    word-break: break-word;
    width: 100%;
  }

  .copy-btn {
    width: 30%;
    font-size: 0.55rem;
    padding: 0.4rem 0;
  }
}


.boppy-lore-subtext {
  font-family: 'Orbitron', sans-serif;
  font-size: 1rem;
  text-align: center;
  color: #222;
  max-width: 700px;
  margin: 1rem auto 2rem;
  line-height: 1.6;
  letter-spacing: 0.5px;
  animation: fadeInUp 1s ease forwards;
  opacity: 0;
}

/* Glowing golden text */
.boppy-glow {
  font-family: 'Black Ops One', sans-serif;
  font-size: 1.6rem;
  color: #FFD700;
  text-shadow: 0 0 6px #FFD700, 0 0 28px #FFEF9F;
  animation: glowPulse 2s ease-in-out infinite;
}


@keyframes glowPulse {
  0%, 100% {
    text-shadow: 0 0 5px #FFD700, 0 0 10px #FFEF9F;
    transform: scale(-0.1);
  }
  50% {
    text-shadow: 0 0 15px #FFD700, 0 0 30px #FFEF9F;
    transform: scale(1.4);
  }
}

/* Entry animation */
@keyframes fadeInUp {
  0% {
    transform: translateY(50px);
    opacity: 0;
  }
  100% {
    transform: translateY(-12px);
    opacity: 1;
  }
}
