.categories{text-align:center;max-width:1200px;color:var(--brand);margin:0 auto;padding:4rem 1rem}.categories-title{color:var(--brand);margin-bottom:.5rem;font-size:2rem;font-weight:700}.categories-subtitle{margin-bottom:2.5rem;font-size:1rem}.categories-grid{grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:1.5rem;display:grid}.category-card{cursor:pointer;background:#fff;border-radius:12px;padding:2rem 1rem;transition:transform .2s,box-shadow .2s;box-shadow:0 4px 12px #0000000f}.category-card:hover{transform:translateY(-4px);box-shadow:0 8px 16px #0000001a}.category-icon{background:#e6f0ff;border-radius:12px;justify-content:center;align-items:center;width:64px;height:64px;margin-bottom:1rem;margin-left:auto;margin-right:auto;font-size:2.5rem;display:flex}.category-card h3{margin-bottom:.3rem;font-size:1.1rem;font-weight:600}.category-card p{color:var(--brand);font-size:.9rem}@media (max-width:1200px){.categories{max-width:1000px;padding:3.5rem 1rem}.categories-grid{grid-template-columns:repeat(auto-fit,minmax(160px,1fr));gap:1.3rem}}@media (max-width:1024px){.categories{padding:3rem .75rem}.categories-title{margin-bottom:.4rem;font-size:1.8rem}.categories-subtitle{margin-bottom:2rem;font-size:.95rem}.categories-grid{grid-template-columns:repeat(auto-fit,minmax(150px,1fr));gap:1.2rem}.category-card{padding:1.5rem .8rem}.category-icon{width:60px;height:60px;margin-bottom:.8rem;font-size:2.3rem}.category-card h3{margin-bottom:.25rem;font-size:1rem}.category-card p{font-size:.85rem}}@media (max-width:768px){.categories{padding:2.5rem .5rem}.categories-title{margin-bottom:.3rem;font-size:1.7rem}.categories-subtitle{margin-bottom:1.8rem;font-size:.9rem}.categories-grid{grid-template-columns:repeat(auto-fit,minmax(140px,1fr));gap:1rem}.category-card{border-radius:10px;padding:1.3rem .6rem}.category-icon{border-radius:10px;width:56px;height:56px;margin-bottom:.7rem;font-size:2.1rem}.category-card h3{margin-bottom:.2rem;font-size:.95rem}.category-card p{font-size:.8rem}}@media (max-width:640px){.categories{padding:2rem .5rem}.categories-title{font-size:1.5rem;line-height:1.3}.categories-subtitle{margin-bottom:1.5rem;font-size:.85rem;line-height:1.4}.categories-grid{grid-template-columns:repeat(auto-fit,minmax(130px,1fr));gap:.8rem}.category-card{border-radius:8px;padding:1.1rem .5rem}.category-card:hover{transform:translateY(-2px)}.category-icon{border-radius:8px;width:52px;height:52px;margin-bottom:.6rem;font-size:1.9rem}.category-card h3{margin-bottom:.15rem;font-size:.9rem;line-height:1.3}.category-card p{font-size:.75rem;line-height:1.3}}@media (max-width:480px){.categories{padding:1.8rem .3rem}.categories-title{margin-bottom:.2rem;font-size:1.4rem}.categories-subtitle{margin-bottom:1.3rem;font-size:.8rem}.categories-grid{grid-template-columns:repeat(auto-fit,minmax(120px,1fr));gap:.7rem}.category-card{border-radius:8px;padding:1rem .4rem}.category-icon{width:48px;height:48px;margin-bottom:.5rem;font-size:1.7rem}.category-card h3{margin-bottom:.1rem;font-size:.85rem}.category-card p{font-size:.7rem}}@media (max-width:375px){.categories{padding:1.5rem .25rem}.categories-title{font-size:1.3rem}.categories-subtitle{font-size:.75rem}.categories-grid{grid-template-columns:repeat(auto-fit,minmax(110px,1fr));gap:.6rem}.category-card{padding:.9rem .3rem}.category-icon{width:44px;height:44px;margin-bottom:.4rem;font-size:1.5rem}.category-card h3{font-size:.8rem}.category-card p{font-size:.65rem}}@media (min-width:768px) and (max-width:1024px) and (orientation:landscape){.categories{padding:2.5rem 1rem}.categories-grid{grid-template-columns:repeat(auto-fit,minmax(140px,1fr));gap:1rem}.category-card{padding:1.2rem .6rem}.category-icon{width:50px;height:50px;margin-bottom:.5rem;font-size:1.8rem}}@media (min-resolution:192dpi){.category-card{box-shadow:0 4px 12px #00000014}.category-card:hover{box-shadow:0 8px 16px #0000001f}}@media (prefers-reduced-motion:reduce){.category-card{transition:none!important}.category-card:hover{transform:none!important}}
