@import url('https://fonts.googleapis.com/css2?family=Archivo+Black&family=Inter:wght@400;500;600;700;800&display=swap');

:root {
  --bg: #f3f6f2;
  --ink: #102318;
  --muted: #64766c;
  --green: #78d79a;
  --green-dark: #1e5f36;
  --line: rgba(16, 35, 24, 0.14);
  --glass: rgba(255,255,255,0.68);
  --shadow: 0 30px 80px rgba(19, 67, 40, 0.13);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background:
    radial-gradient(circle at 15% 10%, rgba(120,215,154,.18), transparent 28%),
    radial-gradient(circle at 90% 25%, rgba(183,227,197,.28), transparent 30%),
    var(--bg);
  font-family: 'Inter', Arial, sans-serif;
  overflow-x: hidden;
}

a { color: inherit; text-decoration: none; }
button, a { -webkit-tap-highlight-color: transparent; }

.noise {
  position: fixed;
  inset: 0;
  pointer-events: none;
  opacity: .22;
  z-index: 50;
  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='2' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.08'/%3E%3C/svg%3E");
}

.topbar {
  position: sticky;
  top: 0;
  z-index: 40;
  height: 76px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 4vw;
  border-bottom: 1px solid var(--line);
  backdrop-filter: blur(18px);
  background: rgba(243,246,242,.72);
}
.brand { display: flex; align-items: center; gap: 10px; font-weight: 800; font-size: 14px; letter-spacing: .04em; }
.brand-dot { width: 12px; height: 12px; border-radius: 50%; background: var(--green); box-shadow: 0 0 0 5px rgba(120,215,154,.22); }
.nav-actions { display: flex; align-items: center; gap: 10px; }
.nav-link, .buy-btn, .primary-btn, .secondary-btn {
  border: 1px solid var(--line);
  border-radius: 999px;
  padding: 13px 18px;
  font-weight: 800;
  font-size: 13px;
  transition: .2s ease;
}
.nav-link:hover, .secondary-btn:hover { transform: translateY(-2px); border-color: rgba(16,35,24,.35); background: rgba(255,255,255,.6); }
.buy-btn, .primary-btn { background: var(--ink); color: white; border-color: var(--ink); }
.buy-btn:hover, .primary-btn:hover { transform: translateY(-2px); box-shadow: 0 10px 25px rgba(16,35,24,.18); }

.section-shell { width: min(1180px, 92vw); margin: 0 auto; }
.hero { min-height: calc(100vh - 76px); display: grid; grid-template-columns: 1fr 1fr; gap: 6vw; align-items: center; padding: 70px 0; }
.eyebrow, .section-kicker { font-size: 12px; font-weight: 800; letter-spacing: .18em; color: var(--green-dark); }
.hero h1, h2 { font-family: 'Archivo Black', Impact, sans-serif; margin: 0; letter-spacing: -.04em; }
.hero h1 { font-size: clamp(68px, 8.5vw, 138px); line-height: .78; margin: 22px 0 28px; }
.hero h1 span { color: transparent; -webkit-text-stroke: 2px var(--ink); }
.hero-text { max-width: 640px; color: var(--muted); font-size: clamp(17px, 1.5vw, 21px); line-height: 1.6; }

.ticker-row { display: grid; grid-template-columns: 150px 1fr; gap: 12px; margin: 32px 0; }
.ticker-card, .ca-card { border: 1px solid var(--line); border-radius: 20px; background: rgba(255,255,255,.55); box-shadow: inset 0 1px 0 rgba(255,255,255,.8); }
.ticker-card { padding: 18px; }
.label { display: block; font-size: 10px; font-weight: 800; letter-spacing: .15em; color: var(--muted); margin-bottom: 8px; }
.ticker-card strong { font-size: 26px; }
.ca-card { width: 100%; text-align: left; padding: 16px 62px 16px 18px; position: relative; cursor: pointer; color: var(--ink); }
#caText { display: block; font-family: ui-monospace, SFMono-Regular, Menlo, monospace; font-size: 12px; overflow: hidden; white-space: nowrap; text-overflow: ellipsis; }
.copy-state { position: absolute; right: 16px; top: 50%; transform: translateY(-50%); font-size: 10px; font-weight: 800; letter-spacing: .12em; color: var(--green-dark); }
.hero-buttons { display: flex; flex-wrap: wrap; gap: 12px; }

