.token-card {
  background-color: #111;
  color: #fff;
  padding: 12px;
  border-radius: 12px;
  box-shadow: 0 0 10px #0f0;
  font-size: 14px;
  text-align: center;
}

.token-card img {
  border-radius: 50%;
  margin-bottom: 8px;
}

.wallet-address-text {
  font-size: 18px;
  font-weight: bold;
  color: #00ffff;
  text-shadow:
  0 0 5px #00ffff,
  0 0 10px #00ffff,
  0 0 20px #00ffff,
  0 0 40px #0ff;
  margin-bottom: 12px;
  word-break: break-word;
}
.btn-arrow {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  padding: 16px 32px;
  background: rgba(99, 143, 105); /* warna dari header */
  color: #f0fdf4;
  font-weight: 700;
  border-radius: 50px;
  text-decoration: none;
  box-shadow: 0 4px 12px rgba(0,0,0,0.3);
  backdrop-filter: blur(8px);
  transition: all 0.3s ease;
}

.wallet-section {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 20px;
  padding: 20px;
}

.explore-btn-wrapper .btn-arrow {
  background: #5A7C5D;
  color: #fff;
  padding: 15px 30px;
  border-radius: 30px;
  font-size: 45px;
  font-weight: bold;
  text-decoration: none;
  transition: 0.3s;
  margin-top: 20px;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  box-shadow: 0 4px 12px rgba(0,0,0,0.3);
}

.btn-arrow:hover {
  transform: translateY(-2px);
  background: #4b6d4d;
}

.arrow-icon {
  font-size: 24px;
  transition: transform 0.3s ease;
}

.wallet-icons-bar {
  display: flex;
  justify-content: center;
  gap: 15px;
  flex-wrap: wrap;
  margin-top: 20px;

}

.wallet-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(99, 143, 105);
  backdrop-filter: blur(8px);
  border-radius: 20px;
  padding: 8px;
  transition: transform 0.3s ease;
}

.wallet-btn:hover {
  transform: translateY(-2px);
  background: rgba(89, 124, 93, 0.8);
}

.wallet-btn img {
  height: auto;
  object-fit: contain;
  display: block;
  margin: 0 auto;      /* Ini yang bikin gambar center */
}
.video-border {
  border: none; /* hilangkan border lama */
  border-radius: 10px;
  padding: 0;
  box-shadow:
  0 0 10px #00f0ff,
  0 0 20px #00f0ff,
  0 0 40px #ff00ff,
  0 0 60px #ff00ff;
  transition: box-shadow 0.3s ease-in-out;
}

.video-border:hover {
  box-shadow:
  0 0 15px #00f0ff,
  0 0 30px #00f0ff,
  0 0 60px #ff00ff,
  0 0 90px #ff00ff;
}
.gambar {
  position: relative;
  z-index: 0;
}

.gambar::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: url('../bg.jpg');
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  background-attachment: scroll;
  filter: blur(2px);
  z-index: -2;
}

.gambar::after {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.4);
  z-index: -1;
}

.gambar1 {
  position: relative;
  z-index: 0;
}

.gambar1::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: url('../bg1.jpg');
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  background-attachment: scroll;
  filter: blur(2px);
  z-index: -2;
}

.gambar1::after {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.4);
  z-index: -1;
}
.gambar2 {
  position: relative;
  z-index: 0;
}

.gambar2::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: url('../bg2.png');
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  background-attachment: scroll;
  filter: blur(2px);
  z-index: -2;
}

.gambar2::after {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.4);
  z-index: -1;
}


.gambar3 {
  position: relative;
  z-index: 0;
}

.gambar3::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: url('../bg3.jpg');
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  background-attachment: scroll;
  filter: blur(2px);
  z-index: -2;
}

.gambar3::after {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.4);
  z-index: -1;
}

.about-content h2,
.about-content p,
.about-content h5 {
  color: rgb(193, 255, 114); /* Hijau terang, bisa disesuaikan */
}

.about-content .lead {
  color: #00e676; /* Sedikit beda biar ada variasi hijau */
}

.feature-item p {
  color: #00cc66;
}

