@media(max-width:650px){
 .home-page .agent-grid{display:grid;grid-template-columns:none;grid-auto-flow:column;grid-auto-columns:100%;gap:16px;overflow-x:auto;overflow-y:hidden;border-radius:22px;scroll-snap-type:x mandatory;scrollbar-width:none}
 .home-page #department .agent-grid::before{display:none;content:none}
 .home-page .agent-grid::-webkit-scrollbar{display:none}
 .home-page .agent-grid>.agent-card{scroll-snap-align:start;min-width:0;margin:0;box-shadow:inset 0 1px #fff;backdrop-filter:none;transform:none}
 .home-page .video-overview-section{padding-top:32px;padding-bottom:32px}
 .home-page .video-overview-section .section-title{margin-bottom:18px}
 .home-page .cmp{grid-template-columns:minmax(0,.88fr) minmax(0,1.12fr);gap:8px;align-items:stretch}
 .home-page .cmp-panel{min-width:0;border-radius:18px;margin-top:0;margin-bottom:0}
 .home-page .cmp-head{padding:14px 10px;min-height:82px;box-sizing:border-box}
 .home-page .cmp-head h3{font-size:19px;line-height:1.3;margin:0 0 6px}
 .home-page .cmp-head>span{font-size:10px;line-height:1.5;display:block}
 .home-page .cmp-new .cmp-head{border-radius:17px 17px 0 0;margin:-1px -1px 0;border-width:1px;box-shadow:inset 0 2px 2px #ffffff59;min-height:90px}
 .home-page .cmp-old{align-self:center}
 .home-page .cmp-old .cmp-head{min-height:76px;padding-top:11px;padding-bottom:11px}
 .home-page .cmp-list{padding:0 10px 10px;display:grid;grid-template-rows:repeat(4,minmax(80px,auto))}
 .home-page .cmp-list li{grid-template-columns:16px minmax(0,1fr);gap:5px;padding:9px 0;align-content:start}
 .home-page .cmp-old .cmp-list{grid-template-rows:repeat(4,minmax(70px,auto))}
 .home-page .cmp-old .cmp-list li{padding:7px 0}
 .home-page .cmp-mark,.home-page .cmp-mark svg{width:16px;height:16px}
 .home-page .cmp-list h4{font-size:13px;line-height:1.4;margin:0 0 4px}
 .home-page .cmp-list p{font-size:11px;line-height:1.6;overflow-wrap:anywhere}
 .home-page .choice-groups{grid-template-columns:repeat(2,minmax(0,1fr));gap:8px}
 .home-page .choice-alternatives{min-width:0;overflow-x:auto;scroll-snap-type:x mandatory;scrollbar-width:none;border-radius:15px}
 .home-page .choice-alternatives::-webkit-scrollbar{display:none}
 .home-page .choice-alternatives .choice-group{background:#f0f1f3;border-color:#dfe2e6}
 .home-page .choice-alternatives .choice-feature{background:#f7f7f8;border-color:#dfe2e6}
 .home-page .choice-alternatives-track{display:flex;align-items:stretch;min-height:100%}
 .home-page .choice-alternatives-track>.choice-group{flex:0 0 100%;box-sizing:border-box;scroll-snap-align:start}
 .home-page .choice-group{padding:10px 7px;border-radius:15px;border-width:1px;min-width:0}
 .home-page .choice-group header{display:flex;flex-direction:column;justify-content:center;gap:4px;min-height:67px;margin:0 0 7px;text-align:center}
 .home-page .choice-group h3{font-size:13px;line-height:1.4;overflow-wrap:anywhere}
 .home-page .choice-avatar{width:24px;height:24px;font-size:17px;border-radius:8px;flex:none}
 .home-page .choice-features{grid-template-columns:1fr;grid-template-rows:repeat(5,minmax(85px,auto));gap:5px}
 .home-page .choice-feature{min-height:0;padding:7px 5px;border-radius:8px}
 .home-page .choice-feature-label{font-size:10px;line-height:1.4;gap:3px;margin-bottom:6px;align-items:flex-start}
 .home-page .choice-feature-label svg{width:12px;height:12px}
 .home-page .choice-answer{font-size:12px;line-height:1.5;gap:3px;overflow-wrap:anywhere;align-items:flex-start}
 .home-page .choice-status{width:13px;height:15px;font-size:12px;flex-shrink:0;border-radius:4px}
 .home-page .choice-groups~.pill{margin-top:20px}
}
