*
{
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: 'Poppins',sans-serif;
}
html, body {
  overflow-x: hidden;
  max-width: 100%;
}
body
{
  min-height: 100vh;
  overflow-x: hidden;
  background: linear-gradient(180deg, #0f0c29, #302b63, #24243e);
  font-family: 'Poppins', sans-serif;
}
header
{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  padding: 30px 100px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  z-index: 10000;
}
header .logo
{
  color: #fff;
  font-weight: 700;
  text-decoration: none;
  font-size: 2em;
  letter-spacing: 2px;
}
header ul
{
  justify-content: center;
  display: flex;
  align-items: center;
}
header ul li
{
  list-style: none;
  margin-left: 20px;
}
header ul li a
{
  display: inline-block;
  text-decoration: none;
  padding: 6px 15px;
  color: #fff;
  border-radius: 20px;
  line-height: 1.5em; 
}
header ul li a:hover,
.active
{
  background: #fff;
  color: #2b1055;
}

#parallax
{
  position: relative;
  width: 100%;
  height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
}
#parallax::before
{
  content: "";
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 100px;
  background: linear-gradient(to top, #1c0522, transparent);
  z-index: 2000;
}
#parallax img
{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  overflow: hidden; 
  object-fit: cover;
  pointer-events: none;
  will-change: transform;
}
#moon
{
  mix-blend-mode: screen;
}
#mountain
{
 max-width: 100%;
 height: auto;
  z-index: 2;
  bottom: 0;
}
#tebing
{
  z-index: 10;
}
#text
{
  position: absolute;
  color: #fff;
  white-space: nowrap;
  font-size: 7.5vw;
  z-index: 9;
  animation: wave 1s ease-in-out infinite alternate;
}

#stars,
#moon,
#mountain,
#tebing {
 will-change: transform;
 backface-visibility: hidden;
 transform: translateZ(0);
}

@keyframes wave {
  0% { transform: translateY(0); }
  100% { transform: translateY(-5px); }
}

#btn
{
  text-decoration: none;
  padding: 8px 30px;
  border-radius: 40px;
  background: #fff;
  color: #2b1055;
  font-size: 1.5em;
  display: inline-block;
  z-index: 9;
  transform: translateY(100px);
}
.section-about {
  background-color: #1c0522;
  color: #fff;
  padding: 100px 20px;
  position: relative;
  z-index: 20;
  text-align: left;
}

.about-container {
  width: 100%;
  max-width: 800px;
  margin: 0 auto;
}

.section-about h1 {
  font-size: 2.2rem;
  font-weight: 600;
  margin-bottom: 30px;
}

.section-about h2 {
 margin-bottom: 12px;
}

.section-about h3 {
  font-size: 1.3rem;
  font-weight: 500;
  margin-top: 60px;
  margin-bottom: 20px;
  color: #aaa;
}

.section-about p {
  font-size: 1rem;
  line-height: 1.8;
  color: #ddd;
  margin-bottom: 25px;
  text-align: justify; /* hanya paragraf yang justify */
}

.tokenomics-section {
  margin-top: 30px;
  color: white;
}

.tokenomics-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
  justify-content: center;
}

.tokenomics-card {
  background: #24082c;
  padding: 30px;
  border-radius: 16px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  box-shadow: 0 0 20px rgba(0,0,0,0.3);
}

.tokenomics-card h2 {
  margin-top: 30px;
  margin-bottom: 15px;
}

.chart-box {
  display: flex;
  gap: 20px;
  align-items: center;
}

.pie {
  width: 100px;
  height: 100px;
  transform: rotate(-90deg);
}

.circle-bg {
  fill: none;
  stroke: #F1F5F9;
  stroke-width: 3;
}

.circle-1 {
  fill: none;
  stroke: #4F9CF9;
  stroke-width: 3;
  stroke-linecap: round;
}

.circle-2 {
  fill: none;
  stroke: #4ADE80;
  stroke-width: 3;
  stroke-linecap: round;
}

.circle-3 {
  fill: none;
  stroke: #6366F1;
  stroke-width: 3;
  stroke-linecap: round;
}

.legend {
  font-size: 14px;
}

.legend p {
  margin: 4px 0;
}

.legend small {
  display: block;
  margin-top: 8px;
  color: #aaa;
}

.dot {
  display: inline-block;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  margin-right: 6px;
}

