:root {
  --bg:#020204;
  --cyan:#00f0ff;
  --violet:#7000ff;
  --green:#00ff88;
  --magenta:#ff00aa;
  --muted:#9ca3af;
  --line:#ffffff17;
  --hover-ease:cubic-bezier(.25,.65,.3,1);
  --mono:'JetBrains Mono',monospace;
  --sans:'Outfit','Microsoft YaHei UI','PingFang SC',sans-serif
}

* {
  box-sizing:border-box;
  margin:0;
  padding:0
}

html {
  scroll-behavior:smooth;
  scroll-padding-top:100px
}

body {
  background:var(--bg);
  color:#f1f4fc;
  font:16px/1.65 var(--sans);
  -webkit-font-smoothing:antialiased;
  overflow-x:hidden
}

button {
  font:inherit;
  cursor:pointer;
  color:inherit
}

a {
  color:inherit;
  text-decoration:none
}

button,a {
  touch-action:manipulation;
  -webkit-tap-highlight-color:transparent
}

button:focus-visible,a:focus-visible,[tabindex]:focus-visible {
  outline:2px solid var(--cyan);
  outline-offset:5px
}

button:disabled {
  cursor:wait
}

img,canvas {
  max-width:100%
}

[hidden] {
  display:none!important
}

::selection {
  background:#00f0ff40
}

::-webkit-scrollbar {
  width:5px;
  height:4px
}

::-webkit-scrollbar-track {
  background:var(--bg)
}

::-webkit-scrollbar-thumb {
  background:#4a4760;
  border-radius:4px
}

.container {
  width:min(1200px,calc(100% - 80px));
  margin-inline:auto
}

.section {
  padding-block:108px
}

.section-tinted {
  background:linear-gradient(120deg,#111527b3,#080b12cc);
  border-block:1px solid var(--line)
}

.section-divider {
  height:1px;
  width:85%;
  margin:auto;
  background:linear-gradient(90deg,transparent,#00f0ff30,#9670ff40,transparent)
}

.gradient-text {
  background:linear-gradient(110deg,#78f9ff 5%,#dad8ff 55%,#a687ff 98%);
  color:transparent;
  background-clip:text;
  -webkit-background-clip:text
}

.section-heading {
  max-width:880px;
  margin-bottom:48px
}

.eyebrow {
  display:flex;
  align-items:center;
  gap:14px;
  font:10px/1.6 var(--mono);
  letter-spacing:.2em;
  color:var(--cyan);
  margin-bottom:23px
}

.eyebrow>span {
  color:#7a8296;
  padding-right:14px;
  border-right:1px solid #ffffff26
}

h2 {
  font-size:clamp(30px,3.6vw,48px);
  line-height:1.35;
  letter-spacing:-.035em;
  font-weight:600;
  text-wrap:balance
}

.section-intro {
  font-size:17px;
  color:var(--muted);
  line-height:1.85;
  max-width:770px;
  margin-top:20px
}

h3 {
  font-weight:500;
  line-height:1.55
}

p {
  text-wrap:pretty
}

.button {
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:20px;
  min-height:50px;
  padding:13px 25px;
  border:1px solid transparent;
  border-radius:999px;
  font-size:14px;
  font-weight:600;
  line-height:1.5;
  transition:box-shadow .4s ease,background .4s ease,transform .45s var(--hover-ease)
}

.button i {
  font-size:12px
}

.button:hover {
  transform:translateY(-2px)
}

.button-primary {
  color:#031416;
  background:linear-gradient(100deg,#5cf6fc,#72d4ff);
  box-shadow:0 0 28px #00f0ff16
}

.button-primary:hover {
  box-shadow:0 0 35px #00f0ff35
}

.button-secondary {
  border-color:#ffffff30;
  background:#ffffff04;
  color:#e2e2f1
}

.button-secondary:hover {
  border-color:#9c7cff80;
  background:#9775ff12
}

.skip-link {
  position:fixed;
  top:-100px;
  left:20px;
  padding:10px 20px;
  z-index:110;
  background:var(--cyan);
  color:#000
}

.skip-link:focus {
  top:10px
}

/* Preserve the existing site's local particles and cyan/violet atmosphere. */
#canvas-container {
  position:fixed;
  inset:0;
  z-index:0;
  pointer-events:none;
  opacity:.9;
  overflow:hidden
}

#canvas-container canvas {
  display:block
}

.ambient {
  position:fixed;
  inset:0;
  z-index:0;
  pointer-events:none;
  overflow:hidden;
  background:linear-gradient(#0202041a,#0202049c)
}

.ambient::before,
.ambient::after {
  content:'';
  position:absolute;
  width:70vw;
  height:70vw;
  min-width:560px;
  min-height:560px;
  border-radius:50%;
  filter:blur(90px);
  will-change:transform;
  opacity:.24
}

.ambient::before {
  left:-28vw;
  top:-30vw;
  background:radial-gradient(circle,#7132dd 0%,#3d1688 28%,transparent 67%);
  animation:auroraDriftOne 18s ease-in-out infinite alternate
}

.ambient::after {
  right:-30vw;
  bottom:-34vw;
  background:radial-gradient(circle,#00bdd1 0%,#045864 25%,transparent 66%);
  animation:auroraDriftTwo 22s ease-in-out infinite alternate
}

@keyframes auroraDriftOne {
  to {
    transform:translate3d(25vw,18vh,0) scale(1.15)
  }
}

@keyframes auroraDriftTwo {
  to {
    transform:translate3d(-24vw,-22vh,0) scale(.92)
  }
}

main,
footer {
  position:relative;
  z-index:1
}

.noise-overlay {
  position:fixed;
  inset:0;
  z-index:80;
  pointer-events:none;
  opacity:.015;
  background-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 256 256' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.85' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Cpath fill='%23fff' filter='url(%23n)' d='M0 0h256v256H0z'/%3E%3C/svg%3E")
}

.status-dot {
  display:inline-block;
  width:6px;
  height:6px;
  flex-shrink:0;
  background:var(--green);
  border-radius:50%;
  box-shadow:0 0 13px #68efb460;
  animation:statusPulse 3s infinite
}

@keyframes statusPulse {
  50% {
    opacity:.5
  }
}

/* Navigation */
#navbar {
  position:fixed;
  inset:0 0 auto;
  z-index:90;
  border-bottom:1px solid transparent;
  transition:background .25s,border .25s
}

#navbar.scrolled {
  background:#05060dde;
  backdrop-filter:blur(24px);
  border-bottom-color:var(--line)
}

.nav-shell {
  width:min(1370px,calc(100% - 64px));
  height:86px;
  margin:auto;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:24px
}

.brand {
  display:inline-flex;
  align-items:center;
  gap:13px;
  flex-shrink:0;
  line-height:1.15;
  font-family:var(--mono);
  font-size:23px;
  letter-spacing:-.04em
}

.brand b {
  font-weight:600
}

.brand small {
  display:block;
  margin-top:6px;
  font-size:7px;
  letter-spacing:.18em;
  color:#9297ab
}

.brand-logo {
  width:36px;
  height:36px;
  flex:0 0 36px;
  background:url('../images/ai-gos-logo.png') center/142% no-repeat;
  filter:drop-shadow(0 0 9px #00f0ff35);
  transition:transform .55s cubic-bezier(.16,1,.3,1),filter .35s
}

.desktop-nav {
  display:flex;
  gap:25px;
  align-items:center
}

.desktop-nav a {
  font-size:12px;
  color:#b0b4c3;
  white-space:nowrap
}

.desktop-nav a:hover {
  color:var(--cyan)
}

.nav-actions {
  display:flex;
  gap:16px;
  align-items:center;
  flex-shrink:0
}

.nav-cta {
  font-size:11px;
  min-height:38px;
  padding:9px 18px;
  gap:15px
}

.language-switcher {
  display:flex;
  padding:3px;
  border:1px solid #ffffff22;
  border-radius:30px;
  background:#10131b80
}

.language-switcher button {
  border:0;
  background:transparent;
  border-radius:20px;
  padding:5px 9px;
  color:#858ca3;
  font:10px var(--mono);
  min-height:26px
}

.language-switcher button[aria-pressed=true] {
  background:#ffffff13;
  color:#bafaff
}

.language-switcher button:hover {
  color:#fff
}

#mobile-menu-btn {
  display:none;
  background:none;
  border:1px solid var(--line);
  width:38px;
  height:38px;
  border-radius:8px
}

#mobile-menu {
  background:#090b14f5;
  backdrop-filter:blur(24px);
  border-block:1px solid var(--line);
  padding:22px 28px;
  max-height:calc(100dvh - 72px);
  overflow-y:auto
}

#mobile-menu>a {
  display:block;
  padding:12px;
  color:#c9cedc;
  font-size:15px
}

#mobile-menu>.button {
  margin:14px 10px
}

