.voice-agent-experience {
  --voice-ink: #edf1f4;
  --voice-muted: #89939d;
  --voice-faint: #59646e;
  --voice-lilac: #a5a1e7;
  --voice-cyan: #8fe4e2;
  --voice-panel: rgba(18, 24, 30, 0.78);
  min-height: 100dvh;
  color: var(--voice-ink);
  background:
    radial-gradient(circle at 77% 47%, rgba(91, 87, 169, 0.11), transparent 27rem),
    radial-gradient(circle at 20% 24%, rgba(54, 144, 157, 0.06), transparent 22rem),
    #070a10;
  overflow: hidden;
}

.voice-agent-experience *,
.voice-agent-experience *::before,
.voice-agent-experience *::after {
  box-sizing: border-box;
}

.voice-agent-header {
  min-height: 90px;
  width: min(1160px, calc(100% - 48px));
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid rgba(255, 255, 255, 0.09);
}

.voice-agent-brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  color: var(--voice-ink);
  text-decoration: none;
}

.voice-agent-brand img {
  width: 54px;
  height: 54px;
  border-radius: 50%;
  object-fit: cover;
}

.voice-agent-brand span {
  display: grid;
  gap: 5px;
  line-height: 1;
}

.voice-agent-brand strong {
  font-size: 14px;
  letter-spacing: 0.2em;
}

.voice-agent-brand small,
.voice-agent-nav,
.voice-agent-eyebrow,
.system-label,
.readout-kicker,
.orb-label small,
.voice-flow-label,
.voice-agent-footnote {
  font-family: var(--app-font-mono, monospace);
  text-transform: uppercase;
  letter-spacing: 0.16em;
}

.voice-agent-brand small {
  color: #78828b;
  font-size: 8px;
  letter-spacing: 0.23em;
}

.voice-agent-nav {
  display: flex;
  gap: 28px;
  margin-left: auto;
  margin-right: 36px;
  color: #77818a;
  font-size: 9px;
}

.voice-agent-nav a,
.voice-agent-contact {
  color: inherit;
  text-decoration: none;
  transition: color 180ms ease, transform 180ms ease;
}

.voice-agent-nav a:hover,
.voice-agent-nav a.active {
  color: #d7d2ff;
}

.voice-agent-contact {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  padding: 11px 15px;
  border: 1px solid #c0bcea;
  border-radius: 6px;
  color: #121528;
  background: #d8d6fa;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0;
  text-transform: none;
}

.voice-agent-contact:hover {
  color: #121528;
  background: #ebe9ff;
  transform: translateY(-2px);
}

.voice-agent-main {
  width: min(1160px, calc(100% - 48px));
  margin: 0 auto;
}

.voice-agent-intro {
  padding: 92px 0 42px;
  text-align: center;
}

.voice-agent-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: var(--voice-cyan);
  font-size: 10px;
}

.voice-agent-eyebrow i,
.system-label-left i {
  width: 7px;
  height: 7px;
  display: inline-block;
  border-radius: 50%;
  background: var(--voice-cyan);
  box-shadow: 0 0 16px rgba(143, 228, 226, 0.9);
}

.voice-agent-intro h1 {
  max-width: 840px;
  margin: 22px auto 0;
  color: var(--voice-ink);
  font-size: clamp(2.5rem, 5.6vw, 5.3rem);
  font-weight: 600;
  line-height: 0.98;
  letter-spacing: -0.065em;
}

.voice-agent-intro h1 em {
  color: var(--voice-lilac);
  font-style: normal;
}

.voice-agent-intro p {
  max-width: 520px;
  margin: 22px auto 0;
  color: #a3adb3;
  font-size: 15px;
  line-height: 1.7;
}

.voice-system {
  position: relative;
  min-height: 730px;
  padding: 22px 0 0;
  border-top: 1px solid rgba(255, 255, 255, 0.13);
}

.system-label {
  position: absolute;
  top: 16px;
  z-index: 5;
  color: #68747d;
  font-size: 9px;
}

.system-label-left {
  left: 0;
  display: flex;
  align-items: center;
  gap: 9px;
}

.system-label-right {
  right: 0;
}

.voice-agent-canvas {
  --cursor-x: 0;
  --cursor-y: 0;
  position: relative;
  min-height: 670px;
  margin-top: 20px;
  overflow: hidden;
  isolation: isolate;
  background:
    linear-gradient(115deg, transparent 0 74%, rgba(216, 214, 250, 0.06) 74% 74.2%, transparent 74.2%),
    linear-gradient(transparent 0 49.8%, rgba(143, 228, 226, 0.06) 50%, transparent 50.2%),
    radial-gradient(ellipse at 50% 46%, rgba(104, 97, 181, 0.11), transparent 40%),
    rgba(10, 15, 20, 0.42);
  border: 1px solid rgba(192, 211, 220, 0.12);
  border-radius: 16px;
}

.voice-agent-canvas::before,
.voice-agent-canvas::after {
  position: absolute;
  content: "";
  pointer-events: none;
  inset: 0;
}

.voice-agent-canvas::before {
  z-index: -1;
  opacity: 0.32;
  background-image:
    linear-gradient(rgba(143, 228, 226, 0.05) 1px, transparent 1px),
    linear-gradient(90deg, rgba(143, 228, 226, 0.05) 1px, transparent 1px);
  background-size: 70px 70px;
  mask-image: radial-gradient(circle at 50% 46%, black, transparent 68%);
}

.voice-agent-canvas::after {
  z-index: 7;
  background: linear-gradient(90deg, rgba(7, 10, 16, 0.34), transparent 20%, transparent 80%, rgba(7, 10, 16, 0.34));
}

.atmosphere {
  position: absolute;
  width: 340px;
  height: 340px;
  border-radius: 50%;
  filter: blur(16px);
  opacity: 0.2;
  pointer-events: none;
}

.atmosphere-one {
  top: 16%;
  left: 28%;
  background: #6b67bd;
}

.atmosphere-two {
  right: 19%;
  bottom: 10%;
  background: #4eabb1;
}

.voice-connections {
  position: absolute;
  z-index: 1;
  inset: 0;
  width: 100%;
  height: 100%;
  overflow: visible;
}

.voice-connection {
  fill: none;
  stroke: rgba(143, 228, 226, 0.16);
  stroke-width: 1;
  stroke-dasharray: 4 9;
  transition: stroke 280ms ease, stroke-width 280ms ease, opacity 280ms ease;
}

.voice-connection.is-active {
  stroke: rgba(143, 228, 226, 0.9);
  stroke-width: 2.5;
  stroke-dasharray: 1 9;
  animation: voice-dash 1.2s linear infinite;
}

.connection-signal {
  fill: #d8d6fa;
  opacity: 0.35;
  filter: drop-shadow(0 0 6px #d8d6fa);
  transition: opacity 260ms ease, fill 260ms ease;
}

.connection-signal.is-active {
  fill: var(--voice-cyan);
  opacity: 1;
  r: 4;
}

@keyframes voice-dash {
  to { stroke-dashoffset: -26; }
}

.core-orbit {
  position: absolute;
  z-index: 2;
  top: 43%;
  left: 50%;
  width: 260px;
  height: 260px;
  border: 1px solid rgba(143, 228, 226, 0.16);
  border-radius: 50%;
  transform: translate(-50%, -50%) rotate(-14deg) skewX(-7deg);
  pointer-events: none;
}

.orbit-one {
  animation: orbit-drift 12s ease-in-out infinite;
}

.orbit-two {
  width: 310px;
  height: 190px;
  border-color: rgba(165, 161, 231, 0.14);
  transform: translate(-50%, -50%) rotate(45deg);
  animation: orbit-drift-two 16s ease-in-out infinite reverse;
}

@keyframes orbit-drift {
  0%, 100% { transform: translate(-50%, -50%) rotate(-14deg) skewX(-7deg); }
  50% { transform: translate(-50%, -50%) rotate(15deg) skewX(-7deg); }
}

@keyframes orbit-drift-two {
  0%, 100% { transform: translate(-50%, -50%) rotate(45deg); }
  50% { transform: translate(-50%, -50%) rotate(78deg); }
}

.ai-core {
  position: absolute;
  z-index: 4;
  top: 43%;
  left: 50%;
  width: 178px;
  height: 178px;
  transform: translate(calc(-50% + var(--cursor-x) * 5px), calc(-50% + var(--cursor-y) * 5px));
  transition: transform 260ms ease;
}

.core-halo {
  position: absolute;
  inset: -36px;
  border-radius: 50%;
  opacity: 0.54;
  background: radial-gradient(circle, rgba(143, 228, 226, 0.3), rgba(119, 112, 207, 0.15) 38%, transparent 70%);
  filter: blur(8px);
  animation: core-breathe 4.5s ease-in-out infinite;
}

.core-glass {
  position: absolute;
  inset: 14px;
  display: grid;
  place-items: center;
  overflow: hidden;
  border: 1px solid rgba(216, 214, 250, 0.6);
  border-radius: 50%;
  background:
    radial-gradient(circle at 36% 28%, rgba(255, 255, 255, 0.7), transparent 12%),
    radial-gradient(circle at 60% 65%, rgba(143, 228, 226, 0.4), transparent 34%),
    linear-gradient(145deg, rgba(216, 214, 250, 0.82), rgba(72, 80, 154, 0.85) 48%, rgba(24, 34, 64, 0.96));
  box-shadow: 0 0 25px rgba(143, 228, 226, 0.28), inset 12px 12px 35px rgba(255, 255, 255, 0.23), inset -18px -18px 34px rgba(16, 25, 61, 0.58);
  animation: core-float 5s ease-in-out infinite;
}

.core-light {
  position: absolute;
  width: 90px;
  height: 36px;
  top: 18px;
  left: 18px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.42);
  filter: blur(14px);
  transform: rotate(-24deg);
}

