:root {
  color-scheme: dark;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color: #f5f7ff;
  background: #080a10;
  font-synthesis: none;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; background: #080a10; }
body { margin: 0; min-width: 320px; overflow-x: hidden; background: #080a10; color: #f5f7ff; }
body.menu-open { overflow: hidden; }
a { color: inherit; text-decoration: none; }
button { font: inherit; }
.cursor-effect { position: fixed; left: 0; top: 0; z-index: 100; width: 0; height: 0; pointer-events: none; opacity: 0; transition: opacity 160ms ease; mix-blend-mode: screen; }
.cursor-effect.is-visible { opacity: 1; }
.cursor-effect span { position: absolute; display: block; left: 0; top: 0; }
.cursor-effect__halo { width: 34px; height: 34px; margin: -17px; border: 1px solid rgba(210, 255, 126, 0.78); border-radius: 50%; box-shadow: 0 0 0 5px rgba(141, 218, 120, 0.06), 0 0 26px rgba(96, 122, 255, 0.24); transition: transform 220ms ease, border-color 220ms ease, box-shadow 220ms ease; }
.cursor-effect__dot { width: 5px; height: 5px; margin: -2.5px; background: #d5ff81; border-radius: 50%; box-shadow: 0 0 12px #d5ff81; transition: transform 220ms ease, background 220ms ease; }
.cursor-effect__tail { width: 32px; height: 1px; left: -16px !important; top: 12px !important; background: rgba(104, 129, 255, 0.42); transform: rotate(-38deg); opacity: 0.8; transition: opacity 180ms ease; }
.cursor-effect.is-hovering .cursor-effect__halo { transform: scale(1.56); border-color: #ffffff; box-shadow: 0 0 0 7px rgba(205, 255, 118, 0.1), 0 0 34px rgba(203, 255, 114, 0.42); }
.cursor-effect.is-hovering .cursor-effect__dot { transform: scale(0.58); background: #ffffff; }
.cursor-effect.is-hovering .cursor-effect__tail { opacity: 0; }
.cursor-effect.is-pressed .cursor-effect__halo { transform: scale(0.72); }
html.cursor-active, html.cursor-active a, html.cursor-active button { cursor: none; }
.page-shell { width: min(1200px, calc(100% - 64px)); margin: 0 auto; }

.site-header { height: 80px; width: 100%; position: absolute; top: 0; z-index: 10; display: flex; align-items: center; justify-content: space-between; padding: 0 32px; border-bottom: 1px solid rgba(221, 226, 255, 0.16); }
.brand { display: inline-flex; align-items: center; gap: 13px; min-width: 235px; }
.brand img { width: 78px; height: auto; object-fit: contain; }
.brand span { font-size: 12px; color: #9ea9c3; border-left: 1px solid #344057; padding-left: 13px; white-space: nowrap; }
.desktop-nav { display: flex; gap: 29px; align-items: center; }
.desktop-nav a { font-size: 14px; color: #c4cadd; transition: color 180ms ease; }
.desktop-nav a:hover { color: #ffffff; }
.header-actions { display: flex; align-items: center; gap: 14px; }
.locale-switch { display: flex; border: 1px solid #344057; border-radius: 6px; overflow: hidden; }
.locale-switch button { min-width: 38px; height: 29px; border: 0; background: transparent; color: #9ea9c3; cursor: pointer; font-size: 12px; }
.locale-switch button[aria-pressed="true"] { background: #e8ecff; color: #121724; }
.header-cta { min-height: 36px; display: inline-flex; align-items: center; padding: 0 13px; font-size: 13px; background: #b7e85f; color: #122009; border-radius: 6px; }
.menu-toggle, .menu-close { display: none; width: 40px; height: 40px; place-items: center; border: 1px solid #3c4760; border-radius: 6px; background: #111722; color: #fff; cursor: pointer; }
.menu-toggle svg, .menu-close svg { width: 19px; }

.hero { position: relative; min-height: 760px; height: 100vh; overflow: hidden; display: flex; align-items: center; border-bottom: 1px solid #263044; }
.hero-copy { position: relative; z-index: 2; padding-top: 100px; }
.eyebrow { display: flex; align-items: center; gap: 9px; margin: 0 0 20px; font-size: 12px; font-weight: 600; color: #b8c2dc; text-transform: uppercase; }
.eyebrow span:first-child { width: 20px; height: 1px; background: #b7e85f; }
h1, h2, h3, p { margin-top: 0; }
h1 { width: min(620px, 58%); margin-bottom: 24px; font-size: 72px; line-height: 1.03; font-weight: 600; letter-spacing: 0; }
.hero-description { max-width: 520px; color: #aeb8ce; font-size: 18px; line-height: 1.6; }
.hero-actions { display: flex; gap: 12px; margin-top: 34px; }
.button { min-height: 50px; display: inline-flex; align-items: center; justify-content: center; gap: 10px; border-radius: 6px; padding: 0 17px; font-size: 14px; font-weight: 650; }
.button svg { width: 17px; }
.button-primary { color: #10180a; background: #b7e85f; }
.button-secondary { color: #d8def0; background: #151c29; border: 1px solid #39445a; }
.hero-metrics { display: grid; grid-template-columns: repeat(3, minmax(120px, 1fr)); width: min(620px, 58%); margin-top: 72px; border-top: 1px solid rgba(213, 222, 255, 0.22); }
.hero-metrics div { padding: 15px 17px 0 0; border-right: 1px solid rgba(213, 222, 255, 0.16); }
.hero-metrics div + div { padding-left: 17px; }
.hero-metrics div:last-child { border-right: 0; }
.metric-label { display: block; color: #8691aa; font-size: 11px; margin-bottom: 7px; }
.hero-metrics strong { display: block; font-size: 13px; line-height: 1.35; font-weight: 550; color: #e6ebfa; }
.hero-scene { position: absolute; inset: 0; z-index: 1; pointer-events: none; }
#agent-scene { position: absolute; inset: 0; z-index: 1; width: 100%; height: 100%; }
.scene-fallback { position: absolute; z-index: 0; right: max(6vw, 64px); top: 50%; width: 460px; height: 460px; transform: translateY(-48%); opacity: 0.92; }
.scene-orbit { position: absolute; left: 50%; top: 50%; width: 400px; height: 400px; border: 1px solid #6076ca; border-radius: 50%; }
.scene-orbit-one { transform: translate(-50%, -50%) scaleY(0.44) rotate(25deg); }
.scene-orbit-two { width: 300px; height: 300px; border-color: #c8ff64; transform: translate(-50%, -50%) scaleX(0.56) rotate(-25deg); }
.scene-core { position: absolute; left: 50%; top: 50%; width: 126px; height: 146px; display: block; background: #dce8ff; border-radius: 50% 50% 45% 45%; box-shadow: inset -20px -16px 35px rgba(58, 91, 181, 0.42), 0 0 52px rgba(121, 236, 157, 0.26); transform: translate(-50%, -50%) rotate(14deg); animation: scene-core-turn 11s ease-in-out infinite; }
.scene-core::before, .scene-core::after, .scene-core i, .scene-core b { content: ""; position: absolute; display: block; border-radius: 50%; }
.scene-core::before { inset: 21px; border: 1px solid #5570db; }
.scene-core::after { width: 29px; height: 29px; left: 48px; top: 57px; background: #89ef83; box-shadow: 0 0 28px rgba(185, 255, 100, 0.72); }
.scene-core i { width: 188px; height: 188px; left: -31px; top: -21px; border: 1px solid rgba(199, 255, 103, 0.74); }
.scene-core b { width: 244px; height: 244px; left: -59px; top: -49px; border: 1px solid rgba(93, 120, 227, 0.56); }
.scene-node { position: absolute; display: block; width: 12px; height: 12px; background: #c8ff64; border-radius: 50%; box-shadow: 0 0 20px rgba(200, 255, 100, 0.84); animation: scene-node-float 5.5s ease-in-out infinite; }
.scene-node::after { content: ""; position: absolute; width: 1px; height: 138px; background: rgba(111, 139, 222, 0.72); transform-origin: top; }
.scene-node-one { left: 20%; top: 24%; animation-delay: -1.1s; }
.scene-node-one::after { left: 6px; top: 10px; transform: rotate(46deg); }
.scene-node-two { right: 14%; top: 29%; background: #8ca0ff; animation-delay: -2.8s; }
.scene-node-two::after { left: 6px; top: 10px; transform: rotate(-133deg); }
.scene-node-three { right: 24%; bottom: 14%; background: #ffffff; animation-delay: -4.1s; }
.scene-node-three::after { left: 6px; top: 10px; height: 116px; transform: rotate(-27deg); }
html.webgl-ready .scene-fallback { opacity: 0; }
@keyframes scene-core-turn { 50% { transform: translate(-50%, -50%) rotate(-6deg) scale(1.05); } }
@keyframes scene-node-float { 50% { translate: 0 -15px; } }
.hero-scroll-hint { position: absolute; left: 32px; bottom: 26px; z-index: 2; display: flex; align-items: center; gap: 10px; color: #8e98af; font-size: 11px; }
.hero-scroll-hint span:first-child { width: 28px; height: 1px; background: #8e98af; }

.intro-band { padding: 120px 0; background: #eff3fa; color: #101521; }
.intro-layout { display: grid; grid-template-columns: 70px 1fr minmax(300px, 440px); gap: 26px; align-items: start; }
.section-index { margin: 3px 0 0; color: #76829a; font-size: 12px; font-family: ui-monospace, SFMono-Regular, Menlo, monospace; }
h2 { margin-bottom: 0; font-size: 48px; line-height: 1.12; font-weight: 580; letter-spacing: 0; }
.intro-copy { margin: 3px 0 0; font-size: 17px; line-height: 1.7; color: #58647b; }
.intro-band .eyebrow { color: #4f5b72; }

.agent-section { padding: 120px 0 0; background: #0d111b; }
.agent-head, .solutions-head { display: grid; grid-template-columns: 70px 1fr; gap: 26px; }
.agent-head h2, .solutions-head h2 { font-size: 56px; }
.agent-head > div > p:last-child { max-width: 510px; margin: 18px 0 0; color: #a3adc2; font-size: 17px; line-height: 1.6; }
.agent-grid { display: grid; grid-template-columns: repeat(3, 1fr); margin-top: 58px; border-top: 1px solid #283144; border-left: 1px solid #283144; }
.agent-feature { min-height: 290px; position: relative; padding: 28px; border-right: 1px solid #283144; border-bottom: 1px solid #283144; }
.agent-feature::before { content: ""; position: absolute; top: 0; right: 0; width: 4px; height: 42px; background: #b7e85f; }
.agent-feature:nth-child(2)::before { background: #7797ff; }
.agent-feature:nth-child(3)::before { background: #af7cf5; }
.feature-number { color: #73809a; font-size: 12px; font-family: ui-monospace, SFMono-Regular, Menlo, monospace; }
.agent-feature > svg { width: 29px; height: 29px; display: block; margin: 66px 0 18px; color: #b7e85f; stroke-width: 1.6; }
.agent-feature:nth-child(2) > svg { color: #7797ff; }
.agent-feature:nth-child(3) > svg { color: #af7cf5; }
.agent-feature h3 { margin-bottom: 11px; font-size: 20px; font-weight: 600; }
.agent-feature p { margin: 0; max-width: 305px; color: #9ca7bd; line-height: 1.55; font-size: 14px; }
.download-row { margin-top: 0; padding: 56px 0; display: flex; justify-content: space-between; align-items: end; gap: 30px; border-bottom: 1px solid #283144; }
.download-row h3 { margin: 0; font-size: 27px; font-weight: 500; }
.download-actions { display: flex; gap: 9px; }
.download-button { width: 150px; min-height: 76px; display: grid; grid-template-columns: 24px 1fr; align-items: center; gap: 1px 8px; padding: 14px; border: 1px solid #38445b; border-radius: 6px; background: #121927; color: #e2e8f6; text-align: left; opacity: 0.78; cursor: not-allowed; }
.download-button svg { grid-row: span 2; width: 22px; color: #b7e85f; }
.download-button span { font-weight: 600; font-size: 14px; }
.download-button small { color: #8995ad; font-size: 11px; }

.solutions-section { padding: 120px 0; background: #d8dce6; color: #111724; }
.solutions-section .eyebrow { color: #536078; }
.solution-list { margin-top: 62px; border-top: 1px solid #a9b2c4; }
.solution-item { display: grid; grid-template-columns: 70px 1fr 38px; gap: 26px; padding: 29px 0; border-bottom: 1px solid #a9b2c4; align-items: center; }
.solution-item > span { color: #69768d; font-size: 12px; font-family: ui-monospace, SFMono-Regular, Menlo, monospace; }
.solution-item h3 { margin: 0 0 8px; font-size: 24px; font-weight: 600; }
.solution-item p { margin: 0; max-width: 650px; color: #536077; line-height: 1.55; }
.solution-item svg { width: 23px; color: #38445c; }

.contact-section { position: relative; min-height: 630px; overflow: hidden; padding: 165px 0; background: #10151f; }
.contact-content { position: relative; z-index: 1; display: grid; grid-template-columns: 70px minmax(0, 760px); gap: 26px; }
.contact-content h2 { font-size: 58px; max-width: 730px; }
.contact-content > div > p:not(.eyebrow) { max-width: 520px; margin: 22px 0 31px; color: #a6b0c5; line-height: 1.6; font-size: 17px; }
.contact-link { display: inline-flex; align-items: center; gap: 11px; border-bottom: 1px solid #b7e85f; padding-bottom: 9px; color: #dff8a1; font-size: 20px; }
.contact-link svg { width: 18px; }
.contact-scene { position: absolute; inset: 0; z-index: 0; pointer-events: none; overflow: hidden; }
#contact-scene { position: absolute; inset: 0; width: 100%; height: 100%; }
.contact-scene-fallback { position: absolute; inset: 0; opacity: 0.92; transition: opacity 240ms ease; }
.contact-scene-fallback span { position: absolute; display: block; right: 13%; top: 50%; border: 1px solid #6d86e3; border-radius: 50%; transform: translateY(-50%) rotate(22deg) scaleY(0.44); }
.contact-scene-fallback span:nth-child(1) { width: 410px; height: 410px; }
.contact-scene-fallback span:nth-child(2) { width: 275px; height: 275px; border-color: #ccff71; transform: translateY(-50%) rotate(-34deg) scaleX(0.6); }
.contact-scene-fallback span:nth-child(3) { width: 94px; height: 120px; right: calc(13% + 158px); background: #dce8ff; border: 0; border-radius: 48% 48% 42% 42%; box-shadow: inset -18px -15px 28px rgba(71, 99, 171, 0.45), 0 0 45px rgba(124, 237, 154, 0.28); transform: translateY(-50%); }
html.contact-webgl-ready .contact-scene-fallback { opacity: 0; }

.site-footer { padding: 32px 0; background: #080a10; border-top: 1px solid #283144; }
.footer-inner { display: grid; grid-template-columns: 1fr 1fr auto; align-items: center; gap: 30px; color: #8994aa; font-size: 12px; }
.footer-inner img { width: 83px; display: block; }
.footer-inner div p { margin: 7px 0 0; color: #bac3d4; }
.footer-inner > p { margin: 0; line-height: 1.5; }

.mobile-menu { display: none; }

@media (max-width: 920px) {
  .site-header { padding: 0 24px; }
  .desktop-nav, .header-cta { display: none; }
  .menu-toggle { display: grid; }
  .hero { min-height: 680px; }
  h1 { width: min(590px, 75%); font-size: 58px; }
  .hero-metrics { width: 70%; }
  .intro-layout { grid-template-columns: 50px 1fr; }
  .intro-copy { grid-column: 2; max-width: 580px; }
  .agent-head, .solutions-head, .contact-content { grid-template-columns: 50px 1fr; }
  .agent-grid { grid-template-columns: 1fr; }
  .agent-feature { min-height: 230px; }
  .agent-feature > svg { margin-top: 38px; }
  .download-row { align-items: start; flex-direction: column; }
  .contact-content h2 { font-size: 50px; }
}

@media (max-width: 640px) {
  .page-shell { width: min(100% - 40px, 1200px); }
  .site-header { height: 68px; padding: 0 20px; }
  .brand { min-width: 0; gap: 8px; }
  .brand img { width: 66px; }
  .brand span { display: none; }
  .header-actions { gap: 8px; }
  .locale-switch button { min-width: 34px; }
  .hero { height: auto; min-height: 780px; align-items: flex-start; padding-top: 130px; }
  .hero-copy { padding-top: 0; }
  .hero-scene { opacity: 0.76; inset: 90px -150px 0 -100px; }
  #agent-scene { opacity: 0.72; }
  .scene-fallback { right: -34px; top: 35px; width: 360px; height: 360px; transform: scale(0.72); transform-origin: top right; }
  h1 { width: 100%; font-size: 43px; line-height: 1.06; }
  .hero-description { max-width: 320px; font-size: 16px; }
  .hero-actions { flex-direction: column; align-items: flex-start; margin-top: 28px; }
  .button { min-width: 224px; }
  .hero-metrics { width: 100%; grid-template-columns: 1fr; margin-top: 48px; max-width: 335px; }
  .hero-metrics div, .hero-metrics div + div { padding: 10px 0; border-right: 0; border-bottom: 1px solid rgba(213, 222, 255, 0.16); }
  .hero-metrics div:last-child { border-bottom: 0; }
  .hero-scroll-hint { display: none; }
  .hero-scroll-hint { left: 20px; bottom: 19px; }
  .intro-band, .agent-section, .solutions-section { padding-top: 78px; }
  .intro-band, .solutions-section { padding-bottom: 78px; }
  .intro-layout, .agent-head, .solutions-head, .contact-content { grid-template-columns: 1fr; gap: 18px; }
  .intro-copy { grid-column: auto; margin-top: 6px; font-size: 16px; }
  .section-index { margin: 0; }
  h2, .agent-head h2, .solutions-head h2 { font-size: 37px; }
  .agent-head > div > p:last-child { font-size: 16px; }
  .agent-grid { margin-top: 42px; }
  .agent-feature { padding: 24px; min-height: 222px; }
  .download-row { padding: 40px 0; }
  .download-row h3 { font-size: 24px; }
  .download-actions { width: 100%; }
  .download-button { flex: 1; width: auto; min-width: 0; }
  .solution-list { margin-top: 42px; }
  .solution-item { grid-template-columns: 34px 1fr; gap: 14px; padding: 24px 0; }
  .solution-item svg { display: none; }
  .solution-item h3 { font-size: 20px; }
  .solution-item p { font-size: 14px; }
  .contact-section { min-height: 730px; padding: 90px 0 330px; }
  .contact-content h2 { font-size: 39px; }
  .contact-content > div > p:not(.eyebrow) { font-size: 16px; }
  .contact-link { font-size: 17px; }
  .contact-scene { inset: auto 0 0; height: 365px; opacity: 0.94; }
  .footer-inner { grid-template-columns: 1fr; gap: 15px; }
  .footer-inner > p:last-child { color: #647087; }
  .mobile-menu { position: fixed; inset: 0; z-index: 50; padding: 24px 20px; background: #080a10; transform: translateX(100%); transition: transform 220ms ease; display: flex; flex-direction: column; justify-content: space-between; }
  .mobile-menu.is-open { transform: translateX(0); }
  .menu-close { display: grid; margin-left: auto; }
  .mobile-menu nav { display: grid; gap: 20px; margin: auto 0; }
  .mobile-menu nav a { font-size: 37px; font-weight: 560; }
  .mobile-menu > a { color: #dff8a1; padding-bottom: 12px; border-bottom: 1px solid #445037; display: flex; align-items: center; justify-content: space-between; }
  .mobile-menu > a svg { width: 18px; }
}

@media (prefers-reduced-motion: reduce) {
  .scene-core, .scene-node { animation: none; }
}
