:root {
  color-scheme: dark;
  --bg: #030604;
  --bg-soft: #070c09;
  --panel: rgba(10, 17, 13, 0.82);
  --panel-solid: #0c120e;
  --panel-raised: #111a14;
  --text: #f7f4ea;
  --muted: #b8b2a6;
  --soft: #7e887f;
  --line: rgba(247, 244, 234, 0.12);
  --line-strong: rgba(229, 190, 96, 0.28);
  --gold: #dfb85b;
  --gold-bright: #f6d989;
  --emerald: #00b878;
  --emerald-soft: #0b5f45;
  --danger: #ff7e7e;
  --shadow: 0 34px 100px rgba(0, 0, 0, 0.55);
  --radius: 8px;
  --ease: cubic-bezier(0.16, 1, 0.3, 1);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  min-width: 320px;
  margin: 0;
  background:
    radial-gradient(circle at 50% 0%, rgba(0, 184, 120, 0.2), transparent 34rem),
    linear-gradient(rgba(255, 255, 255, 0.026) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.026) 1px, transparent 1px),
    var(--bg);
  background-size: auto, 72px 72px, 72px 72px, auto;
  color: var(--text);
  font-family: Inter, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  overflow-x: hidden;
}

body::before {
  position: fixed;
  inset: 0;
  z-index: -3;
  content: "";
  background:
    linear-gradient(180deg, rgba(3, 6, 4, 0) 0%, #030604 100%),
    radial-gradient(circle at 85% 8%, rgba(223, 184, 91, 0.16), transparent 26rem),
    radial-gradient(circle at 8% 34%, rgba(0, 184, 120, 0.14), transparent 24rem);
  pointer-events: none;
}

a {
  color: inherit;
}

img {
  display: block;
}

.ambient {
  position: fixed;
  z-index: -2;
  width: 36vw;
  height: 36vw;
  min-width: 360px;
  min-height: 360px;
  border-radius: 999px;
  filter: blur(64px);
  opacity: 0.52;
  pointer-events: none;
  animation: ambientDrift 18s var(--ease) infinite alternate;
}

.ambient-one {
  top: 7%;
  right: -12%;
  background: rgba(0, 184, 120, 0.32);
}

.ambient-two {
  bottom: 8%;
  left: -14%;
  background: rgba(223, 184, 91, 0.18);
  animation-delay: -6s;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 28px;
  min-height: 78px;
  padding: 0 max(22px, 6vw);
  border-bottom: 1px solid var(--line);
  background: rgba(3, 6, 4, 0.72);
  backdrop-filter: blur(24px);
  transition: background 360ms ease, border-color 360ms ease, box-shadow 360ms ease;
}

.site-header.is-scrolled {
  border-color: rgba(223, 184, 91, 0.2);
  background: rgba(3, 6, 4, 0.9);
  box-shadow: 0 18px 60px rgba(0, 0, 0, 0.32);
}

.brand,
.site-nav,
.hero-actions,
.footer-links,
.footer-brand {
  display: flex;
  align-items: center;
}

.brand {
  gap: 10px;
  font-weight: 900;
  letter-spacing: 0;
  text-decoration: none;
}

.brand-mark {
  display: grid;
  width: 34px;
  height: 34px;
  place-items: center;
  border: 1px solid var(--line-strong);
  border-radius: var(--radius);
  background: #050705;
  box-shadow: 0 0 34px rgba(223, 184, 91, 0.18);
  overflow: hidden;
}

.brand-mark img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  transform: scale(1.32);
}

.site-nav {
  justify-content: center;
  gap: 26px;
}

.site-nav a,
.footer-links a {
  color: var(--muted);
  font-size: 13px;
  font-weight: 700;
  text-decoration: none;
  transition: color 220ms ease;
}

.site-nav a:hover,
.footer-links a:hover {
  color: var(--gold-bright);
}

.nav-action,
.button {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  color: var(--text);
  font-size: 14px;
  font-weight: 800;
  text-decoration: none;
  transition: transform 240ms ease, border-color 240ms ease, background 240ms ease, box-shadow 240ms ease;
  overflow: hidden;
}

