*,
*::before,
*::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

body {
  font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
  background: radial-gradient(circle at top, #6C5CE7 0%, #3A7CF1 40%, #111827 100%);
  color: #F9FAFB;
  line-height: 1.6;
}

a {
  color: #A5B4FC;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

.hero {
  padding: 2.5rem 1rem 2rem;
}

.hero-inner {
  max-width: 960px;
  margin: 0 auto;
  text-align: center;
  background: radial-gradient(circle at top, rgba(255,255,255,0.08), rgba(15,23,42,0.9));
  border-radius: 24px;
  border: 1px solid rgba(148,163,184,0.5);
  box-shadow: 0 20px 40px rgba(15,23,42,0.8);
  padding: 2rem 1.5rem 2.25rem;
  position: relative;
  overflow: hidden;
}

.hero-inner::before,
.hero-inner::after {
  content: 'BONK';
  position: absolute;
  font-weight: 800;
  font-size: 3rem;
  color: rgba(15,23,42,0.35);
  letter-spacing: 0.15em;
}

.hero-inner::before {
  top: 0.5rem;
  left: -0.5rem;
  transform: rotate(-18deg);
}

.hero-inner::after {
  bottom: -0.5rem;
  right: -0.25rem;
  transform: rotate(21deg);
}

.logo {
  width: 200px;
  max-width: 60vw;
  border-radius: 20px;
  box-shadow: 0 18px 40px rgba(0,0,0,0.55);
  margin-bottom: 1rem;
}

.title {
  font-size: clamp(2.4rem, 6vw, 3.4rem);
  letter-spacing: 0.14em;
  font-weight: 900;
  text-transform: uppercase;
  margin-bottom: 0.35rem;
  background: linear-gradient(90deg, #FDE68A, #A5B4FC, #6EE7B7, #F472B6, #FDE68A);
  background-size: 250% auto;
  -webkit-background-clip: text;
  color: transparent;
  animation: waveText 7s linear infinite;
}

.tagline {
  font-size: 1rem;
  font-weight: 600;
  color: #E5E7EB;
  margin-bottom: 1.25rem;
}

.hero-buttons {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.75rem;
  margin-bottom: 0.75rem;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.6rem 1.4rem;
  border-radius: 999px;
  border: 1px solid rgba(148,163,184,0.7);
  font-size: 0.9rem;
  font-weight: 600;
  background: rgba(15,23,42,0.9);
  color: #E5E7EB;
  box-shadow: 0 8px 18px rgba(15,23,42,0.7);
  transition: transform 0.12s ease, box-shadow 0.12s ease, background 0.12s ease;
}

.btn.primary {
  background: linear-gradient(135deg, #F97316, #FACC15);
  color: #111827;
  border-color: rgba(250,204,21,0.9);
}

.btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 12px 24px rgba(15,23,42,0.85);
  background: rgba(15,23,42,1);
}

.btn.primary:hover {
  background: linear-gradient(135deg, #FB923C, #FDE68A);
}

.ca {
  font-size: 0.85rem;
  color: #E5E7EB;
  margin-top: 0.75rem;
}

.ca span {
  font-family: 'JetBrains Mono', ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, 'Liberation Mono', 'Courier New', monospace;
  display: inline-block;
  margin-top: 0.2rem;
  padding: 0.3rem 0.7rem;
  border-radius: 999px;
  background: rgba(15,23,42,0.9);
  border: 1px solid rgba(148,163,184,0.7);
  box-shadow: 0 10px 22px rgba(15,23,42,0.9);
  font-size: 0.8rem;
}

.section {
  padding: 2.5rem 1.25rem;
}

.container {
  max-width: 960px;
  margin: 0 auto;
}

.section h2 {
  font-size: 1.7rem;
  margin-bottom: 0.75rem;
  color: #E5E7EB;
}

.section p + p {
  margin-top: 0.7rem;
}

.founder {
  background: radial-gradient(circle at top, rgba(79,70,229,0.28), transparent 55%);
}

.founder blockquote {
  margin: 1rem 0;
  padding: 0.75rem 1rem;
  border-left: 4px solid #A5B4FC;
  background: rgba(15,23,42,0.8);
  border-radius: 8px;
  font-style: italic;
  color: #E5E7EB;
}

.story {
  background: radial-gradient(circle at top, rgba(59,130,246,0.25), transparent 60%);
}

.roadmap {
  background: rgba(15,23,42,0.9);
  border-top: 1px solid rgba(148,163,184,0.5);
  border-bottom: 1px solid rgba(148,163,184,0.5);
}

.roadmap-phase {
  background: radial-gradient(circle at top left, rgba(79,70,229,0.2), rgba(15,23,42,0.98));
  border-radius: 18px;
  border: 1px solid rgba(148,163,184,0.7);
  padding: 1.25rem 1.25rem 1.4rem;
  margin-top: 1.25rem;
  box-shadow: 0 14px 30px rgba(15,23,42,0.9);
}

.roadmap-phase h3 {
  font-size: 1.2rem;
  margin-bottom: 0.35rem;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.4rem;
}

.roadmap-phase .subtitle {
  font-size: 0.95rem;
  color: #CBD5F5;
  margin-bottom: 0.6rem;
}

.status {
  font-size: 0.7rem;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  padding: 0.2rem 0.5rem;
  border-radius: 999px;
  border: 1px solid rgba(148,163,184,0.9);
}

.status.complete {
  background: rgba(34,197,94,0.1);
  border-color: #4ADE80;
  color: #BBF7D0;
}

.status.current {
  background: rgba(234,179,8,0.1);
  border-color: #FACC15;
  color: #FEF9C3;
}

.roadmap-phase ul {
  margin-left: 1.1rem;
  font-size: 0.95rem;
  color: #E5E7EB;
}

.roadmap-phase li + li {
  margin-top: 0.25rem;
}

.milestones-title {
  margin-top: 0.7rem;
  font-weight: 600;
  font-size: 0.95rem;
  color: #E5E7EB;
}

.milestones {
  margin-left: 0.9rem;
  list-style: none;
}

.milestones li {
  font-size: 0.9rem;
  color: #E5E7EB;
}

.roadmap-phase.current {
  border-color: #FBBF24;
}

.roadmap-phase.community {
  border-style: dashed;
}

.gallery {
  background: radial-gradient(circle at bottom, rgba(56,189,248,0.22), transparent 55%);
}

.gallery-subtitle {
  margin-bottom: 1.5rem;
  color: #E5E7EB;
  font-size: 0.98rem;
}

.frames {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 1.75rem;
}

figure {
  background: rgba(15,23,42,0.9);
  border-radius: 18px;
  padding: 0.9rem;
  border: 1px solid rgba(148,163,184,0.8);
  box-shadow: 0 12px 26px rgba(15,23,42,0.9);
}

figure img {
  width: 100%;
  display: block;
  border-radius: 14px;
  margin-bottom: 0.6rem;
}

figure figcaption {
  font-size: 0.9rem;
  color: #E5E7EB;
}

footer {
  padding: 1.75rem 1.25rem 2.25rem;
  text-align: center;
  font-size: 0.9rem;
  color: #CBD5F5;
}

footer .small {
  font-size: 0.78rem;
  color: #9CA3AF;
  margin-top: 0.25rem;
}

footer a {
  color: #A5B4FC;
}

@keyframes waveText {
  0% { background-position: 0% 50%; }
  100% { background-position: 250% 50%; }
}

@media (min-width: 720px) {
  .frames {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (min-width: 1024px) {
  .frames {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}
