:root {
  --bg: #05070a;
  --bg-elevated: rgba(10, 14, 18, 0.78);
  --panel: rgba(10, 14, 18, 0.6);
  --panel-strong: rgba(13, 18, 23, 0.9);
  --border: rgba(255, 255, 255, 0.08);
  --border-strong: rgba(255, 255, 255, 0.14);
  --text: rgba(248, 250, 252, 0.96);
  --muted: rgba(192, 203, 214, 0.7);
  --muted-2: rgba(192, 203, 214, 0.5);
  --green: #1ff1a7;
  --cyan: #73dcff;
  --green-soft: rgba(31, 241, 167, 0.14);
  --cyan-soft: rgba(115, 220, 255, 0.12);
  --shadow: 0 25px 80px rgba(0, 0, 0, 0.42);
  --radius-xl: 28px;
  --radius-lg: 22px;
  --radius-md: 16px;
  --page-pad: clamp(1rem, 3vw, 2rem);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  min-height: 100vh;
  background:
    radial-gradient(ellipse at 12% 0%, rgba(31, 241, 167, 0.16), transparent 30%),
    radial-gradient(ellipse at 88% 16%, rgba(115, 220, 255, 0.1), transparent 28%),
    radial-gradient(ellipse at 50% 58%, rgba(31, 241, 167, 0.045), transparent 42%),
    linear-gradient(180deg, #040506 0%, #05070a 45%, #030405 100%);
  color: var(--text);
  font-family: Inter, Manrope, "Segoe UI", system-ui, -apple-system, BlinkMacSystemFont, sans-serif;
  overflow-x: hidden;
}

a {
  color: inherit;
  text-decoration: none;
}

button,
input,
textarea,
select {
  font: inherit;
}

button {
  cursor: pointer;
}

button:disabled {
  cursor: not-allowed;
}

.page-shell {
  position: relative;
  overflow: clip;
}

.backdrop-grid {
  position: fixed;
  inset: 0;
  pointer-events: none;
  opacity: 0.22;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.03) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.03) 1px, transparent 1px);
  background-size: 76px 76px;
  mask-image: linear-gradient(180deg, rgba(0, 0, 0, 0.8), transparent 78%);
}

.page-shell::before {
  content: "";
  position: fixed;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  opacity: 0.035;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 160 160' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.8' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.55'/%3E%3C/svg%3E");
  mix-blend-mode: screen;
}

.ambient {
  position: fixed;
  pointer-events: none;
  border-radius: 999px;
  filter: blur(18px);
  opacity: 0.4;
  animation: float 18s ease-in-out infinite;
}

.ambient-one {
  top: 10%;
  left: 6%;
  width: 16rem;
  height: 16rem;
  background: radial-gradient(circle, rgba(31, 241, 167, 0.18), transparent 68%);
}

.ambient-two {
  top: 24%;
  right: 8%;
  width: 20rem;
  height: 20rem;
  background: radial-gradient(circle, rgba(115, 220, 255, 0.14), transparent 64%);
  animation-delay: -6s;
}

.ambient-three {
  bottom: 8%;
  left: 42%;
  width: 24rem;
  height: 24rem;
  background: radial-gradient(circle, rgba(31, 241, 167, 0.08), transparent 68%);
  animation-delay: -12s;
}

.topbar {
  position: fixed;
  inset: 0 0 auto 0;
  z-index: 50;
  padding: 0.9rem var(--page-pad);
  transition: background-color 180ms ease, border-color 180ms ease, backdrop-filter 180ms ease;
}

.topbar.is-scrolled {
  background: rgba(4, 6, 8, 0.72);
  backdrop-filter: blur(18px);
  border-bottom: 1px solid rgba(255, 255, 255, 0.07);
}

.topbar-inner {
  width: min(1180px, 100%);
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: 0.72rem 0.9rem;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 999px;
  background: linear-gradient(180deg, rgba(16, 22, 27, 0.76), rgba(7, 10, 13, 0.68));
  backdrop-filter: blur(20px);
  box-shadow: 0 18px 60px rgba(0, 0, 0, 0.28), inset 0 1px 0 rgba(255, 255, 255, 0.06);
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 0.8rem;
  min-width: 0;
}

.brand-mark {
  width: 2.25rem;
  height: 2.25rem;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 14px;
  overflow: hidden;
  background: linear-gradient(135deg, rgba(31, 241, 167, 0.18), rgba(115, 220, 255, 0.12));
  box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.1), 0 10px 28px rgba(31, 241, 167, 0.18);
}

.brand-mark img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.brand-copy {
  display: grid;
  gap: 0.12rem;
}

.brand-name {
  font-size: 1rem;
  font-weight: 700;
  letter-spacing: 0.01em;
}

.brand-token {
  font-size: 0.71rem;
  letter-spacing: 0.22em;
  color: var(--muted);
}

.primary-nav {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1.1rem;
  color: rgba(232, 238, 244, 0.76);
  font-size: 0.92rem;
}

.primary-nav a {
  padding: 0.48rem 0.7rem;
  border-radius: 999px;
  transition: color 160ms ease, background-color 160ms ease;
}

.primary-nav a:hover {
  color: var(--text);
  background: rgba(255, 255, 255, 0.04);
}

.topbar-status,
.closing-button {
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 999px;
  background: transparent;
  color: rgba(244, 247, 249, 0.94);
  letter-spacing: 0.18em;
  text-transform: uppercase;
  font-size: 0.74rem;
  font-weight: 700;
  padding: 0.78rem 1rem;
  transition: border-color 180ms ease, background-color 180ms ease, box-shadow 180ms ease;
}

