.categories-page{background:#fff;padding:8px 0 64px}.categories-page__grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));grid-gap:20px;gap:20px;max-width:1440px;margin:0 auto;padding:0 32px}.categories-page__card{display:block;text-decoration:none;color:inherit;border-radius:18px}.categories-page__card:focus-visible{outline:2px solid #3c495b;outline-offset:3px}.categories-page .category-container{margin-top:0;border-radius:18px;height:240px;background-size:cover;background-position:50%;background-color:#eef0f3;position:relative;overflow:hidden;box-shadow:none;border:1px solid #eef0f3;text-align:left;transition:transform .2s ease,border-color .2s ease}.categories-page__card:hover .category-container{transform:translateY(-3px);border-color:#dde3ea;box-shadow:none}.categories-page .category-container .white-shadow{position:absolute;inset:0;z-index:1;background:linear-gradient(180deg,rgba(20,28,40,.05),rgba(20,28,40,.25) 45%,rgba(20,28,40,.78));pointer-events:none}.categories-page__meta{position:absolute;left:0;right:0;bottom:0;z-index:2;display:flex;align-items:flex-end;gap:12px;padding:18px}.categories-page__logo{flex-shrink:0;width:44px;height:44px;border-radius:12px;background:rgba(255,255,255,.92);display:flex;align-items:center;justify-content:center;overflow:hidden}.categories-page__logo img{width:28px;height:28px;object-fit:contain}.categories-page .category-container p,.categories-page__name{position:static;margin:0;padding:0;background:transparent;width:auto;font-family:Montserrat,sans-serif;font-size:17px;font-weight:700;line-height:1.25;color:#fff;text-shadow:0 1px 8px rgba(0,0,0,.35)}.categories-page__arrow{margin-left:auto;flex-shrink:0;width:32px;height:32px;border-radius:999px;background:rgba(255,255,255,.16);border:1px solid rgba(255,255,255,.28);color:#fff;display:inline-flex;align-items:center;justify-content:center;transition:background .15s ease}.categories-page__card:hover .categories-page__arrow{background:#ffc602;border-color:#ffc602;color:#1f2a37}@media (max-width:1100px){.categories-page__grid{grid-template-columns:repeat(2,minmax(0,1fr));padding:0 24px}}@media (max-width:768px){.categories-page{padding-bottom:40px}.categories-page__grid{gap:14px;padding:0 16px}.categories-page .category-container{height:180px;border-radius:16px}.categories-page__meta{padding:14px;gap:10px}.categories-page__logo{width:38px;height:38px;border-radius:10px}.categories-page__logo img{width:22px;height:22px}.categories-page .category-container p,.categories-page__name{font-size:15px}}@media (max-width:480px){.categories-page__grid{grid-template-columns:1fr}.categories-page .category-container{height:168px}}