/* MRAI MEBEL - Responsive */
@media(max-width:1024px){
.nav-list{display:none}
.header-actions .search-toggle{display:none}
.footer-grid{grid-template-columns:1fr 1fr}
.features-grid{grid-template-columns:repeat(2,1fr)}
.product-detail-grid{grid-template-columns:1fr;gap:40px}
.about-content{grid-template-columns:1fr}
.contact-grid{grid-template-columns:1fr}
.stats-grid{grid-template-columns:repeat(2,1fr);gap:30px}
}
@media(max-width:768px){
.hero-title{font-size:clamp(32px,8vw,48px)}
.hero-desc{font-size:15px}
.hero-buttons{flex-direction:column;width:100%}
.hero-buttons .btn{width:100%;justify-content:center}
.section{padding:60px 0}
.section-title{font-size:clamp(24px,5vw,36px)}
.footer-grid{grid-template-columns:1fr;gap:30px}
.features-grid{grid-template-columns:1fr}
.categories-grid{grid-template-columns:repeat(2,1fr);gap:16px}
.products-grid{grid-template-columns:repeat(2,1fr);gap:16px}
.stats-grid{grid-template-columns:repeat(2,1fr)}
.cart-table{font-size:13px}
.cart-table th:nth-child(3),.cart-table td:nth-child(3){display:none}
.about-mission{grid-template-columns:1fr}
.search-input{font-size:18px}
.header-container{padding:0 16px}
}
@media(max-width:480px){
.products-grid{grid-template-columns:1fr}
.categories-grid{grid-template-columns:1fr}
.hero{min-height:500px}
.page-hero{padding:120px 0 40px}
.product-detail{padding:100px 0 40px}
.product-detail-grid{gap:30px}
.cart-page{padding:100px 0 40px}
.section{padding:40px 0}
.section-header{margin-bottom:30px}
.stats-grid{grid-template-columns:1fr}
.btn{padding:12px 24px;font-size:13px}
}