.core-grid {
  position: absolute;
  inset: 0;
  opacity: 0.2;
  background: repeating-linear-gradient(118deg, transparent 0 11px, rgba(255, 255, 255, 0.5) 12px 13px, transparent 14px 25px);
  mix-blend-mode: overlay;
  animation: core-grid-spin 15s linear infinite;
}

.core-ring {
  position: absolute;
  inset: 25px;
  border: 1px solid rgba(255, 255, 255, 0.7);
  border-radius: 50%;
  box-shadow: 0 0 20px rgba(143, 228, 226, 0.45);
  animation: ring-pulse 2.8s ease-in-out infinite;
}

.core-word,
.core-caption {
  position: relative;
  z-index: 2;
  color: #fafaff;
  text-shadow: 0 0 20px rgba(143, 228, 226, 0.7);
}

.core-word {
  margin-top: 12px;
  font-size: 38px;
  font-weight: 600;
  letter-spacing: -0.08em;
}

.core-caption {
  position: absolute;
  bottom: 39px;
  font-family: var(--app-font-mono, monospace);
  font-size: 7px;
  letter-spacing: 0.15em;
}

.core-particle {
  position: absolute;
  z-index: 5;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: var(--voice-cyan);
  box-shadow: 0 0 13px var(--voice-cyan);
}

.particle-a { top: 6px; left: 55px; animation: particle-orbit-a 4s linear infinite; }
.particle-b { right: 7px; bottom: 52px; animation: particle-orbit-b 5s linear infinite; }
.particle-c { bottom: 28px; left: 10px; animation: particle-orbit-c 6s linear infinite; }

@keyframes core-breathe {
  0%, 100% { transform: scale(0.92); opacity: 0.4; }
  50% { transform: scale(1.08); opacity: 0.7; }
}

@keyframes core-float {
  0%, 100% { transform: translateY(0) rotate(-2deg); }
  50% { transform: translateY(-8px) rotate(2deg); }
}

@keyframes core-grid-spin {
  to { transform: translateX(18px) rotate(7deg); }
}

@keyframes ring-pulse {
  0%, 100% { transform: scale(0.94); opacity: 0.45; }
  50% { transform: scale(1.06); opacity: 0.95; }
}

@keyframes particle-orbit-a {
  0% { transform: translate(0, 0); }
  50% { transform: translate(116px, 58px); }
  100% { transform: translate(0, 0); }
}

@keyframes particle-orbit-b {
  0% { transform: translate(0, 0); }
  50% { transform: translate(-84px, 80px); }
  100% { transform: translate(0, 0); }
}

@keyframes particle-orbit-c {
  0% { transform: translate(0, 0); }
  50% { transform: translate(80px, -110px); }
  100% { transform: translate(0, 0); }
}

.ai-core[data-core-state="listen"] .core-glass,
.ai-core[data-core-state="book"] .core-glass,
.ai-core.is-demo-active .core-glass {
  box-shadow: 0 0 46px rgba(143, 228, 226, 0.58), inset 12px 12px 35px rgba(255, 255, 255, 0.25), inset -18px -18px 34px rgba(16, 25, 61, 0.58);
}

.ai-core[data-core-state="understand"] .core-grid {
  animation-duration: 4s;
}

.core-readout {
  position: absolute;
  z-index: 5;
  top: 43%;
  left: calc(50% + 142px);
  display: grid;
  gap: 7px;
  transform: translateY(-50%);
  pointer-events: none;
}

.readout-kicker,
.readout-line {
  color: #75828c;
  font-size: 8px;
}

.core-readout strong {
  color: #dce7e9;
  font-size: 13px;
  font-weight: 500;
  letter-spacing: -0.02em;
}

.readout-line {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  color: var(--voice-cyan);
}

.readout-line i {
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: var(--voice-cyan);
  box-shadow: 0 0 8px var(--voice-cyan);
}

.capability-nodes {
  position: absolute;
  z-index: 5;
  inset: 0;
  pointer-events: none;
}

.voice-capability-node {
  position: absolute;
  top: var(--node-y);
  left: var(--node-x);
  display: flex;
  align-items: center;
  width: 186px;
  min-height: 72px;
  gap: 12px;
  padding: 13px 14px;
  color: var(--voice-ink);
  text-align: left;
  border: 1px solid rgba(192, 211, 220, 0.22);
  border-radius: 11px;
  background: linear-gradient(140deg, rgba(30, 41, 50, 0.86), rgba(13, 21, 29, 0.72));
  box-shadow: 0 14px 34px rgba(0, 0, 0, 0.24), inset 0 1px rgba(255, 255, 255, 0.09);
  transform: translate(calc(-50% + var(--cursor-x) * -2px), calc(-50% + var(--cursor-y) * -2px));
  cursor: pointer;
  pointer-events: auto;
  transition: transform 220ms ease, opacity 220ms ease, border-color 220ms ease, background 220ms ease, box-shadow 220ms ease;
  animation: node-float 5s ease-in-out infinite;
}

.voice-capability-node:nth-child(2) { animation-delay: -1.1s; }
.voice-capability-node:nth-child(3) { animation-delay: -2.2s; }
.voice-capability-node:nth-child(4) { animation-delay: -3.4s; }
.voice-capability-node:nth-child(5) { animation-delay: -0.7s; }
.voice-capability-node:nth-child(6) { animation-delay: -2.8s; }

@keyframes node-float {
  0%, 100% { margin-top: -3px; }
  50% { margin-top: 3px; }
}

.voice-capability-node:hover,
.voice-capability-node:focus-visible,
.voice-capability-node.is-active {
  border-color: rgba(143, 228, 226, 0.82);
  background: linear-gradient(140deg, rgba(48, 64, 73, 0.94), rgba(17, 31, 36, 0.9));
  box-shadow: 0 0 28px rgba(143, 228, 226, 0.15), 0 18px 40px rgba(0, 0, 0, 0.34), inset 0 1px rgba(255, 255, 255, 0.14);
  outline: none;
}

.voice-capability-node.is-muted { opacity: 0.44; }

.node-icon {
  display: grid;
  place-items: center;
  flex: 0 0 32px;
  width: 32px;
  height: 32px;
  color: var(--voice-cyan);
  border: 1px solid rgba(143, 228, 226, 0.24);
  border-radius: 8px;
  background: rgba(143, 228, 226, 0.06);
}

.node-icon svg,
.orb-mark svg {
  width: 18px;
  height: 18px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.4;
}

.node-copy {
  display: grid;
  min-width: 0;
  gap: 4px;
}

.node-label {
  color: #e5e9ed;
  font-family: var(--app-font-mono, monospace);
  font-size: 10px;
  letter-spacing: 0.15em;
}

