/* ========================================
   HAIR CLASS MAN - RESPONSIVE CSS
   Tüm Cihazlar İçin Optimize Edilmiş
   Tablet ve Mobil Tasarım (Birleştirilmiş)
   ======================================== */

/* ========================================
   GENEL RESPONSIVE KURALLAR
   ÖNEMLİ: Tüm efektler, animasyonlar, hover durumları,
   transition'lar ve box-shadow'lar korunur!
   Sadece boyutlar ve layout değişir.
   ======================================== */

/* Tüm cihazlarda efektleri koru */
* {
    /* Animasyonları koru */
    animation-play-state: running !important;
}

/* Hover efektlerini mobilde de aktif tut */
@media (hover: none) and (pointer: coarse) {
    /* Touch cihazlarda hover yerine active kullan */
    button:active,
    .btn:active,
    a:active {
        transform: scale(0.98);
    }
}

img {
    max-width: 100%;
    height: auto;
}

table {
    width: 100%;
    overflow-x: auto;
    display: block;
}

@media (max-width: 1024px) {
    table {
        font-size: 0.9rem;
    }
}

@media (max-width: 600px) {
    table {
        font-size: 0.8rem;
    }
}

/* 📱 TABLET (601px - 1024px) */
@media (min-width: 601px) and (max-width: 1024px) {
    .container { max-width: 960px; padding: 0 20px; }
    body { font-size: 0.95rem; padding-top: 90px; }
    
    /* Ürün Grid - Tablet */
    .products-grid { grid-template-columns: repeat(3, 1fr) !important; gap: 1.2rem; }
    
    /* Ürün Kartı - Tablet */
    .product-info { padding: 1rem; }
    .product-name { font-size: 0.95rem; }
    .product-price { font-size: 1.2rem; }
    
    /* Butonlar - Tablet */
    .btn-add-cart, .btn-quick-buy { padding: 0.65rem; font-size: 0.9rem; }
    
    /* Quickview - Tablet */
    .quickview-content { max-width: 700px; }
    .quickview-body { gap: 1.5rem; }
    
    /* Newsletter - Tablet */
    .newsletter-section { padding: 2rem; }
    
    /* Güven Rozetleri - Tablet */
    .trust-badges { grid-template-columns: repeat(2, 1fr); gap: 1.5rem; }
    
    /* Account Page - Tablet */
    .account-layout { grid-template-columns: 250px 1fr; gap: 1.5rem; }
    .account-sidebar { padding: 1.5rem; }
    
    /* Header İkonları - Tablet */
    .header-icon { gap: 0.25rem; }
    .icon-label { font-size: 0.75rem; }
    
    /* Arama Çubuğu - Tablet */
    .search-input-full { font-size: 0.9rem; }
    h1 { font-size: 2.2rem; margin-bottom: 0.9rem; }
    h2 { font-size: 1.8rem; margin-bottom: 0.7rem; }
    h3 { font-size: 1.4rem; margin-bottom: 0.6rem; }
    .btn { padding: 11px 22px; font-size: 0.95rem; }
    .btn-sm { padding: 7px 14px; font-size: 0.9rem; }
    .btn-large { padding: 14px 35px; font-size: 1.1rem; }
    
    .header-container { padding: 0.9rem 0; }
    .header-container .container { min-height: 55px; }
    .logo { min-width: 180px; }
    .logo h1 { font-size: 1.4rem; }
    .main-nav { margin: 0 1.5rem; }
    .nav-menu { gap: 0.3rem; }
    .nav-menu li a { padding: 0.7rem 0.9rem; font-size: 0.9rem; }
    .header-actions { min-width: 180px; gap: 0.8rem; }
    .cart-icon { font-size: 1.4rem; }
    .appointment-btn { padding: 0.7rem 1.3rem; font-size: 0.9rem; }
    
    .hero-section { 
        padding: 6rem 0 4rem; 
        min-height: 90vh;
        background: linear-gradient(135deg, var(--primary-color) 0%, var(--dark-gray) 100%);
    }
    .hero-title { 
        font-size: 3rem; 
        margin-bottom: 1rem;
        font-weight: 700;
        line-height: 1.3;
        text-shadow: 2px 2px 4px rgba(0,0,0,0.3);
        color: var(--white);
    }
    .hero-subtitle { 
        font-size: 1.3rem; 
        margin-bottom: 1.3rem;
        opacity: 0.85;
        color: rgba(255, 255, 255, 0.85);
        display: block !important;
        visibility: visible !important;
    }
    .hero-description { 
        font-size: 1.05rem; 
        margin-bottom: 2rem;
        line-height: 1.6;
        color: var(--white);
    }
    .hero-actions { 
        gap: 1rem;
        flex-direction: row;
        justify-content: center;
    }
    .hero-actions .btn {
        flex: 0 1 auto;
    }
    .scroll-indicator {
        display: flex !important;
        opacity: 1 !important;
        visibility: visible !important;
    }
    .hero-actions .btn { min-width: 160px; padding: 13px 26px; font-size: 1.05rem; }
    
    .services-preview, .gallery-preview, .contact-info, .services-list { padding: 4rem 0; }
    .services-grid { grid-template-columns: repeat(2, 1fr); gap: 1.8rem; margin: 2.5rem 0; }
    .service-card { padding: 1.8rem; }
    .service-icon { font-size: 2.8rem; }
    .service-price { font-size: 1.4rem; }
    
    .gallery-grid { grid-template-columns: repeat(3, 1fr); gap: 1.2rem; margin: 2.5rem 0; }
    .gallery-overlay span { font-size: 1.8rem; }
    
    .contact-grid { grid-template-columns: repeat(2, 1fr); gap: 1.8rem; }
    .contact-item { padding: 1.8rem; }
    
    .page-header { padding: 2.5rem 0 2rem; }
    .page-header h1 { font-size: 2.2rem; }
    .page-header p { font-size: 1.05rem; }
    
    .services-filters { padding: 1.8rem 0; }
    .filter-buttons { gap: 0.9rem; }
    .filter-btn { padding: 9px 18px; font-size: 0.95rem; }
    
    .service-image { height: 190px; }
    .service-content { padding: 1.8rem; }
    .service-content .service-icon { font-size: 2.3rem; }
    .service-details { padding: 0.9rem; }
    .service-book-btn { padding: 11px; font-size: 0.95rem; }
    
    .price-table-section { padding: 3.5rem 0; }
    .price-table { font-size: 0.9rem; }
    .price-table th, .price-table td { padding: 0.9rem 0.7rem; }
    .category-header td { font-size: 1.05rem; }
    .price-cell { font-size: 1.05rem; }
    
    .appointment-cta { padding: 3.5rem 0; }
    .cta-content h2 { font-size: 2rem; margin-bottom: 0.9rem; }
    .cta-content p { font-size: 1.05rem; margin-bottom: 1.8rem; }
    
    .modal-content { max-width: 550px; width: 85%; }
    .modal-header { padding: 1.3rem 1.8rem; }
    .modal-header h2 { font-size: 1.4rem; }
    .modal-body { padding: 1.8rem; }
    .appointment-form { gap: 1.4rem; }
    .form-group label { font-size: 0.95rem; }
    .form-group input, .form-group select, .form-group textarea { padding: 11px 14px; font-size: 0.95rem; }
    .form-row { display: flex; gap: 1.2rem; }
    .form-row .form-group { flex: 1; }
    
    .footer { padding: 2.5rem 0 1rem; }
    .footer-content { grid-template-columns: repeat(2, 1fr); gap: 2rem; }
    .footer-section h3 { font-size: 1.2rem; }
    .social-links a { font-size: 1.15rem; margin-right: 0.9rem; }
    .footer-bottom { font-size: 0.9rem; }
    
    /* Shop Page - Tablet */
    .shop-header { padding: 2rem 0; }
    .shop-filters { flex-direction: column; gap: 1rem; }
    .category-filter { flex-wrap: wrap; }
    
    /* Product Page - Tablet */
    .product-detail-layout { grid-template-columns: 1fr; gap: 2rem; }
    .product-images { margin-bottom: 2rem; }
    .product-thumbnails { gap: 0.5rem; }
    
    /* Wishlist Page - Tablet */
    .wishlist-grid { grid-template-columns: repeat(2, 1fr); gap: 1.5rem; }
    
    /* About Page - Tablet */
    .about-hero { padding: 3rem 0; }
    .team-grid { grid-template-columns: repeat(2, 1fr); gap: 2rem; }
    .values-grid { grid-template-columns: repeat(2, 1fr); gap: 2rem; }
    
    /* Contact Page - Tablet */
    .contact-form-section { padding: 3rem 0; }
    .contact-layout { grid-template-columns: 1fr; gap: 2rem; }
    .contact-map { height: 350px; }
    
    /* FAQ Page - Tablet */
    .faq-container { padding: 3rem 0; }
    .faq-categories { flex-wrap: wrap; gap: 0.8rem; }
    
    /* Account Page - Tablet */
    .account-header { padding: 2rem 0; }
    .order-card { padding: 1.5rem; }
    .order-items { gap: 1rem; }
}