.topbar-status {
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.02);
}

.topbar-status::before,
.status-pill::before {
  content: "";
  display: inline-block;
  width: 0.42rem;
  height: 0.42rem;
  margin-right: 0.5rem;
  border-radius: 50%;
  background: var(--green);
  box-shadow: 0 0 0 4px rgba(31, 241, 167, 0.1), 0 0 14px rgba(31, 241, 167, 0.8);
  animation: liveBeacon 2.4s ease-in-out infinite;
}

.topbar-status:hover,
.closing-button:hover {
  border-color: rgba(31, 241, 167, 0.36);
  background: rgba(31, 241, 167, 0.07);
  box-shadow: 0 0 24px rgba(31, 241, 167, 0.1);
}

main {
  position: relative;
  z-index: 1;
}

.section {
  width: min(1180px, calc(100% - (var(--page-pad) * 2)));
  margin: 0 auto;
  padding: clamp(4.25rem, 8vw, 7.5rem) 0;
}

.hero {
  position: relative;
  padding-top: clamp(8rem, 14vw, 10rem);
}

.hero::before {
  content: "";
  position: absolute;
  top: 5rem;
  left: -12rem;
  width: 34rem;
  height: 34rem;
  border-radius: 50%;
  border: 1px solid rgba(31, 241, 167, 0.08);
  box-shadow: 0 0 0 3rem rgba(31, 241, 167, 0.018), 0 0 0 7rem rgba(31, 241, 167, 0.012);
  pointer-events: none;
}

.hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(0, 0.9fr);
  gap: clamp(1.6rem, 5vw, 4rem);
  align-items: center;
}

.eyebrow {
  margin: 0 0 1rem;
  color: var(--muted);
  letter-spacing: 0.22em;
  text-transform: uppercase;
  font-size: 0.76rem;
  font-weight: 700;
}

.hero .eyebrow,
.section-heading .eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 0.7rem;
}

.hero .eyebrow::before,
.section-heading .eyebrow::before {
  content: "";
  width: 2rem;
  height: 1px;
  background: linear-gradient(90deg, var(--green), transparent);
  box-shadow: 0 0 9px rgba(31, 241, 167, 0.6);
}

h1,
h2,
h3,
p {
  margin-top: 0;
}

h1 {
  margin-bottom: 1.1rem;
  font-size: clamp(3.3rem, 7vw, 6.8rem);
  line-height: 0.96;
  letter-spacing: -0.06em;
  text-wrap: balance;
  text-shadow: 0 10px 40px rgba(0, 0, 0, 0.4);
}

.accent-word {
  color: transparent;
  background: linear-gradient(110deg, #d9fff0 5%, var(--green) 44%, var(--cyan) 100%);
  -webkit-background-clip: text;
  background-clip: text;
  text-shadow: 0 0 28px rgba(31, 241, 167, 0.2);
}

.hero-lead {
  max-width: 34rem;
  color: rgba(233, 239, 245, 0.82);
  font-size: clamp(1.08rem, 2vw, 1.28rem);
  line-height: 1.65;
}

.hero-status-row {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.9rem;
  margin: 2rem 0 1rem;
}

.status-pill {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  padding: 0.7rem 1rem;
  border: 1px solid rgba(31, 241, 167, 0.24);
  background: linear-gradient(135deg, rgba(31, 241, 167, 0.11), rgba(115, 220, 255, 0.06));
  color: rgba(233, 255, 245, 0.96);
  letter-spacing: 0.2em;
  text-transform: uppercase;
  font-size: 0.72rem;
  font-weight: 800;
  box-shadow: 0 0 26px rgba(31, 241, 167, 0.08), inset 0 1px 0 rgba(255, 255, 255, 0.1);
}

.status-pill-large {
  padding-inline: 1.15rem;
}

.hero-flow {
  display: inline-flex;
  align-items: center;
  gap: 0.55rem;
  border-radius: 999px;
  padding: 0.7rem 1rem;
  border: 1px solid rgba(255, 255, 255, 0.1);
  background: rgba(255, 255, 255, 0.03);
  color: rgba(246, 249, 251, 0.95);
  font-size: 0.96rem;
  font-weight: 700;
}

.flow-arrow {
  color: var(--green);
  animation: driftArrow 2.8s ease-in-out infinite;
}

.hero-support {
  max-width: 36rem;
  margin-bottom: 0.9rem;
  color: rgba(236, 241, 246, 0.9);
  line-height: 1.7;
}

.hero-support.muted {
  color: var(--muted);
}

.hero-visual {
  position: relative;
}

.visual-frame {
  position: relative;
  overflow: hidden;
  border-radius: calc(var(--radius-xl) + 6px);
  padding: 1.1rem;
  min-height: 560px;
  border: 1px solid rgba(255, 255, 255, 0.09);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.04), transparent 18%),
    linear-gradient(180deg, rgba(10, 14, 19, 0.8), rgba(8, 11, 15, 0.9));
  box-shadow: var(--shadow);
}

.visual-frame:hover {
  border-color: rgba(31, 241, 167, 0.22);
  box-shadow: var(--shadow), 0 0 70px rgba(31, 241, 167, 0.08);
}

.visual-frame::before,
.visual-frame::after {
  content: "";
  position: absolute;
  inset: auto;
  border-radius: inherit;
  pointer-events: none;
}

