:root {
  --bg: #0B0E14;
  --bg2: #0d1220;
  --panel: rgba(255,255,255,0.04);
  --border: rgba(255,255,255,0.08);
  --green: #00E5A0;
  --gold: #F5B841;
  --red: #FF4D5E;
  --blue: #4EA8FF;
  --text: #e8edf5;
  --muted: #8a94a6;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background: var(--bg);
  color: var(--text);
  font-family: 'Bricolage Grotesque', sans-serif;
  overflow-x: hidden;
  background-image:
    radial-gradient(ellipse 80% 50% at 50% -10%, rgba(0,229,160,0.10), transparent),
    radial-gradient(ellipse 60% 40% at 90% 30%, rgba(78,168,255,0.06), transparent);
}
.font-mono { font-family: 'JetBrains Mono', monospace; }

/* Layout */
.container { max-width: 1180px; margin: 0 auto; padding: 0 20px; }
.section { padding: 80px 0; position: relative; }
.section-alt { background: linear-gradient(180deg, transparent, rgba(255,255,255,0.015), transparent); }
.section-title { font-size: clamp(1.8rem, 4vw, 2.8rem); font-weight: 700; text-align: center; letter-spacing: -0.02em; line-height: 1.1; }
.section-sub { text-align: center; color: var(--muted); max-width: 620px; margin: 14px auto 44px; font-size: 1.05rem; line-height: 1.6; }
.grad-text { background: linear-gradient(120deg, var(--green), var(--gold)); -webkit-background-clip: text; background-clip: text; -webkit-text-fill-color: transparent; }

.glass {
  background: var(--panel);
  border: 1px solid var(--border);
  backdrop-filter: blur(12px);
  border-radius: 18px;
}