@media (min-width: 768px) and (max-width: 1024px) {
    .services-grid { grid-template-columns: repeat(2, 1fr); }
    .gallery-grid { grid-template-columns: repeat(4, 1fr); }
    .contact-grid { grid-template-columns: repeat(3, 1fr); }
    .footer-content { grid-template-columns: repeat(3, 1fr); }
}

@media (min-width: 601px) and (max-width: 767px) {
    .container { max-width: 720px; }
    .services-grid { grid-template-columns: repeat(2, 1fr); }
    .gallery-grid { grid-template-columns: repeat(3, 1fr); }
    .contact-grid { grid-template-columns: repeat(2, 1fr); }
    .footer-content { grid-template-columns: repeat(2, 1fr); }
    .hero-section {
        padding: 6rem 0 4rem;
        min-height: 88vh;
        background: linear-gradient(135deg, var(--primary-color) 0%, var(--dark-gray) 100%);
    }
    .hero-title { 
        font-size: 2.6rem;
        font-weight: 700;
        margin-bottom: 1rem;
        line-height: 1.3;
        text-shadow: 2px 2px 4px rgba(0,0,0,0.3);
        color: var(--white);
    }
    .hero-subtitle {
        font-size: 1.2rem;
        margin-bottom: 1.2rem;
        opacity: 0.85;
        color: rgba(255, 255, 255, 0.85);
        display: block !important;
        visibility: visible !important;
    }
    .hero-description {
        font-size: 1rem;
        margin-bottom: 1.9rem;
        line-height: 1.6;
        color: var(--white);
    }
    .hero-actions {
        flex-direction: row;
        justify-content: center;
        gap: 1rem;
    }
    .hero-actions .btn {
        flex: 0 1 auto;
        min-width: 150px;
    }
    .scroll-indicator {
        display: flex !important;
        opacity: 1 !important;
        visibility: visible !important;
    }
    .hero-actions { flex-wrap: wrap; }
    .hero-actions .btn { flex: 1 1 45%; min-width: 150px; }
}