.visual-frame::before {
  inset: 0;
  background:
    radial-gradient(circle at 22% 18%, rgba(31, 241, 167, 0.16), transparent 20%),
    radial-gradient(circle at 78% 28%, rgba(115, 220, 255, 0.14), transparent 24%),
    radial-gradient(circle at 50% 82%, rgba(31, 241, 167, 0.07), transparent 28%);
  opacity: 0.8;
}

.visual-frame::after {
  inset: 1px;
  border-radius: calc(var(--radius-xl) + 5px);
  border: 1px solid rgba(255, 255, 255, 0.04);
}

.visual-header {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.9rem;
  margin-bottom: 1.5rem;
  padding: 0.2rem 0 0.8rem;
}

.visual-chip {
  font-size: 0.76rem;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: rgba(238, 243, 247, 0.76);
}

.visual-chip-accent {
  color: rgba(31, 241, 167, 0.94);
}

.visual-divider {
  width: 3.5rem;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.24), transparent);
}

.visual-core {
  position: relative;
  z-index: 1;
  min-height: 470px;
  display: grid;
  place-items: center;
}

.network-lines {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.line {
  fill: none;
  stroke: url(#lineGlow);
  stroke-width: 1.3;
  stroke-linecap: round;
  stroke-dasharray: 10 16;
  animation: lineFlow 16s linear infinite;
}

.line-two {
  animation-duration: 18s;
  opacity: 0.7;
}

.line-three {
  animation-duration: 22s;
  opacity: 0.55;
}

.network-particles {
  position: absolute;
  inset: 0;
}

.network-particles span {
  position: absolute;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(255, 255, 255, 0.88), rgba(31, 241, 167, 0.2));
  box-shadow: 0 0 14px rgba(31, 241, 167, 0.3);
  animation: particleDrift 12s ease-in-out infinite;
}

.network-particles span:nth-child(1) { top: 18%; left: 18%; animation-delay: 0s; }
.network-particles span:nth-child(2) { top: 28%; left: 68%; animation-delay: -2s; }
.network-particles span:nth-child(3) { top: 42%; left: 42%; animation-delay: -4s; }
.network-particles span:nth-child(4) { top: 62%; left: 26%; animation-delay: -6s; }
.network-particles span:nth-child(5) { top: 68%; left: 74%; animation-delay: -8s; }
.network-particles span:nth-child(6) { top: 76%; left: 52%; animation-delay: -10s; }
.network-particles span:nth-child(7) { top: 14%; left: 44%; animation-delay: -1s; width: 6px; height: 6px; }
.network-particles span:nth-child(8) { top: 52%; left: 84%; animation-delay: -3s; width: 6px; height: 6px; }
.network-particles span:nth-child(9) { top: 82%; left: 18%; animation-delay: -5s; width: 7px; height: 7px; }
.network-particles span:nth-child(10) { top: 22%; left: 84%; animation-delay: -7s; width: 7px; height: 7px; }

.visual-stack {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.75rem;
  width: min(20rem, 100%);
}

.stack-block {
  width: 100%;
  padding: 1.15rem 1.2rem;
  border-radius: 20px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  background: rgba(255, 255, 255, 0.025);
  backdrop-filter: blur(8px);
  display: flex;
  align-items: center;
  justify-content: space-between;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.03);
}

.stack-block-accent {
  border-color: rgba(31, 241, 167, 0.18);
  background: linear-gradient(135deg, rgba(31, 241, 167, 0.1), rgba(115, 220, 255, 0.06));
}

.stack-label,
.stack-value {
  font-weight: 700;
  letter-spacing: 0.16em;
}

.stack-label {
  color: rgba(220, 227, 234, 0.7);
  font-size: 0.74rem;
}

.stack-value {
  color: rgba(247, 250, 252, 0.96);
  font-size: 0.84rem;
}

.stack-arrow {
  color: rgba(31, 241, 167, 0.88);
  font-size: 1.25rem;
  animation: driftArrow 3.5s ease-in-out infinite;
}

.section-heading {
  max-width: 50rem;
  margin-bottom: 2rem;
}

.section-heading h2 {
  max-width: 38rem;
}

h2 {
  font-size: clamp(2rem, 4vw, 3.35rem);
  line-height: 1.02;
  letter-spacing: -0.05em;
  margin-bottom: 0.9rem;
}

.section-copy {
  max-width: 42rem;
  color: var(--muted);
  line-height: 1.7;
  font-size: 1rem;
}

.timeline {
  position: relative;
  display: grid;
  gap: 1rem;
}

.timeline-desktop {
  grid-template-columns: repeat(5, minmax(0, 1fr));
  margin-bottom: 1.2rem;
}

.timeline-desktop::before {
  content: "";
  position: absolute;
  top: 2.7rem;
  left: 1.1rem;
  right: 1.1rem;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(31, 241, 167, 0.2), rgba(105, 212, 255, 0.18), transparent);
  box-shadow: 0 0 14px rgba(31, 241, 167, 0.16);
}

.timeline-desktop::after {
  content: "";
  position: absolute;
  top: calc(2.7rem - 1px);
  left: 1.1rem;
  width: 3.5rem;
  height: 3px;
  border-radius: 999px;
  background: linear-gradient(90deg, transparent, var(--green), transparent);
  box-shadow: 0 0 14px rgba(31, 241, 167, 0.8);
  pointer-events: none;
  animation: timelineSignal 5s linear infinite;
}

.timeline-mobile {
  display: none;
}

.phase-card {
  position: relative;
  padding: 1.2rem 1.1rem 1rem;
  border-radius: var(--radius-md);
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.04), rgba(255, 255, 255, 0.018));
  min-height: 170px;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.03);
  transition: transform 180ms ease, border-color 180ms ease, background-color 180ms ease;
  animation: phaseAmbient 4.8s ease-in-out infinite;
}

