@font-face { font-family: AutoSans; src: url("./assets/claudixum-display.woff2") format("woff2"); font-display: swap; }
@font-face { font-family: AutoDisplay; src: url("./assets/claudixum-mono.woff2") format("woff2"); font-display: swap; }
@font-face { font-family: AutoMono; src: url("./assets/claudixum-sans.woff2") format("woff2"); font-display: swap; }

:root {
  color-scheme: dark;
  --bg: #080c0d;
  --panel: #0d1112;
  --panel-2: #101516;
  --text: #f0f4f3;
  --muted: #7b8584;
  --faint: #414b4a;
  --line: #202829;
  --teal: #08d7bd;
  --teal-2: #0aa98f;
  --red: #ff5964;
  --gold: #d2ad44;
}

* { box-sizing: border-box; }
html { min-width: 320px; scroll-behavior: smooth; background: var(--bg); }
body { margin: 0; min-width: 320px; overflow-x: hidden; background: var(--bg); color: var(--text); font-family: AutoSans, Arial, sans-serif; font-size: 15px; line-height: 1.6; -webkit-font-smoothing: antialiased; }
a { color: inherit; text-decoration: none; }
button, input { font: inherit; }
a, button, summary { transition: .2s ease; }
a:focus-visible, summary:focus-visible { outline: 2px solid var(--teal); outline-offset: 3px; }