.nav-action {
  padding: 10px 16px;
  background: rgba(255, 255, 255, 0.04);
}

.button {
  padding: 13px 20px;
  background: rgba(255, 255, 255, 0.045);
}

.button.primary {
  border-color: rgba(246, 217, 137, 0.58);
  background: linear-gradient(135deg, #f6d989, #b98224);
  color: #110c04;
  box-shadow: 0 18px 48px rgba(223, 184, 91, 0.18);
}

.button:hover,
.nav-action:hover {
  border-color: rgba(246, 217, 137, 0.64);
  transform: translateY(-2px);
  box-shadow: 0 18px 48px rgba(0, 184, 120, 0.12);
}

.section-shell {
  width: min(1180px, calc(100% - 44px));
  margin: 0 auto;
}

.hero {
  padding: 64px 0 30px;
}

.hero-stage {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1.02fr) minmax(360px, 0.98fr);
  align-items: center;
  gap: 56px;
  min-height: calc(100vh - 172px);
  padding: clamp(34px, 5vw, 70px);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background:
    linear-gradient(135deg, rgba(0, 184, 120, 0.18), transparent 36%),
    radial-gradient(circle at 78% 20%, rgba(246, 217, 137, 0.16), transparent 18rem),
    linear-gradient(180deg, rgba(255, 255, 255, 0.055), rgba(255, 255, 255, 0.018)),
    rgba(6, 10, 8, 0.74);
  box-shadow: var(--shadow);
  overflow: hidden;
}

.hero-stage::before {
  position: absolute;
  inset: -1px;
  content: "";
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.045) 1px, transparent 1px),
    linear-gradient(rgba(255, 255, 255, 0.045) 1px, transparent 1px);
  background-size: 64px 64px;
  mask-image: radial-gradient(circle at 74% 44%, black, transparent 64%);
  pointer-events: none;
}

.hero-stage::after {
  position: absolute;
  inset: auto 10% -40% 10%;
  height: 52%;
  content: "";
  background: radial-gradient(ellipse, rgba(0, 184, 120, 0.18), transparent 64%);
  filter: blur(24px);
  pointer-events: none;
}

.hero-copy,
.hero-visual,
.hero-metrics {
  position: relative;
  z-index: 2;
}

.status-pill {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  min-height: 34px;
  margin-bottom: 26px;
  padding: 8px 12px;
  border: 1px solid rgba(0, 184, 120, 0.34);
  border-radius: 999px;
  background: rgba(0, 184, 120, 0.08);
  color: #dffbf0;
  font-size: 13px;
  font-weight: 800;
}

.pulse-dot {
  width: 8px;
  height: 8px;
  border-radius: 999px;
  background: var(--emerald);
  box-shadow: 0 0 0 0 rgba(0, 184, 120, 0.7);
  animation: pulse 2.4s ease infinite;
}

h1,
h2,
h3,
p {
  overflow-wrap: anywhere;
}

h1,
h2,
h3 {
  letter-spacing: 0;
}

h1 {
  max-width: 780px;
  margin: 0;
  font-size: clamp(54px, 7.8vw, 104px);
  font-weight: 900;
  line-height: 0.92;
  text-wrap: balance;
}

.hero-text {
  max-width: 620px;
  margin: 26px 0 0;
  color: var(--muted);
  font-size: clamp(17px, 2vw, 21px);
  font-weight: 500;
  line-height: 1.65;
}

.hero-actions {
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 34px;
}

.hero-visual {
  display: grid;
  min-height: clamp(370px, 42vw, 540px);
  place-items: center;
  perspective: 1000px;
}

.coin-halo,
.orbit,
.hero-coin,
.floating-card {
  position: absolute;
}

.coin-halo {
  width: min(82%, 440px);
  aspect-ratio: 1;
  border-radius: 999px;
  background:
    radial-gradient(circle, rgba(246, 217, 137, 0.22), transparent 48%),
    radial-gradient(circle, rgba(0, 184, 120, 0.18), transparent 68%);
  filter: blur(10px);
}

