:root {
  --container: 1240px;
  --font: "Manrope", sans-serif;
  --display: "Space Grotesk", "Manrope", sans-serif;
  --fa: "Vazirmatn", sans-serif;
  --header-h: 80px;
  --ease: cubic-bezier(.16, 1, .3, 1);
}

html[data-theme="dark"] {
  color-scheme: dark;
  --bg: #06080f;
  --bg-2: #090c16;
  --surface: rgba(15, 19, 31, .76);
  --surface-solid: #101522;
  --surface-2: #161c2b;
  --text: #f4f7fb;
  --soft: #c6ccda;
  --muted: #838ca1;
  --faint: #555f73;
  --line: rgba(213, 222, 244, .11);
  --line-bright: rgba(213, 222, 244, .22);
  --violet: #8d7aff;
  --violet-2: #6453e9;
  --violet-soft: rgba(141, 122, 255, .14);
  --aqua: #67e8d1;
  --aqua-soft: rgba(103, 232, 209, .12);
  --positive: #6de6b1;
  --negative: #ff7c91;
  --header: rgba(6, 8, 15, .72);
  --shadow: 0 35px 100px rgba(0, 0, 0, .5);
  --shadow-soft: 0 18px 48px rgba(0, 0, 0, .24);
  --grid: rgba(177, 188, 221, .065);
}

html[data-theme="light"] {
  color-scheme: light;
  --bg: #f5f7fb;
  --bg-2: #edf1f8;
  --surface: rgba(255, 255, 255, .78);
  --surface-solid: #fff;
  --surface-2: #ebeff8;
  --text: #101523;
  --soft: #384258;
  --muted: #667087;
  --faint: #98a0b2;
  --line: rgba(34, 48, 79, .11);
  --line-bright: rgba(34, 48, 79, .2);
  --violet: #6451da;
  --violet-2: #513ed2;
  --violet-soft: rgba(100, 81, 218, .1);
  --aqua: #118f82;
  --aqua-soft: rgba(17, 143, 130, .1);
  --positive: #12855d;
  --negative: #cc3f58;
  --header: rgba(245, 247, 251, .8);
  --shadow: 0 32px 80px rgba(32, 46, 77, .16);
  --shadow-soft: 0 16px 40px rgba(32, 46, 77, .1);
  --grid: rgba(42, 56, 89, .07);
}

