:root {
  --primary: #ffb800;
  --secondry: #2c423f;
  --accent: #ffecb3;
  --bg-light: #fff9f0;
  --text-dark: #1c1c1c;
  --muted: #5e6362;
  --shadow: 0 6px 18px rgba(0, 0, 0, 0.08);
  --radius: 20px;
}

/* GLOBAL */
body {
  background: var(--bg-light);
  color: var(--text-dark);
  font-family: 'Comic Neue', sans-serif;
  margin: 0;
  padding: 0;
  line-height: 1.6;
}
p {
    margin-bottom: 0rem !important;
}
h1, h2, h3, h4, h5, h6 {
  font-family: 'Comic Neue', sans-serif;
  color: var(--text-dark);
  font-weight: 700;
}

a {
  color: var(--primary);
  text-decoration: none;
}
a:hover { text-decoration: underline; }

section {
  padding: 2rem 1rem;
}


/* HERO */
.hero {
  background: linear-gradient(135deg, #fff7e1, #fff);
  padding: 4rem 1rem;
  text-align: center;
}

.hero-logo {
  max-width: 160px;
  border-radius: 10%;
  box-shadow: 0 4px 15px rgba(0,0,0,0.08);
  margin-bottom: 1.5rem;
}

.hero h1 {
  font-family: 'Fredoka', sans-serif;
  font-size: 3.5rem;
  color: var(--primary);
  font-weight: 800;
}

.hero .tagline {
  font-size: 1.4rem;
  color: var(--muted);
}

.hero-buttons {
  margin-top: 1.8rem;
}

.btn-primary,
.btn-secondary {
  border: none;
  border-radius: 50px;
  padding: 0.8rem 2rem;
  font-weight: 700;
  transition: all 0.3s ease;
}

.btn-primary {
  background: var(--primary);
  color: #000;
  box-shadow: var(--shadow);
}
.btn-primary:hover {
  background: #ffd84d;
  transform: translateY(-2px);
}

.btn-secondary {
  background: transparent;
  border: 2px solid var(--primary);
  color: var(--primary);
  margin-left: 0.8rem;
}
.btn-secondary:hover {
  background: var(--primary);
  color: #000;
}

/* BURN SECTIONS */
#burn-sections {
  background: var(--bg-light);
}

.burn-card {
  background: #fff;
  border-radius: var(--radius);
  box-shadow: var(--shadow);
  padding: 2rem 1.2rem;
  transition: 0.3s;
  height: 100%;
}
.burn-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 8px 25px rgba(0,0,0,0.12);
}

.burn-card h2 {
  font-family: 'Fredoka', sans-serif;
  color: var(--secondry);
  font-weight: 800;
  font-size: 1.9rem;
  margin-bottom: 1rem;
}
.burn-card ul {
  list-style: disc;
  color: var(--muted);
  padding-left: 1.2rem;
}

/* AI AGENT USECASE */
#ai-usecase {
  background: #fffaf2;
  text-align: center;
}

#ai-usecase h2 {
  font-family: 'Fredoka', sans-serif;
  color: var(--secondry);
  font-weight: 800;
  font-size: 2.8rem;
}

#ai-usecase .lead {
  color: var(--muted);
  font-size: 1.1rem;
  margin-bottom: 2.5rem;
}

.ai-box {
  background: #fff;
  border-radius: var(--radius);
  box-shadow: var(--shadow);
  padding: 2rem 1rem;
  transition: all 0.3s ease;
  height: 100%;
}
.ai-box:hover {
  transform: translateY(-6px);
}
.ai-box::before {
  content: attr(data-number);
  display: block;
  font-family: 'Fredoka', sans-serif;
  color: var(--primary);
  font-size: 1.7rem;
  font-weight: 800;
  margin-bottom: 0.3rem;
}
.ai-box h3 {
  font-size: 1.3rem;
  font-weight: 700;
  margin-top: 0.5rem;
}

/* HOW TO BUY */
#how-to-buy {
  background: #fffaf2;
  text-align: center;
}

#how-to-buy .feature-card {
  background: #fff;
  border-radius: var(--radius);
  box-shadow: var(--shadow);
  padding: 3rem 2rem;
  width: 100%;
}

#how-to-buy h2 {
  font-family: 'Fredoka', sans-serif;
  color: var(--secondry);
  font-weight: 800;
  font-size: 2.6rem;
  margin-bottom: 2rem;
}

/* Steps grid */
#how-to-buy .buy-steps {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 2rem 3rem;
  list-style: none;
  padding: 0;
  margin: 2rem auto;
  max-width: 700px;
}

/* Individual step */
#how-to-buy .buy-steps li {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  text-align: left;
  gap: 1rem;
  font-size: 1.1rem;
  font-weight: 600;
}

