.voice-hero {
  background:
    radial-gradient(circle at 82% 18%, rgba(139, 111, 255, .18), transparent 32rem),
    linear-gradient(145deg, #100d1c 0%, #181226 56%, #0d0b16 100%);
}
.voice-kicker { margin: 0 0 .7rem; color: #b7a8ff; font-size: .78rem; font-weight: 800; letter-spacing: .16em; text-transform: uppercase; }
.voice-console {
  align-self: center; overflow: hidden; padding: 1.1rem; color: #f8f4ff;
  border: 1px solid rgba(207, 194, 255, .2); border-radius: 1.65rem;
  background: linear-gradient(160deg, rgba(36, 28, 55, .96), rgba(17, 14, 27, .98));
  box-shadow: 0 32px 90px rgba(0, 0, 0, .38);
}
.voice-console__top, .voice-console__footer { display: flex; justify-content: space-between; gap: 1rem; color: #a99cc7; font-size: .68rem; font-weight: 800; letter-spacing: .11em; }
.voice-console__top span:last-child, .voice-console__footer span:last-child { color: #9ee6b5; }
.voice-wave { display: flex; align-items: center; justify-content: center; gap: 5px; height: 7rem; margin: 1rem 0; border-radius: 1.1rem; background: rgba(255, 255, 255, .035); }
.voice-wave i { width: 4px; height: calc(13px + (var(--i) % 7) * 6px); border-radius: 99px; background: linear-gradient(#c5b8ff, #7762dc); animation: voice-pulse 1.25s ease-in-out infinite alternate; animation-delay: calc(var(--i) * -70ms); }
.voice-transcript { display: grid; gap: .7rem; }
.voice-transcript p { margin: 0; padding: .85rem 1rem; color: #ddd6ed; border: 1px solid rgba(255,255,255,.07); border-radius: .9rem; background: rgba(255,255,255,.04); font-size: .87rem; line-height: 1.5; }
.voice-transcript span { display: block; margin-bottom: .2rem; color: #a996ff; font-size: .62rem; font-weight: 800; letter-spacing: .12em; }
.voice-slot { display: grid; gap: .2rem; margin: .85rem 0; padding: 1rem; border-radius: 1rem; color: #171121; background: #e8e1ff; }
.voice-slot small { font-weight: 800; letter-spacing: .1em; }.voice-slot span { color: #665d74; font-size: .78rem; }
.voice-action-card .demo-phone__bar span { color: #7ce3a0; }
.voice-demo .demo-download-card, .voice-demo .demo-docs__shell, .voice-demo .demo-phone { border-radius: 1.35rem; }
@keyframes voice-pulse { to { transform: scaleY(.42); opacity: .55; } }
@media (prefers-reduced-motion: reduce) { .voice-wave i { animation: none; } }
@media (max-width: 720px) { .voice-wave { height: 5.5rem; }.voice-console { border-radius: 1.2rem; } }
