.call-detail-container{background-color:#f8fafc;min-height:100vh;display:flex;flex-direction:column}.call-detail-content{flex-grow:1;width:100%;max-width:860px;margin:0 auto;padding:48px 24px;display:flex;flex-direction:column;gap:32px}@keyframes fadeIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.fade-in{animation:fadeIn .4s ease-out forwards}@media(max-width:600px){.call-detail-content{padding:24px 16px}}
