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

:root {
  --green: #2d8a4e;
  --green-dark: #1f6b3a;
  --green-light: #e8f5ec;
  --red: #e74c3c;
  --orange: #f39c12;
  --yellow: #f1c40f;
  --blue: #3498db;
  --purple: #9b59b6;
  --white: #ffffff;
  --gray-50: #fafafa;
  --gray-100: #f4f4f5;
  --gray-200: #e4e4e7;
  --gray-600: #52525b;
  --gray-800: #27272a;
  --gray-900: #18181b;
  --radius: 16px;
  --radius-sm: 10px;
  --shadow: 0 4px 24px rgba(0, 0, 0, 0.08);
  --shadow-lg: 0 12px 40px rgba(0, 0, 0, 0.12);
  --font-display: 'Fredoka', sans-serif;
  --font-body: 'Inter', sans-serif;
}

html {
  scroll-behavior: smooth;
}

body {
  font-family: var(--font-body);
  color: var(--gray-800);
  background: var(--white);
  line-height: 1.6;
  overflow-x: hidden;
}

.container {
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 24px;
}

/* ── Nav ── */
.nav {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 100;
  background: rgba(255, 255, 255, 0.92);
  backdrop-filter: blur(12px);
  border-bottom: 1px solid var(--gray-200);
}

.nav-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 72px;
}

.nav-brand {
  display: flex;
  align-items: center;
  gap: 10px;
  text-decoration: none;
  color: var(--gray-900);
  font-family: var(--font-display);
  font-weight: 600;
  font-size: 1.15rem;
}

.nav-logo {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  object-fit: cover;
}

.nav-links {
  display: flex;
  align-items: center;
  gap: 28px;
  list-style: none;
}

.nav-links a {
  text-decoration: none;
  color: var(--gray-600);
  font-weight: 500;
  font-size: 0.95rem;
  transition: color 0.2s;
}

.nav-links a:hover {
  color: var(--green);
}

.nav-cta {
  background: var(--green) !important;
  color: var(--white) !important;
  padding: 8px 20px;
  border-radius: 999px;
  transition: background 0.2s, transform 0.2s !important;
}

.nav-cta:hover {
  background: var(--green-dark) !important;
  transform: translateY(-1px);
}

.nav-toggle {
  display: none;
  flex-direction: column;
  gap: 5px;
  background: none;
  border: none;
  cursor: pointer;
  padding: 4px;
}

.nav-toggle span {
  display: block;
  width: 24px;
  height: 2px;
  background: var(--gray-800);
  border-radius: 2px;
  transition: 0.3s;
}

/* ── Hero ── */
.hero {
  padding-top: 72px;
}

.hero-banner-wrap {
  width: 100%;
  max-height: 340px;
  overflow: hidden;
  background: var(--gray-100);
}

.hero-banner {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
  object-position: center;
}

.hero-content {
  text-align: center;
  padding: 48px 24px 64px;
}

.hero-logo {
  width: 120px;
  height: 120px;
  border-radius: 50%;
  object-fit: cover;
  margin-bottom: 20px;
  box-shadow: var(--shadow-lg);
  border: 4px solid var(--white);
  margin-top: -60px;
  position: relative;
  background: var(--white);
}

.hero h1 {
  font-family: var(--font-display);
  font-size: clamp(2.2rem, 5vw, 3.2rem);
  font-weight: 700;
  color: var(--gray-900);
  margin-bottom: 12px;
}

.hero-wsb {
  font-family: var(--font-display);
  font-size: 1.05rem;
  color: var(--gray-600);
  margin-bottom: 8px;
}

.hero-wsb strong {
  color: var(--red);
}

.hero-tagline {
  font-size: 1.15rem;
  color: var(--gray-600);
  max-width: 560px;
  margin: 0 auto 28px;
}

/* ── Flywheel ── */
.flywheel {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 8px 12px;
  background: linear-gradient(135deg, var(--green-light), #fff8e1);
  border: 2px solid var(--green);
  border-radius: var(--radius);
  padding: 20px 24px;
  margin-bottom: 28px;
  max-width: 720px;
  margin-left: auto;
  margin-right: auto;
}

.flywheel-step {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 4px;
  font-family: var(--font-display);
  font-weight: 600;
  font-size: 0.85rem;
  color: var(--gray-800);
  text-align: center;
  min-width: 110px;
}

.flywheel-icon {
  font-size: 1.6rem;
}

.flywheel-arrow {
  font-size: 1.4rem;
  color: var(--green);
  font-weight: 700;
}


/* ── CA Box ── */
.ca-box {
  display: inline-block;
  background: var(--gray-50);
  border: 2px solid var(--gray-200);
  border-radius: var(--radius);
  padding: 16px 24px;
  margin-bottom: 32px;
  text-align: left;
}

.ca-label {
  display: block;
  font-size: 0.75rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: var(--gray-600);
  margin-bottom: 8px;
}

.ca-row {
  display: flex;
  align-items: center;
  gap: 12px;
}

.ca-row code {
  font-family: 'Courier New', monospace;
  font-size: 1rem;
  font-weight: 600;
  color: var(--green-dark);
  word-break: break-all;
}

.copy-btn {
  display: flex;
  align-items: center;
  gap: 6px;
  background: var(--green);
  color: var(--white);
  border: none;
  padding: 8px 14px;
  border-radius: var(--radius-sm);
  font-size: 0.85rem;
  font-weight: 600;
  cursor: pointer;
  transition: background 0.2s, transform 0.2s;
  white-space: nowrap;
  font-family: var(--font-body);
}

.copy-btn:hover {
  background: var(--green-dark);
  transform: translateY(-1px);
}

.copy-btn.copied {
  background: var(--blue);
}

/* ── Buttons ── */
.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  justify-content: center;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 14px 28px;
  border-radius: 999px;
  font-family: var(--font-display);
  font-weight: 600;
  font-size: 1rem;
  text-decoration: none;
  transition: transform 0.2s, box-shadow 0.2s, background 0.2s;
  cursor: pointer;
  border: 2px solid transparent;
}