.initial { background: #3b82f6; }
.current { background: #F1F5F9; }
.unlocked { background: #22c55e; }
.remaining { background: #F1F5F9; }
.locked { background: #6366f1; }
.unlocked-liq { background: #F1F5F9; }

.tokenomics-card h3,
.tokenomics-card h4 {
  margin-top: 0;         /* Hapus jarak atas bawaan */
  padding-top: 0;        /* Pastikan padding juga nol */
}

@media (max-width: 768px) {
  .tokenomics-grid {
    grid-template-columns: 1fr;
  }
}

.roadmap {
 width: 100%;
 min-height: 100vh;
 position: relative;
 background-color: #24082c;
 color: white;
 padding: 100px 20px; /* kasih jarak */
 z-index: 20;
}

.section-title h2 {
 text-align: center;
 font-size: 28px;
 margin-bottom: 60px;
 font-weight: 700;
 letter-spacing: 1px;
 color: #fff;
}

.cards {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  padding: 20px;
  gap: 40px;
}
.card
{
    background-color: #1b0720;
    border-radius: 20px;
    box-shadow: 0 0 30px rgba(0,0,0,0.18);
}
.container
{
    position: relative;
    clip-path: polygon(0 0,100% 0, 100% 85%, 0 100%);
}
.card2 .container,
.card4 .container {
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0 85%);
}
.card:hover {
  animation: shake 0.4s ease;
}

@keyframes shake {
  0% { transform: translateX(0); }
  25% { transform: translateX(-5px); }
  50% { transform: translateX(5px); }
  75% { transform: translateX(-5px); }
  100% { transform: translateX(0); }
}
.card1:hover .details > h3 { color: #fb36f4; }
.card2:hover .details > h3 { color: #42ffdb; }
.card3:hover .details > h3 { color: #f8501c; }
.card4:hover .details > h3 { color: #00dfd8; }

.roadmap img
{
    width: 100%;
    display: block;
    border-radius: 20px 20px 0 0;
}
.container:after{
    content: "";
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 20px 20px 0 0;
    opacity: 0.7;
}
.card1>.container:after{
    background-image: linear-gradient(
        135deg,
        #0100ec,
        #fb36f4
    );
}
.card2>.container:after{
    background-image: linear-gradient(
        135deg,
        #2bdce3,
        #42ffdb
    );
}
.card3>.container:after{
    background-image: linear-gradient(
        135deg,
        #ffab1d,
        #f8501c
    );
}.card4 > .container:after {
  background-image: linear-gradient(135deg, #007cf0, #00dfd8);
}
.details{
    padding: 20px 10px;
}
.details > h3 {
  color: #ffffff;
  font-size: 22px;
  font-weight: 600;
  margin: 10px 0 15px 0;
}

.details > p {
  color: #dddddd;
  font-size: 16px;
  line-height: 1.6;
  font-weight: 400;
}

.section-faq {
 font-family: sans-serif;
background: #1b0720;
 padding: 60px 40px;
}

.faq-wrapper {
max-width: 800px;
 margin: auto;
padding: 30px;
background: #24082c;
border-radius: 12px;
 box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
}

.faq-item {
border-bottom: 1px solid #2a2a2a;
 padding: 20px 0;
}

.faq-item input {
 display: none;
}

.faq-item label {
 display: block;
font-weight: 600;
font-size: 18px;
 cursor: pointer;
position: relative;
 padding-right: 25px;
color: #fff;
 line-height: 1.6;
 transition: color 0.3s ease;
}

.faq-item label:hover {
color: #00dfd8;
}

.faq-item label::after {
 content: '+';
 position: absolute;
 right: 0;
 top: 0;
 color: #fff;
 font-size: 20px;
transition: transform 0.3s ease;
}

.faq-item input:checked + label::after {
content: '-';
transform: rotate(180deg);
}

.faq-item .answer {
max-height: 0;
overflow: hidden;
transition: all 0.3s ease;
padding-left: 10px;
font-size: 16px;
line-height: 1.8;
color: #ddd;
}

.faq-item input:checked ~ .answer {
max-height: 1000px;
 margin-top: 10px;
}
    

    
    
.footer {
  background-color: #14041a;
  width: 100%;
  color: #f2d9b8;
  text-align: center;
  padding: 20px 10px;
  font-family: sans-serif;
}

.footer p {
  margin: 6px 0;
  font-size: 16px;
  font-family: Arial;
}
.footer-icons {
  margin-top: 15px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
  flex-direction: column;
}
.icon-row {
  display: flex;
  gap: 10px;    
}
.footer-icons img {
  width: 40px;
  height: 40px;
  filter: brightness(0) saturate(100%) invert(93%) sepia(32%) saturate(319%) hue-rotate(317deg) brightness(96%) contrast(87%);
}

/* Media Query cards*/

@media (max-width: 768px) {
 .cards {
   grid-template-columns: 1fr;
   gap: 20px;
   padding: 10px;
  }

  .details > h3 {
   font-size: 20px;
   }

  .details > p {
  font-size: 15px;
  line-height: 1.5;
  }
  .card:hover {
    animation: none;
  
  }
}

@media screen and (max-width: 768px) {
  header {
    padding: 15px 20px;
    justify-content: space-between;
    align-items: center;
  }
  header .logo {
    font-size: 1.2em;
  }
  header ul {
    flex-direction: row;
    margin-top: 0;
    overflow-x: auto;
    white-space: nowrap;
  }
  header ul li {
    margin-left: 10px;
    margin-bottom: 0;
  }
  header ul li a {
    font-size: 14px;
    padding: 4px 10px;
  }
}

@media screen and (max-width: 400px) {
  header {
    padding: 10px 15px;
  }
  header .logo {
    font-size: 1em;
  }
  header ul li {
    margin-left: 5px;
  }
  header ul li a {
    font-size: 12px;
}
}

@media (max-width: 767px) {
  .tokenomics-card {
   padding: 20px;
 }

 .tokenomics-card h2 {
   margin-top: 0; /* ilangin space atas */
   margin-bottom: 12px; /* kasih jarak ke bawah */
 }
}

@media (max-width: 767px) {
  .section-about {
   padding: 40px 16px; /* atas-bawah 40px, kiri-kanan 16px */
  }
  .section-about h2 {
   margin-bottom: 12px;
  }
}

@media (max-width: 768px) {
  .section-title {
   font-size: 24px;
    margin-bottom: 40px;
 }
}

@media (max-width: 768px) {
 .section-faq {
 padding: 40px 20px;
 }

 .faq-wrapper {
 padding: 20px;
 border-radius: 10px;
 }

 .faq-item {
 padding: 16px 0;
}

 .faq-item label {
font-size: 16px;
padding-right: 20px;
 }

 .faq-item label::after {
 font-size: 18px;
}

 .faq-item .answer {
 font-size: 15px;
 line-height: 1.7;
 padding-left: 8px;
 }
}


