/* Responsive CSS for Bahçezen */

@media (max-width: 1200px) {
    .container {
        max-width: 100%;
        padding: 0 15px;
    }
    
    .nav-menu {
        gap: 16px;
    }
    
    .nav-menu a {
        font-size: 12.5px;
    }
    
    .reviews-container {
        grid-template-columns: 280px 1fr;
        gap: 25px;
    }
}

@media (max-width: 992px) {
    .desktop-only {
        display: none !important;
    }
    
    .mobile-only {
        display: block !important;
    }
    
    .mobile-toggle {
        display: block;
    }
    
    .header-inner {
        padding: 15px 0;
    }
    
    .site-logo {
        max-height: 55px;
    }
    
    .hero-slider {
        height: 440px;
    }
    
    .slide-left-panel {
        max-width: 520px;
        padding: 30px 40px;
    }
    
    .slide-title {
        font-size: 2.3rem;
    }
    
    .product-detail-layout,
    .product-top-grid {
        grid-template-columns: 1fr !important;
        gap: 30px !important;
    }
    
    .main-image-wrapper {
        height: 380px;
    }
    
    .grid-banners {
        grid-template-columns: 1fr;
        gap: 20px;
    }
    
    .reviews-container {
        grid-template-columns: 1fr;
    }

    .blog-grid {
        grid-template-columns: repeat(2, 1fr) !important;
        gap: 15px !important;
    }
    
    footer .col-md-3 {
        flex: 0 0 50%;
        max-width: 50%;
    }
}

@media (max-width: 768px) {
    .header-inner {
        padding: 10px 0;
    }

    .site-logo {
        max-height: 48px;
    }

    .header-actions {
        gap: 8px;
    }

    /* Hero Slider Mobile */
    .hero-slider {
        height: 490px;
    }

    .slide {
        background-position: center top;
        align-items: flex-end;
    }

    .slide::before {
        background: linear-gradient(0deg, rgba(10, 16, 13, 0.95) 0%, rgba(10, 16, 13, 0.65) 55%, rgba(10, 16, 13, 0.1) 100%);
    }

    .slide-left-panel {
        max-width: 100%;
        width: 100%;
        height: auto;
        padding: 25px 20px 30px 20px;
        background: transparent;
        backdrop-filter: none;
        -webkit-backdrop-filter: none;
    }

    .slide-tagline {
        font-size: 0.75rem;
        letter-spacing: 1.5px;
        margin-bottom: 8px;
    }

    .slide-title {
        font-size: 1.55rem;
        line-height: 1.25;
        margin-bottom: 8px;
    }

    .slide-subtitle {
        font-size: 0.86rem;
        line-height: 1.55;
        margin-bottom: 16px;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        overflow: hidden;
    }

    .btn-hero {
        flex: 1;
        justify-content: center;
        padding: 11px 12px;
        font-size: 0.82rem;
        text-align: center;
    }

    .btn-hero-whatsapp {
        flex: 1;
        justify-content: center;
        padding: 11px 12px;
        font-size: 0.82rem;
        text-align: center;
    }

    .slider-btn {
        top: 32%;
        width: 36px;
        height: 36px;
        font-size: 0.95rem;
        background: rgba(0, 0, 0, 0.45);
    }

    .prev-btn { left: 10px; }
    .next-btn { right: 10px; }

    /* Promo Banners Mobile */
    .banner-split-grid {
        grid-template-columns: 1fr;
        gap: 16px;
    }

    .promo-banner-card {
        height: 220px;
        padding: 20px;
        border-radius: 10px;
    }

    .promo-title {
        font-size: 1.25rem;
        margin-bottom: 4px;
    }

    .promo-subtitle {
        font-size: 0.82rem;
        margin-bottom: 12px;
    }

    .promo-btn {
        padding: 8px 16px;
        font-size: 0.8rem;
    }

    /* Full-Width Middle & Bottom Banner Mobile */
    .banner-full-promo {
        padding: 28px 18px;
        border-radius: 10px;
    }

    .banner-full-title {
        font-size: 1.35rem;
        margin-bottom: 8px;
    }

    .banner-full-desc {
        font-size: 0.86rem;
        line-height: 1.55;
        margin-bottom: 18px;
    }

    .banner-full-actions {
        flex-direction: column;
        gap: 10px;
    }

    .btn-banner-main,
    .btn-banner-secondary {
        width: 100%;
        justify-content: center;
        padding: 11px 16px;
        font-size: 0.88rem;
    }

    .section-products {
        padding: 35px 0 20px 0;
    }

    .section-title {
        font-size: 1.35rem;
    }

    .product-item {
        flex: 0 0 220px;
        max-width: 220px;
    }

    .product-item-img {
        height: 180px;
    }

    .product-title {
        font-size: 1.5rem;
    }

    .reviews-grid {
        grid-template-columns: 1fr;
    }

    footer .col-md-3 {
        flex: 0 0 100%;
        max-width: 100%;
        text-align: left;
    }

    .footer-bottom {
        flex-direction: column;
        text-align: center;
        gap: 12px;
    }
}

@media (max-width: 480px) {
    .hero-slider {
        height: 480px;
    }

    .slide-title {
        font-size: 1.4rem;
    }

    .product-item {
        flex: 0 0 200px;
        max-width: 200px;
    }

    .product-item-img {
        height: 165px;
    }

    .product-name {
        font-size: 0.92rem;
    }

    .blog-grid {
        grid-template-columns: 1fr !important;
    }
}
