.hs-docs-wrapper{box-sizing:border-box;padding:4rem 2rem;width:100%}.hs-docs__header{margin-bottom:3rem;text-align:center}.hs-docs__eyebrow{color:#1a1a1a;font-size:.85rem;font-weight:700;letter-spacing:.02em;margin:0 0 .5rem}.hs-docs__title{color:#1a1a1a;font-size:2.25rem;font-weight:800;margin:0 0 1rem}.hs-docs__subtitle{color:#444;font-size:1rem;line-height:1.6;margin:0 auto;max-width:600px}.hs-docs__grid{display:grid;gap:1.5rem;grid-template-columns:repeat(4,1fr);margin:0 auto;max-width:1100px}.hs-docs__card{border:1.5px solid #aaa;border-radius:4px;box-sizing:border-box;display:flex;flex-direction:column;opacity:0;padding:1.75rem;transform:translateY(16px);transition:opacity .45s ease,transform .45s ease}.hs-docs__card--visible{border-radius:4px;opacity:1;transform:translateY(0)}.hs-docs__icon{margin-bottom:1.25rem}.hs-docs__icon img{display:block;height:48px;object-fit:contain;width:48px}.hs-docs__doc-title{color:#1a1a1a;font-size:1.05rem;font-weight:700;line-height:1.35;margin:0 0 .75rem}.hs-docs__doc-description{color:#444;flex:1;font-size:.875rem;line-height:1.6;margin:0 0 1.5rem}.hs-docs__download{align-items:center;color:#1a1a1a;display:inline-flex;font-size:.875rem;font-weight:600;gap:.35rem;margin-top:auto;text-decoration:none;transition:opacity .2s ease}.hs-docs__arrow{font-size:1.1rem;line-height:1}@media screen and (max-width:991px){.hs-docs__grid{grid-template-columns:repeat(2,1fr)}}@media screen and (max-width:600px){.hs-docs__grid{grid-template-columns:1fr}.hs-docs__title{font-size:1.75rem}}