/* 📱 MOBİL (max-width: 600px) */
@media (max-width: 600px) {
    .container { max-width: 100%; padding: 0 10px; }
    .header-container .container { padding: 0 8px; }
    
    /* Ürün Grid - Mobil */
    .products-grid { grid-template-columns: repeat(2, 1fr) !important; gap: 0.8rem; }
    
    /* Ürün Kartı - Mobil */
    .product-card { border-radius: 8px; }
    .product-info { padding: 0.8rem; }
    .product-name { font-size: 0.85rem; -webkit-line-clamp: 2; }
    .product-price { font-size: 1.1rem; }
    .product-old-price { font-size: 0.85rem; }
    .product-tax-info { font-size: 0.7rem; }
    
    /* Butonlar - Mobil */
    .btn-add-cart, .btn-quick-buy { padding: 0.6rem; font-size: 0.85rem; }
    .btn-quick-buy { display: none; } /* Mobilde sadece sepete ekle */
    
    /* Badge'ler - Mobil */
    .discount-badge { font-size: 0.75rem; padding: 0.3rem 0.6rem; }
    .free-shipping-badge { font-size: 0.7rem; padding: 0.25rem 0.5rem; }
    
    /* Wishlist Butonu - Mobil */
    .wishlist-btn { width: 32px; height: 32px; }
    
    /* Hover Aksiyonları - Mobilde Göster (Efektleri Koru) */
    .product-actions { 
        display: flex !important; 
        opacity: 1 !important;
        transform: translateY(0) !important;
        position: static !important;
    }
    
    /* Quickview - Mobil */
    .quickview-body { grid-template-columns: 1fr; padding: 1rem; }
    .quickview-price { font-size: 1.5rem; }
    
    /* Filtreler - Mobil */
    .filters-row { flex-direction: column; gap: 1rem; }
    .category-filters { flex-wrap: wrap; gap: 0.5rem; }
    .filter-btn { padding: 0.6rem 1rem; font-size: 0.85rem; flex: 1 1 calc(50% - 0.5rem); min-width: auto; }
    .sort-filters { width: 100%; }
    .sort-select { width: 100%; }
    
    /* Pagination - Mobil */
    .pagination { gap: 0.3rem; flex-wrap: wrap; }
    .pagination-btn { padding: 0.5rem 0.8rem; font-size: 0.85rem; }
    
    /* Newsletter - Mobil */
    .newsletter-section { flex-direction: column; padding: 1.5rem; }
    .newsletter-form { max-width: 100%; flex-direction: column; }
    .newsletter-input { width: 100%; }
    
    /* Güven Rozetleri - Mobil */
    .trust-badges { grid-template-columns: repeat(2, 1fr); gap: 1rem; }
    .trust-badge { flex-direction: column; text-align: center; }
    .trust-badge-text strong { font-size: 0.85rem; }
    .trust-badge-text span { font-size: 0.75rem; }
    
    /* Account Page - Mobil */
    .account-layout { grid-template-columns: 1fr; }
    .account-sidebar { position: static; }
    
    /* Search Dropdown - Mobil */
    .search-dropdown { width: calc(100vw - 20px); right: -10px; }
    
    /* Header İkonları - Mobil */
    .header-icon { gap: 0.2rem; padding: 0.2rem; }
    .icon-label { font-size: 0.7rem; }
    .header-actions { gap: 1rem; }
    
    /* Arama Çubuğu - Mobil */
    .header-search-row { padding: 0.6rem 0; }
    .search-input-full { padding: 0.7rem 1rem 0.7rem 2.5rem; font-size: 0.85rem; }
    .search-bar-full .search-icon { left: 0.8rem; width: 18px; height: 18px; }
    .search-result-item { padding: 0.8rem; }
    .search-result-image { width: 50px; height: 50px; }
    .search-result-name { font-size: 0.85rem; }
    .search-result-price { font-size: 0.9rem; }
    
    body { font-size: 0.9rem; line-height: 1.5; padding-top: 65px; }
    h1 { font-size: 1.8rem; margin-bottom: 0.8rem; }
    h2 { font-size: 1.5rem; margin-bottom: 0.6rem; }
    h3 { font-size: 1.2rem; margin-bottom: 0.5rem; }
    
    .btn { padding: 10px 20px; font-size: 0.9rem; width: 100%; display: block; margin-bottom: 10px; }
    .btn-sm { padding: 8px 16px; font-size: 0.85rem; }
    .btn-large { padding: 12px 30px; font-size: 1rem; }
    
    .header-container { 
        padding: 0.5rem 0; 
        background-color: var(--matte-black);
        box-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
    }
    .header-container .container { 
        min-height: 55px; 
        display: flex; 
        align-items: center; 
        justify-content: space-between; 
        gap: 0.5rem; 
        padding: 0 10px !important; 
    }
    .logo { flex: 0 0 auto; order: 1; }
    .logo h1 { 
        font-size: 1.1rem; 
        white-space: nowrap; 
        margin: 0; 
    }
    .logo h1 a {
        color: var(--white) !important;
    }
    
    .main-nav { 
        position: fixed; 
        top: 0; 
        right: 0; 
        width: 65%; 
        height: 100vh; 
        background-color: var(--matte-black);
        box-shadow: -4px 0 20px rgba(0, 0, 0, 0.5); 
        transform: translateX(100%); 
        opacity: 1; 
        visibility: hidden; 
        transition: transform 0.3s ease, visibility 0.3s ease; 
        z-index: 999; 
        overflow-y: auto; 
        display: block; 
        margin: 0; 
        flex: none; 
    }
    .main-nav.active { transform: translateX(0); visibility: visible; }
    .nav-menu { 
        display: flex; 
        flex-direction: column; 
        padding: 2rem 0 0 0; 
        margin: 0; 
        gap: 0; 
        list-style: none; 
    }
    .nav-menu li { 
        width: 100%; 
        border-bottom: 1px solid rgba(255, 255, 255, 0.1); 
        margin: 0; 
    }
    .nav-menu li:last-child { border-bottom: none; }
    .nav-menu li a { 
        display: block; 
        padding: 1.2rem 1.5rem; 
        text-align: left; 
        border-radius: 0; 
        font-size: 1rem; 
        width: 100%; 
        box-sizing: border-box;
        color: var(--white);
        transition: background-color 0.3s ease;
    }
    .nav-menu li a:hover,
    .nav-menu li a.active {
        background-color: rgba(255, 255, 255, 0.1);
        color: var(--accent-color);
    }
    .nav-menu li.mobile-only { 
        display: block !important; 
        background-color: rgba(255, 255, 255, 0.05); 
        border-top: 2px solid var(--accent-color); 
        border-bottom: none; 
        margin-top: 0.5rem; 
    }
    .nav-menu li.mobile-only a { 
        font-weight: 600; 
        color: var(--accent-color); 
        padding: 1.5rem 1.5rem; 
    }
    
    .header-actions { 
        display: flex; 
        align-items: center; 
        gap: 0.6rem; 
        order: 2; 
        flex: 0 0 auto; 
    }
    .header-icon {
        color: var(--white) !important;
    }
    .cart-icon { 
        font-size: 1.4rem; 
        padding: 0.3rem; 
        position: relative; 
        display: flex; 
        align-items: center; 
        justify-content: center; 
        background: transparent; 
        border: none; 
        color: var(--white) !important; 
    }
    .cart-count { position: absolute; top: -5px; right: -5px; font-size: 0.65rem; min-width: 18px; height: 18px; padding: 2px 4px; background-color: var(--accent-color); color: var(--white); border-radius: 50%; display: flex; align-items: center; justify-content: center; }
    .membership-btn { display: none !important; }
    .mobile-menu-toggle { 
        display: flex; 
        padding: 0.3rem; 
        align-items: center; 
        justify-content: center; 
    }
    .mobile-menu-toggle span {
        background-color: var(--white) !important;
    }
    
    .hero-section { 
        padding: 6rem 0 4rem; 
        min-height: 90vh; 
        position: relative;
        background: linear-gradient(135deg, var(--primary-color) 0%, var(--dark-gray) 100%);
    }
    .hero-title { 
        font-size: 2.2rem; 
        margin-bottom: 1rem; 
        line-height: 1.3;
        font-weight: 700;
        text-shadow: 2px 2px 4px rgba(0,0,0,0.3);
        color: var(--white);
    }
    .hero-subtitle { 
        font-size: 1.1rem; 
        margin-bottom: 1.2rem;
        opacity: 0.85;
        color: rgba(255, 255, 255, 0.85);
        display: block !important;
        visibility: visible !important;
    }
    .hero-description { 
        font-size: 0.95rem; 
        margin-bottom: 2rem; 
        padding: 0 10px;
        line-height: 1.6;
        color: var(--white);
    }
    .hero-actions { 
        flex-direction: row; 
        gap: 1rem; 
        padding: 0 10px;
        justify-content: center;
        flex-wrap: wrap;
    }
    .hero-actions .btn {
        flex: 0 1 auto;
        min-width: 140px;
        max-width: 280px;
        margin: 0 auto;
        padding: 12px 20px;
        font-size: 0.95rem;
    }
    .scroll-indicator {
        display: flex !important;
        opacity: 1 !important;
        visibility: visible !important;
        position: absolute !important;
        bottom: 2rem !important;
        left: 50% !important;
        transform: translateX(-50%) !important;
        flex-direction: column !important;
        align-items: center !important;
        justify-content: center !important;
        text-align: center !important;
        z-index: 10 !important;
        color: var(--white) !important;
        width: auto !important;
        padding-top: 0 !important;
    }
    .scroll-indicator span {
        display: block;
        margin-bottom: 0.5rem;
        font-size: 0.8rem;
        text-transform: uppercase;
        letter-spacing: 1px;
    }
    .scroll-arrow {
        font-size: 1.3rem;
        display: block;
        animation: bounce 2s infinite;
    }
    
    .services-preview, .gallery-preview, .contact-info { padding: 3rem 0; }
    .services-grid { grid-template-columns: 1fr; gap: 1.5rem; margin: 2rem 0; }
    .service-card { padding: 1.5rem; margin: 0; }
    .service-icon { font-size: 2.5rem; }
    .service-price { font-size: 1.3rem; }
    .service-duration { font-size: 0.85rem; }
    
    .gallery-grid { grid-template-columns: 1fr; gap: 1rem; margin: 2rem 0; }
    .gallery-item { aspect-ratio: 4/3; }
    .gallery-overlay span { font-size: 1.5rem; }
    
    .contact-grid { grid-template-columns: 1fr; gap: 1.5rem; }
    .contact-item { padding: 1.5rem; }
    .contact-item h3 { font-size: 1.1rem; }
    
    .page-header { padding: 2rem 0 1.5rem; }
    .page-header h1 { font-size: 1.8rem; }
    .page-header p { font-size: 0.95rem; padding: 0 15px; }
    
    .services-filters { padding: 1.5rem 0; }
    .filter-buttons { flex-direction: column; gap: 0.8rem; align-items: stretch; padding: 0 15px; }
    .filter-btn { width: 100%; padding: 10px 15px; font-size: 0.9rem; }
    
    .services-list { padding: 2rem 0; }
    .service-image { height: 180px; }
    .service-content { padding: 1.5rem; }
    .service-details { flex-direction: column; gap: 0.8rem; text-align: center; padding: 0.8rem; }
    .service-price { font-size: 1.4rem; }
    .service-book-btn { padding: 10px; font-size: 0.9rem; }
    
    .price-table-section { padding: 2rem 0; }
    .price-table-container { margin: 0 -15px; border-radius: 0; }
    .price-table { font-size: 0.8rem; }
    .price-table th, .price-table td { padding: 0.6rem 0.4rem; font-size: 0.8rem; }
    .price-table th:first-child, .price-table td:first-child { position: sticky; left: 0; background-color: var(--white); z-index: 1; }
    .price-table th:first-child { background-color: var(--primary-color); }
    .category-header td { font-size: 0.95rem; }
    .price-cell { font-size: 0.95rem; }
    .popular-tag { display: block; margin-top: 5px; margin-left: 0; }
    
    .appointment-cta { padding: 2.5rem 0; }
    .cta-content h2 { font-size: 1.6rem; margin-bottom: 0.8rem; }
    .cta-content p { font-size: 0.95rem; margin-bottom: 1.5rem; padding: 0 15px; }
    
    .modal-content { width: 95%; max-width: 95%; max-height: 90vh; margin: 10px; }
    .modal-header { padding: 1rem 1.2rem; }
    .modal-header h2 { font-size: 1.1rem; }
    .modal-header-icon { width: 24px; height: 24px; }
    .modal-close { font-size: 1.5rem; width: 25px; height: 25px; }
    .modal-body { padding: 1rem 1.2rem 1.5rem; max-height: calc(90vh - 80px); overflow-y: auto; }
    
    .appointment-form, .auth-form { gap: 1.2rem; }
    .form-group label { font-size: 0.9rem; }
    .form-group input, .form-group select, .form-group textarea { padding: 10px 12px; font-size: 0.9rem; }
    .form-row { flex-direction: column; gap: 1.2rem; }
    .form-group { width: 100%; }
    
    .auth-tabs { gap: 0.5rem; }
    .auth-tab { padding: 0.8rem 1rem; font-size: 0.9rem; }
    .auth-forms-container { min-height: 450px; }
    .auth-form { gap: 1rem; padding: 0.3rem 0; }
    .auth-form .form-row { grid-template-columns: 1fr; gap: 1rem; }
    .auth-form .form-group label { font-size: 0.85rem; margin-bottom: 0.4rem; }
    .auth-form .form-group input, .auth-form .form-group select, .auth-form .form-group textarea { padding: 0.7rem 0.8rem; font-size: 0.9rem; }
    .auth-form .checkbox-label { font-size: 0.85rem; gap: 0.5rem; }
    .auth-form .btn-large { padding: 0.9rem 1.5rem; font-size: 0.95rem; }
    .form-options { flex-direction: column; gap: 0.8rem; align-items: flex-start !important; }
    .forgot-password { font-size: 0.85rem; }
    
    .footer { padding: 2rem 0 1rem; }
    .footer-content { grid-template-columns: 1fr; gap: 2rem; text-align: center; }
    .footer-section h3 { font-size: 1.1rem; margin-bottom: 0.8rem; }
    .footer-section ul li { margin-bottom: 0.8rem; }
    .social-links { display: flex; justify-content: center; gap: 1.5rem; }
    .social-links a { font-size: 1.3rem; margin-right: 0; }
    .footer-bottom { font-size: 0.85rem; padding-top: 1rem; }
    
    .mobile-hidden { display: none !important; }
    .mobile-visible { display: block !important; }
    .mobile-text-center { text-align: center !important; }
    
    .mb-1 { margin-bottom: 0.8rem; }
    .mb-2 { margin-bottom: 1.5rem; }
    .mb-3 { margin-bottom: 2rem; }
    .mt-1 { margin-top: 0.8rem; }
    .mt-2 { margin-top: 1.5rem; }
    .mt-3 { margin-top: 2rem; }
    
    body.menu-open { overflow: hidden; position: fixed; width: 100%; }
    body.menu-open::before { content: ''; position: fixed; top: 0; left: 0; right: 0; bottom: 0; background-color: rgba(0, 0, 0, 0.5); z-index: 998; animation: fadeIn 0.3s ease; }
    
    @keyframes fadeIn {
        from { opacity: 0; }
        to { opacity: 1; }
    }
    
    /* Shop Page - Mobil */
    .shop-header { padding: 1.5rem 0; }
    .shop-header h1 { font-size: 1.8rem; }
    .breadcrumb { font-size: 0.8rem; flex-wrap: wrap; }
    .shop-filters { padding: 1rem; }
    .category-filter { gap: 0.5rem; }
    .category-btn { padding: 0.6rem 1rem; font-size: 0.85rem; flex: 1 1 calc(50% - 0.5rem); }
    .sort-filter select { width: 100%; padding: 0.7rem; }
    .products-container { padding: 1rem 0; }
    
    /* Product Page - Mobil */
    .product-detail-layout { padding: 1rem 0; }
    .product-main-image { height: 300px; border-radius: 8px; }
    .product-thumbnails { gap: 0.4rem; overflow-x: auto; }
    .product-thumbnail { min-width: 60px; height: 60px; }
    .product-info { padding: 1.5rem 1rem; }
    .product-title { font-size: 1.5rem; }
    .product-price { font-size: 1.8rem; }
    .product-rating { font-size: 0.85rem; }
    .quantity-selector { width: 100%; justify-content: space-between; }
    .quantity-btn { width: 40px; height: 40px; font-size: 1.2rem; }
    .quantity-input { width: 60px; font-size: 1.1rem; }
    .product-actions { flex-direction: column; gap: 0.8rem; }
    .product-actions .btn { width: 100%; }
    .product-tabs { flex-direction: column; }
    .product-tab { width: 100%; text-align: center; padding: 1rem; }
    .product-description { padding: 1.5rem 1rem; }
    .product-specs-table { font-size: 0.85rem; }
    .product-specs-table td { padding: 0.8rem 0.5rem; }
    .reviews-list { gap: 1.5rem; }
    .review-card { padding: 1.2rem; }
    .review-header { flex-direction: column; align-items: flex-start; gap: 0.5rem; }
    
    /* Wishlist Page - Mobil */
    .wishlist-header { padding: 1.5rem 0; }
    .wishlist-header h1 { font-size: 1.8rem; }
    .wishlist-grid { grid-template-columns: 1fr; gap: 1rem; }
    .wishlist-card { flex-direction: column; }
    .wishlist-image { width: 100%; height: 200px; }
    .wishlist-info { padding: 1rem; width: 100%; }
    .wishlist-actions { flex-direction: column; gap: 0.8rem; width: 100%; padding: 1rem; }
    .wishlist-actions .btn { width: 100%; }
    .empty-wishlist { padding: 3rem 1rem; }
    
    /* About Page - Mobil */
    .about-hero { padding: 2rem 0; }
    .about-hero h1 { font-size: 1.8rem; }
    .about-content { padding: 2rem 0; }
    .about-text { padding: 0 1rem; }
    .team-grid { grid-template-columns: 1fr; gap: 1.5rem; }
    .team-member { padding: 1.5rem; }
    .team-photo { width: 120px; height: 120px; }
    .team-name { font-size: 1.2rem; }
    .team-role { font-size: 0.9rem; }
    .values-grid { grid-template-columns: 1fr; gap: 1.5rem; }
    .value-card { padding: 1.5rem; }
    .value-icon { font-size: 2.5rem; }
    .timeline { padding: 2rem 0; }
    .timeline-item { padding-left: 2rem; }
    .timeline-year { font-size: 1.2rem; }
    
    /* Contact Page - Mobil */
    .contact-hero { padding: 2rem 0; }
    .contact-hero h1 { font-size: 1.8rem; }
    .contact-layout { padding: 2rem 0; }
    .contact-form { padding: 1.5rem; }
    .contact-form h2 { font-size: 1.4rem; }
    .contact-info-card { padding: 1.5rem; }
    .contact-map { height: 250px; border-radius: 8px; }
    .contact-details { gap: 1.5rem; }
    .contact-detail { padding: 1.2rem; }
    .contact-icon { width: 50px; height: 50px; font-size: 1.5rem; }
    
    /* FAQ Page - Mobil */
    .faq-hero { padding: 2rem 0; }
    .faq-hero h1 { font-size: 1.8rem; }
    .faq-search { padding: 1.5rem 1rem; }
    .faq-search-input { padding: 1rem; font-size: 0.9rem; }
    .faq-categories { flex-direction: column; gap: 0.6rem; padding: 0 1rem; }
    .faq-category-btn { width: 100%; padding: 0.8rem 1rem; }
    .faq-list { padding: 1.5rem 1rem; }
    .faq-item { padding: 1.2rem; margin-bottom: 1rem; }
    .faq-question { font-size: 1rem; padding-right: 2rem; }
    .faq-answer { padding: 1rem 0 0 0; font-size: 0.9rem; }
    .faq-toggle { width: 30px; height: 30px; font-size: 1.2rem; }
    
    /* Account Page - Mobil */
    .account-header { padding: 1.5rem 0; }
    .account-header h1 { font-size: 1.8rem; }
    .account-welcome { font-size: 0.9rem; }
    .account-stats { grid-template-columns: 1fr; gap: 1rem; }
    .stat-card { padding: 1.2rem; }
    .stat-value { font-size: 1.8rem; }
    .stat-label { font-size: 0.85rem; }
    .order-card { padding: 1.2rem; }
    .order-header { flex-direction: column; align-items: flex-start; gap: 0.8rem; }
    .order-number { font-size: 1rem; }
    .order-status { padding: 0.4rem 0.8rem; font-size: 0.8rem; }
    .order-items { flex-direction: column; gap: 1rem; }
    .order-item { flex-direction: column; text-align: center; }
    .order-item-image { width: 100%; height: 150px; }
    .order-item-info { padding: 1rem; width: 100%; }
    .order-total { flex-direction: column; gap: 0.5rem; }
    .order-actions { flex-direction: column; gap: 0.8rem; }
    .order-actions .btn { width: 100%; }
    
    /* Privacy, Terms, Return Policy, Shipping, Distance Sales - Mobil */
    .legal-page { padding: 2rem 0; }
    .legal-page h1 { font-size: 1.8rem; margin-bottom: 1.5rem; }
    .legal-page h2 { font-size: 1.4rem; margin: 2rem 0 1rem; }
    .legal-page h3 { font-size: 1.2rem; margin: 1.5rem 0 0.8rem; }
    .legal-page p { font-size: 0.9rem; margin-bottom: 1rem; line-height: 1.6; }
    .legal-page ul, .legal-page ol { padding-left: 1.5rem; margin-bottom: 1rem; }
    .legal-page li { font-size: 0.9rem; margin-bottom: 0.5rem; }
    .legal-content { padding: 0 1rem; }
    .legal-section { margin-bottom: 2rem; }
    
    /* Payment Page - Mobil */
    .payment-page { padding: 2rem 0; }
    .payment-methods { grid-template-columns: 1fr; gap: 1rem; }
    .payment-method-card { padding: 1.5rem; }
    .payment-icon { width: 60px; height: 60px; }
    .payment-features { gap: 0.8rem; }
    .payment-feature { font-size: 0.85rem; }
}

