
html body[data-page="ai-chat-agent"] #voiceDelivery .chat-delivery-steps{position:relative;display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:28px;padding:48px 40px 110px;border:1px solid #d4d4d6;background:repeating-linear-gradient(135deg,#f8f8f8 0 2px,#f3f3f3 2px 3px,#f8f8f8 3px 8px)}
html body[data-page="ai-chat-agent"] #voiceDelivery .chat-delivery-steps article{padding:0;border:0;border-radius:0;background:none;box-shadow:none;text-align:left}
html body[data-page="ai-chat-agent"] #voiceDelivery .chat-delivery-steps h3{font-size:20px;line-height:26px;font-weight:500;color:#000;margin:0 0 16px;text-align:left}
html body[data-page="ai-chat-agent"] #voiceDelivery .chat-delivery-steps p{font-size:14px;line-height:22px;color:#667185;text-align:left;margin:0}
.chat-step-icon{display:grid;place-items:center;width:57px;height:57px;border:1.3px solid #d4d4d6;border-radius:13px;margin-bottom:17px}.chat-step-icon img{width:31px;height:31px}
#voiceDelivery .followup-whole-track.is-scroll-staged>.container{position:sticky;top:var(--step-anchor,80px)}
#voiceDelivery .is-scroll-staged .chat-delivery-steps article{opacity:var(--step-opacity,0);translate:0 var(--step-offset,18px)}
#voiceDelivery .followup-progress-rail{position:absolute;left:40px;right:40px;bottom:60px;height:17px;pointer-events:none;opacity:var(--rail-opacity,0)}
#voiceDelivery .followup-progress-line{position:absolute;left:6px;top:8px;height:2px;width:max(0px,calc(var(--rail-progress,0%) - 12px));background:#d4d4d6}
#voiceDelivery .followup-progress-node{position:absolute;top:0;width:12px;height:17px;opacity:0}
#voiceDelivery .followup-progress-end{position:absolute;top:0;left:calc(var(--rail-progress,0%) - 8.5px);width:17px;height:17px;animation:chat-step-end 3s linear infinite}
@keyframes chat-step-end{to{rotate:360deg}}
@media(max-width:760px){html body[data-page="ai-chat-agent"] #voiceDelivery .chat-delivery-steps{grid-template-columns:1fr;padding:28px;gap:28px}#voiceDelivery .followup-progress-rail{display:none}}
@media(prefers-reduced-motion:reduce){#voiceDelivery .followup-progress-end{animation:none}}
/* Keep the full frame, including its 20px extensions, within 1300px. */
html body[data-page="ai-chat-agent"] #voiceDelivery .followup-whole-track>.container{width:calc(100% - 40px);max-width:1300px;box-sizing:border-box;margin-inline:auto}
html body[data-page="ai-chat-agent"] #voiceDelivery .chat-delivery-steps{width:calc(100% - 40px);max-width:1260px;box-sizing:border-box;margin-inline:auto;overflow:visible}
html body[data-page="ai-chat-agent"] #voiceDelivery .chat-delivery-steps:before{content:"";position:absolute;left:-21px;right:-21px;top:-1px;bottom:-1px;border-top:1px solid #d4d4d6;border-bottom:1px solid #d4d4d6;pointer-events:none}
html body[data-page="ai-chat-agent"] #voiceDelivery .chat-delivery-steps:after{content:"";position:absolute;left:-1px;right:-1px;top:-21px;bottom:-21px;border-left:1px solid #d4d4d6;border-right:1px solid #d4d4d6;pointer-events:none}
