/* AI Voice Agent hero: match the homepage primary and secondary actions. */
.voice-hero-actions{gap:20px}
.voice-hero-actions a{display:inline-flex;align-items:center;justify-content:center;gap:10px;min-height:52px;padding:12px 24px;border-radius:999px;font:500 16px/1.4 Arial,sans-serif;text-decoration:none;box-sizing:border-box}
.voice-hero-actions .hero-connect{color:#fff;box-shadow:0 24px 40px #0000001a,0 25px 18px #0000000a}
.voice-hero-actions .hero-contact{background:#fcfcfd;color:#0a0a0a;border:1px solid #fff}
.voice-hero-actions a:focus-visible{outline:2px solid #1177ff;outline-offset:4px}
@media(max-width:480px){.voice-hero-actions{gap:12px}.voice-hero-actions a{font-size:14px;max-width:100%}}
/* Motion is shared with the homepage via hero-button-motion.css. */
.voice-hero-actions .hero-connect .hero-arrow::after{width:18px;height:18px;background-image:url('../img/voice-button-wave.svg');background-size:18px 18px}
/* Voice Agent closing CTA: user-requested neutral background. */
html body:is([data-page="ai-voice-agent"],[data-page="ai-chat-agent"],[data-page="aicc"],[data-page="botlab"]) main .cta-band{background:#F4F5F7;}
html body:is([data-page="ai-voice-agent"],[data-page="ai-chat-agent"],[data-page="aicc"],[data-page="botlab"]) main .cta-band h2{color:#16171c;}
html body:is([data-page="ai-voice-agent"],[data-page="ai-chat-agent"],[data-page="aicc"],[data-page="botlab"]) main .cta-band p{color:#667185;}
html body:is([data-page="ai-voice-agent"],[data-page="ai-chat-agent"],[data-page="aicc"],[data-page="botlab"]) main .cta-band .btn-light{background:#16171c;border-color:#16171c;color:#fff;}