@media (max-width: 400px) {
    .container { padding: 0 10px; }
    h1 { font-size: 1.6rem; }
    h2 { font-size: 1.3rem; }
    h3 { font-size: 1.1rem; }
    .hero-section {
        padding: 5rem 0 3.5rem;
        min-height: 85vh;
        background: linear-gradient(135deg, var(--primary-color) 0%, var(--dark-gray) 100%);
    }
    .hero-title { 
        font-size: 1.8rem;
        font-weight: 700;
        margin-bottom: 0.9rem;
        line-height: 1.3;
        text-shadow: 2px 2px 4px rgba(0,0,0,0.3);
        color: var(--white);
    }
    .hero-subtitle {
        font-size: 1rem;
        margin-bottom: 1rem;
        opacity: 0.85;
        color: rgba(255, 255, 255, 0.85);
        display: block !important;
        visibility: visible !important;
    }
    .hero-description {
        font-size: 0.9rem;
        margin-bottom: 1.8rem;
        line-height: 1.6;
        color: var(--white);
    }
    .hero-actions {
        gap: 0.9rem;
        flex-direction: row;
        justify-content: center;
        flex-wrap: wrap;
    }
    .hero-actions .btn {
        flex: 0 1 auto;
        min-width: 130px;
        font-size: 0.85rem;
        padding: 0.7rem 1.2rem;
    }
    .scroll-indicator {
        display: flex !important;
        opacity: 1 !important;
        visibility: visible !important;
        position: absolute !important;
        bottom: 1.5rem !important;
        left: 50% !important;
        transform: translateX(-50%) !important;
        flex-direction: column !important;
        align-items: center !important;
        justify-content: center !important;
        text-align: center !important;
        z-index: 10 !important;
        color: var(--white) !important;
        width: auto !important;
        padding-top: 0 !important;
    }
    .scroll-indicator span {
        display: block;
        margin-bottom: 0.4rem;
        font-size: 0.75rem;
        text-transform: uppercase;
        letter-spacing: 1px;
    }
    .scroll-arrow {
        font-size: 1.2rem;
        display: block;
        animation: bounce 2s infinite;
    }
    .logo h1 { font-size: 1.1rem; }
    .appointment-btn { padding: 0.5rem 0.8rem; font-size: 0.8rem; }
    .service-card { padding: 1.2rem; }
    .btn { padding: 8px 16px; font-size: 0.85rem; }
    
    /* Welcome Page - Çok Küçük Ekranlar */
    .welcome-container { padding: 0 0.3rem; }
    
    /* Product Page - Çok Küçük Ekranlar */
    .product-main-image { height: 250px; }
    .product-title { font-size: 1.3rem; }
    .product-price { font-size: 1.6rem; }
    .quantity-btn { width: 35px; height: 35px; }
    .quantity-input { width: 50px; }
    
    /* Shop Page - Çok Küçük Ekranlar */
    .products-grid { gap: 0.6rem; }
    .product-name { font-size: 0.8rem; }
    .product-price { font-size: 1rem; }
    
    /* Form Elements - Çok Küçük Ekranlar */
    .form-group input,
    .form-group select,
    .form-group textarea { padding: 0.8rem; font-size: 0.85rem; }
    
    /* Modal - Çok Küçük Ekranlar */
    .modal-content { width: 98%; margin: 5px; }
    .modal-header { padding: 0.8rem 1rem; }
    .modal-body { padding: 1rem; }
    
    /* Tables - Çok Küçük Ekranlar */
    table { font-size: 0.75rem; }
    .price-table th,
    .price-table td { padding: 0.5rem 0.3rem; }
}

