:root {
  --bg: #0f1114;
  --surface: #181b20;
  --surface-hi: #1e2128;
  --border: #252830;
  --border-hi: #333845;
  --blue: #0052ff;
  --green: #05b169;
  --red: #f03d3d;
  --text-1: #fff;
  --text-2: #a8b0bd;
  --text-3: #657083;
  --max: 1180px;
  --pad: 28px;
}
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { color-scheme: dark; scroll-behavior: smooth; }
body { min-height: 100vh; overflow-x: hidden; background: var(--bg); color: var(--text-1); font-family: Inter, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; font-size: 14px; font-weight: 400; -webkit-font-smoothing: antialiased; }
a { color: inherit; }
.announcement { position: fixed; z-index: 30; top: 0; left: 0; right: 0; height: 34px; display: flex; align-items: center; justify-content: center; gap: 9px; border-bottom: 1px solid rgba(255,255,255,.08); background: var(--blue); color: #fff; font-size: 10px; text-decoration: none; }
.announcement span { padding: 3px 6px; border: 1px solid rgba(255,255,255,.34); border-radius: 4px; font-size: 8px; font-weight: 600; text-transform: uppercase; }
.announcement b { font-weight: 600; text-decoration: underline; text-underline-offset: 2px; }
.landing-nav { position: fixed; top: 34px; left: 0; right: 0; z-index: 20; border-bottom: 1px solid rgba(255,255,255,.09); background: rgba(9,12,16,.9); backdrop-filter: blur(18px); }
.landing-nav-inner { width: 100%; max-width: var(--max); height: 64px; margin: 0 auto; padding: 0 var(--pad); display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.landing-brand { display: flex; align-items: center; gap: 9px; color: var(--text-1); font-size: 17px; font-weight: 600; text-decoration: none; }
.landing-brand img { width: 29px; height: 29px; flex: 0 0 29px; }
.landing-brand b { color: var(--blue); font-weight: 600; }
.landing-links { display: flex; align-items: center; gap: 28px; }
.landing-links a { color: var(--text-2); font-size: 12px; text-decoration: none; transition: color 150ms; }
.landing-links a:hover { color: var(--text-1); }
.landing-actions { display: flex; align-items: center; gap: 8px; }
.nav-login, .nav-register { height: 34px; padding: 0 13px; display: inline-flex; align-items: center; border-radius: 7px; font-size: 12px; font-weight: 500; text-decoration: none; }
.nav-login { color: var(--text-2); }
.nav-login:hover { color: var(--text-1); }
.nav-register { background: var(--blue); color: #fff; }

.hero { position: relative; min-height: 100svh; padding-top: 98px; display: flex; align-items: center; overflow: hidden; background: var(--bg); }
.hero-video, .hero-shade {
  -webkit-mask-image: radial-gradient(ellipse 105% 108% at 50% 0%,#000 0 87%,rgba(0,0,0,.86) 91%,rgba(0,0,0,.34) 96%,transparent 100%);
  mask-image: radial-gradient(ellipse 85% 68% at 50% 0%,#000000db 0 87%,rgba(0, 0, 0, 0.49) 51%,rgba(0, 0, 0, 0.1) 96%,#0000 100%);
}
.hero-video { position: absolute; z-index: 0; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: center; }
.hero-shade { position: absolute; z-index: 1; inset: 0; background: rgba(2,5,9,.69); box-shadow: inset 0 -210px 170px rgba(0,0,0,.94); pointer-events: none; }
.hero-inner { position: relative; z-index: 2; width: 100%; max-width: 1040px; margin: 0 auto; padding: 92px var(--pad) 172px; display: flex; align-items: center; flex-direction: column; text-align: center; }
.hero-kicker { display: flex; align-items: center; justify-content: center; gap: 9px; color: #b8c3d2; font-size: 11px; font-weight: 500; text-transform: uppercase; }
.hero-kicker span { width: 7px; height: 7px; border-radius: 50%; background: var(--green); box-shadow: 0 0 10px rgba(5,177,105,.75); }
.hero h1 { margin-top: 20px; font-size: 94px; font-weight: 500; letter-spacing: 0; line-height: .96; }
.hero h2 { margin-top: 14px; font-size: 43px; font-weight: 400; letter-spacing: 0; line-height: 1.05; }
.hero-lead { max-width: 820px; margin-top: 23px; color: #d2dae6; font-size: 18px; font-weight: 300; line-height: 1.6; }
.hero-actions { margin-top: 34px; display: flex; align-items: center; justify-content: center; gap: 12px; }
.primary-cta, .secondary-cta { min-height: 48px; padding: 0 22px; display: inline-flex; align-items: center; justify-content: center; border-radius: 7px; font-size: 14px; font-weight: 500; text-decoration: none; }
.primary-cta { border: 1px solid var(--blue); background: var(--blue); color: #fff; }
.primary-cta:hover { background: #174cff; }
.secondary-cta { border: 1px solid rgba(255,255,255,.24); background: rgba(10,14,20,.56); color: #fff; backdrop-filter: blur(8px); }
.secondary-cta:hover { border-color: rgba(255,255,255,.45); }
.hero-proof { margin-top: 28px; display: flex; justify-content: center; flex-wrap: wrap; gap: 9px 24px; color: #8490a2; font-size: 10px; }
.hero-proof span { position: relative; padding-left: 13px; }
.hero-proof span::before { content: ""; position: absolute; left: 0; top: 5px; width: 4px; height: 4px; border-radius: 50%; background: #6e7a8c; }

.proof-showcase { position: relative; z-index: 4; width: 100%; max-width: 1320px; margin: -128px auto 0; padding: 0 var(--pad) 116px; }
.proof-heading { display: none; max-width: 760px; margin: 0 auto 52px; text-align: center; }
.proof-heading h2 { margin-top: 13px; font-size: 38px; font-weight: 500; line-height: 1.2; }
.proof-grid { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 16px; }
.proof-card { position: relative; min-height: 560px; overflow: hidden; border: 1px solid #354156; border-radius: 8px; background: radial-gradient(ellipse 105% 72% at 50% 108%,rgba(0,82,255,.48) 0%,rgba(0,82,255,.2) 38%,transparent 72%),linear-gradient(180deg,#15181e 0%,#101722 52%,#061326 100%); box-shadow: inset 0 -70px 100px rgba(0,82,255,.08),0 18px 50px rgba(0,31,92,.12); }
.proof-card::after { content: ""; position: absolute; inset: auto 0 0; height: 2px; background: #1764ff; opacity: .9; }
.proof-copy { position: relative; z-index: 3; padding: 36px 32px 0; }
.proof-copy h3 { font-size: 31px; font-weight: 400; line-height: 1.25; }
.proof-copy h3 span { color: #3975ff; }
.proof-copy p { max-width: 350px; margin-top: 18px; color: var(--text-2); font-size: 12px; line-height: 1.7; }
.fiction-badge { position: absolute; z-index: 5; top: 14px; right: 14px; padding: 4px 6px; border: 1px solid rgba(255,255,255,.14); border-radius: 4px; background: rgba(8,11,16,.82); color: #8290a4; font-size: 7px; text-transform: uppercase; }
.review-brand { margin-top: 22px; display: flex; align-items: center; gap: 7px; }
.review-brand b { color: #17c684; font-size: 22px; font-weight: 400; }.review-brand strong { font-size: 17px; font-weight: 500; }.review-brand small { padding: 3px 5px; border: 1px solid #354155; border-radius: 4px; color: #738299; font-size: 7px; text-transform: uppercase; }
.review-board { position: absolute; left: 0; right: 0; bottom: 0; height: 250px; padding-top: 18px; overflow: hidden; background: radial-gradient(ellipse at 50% 115%,rgba(0,91,255,.48),transparent 72%),rgba(5,20,43,.82); }
.review-track { width: max-content; display: flex; gap: 10px; animation: review-scroll 28s linear infinite; }
.review-board:hover .review-track { animation-play-state: paused; }
.review-track + .review-track { margin-top: 10px; }.review-track-reverse { animation-direction: reverse; animation-duration: 34s; }
.review-tile { width: 210px; height: 102px; padding: 12px; flex: 0 0 210px; border: 1px solid rgba(68,112,180,.38); border-radius: 6px; background: rgba(13,40,71,.8); box-shadow: inset 0 0 30px rgba(0,82,255,.08); }
.review-tile > span { display: block; color: #16d08c; font-size: 10px; letter-spacing: 1px; }.review-tile small { margin-top: 7px; display: block; color: #718895; font-size: 7px; }.review-tile strong { margin-top: 6px; display: block; overflow: hidden; color: #edf5f6; font-size: 9px; font-weight: 500; white-space: nowrap; text-overflow: ellipsis; }.review-tile p { margin-top: 5px; overflow: hidden; color: #9ab0b5; font-size: 7px; white-space: nowrap; text-overflow: ellipsis; }
@keyframes review-scroll { to { transform: translateX(calc(-50% - 5px)); } }
.proof-pnl { background: #020407; }
.proof-pnl-art { position: absolute; z-index: 1; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: center; }
.proof-pnl::before { content: ""; position: absolute; z-index: 2; inset: 0; background: linear-gradient(180deg,rgba(2,4,7,.92) 0%,rgba(2,4,7,.58) 27%,transparent 50%),radial-gradient(ellipse 105% 72% at 50% 104%,rgba(0,82,255,.66) 0%,rgba(0,82,255,.3) 42%,transparent 76%); pointer-events: none; }
.proof-pnl .proof-copy { position: relative; z-index: 3; }
.user-network { position: absolute; left: 50%; bottom: -72px; width: 430px; height: 360px; transform: translateX(-50%); }
.user-ring { position: absolute; top: 50%; left: 50%; border: 1px solid rgba(43,104,166,.3); border-radius: 50%; transform: translate(-50%,-50%); }.ring-one { width: 142px; height: 142px; }.ring-two { width: 254px; height: 254px; }.ring-three { width: 370px; height: 370px; }
.network-core { position: absolute; z-index: 2; top: 50%; left: 50%; width: 72px; height: 72px; display: grid; place-items: center; border: 1px solid #3379ff; border-radius: 50%; background: #0756e7; box-shadow: 0 0 44px rgba(0,82,255,.32); transform: translate(-50%,-50%); }.network-core img { width: 35px; height: 35px; }
.user-avatar { position: absolute; z-index: 3; width: 43px; height: 43px; display: grid; place-items: center; border: 3px solid #132237; border-radius: 50%; background: #d5deea; color: #10213a; font-size: 9px; font-weight: 600; box-shadow: 0 8px 22px rgba(0,0,0,.3); }.avatar-one { top: 48px; left: 50px; }.avatar-two { top: 28px; right: 60px; }.avatar-three { bottom: 82px; left: 22px; }.avatar-four { right: 19px; bottom: 91px; }.avatar-five { top: 112px; right: 111px; width: 34px; height: 34px; background: #6f94c9; }

.section-inner { width: 100%; max-width: var(--max); margin: 0 auto; padding-left: var(--pad); padding-right: var(--pad); }
.section-kicker { color: var(--blue); font-size: 11px; font-weight: 600; text-transform: uppercase; }
.product-band { padding: 104px 0 112px; }
.product-intro { max-width: 840px; display: block; text-align: center; }
.product-intro h2, .section-heading h2, .control-copy h2, .final-cta h2 { margin-top: 13px; font-size: 38px; font-weight: 500; letter-spacing: 0; line-height: 1.2; }
.product-intro > p, .section-heading > p:last-child, .control-copy > p, .final-cta p { color: var(--text-2); font-size: 14px; line-height: 1.75; }
.product-intro > p { max-width: 720px; margin: 20px auto 0; }
.capability-grid { margin-top: 58px; display: grid; grid-template-columns: repeat(2, minmax(0,1fr)); gap: 14px; }
.capability-grid article { min-height: 280px; padding: 26px; border: 1px solid var(--border); border-radius: 8px; background: var(--surface); transition: border-color 160ms, transform 160ms; }
.capability-grid article:hover { border-color: var(--border-hi); transform: translateY(-2px); }
.cap-top { display: flex; align-items: flex-start; justify-content: space-between; }
.cap-top img { width: 44px; height: 44px; object-fit: contain; }
.cap-index { color: var(--text-3); font-size: 10px; }
.capability-grid h3 { margin-top: 78px; font-size: 19px; font-weight: 500; }
.capability-grid p { max-width: 440px; margin-top: 11px; color: var(--text-2); font-size: 12px; line-height: 1.7; }

.strategy-band { padding: 104px 0 112px; border-top: 1px solid var(--border); border-bottom: 1px solid var(--border); background: #12151a; }
.section-heading { max-width: 760px; margin: 0 auto; text-align: center; }
.section-heading > p:last-child { max-width: 650px; margin: 18px auto 0; }
.strategy-grid { margin-top: 54px; display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 16px; }
.strategy-card { min-height: 410px; padding: 30px; border: 1px solid var(--border); border-radius: 8px; background: var(--surface); }
.strategy-top { display: flex; align-items: center; justify-content: space-between; }
.strategy-top img { width: 42px; height: 42px; object-fit: contain; }
.strategy-top span { padding: 4px 7px; border: 1px solid var(--border-hi); border-radius: 5px; color: var(--text-3); font-size: 10px; }
.strategy-card h3 { margin-top: 58px; font-size: 22px; font-weight: 500; }
.strategy-card > p { max-width: 480px; margin-top: 13px; color: var(--text-2); font-size: 13px; line-height: 1.7; }
.strategy-card ul { margin-top: 26px; display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 11px 18px; list-style: none; }
.strategy-card li { position: relative; padding-left: 13px; color: var(--text-3); font-size: 11px; }
.strategy-card li::before { content: ""; position: absolute; left: 0; top: 5px; width: 4px; height: 4px; border-radius: 50%; background: var(--blue); }

.pricing-band { padding: 112px 0 120px; border-bottom: 1px solid var(--border); background: #0b0f16; }
.pricing-grid { margin-top: 54px; display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 16px; align-items: stretch; }
.pricing-card { position: relative; min-height: 650px; padding: 30px; display: flex; flex-direction: column; border: 1px solid var(--border); border-radius: 8px; background: var(--surface); }
.pricing-card.featured { border-color: rgba(0,82,255,.72); box-shadow: 0 18px 60px rgba(0,82,255,.08); }
.plan-ribbon { position: absolute; top: 0; right: 24px; padding: 6px 9px; border-radius: 0 0 5px 5px; background: var(--blue); color: #fff; font-size: 9px; font-weight: 600; text-transform: uppercase; }
.plan-head { min-height: 48px; display: flex; align-items: flex-start; justify-content: space-between; gap: 18px; }
.plan-head > div:first-child > span { color: var(--text-3); font-size: 10px; text-transform: uppercase; }
.plan-head h3 { margin-top: 7px; font-size: 21px; font-weight: 500; }
.plan-head img { width: 42px; height: 42px; object-fit: contain; }
.dual-icons { display: flex; align-items: center; }
.dual-icons img { width: 38px; height: 38px; padding: 4px; border: 1px solid var(--border-hi); border-radius: 50%; background: var(--surface-hi); }
.dual-icons img + img { margin-left: -9px; }
.plan-audience { min-height: 68px; margin-top: 22px; color: var(--text-2); font-size: 12px; line-height: 1.65; }
.plan-price { padding: 22px 0; border-top: 1px solid var(--border); border-bottom: 1px solid var(--border); }
.plan-price strong { display: block; font-size: 25px; font-weight: 500; }
.plan-price span { margin-top: 5px; display: block; color: var(--text-3); font-size: 10px; }
.pricing-card ul { margin: 24px 0 28px; display: flex; flex: 1; flex-direction: column; gap: 12px; list-style: none; }
.pricing-card li { position: relative; padding-left: 18px; color: var(--text-2); font-size: 11px; line-height: 1.5; }
.pricing-card li::before { content: ""; position: absolute; left: 0; top: 5px; width: 7px; height: 4px; border-left: 1px solid var(--green); border-bottom: 1px solid var(--green); transform: rotate(-45deg); }
.plan-button { width: 100%; height: 43px; border: 1px solid var(--border-hi); border-radius: 7px; background: var(--surface-hi); color: var(--text-1); font: inherit; font-size: 12px; font-weight: 500; cursor: pointer; transition: border-color 150ms, background 150ms; }
.plan-button:hover { border-color: #4a5362; background: #252a33; }
.plan-button.primary { border-color: var(--blue); background: var(--blue); color: #fff; }
.plan-button.primary:hover { background: #174cff; }
.pricing-note { margin-top: 18px; color: var(--text-3); font-size: 10px; text-align: center; }

.control-band { padding: 112px 0; }
.control-layout { display: grid; grid-template-columns: minmax(0,.92fr) minmax(420px,1.08fr); gap: 100px; align-items: center; }
.control-copy > p { max-width: 520px; margin-top: 18px; }
.control-copy > a { margin-top: 24px; display: inline-block; color: #86a8ff; font-size: 12px; text-decoration: none; }
.control-copy > a:hover { color: #fff; }
.control-panel { overflow: hidden; border: 1px solid var(--border-hi); border-radius: 8px; background: var(--surface); box-shadow: 0 24px 70px rgba(0,0,0,.24); }
.control-status, .control-row { min-height: 58px; padding: 0 18px; display: flex; align-items: center; justify-content: space-between; gap: 20px; border-bottom: 1px solid var(--border); }
.control-status span { display: flex; align-items: center; gap: 9px; font-size: 12px; }
.control-status i { width: 7px; height: 7px; border-radius: 50%; background: var(--green); box-shadow: 0 0 9px rgba(5,177,105,.65); }
.control-status b { color: var(--green); font-size: 10px; font-weight: 500; }
.control-row span { color: var(--text-2); font-size: 12px; }
.control-row strong { color: var(--text-1); font-size: 11px; font-weight: 500; }
.control-meter { height: 6px; background: #20242b; }
.control-meter span { width: 67%; height: 100%; display: block; background: var(--blue); }

.workflow-band { padding: 104px 0 112px; border-top: 1px solid var(--border); background: #111419; }
.workflow-grid { margin-top: 54px; display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 52px; }
.workflow-grid article { position: relative; min-height: 260px; padding-top: 26px; border-top: 1px solid var(--border-hi); }
.workflow-grid img { width: 36px; height: 36px; object-fit: contain; }
.workflow-grid > article > span { position: absolute; top: 29px; right: 0; color: var(--text-3); font-size: 10px; }
.workflow-grid h3 { margin-top: 42px; font-size: 17px; font-weight: 500; }
.workflow-grid p { margin-top: 12px; color: var(--text-2); font-size: 12px; line-height: 1.75; }

.truth-band { padding: 112px 0; border-top: 1px solid var(--border); border-bottom: 1px solid var(--border); }
.truth-inner { max-width: 920px; }
.truth-inner blockquote { margin-top: 20px; font-size: 30px; font-weight: 300; line-height: 1.45; }
.truth-inner > p:last-child { max-width: 680px; margin-top: 28px; color: var(--text-3); font-size: 12px; line-height: 1.7; }
.final-cta { padding: 96px 0 102px; background: #f4f6f9; color: #101318; }
.final-cta .section-inner { display: flex; align-items: flex-end; justify-content: space-between; gap: 60px; }
.final-cta .section-kicker { color: var(--blue); }
.final-cta p { max-width: 600px; margin-top: 15px; color: #596274; }
.final-actions { display: flex; gap: 9px; flex: 0 0 auto; }
.secondary-cta.light { border-color: #cfd5df; background: transparent; color: #202631; }
.secondary-cta.light:hover { border-color: #8993a2; }

.landing-footer { border-top: 1px solid var(--border); }
.landing-footer-inner { width: 100%; max-width: var(--max); min-height: 86px; margin: 0 auto; padding: 20px var(--pad); display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.footer-brand { display: flex; align-items: center; gap: 9px; color: var(--text-3); font-size: 11px; }
.footer-brand img { width: 20px; height: 20px; }
.landing-footer nav { display: flex; flex-wrap: wrap; gap: 18px; }
.landing-footer nav a { color: var(--text-3); font-size: 11px; text-decoration: none; }
.landing-footer nav a:hover { color: var(--text-1); }
.landing-toast { position: fixed; z-index: 50; right: 22px; bottom: 22px; max-width: min(360px,calc(100vw - 32px)); padding: 12px 14px; border: 1px solid var(--border-hi); border-radius: 7px; background: #1b1f26; color: var(--text-2); box-shadow: 0 16px 42px rgba(0,0,0,.38); font-size: 11px; line-height: 1.5; opacity: 0; pointer-events: none; transform: translateY(8px); transition: opacity 180ms, transform 180ms; }
.landing-toast.visible { opacity: 1; transform: translateY(0); }

@media (max-width: 920px) {
  .landing-links { display: none; }
  .hero h1 { font-size: 76px; }
  .hero h2 { font-size: 36px; }
  .hero-inner { padding-bottom: 150px; }
  .proof-showcase { margin-top: -104px; }
  .proof-grid { grid-template-columns: 1fr; }
  .proof-card { min-height: 560px; }
  .control-layout { grid-template-columns: 1fr; gap: 48px; }
}
@media (max-width: 680px) {
  :root { --pad: 18px; }
  .landing-nav-inner { height: 60px; }
  .nav-login { display: none; }
  .nav-register { padding: 0 10px; }
  .announcement { height: 32px; gap: 6px; font-size: 9px; }
  .announcement b { display: none; }
  .landing-nav { top: 32px; }
  .hero { min-height: 100svh; padding-top: 92px; }
  .hero-video { object-position: 62% center; }
  .hero-shade { background: rgba(2,5,9,.72); box-shadow: inset 0 -150px 120px rgba(0,0,0,.92); }
  .hero-inner { padding-top: 72px; padding-bottom: 122px; }
  .hero h1 { font-size: 54px; }
  .hero h2 { font-size: 27px; line-height: 1.2; }
  .hero-lead { font-size: 15px; line-height: 1.6; }
  .hero-actions { align-items: stretch; flex-direction: column; }
  .hero-actions a { width: 100%; }
  .hero-proof { margin-top: 28px; gap: 8px 16px; }
  .proof-showcase { margin-top: -76px; padding-top: 0; padding-bottom: 80px; }
  .proof-heading { margin-bottom: 36px; }
  .proof-heading h2 { font-size: 30px; }
  .proof-card { min-height: 540px; }
  .proof-copy { padding: 28px 24px 0; }
  .proof-copy h3 { font-size: 27px; }
  .review-board { height: 238px; }
  .user-network { transform: translateX(-50%) scale(.86); transform-origin: 50% 100%; }
  .product-band, .strategy-band, .pricing-band, .control-band, .workflow-band, .truth-band { padding-top: 76px; padding-bottom: 80px; }
  .product-intro h2, .section-heading h2, .control-copy h2, .final-cta h2 { font-size: 30px; }
  .capability-grid, .strategy-grid, .pricing-grid, .workflow-grid { grid-template-columns: 1fr; }
  .capability-grid article { min-height: 230px; padding: 24px; }
  .capability-grid h3 { margin-top: 50px; }
  .strategy-card { min-height: 380px; padding: 24px; }
  .strategy-card ul { grid-template-columns: 1fr; }
  .pricing-card { min-height: 0; padding: 24px; }
  .plan-audience { min-height: 0; }
  .control-panel { min-width: 0; }
  .workflow-grid { gap: 24px; }
  .truth-inner blockquote { font-size: 23px; }
  .final-cta { padding: 72px 0 76px; }
  .final-cta .section-inner { align-items: stretch; flex-direction: column; gap: 32px; }
  .final-actions { align-items: stretch; flex-direction: column; }
  .landing-footer-inner { align-items: flex-start; flex-direction: column; }
}
@media (prefers-reduced-motion: reduce) {
  .hero-video { display: none; }
  .hero { background: #080b10 url('/media/apexfade-hero-trader.jpg') 62% center / cover no-repeat; }
  .review-track { animation-play-state: paused; }
}