.node-state {
  overflow: hidden;
  color: #77848c;
  font-size: 9px;
  line-height: 1.3;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.node-pulse {
  position: absolute;
  top: 10px;
  right: 10px;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: #5a6871;
}

.is-active .node-pulse {
  background: var(--voice-cyan);
  box-shadow: 0 0 9px var(--voice-cyan);
}

.node-info-panel {
  position: absolute;
  z-index: 8;
  top: clamp(8%, calc(var(--panel-y, 50%) - 9%), 68%);
  left: clamp(20%, calc(var(--panel-x, 50%) + 1%), 72%);
  display: grid;
  width: 214px;
  gap: 7px;
  padding: 14px 16px;
  border: 1px solid rgba(143, 228, 226, 0.35);
  border-radius: 8px;
  background: var(--voice-panel);
  box-shadow: 0 18px 40px rgba(0, 0, 0, 0.25);
  opacity: 0;
  pointer-events: none;
  transform: translate(-50%, -50%) translateY(7px);
  transition: opacity 200ms ease, transform 200ms ease;
  backdrop-filter: blur(14px);
}

.node-info-panel.is-visible {
  opacity: 1;
  transform: translate(-50%, -50%);
}

.info-kicker {
  color: var(--voice-cyan);
  font-family: var(--app-font-mono, monospace);
  font-size: 8px;
  letter-spacing: 0.11em;
  text-transform: uppercase;
}

.info-title {
  color: #f1f3f4;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: -0.02em;
}

.info-description {
  color: #9ca8b0;
  font-size: 10px;
  line-height: 1.45;
}

.voice-orb {
  position: absolute;
  z-index: 8;
  right: 22%;
  bottom: 8%;
  display: flex;
  align-items: center;
  width: 310px;
  gap: 14px;
  padding: 10px 15px 10px 10px;
  color: var(--voice-ink);
  text-align: left;
  border: 1px solid rgba(216, 214, 250, 0.3);
  border-radius: 60px;
  background: rgba(17, 26, 33, 0.78);
  box-shadow: 0 14px 40px rgba(0, 0, 0, 0.28), inset 0 1px rgba(255, 255, 255, 0.11);
  cursor: pointer;
  transform: translate(calc(var(--cursor-x) * -3px), calc(var(--cursor-y) * -3px));
  transition: border-color 220ms ease, box-shadow 220ms ease, transform 220ms ease;
  backdrop-filter: blur(14px);
}

.voice-orb:hover,
.voice-orb:focus-visible,
.voice-orb.is-hovered {
  border-color: rgba(143, 228, 226, 0.78);
  box-shadow: 0 0 35px rgba(143, 228, 226, 0.2), 0 18px 45px rgba(0, 0, 0, 0.34), inset 0 1px rgba(255, 255, 255, 0.14);
  outline: none;
}

.orb-glow {
  position: absolute;
  top: -10px;
  left: 20px;
  width: 64px;
  height: 64px;
  border-radius: 50%;
  background: rgba(143, 228, 226, 0.2);
  filter: blur(18px);
  opacity: 0.4;
  transition: opacity 220ms ease, transform 220ms ease;
}

.voice-orb:hover .orb-glow,
.voice-orb.is-listening .orb-glow,
.voice-orb.is-processing .orb-glow {
  opacity: 0.9;
  transform: scale(1.35);
}

.orb-surface {
  position: relative;
  display: grid;
  flex: 0 0 58px;
  place-items: center;
  width: 58px;
  height: 58px;
  overflow: hidden;
  border: 1px solid rgba(216, 214, 250, 0.7);
  border-radius: 50%;
  background: radial-gradient(circle at 35% 24%, #f0efff, #aaa7e6 40%, #45477b 100%);
  box-shadow: inset 5px 5px 10px rgba(255, 255, 255, 0.5), 0 0 20px rgba(165, 161, 231, 0.3);
}

.orb-mark {
  position: absolute;
  z-index: 2;
  color: #232643;
  opacity: 0.76;
}

.orb-waves {
  position: absolute;
  bottom: 13px;
  display: flex;
  align-items: center;
  gap: 2px;
  opacity: 0.76;
}

.orb-waves i {
  width: 2px;
  height: 6px;
  border-radius: 3px;
  background: #232643;
  animation: waveform 1s ease-in-out infinite;
}

.orb-waves i:nth-child(2) { animation-delay: -0.2s; height: 10px; }
.orb-waves i:nth-child(3) { animation-delay: -0.4s; height: 14px; }
.orb-waves i:nth-child(4) { animation-delay: -0.3s; height: 9px; }
.orb-waves i:nth-child(5) { animation-delay: -0.1s; height: 5px; }

@keyframes waveform {
  0%, 100% { transform: scaleY(0.7); }
  50% { transform: scaleY(1.25); }
}

.voice-orb.is-listening .orb-waves i { animation-duration: 0.45s; }
.voice-orb.is-processing .orb-waves i { animation-duration: 0.23s; }

.orb-label {
  display: grid;
  min-width: 0;
  gap: 5px;
}

.orb-label small {
  color: var(--voice-cyan);
  font-size: 8px;
}

.orb-status {
  overflow: hidden;
  color: #eff2f3;
  font-size: 13px;
  font-weight: 500;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.orb-detail {
  overflow: hidden;
  color: #7d8a92;
  font-size: 9px;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.voice-flow-label {
  position: absolute;
  right: 10%;
  bottom: 4%;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: #637079;
  font-size: 8px;
}

.voice-flow-label i {
  width: 42px;
  height: 1px;
  background: linear-gradient(90deg, var(--voice-cyan), transparent);
}

.voice-agent-footnote {
  display: flex;
  justify-content: space-between;
  padding: 0 0 28px;
  color: #647079;
  font-size: 9px;
}

.voice-agent-footnote span:first-child {
  display: inline-flex;
  align-items: center;
  gap: 10px;
}

.voice-agent-footnote i {
  width: 3px;
  height: 3px;
  border-radius: 50%;
  background: var(--voice-cyan);
}

.footnote-scroll {
  color: #59656e;
}

@media (max-width: 850px) {
  .voice-agent-nav { display: none; }
  .voice-agent-intro { padding-top: 72px; }
  .voice-agent-intro h1 { font-size: clamp(2.5rem, 9vw, 4.5rem); }
  .voice-system { min-height: 970px; }
  .voice-agent-canvas { min-height: 900px; }
  .core-orbit { top: 39%; }
  .ai-core { top: 39%; }
  .core-readout { top: 39%; left: calc(50% + 114px); }
  .voice-capability-node { width: 170px; }
  .voice-capability-node[data-capability="listen"] { top: 15%; left: 25%; }
  .voice-capability-node[data-capability="understand"] { top: 15%; left: 75%; }
  .voice-capability-node[data-capability="book"] { top: 58%; left: 24%; }
  .voice-capability-node[data-capability="followup"] { top: 58%; left: 76%; }
  .voice-capability-node[data-capability="transfer"] { top: 78%; left: 25%; }
  .voice-capability-node[data-capability="analyse"] { top: 78%; left: 75%; }
  .node-info-panel { top: 49%; left: 50%; }
  .voice-orb { right: 50%; bottom: 9%; transform: translateX(50%); }
  .voice-orb:hover,
  .voice-orb:focus-visible,
  .voice-orb.is-hovered { transform: translateX(50%) translateY(-2px); }
  .voice-flow-label { display: none; }
}

@media (max-width: 560px) {
  .voice-agent-header,
  .voice-agent-main { width: min(100% - 28px, 1160px); }
  .voice-agent-header { min-height: 76px; }
  .voice-agent-brand img { width: 44px; height: 44px; }
  .voice-agent-brand strong { font-size: 12px; }
  .voice-agent-contact { padding: 10px 12px; }
  .voice-agent-intro { padding: 58px 0 30px; }
  .voice-agent-intro p { font-size: 13px; }
  .voice-system { min-height: 1010px; }
  .voice-agent-canvas { min-height: 940px; margin-top: 15px; }
  .system-label { font-size: 7px; }
  .system-label-right { display: none; }
  .core-orbit { width: 220px; height: 220px; top: 37%; }
  .orbit-two { width: 260px; height: 170px; }
  .ai-core { top: 37%; width: 150px; height: 150px; }
  .core-word { font-size: 31px; }
  .core-caption { bottom: 33px; font-size: 6px; }
  .core-readout { top: 49%; left: 50%; width: 190px; transform: translate(-50%, -50%); text-align: center; }
  .readout-line { justify-content: center; }
  .voice-capability-node { width: 145px; min-height: 62px; gap: 8px; padding: 9px; }
  .voice-capability-node[data-capability="listen"] { top: 13%; left: 27%; }
  .voice-capability-node[data-capability="understand"] { top: 13%; left: 73%; }
  .voice-capability-node[data-capability="book"] { top: 55%; left: 27%; }
  .voice-capability-node[data-capability="followup"] { top: 55%; left: 73%; }
  .voice-capability-node[data-capability="transfer"] { top: 77%; left: 27%; }
  .voice-capability-node[data-capability="analyse"] { top: 77%; left: 73%; }
  .node-icon { flex-basis: 26px; width: 26px; height: 26px; }
  .node-icon svg { width: 15px; height: 15px; }
  .node-label { font-size: 8px; }
  .node-state { display: none; }
  .node-info-panel { width: 190px; }
  .voice-orb { width: min(290px, calc(100% - 24px)); }
  .voice-agent-footnote { display: block; padding-bottom: 22px; font-size: 7px; }
  .footnote-scroll { display: block; margin-top: 12px; }
}

@media (prefers-reduced-motion: reduce) {
  .voice-agent-experience *,
  .voice-agent-experience *::before,
  .voice-agent-experience *::after {
    animation-duration: 0.001ms !important;
    animation-iteration-count: 1 !important;
    scroll-behavior: auto !important;
    transition-duration: 0.001ms !important;
  }
}

/* Scroll-story experience */
.voice-capability-story,
.voice-pain-story,
.voice-transformation,
.voice-impact,
.voice-agent-cta {
  position: relative;
  padding: 150px 0;
}

.story-section-heading {
  max-width: 690px;
  margin: 0 auto 80px;
  text-align: center;
}

.story-section-heading h2 {
  margin: 22px 0 20px;
  color: var(--voice-ink);
  font-size: clamp(2.3rem, 5vw, 4.7rem);
  font-weight: 600;
  line-height: 0.98;
  letter-spacing: -0.065em;
}

.story-section-heading h2 em {
  color: var(--voice-lilac);
  font-style: normal;
}

.story-section-heading p {
  max-width: 510px;
  margin: 0 auto;
  color: #96a1a8;
  font-size: 15px;
  line-height: 1.75;
}

.voice-story-layout {
  position: relative;
  display: grid;
  grid-template-columns: 110px minmax(420px, 1fr) minmax(280px, 0.72fr);
  gap: 34px;
  align-items: start;
  min-height: 690vh;
}

.voice-story-progress {
  position: sticky;
  top: 150px;
  z-index: 5;
  display: grid;
  gap: 15px;
  padding-top: 16px;
}

.voice-story-progress::before {
  position: absolute;
  top: 26px;
  bottom: 26px;
  left: 4px;
  width: 1px;
  content: "";
  background: linear-gradient(var(--voice-cyan), rgba(143, 228, 226, 0.08));
  opacity: 0.35;
}

.voice-story-progress::after {
  position: absolute;
  top: 26px;
  left: 3px;
  width: 3px;
  height: calc(var(--story-progress, 0) * (100% - 52px));
  content: "";
  background: var(--voice-cyan);
  box-shadow: 0 0 14px var(--voice-cyan);
  transition: height 500ms ease;
}

.voice-story-progress button {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: 16px 1fr;
  gap: 8px;
  padding: 0;
  color: #526069;
  text-align: left;
  background: none;
  border: 0;
  cursor: pointer;
  transition: color 260ms ease, transform 260ms ease;
}

.voice-story-progress button span {
  color: #596870;
  font-family: var(--app-font-mono, monospace);
  font-size: 8px;
}

.voice-story-progress button strong {
  font-family: var(--app-font-mono, monospace);
  font-size: 8px;
  font-weight: 400;
  letter-spacing: 0.1em;
}

.voice-story-progress button.is-active {
  color: var(--voice-cyan);
  transform: translateX(6px);
}

.voice-story-progress button.is-active span {
  color: var(--voice-cyan);
}

.voice-story-progress button.is-past {
  color: #7d8497;
}

.voice-story-visual-wrap {
  min-width: 0;
}

.voice-story-visual {
  position: sticky;
  top: 115px;
  height: min(650px, calc(100vh - 170px));
  min-height: 540px;
  overflow: hidden;
  isolation: isolate;
  border: 1px solid rgba(192, 211, 220, 0.15);
  border-radius: 18px;
  background:
    radial-gradient(circle at 50% 48%, rgba(108, 101, 190, 0.2), transparent 32%),
    radial-gradient(circle at 84% 70%, rgba(77, 165, 175, 0.12), transparent 30%),
    rgba(8, 13, 19, 0.76);
  box-shadow: inset 0 1px rgba(255, 255, 255, 0.07), 0 24px 70px rgba(0, 0, 0, 0.22);
}

.voice-story-visual::before {
  position: absolute;
  inset: 0;
  content: "";
  opacity: 0.38;
  background-image:
    linear-gradient(rgba(143, 228, 226, 0.06) 1px, transparent 1px),
    linear-gradient(90deg, rgba(143, 228, 226, 0.06) 1px, transparent 1px);
  background-size: 52px 52px;
  mask-image: radial-gradient(circle at center, black, transparent 72%);
}

.story-visual-grid {
  position: absolute;
  inset: 12% 8%;
  border: 1px solid rgba(143, 228, 226, 0.12);
  border-radius: 50%;
  transform: rotate(-14deg) skewX(-8deg);
  animation: story-orbit 16s ease-in-out infinite;
}

.story-visual-orbit {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 260px;
  height: 150px;
  border: 1px solid rgba(165, 161, 231, 0.2);
  border-radius: 50%;
  transform: translate(-50%, -50%) rotate(45deg);
  animation: story-orbit-two 18s ease-in-out infinite reverse;
}

@keyframes story-orbit {
  50% { transform: rotate(12deg) skewX(-8deg) scale(1.04); }
}

@keyframes story-orbit-two {
  50% { transform: translate(-50%, -50%) rotate(82deg); }
}

.story-visual-panel {
  position: absolute;
  inset: 0;
  opacity: 0;
  transform: translateY(15px) scale(0.97);
  transition: opacity 500ms ease, transform 700ms cubic-bezier(0.2, 0.75, 0.25, 1);
}

.story-visual-panel.is-active {
  opacity: 1;
  transform: translateY(0) scale(1);
}

.story-visual-header {
  position: absolute;
  top: 26px;
  left: 28px;
  display: flex;
  align-items: center;
  gap: 11px;
  color: #a7b2b5;
  font-family: var(--app-font-mono, monospace);
  font-size: 9px;
  letter-spacing: 0.17em;
}

.story-visual-icon {
  display: grid;
  width: 31px;
  height: 31px;
  place-items: center;
  color: var(--voice-cyan);
  border: 1px solid rgba(143, 228, 226, 0.28);
  border-radius: 9px;
  background: rgba(143, 228, 226, 0.07);
}

.story-visual-icon svg {
  width: 16px;
  height: 16px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.4;
}

.story-signal-field {
  position: absolute;
  top: 50%;
  left: 7%;
  right: 7%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 6px;
  transform: translateY(-50%);
}

.story-signal {
  display: inline-flex;
  align-items: center;
  min-height: 31px;
  padding: 7px 9px;
  color: #bfccd0;
  font-family: var(--app-font-mono, monospace);
  font-size: 7px;
  letter-spacing: 0.08em;
  white-space: nowrap;
  border: 1px solid rgba(143, 228, 226, 0.23);
  border-radius: 6px;
  background: rgba(16, 29, 33, 0.72);
}

.story-signal:nth-of-type(2) {
  color: #e1dfff;
  border-color: rgba(165, 161, 231, 0.32);
}

.story-signal:nth-of-type(3) {
  color: var(--voice-cyan);
  border-color: rgba(143, 228, 226, 0.45);
  box-shadow: 0 0 20px rgba(143, 228, 226, 0.1);
}

.story-signal-line {
  flex: 1;
  min-width: 9px;
  height: 1px;
  background: linear-gradient(90deg, rgba(143, 228, 226, 0.12), var(--voice-cyan), rgba(143, 228, 226, 0.12));
  background-size: 200% 100%;
  animation: story-signal-flow 1.8s linear infinite;
}

@keyframes story-signal-flow {
  to { background-position: 200% 0; }
}

.story-visual-panel[data-story-visual="qualify"] .story-signal-field,
.story-visual-panel[data-story-visual="book"] .story-signal-field {
  top: 40%;
}

.story-visual-panel[data-story-visual="qualify"] .story-signal:nth-of-type(2)::after {
  content: "  HIGH INTENT";
  color: var(--voice-cyan);
}

.story-visual-core {
  position: absolute;
  top: 50%;
  left: 50%;
  display: grid;
  width: 130px;
  height: 130px;
  place-items: center;
  color: #f5f4ff;
  border: 1px solid rgba(216, 214, 250, 0.65);
  border-radius: 50%;
  background: radial-gradient(circle at 33% 25%, #f2f0ff, #9491d1 36%, #30355e 75%, #151c34);
  box-shadow: 0 0 48px rgba(143, 228, 226, 0.28), inset 12px 12px 28px rgba(255, 255, 255, 0.22);
  transform: translate(-50%, -50%);
}

.story-core-halo {
  position: absolute;
  inset: -32px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(143, 228, 226, 0.24), transparent 66%);
  filter: blur(8px);
  animation: core-breathe 4s ease-in-out infinite;
}

.story-core-word {
  position: relative;
  z-index: 1;
  margin-top: 7px;
  font-size: 30px;
  letter-spacing: -0.08em;
}

.story-core-caption {
  position: absolute;
  bottom: 28px;
  z-index: 1;
  color: #dcdff5;
  font-family: var(--app-font-mono, monospace);
  font-size: 6px;
  letter-spacing: 0.14em;
}

.story-visual-result {
  position: absolute;
  bottom: 28px;
  left: 28px;
  display: flex;
  align-items: center;
  gap: 8px;
  color: #8b9b9e;
  font-family: var(--app-font-mono, monospace);
  font-size: 8px;
  letter-spacing: 0.1em;
}

.story-visual-result i {
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: var(--voice-cyan);
  box-shadow: 0 0 12px var(--voice-cyan);
}

.story-visual-readout {
  position: absolute;
  right: 28px;
  bottom: 28px;
  display: grid;
  gap: 7px;
  max-width: 145px;
  text-align: right;
}

.story-readout-kicker,
.story-readout-line {
  color: #687a7f;
  font-family: var(--app-font-mono, monospace);
  font-size: 7px;
  letter-spacing: 0.1em;
}

.story-readout-title {
  color: #dfe7e7;
  font-size: 12px;
  font-weight: 500;
  line-height: 1.2;
}

.story-readout-line {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 6px;
  color: var(--voice-cyan);
}

.story-readout-line i {
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: var(--voice-cyan);
  box-shadow: 0 0 9px var(--voice-cyan);
}

.voice-story-steps {
  position: relative;
}

.voice-story-step {
  display: flex;
  min-height: 100vh;
  flex-direction: column;
  justify-content: center;
  padding: 80px 0;
  opacity: 0.22;
  transform: translateY(30px);
  transition: opacity 650ms ease, transform 700ms ease;
}

.voice-story-step.is-visible,
.voice-story-step.is-active {
  opacity: 1;
  transform: translateY(0);
}

.voice-story-step.is-past {
  opacity: 0.42;
}

.story-step-index {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: var(--voice-cyan);
  font-family: var(--app-font-mono, monospace);
  font-size: 8px;
  letter-spacing: 0.13em;
}

.voice-story-step h3 {
  max-width: 410px;
  margin: 19px 0 18px;
  color: #eef1f2;
  font-size: clamp(1.8rem, 3vw, 3rem);
  font-weight: 500;
  line-height: 1.02;
  letter-spacing: -0.055em;
}

.voice-story-step p {
  max-width: 355px;
  margin: 0;
  color: #8d9aa0;
  font-size: 14px;
  line-height: 1.7;
}

.story-step-route {
  display: block;
  max-width: 350px;
  margin-top: 30px;
  color: #65787d;
  font-family: var(--app-font-mono, monospace);
  font-size: 8px;
  line-height: 1.8;
  letter-spacing: 0.08em;
}

.story-step-route::before {
  display: block;
  width: 32px;
  height: 1px;
  margin-bottom: 11px;
  content: "";
  background: var(--voice-cyan);
}

.voice-pain-story {
  padding-top: 100px;
  background: linear-gradient(180deg, transparent, rgba(90, 53, 79, 0.08) 50%, transparent);
}

.problem-heading {
  margin-bottom: 100px;
}

.problem-heading .voice-agent-eyebrow {
  color: #ddb6cf;
}

.problem-heading .voice-agent-eyebrow i {
  background: #ddb6cf;
  box-shadow: 0 0 16px rgba(221, 182, 207, 0.8);
}

.voice-pain-scenes {
  display: grid;
  gap: 130px;
}

.voice-pain-scene {
  display: grid;
  grid-template-columns: 54px minmax(240px, 0.8fr) minmax(330px, 1.2fr) minmax(210px, 0.65fr);
  gap: 24px;
  align-items: center;
  padding: 46px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.11);
  opacity: 0.28;
  transform: translateY(25px);
  transition: opacity 650ms ease, transform 700ms ease;
}

.voice-pain-scene.is-visible {
  opacity: 1;
  transform: translateY(0);
}

.pain-scene-number {
  align-self: start;
  color: #606975;
  font-family: var(--app-font-mono, monospace);
  font-size: 11px;
}

.pain-scene-copy h3 {
  margin: 18px 0 14px;
  color: #edeff1;
  font-size: clamp(1.55rem, 2.5vw, 2.55rem);
  font-weight: 500;
  line-height: 1.03;
  letter-spacing: -0.05em;
}

.pain-scene-copy p,
.pain-scene-response p {
  margin: 0;
  color: #88959c;
  font-size: 13px;
  line-height: 1.7;
}

.pain-scene-visual {
  display: grid;
  gap: 14px;
  padding: 24px;
  border: 1px solid rgba(192, 211, 220, 0.13);
  border-radius: 12px;
  background: rgba(12, 17, 24, 0.62);
}

.pain-stream {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px;
}

.pain-stream-label {
  flex-basis: 100%;
  color: #68757e;
  font-family: var(--app-font-mono, monospace);
  font-size: 7px;
  letter-spacing: 0.12em;
}

.pain-chip {
  padding: 7px 9px;
  color: #9ea9ae;
  font-family: var(--app-font-mono, monospace);
  font-size: 7px;
  letter-spacing: 0.05em;
  border: 1px solid rgba(197, 175, 193, 0.23);
  border-radius: 5px;
  background: rgba(83, 48, 70, 0.17);
}

.pain-chip.is-fading {
  color: #6f6874;
  opacity: 0.45;
  text-decoration: line-through;
}

.pain-chip.is-priority {
  color: var(--voice-cyan);
  border-color: rgba(143, 228, 226, 0.4);
  background: rgba(143, 228, 226, 0.08);
  box-shadow: 0 0 18px rgba(143, 228, 226, 0.1);
}

.pain-route {
  display: flex;
  align-items: center;
  gap: 9px;
  color: #bf9eb7;
  font-family: var(--app-font-mono, monospace);
  font-size: 7px;
  letter-spacing: 0.1em;
}

.pain-route i {
  flex: 1;
  height: 1px;
  background: linear-gradient(90deg, rgba(221, 182, 207, 0.1), #ddb6cf, rgba(143, 228, 226, 0.35));
}

.pain-scene-response {
  padding-left: 20px;
  border-left: 1px solid rgba(143, 228, 226, 0.35);
}

.pain-scene-response p {
  margin-top: 14px;
  color: #b5c5c7;
}

.voice-transformation {
  padding-top: 150px;
}

.transformation-system {
  position: relative;
  min-height: 620px;
  overflow: hidden;
  border: 1px solid rgba(143, 228, 226, 0.15);
  border-radius: 18px;
  background:
    radial-gradient(circle at 50% 42%, rgba(107, 103, 189, 0.16), transparent 30%),
    rgba(8, 13, 19, 0.72);
}

.transformation-scatter {
  position: absolute;
  top: 19%;
  left: 10%;
  display: flex;
  width: 80%;
  flex-wrap: wrap;
  justify-content: space-around;
  gap: 20px;
  color: #7a7180;
  font-family: var(--app-font-mono, monospace);
  font-size: 8px;
  letter-spacing: 0.1em;
}

.transformation-scatter span {
  padding: 9px 11px;
  border: 1px solid rgba(184, 140, 170, 0.25);
  border-radius: 5px;
  background: rgba(75, 46, 66, 0.2);
  transform: rotate(var(--tilt, -3deg));
}

.transformation-scatter span:nth-child(2n) { --tilt: 4deg; }

.transformation-core,
.impact-core {
  position: absolute;
  top: 43%;
  left: 50%;
  display: grid;
  width: 156px;
  height: 156px;
  place-items: center;
  color: #f7f6ff;
  border: 1px solid rgba(216, 214, 250, 0.62);
  border-radius: 50%;
  background: radial-gradient(circle at 33% 24%, #f2f0ff, #8886c5 37%, #262b50 78%);
  box-shadow: 0 0 58px rgba(143, 228, 226, 0.27), inset 10px 10px 28px rgba(255, 255, 255, 0.22);
  transform: translate(-50%, -50%);
}

.transformation-core::before,
.impact-core::before {
  position: absolute;
  inset: -28px;
  content: "";
  border: 1px solid rgba(143, 228, 226, 0.17);
  border-radius: 50%;
  animation: story-orbit 10s linear infinite;
}

.transformation-core span,
.impact-core span {
  position: relative;
  z-index: 1;
  font-size: 34px;
  letter-spacing: -0.08em;
}

.transformation-core small,
.impact-core small {
  position: absolute;
  bottom: 34px;
  z-index: 1;
  color: #d9def1;
  font-family: var(--app-font-mono, monospace);
  font-size: 6px;
  letter-spacing: 0.13em;
}

.transformation-path {
  position: absolute;
  right: 12%;
  bottom: 11%;
  left: 12%;
  display: flex;
  align-items: center;
  gap: 12px;
  color: #91a6a8;
  font-family: var(--app-font-mono, monospace);
  font-size: 8px;
  letter-spacing: 0.08em;
}

.transformation-path i {
  flex: 1;
  height: 1px;
  background: linear-gradient(90deg, rgba(143, 228, 226, 0.1), var(--voice-cyan));
}

.transformation-path strong {
  color: var(--voice-cyan);
  font-weight: 400;
}

.voice-impact {
  padding-bottom: 90px;
}

.impact-system {
  position: relative;
  min-height: 620px;
  padding: 35px 0;
}

.impact-core {
  position: sticky;
  top: 42%;
  width: 135px;
  height: 135px;
  margin: 0 auto -10px;
  transform: translateY(-50%);
}

.impact-core span { font-size: 29px; }
.impact-core small { bottom: 30px; }

.impact-benefits {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 22px 40px;
  max-width: 850px;
  margin: -28px auto 0;
}

.impact-benefit {
  position: relative;
  display: grid;
  grid-template-columns: 30px 1fr;
  gap: 16px;
  min-height: 145px;
  padding: 22px 20px;
  border: 1px solid rgba(143, 228, 226, 0.12);
  border-radius: 10px;
  background: rgba(12, 20, 25, 0.55);
  opacity: 0.32;
  transform: translateY(22px);
  transition: opacity 550ms ease, transform 550ms ease, border-color 350ms ease, box-shadow 350ms ease;
}

.impact-benefit.is-visible {
  opacity: 1;
  transform: translateY(0);
}

.impact-benefit:hover,
.impact-benefit:focus-within {
  border-color: rgba(143, 228, 226, 0.45);
  box-shadow: 0 0 24px rgba(143, 228, 226, 0.08);
}

.impact-index {
  color: var(--voice-cyan);
  font-family: var(--app-font-mono, monospace);
  font-size: 9px;
}

.impact-benefit h3 {
  margin: 0 0 9px;
  color: #e9eeef;
  font-size: 20px;
  font-weight: 500;
  letter-spacing: -0.04em;
}

.impact-benefit p {
  margin: 0;
  color: #8b999f;
  font-size: 12px;
  line-height: 1.6;
}

.impact-result {
  grid-column: 2;
  display: flex;
  align-items: center;
  gap: 7px;
  margin-top: 16px;
  color: #758f91;
  font-family: var(--app-font-mono, monospace);
  font-size: 7px;
  letter-spacing: 0.08em;
}

.impact-result i {
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: var(--voice-cyan);
  box-shadow: 0 0 8px var(--voice-cyan);
}

.voice-agent-cta {
  margin-bottom: 50px;
  padding: 125px 50px;
  overflow: hidden;
  text-align: center;
  border: 1px solid rgba(216, 214, 250, 0.25);
  border-radius: 18px;
  background:
    radial-gradient(circle at 50% 0%, rgba(165, 161, 231, 0.16), transparent 42%),
    rgba(17, 21, 31, 0.8);
}

.voice-agent-cta h2 {
  max-width: 780px;
  margin: 24px auto 20px;
  color: #f0f2f4;
  font-size: clamp(2.1rem, 4.8vw, 4.5rem);
  font-weight: 500;
  line-height: 1;
  letter-spacing: -0.065em;
}

.voice-agent-cta p {
  max-width: 480px;
  margin: 0 auto;
  color: #9da8b0;
  font-size: 14px;
  line-height: 1.7;
}

.voice-cta-actions {
  display: flex;
  justify-content: center;
  gap: 14px;
  margin-top: 34px;
}

.voice-cta-primary,
.voice-cta-secondary {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 14px 19px;
  color: #13162a;
  font-size: 12px;
  font-weight: 700;
  text-decoration: none;
  border-radius: 6px;
  background: #d8d6fa;
  transition: transform 180ms ease, background 180ms ease;
}

.voice-cta-secondary {
  color: #d8d6fa;
  border: 1px solid rgba(216, 214, 250, 0.4);
  background: transparent;
}

.voice-cta-primary:hover,
.voice-cta-secondary:hover {
  transform: translateY(-2px);
}

.voice-cta-primary:hover { background: #f0efff; }
.voice-cta-secondary:hover { background: rgba(216, 214, 250, 0.08); }

@media (max-width: 1000px) {
  .voice-story-layout {
    grid-template-columns: 82px minmax(330px, 1fr) minmax(240px, 0.8fr);
    gap: 20px;
  }

  .voice-pain-scene {
    grid-template-columns: 40px minmax(220px, 0.75fr) minmax(300px, 1.25fr);
  }

  .pain-scene-response {
    grid-column: 2 / -1;
    padding-top: 20px;
    padding-left: 0;
    border-top: 1px solid rgba(143, 228, 226, 0.25);
    border-left: 0;
  }
}

@media (max-width: 850px) {
  .voice-capability-story,
  .voice-pain-story,
  .voice-transformation,
  .voice-impact,
  .voice-agent-cta {
    padding: 100px 0;
  }

  .story-section-heading {
    margin-bottom: 52px;
  }

  .voice-story-layout {
    display: block;
    min-height: 0;
  }

  .voice-story-progress {
    position: sticky;
    top: 0;
    z-index: 10;
    display: flex;
    grid-template-columns: none;
    gap: 12px;
    width: max-content;
    max-width: 100%;
    padding: 14px 0;
    overflow-x: auto;
    background: rgba(7, 10, 16, 0.84);
    backdrop-filter: blur(12px);
  }

  .voice-story-progress::before,
  .voice-story-progress::after {
    display: none;
  }

  .voice-story-progress button {
    display: inline-flex;
    flex: 0 0 auto;
    gap: 5px;
    padding: 7px 9px;
    border: 1px solid rgba(192, 211, 220, 0.14);
    border-radius: 5px;
  }

  .voice-story-progress button.is-active {
    transform: none;
    border-color: rgba(143, 228, 226, 0.5);
    background: rgba(143, 228, 226, 0.08);
  }

  .voice-story-visual-wrap {
    margin-top: 18px;
  }

  .voice-story-visual {
    position: relative;
    top: auto;
    height: 460px;
    min-height: 0;
  }

  .voice-story-steps {
    display: grid;
    gap: 16px;
    margin-top: 28px;
  }

  .voice-story-step {
    min-height: 0;
    padding: 36px 0;
    opacity: 0.35;
  }

  .voice-story-step.is-active,
  .voice-story-step.is-visible {
    opacity: 1;
  }

  .voice-pain-scenes {
    gap: 60px;
  }

  .voice-pain-scene {
    grid-template-columns: 34px 1fr;
    gap: 15px;
  }

  .pain-scene-visual,
  .pain-scene-response {
    grid-column: 2;
  }

  .transformation-system {
    min-height: 540px;
  }

  .impact-system {
    min-height: 0;
  }

  .impact-core {
    position: relative;
    top: auto;
    margin: 0 auto 36px;
    transform: none;
  }

  .impact-benefits {
    grid-template-columns: 1fr;
    margin: 0;
  }
}

@media (max-width: 560px) {
  .story-section-heading h2 {
    font-size: 2.45rem;
  }

  .story-section-heading p {
    font-size: 13px;
  }

  .voice-story-visual {
    height: 420px;
  }

  .story-visual-header {
    top: 19px;
    left: 19px;
    font-size: 8px;
  }

  .story-signal-field {
    top: 40%;
    right: 4%;
    left: 4%;
    gap: 4px;
  }

  .story-signal {
    min-height: 27px;
    padding: 6px;
    font-size: 6px;
  }

  .story-signal-line {
    min-width: 4px;
  }

  .story-visual-core {
    width: 104px;
    height: 104px;
  }

  .story-core-word { font-size: 25px; }
  .story-core-caption { bottom: 22px; }

  .story-visual-result,
  .story-visual-readout {
    bottom: 19px;
  }

  .story-visual-result {
    left: 19px;
    max-width: 112px;
    font-size: 6px;
  }

  .story-visual-readout {
    right: 19px;
    max-width: 112px;
  }

  .story-readout-title { font-size: 10px; }
  .story-readout-kicker,
  .story-readout-line { font-size: 6px; }

  .voice-pain-scene {
    grid-template-columns: 1fr;
    gap: 17px;
  }

  .pain-scene-number {
    order: -1;
  }

  .pain-scene-visual,
  .pain-scene-response {
    grid-column: auto;
  }

  .pain-scene-visual {
    padding: 17px;
  }

  .pain-route {
    font-size: 6px;
  }

  .transformation-system {
    min-height: 520px;
  }

  .transformation-scatter {
    top: 10%;
    left: 5%;
    width: 90%;
    gap: 10px;
    font-size: 6px;
  }

  .transformation-scatter span {
    padding: 7px;
  }

  .transformation-core {
    top: 43%;
    width: 120px;
    height: 120px;
  }

  .transformation-path {
    right: 8%;
    bottom: 8%;
    left: 8%;
    display: grid;
    justify-content: stretch;
    gap: 8px;
    text-align: center;
  }

  .transformation-path i {
    width: 1px;
    height: 12px;
    margin: auto;
  }

  .voice-agent-cta {
    padding: 80px 20px;
  }

  .voice-cta-actions {
    flex-direction: column;
    align-items: stretch;
  }

  .voice-cta-primary,
  .voice-cta-secondary {
    justify-content: center;
  }
}

@media (prefers-reduced-motion: reduce) {
  .voice-story-progress button,
  .story-visual-panel,
  .voice-story-step,
  .voice-pain-scene,
  .impact-benefit {
    opacity: 1;
    transform: none;
  }

  .voice-story-visual,
  .voice-story-progress {
    position: relative;
    top: auto;
  }

  .voice-story-layout {
    min-height: 0;
  }
}

/* Reference-inspired editorial lavender treatment for the story sections */
.voice-pain-story,
.voice-transformation,
.voice-impact,
.voice-agent-cta {
  width: 100vw;
  margin-left: calc(50% - 50vw);
  padding-right: max(24px, calc((100vw - 1160px) / 2));
  padding-left: max(24px, calc((100vw - 1160px) / 2));
  color: #131421;
}

.voice-pain-story {
  padding-top: clamp(94px, 11vw, 158px);
  padding-bottom: clamp(100px, 12vw, 170px);
  background:
    linear-gradient(112deg, transparent 0 27%, rgba(255, 255, 255, 0.16) 27% 37%, transparent 37% 63%, rgba(255, 255, 255, 0.1) 63% 74%, transparent 74%),
    #dedcff;
}

.voice-pain-story .story-section-heading,
.voice-transformation .story-section-heading,
.voice-impact .story-section-heading {
  max-width: 760px;
  margin-right: auto;
  margin-left: 0;
  text-align: left;
}

.voice-pain-story .problem-heading {
  margin-bottom: clamp(58px, 7vw, 92px);
}

.voice-pain-story .problem-heading .voice-agent-eyebrow,
.voice-transformation .voice-agent-eyebrow,
.voice-impact .voice-agent-eyebrow {
  color: #6f6a88;
}

.voice-pain-story .problem-heading .voice-agent-eyebrow i,
.voice-transformation .voice-agent-eyebrow i,
.voice-impact .voice-agent-eyebrow i {
  width: 5px;
  height: 5px;
  background: #68639d;
  box-shadow: none;
}

.voice-pain-story .story-section-heading h2 {
  max-width: 690px;
  margin-top: 20px;
  color: #11121e;
  font-size: clamp(2.8rem, 6vw, 5.65rem);
  line-height: 0.94;
}

.voice-pain-story .story-section-heading h2 em,
.voice-transformation .story-section-heading h2 em,
.voice-impact .story-section-heading h2 em {
  color: #5d58a0;
}

.voice-pain-story .story-section-heading p,
.voice-transformation .story-section-heading p,
.voice-impact .story-section-heading p {
  max-width: 555px;
  margin-left: 0;
  color: #5d5c73;
}

.voice-pain-scenes {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0 62px;
  max-width: 1160px;
}

.voice-pain-scene {
  position: relative;
  display: grid;
  grid-template-columns: 28px minmax(0, 1fr);
  gap: 13px;
  align-items: start;
  min-height: 198px;
  padding: 22px 30px 25px 0;
  border-top: 1px solid rgba(28, 29, 47, 0.18);
  opacity: 0.72;
  transform: none;
  transition: opacity 350ms ease, background 350ms ease;
}

.voice-pain-scene::after {
  position: absolute;
  top: 22px;
  right: 4px;
  content: "→";
  color: #7a7695;
  font-size: 15px;
  transition: color 220ms ease, transform 220ms ease;
}

.voice-pain-scene.is-visible,
.voice-pain-scene:hover {
  opacity: 1;
  transform: none;
}

.voice-pain-scene:hover::after {
  color: #232044;
  transform: translateX(4px);
}

.pain-scene-number {
  padding-top: 3px;
  color: #777391;
  font-size: 8px;
  letter-spacing: 0.05em;
}

.pain-scene-copy .story-step-index,
.pain-scene-response .story-step-index {
  color: #6c678a;
  font-size: 7px;
}

.pain-scene-copy .story-step-index i {
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: #7772b1;
}

.pain-scene-copy h3 {
  max-width: 430px;
  margin: 14px 0 10px;
  color: #151621;
  font-size: clamp(1.35rem, 2vw, 1.85rem);
  line-height: 1;
}

.pain-scene-copy p,
.pain-scene-response p {
  max-width: 430px;
  color: #64637b;
  font-size: 11px;
  line-height: 1.55;
}

.pain-scene-visual {
  grid-column: 2;
  gap: 10px;
  margin-top: 15px;
  padding: 0 0 13px;
  border: 0;
  border-bottom: 1px solid rgba(28, 29, 47, 0.14);
  border-radius: 0;
  background: transparent;
}

.pain-stream {
  gap: 5px;
}

.pain-stream-label {
  color: #7c7894;
  font-size: 6px;
}

.pain-chip {
  padding: 5px 7px;
  color: #5a586f;
  font-size: 6px;
  border-color: rgba(76, 73, 107, 0.22);
  border-radius: 3px;
  background: rgba(255, 255, 255, 0.2);
}

.pain-chip.is-fading {
  color: #9691a8;
}

.pain-chip.is-priority {
  color: #48447d;
  border-color: rgba(82, 76, 157, 0.4);
  background: rgba(255, 255, 255, 0.34);
  box-shadow: none;
}

.pain-route {
  gap: 6px;
  color: #7771a4;
  font-size: 6px;
}

.pain-route i {
  background: linear-gradient(90deg, rgba(92, 86, 144, 0.12), #8b85c5, rgba(92, 86, 144, 0.12));
}

.pain-scene-response {
  grid-column: 2;
  padding: 0;
  border: 0;
}

.pain-scene-response p {
  margin-top: 8px;
  color: #393850;
}

.voice-transformation {
  padding-top: clamp(100px, 12vw, 170px);
  padding-bottom: clamp(100px, 12vw, 170px);
  background: #f1f0ff;
}

.voice-transformation .story-section-heading h2,
.voice-impact .story-section-heading h2,
.voice-agent-cta h2 {
  color: #11121e;
}

.voice-transformation .story-section-heading p,
.voice-impact .story-section-heading p,
.voice-agent-cta p {
  color: #66657b;
}

.transformation-system {
  min-height: 560px;
  border-color: rgba(53, 52, 86, 0.17);
  border-radius: 0;
  background:
    linear-gradient(112deg, transparent 0 42%, rgba(255, 255, 255, 0.36) 42% 50%, transparent 50%),
    rgba(223, 220, 255, 0.35);
  box-shadow: inset 0 1px rgba(255, 255, 255, 0.5);
}

.transformation-scatter {
  color: #77748c;
}

.transformation-scatter span {
  color: #69657f;
  border-color: rgba(76, 73, 107, 0.2);
  border-radius: 2px;
  background: rgba(255, 255, 255, 0.25);
}

.transformation-core,
.impact-core {
  color: #f7f6ff;
  border-color: rgba(83, 77, 151, 0.55);
  background: radial-gradient(circle at 33% 24%, #fbfaff, #aaa6e2 37%, #4f4b90 78%);
  box-shadow: 0 0 45px rgba(96, 89, 171, 0.24), inset 10px 10px 28px rgba(255, 255, 255, 0.28);
}

.transformation-core::before,
.impact-core::before {
  border-color: rgba(95, 89, 163, 0.25);
}

.transformation-core small,
.impact-core small {
  color: #ecebff;
}

.transformation-path {
  color: #696681;
}

.transformation-path i {
  background: linear-gradient(90deg, rgba(104, 99, 155, 0.1), #817bbd);
}

.transformation-path strong {
  color: #57518f;
}

.voice-impact {
  padding-top: clamp(100px, 12vw, 170px);
  background:
    linear-gradient(112deg, transparent 0 30%, rgba(255, 255, 255, 0.13) 30% 42%, transparent 42% 70%, rgba(255, 255, 255, 0.11) 70% 82%, transparent 82%),
    #dedcff;
}

.impact-benefit {
  min-height: 132px;
  border-color: rgba(47, 45, 75, 0.18);
  border-radius: 0;
  background: rgba(255, 255, 255, 0.16);
  box-shadow: none;
}

.impact-benefit:hover,
.impact-benefit:focus-within {
  border-color: rgba(72, 67, 131, 0.45);
  background: rgba(255, 255, 255, 0.33);
  box-shadow: none;
}

.impact-index {
  color: #7772a3;
}

.impact-benefit h3 {
  color: #151621;
}

.impact-benefit p,
.impact-result {
  color: #65637a;
}

.impact-result i {
  background: #7772b1;
  box-shadow: 0 0 8px rgba(119, 114, 177, 0.6);
}

.voice-agent-cta {
  margin-bottom: 0;
  padding-top: clamp(88px, 10vw, 140px);
  padding-bottom: clamp(88px, 10vw, 140px);
  border: 0;
  border-radius: 0;
  background: #f1f0ff;
}

.voice-agent-cta h2 {
  max-width: 900px;
  margin-right: auto;
  margin-left: 0;
  text-align: left;
}

.voice-agent-cta p {
  margin-left: 0;
  text-align: left;
}

.voice-cta-actions {
  justify-content: flex-start;
}

@media (max-width: 850px) {
  .voice-pain-story,
  .voice-transformation,
  .voice-impact,
  .voice-agent-cta {
    width: 100vw;
    margin-left: calc(50% - 50vw);
    padding-right: 28px;
    padding-left: 28px;
  }

  .voice-pain-scenes {
    grid-template-columns: 1fr;
  }

  .voice-pain-scene {
    min-height: 0;
    padding-right: 24px;
  }

  .voice-pain-story .story-section-heading h2 {
    font-size: clamp(2.55rem, 9vw, 4.2rem);
  }
}

/* Homepage portfolio */
.portfolio-service-cta {
  position: relative;
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 18px;
  min-height: 164px;
  margin-top: 12px;
  padding: 20px;
  overflow: hidden;
  color: #fff;
  text-decoration: none;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 8px;
  background: #050608;
  box-shadow: 0 18px 60px rgba(0, 0, 0, 0.2);
  transition:
    border-color 220ms ease,
    background 220ms ease,
    transform 220ms ease,
    box-shadow 220ms ease;
}

.portfolio-service-cta::before {
  position: absolute;
  inset: 0;
  background: linear-gradient(110deg, transparent 18%, rgba(165, 161, 231, 0.18), transparent 68%);
  content: "";
  opacity: 0;
  transform: translateX(-28%);
  transition: opacity 260ms ease, transform 420ms ease;
}

.portfolio-service-cta:hover,
.portfolio-service-cta:focus-visible {
  border-color: rgba(143, 228, 226, 0.8);
  background: #080a0d;
  box-shadow: 0 22px 70px rgba(0, 0, 0, 0.3);
  transform: translateY(-3px);
}

.portfolio-service-cta:hover::before,
.portfolio-service-cta:focus-visible::before {
  opacity: 1;
  transform: translateX(28%);
}

.portfolio-service-cta > span {
  position: relative;
  z-index: 1;
}

.portfolio-service-number,
.portfolio-card-index,
.home-portfolio-kicker {
  font-family: var(--app-font-mono, monospace);
  text-transform: uppercase;
  letter-spacing: 0.16em;
}

.portfolio-service-number {
  align-self: start;
  color: #7d8991;
  font-size: 10px;
}

.portfolio-service-title {
  font-size: clamp(1.25rem, 1.75vw, 1.65rem);
  font-weight: 600;
  letter-spacing: -0.03em;
  line-height: 1.08;
}

.portfolio-service-arrow {
  align-self: end;
  color: #8fe4e2;
  font-size: 26px;
  line-height: 1;
  transition: transform 220ms ease;
}

.portfolio-service-cta:hover .portfolio-service-arrow,
.portfolio-service-cta:focus-visible .portfolio-service-arrow {
  transform: translate(4px, 4px);
}

.home-portfolio {
  position: relative;
  width: 100%;
  overflow: hidden;
  color: #eef1f4;
  background:
    radial-gradient(circle at 12% 8%, rgba(143, 228, 226, 0.12), transparent 24rem),
    radial-gradient(circle at 90% 68%, rgba(165, 161, 231, 0.14), transparent 28rem),
    #080b10;
}

.home-portfolio::before {
  position: absolute;
  inset: 0;
  background-image: linear-gradient(rgba(255, 255, 255, 0.035) 1px, transparent 1px), linear-gradient(90deg, rgba(255, 255, 255, 0.035) 1px, transparent 1px);
  background-size: 72px 72px;
  content: "";
  opacity: 0.45;
  pointer-events: none;
}

.home-portfolio-inner {
  position: relative;
  z-index: 1;
  width: min(1160px, calc(100% - 48px));
  margin: 0 auto;
  padding: clamp(100px, 12vw, 180px) 0 clamp(90px, 11vw, 150px);
}

.home-portfolio-heading {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(260px, 0.62fr);
  align-items: end;
  gap: 60px;
  padding-bottom: clamp(42px, 6vw, 78px);
  border-bottom: 1px solid rgba(255, 255, 255, 0.14);
}

.home-portfolio-kicker {
  display: flex;
  align-items: center;
  gap: 10px;
  margin: 0 0 24px;
  color: #8fe4e2;
  font-size: 10px;
}

.home-portfolio-dot {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #8fe4e2;
  box-shadow: 0 0 18px #8fe4e2;
}

.home-portfolio-heading h2 {
  max-width: 720px;
  margin: 0;
  color: #eef1f4;
  font-size: clamp(3rem, 6.4vw, 6.7rem);
  font-weight: 600;
  letter-spacing: -0.07em;
  line-height: 0.9;
}

.home-portfolio-heading h2 em {
  color: #a5a1e7;
  font-style: normal;
}

.home-portfolio-intro {
  max-width: 330px;
  margin: 0 0 4px auto;
  color: #87939c;
  font-size: 15px;
  line-height: 1.75;
}

.home-portfolio-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: clamp(28px, 4vw, 56px) 18px;
  padding-top: clamp(34px, 5vw, 64px);
}

.portfolio-card {
  display: block;
  min-width: 0;
  color: inherit;
  text-decoration: none;
  opacity: 0;
  transform: translateY(26px);
  transition:
    opacity 650ms cubic-bezier(0.22, 1, 0.36, 1),
    transform 650ms cubic-bezier(0.22, 1, 0.36, 1);
  transition-delay: calc(var(--portfolio-index) * 70ms);
}

.portfolio-card.is-visible {
  opacity: 1;
  transform: translateY(0);
}

.portfolio-card-media {
  position: relative;
  display: block;
  aspect-ratio: 16 / 10;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.15);
  background: #12171d;
}

.portfolio-card-media::after {
  position: absolute;
  inset: 0;
  border: 1px solid rgba(255, 255, 255, 0.12);
  content: "";
  pointer-events: none;
}

.portfolio-card-media img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: saturate(0.9) contrast(1.04);
  transition: transform 700ms cubic-bezier(0.22, 1, 0.36, 1), filter 500ms ease;
}

.portfolio-card-shade {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 38%, rgba(5, 7, 10, 0.52));
  opacity: 0.55;
  transition: opacity 300ms ease;
}

.portfolio-card-cursor {
  position: absolute;
  right: 20px;
  bottom: 18px;
  display: grid;
  width: 44px;
  height: 44px;
  place-items: center;
  color: #080b10;
  border-radius: 50%;
  background: #8fe4e2;
  font-size: 22px;
  opacity: 0;
  transform: translateY(8px);
  transition: opacity 260ms ease, transform 260ms ease;
}

.portfolio-card-meta {
  display: grid;
  grid-template-columns: 42px 1fr;
  gap: 12px;
  align-items: baseline;
  padding: 16px 0 0;
  border-top: 1px solid rgba(255, 255, 255, 0.14);
}

.portfolio-card-index {
  color: #697780;
  font-size: 9px;
}

.portfolio-card-title {
  color: #e8edef;
  font-size: clamp(1.1rem, 1.8vw, 1.55rem);
  font-weight: 500;
  letter-spacing: -0.035em;
}

.portfolio-card:hover .portfolio-card-media img,
.portfolio-card:focus-visible .portfolio-card-media img {
  filter: saturate(1.08) contrast(1.07);
  transform: scale(1.045);
}

.portfolio-card:hover .portfolio-card-shade,
.portfolio-card:focus-visible .portfolio-card-shade {
  opacity: 0.82;
}

.portfolio-card:hover .portfolio-card-cursor,
.portfolio-card:focus-visible .portfolio-card-cursor {
  opacity: 1;
  transform: translateY(0);
}

.portfolio-card:focus-visible,
.portfolio-service-cta:focus-visible {
  outline: 2px solid #8fe4e2;
  outline-offset: 5px;
}

@media (max-width: 700px) {
  .portfolio-service-cta {
    min-height: 132px;
  }

  .home-portfolio-inner {
    width: min(100% - 32px, 560px);
  }

  .home-portfolio-heading {
    grid-template-columns: 1fr;
    gap: 26px;
  }

  .home-portfolio-heading h2 {
    font-size: clamp(3rem, 14vw, 5rem);
  }

  .home-portfolio-intro {
    max-width: 410px;
    margin-left: 0;
  }

  .home-portfolio-grid {
    grid-template-columns: 1fr;
    gap: 38px;
  }

  .portfolio-card-media {
    aspect-ratio: 16 / 10;
  }
}

@media (prefers-reduced-motion: reduce) {
  .portfolio-service-cta,
  .portfolio-service-cta::before,
  .portfolio-service-arrow,
  .portfolio-card,
  .portfolio-card-media img,
  .portfolio-card-shade,
  .portfolio-card-cursor {
    transition: none;
  }

  .portfolio-card {
    opacity: 1;
    transform: none;
  }
}

/* Contact details */
.contact-details {
  max-width: 460px;
  margin-top: 52px;
  border-top: 1px solid rgba(45, 43, 76, 0.2);
  padding-top: 18px;
}

.contact-details-kicker,
.contact-detail-label {
  font-family: var(--app-font-mono, monospace);
  text-transform: uppercase;
  letter-spacing: 0.15em;
}

.contact-details-kicker {
  margin: 0 0 16px;
  color: #656182;
  font-size: 9px;
}

.contact-detail-row {
  display: grid;
  grid-template-columns: 72px minmax(0, 1fr);
  gap: 18px;
  align-items: start;
  padding: 14px 0;
  border-bottom: 1px solid rgba(45, 43, 76, 0.15);
}

.contact-detail-label {
  padding-top: 3px;
  color: #656182;
  font-size: 9px;
}

.contact-detail-values {
  display: flex;
  flex-wrap: wrap;
  gap: 5px 8px;
  color: #23243a;
  font-size: 14px;
  line-height: 1.6;
}

.contact-detail-values a {
  color: inherit;
  text-decoration: none;
  transition: color 180ms ease;
}

.contact-detail-values a:hover,
.contact-detail-values a:focus-visible {
  color: #8fe4e2;
}

.contact-detail-values a:focus-visible {
  outline: 2px solid #8fe4e2;
  outline-offset: 3px;
}

@media (max-width: 600px) {
  .contact-details {
    margin-top: 40px;
  }

  .contact-detail-row {
    grid-template-columns: 1fr;
    gap: 5px;
  }
}