/* ========================================
   LANDSCAPE MOD (Yatay Ekran)
   ======================================== */
@media (max-height: 500px) and (orientation: landscape) {
    .hero-section { 
        padding: 3rem 0; 
        min-height: 90vh;
        background: linear-gradient(135deg, var(--primary-color) 0%, var(--dark-gray) 100%);
    }
    .hero-actions { margin-bottom: 2rem; }
    .scroll-indicator { display: none; }
    .services-preview, .gallery-preview, .contact-info { padding: 2rem 0; }
    .modal-content { max-height: 95vh; }
    .modal-body { max-height: calc(95vh - 80px); }
    
    /* Product Page - Landscape */
    .product-detail-layout { grid-template-columns: 1fr 1fr; }
    .product-main-image { height: 250px; }
    
    /* About Page - Landscape */
    .team-grid { grid-template-columns: repeat(2, 1fr); }
    .values-grid { grid-template-columns: repeat(2, 1fr); }
    
    /* Shop Page - Landscape */
    .products-grid { grid-template-columns: repeat(3, 1fr); }
}

/* ========================================
   TABLET LANDSCAPE (768px - 1024px)
   ======================================== */
@media (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
    .hero-section { 
        min-height: 90vh;
        padding: 6rem 0 4rem;
        background: linear-gradient(135deg, var(--primary-color) 0%, var(--dark-gray) 100%);
    }
    .hero-title {
        font-weight: 700;
        text-shadow: 2px 2px 4px rgba(0,0,0,0.3);
    }
    .services-grid { grid-template-columns: repeat(3, 1fr); }
    .products-grid { grid-template-columns: repeat(4, 1fr); }
    .team-grid { grid-template-columns: repeat(3, 1fr); }
}