/* Buttons */
.btn-primary {
  background: linear-gradient(120deg, var(--green), #00c98d);
  color: #041410; font-weight: 700; border: none; cursor: pointer;
  padding: 11px 22px; border-radius: 12px; font-size: 0.95rem;
  transition: transform .15s, box-shadow .15s; font-family: inherit;
  box-shadow: 0 6px 20px rgba(0,229,160,0.2);
}
.btn-primary:hover { transform: translateY(-2px); box-shadow: 0 10px 30px rgba(0,229,160,0.35); }
.btn-ghost {
  background: rgba(255,255,255,0.04); color: var(--text); font-weight: 600;
  border: 1px solid var(--border); cursor: pointer; padding: 11px 22px;
  border-radius: 12px; font-size: 0.95rem; transition: all .15s; font-family: inherit;
}
.btn-ghost:hover { background: rgba(255,255,255,0.09); border-color: rgba(255,255,255,0.2); }
.btn-lg { padding: 15px 32px; font-size: 1.05rem; }
.btn-sm { padding: 7px 14px; font-size: 0.85rem; }

/* Nav */
.nav {
  position: sticky; top: 0; z-index: 50;
  background: rgba(11,14,20,0.72); backdrop-filter: blur(14px);
  border-bottom: 1px solid var(--border);
}
.nav-inner { max-width: 1180px; margin: 0 auto; padding: 14px 20px; display: flex; align-items: center; justify-content: space-between; }
.brand { display: flex; align-items: center; gap: 8px; font-weight: 700; font-size: 1.15rem; color: #fff; background: none; border: none; cursor: pointer; font-family: inherit; }
.brand-mark { color: var(--green); font-size: 1.4rem; }
.nav-links { gap: 6px; }
.nav-link { background: none; border: none; color: var(--muted); cursor: pointer; padding: 8px 14px; border-radius: 8px; font-size: 0.92rem; transition: all .15s; font-family: inherit; }
.nav-link:hover { color: #fff; background: rgba(255,255,255,0.05); }
.mobile-menu { padding: 12px 20px 20px; display: flex; flex-direction: column; gap: 4px; border-top: 1px solid var(--border); }
.mobile-link { background: none; border: none; color: var(--text); text-align: left; padding: 12px; border-radius: 8px; font-size: 1rem; font-family: inherit; }
.mobile-link:hover { background: rgba(255,255,255,0.05); }

/* Hero */
.hero { position: relative; padding: 90px 20px 70px; overflow: hidden; text-align: center; }
.hero-canvas { position: absolute; inset: 0; width: 100%; height: 100%; opacity: 0.7; pointer-events: none; }
.hero-inner { position: relative; max-width: 800px; margin: 0 auto; z-index: 2; }
.hero-pill { display: inline-block; font-size: 0.8rem; color: var(--green); background: rgba(0,229,160,0.1); border: 1px solid rgba(0,229,160,0.3); padding: 6px 16px; border-radius: 40px; margin-bottom: 24px; }
.hero-title { font-size: clamp(2.6rem, 8vw, 5rem); font-weight: 800; line-height: 1.02; letter-spacing: -0.03em; margin: 0 0 20px; }
.hero-sub { color: var(--muted); font-size: 1.15rem; line-height: 1.65; max-width: 620px; margin: 0 auto 34px; }
.hero-cta { display: flex; gap: 14px; justify-content: center; flex-wrap: wrap; }
.trust-row { display: flex; gap: 24px; justify-content: center; flex-wrap: wrap; margin-top: 40px; color: var(--muted); font-size: 0.88rem; }

.reveal { animation: rise .8s cubic-bezier(.2,.7,.3,1) both; }
@keyframes rise { from { opacity: 0; transform: translateY(24px); } to { opacity: 1; transform: translateY(0); } }

/* Ticker */
.ticker-wrap { border-top: 1px solid var(--border); border-bottom: 1px solid var(--border); background: rgba(255,255,255,0.02); overflow: hidden; padding: 12px 0; }
.ticker-track { display: flex; gap: 40px; white-space: nowrap; width: max-content; animation: scroll 40s linear infinite; }
.ticker-item { display: inline-flex; gap: 10px; align-items: center; font-size: 0.9rem; }
@keyframes scroll { from { transform: translateX(0); } to { transform: translateX(-50%); } }

/* Stats */
.stats-band { max-width: 1180px; margin: 60px auto; padding: 0 20px; display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; }
.stat-card { padding: 26px 20px; text-align: center; }
.stat-num { font-family: 'JetBrains Mono', monospace; font-size: 2.1rem; font-weight: 700; color: #fff; line-height: 1; }
.stat-label { color: var(--muted); font-size: 0.85rem; margin-top: 8px; }

/* Asset types */
.asset-tabs { display: flex; gap: 10px; justify-content: center; margin-bottom: 30px; flex-wrap: wrap; }
.asset-tab { background: rgba(255,255,255,0.03); border: 1px solid var(--border); color: var(--muted); padding: 8px 20px; border-radius: 40px; cursor: pointer; font-family: inherit; font-size: 0.9rem; transition: all .15s; }
.asset-tab.active { background: rgba(255,255,255,0.06); font-weight: 600; }
.asset-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.asset-card { padding: 24px; transition: transform .2s, border-color .2s; }
.asset-card-on { transform: translateY(-4px); }
.win-badge { font-size: 0.75rem; font-weight: 700; padding: 4px 10px; border-radius: 30px; }
.sig-preview { background: rgba(0,0,0,0.3); border: 1px solid var(--border); border-radius: 12px; padding: 14px; margin-top: 14px; }
.sig-row { display: flex; justify-content: space-between; font-size: 0.85rem; color: var(--muted); padding: 3px 0; }

/* Features */
.feature-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.feature-card { padding: 26px; transition: transform .2s, border-color .2s; }
.feature-card:hover { transform: translateY(-4px); border-color: rgba(0,229,160,0.3); }
.feature-icon { font-size: 1.8rem; margin-bottom: 12px; }

/* Asset badge */
.asset-badge { font-size: 0.68rem; font-weight: 700; padding: 2px 8px; border-radius: 6px; border: 1px solid; text-transform: uppercase; letter-spacing: 0.04em; }

/* Performance */
.perf-chart-wrap { padding: 26px; margin-bottom: 26px; }
.filter-row { display: flex; gap: 8px; margin-bottom: 16px; flex-wrap: wrap; }
.filter-btn { background: rgba(255,255,255,0.03); border: 1px solid var(--border); color: var(--muted); padding: 7px 16px; border-radius: 30px; cursor: pointer; font-family: inherit; font-size: 0.85rem; transition: all .15s; }
.filter-btn.active { background: var(--green); color: #041410; font-weight: 700; border-color: var(--green); }
.perf-summary { display: flex; gap: 30px; margin-bottom: 16px; flex-wrap: wrap; }
.table-wrap { overflow-x: auto; padding: 6px; }
.perf-table { width: 100%; border-collapse: collapse; min-width: 560px; }
.perf-table th { text-align: left; color: var(--muted); font-size: 0.72rem; text-transform: uppercase; letter-spacing: 0.05em; padding: 12px 14px; border-bottom: 1px solid var(--border); font-weight: 600; }
.perf-table td { padding: 12px 14px; border-bottom: 1px solid rgba(255,255,255,0.04); }
.perf-table tr:hover td { background: rgba(255,255,255,0.02); }
.dir-tag { font-size: 0.8rem; font-weight: 700; }

/* Pricing */
.billing-toggle { display: flex; align-items: center; gap: 14px; justify-content: center; margin-bottom: 40px; color: var(--muted); }
.toggle-on { color: #fff; font-weight: 600; }
.switch { width: 48px; height: 26px; border-radius: 20px; background: rgba(255,255,255,0.12); border: none; cursor: pointer; position: relative; padding: 0; transition: background .2s; }
.switch.on { background: var(--green); }
.knob { position: absolute; top: 3px; left: 3px; width: 20px; height: 20px; border-radius: 50%; background: #fff; transition: transform .2s; }
.switch.on .knob { transform: translateX(22px); }
.save-badge { font-size: 0.7rem; background: rgba(245,184,65,0.15); color: var(--gold); padding: 2px 8px; border-radius: 20px; margin-left: 4px; }
.pricing-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; align-items: start; }
.price-card { padding: 30px 26px; position: relative; }
.price-popular { border-color: rgba(245,184,65,0.4); box-shadow: 0 0 40px rgba(245,184,65,0.12); transform: scale(1.03); }
.popular-flag { position: absolute; top: -12px; left: 50%; transform: translateX(-50%); background: var(--gold); color: #1a1200; font-size: 0.68rem; font-weight: 800; padding: 4px 14px; border-radius: 20px; letter-spacing: 0.05em; }
.price-num { font-family: 'JetBrains Mono', monospace; font-size: 3rem; font-weight: 700; color: #fff; margin: 8px 0; }
.price-period { font-size: 1rem; color: var(--muted); font-weight: 400; }
.price-list { list-style: none; padding: 0; margin: 16px 0 0; }
.price-list li { display: flex; gap: 10px; padding: 8px 0; color: var(--text); font-size: 0.9rem; }
.check { color: var(--green); font-weight: 800; }

/* Testimonials */
.testi-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 18px; }
.testi-card { padding: 24px; }
.avatar { width: 42px; height: 42px; border-radius: 50%; display: flex; align-items: center; justify-content: center; font-weight: 700; color: #fff; }
.avatar-lg { width: 52px; height: 52px; font-size: 1.2rem; }
.stars { color: var(--gold); letter-spacing: 2px; }

/* Blog */
.blog-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.blog-card { overflow: hidden; cursor: pointer; transition: transform .2s, border-color .2s; }
.blog-card:hover { transform: translateY(-4px); border-color: rgba(0,229,160,0.3); }
.blog-cover { height: 120px; display: flex; align-items: flex-start; padding: 12px; position: relative; }
.blog-cat { font-size: 0.68rem; font-weight: 700; text-transform: uppercase; letter-spacing: 0.05em; color: var(--green); background: rgba(0,229,160,0.12); padding: 3px 10px; border-radius: 6px; }
.read-more { color: var(--green); font-size: 0.85rem; font-weight: 600; }

/* Newsletter */
.newsletter { padding: 50px 40px; text-align: center; position: relative; overflow: hidden; }
.nl-glow { position: absolute; top: -50%; left: 50%; transform: translateX(-50%); width: 400px; height: 400px; background: radial-gradient(circle, rgba(0,229,160,0.15), transparent 70%); pointer-events: none; }
.nl-form { display: flex; gap: 10px; max-width: 460px; margin: 0 auto; position: relative; }
.nl-input { flex: 1; background: rgba(0,0,0,0.35); border: 1px solid var(--border); border-radius: 12px; padding: 13px 16px; color: #fff; font-family: 'JetBrains Mono', monospace; font-size: 0.95rem; outline: none; transition: border-color .15s; width: 100%; }
.nl-input:focus { border-color: var(--green); }
.nl-success { color: var(--green); background: rgba(0,229,160,0.1); border: 1px solid rgba(0,229,160,0.3); padding: 14px; border-radius: 12px; max-width: 460px; margin: 0 auto; font-weight: 600; }

/* Footer */
.footer { border-top: 1px solid var(--border); padding: 50px 0 24px; background: rgba(0,0,0,0.2); }
.footer-grid { display: grid; grid-template-columns: 2fr 1fr 1fr 1fr; gap: 30px; margin-bottom: 30px; }
.foot-h { color: #fff; font-size: 0.85rem; margin-bottom: 12px; font-weight: 600; }
.foot-link { display: block; color: var(--muted); font-size: 0.88rem; padding: 5px 0; text-decoration: none; transition: color .15s; }
.foot-link:hover { color: var(--green); }
.disclaimer { color: #5a6472; font-size: 0.75rem; line-height: 1.6; padding-top: 20px; border-top: 1px solid var(--border); max-width: none; }
.footer-bottom { max-width: 1180px; margin: 20px auto 0; padding: 20px 20px 0; display: flex; justify-content: space-between; align-items: center; flex-wrap: wrap; gap: 10px; color: var(--muted); font-size: 0.85rem; border-top: 1px solid var(--border); }
.remix-link { color: var(--green); text-decoration: none; font-weight: 600; }
.remix-link:hover { text-decoration: underline; }

/* Modal */
.modal-overlay { position: fixed; inset: 0; background: rgba(4,6,10,0.8); backdrop-filter: blur(6px); z-index: 100; display: flex; align-items: center; justify-content: center; padding: 20px; animation: rise .25s ease; }
.modal { max-width: 600px; width: 100%; max-height: 85vh; overflow-y: auto; padding: 32px; position: relative; }
.modal-close { position: absolute; top: 16px; right: 16px; background: rgba(255,255,255,0.06); border: none; color: #fff; width: 32px; height: 32px; border-radius: 8px; cursor: pointer; font-size: 1rem; }
.modal-close:hover { background: rgba(255,255,255,0.14); }
.stripe-mock { background: rgba(0,0,0,0.3); border: 1px solid var(--border); border-radius: 12px; padding: 14px; }

/* Dashboard */
.dash { display: flex; min-height: calc(100vh - 60px); }
.dash-side { width: 240px; border-right: 1px solid var(--border); padding: 24px 16px; background: rgba(0,0,0,0.2); flex-shrink: 0; }
.dash-user { display: flex; align-items: center; gap: 12px; padding-bottom: 20px; border-bottom: 1px solid var(--border); margin-bottom: 16px; }
.tier-badge { font-size: 0.68rem; padding: 2px 8px; border-radius: 20px; font-weight: 700; }
.tier-starter { background: rgba(255,255,255,0.1); color: #fff; }
.tier-pro { background: rgba(0,229,160,0.15); color: var(--green); }
.tier-elite { background: rgba(245,184,65,0.15); color: var(--gold); }
.dash-nav { display: flex; flex-direction: column; gap: 4px; }
.dash-navlink { background: none; border: none; color: var(--muted); text-align: left; padding: 11px 14px; border-radius: 10px; cursor: pointer; font-family: inherit; font-size: 0.92rem; transition: all .15s; }
.dash-navlink:hover { background: rgba(255,255,255,0.05); color: #fff; }
.dash-navlink.active { background: rgba(0,229,160,0.12); color: var(--green); font-weight: 600; }
.dash-navlink.signout { margin-top: 20px; color: #7a8494; }
.dash-main { flex: 1; padding: 28px; overflow-x: hidden; }
.dash-top { display: flex; justify-content: space-between; align-items: center; margin-bottom: 24px; flex-wrap: wrap; gap: 12px; }
.dash-signals { display: grid; grid-template-columns: repeat(2, 1fr); gap: 16px; }
.dash-sig { padding: 20px; position: relative; }
.dash-sig.locked { overflow: hidden; }
.lock-overlay { position: absolute; inset: 0; background: rgba(11,14,20,0.85); backdrop-filter: blur(3px); display: flex; flex-direction: column; align-items: center; justify-content: center; z-index: 2; text-align: center; color: var(--muted); font-size: 0.9rem; padding: 20px; border-radius: 18px; }
.sig-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 10px; margin: 12px 0; }
.sig-l { color: var(--muted); font-size: 0.7rem; text-transform: uppercase; letter-spacing: 0.04em; }
.sig-v { color: #fff; font-weight: 600; font-size: 0.9rem; margin-top: 2px; }
.prog-label { display: flex; justify-content: space-between; color: var(--muted); font-size: 0.75rem; margin-bottom: 6px; }
.prog-label span { color: #fff; }
.prog-bar { height: 6px; background: rgba(255,255,255,0.08); border-radius: 10px; overflow: hidden; }
.prog-fill { height: 100%; border-radius: 10px; transition: width .5s; }
.dash-stats { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; margin-bottom: 24px; }
.dash-stat { padding: 20px; }
.watch-list { display: flex; flex-direction: column; gap: 8px; }
.watch-row { display: flex; justify-content: space-between; padding: 12px 16px; background: rgba(255,255,255,0.03); border-radius: 10px; }
.pref-row { display: flex; justify-content: space-between; align-items: center; padding: 12px 0; border-bottom: 1px solid rgba(255,255,255,0.05); }

/* Responsive */
@media (max-width: 900px) {
  .asset-grid, .feature-grid, .blog-grid, .pricing-grid { grid-template-columns: 1fr 1fr; }
  .stats-band { grid-template-columns: 1fr 1fr; }
  .dash-stats { grid-template-columns: 1fr 1fr; }
  .price-popular { transform: none; }
}
@media (max-width: 680px) {
  .section { padding: 56px 0; }
  .asset-grid, .feature-grid, .blog-grid, .pricing-grid, .testi-grid, .dash-signals { grid-template-columns: 1fr; }
  .dash { flex-direction: column; }
  .dash-side { width: 100%; border-right: none; border-bottom: 1px solid var(--border); }
  .dash-nav { flex-direction: row; overflow-x: auto; }
  .dash-navlink.signout { margin-top: 0; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .newsletter { padding: 36px 20px; }
  .nl-form { flex-direction: column; }
  .sig-grid { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 420px) {
  .stats-band, .dash-stats, .footer-grid { grid-template-columns: 1fr; }
}
</parameter>