.btn:hover {
  transform: translateY(-2px);
  box-shadow: var(--shadow);
}

.btn-primary {
  background: var(--green);
  color: var(--white);
}

.btn-primary:hover {
  background: var(--green-dark);
}

.btn-secondary {
  background: var(--blue);
  color: var(--white);
}

.btn-secondary:hover {
  background: #2980b9;
}

.btn-outline {
  background: var(--white);
  color: var(--green);
  border-color: var(--green);
}

.btn-outline:hover {
  background: var(--green-light);
}

.btn-lg {
  padding: 16px 36px;
  font-size: 1.1rem;
}

/* ── Sections ── */
.section {
  padding: 80px 0;
}

.section-alt {
  background: var(--gray-50);
  position: relative;
}

.section-alt::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 4px;
  background: linear-gradient(90deg, var(--red), var(--orange), var(--yellow), var(--green), var(--blue), var(--purple));
}

.section-header {
  text-align: center;
  margin-bottom: 48px;
}

.section-badge {
  display: inline-block;
  background: var(--green-light);
  color: var(--green);
  font-size: 0.8rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  padding: 6px 16px;
  border-radius: 999px;
  margin-bottom: 16px;
}

.section-header h2 {
  font-family: var(--font-display);
  font-size: clamp(1.8rem, 4vw, 2.5rem);
  font-weight: 700;
  color: var(--gray-900);
}

.section-sub {
  color: var(--gray-600);
  margin-top: 12px;
  font-size: 1.05rem;
}

/* ── About ── */
.about-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 24px;
}

.about-card {
  background: var(--white);
  border-radius: var(--radius);
  padding: 32px 28px;
  box-shadow: var(--shadow);
  border: 1px solid var(--gray-200);
  transition: transform 0.2s, box-shadow 0.2s;
}

.about-card:hover {
  transform: translateY(-4px);
  box-shadow: var(--shadow-lg);
}

.about-icon {
  font-size: 2.4rem;
  margin-bottom: 16px;
}

.about-card h3 {
  font-family: var(--font-display);
  font-size: 1.25rem;
  margin-bottom: 10px;
  color: var(--gray-900);
}

.about-card p {
  color: var(--gray-600);
  font-size: 0.95rem;
}

/* ── Narrative ── */
.narrative-block {
  max-width: 780px;
  margin: 0 auto 40px;
  text-align: center;
}

.narrative-block p {
  color: var(--gray-600);
  font-size: 1.05rem;
  line-height: 1.75;
  margin-bottom: 16px;
}

.narrative-block strong {
  color: var(--green-dark);
}

.synergy-banner {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 16px 20px;
  background: var(--gray-900);
  color: var(--white);
  border-radius: var(--radius);
  padding: 32px 28px;
  margin-top: 48px;
}

.synergy-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 4px;
}

.synergy-label {
  font-size: 0.75rem;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: var(--gray-600);
  font-weight: 600;
}

.synergy-value {
  font-family: var(--font-display);
  font-size: 1.4rem;
  font-weight: 700;
}

.synergy-plus,
.synergy-equals {
  font-family: var(--font-display);
  font-size: 1.6rem;
  font-weight: 700;
  color: var(--green-light);
}

.synergy-result .synergy-value {
  color: var(--yellow);
  font-size: 1.15rem;
}

/* ── Steps ── */
.steps {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  gap: 24px;
  margin-bottom: 40px;
}

.step {
  background: var(--white);
  border-radius: var(--radius);
  padding: 28px 24px;
  border: 1px solid var(--gray-200);
  position: relative;
}

.step-num {
  width: 40px;
  height: 40px;
  background: var(--green);
  color: var(--white);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: var(--font-display);
  font-weight: 700;
  font-size: 1.1rem;
  margin-bottom: 16px;
}

.step h3 {
  font-family: var(--font-display);
  font-size: 1.15rem;
  margin-bottom: 8px;
  color: var(--gray-900);
}

