.agents-grid{display:grid;gap:1.5rem;grid-template-columns:1fr;margin:2.25rem auto;max-width:1100px;padding:0 1.5rem;position:relative;z-index:2}.agent-item{background:#222a38;border:1px solid hsla(0,0%,100%,.06);border-radius:12px;color:#fff;overflow:hidden;transition:transform .25s ease,box-shadow .25s ease,border-color .3s ease}.agent-item:hover{border-color:#bed600;box-shadow:0 10px 30px rgba(0,0,0,.3);transform:translateY(-6px)}.agent-item summary{align-items:center;cursor:pointer;display:flex;gap:1rem;list-style:none;min-height:88px;padding:1.5rem;position:relative}.agent-item summary::-webkit-details-marker{display:none}.agent-item summary:after{color:#bed600;content:"+";font-size:1.4rem;font-weight:700;position:absolute;right:1.5rem}.agent-item[open] summary:after{content:"-"}.summary-left{align-items:center;display:flex;flex:1;gap:.9rem}.agent-icon{height:56px;object-fit:contain;width:56px}.agent-item h3{color:#fff;font-size:1.125rem;font-weight:800;margin:0}.summary-right{align-items:center;display:flex;margin-left:auto;margin-right:2rem}.counter-wrapper{align-items:center;display:flex;gap:1.5rem}.agent-counter-label{color:#e5e7eb;font-size:.9rem;margin:0;white-space:nowrap}.agent-counter{background:#111827;border-radius:10px;box-shadow:0 2px 6px rgba(0,0,0,.25);color:#bed600;font-weight:800;min-width:90px;padding:.35rem .75rem;text-align:center}.accordion-content{align-items:center;background:#222a38;display:flex;gap:2rem;max-height:0;opacity:0;overflow:hidden;padding:0 1.5rem;transition:max-height .4s ease,padding .4s ease,opacity .4s ease}.agent-item[open] .accordion-content{max-height:600px;opacity:1;padding:1.5rem 1.5rem 2rem}.agent-description{color:#e5e7eb;flex:1;line-height:1.6}.agent-description p{margin:0}.agent-graphic{border-radius:8px;max-height:120px;object-fit:contain;width:180px}@media (max-width:640px){.agents-grid{padding:0 .75rem}.agent-item summary{padding:1rem}.summary-right{display:none}.accordion-content{flex-direction:column}.agent-item[open] .accordion-content{max-height:none;padding:1.5rem 1rem 2rem}.agent-graphic{max-width:280px;width:100%}}