.timeline-desktop .phase-card:nth-child(2) {
  animation-delay: 0.7s;
}

.timeline-desktop .phase-card:nth-child(3) {
  animation-delay: 1.4s;
}

.timeline-desktop .phase-card:nth-child(4) {
  animation-delay: 2.1s;
}

.timeline-desktop .phase-card:nth-child(5) {
  animation-delay: 2.8s;
}

.timeline-desktop .phase-card::after {
  content: "";
  position: absolute;
  top: 2.7rem;
  left: calc(100% + 0.12rem);
  width: 0.76rem;
  height: 1px;
  background: linear-gradient(90deg, rgba(31, 241, 167, 0.55), rgba(105, 212, 255, 0.12));
  box-shadow: 0 0 9px rgba(31, 241, 167, 0.35);
  opacity: 0.65;
  animation: connectorPulse 2.8s ease-in-out infinite;
  pointer-events: none;
}

.timeline-desktop .phase-card:nth-child(2)::after {
  animation-delay: 0.35s;
}

.timeline-desktop .phase-card:nth-child(3)::after {
  animation-delay: 0.7s;
}

.timeline-desktop .phase-card:nth-child(4)::after {
  animation-delay: 1.05s;
}

.timeline-desktop .phase-card:last-child::after {
  display: none;
}

.phase-card:hover,
.step-card:hover,
.token-card:hover,
.beginning-card:hover,
.donation-card:hover,
.contract-card:hover {
  transform: translateY(-3px);
  border-color: rgba(31, 241, 167, 0.28);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.07), 0 18px 45px rgba(0, 0, 0, 0.2), 0 0 30px rgba(31, 241, 167, 0.06);
}

.phase-card::before {
  content: "";
  position: absolute;
  top: -0.3rem;
  left: 1.1rem;
  width: 0.75rem;
  height: 0.75rem;
  border-radius: 50%;
  background: linear-gradient(135deg, rgba(31, 241, 167, 0.9), rgba(115, 220, 255, 0.92));
  box-shadow: 0 0 0 6px rgba(31, 241, 167, 0.08), 0 0 18px rgba(31, 241, 167, 0.55);
  animation: nodePulse 2.8s ease-in-out infinite;
}

.timeline-desktop .phase-card:nth-child(2)::before {
  animation-delay: 0.35s;
}

.timeline-desktop .phase-card:nth-child(3)::before {
  animation-delay: 0.7s;
}

.timeline-desktop .phase-card:nth-child(4)::before {
  animation-delay: 1.05s;
}

.timeline-desktop .phase-card:nth-child(5)::before {
  animation-delay: 1.4s;
}

.phase-card h3,
.step-card h3,
.donation-card h3,
.beginning-card h3,
.reward-copy h3,
.closing-inner h2 {
  margin-bottom: 0.7rem;
  letter-spacing: -0.04em;
}

.phase-label {
  margin-bottom: 1.5rem;
  color: rgba(245, 249, 252, 0.56);
  letter-spacing: 0.18em;
  font-size: 0.72rem;
  font-weight: 800;
}

.phase-card h3 {
  font-size: 1.55rem;
}

.phase-card p {
  color: var(--muted);
  line-height: 1.6;
}

.phase-card-forever {
  border-color: rgba(31, 241, 167, 0.18);
  background: linear-gradient(180deg, rgba(31, 241, 167, 0.08), rgba(255, 255, 255, 0.02));
}

.forever-badge {
  display: inline-flex;
  margin-top: 0.85rem;
  padding: 0.42rem 0.72rem;
  border-radius: 999px;
  background: rgba(31, 241, 167, 0.12);
  color: rgba(219, 255, 242, 0.96);
  font-size: 0.7rem;
  letter-spacing: 0.2em;
  font-weight: 800;
  text-transform: uppercase;
}

.reward-panel {
  display: grid;
  grid-template-columns: minmax(0, 0.82fr) minmax(0, 1.18fr);
  gap: 1.2rem;
  margin-top: 1.2rem;
  padding: 1.2rem;
  border-radius: var(--radius-xl);
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.03), rgba(255, 255, 255, 0.018));
  overflow: hidden;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.04), 0 0 60px rgba(31, 241, 167, 0.035);
}

.reward-copy {
  padding: 0.35rem;
}

.reward-copy p:last-child {
  color: var(--muted);
  line-height: 1.7;
}

.reward-chart {
  width: 100%;
  min-height: 220px;
}

