
body {
  font-family: 'Segoe UI', sans-serif;
  background: #fffefc;
  color: #222;
  padding: 20px;
}
.header, .tokenomics, .cta, .footer {
  max-width: 700px;
  margin: auto;
}
.header {
  text-align: center;
  background: linear-gradient(135deg, #ffd700, #ffecb3);
  padding: 30px;
  border-radius: 16px;
}
.tokenomics {
  background: #fff;
  border: 2px solid #ffd700;
  padding: 25px;
  border-radius: 12px;
  margin-top: 20px;
}
.tokenomics ul { list-style: none; padding: 0; }
.tokenomics li {
  padding: 8px 0;
  border-bottom: 1px dashed #ccc;
}
.cta {
  text-align: center;
  margin-top: 30px;
}
#cta-btn {
  display: inline-block;
  background: #ffd700;
  color: #000;
  padding: 12px 30px;
  border-radius: 30px;
  font-weight: bold;
  text-decoration: none;
}
.footer {
  text-align: center;
  margin-top: 50px;
  font-size: 0.9rem;
  color: #666;
}

.ricematrix-btn {
  display: inline-block;
  margin-top: 12px;
  padding: 12px 20px;
  background-color: #007bff; /* You can adjust this color */
  color: white;
  text-decoration: none;
  font-weight: bold;
  border-radius: 6px;
  transition: background-color 0.3s ease;
}

.ricematrix-btn:hover {
  background-color: #0056b3;
}