/* ========================================
   EKSTRA BÜYÜK EKRANLAR (1920px+)
   ======================================== */
@media (min-width: 1920px) {
    .container { max-width: 1600px; }
    body { font-size: 1.1rem; }
    h1 { font-size: 3rem; }
    h2 { font-size: 2.5rem; }
    h3 { font-size: 2rem; }
    .hero-section {
        padding: 7rem 0 5rem;
        min-height: 95vh;
        background: linear-gradient(135deg, var(--primary-color) 0%, var(--dark-gray) 100%);
    }
    .hero-title { 
        font-size: 4.5rem;
        font-weight: 700;
        margin-bottom: 1.2rem;
        line-height: 1.3;
        text-shadow: 2px 2px 4px rgba(0,0,0,0.3);
    }
    .hero-subtitle { 
        font-size: 1.8rem;
        margin-bottom: 1.5rem;
        opacity: 0.95;
    }
    .hero-description {
        font-size: 1.2rem;
        margin-bottom: 2.5rem;
        line-height: 1.6;
    }
    .btn { padding: 14px 32px; font-size: 1.1rem; }
    .btn-large { padding: 18px 40px; font-size: 1.3rem; }
    
    /* Product Grid - 4K */
    .products-grid { grid-template-columns: repeat(5, 1fr); gap: 2rem; }
    
    /* Services Grid - 4K */
    .services-grid { grid-template-columns: repeat(4, 1fr); gap: 2.5rem; }
    
    /* Gallery Grid - 4K */
    .gallery-grid { grid-template-columns: repeat(6, 1fr); gap: 1.5rem; }
    
    /* Team Grid - 4K */
    .team-grid { grid-template-columns: repeat(4, 1fr); gap: 2.5rem; }
    
    /* Product Page - 4K */
    .product-main-image { height: 700px; }
    .product-title { font-size: 2.5rem; }
    .product-price { font-size: 2.5rem; }
}