.reward-curve {
  fill: none;
  stroke: url(#curveGlow);
  stroke-width: 3.5;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-dasharray: 1600;
  stroke-dashoffset: 1600;
  animation: drawCurve 1.9s ease forwards;
}

.reward-curve-glow {
  stroke: rgba(31, 241, 167, 0.2);
  stroke-width: 13;
  filter: blur(5px);
  opacity: 0.7;
  animation-delay: 0.12s;
}

.reward-values text {
  fill: rgba(242, 246, 249, 0.82);
  font-size: 22px;
  font-weight: 800;
  letter-spacing: -0.05em;
}

.reward-label-end {
  text-anchor: start;
}

.reward-ticks circle {
  fill: rgba(31, 241, 167, 0.92);
  filter: drop-shadow(0 0 12px rgba(31, 241, 167, 0.35));
}

.reward-ticks .reward-pulse {
  fill: transparent;
  stroke: rgba(31, 241, 167, 0.55);
  stroke-width: 1.5;
  filter: drop-shadow(0 0 8px rgba(31, 241, 167, 0.55));
  transform-box: fill-box;
  transform-origin: center;
  animation: chartPulse 2.8s ease-out infinite;
}

.reward-ticks .reward-pulse:nth-child(2) {
  animation-delay: 0.35s;
}

.reward-ticks .reward-pulse:nth-child(3) {
  animation-delay: 0.7s;
}

.reward-ticks .reward-pulse:nth-child(4) {
  animation-delay: 1.05s;
}

.reward-ticks .reward-pulse:nth-child(5) {
  animation-delay: 1.4s;
}

.reward-tracker {
  fill: #e6fff5;
  filter: drop-shadow(0 0 7px rgba(31, 241, 167, 1)) drop-shadow(0 0 18px rgba(31, 241, 167, 0.8));
}

.steps {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
}

.step-card,
.donation-card,
.contract-card,
.token-card,
.beginning-card {
  padding: 1.25rem 1.2rem;
  border-radius: var(--radius-lg);
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.035), rgba(255, 255, 255, 0.018));
  transition: transform 180ms ease, border-color 180ms ease;
}

.step-number {
  display: inline-flex;
  margin-bottom: 1rem;
  color: rgba(31, 241, 167, 0.92);
  letter-spacing: 0.2em;
  font-size: 0.76rem;
  font-weight: 800;
}

.step-card h3 {
  font-size: 1.35rem;
}

.step-card p,
.donation-card p,
.beginning-card p {
  color: var(--muted);
  line-height: 1.72;
}

.info-split {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  gap: 1rem;
  margin-top: 1rem;
}

.donation-card {
  background:
    linear-gradient(180deg, rgba(31, 241, 167, 0.07), rgba(255, 255, 255, 0.018)),
    rgba(255, 255, 255, 0.018);
}

.donation-card h3 {
  font-size: clamp(1.75rem, 3vw, 2.4rem);
}

.contract-card {
  display: grid;
  align-content: start;
}

.contract-flow {
  display: grid;
  gap: 0.6rem;
}

.contract-flow-horizontal {
  grid-template-columns: minmax(0, 1fr);
  align-items: center;
}

.flow-node {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 3.1rem;
  padding: 0.85rem 1rem;
  border-radius: 16px;
  border: 1px solid rgba(255, 255, 255, 0.09);
  background: rgba(255, 255, 255, 0.03);
  color: rgba(245, 249, 252, 0.9);
  font-weight: 700;
  letter-spacing: 0.14em;
  font-size: 0.75rem;
  text-align: center;
}

.flow-node-accent {
  border-color: rgba(31, 241, 167, 0.14);
  background: linear-gradient(135deg, rgba(31, 241, 167, 0.09), rgba(115, 220, 255, 0.05));
}

.flow-line {
  height: 1.1rem;
  margin-left: 1.55rem;
  width: 1px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.18), rgba(31, 241, 167, 0.16));
}

.flow-line.horizontal {
  width: 100%;
  height: 1px;
  margin: 0;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0.15), rgba(31, 241, 167, 0.17), rgba(255, 255, 255, 0.15));
}

.token-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(0, 0.9fr);
  gap: 1rem;
  align-items: stretch;
}

.live-stats-card {
  grid-column: 1 / -1;
  position: relative;
  overflow: hidden;
  padding: 1.35rem;
  border: 1px solid rgba(31, 241, 167, 0.2);
  border-radius: var(--radius-lg);
  background:
    radial-gradient(circle at 100% 0%, rgba(115, 220, 255, 0.12), transparent 30%),
    radial-gradient(circle at 0% 100%, rgba(31, 241, 167, 0.1), transparent 32%),
    linear-gradient(135deg, rgba(31, 241, 167, 0.06), rgba(255, 255, 255, 0.018));
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.06), 0 0 45px rgba(31, 241, 167, 0.05);
}

.live-stats-card::after {
  content: "";
  position: absolute;
  top: 0;
  left: -25%;
  width: 20%;
  height: 1px;
  background: linear-gradient(90deg, transparent, var(--green), transparent);
  box-shadow: 0 0 16px rgba(31, 241, 167, 0.75);
  animation: statsScan 5s linear infinite;
}

.live-stats-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
}

.live-stats-header .eyebrow {
  margin-bottom: 0;
}

.live-sync {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  color: rgba(192, 203, 214, 0.58);
  font-size: 0.72rem;
}

.live-sync i {
  width: 0.42rem;
  height: 0.42rem;
  border-radius: 50%;
  background: var(--green);
  box-shadow: 0 0 12px rgba(31, 241, 167, 0.85);
  animation: liveBeacon 2.2s ease-in-out infinite;
}

.live-stats-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem;
  margin-top: 1.15rem;
}

.live-stat {
  display: grid;
  gap: 0.28rem;
  padding: 1.1rem 1.15rem;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: var(--radius-md);
  background: rgba(4, 7, 9, 0.34);
}

.live-stat-label {
  color: rgba(192, 203, 214, 0.62);
  font-size: 0.7rem;
  font-weight: 800;
  letter-spacing: 0.18em;
}

.live-stat strong {
  color: rgba(244, 255, 250, 0.98);
  font-size: clamp(1.55rem, 3vw, 2.35rem);
  letter-spacing: -0.05em;
}

.live-stat-meta {
  color: rgba(192, 203, 214, 0.52);
  font-size: 0.82rem;
}

