:root {
  --green: #61e000;
  --green-bright: #7cff00;
  --green-dark: #167e0d;
  --ink: #0a0d0b;
  --charcoal: #171c19;
  --muted: #68706b;
  --line: #dfe7df;
  --paper: #ffffff;
  --wash: #f4f7f4;
  --radius: 24px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}
a { color: inherit; text-decoration: none; }
button { font: inherit; }

.site-header {
  position: fixed;
  z-index: 100;
  top: 16px;
  left: 50%;
  transform: translateX(-50%);
  width: min(1180px, calc(100% - 32px));
  height: 66px;
  padding: 0 12px 0 18px;
  display: grid;
  grid-template-columns: 230px 1fr 230px;
  align-items: center;
  border: 1px solid rgba(17, 31, 20, .1);
  border-radius: 18px;
  background: rgba(255,255,255,.82);
  backdrop-filter: blur(18px);
  box-shadow: 0 12px 40px rgba(20, 45, 23, .08);
}
.brand { display: inline-flex; align-items: center; gap: 10px; font-size: 21px; font-weight: 800; letter-spacing: -.8px; }
.brand img { width: 36px; height: 36px; object-fit: contain; border-radius: 9px; }
.brand > span > span { color: #32b80d; }
.nav-links { display: flex; justify-content: center; gap: clamp(16px, 2.1vw, 30px); color: #4e5651; font-size: 13px; font-weight: 600; }
.nav-links a { position: relative; transition: color .25s ease; }
.nav-links a::after { content:""; position:absolute; left:0; right:100%; bottom:-8px; height:2px; background:var(--green); transition:right .25s ease; }
.nav-links a:hover { color: var(--ink); }
.nav-links a:hover::after { right: 0; }
.header-cta { justify-self: end; }
.menu-button { display: none; border: 0; background: none; padding: 10px; }
.menu-button span { display: block; width: 22px; height: 2px; margin: 5px; background: var(--ink); transition: .25s ease; }

.button {
  min-height: 52px;
  padding: 0 22px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  border: 1px solid var(--ink);
  border-radius: 12px;
  color: #fff;
  background: var(--ink);
  font-size: 13px;
  font-weight: 750;
  transition: transform .25s ease, background .25s ease, box-shadow .25s ease;
}
.button:hover { transform: translateY(-2px); background: #1b231e; box-shadow: 0 12px 24px rgba(10,13,11,.14); }
.button-small { min-height: 42px; padding: 0 16px; gap: 12px; border-color: #3fd20b; background: #3fd20b; color: #071006; }
.button-small:hover { background: var(--green-bright); }
.button-ghost { color: var(--ink); background: transparent; border-color: var(--line); }
.button-ghost:hover { background: var(--wash); }

.hero {
  position: relative;
  min-height: 820px;
  padding: 145px max(5vw, 28px) 80px;
  display: grid;
  grid-template-columns: minmax(0, 1.04fr) minmax(390px, .96fr);
  align-items: center;
  gap: 40px;
  overflow: hidden;
  background:
    radial-gradient(circle at 76% 38%, rgba(102,236,24,.15), transparent 24%),
    linear-gradient(135deg, #fff 0%, #fbfdfb 55%, #f0f7ef 100%);
}
.hero::after { content:""; position:absolute; left:-5%; right:-5%; bottom:-100px; height:190px; background:var(--paper); transform:rotate(-3deg); }
.hero-grid {
  position: absolute;
  inset: 0;
  opacity: .38;
  background-image:
    linear-gradient(rgba(30, 90, 40, .07) 1px, transparent 1px),
    linear-gradient(90deg, rgba(30, 90, 40, .07) 1px, transparent 1px);
  background-size: 72px 72px;
  mask-image: linear-gradient(to right, transparent 8%, #000 65%, transparent);
}
.hero-copy { position: relative; z-index: 2; max-width: 680px; }
.eyebrow { margin:0 0 24px; display:flex; align-items:center; gap:12px; color:#3e4841; font-size:11px; font-weight:800; letter-spacing:.22em; text-transform:uppercase; }
.eyebrow > span { width:38px; height:2px; background:var(--green); box-shadow:0 0 12px var(--green); }
.hero h1 { margin:0; font-size:clamp(64px, 7.4vw, 112px); line-height:.82; letter-spacing:-.085em; font-weight:850; }
.hero h1 span, em { color:#37bd0d; font-style:normal; }
.hero h2 { margin:38px 0 24px; font-size:clamp(34px, 4vw, 58px); line-height:1.02; letter-spacing:-.055em; font-weight:710; }
.hero-description { max-width:620px; margin:0; color:var(--muted); font-size:16px; line-height:1.75; }
.hero-actions { display:flex; gap:12px; margin-top:34px; }
.network-mark { display:flex; align-items:center; gap:12px; margin-top:45px; }
.network-icon { width:38px; height:38px; display:grid; place-items:center; border-radius:10px; color:#146d09; background:#dfffce; font-size:25px; }
.network-mark div { display:flex; flex-direction:column; gap:4px; }
.network-mark small { color:#778078; font-size:9px; letter-spacing:.18em; }
.network-mark strong { font-size:11px; letter-spacing:.18em; }

.hero-visual { position:relative; z-index:1; width:min(100%, 610px); aspect-ratio:1; justify-self:center; }
.hero-visual::before { content:""; position:absolute; inset:12%; border-radius:50%; background:radial-gradient(circle, rgba(117,255,40,.25), rgba(255,255,255,.1) 60%, transparent 62%); filter:blur(2px); }
.visual-orbit { position:absolute; border:1px solid rgba(43,190,11,.25); border-radius:50%; }
.orbit-one { inset:8%; animation:spin 20s linear infinite; }
.orbit-one::before { content:""; position:absolute; top:8%; left:17%; width:9px; height:9px; border-radius:50%; background:var(--green); box-shadow:0 0 18px var(--green); }
.orbit-two { inset:18%; border-style:dashed; animation:spin 14s linear infinite reverse; }
.hero-logo {
  position: absolute;
  z-index: 2;
  inset: 15%;
  width: 70%;
  height: 70%;
  object-fit: contain;
  border-radius: 50%;
  filter: drop-shadow(0 26px 24px rgba(25,122,18,.2));
}
.vertex-chip { position:absolute; right:2%; bottom:12%; display:flex; align-items:center; gap:10px; color:#2b392e; font-size:9px; letter-spacing:.14em; }
.vertex-chip span { width:42px; height:42px; display:grid; place-items:center; color:#fff; background:#101713; clip-path:polygon(50% 100%,0 0,28% 0,50% 48%,72% 0,100% 0); font-weight:900; font-size:16px; }
@keyframes spin { to { transform:rotate(360deg); } }

.section { padding:120px max(5vw, 28px); }
.section-heading { max-width:1180px; margin:0 auto 65px; }
.section-heading h2, .tech-copy > h2, .token-heading h2, .community h2 { margin:0; font-size:clamp(42px,5vw,72px); line-height:.98; letter-spacing:-.055em; }
.section-heading.split { display:flex; align-items:flex-end; justify-content:space-between; gap:80px; }
.section-heading.split > p { max-width:390px; margin:0 0 8px; color:var(--muted); line-height:1.7; }
.about { display:grid; grid-template-columns:1fr 1fr; gap:0 80px; }
.about .section-heading { width:100%; margin:0; }
.about-copy { align-self:end; max-width:570px; padding-bottom:8px; color:var(--muted); line-height:1.75; }
.about-copy p:first-child { margin-top:0; color:#222a24; font-size:19px; }
.feature-grid { grid-column:1/-1; display:grid; grid-template-columns:repeat(3,1fr); gap:16px; max-width:1180px; width:100%; margin:70px auto 0; }
.feature-card { position:relative; min-height:300px; padding:28px; overflow:hidden; border:1px solid var(--line); border-radius:var(--radius); background:#fbfdfb; transition:.3s ease; }
.feature-card:hover { transform:translateY(-6px); border-color:#89e765; box-shadow:0 24px 60px rgba(48,105,51,.1); }
.feature-card::after { content:""; position:absolute; right:-50px; bottom:-70px; width:190px; height:190px; border-radius:50%; background:rgba(106,242,31,.1); filter:blur(12px); }
.feature-card h3 { margin:72px 0 12px; font-size:24px; letter-spacing:-.03em; }
.feature-card p { max-width:270px; color:var(--muted); line-height:1.6; }
.card-index { position:absolute; top:28px; right:28px; color:#9aa39c; font-size:11px; }
.line-icon { position:relative; width:62px; height:42px; }
.line-icon i { position:absolute; width:22px; height:22px; border:1.5px solid #3dc416; transform:rotate(45deg); }
.line-icon i:nth-child(1){left:0;top:10px}.line-icon i:nth-child(2){left:18px;top:0}.line-icon i:nth-child(3){left:36px;top:10px}
.connected i { border-radius:50%; transform:none; }
.community-icon i { border-radius:50% 50% 0 0; transform:none; height:18px; }

.ecosystem { background:var(--wash); }
.ecosystem-grid { max-width:1180px; margin:auto; display:grid; grid-template-columns:repeat(2,1fr); border-top:1px solid #ccd6cd; border-left:1px solid #ccd6cd; }
.eco-card { position:relative; min-height:310px; padding:35px; overflow:hidden; border-right:1px solid #ccd6cd; border-bottom:1px solid #ccd6cd; background:rgba(255,255,255,.36); transition:.3s ease; }
.eco-card:hover { z-index:2; background:#fff; box-shadow:0 22px 55px rgba(21,61,25,.09); }
.eco-top { display:flex; align-items:center; justify-content:space-between; color:#6b756d; font-size:11px; }
.eco-top b { width:46px; height:46px; display:grid; place-items:center; border:1px solid #b9c7ba; border-radius:50%; color:#28ab0d; font-size:24px; font-weight:400; }
.eco-card h3 { margin:62px 0 14px; font-size:30px; letter-spacing:-.04em; }
.eco-card p { max-width:390px; color:var(--muted); line-height:1.65; }
.eco-card > i { position:absolute; left:35px; bottom:0; width:52px; height:3px; background:var(--green); box-shadow:0 0 16px var(--green); transition:width .3s ease; }
.eco-card:hover > i { width:calc(100% - 70px); }

.technology { display:grid; grid-template-columns:1fr 1fr; min-height:900px; padding-left:0; gap:7vw; align-items:center; }
.tech-visual { position:relative; height:690px; overflow:hidden; background:linear-gradient(145deg,#101612,#19231b); border-radius:0 38px 38px 0; }
.tech-visual::after { content:""; position:absolute; inset:0; opacity:.2; background-image:linear-gradient(rgba(121,255,79,.18) 1px,transparent 1px),linear-gradient(90deg,rgba(121,255,79,.18) 1px,transparent 1px); background-size:50px 50px; }
.tech-v { position:absolute; z-index:2; inset:0; display:grid; place-items:center; color:transparent; -webkit-text-stroke:3px #67e638; font-size:360px; line-height:1; font-weight:900; filter:drop-shadow(0 0 25px rgba(103,230,56,.4)); transform:scaleX(.8); }
.tech-v::after { content:"V"; position:absolute; color:rgba(93,227,44,.12); -webkit-text-stroke:0; transform:translateY(13px); }
.tech-ring { position:absolute; z-index:1; left:50%; top:50%; transform:translate(-50%,-50%); border:1px solid rgba(111,255,67,.34); border-radius:50%; }
.r1 { width:520px; height:520px; }.r2 { width:390px; height:390px; border-style:dashed; animation:spin 18s linear infinite; }
.axis { position:absolute; z-index:3; color:#93a696; font-size:8px; letter-spacing:.2em; }
.axis-x { left:30px; bottom:26px; }.axis-y { right:23px; top:34px; writing-mode:vertical-rl; }
.tech-copy { max-width:620px; padding-right:max(5vw,28px); }
.tech-list { margin-top:60px; border-top:1px solid var(--line); }
.tech-list article { display:grid; grid-template-columns:52px 1fr; gap:16px; padding:22px 0; border-bottom:1px solid var(--line); }
.tech-list article > span { color:#36ba10; font-size:10px; font-weight:800; }
.tech-list h3 { margin:0 0 7px; font-size:18px; }
.tech-list p { margin:0; color:var(--muted); font-size:14px; line-height:1.5; }

.token { display:grid; grid-template-columns:.8fr 1.2fr; gap:8vw; color:#fff; background:#0c110e; }
.eyebrow.light { color:#aab5ac; }
.token-heading > p:last-child { max-width:390px; margin-top:26px; color:#98a299; line-height:1.7; }
.token-panel { padding:34px; border:1px solid #2b362e; border-radius:28px; background:linear-gradient(145deg,rgba(255,255,255,.05),rgba(255,255,255,.015)); box-shadow:inset 0 1px rgba(255,255,255,.07); }
.token-row { display:flex; justify-content:space-between; gap:30px; padding:20px 0; border-bottom:1px solid #2b362e; }
.token-row span,.contract > span { color:#8d9990; font-size:12px; }
.contract { padding:25px 0 10px; }
.contract > div { margin-top:15px; padding:10px 10px 10px 16px; display:flex; align-items:center; justify-content:space-between; gap:20px; border:1px solid #354039; border-radius:12px; background:#090c0a; }
.contract code { min-width:0; overflow-wrap:anywhere; color:#72ec45; font:600 14px ui-monospace,SFMono-Regular,Menlo,monospace; }
.copy-button { flex:0 0 auto; padding:10px 15px; border:0; border-radius:8px; color:#071006; background:var(--green); font-size:12px; font-weight:800; cursor:pointer; }
.token-links { display:grid; grid-template-columns:1fr 1fr; gap:10px; margin-top:22px; }
.token-links a { padding:16px; display:flex; justify-content:space-between; border:1px solid #344036; border-radius:10px; font-size:13px; transition:.2s; }
.token-links a:hover { border-color:var(--green); color:var(--green-bright); }

.roadmap-track { position:relative; max-width:1180px; margin:auto; display:grid; grid-template-columns:repeat(4,1fr); gap:12px; }
.roadmap-track::before { content:""; position:absolute; top:23px; left:3%; right:3%; height:1px; background:#cbd5cd; }
.roadmap-card { position:relative; padding:70px 24px 26px; border:1px solid var(--line); border-radius:18px; background:#fff; }
.roadmap-card::before { content:""; position:absolute; top:18px; left:24px; width:11px; height:11px; border:6px solid #fff; border-radius:50%; background:#3ac80f; box-shadow:0 0 0 1px #78dc58; }
.roadmap-card > span { color:#27990d; font-size:10px; font-weight:850; letter-spacing:.16em; }
.roadmap-card h3 { margin:12px 0 28px; font-size:22px; }
.roadmap-card ul { margin:0; padding:0; list-style:none; color:var(--muted); font-size:13px; }
.roadmap-card li { padding:11px 0; border-top:1px solid var(--line); line-height:1.35; }

.community { position:relative; overflow:hidden; text-align:center; color:#fff; background:#112116; }
.community::before,.community::after { content:""; position:absolute; width:420px; height:420px; border:1px solid rgba(122,255,75,.22); border-radius:50%; }
.community::before { left:-180px; top:-250px; }.community::after { right:-150px; bottom:-300px; }
.community-glow { position:absolute; left:50%; bottom:-250px; width:700px; height:400px; transform:translateX(-50%); border-radius:50%; background:rgba(85,239,27,.17); filter:blur(70px); }
.community .eyebrow { justify-content:center; }
.community > p:not(.eyebrow) { position:relative; max-width:600px; margin:26px auto 0; color:#aebbb0; line-height:1.7; }
.community-actions { position:relative; display:flex; justify-content:center; gap:12px; margin-top:34px; }
.button-light { color:#0b120d; border-color:var(--green); background:var(--green); }
.button-light:hover { background:var(--green-bright); }
.button-outline-light { border-color:#66736a; background:transparent; }

footer { padding:58px max(5vw,28px) 30px; color:#fff; background:#090c0a; }
.footer-top { display:grid; grid-template-columns:1fr 1fr 1fr; align-items:center; gap:30px; padding-bottom:45px; border-bottom:1px solid #272c28; }
.footer-brand img { width:46px; height:46px; }
.footer-top > p { justify-self:center; color:#9aa39c; font-size:13px; }
.footer-links { justify-self:end; display:flex; flex-wrap:wrap; justify-content:flex-end; gap:22px; color:#dbe2dc; font-size:12px; }
.footer-links a:hover { color:var(--green); }
.footer-bottom { display:flex; justify-content:space-between; gap:60px; padding-top:26px; color:#727a74; font-size:10px; line-height:1.6; }
.footer-bottom p { max-width:710px; margin:0; }
.footer-bottom span { flex:0 0 auto; }

.toast { position:fixed; z-index:200; left:50%; bottom:25px; padding:12px 18px; transform:translate(-50%,30px); border-radius:10px; color:#fff; background:#111713; opacity:0; pointer-events:none; transition:.25s ease; font-size:12px; }
.toast.show { opacity:1; transform:translate(-50%,0); }
.reveal { opacity:0; transform:translateY(22px); transition:opacity .7s ease,transform .7s ease; }
.reveal.visible { opacity:1; transform:none; }

@media (max-width: 1050px) {
  .site-header { grid-template-columns:190px 1fr 190px; }
  .nav-links { gap:14px; }
  .hero { grid-template-columns:1fr 420px; }
  .roadmap-track { grid-template-columns:repeat(2,1fr); }
  .roadmap-track::before { display:none; }
}
@media (max-width: 860px) {
  .site-header { grid-template-columns:1fr auto; }
  .header-cta { display:none; }
  .menu-button { display:block; }
  .nav-links { position:absolute; top:74px; left:0; right:0; padding:18px; display:none; flex-direction:column; border:1px solid var(--line); border-radius:16px; background:rgba(255,255,255,.96); box-shadow:0 18px 45px rgba(10,30,15,.12); }
  .nav-links.open { display:flex; }
  .hero { min-height:auto; grid-template-columns:1fr; padding-top:135px; }
  .hero-copy { max-width:720px; }
  .hero-visual { width:min(100%,540px); }
  .hero::after { display:none; }
  .about { grid-template-columns:1fr; }
  .about-copy { margin-top:35px; }
  .feature-grid { grid-template-columns:1fr; }
  .feature-card { min-height:240px; }
  .technology { grid-template-columns:1fr; padding:90px 0; }
  .tech-visual { height:560px; margin-right:28px; }
  .tech-copy { padding:0 28px; max-width:none; }
  .token { grid-template-columns:1fr; }
  .footer-top { grid-template-columns:1fr; }
  .footer-top > p,.footer-links { justify-self:start; }
  .footer-links { justify-content:flex-start; }
}
@media (max-width: 620px) {
  .site-header { top:10px; width:calc(100% - 20px); }
  .section { padding:84px 20px; }
  .hero { padding:120px 20px 70px; gap:20px; }
  .hero h1 { font-size:61px; }
  .hero h2 { margin-top:28px; font-size:38px; }
  .hero-description { font-size:14px; }
  .hero-actions { flex-direction:column; align-items:stretch; }
  .hero-visual { width:112%; margin-left:-6%; }
  .vertex-chip { right:5%; bottom:8%; }
  .section-heading.split { align-items:flex-start; flex-direction:column; gap:25px; }
  .feature-grid { margin-top:45px; }
  .ecosystem-grid { grid-template-columns:1fr; }
  .eco-card { min-height:265px; }
  .tech-visual { height:430px; margin-right:20px; }
  .tech-v { font-size:250px; }
  .r1 { width:370px; height:370px; }.r2 { width:280px; height:280px; }
  .token { padding:84px 20px; }
  .token-panel { padding:20px; }
  .token-row { align-items:flex-start; flex-direction:column; gap:8px; }
  .contract > div { align-items:stretch; flex-direction:column; }
  .copy-button { width:100%; }
  .token-links { grid-template-columns:1fr; }
  .roadmap-track { grid-template-columns:1fr; }
  .community-actions { flex-direction:column; }
  .footer-bottom { flex-direction:column; gap:18px; }
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior:auto; }
  *,*::before,*::after { animation-duration:.01ms !important; animation-iteration-count:1 !important; transition-duration:.01ms !important; }
  .reveal { opacity:1; transform:none; }
}
