
:root{
  --space:#0b1b38;
  --space-2:#072604; /* #0d2246; */
  --accent:#ff6a00; /* rocket flame */
  --accent-2:#e84545; /* fins/nose */
  --mint:#17d2ff; /* stars/links */
  --frog:#6cc24a;
  --moon:#ffdf7d;
  --text:#e8f0ff;
  --muted:#a3b1cc;
}
*{box-sizing:border-box}
html,body{}
body{
  background: linear-gradient(180deg, var(--space), var(--space-2));
  color:var(--text);
  font-family: "Audiowide", sans-serif;
  font-weight: 400;
  font-style: normal;
  line-height:1.6;
  font-size: large;
}
a{color:var(--mint); text-decoration:none}
a:hover{text-decoration:underline}
a buh:hover{text-decoration: none}
.navbar{
  background: rgba(10,20,40,0.7);
  backdrop-filter: blur(6px);
  border-bottom:1px solid rgba(255,255,255,0.06);
  font-size: 0.85rem;
}
.navbar-toggler-icon{background-color:#fae7cc;border-radius: 4px;}
.brand{
  display:flex;align-items:center;gap:.6rem;font-weight:800;letter-spacing:.5px;
}
.brand img{width:42px;height:42px;border-radius:10px;box-shadow:0 0 0 2px rgba(255,255,255,.05)}
.hero{
  padding: clamp(3rem, 4vw, 6rem) 0 2rem;
  position:relative;
  overflow:hidden;
}
.badge-addr{font-family: ui-monospace, SFMono-Regular, Menlo, Consolas, monospace;
  background: rgba(255,255,255,0.06); padding:.35rem .6rem; border-radius:.6rem}
.cta-btn{background:var(--accent); color:#0b0b0b; border:none; padding:.8rem 1.2rem; border-radius:12px; font-weight:800}
.cta-btn:hover{filter:brightness(1.05)}
.section{padding:4rem 0;border-top:1px solid rgba(255,255,255,0.06)}
h1,h2,h3{font-weight:700; letter-spacing:.3px}
.mb-0,.mb-3,.mt-4,.list-unstyled,p{font-family: "Anta", sans-serif;}
.mb-3{font-size: medium;}
.tokenomics-card{background:rgba(255,255,255,0.05); border:1px solid rgba(255,255,255,0.08); border-radius:16px; padding:1rem}
.progress{height:14px; background:rgba(255,255,255,.12); border-radius:999px; overflow:hidden}
.progress-bar{height:100%}
.starfield{position:absolute; inset:0; pointer-events:none; background-image:radial-gradient(2px 2px at 20% 30%, #fff8, transparent 60%), radial-gradient(1px 1px at 80% 20%, #fff6, transparent 60%), radial-gradient(1.5px 1.5px at 60% 70%, #ffd, transparent 60%), radial-gradient(1px 1px at 40% 80%, #fff6, transparent 60%); background-size: cover}
.rocket-bob{animation:bob 6s ease-in-out infinite}
@keyframes bob{0%,100%{transform:translateY(0)}50%{transform:translateY(-8px)}}
footer{padding:2rem 0; color:var(--muted)}

/* Beautiful slogan style */
.slogan-text {
  font-family: "Frijole", system-ui;
  font-weight: 400;
  font-style: normal;
  font-size: 2rem;
  color: #fae7cc;;
  text-shadow: 2px 2px 6px rgba(0,0,0,0.5);
}

/* Token address badge */
.badge-addr {
  background: rgba(255,255,255,0.08);
  color: #72b530;
  font-weight: 600;
  padding: 0.5rem 0.75rem;
  border-radius: 8px;
  font-size: 0.9rem;
  word-break: break-all;
}

/* How to Buy button */
.cta-buy {
  background:#72b530;
  color:#0b0b0b;
  border:none;
  padding:.9rem 1.25rem;
  border-radius:14px;
  font-weight:900;
  /* box-shadow:0 10px 18px rgba(114,181,48,.25); */
  transition: all 0.3s ease-in-out;
}
.cta-buy:hover,
.cta-buy:focus {
  background:#007cac;
  color:#fff;
}

.text-sol{
 color: rgb(7 228 255)
}

.text-muted{
color: rgb(244 174 174) !important;
}

/* responsive tweaks */
@media (max-width: 768px){
  .display-3{font-size:2.2rem}
  /* .hero img{max-width:140px} */
  .slogan-text{font-size:1rem}
}

.roadmap-img {
  width: 100%;
  aspect-ratio: 16 / 9;
  object-fit: cover;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 16px !important;
  box-shadow: 0 10px 30px rgba(0,0,0,.25);
  display: block;
}
.section { /* optional safety margin so next section never overlaps */
  padding: 4rem 0;
}

.object-fit-cover { object-fit: cover; }

.jupiter-wrapper {
  border-radius: 12px;
  overflow: hidden;
  border: 0.5px solid #c8f284;
  box-shadow: 0 10px 30px rgba(0,0,0,.25);
  /* max-height: 370px; */
  height: 480px !important;
  min-width: 300px;
  background: rgba(0,0,0,0.1);
}