.address-card {
  margin-top: 1rem;
  padding: 1.2rem 1.2rem 1.15rem;
  border-radius: var(--radius-lg);
  border: 1px solid rgba(31, 241, 167, 0.12);
  background:
    linear-gradient(135deg, rgba(31, 241, 167, 0.08), rgba(115, 220, 255, 0.03)),
    rgba(255, 255, 255, 0.02);
}

.contract-address {
  display: inline-flex;
  align-items: center;
  max-width: 100%;
  margin-bottom: 0.65rem;
  color: rgba(247, 250, 252, 0.96);
  font-family: "SFMono-Regular", Consolas, "Liberation Mono", Menlo, monospace;
  font-size: clamp(0.88rem, 1.6vw, 1.02rem);
  letter-spacing: 0.02em;
  word-break: break-all;
}

.contract-address:hover {
  color: var(--green);
}

.contract-address-inline {
  flex: 1 1 auto;
  margin-bottom: 1rem;
  padding: 0.85rem 1rem;
  border-radius: 16px;
  border: 1px solid rgba(31, 241, 167, 0.12);
  background: rgba(255, 255, 255, 0.025);
}

.contract-address-row {
  display: flex;
  align-items: stretch;
  gap: 0.75rem;
  margin-bottom: 1rem;
}

.copy-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.42rem;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 16px;
  padding: 0.7rem 0.8rem;
  background: rgba(255, 255, 255, 0.03);
  color: rgba(246, 249, 252, 0.9);
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  white-space: nowrap;
  transition: transform 160ms ease, border-color 160ms ease, background-color 160ms ease;
}

.copy-button svg {
  width: 0.85rem;
  height: 0.85rem;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.copy-button:hover {
  transform: translateY(-1px);
  border-color: rgba(31, 241, 167, 0.24);
  background: rgba(31, 241, 167, 0.08);
}

.copy-button.is-copied {
  border-color: rgba(31, 241, 167, 0.28);
  color: rgba(233, 255, 245, 0.96);
  background: rgba(31, 241, 167, 0.12);
}

.check-card {
  margin-top: 1rem;
  padding: 1.25rem 1.2rem;
  border-radius: var(--radius-xl);
  border: 1px solid rgba(255, 255, 255, 0.08);
  background:
    radial-gradient(circle at top right, rgba(31, 241, 167, 0.1), transparent 26%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.03), rgba(255, 255, 255, 0.018));
}

.check-card-copy {
  max-width: 52rem;
}

.check-card-copy h3 {
  margin-bottom: 0.7rem;
  font-size: clamp(1.4rem, 2.8vw, 2rem);
}

.check-card-copy p {
  color: var(--muted);
  line-height: 1.7;
}

.check-form {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 0.75rem;
  margin-top: 1.1rem;
}

.check-form input {
  width: 100%;
  min-width: 0;
  padding: 0.95rem 1rem;
  border-radius: 16px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  background: rgba(6, 8, 10, 0.72);
  color: var(--text);
  outline: none;
  transition: border-color 160ms ease, box-shadow 160ms ease;
}

.check-form input::placeholder {
  color: rgba(192, 203, 214, 0.45);
}

.check-form input:focus {
  border-color: rgba(31, 241, 167, 0.28);
  box-shadow: 0 0 0 4px rgba(31, 241, 167, 0.08);
}

.check-form button {
  border: 1px solid rgba(31, 241, 167, 0.18);
  border-radius: 16px;
  padding: 0.95rem 1.2rem;
  background: linear-gradient(135deg, rgba(31, 241, 167, 0.16), rgba(115, 220, 255, 0.08));
  color: rgba(246, 255, 249, 0.96);
  letter-spacing: 0.14em;
  text-transform: uppercase;
  font-size: 0.78rem;
  font-weight: 800;
  transition: border-color 180ms ease, background-color 180ms ease, box-shadow 180ms ease, opacity 180ms ease;
}

.check-form button:hover:not(:disabled) {
  border-color: rgba(31, 241, 167, 0.42);
  box-shadow: 0 0 26px rgba(31, 241, 167, 0.12);
  transform: translateY(-1px);
}

.check-form button:disabled {
  opacity: 0.7;
}

.check-form button.is-scanning {
  background: linear-gradient(135deg, rgba(31, 241, 167, 0.24), rgba(115, 220, 255, 0.14));
  animation: scanButtonPulse 1.4s ease-in-out infinite;
}

.check-result {
  margin-top: 0.95rem;
  min-height: 4.35rem;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 0.45rem 0.72rem;
  padding: 1.05rem 1.2rem;
  border-radius: 16px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: rgba(255, 255, 255, 0.02);
  color: rgba(236, 241, 246, 0.84);
  line-height: 1.7;
  font-size: clamp(1rem, 1.5vw, 1.14rem);
  text-align: center;
}

.check-message-text {
  display: inline-block;
}

.check-result strong {
  color: rgba(246, 250, 252, 0.98);
  font-size: 1.05em;
}

.scan-state {
  display: flex;
  align-items: center;
  gap: 1rem;
  width: 100%;
  text-align: left;
}

.scan-orbit {
  position: relative;
  flex: 0 0 2.8rem;
  width: 2.8rem;
  height: 2.8rem;
  border: 1px solid rgba(31, 241, 167, 0.28);
  border-radius: 50%;
  background: radial-gradient(circle, rgba(31, 241, 167, 0.2), transparent 58%);
  box-shadow: 0 0 22px rgba(31, 241, 167, 0.12), inset 0 0 18px rgba(31, 241, 167, 0.12);
  animation: radarBreath 1.8s ease-in-out infinite;
}