/* Hero and connected lifecycle */
.hero {
  position:relative;
  isolation:isolate;
  text-align:center;
  overflow:hidden;
  padding:175px 0 30px;
  min-height:850px
}

.hero:before {
  content:'';
  position:absolute;
  z-index:-1;
  width:640px;
  height:330px;
  left:50%;
  top:160px;
  transform:translateX(-50%);
  background:radial-gradient(ellipse,#5c39c427,transparent 68%);
  pointer-events:none
}

.hero-grid {
  position:absolute;
  inset:40% -40% -70%;
  z-index:-1;
  transform:perspective(460px) rotateX(57deg);
  background-image:linear-gradient(#7979ff14 1px,transparent 1px),linear-gradient(90deg,#7979ff14 1px,transparent 1px);
  background-size:70px 70px;
  mask-image:linear-gradient(transparent,#000 38%,transparent 72%)
}

.hero-badge {
  display:inline-flex;
  align-items:center;
  gap:10px;
  padding:7px 15px;
  border:1px solid #ffffff1c;
  border-radius:99px;
  background:#ffffff04;
  font-size:10px;
  letter-spacing:.16em;
  color:#b9bfd0;
  margin-bottom:32px
}

.hero h1 {
  font-size:clamp(40px,5.5vw,76px);
  font-weight:600;
  letter-spacing:-.045em;
  line-height:1.24
}

.hero-title-line {
  display:block
}

.hero-title-line+.hero-title-line {
  margin-top:6px
}

.hero-subtitle {
  max-width:650px;
  margin:28px auto 0;
  color:#a8acbf;
  font-size:17px;
  line-height:1.85
}

.hero-buttons {
  display:flex;
  align-items:center;
  justify-content:center;
  gap:14px;
  margin-top:34px
}

.hero-system-label {
  display:flex;
  justify-content:center;
  align-items:center;
  gap:18px;
  color:#737b92;
  font:9px var(--mono);
  letter-spacing:.13em;
  margin-top:72px
}

.hero-system-label>span:empty {
  width:44px;
  height:1px;
  background:#ffffff20
}

.flow-window {
  max-width:1320px;
  margin:22px auto 0;
  padding:16px 20px 12px;
  overflow-x:auto;
  scrollbar-width:none
}

.flow-window::-webkit-scrollbar {
  display:none
}

.hero-flow {
  list-style:none;
  display:flex;
  min-width:940px;
  justify-content:center
}

.hero-flow li {
  width:10%;
  position:relative;
  display:flex;
  align-items:center;
  flex-direction:column;
  gap:7px
}

.hero-flow li:after {
  content:'';
  height:1px;
  background:linear-gradient(90deg,#00f0ff25,#9670ff60);
  position:absolute;
  top:22px;
  left:calc(50% + 25px);
  right:calc(-50% + 25px)
}

.hero-flow li:last-child:after {
  display:none
}

.hero-flow i {
  height:46px;
  width:46px;
  display:grid;
  place-items:center;
  border:1px solid #ffffff1e;
  border-radius:13px;
  background:#0c101ceb;
  color:#9a9ac1;
  font-size:16px;
  animation:flowPulse 10s infinite;
  animation-delay:calc(var(--step,0)*1s)
}

.hero-flow li b {
  font:9px var(--mono);
  color:#d3d7e5;
  letter-spacing:.12em;
  margin-top:9px
}

.flow-label {
  font-size:10px;
  color:#878da2
}

.scroll-cue {
  display:block;
  width:28px;
  margin:32px auto 0;
  color:#5e687d;
  font-size:24px;
  line-height:1
}

.hero-flow li:nth-child(2) {
  --step:1
}

.hero-flow li:nth-child(3) {
  --step:2
}

.hero-flow li:nth-child(4) {
  --step:3
}

.hero-flow li:nth-child(5) {
  --step:4
}

.hero-flow li:nth-child(6) {
  --step:5
}

.hero-flow li:nth-child(7) {
  --step:6
}

.hero-flow li:nth-child(8) {
  --step:7
}

.hero-flow li:nth-child(9) {
  --step:8
}

.hero-flow li:nth-child(10) {
  --step:9
}

@keyframes flowPulse {
  0%,20%,100% {
    color:#949ab9;
    border-color:#ffffff20
  }
  6%,13% {
    color:#7cfcff;
    border-color:#00f0ff77;
    box-shadow:0 0 24px #00f0ff20
  }
}

.pain-grid {
  display:grid;
  grid-template-columns:repeat(4,1fr);
  gap:30px
}

.pain-card {
  padding-top:24px;
  border-top:1px solid var(--line)
}

.card-number {
  font:11px var(--mono);
  color:var(--violet)
}

.pain-card h3 {
  font-size:19px;
  margin:22px 0 14px;
  min-height:60px
}

.pain-card p {
  font-size:13px;
  line-height:1.9;
  color:var(--muted)
}

.insight {
  margin:52px auto 0;
  padding:25px 0 0;
  border-top:1px solid var(--line);
  font-size:16px;
  text-align:center;
  color:#b7bdd0;
  max-width:980px
}

.value-grid {
  display:grid;
  grid-template-columns:repeat(4,1fr);
  gap:35px
}

.value-grid article {
  padding-right:28px;
  border-right:1px solid var(--line)
}

.value-grid article:last-child {
  border:0
}

.value-visual {
  font:500 54px/1.3 var(--mono);
  letter-spacing:-.06em;
  color:#b9fbff;
  margin-bottom:21px
}

.value-grid article:nth-child(even) .value-visual {
  color:#bca7ff
}

.value-grid p {
  font-size:13px;
  color:#a7adbf;
  line-height:1.8
}

/* Eleven accessible product tabs */
.engine-positioning {
  font-size:14px;
  line-height:1.85;
  color:var(--muted);
  max-width:800px;
  margin:-20px 0 38px
}

.engine-layout {
  display:grid;
  grid-template-columns:280px 1fr;
  border:1px solid #ffffff17;
  background:#04060c99;
  border-radius:20px;
  overflow:hidden
}

.engine-tabs {
  padding:18px;
  border-right:1px solid var(--line);
  display:flex;
  flex-direction:column;
  gap:4px
}

.engine-tabs button {
  display:flex;
  align-items:center;
  gap:20px;
  padding:9px 17px;
  border:1px solid transparent;
  border-radius:8px;
  background:transparent;
  text-align:left;
  color:#949db3;
  font-size:14px;
  line-height:1.7
}

.engine-tabs button>span:first-child {
  font:10px var(--mono);
  color:#66718d
}

.engine-tabs button>i {
  margin-left:auto;
  font-size:10px;
  opacity:0
}

.engine-tabs button:hover {
  color:#fff;
  background:#ffffff05
}

.engine-tabs button[aria-selected=true] {
  border-color:#00f0ff33;
  background:linear-gradient(90deg,#00f0ff10,#8061ff0c);
  color:#affaff
}

.engine-tabs button[aria-selected=true]>i {
  opacity:1
}

.engine-panel {
  height:100%;
  min-height:550px;
  position:relative;
  padding:30px 44px;
  display:flex;
  flex-direction:column;
  background:radial-gradient(ellipse at 50% 35%,#622bda16,transparent 66%)
}

.panel-topline {
  display:flex;
  align-items:center;
  justify-content:space-between;
  font:9px var(--mono);
  letter-spacing:.16em;
  color:#7b87a4
}

.engine-orbit {
  width:260px;
  height:260px;
  margin:10px auto;
  position:relative;
  display:grid;
  place-items:center;
  flex-shrink:0
}

.orbit {
  position:absolute;
  border:1px solid #9c81f722;
  border-radius:50%;
  inset:10px
}

.orbit-two {
  inset:40px;
  border-style:dashed;
  border-color:#00f0ff2c;
  animation:orbitSpin 40s linear infinite
}

.orbit:after,.orbit:before {
  content:'';
  position:absolute;
  top:50%;
  left:-5px;
  width:9px;
  height:9px;
  border-radius:50%;
  background:#10303c;
  border:1px solid #36acba
}

.orbit:after {
  left:auto;
  right:-4px;
  width:7px;
  height:7px;
  background:#a38dd9
}

.engine-icon {
  width:103px;
  height:103px;
  display:grid;
  place-items:center;
  font-size:35px;
  border:1px solid #4acadd55;
  border-radius:27px;
  background:linear-gradient(130deg,#00f0ff13,#8350f81d);
  box-shadow:0 0 65px #5357fe25;
  color:#b2faff;
  transform:rotate(-7deg)
}

.engine-icon i {
  transform:rotate(7deg)
}

.orbit-label {
  position:absolute;
  bottom:4px;
  font:9px var(--mono);
  letter-spacing:.22em;
  color:#9c97bb;
  background:#0b0a19;
  padding:3px 12px
}

.orbit-dot {
  position:absolute;
  inset:10px;
  border-radius:50%;
  animation:orbitSpin 18s linear infinite
}

.orbit-dot:before {
  content:'';
  position:absolute;
  left:50%;
  top:-3px;
  width:6px;
  height:6px;
  background:var(--cyan);
  border-radius:50%;
  box-shadow:0 0 14px var(--cyan)
}

@keyframes orbitSpin {
  to {
    transform:rotate(360deg)
  }
}

.engine-panel-copy {
  max-width:570px;
  margin:auto 0 24px
}

.engine-panel h3 {
  font-size:28px;
  letter-spacing:-.02em;
  margin-bottom:12px
}

.engine-panel p {
  color:#969fb7;
  font-size:15px;
  line-height:1.9
}

.engine-panel-footer {
  border-top:1px solid var(--line);
  padding-top:19px;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:20px;
  font:10px var(--mono);
  color:#78849e
}

.engine-panel-footer a {
  display:flex;
  gap:14px;
  color:#bdc7e2;
  font:12px var(--sans)
}

/* Eight-agent growth team */
.team-core {
  display:flex;
  align-items:center;
  gap:18px;
  border:1px solid #a18fff25;
  background:linear-gradient(100deg,#602cbb20,#00f0ff08);
  border-radius:12px;
  padding:21px 28px;
  margin-bottom:24px;
  font-family:var(--mono)
}

.core-icon {
  color:var(--cyan);
  font-size:20px
}

.team-core strong {
  font-size:14px;
  letter-spacing:.12em
}

.core-line {
  flex:1;
  height:1px;
  background:linear-gradient(90deg,#9c79ff50,#00f0ff20)
}

.team-core>span:last-child {
  font-size:9px;
  letter-spacing:.08em;
  color:#b0b7cb
}

.team-core em {
  font-style:normal;
  color:var(--cyan);
  margin:0 9px
}

.agents-grid {
  display:grid;
  grid-template-columns:repeat(4,1fr);
  gap:16px
}

.agent-card {
  position:relative;
  overflow:hidden;
  border:1px solid var(--line);
  border-radius:14px;
  background:linear-gradient(145deg,#101522b0,#060811c9);
  padding:25px 24px;
  transition:border-color .3s,transform .3s
}

.agent-card:hover {
  transform:translateY(-5px);
  border-color:#00f0ff50
}

.agent-top {
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:8px;
  margin-bottom:29px
}

.agent-icon {
  width:42px;
  height:42px;
  display:grid;
  place-items:center;
  flex-shrink:0;
  border:1px solid #00f0ff26;
  border-radius:12px;
  background:#00f0ff08;
  color:#8de6f6;
  font-size:17px
}

.agent-card:nth-child(even) .agent-icon {
  color:#c1a6ff;
  border-color:#9875ff40;
  background:#a375ff10
}

.agent-top>span {
  font:8px var(--mono);
  color:#7b88a2;
  letter-spacing:.07em
}

.agent-card h3 {
  font-size:19px;
  color:#e0e7f7
}

.agent-role {
  font-size:11px;
  color:#7c88a6;
  margin-top:4px
}

.agent-description {
  margin-top:19px;
  min-height:45px;
  font-size:13px;
  color:#a0a8ba;
  line-height:1.75
}

.agent-signal {
  display:flex;
  gap:4px;
  align-items:flex-end;
  height:13px;
  margin-top:25px
}

.agent-signal>span {
  width:3px;
  height:5px;
  background:#4d7891
}

.agent-signal>span:nth-child(2) {
  height:9px
}

.agent-signal>span:nth-child(3) {
  height:13px;
  background:#5bccd6
}

.agent-signal>span:nth-child(4) {
  height:8px
}

/* Scripted conversation and illustrative customer data */
.demo-bar {
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:20px;
  margin-bottom:16px
}

.demo-label {
  font:9px var(--mono);
  letter-spacing:.08em;
  color:#8b93a9
}

.text-button {
  display:inline-flex;
  gap:9px;
  align-items:center;
  font-size:11px;
  color:#b2bacd;
  background:none;
  border:0;
  padding:7px
}

.text-button:hover {
  color:var(--cyan)
}

.conversation-layout {
  display:grid;
  grid-template-columns:1fr 310px;
  gap:20px
}

.chat-panel,.lead-panel {
  border:1px solid var(--line);
  border-radius:16px;
  background:#080b13;
  overflow:hidden
}

.chat-header {
  display:flex;
  align-items:center;
  gap:14px;
  padding:22px 28px;
  border-bottom:1px solid var(--line)
}

.chat-header strong {
  font-size:14px;
  font-weight:500
}

.chat-header p {
  font-size:10px;
  color:#7d88a3;
  margin-top:2px
}

.chat-header>.status-dot {
  margin-left:auto
}

.chat-messages {
  display:flex;
  flex-direction:column;
  gap:23px;
  padding:30px;
  min-height:493px
}

.message {
  max-width:86%;
  transition:opacity .45s,transform .45s
}

.message-customer {
  align-self:flex-start
}

.message-ai {
  align-self:flex-end
}

.message-sender {
  display:block;
  font-size:9px;
  color:#7f89a2;
  margin-bottom:7px
}

.message-ai .message-sender {
  text-align:right;
  color:#a295cc
}

.message p {
  border:1px solid #ffffff0f;
  padding:13px 17px;
  border-radius:0 12px 12px 12px;
  background:#ffffff05;
  color:#c3c9d8;
  font-size:13px;
  line-height:1.85
}

.message-ai p {
  background:linear-gradient(110deg,#6750b51c,#213c761c);
  border-color:#8d6bdd25;
  border-radius:12px 0 12px 12px;
  color:#d4d5ea
}

.message.waiting {
  visibility:hidden;
  opacity:0;
  transform:translateY(8px)
}

.chat-footer {
  border-top:1px solid var(--line);
  padding:16px 28px;
  font-size:10px;
  display:flex;
  align-items:center;
  gap:12px;
  color:#8591aa
}

.chat-footer i {
  color:#a390d7
}

.lead-panel {
  padding:28px;
  display:flex;
  flex-direction:column
}

.lead-title {
  display:flex;
  gap:11px;
  align-items:center;
  color:#98f3c9;
  font:10px/1.6 var(--mono)
}

.score-ring {
  width:148px;
  height:148px;
  margin:36px auto 18px;
  border-radius:50%;
  background:conic-gradient(from 215deg,#80edee 0%,#a18aff 68%,#a18aff 87%,#ffffff09 87%);
  padding:3px;
  box-shadow:0 0 42px #6d60bb13
}

.score-ring>span {
  display:flex;
  flex-direction:column;
  align-items:center;
  justify-content:center;
  width:100%;
  height:100%;
  border-radius:50%;
  background:#0a0d16;
  font:48px/1.2 var(--mono);
  color:#ddfaff
}

.score-ring small {
  font:10px var(--mono);
  color:#768099;
  letter-spacing:.1em;
  margin-top:9px
}

.score-caption {
  text-align:center;
  font-size:11px;
  color:#8995ae
}

.lead-details {
  margin-top:35px
}

.lead-details>div {
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:14px;
  border-bottom:1px solid #ffffff0b;
  padding:14px 0
}

.lead-details dt {
  font-size:11px;
  color:#7e8ba4
}

.lead-details dd {
  font-size:11px;
  text-align:right;
  color:#d0d7e6
}

.lead-details>div:first-child dd {
  color:var(--green)
}

.next-action {
  margin-top:auto;
  padding:22px 0 0;
  display:grid;
  grid-template-columns:1fr 18px;
  gap:10px
}

.next-action>span {
  color:#78859e;
  font-size:10px;
  grid-column:1/-1
}

.next-action>strong {
  color:#b5a4ee;
  font-weight:500;
  font-size:13px
}

.next-action i {
  color:#a393d1;
  font-size:12px;
  align-self:center
}

.intelligence-layout {
  display:grid;
  grid-template-columns:1fr 1fr;
  align-items:center;
  gap:85px
}

.intelligence-copy .section-heading {
  margin-bottom:0
}

.intelligence-copy h2 {
  font-size:clamp(30px,3vw,42px);
  line-height:1.55
}

.intelligence-copy>.section-intro {
  font-size:14px;
  margin-top:25px
}

.data-sources {
  display:flex;
  flex-wrap:wrap;
  gap:20px;
  margin-top:35px
}

.data-sources>span {
  display:flex;
  align-items:center;
  gap:9px;
  color:#8d99b1;
  font-size:11px
}

.data-sources i {
  color:#9d8ac6
}

.profile-card {
  position:relative;
  border:1px solid #8980be30;
  border-radius:16px;
  background:linear-gradient(135deg,#141726,#080c16);
  padding:28px;
  box-shadow:0 25px 90px #4730a011
}

.profile-top {
  display:flex;
  justify-content:space-between;
  border-bottom:1px solid var(--line);
  padding-bottom:20px;
  font:10px var(--mono);
  color:#a8b4d0;
  letter-spacing:.08em
}

.profile-person {
  display:flex;
  align-items:center;
  gap:16px;
  margin:25px 0 27px
}

.avatar {
  display:grid;
  place-items:center;
  width:49px;
  height:49px;
  border-radius:50%;
  background:linear-gradient(135deg,#7a61b942,#3e9cac33);
  border:1px solid #a691f333;
  font-size:22px;
  color:#d6c6ff
}

.profile-person h3 {
  font-size:21px
}

.profile-person>div>span {
  color:#78869f;
  font-size:10px
}

.profile-person i {
  color:#5faac9
}

.intent-pill {
  font-size:8px;
  margin-left:auto;
  background:#68efb40a;
  color:#8ce8b8;
  border:1px solid #68efb430;
  padding:4px 7px;
  border-radius:4px;
  white-space:nowrap
}

.profile-row {
  margin-top:22px
}

.profile-row h4 {
  font-size:10px;
  font-weight:400;
  color:#7c89a2;
  margin-bottom:12px
}

.tags {
  display:flex;
  flex-wrap:wrap;
  gap:8px
}

.tags>span {
  font-size:10px;
  border-radius:5px;
  padding:4px 10px;
  background:#8087b514;
  color:#b0bcdc;
  border:1px solid #ffffff08
}

.behavior-list {
  list-style:none;
  display:flex;
  flex-direction:column;
  gap:10px
}

.behavior-list li {
  display:flex;
  align-items:center;
  gap:10px;
  font-size:11px;
  color:#c4cadb
}

.behavior-list i {
  font-size:9px;
  color:#74c9be
}

.profile-bottom {
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:30px;
  border-top:1px solid var(--line);
  padding-top:24px;
  margin-top:28px
}

.profile-bottom>div>span {
  font-size:10px;
  color:#7d88a1;
  display:block;
  margin-bottom:10px
}

.profile-bottom strong {
  font-size:16px;
  font-weight:500
}

.profile-bottom small {
  font:9px var(--mono);
  color:#6f7b95
}

.score-track {
  height:3px;
  background:#ffffff0c;
  margin-top:9px
}

.score-track>span {
  display:block;
  width:87%;
  height:100%;
  background:linear-gradient(90deg,var(--cyan),var(--violet))
}

.profile-next {
  display:grid;
  grid-template-columns:1fr auto;
  gap:9px;
  background:#00f0ff04;
  border:1px solid #00f0ff22;
  padding:14px 17px;
  border-radius:8px;
  margin-top:24px
}

.profile-next>span {
  font-size:9px;
  color:#8a9db9;
  grid-column:1/-1
}

.profile-next strong {
  font-size:12px;
  font-weight:500;
  color:#acf3ee
}

.profile-next i {
  font-size:11px;
  color:#acf3ee;
  align-self:center
}

/* Decision logic, channels and industries */
.decision-flow {
  list-style:none;
  display:grid;
  grid-template-columns:repeat(7,1fr);
  margin-top:62px
}

.decision-flow li {
  display:flex;
  align-items:center;
  flex-direction:column;
  position:relative;
  gap:20px
}

.decision-flow li:after {
  content:'';
  position:absolute;
  left:calc(50% + 33px);
  right:calc(-50% + 33px);
  height:1px;
  top:29px;
  background:linear-gradient(90deg,#00f0ff44,#9875ff55)
}

.decision-flow li:last-child:after {
  display:none
}

.decision-node {
  display:grid;
  place-items:center;
  width:59px;
  height:59px;
  border:1px solid #ffffff20;
  background:#0d1220;
  border-radius:50%;
  font:14px var(--mono);
  color:#91a2bf;
  animation:flowPulse 7s linear infinite;
  animation-delay:calc(var(--step)*1s)
}

.decision-flow strong {
  font-size:13px;
  font-weight:400;
  color:#bac4d9
}

.channels-section {
  text-align:center
}

.channels-section .section-heading {
  margin-inline:auto
}

.channels-section .eyebrow {
  justify-content:center
}

.channels-section .section-intro {
  margin-inline:auto
}

.channels-grid {
  display:grid;
  grid-template-columns:repeat(8,1fr);
  gap:14px;
  margin-top:47px
}

.channel {
  padding:22px 8px;
  border:1px solid var(--line);
  border-radius:12px;
  background:#0d101780;
  display:flex;
  align-items:center;
  flex-direction:column;
  gap:14px
}

.channel i {
  font-size:25px;
  color:#b0bfd5
}

.channel:nth-child(3n+1) i {
  color:#8dbde7
}

.channel:nth-child(3n+2) i {
  color:#b39be8
}

.channel span {
  font-size:12px;
  color:#aeb7c9
}

.industries-grid {
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:20px
}

.industry-card {
  border:1px solid var(--line);
  padding:28px;
  border-radius:14px;
  background:linear-gradient(150deg,#ffffff03,#ffffff01);
  transition:border-color .3s
}

.industry-card:hover {
  border-color:#af85fc55
}

.industry-top {
  display:flex;
  justify-content:space-between;
  align-items:center;
  margin-bottom:28px
}

.industry-top i {
  font-size:22px;
  color:#aa9bcf
}

.industry-top>span {
  font:9px var(--mono);
  color:#78849e
}

.industry-card h3 {
  font-size:20px;
  margin-bottom:20px
}

.industry-path {
  display:flex;
  align-items:center;
  flex-wrap:wrap;
  gap:7px 8px;
  font-size:11px;
  color:#8e9ab3;
  line-height:1.8
}

.path-arrow {
  color:#746e95
}

/* Journey, resources and coming-soon entry points */
.journey-section {
  text-align:center;
  background:radial-gradient(ellipse at 50% 70%,#6440aa22,transparent 70%);
  border-block:1px solid var(--line)
}

.journey-section .section-heading {
  margin-inline:auto
}

.journey-section .eyebrow {
  justify-content:center
}

.journey-section .section-intro {
  margin-inline:auto;
  color:#afb2cd;
  font-size:24px;
  margin-top:10px
}

.journey-flow {
  list-style:none;
  display:grid;
  grid-template-columns:repeat(10,1fr);
  margin:55px 0 57px
}

.journey-flow li {
  display:flex;
  align-items:center;
  flex-direction:column;
  gap:18px;
  position:relative
}

.journey-flow li:after {
  content:'';
  position:absolute;
  top:18px;
  left:calc(50% + 23px);
  right:calc(-50% + 23px);
  height:1px;
  background:#8e84c944
}

.journey-flow li:last-child:after {
  display:none
}

.journey-flow li>span {
  display:grid;
  place-items:center;
  width:37px;
  height:37px;
  border-radius:8px;
  border:1px solid #7e76a840;
  background:#171322;
  transform:rotate(45deg);
  font:9px var(--mono);
  color:#a9a1cb
}

.journey-flow li:last-child>span {
  border-color:#00f0ff80;
  color:#b6f9ff;
  background:#00f0ff13
}

.journey-flow strong {
  font:9px var(--mono);
  color:#a3aac0;
  letter-spacing:.04em
}

.growth-statement {
  font-size:clamp(32px,4.5vw,62px);
  font-weight:600;
  letter-spacing:-.03em
}

.pricing-section {
  display:grid;
  grid-template-columns:1.2fr 1fr;
  align-items:center;
  gap:90px
}

.pricing-section .section-heading {
  margin-bottom:0
}

.pricing-card {
  padding:32px;
  border:1px solid #a18bd440;
  border-radius:16px;
  background:linear-gradient(135deg,#7654b515,#00f0ff05);
  display:flex;
  flex-direction:column;
  align-items:flex-start;
  gap:15px
}

.availability {
  font:9px var(--mono);
  color:#b29dd9;
  letter-spacing:.1em;
  padding:5px 9px;
  border:1px solid #9984c738;
  border-radius:4px
}

.pricing-card h3 {
  font-size:32px
}

.pricing-card p {
  font-size:14px;
  color:var(--muted);
  line-height:1.85
}

.pricing-card .button {
  margin-top:10px
}

.availability-note {
  font-size:10px;
  color:#7d86a0
}

.resources-section {
  padding-top:30px
}

.resources-grid {
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:30px
}

.resource-card {
  position:relative;
  border-top:1px solid var(--line);
  padding:27px 25px 10px 0;
  transition:border-color .3s
}

.resource-card:hover {
  border-color:var(--cyan)
}

.resource-label {
  font:9px var(--mono);
  color:#8488a5;
  letter-spacing:.1em
}

.resource-card h3 {
  font-size:20px;
  margin:20px 0 12px
}

.resource-card p {
  font-size:12px;
  color:#8b96af;
  line-height:1.85;
  max-width:300px
}

.resource-card>i {
  position:absolute;
  top:30px;
  right:0;
  font-size:12px;
  color:#9d8fbf
}

.final-cta {
  position:relative;
  isolation:isolate;
  text-align:center;
  padding:125px 0 120px;
  overflow:hidden;
  border-block:1px solid var(--line);
  background:radial-gradient(ellipse at 50% 75%,#51399432,transparent 65%)
}

.final-cta .container {
  position:relative
}

.final-cta .eyebrow {
  justify-content:center;
  color:#a994d8
}

.final-cta h2 {
  max-width:850px;
  margin:auto;
  font-size:clamp(32px,4.3vw,58px)
}

.final-cta .section-intro {
  margin:24px auto 0;
  font-size:16px
}

.cta-orbit {
  position:absolute;
  z-index:-1;
  width:1050px;
  height:640px;
  border:1px solid #9280c31a;
  border-radius:50%;
  top:-32px;
  left:50%;
  transform:translateX(-50%) rotate(-8deg);
  box-shadow:0 0 0 45px #9280c307,0 0 0 90px #9280c305;
  pointer-events:none
}

.cta-note {
  font-size:10px;
  color:#8790a6;
  margin-top:19px
}

.footer-main {
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:50px;
  padding:45px 0
}

.footer-main>p {
  max-width:540px;
  font-size:12px;
  color:#7d89a2;
  line-height:1.9
}

.footer-bottom {
  border-top:1px solid var(--line);
  display:grid;
  grid-template-columns:auto 1fr auto auto;
  align-items:center;
  justify-content:space-between;
  padding:23px 0;
  gap:25px;
  color:#78869f;
  font:9px var(--mono);
  letter-spacing:.05em
}

.footer-bottom a {
  color:#909cb3;
  font:11px var(--sans)
}

.footer-bottom>span:last-child {
  color:#958bb1
}

.footer-contacts {
  display:flex;
  align-items:center;
  justify-content:center;
  gap:8px
}

.footer-bottom .footer-contact {
  display:inline-flex;
  align-items:center;
  justify-content:center;
  width:44px;
  height:44px;
  flex-shrink:0;
  border:1px solid #37c8d940;
  border-radius:50%;
  background:#0a18214d;
  color:#79dbe5;
  font-size:17px;
  transition:color .2s,border-color .2s,background .2s
}

.footer-contact[aria-disabled="true"] {
  cursor:default
}

.footer-contact[href]:hover,.footer-contact[href]:focus-visible {
  color:var(--cyan);
  border-color:#00f0ff80;
  background:#00f0ff12
}

.footer-top-link {
  white-space:nowrap
}

dialog {
  position:fixed;
  inset:0;
  margin:auto;
  background:linear-gradient(145deg,#17192a,#090c14);
  border:1px solid #9782d45c;
  border-radius:20px;
  color:#f1f4fc;
  width:min(460px,calc(100% - 40px));
  padding:42px;
  box-shadow:0 30px 130px #000b
}

dialog::backdrop {
  background:#020308cc;
  backdrop-filter:blur(8px);
  cursor:auto
}

.dialog-close {
  position:absolute;
  right:14px;
  top:10px;
  background:none;
  border:none;
  font-size:28px;
  color:#8b93a9;
  padding:0 8px
}

.dialog-icon {
  width:54px;
  height:54px;
  border:1px solid #00f0ff30;
  background:#00f0ff08;
  border-radius:15px;
  color:#a9faff;
  display:grid;
  place-items:center;
  font-size:22px;
  margin-bottom:28px
}

dialog .eyebrow {
  font-size:9px;
  margin-bottom:15px
}

dialog h2 {
  font-size:27px;
  line-height:1.4
}

dialog p:not(.eyebrow) {
  font-size:14px;
  color:#989fb5;
  margin-top:20px;
  line-height:1.85
}

dialog .button {
  margin-top:28px;
  font-size:12px
}

html[lang=en] .hero h1 {
  font-size:clamp(36px,5.05vw,70px);
  letter-spacing:-.045em
}

html[lang=en] .hero-subtitle {
  max-width:580px
}

html[lang=en] .agent-role {
  display:none
}

html[lang=en] .agent-description {
  margin-top:23px
}

html[lang=en] .journey-flow strong {
  font-size:8px;
  letter-spacing:-.03em
}

html[lang=zh-CN] .journey-flow strong {
  font:12px var(--sans)
}

html[lang=zh-CN] .hero-badge {
  letter-spacing:.1em
}

@media(min-width:1600px) {
  .hero {
    min-height:900px;
    padding-top:195px
  }
  .hero-system-label {
    margin-top:82px
  }
}

@media(max-width:1199px) {
  .nav-shell {
    width:calc(100% - 48px);
    gap:16px
  }
  .desktop-nav {
    gap:17px
  }
  .desktop-nav a {
    font-size:11px
  }
  .nav-actions {
    gap:11px
  }
  .brand {
    font-size:20px;
    gap:11px
  }
  .brand-logo {
    width:33px;
    height:33px;
    flex-basis:33px
  }
  .nav-cta {
    padding-inline:13px;
    gap:10px
  }
  .agents-grid {
    gap:12px
  }
  .agent-card {
    padding:22px 18px
  }
  .agent-card h3 {
    font-size:17px
  }
  .intelligence-layout {
    gap:50px
  }
  .conversation-layout {
    grid-template-columns:1fr 280px
  }
  .lead-panel {
    padding:24px
  }
  .hero {
    min-height:790px;
    padding-top:160px
  }
  .hero-system-label {
    margin-top:60px
  }
  .pricing-section {
    gap:60px
  }
}

@media(max-width:1023px) {
  .desktop-nav {
    display:none
  }
  #mobile-menu-btn {
    display:grid;
    place-items:center
  }
  .nav-shell {
    height:74px
  }
  .container {
    width:calc(100% - 56px)
  }
  .section {
    padding-block:82px
  }
  .hero {
    min-height:750px;
    padding-top:150px
  }
  .hero h1 {
    font-size:clamp(36px,5.6vw,59px)
  }
  html[lang=en] .hero h1 {
    font-size:5.2vw
  }
  .hero-subtitle {
    max-width:590px;
    font-size:16px
  }
  .pain-grid {
    gap:30px;
    grid-template-columns:repeat(2,1fr)
  }
  .pain-card h3 {
    min-height:0;
    font-size:20px
  }
  .value-grid {
    gap:20px
  }
  .value-visual {
    font-size:42px
  }
  .value-grid article {
    padding-right:20px
  }
  .agents-grid {
    grid-template-columns:repeat(2,1fr);
    gap:18px
  }
  .agent-card {
    padding:25px
  }
  .agent-card h3 {
    font-size:21px
  }
  .agent-description {
    min-height:0
  }
  .agent-top {
    margin-bottom:24px
  }
  .engine-layout {
    grid-template-columns:215px 1fr
  }
  .engine-tabs {
    padding:13px
  }
  .engine-tabs button {
    padding:11px;
    gap:15px;
    font-size:13px
  }
  .engine-panel {
    padding:27px;
    min-height:575px
  }
  .engine-panel h3 {
    font-size:25px
  }
  .engine-orbit {
    width:250px;
    height:250px;
    margin-block:15px
  }
  .conversation-layout {
    grid-template-columns:1fr 240px;
    gap:14px
  }
  .chat-header {
    padding:19px
  }
  .chat-messages {
    padding:23px 18px;
    min-height:540px
  }
  .message {
    max-width:92%
  }
  .message p {
    font-size:12px
  }
  .lead-panel {
    padding:20px
  }
  .lead-title {
    font-size:9px
  }
  .lead-details>div {
    gap:10px
  }
  .intelligence-layout {
    gap:36px
  }
  .intelligence-copy h2 {
    font-size:30px
  }
  .profile-card {
    padding:24px
  }
  .intent-pill {
    font-size:7px
  }
  .channels-grid {
    grid-template-columns:repeat(4,1fr)
  }
  .industries-grid {
    grid-template-columns:repeat(2,1fr)
  }
  .journey-flow {
    grid-template-columns:repeat(5,1fr);
    gap:35px 0
  }
  .journey-flow li:nth-child(5):after {
    display:none
  }
  .pricing-section {
    gap:40px
  }
  .resources-grid {
    gap:24px
  }
  .footer-main>p {
    max-width:380px
  }
  .footer-bottom {
    font-size:8px
  }
}

@media(max-width:767px) {
  .container {
    width:calc(100% - 40px)
  }
  .section {
    padding-block:68px
  }
  .section-heading {
    margin-bottom:32px
  }
  .eyebrow {
    font-size:9px;
    margin-bottom:18px;
    letter-spacing:.13em
  }
  h2 {
    font-size:30px;
    line-height:1.45
  }
  .section-intro {
    font-size:14px;
    margin-top:17px
  }
  .nav-shell {
    width:calc(100% - 36px);
    height:70px;
    gap:12px
  }
  .nav-actions {
    gap:10px
  }
  .nav-cta {
    display:none
  }
  .brand {
    font-size:20px
  }
  .brand-logo {
    width:32px;
    height:32px;
    flex-basis:32px
  }
  .brand small {
    font-size:6px;
    margin-top:5px
  }
  .language-switcher button {
    padding:5px 8px
  }
  .hero {
    padding-top:135px;
    min-height:710px
  }
  .hero-badge {
    font-size:8px;
    padding:7px 11px;
    gap:8px;
    margin-bottom:29px
  }
  .hero h1 {
    font-size:clamp(26px,5.6vw,42px);
    letter-spacing:-.04em;
    line-height:1.4
  }
  .hero-title-line+.hero-title-line {
    margin-top:3px
  }
  html[lang=en] .hero h1 {
    font-size:clamp(31px,6.8vw,48px);
    line-height:1.13
  }
  html[lang=en] .hero-title-line {
    max-width:540px;
    margin-inline:auto
  }
  html[lang=en] .hero-title-line+.hero-title-line {
    margin-top:10px
  }
  .hero-subtitle {
    font-size:13px;
    max-width:460px;
    margin-top:23px;
    line-height:1.95
  }
  .hero-buttons {
    margin-top:28px;
    gap:11px
  }
  .button {
    font-size:12px;
    padding:13px 20px;
    min-height:46px;
    gap:13px
  }
  .hero-system-label {
    font-size:7px;
    gap:11px;
    letter-spacing:.06em;
    margin-top:49px
  }
  .hero-system-label>span:empty {
    width:22px
  }
  .flow-window {
    margin-top:17px;
    padding-inline:20px
  }
  .hero-flow li {
    width:94px
  }
  .hero-flow i {
    width:42px;
    height:42px;
    font-size:15px
  }
  .hero-flow li:after {
    top:21px
  }
  .hero-flow li b {
    font-size:8px
  }
  .flow-label {
    font-size:9px
  }
  .scroll-cue {
    margin-top:25px
  }
  .pain-grid {
    gap:28px 25px
  }
  .pain-card h3 {
    font-size:17px;
    margin-top:18px
  }
  .pain-card p {
    font-size:12px
  }
  .insight {
    font-size:13px;
    line-height:1.9;
    margin-top:32px;
    text-align:left
  }
  .value-grid {
    grid-template-columns:repeat(2,1fr);
    gap:35px 24px
  }
  .value-grid article:nth-child(2) {
    border:0
  }
  .value-visual {
    font-size:44px;
    margin-bottom:12px
  }
  .value-grid p {
    font-size:12px
  }
  .engine-positioning {
    font-size:12px;
    margin-top:-10px;
    margin-bottom:28px
  }
  .engine-layout {
    grid-template-columns:1fr;
    border-radius:14px
  }
  .engine-tabs {
    flex-direction:row;
    overflow-x:auto;
    border-right:0;
    border-bottom:1px solid var(--line);
    gap:6px;
    padding:12px
  }
  .engine-tabs button {
    flex-shrink:0;
    font-size:12px;
    gap:8px;
    padding:9px 12px
  }
  .engine-tabs button>i {
    display:none
  }
  .engine-tabs button>span:first-child {
    font-size:8px
  }
  .engine-display {
    min-width:0
  }
  .engine-panel {
    min-height:500px;
    padding:25px
  }
  .engine-orbit {
    width:230px;
    height:230px;
    margin:15px auto 22px
  }
  .engine-panel h3 {
    font-size:24px
  }
  .engine-panel p {
    font-size:13px;
    min-height:50px
  }
  .engine-panel-footer {
    font-size:9px
  }
  .engine-panel-footer a {
    font-size:11px
  }
  .panel-topline {
    font-size:8px
  }
  .team-core {
    padding:18px;
    gap:12px;
    flex-wrap:wrap
  }
  .team-core strong {
    font-size:12px
  }
  .team-core>span:last-child {
    font-size:8px
  }
  .team-core .core-line {
    min-width:15px
  }
  .agents-grid {
    gap:12px
  }
  .agent-card {
    padding:21px 18px
  }
  .agent-top {
    gap:6px;
    margin-bottom:22px
  }
  .agent-top>span {
    font-size:7px
  }
  .agent-icon {
    width:35px;
    height:35px;
    border-radius:9px;
    font-size:14px
  }
  .agent-card h3 {
    font-size:17px
  }
  .agent-role {
    font-size:9px;
    margin-top:5px
  }
  .agent-description {
    font-size:12px;
    min-height:42px;
    margin-top:16px
  }
  .agent-signal {
    margin-top:20px
  }
  .conversation-layout {
    grid-template-columns:1fr
  }
  .chat-messages {
    min-height:470px;
    padding:24px;
    gap:23px
  }
  .chat-header {
    padding:20px 24px
  }
  .chat-header strong {
    font-size:13px
  }
  .message {
    max-width:88%
  }
  .message p {
    font-size:12px;
    padding:13px 16px
  }
  .chat-footer {
    font-size:9px;
    padding:17px 24px
  }
  .lead-panel {
    display:grid;
    grid-template-columns:125px 1fr;
    gap:0 25px;
    padding:24px
  }
  .lead-title {
    grid-column:1/-1;
    font-size:9px
  }
  .score-ring {
    width:112px;
    height:112px;
    margin:28px auto 12px;
    grid-column:1;
    grid-row:2
  }
  .score-ring>span {
    font-size:36px
  }
  .score-caption {
    grid-row:3;
    grid-column:1;
    font-size:9px
  }
  .lead-details {
    grid-column:2;
    grid-row:2/4;
    margin-top:17px
  }
  .lead-details dt,.lead-details dd {
    font-size:10px
  }
  .lead-details>div {
    padding:12px 0
  }
  .next-action {
    grid-column:1/-1;
    border-top:1px solid var(--line);
    margin-top:24px;
    padding-top:20px
  }
  .intelligence-layout {
    grid-template-columns:1fr;
    gap:32px
  }
  .intelligence-copy h2 {
    font-size:30px;
    max-width:560px
  }
  .data-sources {
    margin-top:24px
  }
  .profile-card {
    width:100%;
    max-width:540px;
    margin:auto;
    padding:26px
  }
  .profile-person h3 {
    font-size:23px
  }
  .profile-person>div>span {
    font-size:11px
  }
  .intent-pill {
    font-size:8px
  }
  .profile-row h4 {
    font-size:11px
  }
  .tags>span,.behavior-list li {
    font-size:12px
  }
  .decision-flow {
    grid-template-columns:repeat(4,1fr);
    gap:34px 0;
    margin-top:39px
  }
  .decision-flow li:nth-child(4):after {
    display:none
  }
  .decision-node {
    width:49px;
    height:49px;
    font-size:12px
  }
  .decision-flow li:after {
    top:24px;
    left:calc(50% + 29px);
    right:calc(-50% + 29px)
  }
  .decision-flow li {
    gap:14px
  }
  .decision-flow strong {
    font-size:11px
  }
  .channels-section .section-heading {
    text-align:left
  }
  .channels-section .eyebrow {
    justify-content:flex-start
  }
  .channels-grid {
    gap:10px;
    margin-top:34px
  }
  .channel {
    padding:19px 5px;
    border-radius:9px;
    gap:12px
  }
  .channel i {
    font-size:22px
  }
  .channel span {
    font-size:10px
  }
  .industries-grid {
    gap:14px
  }
  .industry-card {
    padding:23px 20px
  }
  .industry-top {
    margin-bottom:23px
  }
  .industry-top i {
    font-size:20px
  }
  .industry-card h3 {
    font-size:18px
  }
  .industry-path {
    font-size:10px;
    gap:7px
  }
  .journey-section .section-intro {
    font-size:19px
  }
  .journey-flow {
    margin:42px 0;
    gap:37px 0
  }
  .journey-flow li>span {
    width:30px;
    height:30px;
    font-size:8px
  }
  .journey-flow li:after {
    top:15px;
    left:calc(50% + 20px);
    right:calc(-50% + 20px)
  }
  html[lang=zh-CN] .journey-flow strong {
    font-size:11px
  }
  html[lang=en] .journey-flow strong {
    font-size:7px;
    letter-spacing:-.06em
  }
  .growth-statement {
    font-size:34px
  }
  .pricing-section {
    grid-template-columns:1fr;
    gap:32px
  }
  .pricing-card {
    padding:28px
  }
  .resources-grid {
    grid-template-columns:1fr;
    gap:28px
  }
  .resource-card {
    padding-top:23px
  }
  .resource-card h3 {
    margin:16px 0 9px;
    font-size:20px
  }
  .resource-card p {
    max-width:none;
    font-size:13px
  }
  .resources-section {
    padding-top:20px
  }
  .final-cta {
    padding-block:82px
  }
  .final-cta h2 {
    font-size:32px;
    max-width:500px;
    line-height:1.5
  }
  .final-cta .section-intro {
    font-size:13px;
    max-width:440px
  }
  .cta-note {
    font-size:9px
  }
  .footer-main {
    flex-direction:column;
    align-items:flex-start;
    gap:25px;
    padding:36px 0
  }
  .footer-main>p {
    max-width:500px;
    font-size:11px
  }
  .footer-bottom {
    grid-template-columns:auto 1fr auto;
    gap:20px 8px;
    padding-block:24px
  }
  .footer-bottom>span:last-child {
    grid-column:1 / -1;
    width:100%;
    font-size:8px
  }
  dialog {
    padding:32px
  }
}

@media(max-width:389px) {
  .container {
    width:calc(100% - 32px)
  }
  .nav-shell {
    width:calc(100% - 32px)
  }
  .nav-actions {
    gap:8px
  }
  .hero {
    padding-top:122px;
    min-height:680px
  }
  .hero h1 {
    font-size:clamp(24px,6.35vw,26px)
  }
  html[lang=en] .hero h1 {
    font-size:31px
  }
  .hero-subtitle {
    font-size:12px
  }
  .hero .button {
    font-size:11px;
    padding:12px 15px;
    gap:10px
  }
  .hero-badge {
    font-size:7px
  }
  h2 {
    font-size:27px
  }
  .pain-grid {
    grid-template-columns:1fr;
    gap:28px
  }
  .pain-card h3 {
    font-size:18px
  }
  .pain-card p {
    font-size:13px
  }
  .team-core .core-line {
    display:none
  }
  .team-core>span:last-child {
    width:100%;
    margin-left:30px
  }
  .agent-card {
    padding:19px 14px
  }
  .agent-top {
    flex-wrap:wrap;
    gap:12px
  }
  .agent-card h3 {
    font-size:16px
  }
  .agent-description {
    font-size:11px
  }
  .industries-grid {
    grid-template-columns:1fr
  }
  .industry-path {
    font-size:12px
  }
  .lead-panel {
    grid-template-columns:108px 1fr;
    gap:0 18px;
    padding:21px
  }
  .lead-details dt,.lead-details dd {
    font-size:9px
  }
  .score-ring {
    width:100px;
    height:100px
  }
  .profile-card {
    padding:22px
  }
  .profile-person {
    gap:11px
  }
  .intent-pill {
    font-size:7px
  }
  .avatar {
    width:42px;
    height:42px
  }
  .journey-flow {
    grid-template-columns:repeat(2,1fr);
    gap:24px 0
  }
  .journey-flow li:nth-child(5):after {
    display:block
  }
  .journey-flow li:nth-child(2n):after {
    display:none
  }
  html[lang=en] .journey-flow strong {
    font-size:9px
  }
  .chat-messages {
    padding:22px 17px
  }
  .message {
    max-width:94%
  }
  .final-cta h2 {
    font-size:28px
  }
  .final-cta .button {
    padding-inline:18px
  }
  .engine-panel {
    padding:24px 20px
  }
  .engine-panel h3 {
    font-size:22px
  }
}

.hero-availability {
  font-size:10px;
  color:#8891a9;
  margin-top:15px
}

.hero-system-label {
  margin-top:49px
}

.skip-link {
  visibility:hidden
}

.skip-link:focus {
  visibility:visible
}

/* Visual parity with the original site's typography, color and motion. */
.reveal-target {
  opacity:0;
  transition:opacity .65s ease var(--reveal-delay,0ms)
}

.reveal-target.is-visible {
  opacity:1
}

h2,
.hero h1 {
  font-weight:900
}

h3,
.engine-panel h3,
.profile-person h3 {
  color:#f8faff;
  font-weight:700
}

.section-intro,
.hero-subtitle,
.pain-card p,
.agent-description,
.pricing-card p,
.resource-card p,
.engine-panel p {
  color:#a6adbd
}

.eyebrow {
  color:var(--cyan);
  text-shadow:0 0 18px #00f0ff40
}

.eyebrow>span,
.card-number {
  color:#a993ff
}

.gradient-text {
  background:linear-gradient(135deg,#fff 0%,#a5b4fc 38%,#00f0ff 70%,#00ff88 100%);
  color:transparent;
  background-clip:text;
  -webkit-background-clip:text;
  -webkit-text-fill-color:transparent
}

.hero-title-line:first-child {
  background:linear-gradient(135deg,#fff 0%,#a5b4fc 42%,#00f0ff 82%,#00ff88 100%);
  color:transparent;
  background-clip:text;
  -webkit-background-clip:text;
  -webkit-text-fill-color:transparent
}

.hero-title-line:nth-child(2) {
  background:linear-gradient(135deg,#00f0ff 0%,#fff 40%,#7000ff 80%,#ff00aa 100%);
  color:transparent;
  background-clip:text;
  -webkit-background-clip:text;
  -webkit-text-fill-color:transparent;
  filter:drop-shadow(0 0 24px #7000ff20)
}

.hero-badge {
  border-color:#00f0ff30;
  box-shadow:inset 0 0 18px #00f0ff08,0 0 28px #7000ff18
}

.button {
  position:relative;
  isolation:isolate;
  overflow:hidden
}

.button>* {
  position:relative;
  z-index:1
}

.button::after {
  content:'';
  position:absolute;
  z-index:0;
  top:50%;
  left:50%;
  width:0;
  height:0;
  border-radius:50%;
  background:#ffffff38;
  transform:translate(-50%,-50%);
  transition:width .65s ease,height .65s ease
}

.button:hover::after {
  width:420px;
  height:420px
}

.button-primary {
  background:linear-gradient(90deg,#00f0ff,#3b82f6);
  box-shadow:0 0 28px #00f0ff22
}

.button-primary:hover {
  box-shadow:0 0 46px #00f0ff55,0 12px 35px #00000070
}

.button-secondary:hover {
  color:#fff;
  border-color:#00f0ff80;
  background:#00f0ff12;
  box-shadow:0 0 35px #00f0ff20
}

.language-switcher {
  position:relative;
  isolation:isolate;
  display:grid;
  grid-template-columns:1fr 1fr;
  width:78px;
  height:36px;
  padding:3px;
  overflow:hidden;
  border-color:#00f0ff38;
  box-shadow:inset 0 0 18px #00f0ff0a,0 0 20px #7000ff15
}

.language-switcher::before {
  content:'';
  position:absolute;
  inset:3px auto 3px 3px;
  z-index:-1;
  width:calc(50% - 3px);
  border-radius:99px;
  background:linear-gradient(135deg,#00f0ff38,#7000ff55);
  box-shadow:inset 0 0 0 1px #00f0ff55,0 0 18px #00f0ff38;
  transition:transform .35s cubic-bezier(.22,1,.36,1),background .35s
}

.language-switcher[data-active-language=en]::before {
  transform:translateX(100%);
  background:linear-gradient(135deg,#7000ff55,#ff00aa38)
}

.language-switcher button {
  position:relative;
  z-index:1;
  padding:0;
  color:#8e97ad;
  transition:color .25s,text-shadow .25s
}

.language-switcher button[aria-pressed=true] {
  color:#fff;
  background:transparent;
  text-shadow:0 0 10px #00f0ff
}

.brand:hover .brand-logo {
  transform:translateY(-1px) scale(1.08);
  filter:drop-shadow(0 0 13px #00f0ff70)
}

.desktop-nav a {
  position:relative;
  padding-block:10px;
  transition:color .25s,text-shadow .25s
}

.desktop-nav a::after {
  content:'';
  position:absolute;
  left:50%;
  right:50%;
  bottom:2px;
  height:1px;
  background:linear-gradient(90deg,var(--cyan),var(--violet));
  box-shadow:0 0 10px var(--cyan);
  transition:left .3s,right .3s
}

.desktop-nav a:hover {
  color:#fff;
  text-shadow:0 0 12px #00f0ff66
}

.desktop-nav a:hover::after {
  left:0;
  right:0
}

.hero-flow i,
.agent-icon,
.channel i,
.industry-top i {
  transition:transform .55s var(--hover-ease),color .4s,border-color .4s,box-shadow .4s,text-shadow .4s
}

.hero-flow li:hover i {
  color:var(--cyan);
  border-color:#00f0ff99;
  box-shadow:0 0 28px #00f0ff35;
  transform:translateY(-3px) rotate(-2deg) scale(1.03)
}

.hero-flow li:hover .flow-label,
.hero-flow li:hover b {
  color:#fff;
  text-shadow:0 0 12px #00f0ff70
}

.agent-card,
.industry-card,
.pricing-card,
.resource-card,
.pain-card,
.channel {
  position:relative;
  isolation:isolate;
  overflow:hidden
}

/* Keep the reveal fade alongside hover transitions, without delaying hover. */
.agent-card,
.industry-card,
.pricing-card,
.resource-card,
.pain-card,
.channel,
.profile-card,
.chat-panel,
.lead-panel,
.engine-layout {
  transition:opacity .65s ease var(--reveal-delay,0ms),transform .55s var(--hover-ease),border-color .45s ease,box-shadow .45s ease,background .45s ease
}

.agent-card>*,
.industry-card>*,
.pricing-card>*,
.resource-card>*,
.pain-card>*,
.channel>* {
  position:relative;
  z-index:1
}

.agent-card::before,
.industry-card::before,
.pricing-card::before,
.resource-card::before,
.pain-card::before,
.channel::before {
  content:'';
  position:absolute;
  z-index:0;
  top:-80%;
  bottom:-80%;
  left:-65%;
  width:38%;
  opacity:0;
  transform:rotate(18deg);
  background:linear-gradient(90deg,transparent,#ffffff13,transparent);
  transition:left .8s ease,opacity .35s;
  pointer-events:none
}

.agent-card::after,
.industry-card::after,
.pricing-card::after,
.resource-card::after {
  content:'';
  position:absolute;
  inset:0;
  z-index:0;
  opacity:0;
  pointer-events:none;
  background:radial-gradient(360px circle at var(--mx,50%) var(--my,50%),#00f0ff18,transparent 55%);
  transition:opacity .35s
}

.agent-card:hover::before,
.agent-card.is-hovered::before,
.industry-card:hover::before,
.industry-card.is-hovered::before,
.pricing-card:hover::before,
.pricing-card.is-hovered::before,
.resource-card:hover::before,
.resource-card.is-hovered::before,
.pain-card:hover::before,
.channel:hover::before {
  left:125%;
  opacity:1
}

.agent-card:hover::after,
.agent-card.is-hovered::after,
.industry-card:hover::after,
.industry-card.is-hovered::after,
.pricing-card:hover::after,
.pricing-card.is-hovered::after,
.resource-card:hover::after {
  opacity:1
}

.agent-card:hover,
.industry-card:hover,
.pricing-card:hover,
.resource-card:hover {
  border-color:#00f0ff80;
  box-shadow:0 0 55px #00f0ff18,0 25px 55px #00000075,inset 0 1px #ffffff18
}

.pain-card {
  padding:26px 22px;
  border:1px solid var(--line);
  border-radius:14px;
  background:linear-gradient(135deg,#ffffff09,#ffffff03)
}

.pain-card:hover {
  transform:translateY(-3px);
  border-color:#7000ff80;
  box-shadow:0 0 45px #7000ff20,0 22px 50px #0008
}

.channel:hover {
  transform:translateY(-3px);
  border-color:#00f0ff80;
  background:linear-gradient(135deg,#00f0ff10,#7000ff12);
  box-shadow:0 0 35px #00f0ff18
}

.channel:hover i,
.industry-card:hover .industry-top i,
.agent-card:hover .agent-icon {
  color:#fff;
  transform:scale(1.05) rotate(-2deg);
  text-shadow:0 0 18px var(--cyan)
}

.engine-tabs button:hover {
  border-color:#00f0ff33;
  box-shadow:inset 0 0 25px #00f0ff0c
}

.engine-tabs button[aria-selected=true] {
  border-color:#00f0ff66;
  box-shadow:inset 0 0 30px #00f0ff0f,0 0 22px #00f0ff10
}

.engine-icon {
  border-color:#00f0ff88;
  box-shadow:0 0 45px #00f0ff22,0 0 90px #7000ff1f;
  animation:engineFloat 4.5s ease-in-out infinite
}

@keyframes engineFloat {
  50% {
    transform:translateY(-8px) rotate(3deg) scale(1.03)
  }
}

.score-ring {
  box-shadow:0 0 48px #00f0ff18,0 0 90px #7000ff12
}

.profile-card:hover,
.chat-panel:hover,
.lead-panel:hover,
.engine-layout:hover {
  border-color:#00f0ff45;
  box-shadow:0 0 55px #00f0ff0c,0 25px 70px #0008
}

.custom-cursor,
.cursor-dot {
  display:none;
  position:fixed;
  left:0;
  top:0;
  z-index:9999;
  pointer-events:none;
  opacity:0;
  will-change:transform;
  transition:width .4s var(--hover-ease),height .4s var(--hover-ease),opacity .25s,background .4s,border-color .4s
}

.custom-cursor {
  width:22px;
  height:22px;
  border:1.5px solid var(--cyan);
  border-radius:50%;
  box-shadow:0 0 16px #00f0ff55;
  mix-blend-mode:difference
}

.cursor-dot {
  width:5px;
  height:5px;
  border-radius:50%;
  background:var(--cyan);
  box-shadow:0 0 10px var(--cyan)
}

.custom-cursor.is-visible,
.cursor-dot.is-visible {
  opacity:1
}

.custom-cursor.is-active {
  width:34px;
  height:34px;
  border-color:#fff;
  background:#00f0ff24
}

@media(hover:hover) and (pointer:fine) and (prefers-reduced-motion:no-preference) {
  /* Native dialogs sit above body-level cursors; use the system cursor there. */
  body.custom-cursor-ready:not(:has(dialog[open])),
  body.custom-cursor-ready:not(:has(dialog[open])) :is(a,button,[role=tab]) {
    cursor:none
  }
  body.custom-cursor-ready:not(:has(dialog[open])) :is(.custom-cursor,.cursor-dot) {
    display:block
  }
}

@media(max-width:767px) {
  .hero-availability {
    font-size:9px
  }
  .hero-system-label {
    margin-top:33px
  }
}

@media(prefers-reduced-motion:reduce) {
  html {
    scroll-behavior:auto
  }
  *,*::before,*::after {
    animation:none!important;
    transition:none!important
  }
  .orbit-dot {
    transform:rotate(45deg)
  }
  .reveal-target {
    opacity:1;
    filter:none;
    transform:none
  }
}
