:root {
  --bg: #050807;
  --panel: rgba(13, 24, 19, 0.72);
  --panel-strong: #0c1511;
  --green: #c8ff3d;
  --green-2: #6df52d;
  --text: #f4f8f5;
  --muted: #9aa9a0;
  --line: rgba(200, 255, 61, 0.16);
  --shadow: 0 0 40px rgba(152, 255, 44, 0.24);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  min-width: 320px;
  background: var(--bg);
  color: var(--text);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  overflow-x: hidden;
}
body::before {
  content: "";
  position: fixed;
  inset: 0;
  pointer-events: none;
  background:
    radial-gradient(circle at 78% 15%, rgba(109, 245, 45, 0.13), transparent 26%),
    radial-gradient(circle at 8% 70%, rgba(109, 245, 45, 0.08), transparent 28%);
  z-index: -2;
}

::selection { background: var(--green); color: #071006; }
a { color: inherit; text-decoration: none; }
button, a { -webkit-tap-highlight-color: transparent; }
button { font: inherit; }

#marketCanvas {
  position: fixed;
  inset: 0;
  width: 100%;
  height: 100%;
  opacity: .36;
  z-index: -3;
}
.noise {
  position: fixed;
  inset: 0;
  pointer-events: none;
  opacity: .045;
  z-index: 20;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 180 180' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.9' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.75'/%3E%3C/svg%3E");
}
.shell { width: min(1180px, calc(100% - 40px)); margin: 0 auto; }

.nav-wrap {
  position: fixed;
  inset: 0 0 auto;
  z-index: 15;
  border-bottom: 1px solid transparent;
  transition: .3s ease;
}
.nav-wrap.scrolled {
  background: rgba(5, 8, 7, .78);
  border-color: rgba(255,255,255,.07);
  backdrop-filter: blur(18px);
}
.nav { height: 82px; display: flex; align-items: center; justify-content: space-between; }
.brand { display: inline-flex; align-items: center; gap: 10px; font-weight: 950; letter-spacing: -.035em; }
.brand-mark {
  width: 40px; height: 40px; border-radius: 12px; overflow: hidden;
  border: 1px solid rgba(200,255,61,.38); box-shadow: 0 0 18px rgba(200,255,61,.16);
}
.brand-mark img { width: 100%; height: 100%; object-fit: cover; }
.nav-links { display: flex; gap: 30px; color: var(--muted); font-size: 14px; font-weight: 750; }
.nav-links a { transition: .2s ease; }
.nav-links a:hover { color: var(--green); }

.button {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 52px;
  padding: 0 24px;
  border: 1px solid var(--green);
  border-radius: 14px;
  color: #081006;
  background: var(--green);
  font-weight: 950;
  letter-spacing: .015em;
  cursor: pointer;
  box-shadow: 0 0 28px rgba(200,255,61,.16);
  overflow: hidden;
  transition: transform .2s ease, box-shadow .2s ease, background .2s ease;
}
.button::after {
  content: "";
  position: absolute;
  width: 35%; height: 220%;
  top: -60%; left: -60%;
  transform: rotate(25deg);
  background: rgba(255,255,255,.42);
  transition: left .5s ease;
}
.button:hover { transform: translateY(-2px); box-shadow: 0 0 38px rgba(200,255,61,.26); }
.button:hover::after { left: 125%; }
.button-small { min-height: 42px; padding: 0 17px; border-radius: 11px; font-size: 12px; }
.button-ghost { color: var(--text); background: rgba(11, 20, 16, .72); border-color: rgba(200,255,61,.35); box-shadow: none; }

.hero {
  min-height: 860px;
  padding-top: 154px;
  display: grid;
  grid-template-columns: 1.03fr .97fr;
  gap: 56px;
  align-items: center;
}
.eyebrow {
  display: inline-flex; align-items: center; gap: 9px;
  color: var(--green); font-size: 12px; font-weight: 900; letter-spacing: .16em;
  border: 1px solid rgba(200,255,61,.2); border-radius: 999px; padding: 9px 12px;
  background: rgba(200,255,61,.04);
}
.pulse-dot { width: 8px; height: 8px; border-radius: 50%; background: var(--green); box-shadow: 0 0 0 0 rgba(200,255,61,.55); animation: pulse 1.8s infinite; }
@keyframes pulse { 70% { box-shadow: 0 0 0 11px rgba(200,255,61,0); } 100% { box-shadow: 0 0 0 0 rgba(200,255,61,0); } }

h1, h2, h3, p { margin-top: 0; }
h1 {
  margin: 24px 0 22px;
  font-size: clamp(62px, 8.4vw, 126px);
  line-height: .82;
  letter-spacing: -.075em;
  font-weight: 1000;
}
.glitch { color: var(--green); text-shadow: 0 0 36px rgba(200,255,61,.28); }
.hero-sub { max-width: 610px; color: var(--muted); font-size: clamp(17px, 2vw, 21px); line-height: 1.65; }
.hero-sub strong { color: var(--text); }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 30px; }
.micro-stats { display: flex; flex-wrap: wrap; gap: 34px; margin-top: 44px; }
.micro-stats div { display: grid; gap: 4px; }
.stat-number { font-size: 28px; font-weight: 950; color: var(--green); }
.micro-stats small { color: var(--muted); font-size: 10px; letter-spacing: .13em; font-weight: 850; }

