/* ================= DEĞİŞKENLER ================= */
        :root {
            --ti-yellow: #F2C94C;
            --bg-page: #ffffff;
            --text-main: #1f1f1f;
            --primary-color: #024b59;
            --max-width: 1400px;
            --header-height: 110px;
            --easing: cubic-bezier(0.19, 1, 0.22, 1);
            
            /* Ürün Sayfası Özel Değişkenleri */
            --border-color:#eaeaea; --ink:#0f172a; --muted:#64748b; --soft:#f8fafc; --card:#ffffff;
            --accent-teal:#0d9488; --font-mono:'JetBrains Mono', monospace;
            --font-display:'Space Grotesk', sans-serif; --grid-color: rgba(15, 23, 42, 0.04);
        }

        /* ================= TEMEL AYARLAR ================= */
        * { box-sizing: border-box; outline: none; margin: 0; padding: 0; }

        html, body {
            margin: 0; padding: 0;
            font-family: "Inter", sans-serif;
            background: #fff;
            color: var(--text-main);
            overflow-x: hidden;
            /* Arka plan deseni */
            background-image: linear-gradient(var(--grid-color) 1px, transparent 1px), linear-gradient(90deg, var(--grid-color) 1px, transparent 1px);
            background-size: 40px 40px;
        }

        a { text-decoration: none; color: inherit; transition: all 0.2s ease; }
        ul { list-style: none; padding: 0; margin: 0; }
        img, video { max-width: 100%; display: block; }

        /* Smooth Scroll (Lenis) */
        html.lenis, html.lenis body { height: auto; }
        .lenis.lenis-smooth { scroll-behavior: auto !important; }
        .lenis.lenis-smooth [data-lenis-prevent] { overscroll-behavior: contain; }
        .lenis.lenis-stopped { overflow: hidden; }

        /* ================= ÜRÜN SAYFASI ================= */
        main { padding-top: var(--header-height); }

        .products-section { padding: 3rem 2rem 4rem; max-width: var(--max-width); margin: 0 auto; }
        .section-header { margin-bottom: 2rem; }
        .section-title h2 { font-family: var(--font-display); font-size: 3rem; margin-bottom: .5rem; letter-spacing: -1px; color: #111; }
        .section-title p { color: #64748b; font-size: 1.05rem; }

        /* Chips */
        .tech-groups-wrap { margin-bottom: 2rem; padding-bottom: 1rem; overflow-x: auto; white-space: nowrap; -webkit-overflow-scrolling: touch; }
        .tech-groups { display: flex; gap: 12px; align-items: center; }
        .tech-group-btn { appearance: none; border: 1px solid #e2e8f0; background: #fff; padding: 10px 18px; border-radius: 999px; display: inline-flex; align-items: center; gap: 8px; font-size: 0.9rem; font-weight: 600; color: #475569; cursor: pointer; transition: all 0.2s ease; box-shadow: 0 2px 5px rgba(0,0,0,.03); user-select: none; }
        .tech-group-btn:hover { transform: translateY(-2px); border-color: #cbd5e1; color: #111; box-shadow: 0 5px 12px rgba(0,0,0,.06); }
        .tech-group-btn.active { border-color: var(--ti-yellow); background: rgba(242,201,76,0.15); color: #111; font-weight: 700; }

        /* Filtreler */
        .filter-control-bar { background: #fff; border: 1px solid #cbd5e1; border-radius: 14px; padding: 1.5rem; margin-bottom: 3rem; box-shadow: 0 10px 30px -10px rgba(0,0,0,0.05); }
        .filter-row { display: flex; gap: 1.5rem; align-items: flex-end; flex-wrap: wrap; }
        .advanced-filter-row { display:grid; grid-template-columns:repeat(4,minmax(170px,1fr)); gap:1rem; margin-top:1rem; padding-top:1rem; border-top:1px solid #f1f5f9; }
        .advanced-attribute-filter { grid-column:span 1; }
        .filter-group { display: flex; flex-direction: column; gap: .5rem; flex: 1; min-width: 200px; }
        .filter-label { font-family: var(--font-mono); font-size: .75rem; font-weight: 800; text-transform: uppercase; color: #64748b; letter-spacing: .5px; }
        .filter-select-wrapper { position: relative; }
        .filter-select { width: 100%; appearance: none; padding: .8rem 1rem; border-radius: 10px; border: 1px solid #e2e8f0; background: #f8fafc; color: #111; font-weight: 700; font-size: .9rem; cursor: pointer; transition: .2s; }
        .filter-select:hover { border-color: var(--ti-yellow); background: #fff; }
        .filter-select:disabled { cursor:not-allowed; color:#94a3b8; background:#f1f5f9; }
        .filter-select:focus { outline: none; border-color: var(--ti-yellow); box-shadow: 0 0 0 3px rgba(242,201,76,0.15); }
        .filter-select-icon { position: absolute; right: 1rem; top: 50%; transform: translateY(-50%); pointer-events: none; color: #94a3b8; font-size: .8rem; }
        .search-group { flex: 1.5; min-width: 250px; }
        .search-input-wrapper { position: relative; display: flex; align-items: center; z-index:20; }
        .search-input { width: 100%; padding: .8rem 1rem .8rem 2.5rem; border-radius: 10px; border: 1px solid #e2e8f0; background: #fff; outline: none; font-size: .95rem; transition: .2s; }
        .search-input:focus { border-color: #111; box-shadow: 0 0 0 3px rgba(15,23,42,0.06); }
        .search-icon { position: absolute; left: 1rem; color: #94a3b8; }
        .search-suggestions { position:absolute; top:calc(100% + 7px); left:0; right:0; overflow:hidden; border:1px solid #e2e8f0; border-radius:11px; background:#fff; box-shadow:0 16px 35px rgba(15,23,42,.14); }
        .search-suggestion-item { width:100%; display:grid; gap:3px; padding:10px 12px; border:0; border-bottom:1px solid #f1f5f9; background:#fff; color:#334155; text-align:left; cursor:pointer; }
        .search-suggestion-item:last-child { border-bottom:0; } .search-suggestion-item:hover { background:#fffbeb; }
        .search-suggestion-item strong { font-size:.78rem; } .search-suggestion-item small { color:#94a3b8; font-family:var(--font-mono); font-size:.65rem; }
        .did-you-mean { margin-top:1rem; padding:11px 13px; border:1px solid #fde68a; border-radius:10px; background:#fffbeb; color:#92400e; font-size:.82rem; }
        .did-you-mean button { margin-left:5px; padding:0; border:0; background:none; color:#b45309; font:inherit; font-weight:800; text-decoration:underline; cursor:pointer; }
        .active-filters { display: flex; gap: .5rem; margin-top: 1rem; flex-wrap: wrap; min-height: 30px; }
        .filter-tag { background: rgba(13,148,136,.10); color: var(--accent-teal); padding: .3rem .8rem; border-radius: 999px; font-size: .8rem; font-weight: 700; display: inline-flex; align-items: center; gap: .5rem; border: 1px solid rgba(13,148,136,.20); }
        .filter-tag i { cursor: pointer; font-size: .75rem; }
        .results-count { font-family: var(--font-mono); font-size: .8rem; color: #94a3b8; text-align: right; margin-top: .5rem; }

        .products-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(320px, 1fr)); gap: 2.2rem; }

        /* PRODUCT CARD */
        .product-card { background: #fff; border-radius: 16px; position: relative; border: 1px solid #e2e8f0; transition: transform .25s var(--easing), box-shadow .25s var(--easing), border-color .25s; display: flex; flex-direction: column; z-index: 1; }
        .product-card:hover { transform: translateY(-8px); box-shadow: 0 20px 40px -5px rgba(0,0,0,0.10); border-color: rgba(242,201,76,.85); z-index: 10; }
        .card-header { padding: 1.3rem 1.3rem 0; display: flex; justify-content: space-between; align-items: flex-start; }
        .badge { font-family: var(--font-mono); font-size: .7rem; padding: 4px 8px; border-radius: 999px; background: #f1f5f9; color: #475569; text-transform: uppercase; letter-spacing: -.5px; }
        .stock-badge { display:inline-flex; align-items:center; gap:5px; margin-left:auto; margin-right:10px; padding:4px 7px; border-radius:999px; background:#ecfdf5; color:#047857; font-size:.65rem; font-weight:800; }
        .stock-badge.is-out { background:#fef2f2; color:#b91c1c; }
        .card-img-container { height: 220px; display: flex; align-items: center; justify-content: center; background: radial-gradient(circle, #f8fafc 40%, #fff 70%); position: relative; overflow: hidden; margin-top: 1rem; border-radius: 16px 16px 0 0; }
        .card-img-container img { max-height: 85%; transition: transform .5s var(--easing); filter: drop-shadow(0 10px 20px rgba(0,0,0,0.08)); }
        .product-card:hover .card-img-container img { transform: scale(1.15); }
        .tech-overlay { position: absolute; inset: 0; background: rgba(255,255,255,0.90); backdrop-filter: blur(4px); display: flex; flex-direction: column; justify-content: center; align-items: center; opacity: 0; transition: .25s var(--easing); gap: 10px; }
        .product-card:hover .tech-overlay { opacity: 1; }
        .btn-chip { background: var(--ti-yellow); color: #111; border: none; padding: .55rem 1rem; border-radius: 999px; font-size: .78rem; font-weight: 900; cursor: pointer; }
        .btn-chip:hover { filter: brightness(.97); }
        .card-body { padding: 1.3rem 1.3rem 1.4rem; flex: 1; display: flex; flex-direction: column; }
        .card-title { font-family: var(--font-display); font-size: 1.35rem; font-weight: 900; margin-bottom: .5rem; line-height: 1.15; color: #111; }
        .card-specs { font-size: .82rem; color: #64748b; margin-bottom: 1rem; display: flex; gap: 10px; flex-wrap: wrap; }
        .spec-item { display: flex; align-items: center; gap: 6px; }
        .spec-item i { color: var(--accent-teal); }
        
        .price-block { padding-top: 10px; margin-bottom: 12px; border-top: 1px dashed #e2e8f0; }
        .moq-badge { display: inline-block; font-family: var(--font-mono); font-size: 0.7rem; color: #64748b; background: #f8fafc; border: 1px solid #e2e8f0; padding: 2px 6px; border-radius: 4px; margin-bottom: 4px; }
        .price-row { display: flex; align-items: baseline; gap: 8px; flex-wrap: wrap; position: relative; }
        .main-price { font-family: var(--font-display); font-weight: 800; font-size: 1.25rem; color: var(--ink); letter-spacing: -0.5px; }
        .currency-symbol { font-size: 0.85rem; font-weight: 600; color: #64748b; margin-left: 2px; }
        .ask-price { font-size: 0.9rem; color: #94a3b8; font-style: italic; }

        /* Card Actions & Qty */
        .card-actions { margin-top: auto; display: grid; grid-template-columns: auto 1fr auto; gap: 10px; align-items: stretch; height: 46px; }
        .qty-wrapper { display: flex; align-items: center; border: 1px solid #e2e8f0; border-radius: 12px; overflow: hidden; width: 100px; height: 100%; }
        .qty-btn { background: #f8fafc; border: none; width: 30px; height: 100%; cursor: pointer; font-size: 0.9rem; color: #64748b; transition: 0.2s; }
        .qty-btn:hover { background: #f1f5f9; color: #111; }
        .qty-input { width: 40px; border: none; text-align: center; font-weight: 700; font-size: 0.9rem; color: var(--ink); height: 100%; padding: 0; appearance: textfield; }
        .qty-input::-webkit-outer-spin-button, .qty-input::-webkit-inner-spin-button { -webkit-appearance: none; margin: 0; }
        .btn-card-buy { background: var(--ink); color: #fff; border: none; padding: 0 .85rem; border-radius: 12px; font-weight: 900; cursor: pointer; transition: .2s; display: flex; align-items: center; justify-content: center; gap: 8px; font-size: 0.9rem; height: 100%; }
        .btn-card-buy:hover { background: var(--accent-teal); }
        .btn-card-view { width: 46px; height: 100%; border: 1px solid #e2e8f0; border-radius: 12px; background: transparent; cursor: pointer; display: flex; align-items: center; justify-content: center; color: #111; transition: .2s; }
        .btn-card-view:hover { border-color: #111; }

        /* Hero Slider & 3D Tilt */
        .hero-section { position: relative; overflow: hidden; min-height: 70vh; display: flex; align-items: center; max-width: var(--max-width); margin: 0 auto; padding: 2rem 2rem; border-top: 1px solid #e2e8f0; margin-top: 4rem; }
        .hero-slides-wrapper { position: relative; width: 100%; min-height: 600px; }
        .hero-slide-item { display: none; opacity: 0; transition: opacity 0.6s ease-in-out; width: 100%; animation: slideFadeIn 0.8s ease-out; }
        .hero-slide-item.active { display: block; opacity: 1; }
        @keyframes slideFadeIn { from { opacity: 0; transform: translateY(20px); } to { opacity: 1; transform: translateY(0); } }
        .slider-controls-ui { position: absolute; bottom: 2rem; left: 2rem; right: 2rem; max-width: var(--max-width); margin: 0 auto; display: flex; align-items: center; gap: 2rem; z-index: 20; }
        .slider-nav-btns { display: flex; gap: 10px; }
        .slider-nav-btns button { width: 40px; height: 40px; border-radius: 50%; border: 1px solid #e2e8f0; background: #fff; color: var(--ink); cursor: pointer; transition: all 0.2s; display: flex; align-items: center; justify-content: center; }
        .slider-nav-btns button:hover { background: var(--ti-yellow); border-color: var(--ti-yellow); }
        .slider-progress-track { flex: 1; height: 4px; background: rgba(0,0,0,0.05); border-radius: 4px; overflow: hidden; position: relative; }
        .slider-progress-bar { height: 100%; background: var(--ti-yellow); width: 0%; border-radius: 4px; }
        .animating-progress { animation: progressMove 10s linear forwards; }
        @keyframes progressMove { from { width: 0%; } to { width: 100%; } }
        .hero-grid { display: grid; grid-template-columns: 1.1fr 0.9fr; gap: 4rem; align-items: center; width: 100%; }
        .hero-badge { display: inline-flex; align-items: center; gap: .5rem; padding: .4rem .8rem; border-radius: 999px; background: rgba(13,148,136,.10); color: var(--accent-teal); font-family: var(--font-mono); font-size: .75rem; font-weight: 700; border: 1px solid rgba(13,148,136,.20); margin-bottom: 1.8rem; }
        .hero-title { font-family: var(--font-display); font-size: 4.6rem; font-weight: 900; line-height: .95; letter-spacing: -2px; color: var(--ink); margin-bottom: 1.8rem; }
        .hero-title .outline-text { color: transparent; -webkit-text-stroke: 1px var(--ink); opacity: .30; }
        .hero-desc { font-size: 1.05rem; color: #475569; line-height: 1.7; max-width: 62ch; margin-bottom: 2.2rem; }
        .hero-btns { display: flex; gap: 1rem; align-items: center; flex-wrap: wrap; }
        .btn-primary-hero { padding: 1rem 2.2rem; background: var(--ink); color: #fff; border-radius: 12px; font-weight: 800; border: 1px solid rgba(15,23,42,.08); transition: transform .2s var(--easing), box-shadow .2s var(--easing); display: inline-flex; align-items: center; justify-content: center; }
        .btn-primary-hero:hover { transform: translateY(-2px); box-shadow: 0 18px 40px rgba(15,23,42,.12); }
        .hero-visual { position: relative; height: 600px; display: flex; align-items: center; justify-content: center; perspective: 1500px; }
        .hero-card-3d { width: 380px; height: 540px; background: #fff; border: 1px solid rgba(0,0,0,0.06); border-radius: 20px; box-shadow: 0 25px 50px -12px rgba(0,0,0,0.15); transform-style: preserve-3d; transition: transform .1s ease-out; display: flex; flex-direction: column; align-items: center; justify-content: space-between; padding: 2rem; position: relative; }
        .hero-card-3d::before { content: ""; position: absolute; inset: 0; background-image: radial-gradient(#cbd5e1 1px, transparent 1px); background-size: 20px 20px; opacity: .35; border-radius: 20px; pointer-events: none; }
        .tech-spec-line { width: 100%; display: flex; justify-content: space-between; font-family: var(--font-mono); font-size: .7rem; color: #94a3b8; border-bottom: 1px dashed #e2e8f0; padding-bottom: 5px; transform: translateZ(20px); position: relative; z-index: 2; }
        .status-light { width: 10px; height: 10px; background: #22c55e; border-radius: 50%; box-shadow: 0 0 10px #22c55e; animation: pulse 2s infinite; }
        @keyframes pulse { 0% { opacity: .5 } 50% { opacity: 1 } 100% { opacity: .5 } }
        .hero-product-media { flex: 1; display: flex; align-items: center; justify-content: center; width: 100%; transform: translateZ(60px); position: relative; z-index: 2; }
        .hero-product-media img { max-height: 280px; filter: drop-shadow(0 30px 40px rgba(0,0,0,0.25)); transition: transform .5s; }
        .hero-card-3d:hover img { transform: scale(1.1) translateY(-10px); }
        .hero-card-footer { width: 100%; transform: translateZ(40px); text-align: left; position: relative; z-index: 2; }
        
        /* Modal & Quick View Styles */
        .modal-overlay { position: fixed; inset: 0; background: rgba(15,23,42,.70); backdrop-filter: blur(8px); z-index: 2000; display: none; align-items: center; justify-content: center; opacity: 0; transition: opacity .25s var(--easing); padding: 20px; }
        .modal-overlay.active { display: flex; opacity: 1; }
        .product-modal { background: #fff; width: 100%; max-width: 1100px; height: 90vh; border-radius: 24px; overflow: hidden; box-shadow: 0 25px 50px -12px rgba(0,0,0,0.25); transform: scale(.97); opacity: 0; transition: .35s var(--easing); display: flex; flex-direction: row; }
        .modal-overlay.active .product-modal { transform: scale(1); opacity: 1; }
        .m-close { position: absolute; top: 20px; right: 20px; font-size: 1.5rem; cursor: pointer; color: #94a3b8; transition: .2s; z-index: 50; background: rgba(255,255,255,0.8); border-radius: 50%; padding: 5px; }
        .m-close:hover { color: #ef4444; background: #fff; }
        
        .tech-layout, .quick-layout { display: flex; width: 100%; height: 100%; overflow: hidden; }
        .tech-visual, .quick-visual { width: 40%; background: #f8fafc; border-right: 1px solid #f0f0f0; display: flex; flex-direction: column; align-items: center; justify-content: center; padding: 2rem; position: relative; }
        .quick-visual { width: 50%; background: #fff; }
        .main-img-container { flex: 1; display: flex; align-items: center; justify-content: center; width: 100%; max-height: 80%; }
        img.main-img { max-height: 100%; max-width: 100%; mix-blend-mode: multiply; object-fit: contain; transition: opacity 0.2s ease; }
        .thumb-strip { display: flex; gap: 10px; margin-top: 15px; overflow-x: auto; max-width: 100%; padding: 5px; }
        .thumb-btn { width: 50px; height: 50px; border: 1px solid #e2e8f0; border-radius: 8px; padding: 3px; cursor: pointer; background: #fff; transition: .2s; opacity: 0.7; }
        .thumb-btn:hover { border-color: var(--ti-yellow); opacity: 1; transform: scale(1.05); }
        .thumb-btn img { width: 100%; height: 100%; object-fit: contain; mix-blend-mode: multiply; }
        .tech-info, .quick-info { width: 60%; padding: 2.5rem; overflow-y: auto; height: 100%; overscroll-behavior: contain; }
        .quick-info { width: 50%; display: flex; flex-direction: column; justify-content: center; background: #fdfdfd; }
        .tech-title { font-family: var(--font-display); font-size: 2.2rem; margin-bottom: 1rem; line-height: 1.1; color: #111; }
        .tech-table { width: 100%; border-collapse: collapse; margin-bottom: 2rem; font-size: 0.9rem; }
        .tech-table th { text-align: left; padding: 12px 0; color: #64748b; font-weight: 600; border-bottom: 1px solid #f1f5f9; width: 150px; }
        .tech-table td { padding: 12px 0; border-bottom: 1px solid #f1f5f9; color: #334155; }
        
        /* Pagination & Saved */
        .pagination-toolbar { display: flex; justify-content: space-between; align-items: center; margin-top: 3rem; padding-top: 1.5rem; border-top: 1px solid #e2e8f0; flex-wrap: wrap; gap: 1rem; }
        .ipp-wrapper { display: flex; align-items: center; gap: 10px; font-family: var(--font-mono); font-size: 0.85rem; color: var(--muted); }
        .ipp-select { padding: 6px 12px; border-radius: 8px; border: 1px solid #e2e8f0; background: #fff; color: var(--ink); font-weight: 700; cursor: pointer; outline: none; transition: .2s; }
        .pagination { display: flex; gap: 6px; align-items: center; }
        .page-btn { min-width: 36px; height: 36px; padding: 0 10px; display: flex; align-items: center; justify-content: center; border-radius: 8px; border: 1px solid #e2e8f0; background: #fff; color: var(--ink); font-weight: 600; font-size: 0.9rem; cursor: pointer; transition: all .2s; font-family: var(--font-mono); }
        .page-btn:hover:not(.disabled) { border-color: var(--ti-yellow); background: #fffcf0; }
        .page-btn.active { background: var(--ti-yellow); border-color: var(--ti-yellow); color: #111; }
        .saved-toggle { height: 46px; border-radius: 12px; border: 1px solid #e2e8f0; background: #fff; padding: 0 .9rem; display: flex; align-items: center; gap: 10px; font-weight: 900; cursor: pointer; transition: .2s; user-select: none; }
        .saved-toggle:hover { border-color: var(--ti-yellow); }
        .saved-toggle.active { border-color: rgba(242,201,76,0.9); box-shadow: 0 0 0 3px rgba(242,201,76,0.15); }
        .bookmark-btn { width: 40px; height: 40px; display: flex; align-items: center; justify-content: center; border: 1px solid #e2e8f0; background: #fff; border-radius: 12px; cursor: pointer; transition: .2s; color: #94a3b8; }
        .bookmark-btn:hover { border-color: var(--ti-yellow); color: #111; }
        .bookmark-btn.is-saved { background: rgba(242,201,76,0.20); border-color: rgba(242,201,76,0.65); color: #111; }
        
        /* List View */
        .view-toggles { display: flex; background: #f1f5f9; padding: 4px; border-radius: 10px; gap: 4px; border: 1px solid #e2e8f0; }
        .view-btn { width: 32px; height: 32px; border: none; border-radius: 8px; background: transparent; color: #64748b; cursor: pointer; display: flex; align-items: center; justify-content: center; transition: all 0.2s ease; }
        .view-btn:hover { color: #111; background: #fff; }
        .view-btn.active { background: #fff; color: #111; box-shadow: 0 2px 5px rgba(0,0,0,0.05); font-weight: bold; }
        .products-grid.list-view { grid-template-columns: 1fr !important; gap: 1.5rem; }
        .products-grid.list-view .product-card { flex-direction: row; height: 200px; align-items: stretch; }
        .products-grid.list-view .card-img-container { width: 260px; height: 100%; margin-top: 0; border-radius: 16px 0 0 16px; flex-shrink: 0; }
        .products-grid.list-view .card-body { flex-direction: row; padding: 1.5rem; align-items: center; justify-content: space-between; gap: 2rem; }
        .products-grid.list-view .card-info-col { flex: 1; display: flex; flex-direction: column; justify-content: center; }
        .products-grid.list-view .card-action-col { display: flex; flex-direction: column; align-items: flex-end; justify-content: center; gap: 1rem; min-width: 200px; border-left: 1px dashed #e2e8f0; padding-left: 2rem; height: 100%; }
        
        /* Marquee */
        .marquee-container { width: 100%; overflow: hidden; background: var(--ink); color: #fff; padding: 1.5rem 0; margin-top: 0; margin-bottom: -1px; position: relative; z-index: 10; }
        .marquee-content { display: flex; gap: 4rem; animation: scrollMarquee 25s linear infinite; white-space: nowrap; }
        .marquee-item { font-family: var(--font-display); font-weight: 800; font-size: 1.1rem; text-transform: uppercase; display: flex; align-items: center; gap: 1rem; opacity: .92; }
        .marquee-item i { color: var(--ti-yellow); font-size: .8rem; }
        @keyframes scrollMarquee { from { transform: translateX(0) } to { transform: translateX(-50%) } }

        @media (max-width: 900px) {
            .advanced-filter-row { grid-template-columns:repeat(2,minmax(0,1fr)); }
            .product-modal { height: 90vh; flex-direction: column; }
            .tech-layout, .quick-layout { flex-direction: column; }
            .tech-visual, .quick-visual { width: 100%; height: 300px; flex-shrink: 0; border-right: none; border-bottom: 1px solid #f0f0f0; }
            .tech-info, .quick-info { width: 100%; padding: 1.5rem; overflow-y: auto; flex: 1; }
            .hero-section { min-height: auto; margin-top: 2rem; padding: 3rem 1.25rem 5.5rem; }
            .hero-slides-wrapper { min-height: 0; }
            .hero-slide-item .hero-grid { grid-template-columns: 1fr; text-align: center; gap: 2rem; }
            .hero-grid > *, .hero-text { min-width: 0; width: 100%; }
            .hero-title { max-width: 100%; font-size: clamp(2.75rem, 11vw, 4rem); line-height: 1; letter-spacing: -1.5px; overflow-wrap: anywhere; }
            .hero-desc { max-width: 100%; margin-right: auto; margin-left: auto; overflow-wrap: anywhere; }
            .hero-btns { justify-content: center; }
            .hero-visual { width: 100%; height: auto; min-height: 500px; }
            .hero-card-3d { width: min(380px, 100%); }
            .slider-controls-ui { bottom: 10px; }
        }
        @media (max-width: 768px) {
            .advanced-filter-row { grid-template-columns:1fr; }
            .f-grid { grid-template-columns: 1fr 1fr; }
            .products-grid.list-view .product-card { flex-direction: column; height: auto; }
            .products-grid.list-view .card-img-container { width: 100%; height: 220px; border-radius: 16px 16px 0 0; }
            .products-grid.list-view .card-body { flex-direction: column; padding: 1.3rem; align-items: stretch; gap: 0; }
            .products-grid.list-view .card-action-col { border-left: none; padding-left: 0; align-items: stretch; margin-top: 1rem; }
        }

        @media (max-width: 480px) {
            .hero-section { padding: 2.25rem 1rem 5rem; }
            .hero-badge { max-width: 100%; justify-content: center; margin-bottom: 1.25rem; white-space: normal; line-height: 1.35; }
            .hero-title { font-size: clamp(2.35rem, 12vw, 3.25rem); line-height: 1.02; letter-spacing: -1px; margin-bottom: 1.25rem; }
            .hero-desc { font-size: .95rem; line-height: 1.6; margin-bottom: 1.75rem; }
            .hero-visual { min-height: 440px; }
            .hero-card-3d { height: 420px; padding: 1.25rem; }
            .hero-product-media img { max-height: 220px; }
            .slider-controls-ui { right: 1rem; left: 1rem; gap: 1rem; }
        }