.orbit {
  aspect-ratio: 1;
  border: 1px solid rgba(246, 217, 137, 0.18);
  border-radius: 999px;
  transform: rotateX(68deg) rotateZ(-16deg);
}

.orbit-one {
  width: min(92%, 500px);
  animation: orbitSpin 18s linear infinite;
}

.orbit-two {
  width: min(70%, 390px);
  border-color: rgba(0, 184, 120, 0.24);
  animation: orbitSpin 26s linear infinite reverse;
}

.hero-coin {
  position: relative;
  z-index: 3;
  width: min(92%, 440px);
  max-height: 520px;
  object-fit: contain;
  filter:
    drop-shadow(0 34px 70px rgba(0, 0, 0, 0.72))
    drop-shadow(0 0 42px rgba(223, 184, 91, 0.22));
  transform: translateZ(70px);
  animation: coinFloat 6.5s var(--ease) infinite alternate;
  will-change: transform;
}

.floating-card {
  z-index: 4;
  display: grid;
  gap: 4px;
  width: 160px;
  padding: 14px 16px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: rgba(7, 12, 9, 0.78);
  box-shadow: 0 20px 58px rgba(0, 0, 0, 0.44);
  backdrop-filter: blur(16px);
}

.floating-card span,
.hero-metrics span,
.roadmap span,
.journey-step span {
  color: var(--soft);
  font-size: 12px;
  font-weight: 800;
  text-transform: uppercase;
}

.floating-card strong {
  color: var(--gold-bright);
}

.card-one {
  top: 16%;
  right: 0;
}

.card-two {
  bottom: 18%;
  left: 2%;
}

.hero-metrics {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1px;
  margin-top: 16px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--line);
  overflow: hidden;
}

.hero-metrics div {
  display: grid;
  gap: 10px;
  min-height: 112px;
  padding: 22px;
  background: rgba(8, 13, 10, 0.84);
}

.hero-metrics strong {
  font-size: 17px;
}

.split-section,
.transparency-section,
.journey-section,
.roadmap-section,
.community-section,
.faq-section {
  padding: clamp(86px, 11vw, 150px) 0 0;
}

.section-heading {
  max-width: 830px;
}

.section-heading.center {
  margin: 0 auto;
  text-align: center;
}

.section-heading p:not(.eyebrow) {
  max-width: 690px;
  margin: 22px auto 0;
  color: var(--muted);
  font-size: 18px;
  line-height: 1.7;
}

.eyebrow {
  margin: 0 0 15px;
  color: var(--gold-bright);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0;
  text-transform: uppercase;
}

h2 {
  margin: 0;
  font-size: clamp(38px, 6vw, 76px);
  font-weight: 900;
  line-height: 0.98;
  text-wrap: balance;
}

.difference-grid,
.pillar-grid,
.channel-grid {
  display: grid;
  gap: 16px;
  margin-top: 36px;
}

.difference-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.premium-card,
.pillar,
.channel-card,
.journey-panel,
.faq-list,
.roadmap li {
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.06), rgba(255, 255, 255, 0.014)),
    rgba(8, 13, 10, 0.82);
  box-shadow: 0 22px 70px rgba(0, 0, 0, 0.22);
}

.premium-card,
.pillar,
.channel-card,
.roadmap li {
  transition: transform 320ms var(--ease), border-color 320ms ease, background 320ms ease, box-shadow 320ms ease;
}

.premium-card:hover,
.pillar:hover,
.channel-card:hover,
.roadmap li:hover {
  border-color: rgba(246, 217, 137, 0.36);
  background:
    linear-gradient(145deg, rgba(0, 184, 120, 0.105), rgba(255, 255, 255, 0.018)),
    rgba(8, 13, 10, 0.92);
  box-shadow: 0 24px 74px rgba(0, 184, 120, 0.12);
  transform: translateY(-4px);
}

.premium-card {
  min-height: 288px;
  padding: 28px;
}

.card-index {
  color: var(--emerald);
  font-size: 13px;
  font-weight: 900;
}

h3 {
  margin: 60px 0 14px;
  font-size: 24px;
  line-height: 1.08;
}

