.herramienta__card{width:30%;background:#fff;border-radius:1.2rem;overflow:hidden;display:flex;flex-direction:column;box-shadow:0 4px 18px #0000000f;transition:transform .3s ease,box-shadow .3s ease;opacity:0;animation:fadeInUp .5s ease forwards;min-width:350px}.herramienta__card:hover{transform:translateY(-6px) scale(1.02);box-shadow:0 8px 30px #00000034}.card__img{width:100%;height:180px;object-fit:cover}.herramienta__card__content{padding:1.3rem 1.1rem;display:flex;flex-direction:column;justify-content:space-between;gap:.75rem;height:100%}.herramienta__card__title{font-size:1.1rem;font-weight:700;color:#1a1a1a}.herramienta__card__description{font-size:.95rem;color:#555;line-height:1.4}.herramienta__card__buttons{display:flex;justify-content:space-between;margin-top:.8rem}.herramienta__button,.video__button{flex:1;text-align:center;padding:.6rem 0;border-radius:.7rem;font-size:.9rem;font-weight:600;text-decoration:none;transition:background .25s ease,transform .25s ease}.herramienta__link{text-decoration:none}.herramienta__button{background:var(--color-primario);color:#fff;margin-right:.5rem}.herramienta__button:hover{background:var(--color-secundario);transform:scale(.98)}.video__button{background:#f2f2f2;color:#333}.video__button:hover{background:#e5e5e5;transform:scale(.98)}@keyframes fadeInUp{0%{opacity:0;transform:translateY(12px)}to{opacity:1;transform:translateY(0)}}@media(max-width:768px){.herramienta__card{width:100%;max-width:100%}}
