@font-face {
  font-family: "Space Grotesk";
  src: url("/assets/space-grotesk-500.ttf") format("truetype");
  font-style: normal;
  font-weight: 500;
  font-display: swap;
}
:root {
  color-scheme: dark;
  --ink: #0b0b0d;
  --paper: #f2f1ed;
  --paper-2: #e9e7e1;
  --white: #fff;
  --muted: #aaa8a2;
  --line: rgba(255,255,255,.12);
  --orange: #ff5a1f;
  --violet: #7b61ff;
  --cyan: #00cfb3;
  --blue: #4b7cff;
  --shell: min(1240px, calc(100% - 48px));
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; overflow-x: clip; background: var(--ink); color: var(--white); font: 16px/1.5 Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; }
a { color: inherit; text-decoration: none; }
button { font: inherit; }
.shell { width: var(--shell); margin-inline: auto; }
.sr-only { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; }
.skip-link { position: fixed; z-index: 100; left: 16px; top: -60px; padding: 10px 16px; color: var(--ink); background: var(--white); }
.skip-link:focus { top: 16px; }
.site-header { position: sticky; z-index: 50; top: 0; border-bottom: 1px solid var(--line); background: rgba(11,11,13,.92); backdrop-filter: blur(18px); }
.nav-shell { width: var(--shell); height: 76px; margin: auto; display: flex; align-items: center; gap: 42px; }
.brand { display: inline-flex; align-items: center; }
.brand > img { display: block; width: 160px; height: auto; }
.brand-mark { position: relative; display: inline-block; width: 27px; height: 28px; transform: rotate(-8deg); }
.brand-mark i { position: absolute; display: block; width: 18px; height: 18px; border-radius: 3px; }
.brand-mark i:nth-child(1) { left: 0; bottom: 0; background: var(--orange); }
.brand-mark i:nth-child(2) { right: 0; top: 0; background: var(--violet); }
.brand-mark i:nth-child(3) { right: 2px; bottom: 2px; width: 15px; height: 15px; background: var(--ink); border: 2px solid var(--white); }
.main-nav { display: flex; align-items: center; gap: 30px; margin-left: auto; }
.main-nav a, .nav-trigger { border: 0; padding: 26px 0; color: #b9b7b2; background: none; cursor: pointer; transition: color .2s; }
.main-nav a:hover, .nav-trigger:hover, .nav-trigger[aria-expanded="true"] { color: var(--white); }
.nav-trigger { display: inline-flex; align-items: center; gap: 7px; }
.nav-trigger span { display: inline-block; margin: 0; font-size: 12px; line-height: 1; transform: translateY(-1px); }
.language-toggle { display: flex; align-items: center; gap: 5px; color: #5e5b57; font-size: 10px; font-weight: 900; }
.language-toggle button { border: 0; padding: 7px 3px; color: #77736e; background: none; cursor: pointer; }
.language-toggle button:hover, .language-toggle button.active { color: var(--white); }
.nav-actions { display: flex; align-items: center; gap: 20px; }
.text-link { color: #c7c5c0; font-size: 14px; }
.button { display: inline-flex; align-items: center; justify-content: center; gap: 14px; min-height: 52px; padding: 0 24px; border: 1px solid var(--orange); background: var(--orange); color: var(--white); font-weight: 700; transition: transform .2s, background .2s, border-color .2s; }
.button:hover { transform: translateY(-2px); background: #ff713e; border-color: #ff713e; }
.button-small { min-height: 40px; padding: 0 17px; font-size: 13px; }
.button-ghost { border-color: #4a4846; background: transparent; }
.button-ghost:hover { background: #1a191c; border-color: #77736e; }
.menu-toggle { display: none; margin-left: auto; border: 0; background: none; }
.menu-toggle > span:not(.sr-only) { display: block; width: 24px; height: 2px; margin: 5px; background: var(--white); }
.product-menu { position: absolute; z-index: 10; left: 0; top: 76px; width: 100%; visibility: hidden; opacity: 0; transform: translateY(-8px); background: var(--paper); color: var(--ink); transition: .2s; }
.product-menu.open { visibility: visible; opacity: 1; transform: none; }
.product-menu-inner { width: var(--shell); margin: auto; display: grid; grid-template-columns: 1.15fr repeat(3, 1fr); gap: 1px; background: #d3d1cb; }
.menu-intro, .menu-product { min-height: 230px; padding: 32px; background: var(--paper); }
.menu-intro h2 { margin: 10px 0; font-size: 30px; line-height: 1.05; letter-spacing: -.04em; }
.menu-intro p { max-width: 300px; color: #65625e; font-size: 14px; }
.menu-product { position: relative; display: flex; align-items: flex-start; gap: 14px; transition: background .2s; }
.menu-product:hover { background: var(--white); }
.mini-icon { width: 42px; height: 42px; display: grid; place-items: center; flex: none; background: var(--ink); color: var(--white); font-size: 12px; font-weight: 900; }
.menu-product .mini-icon { background: transparent; }
.mini-icon img { width: 34px; height: 34px; object-fit: contain; }
.menu-product strong, .menu-product small { display: block; }
.menu-product strong { margin-top: 2px; }
.menu-product small { margin-top: 5px; color: #716e69; }
.menu-product b { position: absolute; right: 25px; bottom: 24px; font-size: 22px; }
.menu-all { grid-column: 1 / -1; display: flex; justify-content: space-between; padding: 20px 32px; background: #dedcd7; font-weight: 700; }
.overline { color: #68645f; font-size: 12px; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; }
.overline.light { color: rgba(255,255,255,.62); }
.hero { position: relative; z-index: 2; min-height: calc(100vh - 76px); overflow: visible; }
.hero-grid { position: absolute; inset: 0; opacity: .22; background-image: linear-gradient(rgba(255,255,255,.08) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.08) 1px, transparent 1px); background-size: 72px 72px; mask-image: linear-gradient(to bottom, #000, transparent 80%); }
.glow { position: absolute; border-radius: 50%; filter: blur(100px); opacity: .25; }
.glow-one { width: 550px; height: 550px; right: 4%; top: 4%; background: var(--violet); }
.glow-two { width: 350px; height: 350px; left: 8%; bottom: 0; background: var(--orange); opacity: .14; }
.hero-inner { position: relative; min-height: calc(100vh - 128px); display: grid; grid-template-columns: 1.05fr .95fr; align-items: center; gap: 50px; padding-block: 80px 100px; }
.hero h1 { margin: 0 0 26px; max-width: 760px; font-size: clamp(4rem, 7vw, 7.6rem); line-height: .88; letter-spacing: -.07em; }
.hero h1 em, .final-cta h2 em { color: transparent; font-family: "Space Grotesk", ui-sans-serif, system-ui, sans-serif; font-style: normal; font-weight: 500; letter-spacing: .005em; -webkit-text-stroke: 1px rgba(255,255,255,.9); }
.hero h1 em { display: block; width: max-content; max-width: 100%; margin-top: .1em; font-size: .67em; line-height: 1.08; white-space: nowrap; }
.hero-lead { max-width: 620px; color: #aaa8a2; font-size: clamp(17px, 1.6vw, 21px); }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 36px; }
.hero-proof { display: flex; align-items: center; flex-wrap: wrap; gap: 15px; margin-top: 52px; color: #777570; font-size: 12px; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }
.hero-proof i { width: 3px; height: 3px; border-radius: 50%; background: #777570; }
.hero-system { position: relative; aspect-ratio: 1; }
.system-orbit { position: absolute; inset: 10%; border: 1px solid rgba(255,255,255,.15); border-radius: 50%; }
.orbit-two { inset: 25%; border-style: dashed; animation: spin 35s linear infinite; }
@keyframes spin { to { transform: rotate(360deg); } }
.system-core { position: absolute; z-index: 2; left: 27%; right: 27%; top: 37%; bottom: 37%; display: flex; align-items: center; justify-content: center; padding: 7%; border: 1px solid rgba(255,255,255,.25); background: rgba(15,14,18,.92); box-shadow: 0 0 80px rgba(123,97,255,.3); }
.system-core img { display: block; width: 100%; height: auto; }
.system-node { position: absolute; z-index: 3; display: flex; align-items: center; gap: 11px; padding: 11px 15px 11px 11px; border: 1px solid rgba(255,255,255,.18); background: rgba(15,15,18,.9); box-shadow: 0 14px 40px rgba(0,0,0,.35); }
.system-node b { width: 42px; height: 42px; display: grid; place-items: center; font-size: 11px; background: var(--orange); }
.system-node b img { width: 42px; height: 42px; object-fit: contain; }
.system-node span { font-size: 13px; font-weight: 700; }
.node-bot { left: 15.4%; top: 29%; transform: translate(-50%, -50%); }
.system-node.node-bot b { width: 42px; height: 42px; background: transparent; }
.system-node.node-bot b img { width: 42px; height: 42px; }
.node-obs { left: 50%; top: 8%; transform: translate(-50%, -50%); }
.node-code { left: 84.6%; top: 29%; transform: translate(-50%, -50%); }
.node-dcb { left: 84.6%; top: 71%; transform: translate(-50%, -50%); }
.node-chat { left: 15.4%; top: 71%; transform: translate(-50%, -50%); }
.node-next { left: 50%; top: 92%; color: #8d8983; transform: translate(-50%, -50%); }
.node-next b { background: #28272b; }
.node-code b, .node-dcb b, .node-obs b, .node-chat b { background: transparent; }
.hero-strip { position: absolute; z-index: 5; left: 0; bottom: -31px; width: 100%; min-height: 66px; display: flex; align-items: center; overflow: hidden; color: var(--ink); background: var(--orange); font-size: 11px; font-weight: 900; letter-spacing: .12em; clip-path: polygon(0 20%, 100% 0, 100% 80%, 0 100%); }
.hero-strip-inner { width: var(--shell); margin-inline: auto; display: grid; grid-template-columns: repeat(3, 1fr); align-items: center; text-align: center; }
.hero-strip-inner span:first-child { text-align: left; }
.hero-strip-inner span:last-child { text-align: right; }
.section { padding: 130px 0; }
.products-section { position: relative; background: var(--paper); color: var(--ink); }
.section-heading h2, .roadmap h2, .faq h2 { margin: 12px 0 0; font-size: clamp(42px, 5vw, 70px); line-height: .98; letter-spacing: -.055em; }
.split-heading { display: grid; grid-template-columns: 1.3fr .7fr; gap: 60px; align-items: end; }
.split-heading > p { max-width: 470px; margin: 0; color: #6e6a65; font-size: 18px; }
.product-feature { display: grid; grid-template-columns: .9fr 1.1fr; min-height: 680px; margin-top: 75px; background: var(--ink); color: var(--white); }
.product-copy { padding: clamp(34px, 5vw, 70px); }
.product-title { display: flex; align-items: center; gap: 16px; }
.product-logo { width: 54px; height: 54px; display: grid; place-items: center; background: var(--orange); color: var(--white); font-size: 13px; font-weight: 900; }
.product-logo.bot, .product-logo.code, .product-logo.dcb { background: transparent; }
.product-logo img { width: 46px; height: 46px; object-fit: contain; }
.product-title > div:last-child > span { color: #898680; font-size: 11px; letter-spacing: .1em; text-transform: uppercase; }
.product-title h3 { margin: 1px 0 0; font-size: 28px; }
.product-lead { margin: 50px 0; font-size: clamp(24px, 2.5vw, 34px); line-height: 1.18; letter-spacing: -.035em; }
.feature-list { margin: 0 0 46px; padding: 0; list-style: none; border-top: 1px solid var(--line); }
.feature-list li { padding: 18px 0; border-bottom: 1px solid var(--line); }
.feature-list strong, .feature-list small { display: block; }
.feature-list small { margin-top: 4px; color: #8d8a84; }
.arrow-link { display: inline-flex; align-items: center; gap: 12px; padding-bottom: 6px; border-bottom: 1px solid currentColor; font-weight: 700; }
.arrow-link span { transition: transform .2s; }
.arrow-link:hover span { transform: translate(3px,-3px); }
.product-visual { min-height: 540px; padding: 9%; display: flex; align-items: center; background: radial-gradient(circle at 70% 30%, #ff8c43, transparent 35%), linear-gradient(145deg, #f04221, #671a58 60%, #16131d); overflow: hidden; }
.window { width: 100%; border: 1px solid rgba(255,255,255,.22); background: #121216; box-shadow: 0 35px 80px rgba(0,0,0,.42); transform: perspective(900px) rotateY(-6deg) rotateX(2deg); }
.window-bar { height: 48px; display: flex; align-items: center; gap: 7px; padding: 0 15px; border-bottom: 1px solid #29282d; color: #77737a; font-size: 10px; }
.window-bar i { width: 7px; height: 7px; border-radius: 50%; background: #3b393f; }
.window-bar span { margin-left: 10px; }
.window-bar b { margin-left: auto; color: var(--cyan); font-size: 8px; }
.stream-layout { display: grid; grid-template-columns: 1.35fr .65fr; min-height: 330px; }
.video-pane { position: relative; display: grid; place-items: center; background: linear-gradient(155deg, #23212a, #0f0e12); }
.video-pane > span { position: absolute; left: 14px; top: 14px; padding: 5px 8px; background: var(--orange); font-size: 8px; font-weight: 900; }
.play { width: 56px; height: 56px; display: grid; place-items: center; border: 1px solid #55515a; border-radius: 50%; color: #9c979f; }
.video-pane small { position: absolute; bottom: 18px; color: #625f66; }
.chat-pane { padding: 17px; border-left: 1px solid #29282d; }
.chat-pane div { margin-bottom: 20px; }
.chat-pane b, .chat-pane span { display: block; font-size: 9px; }
.chat-pane b { color: #a9a3ad; }
.chat-pane span { margin-top: 3px; color: #68646d; }
.chat-pane div:nth-child(3) b { color: var(--orange); }
.chat-pane .chat-input { margin-top: 55px; padding: 9px; border: 1px solid #302e34; color: #555159; font-size: 8px; }
.product-pair { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; margin-top: 20px; }
.product-card { position: relative; min-height: 700px; padding: clamp(30px, 4vw, 56px); overflow: hidden; color: var(--white); background: #211050; }
.dcb-card { background: #003e3a; }
.card-topline { display: flex; justify-content: space-between; color: rgba(255,255,255,.55); font-size: 10px; font-weight: 800; letter-spacing: .12em; }
.status-pill { padding: 5px 8px; border: 1px solid rgba(255,255,255,.25); }
.product-card .product-logo { margin-top: 55px; }
.product-card h3 { margin: 25px 0 12px; font-size: 48px; letter-spacing: -.05em; }
.product-card > p { max-width: 500px; color: rgba(255,255,255,.7); font-size: 18px; }
.code-surface, .community-surface { margin: 48px 0 36px; border: 1px solid rgba(255,255,255,.2); background: rgba(0,0,0,.35); }
.code-tabs { display: flex; border-bottom: 1px solid rgba(255,255,255,.12); }
.code-tabs span { padding: 10px 16px; color: rgba(255,255,255,.45); font-size: 10px; }
.code-tabs span:first-child { color: var(--white); border-right: 1px solid rgba(255,255,255,.12); }
.code-surface pre { margin: 0; padding: 28px; color: #bbb4ca; font: 13px/2 ui-monospace, SFMono-Regular, Menlo, monospace; }
.code-surface pre b { color: #cd8aff; }
.code-surface pre em { color: #7fe8cf; font-style: normal; }
.code-surface pre strong { color: #ff9d75; }
.community-surface { min-height: 228px; display: grid; grid-template-columns: 60px 1fr; }
.community-sidebar { padding: 15px; border-right: 1px solid rgba(255,255,255,.12); }
.community-sidebar i { display: block; width: 29px; height: 29px; margin-bottom: 12px; border-radius: 50%; background: #18534f; }
.community-sidebar i:first-child { background: var(--cyan); }
.community-main { padding: 24px; }
.community-main > span { color: rgba(255,255,255,.4); font-size: 9px; letter-spacing: .12em; }
.community-main > strong { display: block; margin-top: 8px; font-size: 22px; }
.community-main > div { height: 80px; display: flex; align-items: flex-end; gap: 8px; margin-top: 18px; }
.community-main > div i { flex: 1; height: 35%; background: var(--cyan); opacity: .35; }
.community-main > div i:nth-child(2) { height: 58%; }.community-main > div i:nth-child(3) { height: 45%; }.community-main > div i:nth-child(4) { height: 78%; }.community-main > div i:nth-child(5) { height: 92%; opacity: 1; }
.community-main small { color: rgba(255,255,255,.4); font-size: 9px; }
.next-product { margin-top: 20px; padding: clamp(40px, 6vw, 80px); background: var(--paper-2); }
.next-product h3 { margin: 15px 0; font-size: clamp(38px, 5vw, 64px); line-height: 1; letter-spacing: -.05em; }
.next-product p { max-width: 600px; color: #68645f; font-size: 17px; }
.all-products { background: var(--ink); }
.all-products-card { position: relative; display: grid; grid-template-columns: 1.1fr .9fr; min-height: 650px; overflow: hidden; border: 1px solid #37343f; background: linear-gradient(135deg, #211155, #51195f 55%, #b13842); }
.pass-glow { position: absolute; width: 550px; height: 550px; left: 10%; bottom: -65%; border-radius: 50%; background: var(--orange); filter: blur(90px); opacity: .3; }
.pass-copy { position: relative; padding: clamp(45px, 7vw, 90px); }
.pass-copy h2 { margin: 18px 0 25px; font-size: clamp(55px, 7vw, 96px); line-height: .85; letter-spacing: -.065em; }
.pass-copy h2 em { font-style: normal; color: #ffb497; }
.pass-copy > p { max-width: 560px; color: rgba(255,255,255,.72); font-size: 20px; }
.pass-benefits { display: grid; grid-template-columns: 1fr 1fr; gap: 15px; margin-top: 48px; font-size: 14px; }
.pass-benefits i { margin-right: 7px; color: #ffb497; font-style: normal; }
.price-panel { align-self: center; margin: 40px; padding: clamp(32px, 4vw, 54px); color: var(--ink); background: var(--paper); box-shadow: 0 30px 80px rgba(0,0,0,.25); }
.launch-badge { display: inline-block; padding: 6px 9px; background: var(--orange); color: var(--white); font-size: 9px; font-weight: 900; letter-spacing: .12em; }
.price-panel > p { margin: 32px 0 2px; font-weight: 800; }
.price { font-size: 52px; font-weight: 800; letter-spacing: -.055em; }
.price-panel > small { display: block; margin: 20px 0 30px; color: #706c66; line-height: 1.6; }
.button-light { width: 100%; border-color: var(--ink); background: var(--ink); color: var(--white); }
.button-light:hover { border-color: #2c2b2e; background: #2c2b2e; }
.included { display: flex; flex-wrap: wrap; gap: 15px; margin-top: 26px; color: #6f6b65; font-size: 11px; }
.included span { display: flex; align-items: center; gap: 6px; }
.included-product-icon { width: 18px; height: 18px; object-fit: contain; }
.included b { width: 7px; height: 7px; border-radius: 50%; background: #a3a09b; }
.included .bot-dot { background: var(--orange); }.included .code-dot { background: var(--violet); }.included .dcb-dot { background: var(--cyan); }
.platform { background: var(--paper); color: var(--ink); }
.centered { max-width: 760px; margin: auto; text-align: center; }
.centered > p { max-width: 670px; margin: 25px auto 0; color: #6d6964; font-size: 18px; }
.platform-flow { display: grid; grid-template-columns: 1fr 110px 1fr 110px 1fr; align-items: center; margin-top: 80px; }
.flow-card { min-height: 330px; padding: 32px; border: 1px solid #cbc8c0; background: #eeece7; }
.flow-card > span { color: #9d9992; font-size: 11px; }
.flow-icon { width: 64px; height: 64px; display: grid; place-items: center; margin: 28px 0 30px; background: var(--ink); color: var(--white); font-size: 28px; }
.flow-card h3 { margin: 0 0 10px; font-size: 22px; }
.flow-card p { color: #6d6963; font-size: 14px; }
.flow-center { background: var(--white); box-shadow: 0 20px 60px rgba(30,27,24,.1); }
.account-stack { display: flex; margin: 52px 0 30px; }
.account-stack i { width: 52px; height: 52px; display: grid; place-items: center; margin-left: -8px; border: 3px solid var(--white); border-radius: 50%; background: var(--white); color: var(--white); font-size: 10px; font-style: normal; font-weight: 900; }
.account-stack i img { width: 42px; height: 42px; object-fit: contain; }
.account-stack i:first-child { margin: 0; }
.flow-connector { text-align: center; }
.flow-connector i { display: block; height: 1px; background: #aaa69f; }
.flow-connector b { position: relative; top: -9px; padding: 4px 7px; background: var(--paper); color: #98948d; font-size: 8px; letter-spacing: .1em; }
.platform-note { display: flex; gap: 25px; margin-top: 25px; padding: 22px 28px; border-left: 3px solid var(--orange); background: #e6e3dc; }
.platform-note span { color: var(--orange); font-size: 10px; font-weight: 900; letter-spacing: .12em; }
.platform-note p { margin: 0; color: #69655f; font-size: 13px; }
.roadmap { background: #151418; }
.roadmap-grid { display: grid; grid-template-columns: .8fr 1.2fr; gap: 100px; }
.roadmap-heading { position: sticky; top: 130px; align-self: start; }
.roadmap-heading p { max-width: 480px; color: #94918b; font-size: 17px; }
.timeline { margin: 0; padding: 0; list-style: none; }
.timeline li { position: relative; display: grid; grid-template-columns: 120px 1fr; min-height: 170px; padding: 0 0 50px 50px; border-left: 1px solid #3d3a40; }
.timeline li::before { content: ""; position: absolute; left: -6px; top: 0; width: 11px; height: 11px; border-radius: 50%; background: #3d3a40; }
.timeline li.active::before { background: var(--orange); box-shadow: 0 0 16px var(--orange); }
.timeline li > span { color: #6f6c72; font-size: 9px; font-weight: 800; letter-spacing: .12em; }
.timeline li.active > span { color: var(--orange); }
.timeline strong { font-size: 24px; }
.timeline p { margin: 8px 0 0; color: #8e8b91; }
.faq { background: var(--paper); color: var(--ink); }
.faq-grid { display: grid; grid-template-columns: .65fr 1.35fr; gap: 100px; }
.faq-grid > div:first-child > p { color: #6b6761; }
.faq-list { border-top: 1px solid #c9c6bf; }
.faq-list details { border-bottom: 1px solid #c9c6bf; }
.faq-list summary { display: flex; justify-content: space-between; gap: 20px; padding: 28px 0; font-size: 18px; font-weight: 700; cursor: pointer; list-style: none; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary span { font-size: 24px; font-weight: 400; transition: transform .2s; }
.faq-list details[open] summary span { transform: rotate(45deg); }
.faq-list details p { max-width: 720px; margin: -5px 0 28px; color: #67635e; }
.final-cta { position: relative; padding: 130px 0; text-align: center; overflow: hidden; background: radial-gradient(circle at 50% 100%, #662430, transparent 45%), var(--ink); }
.final-cta h2 { margin: 18px 0 25px; font-size: clamp(52px, 7vw, 100px); line-height: .92; letter-spacing: -.065em; }
.final-cta p { max-width: 620px; margin: auto; color: #99958f; font-size: 18px; }
.final-cta .hero-actions { justify-content: center; }
.final-cta .button-light { width: auto; border-color: var(--white); background: var(--white); color: var(--ink); }
.button-outline-light { border-color: #555159; background: transparent; }
footer { padding-top: 75px; border-top: 1px solid var(--line); background: var(--ink); }
.footer-top { display: grid; grid-template-columns: 1fr 1fr 1.3fr; gap: 70px; padding-bottom: 70px; }
.footer-brand { align-self: start; }
.footer-brand > img { width: 190px; }
.footer-top > p { margin: 0; color: #85827d; }
.footer-links { display: grid; grid-template-columns: 1fr 1fr; gap: 40px; }
.footer-links strong, .footer-links a { display: block; }
.footer-links strong { margin-bottom: 15px; color: #77746e; font-size: 10px; letter-spacing: .12em; text-transform: uppercase; }
.footer-links a { margin: 9px 0; color: #bbb8b2; font-size: 14px; }
.footer-links a:hover { color: var(--white); }
.footer-bottom { display: flex; justify-content: space-between; padding: 25px 0 35px; border-top: 1px solid var(--line); color: #65625e; font-size: 11px; }
@media (max-width: 1050px) {
  .nav-actions .text-link { display: none; }
  .hero-inner { grid-template-columns: 1fr; padding-top: 110px; }
  .hero-system { width: min(620px, 100%); margin: -40px auto 0; }
  .product-feature { grid-template-columns: 1fr; }
  .product-pair { grid-template-columns: 1fr; }
  .all-products-card { grid-template-columns: 1fr; }
  .platform-flow { grid-template-columns: 1fr; gap: 15px; }
  .flow-connector { height: 45px; display: grid; place-items: center; }
  .flow-connector i { width: 1px; height: 45px; }
  .flow-connector b { top: -31px; }
  .roadmap-grid, .faq-grid { grid-template-columns: 1fr; gap: 65px; }
  .roadmap-heading { position: static; }
}
@media (max-width: 780px) {
  :root { --shell: min(100% - 30px, 1240px); }
  .nav-shell { height: 68px; }
  .language-toggle { margin-left: auto; }
  .menu-toggle { display: block; }
  .main-nav { position: fixed; inset: 68px 0 auto; display: none; padding: 18px 24px 28px; background: var(--ink); border-bottom: 1px solid var(--line); }
  .main-nav.open { display: block; }
  .main-nav a, .nav-trigger { width: 100%; padding: 14px 0; text-align: left; }
  .main-nav a { display: block; }
  .nav-trigger { display: flex; }
  .nav-actions { display: none; }
  .product-menu { display: none; }
  .hero { min-height: auto; }
  .hero-inner { min-height: 0; padding: 90px 0 150px; }
  .hero h1 { font-size: clamp(3.5rem, 17vw, 5rem); }
  .hero h1 em { font-size: .56em; }
  .hero-system { margin-top: 20px; }
  .system-node { padding: 7px; }
  .system-node b { width: 30px; height: 30px; }
  .system-node:not(.node-next) b, .system-node:not(.node-next) b img { width: 34px; height: 34px; }
  .system-node span { display: none; }
  .section { padding: 90px 0; }
  .split-heading { grid-template-columns: 1fr; gap: 25px; }
  .product-feature { margin-top: 50px; }
  .product-visual { min-height: 430px; padding: 20px; }
  .window { transform: none; }
  .stream-layout { grid-template-columns: 1fr; }
  .chat-pane { display: none; }
  .product-card { min-height: 650px; }
  .pass-benefits { grid-template-columns: 1fr; }
  .price-panel { margin: 15px; }
  .platform-note { flex-direction: column; gap: 8px; }
  .timeline li { grid-template-columns: 1fr; gap: 12px; padding-left: 30px; }
  .footer-top { grid-template-columns: 1fr; gap: 35px; }
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
}
