/* RESET & BASE */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  max-width: 100%;
}

html, body {
  max-width: 100%;
  overflow-x: hidden;
  scroll-behavior: smooth;
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
  background-color: #0d0d0d;
  color: #f2f2f2;
  line-height: 1.6;
}

/* CONTAINER */
.container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

/* HERO SECTION */
.hero {
  position: relative;
  width: 100%;
  height: 400px;
  background-image: url('boss\ on\ avax\ banner.png');
  background-size: cover;
  background-position: center;
  overflow: hidden;
}

.hero::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100px;
  background: linear-gradient(to bottom, transparent, #0f0f0f);
  z-index: 2;
}

.hero-overlay {
  background-color: rgba(0, 0, 0, 0.6);
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.hero .container {
  text-align: center;
  padding: 20px;
}

.hero .logo {
  width: 100px;
  margin-bottom: 5px;
  border-radius: 10px;
}

.hero h1 {
  font-size: 3rem;
  margin-bottom: -10px;
  color: #488c37;
}

.hero p {
  font-size: 1.2rem;
  margin-bottom: 20px;
  color: #f0f0f0;
}

/* CTA BUTTONS */
.cta-buttons .btn {
  display: block;
  background: linear-gradient(135deg, #488c37 0%, #2e5b23 100%);
  color: white;
  padding: 12px 24px;
  margin: 10px;
  border-radius: 6px;
  text-decoration: none;
  font-weight: bold;
  transition: background 0.3s ease;
}

.cta-buttons .btn:hover {
  background: linear-gradient(135deg, #488c37 0%, #2e5b23 100%);
}

/* BUTTON BASE */
.btn {
  display: inline-block;
  background-color: #488c37;
  color: white;
  padding: 12px 24px;
  margin: 10px;
  border-radius: 6px;
  text-decoration: none;
  font-weight: bold;
  transition: background 0.3s ease;
  margin-top: 20px;
  width: 100%;
  text-align: center;
  cursor: pointer;
}

.btn:hover {
  background-color: #2e5b23;
}

/* AFTERLAUNCH BUTTON (Fix applied here) */
.afterlaunch {
  display: inline-block;
  background-color: #488c37;
  color: white;
  padding: 12px 24px;
  margin: 20px auto 10px auto; /* top 20px, bottom 10px, auto horizontal for centering */
  border-radius: 6px;
  text-decoration: none;
  font-weight: bold;
  transition: background 0.3s ease;
  width: auto;           /* Fix: no full width */
  text-align: center;
  cursor: pointer;
  box-sizing: border-box;
}

.afterlaunch:hover {
  background-color: #2e5b23;
}

/* LAUNCH LIVE MESSAGE CONTAINER */
.launch-live-message {
  text-align: center;
  color: #488c37;
  font-size: 1.2rem;
  margin-top: 20px;
}

/* ABOUT SECTION */
.about, .tokenomics, .roadmap, .socials {
  padding: 60px 0;
  text-align: center;
}

.about h2 {
  margin-top: 60px;
  color: #488c37;
  font-size: 3rem;
  margin-bottom: 20px;
}

.abtpar {
  font-weight: 600;
  font-size: x-large;
  max-width: 900px;
  margin: auto;
  color: #dddddd;
}

/* ECOSYSTEM */
.ecosystem {
  display: flex;
  flex-direction: column;
  gap: 40px;
  padding: 50px 20px;
  max-width: 1200px;
  margin: 0 auto;
}

.ecosystem-box {
  background: #121212;
  border-radius: 15px;
  padding: 30px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 30px;
  max-width: 100%;
  margin: 0 auto;
}

.ecosystem-box:nth-child(even) {
  flex-direction: row-reverse;
}

.text-content {
  max-width: 500px;
}

.text-content h2.title {
  font-family: 'Orbitron', sans-serif;
  font-size: 2rem;
  margin-bottom: 10px;
}

.text-content h3 {
  font-weight: 600;
  margin-bottom: 10px;
}

.text-content p {
  color: #ccc;
  line-height: 1.6;
  font-size: 1rem;
}

.img-content img {
  width: 100%;
  height: auto;
  max-width: 300px;
  border-radius: 10px;
}

.newbieimg, .golimg {
  transform: scaleX(-1);
}

/* COLORS */
.green, .red {
  color: #488c37;
}

.blue {
  color: #4a90e2;
}

/* TOKENOMICS */
.tokenomics {
  max-width: 500px;
  margin: 40px auto;
  padding: 30px;
  border: 1px solid #488c37;
  border-radius: 10px;
  background-color: #1a1a1a;
  box-shadow: 0 0 10px rgba(72, 140, 55, 0.2);
  transition: 0.3s ease;
}

.tokenomics:hover {
  box-shadow: 0 0 20px rgba(72, 140, 55, 0.4);
}

.tokenomics ul {
  list-style: none;
  padding: 0;
  max-width: 500px;
  margin: auto;
}

.tokenomics li {
  background: #2e5b23;
  margin: 10px 0;
  padding: 15px;
  border-radius: 8px;
  color: #eeeeee;
  font-size: 1rem;
}

/* COUNTDOWN */
.timer {
  width: fit-content;
  text-align: center;
  background-color: transparent;
  margin: 20px auto;
  padding: 20px;
}

.timrbih {
  font-size: xx-large;
  color: #2e5b23;
  margin-bottom: 1px;
}

#timer {
  display: flex;
  justify-content: center;
  gap: 15px;
}

.time-box {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.time-box span {
  font-size: 2rem;
  padding: 10px 15px;
  background-color: rgba(72, 140, 55, 0.1);
  border-radius: 10px;
  color: #488c37;
  font-weight: bold;
  letter-spacing: 2px;
  animation: pulse 2s infinite;
  transition: 0.3s;
}

.time-box span:hover {
  box-shadow: 0 0 10px #488c37, 0 0 20px #488c37;
  color: #5ca452;
  transform: scale(1.1);
  cursor: default;
}

.time-box small {
  margin-top: 5px;
  color: #488c37;
  font-weight: bold;
  font-size: 0.9rem;
  letter-spacing: 1px;
}

@keyframes pulse {
  0% { transform: scale(1); }
  50% { transform: scale(1.05); }
  100% { transform: scale(1); }
}

#launch-message {
  font-size: 1.2rem;
  color: #f0f0f0;
  text-align: center;
  margin-top: 20px;
}

/* STATS */
.stats-section {
  padding: 60px 20px;
  max-width: 1200px;
  margin: 0 auto;
}

.stats-grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 30px;
  margin-top: 30px;
}

.stats-card {
  flex: 1 1 300px;
  background-color: #0d0d0d;
  border: 1px solid #488c37;
  padding: 20px;
  border-radius: 10px;
  color: #f2f2f2;
  box-shadow: 0 0 10px rgba(72, 140, 55, 0.2);
  transition: 0.3s ease;
}

.stats-card h3 {
  color: #488c37;
  margin-bottom: 10px;
}

.stats-card p {
  color: #ccc;
  font-size: 0.95rem;
}

.stats-card code {
  display: block;
  background-color: #1f1f1f;
  padding: 8px;
  margin-top: 10px;
  font-size: 0.8rem;
  word-break: break-word;
  color: #999;
  border-radius: 5px;
}

.stats-card .btn {
  display: block;
  width: 100%;
  margin: 20px 0 0;
  text-align: center;
}

.stats-box {
  flex: 1 1 200px;
  background-color: #0d0d0d;
  border: 1px solid #488c37;
  padding: 20px;
  border-radius: 10px;
  text-align: center;
  color: #f2f2f2;
  box-shadow: 0 0 10px rgba(72, 140, 55, 0.2);
  transition: 0.3s ease;
}

.stats-box h4 {
  color: #488c37;
  margin-bottom: 10px;
}

.stats-box p {
  font-size: 1.2rem;
  font-weight: bold;
  color: #fff;
}

.stats-box:hover, .stats-card:hover {
  box-shadow: 0 0 15px rgba(72, 140, 55, 0.4);
}

/* CONTRACT ADDRESS */
.contractaddy {
  text-align: center;
  cursor: pointer;
  transition: opacity 0.3s;
  display: inline-block;
  position: relative;
}

.contractaddy.fade {
  opacity: 0;
}

/* TEXT ALIGNMENTS */
.tallign {
  text-align: center;
}

.tallign8 {
  color: #488c37;
  text-align: center;
  margin-top: 60px;
}

/* SOCIALS */
.social-links a {
  margin: 0 15px;
}

.twittericon, .telegramicon, .burnicon, .arenaicon {
  width: 30px;
}

.telegramicon {
  width: 38px;
}

.burnicon {
  width: 35px;
}

/* FOOTER */
.footer {
  padding: 30px 0;
  text-align: center;
  font-size: 0.9rem;
  color: #999999;
  border-top: 1px solid #1f1f1f;
}

/* RESPONSIVE */
@media (max-width: 768px) {
  .ecosystem-box {
    flex-direction: column;
    text-align: center;
    padding: 20px;
  }

  .stats-grid {
    flex-direction: column;
    gap: 20px;
  }

  .hero h1 {
    font-size: 2rem;
  }

  .cta-buttons .btn {
    display: block;
    width: 100%;
    margin: 10px 0;
  }

  .container {
    padding: 0 10px;
  }

  .tokenomics, .stats-card, .ecosystem-box {
    padding: 20px;
    max-width: 90vw;
    margin: auto;
  }

  .timer {
    width: 90%;
  }
}

/* WHITELIST SECTION */
.whitelist-section {
  margin-top: 50px;
  padding: 40px;
  background-color: #0d0d0d;
  color: #488c37;
  text-align: center;
}

.whitelist-section input {
  color: white;
  padding: 10px;
  margin: 10px;
  width: 250px;
  border-radius: 6px;
  border: none;
  background-color: #488c37;
}

.whitelist-section button {
  padding: 10px 20px;
  background-color: #488c37;
  border: none;
  border-radius: 6px;
  color: white;
  cursor: pointer;
}