.scan-orbit::before,
.scan-orbit::after {
  content: "";
  position: absolute;
  inset: 0.35rem;
  border: 1px solid rgba(115, 220, 255, 0.3);
  border-radius: 50%;
}

.scan-orbit::after {
  inset: -0.45rem;
  border-color: rgba(31, 241, 167, 0.14);
}

.scan-orbit span {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 0.45rem;
  height: 0.45rem;
  border-radius: 50%;
  background: var(--green);
  box-shadow: 0 0 16px rgba(31, 241, 167, 0.9);
  transform: translate(-50%, -50%);
}

.scan-copy {
  display: grid;
  gap: 0.22rem;
}

.scan-copy strong {
  font-size: clamp(1.05rem, 1.8vw, 1.28rem);
  letter-spacing: -0.02em;
}

.scan-copy > span:not(.scan-steps) {
  color: var(--muted);
  font-size: 0.94rem;
}

.scan-steps {
  display: inline-flex;
  align-items: center;
  gap: 0.48rem;
  margin-top: 0.3rem;
  color: rgba(192, 203, 214, 0.5);
  font-size: 0.64rem;
  font-weight: 800;
  letter-spacing: 0.14em;
}

.scan-steps .is-active {
  color: var(--green);
}

.scan-steps i {
  width: 1rem;
  height: 1px;
  background: rgba(115, 220, 255, 0.3);
}
}

.check-result[data-tone="loading"] {
  border-color: rgba(115, 220, 255, 0.3);
  background: linear-gradient(90deg, rgba(31, 241, 167, 0.07), rgba(115, 220, 255, 0.035), rgba(255, 255, 255, 0.02));
  box-shadow: inset 0 0 24px rgba(31, 241, 167, 0.04), 0 0 24px rgba(31, 241, 167, 0.05);
}

.check-result[data-tone="success"] {
  border-color: rgba(31, 241, 167, 0.22);
  background: linear-gradient(90deg, rgba(31, 241, 167, 0.07), rgba(255, 255, 255, 0.02));
}

.check-result[data-tone="warning"] {
  border-color: rgba(255, 201, 87, 0.22);
}

.check-result[data-tone="error"] {
  border-color: rgba(255, 108, 108, 0.22);
}

.check-result strong {
  color: rgba(247, 250, 252, 0.98);
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.token-list {
  margin: 0;
  display: grid;
  gap: 0.2rem;
}

.token-list div {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 1.5rem;
  padding: 0.9rem 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.07);
}

.token-list dt {
  color: rgba(238, 243, 247, 0.62);
  font-size: 0.72rem;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  font-weight: 800;
}

.token-list dd {
  margin: 0;
  text-align: right;
  color: rgba(247, 250, 252, 0.96);
  font-weight: 700;
}

.beginning-card h3 {
  font-size: clamp(2rem, 4vw, 3rem);
}

.contract-card-wide {
  margin-top: 1rem;
}

.closing-panel {
  padding-bottom: clamp(5rem, 10vw, 8rem);
}

.closing-inner {
  width: min(840px, 100%);
  margin: 0 auto;
  padding: clamp(2rem, 4vw, 4rem);
  border-radius: calc(var(--radius-xl) + 4px);
  border: 1px solid rgba(255, 255, 255, 0.09);
  background:
    radial-gradient(circle at top left, rgba(31, 241, 167, 0.12), transparent 28%),
    radial-gradient(circle at bottom right, rgba(115, 220, 255, 0.08), transparent 26%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.04), rgba(255, 255, 255, 0.018));
  box-shadow: var(--shadow);
  text-align: center;
}

.closing-inner h2 {
  font-size: clamp(2.4rem, 5vw, 4.8rem);
}

.closing-inner .section-copy {
  max-width: 44rem;
  margin-left: auto;
  margin-right: auto;
}

.closing-status-row {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 0.9rem;
  margin-top: 1.8rem;
}

.closing-button {
  background: rgba(255, 255, 255, 0.02);
}

.footer {
  width: min(1180px, calc(100% - (var(--page-pad) * 2)));
  margin: 0 auto;
  padding: 0 0 2rem;
}

.footer-inner {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: 1rem;
  padding-top: 1.25rem;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  color: var(--muted);
  font-size: 0.94rem;
}

.footer-brand {
  display: flex;
  flex-wrap: wrap;
  gap: 0.85rem;
  justify-content: flex-start;
}

.footer-inner > p {
  margin: 0;
  text-align: center;
}

.footer-brand span:not(:last-child)::after {
  content: "\2022";
  margin-left: 0.85rem;
  color: rgba(255, 255, 255, 0.24);
}

.footer-status {
  color: rgba(31, 241, 167, 0.88);
  letter-spacing: 0.18em;
  text-transform: uppercase;
  font-size: 0.72rem;
  font-weight: 800;
  justify-self: end;
}

.js .reveal {
  opacity: 0;
  transform: translateY(18px);
  transition: opacity 600ms ease, transform 700ms ease;
  transition-delay: var(--delay, 0ms);
}

.js .reveal.is-visible {
  opacity: 1;
  transform: translateY(0);
}

@keyframes lineFlow {
  from {
    stroke-dashoffset: 0;
  }
  to {
    stroke-dashoffset: -320;
  }
}

@keyframes drawCurve {
  to {
    stroke-dashoffset: 0;
  }
}

@keyframes nodePulse {
  0%,
  100% {
    transform: scale(1);
    opacity: 0.9;
  }
  50% {
    transform: scale(1.18);
    opacity: 1;
  }
}

