:root {
  --color-ink: #040914;
  --color-navy: #07111f;
  --color-navy-2: #0c1930;
  --color-blue: #2563eb;
  --color-cyan: #14b8c4;
  --color-green: #28f4b4;
  --color-white: #ffffff;
  --color-surface: #f4f7fb;
  --color-surface-2: #eaf0f8;
  --color-text: #172033;
  --color-muted: #6b7280;
  --line-dark: rgba(148, 163, 184, 0.2);
  --line-light: rgba(31, 41, 55, 0.09);
  --shadow-card: 0 24px 70px rgba(7, 17, 31, 0.13);
  --shadow-terminal: 0 34px 110px rgba(0, 0, 0, 0.42);
  --radius-xl: 34px;
  --radius-lg: 28px;
  --radius-md: 18px;
  --max-width: 1180px;
  font-family: Inter, Manrope, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

* { box-sizing: border-box; }
body { margin: 0; color: var(--color-text); background: var(--color-white); font-family: inherit; }
a { color: inherit; text-decoration: none; }
p { color: var(--color-muted); line-height: 1.65; }

.screen-reader-text { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0; }
.site-header { position: sticky; top: 0; z-index: 20; display: flex; align-items: center; justify-content: space-between; padding: 16px clamp(20px, 4vw, 48px); background: rgba(255, 255, 255, 0.92); backdrop-filter: blur(18px); border-bottom: 1px solid rgba(31, 41, 55, 0.08); }
.site-brand { display: inline-flex; align-items: center; gap: 12px; font-weight: 850; color: var(--color-navy); letter-spacing: -0.02em; }
.site-brand-mark { display: grid; place-items: center; width: 38px; height: 38px; color: var(--color-white); background: linear-gradient(135deg, var(--color-blue), var(--color-cyan)); border-radius: 14px; box-shadow: 0 14px 28px rgba(37, 99, 235, 0.28); }
.primary-navigation { display: flex; align-items: center; gap: 26px; font-size: 15px; font-weight: 700; }
.primary-navigation a { color: #172033; transition: color .2s ease, transform .2s ease; }
.primary-navigation a:hover { color: var(--color-blue); transform: translateY(-1px); }
.nav-login { padding: 10px 16px; color: var(--color-white) !important; background: linear-gradient(135deg, var(--color-navy), #13223a); border-radius: 999px; box-shadow: 0 12px 30px rgba(7, 17, 31, 0.18); }
.nav-toggle { display: none; border: 0; background: transparent; }
.nav-toggle-line, .nav-toggle-line::before, .nav-toggle-line::after { display: block; width: 24px; height: 2px; background: var(--color-navy); content: ""; }
.nav-toggle-line::before { transform: translateY(-7px); }
.nav-toggle-line::after { transform: translateY(5px); }

.section, .hero, .page-hero { padding: clamp(68px, 8vw, 118px) clamp(20px, 4vw, 48px); }
.section > *, .hero > *, .page-hero > * { max-width: var(--max-width); }
.section-dark { color: var(--color-white); background: radial-gradient(circle at 85% 18%, rgba(20, 184, 196, 0.34), transparent 28%), radial-gradient(circle at 12% 14%, rgba(37, 99, 235, 0.34), transparent 30%), linear-gradient(135deg, #040914 0%, #07111f 48%, #101b31 100%); }
.section-dark p { color: rgba(255, 255, 255, 0.72); }
.section-light { background: var(--color-white); }
.section-muted { background: linear-gradient(180deg, var(--color-surface), #eef3fa); }
.hero { display: grid; grid-template-columns: minmax(0, 1.05fr) minmax(320px, 0.95fr); gap: clamp(36px, 6vw, 82px); align-items: center; overflow: hidden; }
.hero-terminal { position: relative; isolation: isolate; min-height: 640px; }
.hero-terminal::before { position: absolute; inset: 0; z-index: -1; content: ""; background-image: linear-gradient(rgba(148, 163, 184, 0.08) 1px, transparent 1px), linear-gradient(90deg, rgba(148, 163, 184, 0.08) 1px, transparent 1px); background-size: 44px 44px; mask-image: linear-gradient(to bottom, rgba(0,0,0,.85), transparent 88%); }
.hero-terminal::after { position: absolute; right: clamp(20px, 8vw, 120px); bottom: 8%; z-index: -1; width: 360px; height: 360px; content: ""; background: radial-gradient(circle, rgba(20, 184, 196, 0.22), transparent 68%); filter: blur(8px); }
.home-hero .market-candles { position: absolute; inset: 0; z-index: 0; pointer-events: none; opacity: .92; }
.home-hero .hero-copy,
.home-hero .infra-dashboard { position: relative; z-index: 1; }
.market-candle, .market-line-chart { position: absolute; }
.market-candle { width: 14px; border-radius: 999px; background: linear-gradient(180deg, rgba(37, 99, 235, .24), rgba(20, 184, 196, .14)); border: 1px solid rgba(148, 214, 255, .22); box-shadow: 0 0 0 1px rgba(10, 18, 34, .08) inset; }
.market-candle::before, .market-candle::after { position: absolute; left: 50%; width: 1px; content: ""; background: rgba(170, 223, 255, .34); transform: translateX(-50%); }
.market-candle::before { top: -16px; height: 16px; }
.market-candle::after { bottom: -18px; height: 18px; }
.market-candle-a { left: 57%; top: 18%; height: 46px; }
.market-candle-b { left: 62%; top: 26%; height: 62px; }
.market-candle-c { left: 67%; top: 15%; height: 40px; }
.market-candle-d { left: 72%; top: 31%; height: 76px; }
.market-candle-e { left: 77%; top: 20%; height: 54px; }
.market-candle-f { left: 82%; top: 35%; height: 62px; }
.market-candle-g { left: 87%; top: 24%; height: 44px; }
.market-line-chart { left: 60%; top: 24%; width: 28%; height: 25%; overflow: visible; filter: drop-shadow(0 0 10px rgba(96, 165, 250, .12)); }
.market-line-path { fill: none; stroke: rgba(125, 211, 252, .28); stroke-width: 2.2; stroke-linecap: round; stroke-linejoin: round; }
.market-line-node { fill: rgba(165, 243, 252, .76); stroke: rgba(34, 211, 238, .18); stroke-width: 3; }
.hero-copy, .hero-panel { width: 100%; margin: 0 auto; }
.hero h1, .page-hero h1 { max-width: 930px; margin: 0; color: inherit; font-size: clamp(44px, 7vw, 82px); line-height: 0.98; letter-spacing: -0.065em; }
.hero p, .page-hero p { max-width: 660px; font-size: 18px; }
.compact { min-height: 430px; }
.compact h1 { font-size: clamp(38px, 5vw, 64px); }
.eyebrow { margin: 0 0 14px; color: var(--color-cyan) !important; font-size: 13px !important; font-weight: 850; letter-spacing: 0.17em; text-transform: uppercase; }
.hero-actions, .footer-actions { display: flex; flex-wrap: wrap; gap: 14px; margin-top: 30px; }
.button { display: inline-flex; align-items: center; justify-content: center; min-height: 48px; padding: 0 21px; color: var(--color-white); background: linear-gradient(135deg, var(--color-blue), #1d4ed8); border-radius: 999px; font-weight: 800; box-shadow: 0 16px 42px rgba(37, 99, 235, 0.32); }
.button-ghost { color: var(--color-white); background: rgba(255, 255, 255, 0.10); border: 1px solid rgba(255, 255, 255, 0.24); box-shadow: none; }
.button-light { color: var(--color-navy); background: var(--color-white); box-shadow: 0 18px 40px rgba(0, 0, 0, 0.18); }
.trust-row { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 30px; }
.trust-row span { padding: 9px 12px; color: rgba(255,255,255,.78); background: rgba(255,255,255,.08); border: 1px solid rgba(255,255,255,.14); border-radius: 999px; font-size: 13px; font-weight: 760; }

.terminal-window { position: relative; overflow: hidden; border: 1px solid rgba(148, 163, 184, 0.22); border-radius: var(--radius-lg); background: linear-gradient(160deg, rgba(15, 23, 42, 0.96), rgba(2, 8, 23, 0.9)); box-shadow: var(--shadow-terminal); }
.terminal-window::before { position: absolute; inset: 0; pointer-events: none; content: ""; background-image: linear-gradient(rgba(20, 184, 196, 0.08) 1px, transparent 1px), linear-gradient(90deg, rgba(20, 184, 196, 0.08) 1px, transparent 1px); background-size: 32px 32px; opacity: .48; }
.terminal-window::after { position: absolute; inset: auto -80px -90px auto; width: 220px; height: 220px; content: ""; background: radial-gradient(circle, rgba(37, 99, 235, .12), transparent 70%); pointer-events: none; }
.terminal-bar { position: relative; z-index: 1; display: flex; gap: 8px; padding: 16px 18px; border-bottom: 1px solid rgba(148, 163, 184, 0.16); }
.terminal-bar span { width: 10px; height: 10px; border-radius: 50%; background: rgba(148, 163, 184, .55); }
.terminal-window:not(.terminal-window-home) .terminal-bar span { background: rgba(148, 163, 184, .55); box-shadow: none; }
.terminal-window:not(.terminal-window-home) .terminal-bar span:nth-child(1),
.terminal-window:not(.terminal-window-home) .terminal-bar span:nth-child(2),
.terminal-window:not(.terminal-window-home) .terminal-bar span:nth-child(3) { background: rgba(148, 163, 184, .55); }
.terminal-bar-live span:nth-child(1) { background: #f97373; }
.terminal-bar-live span:nth-child(2) { background: #facc15; }
.terminal-bar-live span:nth-child(3) { background: var(--color-green); }
.panel-badge { position: absolute; top: 18px; right: 22px; z-index: 1; padding: 7px 12px; border: 1px solid rgba(255,255,255,.12); border-radius: 999px; color: rgba(255,255,255,.72); background: rgba(255,255,255,.06); font-size: 11px; font-weight: 850; letter-spacing: .14em; text-transform: uppercase; }
.terminal-window-home::after { background: radial-gradient(circle, rgba(20, 184, 196, .18), transparent 68%); }
.terminal-window-about::after { background: radial-gradient(circle, rgba(59, 130, 246, .18), transparent 68%); }
.terminal-window-contact::after { background: radial-gradient(circle, rgba(45, 212, 191, .18), transparent 68%); }
.terminal-window-product-detail::after { background: radial-gradient(circle, rgba(99, 102, 241, .14), transparent 68%); }
.product-system-map::after { background: radial-gradient(circle, rgba(20, 184, 196, .16), transparent 68%); }
.terminal-window-about::before { background-image: linear-gradient(rgba(59, 130, 246, 0.08) 1px, transparent 1px), linear-gradient(90deg, rgba(59, 130, 246, 0.08) 1px, transparent 1px); }
.terminal-window-contact::before { background-image: linear-gradient(rgba(45, 212, 191, 0.08) 1px, transparent 1px), linear-gradient(90deg, rgba(45, 212, 191, 0.08) 1px, transparent 1px); }
.terminal-window-product-detail::before { background-image: linear-gradient(rgba(99, 102, 241, 0.08) 1px, transparent 1px), linear-gradient(90deg, rgba(99, 102, 241, 0.08) 1px, transparent 1px); }
.panel-badge-products { color: rgba(149, 232, 255, .82); }
.panel-badge-about { color: rgba(167, 196, 255, .82); }
.panel-badge-contact { color: rgba(165, 255, 235, .82); }
.infra-dashboard { min-height: 470px; padding: 0 26px 28px; }
.dashboard-header { position: relative; z-index: 1; display: flex; align-items: start; justify-content: space-between; gap: 16px; padding: 22px 0; color: var(--color-white); }
.dashboard-header strong { display: block; margin-top: 4px; font-size: 28px; letter-spacing: -0.04em; }
.dashboard-kicker { margin: 0; color: rgba(255,255,255,.58) !important; font-size: 12px !important; text-transform: uppercase; letter-spacing: .14em; }
.status-pill { padding: 8px 12px; color: var(--color-green); background: rgba(40, 244, 180, .10); border: 1px solid rgba(40, 244, 180, .28); border-radius: 999px; font-size: 12px; font-weight: 850; text-transform: uppercase; }
.market-links { position: relative; z-index: 1; display: flex; flex-wrap: wrap; gap: 10px; margin-bottom: 20px; }
.market-link-chip { display: inline-flex; align-items: center; gap: 8px; padding: 10px 14px; color: var(--color-white); background: rgba(37, 99, 235, 0.18); border: 1px solid rgba(20, 184, 196, 0.36); border-radius: 999px; font-weight: 850; letter-spacing: .06em; }
.market-link-chip::before { width: 8px; height: 8px; content: ""; background: var(--color-green); border-radius: 999px; box-shadow: 0 0 18px var(--color-green); }
.route-map { position: relative; z-index: 1; display: grid; gap: 12px; margin: 22px 0; }
.route-map span { display: flex; align-items: center; min-height: 42px; padding: 10px 14px; color: rgba(255,255,255,.84); background: rgba(255,255,255,.07); border: 1px solid rgba(255,255,255,.12); border-radius: 14px; font-weight: 760; }
.route-map span:nth-child(even) { margin-left: 28px; }
.dashboard-grid { position: relative; z-index: 1; display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; margin-top: 22px; }
.dashboard-grid div { padding: 16px; background: rgba(255,255,255,.06); border: 1px solid rgba(255,255,255,.11); border-radius: 16px; }
.dashboard-grid small { display: block; color: rgba(255,255,255,.52); font-size: 12px; text-transform: uppercase; letter-spacing: .1em; }
.dashboard-grid strong { display: block; margin-top: 6px; color: var(--color-white); }
.terminal-lines { position: relative; z-index: 1; display: grid; gap: 12px; padding: 20px; }
.terminal-lines span { color: rgba(210, 255, 244, .88); font-family: "SFMono-Regular", Consolas, "Liberation Mono", monospace; font-size: 13px; }
.product-terminal { min-height: 230px; }

.section-heading { max-width: var(--max-width); margin: 0 auto 38px; }
.section-heading h2, .split-section h2 { margin: 0; color: var(--color-navy); font-size: clamp(30px, 4vw, 50px); letter-spacing: -0.045em; }
.card-grid { max-width: var(--max-width); margin: 0 auto; display: grid; gap: 20px; }
.card-grid.three { grid-template-columns: repeat(3, 1fr); }
.card-grid.four { grid-template-columns: repeat(4, 1fr); }
.feature-card, .product-card, .contact-card { padding: 26px; background: var(--color-white); border: 1px solid var(--line-light); border-radius: var(--radius-md); box-shadow: var(--shadow-card); }
.section-light .feature-card:not(.system-module-card) { background: var(--color-surface); box-shadow: none; }
.feature-card h3, .product-card h3, .product-card h2, .contact-card h2 { margin: 0 0 10px; color: var(--color-navy); letter-spacing: -0.025em; }
.product-card a, .contact-card a { color: var(--color-blue); font-weight: 850; }
.product-card ul, .check-list { padding-left: 20px; color: var(--color-text); line-height: 1.9; }
.system-module-card { position: relative; overflow: hidden; background: linear-gradient(180deg, #ffffff, #f8fbff); border: 1px solid rgba(37, 99, 235, 0.12); }
.system-module-card::before { position: absolute; top: 0; left: 0; right: 0; height: 5px; content: ""; background: linear-gradient(90deg, var(--color-blue), var(--color-cyan)); }
.system-module-card::after { position: absolute; right: -44px; top: -44px; width: 120px; height: 120px; content: ""; background: radial-gradient(circle, rgba(20, 184, 196, .18), transparent 68%); }
.module-topline { display: flex; justify-content: space-between; gap: 12px; margin-bottom: 20px; color: var(--color-blue); font-size: 12px; font-weight: 900; letter-spacing: .12em; text-transform: uppercase; }
.product-modules .system-module-card { min-height: 330px; }

.capability-chain { max-width: var(--max-width); margin: 0 auto; display: grid; grid-template-columns: repeat(5, 1fr); gap: 14px; }
.capability-chain.terminal-window { padding: 24px; background: linear-gradient(160deg, #08111f, #0d1a31); }
.chain-step { position: relative; padding: 22px; background: rgba(255,255,255,.78); border: 1px solid rgba(37, 99, 235, 0.14); border-radius: 20px; box-shadow: 0 18px 48px rgba(7, 17, 31, .08); }
.terminal-window .chain-step { z-index: 1; background: rgba(255,255,255,.07); border-color: rgba(255,255,255,.13); box-shadow: none; }
.chain-step span { display: inline-flex; align-items: center; justify-content: center; width: 34px; height: 34px; margin-bottom: 18px; color: var(--color-white); background: linear-gradient(135deg, var(--color-blue), var(--color-cyan)); border-radius: 12px; font-size: 12px; font-weight: 900; }
.chain-step strong { display: block; color: var(--color-navy); font-size: 17px; letter-spacing: -0.02em; }
.terminal-window .chain-step strong { color: var(--color-white); }
.chain-step p { margin: 10px 0 0; font-size: 14px; }

.split-section { display: grid; grid-template-columns: minmax(0, .9fr) minmax(0, 1.1fr); gap: 48px; align-items: start; }
.lead-text { max-width: 720px; font-size: 20px; }
.terminal-list { position: relative; max-width: 720px; padding: 26px 30px 26px 48px; background: linear-gradient(180deg, #ffffff, #f8fbff); border: 1px solid rgba(37, 99, 235, 0.12); border-radius: var(--radius-md); box-shadow: var(--shadow-card); }
.contact-layout { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.product-detail-hero { grid-template-columns: minmax(0, 1fr) minmax(300px, .72fr); }
.site-footer { color: var(--color-white); background: radial-gradient(circle at 90% 20%, rgba(20, 184, 196, 0.20), transparent 28%), var(--color-navy); }
.footer-cta { max-width: var(--max-width); margin: 0 auto; padding: 76px clamp(20px, 4vw, 48px); }
.footer-cta h2 { max-width: 760px; margin: 0; font-size: clamp(32px, 4vw, 54px); letter-spacing: -0.055em; }
.footer-bottom { display: flex; justify-content: space-between; gap: 20px; max-width: var(--max-width); margin: 0 auto; padding: 24px clamp(20px, 4vw, 48px); border-top: 1px solid rgba(255,255,255,.12); }
.footer-bottom p { margin: 0; color: rgba(255,255,255,.68); }
.content-area { max-width: var(--max-width); margin: 0 auto; }

@media (max-width: 1100px) {
  .capability-chain { grid-template-columns: repeat(2, 1fr); }
  .card-grid.four { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 900px) {
  .hero, .split-section, .contact-layout, .product-detail-hero { grid-template-columns: 1fr; }
  .card-grid.three, .card-grid.four, .capability-chain, .dashboard-grid { grid-template-columns: 1fr; }
  .hero-terminal { min-height: auto; }
  .home-hero .market-candles { opacity: .5; }
  .nav-toggle { display: inline-flex; }
  .primary-navigation { position: absolute; top: 72px; left: 20px; right: 20px; display: none; flex-direction: column; align-items: stretch; padding: 20px; background: var(--color-white); border: 1px solid rgba(31, 41, 55, 0.08); border-radius: 18px; box-shadow: var(--shadow-card); }
  .primary-navigation.is-open { display: flex; }
  .route-map span:nth-child(even) { margin-left: 0; }
  .infra-dashboard { min-height: 420px; }
}

@media (max-width: 560px) {
  .section, .hero, .page-hero { padding-left: 18px; padding-right: 18px; }
  .hero h1, .page-hero h1 { letter-spacing: -0.045em; }
  .footer-bottom { flex-direction: column; }
}

.product-system-map { max-width: var(--max-width); margin: 0 auto; padding: 0 24px 26px; }
.system-lane { position: relative; z-index: 1; display: grid; grid-template-columns: 180px minmax(140px, 220px) minmax(0, 1fr); gap: 18px; align-items: center; padding: 18px 0; border-bottom: 1px solid rgba(255,255,255,.12); }
.system-lane:last-child { border-bottom: 0; }
.system-lane span { color: var(--color-cyan); font-size: 12px; font-weight: 900; letter-spacing: .14em; text-transform: uppercase; }
.system-lane strong { color: var(--color-white); font-size: 22px; letter-spacing: -0.035em; }
.system-lane p { margin: 0; color: rgba(255,255,255,.68); }
.spec-grid { max-width: var(--max-width); margin: 0 auto; display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.spec-card { position: relative; overflow: hidden; padding: 24px; background: linear-gradient(180deg, #ffffff, #f8fbff); border: 1px solid rgba(37, 99, 235, 0.12); border-radius: var(--radius-md); box-shadow: var(--shadow-card); }
.spec-card::before { position: absolute; inset: 0 0 auto; height: 4px; content: ""; background: linear-gradient(90deg, var(--color-blue), var(--color-cyan)); }
.spec-card span { display: block; margin-bottom: 12px; color: var(--color-blue); font-size: 12px; font-weight: 900; letter-spacing: .14em; text-transform: uppercase; }
.spec-card strong { display: block; color: var(--color-navy); font-size: 24px; letter-spacing: -0.04em; }
.spec-card p { margin: 10px 0 0; }
.operational-panel { align-self: stretch; min-height: 260px; }
.operational-panel .terminal-lines { padding-top: 10px; }

@media (max-width: 900px) {
  .system-lane, .spec-grid { grid-template-columns: 1fr; }
  .system-lane { gap: 8px; align-items: start; }
}

.company-principles { max-width: var(--max-width); margin: 0 auto; display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.principle-card { padding: 28px; }
.principle-card > span { display: inline-flex; align-items: center; justify-content: center; width: 38px; height: 38px; margin-bottom: 22px; color: var(--color-white); background: linear-gradient(135deg, var(--color-blue), var(--color-cyan)); border-radius: 14px; font-size: 12px; font-weight: 900; }
.engineering-stack { padding: 0 24px 24px; }
.stack-node { position: relative; z-index: 1; display: flex; align-items: center; justify-content: space-between; gap: 16px; padding: 16px 0; border-bottom: 1px solid rgba(255,255,255,.12); }
.stack-node:last-child { border-bottom: 0; }
.stack-node span { color: var(--color-cyan); font-size: 12px; font-weight: 900; letter-spacing: .14em; text-transform: uppercase; }
.stack-node strong { color: var(--color-white); text-align: right; letter-spacing: -0.02em; }
.contact-command-center { padding: 0 24px 24px; }
.response-path { position: relative; z-index: 1; padding: 18px 0; border-bottom: 1px solid rgba(255,255,255,.12); }
.response-path:last-child { border-bottom: 0; }
.response-path span { color: var(--color-cyan); font-size: 12px; font-weight: 900; letter-spacing: .14em; text-transform: uppercase; }
.response-path strong { display: block; margin-top: 8px; color: var(--color-white); font-size: 22px; letter-spacing: -0.03em; }
.response-path p { margin: 6px 0 0; color: rgba(255,255,255,.70); }
.contact-route h2 { font-size: 25px; }
.login-assist-card { max-width: 720px; padding: 0 26px 28px; }
.login-assist-card p { position: relative; z-index: 1; margin: 0 0 18px; color: rgba(255,255,255,.72); }
.login-assist-card .button { position: relative; z-index: 1; }

@media (max-width: 720px) {
  .site-header { padding: 14px 18px; }
  .site-brand-mark { width: 34px; height: 34px; border-radius: 12px; }
  .hero, .page-hero, .section { padding-top: 54px; padding-bottom: 54px; }
  .hero h1, .page-hero h1 { font-size: clamp(36px, 12vw, 52px); line-height: 1.02; }
  .hero p, .page-hero p, .lead-text { font-size: 16px; }
  .infra-dashboard, .operational-panel, .contact-command-center { min-height: auto; }
  .terminal-window { border-radius: 22px; }
  .market-candle { width: 12px; }
  .market-candle-a, .market-candle-b, .market-candle-c, .market-candle-d, .market-candle-e, .market-candle-f, .market-candle-g { left: auto; right: 12%; }
  .market-candle-a { top: 14%; height: 40px; }
  .market-candle-b { top: 23%; height: 48px; }
  .market-candle-c { top: 32%; height: 36px; }
  .market-candle-d { top: 40%; height: 56px; }
  .market-candle-e { top: 50%; height: 42px; }
  .market-candle-f { top: 58%; height: 46px; }
  .market-candle-g { top: 68%; height: 34px; }
  .market-line-chart { display: none; }
  .dashboard-header { flex-direction: column; }
  .trust-row, .hero-actions, .footer-actions { align-items: stretch; flex-direction: column; }
  .button { width: 100%; }
  .company-principles, .spec-grid { grid-template-columns: 1fr; }
  .stack-node { align-items: flex-start; flex-direction: column; }
  .stack-node strong { text-align: left; }
  .contact-layout { gap: 16px; }
  .footer-cta { padding-top: 58px; padding-bottom: 58px; }
}

.site-brand-logo { display: block; width: 40px; height: 40px; object-fit: contain; filter: drop-shadow(0 12px 22px rgba(7, 17, 31, .16)); }
.footer-brand-logo { display: block; width: min(360px, 82vw); height: auto; margin: 0 0 28px; opacity: .94; filter: drop-shadow(0 18px 42px rgba(0, 0, 0, .24)); }

@media (max-width: 720px) {
  .site-brand-logo { width: 36px; height: 36px; }
  .footer-brand-logo { width: min(300px, 82vw); margin-bottom: 22px; }
}
