.products-section{background-color:#f9f9f9;padding:80px 0}.section-header{text-align:center;margin-bottom:50px}.section-header h2{color:#222;margin-bottom:15px;font-size:2.5rem}.section-header p{color:#666;max-width:600px;margin:0 auto;font-size:1.1rem}.products-grid{grid-template-columns:repeat(4,1fr);gap:30px;display:grid}.features-section{background-color:#fff;padding:80px 0}.features-grid{grid-template-columns:repeat(4,1fr);gap:30px;display:grid}.feature-card{text-align:center;background-color:#f9f9f9;border-radius:10px;padding:30px 20px;transition:all .3s}.feature-card:hover{background-color:#fff;transform:translateY(-5px);box-shadow:0 10px 30px #0000001a}.feature-icon{margin-bottom:20px;font-size:3rem}.feature-card h3{color:#222;margin-bottom:15px;font-size:1.3rem}.feature-card p{color:#666;line-height:1.6}.no-products{text-align:center;background:#f9f9f9;border:2px dashed #e53935;border-radius:12px;padding:60px 20px}.no-products p{color:#666;margin-bottom:10px;font-size:1.2rem}.no-products-sub{color:#888;font-size:1rem}.footer{color:#fff;background-color:#222;padding:60px 0 30px}.footer-content{grid-template-columns:repeat(3,1fr);gap:40px;margin-bottom:40px;display:grid}.footer-section h3,.footer-section h4{color:#fff;margin-bottom:20px}.footer-section h3{color:#e53935;font-size:1.8rem}.footer-section h4{margin-bottom:15px;font-size:1.2rem}.footer-section p{color:#bbb;margin-bottom:10px;line-height:1.6}.footer-section ul{margin:0;padding:0;list-style:none}.footer-section ul li{margin-bottom:10px}.footer-section ul li a{color:#bbb;text-decoration:none;transition:color .3s}.footer-section ul li a:hover{color:#e53935}.footer-bottom{text-align:center;color:#bbb;border-top:1px solid #444;padding-top:30px;font-size:.9rem}@media (max-width:992px){.products-grid{grid-template-columns:repeat(3,1fr);gap:25px}.features-grid{grid-template-columns:repeat(2,1fr);gap:25px}.footer-content{grid-template-columns:repeat(2,1fr)}}@media (max-width:768px){.products-section,.features-section{padding:60px 0}.section-header h2{font-size:2rem}.products-grid{grid-template-columns:repeat(2,1fr);gap:20px}.features-grid{grid-template-columns:1fr;gap:20px}.feature-card{padding:25px 15px}.footer{padding:40px 0 20px}.footer-content{grid-template-columns:1fr;gap:30px}}@media (max-width:480px){.products-section,.features-section{padding:50px 0}.section-header h2{font-size:1.75rem}.section-header p{font-size:1rem}.products-grid{grid-template-columns:1fr;gap:20px}.feature-icon{font-size:2.5rem}.footer{padding:30px 0 15px}}
