.ai-voice-agent-handoff {
    padding: 84px 0;
    background: #fff;
}
.ai-voice-agent-handoff .ava-section-head {
    margin-bottom: 24px;
}
.ai-voice-agent-handoff .ava-section-head p {
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: #ffb21d;
    font-weight: 700;
    font-size: 0.82rem;
}
.ai-voice-agent-handoff .ava-section-head h2 {
    font-size: clamp(2rem, 3.4vw, 3.4rem);
    line-height: 1.08;
    margin: 10px 0 0;
    color: #111827;
}
.ai-voice-agent-handoff .ava-handoff-content {
    margin-top: 18px;
}
.ai-voice-agent-handoff .ava-handoff-content h3,
.ai-voice-agent-handoff .ava-handoff-content strong {
    color: #111827;
}
.ai-voice-agent-handoff .ava-handoff-content p,
.ai-voice-agent-handoff .ava-handoff-content li {
    color: #5f6778;
    line-height: 1.8;
}
.ai-voice-agent-handoff .ava-handoff-content h3 {
    margin: 18px 0 10px;
    font-size: 1.4rem;
}
.ai-voice-agent-handoff .ava-handoff-content ul {
    margin: 12px 0 0;
    padding-left: 18px;
}
.ai-voice-agent-handoff .ava-handoff-content strong {
    display: block;
    margin-top: 12px;
}
