/* Alagheza taxonomy-category — from: alagheza_marketplace_tvs_category_backend_schema_speed_fixed.html */
:root{
      --ag-blue:#0b57d0;
      --ag-blue-dark:#073f9e;
      --ag-cyan:#eaf5ff;
      --ag-soft:#f5f8fc;
      --ag-border:#dbe5f1;
      --ag-text:#102033;
      --ag-muted:#627287;
      --ag-green:#13a36f;
      --ag-orange:#f59e0b;
      --ag-red:#ef4444;
      --ag-card:#ffffff;
      --shadow:0 14px 35px rgba(15,35,65,.08);
      --radius:22px;
    }
    *{box-sizing:border-box}
    body{margin:0;font-family:'Tajawal',Arial,sans-serif;background:var(--ag-soft);color:var(--ag-text);line-height:1.75}
    a{text-decoration:none;color:inherit}
    img{max-width:100%;display:block}
    .container{width:min(1180px,calc(100% - 32px));margin:auto}
    .announce-strip{background:#071b3a;color:#dce9ff;font-size:13px;padding:8px 0}
    .announce-strip .container{display:flex;justify-content:space-between;gap:16px;align-items:center}
    .header{background:#fff;border-bottom:1px solid var(--ag-border);position:sticky;top:0;z-index:50}
    .nav{height:76px;display:flex;align-items:center;justify-content:space-between;gap:18px}
    .logo{display:flex;align-items:center;gap:10px;font-weight:900;font-size:26px;color:var(--ag-blue)}
    .logo-mark{width:42px;height:42px;border-radius:14px;background:linear-gradient(135deg,var(--ag-blue),#25b8ff);display:grid;place-items:center;color:#fff;font-weight:900}
    .nav-links{display:flex;gap:18px;font-weight:700;color:#26384d;font-size:15px}
    .header-actions{display:flex;gap:10px;align-items:center}
    .btn{border:0;border-radius:999px;padding:12px 18px;font-family:inherit;font-weight:800;cursor:pointer;display:inline-flex;align-items:center;gap:8px;white-space:nowrap}
    .btn-primary{background:var(--ag-blue);color:#fff;box-shadow:0 10px 24px rgba(11,87,208,.2)}
    .btn-light{background:#eef5ff;color:var(--ag-blue)}
    .btn-outline{background:#fff;border:1px solid var(--ag-border);color:var(--ag-text)}
    .hero{padding:34px 0 18px;background:linear-gradient(180deg,#fff 0%,#eef6ff 100%)}
    .breadcrumbs{font-size:13px;color:var(--ag-muted);margin-bottom:16px}
    .hero-grid{display:grid;grid-template-columns:1.35fr .65fr;gap:22px;align-items:stretch}
    .hero-card{background:#fff;border:1px solid var(--ag-border);border-radius:30px;padding:32px;box-shadow:var(--shadow);position:relative;overflow:hidden}
    .hero-card:after{content:"";position:absolute;left:-80px;top:-80px;width:240px;height:240px;background:#dff0ff;border-radius:50%;opacity:.8}
    .eyebrow{display:inline-flex;align-items:center;gap:8px;background:#eaf5ff;color:var(--ag-blue);padding:8px 14px;border-radius:999px;font-size:13px;font-weight:800;margin-bottom:14px}
    h1{margin:0 0 12px;font-size:38px;line-height:1.25;letter-spacing:-.5px}
    .hero p{margin:0 0 18px;color:var(--ag-muted);font-size:17px;max-width:720px}
    .hero-actions{display:flex;gap:10px;flex-wrap:wrap}
    .hero-stats{display:grid;grid-template-columns:repeat(3,1fr);gap:10px;margin-top:22px}
    .stat{background:#f8fbff;border:1px solid var(--ag-border);border-radius:18px;padding:14px}
    .stat strong{display:block;font-size:22px;color:#071b3a;line-height:1.2}
    .stat span{font-size:12px;color:var(--ag-muted);font-weight:700}
    .side-panel{display:grid;gap:14px}
    .trust-card{background:#071b3a;color:#fff;border-radius:26px;padding:24px;box-shadow:var(--shadow);min-height:180px}
    .trust-card h3{margin:0 0 10px;font-size:22px}
    .trust-card p{color:#cfe1ff;margin:0;font-size:15px}
    .mini-card{background:#fff;border:1px solid var(--ag-border);border-radius:22px;padding:18px;box-shadow:var(--shadow)}
    .mini-card strong{display:block;margin-bottom:4px}
    .layout{display:grid;grid-template-columns:300px 1fr;gap:22px;padding:26px 0 40px;align-items:start}
    .filters{background:#fff;border:1px solid var(--ag-border);border-radius:26px;padding:20px;box-shadow:var(--shadow);position:sticky;top:96px}
    .filters h2{font-size:20px;margin:0 0 16px}
    .filter-group{border-top:1px solid #eef2f7;padding-top:16px;margin-top:16px}
    .filter-group:first-of-type{border-top:0;padding-top:0;margin-top:0}
    .filter-title{font-weight:900;margin-bottom:10px;color:#172842}
    .chips{display:flex;flex-wrap:wrap;gap:8px}
    .chip{border:1px solid var(--ag-border);background:#fff;border-radius:999px;padding:8px 12px;font-size:13px;font-weight:700;color:#334155;cursor:pointer}
    .chip.active{background:var(--ag-blue);border-color:var(--ag-blue);color:#fff}
    .field{width:100%;border:1px solid var(--ag-border);border-radius:14px;padding:12px;font-family:inherit;background:#f9fbff;color:#1f2937;margin-bottom:8px}
    .filter-actions{display:grid;gap:10px;margin-top:18px}
    .content-head{background:#fff;border:1px solid var(--ag-border);border-radius:24px;padding:18px;box-shadow:var(--shadow);display:flex;align-items:center;justify-content:space-between;gap:14px;margin-bottom:18px}
    .content-head h2{margin:0;font-size:22px}
    .content-head p{margin:2px 0 0;color:var(--ag-muted);font-size:14px}
    .sort{display:flex;gap:10px;align-items:center}
    .listings{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}
    .product-card{background:#fff;border:1px solid var(--ag-border);border-radius:24px;overflow:hidden;box-shadow:var(--shadow);transition:.2s ease;position:relative}
    .product-card:hover{transform:translateY(-3px);box-shadow:0 18px 40px rgba(15,35,65,.12)}
    .badge{position:absolute;top:12px;right:12px;z-index:2;background:#fff;color:var(--ag-blue);border-radius:999px;padding:6px 10px;font-size:12px;font-weight:900;box-shadow:0 8px 18px rgba(0,0,0,.08)}
    .image-wrap{height:170px;background:linear-gradient(135deg,#dcecff,#f9fbff);display:grid;place-items:center;position:relative}
    .tv-illustration{width:78%;height:92px;border:10px solid #172842;border-radius:12px;background:linear-gradient(135deg,#1e3a8a,#38bdf8);box-shadow:0 16px 28px rgba(15,35,65,.18);position:relative}
    .tv-illustration:after{content:"";position:absolute;width:80px;height:8px;background:#172842;bottom:-24px;left:50%;transform:translateX(-50%);border-radius:99px}
    .card-body{padding:16px}
    .card-title{font-size:17px;font-weight:900;line-height:1.45;margin-bottom:8px;min-height:48px}
    .price{font-size:22px;font-weight:900;color:#071b3a;margin-bottom:8px}
    .meta{display:flex;flex-wrap:wrap;gap:7px;margin-bottom:12px}
    .meta span{background:#f1f6ff;border:1px solid #e4edf8;color:#516174;padding:5px 8px;border-radius:999px;font-size:12px;font-weight:700}
    .seller{display:flex;align-items:center;justify-content:space-between;border-top:1px solid #eef2f7;padding-top:12px;margin-top:8px;color:var(--ag-muted);font-size:13px;font-weight:700}
    .verified{color:var(--ag-green);font-weight:900}
    .card-actions{display:grid;grid-template-columns:1fr auto;gap:8px;margin-top:12px}
    .small-btn{border:0;border-radius:14px;padding:10px 12px;font-family:inherit;font-weight:900;cursor:pointer;background:#eef5ff;color:var(--ag-blue)}
    .small-btn.main{background:var(--ag-blue);color:#fff}
    .sections{display:grid;gap:18px;margin-top:20px}
    .section-card{background:#fff;border:1px solid var(--ag-border);border-radius:26px;padding:22px;box-shadow:var(--shadow)}
    .section-title{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-bottom:16px}
    .section-title h2{margin:0;font-size:23px}
    .horizontal-cards{display:grid;grid-template-columns:repeat(3,1fr);gap:14px}
    .info-card{background:#f8fbff;border:1px solid var(--ag-border);border-radius:20px;padding:18px}
    .info-card .icon{width:42px;height:42px;border-radius:14px;background:#eaf5ff;color:var(--ag-blue);display:grid;place-items:center;font-size:20px;margin-bottom:12px}
    .info-card h3{margin:0 0 8px;font-size:18px}
    .info-card p{margin:0;color:var(--ag-muted);font-size:14px}
    .price-strip{display:grid;grid-template-columns:1fr 1fr 1fr;gap:12px}
    .price-box{border-radius:18px;border:1px solid var(--ag-border);padding:16px;background:#fff}
    .price-box strong{display:block;font-size:20px;color:#071b3a}.price-box span{color:var(--ag-muted);font-size:13px;font-weight:700}
    .faq details{background:#f8fbff;border:1px solid var(--ag-border);border-radius:16px;padding:14px 16px;margin-bottom:10px}
    .faq summary{font-weight:900;cursor:pointer}.faq p{color:var(--ag-muted);margin:10px 0 0}
    .mobile-filter-btn{display:none}
    .footer{background:#071b3a;color:#dce9ff;margin-top:30px;padding:38px 0 22px}
    .footer-grid{display:grid;grid-template-columns:1.2fr repeat(3,1fr);gap:22px}
    .footer h3{color:#fff;margin:0 0 12px}.footer p,.footer a{color:#c7d9f3;font-size:14px}.footer a{display:block;margin:8px 0}.copyright{border-top:1px solid rgba(255,255,255,.12);margin-top:24px;padding-top:16px;color:#9fb7d7;font-size:13px;text-align:center}
    @media(max-width:980px){
      .announce-strip,.nav-links{display:none}.nav{height:68px}.logo{font-size:22px}.header-actions .btn-light{display:none}.hero-grid,.layout{grid-template-columns:1fr}.filters{display:none;position:fixed;inset:80px 16px auto 16px;z-index:80;max-height:80vh;overflow:auto}.filters.open{display:block}.mobile-filter-btn{display:inline-flex}.listings{grid-template-columns:repeat(2,1fr)}.horizontal-cards,.price-strip{grid-template-columns:1fr 1fr}.hero-card{padding:24px}h1{font-size:30px}.hero-stats{grid-template-columns:1fr 1fr 1fr}.content-head{align-items:flex-start;flex-direction:column}.sort{width:100%}.sort .field{margin:0}.side-panel{grid-template-columns:1fr 1fr}.footer-grid{grid-template-columns:1fr 1fr}
    }
    @media(max-width:640px){
      .container{width:min(100% - 22px,1180px)}.hero{padding-top:20px}.hero-card{border-radius:22px;padding:20px}.eyebrow{font-size:12px}h1{font-size:25px}.hero p{font-size:15px}.hero-actions .btn{width:100%;justify-content:center}.hero-stats{grid-template-columns:1fr;gap:8px}.side-panel{grid-template-columns:1fr}.layout{padding-top:18px}.listings{grid-template-columns:1fr}.image-wrap{height:155px}.horizontal-cards,.price-strip{display:flex;overflow-x:auto;scroll-snap-type:x mandatory;padding-bottom:4px}.info-card,.price-box{min-width:78%;scroll-snap-align:start}.section-card{padding:18px;border-radius:22px}.content-head h2,.section-title h2{font-size:20px}.footer-grid{grid-template-columns:1fr}.header-actions .btn-primary{padding:10px 12px;font-size:13px}.logo-mark{width:36px;height:36px}.card-title{min-height:auto}.mobile-sticky{position:sticky;bottom:10px;z-index:40;display:grid;grid-template-columns:1fr 1fr;gap:8px;margin-top:12px}.mobile-sticky .btn{justify-content:center;padding:12px 10px}
    }
.market-filters {
  background:#fff;border:1px solid var(--ag-border);border-radius:26px;padding:20px;box-shadow:var(--shadow);position:sticky;top:96px
}
.market-filter-group {
  border-top:1px solid #eef2f7;padding-top:16px;margin-top:16px
}
.product-grid {
  display:grid;grid-template-columns:repeat(3,1fr);gap:16px
}
.market-listings {
  display:grid;grid-template-columns:repeat(3,1fr);gap:16px
}
.product-title {
  font-size:17px;font-weight:900;line-height:1.45;margin-bottom:8px;min-height:48px
}
.market-card-title {
  font-size:17px;font-weight:900;line-height:1.45;margin-bottom:8px;min-height:48px
}
.media {
  height:172px;background:#edf3f7;position:relative;overflow:hidden
}
.media img{width:100%;height:100%;object-fit:cover}
.product-media {
  height:170px;background:linear-gradient(135deg,#dcecff,#f9fbff);display:grid;place-items:center;position:relative
}
.price-row {
  display:grid;grid-template-columns:1fr 1fr;gap:8px
}
.product-price-row {
  display:grid;grid-template-columns:1fr 1fr 1fr;gap:12px
}
.price-tag {
  border-radius:18px;border:1px solid var(--ag-border);padding:16px;background:#fff
}
.product-price-tag {
  border-radius:18px;border:1px solid var(--ag-border);padding:16px;background:#fff
}
.mobile-filter {
  display:none
}
.filter-toggle {
  display:none
}
.breadcrumb {
  font-size:13px;color:var(--ag-muted);margin-bottom:16px
}

/* ── Filter Backdrop ── */
.filter-backdrop{display:none;position:fixed;inset:0;background:rgba(16,24,40,.54);z-index:68;backdrop-filter:blur(2px)}
.filter-backdrop.show{display:block}

/* ── Filter Header / Controls ── */
.filter-head{display:flex;align-items:center;justify-content:space-between;margin-bottom:12px}
.filter-head h2{font-size:20px;margin:0;color:var(--ag-blue-dark,#073f9e)}
.filter-head-actions{display:flex;align-items:center;gap:10px}
.filter-clear{color:#0B5CFF;font-weight:900;font-size:13px}
.filter-close{display:none;width:34px;height:34px;border:1px solid var(--ag-border);border-radius:50%;background:#fff;color:#344054;cursor:pointer;font-weight:900;font-size:18px;place-items:center}

/* ── Form Controls ── */
.market-filters .field{margin-bottom:13px;background:transparent;border:0;padding:0}
.market-filters .field label{display:block;font-weight:900;color:#344054;margin-bottom:7px;font-size:13px}
.market-select,.market-input{width:100%;height:42px;border:1px solid var(--ag-border);border-radius:12px;background:#fff;padding:0 12px;font-family:inherit;color:#344054;outline:none}
.checks{display:grid;grid-template-columns:1fr 1fr;gap:8px}
.checks label{font-weight:700;font-size:12px;color:#475467;margin:0;display:flex;gap:6px;align-items:center;cursor:pointer}
.apply-filter{width:100%;height:46px;border:0;border-radius:12px;background:var(--ag-blue-dark,#073f9e);color:#fff;font-family:inherit;font-weight:900;font-size:14px;margin-top:6px;cursor:pointer}

/* ── Products Page Container ── */
.products-page{min-width:0}
.products-page .product-grid{display:grid!important;grid-template-columns:repeat(3,minmax(0,1fr))!important;gap:16px!important}

/* ── Tab Navigation ── */
.tab-nav{display:flex;gap:0;margin-bottom:18px;background:#fff;border:1px solid var(--ag-border);border-radius:24px;overflow:hidden;box-shadow:var(--shadow)}
.tab-nav a{flex:1;text-align:center;padding:14px 18px;font-weight:900;font-size:15px;color:var(--ag-muted);transition:.2s;border-bottom:3px solid transparent}
.tab-nav a.active{color:var(--ag-blue-dark,#073f9e);border-bottom-color:var(--ag-blue-dark,#073f9e);background:#f8fbff}
.tab-count{display:inline-flex;align-items:center;justify-content:center;background:#eef5ff;color:var(--ag-blue-dark,#073f9e);border-radius:999px;padding:2px 8px;font-size:12px;margin-inline-start:6px;font-weight:800}
.tab-nav a.active .tab-count{background:var(--ag-blue-dark,#073f9e);color:#fff}

/* ── Layout Modifier ── */
.layout--guides .products-page{grid-column:1/-1}

/* ── Guide Grid ── */
.guide-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}
.guide-card{display:flex;align-items:flex-start;justify-content:space-between;gap:14px;background:#fff;border:1px solid var(--ag-border);border-radius:24px;padding:20px;box-shadow:var(--shadow);transition:.2s ease}
.guide-card:hover{transform:translateY(-3px);box-shadow:0 18px 40px rgba(15,35,65,.12)}
.guide-card h3{margin:0 0 8px;font-size:17px;line-height:1.45;color:#13263a}
.guide-card p{margin:0 0 12px;color:var(--ag-muted);font-size:14px;line-height:1.7}
.guide-card .read{color:var(--ag-blue);font-weight:900;font-size:13px}
.guide-card .thumb{width:48px;height:48px;border-radius:16px;background:#eaf5ff;display:grid;place-items:center;font-size:24px;flex-shrink:0}

/* ── No Results ── */
.no-results{background:#fff;border:1px solid var(--ag-border);border-radius:24px;padding:40px 24px;text-align:center;box-shadow:var(--shadow)}
.no-results h3{margin:0 0 10px;font-size:20px;color:#13263a}
.no-results p{margin:0 0 18px;color:var(--ag-muted);font-size:15px}
.no-results .btn{display:inline-flex}

/* ── Product Card Featured ── */
.products-page .product-card.featured{border:2px solid #f5c15e;background:linear-gradient(180deg,#fffaf0 0%,#fff 34%)}
.badge.featured-badge{background:linear-gradient(135deg,#e69d18,#f6b73c);color:#3a2500}
.badge.verified{right:auto;left:12px;background:var(--ag-green,#13a36f);color:#fff}

/* ── Product Card Inner Elements ── */
.products-page .product-card .cat{display:flex;align-items:center;justify-content:space-between;color:var(--ag-muted);font-size:13px;font-weight:800;margin-bottom:8px;gap:8px}
.products-page .product-card .cat .condition{color:#087ea4;font-size:13px;font-weight:800}
.products-page .product-card .old-price{font-size:13px;color:var(--ag-muted);text-decoration:line-through;margin-inline-start:6px;font-weight:700}
.products-page .product-card .details{display:grid;grid-template-columns:1fr 1fr;gap:8px;margin:12px 0}
.products-page .product-card .detail{background:#f7fafc;border:1px solid var(--ag-border);border-radius:13px;padding:9px;font-size:12px;color:#526071;font-weight:800}
.products-page .product-card .seller-info{font-size:13px;color:#4b5563;font-weight:800}
.products-page .product-card .seller-info span{display:block;color:var(--ag-muted);font-size:12px;margin-top:3px}

/* ── Pagination ── */
.pagination{display:flex;align-items:center;justify-content:center;gap:8px;margin-top:22px;flex-wrap:wrap}
.pagination .page-numbers{display:inline-flex;align-items:center;justify-content:center;min-width:42px;height:42px;padding:0 12px;border-radius:14px;background:#fff;border:1px solid var(--ag-border);font-weight:900;color:#475467;box-shadow:0 6px 14px rgba(16,24,40,.04);font-size:14px;transition:.2s}
.pagination .page-numbers.current{background:var(--ag-blue-dark,#073f9e);color:#fff;border-color:var(--ag-blue-dark,#073f9e)}
.pagination .page-numbers:hover:not(.current){background:#f8fbff;border-color:#c8d6ea}

/* ── Mobile Sticky Bar (top-level) ── */
.mobile-sticky{display:none}

/* ── Price Index Section ── */
.used-tv-price-index{background:radial-gradient(circle at 8% 12%,rgba(11,92,255,.12),transparent 28%),linear-gradient(135deg,#fff 0%,#F5F9FF 58%,#ECFDF3 100%);overflow:hidden;position:relative}
.price-index-head{display:flex;align-items:flex-start;justify-content:space-between;gap:18px;margin-bottom:18px;position:relative;z-index:1}
.price-index-head h2{margin:6px 0 6px;color:#071b3a;font-size:25px;line-height:1.3}
.price-index-head p{margin:0;color:#667085;font-weight:700;max-width:720px;font-size:14px;line-height:1.8}
.price-index-kicker{display:inline-flex;align-items:center;gap:8px;background:#fff;border:1px solid #DCE8F7;color:var(--ag-blue-dark,#073f9e);border-radius:999px;padding:7px 12px;font-size:12px;font-weight:900;box-shadow:0 8px 18px rgba(16,24,40,.05)}
.price-index-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:14px;position:relative;z-index:1}
.price-index-card{background:rgba(255,255,255,.92);border:1px solid #DDE8F5;border-radius:22px;padding:16px;box-shadow:0 12px 28px rgba(15,35,55,.07);display:flex;gap:13px;align-items:flex-start;position:relative;overflow:hidden;min-height:162px;transition:.2s ease}
.price-index-card:hover{transform:translateY(-3px);box-shadow:0 18px 36px rgba(15,35,55,.11);border-color:#C8D6EA}
.price-index-card.recommended{border:2px solid rgba(246,181,30,.55);background:linear-gradient(180deg,#FFF9EA 0%,#fff 54%)}
.price-index-icon{width:54px;height:54px;border-radius:18px;background:linear-gradient(135deg,var(--ag-blue-dark,#073f9e),#0B5CFF);color:#fff;display:grid;place-items:center;font-size:18px;font-weight:900;flex:0 0 auto;box-shadow:0 12px 22px rgba(11,46,131,.20)}
.premium-range .price-index-icon{background:linear-gradient(135deg,#0B2E83,#6D5DFB)}
.best-entry .price-index-icon{background:linear-gradient(135deg,#0E9F43,#11B981)}
.price-index-content{min-width:0;flex:1}
.price-label{display:block;color:#667085;font-size:13px;font-weight:900;margin-bottom:5px}
.price-index-card strong{display:block;color:#0B2E83;font-size:22px;line-height:1.25;margin-bottom:6px;font-weight:900}
.price-index-card small{display:block;color:#53627A;font-weight:700;line-height:1.6;font-size:12px;min-height:38px}
.price-meter{height:8px;background:#E8EEF7;border-radius:999px;overflow:hidden;margin-top:12px}
.price-meter span{display:block;height:100%;border-radius:999px;background:linear-gradient(90deg,#0E9F43,#0B5CFF)}
.market-tag{position:absolute;top:12px;left:12px;background:linear-gradient(135deg,#F6B51E,#FFD166);color:#3A2500;border-radius:999px;padding:6px 10px;font-size:11px;font-weight:900}
.price-index-note{margin-top:14px;border:1px solid #CFEFD8;background:#F3FBF5;border-radius:16px;padding:12px 14px;color:#245B3A;font-weight:800;line-height:1.8;position:relative;z-index:1}
.price-index-note span{color:var(--ag-green,#13a36f);font-weight:900}

/* ── Mobile Buying Warning ── */
.mobile-buying-warning{display:none}
.mobile-advice-cards{display:none}

/* ── Responsive: 980px ── */
@media(max-width:980px){
  .products-page .product-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important}
  .guide-grid{grid-template-columns:repeat(2,1fr)}
  .market-filters{position:fixed;left:0;right:0;bottom:0;top:auto;max-height:82vh;overflow-y:auto;z-index:69;border-radius:22px 22px 0 0;padding:18px 16px 24px;box-shadow:0 -18px 48px rgba(16,24,40,.28);transform:translateY(110%);transition:transform .28s ease;border:1px solid var(--ag-border)}
  .market-filters.open{transform:translateY(0)}
  .filter-close{display:grid}
  .filter-head{position:sticky;top:-18px;background:#fff;z-index:2;padding:0 0 12px;border-bottom:1px solid #EEF2F7;margin-bottom:12px}
  .filter-backdrop.show{display:block}
  .mobile-filter{display:flex;align-items:center;justify-content:center;position:fixed;right:50%;left:auto;bottom:18px;top:auto;transform:translateX(50%);z-index:70;min-width:168px;background:var(--ag-blue-dark,#073f9e);border-radius:999px;box-shadow:0 14px 34px rgba(11,46,131,.32);overflow:hidden;border:1px solid rgba(255,255,255,.28)}
  .mobile-filter button{height:46px;min-width:168px;border:0;background:transparent;color:#fff;font-weight:900;font-family:inherit;font-size:13px;padding:0 18px;display:flex;align-items:center;justify-content:center;gap:7px;cursor:pointer}
  .price-index-grid{grid-template-columns:1fr}
  .price-index-card{min-height:auto}
  .price-index-head{display:grid;gap:12px}
  .price-index-head h2{font-size:21px}
  .price-index-head p{font-size:13px}
  .mobile-sticky{display:grid;grid-template-columns:1fr 1fr;gap:8px;position:sticky;bottom:10px;z-index:40;margin-top:12px}
  .mobile-sticky .btn{justify-content:center;padding:12px 10px}
  body.filter-open{overflow:hidden}
  body.filter-open .mobile-filter{display:none}
  .pagination{padding-bottom:68px}
}

/* ── Responsive: 768px ── */
@media(max-width:768px){
  .guide-grid{grid-template-columns:1fr}
  .tab-nav a{font-size:13px;padding:12px 10px}
  .products-page .product-card{display:grid;grid-template-columns:104px minmax(0,1fr);border-radius:16px;box-shadow:0 7px 18px rgba(15,35,55,.065);border-color:#E6EDF5}
  .products-page .product-card .media{min-height:158px;height:100%}
  .products-page .product-card .card-body{padding:9px 10px 9px;display:flex;flex-direction:column}
  .products-page .product-card .badge{top:7px;right:7px;padding:4px 7px;font-size:9.5px;line-height:1.2}
  .products-page .product-card .badge.verified{left:7px;right:auto}
  .products-page .product-card .cat{margin-bottom:4px;font-size:10.5px;gap:6px}
  .products-page .product-card .cat .condition{font-size:10.5px}
  .products-page .product-card .product-title{font-size:13.5px;line-height:1.38;margin:0 0 4px;min-height:0;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}
  .products-page .product-card .price{font-size:16.5px;line-height:1.25;margin:0 0 6px}
  .products-page .product-card .details{grid-template-columns:repeat(2,minmax(0,1fr));gap:4px;margin:0 0 6px}
  .products-page .product-card .detail{padding:5px 6px;font-size:10px;line-height:1.25;border-radius:8px;background:#F8FAFC;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
  .products-page .product-card .seller{padding-top:6px;margin-top:auto}
  .products-page .product-card .seller-info{font-size:11px;line-height:1.3}
  .products-page .product-card .seller-info span{font-size:10px;line-height:1.35}
  .products-page .product-card .card-actions{display:grid;grid-template-columns:1fr 74px;gap:6px;margin-top:7px}
  .products-page .product-card .card-actions .btn{min-height:32px;padding:7px 8px;font-size:11px;border-radius:11px;line-height:1.2}
  .product-grid{grid-template-columns:1fr!important}
}

/* ── Responsive: 640px ── */
@media(max-width:640px){
  .products-page .product-grid{grid-template-columns:1fr!important;gap:12px!important}
  .mobile-filter{left:12px;right:auto;transform:none}
  .mobile-sticky{grid-template-columns:1fr}
  .price-index-card{padding:13px;border-radius:18px}
  .price-index-icon{width:46px;height:46px;border-radius:15px;font-size:16px}
  .price-index-card strong{font-size:18px}
  .price-index-card small{min-height:0}
  .market-tag{font-size:10px;padding:5px 8px}
  .price-index-note{font-size:12px;padding:10px 12px}
  .pagination{padding-bottom:76px;margin-top:15px}
}

/* ── Responsive: 390px ── */
@media(max-width:390px){
  .products-page .product-card{grid-template-columns:96px minmax(0,1fr)}
  .products-page .product-card .media{min-height:152px}
  .products-page .product-card .card-body{padding:8px}
  .products-page .product-card .product-title{font-size:13px}
  .products-page .product-card .price{font-size:15.5px}
  .products-page .product-card .card-actions{grid-template-columns:1fr 68px}
}