.step p {
  color: var(--gray-600);
  font-size: 0.92rem;
}

.step strong {
  color: var(--green-dark);
}

.buy-cta {
  text-align: center;
}

/* ── Tokenomics ── */
.tokenomics-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(160px, 1fr));
  gap: 20px;
  margin-bottom: 40px;
}

.token-stat {
  background: var(--white);
  border: 2px solid var(--gray-200);
  border-radius: var(--radius);
  padding: 28px 20px;
  text-align: center;
  transition: border-color 0.2s;
}

.token-stat:hover {
  border-color: var(--green);
}

.token-stat-value {
  display: block;
  font-family: var(--font-display);
  font-size: 2.2rem;
  font-weight: 700;
  color: var(--green);
  margin-bottom: 4px;
}

.token-stat-label {
  font-size: 0.85rem;
  color: var(--gray-600);
  font-weight: 500;
}

.token-details {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 20px;
}

.token-detail-card {
  background: var(--green-light);
  border-radius: var(--radius);
  padding: 28px 24px;
}

.token-detail-card h3 {
  font-family: var(--font-display);
  font-size: 1.1rem;
  margin-bottom: 8px;
  color: var(--gray-900);
}

.token-detail-card p {
  color: var(--gray-600);
  font-size: 0.92rem;
}

/* ── Social ── */
.social-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 20px;
}

.social-card {
  display: flex;
  align-items: center;
  gap: 20px;
  background: var(--white);
  border: 1px solid var(--gray-200);
  border-radius: var(--radius);
  padding: 24px 28px;
  text-decoration: none;
  color: inherit;
  transition: transform 0.2s, box-shadow 0.2s, border-color 0.2s;
}

.social-card:hover {
  transform: translateY(-3px);
  box-shadow: var(--shadow-lg);
  border-color: var(--green);
}

.social-icon {
  width: 56px;
  height: 56px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.social-icon.twitter {
  background: var(--gray-900);
  color: var(--white);
}

.social-icon.dex {
  background: var(--blue);
  color: var(--white);
}

.social-icon.pump {
  background: var(--green);
  color: var(--white);
}

.social-card h3 {
  font-family: var(--font-display);
  font-size: 1.1rem;
  color: var(--gray-900);
  margin-bottom: 2px;
}

.social-card p {
  color: var(--gray-600);
  font-size: 0.9rem;
}

.hashtags {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  justify-content: center;
  margin-top: 36px;
}

.hashtags span {
  background: var(--white);
  border: 1px solid var(--gray-200);
  border-radius: 999px;
  padding: 8px 18px;
  font-family: var(--font-display);
  font-weight: 600;
  font-size: 0.9rem;
  color: var(--green);
}

/* ── Footer ── */
.footer {
  background: var(--gray-900);
  color: var(--gray-200);
  padding: 48px 0 32px;
  text-align: center;
}

.footer-logo {
  width: 64px;
  height: 64px;
  border-radius: 50%;
  margin-bottom: 16px;
}

.footer-inner p {
  font-size: 0.9rem;
  margin-bottom: 12px;
}

.footer-links {
  display: flex;
  gap: 24px;
  justify-content: center;
  margin: 20px 0;
}

.footer-links a {
  color: var(--green-light);
  text-decoration: none;
  font-weight: 500;
  transition: color 0.2s;
}

.footer-links a:hover {
  color: var(--white);
}

.footer-disclaimer {
  font-size: 0.78rem !important;
  color: var(--gray-600) !important;
  margin-top: 24px !important;
}

/* ── Mobile ── */
@media (max-width: 768px) {
  .nav-toggle {
    display: flex;
  }

  .nav-links {
    position: fixed;
    top: 72px;
    left: 0;
    right: 0;
    background: var(--white);
    flex-direction: column;
    padding: 24px;
    gap: 16px;
    border-bottom: 1px solid var(--gray-200);
    transform: translateY(-120%);
    opacity: 0;
    pointer-events: none;
    transition: transform 0.3s, opacity 0.3s;
  }

  .nav-links.open {
    transform: translateY(0);
    opacity: 1;
    pointer-events: all;
  }

  .nav-toggle.open span:nth-child(1) {
    transform: rotate(45deg) translate(5px, 5px);
  }

  .nav-toggle.open span:nth-child(2) {
    opacity: 0;
  }

  .nav-toggle.open span:nth-child(3) {
    transform: rotate(-45deg) translate(5px, -5px);
  }

  .hero-logo {
    width: 96px;
    height: 96px;
    margin-top: -48px;
  }

  .flywheel {
    flex-direction: column;
    gap: 12px;
  }

  .flywheel-arrow {
    transform: rotate(90deg);
  }

  .ca-row {
    flex-direction: column;
    align-items: stretch;
  }

  .synergy-banner {
    flex-direction: column;
    text-align: center;
  }

  .copy-btn {
    justify-content: center;
  }

  .hero-actions {
    flex-direction: column;
    align-items: stretch;
  }

  .btn {
    width: 100%;
  }

  .section {
    padding: 56px 0;
  }
}
