.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 .25s 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:grid;gap:1.5rem;grid-template-columns:minmax(0,1fr) auto;height:120px;list-style:none;padding:1.5rem;position:relative}.agent-item summary::-webkit-details-marker{display:none}.agent-item summary:after{color:#bed600;content:"+";font-size:1.5rem;font-weight:700;line-height:1;position:absolute;right:1.5rem;top:50%;transform:translateY(-50%)}.agent-item[open] summary:after{content:"−"}.summary-left{align-items:center;display:flex;gap:1rem;min-width:0}.agent-text{display:flex;flex-direction:column;height:72px;justify-content:center;min-width:0}.agent-icon{flex-shrink:0;height:56px;object-fit:contain;width:56px}.agent-title-wrap{min-width:0}.agent-item h3{font-size:1.1rem;font-weight:800;line-height:.95;margin:0}.summary-right{align-items:center;display:flex;flex-shrink:0;justify-content:flex-end;margin-right:3rem}.counter-wrapper{align-items:center;display:flex;gap:1rem}.agent-counter-label{color:#e5e7eb;font-size:.95rem;line-height:1.35;margin:.35rem 0 0}.agent-counter{background:#111827;border-radius:10px;box-shadow:0 2px 8px rgba(0,0,0,.25);color:#bed600;flex-shrink:0;font-size:1.05rem;font-weight:800;padding:.55rem .9rem;text-align:center;width:120px}.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,opacity .4s ease,padding .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:900px){.agent-item summary{gap:1rem;grid-template-columns:1fr}.summary-right{align-items:center;display:flex;flex-shrink:0;justify-content:flex-end;margin-left:auto;margin-right:3rem}.counter-wrapper{width:100%}.agent-counter-label{max-width:none;text-align:left}}@media (max-width:640px){.agents-grid{padding:0 .75rem}.agent-item summary{min-height:auto;padding:1rem}.summary-right{display:none}.agent-item h3{font-size:1.25rem}.accordion-content{flex-direction:column;gap:1.25rem}.agent-item[open] .accordion-content{max-height:none;padding:1.25rem 1rem 2rem}.agent-graphic{max-width:280px;width:100%}}