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