.catalog-grid{grid-gap:30px;gap:30px}.skeleton-wrapper{border-radius:16px;overflow:hidden}.skeleton{background:linear-gradient(90deg,#eeeeee 25%,#dddddd 50%,#eeeeee 75%);background-size:200% 100%;animation:skeleton-shine 1.5s ease-in-out infinite;border-radius:8px}.skeleton-img{width:100%;height:280px;border-radius:16px}.skeleton-text{width:60%;height:20px;margin:16px auto;border-radius:8px}@keyframes skeleton-shine{0%{background-position:-200% 0}to{background-position:200% 0}}.catalog-grid{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:40px;gap:40px}@media (max-width:992px){.catalog-grid{grid-template-columns:repeat(2,1fr);gap:30px}}@media (max-width:576px){.catalog-grid{grid-template-columns:1fr;gap:25px}.catalog-card-image{height:auto!important;min-height:250px}.catalog-grid--limited{max-height:none}}.catalog-card{display:block;border:1px solid #111246;border-radius:8px;overflow:hidden;box-shadow:0 10px 20px rgba(0,0,0,.15);background-color:#fff;transition:transform .3s ease,box-shadow .3s ease;text-decoration:none;color:inherit}.catalog-card:hover{transform:translateY(-6px);box-shadow:0 20px 40px rgba(0,0,0,.25)}.catalog-card-image{position:relative;width:100%;overflow:hidden}.catalog-card-image img{transition:transform .4s ease}.catalog-card:hover .catalog-card-image img{transform:scale(1.05)}.catalog-card-title{position:absolute;bottom:0;left:0;background:rgba(17,18,70,.85);width:100%;padding:10px 15px;text-align:center;color:#fff}.catalog-card-title h3{margin:0;font-size:16px;font-weight:700;color:#fff;transition:transform .3s ease}.catalog-card:hover .catalog-card-title h3{transform:translateY(-2px)}.catalog-grid--limited{position:relative;max-height:1100px;overflow:hidden}.catalog-fade-overlay{position:absolute;bottom:0;left:0;width:100%;height:200px;background:linear-gradient(180deg,transparent,white);display:flex;justify-content:center;align-items:flex-end}.catalog-show-more-text{position:absolute;font-size:22px;bottom:-70px;width:100%;text-align:center;color:#000;font-weight:600;cursor:pointer;text-decoration:none;text-shadow:0 2px 4px rgba(0,0,0,.5)}