* { box-sizing: border-box; }
html { min-width: 320px; scroll-behavior: smooth; background: var(--bg); }
body { margin: 0; overflow-x: hidden; background: var(--bg); color: var(--text); font-family: var(--font); font-size: 15px; -webkit-font-smoothing: antialiased; text-rendering: optimizeLegibility; }
body.lang-fa { font-family: var(--fa); }
a { color: inherit; text-decoration: none; }
button, input { font: inherit; }
button { color: inherit; cursor: pointer; }
svg { display: block; }
h1, h2, h3, p, blockquote, figure { margin-top: 0; }
::selection { background: var(--violet); color: #fff; }
:focus-visible { outline: 2px solid var(--aqua); outline-offset: 3px; }

.container { width: min(calc(100% - 48px), var(--container)); margin-inline: auto; }
.site-shell { position: relative; z-index: 1; overflow: clip; }
.section-space { padding: 124px 0; }
.skip-link { position: fixed; z-index: 999; top: 10px; left: 12px; transform: translateY(-150%); padding: 10px 14px; border-radius: 8px; background: var(--text); color: var(--bg); font-weight: 800; }
.skip-link:focus { transform: none; }
.neon-particles { position: fixed; z-index: 0; inset: 0; width: 100%; height: 100%; pointer-events: none; opacity: .62; }
.cursor-aura { position: fixed; z-index: 0; top: 0; left: 0; width: 420px; height: 420px; border-radius: 50%; pointer-events: none; background: radial-gradient(circle, rgba(118, 99, 255, .1), rgba(103, 232, 209, .03) 42%, transparent 70%); mix-blend-mode: screen; }
.grid-skin { position: absolute; z-index: -4; inset: 0; pointer-events: none; opacity: .7; background-image: linear-gradient(var(--grid) 1px, transparent 1px), linear-gradient(90deg, var(--grid) 1px, transparent 1px); background-size: 64px 64px; mask-image: linear-gradient(to bottom, #000, transparent 17%, transparent 84%, #000); }
.ambient { position: absolute; z-index: -3; width: 620px; height: 620px; border-radius: 50%; filter: blur(100px); pointer-events: none; opacity: .22; animation: ambient 16s ease-in-out infinite alternate; }
.ambient--one { top: 150px; left: -360px; background: #654eff; }
.ambient--two { top: 1300px; right: -380px; background: #2be0c5; animation-delay: -5s; }
.ambient--three { top: 2900px; left: 25%; background: #7358ff; opacity: .12; animation-delay: -10s; }

.eyebrow { display: flex; align-items: center; gap: 11px; margin-bottom: 20px; color: var(--aqua); font: 700 10px/1 var(--display); letter-spacing: .19em; text-transform: uppercase; }
.eyebrow > span { width: 25px; height: 1px; background: currentColor; box-shadow: 0 0 12px currentColor; }
h1, h2 { margin-bottom: 24px; font-family: var(--display); font-weight: 500; letter-spacing: -.055em; line-height: .98; }
h1 { font-size: clamp(58px, 7.1vw, 102px); }
h2 { font-size: clamp(42px, 5vw, 70px); }
h1 em, h2 em { color: var(--violet); font-style: normal; }

.official-bar { position: relative; z-index: 100; min-height: 36px; border-bottom: 1px solid rgba(103, 232, 209, .13); background: linear-gradient(90deg, rgba(103, 232, 209, .08), rgba(141, 122, 255, .08)); }
.official-bar__inner { min-height: 36px; display: flex; align-items: center; justify-content: space-between; gap: 20px; font-size: 10px; }
.official-bar span { display: flex; align-items: center; gap: 8px; color: var(--aqua); font-weight: 800; letter-spacing: .09em; text-transform: uppercase; }
.official-bar span i, .demo-badge i, .footer-verified i { width: 6px; height: 6px; border-radius: 50%; background: var(--aqua); box-shadow: 0 0 0 4px var(--aqua-soft), 0 0 12px var(--aqua); }
.official-bar p { margin: 0; color: var(--muted); }
.official-bar a { display: flex; align-items: center; gap: 6px; color: var(--soft); font-weight: 700; }
.official-bar a:hover { color: var(--aqua); }
.official-bar svg { width: 16px; fill: none; stroke: currentColor; stroke-width: 1.6; }

.site-header { position: sticky; z-index: 90; top: 0; border-bottom: 1px solid transparent; background: var(--header); backdrop-filter: blur(20px) saturate(140%); transition: .3s ease; }
.site-header.is-scrolled { border-color: var(--line); box-shadow: 0 12px 40px rgba(0, 0, 0, .08); }
.header-inner { min-height: var(--header-h); display: flex; align-items: center; justify-content: space-between; gap: 30px; }
.brand { flex: 0 0 auto; display: inline-flex; align-items: center; gap: 12px; }
.brand-symbol { width: 52px; height: 52px; display: grid; place-items: center; flex: 0 0 52px; transition: .35s var(--ease); filter: drop-shadow(0 8px 17px rgba(137, 54, 255, .3)); }
.brand:hover .brand-symbol { transform: translateY(-2px) scale(1.04); }
.brand-symbol img { width: 100%; height: 100%; object-fit: contain; }
.brand-text { display: grid; gap: 5px; line-height: 1; }
.brand-text strong { font: 700 15px/1 var(--display); letter-spacing: .1em; }
.brand-text strong span { color: var(--violet); }
.brand-text small { color: var(--muted); font-size: 7.5px; font-weight: 700; letter-spacing: .17em; }
.site-nav { flex: 1; display: flex; align-items: center; justify-content: flex-end; gap: 24px; }
.site-nav__links, .nav-actions { display: flex; align-items: center; gap: 4px; }
.site-nav__links a, .nav-login, .language-form button { position: relative; padding: 11px 10px; border: 0; background: none; color: var(--muted); font-size: 11px; font-weight: 700; white-space: nowrap; transition: color .2s ease; }
.site-nav__links a::after { content: ""; position: absolute; right: 10px; bottom: 4px; left: 10px; height: 1px; background: var(--violet); transform: scaleX(0); transition: transform .25s var(--ease); }
.site-nav__links a:hover, .site-nav__links a.is-active, .nav-login:hover, .language-form button:hover { color: var(--text); }
.site-nav__links a:hover::after, .site-nav__links a.is-active::after { transform: scaleX(1); }
.nav-actions { gap: 7px; }
.icon-button { position: relative; width: 38px; height: 38px; border: 1px solid var(--line); border-radius: 10px; background: transparent; }
.icon-button svg { position: absolute; inset: 10px; width: 17px; fill: none; stroke: currentColor; stroke-width: 1.7; stroke-linecap: round; stroke-linejoin: round; transition: .3s var(--ease); }
.icon-button .moon { opacity: 0; transform: rotate(-30deg) scale(.5); }
html[data-theme="light"] .icon-button .sun { opacity: 0; transform: rotate(30deg) scale(.5); }
html[data-theme="light"] .icon-button .moon { opacity: 1; transform: none; }
.language-form { display: flex; }
.language-form button { min-width: 42px; border: 1px solid var(--line); border-radius: 10px; }
.nav-login { margin-left: 4px; }
.menu-toggle { display: none; width: 42px; height: 42px; padding: 11px; border: 1px solid var(--line); border-radius: 11px; background: var(--surface); }
.menu-toggle span { display: block; height: 1.5px; margin: 4px 0; background: var(--text); transition: .25s var(--ease); }

.button { min-height: 48px; display: inline-flex; align-items: center; justify-content: center; gap: 13px; padding: 0 22px; border: 1px solid transparent; border-radius: 12px; font-size: 12px; font-weight: 800; letter-spacing: .01em; transition: transform .3s var(--ease), box-shadow .3s ease, border-color .3s ease, background .3s ease; }
.button svg { width: 18px; fill: none; stroke: currentColor; stroke-width: 1.7; stroke-linecap: round; stroke-linejoin: round; transition: transform .3s var(--ease); }
.button:hover { transform: translateY(-3px); }
.button:hover svg { transform: translateX(3px); }
.button--primary { color: #fff; background: linear-gradient(135deg, var(--violet), var(--violet-2)); box-shadow: 0 14px 32px rgba(100, 83, 233, .27), inset 0 1px rgba(255,255,255,.2); }
.button--primary:hover { box-shadow: 0 20px 42px rgba(100, 83, 233, .38), inset 0 1px rgba(255,255,255,.2); }
.button--ghost { border-color: var(--line-bright); color: var(--soft); background: rgba(255, 255, 255, .015); backdrop-filter: blur(12px); }
.button--ghost:hover { border-color: rgba(141, 122, 255, .5); color: var(--text); background: var(--violet-soft); }
.button--small { min-height: 39px; padding: 0 15px; border-radius: 10px; font-size: 10px; }
.button--large { min-height: 56px; padding-inline: 28px; }

.hero { position: relative; min-height: calc(100svh - 116px); padding: clamp(82px, 9vw, 132px) 0 44px; }
.hero::before { content: ""; position: absolute; top: -40%; right: -20%; width: 850px; height: 850px; border-radius: 50%; background: radial-gradient(circle, rgba(116, 91, 255, .14), transparent 65%); pointer-events: none; }
.hero-grid, .closing-lines { position: absolute; inset: 0; pointer-events: none; background-image: linear-gradient(var(--grid) 1px, transparent 1px), linear-gradient(90deg, var(--grid) 1px, transparent 1px); background-size: 64px 64px; mask-image: radial-gradient(ellipse at 65% 40%, black, transparent 70%); }
.hero-layout { display: grid; grid-template-columns: minmax(0, .86fr) minmax(540px, 1.14fr); gap: clamp(56px, 7vw, 100px); align-items: center; }
.hero-copy { position: relative; z-index: 2; }
.hero-copy h1 { max-width: 760px; margin-left: -5px; font-size: clamp(50px, 5.5vw, 78px); line-height: 1.05; }
.hero-lead { max-width: 560px; margin-bottom: 34px; color: var(--soft); font-size: clamp(17px, 1.55vw, 20px); line-height: 1.8; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; }
.hero-trust { display: flex; gap: 25px; margin-top: 40px; padding-top: 25px; border-top: 1px solid var(--line); }
.hero-trust span { display: grid; gap: 8px; color: var(--muted); font-size: 10px; font-weight: 700; line-height: 1.4; }
.hero-trust i { color: var(--violet); font: normal 700 9px/1 var(--display); letter-spacing: .1em; }

.terminal-stage { position: relative; transform-style: preserve-3d; transition: transform .25s ease; }
.terminal-halo { position: absolute; z-index: -1; inset: -18%; border-radius: 50%; background: radial-gradient(circle, rgba(118, 97, 255, .25), rgba(103, 232, 209, .08) 38%, transparent 68%); filter: blur(20px); }
.terminal-window { position: relative; overflow: hidden; border: 1px solid var(--line-bright); border-radius: 20px; background: rgba(8, 11, 20, .93); box-shadow: var(--shadow), inset 0 1px rgba(255,255,255,.06); color: #f4f7fb; }
html[data-theme="light"] .terminal-window, html[data-theme="light"] .platform-console { background: #0b0f1a; color: #f4f7fb; }
.terminal-window::after { content: ""; position: absolute; inset: 0; pointer-events: none; background: linear-gradient(115deg, rgba(255,255,255,.045), transparent 28%); }
.terminal-topbar { height: 42px; display: flex; align-items: center; justify-content: space-between; padding: 0 15px; border-bottom: 1px solid rgba(255,255,255,.08); color: #7d879c; font: 600 8px/1 var(--display); letter-spacing: .12em; }
.terminal-topbar > div { display: flex; gap: 5px; }
.terminal-topbar > div span { width: 6px; height: 6px; border-radius: 50%; background: #343c4d; }
.terminal-topbar > div span:first-child { background: #8d7aff; }
.terminal-topbar em { display: flex; align-items: center; gap: 6px; color: #67e8d1; font-style: normal; }
.terminal-topbar em i { width: 5px; height: 5px; border-radius: 50%; background: currentColor; box-shadow: 0 0 9px currentColor; animation: pulse 1.8s ease infinite; }
.terminal-body { min-height: 425px; display: grid; grid-template-columns: 49px minmax(0, 1fr) 142px; }
.terminal-rail { display: flex; flex-direction: column; align-items: center; gap: 23px; padding: 17px 0; border-right: 1px solid rgba(255,255,255,.07); background: rgba(255,255,255,.015); }
.terminal-rail b { width: 25px; height: 25px; display: grid; place-items: center; border: 1px solid rgba(141,122,255,.45); border-radius: 8px; color: #8d7aff; font: 700 10px/1 var(--display); }
.terminal-rail span { width: 13px; height: 13px; border: 1px solid #465067; border-radius: 4px; }
.terminal-rail span.active { border-color: #8d7aff; background: rgba(141,122,255,.25); box-shadow: 0 0 14px rgba(141,122,255,.25); }
.terminal-main { min-width: 0; padding: 20px; }
.terminal-summary { display: grid; grid-template-columns: 1fr 1fr auto; gap: 14px; align-items: center; margin-bottom: 22px; }
.terminal-summary div { display: grid; gap: 5px; }
.terminal-summary small { color: #6f798e; font-size: 8px; }
.terminal-summary strong { font: 600 15px/1 var(--display); }
.terminal-summary > span { padding: 7px 9px; border-radius: 7px; color: #67e8d1; background: rgba(103,232,209,.1); font-size: 8px; font-weight: 800; }
.chart-toolbar { display: flex; align-items: center; justify-content: space-between; gap: 12px; }
.chart-toolbar > div:first-child { display: grid; gap: 4px; }
.chart-toolbar b { font: 600 11px/1 var(--display); }
.chart-toolbar small { color: #6f798e; font-size: 7px; }
.chart-toolbar > div:last-child { display: flex; gap: 3px; }
.chart-toolbar span { padding: 5px 6px; border-radius: 5px; color: #657087; font: 600 7px/1 var(--display); }
.chart-toolbar span.active { color: #c7c0ff; background: rgba(141,122,255,.17); }
.hero-chart { position: relative; height: 245px; margin-top: 9px; overflow: hidden; }
.chart-grid { position: absolute; inset: 0; background-image: linear-gradient(rgba(255,255,255,.045) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.045) 1px, transparent 1px); background-size: 25% 25%; }
.hero-chart svg { position: absolute; inset: 18px 0 0; width: 100%; height: calc(100% - 18px); overflow: visible; }
.chart-fill { fill: url(#heroChartFill); }
.chart-line-glow { fill: none; stroke: #8d7aff; stroke-width: 3; stroke-linecap: round; filter: url(#chartGlow); stroke-dasharray: 900; animation: draw 2.2s var(--ease) both; }
.chart-price { position: absolute; z-index: 2; top: 18px; right: 5px; display: grid; justify-items: end; gap: 4px; }
.chart-price strong { font: 600 12px/1 var(--display); }
.chart-price span { color: #67e8d1; font-size: 8px; }
.chart-now { position: absolute; z-index: 3; right: 0; top: 38px; width: 7px; height: 7px; border: 2px solid #fff; border-radius: 50%; background: #8d7aff; box-shadow: 0 0 0 6px rgba(141,122,255,.15), 0 0 15px #8d7aff; }
.terminal-order { display: flex; justify-content: space-between; align-items: center; margin-top: 4px; }
.terminal-order > span { display: flex; align-items: center; gap: 6px; color: #7a859a; font-size: 7px; }
.terminal-order > span i { width: 5px; height: 5px; border-radius: 50%; background: #67e8d1; }
.terminal-order button { padding: 7px 10px; border: 1px solid rgba(141,122,255,.24); border-radius: 6px; color: #aaa0ef; background: rgba(141,122,255,.08); font-size: 7px; }
.watchlist { padding: 18px 12px; border-left: 1px solid rgba(255,255,255,.07); }
.watchlist header { display: flex; justify-content: space-between; margin-bottom: 18px; color: #8a94a9; font: 600 8px/1 var(--display); }
.watchlist header span { font-size: 7px; }
.watchlist > div { display: grid; grid-template-columns: 1fr auto; align-items: center; gap: 6px; padding: 13px 0; border-bottom: 1px solid rgba(255,255,255,.055); }
.watchlist > div > span { display: flex; align-items: center; gap: 7px; color: #bac1ce; font: 600 7px/1 var(--display); }
.watchlist > div > span i { width: 20px; height: 20px; display: grid; place-items: center; border-radius: 6px; color: #998dff; background: rgba(141,122,255,.1); font: normal 600 6px/1 var(--display); }
.watchlist > div > b { display: grid; justify-items: end; gap: 5px; font: 500 7px/1 var(--display); }
.watchlist em { color: #67e8d1; font: normal 600 6px/1 var(--display); }
.watchlist em.down { color: #ff7c91; }
.terminal-footer { height: 35px; display: grid; grid-template-columns: 1fr 1.7fr 1fr; align-items: center; gap: 12px; padding: 0 15px; border-top: 1px solid rgba(255,255,255,.07); color: #636d81; font: 500 7px/1 var(--display); }
.terminal-footer > span:first-child { display: flex; align-items: center; gap: 6px; }
.terminal-footer i { width: 5px; height: 5px; border-radius: 50%; background: #67e8d1; box-shadow: 0 0 8px #67e8d1; }
.terminal-footer b { justify-self: end; color: #8a94a8; font-weight: 500; }
.floating-chip { position: absolute; z-index: 4; min-width: 135px; padding: 13px 15px; border: 1px solid rgba(255,255,255,.14); border-radius: 12px; background: rgba(14,18,29,.86); box-shadow: 0 16px 38px rgba(0,0,0,.3); backdrop-filter: blur(15px); color: #fff; animation: float 5s ease-in-out infinite; }
.floating-chip--left { left: -38px; bottom: 74px; display: grid; grid-template-columns: auto 1fr; gap: 5px 8px; }
.floating-chip--left i { grid-row: 1 / 3; align-self: center; width: 8px; height: 8px; border-radius: 50%; background: #67e8d1; box-shadow: 0 0 13px #67e8d1; }
.floating-chip--right { top: 68px; right: -30px; display: grid; gap: 4px; animation-delay: -2.5s; }
.floating-chip span, .floating-chip small { color: #737e94; font-size: 7px; }
.floating-chip strong { color: #67e8d1; font: 700 9px/1 var(--display); letter-spacing: .05em; }
.floating-chip--right strong { font-size: 16px; }
.hero-foot { display: flex; align-items: center; justify-content: center; gap: 25px; margin-top: 74px; padding-top: 26px; border-top: 1px solid var(--line); color: var(--muted); font-size: 10px; font-weight: 700; letter-spacing: .04em; }
.hero-foot i { width: 3px; height: 3px; border-radius: 50%; background: var(--violet); }

.section-heading { display: grid; grid-template-columns: minmax(0, 1.15fr) minmax(300px, .55fr); gap: 80px; align-items: end; margin-bottom: 58px; }
.section-heading h2 { margin-bottom: 0; }
.section-heading > p, .section-heading > div:last-child > p { margin: 0; color: var(--muted); line-height: 1.9; }
.experience { position: relative; }
.prop-stats { display: grid; grid-template-columns: repeat(4, 1fr); gap: 15px; }
.prop-stat { position: relative; min-height: 285px; display: flex; flex-direction: column; overflow: hidden; padding: 28px; border: 1px solid var(--line); border-radius: 22px; background: linear-gradient(145deg, var(--surface), rgba(141,122,255,.045)); box-shadow: var(--shadow-soft); transition: transform .25s ease, border-color .25s ease, box-shadow .25s ease; }
.prop-stat:hover { border-color: rgba(141,122,255,.42); box-shadow: 0 25px 55px rgba(49,39,120,.18); }
.prop-stat::before { content: ""; position: absolute; top: -60px; right: -60px; width: 150px; height: 150px; border: 1px solid rgba(141,122,255,.2); border-radius: 50%; box-shadow: 0 0 60px rgba(141,122,255,.1); }
.prop-stat__index { position: relative; z-index: 1; align-self: end; color: var(--faint); font: 700 9px/1 var(--display); letter-spacing: .14em; }
.prop-stat > strong { position: relative; z-index: 1; margin: 42px 0 18px; color: var(--violet); font: 600 clamp(34px, 3.4vw, 50px)/1 var(--display); letter-spacing: -.05em; }
.prop-stat h3 { position: relative; z-index: 1; margin-bottom: 11px; font: 600 17px/1.35 var(--display); }
.prop-stat p { position: relative; z-index: 1; margin: 0; color: var(--muted); font-size: 11px; line-height: 1.85; }
.prop-stat > i { position: absolute; right: 28px; bottom: 25px; width: 7px; height: 7px; border-radius: 50%; background: var(--aqua); box-shadow: 0 0 14px var(--aqua); }
.bento-grid { display: grid; grid-template-columns: 1.15fr .85fr; grid-template-rows: 1fr 1fr; gap: 16px; }
.bento-card { position: relative; min-height: 290px; display: flex; flex-direction: column; justify-content: space-between; overflow: hidden; padding: 30px; border: 1px solid var(--line); border-radius: 22px; background: linear-gradient(145deg, var(--surface), rgba(141,122,255,.025)); box-shadow: var(--shadow-soft); transition: transform .25s ease, border-color .3s ease; }
.bento-card:hover { border-color: rgba(141,122,255,.35); }
.bento-card--large { grid-row: 1 / 3; min-height: 596px; padding: 38px; }
.bento-number { position: relative; z-index: 2; color: var(--faint); font: 600 9px/1 var(--display); letter-spacing: .13em; }
.bento-card h3 { margin-bottom: 12px; font: 500 clamp(24px, 2.5vw, 36px)/1.12 var(--display); letter-spacing: -.04em; }
.bento-card p { max-width: 480px; margin: 0; color: var(--muted); line-height: 1.8; }
.bento-link { display: flex; justify-content: space-between; margin-top: 28px; padding-top: 18px; border-top: 1px solid var(--line); color: var(--soft); font-size: 11px; font-weight: 700; }
.bento-link i { color: var(--violet); font-style: normal; }
.bento-orbit { position: relative; width: min(86%, 430px); aspect-ratio: 1; align-self: center; display: grid; place-items: center; }
.bento-orbit::before, .bento-orbit::after, .bento-orbit i { content: ""; position: absolute; border: 1px solid var(--line-bright); border-radius: 50%; }
.bento-orbit::before { inset: 4%; animation: spin 15s linear infinite; border-left-color: var(--violet); }
.bento-orbit::after { inset: 21%; border-right-color: var(--aqua); animation: spin 10s linear infinite reverse; }
.bento-orbit i:first-child { inset: 37%; border-color: rgba(141,122,255,.45); background: radial-gradient(circle, rgba(141,122,255,.45), rgba(141,122,255,.04) 65%); box-shadow: 0 0 70px rgba(141,122,255,.22); }
.bento-orbit i:nth-child(2) { width: 9px; height: 9px; top: 14%; left: 22%; border: 0; background: var(--aqua); box-shadow: 0 0 14px var(--aqua); }
.bento-orbit i:nth-child(3) { width: 6px; height: 6px; right: 15%; bottom: 24%; border: 0; background: var(--violet); box-shadow: 0 0 13px var(--violet); }
.spread-visual { display: grid; grid-template-columns: 1fr auto auto auto 1fr; align-items: center; gap: 12px; margin: 28px 0; }
.spread-visual span { color: var(--muted); font: 600 8px/1 var(--display); }
.spread-visual span:last-child { text-align: right; }
.spread-visual i { width: 38px; height: 1px; background: linear-gradient(90deg, transparent, var(--violet)); }
.spread-visual i:nth-of-type(2) { background: linear-gradient(90deg, var(--aqua), transparent); }
.spread-visual b { width: 64px; height: 64px; display: grid; place-items: center; border: 1px solid rgba(141,122,255,.4); border-radius: 50%; color: var(--text); background: var(--violet-soft); font: 600 19px/1 var(--display); box-shadow: 0 0 32px rgba(141,122,255,.15); }
.device-visual { height: 102px; display: flex; align-items: end; justify-content: center; gap: 11px; margin: 12px 0 18px; }
.device-visual > div { width: 160px; height: 96px; padding: 12px; border: 1px solid var(--line-bright); border-radius: 9px; background: var(--bg-2); }
.device-visual > aside { width: 43px; height: 79px; padding: 8px; border: 1px solid var(--line-bright); border-radius: 9px; background: var(--bg-2); }
.device-visual span { display: block; height: 8px; margin-bottom: 12px; border-radius: 3px; background: var(--violet-soft); }
.device-visual i { display: block; height: 1px; margin: 8px 0; background: var(--line-bright); }

.markets { position: relative; background: linear-gradient(180deg, transparent, var(--violet-soft) 50%, transparent); }
.section-heading--split > div:last-child { align-self: end; }
.account-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 15px; }
.account-card { position: relative; min-height: 370px; display: flex; flex-direction: column; overflow: hidden; padding: 24px; border: 1px solid var(--line-bright); border-radius: 22px; background: linear-gradient(155deg, var(--surface-solid), var(--surface)); box-shadow: var(--shadow-soft); transition: transform .25s ease, border-color .25s ease, box-shadow .25s ease; }
.account-card::before { content: ""; position: absolute; z-index: 2; top: 0; right: 24px; left: 24px; height: 2px; border-radius: 0 0 3px 3px; background: linear-gradient(90deg, transparent, var(--violet), var(--aqua), transparent); opacity: .72; }
.account-card:hover { border-color: rgba(141,122,255,.48); box-shadow: 0 28px 62px rgba(34,26,89,.24); }
.account-card--featured { border-color: rgba(141,122,255,.46); background: radial-gradient(circle at 90% 0, rgba(141,122,255,.18), transparent 42%), linear-gradient(155deg, var(--surface-solid), var(--surface)); }
.account-card__glow { position: absolute; top: -100px; right: -90px; width: 210px; height: 210px; border-radius: 50%; background: var(--violet); opacity: .08; filter: blur(38px); pointer-events: none; }
.account-card header { position: relative; z-index: 1; display: flex; align-items: start; justify-content: space-between; gap: 14px; }
.account-card header > span { width: 43px; height: 43px; display: grid; place-items: center; flex: 0 0 43px; border: 1px solid rgba(141,122,255,.3); border-radius: 13px; color: var(--violet); background: var(--violet-soft); font: 700 9px/1 var(--display); }
.account-card header > div { display: grid; justify-items: end; gap: 6px; text-align: end; }
.account-card header small { color: var(--muted); font-size: 8px; }
.account-card h3 { margin: 0; font: 600 24px/1.1 var(--display); letter-spacing: -.03em; }
.account-tags { position: relative; z-index: 1; display: flex; flex-wrap: wrap; gap: 6px; margin: 28px 0; }
.account-tags span { padding: 7px 8px; border: 1px solid var(--line); border-radius: 7px; color: var(--muted); font: 600 7px/1 var(--display); white-space: nowrap; }
.account-tags span:last-child { border-color: rgba(141,122,255,.2); color: var(--violet); background: var(--violet-soft); }
.account-details { position: relative; z-index: 1; display: grid; grid-template-columns: 1fr 1fr; gap: 8px; margin-bottom: 22px; }
.account-details > div { min-height: 86px; display: flex; flex-direction: column; justify-content: space-between; gap: 15px; padding: 14px; border: 1px solid var(--line); border-radius: 13px; background: rgba(255,255,255,.015); }
.account-details span { color: var(--muted); font-size: 8px; line-height: 1.4; }
.account-details strong { color: var(--text); font: 650 18px/1 var(--display); }
.account-card__cta { position: relative; z-index: 1; min-height: 48px; display: flex; align-items: center; justify-content: space-between; gap: 12px; margin-top: auto; padding: 0 17px; border-radius: 11px; color: #fff; background: linear-gradient(135deg, var(--violet), var(--violet-2)); box-shadow: 0 13px 28px rgba(100,83,233,.22); font-size: 11px; font-weight: 800; transition: transform .25s var(--ease), box-shadow .25s ease; }
.account-card__cta:hover { transform: translateY(-2px); box-shadow: 0 18px 35px rgba(100,83,233,.36); }
.account-card__cta svg { width: 18px; fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
.demo-badge { width: fit-content; display: flex; align-items: center; gap: 9px; margin-top: 20px; padding: 9px 12px; border: 1px solid var(--line); border-radius: 999px; color: var(--soft); font-size: 9px; font-weight: 700; }
.market-board { overflow: hidden; border: 1px solid var(--line-bright); border-radius: 22px; background: var(--surface); box-shadow: var(--shadow-soft); backdrop-filter: blur(18px); }
.market-board__head, .market-row { display: grid; grid-template-columns: 1.3fr .65fr .5fr .75fr; align-items: center; gap: 25px; }
.market-board__head { padding: 15px 28px; border-bottom: 1px solid var(--line); color: var(--faint); font: 700 8px/1 var(--display); letter-spacing: .14em; text-transform: uppercase; }
.market-row { min-height: 86px; padding: 12px 28px; border-bottom: 1px solid var(--line); transition: background .25s ease; }
.market-row:hover { background: var(--violet-soft); }
.market-name { display: flex; align-items: center; gap: 13px; }
.market-name > i { width: 38px; height: 38px; display: grid; place-items: center; border: 1px solid var(--line); border-radius: 11px; color: var(--violet); background: var(--violet-soft); font: normal 700 12px/1 var(--display); }
.market-name > span { display: grid; gap: 6px; }
.market-name b, .market-row > strong { font: 600 13px/1 var(--display); }
.market-name small { color: var(--muted); font-size: 9px; }
.market-row > em { width: fit-content; padding: 7px 9px; border-radius: 7px; background: rgba(109,230,177,.08); font: normal 700 9px/1 var(--display); }
.market-row > em.negative { background: rgba(255,124,145,.08); }
.positive { color: var(--positive) !important; }
.negative { color: var(--negative) !important; }
.market-spark { width: 132px; height: 45px; justify-self: end; color: var(--positive); fill: none; }
.market-spark path { stroke: currentColor; stroke-width: 2.2; stroke-linecap: round; }
.market-spark.is-down { color: var(--negative); }
.market-board__foot { min-height: 48px; display: flex; align-items: center; justify-content: space-between; gap: 20px; padding: 0 28px; color: var(--muted); font-size: 9px; }
.market-board__foot span { display: flex; align-items: center; gap: 8px; color: var(--soft); font-weight: 700; }
.market-board__foot i { width: 6px; height: 6px; border-radius: 50%; background: var(--aqua); box-shadow: 0 0 10px var(--aqua); animation: pulse 1.8s ease infinite; }
.market-board__foot p { margin: 0; }

.journey-layout { display: grid; grid-template-columns: .75fr 1fr; gap: clamp(70px, 10vw, 150px); align-items: center; }
.journey-copy h2 { font-size: clamp(40px, 4.3vw, 62px); }
.journey-copy > p:not(.eyebrow) { margin-bottom: 28px; color: var(--muted); line-height: 1.85; }
.journey-steps { list-style: none; margin: 0; padding: 0; }
.journey-steps li { position: relative; display: grid; grid-template-columns: 55px 1fr; gap: 25px; padding: 28px 0; border-bottom: 1px solid var(--line); }
.journey-steps > li > span { width: 44px; height: 44px; display: grid; place-items: center; border: 1px solid var(--line-bright); border-radius: 50%; color: var(--violet); font: 600 9px/1 var(--display); background: var(--surface); }
.journey-steps h3 { margin-bottom: 8px; font: 500 19px/1.2 var(--display); }
.journey-steps p { margin: 0; color: var(--muted); line-height: 1.7; }
.journey-steps > li > i { position: absolute; left: 21px; top: 72px; width: 1px; height: 30px; background: linear-gradient(var(--violet), transparent); }

.platform-panel { position: relative; display: grid; grid-template-columns: .62fr 1.38fr; gap: 70px; align-items: center; padding: clamp(35px, 5vw, 70px); overflow: hidden; border: 1px solid var(--line-bright); border-radius: 30px; background: radial-gradient(circle at 100% 0, var(--violet-soft), transparent 42%), linear-gradient(145deg, var(--surface), transparent); box-shadow: var(--shadow-soft); }
.platform-panel::before { content: ""; position: absolute; left: 43%; top: -20%; width: 1px; height: 140%; background: linear-gradient(transparent, var(--line-bright), transparent); }
.platform-copy { position: relative; z-index: 2; }
.platform-copy h2 { font-size: clamp(40px, 4.2vw, 61px); }
.platform-copy > p:not(.eyebrow) { color: var(--muted); line-height: 1.85; }
.platform-copy ul { list-style: none; display: grid; gap: 13px; margin: 26px 0; padding: 0; color: var(--soft); font-size: 12px; }
.platform-copy li { display: flex; align-items: center; gap: 10px; }
.platform-copy li i { width: 20px; height: 20px; display: grid; place-items: center; border-radius: 50%; color: var(--aqua); background: var(--aqua-soft); font-style: normal; font-size: 10px; }
.text-link { display: inline-flex; align-items: center; gap: 10px; padding-bottom: 5px; border-bottom: 1px solid var(--violet); color: var(--text); font-size: 11px; font-weight: 800; }
.text-link span { color: var(--violet); }
.platform-console { position: relative; z-index: 2; overflow: hidden; border: 1px solid rgba(255,255,255,.13); border-radius: 17px; background: #0b0f1a; box-shadow: 0 28px 65px rgba(0,0,0,.35); color: #f4f7fb; transition: transform .25s ease; }
.platform-console__top { height: 38px; display: flex; align-items: center; justify-content: space-between; padding: 0 14px; border-bottom: 1px solid rgba(255,255,255,.07); color: #727d92; font: 600 7px/1 var(--display); letter-spacing: .1em; }
.platform-console__top > span { display: flex; gap: 5px; }
.platform-console__top i { width: 5px; height: 5px; border-radius: 50%; background: #3a4252; }
.platform-console__top i:first-child { background: #8d7aff; }
.platform-console__top em { color: #67e8d1; font-style: normal; }
.platform-console__body { display: grid; grid-template-columns: 44px 1fr; min-height: 345px; }
.platform-console__body > aside { display: flex; flex-direction: column; align-items: center; gap: 22px; padding: 16px 0; border-right: 1px solid rgba(255,255,255,.07); }
.platform-console__body > aside b { width: 24px; height: 24px; display: grid; place-items: center; border-radius: 7px; color: #998dff; background: rgba(141,122,255,.12); font: 700 9px/1 var(--display); }
.platform-console__body > aside i { width: 12px; height: 12px; border: 1px solid #3e475a; border-radius: 3px; }
.platform-console__body > aside span { width: 18px; height: 18px; margin-top: auto; border-radius: 50%; background: rgba(103,232,209,.12); }
.console-content { min-width: 0; padding: 20px; }
.console-content > header { display: flex; justify-content: space-between; align-items: center; }
.console-content > header div { display: grid; gap: 5px; }
.console-content > header small { color: #6c778d; font-size: 7px; }
.console-content > header strong { font: 600 13px/1 var(--display); }
.console-content > header > span { width: 28px; height: 28px; display: grid; place-items: center; border: 1px solid rgba(141,122,255,.35); border-radius: 50%; color: #a399ff; font: 600 9px/1 var(--display); }
.console-stats { display: grid; grid-template-columns: repeat(3, 1fr); gap: 8px; margin-top: 20px; }
.console-stats > div { display: grid; gap: 6px; padding: 12px; border: 1px solid rgba(255,255,255,.07); border-radius: 9px; background: rgba(255,255,255,.018); }
.console-stats small, .console-stats em { color: #697389; font: normal 600 6px/1 var(--display); }
.console-stats b { font: 600 13px/1 var(--display); }
.console-stats em { color: #67e8d1; }
.console-chart { position: relative; height: 145px; margin-top: 13px; overflow: hidden; border: 1px solid rgba(255,255,255,.06); border-radius: 9px; }
.console-chart > div { position: absolute; inset: 0; background-image: linear-gradient(rgba(255,255,255,.04) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.04) 1px, transparent 1px); background-size: 25% 33.33%; }
.console-chart svg { position: absolute; inset: 13px 0 0; width: 100%; height: calc(100% - 13px); }
.console-chart path { fill: none; stroke: #8d7aff; stroke-width: 2.5; filter: drop-shadow(0 0 5px rgba(141,122,255,.65)); }
.console-content > footer { display: flex; justify-content: space-between; gap: 8px; margin-top: 15px; color: #6f798d; font: 600 6px/1 var(--display); }
.console-content > footer span { display: flex; align-items: center; gap: 5px; }
.console-content > footer i { width: 4px; height: 4px; border-radius: 50%; background: #67e8d1; }

.platform-download { position: relative; display: grid; grid-template-columns: 1.12fr .78fr; gap: clamp(50px, 8vw, 110px); align-items: center; overflow: hidden; padding: clamp(42px, 6vw, 78px); border: 1px solid var(--line-bright); border-radius: 30px; background: radial-gradient(circle at 88% 20%, rgba(24,137,239,.16), transparent 34%), linear-gradient(145deg, var(--surface), transparent); box-shadow: var(--shadow-soft); }
.platform-download::after { content: ""; position: absolute; top: -30%; bottom: -30%; left: 57%; width: 1px; background: linear-gradient(transparent, var(--line-bright), transparent); }
.platform-download .platform-copy h2 { max-width: 650px; }
.download-options { display: grid; gap: 10px; margin-top: 30px; }
.download-option { display: grid; grid-template-columns: 44px 1fr; gap: 15px; align-items: center; padding: 15px; border: 1px solid var(--line); border-radius: 14px; background: rgba(255,255,255,.018); }
.download-option__icon { width: 44px; height: 44px; display: grid; place-items: center; border-radius: 12px; color: #1689ef; background: rgba(22,137,239,.1); }
.download-option__icon svg { width: 23px; fill: currentColor; }
.download-option:nth-child(2) svg { fill: none; stroke: currentColor; stroke-width: 1.7; stroke-linecap: round; }
.download-option p { margin: 0; color: var(--soft); font-size: 12px; line-height: 1.85; }
.download-option p strong { color: var(--text); }
.download-option a { color: #299cf4; font-weight: 800; border-bottom: 1px solid currentColor; }
.download-option a:hover { color: var(--aqua); }
.mt5-brand { position: relative; z-index: 1; min-height: 430px; display: grid; place-items: center; align-content: center; overflow: hidden; border: 1px solid rgba(41,156,244,.22); border-radius: 24px; background: linear-gradient(155deg, rgba(22,137,239,.09), rgba(255,255,255,.012)); box-shadow: inset 0 1px rgba(255,255,255,.08), 0 28px 70px rgba(0,0,0,.2); transition: transform .25s ease; }
.mt5-brand__halo { position: absolute; width: 290px; height: 290px; border-radius: 50%; background: rgba(22,137,239,.18); filter: blur(60px); }
.mt5-logo { position: relative; z-index: 1; width: min(58%, 220px); filter: drop-shadow(0 18px 25px rgba(22,137,239,.27)); }
.mt5-brand > div:not(.mt5-brand__halo) { position: relative; z-index: 1; display: flex; align-items: baseline; gap: 10px; margin-top: 5px; font-family: var(--display); }
.mt5-brand > div strong { font-size: 30px; letter-spacing: -.045em; }
.mt5-brand > div span { color: #299cf4; font: 700 42px/1 var(--display); }
.mt5-brand > small { position: relative; z-index: 1; margin-top: 10px; color: var(--muted); font: 700 8px/1 var(--display); letter-spacing: .18em; }

.company-information { position: relative; }
.company-panel { position: relative; overflow: hidden; padding: clamp(35px, 5vw, 66px); border: 1px solid var(--line-bright); border-radius: 28px; background: radial-gradient(circle at 0 0, var(--aqua-soft), transparent 32%), radial-gradient(circle at 100% 100%, var(--violet-soft), transparent 35%), var(--surface); box-shadow: var(--shadow-soft); }
.company-heading { display: grid; grid-template-columns: 1.2fr .65fr; gap: 70px; align-items: end; margin-bottom: 42px; }
.company-heading h2 { margin-bottom: 0; font-size: clamp(39px, 4.6vw, 64px); }
.company-heading > div:last-child > p { margin: 18px 0 0; color: var(--muted); line-height: 1.8; }
.official-badge { width: fit-content; display: flex; align-items: center; gap: 9px; padding: 9px 12px; border: 1px solid rgba(103,232,209,.22); border-radius: 999px; color: var(--aqua); background: var(--aqua-soft); font-size: 9px; font-weight: 800; letter-spacing: .05em; text-transform: uppercase; }
.official-badge i { width: 6px; height: 6px; border-radius: 50%; background: var(--aqua); box-shadow: 0 0 10px var(--aqua); }
.company-grid { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.company-grid article { position: relative; min-height: 185px; padding: 25px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); transition: background .25s ease; }
.company-grid article:hover { background: var(--violet-soft); }
.company-grid article > span { position: absolute; top: 20px; right: 20px; color: var(--faint); font: 600 8px/1 var(--display); }
.company-grid small { display: block; margin-bottom: 20px; color: var(--aqua); font: 700 8px/1 var(--display); letter-spacing: .13em; text-transform: uppercase; }
.company-grid h3 { margin-bottom: 9px; font: 600 18px/1.3 var(--display); letter-spacing: -.025em; word-break: break-word; }
.company-grid p { margin: 0; color: var(--muted); font-size: 12px; line-height: 1.8; }
.company-grid a:hover { color: var(--aqua); }
.company-note { display: flex; align-items: center; gap: 15px; margin-top: 28px; padding: 17px 19px; border: 1px solid var(--line); border-radius: 13px; background: rgba(255,255,255,.015); }
.company-note svg { flex: 0 0 28px; width: 28px; fill: none; stroke: var(--violet); stroke-width: 1.5; stroke-linecap: round; stroke-linejoin: round; }
.company-note p { margin: 0; color: var(--muted); font-size: 11px; line-height: 1.7; }
.company-note strong { color: var(--soft); margin-right: 5px; }

.closing-cta { padding-top: 40px; }
.closing-panel { position: relative; overflow: hidden; padding: clamp(58px, 8vw, 105px) 30px; border: 1px solid var(--line-bright); border-radius: 30px; background: radial-gradient(circle at 50% 110%, rgba(141,122,255,.32), transparent 48%), var(--surface); text-align: center; box-shadow: var(--shadow-soft); }
.closing-lines { mask-image: radial-gradient(circle at 50% 70%, black, transparent 70%); }
.closing-panel > *:not(.closing-lines) { position: relative; z-index: 2; }
.closing-panel .eyebrow { justify-content: center; }
.closing-panel h2 { font-size: clamp(48px, 6.4vw, 86px); }
.closing-panel > p:not(.eyebrow) { color: var(--soft); font-size: 17px; }
.closing-panel > div:not(.closing-lines) { display: flex; justify-content: center; gap: 12px; margin-top: 28px; }
.closing-panel > small { display: block; margin-top: 28px; color: var(--faint); font-size: 9px; }

.about-hero { position: relative; min-height: 740px; display: flex; align-items: center; padding: 100px 0; }
.about-layout { display: grid; grid-template-columns: 1fr .8fr; gap: 90px; align-items: center; }
.about-copy h1 { font-size: clamp(57px, 7vw, 96px); }
.about-copy > p:not(.eyebrow) { max-width: 660px; color: var(--muted); font-size: 15px; line-height: 1.85; }
.about-copy .about-lead { color: var(--soft) !important; font-size: 19px !important; }
.about-orbital { position: relative; width: min(100%, 500px); aspect-ratio: 1; justify-self: end; display: grid; place-items: center; }
.about-ring { position: absolute; border: 1px solid var(--line-bright); border-radius: 50%; }
.about-ring--one { inset: 3%; border-left-color: var(--violet); animation: spin 19s linear infinite; }
.about-ring--two { inset: 18%; border-right-color: var(--aqua); animation: spin 13s linear infinite reverse; }
.about-ring--three { inset: 34%; border-color: rgba(141,122,255,.35); }
.about-core { position: relative; z-index: 2; width: 118px; height: 118px; display: grid; place-items: center; align-content: center; gap: 5px; border: 1px solid rgba(141,122,255,.45); border-radius: 50%; background: radial-gradient(circle, rgba(141,122,255,.3), var(--bg) 70%); box-shadow: 0 0 70px rgba(141,122,255,.23); }
.about-core b { color: var(--violet); font: 600 39px/1 var(--display); }
.about-core small { color: var(--muted); font: 700 7px/1 var(--display); letter-spacing: .2em; }
.about-label { position: absolute; padding: 8px 12px; border: 1px solid var(--line); border-radius: 8px; background: var(--surface); color: var(--soft); font: 700 8px/1 var(--display); letter-spacing: .1em; box-shadow: var(--shadow-soft); }
.about-label--one { top: 11%; left: 11%; }
.about-label--two { right: 0; top: 45%; }
.about-label--three { left: 7%; bottom: 12%; }
.purpose { padding-top: 50px; }
.purpose-grid { display: grid; grid-template-columns: .25fr 1fr; gap: 60px; padding: 65px 0; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.purpose-mark { color: var(--violet); font: 400 120px/.65 Georgia, serif; }
.purpose blockquote p { max-width: 930px; margin-bottom: 30px; font: 500 clamp(27px, 3.4vw, 46px)/1.35 var(--display); letter-spacing: -.035em; }
.purpose blockquote footer { color: var(--aqua); font: 700 9px/1 var(--display); letter-spacing: .16em; }
.value-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 15px; }
.value-card { min-height: 340px; display: flex; flex-direction: column; padding: 29px; border: 1px solid var(--line); border-radius: 20px; background: var(--surface); box-shadow: var(--shadow-soft); transition: transform .25s ease, border-color .25s ease; }
.value-card:hover { border-color: rgba(141,122,255,.35); }
.value-card > span { align-self: end; color: var(--faint); font: 600 9px/1 var(--display); }
.value-icon { position: relative; width: 74px; height: 74px; display: grid; place-items: center; margin: 18px 0 42px; border: 1px solid var(--line); border-radius: 50%; }
.value-icon i { position: absolute; border: 1px solid var(--violet); border-radius: 50%; }
.value-icon i:first-child { width: 34px; height: 34px; }
.value-icon i:nth-child(2) { width: 10px; height: 10px; background: var(--aqua); border: 0; box-shadow: 0 0 12px var(--aqua); }
.value-icon i:nth-child(3) { inset: -7px; border-color: var(--line); border-left-color: var(--violet); animation: spin 7s linear infinite; }
.value-card h3 { margin-bottom: 13px; font: 500 22px/1.2 var(--display); letter-spacing: -.03em; }
.value-card p { margin: 0; color: var(--muted); line-height: 1.8; }

.site-footer { padding: 75px 0 25px; border-top: 1px solid var(--line); background: rgba(3,5,10,.28); }
.footer-main { display: grid; grid-template-columns: 1.55fr .55fr .65fr 1fr; gap: 60px; }
.footer-brand > p { max-width: 410px; margin: 24px 0 18px; color: var(--muted); font-size: 12px; line-height: 1.8; }
.footer-logo-link { display: inline-flex; width: fit-content; }
.footer-logo { width: 190px; height: auto; filter: drop-shadow(0 12px 25px rgba(137, 54, 255, .22)); }
.footer-verified { width: fit-content; display: flex; align-items: center; gap: 9px; color: var(--soft); font-size: 9px; font-weight: 700; }
.footer-column { display: grid; align-content: start; gap: 12px; }
.footer-column > b { margin-bottom: 9px; font: 600 12px/1 var(--display); }
.footer-column a, .footer-column span { color: var(--muted); font-size: 11px; line-height: 1.6; }
.footer-column a:hover { color: var(--aqua); }
.risk-notice { display: grid; grid-template-columns: 115px 1fr; gap: 25px; margin-top: 55px; padding: 23px 0; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.risk-notice strong { color: var(--soft); font-size: 10px; text-transform: uppercase; letter-spacing: .1em; }
.risk-notice p { margin: 0; color: var(--faint); font-size: 9px; line-height: 1.75; }
.jurisdiction-notice { display: grid; grid-template-columns: 115px 1fr; gap: 25px; padding: 23px 0; border-bottom: 1px solid var(--line); }
.jurisdiction-notice h2 { margin: 0; color: var(--soft); font: 700 10px/1.5 var(--display); text-transform: uppercase; letter-spacing: .1em; }
.jurisdiction-notice__content { display: grid; gap: 9px; }
.jurisdiction-notice p { margin: 0; color: var(--faint); font-size: 9px; line-height: 1.75; }
.jurisdiction-notice p strong { color: var(--muted); font-weight: 700; }
.footer-bottom { min-height: 65px; display: flex; align-items: center; justify-content: space-between; gap: 20px; color: var(--faint); font-size: 9px; }
.footer-bottom p { margin: 0; }
.footer-bottom a { display: flex; align-items: center; gap: 8px; color: var(--muted); }
.footer-bottom a:hover { color: var(--text); }
.footer-bottom a i { width: 25px; height: 25px; display: grid; place-items: center; border: 1px solid var(--line); border-radius: 50%; font-style: normal; }

/* Persian typography and RTL layout. Trading symbols, company identifiers and
   the visual terminal remain LTR so their order and numeric values stay clear. */
.lang-fa h1,
.lang-fa h2,
.lang-fa .prop-stat h3,
.lang-fa .account-card h3,
.lang-fa .bento-card h3,
.lang-fa .journey-steps h3,
.lang-fa .value-card h3,
.lang-fa .purpose blockquote p,
.lang-fa .company-grid h3 { font-family: var(--fa); letter-spacing: -.035em; }
.lang-fa .eyebrow,
.lang-fa .official-bar,
.lang-fa .site-nav,
.lang-fa .button,
.lang-fa .footer-column { font-family: var(--fa); }
.lang-fa .brand,
.lang-fa .footer-logo-link,
.lang-fa .terminal-stage,
.lang-fa .platform-console { direction: ltr; }
.lang-fa .terminal-stage,
.lang-fa .platform-console,
.lang-fa .account-card,
.lang-fa .platform-download { font-family: var(--fa); }
.lang-fa .hero-copy h1 { font-size: clamp(45px, 5.1vw, 72px); }
.lang-fa .prop-stat > i { right: auto; left: 28px; }
.lang-fa .account-card header > div { justify-items: start; text-align: start; }
.lang-fa .account-tags { direction: ltr; justify-content: flex-end; }
.lang-fa .account-card__cta svg { transform: scaleX(-1); }
.lang-fa .platform-download::after { right: 57%; left: auto; }
.lang-fa .terminal-summary small,
.lang-fa .chart-toolbar small,
.lang-fa .terminal-order > span,
.lang-fa .watchlist header b,
.lang-fa .terminal-footer > span:first-child,
.lang-fa .floating-chip span,
.lang-fa .floating-chip small,
.lang-fa .console-content > header div,
.lang-fa .console-stats small,
.lang-fa .console-stats em,
.lang-fa .console-content > footer span { direction: rtl; text-align: right; }
.lang-fa .journey-steps > li > i { right: 21px; left: auto; }
.lang-fa .platform-panel::before { right: 43%; left: auto; }
.lang-fa .company-grid { border-right: 1px solid var(--line); border-left: 0; }
.lang-fa .company-grid article { border-right: 0; border-left: 1px solid var(--line); }
.lang-fa .company-grid article > span { right: auto; left: 20px; }
.lang-fa .company-note strong { margin-right: 0; margin-left: 5px; }
.lang-fa .market-row > strong,
.lang-fa .market-row > em,
.lang-fa .market-spark,
.lang-fa [data-market-clock] { direction: ltr; }
.ltr-text { direction: ltr; unicode-bidi: isolate; text-align: left; }
.lang-fa .footer-bottom a i { margin-right: 2px; }
.lang-fa .jurisdiction-notice h2 { font-family: var(--fa); text-transform: none; letter-spacing: 0; }

.reveal { opacity: 0; transform: translateY(25px); transition: opacity .85s var(--ease), transform .85s var(--ease); }
.reveal.reveal-delay { transition-delay: .14s; }
.reveal.is-visible { opacity: 1; transform: translateY(0); }

@keyframes ambient { to { transform: translate3d(70px, 50px, 0) scale(1.12); } }
@keyframes float { 50% { transform: translateY(-9px); } }
@keyframes pulse { 50% { opacity: .45; box-shadow: 0 0 0 5px transparent; } }
@keyframes spin { to { transform: rotate(360deg); } }
@keyframes draw { from { stroke-dashoffset: 900; } to { stroke-dashoffset: 0; } }

@media (max-width: 1160px) {
  .site-nav { gap: 10px; }
  .site-nav__links a { padding-inline: 7px; }
  .nav-login { display: none; }
  .hero-layout { grid-template-columns: minmax(0, .8fr) minmax(480px, 1.2fr); gap: 45px; }
  .terminal-body { grid-template-columns: 45px 1fr; }
  .watchlist { display: none; }
  .prop-stats, .account-grid { grid-template-columns: repeat(2, 1fr); }
  .footer-main { grid-template-columns: 1.25fr repeat(3, .7fr); gap: 35px; }
}

@media (max-width: 960px) {
  :root { --header-h: 72px; }
  .section-space { padding: 95px 0; }
  .official-bar p { display: none; }
  .menu-toggle { display: block; }
  .menu-toggle.is-open span:first-child { transform: translateY(5.5px) rotate(45deg); }
  .menu-toggle.is-open span:nth-child(2) { opacity: 0; }
  .menu-toggle.is-open span:last-child { transform: translateY(-5.5px) rotate(-45deg); }
  .site-nav { position: fixed; top: calc(36px + var(--header-h)); right: 18px; left: 18px; display: grid; gap: 16px; padding: 22px; border: 1px solid var(--line-bright); border-radius: 18px; background: var(--surface-solid); box-shadow: var(--shadow); opacity: 0; pointer-events: none; transform: translateY(-12px) scale(.98); transition: .28s var(--ease); }
  .site-nav.is-open { opacity: 1; pointer-events: auto; transform: none; }
  .site-nav__links { display: grid; }
  .site-nav__links a { padding: 13px; border-bottom: 1px solid var(--line); }
  .site-nav__links a::after { display: none; }
  .nav-actions { justify-content: flex-start; flex-wrap: wrap; }
  .nav-login { display: inline-flex; }
  body.menu-open { overflow: hidden; }
  .hero { min-height: auto; padding-top: 90px; }
  .hero-layout { grid-template-columns: 1fr; }
  .hero-copy { max-width: 720px; }
  .terminal-stage { width: min(100%, 720px); margin: 15px auto 0; }
  .floating-chip--left { left: -15px; }
  .floating-chip--right { right: -12px; }
  .section-heading, .company-heading { grid-template-columns: 1fr; gap: 28px; }
  .section-heading > p, .section-heading > div:last-child { max-width: 620px; }
  .bento-grid { grid-template-columns: 1fr 1fr; grid-template-rows: auto auto; }
  .bento-card--large { grid-column: 1 / -1; grid-row: auto; min-height: 520px; }
  .bento-orbit { width: min(55%, 360px); }
  .journey-layout { grid-template-columns: 1fr; gap: 45px; }
  .platform-panel { grid-template-columns: 1fr; gap: 55px; }
  .platform-panel::before { display: none; }
  .platform-download { grid-template-columns: 1fr; gap: 42px; }
  .platform-download::after { display: none; }
  .mt5-brand { min-height: 370px; }
  .company-grid { grid-template-columns: repeat(2, 1fr); }
  .about-layout { grid-template-columns: 1fr; gap: 45px; }
  .about-orbital { width: min(80%, 470px); justify-self: center; }
  .value-grid { grid-template-columns: 1fr; }
  .value-card { min-height: 280px; }
  .footer-main { grid-template-columns: 1.4fr 1fr 1fr; }
  .footer-brand { grid-column: 1 / -1; }
}

@media (max-width: 680px) {
  .container { width: min(calc(100% - 30px), var(--container)); }
  .section-space { padding: 76px 0; }
  .official-bar__inner { justify-content: center; }
  .official-bar a { display: none; }
  .official-bar span { font-size: 8px; }
  .brand-symbol { width: 44px; height: 44px; flex-basis: 44px; }
  .brand-text strong { font-size: 13px; }
  .brand-text small { font-size: 6.5px; }
  h1 { font-size: clamp(50px, 16vw, 70px); }
  h2 { font-size: clamp(38px, 12vw, 52px); }
  .hero { padding-top: 72px; }
  .hero-lead { font-size: 16px; }
  .hero-actions .button { width: 100%; }
  .hero-trust { display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; }
  .terminal-stage { width: 112%; margin-left: -6%; transform: none !important; }
  .terminal-window { border-radius: 14px; }
  .terminal-body { min-height: 345px; grid-template-columns: 37px 1fr; }
  .terminal-rail { gap: 18px; }
  .terminal-main { padding: 14px; }
  .terminal-summary { grid-template-columns: 1fr 1fr; }
  .terminal-summary > span { display: none; }
  .terminal-summary strong { font-size: 12px; }
  .chart-toolbar > div:last-child { display: none; }
  .hero-chart { height: 210px; }
  .terminal-footer { grid-template-columns: 1fr 1fr; }
  .terminal-footer > span:nth-child(2) { display: none; }
  .floating-chip { display: none; }
  .hero-foot { display: grid; grid-template-columns: 1fr 1fr; gap: 15px; margin-top: 52px; }
  .hero-foot i { display: none; }
  .section-heading { margin-bottom: 38px; }
  .prop-stats, .account-grid { grid-template-columns: 1fr; }
  .prop-stat { min-height: 250px; }
  .account-card { min-height: 350px; }
  .bento-grid { grid-template-columns: 1fr; }
  .bento-card--large { grid-column: auto; min-height: 510px; padding: 28px; }
  .bento-card { min-height: 300px; }
  .bento-orbit { width: min(82%, 340px); }
  .market-board__head { display: none; }
  .market-row { grid-template-columns: 1.3fr .75fr .55fr; gap: 10px; min-height: 78px; padding: 10px 15px; }
  .market-name > i { display: none; }
  .market-name small { max-width: 105px; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
  .market-row > strong { font-size: 11px; }
  .market-spark { display: none; }
  .market-board__foot { padding: 12px 15px; }
  .market-board__foot p { display: none; }
  .journey-steps li { grid-template-columns: 46px 1fr; gap: 15px; }
  .journey-steps > li > i { left: 21px; }
  .lang-fa .journey-steps > li > i { right: 21px; left: auto; }
  .platform-panel { width: calc(100% - 22px); padding: 30px 20px; border-radius: 22px; }
  .platform-download { width: calc(100% - 22px); padding: 34px 20px; border-radius: 22px; }
  .download-option { grid-template-columns: 39px 1fr; gap: 12px; padding: 13px; }
  .download-option__icon { width: 39px; height: 39px; }
  .mt5-brand { min-height: 320px; }
  .mt5-brand > div strong { font-size: 26px; }
  .mt5-brand > div span { font-size: 36px; }
  .platform-console { width: 116%; margin-left: -8%; transform: none !important; }
  .console-stats > div { padding: 9px; }
  .console-stats b { font-size: 10px; }
  .company-panel { padding: 30px 18px; border-radius: 22px; }
  .company-grid { grid-template-columns: 1fr; }
  .company-grid article { min-height: 155px; }
  .company-note { align-items: flex-start; }
  .closing-panel { padding-inline: 20px; border-radius: 22px; }
  .closing-panel > div:not(.closing-lines) { flex-direction: column; }
  .about-hero { min-height: auto; padding: 75px 0; }
  .about-orbital { width: 100%; }
  .purpose-grid { grid-template-columns: 1fr; gap: 0; padding: 45px 0; }
  .purpose-mark { font-size: 80px; }
  .purpose blockquote p { font-size: 26px; }
  .footer-main { grid-template-columns: 1fr 1fr; gap: 38px 20px; }
  .footer-brand, .footer-column:last-child { grid-column: 1 / -1; }
  .risk-notice, .jurisdiction-notice { grid-template-columns: 1fr; gap: 12px; }
  .footer-bottom { flex-wrap: wrap; padding: 20px 0; }
  .footer-bottom span { order: 3; width: 100%; }
}

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