.categories{padding:48px 0 64px}.categories__title{text-align:center;font-size:36px;font-weight:700;color:#101828;margin-bottom:16px}.categories__description{margin:0 auto;text-align:center;line-height:1.6;color:#4a5565}.categories__list{display:grid;grid-template-columns:1fr;gap:16px;margin-top:48px}.categories__item{min-width:0}.categories__link{min-height:100%;display:flex;flex-direction:column;justify-content:center;align-items:center;gap:10px;padding:24px 24px 32px;border-radius:10px;border:2px solid #e5e7eb;background:#fff;box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -2px #0000001a;transition:border-color .3s ease,box-shadow .3s ease}.categories__link:hover{border-color:#1e3a8a73;box-shadow:0 18px 38px #1e3a8a1f}.categories__link:hover .categories__img{transform:scale(1.06)}.categories__img{width:80px;height:80px;display:flex;justify-content:center;align-items:center;border-radius:14px;background:linear-gradient(180deg,#1e3a8a,#2563eb);box-shadow:0 10px 15px -3px #0000001a,0 4px 6px -4px #0000001a;transition:transform .3s ease;color:#fff;--icon-filter: var(--icon-filter-white)}.categories__icon{width:40px;height:40px;display:block;flex:0 0 auto}.categories__icon--treatment{width:40px;height:40px}.categories__card-title{font-size:20px;line-height:1.2;font-weight:600;color:#101828}.categories__card-text{text-align:center;font-size:14px;line-height:1.2;color:#4a5565}.categories__card-footer{margin-top:auto;padding-top:16px;border-top:1px solid rgba(15,23,42,.08);display:flex;align-items:center;justify-content:space-between;gap:12px}.categories__count{font-size:14px;font-weight:500;color:#4a5565}.categories__arrow{color:#1e3a8a;--icon-filter: var(--icon-filter-primary)}.categories__arrow .svg-icon{display:block}.categories__link:hover .categories__arrow{transform:translate(4px)}@media(min-width:640px){.categories__list{grid-template-columns:repeat(2,1fr)}}@media(min-width:1024px){.categories__list{grid-template-columns:repeat(3,1fr)}}
