:root {
    --bg: #020916;
    --bg-deep: #010610;
    --panel: #071424;
    --panel-2: #0a1a2c;
    --panel-3: #0d2034;
    --line: #17344f;
    --line-strong: #205177;
    --text: #f6f9ff;
    --muted: #839bb2;
    --blue: #28a8ff;
    --cyan: #24d8f1;
    --green: #26e595;
    --red: #ff5e66;
    --gold: #f2bb4b;
    --header-height: 74px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: calc(var(--header-height) + 20px); }
body {
    margin: 0;
    min-width: 320px;
    overflow-x: hidden;
    color: var(--text);
    background:
        radial-gradient(circle at 12% 7%, rgba(25, 116, 202, .20), transparent 30rem),
        radial-gradient(circle at 87% 18%, rgba(20, 137, 181, .10), transparent 28rem),
        linear-gradient(rgba(57, 103, 146, .028) 1px, transparent 1px),
        linear-gradient(90deg, rgba(57, 103, 146, .028) 1px, transparent 1px),
        linear-gradient(180deg, #020814 0%, #031224 36%, #020b18 72%, #010610 100%);
    background-size: auto, auto, 52px 52px, 52px 52px, auto;
    font-family: "Inter", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    line-height: 1.5;
    -webkit-font-smoothing: antialiased;
}
body.nav-open { overflow: hidden; }
a { color: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
img, svg { max-width: 100%; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }
.site-shell { width: min(1460px, calc(100% - 56px)); margin-inline: auto; }
section[id], footer[id] { scroll-margin-top: calc(var(--header-height) + 20px); }

.site-header {
    position: sticky;
    top: 0;
    z-index: 100;
    height: var(--header-height);
    border-bottom: 1px solid rgba(92, 148, 196, .18);
    background: rgba(2, 8, 18, .92);
    backdrop-filter: blur(18px);
}
.nav-shell { height: 100%; display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 24px; }
.site-brand { display: inline-flex; align-items: center; gap: 10px; min-width: 0; color: #fff; text-decoration: none; }
.site-brand img { width: 42px; height: 42px; flex: 0 0 42px; object-fit: contain; filter: drop-shadow(0 0 14px rgba(34, 198, 243, .34)); }
.brand-wordmark { display: grid; line-height: 1; letter-spacing: .06em; }
.brand-wordmark strong { font-size: 17px; font-weight: 800; }
.brand-wordmark small { margin-top: 5px; color: #7f94a8; font-size: 7px; font-weight: 700; letter-spacing: .24em; }
.primary-nav { display: flex; align-items: center; justify-content: center; gap: clamp(20px, 2.1vw, 36px); }
.primary-nav a { position: relative; padding: 27px 0 25px; color: #c3d0dc; text-decoration: none; font-size: 12px; font-weight: 600; white-space: nowrap; transition: color .2s ease; }
.primary-nav a::after { content: ""; position: absolute; right: 0; bottom: 0; left: 0; height: 2px; border-radius: 9px; background: linear-gradient(90deg, var(--blue), var(--green)); transform: scaleX(0); transition: transform .2s ease; }
.primary-nav a:hover, .primary-nav a:focus-visible { color: #fff; }
.primary-nav a:hover::after, .primary-nav a:focus-visible::after { transform: scaleX(1); }
.nav-actions { display: flex; align-items: center; justify-content: flex-end; gap: 10px; }
.home-language-switch { display: inline-flex; gap: 2px; padding: 3px; border: 1px solid rgba(148,163,184,.16); border-radius: 999px; background: rgba(255,255,255,.035); }
.home-language-switch a { display: grid; min-width: 28px; height: 27px; place-items: center; border-radius: 999px; color: #90a4b7; font-size: 9px; font-weight: 800; text-decoration: none; }
.home-language-switch a.active { color: #04111d; background: #30d7e9; }
.nav-toggle { display: none; width: 42px; height: 42px; padding: 10px; border: 1px solid var(--line); border-radius: 10px; background: var(--panel); }
.nav-toggle span:not(.sr-only) { display: block; height: 2px; margin: 4px 0; border-radius: 4px; background: #dce9f4; }

.button { min-height: 43px; display: inline-flex; align-items: center; justify-content: center; gap: 9px; padding: 11px 18px; border: 1px solid transparent; border-radius: 7px; color: #fff; text-decoration: none; font-size: 12px; font-weight: 800; line-height: 1.2; transition: transform .2s ease, filter .2s ease, box-shadow .2s ease; }
.button:hover { transform: translateY(-2px); filter: brightness(1.06); }
.button-primary { color: #03120c; background: linear-gradient(135deg, #73e587, #24dfa0); box-shadow: 0 10px 28px rgba(31,219,148,.20); }
.button-ghost, .button-download { border-color: #294760; background: rgba(7,16,27,.82); }
.button-small { min-height: 38px; padding: 9px 14px; font-size: 11px; }
.button-blue { background: linear-gradient(135deg, #1b7dff, #28b3ff); box-shadow: 0 12px 30px rgba(41,140,255,.25); }

.hero { min-height: 635px; display: grid; grid-template-columns: minmax(0, .78fr) minmax(650px, 1.22fr); gap: clamp(38px, 5vw, 84px); align-items: center; padding-block: 62px 38px; }
.hero-copy { min-width: 0; padding-left: 10px; }
.release-pill, .section-label, .download-label, .sample-pill { display: inline-flex; align-items: center; width: fit-content; padding: 5px 9px; border: 1px solid rgba(44,171,255,.30); border-radius: 999px; color: #6ec6ff; background: rgba(26,112,177,.10); font-size: 9px; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.hero h1 { max-width: 630px; margin: 18px 0 10px; font-size: clamp(48px, 5vw, 74px); line-height: .98; letter-spacing: -.055em; }
.hero-kicker { margin: 0 0 15px; color: #37b9ff; font-size: clamp(17px, 1.55vw, 23px); font-weight: 700; }
.hero-description { max-width: 610px; margin: 0; color: #90a6ba; font-size: 14px; }
.hero-checks { display: grid; gap: 9px; margin: 23px 0 0; padding: 0; list-style: none; }
.hero-checks li { position: relative; padding-left: 24px; color: #c5d3df; font-size: 12px; }
.hero-checks li::before { content: "✓"; position: absolute; left: 0; width: 16px; height: 16px; display: grid; place-items: center; border: 1px solid rgba(40,225,151,.45); border-radius: 50%; color: var(--green); font-size: 9px; font-weight: 900; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 11px; margin-top: 25px; }
.platform-line { margin: 13px 0 0; color: #637d94; font-size: 10px; }

.cockpit-card { min-width: 0; overflow: hidden; border: 1px solid #193954; border-radius: 13px; background: radial-gradient(circle at 86% 8%, rgba(31,211,142,.08), transparent 18rem), #06111e; box-shadow: 0 35px 90px rgba(0,0,0,.42), inset 0 1px rgba(255,255,255,.03); }
.cockpit-topbar { min-height: 51px; display: grid; grid-template-columns: 1fr auto auto; align-items: center; gap: 16px; padding: 0 15px; border-bottom: 1px solid #173149; }
.cockpit-brand { min-width: 0; display: flex; align-items: center; gap: 8px; font-size: 11px; }
.cockpit-brand img { width: 24px; height: 24px; object-fit: contain; }
.bridge-live { color: #73eab5; font-size: 9px; font-weight: 800; }
.bridge-live i { display: inline-block; width: 6px; height: 6px; margin-right: 5px; border-radius: 50%; background: var(--green); box-shadow: 0 0 12px var(--green); }
.cockpit-time { color: #6d8498; font-size: 8px; }
.cockpit-main { display: grid; grid-template-columns: minmax(0,1fr) 190px; gap: 9px; padding: 11px; }
.chart-panel, .signal-preview { min-width: 0; border: 1px solid #16324b; border-radius: 8px; background: #050e19; }
.chart-toolbar { min-height: 36px; display: flex; align-items: center; gap: 7px; padding: 6px 9px; border-bottom: 1px solid #173047; }
.chart-toolbar span { padding: 4px 8px; border: 1px solid #24445e; border-radius: 5px; color: #c9d9e7; font-size: 8px; }
.chart-toolbar small { margin-left: auto; color: #5f7b92; font-size: 8px; }
.hero-chart { display: block; width: 100%; height: auto; }
.chart-axis { display: flex; justify-content: space-between; padding: 0 11px 8px; color: #5e788f; font-size: 7px; }
.signal-preview { padding: 9px; }
.quote-grid { display: grid; gap: 5px; }
.quote-grid div { display: flex; align-items: center; justify-content: space-between; padding: 7px 8px; border-radius: 5px; background: #081725; }
.quote-grid span { color: #8ea5ba; font-size: 8px; font-weight: 700; }
.quote-grid div:first-child span { color: var(--red); }
.quote-grid div:nth-child(3) span { color: var(--green); }
.quote-grid strong { font-size: 10px; }
.signal-preview h3 { margin: 12px 0 7px; font-size: 10px; }
.signal-preview dl { margin: 0; }
.signal-preview dl div { display: flex; justify-content: space-between; gap: 8px; padding: 7px 0; border-top: 1px solid #162d42; }
.signal-preview dt, .signal-preview dd { margin: 0; font-size: 8px; }
.signal-preview dt { color: #728aa0; }
.signal-preview dd { color: var(--green); font-weight: 800; }
.cockpit-stats { display: grid; grid-template-columns: 1.35fr repeat(4,1fr); margin: 0 11px 11px; overflow: hidden; border: 1px solid #18344c; border-radius: 7px; }
.cockpit-stats div { padding: 10px 11px; border-right: 1px solid #18344c; }
.cockpit-stats div:last-child { border-right: 0; }
.cockpit-stats span, .cockpit-stats small { display: block; color: #6d8498; font-size: 7px; font-weight: 500; }
.cockpit-stats strong { color: #dce9f4; font-size: 10px; }
.cockpit-stats .ready { color: var(--green); }

.trust-strip { display: grid; grid-template-columns: repeat(4,minmax(0,1fr)); margin-bottom: 34px; overflow: hidden; border-top: 1px solid #17344c; border-bottom: 1px solid #17344c; background: rgba(4,14,25,.60); }
.trust-strip > div { min-width: 0; display: flex; align-items: center; justify-content: center; gap: 12px; padding: 17px 20px; border-right: 1px solid #17344c; }
.trust-strip > div:last-child { border-right: 0; }
.trust-icon { width: 34px; height: 34px; flex: 0 0 34px; display: grid; place-items: center; border: 1px solid rgba(39,179,255,.50); border-radius: 50%; color: var(--blue); background: rgba(24,105,170,.11); font-size: 17px; }
.trust-icon.live { color: var(--green); border-color: rgba(41,223,150,.50); }
.trust-strip p { min-width: 0; margin: 0; }
.trust-strip strong, .trust-strip small { display: block; }
.trust-strip strong { overflow: hidden; color: #e1ebf4; font-size: 11px; text-overflow: ellipsis; white-space: nowrap; }
.trust-strip small { margin-top: 2px; color: #718ba1; font-size: 8px; }

.performance-section { padding-block: 0 32px; }
.performance-shell { padding: 18px; border: 1px solid #1d4566; border-radius: 12px; background: linear-gradient(180deg, rgba(7,26,44,.96), rgba(5,18,31,.98)); box-shadow: 0 24px 80px rgba(0,0,0,.22); }
.performance-title { min-height: 34px; display: flex; align-items: center; gap: 9px; padding: 0 6px 10px; }
.performance-title h2 { margin: 0; color: #a8c3da; font-size: 11px; letter-spacing: .10em; }
.live-dot { width: 9px; height: 9px; border-radius: 50%; background: var(--green); box-shadow: 0 0 14px rgba(39,229,149,.9); }
.sample-pill { margin-left: auto; padding: 4px 8px; color: #8bc5ee; font-size: 7px; }
.performance-grid { display: grid; grid-template-columns: 290px minmax(0,1fr) 250px; gap: 10px; }
.strategy-profile, .radar-card, .metric-cards article, .equity-chart-card, .performance-side { border: 1px solid #1a3d5c; border-radius: 8px; background: #071625; }
.strategy-profile { padding: 18px; }
.micro-label { color: #3fe19c; font-size: 8px; font-weight: 800; letter-spacing: .10em; }
.strategy-profile h3 { margin: 10px 0; font-size: 19px; }
.verified-badge { display: inline-grid; width: 17px; height: 17px; place-items: center; border-radius: 50%; color: #062116; background: var(--green); font-size: 10px; vertical-align: 2px; }
.strategy-tags { display: flex; flex-wrap: wrap; gap: 5px; }
.strategy-tags span { padding: 4px 6px; border: 1px solid #284761; border-radius: 4px; color: #94abc0; font-size: 7px; }
.profile-owner { display: flex; align-items: center; gap: 11px; margin: 18px 0; padding: 13px 0; border-top: 1px solid #17344c; border-bottom: 1px solid #17344c; }
.owner-avatar { width: 46px; height: 46px; flex: 0 0 46px; display: grid; place-items: center; border: 2px solid #335d7c; border-radius: 50%; color: #05101a; background: linear-gradient(145deg,#36c7e2,#75eb9f); font-size: 13px; font-weight: 900; }
.profile-owner strong, .profile-owner small, .profile-owner span { display: block; }
.profile-owner strong { font-size: 10px; }
.profile-owner small { color: #8ca3b7; font-size: 8px; }
.profile-owner span { margin-top: 4px; color: #72dfaa; font-size: 7px; }
.growth-block > span, .growth-block > small { display: block; color: #8098ad; font-size: 8px; font-weight: 700; }
.growth-block > strong { display: block; margin: 3px 0; color: var(--green); font-size: 29px; }
.growth-block svg { display: block; width: 100%; margin-top: 14px; }
.performance-center { min-width: 0; display: grid; gap: 10px; }
.performance-top { display: grid; grid-template-columns: minmax(270px,.85fr) minmax(320px,1.15fr); gap: 10px; }
.radar-card { min-width: 0; padding: 13px; }
.radar-card h3 { margin: 0; color: #9cb3c7; font-size: 9px; letter-spacing: .08em; }
.radar-card svg { display: block; width: 100%; height: 230px; }
.metric-cards { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 8px; }
.metric-cards article { min-width: 0; padding: 13px; }
.metric-cards span, .metric-cards small { display: block; }
.metric-cards span { color: #839bb0; font-size: 9px; }
.metric-cards strong { display: block; margin: 6px 0 3px; color: #eef7ff; font-size: 15px; white-space: nowrap; }
.metric-cards small { color: #7892a7; font-size: 8px; }
.metric-cards .positive { color: var(--green); }
.equity-chart-card { min-width: 0; padding: 10px 12px 6px; }
.chart-tabs { min-height: 31px; display: flex; align-items: center; gap: 22px; color: #738ba0; font-size: 8px; }
.chart-tabs > span { padding-bottom: 8px; }
.chart-tabs > span.active { color: #fff; border-bottom: 2px solid var(--green); }
.period-tabs { display: flex; gap: 4px; margin-left: auto; }
.period-tabs i { padding: 4px 7px; border-radius: 3px; background: #0a1c2c; color: #7891a6; font-style: normal; }
.period-tabs i.active { color: #dff6eb; background: #103427; }
.equity-chart-card svg { display: block; width: 100%; }
.performance-side { padding: 10px 14px; }
.side-stat { display: flex; align-items: center; justify-content: space-between; gap: 12px; min-height: 43px; border-bottom: 1px solid #17344c; }
.side-stat span { color: #9bb0c2; font-size: 9px; }
.side-stat strong { font-size: 10px; }
.trade-balance { display: grid; grid-template-columns: 80px 1fr; align-items: center; gap: 10px; padding-top: 15px; }
.trade-ring { position: relative; width: 72px; height: 72px; display: grid; place-items: center; border-radius: 50%; background: conic-gradient(var(--green) 0 58.5%, var(--red) 58.5% 100%); }
.trade-ring::before { content: ""; width: 54px; height: 54px; border-radius: 50%; background: #071625; }
.trade-ring span { position: absolute; color: #dbe7f0; font-size: 8px; font-weight: 800; }
.trade-balance p { display: grid; gap: 9px; margin: 0; }
.trade-balance p span { color: #839caf; font-size: 8px; }
.trade-balance p strong { display: block; margin-top: 2px; font-size: 11px; }
.trade-balance i { display: inline-block; width: 6px; height: 6px; margin-right: 5px; border-radius: 50%; }
.trade-balance .win { background: var(--green); }
.trade-balance .loss { background: var(--red); }
.capability-strip { display: grid; grid-template-columns: repeat(5,minmax(0,1fr)); overflow: hidden; margin-top: 10px; border: 1px solid #1a4161; border-radius: 9px; background: #061523; }
.capability-strip article { min-width: 0; display: grid; grid-template-columns: 40px 1fr; align-items: center; gap: 10px; padding: 15px; border-right: 1px solid #1a4161; }
.capability-strip article:last-child { border-right: 0; }
.capability-strip article > span { width: 34px; height: 34px; display: grid; place-items: center; border: 1px solid #2b6189; border-radius: 8px; color: #bfe3ff; background: #0a1d2e; font-size: 17px; }
.capability-strip strong, .capability-strip small { display: block; }
.capability-strip strong { color: #dce9f3; font-size: 9px; }
.capability-strip small { margin-top: 3px; color: #7891a6; font-size: 7px; }

.section-block { padding-block: 37px; }
.section-heading { max-width: 720px; margin: 0 auto 25px; text-align: center; }
.section-heading .section-label { margin-inline: auto; }
.section-heading h2 { margin: 10px 0 5px; font-size: clamp(29px,3vw,42px); line-height: 1.08; letter-spacing: -.04em; }
.section-heading p { margin: 0; color: var(--muted); font-size: 11px; }
.compact-heading h2 { font-size: clamp(28px,2.8vw,39px); }
.workflow-grid { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 18px; }
.workflow-grid article { position: relative; min-height: 132px; display: grid; grid-template-columns: 62px 1fr; align-items: center; gap: 15px; padding: 20px; border: 1px solid #1c405e; border-radius: 9px; background: linear-gradient(145deg,#091827,#06121f); }
.workflow-grid article:not(:last-child)::after { content: "›"; position: absolute; right: -19px; z-index: 2; color: var(--green); font-size: 36px; font-weight: 300; }
.step-number { position: absolute; top: 11px; left: 13px; color: #42baff; font-size: 8px; font-weight: 800; }
.workflow-icon { width: 54px; height: 54px; display: grid; place-items: center; border: 1px solid #28506e; border-radius: 7px; color: #d4e5f4; background: #06111d; font-size: 28px; }
.candle-icon { display: flex; justify-content: center; gap: 6px; }
.candle-icon i { width: 6px; height: 25px; border-radius: 2px; background: var(--green); box-shadow: 0 -8px 0 -2px var(--green), 0 8px 0 -2px var(--green); }
.candle-icon i:nth-child(2) { height: 18px; background: var(--red); box-shadow: 0 -8px 0 -2px var(--red), 0 8px 0 -2px var(--red); }
.workflow-grid h3, .protection-grid h3 { margin: 0 0 5px; font-size: 11px; }
.workflow-grid p, .protection-grid p { margin: 0; color: #7f99b0; font-size: 8px; }
.protection-section { padding-top: 24px; }
.protection-grid { display: grid; grid-template-columns: repeat(12,minmax(0,1fr)); gap: 1px; overflow: hidden; border: 1px solid #1c405e; border-radius: 9px; background: #1c405e; }
.protection-grid article { min-height: 104px; display: grid; grid-template-columns: 38px 1fr; align-items: center; gap: 12px; padding: 18px; background: #071523; }
.protection-grid article > span { color: #b6d8f3; font-size: 25px; text-align: center; }
.protection-grid article:nth-child(-n+4) { grid-column: span 3; }
.protection-grid article:nth-child(n+5) { grid-column: span 4; }

.resources-section { padding-top: 35px; }
.download-showcase { display: grid; grid-template-columns: 1fr 250px 1fr 190px; align-items: center; gap: 28px; padding: 25px; overflow: hidden; border: 1px solid #1b4568; border-radius: 11px; background: radial-gradient(circle at 35% 100%, rgba(25,103,222,.22), transparent 18rem), radial-gradient(circle at 80% 80%, rgba(30,222,151,.12), transparent 18rem), #071727; }
.download-copy { min-width: 0; }
.download-copy h3 { margin: 9px 0; font-size: clamp(23px,2.2vw,34px); line-height: 1.05; }
.download-copy p { margin: 0; color: var(--muted); font-size: 10px; }
.download-copy small { display: block; margin-top: 10px; overflow-wrap: anywhere; color: #6e899f; font-size: 7px; }
.download-tags { display: flex; flex-wrap: wrap; gap: 6px; margin: 16px 0; }
.download-tags span { padding: 4px 7px; border: 1px solid #285271; border-radius: 999px; color: #a8bfd1; font-size: 7px; }
.ea-product-art { min-height: 220px; display: flex; flex-direction: column; align-items: center; justify-content: center; border: 1px solid rgba(87,154,255,.36); border-radius: 9px; background: linear-gradient(145deg,#10213c,#07101b); box-shadow: 0 25px 65px rgba(0,79,255,.17); }
.ea-product-art img { width: 104px; height: 104px; object-fit: contain; filter: drop-shadow(0 0 25px rgba(35,214,235,.38)); }
.ea-product-art strong { margin-top: 7px; color: #6ac5ff; font-size: 26px; }
.ea-product-art span { color: #a7c1d6; font-size: 10px; }
.phone-preview { width: 170px; height: 285px; justify-self: end; padding: 22px 12px 13px; overflow: hidden; border: 4px solid #607286; border-radius: 25px; background: #06101b; box-shadow: 0 26px 65px rgba(0,0,0,.45); }
.phone-camera { width: 50px; height: 7px; margin: -14px auto 14px; border-radius: 999px; background: #1d2b39; }
.phone-brand { display: flex; align-items: center; gap: 5px; font-size: 7px; font-weight: 800; }
.phone-brand img { width: 20px; height: 20px; object-fit: contain; }
.phone-metrics { display: grid; grid-template-columns: repeat(2,1fr); gap: 5px; margin-top: 14px; }
.phone-metrics div, .phone-signal { padding: 8px; border: 1px solid #172d40; border-radius: 6px; background: #091725; }
.phone-metrics small, .phone-signal span { display: block; color: #728ca2; font-size: 6px; }
.phone-metrics strong, .phone-signal strong { font-size: 7px; }
.phone-signal { margin-top: 8px; }
.phone-signal strong { color: var(--green); }
.phone-signal i { display: block; height: 66px; margin-top: 8px; background: linear-gradient(155deg,transparent 47%,var(--green) 48% 50%,transparent 51%), linear-gradient(25deg,transparent 47%,var(--blue) 48% 50%,transparent 51%); opacity: .8; }

.tier-section { padding-top: 20px; }
.tier-grid { display: grid; grid-template-columns: repeat(5,minmax(0,1fr)); gap: 10px; }
.tier-card { min-width: 0; min-height: 302px; display: flex; flex-direction: column; padding: 19px 16px; border: 1px solid #274b68; border-radius: 9px; background: linear-gradient(180deg,#0a1b2c,#071421); }
.tier-card.is-current { border-color: var(--green); box-shadow: inset 0 3px var(--green), 0 18px 42px rgba(0,0,0,.18); }
.tier-bronze { border-color: #8d5a35; }.tier-silver { border-color: #64798d; }.tier-gold { border-color: #8d7428; }.tier-platinum { border-color: #634da4; }
.tier-top { display: flex; justify-content: space-between; gap: 8px; align-items: flex-start; }
.tier-name { color: #62c3ff; font-size: 12px; font-weight: 800; }.tier-bronze .tier-name { color: #d78f50; }.tier-silver .tier-name { color: #c1ccd5; }.tier-gold .tier-name { color: var(--gold); }.tier-platinum .tier-name { color: #b793ff; }
.tier-status { padding: 3px 6px; border: 1px solid currentColor; border-radius: 999px; color: #73e8b5; font-size: 6px; font-weight: 800; letter-spacing: .05em; }
.tier-eyebrow { margin-top: 19px; color: #758fa5; font-size: 7px; font-weight: 800; letter-spacing: .11em; }
.tier-card p { min-height: 62px; color: #91a8ba; font-size: 8px; }
.tier-card ul { display: grid; gap: 6px; margin: 3px 0 18px; padding: 0; list-style: none; }
.tier-card li { position: relative; padding-left: 17px; color: #a6bac9; font-size: 8px; }
.tier-card li::before { content: "✓"; position: absolute; left: 0; color: var(--green); font-weight: 900; }
.tier-action { margin-top: auto; padding: 9px; border: 1px solid #315571; border-radius: 6px; color: #e7f2fa; background: #091827; text-align: center; text-decoration: none; font-size: 8px; font-weight: 800; }
.tier-card.is-current .tier-action { color: #04120c; border-color: transparent; background: var(--green); }

.risk-disclosure { display: grid; grid-template-columns: 30px 1fr; align-items: center; gap: 12px; margin-block: 14px 52px; padding: 12px 16px; border: 1px solid rgba(255,94,102,.55); border-radius: 8px; background: rgba(83,21,28,.31); }
.risk-disclosure > span { width: 25px; height: 25px; display: grid; place-items: center; border: 1px solid var(--red); border-radius: 50%; color: var(--red); font-weight: 900; }
.risk-disclosure p { margin: 0; color: #c2aeb1; font-size: 8px; }.risk-disclosure strong { color: #ff9292; }
.site-footer { border-top: 1px solid #152a3d; background: #01060c; }
.footer-grid { display: grid; grid-template-columns: 1.7fr repeat(3,1fr); gap: 50px; padding-block: 46px 30px; }
.footer-brand p { max-width: 300px; margin: 14px 0 8px; color: #71899e; font-size: 10px; }.footer-brand > span { color: #547086; font-size: 8px; }
.footer-grid h3 { margin: 0 0 12px; color: #dce8f2; font-size: 10px; letter-spacing: .08em; text-transform: uppercase; }
.footer-grid > div:not(.footer-brand) { display: flex; flex-direction: column; align-items: flex-start; }
.footer-grid > div:not(.footer-brand) a { margin: 4px 0; color: #738da3; text-decoration: none; font-size: 9px; }.footer-grid a:hover { color: #fff !important; }
.footer-bottom { display: flex; justify-content: space-between; gap: 20px; padding-block: 18px; border-top: 1px solid #132331; color: #506b82; font-size: 8px; }

@media (max-width: 1280px) {
    .site-shell { width: min(1200px, calc(100% - 40px)); }
    .hero { grid-template-columns: minmax(0,.72fr) minmax(580px,1.28fr); gap: 34px; }
    .hero h1 { font-size: clamp(45px,4.8vw,64px); }
    .performance-grid { grid-template-columns: 250px minmax(0,1fr) 220px; }
    .performance-top { grid-template-columns: minmax(235px,.8fr) minmax(300px,1.2fr); }
    .download-showcase { grid-template-columns: 1fr 210px 1fr 165px; gap: 20px; }
}

@media (max-width: 1080px) {
    :root { --header-height: 66px; }
    .site-shell { width: min(100% - 32px, 980px); }
    .nav-shell { grid-template-columns: auto auto 1fr; }
    .nav-toggle { display: block; order: 3; justify-self: end; }
    .primary-nav { position: fixed; top: var(--header-height); right: 0; left: 0; max-height: 0; display: grid; gap: 0; overflow: hidden; background: rgba(2,8,18,.99); box-shadow: 0 25px 60px rgba(0,0,0,.4); transition: max-height .25s ease; }
    .primary-nav.is-open { max-height: calc(100vh - var(--header-height)); overflow-y: auto; border-bottom: 1px solid var(--line); }
    .primary-nav a { padding: 15px 22px; border-top: 1px solid rgba(80,119,153,.10); }
    .primary-nav a::after { display: none; }
    .nav-actions { grid-column: 2; grid-row: 1; }
    .nav-actions .button-primary { display: none; }
    .hero { min-height: auto; grid-template-columns: 1fr; padding-block: 50px 30px; }
    .hero-copy { max-width: 680px; padding-left: 0; }
    .cockpit-card { width: 100%; }
    .performance-grid { grid-template-columns: 1fr 1fr; }
    .strategy-profile { grid-column: 1; }
    .performance-side { grid-column: 2; grid-row: 1; }
    .performance-center { grid-column: 1 / -1; }
    .capability-strip { grid-template-columns: repeat(2,minmax(0,1fr)); }
    .capability-strip article { border-bottom: 1px solid #1a4161; }
    .capability-strip article:nth-child(even) { border-right: 0; }
    .capability-strip article:last-child { grid-column: 1 / -1; }
    .protection-grid { grid-template-columns: repeat(2,minmax(0,1fr)); }
    .protection-grid article:nth-child(n) { grid-column: auto; }
    .download-showcase { grid-template-columns: 1fr 220px; }
    .mobile-download-copy { grid-column: 1; }
    .phone-preview { grid-column: 2; }
    .tier-grid { grid-template-columns: repeat(3,minmax(0,1fr)); }
}

@media (max-width: 760px) {
    .site-shell { width: min(100% - 22px, 680px); }
    .site-brand img { width: 36px; height: 36px; flex-basis: 36px; }
    .brand-wordmark strong { font-size: 14px; }.brand-wordmark small { font-size: 6px; }
    .nav-actions .button-ghost { min-width: auto; padding-inline: 12px; }
    .home-language-switch { display: none; }
    .hero { padding-top: 38px; }
    .hero h1 { font-size: clamp(42px,12vw,60px); }
    .hero-description { font-size: 13px; }
    .cockpit-main { grid-template-columns: 1fr; }
    .signal-preview { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; }
    .signal-preview h3, .signal-preview dl { grid-column: 2; }
    .signal-preview h3 { margin: 0; }
    .quote-grid { grid-row: 1 / span 2; }
    .cockpit-stats { grid-template-columns: repeat(2,1fr); }
    .cockpit-stats div { border-bottom: 1px solid #18344c; }
    .cockpit-stats div:nth-child(even) { border-right: 0; }
    .cockpit-stats div:last-child { grid-column: 1 / -1; border-bottom: 0; }
    .trust-strip { grid-template-columns: repeat(2,1fr); }
    .trust-strip > div:nth-child(even) { border-right: 0; }
    .trust-strip > div:nth-child(-n+2) { border-bottom: 1px solid #17344c; }
    .performance-shell { padding: 11px; }
    .performance-grid { grid-template-columns: 1fr; }
    .strategy-profile, .performance-side, .performance-center { grid-column: 1; grid-row: auto; }
    .performance-top { grid-template-columns: 1fr; }
    .metric-cards { grid-template-columns: repeat(2,minmax(0,1fr)); }
    .chart-tabs { gap: 12px; overflow-x: auto; }
    .chart-tabs > span { white-space: nowrap; }
    .equity-chart-card svg { min-width: 620px; }
    .equity-chart-card { overflow-x: auto; }
    .capability-strip { grid-template-columns: 1fr; }
    .capability-strip article, .capability-strip article:nth-child(even), .capability-strip article:last-child { grid-column: auto; border-right: 0; }
    .workflow-grid { grid-template-columns: 1fr; }
    .workflow-grid article:not(:last-child)::after { content: "⌄"; right: 50%; bottom: -24px; transform: translateX(50%); }
    .protection-grid { grid-template-columns: 1fr; }
    .protection-grid article:nth-child(n) { grid-column: auto; }
    .download-showcase { grid-template-columns: 1fr; padding: 20px; }
    .ea-product-art, .phone-preview { justify-self: center; }
    .mobile-download-copy, .phone-preview { grid-column: auto; }
    .tier-grid { grid-template-columns: 1fr; }
    .tier-card { min-height: 0; }
    .footer-grid { grid-template-columns: repeat(2,1fr); gap: 30px; }
    .footer-brand { grid-column: 1 / -1; }
    .footer-bottom { flex-direction: column; }
}

@media (max-width: 460px) {
    .site-shell { width: min(100% - 16px, 430px); }
    .nav-actions .button-ghost { font-size: 10px; padding-inline: 10px; }
    .hero h1 { font-size: 42px; }
    .hero-actions { display: grid; }
    .button { width: 100%; }
    .cockpit-topbar { grid-template-columns: 1fr auto; }
    .cockpit-time { display: none; }
    .signal-preview { display: block; }
    .signal-preview h3 { margin-top: 12px; }
    .cockpit-stats { grid-template-columns: 1fr; }
    .cockpit-stats div { border-right: 0; }
    .trust-strip { grid-template-columns: 1fr; }
    .trust-strip > div { justify-content: flex-start; border-right: 0; border-bottom: 1px solid #17344c; }
    .trust-strip > div:last-child { border-bottom: 0; }
    .metric-cards { grid-template-columns: 1fr; }
    .trade-balance { grid-template-columns: 72px 1fr; }
    .footer-grid { grid-template-columns: 1fr; }
    .footer-brand { grid-column: auto; }
}