.premium-card p,
.pillar p,
.channel-card p,
.roadmap p,
.journey-panel p,
.faq-list p,
.footer-note,
.footer-brand p {
  color: var(--muted);
  line-height: 1.65;
}

.pillar-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.pillar {
  min-height: 206px;
  padding: 24px;
}

.pillar span {
  color: var(--text);
  font-size: 18px;
  font-weight: 850;
}

.pillar p {
  margin: 18px 0 0;
}

.journey-panel {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 0.78fr) minmax(360px, 1fr);
  gap: 46px;
  padding: clamp(28px, 5vw, 58px);
  background:
    radial-gradient(circle at 82% 52%, rgba(0, 184, 120, 0.22), transparent 24rem),
    linear-gradient(130deg, rgba(255, 255, 255, 0.06), rgba(255, 255, 255, 0.014)),
    rgba(8, 13, 10, 0.86);
  overflow: hidden;
}

.journey-panel::after {
  position: absolute;
  top: 18%;
  right: 8%;
  width: min(38vw, 430px);
  aspect-ratio: 1;
  content: "";
  border: 1px solid rgba(246, 217, 137, 0.15);
  border-radius: 999px;
  transform: rotateX(62deg);
  pointer-events: none;
}

.journey-panel h2 {
  max-width: 580px;
}

.journey-panel p {
  max-width: 550px;
  margin: 24px 0 0;
  font-size: 18px;
}

.journey-stack {
  position: relative;
  z-index: 2;
  display: grid;
  gap: 12px;
}

.journey-step {
  display: grid;
  gap: 8px;
  padding: 18px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: var(--radius);
  background: rgba(3, 6, 4, 0.46);
  backdrop-filter: blur(16px);
}

.journey-step span {
  color: var(--gold-bright);
}

.roadmap {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
  margin: 38px 0 0;
  padding: 0;
  list-style: none;
}

.roadmap li {
  min-height: 284px;
  padding: 24px;
}

.roadmap strong {
  display: block;
  margin-top: 54px;
  font-size: 22px;
  line-height: 1.12;
}

.roadmap p {
  margin: 14px 0 0;
}

.channel-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.channel-card {
  min-height: 232px;
  padding: 24px;
  color: var(--text);
  text-decoration: none;
}

.channel-card span {
  display: grid;
  width: 48px;
  height: 48px;
  place-items: center;
  border: 1px solid rgba(246, 217, 137, 0.3);
  border-radius: var(--radius);
  color: var(--gold-bright);
  font-size: 13px;
  font-weight: 900;
  background: rgba(246, 217, 137, 0.07);
}

.channel-card strong {
  display: block;
  margin-top: 46px;
  font-size: 21px;
}

.channel-card p {
  margin: 12px 0 0;
}

.faq-list {
  margin-top: 34px;
  overflow: hidden;
}

details {
  border-bottom: 1px solid var(--line);
}

details:last-child {
  border-bottom: 0;
}

summary {
  cursor: pointer;
  padding: 24px 28px;
  color: var(--text);
  font-size: 18px;
  font-weight: 850;
  list-style: none;
}

summary::-webkit-details-marker {
  display: none;
}

summary::after {
  float: right;
  color: var(--gold-bright);
  content: "+";
}

details[open] summary::after {
  content: "-";
}

details p {
  max-width: 860px;
  margin: -8px 28px 26px;
}

.site-footer {
  display: grid;
  grid-template-columns: minmax(240px, 1fr) auto;
  gap: 28px;
  width: min(1180px, calc(100% - 44px));
  margin: clamp(86px, 11vw, 150px) auto 0;
  padding: 34px 0 42px;
  border-top: 1px solid var(--line);
}

.footer-brand {
  align-items: flex-start;
  gap: 14px;
}

.footer-brand strong {
  display: block;
  margin-bottom: 4px;
}

.footer-brand p {
  margin: 0;
}

.footer-links {
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 18px;
}

.footer-note {
  grid-column: 1 / -1;
  max-width: 780px;
  margin: 0;
  font-size: 13px;
}