.hero-visual { position: relative; min-width: 0; }
.image-frame { padding: 18px; border: 1px solid var(--line); background: var(--glass); border-radius: 42px; box-shadow: var(--shadow); transform: rotate(1.5deg); }
.image-frame img { width: 100%; display: block; border-radius: 28px; }
.floating-tag { position: absolute; padding: 12px 16px; border-radius: 999px; background: rgba(255,255,255,.86); border: 1px solid var(--line); font-weight: 900; font-size: 12px; letter-spacing: .12em; box-shadow: 0 10px 30px rgba(16,35,24,.1); }
.tag-a { left: -22px; bottom: 22%; transform: rotate(-7deg); }
.tag-b { right: -22px; top: 16%; transform: rotate(6deg); }

.marquee { border-block: 1px solid var(--line); overflow: hidden; background: rgba(255,255,255,.38); }
.marquee-track { width: max-content; display: flex; animation: marquee 24s linear infinite; }
.marquee span { font-family: 'Archivo Black', Impact, sans-serif; font-size: 22px; padding: 18px 0; white-space: nowrap; }
@keyframes marquee { to { transform: translateX(-50%); } }

.about { padding: 120px 0; }
.about-grid { display: grid; grid-template-columns: 1.1fr .9fr; gap: 8vw; align-items: start; margin-top: 18px; }
.about h2, .chart-head h2, .cta h2 { font-size: clamp(48px, 6vw, 92px); line-height: .95; }
.about-copy { color: var(--muted); font-size: 18px; line-height: 1.7; }
.text-link { display: inline-block; margin-top: 18px; font-weight: 800; color: var(--ink); border-bottom: 1px solid var(--ink); padding-bottom: 4px; }

.chart-section { padding: 20px 0 120px; }
.chart-head { display: flex; align-items: end; justify-content: space-between; gap: 24px; margin-bottom: 28px; }
.chart-wrap { position: relative; height: min(72vh, 720px); min-height: 520px; border: 1px solid var(--line); border-radius: 30px; overflow: hidden; background: #0d1611; box-shadow: var(--shadow); }
.chart-wrap iframe { width: 100%; height: 100%; border: 0; display: block; }
.chart-placeholder { position: absolute; inset: 0; display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 10px; text-align: center; color: white; background: radial-gradient(circle at center, #183f2a, #0d1611 60%); padding: 24px; }
.chart-placeholder strong { font-family: 'Archivo Black'; font-size: clamp(30px, 5vw, 64px); }
.chart-placeholder span { color: rgba(255,255,255,.65); max-width: 620px; line-height: 1.5; }
.chart-placeholder code { color: #a4f6be; }
.chart-placeholder.hidden { display: none; }

.cta { padding: 0 0 100px; }
.cta-card { border: 1px solid var(--line); border-radius: 36px; padding: clamp(28px, 5vw, 62px); display: flex; justify-content: space-between; align-items: end; gap: 40px; background: linear-gradient(135deg, rgba(255,255,255,.72), rgba(120,215,154,.14)); box-shadow: var(--shadow); }
.cta-actions { display: flex; flex-direction: column; gap: 10px; min-width: 220px; }
.cta-actions a { text-align: center; }

footer { width: min(1180px, 92vw); margin: 0 auto; padding: 28px 0 38px; border-top: 1px solid var(--line); display: flex; justify-content: space-between; color: var(--muted); font-size: 12px; font-weight: 700; }

@media (max-width: 900px) {
  .hero { grid-template-columns: 1fr; min-height: auto; padding-top: 50px; }
  .hero-visual { order: -1; width: min(620px, 100%); margin: 0 auto; }
  .hero-copy { text-align: left; }
  .about-grid { grid-template-columns: 1fr; gap: 36px; }
  .cta-card { flex-direction: column; align-items: stretch; }
  .cta-actions { min-width: 0; }
}

@media (max-width: 640px) {
  .topbar { padding: 0 4vw; height: 68px; }
  .brand span:last-child { display: none; }
  .nav-link { padding: 11px 15px; }
  .buy-btn { padding: 11px 14px; font-size: 11px; }
  .hero { padding: 34px 0 60px; }
  .hero h1 { font-size: clamp(58px, 21vw, 88px); }
  .ticker-row { grid-template-columns: 1fr; }
  .chart-head { align-items: start; flex-direction: column; }
  .chart-wrap { min-height: 440px; height: 64vh; }
  .floating-tag { display: none; }
  footer { flex-direction: column; gap: 8px; }
}
