.categories-page{min-height:100vh}.categories-page .hero-section{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;padding:80px 0;text-align:center}.categories-page .hero-section .container{max-width:1200px;margin:0 auto;padding:0 20px}.categories-page .hero-section h1{font-size:3rem;font-weight:700;margin-bottom:1rem}.categories-page .hero-section p{font-size:1.2rem;opacity:.9;max-width:600px;margin:0 auto}.categories-page .search-section{padding:40px 0;background:#f8f9fa}.categories-page .search-section .container{max-width:1200px;margin:0 auto;padding:0 20px}.categories-page .search-section .search-bar{max-width:500px;margin:0 auto}.categories-page .search-section .search-bar .search-input{width:100%;padding:15px 20px;border:2px solid #e9ecef;border-radius:10px;font-size:1rem;transition:border-color .3s ease}.categories-page .search-section .search-bar .search-input:focus{outline:none;border-color:#667eea}.categories-page .categories-section{padding:80px 0}.categories-page .categories-section .container{max-width:1200px;margin:0 auto;padding:0 20px}.categories-page .categories-section .categories-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));grid-gap:2rem;gap:2rem}.categories-page .categories-section .category-card{background:#fff;border-radius:15px;padding:2rem;box-shadow:0 4px 6px rgba(0,0,0,.1);transition:all .3s ease;text-align:center}.categories-page .categories-section .category-card:hover{transform:translateY(-5px);box-shadow:0 8px 25px rgba(0,0,0,.15)}.categories-page .categories-section .category-card .category-icon{margin-bottom:1.5rem}.categories-page .categories-section .category-card .category-icon .icon-text{font-size:3rem;display:block}.categories-page .categories-section .category-card .category-name{font-size:1.5rem;font-weight:600;margin-bottom:1rem;color:#333}.categories-page .categories-section .category-card .category-description{color:#666;line-height:1.6;margin-bottom:2rem;min-height:60px}.categories-page .categories-section .category-card .category-actions{display:flex;gap:1rem;justify-content:center;flex-wrap:wrap}.categories-page .categories-section .category-card .category-actions .btn{padding:10px 20px;border-radius:5px;text-decoration:none;font-weight:600;transition:all .3s ease;border:none;cursor:pointer}.categories-page .categories-section .category-card .category-actions .btn.btn-primary{background:#667eea;color:#fff}.categories-page .categories-section .category-card .category-actions .btn.btn-primary:hover{background:#5a6fd8}.categories-page .categories-section .category-card .category-actions .btn.btn-secondary{background:rgba(0,0,0,0);color:#667eea;border:2px solid #667eea}.categories-page .categories-section .category-card .category-actions .btn.btn-secondary:hover{background:#667eea;color:#fff}.categories-page .cta-section{padding:80px 0;background:#f8f9fa;text-align:center}.categories-page .cta-section .container{max-width:1200px;margin:0 auto;padding:0 20px}.categories-page .cta-section h2{font-size:2.5rem;margin-bottom:1rem;color:#333}.categories-page .cta-section p{font-size:1.2rem;color:#666;margin-bottom:2rem}.categories-page .cta-section .cta-buttons{display:flex;gap:1rem;justify-content:center;flex-wrap:wrap}.categories-page .cta-section .cta-buttons .btn{padding:12px 24px;border-radius:5px;text-decoration:none;font-weight:600;transition:all .3s ease}.categories-page .cta-section .cta-buttons .btn.btn-primary{background:#667eea;color:#fff}.categories-page .cta-section .cta-buttons .btn.btn-primary:hover{background:#5a6fd8}.categories-page .cta-section .cta-buttons .btn.btn-secondary{background:rgba(0,0,0,0);color:#667eea;border:2px solid #667eea}.categories-page .cta-section .cta-buttons .btn.btn-secondary:hover{background:#667eea;color:#fff}@media(max-width:768px){.categories-page .hero-section h1{font-size:2rem}.categories-page .categories-section .categories-grid{grid-template-columns:1fr}.categories-page .categories-section .category-card .category-actions{flex-direction:column}.categories-page .categories-section .category-card .category-actions .btn{width:100%}.categories-page .cta-section .cta-buttons{flex-direction:column;align-items:center}.categories-page .cta-section .cta-buttons .btn{width:200px}}