.hero-visual { position: relative; min-height: 590px; display: grid; place-items: center; isolation: isolate; }
.mascot {
  width: min(520px, 95%);
  aspect-ratio: 1;
  object-fit: cover;
  border-radius: 42px;
  z-index: 3;
  filter: saturate(1.16) contrast(1.04);
  box-shadow: 0 38px 90px rgba(0,0,0,.52), 0 0 70px rgba(109,245,45,.18);
  animation: float 5.8s ease-in-out infinite;
}
@keyframes float { 0%, 100% { transform: translateY(0) rotate(-1deg); } 50% { transform: translateY(-18px) rotate(1deg); } }
.mascot-glow { position: absolute; width: 62%; aspect-ratio: 1; border-radius: 50%; background: rgba(149,255,45,.24); filter: blur(75px); z-index: 1; animation: breathe 3.2s ease-in-out infinite; }
@keyframes breathe { 50% { transform: scale(1.16); opacity: .72; } }
.orbit { position: absolute; border: 1px solid rgba(200,255,61,.13); border-radius: 50%; z-index: 0; }
.orbit-one { width: 93%; aspect-ratio: 1; animation: spin 26s linear infinite; }
.orbit-two { width: 72%; aspect-ratio: 1; border-style: dashed; animation: spin 18s linear infinite reverse; }
@keyframes spin { to { transform: rotate(360deg); } }
.price-card {
  position: absolute; z-index: 5;
  min-width: 150px; padding: 14px 16px;
  border: 1px solid rgba(200,255,61,.22); border-radius: 14px;
  background: rgba(7, 15, 11, .76); backdrop-filter: blur(15px);
  box-shadow: 0 14px 40px rgba(0,0,0,.32);
  display: grid; gap: 5px;
  animation: bob 4s ease-in-out infinite;
}
.price-card span { color: var(--muted); font-size: 10px; font-weight: 900; letter-spacing: .13em; }
.price-card b { color: var(--green); font-size: 18px; }
.price-card-a { top: 8%; left: -2%; }
.price-card-b { right: -1%; bottom: 13%; animation-delay: -1.5s; }
@keyframes bob { 50% { transform: translateY(-11px); } }

.ticker { overflow: hidden; border-block: 1px solid var(--line); background: rgba(200,255,61,.045); transform: rotate(-1deg) scale(1.02); }
.ticker-track { width: max-content; display: flex; align-items: center; gap: 24px; padding: 16px 0; animation: marquee 24s linear infinite; }
.ticker span { font-size: 13px; font-weight: 950; letter-spacing: .12em; }
.ticker i { color: var(--green); font-style: normal; }
@keyframes marquee { to { transform: translateX(-50%); } }