@keyframes liveBeacon {
  0%,
  100% {
    opacity: 0.72;
    transform: scale(0.92);
  }
  50% {
    opacity: 1;
    transform: scale(1.12);
  }
}

@keyframes radarBreath {
  0%,
  100% {
    transform: scale(0.94);
    opacity: 0.72;
  }
  50% {
    transform: scale(1.05);
    opacity: 1;
  }
}

@keyframes scanButtonPulse {
  0%,
  100% {
    box-shadow: 0 0 0 rgba(31, 241, 167, 0);
  }
  50% {
    box-shadow: 0 0 24px rgba(31, 241, 167, 0.16);
  }
}

@keyframes connectorPulse {
  0%,
  100% {
    opacity: 0.35;
  }
  50% {
    opacity: 1;
  }
}

@keyframes timelineSignal {
  0% {
    left: 1.1rem;
    opacity: 0;
  }
  12%,
  78% {
    opacity: 1;
  }
  100% {
    left: calc(100% - 4.6rem);
    opacity: 0;
  }
}

@keyframes phaseAmbient {
  0%,
  100% {
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.03), 0 0 0 rgba(31, 241, 167, 0);
  }
  50% {
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.06), 0 0 28px rgba(31, 241, 167, 0.07);
  }
}

@keyframes statsScan {
  0% {
    left: -25%;
    opacity: 0;
  }
  15%,
  80% {
    opacity: 1;
  }
  100% {
    left: 105%;
    opacity: 0;
  }
}

@keyframes chartPulse {
  0% {
    transform: scale(0.55);
    opacity: 0.85;
  }
  70%,
  100% {
    transform: scale(1.55);
    opacity: 0;
  }
}

@keyframes driftArrow {
  0%,
  100% {
    transform: translateX(0);
    opacity: 0.75;
  }
  50% {
    transform: translateX(3px);
    opacity: 1;
  }
}

@keyframes float {
  0%,
  100% {
    transform: translate3d(0, 0, 0);
  }
  50% {
    transform: translate3d(0, -12px, 0);
  }
}

@keyframes particleDrift {
  0%,
  100% {
    transform: translate3d(0, 0, 0);
    opacity: 0.55;
  }
  25% {
    transform: translate3d(6px, -10px, 0);
  }
  50% {
    transform: translate3d(-8px, 12px, 0);
    opacity: 0.95;
  }
  75% {
    transform: translate3d(10px, 4px, 0);
  }
}

@media (max-width: 1100px) {
  .hero-grid,
  .reward-panel,
  .token-grid,
  .info-split {
    grid-template-columns: 1fr;
  }

  .visual-frame {
    min-height: 500px;
  }

  .timeline-desktop {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .timeline-desktop::before {
    display: none;
  }
}

@media (max-width: 760px) {
  .topbar {
    padding-inline: 0.65rem;
  }

  .topbar-inner {
    padding: 0.75rem;
    border-radius: 24px;
    display: grid;
    grid-template-columns: 1fr auto;
    gap: 0.8rem 1rem;
  }

  .primary-nav {
    grid-column: 1 / -1;
    justify-content: flex-start;
    overflow-x: auto;
    padding-bottom: 0.15rem;
    scrollbar-width: none;
  }

  .primary-nav::-webkit-scrollbar {
    display: none;
  }

  .topbar-status {
    justify-self: end;
    padding-inline: 0.9rem;
  }

  .section {
    width: min(1180px, calc(100% - 1.2rem));
  }

  h1 {
    font-size: clamp(2.9rem, 15vw, 4.4rem);
  }

  .hero-status-row,
  .closing-status-row {
    flex-direction: column;
    align-items: center;
  }

  .hero-flow {
    width: 100%;
    justify-content: center;
  }

  .timeline-desktop {
    display: none;
  }

  .timeline-mobile {
    display: grid;
    gap: 0.85rem;
    padding-left: 1rem;
  }

  .timeline-mobile::before {
    content: "";
    position: absolute;
    top: 0.9rem;
    left: 0.25rem;
    bottom: 0.9rem;
    width: 1px;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.12), rgba(31, 241, 167, 0.18), rgba(255, 255, 255, 0.12));
  }

  .timeline-mobile .phase-card {
    min-height: auto;
    margin-left: 0.7rem;
  }

  .timeline-mobile .phase-card::before {
    left: -1.02rem;
  }

  .steps {
    grid-template-columns: 1fr;
  }

  .live-stats-grid {
    grid-template-columns: 1fr;
  }

  .live-stats-header {
    align-items: flex-start;
    flex-direction: column;
    gap: 0.55rem;
  }

  .visual-frame {
    min-height: 420px;
    padding: 0.9rem;
  }

  .visual-core {
    min-height: 350px;
  }

  .visual-header {
    gap: 0.55rem;
  }

  .visual-divider {
    width: 2rem;
  }

  .reward-panel {
    padding: 0.9rem;
  }

  .contract-address-row,
  .check-form {
    grid-template-columns: 1fr;
  }

  .contract-address-row {
    flex-direction: column;
  }

  .copy-button {
    width: 100%;
    padding: 0.85rem 1rem;
    font-size: 0.76rem;
  }

  .check-form button {
    width: 100%;
  }

  .footer-inner {
    grid-template-columns: 1fr;
    justify-items: center;
    text-align: center;
  }

  .footer-brand {
    justify-content: center;
  }

  .footer-status {
    justify-self: center;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  *,
  *::before,
  *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }

  .reward-tracker {
    display: none;
  }
}
