.categories{margin-top:28px}.categories-header{text-align:center;flex-direction:column;align-items:center;gap:16px;margin-bottom:40px;display:flex}.category-grid{grid-template-columns:repeat(5,minmax(0,1fr));gap:20px;display:grid}@media (max-width:1200px){.category-grid{grid-template-columns:repeat(4,1fr)}}@media (max-width:992px){.category-grid{grid-template-columns:repeat(3,1fr)}}@media (max-width:768px){.category-grid{grid-template-columns:repeat(2,1fr);gap:16px}.categories-header{margin-bottom:32px}}@media (max-width:480px){.category-grid{grid-template-columns:1fr}}
.home{width:100%;max-width:1200px;margin:0 auto;padding:46px 24px}.hero{text-align:center;flex-direction:column;align-items:center;gap:20px;margin-bottom:32px;display:flex}.hero-description{max-width:700px}.hero-actions{flex-wrap:wrap;justify-content:center;align-items:center;gap:16px;margin-top:12px;display:flex}@media (min-width:1400px){.home{max-width:1320px}}@media (max-width:1200px){.home{padding:48px 44px}}@media (max-width:992px){.home{padding:40px 30px}}@media (max-width:768px){.home{padding:32px 24px}.hero{margin-bottom:40px}.hero-actions{flex-direction:column;width:100%}.hero-actions a,.hero-actions button{width:100%}}@media (max-width:480px){.home{padding:24px}.hero-actions{gap:12px}}
