.downloads-section{min-height:50vh}.downloads-grid{grid-template-columns:repeat(auto-fill,minmax(320px,1fr));gap:2.5rem;display:grid}.download-card{flex-direction:column;padding:0;transition:transform .3s,box-shadow .3s;display:flex;overflow:hidden}.resource-img{object-fit:cover;border-radius:12px 12px 0 0;flex-shrink:0;width:100%;height:180px;display:block}.resource-card-body{flex-direction:column;flex-grow:1;padding:1.5rem 2rem 2rem;display:flex}.download-card:hover{box-shadow:var(--shadow-lg);border-color:#2ec4b666;transform:translateY(-5px)}.resource-meta{justify-content:space-between;align-items:center;margin-bottom:1rem;font-size:.85rem;font-weight:600;display:flex}.resource-type{color:var(--signal-teal);text-transform:uppercase;letter-spacing:.05em;background-color:#2ec4b61a;border-radius:4px;padding:.2rem .5rem}.resource-size{color:var(--slate)}.resource-title{color:var(--text-primary);margin-bottom:.75rem;font-size:1.25rem;line-height:1.4}.resource-desc{color:var(--text-secondary);flex-grow:1;margin-bottom:2rem;font-size:.95rem}.download-btn{width:100%}.resource-playbook__grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:1rem;display:grid}.resource-playbook__grid article,.resource-playbook__choice{background:#f7fafb;border:1px solid #0f172a1a;border-radius:14px;padding:1.4rem}.resource-playbook__grid span{color:var(--signal-teal);font:700 .72rem JetBrains Mono,monospace}.resource-playbook__grid h3,.resource-playbook__choice h3{color:var(--brand-dark);margin:.55rem 0}.resource-playbook__grid p,.resource-playbook__choice p{color:var(--slate);line-height:1.65}.resource-playbook__choice{background:#fff;margin-top:1rem}@media (width<=900px){.resource-playbook__grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (width<=600px){.resource-playbook__grid{grid-template-columns:1fr}}
