:root {
  color-scheme: dark;
  --bg: #080d13;
  --panel: #0e161f;
  --panel-2: #121c27;
  --line: #263442;
  --text: #eef4fa;
  --muted: #8796a7;
  --green: #13c982;
  --yellow: #f9bd00;
  --red: #ff5d6c;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  background: var(--bg);
  color: var(--text);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; min-width: 320px; overflow-x: hidden; background: var(--bg); }
a { color: inherit; text-decoration: none; }
section[id] { scroll-margin-top: 28px; }
.ambient { position: absolute; z-index: 0; border-radius: 50%; filter: blur(1px); pointer-events: none; }
.ambient-one { top: -260px; right: -180px; width: 720px; height: 720px; background: radial-gradient(circle, rgba(19,201,130,.12), transparent 67%); }
.ambient-two { top: 460px; left: -400px; width: 760px; height: 760px; background: radial-gradient(circle, rgba(249,189,0,.07), transparent 68%); }

.site-header, main, footer { position: relative; z-index: 1; }
.site-header {
  width: min(1240px, calc(100% - 48px));
  height: 78px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  gap: 44px;
  border-bottom: 1px solid rgba(49,65,80,.66);
}
.brand { display: inline-flex; align-items: center; gap: 10px; font-size: 14px; font-weight: 850; letter-spacing: .09em; white-space: nowrap; }
.brand img { width: 38px; height: 38px; }
.brand em { color: var(--yellow); font-style: normal; }
.site-header nav { display: flex; gap: 28px; color: var(--muted); font-size: 12px; font-weight: 650; }
.site-header nav a:hover { color: var(--text); }
.header-login { margin-left: auto; padding: 10px 14px; border: 1px solid #354657; border-radius: 7px; color: #dbe5ee; font-size: 12px; font-weight: 750; transition: border-color .2s, background .2s; }
.header-login:hover { border-color: #597086; background: #111b25; }
.header-login span { margin-left: 6px; color: var(--yellow); }

main { width: min(1240px, calc(100% - 48px)); margin: 0 auto; }
.hero { min-height: 690px; display: grid; grid-template-columns: .88fr 1.12fr; gap: 72px; align-items: center; padding: 78px 0 82px; }
.hero-copy { position: relative; z-index: 2; }
.eyebrow { display: flex; align-items: center; gap: 9px; color: #9aa8b6; font-size: 10px; font-weight: 850; letter-spacing: .17em; }
.eyebrow i { width: 7px; height: 7px; border-radius: 50%; background: var(--green); box-shadow: 0 0 14px rgba(19,201,130,.75); }
h1 { margin: 23px 0 24px; font-size: clamp(48px, 5.4vw, 77px); line-height: .99; letter-spacing: -.058em; }
h1 span, .section-heading h2 span { color: var(--yellow); }
.hero-copy > p { max-width: 560px; margin: 0; color: #94a2b1; font-size: 17px; line-height: 1.7; }
.hero-actions { display: flex; align-items: center; gap: 13px; margin-top: 34px; }
.primary-action, .secondary-action { display: inline-flex; align-items: center; justify-content: center; min-height: 49px; padding: 0 19px; border-radius: 7px; font-size: 13px; font-weight: 820; }
.primary-action { gap: 22px; background: var(--yellow); color: #171309; box-shadow: 0 12px 34px rgba(249,189,0,.12); transition: transform .2s, box-shadow .2s; }
.primary-action:hover { transform: translateY(-2px); box-shadow: 0 16px 38px rgba(249,189,0,.2); }
.secondary-action { border: 1px solid #344352; color: #b7c2ce; }
.hero-note { margin-top: 20px; color: #718091; font-size: 11px; }
.hero-note span { margin-right: 7px; color: var(--green); }

.terminal-preview { position: relative; padding: 13px; border: 1px solid #2c3a47; border-radius: 15px; background: rgba(12,19,27,.94); box-shadow: 0 34px 90px rgba(0,0,0,.38), 0 0 0 1px rgba(255,255,255,.015) inset; transform: perspective(1100px) rotateY(-2deg) rotateX(1deg); }
.terminal-preview:before { content: ""; position: absolute; inset: -1px; z-index: -1; border-radius: 15px; background: linear-gradient(135deg, rgba(249,189,0,.23), transparent 25%, transparent 70%, rgba(19,201,130,.2)); filter: blur(14px); opacity: .6; }
.preview-head { height: 43px; display: flex; align-items: center; justify-content: space-between; padding: 0 6px 11px; border-bottom: 1px solid #26333f; }
.preview-brand { display: flex; align-items: center; gap: 8px; color: #9aa8b7; font-size: 9px; font-weight: 850; letter-spacing: .14em; }
.preview-brand img { width: 27px; height: 27px; }
.live { display: flex; align-items: center; gap: 6px; color: var(--green); font-size: 9px; font-weight: 850; }
.live i { width: 6px; height: 6px; border-radius: 50%; background: var(--green); box-shadow: 0 0 0 5px rgba(19,201,130,.08); }
.preview-toolbar { height: 42px; display: flex; align-items: center; justify-content: space-between; color: #d6e0e9; font-size: 11px; font-weight: 750; }
.preview-toolbar b { padding: 5px 8px; border: 1px solid #2b3946; border-radius: 5px; color: #788696; font-size: 9px; }
.opportunity { min-height: 69px; display: grid; grid-template-columns: 1fr 1.55fr .7fr; align-items: center; gap: 12px; margin-bottom: 6px; padding: 10px 12px; border: 1px solid #222f3b; border-radius: 8px; background: #0c141c; }
.opportunity.featured { border-color: #365341; background: linear-gradient(90deg, rgba(19,201,130,.07), #0c141c 35%); }
.coin { display: flex; align-items: center; gap: 9px; }
.coin-mark { width: 32px; height: 32px; display: block; overflow: hidden; border: 1px solid #385064; border-radius: 50%; background: #101922; box-shadow: 0 5px 14px rgba(0,0,0,.24); }
.coin-mark img { display: block; width: 100%; height: 100%; }
.coin b, .coin small { display: block; }
.coin b { font-size: 13px; }
.coin small { margin-top: 3px; color: #617080; font-size: 7px; font-weight: 750; letter-spacing: .12em; }
.route { display: grid; grid-template-columns: auto 1fr auto auto 1fr; align-items: center; gap: 6px; font-size: 9px; }
.route span { padding: 3px 5px; border-radius: 4px; font-size: 7px; font-weight: 900; }
.route .long { color: #32d99e; background: #113426; }
.route .short { color: #ff7f8b; background: #35181e; }
.route b { overflow: hidden; color: #bac5cf; text-overflow: ellipsis; }
.route .exchange-name { display: inline-flex; align-items: center; gap: 5px; white-space: nowrap; }
.exchange-name img { width: 15px; height: 15px; flex: 0 0 15px; border-radius: 4px; box-shadow: 0 2px 6px rgba(0,0,0,.25); }
.route i { color: #5e6c7a; font-style: normal; }
.spread { text-align: right; }
.spread small, .spread b { display: block; }
.spread small { color: #667585; font-size: 7px; font-weight: 800; letter-spacing: .09em; }
.spread b { margin-top: 4px; color: var(--green); font-size: 14px; }
.preview-chart { position: relative; height: 170px; margin-top: 11px; overflow: hidden; border: 1px solid #22303c; border-radius: 8px; background: #091119; }
.chart-label { position: absolute; z-index: 2; top: 12px; left: 14px; display: flex; gap: 12px; color: #667585; font-size: 8px; font-weight: 850; letter-spacing: .1em; }
.chart-label b { color: var(--green); }
.preview-chart svg { position: absolute; inset: 25px 0 0; width: 100%; height: 145px; overflow: visible; }
.preview-chart .grid { fill: none; stroke: #1b2833; stroke-width: 1; }
.preview-chart .area { fill: url(#chart-fill); }
.preview-chart .line { fill: none; stroke: var(--green); stroke-width: 2.4; vector-effect: non-scaling-stroke; }
.preview-chart circle { fill: #dffff2; stroke: var(--green); stroke-width: 5; }
.demo-caption { margin: 9px 1px 0; color: #536170; font-size: 8px; text-align: right; }

.venues { min-height: 92px; display: flex; align-items: center; justify-content: space-between; gap: 24px; overflow: hidden; border-top: 1px solid #24313d; border-bottom: 1px solid #24313d; color: #748392; font-size: 11px; font-weight: 900; letter-spacing: .08em; white-space: nowrap; }
.venues span { display: inline-flex; align-items: center; gap: 8px; }
.venues img { width: 23px; height: 23px; flex: 0 0 23px; border-radius: 6px; box-shadow: 0 4px 12px rgba(0,0,0,.24); }

.profit-showcase { padding: 116px 0 8px; }
.profit-heading { margin-bottom: 42px; }
.profit-board { display: grid; grid-template-columns: minmax(280px, .67fr) minmax(640px, 1.7fr); gap: 14px; }
.profit-summary-card, .profit-deals { border: 1px solid #293844; border-radius: 12px; background: #0d151d; box-shadow: 0 24px 60px rgba(0,0,0,.17); }
.profit-summary-card { position: relative; min-height: 342px; padding: 25px; overflow: hidden; background: radial-gradient(circle at 85% 8%, rgba(19,201,130,.13), transparent 34%), linear-gradient(145deg, #111d25, #0a1218); }
.profit-summary-card:after { content: ""; position: absolute; right: -45px; bottom: -85px; width: 210px; height: 210px; border: 1px solid rgba(19,201,130,.12); border-radius: 50%; box-shadow: 0 0 0 34px rgba(19,201,130,.025), 0 0 0 68px rgba(19,201,130,.018); }
.profit-summary-head { position: relative; z-index: 1; display: flex; align-items: center; justify-content: space-between; gap: 10px; color: #6f7e8e; font-size: 8px; font-weight: 900; letter-spacing: .1em; }
.profit-summary-head i { color: var(--green); font-style: normal; letter-spacing: .04em; }
.profit-summary-card > strong { position: relative; z-index: 1; display: block; margin-top: 28px; color: var(--green); font-size: clamp(52px, 5vw, 72px); line-height: .95; letter-spacing: -.06em; }
.profit-summary-card > strong small { margin-right: 2px; font-size: .55em; }
.profit-summary-card > p { position: relative; z-index: 1; max-width: 300px; margin: 15px 0 0; color: #8291a0; font-size: 11px; line-height: 1.6; }
.convergence-track { position: relative; z-index: 1; height: 5px; margin: 26px 0 19px; overflow: hidden; border-radius: 999px; background: #1c2933; }
.convergence-track:after { content: ""; position: absolute; top: 0; right: 0; width: 9%; height: 100%; border-radius: inherit; background: var(--yellow); box-shadow: 0 0 12px rgba(249,189,0,.45); }
.convergence-track i { display: block; width: 91%; height: 100%; border-radius: inherit; background: linear-gradient(90deg, #20654d, var(--green)); }
.convergence-track span { position: absolute; z-index: 2; top: 50%; right: calc(9% - 4px); width: 9px; height: 9px; transform: translateY(-50%); border: 2px solid #dffff2; border-radius: 50%; background: var(--green); }
.profit-summary-card dl { position: relative; z-index: 1; display: grid; grid-template-columns: repeat(3, 1fr); gap: 8px; margin: 0; }
.profit-summary-card dl div { min-width: 0; }
.profit-summary-card dt { color: #647383; font-size: 8px; }
.profit-summary-card dd { margin: 5px 0 0; color: #dce5ed; font-size: 12px; font-weight: 820; }

.profit-deals { min-width: 0; padding: 8px; }
.profit-table-head, .profit-deal { display: grid; grid-template-columns: 1fr 2.1fr .76fr .72fr 1fr; gap: 14px; align-items: center; }
.profit-table-head { min-height: 38px; padding: 0 13px; color: #667585; font-size: 8px; font-weight: 900; letter-spacing: .09em; text-transform: uppercase; }
.profit-table-head span:last-child { text-align: right; }
.profit-deal { min-height: 91px; margin-bottom: 6px; padding: 11px 13px; border: 1px solid #23313c; border-radius: 8px; background: #0b131a; }
.profit-deal:last-child { margin-bottom: 0; }
.profit-deal.featured { border-color: #315441; background: linear-gradient(90deg, rgba(19,201,130,.07), #0b131a 38%); }
.profit-asset { display: flex; align-items: center; gap: 9px; min-width: 0; }
.profit-asset > img { width: 34px; height: 34px; flex: 0 0 34px; border: 1px solid #354957; border-radius: 50%; background: #111b23; }
.profit-asset b, .profit-asset small { display: block; }
.profit-asset b { font-size: 13px; }
.profit-asset small { margin-top: 3px; color: #617080; font-size: 7px; font-weight: 800; letter-spacing: .09em; }
.profit-route { display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; gap: 7px; min-width: 0; }
.profit-route > span { min-width: 0; }
.profit-route i, .profit-route b { display: block; }
.profit-route i { width: fit-content; margin-bottom: 4px; padding: 2px 5px; border-radius: 3px; font-size: 7px; font-style: normal; font-weight: 900; }
.profit-route i.long { color: #3bdca5; background: #103326; }
.profit-route i.short { color: #ff8590; background: #35171d; }
.profit-route b { display: flex; align-items: center; gap: 5px; overflow: hidden; color: #bac5cf; font-size: 9px; text-overflow: ellipsis; white-space: nowrap; }
.profit-route b img { width: 16px; height: 16px; flex: 0 0 16px; border-radius: 4px; }
.profit-route em { color: #586675; font-size: 12px; font-style: normal; }
.profit-convergence { display: flex; align-items: center; gap: 5px; white-space: nowrap; }
.profit-convergence small { color: #9aa7b4; }
.profit-convergence i { color: #566473; font-style: normal; }
.profit-convergence b { color: var(--green); font-size: 11px; }
.profit-duration span, .profit-duration small { display: block; white-space: nowrap; }
.profit-duration span { color: #c6d0d9; font-size: 10px; font-weight: 750; }
.profit-duration small { margin-top: 3px; color: #667484; font-size: 8px; }
.profit-value { text-align: right; white-space: nowrap; }
.profit-value b, .profit-value span { display: block; }
.profit-value b { color: var(--green); font-size: 11px; }
.profit-value span { margin-top: 4px; color: #55d8a8; font-size: 14px; font-weight: 900; }
.profit-disclaimer { display: flex; align-items: flex-start; gap: 9px; max-width: 960px; margin: 15px 0 0 auto; color: #647383; font-size: 9px; line-height: 1.55; }
.profit-disclaimer i { width: 17px; height: 17px; display: grid; place-items: center; flex: 0 0 17px; border: 1px solid #394956; border-radius: 50%; color: #8997a5; font-style: normal; font-weight: 850; }

.possibilities { padding: 116px 0 126px; }
.section-heading { display: grid; grid-template-columns: 1fr 2fr; gap: 30px; align-items: end; margin-bottom: 47px; }
.section-heading > div { display: flex; align-items: center; gap: 12px; color: #728091; font-size: 10px; font-weight: 850; letter-spacing: .15em; }
.section-number { color: var(--yellow); }
.section-heading p { margin: 0; }
.section-heading h2 { margin: 0; font-size: clamp(34px, 4.1vw, 55px); line-height: 1.08; letter-spacing: -.045em; }
.feature-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 12px; }
.feature-grid article { min-height: 294px; display: flex; flex-direction: column; padding: 24px; border: 1px solid #263440; border-radius: 10px; background: linear-gradient(155deg, #111b25, #0b1219); transition: border-color .2s, transform .2s; }
.feature-grid article:hover { transform: translateY(-4px); border-color: #405365; }
.feature-icon { width: 39px; height: 39px; display: grid; place-items: center; border: 1px solid #354757; border-radius: 9px; color: var(--yellow); background: #151d23; font-size: 21px; }
.feature-grid h3 { margin: 32px 0 12px; font-size: 18px; }
.feature-grid p { margin: 0; color: #8291a1; font-size: 12px; line-height: 1.65; }
.mini-metric, .funding-row, .guard-row { min-height: 37px; margin-top: auto; display: flex; align-items: center; justify-content: space-between; padding: 0 10px; border: 1px solid #26343f; border-radius: 6px; background: #0a1118; font-size: 8px; font-weight: 850; }
.mini-metric span, .funding-row span { color: #647383; }
.mini-metric b, .funding-row b { color: var(--green); }
.mini-bars { height: 38px; margin-top: auto; display: flex; align-items: end; gap: 7px; padding: 0 8px; border-bottom: 1px solid #2b3945; }
.mini-bars i { flex: 1; height: 30%; border-radius: 2px 2px 0 0; background: #245744; }
.mini-bars i:nth-child(2) { height: 47%; }.mini-bars i:nth-child(3) { height: 42%; }.mini-bars i:nth-child(4) { height: 68%; }.mini-bars i:nth-child(5) { height: 62%; }.mini-bars i:nth-child(6) { height: 92%; background: var(--green); }
.guard-row { justify-content: flex-start; gap: 9px; color: #78a792; }
.guard-row i { width: 7px; height: 7px; border-radius: 50%; background: var(--green); box-shadow: 0 0 9px rgba(19,201,130,.5); }

.security { min-height: 580px; display: grid; grid-template-columns: 1fr 1fr; align-items: center; gap: 90px; padding: 60px 7%; border: 1px solid #273642; border-radius: 16px; background: radial-gradient(circle at 25% 50%, rgba(19,201,130,.075), transparent 37%), linear-gradient(140deg, #111a23, #0a1118); }
.security-visual { position: relative; width: min(420px, 100%); aspect-ratio: 1; display: grid; place-items: center; margin: auto; }
.orbit { position: absolute; border: 1px solid rgba(75,99,118,.46); border-radius: 50%; }
.orbit-one { inset: 11%; }.orbit-two { inset: 24%; border-style: dashed; }
.security-core { z-index: 2; width: 138px; height: 138px; display: grid; place-items: center; align-content: center; gap: 8px; border: 1px solid #416451; border-radius: 32px; background: #101b20; box-shadow: 0 0 70px rgba(19,201,130,.11); }
.security-core img { width: 70px; height: 70px; }
.security-core span { color: #8bbca7; font-size: 8px; font-weight: 900; letter-spacing: .13em; }
.security-chip { position: absolute; padding: 6px 9px; border: 1px solid #344755; border-radius: 999px; color: #8495a5; background: #0d161e; font: 750 9px ui-monospace, SFMono-Regular, Menlo, monospace; }
.chip-one { top: 19%; right: 7%; }.chip-two { bottom: 16%; left: 12%; }.chip-three { top: 32%; left: 1%; }
.security-copy h2 { margin: 22px 0 23px; font-size: clamp(36px, 4vw, 54px); line-height: 1.04; letter-spacing: -.045em; }
.security-copy > p { margin: 0; color: #8b9aa9; font-size: 14px; line-height: 1.75; }
.security-copy ul { display: grid; gap: 13px; margin: 27px 0 0; padding: 0; list-style: none; }
.security-copy li { display: flex; align-items: center; gap: 11px; color: #95a4b2; font-size: 12px; }
.security-copy li i { width: 23px; height: 23px; display: grid; place-items: center; flex: 0 0 23px; border-radius: 50%; color: var(--green); background: #113126; font-style: normal; font-weight: 900; }
.security-copy li b { color: #dbe5ed; }

.final-cta { min-height: 315px; display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 35px; margin: 116px 0 72px; padding: 50px 56px; overflow: hidden; border: 1px solid #3f3b22; border-radius: 15px; background: radial-gradient(circle at 80% 40%, rgba(249,189,0,.12), transparent 35%), #10161b; }
.final-cta > img { width: 82px; height: 82px; }
.final-cta > div > span { color: var(--yellow); font-size: 9px; font-weight: 900; letter-spacing: .17em; }
.final-cta h2 { margin: 12px 0 0; font-size: clamp(34px, 4.4vw, 58px); line-height: 1.04; letter-spacing: -.047em; }
footer { width: min(1240px, calc(100% - 48px)); min-height: 100px; display: flex; align-items: center; gap: 28px; margin: 0 auto; border-top: 1px solid #25313d; color: #657383; font-size: 10px; }
.footer-brand img { width: 29px; height: 29px; }
footer p { margin: 0; }
footer > span { margin-left: auto; }

@media (max-width: 1050px) {
  .hero { grid-template-columns: 1fr; gap: 55px; }
  .hero-copy { max-width: 760px; }
  .terminal-preview { width: min(760px, 100%); transform: none; }
  .profit-board { grid-template-columns: minmax(0, 1fr); }
  .profit-summary-card { min-height: 290px; }
  .feature-grid { grid-template-columns: 1fr 1fr; }
  .security { gap: 35px; padding: 48px 5%; }
  .final-cta { grid-template-columns: auto 1fr; }
  .final-cta .primary-action { grid-column: 2; justify-self: start; }
}

@media (max-width: 720px) {
  .site-header, main, footer { width: min(calc(100% - 28px), 1240px); }
  .site-header { height: 68px; gap: 14px; }
  .site-header nav { display: none; }
  .brand { font-size: 11px; }
  .brand img { width: 33px; height: 33px; }
  .header-login { padding: 9px 10px; font-size: 10px; }
  .hero { min-height: 0; padding: 62px 0; }
  h1 { font-size: clamp(43px, 13vw, 64px); }
  .hero-copy > p { font-size: 14px; }
  .hero-actions { align-items: stretch; flex-direction: column; }
  .primary-action, .secondary-action { width: 100%; }
  .terminal-preview { padding: 8px; }
  .opportunity { grid-template-columns: 1fr auto; }
  .route { display: none; }
  .preview-chart { height: 145px; }
  .venues { justify-content: flex-start; overflow-x: auto; }
  .profit-showcase { padding: 84px 0 0; }
  .profit-heading { margin-bottom: 29px; }
  .profit-summary-card { min-height: 0; padding: 20px; }
  .profit-summary-card > strong { margin-top: 23px; font-size: 56px; }
  .profit-summary-card dl { gap: 5px; }
  .profit-summary-card dd { font-size: 11px; }
  .profit-deals { padding: 0; border: 0; background: transparent; box-shadow: none; }
  .profit-table-head { display: none; }
  .profit-deal {
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 14px 10px;
    min-height: 0;
    padding: 14px;
    border-radius: 10px;
  }
  .profit-asset { grid-column: 1; grid-row: 1; }
  .profit-value { grid-column: 2; grid-row: 1; align-self: center; }
  .profit-value b { font-size: 10px; }
  .profit-route { grid-column: 1 / -1; grid-row: 2; padding: 9px; border-radius: 7px; background: #101a22; }
  .profit-convergence { grid-column: 1; grid-row: 3; }
  .profit-duration { grid-column: 2; grid-row: 3; text-align: right; }
  .profit-disclaimer { margin-top: 13px; font-size: 8px; }
  .possibilities { padding: 85px 0; }
  .section-heading { grid-template-columns: 1fr; }
  .feature-grid { grid-template-columns: 1fr; }
  .security { grid-template-columns: 1fr; padding: 30px 21px 45px; }
  .security-visual { max-width: 310px; }
  .final-cta { grid-template-columns: 1fr; margin: 80px 0 50px; padding: 37px 25px; }
  .final-cta > img { width: 62px; height: 62px; }
  .final-cta .primary-action { grid-column: 1; }
  footer { align-items: flex-start; flex-direction: column; gap: 11px; padding: 28px 0; }
  footer > span { margin-left: 0; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *:before, *:after { transition: none !important; }
}
