.tools-page{font-family:llamarollFont}.tools-hero{color:#fff;padding:28px 20px 8px;text-align:center}.tools-hero__title{color:#fff;font-size:3.2rem;margin:0 0 6px}.tools-hero__lede{color:#ffd849;font-size:1.5rem;line-height:1.3;margin:0 auto;max-width:760px}.tools-grid{display:grid;gap:28px;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));margin:0 auto;max-width:1300px;padding:24px 20px 56px}.tool-card{align-items:center;background:#fffaf0;border:3px solid #733381;border-radius:20px;box-shadow:5px 5px #733381;color:#493050;display:flex;flex-direction:column;gap:16px;padding:28px 24px 26px;text-align:center;text-decoration:none;transition:transform .15s ease,box-shadow .15s ease}.tool-card:focus-visible,.tool-card:hover{box-shadow:7px 7px #733381;color:#493050;text-decoration:none;transform:translate(-2px,-2px)}.tool-card__logo{height:110px;max-width:100%;-o-object-fit:contain;object-fit:contain;width:auto}.tool-card__desc{font-size:1.3rem;line-height:1.3;max-width:340px}.tool-card__preview{border:2px solid #733381;border-radius:12px;height:auto;max-width:340px;width:100%}.tool-card__badge{background:#ffd849;border-radius:999px;color:#493050;font-size:1.05rem;line-height:1;padding:7px 16px}@media (max-width:576px){.tools-hero__title{font-size:2.4rem}.tool-card__logo{height:90px}}