.feature-item {
  background: linear-gradient(135deg, #050505, #00ff99);
  padding: 20px;
  border-radius: 12px;
  box-shadow: 0 5px 15px rgba(0, 255, 153, 0.2);
  color: #fff;
  transition: transform 0.3s ease;
}

.feature-item:hover {
  transform: translateY(-5px);
  }.feature-item h5 {
    color: #ffffff;
  }

  .feature-item p {
    color: #d0ffd8; /* hijau muda */
  }
  .video-wrapper {
    position: relative;
    display: inline-block;
    max-width: 100%;
    width: 100%;
    max-width: 500px;
  }

  .dotted-circle {
    position: absolute;
    top: -15px;
    left: -15px;
    right: -15px;
    bottom: -15px;
    border: 3px dotted #00ff99;
    border-radius: 50%;
    z-index: 1;
    animation: rotate 15s linear infinite;
  }

  .video-wrapper video {
    display: block;
    width: 100%;
    height: auto;
    border-radius: 1rem;
    z-index: 2;
    position: relative;
  }

  @keyframes rotate {
    from { transform: rotate(0deg); }
    to { transform: rotate(360deg); }
  }

  .copy-address {
    cursor: pointer;
    position: relative;
    transition: color 0.2s ease;
  }

  .copy-address:hover {
    color: #0d6efd; /* Biru seperti tombol Bootstrap */
  }

  .copy-address::after {
    content: attr(data-tooltip);
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translateX(-50%);
    background: #000;
    color: #fff;
    padding: 5px 10px;
    font-size: 12px;
    border-radius: 5px;
    white-space: nowrap;
    display: none;
    z-index: 99;
  }

  .copy-address:hover::after {
    display: block;
  }


  /* Gambar actp tidak absolute lagi */
  .actp-character-static {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    z-index: 999;
    height: 90vh;
    animation: floatUpDown 4s ease-in-out infinite;
    filter: drop-shadow(0 0 20px #00f0ff) drop-shadow(0 0 40px #ff00ff);
  }


  @media (max-width: 768px) {
    .actp-character-static {
      display: none;
    }
  }

  /* Animasi karakter (mengambang dikit) */
  @keyframes floatUpDown {
    0%, 100% {
      transform: translateX(-50%) translateY(0);
    }
    50% {
      transform: translateX(-50%) translateY(-10px);
    }
  }

  /* Warning image */
  .warning-img {
    max-width: 200px;
    height: auto;
    animation: flicker 2s infinite;
  }

  /* Warning box (blur + glow) */
  .warning-box {
    backdrop-filter: blur(12px);
    background-color: rgba(21, 255, 128, 0.1);
    border: 2px solid #00ffcc;
    box-shadow: 0 0 15px #00ffcc, 0 0 30px #008877;
    border-radius: 20px;
    padding: 30px;
    display: inline-block;
    max-width: 100%;
    animation: pulseBox 3s ease-in-out infinite;
  }

  /* Warning text style */
  .warning-text {
    color: #00ffcc;
    font-weight: 800;
    font-size: 2.5rem;
    line-height: 1.6;
    text-shadow: 0 0 5px #00ffcc, 0 0 10px #00ffff;
    animation: flicker 1.5s infinite;
  }

  /* Animasi glow box */
  @keyframes pulseBox {
    0%, 100% {
      box-shadow: 0 0 15px #00f0ff, 0 0 30px #00f0ff, 0 0 40px #ff00ff;
      transform: scale(1);
      filter: hue-rotate(0deg);
    }
    50% {
      box-shadow: 0 0 30px #00f0ff, 0 0 60px #ff00ff, 0 0 80px #ff00ff;
      transform: scale(1.02);
      filter: hue-rotate(10deg);
    }
  }

  @keyframes flicker {
    0%, 18%, 22%, 25%, 53%, 57%, 100% {
      opacity: 1;
    }
    20%, 24%, 55% {
      opacity: 0.4;
    }
  }


  /* Responsive */
  @media screen and (max-width: 768px) {
    .warning-text {
      font-size: 1.5rem;
    }

    .warning-img {
      max-width: 150px;
    }

    .actp-character-static {
      max-height: 300px;
    }
  }
  .swiper {
    width: 100%;
  }
  .swiper-slide {
    transition: transform 0.3s ease;
    transform: scale(0.7);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 1;
    padding: 20px;
  }

  .swiper-slide img {
    border-radius: 10px;
    max-width: 300px;
  }

  /* Slide TENGAH (paling besar) */
  .slide-tengah {
    transform: scale(1.3) !important;
    z-index: 5;
  }

  /* Slide SAMPING TENGAH */
  .slide-samping {
    transform: scale(1.1) !important;
    z-index: 4;
  }

  /* Slide UJUNG (paling kecil) */
  .slide-ujung {
    transform: scale(0.85) !important;
    z-index: 3;
  }
  .text-dd{
    font-size: 3rem;
    font-weight: 600;
    letter-spacing: 1px;
    color: #00ffff; /* warna neon cyan */
    margin: 0;
    text-shadow:
    0 0 5px #00ffff,
    0 0 10px #00ffff,
    0 0 20px #00ffff,
    0 0 40px #0ff,
    0 0 80px #0ff;
  }

  body.mobile-nav-active .navmenu ul {
    display: block !important;
    position: fixed !important;
    top: 60px;
    left: 0;
    right: 0;
    bottom: 0;
    height: calc(100vh - 60px);
    overflow-y: auto;
    padding: 20px 0;
    background: rgba(20, 20, 20, 0.95); /* Elegan dark semi transparan */
    z-index: 99999;
    transition: all 0.3s ease;
  }

  body.mobile-nav-active .navmenu ul li {
    padding: 15px 20px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  }

  body.mobile-nav-active .navmenu ul li:last-child {
    border-bottom: none;
  }

  body.mobile-nav-active .navmenu ul li a {
    display: block;
    color: #ffffff;
    font-size: 18px;
    font-weight: 500;
    transition: 0.3s;
  }

  body.mobile-nav-active .navmenu ul li a:hover,
  body.mobile-nav-active .navmenu ul li a.active {
    color: #c1ff72; /* Warna neon hijau biar match sama "Connect Wallet" */
    padding-left: 10px;
  }
  body.mobile-nav-active .navmenu ul li {
    transition: background 0.3s;
  }

  body.mobile-nav-active .navmenu ul li:hover {
    background: rgba(255, 255, 255, 0.05);
    border-radius: 6px;
  }
  footer a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 58px;
    height: 58px;
    border-radius: 50%;
    background: #e3a127;
    color: black;
    transition: 0.3s;
  }

  footer a i {
    font-size: 28px; /* Ukuran icon */
  }

  footer a:hover {
    color: white;
    background: #cf8e0d;
  }