.reveal {
  opacity: 0;
  transform: translateY(28px);
  transition:
    opacity 760ms ease,
    transform 920ms var(--ease),
    border-color 320ms ease,
    box-shadow 320ms ease;
  transition-delay: var(--delay, 0ms);
  will-change: opacity, transform;
}

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

.difference-grid .reveal:nth-child(2),
.pillar-grid .reveal:nth-child(2),
.channel-grid .reveal:nth-child(2),
.roadmap .reveal:nth-child(2) {
  --delay: 100ms;
}

.difference-grid .reveal:nth-child(3),
.pillar-grid .reveal:nth-child(3),
.channel-grid .reveal:nth-child(3),
.roadmap .reveal:nth-child(3) {
  --delay: 190ms;
}

.pillar-grid .reveal:nth-child(4),
.channel-grid .reveal:nth-child(4),
.roadmap .reveal:nth-child(4) {
  --delay: 280ms;
}

.pillar-grid .reveal:nth-child(5) {
  --delay: 370ms;
}

.pillar-grid .reveal:nth-child(6) {
  --delay: 460ms;
}

@keyframes pulse {
  0% {
    box-shadow: 0 0 0 0 rgba(0, 184, 120, 0.54);
  }

  70% {
    box-shadow: 0 0 0 10px rgba(0, 184, 120, 0);
  }

  100% {
    box-shadow: 0 0 0 0 rgba(0, 184, 120, 0);
  }
}

@keyframes coinFloat {
  from {
    transform: translate3d(0, -8px, 70px) rotateX(2deg);
  }

  to {
    transform: translate3d(0, 10px, 70px) rotateX(2deg);
  }
}

@keyframes orbitSpin {
  to {
    transform: rotateX(68deg) rotateZ(344deg);
  }
}

@keyframes ambientDrift {
  from {
    transform: translate3d(0, 0, 0) scale(1);
  }

  to {
    transform: translate3d(-4%, 3%, 0) scale(1.08);
  }
}

@media (max-width: 980px) {
  .site-header {
    grid-template-columns: 1fr auto;
    gap: 16px;
    padding: 16px 22px;
  }

  .site-nav {
    grid-column: 1 / -1;
    justify-content: flex-start;
    gap: 16px;
    overflow-x: auto;
    padding-bottom: 2px;
  }

  .hero-stage,
  .journey-panel {
    grid-template-columns: 1fr;
  }

  .hero-visual {
    min-height: 430px;
  }

  .hero-metrics,
  .difference-grid,
  .pillar-grid,
  .roadmap,
  .channel-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 640px) {
  .section-shell,
  .site-footer {
    width: min(100% - 32px, 1180px);
  }

  .site-header {
    min-height: auto;
  }

  .nav-action {
    display: none;
  }

  .hero {
    padding-top: 34px;
  }

  .hero-stage {
    min-height: auto;
    padding: 28px 20px;
  }

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

  h1 {
    font-size: clamp(47px, 14vw, 78px);
  }

  h2 {
    font-size: clamp(36px, 11vw, 54px);
  }

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

  .button {
    width: 100%;
  }

  .hero-metrics,
  .difference-grid,
  .pillar-grid,
  .roadmap,
  .channel-grid {
    grid-template-columns: 1fr;
  }

  .floating-card {
    width: 138px;
    padding: 12px;
  }

  .card-one {
    right: -2px;
  }

  .card-two {
    left: -2px;
  }

  .premium-card,
  .pillar,
  .channel-card,
  .roadmap li {
    min-height: auto;
  }

  h3,
  .roadmap strong,
  .channel-card strong {
    margin-top: 34px;
  }

  summary {
    padding: 22px 20px;
  }

  details p {
    margin-right: 20px;
    margin-left: 20px;
  }

  .site-footer {
    grid-template-columns: 1fr;
  }

  .footer-links {
    justify-content: flex-start;
  }
}

@media (max-width: 420px) {
  .brand-mark {
    width: 30px;
    height: 30px;
  }

  .site-nav a {
    font-size: 12px;
  }

  .hero-visual {
    min-height: 310px;
  }

  .floating-card {
    display: none;
  }
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
  }

  .reveal {
    opacity: 1;
    transform: none;
  }
}
