.featured-page{background-color:#f8f9fa;border-left:4px solid #28a745}.featured-page img{max-width:100%;height:auto;margin-bottom:1rem}@media (max-width:767px){.featured-page{text-align:center}}.gallery-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(150px,1fr));gap:1rem}.gallery-grid img{border-radius:8px;border:2px solid #28a745;box-shadow:0 2px 6px rgba(0,0,0,0.2);transition:transform 0.2s ease,box-shadow 0.2s ease}.gallery-grid img:hover{transform:scale(1.05);box-shadow:0 6px 12px rgba(0,0,0,0.3)}.books-section .card{transition:transform 0.2s ease,box-shadow 0.2s ease}.books-section .card:hover{transform:translateY(-5px);box-shadow:0 8px 20px rgba(0,0,0,0.15)}.category-icon{width:48px;height:48px;object-fit:contain;image-rendering:pixelated;border-radius:4px;margin-bottom:4px}.category-item{transition:transform 0.2s ease-in-out}.category-item:hover{transform:scale(1.1)}