/* Techub Components
   Consolidated storefront stylesheet. Do not split into versioned files. */

/* ---- ecommerce.css ---- */
/* Techub Ecommerce Layer — isolated from the original service-site styles */
.shop-hero{position:relative;overflow:hidden;background:linear-gradient(90deg,var(--white) 0%,var(--white) 36%,rgba(255,255,255,.76) 54%,rgba(255,255,255,.12) 100%);border-bottom:1px solid var(--line)}
html[data-theme="dark"] .shop-hero{background:linear-gradient(90deg,#0b1220 0%,#0b1220 36%,rgba(11,18,32,.80) 54%,rgba(11,18,32,.18) 100%)}
.shop-hero .hero-image{background:linear-gradient(90deg,rgba(255,255,255,.96),rgba(255,255,255,.35),rgba(255,255,255,.05)),url('../images/hero-hardware.png') center/cover no-repeat}
html[data-theme="dark"] .shop-hero .hero-image{background:linear-gradient(90deg,rgba(11,18,32,.97),rgba(11,18,32,.54),rgba(11,18,32,.08)),url('../images/hero-hardware.png') center/cover no-repeat}
.cart-pill{display:inline-flex;align-items:center;justify-content:center;min-width:24px;height:24px;border-radius:999px;background:var(--blue);color:#fff;font-size:.76rem;font-weight:900;margin-left:6px;padding:0 7px}.commerce-strip{background:var(--dark);color:#fff;padding:10px 0;font-size:.75rem}.commerce-strip .container{display:flex;justify-content:space-between;gap:15px;flex-wrap:wrap}.commerce-strip strong{color:#86bfff}.category-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:15px;margin-top:18px}.category-tile{background:var(--panel);border:1px solid var(--line);box-shadow:var(--shadow);border-radius:8px;overflow:hidden;transition:.2s}.category-tile:hover{transform:translateY(-4px)}.category-tile img{height:116px;object-fit:cover}.category-tile div{padding:16px}.category-tile h3{font-size:.85rem;margin-bottom:5px}.category-tile p{color:var(--muted);font-size:.73rem}.shop-toolbar{display:flex;align-items:center;justify-content:space-between;gap:16px;margin:20px 0}.shop-search{width:min(420px,100%);border:1px solid var(--line);border-radius:999px;padding:11px 18px}.filter-row{display:flex;gap:9px;flex-wrap:wrap;margin:4px 0 18px}.filter-btn{border:1px solid rgba(148,163,184,.24);background:rgba(255,255,255,.86);color:var(--text);border-radius:999px;padding:9px 14px;font-weight:900;cursor:pointer}.filter-btn.active,.filter-btn:hover{background:var(--blue);border-color:var(--blue);color:#fff}.product-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:20px}.product-card{background:var(--panel);border:1px solid rgba(148,163,184,.22);border-radius:14px;box-shadow:0 10px 22px rgba(15,23,42,.075);overflow:hidden;display:flex;flex-direction:column;min-height:100%;transition:.2s}.product-card:hover{transform:translateY(-3px)}.product-media{position:relative;background:var(--light)}.product-media img{height:128px;object-fit:cover}.badge{position:absolute;left:12px;top:12px;background:rgba(7,89,184,.08);color:#0759b8;border-radius:999px;padding:4px 9px;font-size:.68rem;font-weight:900;text-transform:uppercase}.product-body{padding:8px;display:flex;flex-direction:column;gap:4px;flex:1}.product-brand{font-size:.7rem;letter-spacing:.55px;text-transform:uppercase;color:var(--blue);font-weight:900}.product-card h3{font-size:.95rem;line-height:1.2;font-weight:800;min-height:2.4em;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.product-card p{font-size:.70rem;line-height:1.45;color:var(--muted)}.price-row{display:flex;align-items:center;justify-content:space-between;margin-top:auto;padding-top:6px}.price{font-size:1.05rem;font-weight:900;color:var(--text)}.rating{font-size:.66rem;color:#d97706;font-weight:800}.card-actions{display:grid;grid-template-columns:.9fr 1.1fr;gap:6px;margin-top:8px}.mini-btn{border:1px solid var(--blue);background:var(--blue);color:#fff;border-radius:7px;padding:7px 10px;font-size:.72rem;font-weight:800;cursor:pointer}.mini-btn.secondary{background:var(--panel);color:var(--blue);border-color:rgba(7,89,184,.22);grid-template-columns:repeat(6,1fr);gap:12px;margin-top:14px}.brand-chip{border:1px solid var(--line);background:var(--panel);border-radius:8px;padding:16px;text-align:center;font-weight:900;color:var(--muted)}.page-title{padding:38px 0 22px;background:var(--white);border-bottom:1px solid var(--line)}.page-title h1{font-size:2.35rem;line-height:1.1}.page-title p{color:var(--muted);margin-top:8px}.cart-layout,.checkout-layout,.detail-layout{display:grid;grid-template-columns:1.5fr .75fr;gap:19px;align-items:start}.cart-list,.summary-card,.checkout-card,.detail-card{background:var(--panel);border:1px solid var(--line);border-radius:8px;box-shadow:var(--shadow);padding:18px}.cart-item{display:grid;grid-template-columns:90px 1fr auto;gap:14px;align-items:center;border-bottom:1px solid var(--line);padding:10px 0}.cart-item:last-child{border-bottom:0}.cart-item img{height:74px;object-fit:cover;border-radius:8px}.qty-controls{display:flex;align-items:center;gap:5px;margin-top:9px}.qty-controls button{width:28px;height:28px;border:1px solid var(--line);background:var(--panel);color:var(--text);border-radius:6px;cursor:pointer}.summary-line{display:flex;justify-content:space-between;border-bottom:1px solid var(--line);padding:10px 0}.summary-line.total{border-bottom:0;font-size:1.18rem;font-weight:900}.checkout-form{display:grid;gap:12px}.checkout-form label{font-weight:900;font-size:.73rem}.checkout-form input,.checkout-form select,.checkout-form textarea{width:100%}.two-col{display:grid;grid-template-columns:1fr 1fr;gap:12px}.notice{background:rgba(4,91,199,.09);border:1px solid rgba(4,91,199,.20);color:var(--text);border-radius:8px;padding:10px;margin-top:14px}.detail-media img{height:360px;object-fit:cover;border-radius:8px;border:1px solid var(--line);box-shadow:var(--shadow)}.spec-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:10px;margin-top:18px}.spec-grid div{background:var(--light);border:1px solid var(--line);border-radius:9px;padding:10px}.empty-state{text-align:center;color:var(--muted);padding:38px 18px}.empty-state .btn{margin-top:14px}.toast{position:fixed;right:18px;bottom:18px;z-index:90;background:var(--dark);color:#fff;border-radius:8px;padding:10px 16px;box-shadow:var(--shadow);opacity:0;transform:translateY(10px);pointer-events:none;transition:.25s}.toast.show{opacity:1;transform:none}@media(max-width:1050px){.product-grid{grid-template-columns:repeat(3,1fr)}.category-grid{grid-template-columns:repeat(2,1fr)}.brand-row{grid-template-columns:repeat(3,1fr)}.cart-layout,.checkout-layout,.detail-layout{grid-template-columns:1fr}}@media(max-width:650px){.product-grid,.category-grid,.brand-row,.two-col{grid-template-columns:1fr}.shop-toolbar{align-items:stretch;flex-direction:column}.cart-item{grid-template-columns:70px 1fr}.cart-item .line-total{grid-column:2}.product-media img{height:185px}.commerce-strip .container{display:block}.commerce-strip span{display:block;margin:3px 0}}


/* Phase 2 ecommerce buying-experience polish — append-only */
.shop-select{border:1px solid var(--line);border-radius:999px;padding:11px 16px;background:var(--panel);color:var(--text);font:inherit;min-width:170px}.shop-empty{grid-column:1/-1}.detail-layout{grid-template-columns:1fr 1fr}.detail-price{font-size:1.55rem}.purchase-row{display:flex;align-items:end;gap:12px;flex-wrap:wrap;margin:18px 0}.purchase-row label{font-size:.85rem;font-weight:900}.purchase-row input{width:92px;margin-top:6px}.detail-help{margin-top:12px;background:var(--panel);border:1px solid var(--line);border-radius:8px;padding:10px;box-shadow:var(--shadow);display:grid;gap:3px}.detail-help span{color:var(--muted);font-size:.9rem}.product-extra{margin-top:18px;border-top:1px solid var(--line);padding-top:16px}.product-extra h2{font-size:1.15rem;margin:12px 0 8px}.product-extra ul{padding-left:20px;color:var(--muted);display:grid;gap:5px}.product-extra p{color:var(--muted)}.related-products{grid-column:1/-1;margin-top:12px}.related-products h2{margin-bottom:14px}.related-grid{grid-template-columns:repeat(4,1fr)}.remove-btn{width:auto!important;padding:0 10px!important;color:#b91c1c!important}.btn.disabled{opacity:.65;pointer-events:none}@media(max-width:1050px){.detail-layout{grid-template-columns:1fr}.related-grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:650px){.shop-select{width:100%}.related-grid{grid-template-columns:1fr}.purchase-row .btn{width:100%}.detail-media img{height:240px}}


/* Phase 3 conversion + store experience polish — append-only */
.hero-store-card{position:relative}.deal-card{position:absolute;right:22px;bottom:22px;background:rgba(255,255,255,.94);border:1px solid var(--line);box-shadow:var(--shadow);border-radius:14px;padding:18px;width:min(260px,80%);display:grid;gap:5px}.deal-card span{font-size:.66rem;text-transform:uppercase;letter-spacing:.12em;color:var(--blue);font-weight:900}.deal-card strong{font-size:1.05rem}.deal-card em{font-style:normal;font-size:1.4rem;font-weight:900}.deal-card a{font-weight:900;color:var(--blue)}html[data-theme="dark"] .deal-card{background:rgba(15,23,42,.94)}.conversion-band{padding:22px 0;background:var(--dark);color:#fff}.conversion-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:14px}.conversion-grid > div,.conversion-grid > a{background:rgba(255,255,255,.08);border:1px solid rgba(255,255,255,.14);border-radius:8px;padding:12px;color:inherit;transition:.2s ease}.conversion-grid > a:hover{transform:translateY(-2px);border-color:rgba(255,255,255,.32);background:rgba(255,255,255,.12)}.conversion-grid strong,.conversion-grid span{display:block}.conversion-grid span{color:rgba(255,255,255,.72);font-size:.82rem;margin-top:3px}.store-perks{display:flex;gap:10px;flex-wrap:wrap;margin-top:16px}.store-perks span,.stock-row span{background:var(--panel);border:1px solid var(--line);border-radius:999px;padding:6px 10px;font-weight:700;font-size:.66rem}.stock-row{display:flex;justify-content:space-between;gap:5px;margin:8px 0;color:var(--muted)}.sale-note{position:absolute;left:12px;bottom:12px;background:#111827;color:#fff;border-radius:999px;padding:5px 9px;font-size:.7rem;font-weight:900}.card-tools{display:flex;gap:5px;margin-top:8px}.card-tools button{flex:1;border:1px solid var(--line);background:var(--light);color:var(--text);border-radius:999px;padding:6px 8px;font-size:.8rem;font-weight:700;cursor:pointer}.card-tools button:hover{border-color:var(--blue);color:var(--blue)}.two-panel{display:grid;grid-template-columns:1.25fr .75fr;gap:15px;align-items:stretch}.promo-panel,.promo-list{background:var(--panel);border:1px solid var(--line);box-shadow:var(--shadow);border-radius:14px;padding:26px}.promo-panel p{color:var(--muted);margin:10px 0 18px}.promo-list{display:grid;gap:12px}.promo-list div{border:1px solid var(--line);background:var(--light);border-radius:8px;padding:16px}.promo-list strong,.promo-list span{display:block}.promo-list span{color:var(--muted);margin-top:4px}.faq-grid{display:grid;grid-template-columns:.8fr 1.2fr;gap:19px}.muted-copy,.faq-list p{color:var(--muted)}.faq-list{display:grid;gap:10px}.faq-list details{background:var(--panel);border:1px solid var(--line);border-radius:8px;padding:16px;box-shadow:var(--shadow)}.faq-list summary{cursor:pointer;font-weight:900}.review-blocks{display:grid;grid-template-columns:1fr 1fr;gap:10px;margin:10px 0}.review-blocks div{border:1px solid var(--line);background:var(--light);border-radius:8px;padding:10px}.review-blocks strong,.review-blocks span{display:block}.review-blocks span{color:var(--muted);margin-top:4px}.recently-viewed{margin-top:24px}.mini-cart{position:fixed;right:18px;bottom:18px;z-index:80}.mini-cart-toggle{border:0;background:var(--blue);color:#fff;border-radius:999px;padding:10px 16px;font-weight:900;box-shadow:var(--shadow);cursor:pointer}.mini-cart-toggle span{display:inline-flex;margin-left:6px;background:#fff;color:var(--blue);border-radius:999px;min-width:24px;height:24px;align-items:center;justify-content:center}.mini-cart-panel{display:none;position:absolute;right:0;bottom:56px;width:290px;background:var(--panel);border:1px solid var(--line);border-radius:14px;box-shadow:var(--shadow);padding:16px}.mini-cart.open .mini-cart-panel{display:grid;gap:5px}.mini-cart-panel p{font-size:.73rem;color:var(--muted);border-bottom:1px solid var(--line);padding-bottom:8px;margin:0}@media(max-width:900px){.conversion-grid,.two-panel,.faq-grid{grid-template-columns:1fr 1fr}.mini-cart{right:12px;bottom:12px}}@media(max-width:650px){.conversion-grid,.two-panel,.faq-grid,.review-blocks{grid-template-columns:1fr}.deal-card{position:static;margin:18px}.mini-cart-panel{width:calc(100vw - 28px);right:-4px}.hero-store-card{min-height:330px}}


/* Phase 4 store tools */
.saved-card .product-media .badge{background:#1f7a4d;}
.compare-table-wrap{overflow-x:auto;border:1px solid rgba(20,30,50,.12);border-radius:22px;background:var(--card-bg,#fff);box-shadow:0 14px 35px rgba(20,30,50,.08)}
.compare-table{width:100%;border-collapse:collapse;min-width:760px;}
.compare-table th,.compare-table td{padding:18px;border-bottom:1px solid rgba(20,30,50,.1);text-align:left;vertical-align:top;}
.compare-table th:first-child,.compare-table td:first-child{font-weight:800;color:var(--heading,#101828);width:150px;}
.compare-table th img{display:block;width:120px;height:86px;object-fit:cover;border-radius:16px;margin-bottom:10px;background:#f3f6fb;}
.compare-table th span{display:block;color:var(--muted,#667085);font-size:.82rem;margin-top:3px;}
.compare-table .mini-btn{margin:4px 4px 4px 0;}
.confirmation-layout{display:grid;grid-template-columns:minmax(0,1.5fr) minmax(280px,.7fr);gap:20px;align-items:start;}
.confirmation-lines{margin:18px 0;padding:16px;border-radius:18px;background:rgba(20,30,50,.04);}
.checkout-card .notice strong{letter-spacing:.04em;}
@media (max-width: 820px){.confirmation-layout{grid-template-columns:1fr}.compare-table{min-width:680px}}

/* Phase 5 checkout confidence + customer tools — append-only */
.promo-box{margin-top:14px;padding:10px;border:1px dashed var(--line);border-radius:8px;background:var(--light);display:grid;gap:10px}.promo-box label{font-weight:900;font-size:.73rem}.promo-box input{margin-top:6px}.promo-box div{display:flex;gap:5px;flex-wrap:wrap}.promo-box small{color:var(--muted)}.discount-line strong{color:#15803d}.deal-banner{display:flex;justify-content:space-between;align-items:center;gap:15px;background:var(--panel);border:1px solid var(--line);box-shadow:var(--shadow);border-radius:16px;padding:24px;margin-bottom:24px}.deal-banner p{color:var(--muted);margin-top:8px}.order-history-layout{display:grid;grid-template-columns:minmax(0,1.3fr) minmax(280px,.7fr);gap:20px;align-items:start}.order-card{background:var(--panel);border:1px solid var(--line);border-radius:16px;box-shadow:var(--shadow);padding:22px;display:grid;gap:10px}.policy-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:15px}.policy-card{background:var(--panel);border:1px solid var(--line);box-shadow:var(--shadow);border-radius:16px;padding:24px}.policy-card p{color:var(--muted);margin-top:8px}@media(max-width:820px){.deal-banner,.order-history-layout,.policy-grid{grid-template-columns:1fr;display:grid}.deal-banner{align-items:start}}


/* Phase 6: store backbone/admin utilities */
.admin-panel{padding:90px 0;background:#f7f9fc;min-height:70vh}.admin-toolbar{display:flex;gap:12px;flex-wrap:wrap;align-items:center;margin:24px 0}.admin-toolbar input,.admin-toolbar select{padding:10px 14px;border:1px solid #d8e0ec;border-radius:8px;background:#fff}.catalog-stats{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:14px;margin:20px 0}.catalog-stats div{background:#fff;border:1px solid #e6ecf5;border-radius:18px;padding:18px;box-shadow:0 12px 30px rgba(20,39,74,.06)}.catalog-stats strong{display:block;font-size:28px}.catalog-stats span{color:#65758b}.table-shell{overflow:auto;background:#fff;border:1px solid #e6ecf5;border-radius:20px;box-shadow:0 12px 30px rgba(20,39,74,.06)}.catalog-table{width:100%;border-collapse:collapse;min-width:900px}.catalog-table th,.catalog-table td{padding:11px;border-bottom:1px solid #eef2f7;text-align:left;vertical-align:middle}.catalog-table td span{display:block;color:#65758b;font-size:13px;margin-top:4px}.catalog-table input,.catalog-table select{width:120px;padding:9px;border:1px solid #d8e0ec;border-radius:8px}.schema-note{margin-top:22px;background:#0f172a;color:#dbeafe;border-radius:18px;padding:20px}.schema-note code{color:#93c5fd}@media(max-width:760px){.catalog-stats{grid-template-columns:repeat(2,minmax(0,1fr))}}

/* Phase 7 commerce engine polish */
.order-card-head{display:flex;justify-content:space-between;gap:15px;align-items:flex-start;border-bottom:1px solid var(--line);padding-bottom:12px;margin-bottom:8px}
.order-card-head h2{margin:4px 0}
.order-card-head p{color:var(--muted)}
.order-card+.order-card{margin-top:16px}
.stock-row span:first-child{font-weight:900}
@media(max-width:640px){.order-card-head{display:grid}.order-card-head>strong{font-size:1.15rem}}

/* Phase 8 store operations */
.ops-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:15px;margin:28px 0}.ops-card{background:#fff;border:1px solid rgba(15,23,42,.10);border-radius:18px;padding:20px;box-shadow:0 18px 45px rgba(15,23,42,.08)}.ops-card .metric{font-size:2rem;font-weight:800;color:#0f172a;line-height:1}.ops-card p{margin:.45rem 0 0;color:#64748b}.ops-layout{display:grid;grid-template-columns:2fr 1fr;gap:20px;align-items:start}.ops-panel{background:#fff;border:1px solid rgba(15,23,42,.10);border-radius:20px;padding:22px;box-shadow:0 18px 45px rgba(15,23,42,.07);margin-bottom:22px}.ops-panel h2{margin:0 0 14px}.ops-table{width:100%;border-collapse:collapse}.ops-table th,.ops-table td{padding:10px;border-bottom:1px solid rgba(15,23,42,.08);text-align:left;vertical-align:top}.ops-table th{font-size:.66rem;text-transform:uppercase;letter-spacing:.08em;color:#64748b}.status-pill{display:inline-flex;align-items:center;gap:5px;padding:6px 10px;border-radius:999px;font-size:.66rem;font-weight:700;background:#eef2ff;color:#3730a3}.status-pill.low{background:#fff7ed;color:#9a3412}.status-pill.out{background:#fef2f2;color:#991b1b}.status-pill.ok{background:#ecfdf5;color:#047857}.ops-actions{display:flex;gap:10px;flex-wrap:wrap;margin-top:14px}.ops-note{background:#f8fafc;border:1px dashed rgba(15,23,42,.18);border-radius:16px;padding:16px;color:#475569}.admin-link-row{display:flex;gap:12px;flex-wrap:wrap;margin-top:18px}@media(max-width:900px){.ops-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.ops-layout{grid-template-columns:1fr}}@media(max-width:560px){.ops-grid{grid-template-columns:1fr}.ops-table{font-size:.9rem}.ops-table th:nth-child(3),.ops-table td:nth-child(3){display:none}}

/* Cart/checkout pages remain removed while the mini-cart summary is restored. */
.cart-pill{display:none!important;}
.cart-count-badge{display:inline-flex;align-items:center;gap:5px;border:1px solid var(--line);background:var(--panel);color:var(--text);border-radius:999px;padding:7px 10px;font-weight:900;font-size:.75rem;line-height:1;white-space:nowrap;}
.cart-count-badge strong{display:inline-flex;align-items:center;justify-content:center;min-width:22px;height:22px;border-radius:999px;background:var(--blue);color:#fff;font-size:.76rem;padding:0 6px;}
.cart-count-badge[hidden]{display:none!important;}

/* Phase 8.7: centered, larger shop pagination controls */
.shop-pagination{
  display:flex;
  flex-direction:column;
  align-items:center;
  justify-content:center;
  gap:14px;
  margin:34px auto 6px;
  text-align:center;
  width:100%;
}
.shop-page-summary{
  color:var(--muted);
  font-size:.95rem;
  font-weight:800;
}
.shop-page-buttons{
  display:flex;
  align-items:center;
  justify-content:center;
  flex-wrap:wrap;
  gap:10px;
}
.page-btn{
  min-width:44px;
  min-height:44px;
  border:1px solid var(--line);
  background:var(--panel);
  color:var(--text);
  border-radius:999px;
  padding:11px 16px;
  font-size:.98rem;
  font-weight:900;
  cursor:pointer;
  box-shadow:0 8px 24px rgba(15,23,42,.06);
  transition:transform .18s ease, background .18s ease, color .18s ease, border-color .18s ease;
}
.page-btn:hover:not(:disabled){
  transform:translateY(-2px);
  border-color:var(--blue);
  color:var(--blue);
}
.page-btn.active{
  background:var(--blue);
  border-color:var(--blue);
  color:#fff;
}
.page-btn:disabled{
  opacity:.48;
  cursor:not-allowed;
  box-shadow:none;
}
@media(max-width:650px){
  .shop-pagination{margin-top:28px;gap:12px;}
  .shop-page-buttons{gap:5px;}
  .page-btn{min-width:42px;min-height:42px;padding:10px 13px;font-size:.66rem;}
}


/* Step 4: mini-cart display only — no View Cart, checkout, or order links */
.cart-count-badge{cursor:pointer;}
.mini-cart{position:fixed;right:18px;top:86px;bottom:auto;z-index:80;display:block;}
.mini-cart-panel{display:none;position:static;width:330px;max-width:calc(100vw - 36px);background:var(--panel);border:1px solid var(--line);border-radius:16px;box-shadow:0 18px 48px rgba(15,23,42,.18);padding:16px;}
.mini-cart.open .mini-cart-panel{display:grid;gap:12px;}
.mini-cart-head{display:flex;align-items:center;justify-content:space-between;gap:12px;border-bottom:1px solid var(--line);padding-bottom:10px;}
.mini-cart-head strong{font-size:.85rem;}
.mini-cart-close{border:0;background:var(--light);color:var(--text);width:32px;height:32px;border-radius:999px;font-size:1.25rem;line-height:1;cursor:pointer;}
.mini-cart-items{display:grid;gap:10px;max-height:320px;overflow:auto;padding-right:4px;}
.mini-cart-item{display:grid;grid-template-columns:54px 1fr;gap:10px;align-items:center;border-bottom:1px solid var(--line);padding-bottom:10px;}
.mini-cart-item:last-child{border-bottom:0;padding-bottom:0;}
.mini-cart-item img{width:54px;height:54px;object-fit:cover;border-radius:8px;background:var(--light);}
.mini-cart-item strong{display:block;font-size:.9rem;line-height:1.25;}
.mini-cart-item span{display:block;color:var(--muted);font-size:.70rem;margin-top:4px;}
.mini-cart-total{display:flex;align-items:center;justify-content:space-between;gap:12px;border-top:1px solid var(--line);padding-top:12px;font-weight:900;}
.mini-cart-empty{margin:0;color:var(--muted);}
@media(max-width:650px){.mini-cart{right:12px;top:74px}.mini-cart-panel{width:calc(100vw - 24px)}}

/* Step 5: dedicated cart page only — checkout/order flow remains disabled */
.mini-cart-actions{border-top:1px solid var(--line);padding-top:12px;display:grid;gap:5px;}
.mini-cart-actions .mini-btn{text-align:center;text-decoration:none;}
.cart-item h3{margin:0 0 4px;font-size:.85rem;}
.cart-item p{margin:0;color:var(--muted);font-size:.9rem;}
.cart-item-price{margin-top:6px!important;font-weight:800;color:var(--text)!important;}
.cart-qty-input{width:64px;border:1px solid var(--line);border-radius:7px;padding:7px 8px;background:var(--panel);color:var(--text);font-weight:800;text-align:center;}
.cart-remove{width:auto!important;padding:0 10px;font-weight:900;color:#b91c1c!important;}
.summary-card .btn{margin-top:14px;width:100%;justify-content:center;}
@media(max-width:650px){.cart-item{grid-template-columns:70px 1fr}.cart-item .line-total{grid-column:2;justify-self:start}.qty-controls{flex-wrap:wrap}.cart-remove{height:28px}}

/* Step 6 Checkout page — isolated checkout layout */
.checkout-layout{display:grid;grid-template-columns:minmax(0,1fr) 340px;gap:19px;align-items:start}
.checkout-main{display:grid;gap:15px}
.checkout-card{background:var(--panel);border:1px solid var(--line);border-radius:14px;box-shadow:var(--shadow);padding:22px}
.checkout-card h2,.checkout-summary h2{margin-bottom:14px}
.checkout-item{display:grid;grid-template-columns:84px minmax(0,1fr) auto;gap:14px;align-items:center;border-bottom:1px solid var(--line);padding:10px 0}
.checkout-item:first-child{padding-top:0}
.checkout-item:last-child{border-bottom:0;padding-bottom:0}
.checkout-item img{width:84px;height:64px;object-fit:cover;border-radius:8px;border:1px solid var(--line)}
.checkout-item h3{font-size:.85rem;margin-bottom:4px}
.checkout-item p,.checkout-item span{color:var(--muted);font-size:.9rem}
.checkout-form{display:grid;gap:15px}
.checkout-form label{display:grid;gap:5px;font-weight:800;color:var(--text)}
.checkout-form input,.checkout-form textarea{width:100%;border:1px solid var(--line);border-radius:8px;padding:10px 13px;background:var(--white);color:var(--text);font:inherit}
html[data-theme="dark"] .checkout-form input,html[data-theme="dark"] .checkout-form textarea{background:#101827}
.form-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px}
.form-grid .full{grid-column:1/-1}
.checkout-actions,.summary-actions{display:flex;gap:10px;flex-wrap:wrap;align-items:center}
.checkout-status{border:1px solid #9bd2ad;background:#eefaf1;color:#14532d;border-radius:8px;padding:11px 14px;display:grid;gap:4px}
html[data-theme="dark"] .checkout-status{background:#0f2a1a;color:#b7f7c7;border-color:#2f7a45}
.checkout-summary{position:sticky;top:92px}
@media(max-width:900px){.checkout-layout{grid-template-columns:1fr}.checkout-summary{position:static}.form-grid{grid-template-columns:1fr}.checkout-item{grid-template-columns:70px 1fr}.checkout-item strong{grid-column:2}}

/* Step 6 checkout removal controls — checkout page only */
.checkout-remove{display:inline-flex;align-items:center;justify-content:center;width:max-content;margin-top:8px;border:1px solid var(--line);background:var(--panel);color:var(--text);border-radius:999px;padding:7px 12px;font-weight:900;cursor:pointer}
.checkout-remove:hover{border-color:var(--blue);color:var(--blue)}
.checkout-cart-actions{display:flex;gap:10px;flex-wrap:wrap;margin-top:14px}
.checkout-cart-actions .btn{width:auto}
@media(max-width:650px){.checkout-cart-actions{display:grid}.checkout-cart-actions .btn{width:100%}}


/* Step 7 payment method UI — checkout page only */
.payment-options{border:1px solid var(--line);border-radius:14px;padding:10px;display:grid;gap:10px;background:var(--white)}
html[data-theme="dark"] .payment-options{background:#101827}
.payment-options legend{font-weight:900;padding:0 6px;color:var(--text)}
.payment-option{display:grid!important;grid-template-columns:auto 1fr;align-items:flex-start;gap:12px;border:1px solid var(--line);border-radius:8px;padding:11px;background:var(--panel);cursor:pointer}
.payment-option input{width:auto!important;margin-top:3px;accent-color:var(--blue)}
.payment-option strong{display:block;margin-bottom:3px}
.payment-option small{display:block;color:var(--muted);font-weight:700;line-height:1.35}
.payment-option:has(input:checked){border-color:var(--blue);box-shadow:0 0 0 3px rgba(37,99,235,.12)}
@media(max-width:650px){.payment-options{padding:10px}.payment-option{padding:10px}}


/* Step 8 final order confirmation — checkout page only */
.checkout-status .final-review{display:grid;gap:12px;margin-top:10px;color:var(--text)}
.checkout-status .final-review h3{margin:0;font-size:.85rem}
.checkout-status .final-review ul{list-style:none;margin:0;padding:0;display:grid;gap:5px}
.checkout-status .final-review li{display:flex;justify-content:space-between;gap:12px;border-bottom:1px solid rgba(20,83,45,.18);padding-bottom:8px}
.checkout-status .final-review p{margin:0;color:inherit}
.final-review-actions{display:flex;gap:10px;flex-wrap:wrap;margin-top:4px}
.final-review-actions .btn{width:auto}
.checkout-status a.btn{width:max-content;margin-top:8px}
@media(max-width:650px){.final-review-actions{display:grid}.final-review-actions .btn,.checkout-status a.btn{width:100%}}


/* Step 9 order history and receipt view */
.order-history{max-width:980px}
.receipt-list{display:grid;gap:19px}
.receipt-card{overflow:hidden;border:1px solid var(--line);border-radius:24px;background:var(--white);box-shadow:var(--shadow);padding:0}
html[data-theme="dark"] .receipt-card{background:#111827}
.receipt-brand-bar{display:flex;align-items:center;justify-content:space-between;gap:15px;padding:18px 22px;background:linear-gradient(135deg,var(--blue),#0f172a);color:#fff}
.receipt-logo-lockup{display:flex;align-items:center;gap:12px}
.receipt-logo{width:44px;height:44px;border-radius:14px;background:#fff;padding:6px;object-fit:contain}
.receipt-logo-lockup strong{display:block;font-size:1.05rem}
.receipt-logo-lockup span{display:block;font-size:.70rem;opacity:.86}
.receipt-status{border:1px solid rgba(255,255,255,.35);border-radius:999px;padding:7px 12px;font-size:.66rem;font-weight:900;text-transform:uppercase;letter-spacing:.06em}
.receipt-head{display:flex;align-items:flex-start;justify-content:space-between;gap:15px;border-bottom:1px solid var(--line);padding:22px 24px 16px;margin-bottom:0}
.receipt-head h2{margin:4px 0 6px;font-size:1.45rem}
.receipt-head p{margin:0;color:var(--muted)}
.receipt-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:16px;padding:18px 24px}
.receipt-grid section{border:1px solid var(--line);border-radius:16px;padding:10px;background:rgba(248,250,252,.75)}
html[data-theme="dark"] .receipt-grid section{background:rgba(15,23,42,.55)}
.receipt-grid h3,.receipt-items-wrap h3{margin:0 0 8px;font-size:.95rem}
.receipt-grid p{margin:4px 0;color:var(--muted)}
.receipt-items-wrap{padding:0 24px 4px}
.receipt-items{list-style:none;margin:0;padding:0;border-top:1px solid var(--line)}
.receipt-item-row{display:grid;grid-template-columns:72px 1fr auto;align-items:center;gap:16px;border-bottom:1px solid var(--line);padding:10px 0}
.receipt-item-image{width:72px;height:58px;border:1px solid var(--line);border-radius:14px;background:#f8fafc;object-fit:cover}
.receipt-item-main{display:grid;gap:4px}
.receipt-item-main strong{line-height:1.25}
.receipt-item-main span,.receipt-item-main small{color:var(--muted)}
.receipt-item-price{white-space:nowrap}
.receipt-total{display:flex;align-items:center;justify-content:space-between;gap:16px;margin:18px 24px 0;padding:18px 0;border-top:2px solid var(--line);font-size:.66rem}
.receipt-total strong{font-size:1.35rem;color:var(--blue)}
.receipt-footer-note{margin:0;padding:0 24px 24px;color:var(--muted)}
.receipt-print{max-width:900px;margin:0 auto;padding:28px}
.receipt-print .receipt-card{box-shadow:none}
@media(max-width:760px){
  .receipt-brand-bar,.receipt-head{flex-direction:column;align-items:flex-start}
  .receipt-grid{grid-template-columns:1fr}
  .receipt-item-row{grid-template-columns:58px 1fr}
  .receipt-item-image{width:58px;height:50px}
  .receipt-item-price{grid-column:2}
}
@media print{
  @page{margin:.28in}
  .site-header,.site-footer,.receipt-head .btn,.page-title{display:none!important}
  html,body{background:#fff!important;font-size:12px;line-height:1.25}
  body{margin:0!important}
  .receipt-print{max-width:none;padding:0}
  .receipt-card{box-shadow:none;border:1px solid #d1d5db;border-radius:14px;overflow:hidden;break-inside:avoid;page-break-inside:avoid}
  .receipt-brand-bar{gap:10px;padding:10px 14px;background:#045bc7!important;color:#fff!important;-webkit-print-color-adjust:exact;print-color-adjust:exact}
  .receipt-logo{width:34px;height:34px;border-radius:8px;padding:4px}
  .receipt-logo-lockup{gap:9px}
  .receipt-logo-lockup strong{font-size:.95rem}
  .receipt-logo-lockup span{font-size:.61rem}
  .receipt-status{padding:5px 10px;font-size:.66rem}
  .receipt-head{padding:10px 14px 9px;gap:5px}
  .receipt-head h2{margin:2px 0 4px;font-size:1.22rem}
  .receipt-head p{font-size:.85rem}
  .receipt-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:5px;padding:10px 14px}
  .receipt-grid section{border-radius:8px;padding:8px}
  .receipt-grid h3,.receipt-items-wrap h3{margin:0 0 5px;font-size:.70rem}
  .receipt-grid p{margin:2px 0;font-size:.70rem;line-height:1.2}
  .receipt-items-wrap{padding:0 14px 2px}
  .receipt-item-row{grid-template-columns:46px 1fr auto;gap:10px;padding:7px 0;break-inside:avoid;page-break-inside:avoid}
  .receipt-item-image{width:46px;height:38px;border-radius:9px;break-inside:avoid}
  .receipt-item-main{gap:2px}
  .receipt-item-main strong{font-size:.9rem;line-height:1.15}
  .receipt-item-main span,.receipt-item-main small{font-size:.66rem;line-height:1.15}
  .receipt-item-price{font-size:.9rem;white-space:nowrap}
  .receipt-total{margin:8px 14px 0;padding:10px 0 6px;font-size:.85rem}
  .receipt-total strong{font-size:1.22rem}
  .receipt-footer-note{padding:0 14px 12px;font-size:.73rem}
}

@media print{
  /* Step 10 premium print scale v2: larger while preserving the one-page target. */
  .receipt-print,.receipt-container,.print-receipt{transform:scale(1.12);transform-origin:top center;width:89.25%;margin:0 auto;}
  .receipt-brand-bar{padding:10px 16px!important;}
  .receipt-logo{width:40px!important;height:40px!important;}
  .receipt-logo img{max-height:78px!important;}
  .receipt-logo-lockup strong{font-size:.87rem!important;}
  .receipt-logo-lockup span{font-size:.66rem!important;}
  .receipt-head h2{font-size:1.3rem!important;}
  .receipt-grid section{padding:9px!important;}
  .receipt-grid h3,.receipt-items-wrap h3{font-size:.75rem!important;}
  .receipt-grid p{font-size:.73rem!important;}
  .receipt-item-row{grid-template-columns:54px 1fr auto!important;gap:11px!important;padding:8px 0!important;}
  .receipt-item-image,.receipt-item img{width:54px!important;height:45px!important;}
  .receipt-item-main strong{font-size:.70rem!important;}
  .receipt-item-main span,.receipt-item-main small{font-size:.70rem!important;}
  .receipt-item-price{font-size:.70rem!important;}
  .receipt-total{font-size:1.22em!important;}
  .receipt-total strong{font-size:1.35rem!important;}
}

/* Step 11 order email notification UI — isolated */
.email-notice{border:1px solid rgba(4,91,199,.22);background:rgba(4,91,199,.08);border-radius:8px;padding:10px;margin-top:10px;display:grid;gap:4px;color:var(--text)}
.email-notice strong{display:block}
.email-notice span{color:var(--muted)}
.receipt-actions{display:flex;gap:10px;align-items:center;flex-wrap:wrap;justify-content:flex-end}
.receipt-actions .btn{width:auto}
@media(max-width:650px){.receipt-actions{justify-content:flex-start}.receipt-actions .btn{width:100%}}
@media print{.receipt-actions,.email-notice{display:none!important}}

/* STEP 20 — Mobile-only filter dropdown + Details button cosmetic fix */
@media (max-width: 640px) {
  .filter-select,
  .category-select,
  .sort-select,
  .catalog-filter select,
  .filters select,
  .shop-filters select {
    width: auto;
    max-width: 78%;
    min-width: 150px;
    display: inline-flex;
    align-self: flex-start;
  }

  .product-card__actions .mini-btn.secondary,
  .product-card__actions .details-btn,
  .product-card__actions a[href*="product"],
  .product-card__actions a[aria-label*="Details"] {
    flex: 0 0 auto;
    width: auto;
    min-width: 72px;
    max-width: 96px;
    padding-left: 8px;
    padding-right: 8px;
  }

  .product-card__actions {
    align-items: center;
  }
}


/* STEP 20B — Exact mobile selector fix for shop dropdowns and Details button */
@media (max-width: 650px) {
  .shop-toolbar {
    align-items: flex-start;
  }

  .shop-toolbar .shop-select {
    width: auto !important;
    max-width: 220px;
    min-width: 150px;
    align-self: flex-start;
  }

  .card-actions {
    display: flex;
    align-items: center;
    gap: 6px;
  }

  .card-actions .mini-btn.secondary {
    width: auto !important;
    flex: 0 0 auto;
    min-width: 72px;
    max-width: 96px;
    padding-left: 8px;
    padding-right: 8px;
    text-align: center;
  }

  .card-actions .mini-btn:not(.secondary) {
    flex: 1 1 auto;
    min-width: 0;
  }
}

/* STEP 20C — Mobile-only Add to Cart button width fix */
@media (max-width: 640px) {
  .card-actions {
    justify-content: flex-start;
    align-items: center;
    gap: 6px;
  }

  .card-actions .mini-btn,
  .card-actions .add-to-cart,
  .card-actions button,
  .card-actions a {
    flex: 0 0 auto;
    width: auto;
    min-width: 72px;
    max-width: 112px;
    padding-left: 8px;
    padding-right: 8px;
    white-space: nowrap;
  }

  .card-actions .add-to-cart,
  .card-actions button[data-add-to-cart],
  .card-actions button[aria-label*="Add"],
  .card-actions a[aria-label*="Add"] {
    max-width: 118px;
  }
}

/* STEP 21B — Hide leftover generated Wishlist / Compare product-card controls */
.product-card .wishlist,
.product-card .wishlist-btn,
.product-card [data-action="wishlist"],
.product-card [data-wishlist],
.card .wishlist,
.card .wishlist-btn,
.card [data-action="wishlist"],
.card [data-wishlist],
  display: none !important;
}

/* STEP 21C — Remove leftover icon-only Wishlist / Compare controls from product cards */
.product-card button[aria-label="Wishlist"],
.product-card a[aria-label="Wishlist"],
.product-card button[title="Wishlist"],
.product-card a[title="Wishlist"],
.card button[aria-label="Wishlist"],
.card a[aria-label="Wishlist"],
.card button[title="Wishlist"],
.card a[title="Wishlist"] {
  display: none !important;
}

/* STEP 22 — Navigation dropdown refinement */
.main-nav {
  display: flex;
  align-items: center;
  gap: 8px;
  flex-wrap: wrap;
}

.nav-dropdown {
  position: relative;
  display: inline-flex;
  align-items: center;
}

.nav-dropbtn {
  border: 0;
  background: transparent;
  color: inherit;
  font: inherit;
  font-weight: 750;
  padding: 7px 10px;
  border-radius: 999px;
  cursor: pointer;
}

.nav-dropbtn:hover,
.nav-dropdown:focus-within .nav-dropbtn {
  background: rgba(7,89,184,.08);
  color: var(--blue);
}

.nav-dropdown-menu {
  position: absolute;
  top: calc(100% + 8px);
  left: 0;
  min-width: 210px;
  padding: 8px;
  border: 1px solid rgba(148,163,184,.24);
  border-radius: 14px;
  background: rgba(255,255,255,.98);
  box-shadow: 0 14px 30px rgba(15,23,42,.12);
  display: none;
  z-index: 50;
}

.nav-dropdown:hover .nav-dropdown-menu,
.nav-dropdown:focus-within .nav-dropdown-menu {
  display: grid;
  gap: 2px;
}

.nav-dropdown-menu a {
  display: block;
  padding: 8px 10px;
  border-radius: 10px;
  white-space: nowrap;
}

.nav-dropdown-menu a:hover {
  background: rgba(7,89,184,.08);
  color: var(--blue);
}

@media (max-width: 640px) {
  .main-nav {
    gap: 6px;
  }

  .nav-dropdown {
    position: static;
  }

  .nav-dropbtn {
    padding: 6px 9px;
  }

  .nav-dropdown-menu {
    left: 12px;
    right: 12px;
    top: auto;
    min-width: 0;
    width: auto;
  }
}

/* STEP 23 — Nav polish and homepage trust strip */
.nav-menu-icon {
  display: inline-block;
  width: 1.35em;
  text-align: center;
  margin-right: 4px;
  opacity: .88;
}

.nav-new-link {
  display: inline-flex;
  align-items: center;
  gap: 6px;
}

.nav-new-badge {
  display: inline-flex;
  align-items: center;
  padding: 2px 5px;
  border-radius: 999px;
  background: rgba(7,89,184,.10);
  color: var(--blue);
  font-size: .58rem;
  font-weight: 850;
  letter-spacing: .04em;
  line-height: 1;
}

.nav-menu-label {
  display: block;
  padding: 8px 10px 4px;
  color: rgba(71,85,105,.74);
  font-size: .68rem;
  font-weight: 850;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.trust-strip-shell {
  padding: 22px 0;
  background: var(--white);
}

.trust-strip {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 10px;
}

.trust-item {
  display: flex;
  gap: 8px;
  align-items: flex-start;
  padding: 11px 12px;
  border: 1px solid rgba(148,163,184,.22);
  border-radius: 16px;
  background: rgba(255,255,255,.88);
  box-shadow: 0 10px 22px rgba(15,23,42,.06);
}

.trust-icon {
  flex: 0 0 auto;
  width: 28px;
  height: 28px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 12px;
  background: rgba(7,89,184,.08);
}

.trust-item strong {
  display: block;
  color: var(--text);
  font-size: .8rem;
  line-height: 1.15;
}

.trust-item p {
  margin: 4px 0 0;
  color: rgba(71,85,105,.78);
  font-size: .68rem;
  line-height: 1.35;
}

@media (max-width: 900px) {
  .trust-strip {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 560px) {
  .trust-strip-shell {
    padding: 16px 0;
  }

  .trust-strip {
    grid-template-columns: 1fr;
    gap: 9px;
  }

  .trust-item {
    padding: 12px;
  }
}

/* STEP 25 — Help Center page */
.page-shell {
  width: min(1120px, calc(100% - 32px));
  margin: 0 auto;
}

.page-hero {
  padding: 34px 0 18px;
}

.page-hero h1 {
  margin: 0;
  font-size: clamp(2rem, 4vw, 3.2rem);
  line-height: 1.05;
}

.page-hero p {
  max-width: 720px;
  color: rgba(71,85,105,.82);
}

.help-center-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
  margin: 22px 0;
}

.help-card {
  padding: 18px;
  border: 1px solid rgba(148,163,184,.22);
  border-radius: 18px;
  background: rgba(255,255,255,.9);
  box-shadow: 0 10px 22px rgba(15,23,42,.06);
}

.help-icon {
  width: 38px;
  height: 38px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 14px;
  background: rgba(7,89,184,.08);
  margin-bottom: 12px;
}

.help-card h2 {
  margin: 0 0 8px;
  font-size: 1rem;
}

.help-card p {
  margin: 0 0 14px;
  color: rgba(71,85,105,.78);
  font-size: .82rem;
  line-height: 1.45;
}

.help-card a {
  font-weight: 800;
  color: var(--blue);
}

.faq-section {
  margin: 30px 0;
  padding: 24px;
  border: 1px solid rgba(148,163,184,.20);
  border-radius: 22px;
  background: rgba(248,250,252,.72);
}

.section-heading h2 {
  margin: 0 0 14px;
}

.faq-list {
  display: grid;
  gap: 10px;
}

.faq-list details {
  padding: 14px 16px;
  border: 1px solid rgba(148,163,184,.22);
  border-radius: 14px;
  background: rgba(255,255,255,.9);
}

.faq-list summary {
  cursor: pointer;
  font-weight: 800;
}

.faq-list p {
  margin: 10px 0 0;
  color: rgba(71,85,105,.78);
  font-size: .8rem;
  line-height: 1.45;
}

.support-cta {
  display: flex;
  justify-content: space-between;
  gap: 18px;
  align-items: center;
  margin: 28px 0 44px;
  padding: 22px;
  border-radius: 22px;
  background: linear-gradient(135deg, rgba(7,89,184,.10), rgba(11,111,211,.06));
  border: 1px solid rgba(7,89,184,.16);
}

.support-cta h2 {
  margin: 0 0 6px;
}

.support-cta p {
  margin: 0;
  color: rgba(71,85,105,.80);
}

@media (max-width: 900px) {
  .help-center-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .support-cta {
    align-items: flex-start;
    flex-direction: column;
  }
}

@media (max-width: 560px) {
  .page-shell {
    width: min(100% - 24px, 1120px);
  }

  .help-center-grid {
    grid-template-columns: 1fr;
  }

  .faq-section,
  .support-cta {
    padding: 18px;
  }
}

/* STEP 27 — Grouped Categories dropdown refinement */
.nav-dropdown-menu--categories {
  min-width: 230px;
  max-height: min(72vh, 560px);
  overflow-y: auto;
}

.nav-dropdown-menu--categories .nav-menu-label:not(:first-child) {
  margin-top: 6px;
}

@media (max-width: 640px) {
  .nav-dropdown-menu--categories {
    max-height: 68vh;
  }
}



/* Step 32: hard-code visible header cart link so it does not depend on JS injection */
.cart-nav-link{display:inline-flex!important;text-decoration:none;}
.nav-actions .cart-count-badge{visibility:visible!important;opacity:1!important;}
@media(max-width:650px){.nav-actions .cart-count-badge{padding:7px 9px;font-size:.7rem;}.nav-actions .cart-count-badge strong{min-width:20px;height:20px;font-size:.7rem;}}

/* STEP 43 — Public homepage compact trust and shopping cards only */
.trust-strip-shell {
  padding: 14px 0;
}

.trust-strip {
  gap: 8px;
}

.trust-item {
  gap: 7px;
  padding: 8px 10px;
  min-height: 0;
  border-radius: 12px;
}

.trust-icon {
  width: 24px;
  height: 24px;
  border-radius: 9px;
  font-size: .86rem;
}

.trust-item strong {
  font-size: .74rem;
  line-height: 1.1;
}

.trust-item p {
  margin-top: 2px;
  font-size: .62rem;
  line-height: 1.22;
}

.conversion-band {
  padding: 14px 0;
}

.conversion-grid {
  gap: 8px;
}

.conversion-grid > div,
.conversion-grid > a {
  padding: 8px 10px;
  min-height: 0;
  border-radius: 7px;
}

.conversion-grid strong {
  font-size: .82rem;
  line-height: 1.1;
}

.conversion-grid span {
  margin-top: 2px;
  font-size: .66rem;
  line-height: 1.22;
}

@media (max-width: 560px) {
  .trust-strip-shell,
  .conversion-band {
    padding: 12px 0;
  }

  .trust-item,
  .conversion-grid > div,
  .conversion-grid > a {
    padding: 8px 10px;
  }
}

/* STEP 44 — Public homepage sidebar storefront layout only */
.home-store-layout{
  display:grid;
  grid-template-columns:248px minmax(0,1fr);
  gap:22px;
  align-items:start;
  padding:22px 0 10px;
}
.home-category-sidebar{
  position:sticky;
  top:96px;
  display:grid;
  gap:18px;
}
.sidebar-title{
  background:var(--dark);
  color:#fff;
  border-radius:12px 12px 0 0;
  padding:13px 16px;
  font-size:.78rem;
  font-weight:900;
  text-transform:uppercase;
  letter-spacing:.04em;
}
.sidebar-category-list{
  margin-top:-18px;
  overflow:hidden;
  background:var(--panel);
  border:1px solid var(--line);
  border-top:0;
  border-radius:0 0 12px 12px;
  box-shadow:var(--shadow);
}
.sidebar-category-list a{
  display:grid;
  grid-template-columns:24px 1fr auto;
  align-items:center;
  gap:9px;
  min-height:42px;
  padding:10px 14px;
  border-bottom:1px solid var(--line);
  color:var(--text);
  font-size:.84rem;
  font-weight:800;
}
.sidebar-category-list a:last-child{border-bottom:0;}
.sidebar-category-list a:hover{background:var(--light);color:var(--blue);}
.sidebar-category-list span{font-size:1rem;line-height:1;}
.sidebar-category-list b{font-size:1.35rem;font-weight:500;color:var(--muted);}
.sidebar-build-card{
  border:1px solid rgba(4,91,199,.24);
  border-radius:14px;
  padding:18px;
  background:linear-gradient(135deg,var(--dark),#0b3a7e);
  color:#fff;
  box-shadow:var(--shadow);
}
.sidebar-build-card strong{display:block;font-size:1.05rem;line-height:1.15;text-transform:uppercase;}
.sidebar-build-card p{margin:8px 0 14px;color:rgba(255,255,255,.78);font-size:.82rem;}
.sidebar-build-card .btn{width:100%;padding:10px 14px;font-size:.74rem;}
.home-main-column{min-width:0;display:grid;gap:16px;}
.home-panel-hero{
  border:1px solid var(--line);
  border-radius:14px;
  overflow:hidden;
  box-shadow:var(--shadow);
}
.home-panel-hero .hero-grid{min-height:304px;grid-template-columns:47% 53%;}
.home-panel-hero .hero-copy{padding:38px 0 30px 42px;}
.home-panel-hero .hero h1,
.home-panel-hero h1{font-size:clamp(2rem,3.8vw,3.05rem);}
.home-panel-hero .hero-text{max-width:390px;}
.home-panel-hero .hero-image{width:58%;}
.home-main-column .trust-strip-shell,
.home-main-column .conversion-band{padding:0;background:transparent;color:var(--text);}
.home-main-column .trust-strip,
.home-main-column .conversion-grid{grid-template-columns:repeat(4,minmax(0,1fr));}
.home-main-column .conversion-grid > a{
  background:var(--panel);
  border:1px solid var(--line);
  color:var(--text);
  box-shadow:var(--shadow);
}
.home-main-column .conversion-grid > a:hover{border-color:var(--blue);background:var(--panel);}
.home-main-column .conversion-grid span{color:var(--muted);}
.featured-home-section{padding:0 0 24px;}
.featured-home-section .shop-toolbar{margin:4px 0 14px;}
.featured-home-section .product-grid{grid-template-columns:repeat(5,minmax(0,1fr));gap:14px;}
.featured-home-section .product-media img{height:126px;}
.featured-home-section .product-card h3{font-size:.86rem;}
.featured-home-section .product-card p{display:none;}
@media(max-width:1100px){
  .home-store-layout{grid-template-columns:220px minmax(0,1fr);gap:18px;}
  .home-main-column .trust-strip,
  .home-main-column .conversion-grid{grid-template-columns:repeat(2,minmax(0,1fr));}
  .featured-home-section .product-grid{grid-template-columns:repeat(4,minmax(0,1fr));}
}
@media(max-width:860px){
  .home-store-layout{grid-template-columns:1fr;}
  .home-category-sidebar{position:static;}
  .sidebar-category-list{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));}
  .sidebar-category-list a{border-right:1px solid var(--line);}
  .home-panel-hero .hero-grid{grid-template-columns:1fr;}
  .home-panel-hero .hero-copy{padding:34px 24px;}
  .home-panel-hero .hero-image{width:100%;opacity:.22;}
}
@media(max-width:560px){
  .home-store-layout{padding-top:16px;}
  .sidebar-category-list{grid-template-columns:1fr;}
  .home-main-column .trust-strip,
  .home-main-column .conversion-grid,
  .featured-home-section .product-grid{grid-template-columns:1fr;}
}


/* STEP 45 — Homepage hero visual polish only */
.home-panel-hero{
  background:#050b14;
  border-color:rgba(255,255,255,.10);
}
.home-panel-hero.shop-hero{
  background:linear-gradient(90deg,#050b14 0%,#07101d 42%,rgba(7,16,29,.84) 58%,rgba(7,16,29,.22) 100%);
}
.home-panel-hero .hero-copy{
  position:relative;
  z-index:2;
  color:#fff;
}
.home-panel-hero .eyebrow{
  color:#5fb0ff;
}
.home-panel-hero h1{
  color:#fff;
  letter-spacing:-.045em;
  line-height:.96;
}
.home-panel-hero h1 span{
  display:block;
  color:var(--blue);
}
.home-panel-hero .hero-text{
  color:rgba(255,255,255,.86);
  font-size:1.04rem;
}
.home-panel-hero .btn-outline{
  color:#fff;
  border-color:rgba(255,255,255,.35);
  background:rgba(255,255,255,.08);
}
.home-panel-hero .btn-outline:hover{
  border-color:#fff;
  background:rgba(255,255,255,.14);
}
.home-panel-hero .hero-store-card{
  min-height:304px;
}
.home-panel-hero.shop-hero .hero-image{
  background:linear-gradient(90deg,rgba(5,11,20,.88),rgba(5,11,20,.36),rgba(5,11,20,.05)),url('../images/hero-hardware.png') center/cover no-repeat;
}
.home-panel-hero .deal-card{
  background:rgba(5,11,20,.78);
  color:#fff;
  border-color:rgba(255,255,255,.16);
  backdrop-filter:blur(6px);
}
.home-panel-hero .deal-card span,
.home-panel-hero .deal-card a{
  color:#5fb0ff;
}
@media(max-width:860px){
  .home-panel-hero.shop-hero .hero-image{
    opacity:.34;
  }
}


/* STEP 46 — Homepage featured product grid polish only */
.featured-home-section{
  padding:6px 0 30px;
}
.featured-home-section .shop-toolbar{
  align-items:flex-end;
  margin:2px 0 16px;
}
.featured-home-section .shop-toolbar h2{
  font-size:clamp(1.35rem,2.1vw,1.85rem);
  letter-spacing:-.03em;
}
.featured-home-section .product-grid{
  grid-template-columns:repeat(4,minmax(0,1fr));
  gap:18px;
}
.featured-home-section .product-card{
  border-radius:16px;
  border-color:rgba(148,163,184,.28);
  box-shadow:0 14px 30px rgba(15,23,42,.10);
  background:#fff;
}
.featured-home-section .product-media{
  background:linear-gradient(180deg,#f8fafc,#eef4fb);
  border-bottom:1px solid rgba(148,163,184,.18);
}
.featured-home-section .product-media img{
  width:100%;
  height:155px;
  object-fit:contain;
  padding:16px;
}
.featured-home-section .badge{
  left:10px;
  top:10px;
  padding:5px 10px;
  font-size:.62rem;
  letter-spacing:.04em;
}
.featured-home-section .product-body{
  padding:14px;
  gap:7px;
}
.featured-home-section .product-brand{
  font-size:.66rem;
  letter-spacing:.08em;
}
.featured-home-section .product-card h3{
  font-size:.94rem;
  line-height:1.18;
  min-height:2.25em;
}
.featured-home-section .product-card p{
  display:none;
}
.featured-home-section .stock-row{
  display:flex;
  justify-content:space-between;
  gap:8px;
  font-size:.66rem;
  color:var(--muted);
  border-top:1px solid rgba(148,163,184,.18);
  padding-top:8px;
}
.featured-home-section .price-row{
  margin-top:4px;
}
.featured-home-section .price{
  font-size:1.16rem;
}
.featured-home-section .rating{
  font-size:.7rem;
}
.featured-home-section .card-actions{
  grid-template-columns:1fr 1.15fr;
  gap:8px;
  margin-top:8px;
}
.featured-home-section .mini-btn{
  border-radius:10px;
  padding:10px 10px;
  font-size:.72rem;
  text-align:center;
}
@media(max-width:1100px){
  .featured-home-section .product-grid{grid-template-columns:repeat(2,minmax(0,1fr));}
}
@media(max-width:560px){
  .featured-home-section .product-grid{grid-template-columns:1fr;}
  .featured-home-section .shop-toolbar{align-items:stretch;}
}


/* STEP 47 — Homepage sidebar polish only */
.home-category-sidebar{
  gap:14px;
}
.sidebar-title{
  display:flex;
  align-items:flex-start;
  justify-content:space-between;
  gap:10px;
  background:linear-gradient(135deg,#07101d,#0b3a7e);
  border:1px solid rgba(255,255,255,.08);
  box-shadow:0 14px 28px rgba(15,23,42,.12);
}
.sidebar-title span{
  display:block;
  line-height:1.1;
}
.sidebar-title small{
  color:rgba(255,255,255,.68);
  font-size:.62rem;
  font-weight:800;
  text-transform:none;
  letter-spacing:0;
  white-space:nowrap;
}
.sidebar-category-list{
  margin-top:-14px;
  border-color:rgba(148,163,184,.24);
  box-shadow:0 14px 30px rgba(15,23,42,.10);
}
.sidebar-category-list a{
  min-height:39px;
  padding:9px 13px;
  font-size:.82rem;
  transition:background .18s ease,color .18s ease,transform .18s ease;
}
.sidebar-category-list a:hover{
  transform:translateX(2px);
}
.sidebar-category-list .sidebar-all-link{
  background:linear-gradient(90deg,rgba(4,91,199,.10),rgba(4,91,199,.03));
  color:var(--blue);
}
.sidebar-build-card{
  padding:16px;
  border-radius:16px;
  background:linear-gradient(145deg,#050b14,#07336f);
}
.sidebar-build-card strong{
  font-size:.98rem;
}
.sidebar-build-card p{
  font-size:.78rem;
  line-height:1.35;
}
@media(max-width:860px){
  .sidebar-title small{display:none;}
  .sidebar-category-list a:hover{transform:none;}
}

/* STEP 48 — Homepage content structure polish only */
.home-store-layout{
  gap:24px;
}
.home-main-column{
  gap:18px;
}
.home-section-heading,
.featured-home-section .shop-toolbar{
  display:flex;
  align-items:flex-end;
  justify-content:space-between;
  gap:16px;
}
.home-section-heading h2{
  margin:0;
  font-size:clamp(1.25rem,2vw,1.7rem);
  letter-spacing:-.03em;
}
.home-section-heading > a{
  color:var(--blue);
  font-size:.78rem;
  font-weight:900;
  text-transform:uppercase;
  letter-spacing:.04em;
}
.popular-category-panel{
  background:var(--panel);
  border:1px solid rgba(148,163,184,.24);
  border-radius:16px;
  padding:18px;
  box-shadow:0 14px 30px rgba(15,23,42,.08);
}
.popular-category-grid{
  display:grid;
  grid-template-columns:repeat(4,minmax(0,1fr));
  gap:12px;
  margin-top:14px;
}
.popular-category-grid a{
  display:grid;
  gap:5px;
  min-height:116px;
  padding:16px;
  border:1px solid rgba(148,163,184,.24);
  border-radius:14px;
  background:linear-gradient(180deg,#fff,#f8fafc);
  color:var(--text);
  box-shadow:0 10px 20px rgba(15,23,42,.06);
  transition:transform .18s ease,border-color .18s ease,box-shadow .18s ease;
}
.popular-category-grid a:hover{
  transform:translateY(-2px);
  border-color:rgba(4,91,199,.45);
  box-shadow:0 14px 26px rgba(15,23,42,.10);
}
.popular-category-grid span{
  width:34px;
  height:34px;
  display:grid;
  place-items:center;
  border-radius:10px;
  background:rgba(4,91,199,.09);
  font-size:1.15rem;
}
.popular-category-grid strong{
  font-size:.9rem;
  line-height:1.1;
}
.popular-category-grid em{
  color:var(--muted);
  font-style:normal;
  font-size:.72rem;
  line-height:1.25;
}
.home-main-column .trust-strip,
.home-main-column .conversion-grid,
.popular-category-panel,
.featured-home-section .product-card,
.home-panel-hero{
  box-shadow:0 14px 30px rgba(15,23,42,.09);
}
.featured-home-section{
  background:var(--panel);
  border:1px solid rgba(148,163,184,.24);
  border-radius:16px;
  padding:18px;
  box-shadow:0 14px 30px rgba(15,23,42,.08);
}
.featured-home-section .shop-toolbar{
  margin:0 0 16px;
}
@media(max-width:1100px){
  .popular-category-grid{grid-template-columns:repeat(2,minmax(0,1fr));}
}
@media(max-width:560px){
  .home-section-heading,
  .featured-home-section .shop-toolbar{align-items:stretch;flex-direction:column;gap:10px;}
  .popular-category-grid{grid-template-columns:1fr;}
  .popular-category-grid a{min-height:auto;}
}

/* STEP 49 — Public header modernization only */
.site-header{
  border-bottom:1px solid rgba(148,163,184,.22);
  box-shadow:0 10px 30px rgba(15,23,42,.08);
}
.nav-wrap{
  min-height:72px;
  height:72px;
  gap:18px;
}
.brand{
  min-width:max-content;
  letter-spacing:.02em;
}
.brand-icon{
  width:44px;
  height:44px;
  border-radius:14px;
  background:linear-gradient(135deg,rgba(4,91,199,.12),rgba(8,116,238,.06));
  border:1px solid rgba(4,91,199,.14);
}
.brand-icon img{
  width:34px;
  height:34px;
}
.brand strong{
  font-size:1.02rem;
  letter-spacing:.02em;
}
.brand small{
  font-size:.62rem;
  letter-spacing:.16em;
}
.main-nav{
  flex:1;
  justify-content:center;
  gap:6px;
}
.main-nav > a,
.nav-dropbtn{
  display:inline-flex;
  align-items:center;
  min-height:36px;
  padding:8px 12px;
  border-radius:999px;
  font-size:.78rem;
  font-weight:900;
  text-decoration:none!important;
  transition:background .18s ease,color .18s ease,transform .18s ease;
}
.main-nav > a:hover,
.main-nav > a.active,
.nav-dropbtn:hover,
.nav-dropdown:focus-within .nav-dropbtn{
  background:rgba(4,91,199,.09);
  color:var(--blue);
  transform:translateY(-1px);
}
.nav-actions{
  min-width:max-content;
  gap:8px;
}
.nav-actions .cart-count-badge{
  min-height:38px;
  padding:8px 12px;
  border-radius:999px;
  border-color:rgba(4,91,199,.20);
  box-shadow:0 8px 20px rgba(15,23,42,.06);
}
.nav-actions .cart-count-badge:hover{
  border-color:rgba(4,91,199,.42);
  transform:translateY(-1px);
}
.theme-toggle,
.menu-toggle{
  min-width:38px;
  min-height:38px;
  border-radius:999px;
  padding:8px 10px;
  box-shadow:0 8px 20px rgba(4,91,199,.18);
}
.nav-dropdown-menu{
  top:calc(100% + 10px);
  border-radius:16px;
  box-shadow:0 20px 42px rgba(15,23,42,.16);
}
@media(max-width:1050px){
  .nav-wrap{height:70px;min-height:70px;}
  .main-nav.open{top:70px;padding:18px 22px;gap:8px;border-top:1px solid var(--line);}
  .main-nav.open > a,.main-nav.open .nav-dropbtn{justify-content:flex-start;width:100%;}
  .main-nav.open .nav-dropdown{display:block;width:100%;}
}
@media(max-width:650px){
  .nav-wrap{gap:10px;}
  .brand{gap:9px;}
  .brand-icon{width:40px;height:40px;border-radius:12px;}
  .brand-icon img{width:30px;height:30px;}
  .brand strong{font-size:.9rem;}
  .brand small{font-size:.54rem;letter-spacing:.12em;}
  .nav-actions{gap:6px;}
  .nav-actions .cart-count-badge{padding:7px 9px;min-height:34px;}
  .theme-toggle,.menu-toggle{min-width:34px;min-height:34px;padding:6px 8px;}
}


/* STEP 50 — Homepage visual depth and professional polish only */
.home-store-layout{
  gap:28px;
  padding-top:26px;
}
.home-category-sidebar{
  filter:drop-shadow(0 18px 34px rgba(15,23,42,.05));
}
.sidebar-category-list,
.sidebar-build-card,
.home-panel-hero,
.popular-category-panel,
.featured-home-section,
.home-main-column .trust-strip,
.home-main-column .conversion-grid > a,
.popular-category-grid a,
.featured-home-section .product-card{
  border-radius:18px;
}
.sidebar-title{
  border-radius:18px 18px 0 0;
  box-shadow:0 14px 30px rgba(15,23,42,.10);
}
.sidebar-category-list{
  border-color:rgba(148,163,184,.20);
  box-shadow:0 18px 40px rgba(15,23,42,.08);
}
.sidebar-category-list a{
  transition:background .18s ease,color .18s ease,padding-left .18s ease;
}
.sidebar-category-list a:hover{
  padding-left:18px;
}
.sidebar-build-card{
  box-shadow:0 18px 42px rgba(4,91,199,.18);
}
.home-panel-hero{
  border-color:rgba(148,163,184,.18);
  box-shadow:0 22px 52px rgba(15,23,42,.12);
}
.home-main-column .trust-strip{
  padding:10px;
  background:rgba(255,255,255,.62);
  border:1px solid rgba(148,163,184,.16);
  box-shadow:0 16px 36px rgba(15,23,42,.07);
}
.home-main-column .trust-item{
  border-radius:14px;
  box-shadow:none;
}
.home-main-column .conversion-grid{
  padding:10px;
  border-radius:18px;
  background:linear-gradient(180deg,rgba(15,23,42,.04),rgba(15,23,42,.015));
  border:1px solid rgba(148,163,184,.14);
}
.home-main-column .conversion-grid > a{
  box-shadow:0 12px 28px rgba(15,23,42,.07);
}
.home-main-column .conversion-grid > a:hover{
  transform:translateY(-3px);
  box-shadow:0 18px 36px rgba(15,23,42,.12);
}
.popular-category-panel,
.featured-home-section{
  border-color:rgba(148,163,184,.18);
  box-shadow:0 20px 44px rgba(15,23,42,.09);
}
.home-section-heading{
  padding-bottom:3px;
}
.home-section-heading h2,
.featured-home-section .shop-toolbar h2{
  letter-spacing:-.04em;
}
.popular-category-grid a{
  border-color:rgba(148,163,184,.18);
  box-shadow:0 12px 28px rgba(15,23,42,.06);
}
.popular-category-grid a:hover{
  transform:translateY(-3px);
  box-shadow:0 20px 36px rgba(15,23,42,.11);
}
.featured-home-section .product-card{
  border-color:rgba(148,163,184,.18);
  box-shadow:0 12px 28px rgba(15,23,42,.07);
}
.featured-home-section .product-card:hover{
  transform:translateY(-4px);
  box-shadow:0 20px 42px rgba(15,23,42,.13);
}
.featured-home-section .mini-btn{
  border-radius:10px;
}
html[data-theme="dark"] .home-main-column .trust-strip,
html[data-theme="dark"] .home-main-column .conversion-grid{
  background:rgba(15,23,42,.54);
  border-color:rgba(148,163,184,.14);
}
html[data-theme="dark"] .popular-category-grid a{
  background:linear-gradient(180deg,rgba(15,23,42,.96),rgba(15,23,42,.84));
}
@media(max-width:1100px){
  .home-store-layout{gap:22px;}
}
@media(max-width:820px){
  .home-store-layout{gap:18px;padding-top:18px;}
  .home-main-column .trust-strip,
  .home-main-column .conversion-grid{padding:8px;}
}

/* STEP 51 — Homepage mobile and tablet responsive polish only */
@media(max-width:860px){
  .home-store-layout{
    padding-top:16px;
  }
  .home-category-sidebar{
    gap:10px;
  }
  .sidebar-title{
    border-radius:16px;
    margin-bottom:0;
  }
  .sidebar-category-list{
    margin-top:0;
    border-top:1px solid rgba(148,163,184,.20);
    border-radius:16px;
  }
  .sidebar-category-list a{
    min-height:38px;
    padding:8px 12px;
  }
  .sidebar-category-list a:hover{
    padding-left:12px;
  }
  .sidebar-build-card{
    display:grid;
    grid-template-columns:1fr auto;
    align-items:center;
    gap:12px;
  }
  .sidebar-build-card p{
    margin:6px 0 0;
  }
  .sidebar-build-card .btn{
    width:auto;
    white-space:nowrap;
  }
  .home-panel-hero .hero-store-card{
    min-height:260px;
  }
  .home-panel-hero h1{
    max-width:520px;
  }
  .popular-category-panel,
  .featured-home-section{
    padding:16px;
  }
}

@media(max-width:650px){
  .home-store-layout{
    padding-top:12px;
  }
  .sidebar-title{
    padding:12px 14px;
  }
  .sidebar-category-list{
    grid-template-columns:1fr 1fr;
  }
  .sidebar-category-list a{
    grid-template-columns:22px 1fr;
    font-size:.78rem;
  }
  .sidebar-category-list b{
    display:none;
  }
  .sidebar-build-card{
    grid-template-columns:1fr;
  }
  .sidebar-build-card .btn{
    width:100%;
  }
  .home-panel-hero,
  .popular-category-panel,
  .featured-home-section,
  .home-main-column .trust-strip,
  .home-main-column .conversion-grid{
    border-radius:16px;
  }
  .home-panel-hero .hero-copy{
    padding:28px 20px;
  }
  .home-panel-hero .hero-store-card{
    min-height:238px;
  }
  .home-panel-hero h1{
    font-size:clamp(1.82rem,10vw,2.42rem);
  }
  .home-panel-hero .hero-text{
    font-size:.92rem;
  }
  .home-panel-hero .hero-actions{
    display:grid;
    grid-template-columns:1fr;
    gap:10px;
  }
  .home-panel-hero .hero-actions .btn{
    width:100%;
    justify-content:center;
  }
  .home-main-column .trust-strip,
  .home-main-column .conversion-grid{
    gap:8px;
    padding:8px;
  }
  .home-main-column .trust-item,
  .home-main-column .conversion-grid > a{
    padding:11px 12px;
  }
  .popular-category-panel,
  .featured-home-section{
    padding:14px;
  }
  .popular-category-grid{
    gap:9px;
  }
  .featured-home-section .product-media img{
    height:170px;
  }
}

@media(max-width:420px){
  .sidebar-category-list{
    grid-template-columns:1fr;
  }
  .home-panel-hero .hero-copy{
    padding:24px 16px;
  }
  .popular-category-panel,
  .featured-home-section{
    padding:12px;
  }
  .featured-home-section .card-actions{
    grid-template-columns:1fr;
  }
}

/* Step 52: Public footer modernization only */
.site-footer{background:linear-gradient(135deg,#07111f 0%,#0d2747 55%,#0759b8 100%);color:#fff;padding:34px 0 0;margin-top:0}
.footer-grid{display:grid;grid-template-columns:1.25fr .7fr .7fr;gap:32px;align-items:start}
.footer-brand strong{display:block;font-size:1.25rem;font-weight:900;letter-spacing:.02em;text-transform:uppercase;margin-bottom:8px}
.footer-brand p{max-width:420px;color:rgba(255,255,255,.76);font-size:.92rem;line-height:1.55;margin-bottom:16px}
.footer-links{display:grid;gap:8px;align-content:start}
.footer-links h3{font-size:.78rem;text-transform:uppercase;letter-spacing:.12em;color:#8ec5ff;margin-bottom:4px}
.footer-links a{color:rgba(255,255,255,.82);font-weight:800;font-size:.88rem;transition:.2s ease}
.footer-links a:hover{color:#fff;transform:translateX(3px)}
.site-footer .socials{gap:10px}
.site-footer .socials a{width:32px;height:32px;background:rgba(255,255,255,.12);border:1px solid rgba(255,255,255,.22);color:#fff;border-radius:999px;transition:.2s ease}
.site-footer .socials a:hover{background:#fff;color:#0759b8;transform:translateY(-2px)}
.footer-bottom{display:flex;align-items:center;justify-content:space-between;gap:14px;margin-top:26px;padding:16px 0;border-top:1px solid rgba(255,255,255,.14);color:rgba(255,255,255,.72);font-size:.84rem}
.footer-bottom a{color:rgba(255,255,255,.84);font-weight:800}
@media(max-width:800px){.footer-grid{grid-template-columns:1fr 1fr}.footer-brand{grid-column:1/-1}.footer-bottom{flex-direction:column;align-items:flex-start}}
@media(max-width:520px){.footer-grid{grid-template-columns:1fr;gap:22px}.site-footer{padding-top:28px}.footer-bottom{align-items:center;text-align:center}}

/* Step 53: Shop page sidebar/catalog polish only */
.shop-store-section{background:#fff}
.shop-store-layout{display:grid;grid-template-columns:260px minmax(0,1fr);gap:22px;align-items:start}
.shop-category-sidebar{position:sticky;top:92px;background:rgba(255,255,255,.96);border:1px solid rgba(148,163,184,.20);border-radius:20px;box-shadow:0 18px 42px rgba(15,23,42,.08);overflow:hidden}
.shop-category-sidebar .sidebar-title{background:linear-gradient(135deg,#07111f,#0d2747);color:#fff;padding:16px 18px;border-radius:0}
.shop-category-sidebar .sidebar-title span{display:block;font-weight:900;text-transform:uppercase;letter-spacing:.08em;font-size:.78rem}
.shop-category-sidebar .sidebar-title small{display:block;color:rgba(255,255,255,.72);font-size:.74rem;margin-top:4px}
.shop-category-sidebar .sidebar-build-card{margin:14px;border-radius:16px;background:linear-gradient(135deg,rgba(7,89,184,.10),rgba(14,165,233,.08));border:1px solid rgba(7,89,184,.16);padding:14px}
.shop-category-sidebar .sidebar-build-card strong{font-size:.9rem}
.shop-category-sidebar .sidebar-build-card p{font-size:.78rem;line-height:1.45;color:var(--muted);margin:5px 0 10px}
.shop-category-sidebar .sidebar-build-card .btn{width:100%;justify-content:center;padding:9px 12px;font-size:.78rem}
.shop-main-panel{background:rgba(255,255,255,.96);border:1px solid rgba(148,163,184,.18);border-radius:22px;box-shadow:0 18px 44px rgba(15,23,42,.07);padding:18px}
.shop-main-panel .shop-toolbar{display:grid;grid-template-columns:1fr minmax(220px,340px) minmax(140px,170px) minmax(150px,180px);align-items:end;gap:12px;margin:0 0 18px;padding-bottom:14px;border-bottom:1px solid rgba(148,163,184,.18)}
.shop-main-panel .shop-toolbar h2{font-size:1.45rem;line-height:1.1;margin-top:2px}
.shop-main-panel .shop-search,.shop-main-panel .shop-select{height:42px;border-color:rgba(148,163,184,.28);background:#fff;box-shadow:0 8px 18px rgba(15,23,42,.04)}
.shop-main-panel .shop-select{border-radius:999px;padding:0 12px;font-weight:800;color:var(--text)}
.shop-main-panel .product-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:18px}
html[data-theme="dark"] .shop-store-section{background:linear-gradient(180deg,#07111f 0%,#0b1524 100%)}
html[data-theme="dark"] .shop-category-sidebar,html[data-theme="dark"] .shop-main-panel{background:rgba(15,23,42,.94);border-color:rgba(148,163,184,.18)}
html[data-theme="dark"] .shop-main-panel .shop-search,html[data-theme="dark"] .shop-main-panel .shop-select{background:#0f172a;color:#e5eefb;border-color:rgba(148,163,184,.22)}
@media(max-width:1100px){.shop-store-layout{grid-template-columns:220px minmax(0,1fr);gap:16px}.shop-main-panel .shop-toolbar{grid-template-columns:1fr 1fr}.shop-main-panel .product-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}
@media(max-width:820px){.shop-store-layout{grid-template-columns:1fr}.shop-category-sidebar{position:static}.shop-category-sidebar .sidebar-category-list{display:grid;grid-template-columns:repeat(2,minmax(0,1fr))}.shop-category-sidebar .sidebar-build-card{display:grid;grid-template-columns:1fr auto;align-items:center}.shop-category-sidebar .sidebar-build-card .btn{width:auto}.shop-main-panel .shop-toolbar{grid-template-columns:1fr}.shop-main-panel .shop-search{width:100%}}
@media(max-width:520px){.shop-main-panel{padding:12px;border-radius:16px}.shop-category-sidebar{border-radius:16px}.shop-category-sidebar .sidebar-category-list{grid-template-columns:1fr}.shop-category-sidebar .sidebar-build-card{grid-template-columns:1fr}.shop-category-sidebar .sidebar-build-card .btn{width:100%}.shop-main-panel .product-grid{grid-template-columns:1fr}.shop-main-panel .shop-toolbar{gap:10px}}


/* Step 54: Product detail page storefront polish only */
.product-detail-section{background:#fff}
.product-detail-section .detail-layout{grid-template-columns:minmax(280px,.95fr) minmax(0,1.05fr);gap:24px;align-items:start}
.detail-media{background:rgba(255,255,255,.96);border:1px solid rgba(148,163,184,.18);border-radius:22px;box-shadow:0 20px 48px rgba(15,23,42,.08);padding:18px;position:sticky;top:92px}
.detail-media img{width:100%;height:430px;object-fit:contain;background:linear-gradient(135deg,#f8fafc,#eef6ff);border-radius:18px;border:1px solid rgba(148,163,184,.18);box-shadow:none;padding:22px}
.detail-media .detail-help{margin-top:14px;border-radius:16px;box-shadow:none;background:linear-gradient(135deg,rgba(7,89,184,.08),rgba(14,165,233,.07));border-color:rgba(7,89,184,.16);padding:14px}
.detail-media .detail-help strong{display:block;font-size:.88rem;margin-bottom:3px}
.detail-media .detail-help span{font-size:.8rem;line-height:1.45}
.detail-card{border-radius:22px;border:1px solid rgba(148,163,184,.18);box-shadow:0 20px 48px rgba(15,23,42,.08);padding:24px;background:rgba(255,255,255,.97)}
.detail-card h1{font-size:clamp(1.8rem,3vw,2.55rem);line-height:1.05;letter-spacing:-.035em;margin:4px 0 10px}
.detail-card .hero-text{font-size:1rem;line-height:1.65;color:var(--muted);max-width:680px}
.detail-card .price-row{background:var(--light);border:1px solid rgba(148,163,184,.18);border-radius:18px;padding:14px 16px;margin:18px 0 4px}
.detail-price{font-size:1.8rem;color:#0759b8}
.detail-card .rating{background:#fff;border:1px solid rgba(148,163,184,.18);border-radius:999px;padding:7px 10px;color:#b45309;white-space:nowrap}
.purchase-row{background:rgba(7,89,184,.045);border:1px solid rgba(7,89,184,.12);border-radius:18px;padding:14px;margin:16px 0;display:grid;grid-template-columns:1fr 1fr;gap:10px}
.purchase-row .btn{width:100%;justify-content:center;min-height:44px}
.spec-grid{gap:12px;margin-top:14px}
.spec-grid div{border-color:rgba(148,163,184,.18);border-radius:16px;background:#fff;box-shadow:0 8px 18px rgba(15,23,42,.04)}
.spec-grid strong{font-size:.72rem;text-transform:uppercase;letter-spacing:.08em;color:var(--blue)}
.spec-grid span{display:inline-block;margin-top:4px;color:var(--text);font-weight:800;font-size:.88rem}
.product-extra{margin-top:18px;padding-top:18px;border-top:1px solid rgba(148,163,184,.18)}
.product-extra h2{font-size:1rem;text-transform:uppercase;letter-spacing:.08em;color:var(--text);margin:16px 0 8px}
.product-extra ul{background:var(--light);border:1px solid rgba(148,163,184,.18);border-radius:16px;padding:14px 16px 14px 34px;gap:7px}
.review-blocks div{border-radius:16px;background:#fff;border-color:rgba(148,163,184,.18)}
.related-products{background:rgba(255,255,255,.96);border:1px solid rgba(148,163,184,.18);border-radius:22px;box-shadow:0 20px 48px rgba(15,23,42,.07);padding:20px;margin-top:0}
.related-products h2{font-size:1.35rem;letter-spacing:-.025em;margin-bottom:14px}
.related-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:16px}
html[data-theme="dark"] .product-detail-section{background:linear-gradient(180deg,#07111f 0%,#0b1524 100%)}
html[data-theme="dark"] .detail-media,html[data-theme="dark"] .detail-card,html[data-theme="dark"] .related-products{background:rgba(15,23,42,.94);border-color:rgba(148,163,184,.18)}
html[data-theme="dark"] .detail-media img,html[data-theme="dark"] .detail-card .price-row,html[data-theme="dark"] .product-extra ul{background:#0b1220;border-color:rgba(148,163,184,.18)}
html[data-theme="dark"] .detail-card .rating,html[data-theme="dark"] .spec-grid div,html[data-theme="dark"] .review-blocks div{background:#0f172a;border-color:rgba(148,163,184,.18)}
@media(max-width:1050px){.product-detail-section .detail-layout{grid-template-columns:1fr}.detail-media{position:static}.detail-media img{height:360px}.related-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}
@media(max-width:650px){.product-detail-section .detail-layout{gap:16px}.detail-media,.detail-card,.related-products{border-radius:16px;padding:14px}.detail-media img{height:260px;border-radius:14px;padding:14px}.detail-card h1{font-size:1.65rem}.detail-card .price-row{align-items:flex-start;gap:10px;flex-direction:column}.purchase-row{grid-template-columns:1fr}.spec-grid{grid-template-columns:1fr}.related-grid{grid-template-columns:1fr}}


/* Step 55: cart and checkout storefront polish — visual/layout only */
.cart-layout{
  grid-template-columns:minmax(0,1fr) 360px;
  gap:24px;
}
.cart-list,
.summary-card,
.checkout-card{
  border-radius:22px;
  border:1px solid rgba(148,163,184,.22);
  box-shadow:0 18px 42px rgba(15,23,42,.08);
  background:linear-gradient(180deg,rgba(255,255,255,.98),rgba(248,250,252,.92));
}
html[data-theme="dark"] .cart-list,
html[data-theme="dark"] .summary-card,
html[data-theme="dark"] .checkout-card{
  background:linear-gradient(180deg,rgba(15,23,42,.98),rgba(15,23,42,.88));
}
.cart-list{
  display:grid;
  gap:14px;
}
.cart-item{
  grid-template-columns:104px minmax(0,1fr) auto;
  gap:18px;
  padding:15px;
  border:1px solid rgba(148,163,184,.18);
  border-radius:18px;
  background:rgba(255,255,255,.72);
  transition:transform .18s ease, box-shadow .18s ease, border-color .18s ease;
}
.cart-item:last-child{border-bottom:1px solid rgba(148,163,184,.18);}
.cart-item:hover{
  transform:translateY(-2px);
  border-color:rgba(37,99,235,.26);
  box-shadow:0 14px 30px rgba(15,23,42,.08);
}
html[data-theme="dark"] .cart-item{background:rgba(15,23,42,.55);}
.cart-item img{
  width:104px;
  height:84px;
  border-radius:14px;
  border:1px solid rgba(148,163,184,.2);
  background:var(--light);
}
.cart-item h3{
  font-size:1rem;
  line-height:1.25;
}
.cart-item p{font-size:.78rem;}
.cart-item-price{font-size:.82rem!important;}
.line-total{
  align-self:center;
  font-size:1rem;
  color:var(--text);
  white-space:nowrap;
}
.qty-controls{
  gap:8px;
  align-items:center;
}
.qty-controls button,
.cart-qty-input{
  border-radius:999px;
}
.qty-controls button{
  border-color:rgba(148,163,184,.35);
  font-weight:900;
  transition:background .18s ease, color .18s ease, border-color .18s ease;
}
.qty-controls button:hover{
  background:var(--blue);
  border-color:var(--blue);
  color:#fff!important;
}
.cart-remove{
  background:rgba(239,68,68,.08)!important;
  border-color:rgba(239,68,68,.18)!important;
}
.cart-remove:hover{
  background:#dc2626!important;
  border-color:#dc2626!important;
  color:#fff!important;
}
.summary-card{
  position:sticky;
  top:96px;
  padding:22px;
}
.summary-card h2,
.checkout-card h2{
  font-size:1.05rem;
  letter-spacing:-.02em;
}
.summary-line{
  border-color:rgba(148,163,184,.22);
}
.summary-actions{
  display:grid;
  gap:10px;
  margin-top:16px;
}
.summary-actions .btn,
.summary-card .btn{
  width:100%;
  justify-content:center;
}
.checkout-layout{
  grid-template-columns:minmax(0,1fr) 360px;
  gap:24px;
}
.checkout-main{
  gap:18px;
}
.checkout-card{
  padding:24px;
}
.checkout-item{
  grid-template-columns:96px minmax(0,1fr) auto;
  gap:16px;
  padding:14px 0;
}
.checkout-item img{
  width:96px;
  height:74px;
  border-radius:14px;
}
.checkout-item h3{
  font-size:.98rem;
}
.checkout-form input,
.checkout-form textarea{
  border-radius:12px;
  border-color:rgba(148,163,184,.32);
  background:rgba(255,255,255,.92);
}
.payment-options{
  border-radius:18px;
  border-color:rgba(148,163,184,.22);
  background:rgba(248,250,252,.75);
}
.payment-option{
  border-radius:14px;
  transition:border-color .18s ease, box-shadow .18s ease, transform .18s ease;
}
.payment-option:hover{
  transform:translateY(-1px);
  border-color:rgba(37,99,235,.28);
}
.checkout-summary{
  top:96px;
}
@media(max-width:900px){
  .cart-layout,
  .checkout-layout{
    grid-template-columns:1fr;
  }
  .summary-card,
  .checkout-summary{
    position:static;
  }
}
@media(max-width:650px){
  .cart-item{
    grid-template-columns:78px minmax(0,1fr);
    padding:12px;
  }
  .cart-item img{
    width:78px;
    height:70px;
  }
  .cart-item .line-total{
    grid-column:2;
  }
  .qty-controls{
    gap:6px;
  }
  .cart-qty-input{
    width:58px;
  }
  .checkout-item{
    grid-template-columns:72px minmax(0,1fr);
  }
  .checkout-item img{
    width:72px;
    height:60px;
  }
  .checkout-item strong{
    grid-column:2;
  }
}

/* Step 56: Category page/presentation polish only */
.category-landing-panel{
  position:relative;
  overflow:hidden;
  display:flex;
  justify-content:space-between;
  gap:18px;
  align-items:flex-end;
  margin:0 0 18px;
  padding:20px;
  border:1px solid rgba(7,89,184,.14);
  border-radius:20px;
  background:linear-gradient(135deg,#07111f 0%,#0d2747 54%,#0759b8 100%);
  color:#fff;
  box-shadow:0 18px 38px rgba(15,23,42,.12);
}
.category-landing-panel::before{
  content:var(--category-icon,"🛒");
  position:absolute;
  right:24px;
  top:6px;
  font-size:6.2rem;
  line-height:1;
  opacity:.12;
  transform:rotate(-8deg);
}
.category-landing-panel .section-label{color:#89c2ff;margin:0 0 5px;}
.category-landing-panel h2{position:relative;font-size:1.85rem;line-height:1.08;margin:0 0 6px;color:#fff;}
.category-landing-panel p{position:relative;max-width:560px;color:rgba(255,255,255,.78);font-size:.92rem;line-height:1.55;margin:0;}
.category-landing-stats{position:relative;display:flex;gap:8px;flex-wrap:wrap;justify-content:flex-end;min-width:190px;}
.category-landing-stats span{display:inline-flex;align-items:center;justify-content:center;border:1px solid rgba(255,255,255,.18);background:rgba(255,255,255,.10);border-radius:999px;padding:8px 11px;color:#fff;font-size:.76rem;font-weight:900;white-space:nowrap;}
.shop-category-sidebar .sidebar-category-list a.active{background:linear-gradient(135deg,rgba(7,89,184,.12),rgba(14,165,233,.08));color:var(--blue);font-weight:950;}
.shop-category-sidebar .sidebar-category-list a.active b{color:var(--blue);}
.shop-category-sidebar .sidebar-category-list a.active::after{content:"";width:6px;height:6px;border-radius:50%;background:var(--blue);margin-left:auto;box-shadow:0 0 0 4px rgba(7,89,184,.10);}
.shop-category-sidebar .sidebar-category-list a.active b{display:none;}
.shop-main-panel .shop-toolbar{background:rgba(248,251,255,.72);border:1px solid rgba(148,163,184,.16);border-radius:18px;padding:14px;margin-bottom:18px;}
html[data-theme="dark"] .category-landing-panel{border-color:rgba(96,165,250,.22);box-shadow:0 18px 38px rgba(0,0,0,.24);}
html[data-theme="dark"] .shop-main-panel .shop-toolbar{background:rgba(15,23,42,.68);border-color:rgba(148,163,184,.16);}
@media(max-width:820px){
  .category-landing-panel{align-items:flex-start;flex-direction:column;padding:18px;}
  .category-landing-stats{justify-content:flex-start;min-width:0;}
  .category-landing-panel::before{font-size:5rem;right:16px;top:10px;}
}
@media(max-width:520px){
  .category-landing-panel{border-radius:16px;padding:16px;}
  .category-landing-panel h2{font-size:1.45rem;}
  .category-landing-panel p{font-size:.84rem;}
  .category-landing-stats span{width:100%;}
}

/* Step 57: shop search and filter polish */
.shop-main-panel .shop-toolbar{
  grid-template-columns:minmax(220px,1.1fr) minmax(240px,1.4fr) repeat(4,minmax(130px,.75fr)) auto;
  align-items:end;
  gap:12px;
}
.shop-filter-group{
  display:grid;
  gap:6px;
}
.shop-filter-group label{
  color:var(--muted);
  font-size:.68rem;
  font-weight:900;
  letter-spacing:.08em;
  text-transform:uppercase;
}
.shop-main-panel .shop-search{
  width:100%;
  padding-left:42px;
  background-image:linear-gradient(transparent,transparent),url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='18' viewBox='0 0 24 24' fill='none' stroke='%2364758b' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Ccircle cx='11' cy='11' r='8'/%3E%3Cpath d='m21 21-4.3-4.3'/%3E%3C/svg%3E");
  background-repeat:no-repeat;
  background-position:14px center;
  background-size:18px;
}
.shop-reset-btn{
  height:42px;
  border:1px solid rgba(37,99,235,.24);
  border-radius:999px;
  background:rgba(37,99,235,.08);
  color:var(--blue);
  font-weight:900;
  padding:0 16px;
  cursor:pointer;
  transition:transform .18s ease, background .18s ease, color .18s ease, border-color .18s ease;
}
.shop-reset-btn:hover{
  transform:translateY(-1px);
  background:var(--blue);
  border-color:var(--blue);
  color:#fff;
}
.shop-results-bar{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:12px;
  margin:-4px 0 18px;
  padding:10px 14px;
  border:1px solid rgba(148,163,184,.18);
  border-radius:14px;
  background:rgba(248,250,252,.76);
  color:var(--muted);
  font-size:.78rem;
  font-weight:800;
}
.shop-results-bar span:first-child{
  color:var(--text);
  font-weight:950;
}
html[data-theme="dark"] .shop-results-bar{
  background:rgba(15,23,42,.45);
  border-color:rgba(148,163,184,.18);
}
html[data-theme="dark"] .shop-reset-btn{
  background:rgba(96,165,250,.12);
  border-color:rgba(96,165,250,.24);
  color:#93c5fd;
}
html[data-theme="dark"] .shop-reset-btn:hover{
  background:#2563eb;
  border-color:#2563eb;
  color:#fff;
}
@media(max-width:1280px){
  .shop-main-panel .shop-toolbar{
    grid-template-columns:1fr 1fr 1fr;
  }
  .shop-main-panel .shop-toolbar>div:first-child,
  .shop-main-panel .shop-search{
    grid-column:span 3;
  }
  .shop-reset-btn{width:100%;}
}
@media(max-width:820px){
  .shop-main-panel .shop-toolbar{
    grid-template-columns:1fr 1fr;
  }
  .shop-main-panel .shop-toolbar>div:first-child,
  .shop-main-panel .shop-search{
    grid-column:1/-1;
  }
  .shop-results-bar{
    align-items:flex-start;
    flex-direction:column;
  }
}
@media(max-width:560px){
  .shop-main-panel .shop-toolbar{
    grid-template-columns:1fr;
  }
  .shop-main-panel .shop-toolbar>div:first-child,
  .shop-main-panel .shop-search{
    grid-column:auto;
  }
}

/* Step 58 customer account / order history polish */
.account-page-title{background:#fff}
.account-section{background:#fff}
.account-layout{display:grid;grid-template-columns:280px minmax(0,1fr);gap:22px;align-items:start}
.account-sidebar{position:sticky;top:96px;display:grid;gap:16px}
.account-profile-card,.account-help-card,.account-main{background:var(--panel);border:1px solid rgba(148,163,184,.22);border-radius:24px;box-shadow:0 16px 34px rgba(15,23,42,.08)}
.account-profile-card{display:flex;align-items:center;gap:12px;padding:16px}
.account-profile-card strong{display:block;font-size:.95rem}
.account-profile-card small{display:block;color:var(--muted);font-weight:700;margin-top:2px}
.account-avatar{width:46px;height:46px;border-radius:16px;display:inline-flex;align-items:center;justify-content:center;background:linear-gradient(135deg,var(--blue),#0f172a);color:#fff;font-weight:900;letter-spacing:.04em}
.account-menu{display:grid;background:var(--panel);border:1px solid rgba(148,163,184,.22);border-radius:24px;box-shadow:0 16px 34px rgba(15,23,42,.08);padding:10px}
.account-menu a{display:flex;align-items:center;justify-content:space-between;gap:10px;border-radius:16px;padding:11px 12px;color:var(--text);font-weight:900;text-decoration:none;transition:.2s ease}
.account-menu a:hover,.account-menu a.active{background:rgba(7,89,184,.09);color:var(--blue);transform:translateX(2px)}
.account-menu a.active:after{content:'•';font-size:1.2rem;line-height:1;color:var(--blue)}
.account-help-card{padding:18px}
.account-help-card p{color:var(--muted);font-size:.82rem;line-height:1.55;margin:8px 0 14px}
.account-help-card .btn{width:100%}
.account-main{padding:22px;overflow:hidden}
.account-panel-heading{display:flex;align-items:center;justify-content:space-between;gap:16px;margin-bottom:18px;border-bottom:1px solid rgba(148,163,184,.22);padding-bottom:16px}
.account-panel-heading h2{margin:2px 0 5px;font-size:1.45rem}
.account-panel-heading p{color:var(--muted);margin:0}
.account-main .order-history{max-width:none}
.account-main .empty-state{border:1px dashed rgba(148,163,184,.45);border-radius:20px;background:rgba(248,250,252,.78)}
.account-main .receipt-card{box-shadow:0 18px 38px rgba(15,23,42,.09);border-color:rgba(148,163,184,.24)}
html[data-theme="dark"] .account-page-title,html[data-theme="dark"] .account-section{background:linear-gradient(180deg,#07111f 0%,#0b1524 100%)}
html[data-theme="dark"] .account-main .empty-state{background:rgba(15,23,42,.55)}
@media(max-width:920px){.account-layout{grid-template-columns:1fr}.account-sidebar{position:static}.account-menu{grid-template-columns:repeat(2,minmax(0,1fr))}.account-help-card .btn{width:max-content}}
@media(max-width:620px){.account-main{padding:16px;border-radius:18px}.account-panel-heading{align-items:stretch;flex-direction:column}.account-panel-heading .btn{width:100%}.account-menu{grid-template-columns:1fr}.account-profile-card,.account-help-card,.account-menu{border-radius:18px}.account-help-card .btn{width:100%}}

/* Customer account authentication and secured order panels */
.account-auth-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:22px;align-items:start}
.account-auth-grid>.account-card{padding:24px}
.account-auth-grid>.account-reset-card{grid-column:1/-1;max-width:720px;width:100%;justify-self:center}
.account-copy{color:var(--muted);margin:6px 0 18px}
.account-form-stack{display:grid;gap:14px}
.account-form-stack label{display:grid;gap:7px;color:var(--text);font-weight:900}
.account-form-stack label small{color:var(--muted);font-weight:700;line-height:1.4}
.account-form-stack input{width:100%}
.account-form-stack .btn{justify-self:start}
.account-code-form{margin-top:18px;padding-top:18px;border-top:1px solid rgba(148,163,184,.26)}
.account-text-button,.account-menu-button{border:0;background:transparent;color:var(--blue);font:inherit;font-weight:900;cursor:pointer;text-align:left;padding:10px 0}
.account-menu-button{display:flex;width:100%;border-radius:16px;padding:11px 12px;color:var(--text)}
.account-menu-button:hover{background:rgba(7,89,184,.09);color:var(--blue)}
.account-loading{padding:28px;text-align:center;color:var(--muted);font-weight:900}
.account-form-status{min-height:1.5em;color:#b42318;font-weight:800;line-height:1.45}
.account-form-status.is-success,.account-settings-status.is-success{color:#067647}
.account-order-list{display:grid;gap:14px}
.account-order-card{border:1px solid rgba(148,163,184,.28);border-radius:18px;padding:18px;background:var(--panel)}
.account-order-head{display:flex;justify-content:space-between;align-items:flex-start;gap:16px}
.account-order-head small{color:var(--muted);font-weight:900;letter-spacing:.08em}
.account-order-head h3{margin:2px 0 0}
.account-order-meta{color:var(--muted);font-weight:800;margin:10px 0}
.account-order-items{margin:0 0 14px 20px;color:var(--muted)}
@media(max-width:820px){.account-auth-grid{grid-template-columns:1fr}.account-auth-grid>.account-reset-card{grid-column:auto}}

/* Techub UI foundation: storefront components */
.storefront-shell,
.home-main-panel,
.shop-main-panel,
.featured-products-panel,
.account-main,
.account-profile-card,
.account-help-card,
.account-menu,
.cart-list,
.summary-card,
.checkout-card,
.checkout-summary,
.detail-card,
.product-card,
.category-tile,
.popular-categories-panel,
.trust-card,
.shopping-card{
  border-color:rgba(148,163,184,.24);
  box-shadow:var(--shadow-sm);
}
.home-main-panel,
.shop-main-panel,
.featured-products-panel,
.account-main,
.cart-list,
.summary-card,
.checkout-card,
.checkout-summary,
.detail-card{
  border-radius:var(--radius-xl);
}
.product-card,
.category-tile,
.trust-card,
.shopping-card,
.popular-category-card,
.account-profile-card,
.account-help-card,
.account-menu{
  border-radius:var(--radius-lg);
}
.product-card,
.category-tile,
.trust-card,
.shopping-card,
.popular-category-card{
  transition:transform var(--transition-base),box-shadow var(--transition-base),border-color var(--transition-base);
}
.product-card:hover,
.category-tile:hover,
.trust-card:hover,
.shopping-card:hover,
.popular-category-card:hover{
  transform:translateY(-3px);
  box-shadow:var(--shadow-md);
  border-color:rgba(8,116,238,.24);
}
.product-media,.product-media img{
  border-top-left-radius:inherit;
  border-top-right-radius:inherit;
}
.product-card h3,.category-tile h3,.trust-card strong,.shopping-card strong{letter-spacing:-.02em}
.price,.detail-price,.summary-line.total{letter-spacing:-.025em}
.sidebar-category-list a,.account-menu a{border-radius:var(--radius-md)}
.shop-main-panel .shop-toolbar,.shop-results-bar,.category-landing-panel{border-radius:var(--radius-lg)}
.badge,.cart-count-badge strong,.status-pill,.category-landing-stats span{letter-spacing:.055em}
.mini-cart-panel,.payment-options,.payment-option,checkout-status{border-radius:var(--radius-lg)}
.account-main,.checkout-card,.summary-card,.detail-card{padding:var(--space-6)}
.account-panel-heading{margin-bottom:var(--space-5);padding-bottom:var(--space-4)}
@media(max-width:650px){
  .home-main-panel,.shop-main-panel,.featured-products-panel,.account-main,
  .cart-list,.summary-card,.checkout-card,.checkout-summary,.detail-card{
    border-radius:var(--radius-lg);
  }
  .product-card,.category-tile,.trust-card,.shopping-card,.popular-category-card{
    border-radius:var(--radius-md);
  }
  .account-main,.checkout-card,.summary-card,.detail-card{padding:var(--space-4)}
}


/* Step 60: homepage conversion pass — public-facing visual/content polish only */
.home-conversion-showcase{
  display:grid;
  grid-template-columns:minmax(260px,.9fr) minmax(0,1.1fr);
  gap:18px;
  align-items:stretch;
}
.conversion-feature-card,
.brand-showcase-panel,
.store-help-panel{
  border:1px solid rgba(148,163,184,.22);
  border-radius:24px;
  background:var(--panel);
  box-shadow:0 18px 42px rgba(15,23,42,.08);
}
.conversion-feature-card{
  padding:26px;
  background:linear-gradient(135deg,#07172f 0%,#0f2f61 58%,#0759b8 100%);
  color:#fff;
  overflow:hidden;
  position:relative;
}
.conversion-feature-card:after{
  content:'';
  position:absolute;
  width:170px;
  height:170px;
  right:-58px;
  bottom:-62px;
  border-radius:999px;
  background:rgba(255,255,255,.12);
}
.conversion-feature-card .section-label{color:#bfdbfe;position:relative;z-index:1}
.conversion-feature-card h2{color:#fff;margin:8px 0 10px;position:relative;z-index:1}
.conversion-feature-card p{color:#dbeafe;line-height:1.65;margin:0 0 18px;position:relative;z-index:1}
.conversion-feature-actions{display:flex;gap:10px;flex-wrap:wrap;position:relative;z-index:1}
.conversion-feature-actions .btn-outline{border-color:rgba(255,255,255,.48);color:#fff;background:rgba(255,255,255,.08)}
.conversion-mini-grid{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:14px;
}
.conversion-mini-grid a,
.buying-path-card{
  text-decoration:none;
  color:var(--text);
  border:1px solid rgba(148,163,184,.22);
  border-radius:20px;
  background:var(--panel);
  box-shadow:0 14px 32px rgba(15,23,42,.07);
  transition:transform .2s ease, box-shadow .2s ease, border-color .2s ease;
}
.conversion-mini-grid a{
  display:grid;
  gap:6px;
  padding:18px;
}
.conversion-mini-grid a:hover,
.buying-path-card:hover{
  transform:translateY(-3px);
  box-shadow:0 22px 48px rgba(15,23,42,.12);
  border-color:rgba(37,99,235,.28);
}
.conversion-mini-grid span{font-size:1.65rem}
.conversion-mini-grid strong{font-size:1rem;letter-spacing:-.02em}
.conversion-mini-grid em{font-style:normal;color:var(--muted);font-size:.84rem;font-weight:800;line-height:1.45}
.buying-path-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:16px}
.buying-path-card{display:flex;gap:14px;align-items:flex-start;padding:18px}
.buying-path-card>span{width:44px;height:44px;flex:0 0 44px;border-radius:16px;display:inline-flex;align-items:center;justify-content:center;background:rgba(37,99,235,.1);font-size:1.35rem}
.buying-path-card strong{display:block;font-size:1rem;margin-bottom:6px;letter-spacing:-.02em}
.buying-path-card p{margin:0;color:var(--muted);font-size:.85rem;line-height:1.55}
.brand-showcase-panel{display:grid;grid-template-columns:260px minmax(0,1fr);gap:20px;align-items:center;padding:24px}
.brand-showcase-panel h2{margin:6px 0 8px}
.store-help-panel{padding:24px}
html[data-theme="dark"] .conversion-feature-card{background:linear-gradient(135deg,#020617 0%,#0f172a 60%,#1d4ed8 100%)}
html[data-theme="dark"] .conversion-mini-grid a,
html[data-theme="dark"] .buying-path-card,
html[data-theme="dark"] .brand-showcase-panel,
html[data-theme="dark"] .store-help-panel{background:rgba(15,23,42,.72);border-color:rgba(148,163,184,.18)}
@media(max-width:980px){
  .home-conversion-showcase,.brand-showcase-panel{grid-template-columns:1fr}
  .buying-path-grid{grid-template-columns:1fr}
}
@media(max-width:620px){
  .conversion-mini-grid{grid-template-columns:1fr}
  .conversion-feature-card,.brand-showcase-panel,.store-help-panel{border-radius:18px;padding:18px}
  .buying-path-card{border-radius:18px}
}


/* Step 61: product details confidence pass — product page content/CSS only */
.product-confidence-section{
  padding-top:0;
}
.product-confidence-grid{
  display:grid;
  grid-template-columns:repeat(4,minmax(0,1fr));
  gap:16px;
}
.product-confidence-grid article{
  border:1px solid rgba(148,163,184,.22);
  border-radius:20px;
  background:var(--panel);
  box-shadow:0 14px 32px rgba(15,23,42,.07);
  padding:18px;
}
.product-confidence-grid span{
  display:inline-flex;
  width:42px;
  height:42px;
  align-items:center;
  justify-content:center;
  border-radius:16px;
  background:rgba(37,99,235,.1);
  font-size:1.25rem;
  margin-bottom:12px;
}
.product-confidence-grid strong{
  display:block;
  font-size:1rem;
  letter-spacing:-.02em;
  margin-bottom:6px;
}
.product-confidence-grid p{
  margin:0;
  color:var(--muted);
  line-height:1.55;
  font-size:.86rem;
}
html[data-theme="dark"] .product-confidence-grid article{
  background:rgba(15,23,42,.72);
  border-color:rgba(148,163,184,.18);
}
@media(max-width:980px){
  .product-confidence-grid{grid-template-columns:repeat(2,minmax(0,1fr));}
}
@media(max-width:620px){
  .product-confidence-grid{grid-template-columns:1fr;}
  .product-confidence-grid article{border-radius:18px;padding:16px;}
}

/* Step 62 deals confidence pass — deals page only */
.deals-confidence-section{padding-top:24px;padding-bottom:0}
.deals-confidence-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:14px}
.deals-confidence-grid article{background:var(--panel);border:1px solid var(--line);border-radius:12px;box-shadow:var(--shadow);padding:16px;display:grid;gap:7px}
.deals-confidence-grid span{font-size:1.35rem}
.deals-confidence-grid strong{font-size:.95rem;color:var(--text)}
.deals-confidence-grid p{color:var(--muted);font-size:.78rem;line-height:1.55}
@media(max-width:800px){.deals-confidence-grid{grid-template-columns:1fr}}



/* Step 64 order history confidence pass — orders page only */

/* STEP 65 — homepage screenshot match pass: index-only markup + scoped visual CSS */
.reference-home{background:#f5f7fb;color:#111827;}
.reference-home .site-header.reference-header{position:sticky;top:0;z-index:60;background:#02070c;border-bottom:1px solid rgba(255,255,255,.08);box-shadow:0 2px 8px rgba(15,23,42,.18);}
.reference-header-inner{height:74px;display:grid;grid-template-columns:260px minmax(300px,520px) minmax(170px,1fr);align-items:center;gap:22px;padding:0 28px;margin:0 auto;}
.reference-brand{display:flex;align-items:center;gap:12px;color:#fff;text-decoration:none;min-width:0;}
.reference-brand-mark{width:46px;height:46px;display:grid;place-items:center;}
.reference-brand-mark img{width:44px;height:44px;object-fit:contain;filter:drop-shadow(0 0 8px rgba(0,121,255,.25));}
.reference-brand strong{display:block;font-size:28px;line-height:1;font-weight:950;letter-spacing:-.035em;color:#fff;}
.reference-brand strong span{color:#0984ff;}
.reference-brand small{display:block;margin-top:4px;color:#fff;font-size:9px;letter-spacing:.14em;font-weight:900;white-space:nowrap;}
.reference-search{height:42px;display:grid;grid-template-columns:1fr 50px;border:1px solid rgba(255,255,255,.22);border-radius:5px;overflow:hidden;background:#151515;}
.reference-search input{height:100%;border:0;background:#171717;color:#fff;padding:0 16px;font-size:16px;outline:0;}
.reference-search input::placeholder{color:#d3d3d3;}
.reference-search button{border:0;background:#065bd3;color:#fff;font-size:20px;line-height:1;cursor:pointer;display:flex;align-items:center;justify-content:center;height:100%;min-width:50px;padding:0;appearance:none;-webkit-appearance:none;}
.reference-nav{display:flex;align-items:center;justify-content:flex-end;gap:28px;height:100%;}
.reference-nav a{position:relative;color:#fff;text-decoration:none;font-size:15px;font-weight:800;white-space:nowrap;}
.reference-nav a.active{color:#0a84ff;}
.reference-nav a.active::after{content:"";position:absolute;left:0;right:0;bottom:-23px;height:2px;background:#0a84ff;border-radius:999px;}
.reference-actions{display:flex;align-items:center;justify-content:flex-end;justify-self:end;gap:28px;color:#fff;}
.reference-actions a{position:relative;display:flex;align-items:center;gap:8px;color:#fff;text-decoration:none;font-size:16px;font-weight:800;white-space:nowrap;}
.reference-actions > a > span:first-child{font-size:23px;line-height:1;}.reference-account-label{font-size:15px;line-height:1;font-weight:850;}
.reference-cart{width:34px;height:34px;justify-content:center;}.reference-cart strong{position:absolute;top:-10px;right:-10px;min-width:20px;height:20px;padding:0 5px;border-radius:999px;background:#086df0;color:#fff;display:grid;place-items:center;font-size:11px;line-height:20px;}
.reference-home-main{padding:18px;}
.reference-store-shell{display:grid;grid-template-columns:266px minmax(0,1fr);gap:28px;max-width:1502px;margin:0 auto;align-items:start;}
.reference-sidebar{background:#fff;border:1px solid #d9dee7;border-radius:5px;overflow:hidden;box-shadow:0 2px 9px rgba(15,23,42,.08);}
.reference-sidebar h2{background:#050b12;color:#fff;text-transform:uppercase;font-size:14px;font-weight:900;margin:0;padding:14px 17px;}
.reference-sidebar nav{display:block;}
.reference-sidebar nav a{height:44px;display:grid;grid-template-columns:28px 1fr 15px;align-items:center;gap:4px;color:#111827;text-decoration:none;border-bottom:1px solid #e5e7eb;padding:0 15px;font-size:16px;font-weight:500;background:#fff;}
.reference-sidebar nav a span{font-size:19px;color:#111827;text-align:center;}
.reference-sidebar nav a b{font-size:27px;font-weight:300;line-height:1;}
.reference-build-card{margin:28px 0 0;background:linear-gradient(90deg,#09111f 0%,#071226 52%,rgba(7,18,38,.84)),url('../images/hero-hardware.png') right center/auto 100% no-repeat;color:#fff;padding:22px 17px 16px;min-height:191px;border-radius:4px;}
.reference-build-card strong{text-transform:uppercase;font-size:20px;line-height:1.16;font-weight:950;}
.reference-build-card p{width:142px;margin:14px 0 18px;color:#fff;font-size:14px;line-height:1.3;}
.reference-build-card a{display:inline-flex;align-items:center;justify-content:center;background:#0967e8;color:#fff;border-radius:5px;min-width:119px;height:40px;text-decoration:none;font-size:14px;font-weight:900;}
.reference-content{min-width:0;}
.reference-hero{position:relative;height:306px;border-radius:6px;overflow:hidden;background:linear-gradient(90deg,rgba(0,0,0,.95) 0%,rgba(0,0,0,.82) 29%,rgba(0,0,0,.22) 55%,rgba(0,0,0,.02) 100%),url('../images/hero-hardware.png') center/cover no-repeat;box-shadow:0 2px 9px rgba(15,23,42,.24);}
.reference-hero-copy{position:absolute;left:62px;top:43px;color:#fff;width:430px;}
.reference-hero h1{font-size:48px;line-height:1.05;font-weight:950;margin:0 0 14px;letter-spacing:-.025em;color:#fff;}
.reference-hero h1 span{color:#087cff;}
.reference-hero p{font-size:20px;line-height:1.35;margin:0 0 22px;color:#fff;}
.reference-hero a{display:inline-flex;align-items:center;justify-content:center;height:44px;min-width:136px;border-radius:5px;background:#0967e8;color:#fff;text-decoration:none;font-weight:900;font-size:16px;}
.reference-dots{position:absolute;left:50%;bottom:16px;transform:translateX(-50%);display:flex;gap:12px;}
.reference-dots span{width:10px;height:10px;border-radius:50%;background:rgba(255,255,255,.28);}
.reference-dots .active{width:12px;background:#087cff;}
.reference-trust-grid,.reference-shop-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:14px;margin-top:24px;}
.reference-trust-grid article,.reference-shop-grid a{min-height:104px;background:#fff;border:1px solid #dfe3ea;border-radius:5px;display:grid;align-items:center;box-shadow:0 1px 5px rgba(15,23,42,.05);}
.reference-trust-grid article{grid-template-columns:78px 1fr;gap:4px;padding:18px 22px;}
.reference-trust-grid article>span,.reference-shop-grid a>span{font-size:46px;color:#0967e8;text-align:center;font-weight:400;line-height:1;}
.reference-trust-grid strong,.reference-shop-grid strong{display:block;color:#111827;font-size:16px;font-weight:900;margin-bottom:4px;}
.reference-trust-grid p,.reference-shop-grid p{margin:0;color:#111827;font-size:14px;line-height:1.35;}
.reference-shop-grid{margin-top:16px;}
.reference-shop-grid a{grid-template-columns:78px 1fr 24px;text-decoration:none;padding:17px 18px;color:#111827;}
.reference-shop-grid a b{font-size:35px;font-weight:300;color:#065bd3;}
.reference-featured{margin-top:18px;}
.reference-section-head{display:flex;align-items:center;justify-content:space-between;margin:0 4px 16px;}
.reference-section-head h2{margin:0;color:#111827;font-size:23px;font-weight:950;}
.reference-section-head a{color:#065bd3;text-decoration:none;font-weight:900;font-size:15px;}
.reference-product-row{display:grid;grid-template-columns:repeat(5,1fr);gap:14px;}
.reference-product-row article{background:#fff;border:1px solid #dfe3ea;border-radius:5px;min-height:296px;padding:14px 17px 19px;display:flex;flex-direction:column;box-shadow:0 1px 5px rgba(15,23,42,.06);}
.reference-product-row img{display:block;width:100%;height:128px;object-fit:contain;margin-bottom:14px;}
.reference-product-row h3{min-height:46px;color:#111827;font-size:16px;line-height:1.3;font-weight:900;margin:0 0 14px;}
.reference-product-row strong{display:block;color:#111827;font-size:20px;font-weight:950;margin:auto 0 13px;}
.reference-product-row button{height:37px;border:0;border-radius:5px;background:#0967e8;color:#fff;font-size:15px;font-weight:900;cursor:pointer;}
.reference-footer{display:none;}
@media(max-width:1280px){.reference-header-inner{grid-template-columns:245px minmax(230px,420px) minmax(160px,1fr);gap:14px;padding:0 18px}.reference-nav{gap:16px}.reference-store-shell{grid-template-columns:250px 1fr;gap:20px}.reference-product-row{grid-template-columns:repeat(3,1fr)}}
@media(max-width:1000px){.reference-header-inner{height:auto;grid-template-columns:1fr;gap:12px;padding:14px 18px}.reference-nav,.reference-actions{justify-content:flex-start;flex-wrap:wrap}.reference-nav a.active::after{display:none}.reference-store-shell{grid-template-columns:1fr}.reference-sidebar{position:static}.reference-trust-grid,.reference-shop-grid{grid-template-columns:repeat(2,1fr)}}
@media(max-width:650px){.reference-home-main{padding:12px}.reference-hero{height:360px}.reference-hero-copy{left:24px;right:24px;top:32px;width:auto}.reference-hero h1{font-size:40px}.reference-trust-grid,.reference-shop-grid,.reference-product-row{grid-template-columns:1fr}.reference-search{grid-template-columns:1fr 48px}.reference-brand strong{font-size:24px}}

/* STEP 66 — site-wide homepage visual match pass: public page shell only */
.reference-page{background:#f5f7fb;color:#111827;}
.reference-page .reference-page-main{padding:18px;max-width:1502px;margin:0 auto;}
.reference-page .page-title{background:#fff;border:1px solid #dfe3ea;border-radius:6px;margin:0 0 18px;padding:0;box-shadow:0 1px 5px rgba(15,23,42,.06);overflow:hidden;}
.reference-page .page-title .container{max-width:none;width:100%;padding:26px 30px;}
.reference-page .page-title .section-label{color:#065bd3;font-size:13px;font-weight:950;text-transform:uppercase;letter-spacing:.08em;margin:0 0 7px;}
.reference-page .page-title h1{color:#111827;font-size:34px;line-height:1.08;font-weight:950;letter-spacing:-.025em;margin:0 0 9px;}
.reference-page .page-title p{max-width:560px;color:#374151;font-size:17px;line-height:1.45;margin:0;}
.reference-page .section{padding:0;margin:18px 0;}
.reference-page .section>.container{max-width:none;width:100%;padding:0;}
.reference-page .product-grid,.reference-page .deals-product-grid{gap:14px;}
.reference-page .product-card,.reference-page .deal-card,.reference-page .policy-card,.reference-page .help-card,.reference-page .checkout-card,.reference-page .summary-card,.reference-page .cart-item,.reference-page .order-status-card,.reference-page .confidence-card{background:#fff;border:1px solid #dfe3ea;border-radius:6px;box-shadow:0 1px 5px rgba(15,23,42,.06);}
.reference-page .btn,.reference-page button.btn,.reference-page .shop-reset-btn,.reference-page .cart-item button,.reference-page .summary-card button,.reference-page .checkout-actions button{border-radius:5px;font-weight:900;}
.reference-page .btn-primary,.reference-page .product-card button,.reference-page .deal-card button,.reference-page .checkout-actions .btn-primary{background:#0967e8;border-color:#0967e8;color:#fff;}
.reference-page .shop-store-section{margin-top:0;}
.reference-page .shop-store-layout{display:grid;grid-template-columns:266px minmax(0,1fr);gap:28px;align-items:start;}
.reference-page .shop-category-sidebar{background:#fff;border:1px solid #d9dee7;border-radius:5px;overflow:hidden;box-shadow:0 2px 9px rgba(15,23,42,.08);}
.reference-page .sidebar-title{background:#050b12;color:#fff;padding:14px 17px;}
.reference-page .sidebar-title span{text-transform:uppercase;font-size:14px;font-weight:950;}
.reference-page .sidebar-title small{display:none;}
.reference-page .sidebar-category-list a{height:44px;border-bottom:1px solid #e5e7eb;color:#111827;background:#fff;font-size:16px;font-weight:500;}
.reference-page .sidebar-build-card{background:linear-gradient(90deg,#09111f 0%,#071226 52%,rgba(7,18,38,.84)),url('../images/hero-hardware.png') right center/auto 100% no-repeat;color:#fff;border-radius:4px;}
.reference-page .sidebar-build-card p{color:#fff;}
.reference-page .shop-main-panel,.reference-page .cart-layout,.reference-page .checkout-layout,.reference-page .policy-grid,.reference-page .help-grid,.reference-page .deals-confidence-strip,.reference-page .orders-confidence-grid,.reference-page .product-confidence-grid{gap:14px;}
.reference-page .reference-page-footer{background:#02070c;border-top:1px solid rgba(255,255,255,.08);margin-top:28px;}
.reference-page .reference-page-footer,.reference-page .reference-page-footer a,.reference-page .reference-page-footer p,.reference-page .reference-page-footer h3,.reference-page .reference-page-footer strong{color:#fff;}
@media(max-width:1000px){.reference-page .reference-page-main{padding:12px}.reference-page .shop-store-layout{grid-template-columns:1fr}.reference-page .page-title .container{padding:22px}.reference-page .page-title h1{font-size:30px}}


/* STEP 68 — header search bar repair only */
.reference-header .reference-search{
  display:flex;
  align-items:stretch;
  width:100%;
  height:42px;
  min-width:280px;
  max-width:392px;
  border:1px solid rgba(255,255,255,.24);
  border-radius:5px;
  overflow:hidden;
  background:#171717;
  box-shadow:none;
}
.reference-header .reference-search input[type="search"]{
  flex:1 1 auto;
  width:auto;
  min-width:0;
  height:42px;
  margin:0;
  padding:0 16px;
  border:0;
  border-radius:0;
  background:#171717;
  color:#fff;
  font-size:16px;
  line-height:42px;
  box-shadow:none;
  appearance:none;
  -webkit-appearance:none;
}
.reference-header .reference-search input[type="search"]:focus{
  outline:0;
  box-shadow:none;
}
.reference-header .reference-search button[type="submit"]{
  flex:0 0 50px;
  width:50px;
  min-width:50px;
  height:42px;
  margin:0;
  padding:0;
  border:0;
  border-radius:0;
  background:#065bd3;
  color:#fff;
  display:flex;
  align-items:center;
  justify-content:center;
  box-shadow:none;
  transform:none;
  cursor:pointer;
  appearance:none;
  -webkit-appearance:none;
}
.reference-header .reference-search button[type="submit"] svg{
  width:21px;
  height:21px;
  display:block;
  fill:currentColor;
  pointer-events:none;
}
.reference-header .reference-search button[type="submit"]:hover,
.reference-header .reference-search button[type="submit"]:focus{
  background:#0967e8;
  outline:0;
  transform:none;
}
@media(max-width:900px){
  .reference-header .reference-search{max-width:none;min-width:0;}
}

/* Admin dashboard polish: admin-only navigation, order table spacing, and attention panel */
.admin-dashboard-header{background:#fff;border-bottom:1px solid rgba(15,23,42,.08);box-shadow:0 10px 30px rgba(15,23,42,.06)}
.admin-header-inner{gap:20px;align-items:center}
.admin-brand{gap:10px;text-decoration:none;text-transform:none;letter-spacing:0;color:#0f172a}
.admin-brand .brand-mark{display:inline-grid;place-items:center;width:36px;height:36px;border-radius:12px;background:#0f172a;color:#fff;font-weight:900;line-height:1}
.admin-brand span:last-child{display:grid;line-height:1.05}
.admin-brand small{display:block;margin-top:3px;color:#2563eb;font-size:.68rem;text-transform:uppercase;letter-spacing:.16em;font-weight:900}
.admin-main-nav{gap:8px;flex-wrap:wrap;justify-content:flex-end}
.admin-main-nav a{padding:10px 12px;border-radius:999px;color:#0f172a;text-decoration:none;font-weight:800;font-size:.78rem;text-transform:uppercase;letter-spacing:.06em}
.admin-main-nav a:hover,.admin-main-nav a.active{background:#eaf2ff;color:#0b5ed7}
.admin-main-nav a:last-child{border:1px solid #bfdbfe;color:#0b5ed7;background:#fff}
.ops-grid{grid-template-columns:repeat(auto-fit,minmax(155px,1fr))}
.ops-card{min-height:96px}
.ops-table td{line-height:1.35}
.ops-customer{display:grid;gap:4px;min-width:150px}
.ops-customer small{color:#64748b;word-break:break-word}
.ops-status-control{display:grid;gap:8px;min-width:150px}
.ops-status-actions{display:flex;align-items:center;gap:8px;flex-wrap:wrap}
.ops-status-actions select{min-height:34px;border:1px solid #d8e0ec;border-radius:9px;background:#fff;padding:6px 8px;font-weight:700;color:#0f172a}
.ops-status-actions .mini-btn{min-height:34px;padding:7px 12px}
.ops-panel--compact .empty-state{padding:22px 18px}
.ops-note p{margin:.2rem 0 .75rem}.ops-note p:last-child{margin-bottom:0}
@media(max-width:760px){.admin-header-inner{align-items:flex-start}.admin-main-nav{justify-content:flex-start}.admin-main-nav a{font-size:.72rem;padding:9px 10px}.ops-status-control{min-width:130px}}

/* Admin order archive controls */
.archived-orders-panel{margin-top:16px;border-top:1px solid var(--line);padding-top:14px;}
.archived-orders-panel summary{cursor:pointer;font-weight:900;color:var(--text);}
.archived-orders-panel .table-shell{margin-top:12px;}
.ops-table td:last-child{white-space:nowrap;}

/* Admin order detail modal */
.ops-row-actions{display:flex;gap:8px;flex-wrap:wrap;align-items:center;}
.mini-btn.danger{border-color:#fecaca;color:#991b1b;background:#fff5f5;}
.order-detail-modal{position:fixed;inset:0;z-index:999;display:grid;place-items:center;padding:22px;}
.order-detail-backdrop{position:absolute;inset:0;background:rgba(15,23,42,.58);backdrop-filter:blur(3px);}
.order-detail-card{position:relative;width:min(980px,100%);max-height:min(88vh,920px);overflow:auto;background:#fff;border-radius:22px;border:1px solid rgba(15,23,42,.12);box-shadow:0 30px 80px rgba(15,23,42,.30);padding:24px;color:#0f172a;}
.order-detail-head{display:flex;justify-content:space-between;gap:18px;align-items:flex-start;border-bottom:1px solid rgba(15,23,42,.09);padding-bottom:16px;margin-bottom:16px;}
.order-detail-head h2{margin:4px 0 4px;font-size:1.65rem;}
.order-detail-head p{margin:0;color:#64748b;}
.order-detail-summary{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:12px;margin:16px 0;}
.order-detail-summary article,.order-detail-section{border:1px solid rgba(15,23,42,.10);border-radius:16px;background:#f8fafc;padding:14px;}
.order-detail-summary span{display:block;color:#64748b;font-size:.68rem;font-weight:900;text-transform:uppercase;letter-spacing:.08em;margin-bottom:6px;}
.order-detail-summary strong{font-size:1.05rem;}
.order-detail-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:12px;margin-bottom:12px;}
.order-detail-section h3{margin:0 0 8px;font-size:.88rem;}
.order-detail-section p{margin:5px 0;color:#334155;}
.order-detail-items{margin-top:12px;}
.order-detail-totals{margin-top:14px;margin-left:auto;width:min(340px,100%);border:1px solid rgba(15,23,42,.10);border-radius:16px;background:#fff;padding:14px;}
.order-detail-totals p{display:flex;justify-content:space-between;gap:12px;margin:8px 0;color:#334155;}
.order-detail-totals p:last-child{font-size:1.08rem;color:#0f172a;border-top:1px solid rgba(15,23,42,.10);padding-top:10px;}
@media(max-width:760px){.order-detail-card{padding:18px}.order-detail-head{display:grid}.order-detail-summary,.order-detail-grid{grid-template-columns:1fr}.order-detail-modal{padding:12px}.ops-row-actions{white-space:normal}}

/* Homepage cleanup: real carousel, footer trust cards, no duplicate quick-shop row */
.reference-hero{
  background:#050b12;
}
.reference-hero-slide{
  position:absolute;
  inset:0;
  opacity:0;
  pointer-events:none;
  transition:opacity .55s ease;
}
.reference-hero-slide.active{
  opacity:1;
  pointer-events:auto;
}
.reference-hero-slide::after{
  content:"";
  position:absolute;
  inset:0;
  background:linear-gradient(90deg,rgba(0,0,0,.95) 0%,rgba(0,0,0,.84) 31%,rgba(0,0,0,.34) 57%,rgba(0,0,0,.06) 100%);
  z-index:1;
}
.reference-hero-slide img{
  width:100%;
  height:100%;
  object-fit:cover;
  object-position:center right;
  display:block;
  transform:scale(1.02);
}
.reference-hero-slide.active img{
  animation:referenceHeroZoom 4.5s ease both;
}
@keyframes referenceHeroZoom{
  from{transform:scale(1.02);}
  to{transform:scale(1.08);}
}
.reference-hero-copy{
  z-index:2;
}
.reference-dots{
  z-index:3;
}
.reference-dots button{
  width:10px;
  height:10px;
  border:0;
  border-radius:50%;
  background:rgba(255,255,255,.35);
  padding:0;
  cursor:pointer;
}
.reference-dots button.active{
  width:12px;
  background:#087cff;
}
.reference-featured{
  margin-top:24px;
}
.reference-footer{
  display:block;
  background:#050b12;
  color:#fff;
  margin-top:10px;
  border-top:1px solid rgba(255,255,255,.08);
}
.reference-footer-trust{
  display:grid;
  grid-template-columns:repeat(4,1fr);
  gap:14px;
  padding-top:24px;
  padding-bottom:18px;
}
.reference-footer-trust article{
  min-height:88px;
  display:grid;
  grid-template-columns:54px 1fr;
  align-items:center;
  gap:10px;
  background:rgba(255,255,255,.06);
  border:1px solid rgba(255,255,255,.12);
  border-radius:6px;
  padding:14px 16px;
}
.reference-footer-trust article>span{
  color:#0a84ff;
  font-size:34px;
  line-height:1;
  text-align:center;
}
.reference-footer-trust strong{
  display:block;
  color:#fff;
  font-size:15px;
  font-weight:900;
  margin-bottom:3px;
}
.reference-footer-trust p{
  margin:0;
  color:rgba(255,255,255,.74);
  font-size:13px;
  line-height:1.35;
}
.reference-footer .footer-bottom{
  border-top:1px solid rgba(255,255,255,.1);
  padding-top:16px;
  padding-bottom:18px;
}
.reference-footer .footer-bottom p,
.reference-footer .footer-bottom a{
  color:rgba(255,255,255,.76);
}
@media(max-width:1000px){
  .reference-footer-trust{grid-template-columns:repeat(2,1fr);}
}
@media(max-width:650px){
  .reference-footer-trust{grid-template-columns:1fr;}
}

/* Account dropdown header menu */
.reference-account-menu{position:relative;display:flex;align-items:center;}
.reference-account-trigger{border:0;background:transparent;color:#fff;display:flex;align-items:center;gap:8px;font-size:16px;font-weight:850;line-height:1;white-space:nowrap;cursor:pointer;padding:0;font-family:inherit;}
.reference-account-menu.active .reference-account-trigger,.reference-account-trigger:hover,.reference-account-trigger:focus{color:#0a84ff;outline:0;}
.reference-account-trigger > span:first-child{font-size:23px;line-height:1;}
.reference-account-caret{font-size:12px;color:rgba(255,255,255,.75);transform:translateY(1px);}
.reference-account-dropdown{position:absolute;right:0;top:calc(100% + 16px);z-index:120;width:210px;background:#fff;color:#111827;border:1px solid #d9dee7;border-radius:12px;box-shadow:0 18px 45px rgba(2,7,12,.28);padding:8px;opacity:0;visibility:hidden;pointer-events:none;transform:translateY(-6px);transition:opacity .16s ease,transform .16s ease,visibility .16s ease;}
.reference-account-dropdown::before{content:"";position:absolute;right:20px;top:-7px;width:14px;height:14px;background:#fff;border-left:1px solid #d9dee7;border-top:1px solid #d9dee7;transform:rotate(45deg);}
.reference-account-menu.open .reference-account-dropdown,.reference-account-menu:focus-within .reference-account-dropdown{opacity:1;visibility:visible;pointer-events:auto;transform:translateY(0);}
.reference-account-dropdown a,.reference-account-dropdown button{position:relative;display:flex;width:100%;align-items:center;justify-content:flex-start;border:0;background:transparent;color:#111827;text-decoration:none;font-size:14px;font-weight:800;line-height:1.2;padding:11px 12px;border-radius:9px;cursor:pointer;font-family:inherit;}
.reference-account-dropdown a:hover,.reference-account-dropdown a:focus,.reference-account-dropdown button:hover,.reference-account-dropdown button:focus{background:#eef5ff;color:#065bd3;outline:0;}
.reference-account-dropdown [hidden]{display:none!important;}
@media(max-width:1000px){.reference-account-dropdown{left:0;right:auto;}.reference-account-dropdown::before{left:20px;right:auto;}}

/* Account settings panel */
.account-settings-panel{margin-top:26px;border-top:1px solid rgba(148,163,184,.22);padding-top:22px;scroll-margin-top:110px}
.account-settings-form{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px}
.account-settings-form label{display:grid;gap:7px;color:var(--text);font-weight:900}
.account-settings-form input,.account-settings-form textarea{width:100%;border:1px solid rgba(148,163,184,.36);border-radius:14px;background:var(--panel);color:var(--text);font:inherit;padding:12px 13px}
.account-settings-form textarea{resize:vertical}
.account-settings-form .settings-check{display:flex;align-items:center;gap:10px;grid-column:1/-1;font-weight:800;color:var(--muted)}
.account-settings-form .settings-check input{width:auto}
.account-settings-form .btn{justify-self:start}
.account-settings-status{align-self:center;margin:0;color:var(--muted);font-size:.9rem}
@media(max-width:720px){.account-settings-form{grid-template-columns:1fr}.account-settings-status{grid-column:1}}

/* Techub modern service-site visual pass — global look only */
:root{
  --modern-bg:#ffffff;
  --modern-surface:#ffffff;
  --modern-ink:#0f172a;
  --modern-muted:#64748b;
  --modern-blue:#0b63ce;
  --modern-blue-2:#0753b5;
  --modern-line:#dbe4f0;
  --modern-soft:#eef5ff;
  --modern-radius:18px;
  --modern-shadow:0 18px 45px rgba(15,23,42,.08);
  --modern-shadow-sm:0 10px 28px rgba(15,23,42,.06);
}
body.reference-home,
body.reference-page{
  background:var(--modern-bg);
  color:var(--modern-ink);
  font-family:Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif;
}
.reference-home .site-header.reference-header,
.site-header.reference-header{
  background:rgba(255,255,255,.96)!important;
  border-bottom:1px solid rgba(219,228,240,.9)!important;
  box-shadow:0 4px 18px rgba(15,23,42,.06)!important;
  backdrop-filter:blur(16px);
}
.reference-header-inner{
  min-height:78px;
  height:auto;
  grid-template-columns:minmax(250px,330px) minmax(280px,1fr) auto!important;
  max-width:1440px;
  padding:10px 34px!important;
  gap:24px!important;
}
.reference-brand-logo{
  min-width:250px;
  max-width:322px;
  gap:0!important;
}
.reference-brand-logo img{
  width:100%;
  max-width:322px;
  height:auto;
  object-fit:contain;
  filter:none!important;
}
.reference-search{
  height:48px!important;
  border:1px solid var(--modern-line)!important;
  background:#fff!important;
  border-radius:999px!important;
  box-shadow:var(--modern-shadow-sm);
  overflow:hidden;
}
.reference-search input,
.reference-header .reference-search input[type="search"]{
  background:#fff!important;
  color:var(--modern-ink)!important;
  font-size:15px!important;
  padding:0 20px!important;
}
.reference-search input::placeholder,
.reference-header .reference-search input[type="search"]::placeholder{
  color:#94a3b8!important;
}
.reference-search button,
.reference-header .reference-search button[type="submit"]{
  width:54px!important;
  min-width:54px!important;
  background:linear-gradient(135deg,var(--modern-blue),#1178f2)!important;
  color:#fff!important;
  border-radius:0!important;
}
.reference-actions{
  gap:18px!important;
  color:var(--modern-ink)!important;
}
.reference-account-trigger{
  color:var(--modern-ink)!important;
  background:transparent!important;
  font-weight:800!important;
}
.reference-account-trigger:hover,
.reference-account-trigger:focus,
.reference-account-menu.open .reference-account-trigger{
  color:var(--modern-blue)!important;
}
.reference-account-caret{color:#64748b!important;}
.reference-cart{
  position:relative;
  color:var(--modern-ink)!important;
  width:auto!important;
  min-width:78px;
  height:42px!important;
  border:0!important;
  background:transparent!important;
  box-shadow:none!important;
  gap:7px;
  font-weight:900;
}
.reference-cart::after{content:"Cart";font-size:14px;font-weight:850;}
.reference-cart strong{
  position:static!important;
  min-width:24px!important;
  height:24px!important;
  line-height:24px!important;
  background:var(--modern-blue)!important;
  box-shadow:0 8px 18px rgba(11,99,206,.25);
}
.reference-page-main,
.reference-home-main,
.page-shell{
  background:var(--modern-bg)!important;
}
.reference-store-shell,
.shop-store-layout,
.category-shell,
.detail-layout,
.cart-layout,
.checkout-layout,
.account-center-layout,
.help-center-page{
  max-width:1440px;
}
.reference-sidebar,
.shop-category-sidebar,
.customer-sidebar,
.cart-list,
.summary-card,
.checkout-card,
.detail-card,
.product-card,
.reference-hero,
.reference-trust-card,
.reference-feature-card,
.account-center-card,
.customer-main-card,
.help-card,
.help-kb-panel,
.page-hero,
.policy-card,
.order-card,
.account-card,
.account-shell,
.shop-main-panel,
.category-landing-panel,
.product-detail-panel,
.receipt-card{
  background:var(--modern-surface)!important;
  border:1px solid rgba(219,228,240,.95)!important;
  border-radius:var(--modern-radius)!important;
  box-shadow:var(--modern-shadow)!important;
}
.reference-sidebar,
.shop-category-sidebar,
.customer-sidebar{
  padding:18px!important;
}
.reference-sidebar a,
.sidebar-category-list a,
.customer-nav a,
.customer-nav button,
.account-tabs button,
.category-tile{
  border-radius:14px!important;
  transition:background .18s ease,color .18s ease,transform .18s ease,border-color .18s ease;
}
.reference-sidebar a:hover,
.sidebar-category-list a:hover,
.customer-nav a:hover,
.customer-nav button:hover,
.account-tabs button:hover{
  background:var(--modern-soft)!important;
  color:var(--modern-blue)!important;
  transform:translateX(2px);
}
.customer-nav .active,
.customer-nav a.is-active,
.customer-nav button.is-active,
.account-tab.is-active,
.sidebar-category-list a.active{
  background:linear-gradient(90deg,#eaf3ff,#ffffff)!important;
  color:var(--modern-blue)!important;
  border-left:4px solid var(--modern-blue)!important;
}
.btn,.btn-primary,.btn-outline,.mini-btn,.page-btn,.shop-reset-btn,
button.secondary,.account-logout,.support-btn{
  border-radius:12px!important;
  font-weight:900!important;
  letter-spacing:.02em!important;
}
.btn-primary,.btn.primary,.mini-btn:not(.secondary),button.secondary,.support-btn,.shop-products-btn{
  background:linear-gradient(135deg,var(--modern-blue),#1178f2)!important;
  border-color:var(--modern-blue)!important;
  color:#fff!important;
  box-shadow:0 12px 28px rgba(11,99,206,.22)!important;
}
.btn-outline,.mini-btn.secondary{
  background:#fff!important;
  color:var(--modern-blue)!important;
  border:1px solid #b9d4f8!important;
  box-shadow:none!important;
}
input,textarea,select,
.checkout-form input,.checkout-form textarea,
.account-form input,.settings-form input{
  border:1px solid #cfd9e8!important;
  border-radius:12px!important;
  background:#fff!important;
  color:var(--modern-ink)!important;
  box-shadow:inset 0 1px 0 rgba(15,23,42,.02);
}
input:focus,textarea:focus,select:focus{
  outline:3px solid rgba(11,99,206,.12)!important;
  border-color:var(--modern-blue)!important;
}
.page-hero,
.reference-page-hero,
.shop-hero,
.category-landing-panel{
  background:linear-gradient(135deg,#ffffff 0%,#f3f8ff 100%)!important;
}
.page-hero h1,
.reference-hero h1,
.shop-title h1,
.customer-main-card h1,
.account-card h2{
  letter-spacing:-.045em;
  color:var(--modern-ink);
}
.eyebrow,.section-label,.product-brand,.help-category-label,.receipt-label{
  color:var(--modern-blue)!important;
  letter-spacing:.11em!important;
}
.product-card img,
.cart-item img,
.checkout-item img,
.receipt-item img{
  border-radius:12px!important;
  background:#f8fafc!important;
}
.product-card:hover,
.help-card:hover,
.category-tile:hover{
  transform:translateY(-3px);
  box-shadow:0 20px 52px rgba(15,23,42,.10)!important;
}
.site-footer.reference-page-footer,
.site-footer{
  background:#0f172a!important;
  color:#e5edf7!important;
}
@media(max-width:1000px){
  .reference-header-inner{grid-template-columns:1fr!important;padding:14px 18px!important;}
  .reference-brand-logo{min-width:0;max-width:310px;}
  .reference-actions{justify-content:space-between!important;}
}
@media(max-width:650px){
  .reference-brand-logo{max-width:265px;}
  .reference-cart::after{display:none;}
  .reference-cart{min-width:auto;}
  .reference-header-inner{gap:12px!important;}
}

/* Techub home page polish — scoped to index only */
body.reference-home .reference-home-main{padding:24px!important;}
body.reference-home .reference-store-shell{grid-template-columns:280px minmax(0,1fr)!important;gap:24px!important;}
body.reference-home .reference-sidebar{position:sticky;top:102px;overflow:visible!important;}
body.reference-home .reference-sidebar h2{background:transparent!important;color:var(--modern-ink)!important;text-transform:none!important;font-size:1.05rem!important;padding:0 0 13px!important;border-bottom:1px solid var(--modern-line);}
body.reference-home .reference-sidebar nav{display:grid;gap:6px;margin-top:12px;}
body.reference-home .reference-sidebar nav a{height:40px!important;border:0!important;background:transparent!important;font-size:.92rem!important;font-weight:800!important;color:#334155!important;padding:0 10px!important;}
body.reference-home .reference-sidebar nav a span{color:var(--modern-blue)!important;font-size:1rem!important;}
body.reference-home .reference-sidebar nav a b{font-size:1.2rem!important;color:#94a3b8!important;}
body.reference-home .reference-build-card{margin:18px 0 0!important;border-radius:18px!important;min-height:165px!important;background:linear-gradient(135deg,#0f172a 0%,#0b63ce 100%)!important;box-shadow:0 16px 34px rgba(11,99,206,.20)!important;padding:20px!important;}
body.reference-home .reference-build-card strong{font-size:1.05rem!important;letter-spacing:.02em;}
body.reference-home .reference-build-card p{width:auto!important;color:#dbeafe!important;}
body.reference-home .reference-build-card a{border-radius:12px!important;background:#fff!important;color:var(--modern-blue)!important;}
.home-polish-content{display:grid;gap:22px;}
.home-hero-modern{position:relative;display:grid;grid-template-columns:minmax(0,1.05fr) minmax(360px,.95fr);gap:26px;align-items:center;min-height:430px;padding:38px;background:linear-gradient(135deg,#ffffff 0%,#f3f8ff 52%,#eaf3ff 100%);border:1px solid rgba(219,228,240,.95);border-radius:26px;box-shadow:var(--modern-shadow);overflow:hidden;}
.home-hero-modern::before{content:"";position:absolute;inset:auto -120px -210px auto;width:470px;height:470px;border-radius:50%;background:rgba(11,99,206,.10);pointer-events:none;}
.home-hero-copy{position:relative;z-index:2;max-width:690px;}
.home-eyebrow,.home-section-kicker{display:inline-flex;align-items:center;gap:8px;color:var(--modern-blue);font-size:.76rem;font-weight:950;letter-spacing:.14em;text-transform:uppercase;margin-bottom:11px;}
.home-hero-copy h1{margin:0;color:var(--modern-ink);font-size:clamp(2.5rem,5vw,4.9rem);line-height:.95;letter-spacing:-.07em;font-weight:950;max-width:720px;}
.home-hero-copy p{margin:18px 0 0;color:#475569;font-size:1.1rem;line-height:1.65;max-width:620px;}
.home-hero-actions{display:flex;flex-wrap:wrap;gap:12px;margin-top:26px;}
.home-primary-btn,.home-secondary-btn{display:inline-flex;align-items:center;justify-content:center;height:48px;padding:0 22px;border-radius:14px;text-decoration:none;font-weight:950;}
.home-primary-btn{background:linear-gradient(135deg,var(--modern-blue),#1178f2);color:#fff;box-shadow:0 16px 30px rgba(11,99,206,.24);}
.home-secondary-btn{background:#fff;color:var(--modern-blue);border:1px solid #b9d4f8;}
.home-hero-stats{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:12px;margin-top:30px;max-width:520px;}
.home-hero-stats article{background:rgba(255,255,255,.76);border:1px solid rgba(219,228,240,.9);border-radius:18px;padding:14px 16px;box-shadow:0 10px 24px rgba(15,23,42,.05);}
.home-hero-stats strong{display:block;color:var(--modern-ink);font-size:1rem;font-weight:950;}
.home-hero-stats span{display:block;color:#64748b;font-size:.82rem;font-weight:800;margin-top:3px;}
.home-hero-visual{position:relative;z-index:2;min-height:330px;border-radius:24px;background:radial-gradient(circle at 50% 30%,#ffffff 0%,#eaf3ff 54%,#dcecff 100%);border:1px solid rgba(185,212,248,.85);box-shadow:inset 0 1px 0 rgba(255,255,255,.7),0 24px 55px rgba(15,23,42,.12);overflow:hidden;display:grid;place-items:center;}
.home-hero-modern .reference-hero-slide{position:absolute;inset:0;display:grid;place-items:center;opacity:0;transition:opacity .38s ease,transform .38s ease;transform:scale(.98);background:transparent!important;}
.home-hero-modern .reference-hero-slide.active{opacity:1;transform:scale(1);}
.home-hero-modern .reference-hero-slide::after{display:none!important;}
.home-hero-modern .reference-hero-slide img{position:relative!important;width:min(86%,430px)!important;height:270px!important;object-fit:contain!important;filter:drop-shadow(0 28px 28px rgba(15,23,42,.22));}
.home-hero-badge{position:absolute;left:22px;right:22px;bottom:52px;z-index:3;background:rgba(255,255,255,.88);border:1px solid rgba(219,228,240,.95);border-radius:18px;box-shadow:0 16px 34px rgba(15,23,42,.10);padding:14px 16px;backdrop-filter:blur(14px);}
.home-hero-badge strong{display:block;color:var(--modern-ink);font-weight:950;}
.home-hero-badge span{display:block;color:#64748b;font-size:.84rem;line-height:1.45;margin-top:3px;}
.home-hero-modern .reference-dots{bottom:21px!important;z-index:4;}
.home-hero-modern .reference-dots button{width:9px;height:9px;border-radius:999px;border:0;background:#b8c9df;padding:0;cursor:pointer;}
.home-hero-modern .reference-dots button.active{width:25px;background:var(--modern-blue);}
.home-category-section,.home-featured,.home-trust-strip{background:#fff;border:1px solid rgba(219,228,240,.95);border-radius:24px;box-shadow:var(--modern-shadow);padding:22px;}
.home-category-section .reference-section-head,.home-featured .reference-section-head{margin:0 0 18px!important;}
.home-category-section .reference-section-head h2,.home-featured .reference-section-head h2{font-size:1.45rem!important;letter-spacing:-.035em;}
.home-category-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:14px;}
.home-category-grid a{display:grid;gap:8px;min-height:142px;text-decoration:none;color:var(--modern-ink);background:linear-gradient(180deg,#fff,#f8fbff);border:1px solid var(--modern-line);border-radius:20px;padding:18px;box-shadow:0 12px 26px rgba(15,23,42,.05);transition:transform .18s ease,box-shadow .18s ease,border-color .18s ease;}
.home-category-grid a:hover{transform:translateY(-3px);border-color:#b9d4f8;box-shadow:0 20px 42px rgba(15,23,42,.09);}
.home-category-grid span{width:44px;height:44px;display:grid;place-items:center;border-radius:14px;background:var(--modern-soft);color:var(--modern-blue);font-size:1.35rem;font-weight:950;}
.home-category-grid strong{font-size:1rem;font-weight:950;}
.home-category-grid small{color:#64748b;line-height:1.45;font-weight:700;}
.home-product-row{grid-template-columns:repeat(4,minmax(0,1fr))!important;gap:16px!important;}
.home-product-row article{position:relative;border-radius:20px!important;min-height:342px!important;padding:18px!important;transition:transform .18s ease,box-shadow .18s ease;}
.home-product-row article:hover{transform:translateY(-3px);box-shadow:0 22px 50px rgba(15,23,42,.10)!important;}
.home-product-badge{align-self:flex-start;display:inline-flex;background:#ecf5ff;color:var(--modern-blue);font-size:.68rem;font-weight:950;letter-spacing:.09em;text-transform:uppercase;border-radius:999px;padding:6px 10px;margin-bottom:10px;}
.home-product-row img{height:140px!important;background:#f8fafc;border-radius:16px;padding:10px;margin-bottom:15px!important;}
.home-product-row h3{min-height:auto!important;font-size:1rem!important;}
.home-product-row p{margin:0 0 12px;color:#64748b;font-size:.84rem;line-height:1.45;}
.home-product-row strong{font-size:1.25rem!important;color:var(--modern-ink)!important;}
.home-product-row button{height:42px!important;border-radius:13px!important;background:linear-gradient(135deg,var(--modern-blue),#1178f2)!important;box-shadow:0 13px 26px rgba(11,99,206,.20);}
.home-trust-strip{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:14px;padding:18px;}
.home-trust-strip article{display:grid;grid-template-columns:46px minmax(0,1fr);gap:12px;align-items:center;border:1px solid var(--modern-line);border-radius:18px;background:#f8fbff;padding:14px;}
.home-trust-strip span{width:42px;height:42px;display:grid;place-items:center;border-radius:14px;background:var(--modern-soft);color:var(--modern-blue);font-size:1.3rem;}
.home-trust-strip strong{display:block;font-size:.95rem;font-weight:950;color:var(--modern-ink);}
.home-trust-strip p{margin:3px 0 0;color:#64748b;font-size:.78rem;line-height:1.4;font-weight:700;}
@media(max-width:1180px){
  body.reference-home .reference-store-shell{grid-template-columns:1fr!important;}
  body.reference-home .reference-sidebar{position:static;}
  body.reference-home .reference-sidebar nav{grid-template-columns:repeat(2,minmax(0,1fr));}
  .home-hero-modern{grid-template-columns:1fr;}
  .home-hero-visual{min-height:300px;}
  .home-category-grid,.home-product-row,.home-trust-strip{grid-template-columns:repeat(2,minmax(0,1fr))!important;}
}
@media(max-width:650px){
  body.reference-home .reference-home-main{padding:14px!important;}
  body.reference-home .reference-sidebar nav{grid-template-columns:1fr;}
  .home-hero-modern{padding:24px;min-height:auto;border-radius:22px;}
  .home-hero-copy h1{font-size:2.45rem;}
  .home-hero-stats,.home-category-grid,.home-product-row,.home-trust-strip{grid-template-columns:1fr!important;}
  .home-hero-visual{min-height:290px;}
  .home-hero-badge{left:14px;right:14px;}
}


/* Techub shop listing polish — scoped to shop page only */
body.reference-shop .reference-page-main{
  padding:24px!important;
  background:#fff!important;
}
body.reference-shop .shop-store-section{
  background:transparent!important;
  padding:0 0 42px!important;
}
body.reference-shop .shop-store-layout{
  width:min(1440px,100%)!important;
  margin:0 auto!important;
  grid-template-columns:282px minmax(0,1fr)!important;
  gap:24px!important;
}
body.reference-shop .shop-category-sidebar{
  position:sticky!important;
  top:108px!important;
  padding:18px!important;
  overflow:visible!important;
  background:#fff!important;
  border:1px solid var(--modern-line,#dbe4f0)!important;
  border-radius:24px!important;
  box-shadow:var(--modern-shadow,0 18px 50px rgba(15,23,42,.08))!important;
}
body.reference-shop .shop-category-sidebar .sidebar-title{
  background:transparent!important;
  color:var(--modern-ink,#0f172a)!important;
  border-radius:0!important;
  padding:0 0 14px!important;
  border-bottom:1px solid var(--modern-line,#dbe4f0)!important;
}
body.reference-shop .shop-category-sidebar .sidebar-title span{
  font-size:1.02rem!important;
  line-height:1.15!important;
  letter-spacing:-.015em!important;
  text-transform:none!important;
}
body.reference-shop .shop-category-sidebar .sidebar-title small{
  color:#64748b!important;
  font-size:.72rem!important;
  font-weight:800!important;
  margin-top:5px!important;
}
body.reference-shop .shop-category-sidebar .sidebar-category-list{
  margin:12px 0 0!important;
  display:grid!important;
  gap:6px!important;
  background:transparent!important;
  border:0!important;
  border-radius:0!important;
  box-shadow:none!important;
  overflow:visible!important;
}
body.reference-shop .shop-category-sidebar .sidebar-category-list a{
  min-height:29px!important;
  border:0!important;
  border-radius:14px!important;
  padding:0 9px!important;
  color:#334155!important;
  font-size:.91rem!important;
  font-weight:850!important;
  background:transparent!important;
}
body.reference-shop .shop-category-sidebar .sidebar-category-list a span{
  width:26px!important;
  height:26px!important;
  display:grid!important;
  place-items:center!important;
  border-radius:10px!important;
  background:#eef6ff!important;
  color:var(--modern-blue,#0b63ce)!important;
  font-size:.9rem!important;
}
body.reference-shop .shop-category-sidebar .sidebar-category-list a b{
  color:#94a3b8!important;
  font-weight:900!important;
}
body.reference-shop .shop-category-sidebar .sidebar-category-list a:hover,
body.reference-shop .shop-category-sidebar .sidebar-category-list a.active{
  background:linear-gradient(90deg,#eaf3ff,#ffffff)!important;
  color:var(--modern-blue,#0b63ce)!important;
  transform:translateX(2px)!important;
}
body.reference-shop .shop-category-sidebar .sidebar-category-list a.active{
  border-left:4px solid var(--modern-blue,#0b63ce)!important;
  padding-left:8px!important;
}
body.reference-shop .shop-category-sidebar .sidebar-category-list a.active::after{display:none!important;}
body.reference-shop .shop-category-sidebar .sidebar-build-card{
  margin:18px 0 0!important;
  border-radius:20px!important;
  padding:18px!important;
  background:linear-gradient(135deg,#0f172a 0%,#0b63ce 100%)!important;
  border:0!important;
  color:#fff!important;
  box-shadow:0 16px 34px rgba(11,99,206,.20)!important;
}
body.reference-shop .shop-category-sidebar .sidebar-build-card strong{
  font-size:1.05rem!important;
  letter-spacing:-.02em!important;
  text-transform:none!important;
}
body.reference-shop .shop-category-sidebar .sidebar-build-card p{
  color:#dbeafe!important;
  font-size:.86rem!important;
  line-height:1.55!important;
  margin:8px 0 14px!important;
}
body.reference-shop .shop-category-sidebar .sidebar-build-card .btn{
  height:42px!important;
  background:#fff!important;
  color:var(--modern-blue,#0b63ce)!important;
  border:0!important;
  box-shadow:none!important;
}
body.reference-shop .shop-main-panel{
  padding:22px!important;
  background:#fff!important;
  border:1px solid var(--modern-line,#dbe4f0)!important;
  border-radius:26px!important;
  box-shadow:var(--modern-shadow,0 18px 50px rgba(15,23,42,.08))!important;
}
body.reference-shop .category-landing-panel{
  position:relative!important;
  min-height:172px!important;
  display:flex!important;
  align-items:flex-end!important;
  justify-content:space-between!important;
  gap:20px!important;
  padding:28px!important;
  margin:0 0 18px!important;
  color:var(--modern-ink,#0f172a)!important;
  background:linear-gradient(135deg,#ffffff 0%,#f3f8ff 54%,#e8f2ff 100%)!important;
  border:1px solid var(--modern-line,#dbe4f0)!important;
  border-radius:24px!important;
  box-shadow:0 14px 34px rgba(15,23,42,.06)!important;
}
body.reference-shop .category-landing-panel::before{
  color:var(--modern-blue,#0b63ce)!important;
  opacity:.11!important;
  right:30px!important;
  top:10px!important;
  font-size:7rem!important;
}
body.reference-shop .category-landing-panel .section-label{
  color:var(--modern-blue,#0b63ce)!important;
  margin-bottom:8px!important;
}
body.reference-shop .category-landing-panel h2{
  color:var(--modern-ink,#0f172a)!important;
  font-size:clamp(2rem,3.3vw,3.35rem)!important;
  line-height:.95!important;
  letter-spacing:-.065em!important;
  margin:0 0 10px!important;
}
body.reference-shop .category-landing-panel p{
  color:#475569!important;
  font-size:1rem!important;
  line-height:1.65!important;
  max-width:690px!important;
}
body.reference-shop .category-landing-stats{
  align-items:flex-end!important;
  justify-content:flex-end!important;
  min-width:230px!important;
}
body.reference-shop .category-landing-stats span{
  min-height:38px!important;
  padding:0 14px!important;
  color:var(--modern-blue,#0b63ce)!important;
  background:#fff!important;
  border:1px solid #b9d4f8!important;
  box-shadow:0 10px 22px rgba(15,23,42,.05)!important;
}
body.reference-shop .shop-main-panel .shop-toolbar{
  display:grid!important;
  grid-template-columns:minmax(210px,1fr) minmax(260px,1.45fr) repeat(4,minmax(130px,.78fr)) auto!important;
  gap:12px!important;
  align-items:end!important;
  margin:0 0 16px!important;
  padding:16px!important;
  background:#f8fbff!important;
  border:1px solid var(--modern-line,#dbe4f0)!important;
  border-radius:22px!important;
  box-shadow:inset 0 1px 0 rgba(255,255,255,.78)!important;
}
body.reference-shop .shop-main-panel .shop-toolbar h2{
  margin:2px 0 0!important;
  font-size:1.55rem!important;
  line-height:1!important;
  letter-spacing:-.045em!important;
  color:var(--modern-ink,#0f172a)!important;
}
body.reference-shop .shop-filter-group label{
  color:#64748b!important;
  font-size:.64rem!important;
  font-weight:950!important;
}
body.reference-shop .shop-main-panel .shop-search,
body.reference-shop .shop-main-panel .shop-select{
  height:46px!important;
  background:#fff!important;
  border:1px solid #cfd9e8!important;
  border-radius:14px!important;
  box-shadow:0 8px 18px rgba(15,23,42,.04)!important;
  color:var(--modern-ink,#0f172a)!important;
  font-weight:800!important;
}
body.reference-shop .shop-main-panel .shop-search{
  border-radius:16px!important;
  padding-left:44px!important;
}
body.reference-shop .shop-reset-btn{
  height:46px!important;
  border-radius:14px!important;
  padding:0 18px!important;
  white-space:nowrap!important;
}
body.reference-shop .shop-results-bar{
  margin:0 0 18px!important;
  padding:12px 16px!important;
  border-radius:18px!important;
  background:#fff!important;
  border:1px solid var(--modern-line,#dbe4f0)!important;
  box-shadow:0 10px 24px rgba(15,23,42,.04)!important;
}
body.reference-shop .product-grid{
  grid-template-columns:repeat(3,minmax(0,1fr))!important;
  gap:18px!important;
}
body.reference-shop .product-card{
  position:relative!important;
  overflow:hidden!important;
  border-radius:24px!important;
  border:1px solid var(--modern-line,#dbe4f0)!important;
  background:#fff!important;
  box-shadow:0 14px 34px rgba(15,23,42,.06)!important;
  transition:transform .18s ease,box-shadow .18s ease,border-color .18s ease!important;
}
body.reference-shop .product-card:hover{
  transform:translateY(-4px)!important;
  border-color:#b9d4f8!important;
  box-shadow:0 24px 58px rgba(15,23,42,.11)!important;
}
body.reference-shop .product-media{
  display:grid!important;
  place-items:center!important;
  min-height:206px!important;
  padding:22px!important;
  background:radial-gradient(circle at 50% 22%,#ffffff 0%,#eef6ff 62%,#e3f0ff 100%)!important;
}
body.reference-shop .product-media img{
  width:100%!important;
  height:160px!important;
  object-fit:contain!important;
  filter:drop-shadow(0 18px 18px rgba(15,23,42,.14));
}
body.reference-shop .badge{
  left:14px!important;
  top:14px!important;
  background:#fff!important;
  color:var(--modern-blue,#0b63ce)!important;
  border:1px solid #b9d4f8!important;
  box-shadow:0 8px 18px rgba(15,23,42,.06)!important;
}
body.reference-shop .sale-note{
  left:auto!important;
  right:14px!important;
  bottom:auto!important;
  top:14px!important;
  background:#0f172a!important;
}
body.reference-shop .product-body{
  padding:18px!important;
  gap:9px!important;
}
body.reference-shop .product-brand{
  color:var(--modern-blue,#0b63ce)!important;
  font-size:.68rem!important;
  font-weight:950!important;
}
body.reference-shop .product-card h3{
  min-height:44px!important;
  font-size:1.02rem!important;
  line-height:1.25!important;
  letter-spacing:-.025em!important;
  color:var(--modern-ink,#0f172a)!important;
}
body.reference-shop .product-card p{
  min-height:42px!important;
  color:#64748b!important;
  font-size:.82rem!important;
  line-height:1.5!important;
}
body.reference-shop .stock-row{
  margin:2px 0 4px!important;
  gap:8px!important;
}
body.reference-shop .stock-row span{
  background:#f8fbff!important;
  border:1px solid var(--modern-line,#dbe4f0)!important;
  color:#64748b!important;
  border-radius:999px!important;
  padding:5px 9px!important;
  font-size:.68rem!important;
}
body.reference-shop .stock-row span:first-child{
  color:#0f766e!important;
  background:#ecfdf5!important;
  border-color:#bbf7d0!important;
}
body.reference-shop .price-row{
  margin-top:4px!important;
  align-items:center!important;
}
body.reference-shop .price{
  color:var(--modern-ink,#0f172a)!important;
  font-size:1.22rem!important;
  letter-spacing:-.03em!important;
}
body.reference-shop .rating{
  display:inline-flex!important;
  align-items:center!important;
  height:28px!important;
  padding:0 9px!important;
  border-radius:999px!important;
  color:#b45309!important;
  background:#fff7ed!important;
  border:1px solid #fed7aa!important;
}
body.reference-shop .card-actions{
  grid-template-columns:1fr 1.15fr!important;
  gap:8px!important;
  margin-top:8px!important;
}
body.reference-shop .card-actions .mini-btn{
  min-height:42px!important;
  border-radius:14px!important;
  font-size:.72rem!important;
  padding:0 11px!important;
}
body.reference-shop .card-actions .mini-btn[disabled]{
  opacity:.52!important;
  cursor:not-allowed!important;
}
body.reference-shop .shop-pagination{
  margin-top:24px!important;
}
body.reference-shop .shop-page-buttons .page-btn{
  min-height:40px!important;
  border-radius:12px!important;
}
body.reference-shop .empty-state.shop-empty{
  border:1px dashed #cbd5e1!important;
  border-radius:22px!important;
  background:#f8fbff!important;
}
@media(max-width:1280px){
  body.reference-shop .shop-store-layout{grid-template-columns:250px minmax(0,1fr)!important;}
  body.reference-shop .shop-main-panel .shop-toolbar{grid-template-columns:1fr 1fr 1fr!important;}
  body.reference-shop .shop-main-panel .shop-toolbar>div:first-child,
  body.reference-shop .shop-main-panel .shop-search{grid-column:1/-1!important;}
  body.reference-shop .shop-reset-btn{width:100%!important;}
}
@media(max-width:980px){
  body.reference-shop .shop-store-layout{grid-template-columns:1fr!important;}
  body.reference-shop .shop-category-sidebar{position:static!important;}
  body.reference-shop .shop-category-sidebar .sidebar-category-list{grid-template-columns:repeat(2,minmax(0,1fr))!important;}
  body.reference-shop .product-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important;}
  body.reference-shop .category-landing-panel{align-items:flex-start!important;flex-direction:column!important;}
  body.reference-shop .category-landing-stats{justify-content:flex-start!important;min-width:0!important;}
}
@media(max-width:650px){
  body.reference-shop .reference-page-main{padding:14px!important;}
  body.reference-shop .shop-category-sidebar,
  body.reference-shop .shop-main-panel{border-radius:20px!important;padding:14px!important;}
  body.reference-shop .shop-category-sidebar .sidebar-category-list,
  body.reference-shop .shop-main-panel .shop-toolbar,
  body.reference-shop .product-grid{grid-template-columns:1fr!important;}
  body.reference-shop .category-landing-panel{min-height:0!important;padding:20px!important;border-radius:20px!important;}
  body.reference-shop .category-landing-panel h2{font-size:2.1rem!important;}
  body.reference-shop .category-landing-stats span{width:auto!important;}
  body.reference-shop .product-card h3,
  body.reference-shop .product-card p{min-height:0!important;}
  body.reference-shop .card-actions{grid-template-columns:1fr!important;}
}

/* Step 56: product detail premium buying panel polish */
.product-detail-gallery .product-image-stage{position:relative;overflow:hidden;border-radius:20px;background:linear-gradient(135deg,#f8fafc 0%,#eef6ff 100%);border:1px solid rgba(148,163,184,.18)}
.product-detail-gallery .product-image-stage img{border:0;margin:0;background:transparent}
.detail-badge{position:absolute;left:18px;top:18px;z-index:2;display:inline-flex;align-items:center;border-radius:999px;background:#0759b8;color:#fff;font-weight:900;font-size:.72rem;letter-spacing:.04em;text-transform:uppercase;padding:8px 12px;box-shadow:0 10px 20px rgba(7,89,184,.22)}
.detail-compat-card a{display:inline-flex;width:max-content;margin-top:8px;color:#0759b8;font-weight:900;text-decoration:none;font-size:.82rem}
.product-detail-panel .detail-kicker-row{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-bottom:4px}
.product-detail-panel .detail-kicker-row span{border:1px solid rgba(7,89,184,.16);background:rgba(7,89,184,.07);color:#0759b8;border-radius:999px;padding:7px 10px;font-size:.75rem;font-weight:900}
.detail-rating-row{display:flex;align-items:center;gap:8px;flex-wrap:wrap;margin:14px 0}
.detail-rating-row span{display:inline-flex;border:1px solid rgba(148,163,184,.20);background:#fff;border-radius:999px;padding:7px 10px;font-size:.78rem;font-weight:850;color:var(--muted)}
.detail-rating-row .rating{color:#b45309}
.detail-buy-box{display:flex!important;align-items:center!important;justify-content:space-between!important;gap:14px!important}
.detail-buy-box small{display:block;color:var(--muted);font-weight:750;margin-top:3px}
.detail-stock-pill{display:inline-flex;align-items:center;border-radius:999px;background:rgba(34,197,94,.11);border:1px solid rgba(34,197,94,.18);color:#166534;font-weight:900;font-size:.78rem;padding:8px 11px;white-space:nowrap}
.detail-service-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:10px;margin:8px 0 16px}
.detail-service-grid article{border:1px solid rgba(148,163,184,.18);background:#fff;border-radius:16px;padding:13px;box-shadow:0 8px 18px rgba(15,23,42,.04)}
.detail-service-grid strong{display:block;font-size:.86rem;margin-bottom:4px;color:var(--text)}
.detail-service-grid span{display:block;color:var(--muted);font-size:.78rem;line-height:1.45}
.related-heading{display:flex;align-items:end;justify-content:space-between;gap:14px;margin-bottom:14px}
.related-heading h2{margin:0!important}
.related-heading .btn{white-space:nowrap;padding:10px 14px;font-size:.82rem}
html[data-theme="dark"] .detail-rating-row span,html[data-theme="dark"] .detail-service-grid article{background:#0f172a;border-color:rgba(148,163,184,.18)}
html[data-theme="dark"] .product-detail-gallery .product-image-stage{background:#0b1220;border-color:rgba(148,163,184,.18)}
@media(max-width:760px){.detail-service-grid{grid-template-columns:1fr}.detail-buy-box{align-items:flex-start!important;flex-direction:column}.product-detail-panel .detail-kicker-row{align-items:flex-start;flex-direction:column}.related-heading{align-items:flex-start;flex-direction:column}.related-heading .btn{width:100%;justify-content:center}}

/* Step 57: cart page premium review layout */
body.reference-cart .cart-page-hero{
  background:linear-gradient(135deg,#f8fbff 0%,#eef6ff 52%,#ffffff 100%)!important;
}
body.reference-cart .cart-page-hero .container{
  max-width:1180px!important;
}
body.reference-cart .cart-page-hero h1{
  font-size:clamp(2rem,4vw,3.35rem)!important;
  letter-spacing:-.04em!important;
}
body.reference-cart .cart-page-section{
  padding-top:28px!important;
}
body.reference-cart .cart-layout{
  grid-template-columns:minmax(0,1.45fr) 380px!important;
  gap:24px!important;
  max-width:1180px!important;
}
body.reference-cart .cart-list,
body.reference-cart .summary-card{
  border-radius:24px!important;
  border:1px solid rgba(148,163,184,.18)!important;
  box-shadow:0 18px 45px rgba(15,23,42,.08)!important;
  background:#fff!important;
}
body.reference-cart .cart-list{
  padding:22px!important;
}
body.reference-cart .summary-card{
  position:sticky!important;
  top:96px!important;
  padding:22px!important;
}
body.reference-cart .cart-list-head{
  display:flex!important;
  align-items:flex-end!important;
  justify-content:space-between!important;
  gap:16px!important;
  padding-bottom:18px!important;
  border-bottom:1px solid rgba(148,163,184,.18)!important;
  margin-bottom:6px!important;
}
body.reference-cart .cart-list-head h2{
  margin:0!important;
  font-size:1.55rem!important;
  letter-spacing:-.025em!important;
}
body.reference-cart .cart-list-head a{
  color:#0759b8!important;
  font-weight:900!important;
  text-decoration:none!important;
  white-space:nowrap!important;
}
body.reference-cart .modern-cart-item{
  grid-template-columns:112px minmax(0,1fr) 135px!important;
  gap:18px!important;
  align-items:center!important;
  padding:20px 0!important;
  border-bottom:1px solid rgba(148,163,184,.16)!important;
  background:transparent!important;
  box-shadow:none!important;
  border-radius:0!important;
}
body.reference-cart .modern-cart-item:last-of-type{
  border-bottom:0!important;
}
body.reference-cart .cart-item-media{
  display:block!important;
  border-radius:18px!important;
  overflow:hidden!important;
  background:#f8fafc!important;
  border:1px solid rgba(148,163,184,.16)!important;
}
body.reference-cart .cart-item-media img,
body.reference-cart .modern-cart-item>img{
  width:100%!important;
  height:96px!important;
  object-fit:cover!important;
  border-radius:18px!important;
}
body.reference-cart .cart-item-info h3{
  margin:4px 0!important;
  font-size:1rem!important;
  line-height:1.25!important;
}
body.reference-cart .cart-item-info h3 a{
  color:var(--text)!important;
  text-decoration:none!important;
}
body.reference-cart .cart-item-info h3 a:hover{
  color:#0759b8!important;
}
body.reference-cart .cart-item-brand{
  display:block!important;
  color:#0759b8!important;
  font-size:.74rem!important;
  font-weight:900!important;
  letter-spacing:.04em!important;
  text-transform:uppercase!important;
}
body.reference-cart .cart-item-price{
  color:var(--muted)!important;
  font-weight:800!important;
  margin:0!important;
}
body.reference-cart .qty-controls{
  gap:8px!important;
  flex-wrap:wrap!important;
}
body.reference-cart .qty-controls button,
body.reference-cart .qty-controls input{
  height:38px!important;
  border-radius:12px!important;
  border:1px solid rgba(148,163,184,.28)!important;
}
body.reference-cart .qty-controls button:not(.cart-remove){
  width:38px!important;
  background:#f8fafc!important;
  font-weight:900!important;
}
body.reference-cart .cart-qty-input{
  width:62px!important;
  text-align:center!important;
  font-weight:900!important;
}
body.reference-cart .cart-remove{
  width:auto!important;
  padding:0 12px!important;
  color:#b91c1c!important;
  background:#fff5f5!important;
  border-color:#fecaca!important;
  font-weight:900!important;
}
body.reference-cart .cart-line-panel{
  text-align:right!important;
  display:grid!important;
  gap:4px!important;
}
body.reference-cart .cart-line-panel span{
  color:var(--muted)!important;
  font-size:.76rem!important;
  font-weight:850!important;
}
body.reference-cart .cart-line-panel strong{
  font-size:1.12rem!important;
  color:var(--text)!important;
}
body.reference-cart .cart-summary-head{
  display:flex!important;
  align-items:center!important;
  justify-content:space-between!important;
  gap:14px!important;
  padding-bottom:16px!important;
  margin-bottom:4px!important;
  border-bottom:1px solid rgba(148,163,184,.18)!important;
}
body.reference-cart .cart-summary-head span{
  font-size:1.1rem!important;
  font-weight:950!important;
  letter-spacing:-.02em!important;
}
body.reference-cart .cart-summary-head strong{
  color:#0759b8!important;
  font-size:1.2rem!important;
}
body.reference-cart .summary-line{
  border-bottom:1px solid rgba(148,163,184,.14)!important;
  gap:12px!important;
}
body.reference-cart .summary-line span{
  color:var(--muted)!important;
  font-weight:800!important;
}
body.reference-cart .summary-line strong{
  text-align:right!important;
}
body.reference-cart .summary-line.total{
  padding-top:14px!important;
}
body.reference-cart .summary-actions{
  display:grid!important;
  gap:10px!important;
  margin-top:16px!important;
}
body.reference-cart .summary-actions .btn,
body.reference-cart .summary-card>a.btn{
  min-height:46px!important;
  border-radius:14px!important;
  width:100%!important;
  justify-content:center!important;
}
body.reference-cart .cart-free-ship{
  border-radius:16px!important;
  margin:14px 0 0!important;
}
body.reference-cart .cart-trust-stack{
  display:grid!important;
  grid-template-columns:1fr!important;
  gap:9px!important;
  margin-top:16px!important;
}
body.reference-cart .cart-trust-stack span{
  display:flex!important;
  align-items:center!important;
  gap:8px!important;
  border:1px solid rgba(148,163,184,.16)!important;
  background:#f8fbff!important;
  border-radius:14px!important;
  padding:10px 12px!important;
  color:var(--muted)!important;
  font-size:.82rem!important;
  font-weight:850!important;
}
body.reference-cart .cart-help-row{
  display:grid!important;
  grid-template-columns:repeat(2,minmax(0,1fr))!important;
  gap:12px!important;
  margin-top:18px!important;
}
body.reference-cart .cart-help-row article{
  border:1px solid rgba(7,89,184,.14)!important;
  background:linear-gradient(135deg,#f8fbff,#fff)!important;
  border-radius:18px!important;
  padding:16px!important;
}
body.reference-cart .cart-help-row strong,
body.reference-cart .cart-help-row span,
body.reference-cart .cart-help-row a{
  display:block!important;
}
body.reference-cart .cart-help-row strong{
  font-size:.92rem!important;
  margin-bottom:4px!important;
}
body.reference-cart .cart-help-row span{
  color:var(--muted)!important;
  font-size:.82rem!important;
  margin-bottom:8px!important;
}
body.reference-cart .cart-help-row a{
  color:#0759b8!important;
  font-weight:900!important;
  text-decoration:none!important;
  font-size:.82rem!important;
}
body.reference-cart .cart-empty-state{
  min-height:360px!important;
  display:flex!important;
  flex-direction:column!important;
  align-items:center!important;
  justify-content:center!important;
  border:1px dashed #cbd5e1!important;
  border-radius:22px!important;
  background:linear-gradient(135deg,#f8fbff,#fff)!important;
}
body.reference-cart .empty-cart-icon{
  width:72px!important;
  height:72px!important;
  display:grid!important;
  place-items:center!important;
  border-radius:22px!important;
  background:#eef6ff!important;
  font-size:2rem!important;
  margin-bottom:12px!important;
}
@media(max-width:1050px){
  body.reference-cart .cart-layout{grid-template-columns:1fr!important;}
  body.reference-cart .summary-card{position:static!important;}
}
@media(max-width:720px){
  body.reference-cart .cart-list,
  body.reference-cart .summary-card{border-radius:20px!important;padding:16px!important;}
  body.reference-cart .cart-list-head{align-items:flex-start!important;flex-direction:column!important;}
  body.reference-cart .modern-cart-item{grid-template-columns:84px minmax(0,1fr)!important;gap:13px!important;}
  body.reference-cart .cart-item-media img{height:78px!important;}
  body.reference-cart .cart-line-panel{grid-column:2!important;text-align:left!important;}
  body.reference-cart .cart-help-row{grid-template-columns:1fr!important;}
}

/* Checkout page polish — visual only */
.checkout-hero{padding:42px 0 28px;background:linear-gradient(135deg,#f8fbff 0%,#eef6ff 55%,#ffffff 100%);border-bottom:1px solid rgba(148,163,184,.22)}
.checkout-hero-grid{display:grid;grid-template-columns:minmax(0,1fr) 360px;gap:24px;align-items:center}
.checkout-hero h1{font-size:clamp(2.1rem,4vw,3.2rem);line-height:1.05;letter-spacing:-.055em;margin:6px 0 12px;color:var(--text)}
.checkout-hero p{color:var(--muted);max-width:680px;font-size:1.02rem}
.checkout-hero-card{background:rgba(255,255,255,.88);border:1px solid rgba(148,163,184,.24);border-radius:22px;box-shadow:0 18px 42px rgba(15,38,80,.10);padding:18px;display:grid;gap:12px}
.checkout-hero-card span{display:flex;align-items:center;gap:10px;font-weight:900;color:var(--text);background:#f8fbff;border:1px solid rgba(148,163,184,.18);border-radius:16px;padding:12px 14px}
.checkout-section{background:#fff}
.modern-checkout-layout{grid-template-columns:minmax(0,1fr) 360px;gap:22px}
.checkout-main{gap:18px}
.checkout-step-card,.modern-checkout-summary{border-radius:24px;border-color:rgba(148,163,184,.24);box-shadow:0 18px 42px rgba(15,38,80,.10);padding:24px;background:rgba(255,255,255,.94)}
.checkout-step-heading{display:flex;align-items:center;gap:13px;margin-bottom:16px}
.checkout-step-heading h2{margin:0;font-size:1.35rem;letter-spacing:-.03em}
.checkout-step-heading .section-label{margin:0;font-size:.72rem}
.checkout-step-number{width:38px;height:38px;border-radius:14px;display:grid;place-items:center;background:linear-gradient(135deg,#0759b8,#0874ee);color:#fff;font-weight:900;box-shadow:0 12px 22px rgba(4,91,199,.22);flex:0 0 auto}
.checkout-prefill-note{display:grid;gap:3px;background:rgba(7,89,184,.07);border:1px solid rgba(7,89,184,.17);border-radius:18px;padding:14px 16px;margin-bottom:16px}
.checkout-prefill-note span{color:var(--muted);font-size:.9rem}.checkout-subheading{font-size:1rem;margin:10px 0 2px;letter-spacing:-.02em}.checkout-notes-label{margin-top:2px}.checkout-form-grid{gap:13px}.checkout-form input,.checkout-form textarea{border-radius:14px;padding:12px 14px;border-color:rgba(148,163,184,.32);background:#fff}.payment-heading{margin-top:8px}.modern-payment-options{display:grid;gap:10px;border:0;margin:0;padding:0}.modern-payment-options legend{font-size:0;position:absolute;opacity:0}.payment-option{border:1px solid rgba(148,163,184,.28);border-radius:18px;padding:14px;display:flex;align-items:flex-start;gap:12px;background:#fff;cursor:pointer;transition:.2s}.payment-option:hover{border-color:rgba(7,89,184,.5);box-shadow:0 12px 26px rgba(15,38,80,.08)}.payment-option input{width:auto;margin-top:4px;accent-color:#0759b8}.payment-option span{display:grid;gap:3px}.payment-option small{color:var(--muted);font-weight:700}.modern-checkout-actions{justify-content:space-between;margin-top:4px}.modern-checkout-actions .btn{min-width:190px}.checkout-item{grid-template-columns:88px minmax(0,1fr) auto;gap:15px;padding:14px 0}.checkout-item img{width:88px;height:72px;border-radius:18px;background:#f8fbff}.checkout-item h3{font-size:.98rem;line-height:1.25}.checkout-item p,.checkout-item span{font-size:.82rem}.checkout-remove{border-radius:999px;background:#fff}.modern-checkout-summary{position:sticky;top:94px}.modern-checkout-summary h2{font-size:1.25rem;letter-spacing:-.03em}.checkout-summary-head{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-bottom:12px}.checkout-summary-head span{color:var(--muted);font-weight:900;text-transform:uppercase;font-size:.72rem;letter-spacing:.08em}.checkout-summary-head strong{font-size:1.45rem;color:var(--blue)}.modern-checkout-summary .summary-line{border-color:rgba(148,163,184,.22)}.checkout-summary-trust{display:grid;gap:9px;margin-top:14px}.checkout-summary-trust span{display:flex;align-items:center;gap:8px;color:var(--muted);font-weight:900;font-size:.86rem}.checkout-cart-actions{margin-top:15px}.checkout-cart-actions .btn{width:100%}.modern-empty-checkout{background:#fff;border:1px solid rgba(148,163,184,.24);border-radius:24px;box-shadow:0 18px 42px rgba(15,38,80,.10)}.checkout-status{border-radius:18px}.checkout-status.checkout-review-ready{background:#fff;border-color:rgba(7,89,184,.24);box-shadow:0 14px 32px rgba(15,38,80,.10)}.final-review{margin-top:12px;background:#f8fbff;border:1px solid rgba(148,163,184,.22);border-radius:18px;padding:16px}.final-review ul{list-style:none;display:grid;gap:9px;margin:10px 0}.final-review li{display:flex;justify-content:space-between;gap:12px;border-bottom:1px solid rgba(148,163,184,.18);padding-bottom:8px}.final-review-actions{display:flex;gap:10px;flex-wrap:wrap;margin-top:14px}
@media(max-width:900px){.checkout-hero-grid,.modern-checkout-layout{grid-template-columns:1fr}.modern-checkout-summary{position:static}.checkout-hero-card{grid-template-columns:1fr}}
@media(max-width:650px){.checkout-hero{padding:30px 0 20px}.checkout-step-card,.modern-checkout-summary{padding:18px;border-radius:20px}.checkout-item{grid-template-columns:70px minmax(0,1fr)}.checkout-item img{width:70px;height:58px}.checkout-item strong{grid-column:2}.modern-checkout-actions{display:grid}.modern-checkout-actions .btn{width:100%;min-width:0}.final-review li{display:grid}.final-review-actions{display:grid}.final-review-actions .btn{width:100%}}

/* Header accessibility/search cleanup */
.sr-only{
  position:absolute!important;
  width:1px!important;
  height:1px!important;
  padding:0!important;
  margin:-1px!important;
  overflow:hidden!important;
  clip:rect(0,0,0,0)!important;
  white-space:nowrap!important;
  border:0!important;
}
.reference-header-inner{
  grid-template-columns:minmax(250px,331px) minmax(320px,520px) auto!important;
}
.reference-header .reference-search{
  justify-self:center;
  max-width:520px!important;
}

/* STEP 71 — header logo/search spacing repair only */
.site-header.reference-header .reference-header-inner{
  grid-template-columns:360px minmax(260px,460px) auto!important;
  column-gap:30px!important;
}
.site-header.reference-header .reference-brand-logo{
  width:360px!important;
  min-width:360px!important;
  max-width:360px!important;
  flex:0 0 360px!important;
  overflow:visible!important;
}
.site-header.reference-header .reference-brand-logo img{
  width:360px!important;
  max-width:360px!important;
  min-width:360px!important;
  height:auto!important;
  display:block!important;
}
.site-header.reference-header .reference-search{
  justify-self:start!important;
  width:100%!important;
  max-width:460px!important;
  min-width:0!important;
  margin-left:0!important;
}
.site-header.reference-header .reference-actions{
  justify-self:end!important;
  min-width:max-content!important;
}
@media(max-width:1120px){
  .site-header.reference-header .reference-header-inner{
    grid-template-columns:340px minmax(220px,1fr) auto!important;
    column-gap:20px!important;
  }
  .site-header.reference-header .reference-brand-logo,
  .site-header.reference-header .reference-brand-logo img{
    width:340px!important;
    min-width:340px!important;
    max-width:340px!important;
  }
}
@media(max-width:900px){
  .site-header.reference-header .reference-header-inner{
    grid-template-columns:1fr!important;
    row-gap:12px!important;
  }
  .site-header.reference-header .reference-brand-logo,
  .site-header.reference-header .reference-brand-logo img{
    width:min(360px,100%)!important;
    min-width:0!important;
    max-width:360px!important;
  }
  .site-header.reference-header .reference-search{
    max-width:none!important;
    width:100%!important;
  }
  .site-header.reference-header .reference-actions{
    justify-self:start!important;
  }
}

/* STEP 72 — hard header logo/search separation repair only */
.site-header.reference-header .reference-header-inner{
  display:grid!important;
  grid-template-columns:430px minmax(260px,420px) max-content!important;
  align-items:center!important;
  column-gap:34px!important;
  max-width:1440px!important;
  width:100%!important;
}
.site-header.reference-header .reference-brand-logo{
  grid-column:1!important;
  display:block!important;
  width:430px!important;
  min-width:430px!important;
  max-width:430px!important;
  flex:0 0 430px!important;
  overflow:visible!important;
  z-index:2!important;
}
.site-header.reference-header .reference-brand-logo img{
  display:block!important;
  width:430px!important;
  min-width:430px!important;
  max-width:430px!important;
  height:72px!important;
  object-fit:contain!important;
}
.site-header.reference-header .reference-search{
  grid-column:2!important;
  justify-self:start!important;
  width:100%!important;
  max-width:420px!important;
  min-width:0!important;
  margin:0!important;
  position:relative!important;
  z-index:1!important;
}
.site-header.reference-header .reference-actions{
  grid-column:3!important;
  justify-self:end!important;
  min-width:max-content!important;
  position:relative!important;
  z-index:2!important;
}
@media(max-width:1180px){
  .site-header.reference-header .reference-header-inner{
    grid-template-columns:380px minmax(210px,1fr) max-content!important;
    column-gap:22px!important;
  }
  .site-header.reference-header .reference-brand-logo,
  .site-header.reference-header .reference-brand-logo img{
    width:380px!important;
    min-width:380px!important;
    max-width:380px!important;
  }
}
@media(max-width:980px){
  .site-header.reference-header .reference-header-inner{
    grid-template-columns:1fr!important;
    row-gap:12px!important;
  }
  .site-header.reference-header .reference-brand-logo,
  .site-header.reference-header .reference-brand-logo img{
    width:min(430px,100%)!important;
    min-width:0!important;
    max-width:430px!important;
  }
  .site-header.reference-header .reference-search{
    grid-column:1!important;
    max-width:none!important;
    width:100%!important;
  }
  .site-header.reference-header .reference-actions{
    grid-column:1!important;
    justify-self:start!important;
  }
}

/* Techub footer promo cards */
.techub-footer-promos{
  display:grid;
  grid-template-columns:repeat(4,minmax(0,1fr));
  gap:22px;
  padding-top:26px;
  padding-bottom:24px;
}
.techub-footer-promo-card{
  min-height:150px;
  padding:22px 24px;
  border:1px solid rgba(255,255,255,.12);
  border-radius:10px;
  background:rgba(255,255,255,.035);
  box-shadow:0 12px 28px rgba(0,0,0,.18);
}
.techub-footer-promo-card strong{
  display:block;
  margin-bottom:12px;
  color:#fff;
  font-size:1.08rem;
}
.techub-footer-promo-card p{
  margin:0 0 16px;
  color:rgba(255,255,255,.86);
  font-size:.94rem;
  line-height:1.45;
}
.techub-footer-promo-btn{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:36px;
  padding:0 16px;
  border-radius:7px;
  background:#1687f7;
  color:#fff;
  font-size:.78rem;
  font-weight:800;
  letter-spacing:.02em;
  text-transform:uppercase;
}
.techub-footer-promo-btn:hover{
  transform:translateY(-1px);
  background:#0f72d5;
}
@media (max-width:1100px){
  .techub-footer-promos{grid-template-columns:repeat(2,minmax(0,1fr));}
}
@media (max-width:650px){
  .techub-footer-promos{grid-template-columns:1fr;}
  .techub-footer-promo-card{min-height:auto;}
}

/* Admin order tracking controls */
.ops-shipping-fields{display:grid;grid-template-columns:110px minmax(160px,1fr);gap:8px;align-items:center;margin-top:8px;max-width:360px}
.ops-shipping-fields select,.ops-shipping-fields input{min-height:34px;border:1px solid #d8e0ec;border-radius:9px;background:#fff;padding:6px 8px;font-weight:700;color:#0f172a;width:100%;box-sizing:border-box}
@media(max-width:760px){.ops-shipping-fields{grid-template-columns:1fr;max-width:none}}

/* Admin shipment tracking lifecycle */
.ops-shipping-fields{display:none;gap:8px;align-items:center;flex-wrap:wrap;margin-top:8px}
.ops-shipping-fields.is-active{display:flex}
.ops-shipping-fields small{width:100%;font-size:.75rem;color:#6b7280}


/* Admin and customer order search/filter controls */
.ops-panel-heading{display:flex;align-items:flex-start;justify-content:space-between;gap:16px;margin-bottom:14px}
.ops-panel-heading h2{margin:0 0 4px}
.ops-order-tools,.order-tools{display:grid;grid-template-columns:minmax(220px,1fr) minmax(160px,220px) auto;gap:10px;align-items:center;margin:12px 0 10px}
.ops-order-tools input,.ops-order-tools select,.order-tools input,.order-tools select{width:100%;border:1px solid rgba(148,163,184,.35);border-radius:12px;background:#fff;padding:11px 12px;font:inherit;color:var(--text)}
.ops-filter-summary{margin:0 0 12px;color:var(--muted);font-size:.86rem;font-weight:700}
@media(max-width:760px){.ops-order-tools,.order-tools{grid-template-columns:1fr}.ops-order-tools .mini-btn{width:100%}}

/* Step 74: cart conversion polish — tighter spacing, cleaner totals, stronger trust */
body.reference-cart .cart-page-section{padding-top:22px!important;padding-bottom:34px!important;}
body.reference-cart .cart-layout{grid-template-columns:minmax(0,1.5fr) 360px!important;gap:20px!important;margin-left:auto!important;margin-right:auto!important;}
body.reference-cart .cart-list{padding:18px!important;}
body.reference-cart .summary-card{padding:18px!important;}
body.reference-cart .modern-cart-item{grid-template-columns:104px minmax(0,1fr) 150px!important;gap:16px!important;padding:16px 0!important;}
body.reference-cart .cart-item-media img,
body.reference-cart .modern-cart-item>img{height:88px!important;}
body.reference-cart .cart-item-info h3{margin:3px 0!important;}
body.reference-cart .cart-delivery-estimate{display:flex!important;align-items:center!important;gap:6px!important;margin:5px 0 0!important;color:#334155!important;font-size:.72rem!important;font-weight:850!important;}
body.reference-cart .qty-controls{margin-top:10px!important;gap:10px!important;}
body.reference-cart .qty-stepper{display:inline-flex!important;align-items:center!important;overflow:hidden!important;border:1px solid rgba(148,163,184,.32)!important;border-radius:14px!important;background:#fff!important;height:38px!important;}
body.reference-cart .qty-stepper button,
body.reference-cart .qty-stepper input{border:0!important;border-radius:0!important;height:36px!important;background:#fff!important;}
body.reference-cart .qty-stepper button{width:38px!important;color:#0759b8!important;font-size:1rem!important;}
body.reference-cart .qty-stepper button:hover{background:#eef6ff!important;color:#0759b8!important;}
body.reference-cart .qty-stepper input{width:46px!important;border-left:1px solid rgba(148,163,184,.22)!important;border-right:1px solid rgba(148,163,184,.22)!important;}
body.reference-cart .qty-stepper .cart-qty-input{display:block!important;color:#0f172a!important;-webkit-text-fill-color:#0f172a!important;opacity:1!important;font-size:.95rem!important;font-weight:900!important;line-height:36px!important;text-align:center!important;padding:0!important;appearance:textfield!important;-moz-appearance:textfield!important;}
body.reference-cart .qty-stepper .cart-qty-input::-webkit-inner-spin-button,body.reference-cart .qty-stepper .cart-qty-input::-webkit-outer-spin-button{-webkit-appearance:none!important;margin:0!important;}
body.reference-cart .cart-remove{height:38px!important;border-radius:12px!important;}
body.reference-cart .cart-line-panel{justify-self:end!important;min-width:138px!important;padding-right:2px!important;}
body.reference-cart .cart-line-panel strong{display:inline-flex!important;align-items:center!important;justify-content:center!important;min-width:118px!important;padding:7px 12px!important;border-radius:999px!important;background:#0759b8!important;color:#fff!important;box-shadow:0 10px 20px rgba(7,89,184,.18)!important;}
body.reference-cart .cart-summary-head{padding-bottom:13px!important;margin-bottom:2px!important;}
body.reference-cart .cart-summary-head strong{display:none!important;}
body.reference-cart .summary-line{padding:10px 0!important;align-items:center!important;}
body.reference-cart .summary-line strong{background:transparent!important;color:var(--text)!important;border-radius:0!important;padding:0!important;box-shadow:none!important;font-size:.94rem!important;font-weight:950!important;}
body.reference-cart .summary-line .summary-good{color:#0759b8!important;}
body.reference-cart .summary-line.total strong{display:inline-flex!important;align-items:center!important;justify-content:center!important;min-width:96px!important;padding:7px 12px!important;border-radius:999px!important;background:#0759b8!important;color:#fff!important;box-shadow:0 10px 20px rgba(7,89,184,.18)!important;}
body.reference-cart .cart-free-ship{font-weight:900!important;background:#eef6ff!important;border-color:#b9d7ff!important;}
body.reference-cart .cart-trust-stack span{background:#fff!important;color:#263244!important;border-color:rgba(148,163,184,.22)!important;font-size:.84rem!important;}
body.reference-cart .cart-help-row{margin-top:14px!important;}
body.reference-cart .cart-help-row article{padding:14px!important;}
@media(max-width:720px){body.reference-cart .modern-cart-item{grid-template-columns:84px minmax(0,1fr)!important;}body.reference-cart .cart-line-panel{grid-column:2!important;justify-self:start!important;min-width:0!important;}body.reference-cart .qty-controls{align-items:flex-start!important;flex-direction:column!important;}body.reference-cart .cart-remove{width:100%!important;}}

/* Step 40 - Build Your Dream PC feature and guided builder */
.home-pc-builder-feature{display:grid;grid-template-columns:minmax(0,1.05fr) minmax(320px,.95fr);gap:24px;align-items:center;background:linear-gradient(135deg,#071226 0%,#0b63ce 100%);border:1px solid rgba(185,212,248,.45);border-radius:24px;box-shadow:var(--modern-shadow);padding:26px;overflow:hidden;position:relative;color:#fff;}
.home-pc-builder-feature::after{content:"";position:absolute;right:-120px;bottom:-160px;width:360px;height:360px;border-radius:999px;background:rgba(255,255,255,.12);pointer-events:none;}
.home-pc-builder-copy{position:relative;z-index:2;}
.home-pc-builder-copy .home-section-kicker{color:#bfdbfe;}
.home-pc-builder-copy h2{margin:8px 0 0;font-size:clamp(1.9rem,3vw,3.1rem);line-height:1;letter-spacing:-.055em;font-weight:950;color:#fff;max-width:680px;}
.home-pc-builder-copy p{margin:14px 0 0;color:#dbeafe;line-height:1.65;font-size:1.02rem;max-width:700px;}
.home-builder-checks{display:flex;flex-wrap:wrap;gap:10px;margin:18px 0 22px;}
.home-builder-checks span{display:inline-flex;align-items:center;border:1px solid rgba(255,255,255,.22);background:rgba(255,255,255,.1);border-radius:999px;color:#fff;padding:8px 11px;font-weight:900;font-size:.82rem;}
.home-pc-builder-feature .home-primary-btn{background:#fff!important;color:#0b63ce!important;box-shadow:0 14px 30px rgba(0,0,0,.14)!important;}
.home-builder-trust{font-weight:900;color:#fff!important;background:rgba(255,255,255,.12);border:1px solid rgba(255,255,255,.22);border-radius:16px;padding:12px 14px;margin-top:16px!important;max-width:620px;}
.builder-sample-card{position:relative;z-index:2;background:rgba(255,255,255,.97);border:1px solid rgba(219,228,240,.92);border-radius:20px;padding:18px;box-shadow:0 18px 35px rgba(0,0,0,.18);color:var(--modern-ink);}
.builder-sample-card span{display:block;font-size:.74rem;font-weight:950;color:#0b63ce;text-transform:uppercase;letter-spacing:.08em;margin-bottom:8px;}
.builder-sample-card h3{margin:0;font-size:1.35rem;line-height:1.05;font-weight:950;letter-spacing:-.035em;}
.builder-sample-card p{margin:10px 0 12px;color:#40516d;font-weight:800;line-height:1.45;}
.builder-sample-card strong{display:inline-flex;align-items:center;justify-content:center;border-radius:999px;background:#eaf3ff;color:#0b63ce;padding:8px 12px;font-size:.9rem;font-weight:950;}

.home-pc-builder-panel{position:relative;z-index:2;display:grid;gap:12px;}
.builder-stack-card{display:grid;grid-template-columns:50px minmax(0,1fr);gap:10px;align-items:center;background:rgba(255,255,255,.94);border:1px solid rgba(219,228,240,.88);border-radius:18px;padding:14px;box-shadow:0 18px 35px rgba(0,0,0,.16);color:var(--modern-ink);}
.builder-stack-card strong{grid-row:span 2;width:42px;height:42px;border-radius:14px;background:#eaf3ff;color:#0b63ce;display:grid;place-items:center;font-size:1.15rem;font-weight:950;}
.builder-stack-card span{font-size:.76rem;font-weight:950;color:#0b63ce;text-transform:uppercase;letter-spacing:.08em;}
.builder-stack-card b{font-size:.96rem;}
.pc-builder-shell{max-width:1180px;margin:0 auto;padding:18px;}
.pc-builder-layout{display:grid;grid-template-columns:360px minmax(0,1fr);gap:18px;align-items:start;}
.pc-builder-form,.pc-builder-results{background:#fff;border:1px solid rgba(219,228,240,.95);border-radius:24px;box-shadow:var(--modern-shadow);padding:22px;}
.pc-builder-form fieldset{border:0;margin:0 0 20px;padding:0;display:grid;gap:10px;}
.pc-builder-form fieldset:last-child{margin-bottom:0;}
.pc-builder-form legend{font-size:1rem;font-weight:950;color:var(--modern-ink);margin:0 0 10px;}
.pc-builder-form label{display:flex;gap:10px;align-items:center;border:1px solid var(--modern-line);background:#f8fbff;border-radius:14px;padding:12px;color:#334155;font-weight:900;cursor:pointer;}
.pc-builder-form input{accent-color:#0b63ce;}
.pc-builder-summary{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-bottom:12px;}
.pc-builder-summary span{color:#0b63ce;font-size:.78rem;font-weight:950;text-transform:uppercase;letter-spacing:.08em;}
.pc-builder-summary strong{font-size:1.6rem;color:var(--modern-ink);font-weight:950;}
.pc-builder-checkline{display:flex;flex-wrap:wrap;gap:8px;margin-bottom:16px;}
.pc-builder-checkline span{background:#eaf3ff;color:#0b63ce;border:1px solid #bfdbfe;border-radius:999px;padding:7px 10px;font-weight:950;font-size:.78rem;}
.pc-builder-list{display:grid;gap:10px;}
.pc-builder-list article{display:grid;grid-template-columns:66px minmax(0,1fr) auto;gap:12px;align-items:center;border:1px solid var(--modern-line);border-radius:16px;background:#f8fbff;padding:10px;}
.pc-builder-list img{width:58px;height:58px;object-fit:contain;border-radius:14px;background:#fff;border:1px solid rgba(219,228,240,.9);}
.pc-builder-list span{display:block;color:#0b63ce;font-size:.72rem;font-weight:950;text-transform:uppercase;letter-spacing:.06em;}
.pc-builder-list strong{display:block;color:var(--modern-ink);font-size:.96rem;font-weight:950;}
.pc-builder-list small{display:block;color:#64748b;line-height:1.35;margin-top:3px;font-weight:700;}
.pc-builder-list b{color:var(--modern-ink);font-weight:950;white-space:nowrap;}
.pc-builder-actions{display:flex;flex-wrap:wrap;gap:12px;margin-top:18px;}
.pc-builder-actions button{border:0;cursor:pointer;}
@media (max-width:980px){.home-pc-builder-feature,.pc-builder-layout{grid-template-columns:1fr;}.pc-builder-list article{grid-template-columns:56px minmax(0,1fr);}.pc-builder-list b{grid-column:2;}.pc-builder-summary{align-items:flex-start;flex-direction:column;}}

/* Techub 42: cleaner hero and stronger PC builder proof points */
.builder-sample-checks{list-style:none;margin:14px 0 0;padding:0;display:grid;gap:7px;color:#0f7a3b;font-size:.84rem;font-weight:900;}
.builder-sample-checks li{display:flex;align-items:center;gap:6px;line-height:1.25;}


/* Techub 43: homepage image-match refinement from uploaded base */
body.reference-home .reference-home-main{padding:22px 24px 28px!important;}
body.reference-home .reference-store-shell{max-width:1460px!important;grid-template-columns:260px minmax(0,1fr)!important;gap:24px!important;}
body.reference-home .reference-sidebar{border-radius:16px!important;padding:18px!important;}
body.reference-home .reference-sidebar nav{gap:4px!important;}
body.reference-home .reference-sidebar nav a{height:38px!important;font-size:.9rem!important;}
.home-polish-content{gap:22px!important;}
.home-hero-modern{min-height:400px!important;padding:34px 42px!important;grid-template-columns:minmax(0,1fr) minmax(410px,.88fr)!important;gap:34px!important;border-radius:18px!important;}
.home-hero-copy h1{font-size:clamp(3.25rem,4.9vw,5.15rem)!important;line-height:.94!important;max-width:660px!important;}
.home-hero-copy p{font-size:1rem!important;line-height:1.55!important;max-width:600px!important;margin-top:16px!important;}
.home-hero-actions{margin-top:23px!important;gap:14px!important;}
.home-primary-btn,.home-secondary-btn{height:50px!important;min-width:150px!important;border-radius:12px!important;padding:0 24px!important;}
.home-hero-visual{min-height:300px!important;border-radius:18px!important;}
.home-hero-modern .reference-hero-slide img{width:min(88%,430px)!important;height:245px!important;object-fit:cover!important;border-radius:8px!important;filter:none!important;}
.home-hero-badge{left:30px!important;right:30px!important;bottom:48px!important;border-radius:13px!important;padding:16px 18px!important;}
.home-pc-builder-feature{grid-template-columns:minmax(0,.88fr) minmax(600px,1.12fr)!important;gap:30px!important;align-items:stretch!important;padding:26px 30px!important;border-radius:15px!important;min-height:325px!important;}
.home-pc-builder-copy{display:flex!important;flex-direction:column!important;justify-content:center!important;}
.home-pc-builder-copy h2{font-size:clamp(2.25rem,3.1vw,3.35rem)!important;line-height:.94!important;max-width:600px!important;}
.home-pc-builder-copy p{font-size:.96rem!important;line-height:1.55!important;max-width:680px!important;}
.home-builder-trust{max-width:650px!important;margin-top:14px!important;padding:13px 15px!important;border-radius:10px!important;font-size:.86rem!important;}
.home-builder-checks{margin:15px 0 18px!important;gap:10px!important;}
.home-builder-checks span{border-radius:10px!important;font-size:.72rem!important;padding:8px 12px!important;}
.home-pc-builder-feature .home-primary-btn{height:42px!important;min-width:140px!important;align-self:flex-start!important;}
.home-pc-builder-panel{display:grid!important;grid-template-columns:minmax(280px,1fr) minmax(260px,.86fr)!important;grid-auto-rows:1fr!important;gap:12px 20px!important;align-items:stretch!important;}
.home-pc-builder-panel .builder-stack-card{grid-column:1!important;min-height:72px!important;border-radius:12px!important;padding:13px 16px!important;box-shadow:none!important;}
.home-pc-builder-panel .builder-stack-card strong{width:38px!important;height:38px!important;background:transparent!important;font-size:1.45rem!important;}
.home-pc-builder-panel .builder-stack-card span{font-size:.68rem!important;}
.home-pc-builder-panel .builder-stack-card b{font-size:.88rem!important;}
.home-pc-builder-panel .builder-sample-card{grid-column:2!important;grid-row:1 / span 3!important;align-self:stretch!important;display:flex!important;flex-direction:column!important;justify-content:center!important;background:rgba(13,71,145,.42)!important;border:1px solid rgba(191,219,254,.48)!important;color:#fff!important;box-shadow:none!important;border-radius:13px!important;padding:24px!important;}
.home-pc-builder-panel .builder-sample-card span{color:#7dd3fc!important;margin-bottom:10px!important;}
.home-pc-builder-panel .builder-sample-card h3{color:#fff!important;font-size:1.45rem!important;}
.home-pc-builder-panel .builder-sample-card p{color:#eef6ff!important;font-weight:900!important;}
.home-pc-builder-panel .builder-sample-card strong{background:transparent!important;color:#7dd3fc!important;display:block!important;padding:0!important;font-size:1.6rem!important;text-align:left!important;}
.home-pc-builder-panel .builder-sample-checks{color:#dcfce7!important;margin-top:14px!important;}
.home-featured{border-radius:16px!important;padding:22px!important;}
.home-featured .reference-section-head h2{font-size:1.35rem!important;}
.home-product-row{gap:18px!important;}
.home-product-row article{border-radius:14px!important;display:grid!important;grid-template-rows:auto auto auto 1fr auto auto!important;}
.home-product-row article img{height:112px!important;object-fit:contain!important;}
.home-product-row article button{border-radius:8px!important;height:36px!important;}
.home-trust-strip{border-radius:16px!important;padding:14px!important;grid-template-columns:repeat(4,minmax(0,1fr))!important;}
@media(max-width:1180px){
  .home-pc-builder-feature{grid-template-columns:1fr!important;}
  .home-pc-builder-panel{grid-template-columns:1fr!important;}
  .home-pc-builder-panel .builder-stack-card,.home-pc-builder-panel .builder-sample-card{grid-column:auto!important;grid-row:auto!important;}
}
@media(max-width:980px){
  .home-hero-modern{grid-template-columns:1fr!important;}
  body.reference-home .reference-store-shell{grid-template-columns:1fr!important;}
}

/* Step 44 - Compact PC builder homepage section */
.home-pc-builder-feature{
  grid-template-columns:minmax(0,.92fr) minmax(560px,1.08fr)!important;
  gap:24px!important;
  padding:22px 26px!important;
  min-height:265px!important;
  align-items:center!important;
}
.home-pc-builder-copy{justify-content:center!important;}
.home-pc-builder-copy .home-section-kicker{font-size:.72rem!important;letter-spacing:.14em!important;}
.home-pc-builder-copy h2{
  font-size:clamp(2.05rem,2.65vw,2.85rem)!important;
  line-height:.95!important;
  max-width:560px!important;
  margin-top:6px!important;
}
.home-pc-builder-copy p{
  margin-top:10px!important;
  font-size:.9rem!important;
  line-height:1.48!important;
  max-width:620px!important;
}
.home-builder-trust{
  margin-top:12px!important;
  padding:9px 12px!important;
  border-radius:10px!important;
  font-size:.72rem!important;
  line-height:1.35!important;
  max-width:560px!important;
}
.home-builder-checks{
  display:flex!important;
  flex-wrap:nowrap!important;
  gap:8px!important;
  margin:12px 0 14px!important;
  max-width:680px!important;
}
.home-builder-checks span{
  white-space:nowrap!important;
  padding:7px 9px!important;
  border-radius:9px!important;
  font-size:.7rem!important;
}
.home-pc-builder-feature .home-primary-btn{
  height:38px!important;
  min-width:128px!important;
  padding:0 18px!important;
  border-radius:10px!important;
  font-size:.82rem!important;
}
.home-pc-builder-panel{
  grid-template-columns:minmax(260px,1fr) minmax(230px,.78fr)!important;
  grid-auto-rows:minmax(58px,auto)!important;
  gap:10px 16px!important;
  align-items:stretch!important;
}
.home-pc-builder-panel .builder-stack-card{
  min-height:58px!important;
  padding:10px 13px!important;
  border-radius:11px!important;
  grid-template-columns:42px minmax(0,1fr)!important;
  gap:8px!important;
  align-content:center!important;
}
.home-pc-builder-panel .builder-stack-card strong{
  width:34px!important;
  height:34px!important;
  font-size:1.25rem!important;
  align-self:center!important;
}
.home-pc-builder-panel .builder-stack-card span{
  font-size:.62rem!important;
  line-height:1.1!important;
}
.home-pc-builder-panel .builder-stack-card b{
  font-size:.8rem!important;
  line-height:1.2!important;
}
.home-pc-builder-panel .builder-sample-card{
  padding:18px 20px!important;
  border-radius:12px!important;
  justify-content:center!important;
}
.home-pc-builder-panel .builder-sample-card span{
  font-size:.67rem!important;
  margin-bottom:7px!important;
}
.home-pc-builder-panel .builder-sample-card h3{
  font-size:1.22rem!important;
  line-height:1.05!important;
}
.home-pc-builder-panel .builder-sample-card p{
  margin:8px 0 10px!important;
  font-size:.82rem!important;
  line-height:1.35!important;
}
.home-pc-builder-panel .builder-sample-card strong{
  font-size:1.15rem!important;
  line-height:1.05!important;
}
.home-pc-builder-panel .builder-sample-checks{
  margin-top:10px!important;
  gap:5px!important;
  font-size:.76rem!important;
}
@media(max-width:1280px){
  .home-pc-builder-feature{grid-template-columns:1fr!important;}
  .home-pc-builder-panel{grid-template-columns:minmax(260px,1fr) minmax(230px,.8fr)!important;}
}
@media(max-width:720px){
  .home-builder-checks{flex-wrap:wrap!important;}
  .home-pc-builder-panel{grid-template-columns:1fr!important;}
  .home-pc-builder-panel .builder-stack-card,.home-pc-builder-panel .builder-sample-card{grid-column:auto!important;grid-row:auto!important;}
}


/* Newsletter subscribe capture */
.techub-subscribe-form{display:grid;gap:8px;margin-top:12px;max-width:280px}
.techub-subscribe-form input[type="email"]{width:100%;min-height:40px;border:1px solid rgba(4,91,199,.24);border-radius:12px;padding:0 12px;background:#fff;color:var(--text);font:inherit;box-sizing:border-box}
.techub-subscribe-form input[type="email"]:focus{outline:2px solid rgba(4,91,199,.28);border-color:#045bc7}
.techub-subscribe-form .techub-footer-promo-btn{border:0;cursor:pointer;text-align:center}
.techub-subscribe-form .techub-footer-promo-btn:disabled{opacity:.7;cursor:wait}
.techub-subscribe-form small{display:block;color:var(--muted);font-weight:700;line-height:1.35}
.subscribe-honeypot{position:absolute!important;left:-10000px!important;width:1px!important;height:1px!important;opacity:0!important;pointer-events:none!important}
.admin-subscriber-list{display:grid;gap:10px;margin-top:12px}
.admin-subscriber-row{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:10px;align-items:start;border:1px solid rgba(4,91,199,.16);border-radius:14px;padding:12px;background:rgba(255,255,255,.72)}
.admin-subscriber-row strong{display:block;word-break:break-word}
.admin-subscriber-row small{display:block;color:var(--muted);margin-top:3px;line-height:1.35}
.admin-subscriber-count{font-size:34px;font-weight:900;color:#045bc7;margin:4px 0 2px}
@media(max-width:680px){.admin-subscriber-row{grid-template-columns:1fr}.techub-subscribe-form{max-width:none}}


.danger-zone{border-color:#fecaca;background:linear-gradient(180deg,#fff7f7,#fff);}
.danger-zone h2{color:#991b1b;}
.mini-btn.danger{background:#b91c1c;color:#fff;border-color:#b91c1c;}
.mini-btn.danger:hover{background:#991b1b;border-color:#991b1b;}


.catalog-pagination-bar{display:flex;align-items:center;justify-content:space-between;gap:14px;flex-wrap:wrap;margin:14px 0}.catalog-pagination-bottom{margin-top:16px}.catalog-page-summary{color:#526173;font-size:14px}.catalog-page-summary span{display:inline-block;margin-left:8px;color:#7b8797}.catalog-page-controls{display:flex;align-items:center;gap:6px;flex-wrap:wrap}.catalog-page-btn{border:1px solid #d8e0ec;background:#fff;color:#0f172a;border-radius:10px;padding:8px 11px;font-weight:700;cursor:pointer}.catalog-page-btn:hover:not(:disabled),.catalog-page-btn.active{background:#0f172a;color:#fff;border-color:#0f172a}.catalog-page-btn:disabled{opacity:.45;cursor:not-allowed}.catalog-page-dots{padding:0 4px;color:#7b8797}@media(max-width:760px){.catalog-pagination-bar{align-items:flex-start;flex-direction:column}.catalog-page-controls{width:100%}.catalog-page-btn{padding:8px 10px}}

/* Step 79: polished Catalog Manager pagination */
.catalog-pagination-bar{display:flex;align-items:center;justify-content:space-between;gap:16px;flex-wrap:wrap;margin:18px 0;padding:14px 16px;background:#fff;border:1px solid #e5eaf2;border-radius:16px;box-shadow:0 10px 28px rgba(15,23,42,.06)}
.catalog-pagination-bottom{margin-top:18px}.catalog-page-summary{display:flex;align-items:center;gap:10px;flex-wrap:wrap;color:#475569;font-size:14px;font-weight:700}.catalog-page-summary strong{color:#0f172a}.catalog-per-page-pill{display:inline-flex;align-items:center;min-height:28px;padding:5px 10px;border-radius:999px;background:#eff6ff;color:#1d4ed8;font-size:12px;font-weight:800;letter-spacing:.01em}.catalog-page-controls{display:flex;align-items:center;justify-content:flex-end;gap:8px;flex-wrap:wrap}.catalog-page-btn{appearance:none;border:1px solid #d8e0ec;background:#fff;color:#0f172a;border-radius:12px;min-width:38px;min-height:38px;padding:8px 12px;font:800 13px/1 Arial,sans-serif;cursor:pointer;transition:background .16s ease,color .16s ease,border-color .16s ease,box-shadow .16s ease,transform .16s ease}.catalog-page-btn:hover:not(:disabled){border-color:#2563eb;color:#2563eb;box-shadow:0 8px 20px rgba(37,99,235,.14);transform:translateY(-1px)}.catalog-page-btn.active{background:#2563eb;color:#fff;border-color:#2563eb;box-shadow:0 10px 22px rgba(37,99,235,.22)}.catalog-page-btn:disabled{opacity:.45;cursor:not-allowed;box-shadow:none;transform:none}.catalog-page-btn.catalog-page-nav{min-width:92px;background:#f8fafc}.catalog-page-btn.catalog-page-nav:hover:not(:disabled){background:#fff}.catalog-page-dots{display:inline-flex;align-items:center;justify-content:center;min-width:24px;color:#94a3b8;font-weight:900}@media(max-width:760px){.catalog-pagination-bar{align-items:stretch;flex-direction:column;padding:14px}.catalog-page-controls{justify-content:flex-start;width:100%}.catalog-page-btn{min-height:40px}.catalog-page-btn.catalog-page-nav{flex:1;min-width:120px}}


/* Step 80: Product detail layout integrity fix
   Prevent sticky media from overlapping Related Products / Recently Viewed while scrolling. */
body.reference-product .product-detail-section{
  position:relative!important;
  overflow:visible!important;
}
body.reference-product .product-detail-section .detail-layout{
  display:grid!important;
  grid-template-columns:minmax(280px,.95fr) minmax(0,1.05fr)!important;
  gap:24px!important;
  align-items:start!important;
  max-width:1440px!important;
}
body.reference-product .detail-media{
  position:relative!important;
  top:auto!important;
  z-index:1!important;
  align-self:start!important;
}
body.reference-product .detail-card{
  position:relative!important;
  z-index:1!important;
}
body.reference-product .related-products{
  grid-column:1 / -1!important;
  position:relative!important;
  z-index:2!important;
  clear:both!important;
  margin-top:30px!important;
  overflow:hidden!important;
}
body.reference-product .recently-viewed{
  position:relative!important;
  z-index:2!important;
  margin-top:28px!important;
  padding-top:0!important;
  clear:both!important;
}
body.reference-product .related-products .related-grid,
body.reference-product .recently-viewed .related-grid{
  display:grid!important;
  grid-template-columns:repeat(3,minmax(0,1fr))!important;
  gap:18px!important;
  align-items:stretch!important;
}
body.reference-product .related-products .product-card,
body.reference-product .recently-viewed .product-card{
  height:100%!important;
  min-height:0!important;
  position:relative!important;
  z-index:1!important;
}
body.reference-product .related-products .product-media img,
body.reference-product .recently-viewed .product-media img{
  height:150px!important;
  object-fit:cover!important;
}
body.reference-product .product-confidence-section{
  position:relative!important;
  z-index:3!important;
  clear:both!important;
}
@media(max-width:1050px){
  body.reference-product .product-detail-section .detail-layout{
    grid-template-columns:1fr!important;
  }
  body.reference-product .related-products .related-grid,
  body.reference-product .recently-viewed .related-grid{
    grid-template-columns:repeat(2,minmax(0,1fr))!important;
  }
}
@media(max-width:650px){
  body.reference-product .related-products{
    margin-top:18px!important;
  }
  body.reference-product .related-products .related-grid,
  body.reference-product .recently-viewed .related-grid{
    grid-template-columns:1fr!important;
  }
}


/* compact sidebar override */
.compact-sidebar{width:240px;background:#fff;border-radius:14px;padding:8px;box-shadow:0 8px 20px rgba(0,0,0,0.06)}
.compact-sidebar .sidebar-title{font-size:14px;font-weight:700;padding:6px 8px;border-bottom:1px solid #eee;margin-bottom:6px}
.compact-sidebar .cat-item{display:block;padding:5px 8px;font-size:13px;color:#1a1a1a;text-decoration:none;border-radius:6px;line-height:1.2}
.compact-sidebar .cat-item:hover{background:#f3f6ff}


/* =========================================================
   FINAL NO-SIDEBAR PAGE LAYOUT FIX
   Applies only to index/shop pages after sidebar removal.
   Keeps old sidebar CSS untouched, but prevents old 260px/282px
   sidebar grid columns from trapping the main content.
   ========================================================= */

body.no-sidebars.reference-home .reference-store-shell,
body.no-sidebars.reference-shop .shop-store-layout {
  display: block !important;
  grid-template-columns: 1fr !important;
  width: min(1200px, calc(100% - 48px)) !important;
  max-width: 1200px !important;
  margin-left: auto !important;
  margin-right: auto !important;
}

body.no-sidebars.reference-home .reference-content,
body.no-sidebars.reference-shop .shop-main-panel {
  width: 100% !important;
  max-width: 100% !important;
  min-width: 0 !important;
}

body.no-sidebars.reference-home .home-hero-modern {
  width: 100% !important;
  max-width: 100% !important;
  grid-template-columns: minmax(0, 1.05fr) minmax(320px, .95fr) !important;
}

body.no-sidebars.reference-shop .shop-store-section,
body.no-sidebars.reference-home .reference-home-main {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

@media (max-width: 980px) {
  body.no-sidebars.reference-home .home-hero-modern {
    grid-template-columns: 1fr !important;
  }

  body.no-sidebars.reference-home .reference-store-shell,
  body.no-sidebars.reference-shop .shop-store-layout {
    width: min(100%, calc(100% - 28px)) !important;
  }
}

/* STEP 73 — Techub 7-category mega department nav */
.techub-mega-nav{position:sticky;top:74px;z-index:55;background:#07111f;border-bottom:1px solid rgba(255,255,255,.08);box-shadow:0 3px 12px rgba(15,23,42,.14);font-family:inherit;}
.techub-mega-wrap{max-width:1200px;margin:0 auto;height:42px;display:flex;align-items:center;padding:0 24px;position:relative;}
.techub-mega-home{display:flex;align-items:center;gap:9px;height:42px;color:#fff;text-decoration:none;font-size:14px;font-weight:900;letter-spacing:.01em;}
.techub-mega-home:before{content:"☰";font-size:18px;color:#22a3ff;line-height:1;}
.techub-mega-menu{position:absolute;left:24px;top:42px;width:min(1150px,calc(100vw - 48px));min-height:396px;background:#fff;border:1px solid #d8dee8;box-shadow:0 18px 40px rgba(15,23,42,.18);display:none;grid-template-columns:245px minmax(0,1fr);}
.techub-mega-nav:hover .techub-mega-menu,.techub-mega-nav:focus-within .techub-mega-menu{display:grid;}
.techub-mega-category{display:contents;}
.techub-mega-tab{grid-column:1;display:flex;align-items:center;justify-content:space-between;height:48px;padding:0 16px 0 18px;color:#111827;text-decoration:none;background:#fff;border-bottom:1px solid #e5e7eb;border-left:3px solid transparent;font-size:15px;font-weight:900;}
.techub-mega-tab span{font-size:24px;font-weight:300;color:#111827;line-height:1;}
.techub-mega-category:hover .techub-mega-tab,.techub-mega-category:focus-within .techub-mega-tab,.techub-mega-category:first-child .techub-mega-tab{border-left-color:#0a84ff;background:#f8fbff;color:#050b12;}
.techub-mega-menu:hover .techub-mega-category:first-child:not(:hover):not(:focus-within) .techub-mega-tab{border-left-color:transparent;background:#fff;}
.techub-mega-panel{grid-column:2;grid-row:1 / span 7;display:none;grid-template-columns:repeat(4,minmax(150px,1fr));gap:22px 34px;align-content:start;padding:23px 30px 28px;background:#fff;min-height:396px;}
.techub-mega-category:first-child .techub-mega-panel,.techub-mega-category:hover .techub-mega-panel,.techub-mega-category:focus-within .techub-mega-panel{display:grid;}
.techub-mega-menu:hover .techub-mega-category:first-child:not(:hover):not(:focus-within) .techub-mega-panel{display:none;}
.techub-mega-panel section{min-width:0;}
.techub-mega-panel h3{margin:0 0 9px;padding:0 0 7px;border-bottom:1px solid #6f9fd6;color:#111827;font-size:16px;line-height:1.1;font-weight:950;}
.techub-mega-panel a{display:block;color:#111827;text-decoration:none;font-size:14px;line-height:1.2;padding:4px 0;font-weight:500;}
.techub-mega-panel a:hover,.techub-mega-panel a:focus{color:#065bd3;text-decoration:underline;outline:0;}
@media(max-width:1000px){.techub-mega-nav{top:0;position:relative}.techub-mega-wrap{height:auto;display:block;padding:0}.techub-mega-home{padding:0 18px;height:44px}.techub-mega-menu{position:static;width:100%;min-height:0;border-left:0;border-right:0;box-shadow:none;grid-template-columns:1fr;}.techub-mega-nav:hover .techub-mega-menu,.techub-mega-nav:focus-within .techub-mega-menu{display:block}.techub-mega-category{display:block}.techub-mega-tab{height:44px;border-left:0;border-top:1px solid #e5e7eb}.techub-mega-panel{grid-template-columns:1fr 1fr;min-height:0;padding:16px 18px;border-bottom:1px solid #d8dee8}.techub-mega-category:first-child .techub-mega-panel{display:none}.techub-mega-category:hover .techub-mega-panel,.techub-mega-category:focus-within .techub-mega-panel{display:grid}}
@media(max-width:620px){.techub-mega-panel{grid-template-columns:1fr}.techub-mega-panel a{font-size:15px}.techub-mega-menu{display:none}.techub-mega-nav:hover .techub-mega-menu,.techub-mega-nav:focus-within .techub-mega-menu{display:block}}


/* Techub designed header icons - replaces emoji-style account/cart icons */
.reference-actions{
  align-items:center!important;
  gap:18px!important;
}
.reference-account-trigger{
  align-items:center!important;
  gap:10px!important;
}
.techub-header-icon{
  display:inline-grid!important;
  place-items:center!important;
  flex:0 0 auto!important;
  color:currentColor!important;
}
.techub-header-icon svg{
  display:block!important;
  width:100%!important;
  height:100%!important;
  fill:none!important;
  stroke:currentColor!important;
  stroke-width:2!important;
  stroke-linecap:round!important;
  stroke-linejoin:round!important;
}
.techub-account-icon{
  width:36px!important;
  height:36px!important;
  border-radius:999px!important;
  background:#f2f5f9!important;
  color:#101827!important;
  box-shadow:inset 0 0 0 1px rgba(15,23,42,.06)!important;
}
.techub-account-icon svg{
  width:23px!important;
  height:23px!important;
}
.reference-account-trigger:hover .techub-account-icon,
.reference-account-trigger:focus .techub-account-icon,
.reference-account-menu.open .techub-account-trigger .techub-account-icon{
  background:#eef5ff!important;
  color:var(--modern-blue)!important;
}
.reference-cart{
  gap:10px!important;
  min-width:94px!important;
}
.techub-cart-icon{
  width:31px!important;
  height:31px!important;
  color:#101827!important;
}
.reference-cart:hover .techub-cart-icon,
.reference-cart:focus .techub-cart-icon,
.reference-cart.active .techub-cart-icon{
  color:var(--modern-blue)!important;
}
.reference-cart strong{
  min-width:28px!important;
  height:28px!important;
  line-height:28px!important;
  font-size:13px!important;
  border-radius:999px!important;
}
@media(max-width:650px){
  .techub-account-icon{width:32px!important;height:32px!important;}
  .techub-account-icon svg{width:21px!important;height:21px!important;}
  .techub-cart-icon{width:27px!important;height:27px!important;}
  .reference-cart{min-width:auto!important;gap:8px!important;}
}

/* STEP 75 — Compact heroes and shopping cards visual tune-up only */
/* Goal: show more products/categories above the fold without changing markup or behavior. */
.hero-grid{
  min-height:360px!important;
}
.hero-copy{
  padding-top:38px!important;
  padding-bottom:30px!important;
}
.hero h1{
  font-size:clamp(2rem,3.55vw,3.05rem)!important;
  margin-bottom:12px!important;
}
.hero-text{
  font-size:.98rem!important;
  margin-bottom:16px!important;
}
.eyebrow{
  margin-bottom:10px!important;
}
.hero-actions{
  margin-bottom:16px!important;
}
.trust-row{
  gap:11px!important;
}
.trust-item span{
  font-size:1.25rem!important;
}
.trust-item strong{
  font-size:.72rem!important;
}
.trust-item small{
  font-size:.74rem!important;
}

.home-panel-hero .hero-grid{
  min-height:282px!important;
}
.home-panel-hero .hero-copy{
  padding:30px 0 26px 36px!important;
}
.home-panel-hero .hero h1,
.home-panel-hero h1{
  font-size:clamp(1.85rem,3.25vw,2.65rem)!important;
}
.home-panel-hero .hero-text{
  max-width:380px!important;
}
.home-panel-hero .hero-image{
  width:54%!important;
}
.home-panel-hero .deal-card{
  right:18px!important;
  bottom:18px!important;
  padding:14px!important;
  width:min(235px,78%)!important;
}
.home-panel-hero .deal-card strong{
  font-size:.98rem!important;
}
.home-panel-hero .deal-card em{
  font-size:1.22rem!important;
}

.section{
  padding-top:26px!important;
  padding-bottom:34px!important;
}
.page-title{
  padding:28px 0 18px!important;
}
.page-title h1{
  font-size:2rem!important;
}
.shop-toolbar{
  margin:14px 0!important;
}
.filter-row{
  margin-bottom:14px!important;
}

.category-grid{
  gap:12px!important;
  margin-top:14px!important;
}
.category-tile img{
  height:94px!important;
}
.category-tile div{
  padding:12px!important;
}
.category-tile h3{
  font-size:.82rem!important;
}
.category-tile p{
  font-size:.66rem!important;
}

.product-grid{
  grid-template-columns:repeat(5,minmax(0,1fr))!important;
  gap:14px!important;
}
.product-card{
  border-radius:11px!important;
  box-shadow:0 8px 18px rgba(15,23,42,.065)!important;
}
.product-media img{
  height:118px!important;
}
.product-body{
  padding:9px!important;
  gap:4px!important;
}
.product-brand{
  font-size:.64rem!important;
}
.product-card h3{
  font-size:.84rem!important;
  line-height:1.2!important;
}
.product-card p{
  font-size:.68rem!important;
  line-height:1.35!important;
}
.price{
  font-size:.96rem!important;
}
.rating{
  font-size:.62rem!important;
}
.badge{
  left:9px!important;
  top:9px!important;
  padding:3px 8px!important;
  font-size:.62rem!important;
}
.stock-row{
  margin:6px 0!important;
}
.card-actions{
  gap:5px!important;
  margin-top:5px!important;
}
.mini-btn{
  padding:7px 9px!important;
  font-size:.69rem!important;
  border-radius:6px!important;
}

.service-grid{
  gap:13px!important;
}
.image-card img{
  height:112px!important;
}
.card-body{
  padding:30px 13px 18px!important;
}
.card-icon{
  width:42px!important;
  height:42px!important;
  top:-27px!important;
  font-size:1.25rem!important;
}
.image-card h3{
  font-size:.98rem!important;
  margin-bottom:8px!important;
}
.image-card p{
  font-size:.82rem!important;
}
.project-grid{
  gap:13px!important;
}
.project-card img{
  height:92px!important;
}
.project-card div{
  padding:13px!important;
}
.project-card h3{
  font-size:1rem!important;
  margin-bottom:7px!important;
}
.project-card p{
  font-size:.8rem!important;
  margin-bottom:10px!important;
}

@media(max-width:1180px){
  .product-grid{grid-template-columns:repeat(4,minmax(0,1fr))!important;}
}
@media(max-width:1050px){
  .hero-grid,.home-panel-hero .hero-grid{min-height:320px!important;}
  .home-panel-hero .hero-copy{padding:32px 24px!important;}
  .product-grid{grid-template-columns:repeat(3,minmax(0,1fr))!important;}
}
@media(max-width:650px){
  .hero-grid,.home-panel-hero .hero-grid{min-height:auto!important;}
  .hero-copy,.home-panel-hero .hero-copy{padding:30px 0!important;}
  .hero h1,.home-panel-hero h1{font-size:2.05rem!important;}
  .section{padding-top:24px!important;padding-bottom:30px!important;}
  .product-grid,.category-grid{grid-template-columns:1fr!important;}
  .product-media img{height:165px!important;}
  .category-tile img{height:118px!important;}
}

/* STEP 81 — Second-pass compact visual tune only */
.hero-grid,
.home-panel-hero .hero-grid{
  min-height:324px!important;
}
.hero-copy,
.home-panel-hero .hero-copy{
  padding-top:32px!important;
  padding-bottom:28px!important;
}
.hero h1,
.home-panel-hero h1{
  font-size:clamp(1.9rem,3.25vw,2.75rem)!important;
  line-height:1.03!important;
}
.hero-text,
.home-panel-hero .hero-text{
  font-size:.92rem!important;
  max-width:370px!important;
}
.home-panel-hero .hero-image{
  width:54%!important;
}
.deal-card{
  right:16px!important;
  bottom:16px!important;
  width:min(230px,76%)!important;
  padding:14px!important;
}
.deal-card strong{font-size:.96rem!important;}
.deal-card em{font-size:1.18rem!important;}

.section{
  padding-top:28px!important;
  padding-bottom:30px!important;
}
.featured-home-section{
  padding-bottom:18px!important;
}
.page-title{
  padding:24px 0 16px!important;
}
.page-title h1{
  font-size:1.82rem!important;
}
.shop-toolbar{
  margin:10px 0 12px!important;
}
.filter-row{
  margin-bottom:11px!important;
}

.conversion-band{
  padding:16px 0!important;
}
.conversion-grid{
  gap:10px!important;
}
.conversion-grid > div,
.conversion-grid > a{
  padding:10px!important;
}

.category-grid{
  gap:10px!important;
  margin-top:12px!important;
}
.category-tile img{
  height:84px!important;
}
.category-tile div{
  padding:10px!important;
}
.category-tile h3{
  font-size:.79rem!important;
  margin-bottom:3px!important;
}
.category-tile p{
  font-size:.66rem!important;
  line-height:1.32!important;
}

.product-grid,
.featured-home-section .product-grid{
  gap:11px!important;
}
.product-card{
  border-radius:9px!important;
}
.product-media img,
.featured-home-section .product-media img{
  height:104px!important;
}
.product-body{
  padding:8px!important;
  gap:3px!important;
}
.product-brand{
  font-size:.60rem!important;
  letter-spacing:.45px!important;
}
.product-card h3,
.featured-home-section .product-card h3{
  font-size:.79rem!important;
  line-height:1.18!important;
}
.product-card p{
  font-size:.64rem!important;
  line-height:1.28!important;
}
.price{
  font-size:.90rem!important;
}
.rating{
  font-size:.59rem!important;
}
.badge{
  left:8px!important;
  top:8px!important;
  padding:3px 7px!important;
  font-size:.58rem!important;
}
.stock-row{
  margin:4px 0!important;
  font-size:.66rem!important;
}
.card-actions{
  margin-top:4px!important;
}
.mini-btn{
  padding:6px 8px!important;
  font-size:.66rem!important;
}

.service-grid,
.project-grid{
  gap:11px!important;
}
.image-card img{
  height:102px!important;
}
.card-body{
  padding:26px 11px 15px!important;
}
.card-icon{
  width:38px!important;
  height:38px!important;
  top:-24px!important;
  font-size:1.12rem!important;
}
.image-card h3{
  font-size:.92rem!important;
  margin-bottom:6px!important;
}
.image-card p{
  font-size:.72rem!important;
  line-height:1.38!important;
}
.project-card img{
  height:82px!important;
}
.project-card div{
  padding:11px!important;
}
.project-card h3{
  font-size:.94rem!important;
  margin-bottom:5px!important;
}
.project-card p{
  font-size:.76rem!important;
  margin-bottom:8px!important;
}

@media(max-width:1050px){
  .hero-grid,.home-panel-hero .hero-grid{min-height:300px!important;}
  .hero-copy,.home-panel-hero .hero-copy{padding:28px 22px!important;}
}
@media(max-width:650px){
  .hero-copy,.home-panel-hero .hero-copy{padding:26px 0!important;}
  .hero h1,.home-panel-hero h1{font-size:1.9rem!important;}
  .section{padding-top:22px!important;padding-bottom:26px!important;}
  .product-media img{height:150px!important;}
  .category-tile img{height:108px!important;}
}

/* STEP 82 — Strong compact pass: real homepage + shop sizing overrides */
body.reference-home .reference-store-shell,
body.reference-shop .reference-store-shell{
  gap:14px!important;
}
body.reference-home .reference-content,
body.reference-shop .reference-content,
body.reference-home .home-polish-content{
  gap:14px!important;
}
body.reference-home .home-hero-modern{
  min-height:315px!important;
  padding:24px 30px!important;
  grid-template-columns:minmax(0,1.05fr) minmax(330px,.78fr)!important;
  gap:22px!important;
  border-radius:16px!important;
}
body.reference-home .home-hero-copy h1{
  font-size:clamp(2.15rem,3.55vw,3.55rem)!important;
  line-height:.96!important;
  max-width:560px!important;
}
body.reference-home .home-hero-copy p{
  font-size:.84rem!important;
  line-height:1.42!important;
  max-width:520px!important;
  margin-top:10px!important;
}
body.reference-home .home-eyebrow,
body.reference-home .home-section-kicker{
  font-size:.66rem!important;
  letter-spacing:.13em!important;
}
body.reference-home .home-hero-actions{
  margin-top:16px!important;
  gap:10px!important;
}
body.reference-home .home-primary-btn,
body.reference-home .home-secondary-btn{
  min-height:36px!important;
  padding:9px 14px!important;
  border-radius:9px!important;
  font-size:.76rem!important;
}
body.reference-home .home-hero-visual{
  min-height:235px!important;
  border-radius:14px!important;
}
body.reference-home .home-hero-modern .reference-hero-slide img{
  width:min(82%,330px)!important;
  height:185px!important;
  object-fit:contain!important;
}
body.reference-home .home-hero-badge{
  left:16px!important;
  right:16px!important;
  bottom:34px!important;
  padding:10px 12px!important;
  border-radius:10px!important;
}
body.reference-home .home-hero-badge strong{font-size:.82rem!important;}
body.reference-home .home-hero-badge span{font-size:.68rem!important;line-height:1.25!important;}
body.reference-home .home-hero-modern .reference-dots{bottom:12px!important;}

body.reference-home .home-pc-builder-feature{
  min-height:245px!important;
  padding:18px 22px!important;
  gap:18px!important;
  border-radius:14px!important;
}
body.reference-home .home-pc-builder-copy h2{
  font-size:clamp(1.55rem,2.4vw,2.35rem)!important;
  line-height:.98!important;
  max-width:520px!important;
}
body.reference-home .home-pc-builder-copy p{
  font-size:.82rem!important;
  line-height:1.42!important;
  margin-top:8px!important;
}
body.reference-home .home-builder-trust{margin-top:7px!important;}
body.reference-home .home-builder-checks{gap:7px!important;margin:10px 0!important;}
body.reference-home .home-builder-checks span{font-size:.70rem!important;padding:6px 8px!important;}
body.reference-home .home-pc-builder-panel{gap:9px 13px!important;}
body.reference-home .home-pc-builder-panel .builder-stack-card{
  min-height:54px!important;
  padding:9px 12px!important;
  border-radius:10px!important;
}
body.reference-home .home-pc-builder-panel .builder-stack-card strong{width:30px!important;height:30px!important;font-size:1.05rem!important;}
body.reference-home .home-pc-builder-panel .builder-stack-card span{font-size:.58rem!important;}
body.reference-home .home-pc-builder-panel .builder-stack-card b{font-size:.74rem!important;}
body.reference-home .home-pc-builder-panel .builder-sample-card{padding:15px!important;border-radius:10px!important;}
body.reference-home .home-pc-builder-panel .builder-sample-card h3{font-size:1.1rem!important;}
body.reference-home .home-pc-builder-panel .builder-sample-card p{font-size:.76rem!important;line-height:1.35!important;}
body.reference-home .home-pc-builder-panel .builder-sample-card strong{font-size:1.15rem!important;}
body.reference-home .home-pc-builder-panel .builder-sample-checks{font-size:.70rem!important;margin-top:8px!important;}

body.reference-home .home-featured,
body.reference-home .home-trust-strip,
body.reference-home .home-category-section{
  padding:14px!important;
  border-radius:16px!important;
}
body.reference-home .home-featured .reference-section-head,
body.reference-home .home-category-section .reference-section-head{
  margin-bottom:10px!important;
}
body.reference-home .reference-section-head h2{
  font-size:1.18rem!important;
}
body.reference-home .home-product-row{
  gap:10px!important;
}
body.reference-home .home-product-row article{
  min-height:250px!important;
  padding:11px!important;
  border-radius:12px!important;
}
body.reference-home .home-product-badge{
  font-size:.55rem!important;
  padding:4px 7px!important;
  margin-bottom:6px!important;
}
body.reference-home .home-product-row img{
  height:82px!important;
  padding:6px!important;
  margin-bottom:8px!important;
  border-radius:10px!important;
}
body.reference-home .home-product-row h3{
  font-size:.82rem!important;
  line-height:1.15!important;
}
body.reference-home .home-product-row p{
  font-size:.67rem!important;
  line-height:1.25!important;
  margin-bottom:7px!important;
}
body.reference-home .home-product-row strong{
  font-size:.95rem!important;
}
body.reference-home .home-product-row button{
  height:30px!important;
  border-radius:7px!important;
  font-size:.68rem!important;
  padding:0 8px!important;
}
body.reference-home .home-trust-strip{
  gap:10px!important;
}
body.reference-home .home-trust-strip article{
  padding:10px!important;
  border-radius:12px!important;
}
body.reference-home .home-trust-strip strong{font-size:.72rem!important;}
body.reference-home .home-trust-strip p{font-size:.66rem!important;line-height:1.25!important;}

body.reference-shop .page-title{padding:18px 0 12px!important;}
body.reference-shop .page-title h1{font-size:1.55rem!important;}
body.reference-shop .shop-toolbar{margin:8px 0 10px!important;}
body.reference-shop .filter-row{gap:6px!important;margin-bottom:9px!important;}
body.reference-shop .filter-btn{padding:6px 9px!important;font-size:.68rem!important;}
body.reference-shop .product-grid{grid-template-columns:repeat(5,minmax(0,1fr))!important;gap:8px!important;}
body.reference-shop .product-card{border-radius:9px!important;box-shadow:0 6px 14px rgba(15,23,42,.05)!important;}
body.reference-shop .product-media img{height:84px!important;object-fit:contain!important;padding:5px!important;}
body.reference-shop .product-body{padding:6px!important;gap:2px!important;}
body.reference-shop .product-card h3{font-size:.72rem!important;line-height:1.14!important;}
body.reference-shop .product-card p{font-size:.58rem!important;line-height:1.2!important;}
body.reference-shop .product-brand{font-size:.53rem!important;}
body.reference-shop .price{font-size:.8rem!important;}
body.reference-shop .mini-btn{padding:4px 6px!important;font-size:.58rem!important;border-radius:5px!important;}

@media(max-width:1050px){
  body.reference-home .home-hero-modern{grid-template-columns:1fr!important;min-height:auto!important;}
  body.reference-home .home-hero-visual{min-height:220px!important;}
  body.reference-home .home-pc-builder-feature{grid-template-columns:1fr!important;}
  body.reference-shop .product-grid{grid-template-columns:repeat(3,minmax(0,1fr))!important;}
}
@media(max-width:650px){
  body.reference-home .home-hero-modern{padding:18px!important;border-radius:14px!important;}
  body.reference-home .home-hero-copy h1{font-size:2rem!important;}
  body.reference-home .home-hero-visual{min-height:200px!important;}
  body.reference-home .home-product-row,
  body.reference-home .home-trust-strip{grid-template-columns:1fr!important;}
  body.reference-home .home-product-row article{min-height:auto!important;}
  body.reference-home .home-product-row img{height:120px!important;}
  body.reference-shop .product-grid{grid-template-columns:1fr!important;}
  body.reference-shop .product-media img{height:145px!important;}
}


/* Techub compact catalog header cleanup - removes unnecessary hero marketing space only */
body.reference-shop .category-landing-panel.category-landing-panel--compact{
  min-height:0!important;
  padding:6px 12px!important;
  margin:0 0 4px!important;
  display:flex!important;
  align-items:center!important;
  justify-content:space-between!important;
  gap:16px!important;
  border-radius:16px!important;
}
body.reference-shop .category-landing-panel.category-landing-panel--compact::before{
  content:none!important;
  display:none!important;
}
body.reference-shop .category-landing-panel.category-landing-panel--compact h2{
  margin:0!important;
  font-size:1.15rem!important;
  line-height:1.05!important;
}
body.reference-shop .category-landing-panel.category-landing-panel--compact .category-landing-stats{
  margin:0!important;
  display:flex!important;
  align-items:center!important;
  gap:8px!important;
}
body.reference-shop .category-landing-panel.category-landing-panel--compact .category-landing-stats span{
  min-height:0!important;
  padding:4px 8px!important;
  border-radius:999px!important;
  font-size:.68rem!important;
}
body.reference-shop .category-landing-panel.category-landing-panel--compact .section-label,
body.reference-shop .category-landing-panel.category-landing-panel--compact [data-category-description]{
  display:none!important;
}
body.reference-shop .shop-main-panel .shop-toolbar{
  padding:14px 16px!important;
  margin:0 0 8px!important;
  min-height:0!important;
}
body.reference-shop .shop-main-panel .shop-toolbar .section-label{
  display:none!important;
}
body.reference-shop .shop-main-panel .shop-toolbar h2{
  margin:0!important;
  font-size:1.15rem!important;
  line-height:1.05!important;
}
body.reference-shop .shop-filter-group label{
  margin-bottom:5px!important;
  font-size:.72rem!important;
}
body.reference-shop .shop-select,
body.reference-shop .shop-reset-btn{
  min-height:42px!important;
  height:42px!important;
  padding-top:8px!important;
  padding-bottom:8px!important;
}
body.reference-shop .shop-results-bar{
  padding:10px 14px!important;
  margin:0 0 8px!important;
  min-height:0!important;
}
@media(max-width:760px){
  body.reference-shop .category-landing-panel.category-landing-panel--compact{
    align-items:flex-start!important;
    flex-direction:column!important;
    padding:14px!important;
  }
}

/* Techub compact filter toolbar cleanup - remove duplicate heading/availability spacing */
body.reference-shop .shop-main-panel .shop-toolbar.shop-toolbar--compact{
  display:flex!important;
  align-items:end!important;
  justify-content:flex-start!important;
  gap:10px!important;
  flex-wrap:wrap!important;
  padding:6px 8px!important;
  margin:0 0 4px!important;
  min-height:0!important;
  border-radius:14px!important;
}
body.reference-shop .shop-toolbar--compact .shop-filter-group{
  flex:0 1 165px!important;
  min-width:150px!important;
}
body.reference-shop .shop-toolbar--compact .shop-filter-group label{
  margin:0 0 4px!important;
  font-size:.64rem!important;
  line-height:1!important;
  letter-spacing:.08em!important;
}
body.reference-shop .shop-toolbar--compact .shop-select{
  min-height:32px!important;
  height:32px!important;
  padding:3px 8px!important;
  border-radius:12px!important;
  font-size:.72rem!important;
}
body.reference-shop .shop-toolbar--compact .shop-reset-btn--compact{
  flex:0 0 auto!important;
  width:auto!important;
  min-width:68px!important;
  min-height:32px!important;
  height:32px!important;
  padding:5px 12px!important;
  border-radius:12px!important;
  font-size:.7rem!important;
  align-self:end!important;
}
body.reference-shop .shop-results-bar{
  display:none!important;
}
@media(max-width:760px){
  body.reference-shop .shop-toolbar--compact .shop-filter-group{
    flex:1 1 100%!important;
    min-width:0!important;
  }
  body.reference-shop .shop-toolbar--compact .shop-reset-btn--compact{
    width:100%!important;
  }
}

/* Techub product card cleanup - brand badge, no SKU, tighter price/rating row */
body.reference-shop .product-card--clean .product-brand{
  display:inline-flex!important;
  width:max-content!important;
  align-items:center!important;
  border:1px solid #b9d4f8!important;
  border-radius:999px!important;
  background:#fff!important;
  color:var(--modern-blue,#0b63ce)!important;
  padding:4px 9px!important;
  line-height:1!important;
}
body.reference-shop .product-card--clean .stock-row{
  justify-content:flex-start!important;
  margin:4px 0 2px!important;
}
body.reference-shop .product-card--clean .stock-row span:not(:first-child){
  display:none!important;
}
body.reference-shop .product-card--clean .price-row{
  display:flex!important;
  align-items:center!important;
  justify-content:space-between!important;
  gap:10px!important;
  margin-top:6px!important;
}
body.reference-shop .product-card--clean .rating{
  margin-left:auto!important;
  white-space:nowrap!important;
}


/* Techub product card final trim - remove catalog descriptions and smaller buttons only */
body.reference-shop .product-card--clean .product-body > p{
  display:none!important;
}
body.reference-shop .product-card--clean .product-body{
  gap:4px!important;
}
body.reference-shop .product-card--clean .card-actions{
  gap:6px!important;
  margin-top:6px!important;
  grid-template-columns:.9fr 1fr!important;
}
body.reference-shop .product-card--clean .mini-btn{
  min-height:34px!important;
  padding:6px 8px!important;
  border-radius:9px!important;
  font-size:.68rem!important;
  line-height:1.1!important;
}
body.reference-shop .product-card--clean .mini-btn.secondary{
  padding-left:7px!important;
  padding-right:7px!important;
}
body.reference-shop .product-card--clean h3{
  margin-bottom:8px!important;
}

/* Techub final product-card compact spacing only */
body.reference-shop .product-card--clean .product-media{
  min-height:148px!important;
  padding:14px!important;
}
body.reference-shop .product-card--clean .product-media img{
  height:88px!important;
  padding:4px!important;
}
body.reference-shop .product-card--clean .badge{
  top:10px!important;
  left:10px!important;
  padding:3px 8px!important;
  font-size:.61rem!important;
}
body.reference-shop .product-card--clean .product-body{
  padding:8px!important;
  gap:3px!important;
}
body.reference-shop .product-card--clean .product-brand{
  padding:3px 8px!important;
  font-size:.55rem!important;
  margin:0!important;
}
body.reference-shop .product-card--clean h3{
  min-height:0!important;
  margin:0!important;
  font-size:.72rem!important;
  line-height:1.12!important;
}
body.reference-shop .product-card--clean .stock-row{
  margin:5px 0 3px!important;
}
body.reference-shop .product-card--clean .stock-row span{
  padding:4px 8px!important;
  font-size:.62rem!important;
  line-height:1!important;
}
body.reference-shop .product-card--clean .price-row{
  margin-top:5px!important;
  gap:8px!important;
}
body.reference-shop .product-card--clean .price{
  font-size:.86rem!important;
  line-height:1!important;
}
body.reference-shop .product-card--clean .rating{
  font-size:.60rem!important;
  padding:4px 7px!important;
  line-height:1!important;
}
body.reference-shop .product-card--clean .card-actions{
  grid-template-columns:.72fr 1fr!important;
  gap:5px!important;
  margin-top:7px!important;
}
body.reference-shop .product-card--clean .mini-btn{
  min-height:30px!important;
  height:30px!important;
  padding:0 7px!important;
  border-radius:8px!important;
  font-size:.64rem!important;
  line-height:1!important;
  display:inline-flex!important;
  align-items:center!important;
  justify-content:center!important;
  white-space:nowrap!important;
}
body.reference-shop .product-card--clean .mini-btn.secondary{
  padding-left:6px!important;
  padding-right:6px!important;
}

/* Techub card action alignment lock - keep View/Add buttons even across catalog cards */
body.reference-shop .product-card--clean{
  display:flex!important;
  flex-direction:column!important;
}
body.reference-shop .product-card--clean .product-body{
  display:flex!important;
  flex:1 1 auto!important;
  flex-direction:column!important;
  min-height:194px!important;
}
body.reference-shop .product-card--clean h3{
  display:-webkit-box!important;
  -webkit-box-orient:vertical!important;
  -webkit-line-clamp:2!important;
  overflow:hidden!important;
  min-height:2.24em!important;
  max-height:2.24em!important;
}
body.reference-shop .product-card--clean .stock-row{
  min-height:22px!important;
}
body.reference-shop .product-card--clean .price-row{
  margin-top:auto!important;
  min-height:21px!important;
  align-items:center!important;
}
body.reference-shop .product-card--clean .card-actions{
  margin-top:8px!important;
  min-height:30px!important;
  align-items:stretch!important;
}
body.reference-shop .product-card--clean .card-actions .mini-btn,
body.reference-shop .product-card--clean .card-actions a.mini-btn,
body.reference-shop .product-card--clean .card-actions button.mini-btn{
  width:100%!important;
  height:30px!important;
  min-height:30px!important;
  box-sizing:border-box!important;
  align-self:stretch!important;
}

/* Techub catalog card row lock v2 - keeps titles, price rows, and buttons visually aligned */
body.reference-shop .product-card--clean .product-body{
  display:grid!important;
  grid-template-rows:16px 34px 24px 30px 30px!important;
  row-gap:6px!important;
  min-height:170px!important;
  padding:8px!important;
  align-content:start!important;
}
body.reference-shop .product-card--clean .product-brand{
  align-self:start!important;
  max-height:16px!important;
}
body.reference-shop .product-card--clean h3{
  align-self:start!important;
  height:34px!important;
  min-height:34px!important;
  max-height:34px!important;
  margin:0!important;
  display:-webkit-box!important;
  -webkit-box-orient:vertical!important;
  -webkit-line-clamp:2!important;
  overflow:hidden!important;
  text-overflow:ellipsis!important;
}
body.reference-shop .product-card--clean .stock-row{
  align-self:start!important;
  min-height:24px!important;
  height:24px!important;
  margin:0!important;
  display:flex!important;
  align-items:center!important;
}
body.reference-shop .product-card--clean .price-row{
  align-self:center!important;
  height:30px!important;
  min-height:30px!important;
  margin:0!important;
  padding:0!important;
}
body.reference-shop .product-card--clean .card-actions{
  align-self:end!important;
  height:30px!important;
  min-height:30px!important;
  margin:0!important;
  display:grid!important;
  grid-template-columns:.72fr 1fr!important;
  gap:5px!important;
}

/* Techub catalog hard row lock v3 - visible alignment fix */
body.reference-shop .product-card--clean{
  display:grid!important;
  grid-template-rows:148px 198px!important;
  height:346px!important;
  min-height:346px!important;
  max-height:346px!important;
}
body.reference-shop .product-card--clean .product-media{
  height:148px!important;
  min-height:148px!important;
  max-height:148px!important;
  padding:12px!important;
  box-sizing:border-box!important;
}
body.reference-shop .product-card--clean .product-media img{
  height:88px!important;
  max-height:88px!important;
}
body.reference-shop .product-card--clean .product-body{
  display:grid!important;
  grid-template-rows:17px 38px 24px 30px 30px!important;
  row-gap:8px!important;
  height:198px!important;
  min-height:198px!important;
  max-height:198px!important;
  padding:8px!important;
  box-sizing:border-box!important;
  overflow:hidden!important;
}
body.reference-shop .product-card--clean .product-brand{
  height:17px!important;
  max-height:17px!important;
  padding:3px 8px!important;
  box-sizing:border-box!important;
  overflow:hidden!important;
}
body.reference-shop .product-card--clean h3{
  height:38px!important;
  min-height:38px!important;
  max-height:38px!important;
  margin:0!important;
  padding:0!important;
  font-size:.66rem!important;
  line-height:1.18!important;
  display:-webkit-box!important;
  -webkit-box-orient:vertical!important;
  -webkit-line-clamp:2!important;
  overflow:hidden!important;
}
body.reference-shop .product-card--clean .stock-row,
body.reference-shop .product-card--clean .price-row,
body.reference-shop .product-card--clean .card-actions{
  margin:0!important;
  padding:0!important;
  align-self:stretch!important;
}
body.reference-shop .product-card--clean .stock-row{
  height:24px!important;
  min-height:24px!important;
  max-height:24px!important;
  display:flex!important;
  align-items:center!important;
}
body.reference-shop .product-card--clean .price-row{
  height:30px!important;
  min-height:30px!important;
  max-height:30px!important;
  display:flex!important;
  align-items:center!important;
  justify-content:space-between!important;
}
body.reference-shop .product-card--clean .card-actions{
  height:30px!important;
  min-height:30px!important;
  max-height:30px!important;
  display:grid!important;
  grid-template-columns:76px 1fr!important;
  gap:5px!important;
}
body.reference-shop .product-card--clean .card-actions .mini-btn{
  height:30px!important;
  min-height:30px!important;
  max-height:30px!important;
}

/* Techub shop reset rebuild: hybrid Micro Center / Best Buy / Newegg product listing */
body.reference-shop .shop-store-section{
  background:#fff!important;
  padding:22px 0 38px!important;
}
body.reference-shop .shop-store-layout,
body.reference-shop .shop-main-panel{
  width:min(1560px,calc(100vw - 28px))!important;
  max-width:1560px!important;
  margin:0 auto!important;
}
body.reference-shop .shop-main-panel{
  background:#fff!important;
  border:1px solid #dbe4f0!important;
  border-radius:18px!important;
  box-shadow:0 14px 36px rgba(15,23,42,.06)!important;
  padding:24px!important;
}
body.reference-shop .category-landing-panel{
  min-height:74px!important;
  padding:20px 24px!important;
  margin:0 0 18px!important;
  border:1px solid #dbe4f0!important;
  border-radius:16px!important;
  background:linear-gradient(180deg,#fff,#f9fbff)!important;
  display:flex!important;
  align-items:center!important;
  justify-content:space-between!important;
}
body.reference-shop .category-landing-panel h2{
  font-size:2rem!important;
  line-height:1.05!important;
  letter-spacing:-.04em!important;
  color:#0f172a!important;
}
body.reference-shop .category-landing-stats span{
  display:inline-flex!important;
  align-items:center!important;
  min-height:44px!important;
  padding:0 20px!important;
  border:1px solid #d7e3f4!important;
  border-radius:999px!important;
  color:#0967e8!important;
  font-size:1rem!important;
  font-weight:900!important;
  background:#fff!important;
}
body.reference-shop .shop-toolbar{
  margin:0 0 16px!important;
  padding:16px!important;
  border:1px solid #dbe4f0!important;
  border-radius:14px!important;
  background:#fbfdff!important;
  justify-content:flex-start!important;
  gap:18px!important;
  flex-wrap:wrap!important;
}
body.reference-shop .shop-filter-group{min-width:185px!important;}
body.reference-shop .shop-filter-group label{
  display:block!important;
  margin:0 0 6px!important;
  color:#475569!important;
  font-size:.68rem!important;
  font-weight:900!important;
  letter-spacing:.08em!important;
  text-transform:uppercase!important;
}
body.reference-shop .shop-select{
  height:44px!important;
  border-radius:10px!important;
  border:1px solid #cfdced!important;
  background:#fff!important;
  color:#0f172a!important;
  font-weight:800!important;
  padding:0 38px 0 14px!important;
}
body.reference-shop .shop-reset-btn{
  align-self:end!important;
  height:44px!important;
  padding:0 18px!important;
  border-radius:10px!important;
  border:1px solid #cfe0fb!important;
  background:#eff6ff!important;
  color:#0967e8!important;
  font-weight:900!important;
}
body.reference-shop .shop-results-bar{
  min-height:48px!important;
  margin:0 0 16px!important;
  padding:0 18px!important;
  border:1px solid #dbe4f0!important;
  border-radius:12px!important;
  background:#fff!important;
  display:flex!important;
  align-items:center!important;
  justify-content:space-between!important;
  gap:16px!important;
  font-size:.95rem!important;
  font-weight:800!important;
  color:#334155!important;
}
body.reference-shop .product-grid{
  display:grid!important;
  grid-template-columns:repeat(5,minmax(0,1fr))!important;
  gap:14px!important;
  align-items:stretch!important;
}
body.reference-shop .product-card--techstore,
body.reference-shop .product-card,
body.reference-shop article.product-card--techstore{
  min-height:0!important;
  max-height:none!important;
  height:auto!important;
  border:1px solid #dbe4f0!important;
  border-radius:14px!important;
  background:#fff!important;
  box-shadow:none!important;
  overflow:hidden!important;
  display:flex!important;
  flex-direction:column!important;
  transition:border-color .18s ease, box-shadow .18s ease, transform .18s ease!important;
}
body.reference-shop .product-card--techstore:hover{
  transform:translateY(-2px)!important;
  border-color:#b8cdf0!important;
  box-shadow:0 16px 30px rgba(15,23,42,.10)!important;
}
body.reference-shop .product-card--techstore .techstore-media,
body.reference-shop .product-card--techstore .product-media{
  height:152px!important;
  min-height:152px!important;
  max-height:none!important;
  padding:12px 12px 8px!important;
  background:#f8fafc!important;
  border-bottom:1px solid #eef2f7!important;
  display:flex!important;
  align-items:center!important;
  justify-content:center!important;
  position:relative!important;
  box-sizing:border-box!important;
}
body.reference-shop .product-card--techstore .product-media img,
body.reference-shop .product-card--techstore img{
  width:100%!important;
  height:116px!important;
  max-height:116px!important;
  object-fit:contain!important;
  border-radius:10px!important;
}
body.reference-shop .product-card--techstore .techstore-body,
body.reference-shop .product-card--techstore .product-body{
  display:flex!important;
  flex-direction:column!important;
  gap:4px!important;
  height:auto!important;
  min-height:164px!important;
  max-height:none!important;
  padding:8px 13px 9px!important;
  overflow:visible!important;
  box-sizing:border-box!important;
}
body.reference-shop .techstore-meta{
  display:flex!important;
  align-items:center!important;
  justify-content:space-between!important;
  gap:8px!important;
  min-height:19px!important;
}
body.reference-shop .product-card--techstore .product-brand{
  display:inline-flex!important;
  align-items:center!important;
  height:auto!important;
  min-height:19px!important;
  max-height:none!important;
  padding:2px 7px!important;
  border-radius:999px!important;
  border:1px solid #bfdbfe!important;
  background:#eff6ff!important;
  color:#0967e8!important;
  font-size:.62rem!important;
  line-height:1!important;
  letter-spacing:.02em!important;
  font-weight:400!important;
}
body.reference-shop .sku-chip{
  color:#64748b!important;
  font-size:.60rem!important;
  font-weight:400!important;
  white-space:nowrap!important;
}
body.reference-shop .product-card--techstore h3{
  height:34px!important;
  min-height:34px!important;
  max-height:34px!important;
  margin:0!important;
  padding:0!important;
  color:#0f172a!important;
  font-size:.74rem!important;
  line-height:1.22!important;
  font-weight:400!important;
  display:-webkit-box!important;
  -webkit-box-orient:vertical!important;
  -webkit-line-clamp:2!important;
  overflow:hidden!important;
}
body.reference-shop .rating-stock-row{
  display:flex!important;
  align-items:center!important;
  gap:6px!important;
  flex-wrap:wrap!important;
  min-height:16px!important;
  padding-top:0!important;
  border-top:1px solid #eef2f7!important;
}
body.reference-shop .stars{
  color:#f59e0b!important;
  letter-spacing:-.08em!important;
  font-size:.94rem!important;
  line-height:1!important;
}
body.reference-shop .rating-score,
body.reference-shop .review-count{
  color:#2563eb!important;
  font-size:.70rem!important;
  font-weight:400!important;
}
body.reference-shop .stock-chip{
  margin-left:auto!important;
  color:#008a22!important;
  font-size:.62rem!important;
  font-weight:700!important;
  line-height:1.1!important;
  padding:1px 4px!important;
  text-transform:uppercase!important;
  white-space:nowrap!important;
}
body.reference-shop .stock-chip--out{color:#dc2626!important;}
body.reference-shop .product-card--techstore .techstore-price,
body.reference-shop .product-card--techstore .price-row{
  height:27px!important;
  min-height:27px!important;
  max-height:27px!important;
  margin:0!important;
  padding:0!important;
  display:flex!important;
  align-items:end!important;
  justify-content:space-between!important;
  gap:10px!important;
}
body.reference-shop .product-card--techstore .price{
  color:#020617!important;
  font-size:1.05rem!important;
  line-height:1!important;
  font-weight:400!important;
  letter-spacing:-.04em!important;
}
body.reference-shop .old-price{
  display:inline-block!important;
  margin-left:8px!important;
  color:#dc2626!important;
  text-decoration:line-through!important;
  font-size:.84rem!important;
  font-weight:800!important;
}
body.reference-shop .save-note{
  display:inline-flex!important;
  align-items:center!important;
  height:22px!important;
  padding:0 7px!important;
  border-radius:4px!important;
  background:#fff4cc!important;
  color:#111827!important;
  font-size:.72rem!important;
  font-weight:950!important;
  white-space:nowrap!important;
}
body.reference-shop .fulfillment-row{
  display:grid!important;
  gap:4px!important;
  color:#334155!important;
  font-size:.77rem!important;
  line-height:1.25!important;
  font-weight:750!important;
}
body.reference-shop .fulfillment-row span:first-child{color:#166534!important;}
body.reference-shop .product-card--techstore .techstore-actions,
body.reference-shop .product-card--techstore .card-actions{
  height:27px!important;
  min-height:27px!important;
  max-height:27px!important;
  margin-top:2px!important;
  padding:0!important;
  display:grid!important;
  grid-template-columns:1fr!important;
  gap:0!important;
}
body.reference-shop .product-card--techstore .card-actions .mini-btn,
body.reference-shop .product-card--techstore .mini-btn{
  height:27px!important;
  min-height:27px!important;
  max-height:27px!important;
  border-radius:6px!important;
  padding:0 9px!important;
  display:inline-flex!important;
  align-items:center!important;
  justify-content:center!important;
  font-size:.66rem!important;
  line-height:1!important;
  font-weight:700!important;
  text-transform:uppercase!important;
  letter-spacing:0!important;
}
body.reference-shop .product-card--techstore .mini-btn:not(.secondary){
  width:auto!important;
  min-width:104px!important;
  justify-self:center!important;
  padding-left:12px!important;
  padding-right:12px!important;
  background:#2563eb!important;
  border-color:#2563eb!important;
  color:#ffffff!important;
}
body.reference-shop .product-card--techstore .mini-btn:not(.secondary):hover{
  background:#1d4ed8!important;
  border-color:#1d4ed8!important;
  color:#ffffff!important;
}
body.reference-shop .product-card--techstore .mini-btn.secondary{
  background:#123452!important;
  border-color:#123452!important;
  color:#fff!important;
}
@media(max-width:1280px){body.reference-shop .product-grid{grid-template-columns:repeat(3,minmax(0,1fr))!important;}}
@media(max-width:860px){body.reference-shop .product-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important;}body.reference-shop .shop-main-panel{padding:14px!important;}body.reference-shop .category-landing-panel{align-items:flex-start!important;flex-direction:column!important;gap:12px!important;}}
@media(max-width:560px){body.reference-shop .product-grid{grid-template-columns:1fr!important;}body.reference-shop .shop-results-bar{align-items:flex-start!important;flex-direction:column!important;padding:12px 14px!important;}body.reference-shop .shop-filter-group{width:100%!important;}body.reference-shop .product-card--techstore .product-media{height:178px!important;min-height:178px!important;}body.reference-shop .product-card--techstore .product-media img{height:138px!important;max-height:138px!important;}}
body.reference-shop .techstore-image-link{display:flex!important;align-items:center!important;justify-content:center!important;width:100%!important;height:100%!important;text-decoration:none!important;}

/* ---- v2-shop-product.css ---- */
/* Techub-Shop v2.2.0 Catalog & Product Experience
   Purpose: modern storefront polish for shop.html and product.html without changing the existing JS data flow. */

.reference-shop,
.reference-product {
  background:#fff;
}

.reference-shop .reference-page-main,
.reference-product .reference-page-main {
  padding-top: 0;
}

.v22-shop-hero {
  position: relative;
  overflow: hidden;
  padding: 3.75rem 0 2.75rem;
  background:
    linear-gradient(135deg, rgba(15, 23, 42, 0.96), rgba(30, 64, 175, 0.90)),
    radial-gradient(circle at 85% 15%, rgba(96, 165, 250, 0.45), transparent 24rem);
  color: #fff;
}

.v22-shop-hero::after {
  content: "";
  position: absolute;
  inset: auto -6rem -10rem auto;
  width: 28rem;
  height: 28rem;
  border-radius: 999px;
  background: rgba(59, 130, 246, 0.28);
  filter: blur(5px);
}

.v22-shop-hero-grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 1.35fr) minmax(280px, 0.65fr);
  gap: 2rem;
  align-items: center;
}

.v22-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: .5rem;
  margin: 0 0 1rem;
  padding: .45rem .75rem;
  border: 1px solid rgba(255,255,255,.25);
  border-radius: 999px;
  background: rgba(255,255,255,.10);
  color: #dbeafe;
  font-size: .82rem;
  font-weight: 800;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.v22-shop-hero h1 {
  max-width: 760px;
  margin: 0;
  font-size: clamp(2.35rem, 5vw, 4.75rem);
  line-height: .96;
  letter-spacing: -.06em;
}

.v22-shop-hero p {
  max-width: 650px;
  margin: 1.15rem 0 0;
  color: #dbeafe;
  font-size: 1.1rem;
  line-height: 1.75;
}

.v22-shop-actions {
  display: flex;
  flex-wrap: wrap;
  gap: .85rem;
  margin-top: 1.6rem;
}

.v22-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: .45rem;
  min-height: 46px;
  padding: .85rem 1.1rem;
  border-radius: 999px;
  font-weight: 900;
  text-decoration: none;
  transition: transform .18s ease, box-shadow .18s ease, background .18s ease;
}

.v22-btn:hover { transform: translateY(-2px); }

.v22-btn-primary {
  color: #0f172a;
  background: #fff;
  box-shadow: 0 18px 40px rgba(15, 23, 42, .25);
}

.v22-btn-secondary {
  color: #fff;
  border: 1px solid rgba(255,255,255,.34);
  background: rgba(255,255,255,.10);
}

.v22-hero-card {
  padding: 1.35rem;
  border: 1px solid rgba(255,255,255,.18);
  border-radius: 28px;
  background: rgba(255,255,255,.12);
  backdrop-filter: blur(14px);
  box-shadow: 0 24px 70px rgba(2, 6, 23, .28);
}

.v22-hero-card strong {
  display: block;
  font-size: 1rem;
}

.v22-hero-card ul {
  display: grid;
  gap: .75rem;
  margin: 1rem 0 0;
  padding: 0;
  list-style: none;
  color: #e0f2fe;
}

.v22-hero-card li {
  display: flex;
  gap: .65rem;
  align-items: flex-start;
}

.v22-hero-card li::before {
  content: "✓";
  display: inline-grid;
  place-items: center;
  flex: 0 0 1.35rem;
  width: 1.35rem;
  height: 1.35rem;
  border-radius: 999px;
  color: #0f172a;
  background: #bfdbfe;
  font-size: .78rem;
  font-weight: 900;
}

.v22-category-chips {
  padding: 1.25rem 0 0;
  background: transparent;
}

.v22-category-chip-grid {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: .85rem;
}

.v22-category-chip {
  display: flex;
  align-items: center;
  gap: .7rem;
  min-height: 72px;
  padding: .9rem;
  border: 1px solid rgba(148,163,184,.24);
  border-radius: 20px;
  background: rgba(255,255,255,.88);
  color: #0f172a;
  text-decoration: none;
  font-weight: 900;
  box-shadow: 0 12px 30px rgba(15,23,42,.07);
  transition: transform .18s ease, box-shadow .18s ease, border-color .18s ease;
}

.v22-category-chip:hover {
  transform: translateY(-3px);
  border-color: rgba(37,99,235,.28);
  box-shadow: 0 18px 42px rgba(15,23,42,.12);
}

.v22-category-chip span {
  display: grid;
  place-items: center;
  width: 2.35rem;
  height: 2.35rem;
  border-radius: 16px;
  background: #eff6ff;
  font-size: 1.15rem;
}

.shop-store-section {
  padding-top: 1.6rem !important;
}

.shop-store-layout {
  gap: 1.2rem !important;
}

.shop-main-panel {
  border: 1px solid rgba(148,163,184,.22);
  border-radius: 28px;
  background: rgba(255,255,255,.92);
  box-shadow: 0 20px 60px rgba(15,23,42,.08);
  overflow: hidden;
}

.category-landing-panel {
  background:
    linear-gradient(135deg, rgba(239,246,255,.94), rgba(255,255,255,.98)) !important;
  border-bottom: 1px solid rgba(148,163,184,.20);
  padding: 1.35rem !important;
}

.category-landing-panel h2 {
  font-size: clamp(1.6rem, 3vw, 2.25rem);
  letter-spacing: -.04em;
}

.shop-toolbar {
  align-items: end;
  padding: 1.1rem 1.35rem !important;
  background: #fff;
  border-bottom: 1px solid rgba(148,163,184,.18);
}

.shop-filter-group label {
  color: #475569;
  font-size: .76rem;
  font-weight: 900;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.shop-select,
.shop-reset-btn {
  min-height: 42px;
  border-radius: 14px !important;
}

.shop-results-bar {
  padding: .95rem 1.35rem !important;
  color: #64748b;
}

.shop-results-bar [data-shop-results-summary] {
  color: #0f172a;
  font-weight: 900;
}

.product-grid {
  padding: 1.35rem !important;
  gap: 1.1rem !important;
}

.product-card,
.reference-product-card,
.shop-product-card {
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(148,163,184,.20) !important;
  border-radius: 24px !important;
  background: #fff !important;
  box-shadow: 0 14px 34px rgba(15,23,42,.075) !important;
  transition: transform .18s ease, box-shadow .18s ease, border-color .18s ease;
}

.product-card:hover,
.reference-product-card:hover,
.shop-product-card:hover {
  transform: translateY(-4px);
  border-color: rgba(37,99,235,.30) !important;
  box-shadow: 0 24px 55px rgba(15,23,42,.14) !important;
}

.product-card img,
.reference-product-card img,
.shop-product-card img {
  border-radius: 18px;
  background: #f8fafc;
  object-fit: contain;
}

.product-card h3,
.reference-product-card h3,
.shop-product-card h3 {
  letter-spacing: -.025em;
}

.product-price,
.price,
[data-product-price] {
  color: #1d4ed8;
  font-weight: 950;
}

.add-to-cart,
.product-add-btn,
button[data-add-to-cart] {
  border-radius: 999px !important;
  font-weight: 900 !important;
}





.product-detail-section {
  padding-top: 1.75rem !important;
}

.detail-layout,
.product-detail,
[data-product-detail] > * {
  border-radius: 30px !important;
}

.product-confidence-section {
  padding-top: 0 !important;
}

.product-confidence-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1rem;
}

.product-confidence-grid article {
  padding: 1.25rem;
  border: 1px solid rgba(148,163,184,.22);
  border-radius: 24px;
  background: rgba(255,255,255,.9);
  box-shadow: 0 14px 34px rgba(15,23,42,.07);
}

.product-confidence-grid span {
  display: grid;
  place-items: center;
  width: 2.5rem;
  height: 2.5rem;
  margin-bottom: .8rem;
  border-radius: 16px;
  background: #eff6ff;
}

.product-confidence-grid strong {
  display: block;
  color: #0f172a;
  font-size: 1rem;
}

.product-confidence-grid p {
  margin: .45rem 0 0;
  color: #64748b;
  line-height: 1.6;
}

@media (max-width: 980px) {
  .v22-shop-hero-grid,
  .product-confidence-grid {
    grid-template-columns: 1fr;
  }

  .v22-category-chip-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (max-width: 680px) {
  .v22-shop-hero {
    padding: 2.5rem 0 2rem;
  }

  .v22-category-chip-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .shop-toolbar {
    align-items: stretch;
  }

  .product-grid {
    padding: .95rem !important;
  }
}

/* Techub product gallery thumbnails for computer/laptop catalog additions */
.product-gallery-thumbs{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:12px;
  margin:14px 0 18px;
}
.product-gallery-thumb{
  border:1px solid rgba(15,23,42,.12);
  background:#fff;
  border-radius:16px;
  padding:8px;
  cursor:pointer;
  box-shadow:0 10px 22px rgba(15,23,42,.08);
}
.product-gallery-thumb.is-active{
  border-color:rgba(37,99,235,.75);
  box-shadow:0 14px 28px rgba(37,99,235,.18);
}
.product-gallery-thumb img{
  display:block;
  width:100%;
  aspect-ratio:1/1;
  object-fit:contain;
  border-radius:12px;
}

/* ---- v3-techstore.css ---- */
:root{
  --v3-ink:#101827; --v3-muted:#5b6475; --v3-line:#e5e9f2; --v3-card:#ffffff;
  --v3-blue:#315efb; --v3-teal:#14b8a6; --v3-violet:#7c3aed; --v3-orange:#f97316; --v3-slate:#0f172a;
  --v3-bg:linear-gradient(135deg,#f8fbff 0%,#f3f6ff 38%,#fbf7f2 100%);
}
body.techub-v3{background:var(--v3-bg);color:var(--v3-ink);}
.techub-v3 .techub-mega-nav{display:none!important;}
.v3-container{width:min(1180px,calc(100% - 32px));margin-inline:auto;}
.v3-nav{position:sticky;top:0;z-index:50;background:rgba(255,255,255,.86);backdrop-filter:blur(16px);border-bottom:1px solid rgba(15,23,42,.08);}
.v3-nav-inner{display:flex;gap:12px;align-items:center;justify-content:center;flex-wrap:wrap;padding:10px 0;}
.v3-nav a{color:#25304a;text-decoration:none;font-weight:800;font-size:.92rem;padding:10px 14px;border-radius:999px;background:rgba(255,255,255,.55);border:1px solid rgba(49,94,251,.10);}
.v3-nav a:hover{background:#fff;border-color:rgba(49,94,251,.28);box-shadow:0 10px 28px rgba(49,94,251,.11);transform:translateY(-1px)}
.v3-hero{position:relative;overflow:hidden;padding:72px 0 42px;background:radial-gradient(circle at 18% 18%,rgba(49,94,251,.18),transparent 34%),radial-gradient(circle at 82% 8%,rgba(20,184,166,.18),transparent 30%),linear-gradient(135deg,#111827,#1e2a4a 62%,#3b285f);color:white;}
.v3-hero:after{content:"";position:absolute;inset:auto -10% -35% -10%;height:330px;background:radial-gradient(circle,rgba(249,115,22,.18),transparent 58%)}
.v3-hero-grid{position:relative;z-index:1;display:grid;grid-template-columns:minmax(0,1.05fr) minmax(320px,.95fr);gap:44px;align-items:center;}
.v3-eyebrow{display:inline-flex;gap:8px;align-items:center;margin:0 0 16px;padding:8px 12px;border-radius:999px;background:rgba(255,255,255,.12);border:1px solid rgba(255,255,255,.18);font-weight:800;color:#dce7ff;}
.v3-hero h1{font-size:clamp(2.6rem,6vw,5.7rem);line-height:.94;margin:0 0 20px;letter-spacing:-.07em;max-width:900px;}
.v3-hero p{font-size:1.13rem;line-height:1.7;color:#d8e0ef;max-width:700px;margin:0 0 26px;}
.v3-actions{display:flex;gap:14px;flex-wrap:wrap;margin:28px 0;}.v3-btn{display:inline-flex;align-items:center;justify-content:center;border-radius:16px;padding:14px 20px;font-weight:900;text-decoration:none;border:1px solid rgba(255,255,255,.22)}
.v3-btn-primary{background:linear-gradient(135deg,var(--v3-blue),var(--v3-teal));color:white;box-shadow:0 22px 60px rgba(49,94,251,.35)}.v3-btn-light{background:rgba(255,255,255,.12);color:white}.v3-btn:hover{transform:translateY(-2px)}
.v3-hero-stats{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px;margin-top:30px;max-width:720px}.v3-hero-stats span{border:1px solid rgba(255,255,255,.14);background:rgba(255,255,255,.08);border-radius:18px;padding:14px;color:#dce7ff}.v3-hero-stats strong{display:block;color:white;font-size:1.3rem}
.v3-device-wall{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:16px}.v3-device-card{min-height:170px;border-radius:28px;padding:22px;background:rgba(255,255,255,.10);border:1px solid rgba(255,255,255,.16);box-shadow:0 30px 90px rgba(0,0,0,.26);position:relative;overflow:hidden}.v3-device-card:before{content:"";position:absolute;right:-40px;top:-50px;width:150px;height:150px;border-radius:50%;background:var(--accent,rgba(49,94,251,.5));opacity:.28}.v3-device-card b{font-size:2.5rem}.v3-device-card strong{display:block;font-size:1.25rem;margin:18px 0 6px}.v3-device-card span{color:#d8e0ef}.v3-device-card:nth-child(1){--accent:#315efb}.v3-device-card:nth-child(2){--accent:#14b8a6}.v3-device-card:nth-child(3){--accent:#f97316}.v3-device-card:nth-child(4){--accent:#7c3aed}
.v3-section{padding:58px 0}.v3-section-head{display:flex;justify-content:space-between;gap:18px;align-items:end;margin-bottom:24px}.v3-section-head span{color:var(--v3-blue);font-weight:900;text-transform:uppercase;letter-spacing:.09em;font-size:.78rem}.v3-section-head h2{font-size:clamp(2rem,4vw,3.3rem);line-height:1;margin:5px 0 0;letter-spacing:-.045em}.v3-section-head p{max-width:620px;color:var(--v3-muted);line-height:1.65}
.v3-category-grid{display:grid;grid-template-columns:repeat(6,minmax(0,1fr));gap:16px}.v3-cat-card{background:#fff;border:1px solid var(--v3-line);border-radius:24px;padding:20px;text-decoration:none;color:var(--v3-ink);min-height:170px;box-shadow:0 18px 50px rgba(15,23,42,.06);position:relative;overflow:hidden}.v3-cat-card:after{content:"";position:absolute;inset:auto -30px -55px auto;width:130px;height:130px;border-radius:50%;background:linear-gradient(135deg,var(--cat1),var(--cat2));opacity:.18}.v3-cat-card:hover{transform:translateY(-5px);box-shadow:0 24px 70px rgba(15,23,42,.12)}.v3-cat-icon{display:inline-flex;width:48px;height:48px;align-items:center;justify-content:center;border-radius:16px;background:linear-gradient(135deg,var(--cat1),var(--cat2));color:white;font-size:1.45rem}.v3-cat-card strong{display:block;margin:20px 0 8px;font-size:1.08rem}.v3-cat-card span{color:var(--v3-muted);font-size:.94rem;line-height:1.4}.v3-cat-card:nth-child(1){--cat1:#315efb;--cat2:#14b8a6}.v3-cat-card:nth-child(2){--cat1:#7c3aed;--cat2:#315efb}.v3-cat-card:nth-child(3){--cat1:#14b8a6;--cat2:#22c55e}.v3-cat-card:nth-child(4){--cat1:#f97316;--cat2:#ef4444}.v3-cat-card:nth-child(5){--cat1:#0f172a;--cat2:#475569}.v3-cat-card:nth-child(6){--cat1:#ec4899;--cat2:#7c3aed}
.v3-feature-grid{display:grid;grid-template-columns:1.15fr .85fr;gap:22px}.v3-feature-panel{border-radius:32px;padding:34px;background:#fff;border:1px solid var(--v3-line);box-shadow:0 18px 50px rgba(15,23,42,.07)}.v3-feature-panel.dark{background:linear-gradient(135deg,#101827,#27345c);color:white}.v3-feature-panel.dark p{color:#dbe5f4}.v3-feature-panel h3{font-size:clamp(1.8rem,3vw,3rem);line-height:1;margin:0 0 12px}.v3-feature-panel p{color:var(--v3-muted);line-height:1.7}.v3-mini-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px}.v3-mini{border-radius:22px;padding:22px;background:rgba(255,255,255,.09);border:1px solid rgba(255,255,255,.16)}
.v3-products{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:18px}.v3-product{border-radius:26px;background:#fff;border:1px solid var(--v3-line);padding:16px;box-shadow:0 18px 45px rgba(15,23,42,.06)}.v3-product img{width:100%;aspect-ratio:1.25/1;object-fit:cover;border-radius:20px;background:#f5f7fb}.v3-product span{display:inline-block;margin-top:14px;color:var(--v3-blue);font-weight:900;font-size:.78rem;text-transform:uppercase}.v3-product h3{margin:7px 0 8px;font-size:1.05rem;line-height:1.25}.v3-product p{color:var(--v3-muted);font-size:.9rem;line-height:1.45;min-height:40px}.v3-product strong{font-size:1.1rem}.v3-product a{display:flex;margin-top:12px;border-radius:14px;background:#f1f5ff;color:var(--v3-blue);text-decoration:none;font-weight:900;padding:11px;justify-content:center}
.v3-shop-hero{padding:48px 0;background:linear-gradient(135deg,#101827,#22315d);color:#fff}.v3-shop-hero h1{font-size:clamp(2.2rem,5vw,4.2rem);line-height:1;margin:0 0 12px;letter-spacing:-.055em}.v3-shop-hero p{color:#d9e2f4;max-width:560px;line-height:1.7}.v3-chip-row{display:flex;gap:10px;flex-wrap:wrap;margin-top:22px}.v3-chip-row a{background:rgba(255,255,255,.1);color:white;border:1px solid rgba(255,255,255,.16);padding:10px 13px;border-radius:999px;text-decoration:none;font-weight:800}
.techub-v3 .product-card,.techub-v3 .product-detail-panel,.techub-v3 .shop-main-panel{border-radius:28px!important}.techub-v3 .product-grid{gap:20px}.techub-v3 .product-card{box-shadow:0 20px 50px rgba(15,23,42,.07)!important;border:1px solid rgba(49,94,251,.10)!important}.techub-v3 .product-media{background:linear-gradient(135deg,#f8fbff,#eef4ff)!important;border-radius:24px!important}
@media (max-width:980px){.v3-hero-grid,.v3-feature-grid{grid-template-columns:1fr}.v3-category-grid{grid-template-columns:repeat(3,1fr)}.v3-products{grid-template-columns:repeat(2,1fr)}}
@media (max-width:640px){.v3-hero{padding:48px 0 30px}.v3-device-wall,.v3-category-grid,.v3-products,.v3-hero-stats{grid-template-columns:1fr}.v3-section-head{display:block}.v3-nav-inner{justify-content:flex-start;overflow-x:auto;flex-wrap:nowrap}.v3-nav a{white-space:nowrap}}

/* ---- techub-home-header-lock.css ---- */
/* Step 88: lock shop/category header to the exact homepage header structure/proportions */
body.techub-interior-unified .top,
body.techub-interior-unified .header,
body.techub-interior-unified .top *,
body.techub-interior-unified .header *{
  box-sizing:border-box;
}
body.techub-interior-unified .top{
  height:36px!important;
  background:#061225!important;
  color:#fff!important;
  font-family:Inter,Segoe UI,Roboto,Arial,sans-serif!important;
  font-size:13px!important;
  font-weight:400!important;
  border:0!important;
  box-shadow:none!important;
}
body.techub-interior-unified .top .wrap,
body.techub-interior-unified .header .wrap{
  max-width:1480px!important;
  width:auto!important;
  margin-left:auto!important;
  margin-right:auto!important;
  padding-left:29px!important;
  padding-right:29px!important;
  height:100%!important;
  display:flex!important;
  align-items:center!important;
  justify-content:space-between!important;
}
body.techub-interior-unified .promos,
body.techub-interior-unified .links,
body.techub-interior-unified .actions{
  display:flex!important;
  align-items:center!important;
  gap:26px!important;
  margin:0!important;
  padding:0!important;
}
body.techub-interior-unified .promos span{
  display:flex!important;
  gap:8px!important;
  align-items:center!important;
  white-space:nowrap!important;
  border:0!important;
  padding:0!important;
}
body.techub-interior-unified .ico{
  color:#005bff!important;
  font-weight:900!important;
}
body.techub-interior-unified .links a{
  color:#fff!important;
  font-size:13px!important;
  font-weight:400!important;
  line-height:1!important;
  text-decoration:none!important;
  padding:0!important;
  background:transparent!important;
}
body.techub-interior-unified .header{
  height:78px!important;
  min-height:78px!important;
  background:#fff!important;
  border:0!important;
  border-bottom:1px solid #edf1f7!important;
  box-shadow:none!important;
  position:static!important;
  top:auto!important;
  z-index:auto!important;
  backdrop-filter:none!important;
  font-family:Inter,Segoe UI,Roboto,Arial,sans-serif!important;
}
body.techub-interior-unified .header .wrap{
  gap:0!important;
  flex-wrap:nowrap!important;
}
body.techub-interior-unified .logo{
  display:block!important;
  flex:0 0 auto!important;
  width:auto!important;
  min-width:0!important;
  margin:0!important;
  padding:0!important;
  color:#071127!important;
  background:transparent!important;
  border:0!important;
  box-shadow:none!important;
  text-decoration:none!important;
  font-family:Inter,Segoe UI,Roboto,Arial,sans-serif!important;
  font-weight:900!important;
  font-size:31px!important;
  letter-spacing:-1.2px!important;
  line-height:1!important;
  text-transform:none!important;
  white-space:nowrap!important;
}
body.techub-interior-unified .logo b{
  display:inline!important;
  color:#1266ff!important;
  font:inherit!important;
  letter-spacing:inherit!important;
  line-height:inherit!important;
}
body.techub-interior-unified .logo small{
  display:block!important;
  margin-top:5px!important;
  color:#071127!important;
  font-family:Inter,Segoe UI,Roboto,Arial,sans-serif!important;
  font-size:13px!important;
  font-weight:500!important;
  letter-spacing:0!important;
  line-height:1.2!important;
  white-space:nowrap!important;
}
body.techub-interior-unified .search{
  height:47px!important;
  display:flex!important;
  flex:0 1 760px!important;
  max-width:760px!important;
  min-width:0!important;
  margin:0!important;
  padding:0!important;
  border:1px solid #dce5f2!important;
  border-radius:7px!important;
  overflow:hidden!important;
  background:#fff!important;
  box-shadow:none!important;
}
body.techub-interior-unified .search input{
  flex:1 1 auto!important;
  min-width:0!important;
  height:100%!important;
  border:0!important;
  border-radius:0!important;
  padding:0 18px!important;
  background:#fff!important;
  color:#071127!important;
  outline:0!important;
  font-family:Inter,Segoe UI,Roboto,Arial,sans-serif!important;
  font-size:15px!important;
  font-weight:400!important;
}
body.techub-interior-unified .search select{
  flex:0 0 165px!important;
  width:165px!important;
  height:100%!important;
  border:0!important;
  border-left:1px solid #e2e8f1!important;
  border-radius:0!important;
  padding:0 15px!important;
  background:#fff!important;
  color:#071127!important;
  font-family:Inter,Segoe UI,Roboto,Arial,sans-serif!important;
  font-size:14px!important;
  font-weight:400!important;
}
body.techub-interior-unified .search button{
  flex:0 0 51px!important;
  width:51px!important;
  height:100%!important;
  border:0!important;
  border-radius:0!important;
  margin:0!important;
  padding:0!important;
  background:#075cf6!important;
  color:#fff!important;
  font-size:28px!important;
  line-height:1!important;
  cursor:pointer!important;
}
body.techub-interior-unified .actions{
  flex:0 0 auto!important;
  gap:24px!important;
}
body.techub-interior-unified .action{
  position:relative!important;
  display:flex!important;
  align-items:center!important;
  gap:9px!important;
  margin:0!important;
  padding:0!important;
  border:0!important;
  border-radius:0!important;
  background:transparent!important;
  box-shadow:none!important;
  color:#071127!important;
  text-decoration:none!important;
  font-family:Inter,Segoe UI,Roboto,Arial,sans-serif!important;
  font-size:13px!important;
  font-weight:400!important;
  line-height:1.2!important;
  white-space:nowrap!important;
}
body.techub-interior-unified .action .big{
  font-size:28px!important;
  line-height:1!important;
}
body.techub-interior-unified .action b{
  display:block!important;
  color:#071127!important;
  font-size:13px!important;
  font-weight:700!important;
  line-height:1.2!important;
}
body.techub-interior-unified .badge{
  position:absolute!important;
  top:-12px!important;
  right:-10px!important;
  left:auto!important;
  min-width:0!important;
  height:auto!important;
  padding:2px 6px!important;
  border-radius:99px!important;
  background:#075cf6!important;
  color:#fff!important;
  font-size:11px!important;
  font-weight:400!important;
  line-height:1.2!important;
  text-align:center!important;
}
@media(max-width:1100px){
  body.techub-interior-unified .wrap{padding-left:16px!important;padding-right:16px!important;}
  body.techub-interior-unified .top{display:none!important;}
  body.techub-interior-unified .header{height:auto!important;min-height:0!important;padding:18px 0!important;}
  body.techub-interior-unified .header .wrap{gap:16px!important;flex-wrap:wrap!important;}
  body.techub-interior-unified .search{order:3!important;flex-basis:100%!important;max-width:none!important;}
}
@media(max-width:680px){
  body.techub-interior-unified .actions{display:none!important;}
  body.techub-interior-unified .logo{font-size:28px!important;}
  body.techub-interior-unified .search select{display:none!important;}
}

/* Header icon polish: consistent line icons for Sign In, Wishlist, and Cart */
body.techub-interior-unified .action .header-icon,
body.techub-interior-unified .reference-account-trigger .header-icon{
  width:28px!important;
  height:28px!important;
  min-width:28px!important;
  display:inline-flex!important;
  align-items:center!important;
  justify-content:center!important;
  color:#071127!important;
  line-height:1!important;
}
body.techub-interior-unified .action .header-icon svg,
body.techub-interior-unified .reference-account-trigger .header-icon svg{
  width:25px!important;
  height:25px!important;
  display:block!important;
  fill:none!important;
  stroke:currentColor!important;
  stroke-width:1.85!important;
  stroke-linecap:round!important;
  stroke-linejoin:round!important;
}
body.techub-interior-unified .action:hover .header-icon,
body.techub-interior-unified .reference-account-trigger:hover .header-icon{
  color:#075cf6!important;
}

/* ---- techub-components.css ---- */
/* techub-components.css - consolidated migration file */

/* Consolidated from techub-home-product-cards.css */
/* STEP100: Homepage product card sections. Scoped to the homepage blocks only. */
.home-product-showcase{margin-top:18px;padding:22px;border:1px solid #dfe7f3;border-radius:20px;background:#fff;box-shadow:0 14px 36px rgba(15,23,42,.07)}
.home-product-showcase + .home-product-showcase{margin-top:18px}.home-section-head{display:flex;align-items:flex-start;justify-content:space-between;gap:18px;margin-bottom:18px}.home-section-head h2{margin:0;color:#071327;font-size:28px;line-height:1;letter-spacing:-.04em}.home-section-head p{margin:8px 0 0;color:#61708a;font-size:15px}.home-section-head a{display:inline-flex;align-items:center;gap:8px;color:#075cf6;font-weight:900;font-size:14px;white-space:nowrap}.home-product-grid{display:grid;grid-template-columns:repeat(6,minmax(0,1fr));gap:16px}.home-product-card{position:relative;display:flex;flex-direction:column;min-width:0;border:1px solid #dfe7f3;border-radius:13px;background:#fff;box-shadow:0 10px 28px rgba(15,23,42,.06);overflow:hidden;transition:transform .2s ease,box-shadow .2s ease,border-color .2s ease}.home-product-card:hover{transform:translateY(-3px);border-color:#cfe0fb;box-shadow:0 16px 34px rgba(15,23,42,.11)}.home-card-top{display:flex;align-items:center;justify-content:space-between;gap:8px;padding:14px 14px 0}.home-card-category{display:inline-flex;align-items:center;gap:6px;color:#075cf6;font-weight:950;text-transform:uppercase;font-size:12px}.home-card-category svg{width:16px;height:16px;stroke:currentColor;fill:none;stroke-width:2;stroke-linecap:round;stroke-linejoin:round}.home-card-badge,.home-sale-badge{display:inline-flex;align-items:center;justify-content:center;border-radius:4px;background:#075cf6;color:#fff;font-size:11px;font-weight:950;text-transform:uppercase;padding:4px 7px}.home-sale-badge{position:absolute;top:12px;left:12px;z-index:2}.home-card-media{display:flex;align-items:center;justify-content:center;height:150px;margin:8px 12px 0;border-radius:10px;background:linear-gradient(180deg,#fff,#f8fbff);overflow:hidden}.home-card-media img{max-width:100%;max-height:100%;width:100%;height:100%;object-fit:contain;object-position:center;display:block}.home-card-body{padding:13px 14px 8px;display:flex;flex-direction:column;gap:5px;flex:1}.home-card-body h3{margin:0;color:#071327;font-size:16px;line-height:1.15;letter-spacing:-.03em}.home-card-body p{margin:0;color:#50617b;font-size:14px;line-height:1.25}.home-rating{display:flex;align-items:center;gap:4px;margin-top:5px;font-size:13px}.home-rating span{color:#ff9f00;letter-spacing:-1px}.home-rating b{color:#075cf6;font-size:13px}.home-rating small{color:#075cf6;font-weight:800}.home-price-row{display:flex;align-items:flex-end;justify-content:space-between;gap:8px;margin-top:14px}.home-price-row strong,.home-deal-price strong{font-size:22px;line-height:1;color:#071327;letter-spacing:-.04em}.home-price-row em,.home-stock-line{font-style:normal;color:#008a25;font-weight:950;font-size:12px;text-transform:uppercase;white-space:nowrap}.home-card-body ul{list-style:none;margin:8px 0 0;padding:0;color:#3f4f68;font-size:12px;line-height:1.6}.home-card-body li:before{content:'▣';margin-right:5px;color:#5f6f86;font-size:9px}.home-add-btn{width:calc(100% - 28px);margin:8px 14px 14px;border:0;border-radius:7px;background:#075cf6;color:#fff;font-size:13px;font-weight:950;text-transform:uppercase;padding:12px 10px;cursor:pointer;box-shadow:0 8px 18px rgba(7,92,246,.2)}.home-add-btn:hover{background:#004fd7}.home-deal-card .home-card-media{margin-top:34px}.home-pill{display:inline-flex;width:max-content;border-radius:999px;background:#eaf2ff;color:#075cf6;font-size:10px;font-weight:950;text-transform:uppercase;padding:4px 7px}.home-pill--audio{background:#fff2df;color:#c46b00}.home-pill--gaming{background:#f1e8ff;color:#7b2dff}.home-pill--components{background:#e8f8ed;color:#008a25}.home-pill--tvs{background:#ffe9ef;color:#e51b45}.home-pill--accessories{background:#fff5d9;color:#bf7800}.home-deal-price{display:flex;align-items:baseline;gap:9px;margin-top:6px}.home-deal-price del{color:#7b8798;font-size:13px}.home-stock-line{display:block;margin-top:2px}@media(max-width:1300px){.home-product-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.home-card-media{height:170px}}@media(max-width:760px){.home-product-showcase{padding:16px;border-radius:16px}.home-section-head{display:block}.home-section-head a{margin-top:10px}.home-product-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}.home-card-media{height:128px}.home-card-body h3{font-size:14px}.home-card-body p{font-size:12px}.home-price-row{display:block}.home-price-row strong,.home-deal-price strong{font-size:19px}.home-price-row em{display:block;margin-top:6px}.home-add-btn{font-size:12px;padding:10px 8px}}@media(max-width:460px){.home-product-grid{grid-template-columns:1fr}.home-card-media{height:170px}}