.section { padding: 150px 0 30px; }
.section-kicker { color: var(--green); font-size: 12px; font-weight: 900; letter-spacing: .16em; margin-bottom: 34px; }
.section h2, .cta h2 { font-size: clamp(42px, 6vw, 82px); line-height: .92; letter-spacing: -.055em; margin-bottom: 26px; }
.about-grid { display: grid; grid-template-columns: 1.1fr .9fr; gap: 70px; align-items: stretch; }
.about-copy p { color: var(--muted); max-width: 720px; font-size: 18px; line-height: 1.75; }
.quote-card {
  position: relative; min-height: 390px; padding: 42px;
  display: flex; flex-direction: column; justify-content: flex-end;
  border: 1px solid var(--line); border-radius: 28px;
  background:
    linear-gradient(145deg, rgba(200,255,61,.1), transparent 42%),
    var(--panel);
  overflow: hidden;
}
.quote-card::before { content: ""; position: absolute; width: 260px; height: 260px; border-radius: 50%; background: rgba(200,255,61,.15); filter: blur(65px); right: -80px; top: -80px; }
.quote-mark { position: absolute; top: 12px; left: 28px; color: rgba(200,255,61,.25); font-size: 150px; line-height: 1; }
.quote-card p { position: relative; font-size: clamp(26px, 4vw, 47px); line-height: 1; font-weight: 950; letter-spacing: -.05em; margin-bottom: 24px; }
.quote-card span { color: var(--green); font-size: 11px; font-weight: 900; letter-spacing: .12em; }
.center-title { text-align: center; }
.cards { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; margin-top: 58px; }
.info-card {
  min-height: 310px; padding: 30px;
  border: 1px solid rgba(255,255,255,.07); border-radius: 24px;
  background: linear-gradient(180deg, rgba(255,255,255,.025), rgba(200,255,61,.035));
  transition: transform .25s ease, border-color .25s ease, box-shadow .25s ease;
}
.info-card:hover { transform: translateY(-8px); border-color: rgba(200,255,61,.34); box-shadow: var(--shadow); }
.card-icon { width: 62px; height: 62px; display: grid; place-items: center; border-radius: 18px; background: var(--green); color: #081006; font-weight: 1000; margin-bottom: 70px; }
.info-card h3 { font-size: 27px; letter-spacing: -.04em; margin-bottom: 12px; }
.info-card p { color: var(--muted); line-height: 1.65; }

.how { padding-bottom: 140px; }
.how-wrap { display: grid; grid-template-columns: .9fr 1.1fr; gap: 80px; align-items: start; }
.how-copy { position: sticky; top: 125px; }
.how-copy > p { color: var(--muted); line-height: 1.7; max-width: 500px; }
.contract-box { display: flex; align-items: center; gap: 12px; padding: 13px; margin-top: 30px; border: 1px solid var(--line); border-radius: 14px; background: var(--panel); }
.contract-box code { flex: 1; min-width: 0; overflow: hidden; text-overflow: ellipsis; color: var(--green); white-space: nowrap; }
.contract-box button { border: 0; border-radius: 9px; background: var(--green); color: #081006; font-weight: 950; padding: 10px 13px; cursor: pointer; }
.steps { list-style: none; margin: 0; padding: 0; display: grid; gap: 16px; }
.steps li { display: grid; grid-template-columns: 75px 1fr; gap: 22px; padding: 29px; border: 1px solid rgba(255,255,255,.07); border-radius: 22px; background: rgba(255,255,255,.025); }
.steps li > span { width: 62px; height: 62px; display: grid; place-items: center; border: 1px solid rgba(200,255,61,.25); border-radius: 18px; color: var(--green); font-size: 20px; font-weight: 950; }
.steps h3 { margin-bottom: 7px; font-size: 24px; }
.steps p { color: var(--muted); line-height: 1.55; margin-bottom: 0; }

.cta {
  margin-bottom: 90px; padding: 55px;
  display: flex; justify-content: space-between; align-items: center; gap: 30px;
  border: 1px solid rgba(200,255,61,.24); border-radius: 30px;
  background:
    radial-gradient(circle at 85% 20%, rgba(200,255,61,.22), transparent 31%),
    linear-gradient(135deg, rgba(200,255,61,.1), rgba(9,18,13,.9));
}
.cta > div > span { color: var(--green); font-size: 11px; font-weight: 900; letter-spacing: .15em; }
.cta h2 { margin: 10px 0 0; }
.cta-actions { display: flex; flex-wrap: wrap; gap: 10px; }

.footer { min-height: 150px; padding: 34px 0; border-top: 1px solid rgba(255,255,255,.07); display: grid; grid-template-columns: 1fr 1.5fr 1fr; align-items: center; gap: 20px; color: var(--muted); font-size: 12px; }
.footer p { margin: 0; text-align: center; }
.footer > span { text-align: right; }

.toast { position: fixed; right: 22px; bottom: 22px; z-index: 30; padding: 14px 18px; border: 1px solid rgba(200,255,61,.36); border-radius: 12px; background: #0c1710; color: var(--green); font-weight: 900; transform: translateY(25px); opacity: 0; pointer-events: none; transition: .25s ease; }
.toast.show { opacity: 1; transform: translateY(0); }
.reveal { opacity: 0; transform: translateY(30px); transition: opacity .8s ease, transform .8s cubic-bezier(.2,.8,.2,1); }
.reveal.visible { opacity: 1; transform: translateY(0); }

@media (max-width: 900px) {
  .nav-links { display: none; }
  .hero { min-height: auto; grid-template-columns: 1fr; padding-top: 132px; padding-bottom: 90px; }
  .hero-copy { text-align: center; }
  .hero-sub { margin-inline: auto; }
  .hero-actions, .micro-stats { justify-content: center; }
  .hero-visual { min-height: 500px; }
  .about-grid, .how-wrap { grid-template-columns: 1fr; gap: 42px; }
  .how-copy { position: static; }
  .cards { grid-template-columns: 1fr; }
  .info-card { min-height: 240px; }
  .card-icon { margin-bottom: 44px; }
  .cta { align-items: flex-start; flex-direction: column; }
  .footer { grid-template-columns: 1fr; text-align: center; }
  .footer p, .footer > span { text-align: center; }
}

@media (max-width: 600px) {
  .shell { width: min(100% - 24px, 1180px); }
  .nav { height: 70px; }
  .nav .button-small { display: none; }
  .hero { padding-top: 110px; }
  h1 { font-size: clamp(54px, 19vw, 82px); }
  .hero-visual { min-height: 390px; }
  .mascot { border-radius: 28px; }
  .price-card { min-width: 124px; padding: 11px 12px; }
  .price-card-a { left: 0; }
  .price-card-b { right: 0; bottom: 8%; }
  .section { padding-top: 105px; }
  .quote-card { min-height: 330px; padding: 30px; }
  .steps li { grid-template-columns: 52px 1fr; padding: 22px 18px; gap: 15px; }
  .steps li > span { width: 50px; height: 50px; border-radius: 14px; }
  .cta { padding: 30px 22px; margin-bottom: 50px; }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; scroll-behavior: auto !important; }
  .reveal { opacity: 1; transform: none; }
}