#how-to-buy .buy-steps .num {
  background: var(--primary);
  color: #000;
  font-weight: 800;
  font-size: 1.1rem;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

#how-to-buy .buy-steps .text small {
  display: block;
  font-size: 0.9rem;
  color: #444;
}

#how-to-buy .mt-3 {
  margin-top: 2rem;
  font-size: 1.1rem;
}



/* TOKENOMICS */
.tokenomics-card {
  background: #fff;
  border-radius: var(--radius);
  box-shadow: var(--shadow);
  padding: 2rem;
  width: 100%;
}
.tokenomics-image-col {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 1rem;
}
.tokenomics-img {
  max-width: 300px;
  width: 100%;
  border-radius: 12px;
  box-shadow: var(--shadow);
  transition: transform 0.25s ease;
}
.tokenomics-img:hover { transform: scale(1.03); }

.tokenomics-text-col {
  padding: 1rem 2rem;
}
.tokenomics-text h2 {
  font-family: 'Fredoka', sans-serif;
  color: var(--secondry);
  font-weight: 800;
  font-size: 2.8rem;
  margin-bottom: 1rem;
}
.tokenomics-text ul {
  list-style: disc;
  padding-left: 1.25rem;
  color: var(--muted);
  font-size: 1.2rem;
  margin: 0;
}
.tokenomics-text strong { color: var(--text-dark); }

/* PRESALE CTA */
.presale-bar {
  background-color: #283d38;
  color: #ffffff;
  padding: 4rem 1rem;
  border-radius: 20px;
  margin: 3rem auto;
  max-width: 1200px;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.25);
  text-align: center;
}
.presale-title {
  font-family: 'Fredoka', sans-serif;
  font-size: 2.5rem;
  font-weight: 800;
  margin-bottom: 1rem;
  color: #fff;
}
.presale-progress {
  font-family: 'Comic Neue', sans-serif;
  font-size: 1.2rem;
  margin-bottom: 2rem;
  color: #f1f1f1;
}
.presale-form {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 1rem;
}
.presale-form input[type="number"] {
  background: #fff;
  color: #283d38;
  border: none;
  border-radius: 10px;
  padding: 1rem 1.5rem;
  font-size: 1.1rem;
  width: 250px;
  font-weight: 600;
  text-align: center;
}
.presale-form .btn-primary {
  background: #ffc107;
  color: #283d38;
  border: none;
  border-radius: 12px;
  padding: 1rem 2rem;
  font-size: 1.2rem;
  font-weight: 700;
  cursor: pointer;
  transition: 0.3s;
}
.presale-form .btn-primary:hover {
  background: #ffda3a;
  transform: translateY(-3px);
}
#disclaimer {
  background: #fffaf2;
}
/* FOOTER */
footer {
  background: #fff;
  border-top: 1px solid #eee;
  padding: 2rem 1rem;
  color: var(--muted);
  text-align: center;
  font-size: 0.95rem;
}
footer code {
  background: #fff3cd;
  color: #000;
  padding: 0.2rem 0.4rem;
  border-radius: 6px;
}

/* RESPONSIVE */
@media (max-width: 992px) {
  .hero h1 { font-size: 3rem; }
  #ai-usecase h2, #how-to-buy h2 { font-size: 2.3rem; }
  .tokenomics-text h2 { font-size: 1.9rem; }
}

@media (max-width: 768px) {
  section { padding: 2rem 1rem; }
  section + section { margin-top: 0rem; }
  .hero h1 { font-size: 2.4rem; }
  .hero-logo { max-width: 120px; }
  .btn-primary, .btn-secondary {
    width: 100%;
    max-width: 260px;
    margin: 0.4rem auto;
  }
  #how-to-buy ol { flex-direction: column; gap: 1rem; }
  .tokenomics-img { max-width: 220px; margin-bottom: 1rem; }
  .tokenomics-text-col { text-align: center; padding: 0.5rem; }
  .tokenomics-text ul { display: inline-block; text-align: left; }
  .presale-title { font-size: 2rem; }
  .presale-form input[type="number"], .presale-form .btn-primary {
    width: 100%;
    font-size: 1.1rem;
  }
}

@media (max-width: 576px) {
  section { padding: 1rem 1rem; }
  .hero h1 { font-size: 2rem; }
  .hero .tagline { font-size: 1rem; }
  #ai-usecase h2, #how-to-buy h2 { font-size: 1.9rem; }
  .burn-card h2 { font-size: 1.5rem; }
  .tokenomics-text h2 { font-size: 1.6rem; }
  .presale-title { font-size: 1.7rem; }
}
@media (max-width: 768px) {
  .hero-buttons {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1rem; /* adds vertical space between buttons */
  }

  .btn-primary, 
  .btn-secondary {
    width: 100%;
    max-width: 260px;
  }
}