/* ========================================
   ULTRA WIDE EKRANLAR (2560px+)
   ======================================== */
@media (min-width: 2560px) {
    .container { max-width: 2000px; }
    body { font-size: 1.2rem; }
    .hero-section {
        padding: 8rem 0 6rem;
        min-height: 95vh;
        background: linear-gradient(135deg, var(--primary-color) 0%, var(--dark-gray) 100%);
    }
    .hero-title { 
        font-size: 5rem;
        font-weight: 700;
        margin-bottom: 1.5rem;
        line-height: 1.3;
        text-shadow: 2px 2px 4px rgba(0,0,0,0.3);
    }
    .hero-subtitle {
        font-size: 2rem;
        margin-bottom: 1.8rem;
        opacity: 0.95;
    }
    .hero-description {
        font-size: 1.3rem;
        margin-bottom: 3rem;
        line-height: 1.6;
    }
    .products-grid { grid-template-columns: repeat(6, 1fr); }
    .services-grid { grid-template-columns: repeat(5, 1fr); }
}

/* ========================================
   PRINT STYLES (Yazdırma)
   ======================================== */
@media print {
    .header-container,
    .footer,
    .mobile-menu-toggle,
    .header-actions,
    .scroll-indicator,
    .btn,
    button,
    .modal,
    .notification-container { display: none !important; }
    
    body { font-size: 12pt; color: #000; background: #fff; }
    .container { max-width: 100%; }
    a { text-decoration: underline; color: #000; }
    img { max-width: 100%; page-break-inside: avoid; }
    h1, h2, h3 { page-break-after: avoid; }
    table { page-break-inside: avoid; }
}

/* ========================================
   ACCESSIBILITY (Erişilebilirlik)
   ======================================== */

/* Yüksek Kontrast Modu */
@media (prefers-contrast: high) {
    body { background: #fff; color: #000; }
    .btn { border: 2px solid currentColor; }
    a { text-decoration: underline; }
}

/* Azaltılmış Hareket - SADECE kullanıcı isterse */
@media (prefers-reduced-motion: reduce) {
    * {
        animation-duration: 0.01ms !important;
        animation-iteration-count: 1 !important;
        transition-duration: 0.01ms !important;
    }
}

/* ========================================
   EFEKT KORUMA KURALLARI
   Tüm ekran boyutlarında efektleri koru
   ======================================== */

/* Tüm cihazlarda transitions'ı koru */
@media (max-width: 1024px) {
    button,
    .btn,
    a,
    .product-card,
    .service-card,
    .gallery-item,
    .modal,
    .nav-menu,
    input,
    select,
    textarea {
        transition: all 0.3s ease !important;
    }
    
    /* Hover efektlerini touch'ta active olarak göster */
    button:active,
    .btn:active {
        transform: scale(0.98) !important;
    }
    
    .product-card:active {
        transform: translateY(-5px) !important;
        box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2) !important;
    }
    
    .service-card:active {
        transform: translateY(-5px) !important;
        box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15) !important;
    }
}

/* Mobilde de tüm animasyonları koru */
@media (max-width: 600px) {
    /* Fade-in animasyonları */
    .fade-in,
    .fade-in-up,
    .fade-in-down,
    .fade-in-left,
    .fade-in-right {
        animation-duration: 0.6s !important;
        animation-fill-mode: both !important;
    }
    
    /* Slide animasyonları */
    .slide-in,
    .slide-up,
    .slide-down {
        animation-duration: 0.5s !important;
        animation-fill-mode: both !important;
    }
    
    /* Zoom animasyonları */
    .zoom-in,
    .zoom-out {
        animation-duration: 0.4s !important;
        animation-fill-mode: both !important;
    }
    
    /* Rotate animasyonları */
    .rotate,
    .spin {
        animation-duration: 0.8s !important;
    }
    
    /* Pulse animasyonları */
    .pulse,
    .heartbeat {
        animation-duration: 1s !important;
        animation-iteration-count: infinite !important;
    }
    
    /* Glow efektleri */
    .glow,
    .glow-on-hover {
        box-shadow: 0 0 20px rgba(79, 111, 82, 0.5) !important;
        transition: box-shadow 0.3s ease !important;
    }
    
    /* Gradient animasyonları */
    .gradient-animate {
        background-size: 200% 200% !important;
        animation: gradientShift 3s ease infinite !important;
    }
    
    /* Shadow efektleri */
    .shadow-hover:active {
        box-shadow: 0 15px 40px rgba(0, 0, 0, 0.2) !important;
    }
    
    /* Border animasyonları */
    .border-animate {
        border-width: 2px !important;
        transition: border-color 0.3s ease !important;
    }
    
    /* Text animasyonları */
    .text-shimmer {
        background: linear-gradient(90deg, #4F6F52 0%, #0B4619 50%, #4F6F52 100%) !important;
        background-size: 200% auto !important;
        animation: shimmer 2s linear infinite !important;
        -webkit-background-clip: text !important;
        background-clip: text !important;
    }
}

/* Tablet'te de tüm efektleri koru */
@media (min-width: 601px) and (max-width: 1024px) {
    /* Tüm hover efektleri active olarak çalışsın */
    .btn:active,
    button:active,
    a.btn:active {
        background-color: var(--ral-6005) !important;
        transform: translateY(-2px) !important;
        box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2) !important;
    }
    
    /* Card hover efektleri */
    .product-card:active,
    .service-card:active,
    .team-member:active {
        transform: translateY(-8px) !important;
        box-shadow: 0 12px 35px rgba(0, 0, 0, 0.18) !important;
    }
    
    /* Image zoom efektleri */
    .product-image:active img,
    .gallery-item:active img {
        transform: scale(1.1) !important;
    }
    
    /* Icon rotate efektleri */
    .icon-rotate:active {
        transform: rotate(360deg) !important;
    }
}

/* Animasyon keyframes'leri koru */
@keyframes gradientShift {
    0% { background-position: 0% 50%; }
    50% { background-position: 100% 50%; }
    100% { background-position: 0% 50%; }
}

@keyframes shimmer {
    to { background-position: 200% center; }
}

@keyframes fadeIn {
    from { opacity: 0; }
    to { opacity: 1; }
}

@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(30px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes fadeInDown {
    from {
        opacity: 0;
        transform: translateY(-30px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes slideIn {
    from {
        transform: translateX(-100%);
    }
    to {
        transform: translateX(0);
    }
}

@keyframes zoomIn {
    from {
        opacity: 0;
        transform: scale(0.8);
    }
    to {
        opacity: 1;
        transform: scale(1);
    }
}

@keyframes pulse {
    0%, 100% {
        transform: scale(1);
    }
    50% {
        transform: scale(1.05);
    }
}

@keyframes spin {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(360deg);
    }
}

/* Koyu Mod Tercihi */
@media (prefers-color-scheme: dark) {
    /* Kullanıcı koyu mod tercih ediyorsa */
    /* Not: Projenizde koyu mod varsa buraya eklenebilir */
}