.signal-bar { height: 34px; overflow: hidden; border-bottom: 1px solid var(--line); background: #090d0e; color: #7e8886; font: 8px/34px AutoMono, monospace; letter-spacing: .13em; white-space: nowrap; }
.signal-track { width: max-content; display: flex; animation: ticker 28s linear infinite; will-change: transform; }
.signal-group { flex: 0 0 max(100vw, 720px); min-width: max(100vw, 720px); display: flex; align-items: center; justify-content: space-around; gap: 38px; padding: 0 28px; }
.signal-track span { display: inline-flex; align-items: center; gap: 8px; }
.signal-track i { width: 5px; height: 5px; border-radius: 50%; background: var(--teal); box-shadow: 0 0 8px var(--teal); }

.site-header { height: 72px; position: sticky; top: 0; z-index: 50; display: flex; align-items: center; padding: 0 max(24px, calc((100vw - 1240px) / 2)); border-bottom: 1px solid var(--line); background: rgba(8, 12, 13, .9); backdrop-filter: blur(18px); }
.brand { display: inline-flex; align-items: center; gap: 11px; }
.brand-mark { width: 27px; height: 27px; display: flex; align-items: flex-end; gap: 3px; }
.brand-mark i { width: 6px; display: block; background: var(--teal); transform: skew(-13deg); }
.brand-mark i:nth-child(1) { height: 13px; opacity: .52; }
.brand-mark i:nth-child(2) { height: 23px; }
.brand-mark i:nth-child(3) { height: 18px; opacity: .76; }
.brand-copy { display: flex; flex-direction: column; gap: 3px; line-height: 1; }
.brand-copy strong { font-size: 14px; letter-spacing: .025em; }
.brand-copy small { color: var(--muted); font-size: 7px; letter-spacing: .04em; }
.site-header nav { display: flex; gap: 32px; margin: auto; color: #8b9493; font-size: 11px; }
.site-header nav a:hover { color: var(--text); }
.nav-toggle { width: 42px; height: 42px; display: none; flex: 0 0 42px; flex-direction: column; align-items: center; justify-content: center; gap: 5px; padding: 0; border: 1px solid rgba(8,215,189,.25); border-radius: 8px; background: rgba(8,215,189,.045); color: var(--text); cursor: pointer; }
.nav-toggle span { width: 18px; height: 1.5px; display: block; border-radius: 2px; background: currentColor; transition: transform .25s ease, opacity .2s ease; }
.site-header.nav-open .nav-toggle { border-color: rgba(8,215,189,.55); color: var(--teal); background: rgba(8,215,189,.09); }
.site-header.nav-open .nav-toggle span:nth-child(1) { transform: translateY(6.5px) rotate(45deg); }
.site-header.nav-open .nav-toggle span:nth-child(2) { opacity: 0; transform: scaleX(0); }
.site-header.nav-open .nav-toggle span:nth-child(3) { transform: translateY(-6.5px) rotate(-45deg); }

.button { min-height: 48px; padding: 0 23px; display: inline-flex; align-items: center; justify-content: center; gap: 16px; border: 1px solid var(--line); border-radius: 8px; background: transparent; color: #fff; font-size: 12px; font-weight: 750; cursor: pointer; }
.button:hover { transform: translateY(-2px); filter: brightness(1.08); }
.button-primary { border-color: var(--teal); background: linear-gradient(135deg, #0bdfc2, #0ebca5); color: #071110; box-shadow: 0 0 30px rgba(8, 215, 189, .13); }
.button-primary b { width: 27px; height: 27px; display: grid; place-items: center; border: 1px solid rgba(4, 48, 42, .25); border-radius: 50%; }
.button-dark { background: #14414d; }
.header-cta { min-width: 126px; min-height: 42px; border-color: rgba(8, 215, 189, .35); background: rgba(8, 215, 189, .06); }

.hero { position: relative; isolation: isolate; min-height: 690px; display: grid; grid-template-columns: minmax(0, 650px) minmax(440px, 530px); align-items: center; gap: clamp(36px, 6vw, 88px); padding: 74px max(24px, calc((100vw - 1240px) / 2)) 72px; overflow: hidden; border-bottom: 1px solid var(--line); }
.hero-grid, .cta-grid { position: absolute; z-index: -2; inset: 0; background-image: linear-gradient(rgba(30, 45, 44, .14) 1px, transparent 1px), linear-gradient(90deg, rgba(30, 45, 44, .14) 1px, transparent 1px); background-size: 54px 54px; mask-image: linear-gradient(to bottom, #000, transparent 88%); }
.hero-glow { position: absolute; z-index: -1; width: 700px; height: 700px; right: -160px; top: -320px; border-radius: 50%; background: rgba(0, 226, 198, .12); filter: blur(110px); }
.overline, .eyebrow { color: #99a2a1; font: 700 9px/1.4 AutoMono, monospace; letter-spacing: .21em; text-transform: uppercase; }
.overline span { width: 7px; height: 7px; display: inline-block; margin-right: 8px; border-radius: 50%; background: var(--teal); box-shadow: 0 0 10px var(--teal); }
.overline i { margin: 0 9px; color: #465150; font-style: normal; }
h1, h2, h3 { margin: 0; font-family: AutoDisplay, AutoSans, Arial, sans-serif; letter-spacing: -.04em; line-height: 1.07; }
h1 { max-width: 650px; font-size: clamp(50px, 4.4vw, 68px); }
h1 em, h2 span { color: var(--teal); font-style: normal; }
.hero h1 em { display: block; color: transparent; background: linear-gradient(100deg, #07cbb0 0%, #22f0dc 45%, #0dd8e4 70%, #07cbb0 100%); background-clip: text; -webkit-background-clip: text; -webkit-text-fill-color: transparent; filter: drop-shadow(0 0 26px rgba(0,229,191,.28)); text-shadow: none; }
.hero-lead { max-width: 620px; margin: 25px 0; color: #929b99; font-size: 16px; line-height: 1.8; }
.hero-actions { display: flex; gap: 12px; }
.hero-proof { display: flex; align-items: center; gap: 13px; margin-top: 30px; color: #707a78; font-size: 9px; }
.hero-proof span { display: inline-flex; align-items: center; gap: 7px; }
.hero-proof b { color: var(--teal); font: 8px AutoMono, monospace; }
.hero-proof > i { width: 24px; height: 1px; background: var(--line); }

.hero-demo { min-width: 0; }
.demo-caption, .demo-foot { display: flex; align-items: center; justify-content: space-between; gap: 14px; color: #66706f; font: 8px AutoMono, monospace; letter-spacing: .08em; }
.demo-caption { margin: 0 15px 11px; }
.demo-caption > span { color: var(--teal); }
.demo-caption i { width: 6px; height: 6px; display: inline-block; margin-right: 6px; border-radius: 50%; background: var(--teal); box-shadow: 0 0 8px var(--teal); }
.demo-foot { margin: 10px 15px 0; }
.trade-box { height: 475px; display: flex; flex-direction: column; overflow: hidden; border: 1px solid #293332; border-radius: 11px; background: rgba(10, 14, 15, .97); box-shadow: 0 30px 70px rgba(0, 0, 0, .34), 0 0 40px rgba(8, 215, 189, .035); }
.trade-titlebar { min-height: 48px; display: flex; align-items: center; justify-content: space-between; gap: 14px; padding: 0 17px; border-bottom: 1px solid var(--line); background: #0b1011; }
.trade-titlebar > div { min-width: 0; display: flex; align-items: center; gap: 9px; }
.trade-titlebar i { width: 6px; height: 6px; flex: none; border-radius: 50%; background: var(--teal); box-shadow: 0 0 8px rgba(8, 215, 189, .65); }
.trade-titlebar strong { overflow: hidden; text-overflow: ellipsis; white-space: nowrap; font: 700 9px AutoMono, monospace; }
.trade-titlebar > span { color: #596361; font: 8px AutoMono, monospace; }
.trade-content { min-height: 0; flex: 1; display: flex; }

.cli-shell { min-height: 0; flex: 1; display: flex; flex-direction: column; background: linear-gradient(rgba(6, 12, 17, .97), rgba(5, 11, 16, .99)); }
.cli-head { height: 35px; flex: none; display: flex; align-items: center; gap: 6px; padding: 0 14px; border-bottom: 1px solid #1d2521; }
.cli-head i { width: 6px; height: 6px; border-radius: 50%; background: var(--red); }
.cli-head i:nth-child(2) { background: #e1b24b; }
.cli-head i:nth-child(3) { background: var(--teal); }
.cli-head span { margin-left: auto; color: #48524d; font: 7px AutoMono, monospace; }
.cli-output { min-height: 0; flex: 1; overflow: hidden; padding: 17px 18px; color: #98a3a0; font: 10px/1.55 AutoMono, monospace; }
.cli-line { margin-bottom: 7px; opacity: 0; transform: translateY(5px); animation: line-in .2s ease forwards; }
.cli-line.command, .cli-line.success { color: var(--teal); }
.cli-line.message { color: #e8edeb; line-height: 1.62; }
.cli-line.setting { display: flex; justify-content: space-between; gap: 16px; padding-left: 9px; border-left: 1px solid #293432; }
.cli-line.setting span { color: #64706d; }
.cli-line.setting strong { color: #cdd5d2; text-align: right; font-weight: 500; }
.cli-line.loading { color: #edf2f0; }
.cli-foot { min-height: 35px; flex: none; display: flex; align-items: center; gap: 9px; padding: 0 14px; border-top: 1px solid #1d2521; color: #65706d; font: 8px AutoMono, monospace; }
.cli-spinner { width: 11px; height: 11px; border: 1px solid #33403b; border-top-color: var(--teal); border-radius: 50%; animation: spin .8s linear infinite; }

.live-shell { min-height: 0; flex: 1; display: grid; grid-template-rows: auto minmax(0, 1.15fr) minmax(0, .85fr); }
.live-summary { min-height: 58px; display: flex; align-items: center; justify-content: space-between; gap: 15px; padding: 9px 15px; border-bottom: 1px solid var(--line); }
.strategy-info, .balance-info { display: flex; flex-direction: column; gap: 2px; }
.strategy-info { min-width: 0; }
.strategy-info strong { overflow: hidden; text-overflow: ellipsis; white-space: nowrap; font-size: 11px; }
.strategy-info span, .balance-info span { color: #68726f; font: 7px AutoMono, monospace; }
.balance-info { flex: none; align-items: flex-end; }
.balance-info strong { font: 700 12px AutoMono, monospace; }
.chart-panel { min-height: 0; position: relative; padding: 10px 10px 4px; border-bottom: 1px solid var(--line); background: linear-gradient(180deg, rgba(16, 21, 22, .65), rgba(9, 13, 14, .4)); }
.chart-head { position: absolute; z-index: 2; top: 9px; left: 13px; right: 13px; display: flex; justify-content: space-between; pointer-events: none; }
.chart-head span { color: #596361; font: 7px AutoMono, monospace; letter-spacing: .12em; }
.chart-head strong { font: 8px AutoMono, monospace; }
.mini-chart { width: 100%; height: 100%; display: block; }
.feed { min-height: 0; display: flex; flex-direction: column; }
.feed-head, .trade-row { display: grid; grid-template-columns: 1.3fr .72fr .72fr; align-items: center; gap: 9px; }
.feed-head { min-height: 26px; padding: 0 13px; color: #56615e; font: 7px AutoMono, monospace; letter-spacing: .1em; }
.trade-list { min-height: 0; flex: 1; overflow: hidden; }
.trade-row { min-height: 29px; padding: 0 13px; border-top: 1px solid #18201f; animation: row-in .24s ease; }
.trade-row strong { font-size: 8px; }
.trade-row span { text-align: right; font: 8px AutoMono, monospace; }
.positive { color: var(--teal) !important; }
.negative { color: var(--red) !important; }
.finish-overlay { position: absolute; z-index: 4; inset: 0; display: grid; place-items: center; padding: 28px; background: rgba(8, 12, 13, .82); backdrop-filter: blur(3px); }
.finish-card { width: min(290px, 100%); padding: 23px; border: 1px solid #293332; border-radius: 10px; background: #0c1112; text-align: center; }
.finish-card > span { color: #697371; font: 8px AutoMono, monospace; letter-spacing: .13em; }
.finish-card strong { display: block; margin: 8px 0 2px; font: 700 25px AutoMono, monospace; }
.finish-card p { margin: 0; font: 12px AutoMono, monospace; }
.finish-card small { display: block; margin-top: 14px; color: #596361; font-size: 8px; }
.state-finished .live-shell { position: relative; }
.state-finished .trade-titlebar { border-bottom-color: currentColor; }

.protocol-strip { display: grid; grid-template-columns: repeat(4, 1fr); border-bottom: 1px solid var(--line); }
.protocol-strip > span { min-width: 0; padding: 25px clamp(18px, 3vw, 42px); display: flex; align-items: center; gap: 14px; border-right: 1px solid var(--line); }
.protocol-strip > span:last-child { border-right: 0; }
.protocol-strip img { width: 46px; height: 46px; flex: 0 0 46px; display: block; object-fit: contain; filter: drop-shadow(0 5px 10px rgba(0,0,0,.36)); }
.protocol-copy { min-width: 0; display: flex; flex-direction: column; gap: 5px; }
.protocol-strip small { color: #5f6967; font: 8px AutoMono, monospace; letter-spacing: .13em; }
.protocol-strip strong { font-size: 14px; }

.section { padding: 112px max(24px, calc((100vw - 1220px) / 2)); }
.section-heading { max-width: 770px; margin: 0 auto 52px; text-align: center; }
.section-heading h2, .reviews-heading h2, .faq-heading h2, .control-copy h2, .final-cta h2 { font-size: clamp(38px, 4.5vw, 58px); }
.section-heading > p:last-child, .reviews-heading > p:last-child, .faq-heading > p:last-child { max-width: 650px; margin: 18px auto 0; color: var(--muted); font-size: 14px; }
.feature-carousel { max-width: 1180px; margin: 0 auto; }
.laptop-stage { position: relative; width: 100%; aspect-ratio: 1206 / 760; isolation: isolate; }
.laptop-screen { position: absolute; z-index: 1; left: 9.48%; top: 5.42%; width: 81%; height: 84.55%; overflow: hidden; border-radius: 5px 5px 1px 1px; background: #040809; box-shadow: inset 0 0 0 1px rgba(8,215,189,.08); touch-action: pan-y; cursor: grab; }
.laptop-screen:active { cursor: grabbing; }
.laptop-frame { position: absolute; z-index: 3; inset: 0; width: 100%; height: 100%; display: block; object-fit: contain; pointer-events: none; filter: drop-shadow(0 28px 35px rgba(0,0,0,.42)); }
.phone-frame { position: absolute; z-index: 3; inset: 0; width: 100%; height: 100%; display: none; object-fit: contain; pointer-events: none; filter: drop-shadow(0 26px 34px rgba(0,0,0,.48)); }
.feature-track { height: 100%; display: flex; transition: transform .8s cubic-bezier(.22,.75,.16,1); will-change: transform; }
.feature-slide { position: relative; min-width: 100%; height: 100%; overflow: hidden; background: #05090a; }
.feature-scene { position: absolute; inset: 0; width: 100%; height: 100%; display: block; object-fit: cover; }
.feature-slide::after { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, rgba(3,7,8,.97) 0%, rgba(3,7,8,.88) 25%, rgba(3,7,8,.34) 49%, rgba(3,7,8,.03) 72%); }
.feature-slide-copy { position: absolute; z-index: 2; left: 5.5%; top: 50%; width: min(42%, 390px); transform: translateY(-50%); }
.feature-slide-icon { width: clamp(34px, 4vw, 54px); height: clamp(34px, 4vw, 54px); display: block; margin-bottom: clamp(8px, 1.2vw, 15px); object-fit: contain; filter: drop-shadow(0 6px 12px rgba(0,0,0,.4)); }
.feature-slide-copy > span { color: var(--teal); font: 700 clamp(6px, .72vw, 9px) AutoMono, monospace; letter-spacing: .13em; }
.feature-slide-copy h3 { max-width: 360px; margin: clamp(5px, .65vw, 9px) 0; color: #f4f8f6; font-size: clamp(18px, 2.15vw, 31px); line-height: 1.04; text-wrap: balance; }
.feature-slide-copy p { max-width: 360px; margin: 0; color: #919c99; font-size: clamp(9px, 1vw, 13px); line-height: 1.65; }
.feature-slide-copy small { display: block; margin-top: clamp(10px, 1.8vw, 24px); color: #56615f; font: 7px AutoMono, monospace; letter-spacing: .12em; }
.feature-carousel-nav { min-height: 46px; margin-top: 8px; display: flex; align-items: center; justify-content: center; gap: 16px; }
.feature-arrow { width: 40px; height: 40px; display: grid; place-items: center; border: 1px solid #2a3432; border-radius: 50%; background: #0b1011; color: #dce4e1; cursor: pointer; }
.feature-arrow:hover { border-color: rgba(8,215,189,.48); color: var(--teal); transform: translateY(-1px); }
.feature-dots { display: flex; align-items: center; gap: 7px; }
.feature-dots button { width: 26px; height: 4px; padding: 0; overflow: hidden; border: 0; border-radius: 5px; background: #26302e; cursor: pointer; transition: width .3s ease, background .3s ease, box-shadow .3s ease; }
.feature-dots button.active { width: 46px; background: var(--teal); box-shadow: 0 0 12px rgba(8,215,189,.35); }
.feature-counter { min-width: 48px; color: #555f5d; font: 8px AutoMono, monospace; }.feature-counter b { color: var(--teal); }

.advantages-section { border-top: 1px solid var(--line); background: radial-gradient(circle at 50% 0%, rgba(8,215,189,.055), transparent 29%), #080c0d; }
.advantages-heading { max-width: 780px; margin: 0 auto 52px; text-align: center; }
.advantages-heading h2 { margin: 0; font-size: clamp(38px, 4.5vw, 58px); line-height: 1.03; letter-spacing: -.045em; }
.advantages-heading h2 span { color: var(--teal); }
.advantages-heading > p:last-child { max-width: 675px; margin: 18px auto 0; color: var(--muted); font-size: 14px; line-height: 1.75; }
.comparison-shell { max-width: 1120px; margin: 0 auto; overflow: hidden; border: 1px solid #242d2c; border-radius: 11px; background: rgba(10,14,15,.96); box-shadow: 0 28px 75px rgba(0,0,0,.25); }
.advantage-topline { min-height: 51px; display: flex; align-items: center; justify-content: space-between; padding: 0 22px; border-bottom: 1px solid #202927; color: #66706e; font: 8px AutoMono, monospace; letter-spacing: .12em; }
.advantage-topline > span { display: flex; align-items: center; gap: 8px; }.advantage-topline > span i { width: 6px; height: 6px; border-radius: 50%; background: var(--teal); box-shadow: 0 0 9px rgba(8,215,189,.8); }
.advantage-topline strong { color: #596360; font-weight: 400; }.advantage-topline strong b { color: var(--teal); }
.advantage-card-stage { display: grid; overflow: hidden; touch-action: pan-y; }
.advantage-card { min-width: 0; grid-area: 1 / 1; padding: clamp(26px, 4vw, 48px); visibility: hidden; opacity: 0; pointer-events: none; transform: translate3d(22px,0,0) scale(.992); transition: opacity .42s ease, transform .42s ease, visibility .42s; }
.advantage-card.active { z-index: 1; visibility: visible; opacity: 1; pointer-events: auto; transform: none; }
.advantage-card > header { max-width: 720px; margin-bottom: 31px; }
.advantage-card > header > span { color: var(--teal); font: 700 8px AutoMono, monospace; letter-spacing: .13em; }
.advantage-card > header h3 { margin: 10px 0 7px; color: #eef3f1; font-size: clamp(27px, 3.2vw, 42px); line-height: 1.05; letter-spacing: -.035em; }
.advantage-card > header p { max-width: 650px; margin: 0; color: #737d7b; font-size: 12px; line-height: 1.7; }
.advantage-duel { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 14px; }
.advantage-side { min-width: 0; min-height: 190px; padding: 23px; display: flex; flex-direction: column; align-items: flex-start; border: 1px solid #252e2d; border-radius: 9px; background: #0d1213; }
.advantage-side.ai-side { border-color: rgba(8,215,189,.25); background: linear-gradient(145deg, rgba(8,215,189,.09), rgba(8,215,189,.025)); box-shadow: inset 0 0 0 1px rgba(8,215,189,.025); }
.advantage-side.human-side { border-color: rgba(255,89,100,.24); background: linear-gradient(145deg, rgba(255,89,100,.075), rgba(255,89,100,.018)); box-shadow: inset 0 0 0 1px rgba(255,89,100,.018); }
.side-label { display: flex; align-items: center; gap: 9px; color: #727c79; font: 700 8px AutoMono, monospace; letter-spacing: .1em; }.side-label b { width: 27px; height: 27px; display: grid; place-items: center; border: 1px solid #303937; border-radius: 7px; color: #7e8986; font-size: 8px; }
.ai-side .side-label { color: rgba(8,215,189,.72); }.ai-side .side-label b { border-color: rgba(8,215,189,.3); background: rgba(8,215,189,.08); color: var(--teal); }
.human-side .side-label { color: rgba(255,89,100,.78); }.human-side .side-label b { position: relative; border-color: rgba(255,89,100,.32); background: rgba(255,89,100,.08); color: #ff5964; font-size: 0; }
.human-side .side-label b::before { content: ""; position: absolute; left: 9px; top: 5px; width: 7px; height: 7px; border-radius: 50%; background: currentColor; }
.human-side .side-label b::after { content: ""; position: absolute; left: 6px; bottom: 5px; width: 13px; height: 7px; border-radius: 7px 7px 3px 3px; background: currentColor; }
.advantage-side > strong { margin: 24px 0 8px; color: #dfe6e3; font-size: clamp(17px, 2vw, 23px); line-height: 1.15; letter-spacing: -.025em; }
.advantage-side > p { max-width: 440px; margin: 0; color: #747e7c; font-size: 11px; line-height: 1.65; }
.advantage-side > small { margin-top: auto; padding-top: 21px; color: #505b58; font: 7px AutoMono, monospace; letter-spacing: .12em; }
.ai-side > small { color: rgba(8,215,189,.52); }
.human-side > small, .human-win .human-side > small { color: rgba(255,89,100,.56); }
.advantage-controls { min-height: 58px; padding: 8px 18px; display: flex; align-items: center; justify-content: center; gap: 18px; border-top: 1px solid #202927; }
.advantage-controls > button { width: 36px; height: 36px; flex: 0 0 36px; display: grid; place-items: center; padding: 0; border: 1px solid #2b3533; border-radius: 50%; background: #0b1011; color: #9ba4a1; cursor: pointer; }.advantage-controls > button:hover { border-color: rgba(8,215,189,.45); color: var(--teal); }
.advantage-dots { display: flex; align-items: center; gap: 7px; }.advantage-dots button { width: 7px; height: 7px; padding: 0; border: 0; border-radius: 9px; background: #35403e; cursor: pointer; transition: width .25s ease, background .25s ease, box-shadow .25s ease; }.advantage-dots button.active { width: 27px; background: var(--teal); box-shadow: 0 0 10px rgba(8,215,189,.32); }
.advantage-progress { height: 2px; overflow: hidden; background: #151d1c; }.advantage-progress i { width: 0; height: 100%; display: block; background: var(--teal); box-shadow: 0 0 8px rgba(8,215,189,.6); }.advantage-carousel.is-running .advantage-progress i { animation: advantage-fill 2.6s linear forwards; }
.comparison-note { min-height: 62px; display: flex; align-items: center; gap: 12px; padding: 14px 23px; border-top: 1px solid #26302e; background: #0b1011; }
.comparison-note > span { width: 20px; height: 20px; flex: 0 0 20px; display: grid; place-items: center; border: 1px solid #34403e; border-radius: 50%; color: #78827f; font: 700 9px Georgia, serif; }
.comparison-note p { margin: 0; color: #687270; font-size: 9px; line-height: 1.6; }

.control-section { display: grid; grid-template-columns: minmax(360px, .9fr) minmax(0, 1fr); align-items: center; gap: clamp(55px, 8vw, 110px); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); background: radial-gradient(circle at 20% 45%, rgba(8, 215, 189, .065), transparent 28%), #090d0e; }
.control-visual { min-width: 0; border: 1px solid #293332; border-radius: 11px; overflow: hidden; background: #0b0f10; box-shadow: 0 25px 65px rgba(0,0,0,.28); }
.control-head { height: 49px; display: flex; align-items: center; justify-content: space-between; padding: 0 18px; border-bottom: 1px solid var(--line); color: #899290; font: 8px AutoMono, monospace; letter-spacing: .1em; }
.control-head span i { width: 6px; height: 6px; display: inline-block; margin-right: 7px; border-radius: 50%; background: var(--teal); box-shadow: 0 0 8px var(--teal); }
.control-head small { color: #5c6664; font: 8px AutoMono, monospace; }
.allocation-card { padding: 28px; }
.allocation-label { display: block; color: #68716f; font: 8px AutoMono, monospace; letter-spacing: .14em; }
.allocation-card > strong { display: block; margin: 5px 0 24px; font: 700 31px AutoMono, monospace; }
.asset-row { min-height: 57px; display: flex; align-items: center; justify-content: space-between; border-top: 1px solid var(--line); }
.asset-row > span { display: flex; align-items: center; gap: 11px; }
.asset-logo { width: 28px; height: 28px; flex: 0 0 28px; display: grid; place-items: center; overflow: hidden; border: 1px solid rgba(255,255,255,.08); border-radius: 50%; background: #111718; }
.asset-logo img { width: 100%; height: 100%; display: block; object-fit: contain; }
.asset-logo.sol-logo img { width: 20px; height: 20px; }
.asset-row b { font-size: 12px; }.asset-row small { color: #777f7d; font: 10px AutoMono, monospace; }
.allocation-line { height: 5px; margin: 17px 0; overflow: hidden; border-radius: 8px; background: #1b2422; }.allocation-line i { width: 78%; height: 100%; display: block; background: var(--teal); box-shadow: 0 0 8px var(--teal); }
.allocation-card p { margin: 0; color: #616a68; font-size: 9px; }
.control-lock { min-height: 50px; display: flex; align-items: center; justify-content: center; gap: 9px; border-top: 1px solid var(--line); color: #a9b1af; font-size: 10px; }.control-lock span { width: 18px; height: 18px; display: grid; place-items: center; border-radius: 50%; background: var(--teal); color: #07110f; font-size: 9px; font-weight: 900; }
.control-copy > p:not(.eyebrow) { max-width: 580px; margin: 23px 0 28px; color: var(--muted); font-size: 15px; line-height: 1.8; }
.control-copy ol { margin: 0 0 28px; padding: 0; list-style: none; border-top: 1px solid var(--line); }
.control-copy li { display: flex; align-items: center; gap: 17px; min-height: 72px; border-bottom: 1px solid var(--line); }
.control-copy li > b { color: var(--teal); font: 8px AutoMono, monospace; }
.control-copy li span { display: flex; flex-direction: column; }.control-copy li strong { font-size: 13px; }.control-copy li small { color: #6e7876; font-size: 10px; }
.text-link { display: inline-flex; align-items: center; gap: 18px; color: #e6ebe9; font-size: 12px; font-weight: 700; }.text-link b { width: 30px; height: 30px; display: grid; place-items: center; border: 1px solid rgba(8,215,189,.32); border-radius: 50%; color: var(--teal); }

.reviews-section { background: #0a0e0f; }
.rating-summary { max-width: 850px; min-height: 58px; margin: 0 auto 48px; padding: 11px 20px; display: flex; align-items: center; justify-content: center; gap: 14px; border: 1px solid var(--line); border-radius: 8px; background: #0c1112; color: #7c8583; font-size: 11px; }
.rating-summary .stars { color: var(--teal); letter-spacing: 2px; }.rating-summary strong { color: var(--text); }.rating-summary .review-count { margin-left: 8px; padding-left: 22px; border-left: 1px solid var(--line); }.review-count b { color: var(--teal); }
.reviews-heading { max-width: 750px; margin: 0 auto 50px; text-align: center; }
.review-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); grid-auto-rows: 1fr; gap: 20px; }
.review-card { min-height: 0; padding: 24px; display: flex; flex-direction: column; border: 1px solid #202627; border-radius: 10px; background: linear-gradient(145deg, rgba(14, 17, 18, .98), rgba(10, 12, 13, .98)); }
.review-card:hover { border-color: rgba(8, 215, 189, .24); box-shadow: 0 18px 45px rgba(0,0,0,.2), 0 0 30px rgba(8,215,189,.03); }
.review-top { display: flex; align-items: center; justify-content: space-between; gap: 14px; }
.review-top > span { padding: 5px 10px; border: 1px solid rgba(230,181,66,.28); border-radius: 5px; background: rgba(230,181,66,.09); color: #e6b542; font: 700 8px AutoMono, monospace; letter-spacing: .07em; }
.review-top b { color: var(--teal); font-size: 9px; letter-spacing: 1px; }.review-top b em { color: #394240; font-style: normal; }
.review-card > i { height: 30px; margin: 8px 0; display: flex; align-items: center; position: relative; top: 2px; color: rgba(8,215,189,.2); font: 700 40px/1 Georgia,serif; font-style: normal; }
.review-card > p { margin: 0; color: #8c9392; font-size: 13px; line-height: 1.72; }
.review-card footer { min-height: 0; margin: 14px 0 0; padding: 0; display: flex; align-items: center; justify-content: flex-start; gap: 7px; }
.review-avatar { width: 32px; height: 32px; flex: 0 0 32px; display: block; object-fit: cover; border: 1px solid rgba(230,181,66,.35); border-radius: 50%; }
.review-card footer strong { display: flex; align-items: center; gap: 6px; font-size: 13px; }.review-card footer em { width: 15px; height: 15px; display: grid; place-items: center; border-radius: 50%; background: var(--teal); color: #07100f; font: 900 8px Arial; font-style: normal; }.review-card footer small { color: #656e6c; font-size: 9px; }

.faq-section { display: grid; grid-template-columns: minmax(280px, .65fr) minmax(0, 1fr); gap: clamp(50px, 8vw, 120px); border-top: 1px solid var(--line); }
.faq-heading { position: sticky; top: 115px; align-self: start; }.faq-heading > p:last-child { margin-left: 0; }
.faq-list { border-top: 1px solid var(--line); }
.faq-list details { border-bottom: 1px solid var(--line); }
.faq-list summary { min-height: 78px; display: grid; grid-template-columns: 34px 1fr 24px; align-items: center; gap: 12px; color: #dce2df; font-size: 14px; font-weight: 700; cursor: pointer; list-style: none; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary > span { color: var(--teal); font: 8px AutoMono, monospace; }
.faq-list summary i { position: relative; width: 22px; height: 22px; border: 1px solid var(--line); border-radius: 50%; }.faq-list summary i::before, .faq-list summary i::after { content: ""; position: absolute; left: 6px; right: 6px; top: 10px; height: 1px; background: var(--teal); }.faq-list summary i::after { transform: rotate(90deg); transition: transform .2s; }.faq-list details[open] summary i::after { transform: rotate(0); }
.faq-list details p { margin: -4px 36px 26px 46px; color: #76807e; font-size: 12px; line-height: 1.78; }

.final-cta { position: relative; isolation: isolate; overflow: hidden; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); text-align: center; }
.final-cta .cta-grid { mask-image: radial-gradient(circle at center, #000, transparent 70%); }
.final-cta > p:not(.eyebrow) { max-width: 620px; margin: 20px auto 28px; color: var(--muted); }
.final-cta > div:last-child { display: flex; justify-content: center; gap: 12px; }

.contact-section { display: grid; grid-template-columns: minmax(280px, .72fr) minmax(0, 1fr); align-items: center; gap: clamp(55px, 8vw, 115px); border-bottom: 1px solid var(--line); background: radial-gradient(circle at 78% 35%, rgba(8,215,189,.045), transparent 28%); }
.contact-copy h2 { margin-top: 9px; font-size: clamp(38px, 4.5vw, 58px); }.contact-copy h2 span { color: var(--teal); }
.contact-copy > p:not(.eyebrow) { max-width: 500px; margin: 22px 0 27px; color: var(--muted); font-size: 14px; line-height: 1.78; }
.contact-points { display: flex; flex-wrap: wrap; gap: 9px 16px; color: #717b79; font-size: 9px; }.contact-points span { display: inline-flex; align-items: center; gap: 7px; }.contact-points i { width: 5px; height: 5px; border-radius: 50%; background: var(--teal); box-shadow: 0 0 7px rgba(8,215,189,.5); }
.contact-form { padding: 0 28px 28px; border: 1px solid #293332; border-radius: 11px; background: #0b0f10; box-shadow: 0 24px 60px rgba(0,0,0,.25); }
.form-head { min-height: 50px; margin: 0 -28px 24px; padding: 0 28px; display: flex; align-items: center; justify-content: space-between; border-bottom: 1px solid var(--line); }.form-head span { color: var(--teal); font: 700 8px AutoMono, monospace; letter-spacing: .13em; }.form-head small { color: #5c6664; font-size: 8px; }
.form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 13px; }
.contact-form label { display: block; margin-bottom: 14px; }.contact-form label > span { display: block; margin-bottom: 6px; color: #6f7977; font: 8px AutoMono, monospace; letter-spacing: .08em; text-transform: uppercase; }
.contact-form input, .contact-form select, .contact-form textarea { width: 100%; border: 1px solid var(--line); border-radius: 7px; outline: 0; background: #0f1515; color: var(--text); font-family: AutoSans, Arial, sans-serif; }.contact-form input, .contact-form select { height: 46px; padding: 0 13px; }.contact-form textarea { min-height: 115px; padding: 12px 13px; resize: vertical; }.contact-form input:focus, .contact-form select:focus, .contact-form textarea:focus { border-color: rgba(8,215,189,.55); box-shadow: 0 0 0 3px rgba(8,215,189,.05); }.contact-form ::placeholder { color: #4f5957; }
.form-submit { display: flex; align-items: center; justify-content: space-between; gap: 22px; }.form-submit p { max-width: 300px; margin: 0; color: #596361; font-size: 8px; line-height: 1.55; }.form-submit .button { flex: none; }
.contact-status { min-height: 0; margin-top: 0; color: var(--teal); font-size: 9px; transition: margin .2s; }.contact-status:not(:empty) { margin-top: 12px; }

footer { min-height: 125px; display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; gap: 24px; padding: 25px max(24px, calc((100vw - 1220px) / 2)); }
.footer-center { text-align: center; }.footer-center p { margin: 0; color: #67716f; font-size: 10px; }.legal-links { display: flex; justify-content: center; gap: 18px; margin-top: 6px; }.legal-links a { color: #7b8583; font-size: 9px; }.legal-links a:hover { color: var(--teal); } footer > span { justify-self: end; color: #515b59; font: 8px AutoMono, monospace; }

.legal-page { background: radial-gradient(circle at 72% -10%, rgba(8,215,189,.055), transparent 28%), var(--bg); }
.legal-shell { width: min(1220px, calc(100% - 48px)); margin: 0 auto; padding-bottom: 100px; }
.legal-hero { padding: 92px 0 76px; border-bottom: 1px solid var(--line); }.legal-hero h1 { margin-top: 11px; }.legal-hero > p:not(.eyebrow) { max-width: 720px; margin: 24px 0; color: #88918f; font-size: 15px; line-height: 1.8; }.legal-hero > div { display: flex; flex-wrap: wrap; gap: 9px; }.legal-hero > div span { padding: 6px 12px; border: 1px solid var(--line); border-radius: 20px; background: rgba(13,17,18,.65); color: #717b79; font-size: 9px; }
.legal-layout { display: grid; grid-template-columns: 240px minmax(0, 1fr); gap: 70px; padding-top: 65px; }
.legal-nav { position: sticky; top: 102px; align-self: start; display: flex; flex-direction: column; }.legal-nav > span { margin-bottom: 16px; color: #56605e; font: 8px AutoMono, monospace; letter-spacing: .13em; }.legal-nav a { padding: 12px 0; border-top: 1px solid var(--line); color: #8b9492; font-size: 10px; }.legal-nav a:hover { color: var(--teal); padding-left: 4px; }.legal-nav p { margin-top: 22px; padding: 14px; border: 1px solid rgba(210,173,68,.18); border-radius: 8px; background: rgba(210,173,68,.045); color: #837b65; font-size: 8px; line-height: 1.65; }
.legal-content { min-width: 0; }.legal-document { scroll-margin-top: 95px; }.privacy-document { margin-top: 90px; padding-top: 75px; border-top: 1px solid var(--line); }
.document-heading { display: grid; grid-template-columns: 58px 1fr; gap: 18px; align-items: start; margin-bottom: 34px; }.document-heading > span { width: 48px; height: 48px; display: grid; place-items: center; border: 1px solid rgba(8,215,189,.28); border-radius: 8px; background: rgba(8,215,189,.07); color: var(--teal); font: 700 10px AutoMono, monospace; }.document-heading h2 { margin-top: 6px; font-size: clamp(34px, 4vw, 49px); }
.legal-document > article { padding: 27px 0; border-top: 1px solid var(--line); }.legal-document article h3 { margin-bottom: 11px; font-size: 17px; }.legal-document article p { margin: 9px 0 0; color: #7d8785; font-size: 12px; line-height: 1.85; }
.privacy-summary { display: grid; grid-template-columns: repeat(3, 1fr); margin-bottom: 35px; border-top: 1px solid var(--line); border-left: 1px solid var(--line); }.privacy-summary article { min-height: 115px; padding: 20px; display: flex; flex-direction: column; justify-content: center; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); background: #0b0f10; }.privacy-summary strong { color: var(--teal); font: 700 28px AutoMono, monospace; }.privacy-summary span { color: #6d7775; font-size: 9px; text-transform: uppercase; letter-spacing: .08em; }
.legal-contact { scroll-margin-top: 95px; margin-top: 90px; padding: 42px; border: 1px solid rgba(8,215,189,.24); border-radius: 10px; background: linear-gradient(145deg, rgba(8,215,189,.065), rgba(10,14,15,.95)); }.legal-contact h2 { margin: 7px 0 12px; font-size: 32px; }.legal-contact > p:last-child { margin: 0; color: #7d8785; font-size: 12px; }.legal-contact a { color: var(--teal); }

.reveal { opacity: 0; transform: translateY(22px); transition: opacity .65s ease, transform .65s ease; }
.reveal.visible { opacity: 1; transform: none; }

@keyframes ticker { to { transform: translateX(-50%); } }
@keyframes spin { to { transform: rotate(360deg); } }
@keyframes line-in { to { opacity: 1; transform: none; } }
@keyframes row-in { from { opacity: 0; transform: translateY(-5px); } }
@keyframes advantage-fill { to { width: 100%; } }

@media (max-width: 1060px) {
  .site-header nav { width: min(320px, calc(100vw - 32px)); position: absolute; top: calc(100% + 10px); right: max(16px, calc((100vw - 1240px) / 2)); display: flex; flex-direction: column; gap: 0; margin: 0; padding: 8px; border: 1px solid #293331; border-radius: 10px; background: rgba(9,14,15,.98); box-shadow: 0 22px 55px rgba(0,0,0,.48); backdrop-filter: blur(22px); opacity: 0; visibility: hidden; pointer-events: none; transform: translateY(-8px) scale(.98); transform-origin: top right; transition: opacity .2s ease, visibility .2s ease, transform .2s ease; }
  .site-header nav a { min-height: 48px; display: flex; align-items: center; padding: 0 14px; border-bottom: 1px solid var(--line); color: #a8b0ae; font-size: 12px; }
  .site-header nav a:last-child { border-bottom: 0; }
  .site-header.nav-open nav { opacity: 1; visibility: visible; pointer-events: auto; transform: none; }
  .nav-toggle { display: flex; margin-left: auto; }
  .header-cta { margin-left: 10px; }
  .hero { grid-template-columns: 1fr; padding-top: 65px; }
  .hero-copy { text-align: center; }.hero-copy h1, .hero-lead { margin-left: auto; margin-right: auto; }.hero-actions, .hero-proof { justify-content: center; }.hero-demo { width: min(560px, 100%); margin: 10px auto 0; }
  .review-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .control-section { gap: 55px; }
}

@media (max-width: 760px) {
  .protocol-strip { grid-template-columns: 1fr 1fr; }.protocol-strip > span:nth-child(2) { border-right: 0; }.protocol-strip > span:nth-child(-n+2) { border-bottom: 1px solid var(--line); }
  .section { padding: 82px 20px; }
  .review-grid { grid-template-columns: 1fr; }
  .feature-carousel-nav { gap: 11px; }.feature-dots button { width: 18px; }.feature-dots button.active { width: 32px; }
  .control-section, .faq-section { grid-template-columns: 1fr; }
  .contact-section { grid-template-columns: 1fr; }
  .control-visual { width: min(500px,100%); margin: auto; }.faq-heading { position: static; }
  .rating-summary { flex-wrap: wrap; }.rating-summary .review-count { border-left: 0; margin-left: 0; padding-left: 0; }
  footer { grid-template-columns: 1fr; text-align: center; justify-items: center; } footer > span { justify-self: center; }
  .legal-layout { grid-template-columns: 1fr; gap: 42px; }.legal-nav { position: static; }.legal-nav p { max-width: 500px; }
}

@media (max-width: 520px) {
  .site-header { height: 66px; padding: 0 16px; }.nav-toggle { width: 38px; height: 38px; flex-basis: 38px; }.header-cta { min-width: 0; min-height: 38px; margin-left: 8px; padding: 0 12px; font-size: 10px; }
  .hero { padding: 55px 16px 60px; }.overline i, .overline i + * { display: none; } h1 { font-size: 43px; }.hero-lead { font-size: 14px; }.hero-actions { flex-direction: column; }.hero-proof { flex-wrap: wrap; }.hero-proof > i { display: none; }
  .trade-box { height: 445px; }.demo-caption small, .demo-foot { display: none; }
  .protocol-strip > span { padding: 20px 14px; gap: 10px; }.protocol-strip img { width: 38px; height: 38px; flex-basis: 38px; }.protocol-strip strong { font-size: 12px; }
  .section-heading h2, .reviews-heading h2, .faq-heading h2, .control-copy h2, .final-cta h2 { font-size: 36px; }
  .advantages-heading h2 { font-size: 36px; }
  .advantages-heading { margin-bottom: 36px; }
  .advantage-card { padding: 25px 18px 20px; }.advantage-card > header { margin-bottom: 20px; }.advantage-card > header h3 { font-size: 29px; }
  .advantage-duel { grid-template-columns: 1fr; gap: 10px; }.advantage-side { min-height: 163px; padding: 18px; }.advantage-side > strong { margin-top: 18px; font-size: 18px; }.advantage-side > small { padding-top: 15px; }
  .advantage-topline { padding: 0 16px; }.advantage-controls { gap: 12px; padding-left: 10px; padding-right: 10px; }.advantage-dots { gap: 5px; }.advantage-dots button { width: 6px; height: 6px; }.advantage-dots button.active { width: 19px; }
  .comparison-note { align-items: flex-start; padding: 14px 16px; }
  .features-section { padding-left: 12px; padding-right: 12px; }.features-section .section-heading { padding-left: 8px; padding-right: 8px; }
  .laptop-stage { width: min(100%, 350px); margin: 0 auto; aspect-ratio: 702 / 1433; }
  .laptop-frame { display: none; }.phone-frame { display: block; }
  .laptop-screen { left: 7.8%; top: 4.25%; width: 84.4%; height: 91.55%; border-radius: 31px; }
  .feature-slide::after { background: linear-gradient(180deg, rgba(3,7,8,.03) 0%, rgba(3,7,8,.12) 31%, rgba(3,7,8,.88) 49%, rgba(3,7,8,.99) 61%, #030708 100%); }
  .feature-scene { height: 52%; object-position: center top; }
  .feature-slide-copy { left: 8.5%; top: auto; bottom: 7%; width: 83%; transform: none; }
  .feature-slide-icon { width: 35px; height: 35px; margin-bottom: 10px; }
  .feature-slide-copy > span { font-size: 7px; }
  .feature-slide-copy h3 { margin: 7px 0 8px; font-size: 23px; line-height: 1.05; }
  .feature-slide-copy p { font-size: 11px; line-height: 1.55; }
  .feature-slide-copy small { margin-top: 15px; font-size: 6px; }
  .feature-carousel-nav { margin-top: 7px; }.feature-counter { display: none; }
  .allocation-card { padding: 22px 17px; }.asset-row small { font-size: 8px; }
  .rating-summary { text-align: center; }.rating-summary > span:not(.stars) { flex-basis: 100%; }
  .final-cta > div:last-child { flex-direction: column; }
  .form-grid { grid-template-columns: 1fr; gap: 0; }.form-submit { align-items: stretch; flex-direction: column; }.form-submit .button { width: 100%; }.contact-form { padding: 0 18px 20px; }.form-head { margin-left: -18px; margin-right: -18px; padding: 0 18px; }
  .legal-shell { width: min(100% - 32px, 1220px); }.legal-hero { padding: 66px 0 55px; }.legal-layout { padding-top: 48px; }.document-heading { grid-template-columns: 44px 1fr; }.document-heading > span { width: 38px; height: 38px; }.privacy-summary { grid-template-columns: 1fr; }.privacy-summary article { min-height: 90px; }.legal-contact { padding: 26px 20px; }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; scroll-behavior: auto !important; }
  .reveal { opacity: 1; transform: none; }
}
