/* ============================================================
   PrintPro Theme – main.css v1.0.1
   Author: dev.com.vn | No Bootstrap dependency
   ============================================================ */

/* ── Variables ── */
:root {
  --o: #ff6b00;
  --o2: #ff8c00;
  --o3: #ffa726;
  --o4: #ffcc02;
  --ob: #fff3e0;
  --op: #fff8f0;
  --od: #c43d00;
  --text: #1a0a00;
  --text2: #2d1200;
  --muted: #7a5c3a;
  --border: #ffe0b2;
  --white: #fff;
  --dark: #1a0800;
  --grad: linear-gradient(135deg, #ff6b00 0%, #ffc107 100%);
  --grad2: linear-gradient(135deg, #ff8c00 0%, #ff3d00 100%);
  --sh: 0 2px 12px rgba(255,107,0,.09);
  --sh-md: 0 6px 28px rgba(255,107,0,.16);
  --sh-lg: 0 16px 56px rgba(255,107,0,.22);
  --sh-o: 0 6px 24px rgba(255,107,0,.35);
  --r: 10px;
  --r-lg: 16px;
  --r-xl: 20px;
}

/* ── Reset ── */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }
body {
  font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
  background: var(--white);
  color: var(--text);
  font-size: 15px;
  line-height: 1.6;
  overflow-x: hidden;
}
a { text-decoration: none; color: inherit; }
img { max-width: 100%; height: auto; display: block; }
button { font-family: inherit; }
ul { list-style: none; }
::selection { background: #ffe0b2; color: #7a1d00; }
::-webkit-scrollbar { width: 5px; }
::-webkit-scrollbar-thumb { background: var(--grad); border-radius: 3px; }

/* ── Layout ── */
.inan-container {
  max-width: 1260px;
  margin: 0 auto;
  padding: 0 20px;
}
.section { padding: 80px 0; background: var(--white); }
.section-light { padding: 80px 0; background: var(--white); }
.section-warm { padding: 80px 0; background: #fff8f0; }
.cta-section { padding: 80px 0; background: linear-gradient(135deg, #1a0800, #3d1300); }
@media (max-width: 767px) {
  .section, .section-light, .section-warm, .cta-section { padding: 52px 0; }
}

/* ── Utilities ── */
.grad-text {
  background: var(--grad);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}
.section-head { text-align: center; margin-bottom: 48px; }
.section-badge {
  display: inline-flex; align-items: center; gap: 6px;
  padding: 5px 14px; background: var(--ob); color: var(--od);
  border: 1px solid #ffcc80; border-radius: 20px;
  font-size: .7rem; font-weight: 800; text-transform: uppercase;
  letter-spacing: .8px; margin-bottom: 12px;
}
.section-badge-red { background: #fff3e0; color: #bf360c; border-color: #ffab91; }
.section-badge-dark { background: rgba(255,107,0,.12); color: #ffcc80; border-color: rgba(255,107,0,.22); }
.section-title { font-size: clamp(1.7rem, 3vw, 2.4rem); font-weight: 900; color: var(--text); line-height: 1.1; letter-spacing: -.6px; margin-bottom: 10px; }
.section-desc { font-size: .95rem; color: var(--muted); line-height: 1.78; max-width: 560px; margin: 0 auto; }

/* ── Buttons ── */
.btn-o {
  display: inline-flex; align-items: center; gap: 7px;
  padding: 13px 26px; background: var(--grad); color: #fff;
  border: none; border-radius: 40px; font-weight: 800;
  font-size: .9rem; cursor: pointer; box-shadow: var(--sh-o);
  transition: all .25s; text-decoration: none;
}
.btn-o:hover { transform: translateY(-2px); box-shadow: 0 12px 32px rgba(255,107,0,.4); color: #fff; }
.btn-line {
  display: inline-flex; align-items: center; gap: 7px;
  padding: 12px 22px; background: #fff; color: var(--text2);
  border: 1.5px solid var(--border); border-radius: 40px;
  font-weight: 600; font-size: .88rem; cursor: pointer;
  transition: all .22s; text-decoration: none;
}
.btn-line:hover { border-color: var(--o); color: var(--od); }

/* ── TOPBAR ── */
.topbar { background: var(--grad); padding: 7px 0; }
.tb-inner { display: flex; align-items: center; justify-content: space-between; flex-wrap: wrap; gap: 8px; }
.tb-left { font-size: .75rem; color: rgba(255,255,255,.9); font-weight: 600; display: flex; align-items: center; gap: 5px; }
.tb-right { display: flex; align-items: center; gap: 14px; }
.tb-link { font-size: .74rem; font-weight: 700; color: #fff; text-decoration: none; display: flex; align-items: center; gap: 4px; }
.tb-link:hover { text-decoration: underline; }
.tb-info { font-size: .72rem; color: rgba(255,255,255,.8); display: flex; align-items: center; gap: 4px; }
@media (max-width: 575px) { .topbar { display: none; } }

/* ── NAVBAR ── */
.site-header {
  background: rgba(255,255,255,.97);
  backdrop-filter: blur(12px);
  border-bottom: 1px solid var(--border);
  position: sticky; top: 0; z-index: 1000;
  transition: box-shadow .3s;
}
.site-header.scrolled { box-shadow: 0 4px 24px rgba(255,107,0,.12); }
.nav-wrap { display: flex; align-items: center; height: 66px; gap: 8px; }
.nav-brand {
  display: flex; align-items: center; gap: 10px;
  margin-right: 20px; flex-shrink: 0; text-decoration: none;
}
.brand-icon {
  width: 38px; height: 38px; background: var(--grad);
  border-radius: 10px; display: flex; align-items: center;
  justify-content: center; color: #fff; font-size: 1rem;
  box-shadow: var(--sh-o); flex-shrink: 0;
}
.brand-name { font-size: 1.1rem; font-weight: 900; color: var(--text); letter-spacing: -.4px; }
.brand-sub { font-size: .58rem; color: var(--muted); }

/* Nav list */
.main-nav { display: flex; align-items: center; height: 66px; }
.nav-list { display: flex; align-items: center; height: 100%; gap: 0; }
.nav-list li { height: 100%; display: flex; align-items: center; }
.nav-list li a {
  display: flex; align-items: center; height: 66px;
  padding: 0 13px; font-size: .84rem; font-weight: 600;
  color: var(--text2); border-bottom: 3px solid transparent;
  transition: all .18s; white-space: nowrap; opacity: .75;
}
.nav-list li a:hover,
.nav-list li.current-menu-item > a,
.nav-list li.current-menu-ancestor > a { color: var(--o); border-bottom-color: var(--o); opacity: 1; }
@media (max-width: 991px) { .main-nav { display: none; } }

.nav-actions { display: flex; align-items: center; gap: 8px; margin-left: auto; }
.btn-phone-nav {
  display: flex; align-items: center; gap: 5px;
  padding: 7px 13px; background: var(--ob); color: var(--od);
  border: 1.5px solid #ffcc80; border-radius: 40px;
  font-size: .78rem; font-weight: 700; transition: all .2s; text-decoration: none;
}
.btn-phone-nav span { display: none; }
@media (min-width: 768px) { .btn-phone-nav span { display: inline; } }
.btn-phone-nav:hover { background: var(--o); color: #fff; border-color: var(--o); }
.btn-cta-nav {
  padding: 9px 18px; background: var(--grad); color: #fff;
  border: none; border-radius: 40px; font-size: .82rem;
  font-weight: 800; box-shadow: var(--sh-o); transition: all .2s; text-decoration: none;
}
.btn-cta-nav:hover { opacity: .9; transform: translateY(-1px); }
@media (max-width: 575px) { .btn-cta-nav { display: none; } }

/* Hamburger */
.hamburger {
  display: none; flex-direction: column; gap: 5px;
  background: none; border: 1.5px solid var(--border);
  border-radius: 8px; padding: 7px 10px; cursor: pointer;
}
.hamburger span { display: block; width: 20px; height: 2px; background: var(--text); border-radius: 2px; transition: all .3s; }
.hamburger.open span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
.hamburger.open span:nth-child(2) { opacity: 0; }
.hamburger.open span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }
@media (max-width: 991px) { .hamburger { display: flex; } }

/* Mobile Drawer */
.mobile-drawer {
  position: fixed; top: 0; right: -100%; width: 300px; max-width: 85vw;
  height: 100%; background: #fff; z-index: 2000;
  box-shadow: -8px 0 40px rgba(0,0,0,.15);
  transition: right .3s cubic-bezier(.4,0,.2,1);
  display: flex; flex-direction: column;
  overflow-y: auto;
}
.mobile-drawer.open { right: 0; }
.drawer-head {
  display: flex; align-items: center; justify-content: space-between;
  padding: 16px 20px; border-bottom: 1px solid var(--border);
}
.drawer-close {
  background: none; border: 1.5px solid var(--border);
  border-radius: 8px; padding: 7px 12px; cursor: pointer;
  font-size: .85rem; color: var(--text2); display: flex; align-items: center; gap: 5px;
}
.drawer-nav-list { padding: 12px; flex: 1; }
.drawer-nav-list li a {
  display: flex; align-items: center; gap: 10px;
  padding: 11px 14px; border-radius: 10px;
  font-size: .9rem; font-weight: 600; color: var(--text2); transition: all .18s;
}
.drawer-nav-list li a:hover,
.drawer-nav-list li.current-menu-item > a { background: var(--ob); color: var(--od); }
.drawer-footer { padding: 16px 20px; border-top: 1px solid var(--border); margin-top: auto; display: flex; flex-direction: column; gap: 8px; }
.drawer-overlay {
  position: fixed; inset: 0; background: rgba(0,0,0,.45);
  z-index: 1999; display: none;
}
.drawer-overlay.open { display: block; }

/* ── BREADCRUMB ── */
.breadcrumb { padding: 10px 0; background: #fff8f0; border-bottom: 1px solid var(--border); font-size: .78rem; }
.breadcrumb .inan-container { display: flex; align-items: center; flex-wrap: wrap; gap: 6px; }
.breadcrumb a { color: var(--muted); transition: color .18s; }
.breadcrumb a:hover { color: var(--o); }
.bc-sep { color: var(--border); font-size: .65rem; }
.bc-current { color: var(--od); font-weight: 600; }

/* ── HERO ── */
.hero-section {
  background: linear-gradient(160deg, #fff8f0 0%, #fff3e0 55%, #ffe0b2 100%);
  padding: 76px 0 56px; position: relative; overflow: hidden;
}
.hero-bg-dots {
  position: absolute; inset: 0;
  background-image: radial-gradient(circle, rgba(255,107,0,.08) 1px, transparent 1px);
  background-size: 28px 28px; pointer-events: none;
}
.hero-blob { position: absolute; border-radius: 50%; filter: blur(90px); pointer-events: none; animation: heroFloat 9s ease-in-out infinite; }
.hero-blob1 { width: 480px; height: 480px; background: rgba(255,107,0,.12); top: -160px; right: -80px; }
.hero-blob2 { width: 320px; height: 320px; background: rgba(255,193,7,.1); bottom: -60px; left: -40px; animation-delay: -3s; }
@keyframes heroFloat { 0%,100% { transform: translateY(0); } 50% { transform: translateY(-22px); } }

.hero-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 48px;
  align-items: center;
  position: relative; z-index: 2;
}
@media (max-width: 991px) { .hero-grid { grid-template-columns: 1fr; } }
@media (max-width: 991px) { .hero-card-wrap { order: -1; } }

.pill-badge {
  display: inline-flex; align-items: center; gap: 8px;
  padding: 6px 14px; background: rgba(255,107,0,.1);
  border: 1px solid rgba(255,107,0,.22); border-radius: 40px;
  font-size: .74rem; font-weight: 700; color: var(--od); margin-bottom: 18px;
}
.pulse-dot { width: 7px; height: 7px; background: var(--o); border-radius: 50%; animation: pulseDot 1.4s ease infinite; flex-shrink: 0; }
@keyframes pulseDot { 0%,100% { box-shadow: 0 0 0 0 rgba(255,107,0,.5); } 50% { box-shadow: 0 0 0 7px rgba(255,107,0,0); } }

.hero-title { font-size: clamp(1.9rem, 3.5vw, 3rem); font-weight: 900; color: var(--text); line-height: 1.15; letter-spacing: -.8px; margin-bottom: 16px; }
.hero-desc { font-size: .95rem; color: var(--muted); line-height: 1.75; max-width: 480px; margin-bottom: 26px; }
.hero-btns { display: flex; gap: 12px; flex-wrap: wrap; margin-bottom: 26px; }
.hero-badges { display: flex; flex-wrap: wrap; gap: 8px; }
.h-badge { display: inline-flex; align-items: center; gap: 5px; padding: 5px 12px; background: #fff; border: 1px solid var(--border); border-radius: 20px; font-size: .74rem; font-weight: 600; color: var(--text2); box-shadow: var(--sh); }
.h-badge i { color: var(--o); }

/* Order Card */
.order-card {
  background: #fff; border-radius: var(--r-xl);
  box-shadow: var(--sh-lg); padding: 24px;
  border: 1.5px solid var(--border);
}
.oc-head { display: flex; align-items: center; justify-content: space-between; margin-bottom: 18px; padding-bottom: 14px; border-bottom: 1px solid var(--ob); }
.oc-title { font-size: .82rem; font-weight: 800; color: var(--text2); display: flex; align-items: center; gap: 6px; }
.oc-live { display: flex; align-items: center; gap: 5px; font-size: .68rem; font-weight: 700; color: var(--o); }
.oc-dot { width: 6px; height: 6px; background: var(--o); border-radius: 50%; animation: pulseDot .9s ease infinite; }
.oc-steps { display: flex; flex-direction: column; gap: 10px; margin-bottom: 16px; }
.oc-step { display: flex; align-items: center; gap: 12px; }
.oc-step-icon { width: 36px; height: 36px; background: var(--grad); border-radius: 10px; display: flex; align-items: center; justify-content: center; color: #fff; font-size: .9rem; flex-shrink: 0; }
.oc-step-num { font-size: .66rem; color: var(--muted); font-weight: 600; }
.oc-step-name { font-size: .82rem; font-weight: 700; color: var(--text2); }
.oc-price-box { background: var(--ob); border-radius: var(--r); padding: 12px 14px; margin-bottom: 14px; }
.oc-price-row { display: flex; justify-content: space-between; font-size: .78rem; color: var(--muted); padding: 3px 0; }
.oc-price-row strong { color: var(--text2); }
.oc-price-total { display: flex; justify-content: space-between; font-size: .95rem; font-weight: 900; border-top: 1px solid #ffcc80; padding-top: 8px; margin-top: 4px; }
.oc-actions { display: flex; gap: 8px; flex-wrap: wrap; }
.oc-actions .btn-o,
.oc-actions .btn-line { flex: 1; justify-content: center; padding: 11px 14px; font-size: .84rem; }

/* Hero Stats */
.hero-stats {
  display: grid; grid-template-columns: repeat(4, 1fr);
  gap: 1px; background: var(--border);
  border: 1.5px solid var(--border); border-radius: var(--r-lg);
  overflow: hidden; margin-top: 48px; position: relative; z-index: 2;
}
@media (max-width: 575px) { .hero-stats { grid-template-columns: repeat(2, 1fr); } }
.hs-item { padding: 18px 10px; background: #fff; text-align: center; }
.hs-num { font-size: 1.8rem; font-weight: 900; letter-spacing: -1.5px; line-height: 1; background: var(--grad); -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text; display: block; }
.hs-label { font-size: .66rem; color: var(--muted); margin-top: 5px; }

/* ── TICKER ── */
.ticker-wrap { overflow: hidden; background: var(--grad); padding: 9px 0; }
.ticker-inner { display: flex; width: max-content; animation: tickerRun 30s linear infinite; }
.ticker-inner:hover { animation-play-state: paused; }
@keyframes tickerRun { 0% { transform: translateX(0); } 100% { transform: translateX(-50%); } }
.tick-item { white-space: nowrap; font-size: .76rem; font-weight: 800; color: rgba(255,255,255,.9); padding: 0 18px; display: inline-flex; align-items: center; gap: 7px; }
.tick-sep { width: 4px; height: 4px; background: rgba(255,255,255,.4); border-radius: 50%; display: inline-block; }

/* ── CATEGORY GRID ── */
.cat-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 14px; }
@media (max-width: 991px) { .cat-grid { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 479px) { .cat-grid { grid-template-columns: 1fr; } }
.cat-card { background: #fff; border: 1.5px solid var(--border); border-radius: var(--r-xl); overflow: hidden; transition: all .25s; display: block; text-decoration: none; }
.cat-card:hover { border-color: #ffb74d; transform: translateY(-4px); box-shadow: var(--sh-md); }
.cat-card-head { padding: 20px 18px 14px; text-align: center; }
.cat-icon { font-size: 2.6rem; margin-bottom: 10px; display: block; }
.cat-name { font-size: .95rem; font-weight: 900; color: var(--text); margin-bottom: 4px; }
.cat-count { font-size: .72rem; color: var(--muted); }
.cat-card-body { padding: 0 16px 14px; border-top: 1px solid var(--ob); }
.cat-sub-item { display: flex; align-items: center; gap: 6px; padding: 5px 0; border-bottom: 1px dashed #fff3e0; font-size: .76rem; color: var(--text2); }
.cat-sub-item:last-child { border-bottom: none; }
.cat-sub-item i { color: var(--o); font-size: .6rem; }

/* ── PRODUCT GRID ── */
.product-grid { display: grid; gap: 16px; }
.grid-4 { grid-template-columns: repeat(4, 1fr); }
.grid-3 { grid-template-columns: repeat(3, 1fr); }
.grid-2 { grid-template-columns: repeat(2, 1fr); }
@media (max-width: 1199px) { .grid-4 { grid-template-columns: repeat(3, 1fr); } }
@media (max-width: 767px) { .grid-4, .grid-3 { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 400px) { .grid-4, .grid-3, .grid-2 { grid-template-columns: repeat(2, 1fr); } }

/* Product Card */
.product-card { background: #fff; border: 1.5px solid var(--border); border-radius: var(--r-xl); overflow: hidden; transition: all .25s; position: relative; display: flex; flex-direction: column; }
.product-card:hover { transform: translateY(-4px); box-shadow: var(--sh-md); border-color: #ffb74d; }
.product-card.is-featured { border-color: #ffb74d; }
.pc-badge { position: absolute; top: 10px; left: 10px; z-index: 2; background: var(--grad); color: #fff; padding: 3px 10px; border-radius: 20px; font-size: .64rem; font-weight: 800; display: inline-flex; align-items: center; gap: 4px; }
.pc-img-wrap { display: block; position: relative; aspect-ratio: 4/3; overflow: hidden; background: var(--ob); }
.pc-img { width: 100%; height: 100%; object-fit: cover; transition: transform .4s; }
.product-card:hover .pc-img { transform: scale(1.05); }
.pc-img-placeholder { width: 100%; height: 100%; display: flex; align-items: center; justify-content: center; background: linear-gradient(135deg, var(--ob), #ffe0b2); }
.pc-avatar-text { font-size: 2.4rem; font-weight: 900; color: var(--od); letter-spacing: -2px; line-height: 1; }
.pc-cat-label { position: absolute; bottom: 8px; left: 8px; background: rgba(255,107,0,.9); color: #fff; padding: 2px 9px; border-radius: 20px; font-size: .62rem; font-weight: 700; }
.pc-body { padding: 13px; display: flex; flex-direction: column; flex: 1; gap: 6px; }
.pc-title { font-size: .87rem; font-weight: 700; color: var(--text); line-height: 1.4; }
.pc-title a { color: inherit; text-decoration: none; }
.pc-title a:hover { color: var(--o); }
.pc-tags { display: flex; flex-wrap: wrap; gap: 4px; }
.pc-tag { display: inline-flex; align-items: center; gap: 3px; padding: 2px 7px; background: var(--ob); border: 1px solid var(--border); border-radius: 4px; font-size: .62rem; font-weight: 600; color: var(--text2); }
.pc-tag-tech { background: #e8f5e9; border-color: #a5d6a7; color: #2e7d32; }
.pc-tag-delivery { background: #e3f2fd; border-color: #90caf9; color: #1565c0; }
.pc-price-wrap { margin-top: auto; }
.pc-price-from { font-size: .72rem; color: var(--muted); display: block; }
.pc-price-val { font-size: 1.05rem; font-weight: 900; color: var(--od); }
.pc-price-to { font-size: .8rem; color: var(--muted); }
.pc-orders { font-size: .7rem; color: var(--muted); display: flex; align-items: center; gap: 4px; }
.pc-orders i { color: var(--o); }
.pc-actions { display: flex; gap: 6px; margin-top: 8px; }
.pc-btn-main { flex: 1; justify-content: center; padding: 9px 10px; font-size: .78rem; }
.pc-btn-call { padding: 9px 12px; font-size: .78rem; }

/* ── PROCESS ── */
.process-grid { display: flex; align-items: flex-start; gap: 0; overflow-x: auto; padding: 16px 0 8px; }
.process-step { flex: 1; min-width: 150px; text-align: center; padding: 0 10px; position: relative; }
.ps-num { width: 32px; height: 32px; background: var(--grad); color: #fff; border-radius: 50%; display: flex; align-items: center; justify-content: center; font-weight: 900; font-size: .85rem; margin: 0 auto 10px; box-shadow: var(--sh-o); }
.ps-icon { font-size: 1.9rem; color: var(--o); margin-bottom: 8px; }
.ps-title { font-size: .84rem; font-weight: 800; color: var(--text); margin-bottom: 5px; }
.ps-desc { font-size: .76rem; color: var(--muted); line-height: 1.55; }
.ps-arrow { color: var(--border); font-size: 1.2rem; margin-top: 38px; flex-shrink: 0; padding: 0 4px; }

/* ── WHY GRID ── */
.why-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
@media (max-width: 767px) { .why-grid { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 479px) { .why-grid { grid-template-columns: 1fr; } }
.why-card { background: #fff; border: 1.5px solid var(--border); border-radius: var(--r-xl); padding: 24px; text-align: center; transition: all .25s; }
.why-card:hover { border-color: #ffb74d; box-shadow: var(--sh-md); transform: translateY(-3px); }
.why-icon { width: 52px; height: 52px; background: var(--grad); border-radius: 16px; display: flex; align-items: center; justify-content: center; color: #fff; font-size: 1.3rem; margin: 0 auto 12px; box-shadow: var(--sh-o); }
.why-title { font-size: .92rem; font-weight: 800; color: var(--text); margin-bottom: 6px; }
.why-desc { font-size: .8rem; color: var(--muted); line-height: 1.6; }

/* ── FAQ ── */
.faq-wrap { max-width: 720px; margin: 0 auto; }
.faq-item { border: 1.5px solid var(--border); border-radius: var(--r-lg); margin-bottom: 8px; overflow: hidden; }
.faq-q { display: flex; align-items: center; justify-content: space-between; padding: 14px 18px; cursor: pointer; font-size: .9rem; font-weight: 700; color: var(--text2); background: #fff; transition: background .18s; }
.faq-q:hover, .faq-open .faq-q { background: var(--ob); color: var(--od); }
.faq-q i { transition: transform .3s; color: var(--o); flex-shrink: 0; }
.faq-open .faq-q i { transform: rotate(180deg); }
.faq-a { display: none; padding: 0 18px 14px; font-size: .86rem; color: var(--muted); line-height: 1.75; }
.faq-open .faq-a { display: block; }

/* ── EMPTY STATE ── */
.empty-state { text-align: center; padding: 60px 20px; color: var(--muted); }
.empty-state i { font-size: 3rem; color: var(--border); margin-bottom: 16px; display: block; }
.empty-state p { font-size: .9rem; }
.empty-state a { color: var(--o); font-weight: 600; }

/* ── ARCHIVE ── */
.archive-header { padding: 40px 0 28px; background: linear-gradient(160deg, #fff8f0, #fff); }
.arch-title { font-size: clamp(1.6rem, 2.5vw, 2.2rem); font-weight: 900; color: var(--text); }
.arch-title-wrap { display: flex; align-items: center; gap: 14px; }
.arch-title-icon { font-size: 2.8rem; }
.arch-desc { color: var(--muted); margin-top: 6px; font-size: .9rem; }
.arch-search-bar { padding: 14px 0; background: #fff; border-bottom: 1px solid var(--border); }
.arch-search-form { display: flex; align-items: center; gap: 10px; background: var(--op); border: 1.5px solid var(--border); border-radius: 40px; padding: 6px 6px 6px 18px; }
.arch-search-form i { color: var(--muted); }
.arch-search-form input[type=search] { flex: 1; border: none; background: none; font-family: inherit; font-size: .9rem; outline: none; color: var(--text); min-width: 0; }
.arch-search-form button { padding: 9px 20px; font-size: .84rem; white-space: nowrap; }

/* Archive layout */
.archive-page-wrap { min-height: 60vh; }
.archive-layout { display: grid; grid-template-columns: 256px 1fr; gap: 24px; padding: 28px 0 60px; align-items: start; }
@media (max-width: 991px) { .archive-layout { grid-template-columns: 1fr; } }

/* Archive sidebar */
.archive-sidebar { position: sticky; top: 90px; }
@media (max-width: 991px) {
  .archive-sidebar {
    position: fixed; top: 0; left: -290px; width: 280px; height: 100%;
    background: #fff; z-index: 1200; overflow-y: auto; padding: 16px;
    box-shadow: 4px 0 20px rgba(0,0,0,.15); transition: left .3s ease;
  }
  .archive-sidebar.sb-open { left: 0; }
}
.sb-overlay { position: fixed; inset: 0; background: rgba(0,0,0,.4); z-index: 1199; display: none; }
.sb-overlay.sb-open { display: block; }
.sb-close-btn { background: none; border: 1.5px solid var(--border); border-radius: 8px; padding: 7px 14px; cursor: pointer; font-size: .82rem; font-weight: 600; display: flex; align-items: center; gap: 5px; margin-bottom: 16px; }
.sb-widget { background: #fff; border: 1.5px solid var(--border); border-radius: var(--r-lg); padding: 14px; margin-bottom: 12px; box-shadow: var(--sh); }
.sb-widget-title { font-size: .82rem; font-weight: 800; color: var(--text); display: flex; align-items: center; gap: 6px; margin-bottom: 10px; padding-bottom: 8px; border-bottom: 1px solid var(--ob); }
.sb-widget-title i { color: var(--o); }
.sb-radio-label { display: flex; align-items: center; gap: 8px; padding: 5px 8px; border-radius: 8px; cursor: pointer; font-size: .8rem; color: var(--text2); transition: background .18s; }
.sb-radio-label:hover { background: var(--op); }
.sb-radio-label input { accent-color: var(--o); }
.sb-radio-label span:first-of-type { flex: 1; }
.sb-count { background: var(--ob); color: var(--od); padding: 1px 7px; border-radius: 20px; font-size: .64rem; font-weight: 700; }
.sb-sub { padding-left: 14px; }
.sb-select { width: 100%; border: 1.5px solid var(--border); border-radius: 8px; padding: 8px 10px; font-family: inherit; font-size: .82rem; color: var(--text); background: #fff; cursor: pointer; outline: none; }
.sb-reset-btn { display: flex; align-items: center; justify-content: center; gap: 5px; width: 100%; padding: 9px; border: 1.5px solid #ef9a9a; border-radius: 8px; color: #c62828; background: #ffebee; font-size: .8rem; font-weight: 600; cursor: pointer; text-decoration: none; margin-top: 4px; transition: all .18s; }
.sb-reset-btn:hover { background: #ffcdd2; }

/* Toolbar */
.arch-toolbar { display: flex; align-items: center; justify-content: space-between; flex-wrap: wrap; gap: 10px; margin-bottom: 18px; padding: 10px 0; }
.arch-result-info { font-size: .83rem; color: var(--muted); }
.arch-result-info strong { color: var(--od); }
.btn-filter-mobile { display: inline-flex; align-items: center; gap: 6px; padding: 9px 18px; background: var(--grad); color: #fff; border: none; border-radius: 40px; font-size: .82rem; font-weight: 700; cursor: pointer; box-shadow: var(--sh-o); }
@media (min-width: 992px) { .btn-filter-mobile { display: none; } }
.view-toggle { display: flex; gap: 4px; }
.vt-btn { background: #fff; border: 1.5px solid var(--border); border-radius: 8px; padding: 7px 10px; cursor: pointer; color: var(--muted); transition: all .18s; }
.vt-btn.vt-active, .vt-btn:hover { background: var(--ob); border-color: var(--o); color: var(--od); }

/* Pagination */
.inan-pagination { display: flex; justify-content: center; gap: 6px; padding: 32px 0 0; flex-wrap: wrap; }
.inan-pagination .page-numbers { display: inline-flex; align-items: center; justify-content: center; min-width: 40px; height: 40px; padding: 0 8px; border: 1.5px solid var(--border); border-radius: 10px; font-size: .85rem; font-weight: 700; color: var(--text2); transition: all .2s; text-decoration: none; }
.inan-pagination .page-numbers:hover, .inan-pagination .page-numbers.current { background: var(--grad); border-color: var(--o); color: #fff; box-shadow: var(--sh-o); }
.inan-pagination .prev, .inan-pagination .next { padding: 0 14px; }

/* No results */
.no-results { text-align: center; padding: 60px 20px; color: var(--muted); }
.no-results h3 { font-size: 1.1rem; font-weight: 700; margin-bottom: 8px; color: var(--text); }

/* ── SINGLE PRODUCT ── */
.single-page-wrap { min-height: 60vh; }
.single-layout { display: grid; grid-template-columns: 1fr 290px; gap: 24px; padding: 28px 0 60px; align-items: start; }
@media (max-width: 991px) { .single-layout { grid-template-columns: 1fr; } }
.single-section { background: #fff; border: 1.5px solid var(--border); border-radius: var(--r-xl); padding: 22px; margin-bottom: 14px; box-shadow: var(--sh); }
.sp-section-title { font-size: 1rem; font-weight: 800; color: var(--text); display: flex; align-items: center; gap: 7px; margin-bottom: 16px; padding-bottom: 12px; border-bottom: 1px solid var(--ob); }
.sp-section-title i { color: var(--o); }

.sp-hero-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 22px; }
@media (max-width: 767px) { .sp-hero-grid { grid-template-columns: 1fr; } }
.sp-main-img { border-radius: var(--r-lg); overflow: hidden; aspect-ratio: 4/3; background: var(--ob); }
.sp-main-img img { width: 100%; height: 100%; object-fit: cover; }
.sp-no-img { display: flex; align-items: center; justify-content: center; }
.sp-avatar { font-size: 4.5rem; font-weight: 900; color: var(--od); }
.sp-thumbs { display: flex; gap: 6px; margin-top: 8px; flex-wrap: wrap; }
.sp-thumb { width: 58px; height: 58px; border-radius: 8px; overflow: hidden; border: 2px solid var(--border); cursor: pointer; transition: all .18s; }
.sp-thumb.sp-thumb-active, .sp-thumb:hover { border-color: var(--o); }
.sp-thumb img { width: 100%; height: 100%; object-fit: cover; }

.sp-badges { display: flex; flex-wrap: wrap; gap: 6px; margin-bottom: 10px; }
.sp-badge { padding: 3px 10px; border-radius: 20px; font-size: .68rem; font-weight: 700; }
.sp-badge-cat { background: var(--ob); color: var(--od); border: 1px solid #ffcc80; text-decoration: none; }
.sp-badge-cat:hover { background: var(--o); color: #fff; }
.sp-badge-tech { background: #e8f5e9; color: #2e7d32; }
.sp-badge-hot { background: var(--grad); color: #fff; }

.sp-title { font-size: clamp(1.2rem, 2vw, 1.65rem); font-weight: 900; color: var(--text); line-height: 1.25; margin-bottom: 10px; }
.sp-social-proof { font-size: .8rem; color: var(--muted); display: flex; align-items: center; gap: 5px; margin-bottom: 12px; }
.sp-social-proof i { color: var(--o); }
.sp-price-box { background: var(--ob); border-radius: var(--r); padding: 12px 16px; margin-bottom: 14px; }
.sp-price-label { font-size: .75rem; color: var(--muted); display: block; margin-bottom: 2px; }
.sp-price-val { font-size: 2rem; font-weight: 900; color: var(--od); letter-spacing: -1px; }
.sp-price-to { font-size: .95rem; color: var(--muted); }

.sp-specs { display: flex; flex-direction: column; gap: 6px; margin-bottom: 16px; }
.sp-spec-row { display: flex; align-items: center; gap: 8px; font-size: .83rem; }
.sp-spec-row i { color: var(--o); width: 16px; text-align: center; flex-shrink: 0; }
.sp-spec-row span { color: var(--muted); min-width: 110px; font-size: .8rem; }
.sp-spec-row strong { color: var(--text2); }

.sp-cta { display: flex; gap: 8px; flex-wrap: wrap; margin-bottom: 12px; }
.sp-cta .btn-o { flex: 1; justify-content: center; }
.sp-trust { display: flex; flex-wrap: wrap; gap: 10px; font-size: .75rem; color: var(--muted); }
.sp-trust i { color: var(--o); }

/* Price table */
.price-table-wrap { overflow-x: auto; }
.price-table { width: 100%; border-collapse: collapse; font-size: .83rem; }
.price-table th { background: var(--grad); color: #fff; padding: 10px 14px; text-align: left; font-weight: 700; }
.price-table td { padding: 9px 14px; border-bottom: 1px solid var(--ob); }
.price-table tr:hover td { background: var(--op); }
.price-table .td-price { font-weight: 800; color: var(--od); }
.price-note { font-size: .76rem; color: var(--muted); margin-top: 10px; display: flex; align-items: flex-start; gap: 5px; }
.price-note i { color: var(--o); margin-top: 2px; }

/* SP Taxonomy grid */
.sp-tax-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 10px; }
@media (max-width: 575px) { .sp-tax-grid { grid-template-columns: 1fr; } }
.sp-tax-item { background: var(--op); border: 1px solid var(--border); border-radius: var(--r); padding: 12px; }
.sp-tax-label { font-size: .72rem; font-weight: 700; color: var(--muted); display: flex; align-items: center; gap: 5px; margin-bottom: 7px; }
.sp-tax-label i { color: var(--o); }
.sp-tax-vals { display: flex; flex-wrap: wrap; gap: 4px; }
.sp-tax-val { padding: 3px 9px; background: #fff; border: 1px solid var(--border); border-radius: 4px; font-size: .72rem; font-weight: 600; color: var(--text2); text-decoration: none; transition: all .18s; }
.sp-tax-val:hover { background: var(--o); color: #fff; border-color: var(--o); }

/* Gallery */
.sp-gallery-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 8px; }
@media (max-width: 575px) { .sp-gallery-grid { grid-template-columns: repeat(2, 1fr); } }
.sp-gal-item { display: block; aspect-ratio: 1; border-radius: var(--r); overflow: hidden; border: 1.5px solid var(--border); transition: all .22s; }
.sp-gal-item:hover { transform: scale(1.03); box-shadow: var(--sh-md); }
.sp-gal-item img { width: 100%; height: 100%; object-fit: cover; }

/* Video */
.sp-video-wrap iframe, .sp-video-wrap video { width: 100%; aspect-ratio: 16/9; border-radius: var(--r-lg); border: none; }

/* Single Sidebar */
.single-sidebar-inner { position: sticky; top: 90px; display: flex; flex-direction: column; gap: 12px; }
.ss-widget { background: #fff; border: 1.5px solid var(--border); border-radius: var(--r-xl); padding: 18px; box-shadow: var(--sh); }
.ss-contact-widget { box-shadow: var(--sh-md); }
.ss-widget-title { font-size: .84rem; font-weight: 800; color: var(--text); display: flex; align-items: center; gap: 6px; margin-bottom: 12px; padding-bottom: 10px; border-bottom: 1px solid var(--ob); }
.ss-widget-title i { color: var(--o); }
.ss-cta-btn { display: flex; align-items: center; gap: 8px; padding: 11px 14px; border-radius: var(--r); font-size: .82rem; font-weight: 700; margin-bottom: 8px; text-decoration: none; transition: all .2s; }
.ss-cta-phone { background: var(--grad); color: #fff; box-shadow: var(--sh-o); }
.ss-cta-phone:hover { opacity: .9; transform: translateY(-1px); }
.ss-cta-zalo { background: #0068ff; color: #fff; }
.ss-cta-zalo:hover { background: #0050cc; }
.ss-cta-fb { background: #1877f2; color: #fff; }
.ss-cta-fb:hover { background: #1560c0; }
.ss-cta-quote { background: var(--ob); color: var(--od); border: 1.5px solid #ffcc80; }
.ss-cta-quote:hover { background: var(--o); color: #fff; }
.ss-spec-row { display: flex; justify-content: space-between; align-items: center; padding: 6px 0; border-bottom: 1px dashed var(--ob); font-size: .79rem; }
.ss-spec-row:last-child { border-bottom: none; }
.ss-spec-row span { color: var(--muted); }
.ss-spec-row strong { color: var(--text2); }
.ss-tags { display: flex; flex-wrap: wrap; gap: 5px; }
.ss-tag { padding: 3px 9px; background: var(--ob); border: 1px solid var(--border); border-radius: 4px; font-size: .72rem; font-weight: 600; color: var(--text2); text-decoration: none; }
.ss-tag:hover { background: var(--o); color: #fff; }

/* Related */
.related-section { padding: 56px 0; background: #fff8f0; }

/* ── CONTACT FORM ── */
.inan-cf { background: var(--op); border: 1.5px solid var(--border); border-radius: var(--r-xl); padding: 24px; }
.icf-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
@media (max-width: 575px) { .icf-grid { grid-template-columns: 1fr; } }
.icf-field { display: flex; flex-direction: column; gap: 5px; }
.icf-field-full { grid-column: 1 / -1; }
.icf-label { font-size: .78rem; font-weight: 700; color: var(--text2); }
.icf-input, .icf-select, .icf-textarea { border: 1.5px solid var(--border); border-radius: var(--r); padding: 10px 13px; font-family: inherit; font-size: .85rem; color: var(--text); background: #fff; outline: none; transition: border-color .18s; width: 100%; }
.icf-input:focus, .icf-select:focus, .icf-textarea:focus { border-color: var(--o); }
.icf-textarea { resize: vertical; min-height: 90px; }
.icf-submit { background: var(--grad); color: #fff; border: none; border-radius: 40px; padding: 13px 28px; font-family: inherit; font-size: .9rem; font-weight: 800; cursor: pointer; display: inline-flex; align-items: center; gap: 7px; box-shadow: var(--sh-o); transition: all .25s; }
.icf-submit:hover { transform: translateY(-2px); }
.icf-success { background: #e8f5e9; border: 1.5px solid #a5d6a7; border-radius: var(--r); padding: 12px 16px; color: #2e7d32; font-size: .86rem; display: none; margin-top: 12px; }

/* ── FOOTER ── */
.site-footer { background: var(--dark); }
.footer-top { padding: 56px 0 40px; }
.footer-grid { display: grid; grid-template-columns: 1.5fr 1fr 1fr 1fr; gap: 36px; }
@media (max-width: 991px) { .footer-grid { grid-template-columns: 1fr 1fr; } }
@media (max-width: 575px) { .footer-grid { grid-template-columns: 1fr 1fr; gap: 20px; } }
.footer-logo { display: flex; align-items: center; gap: 8px; font-size: 1.3rem; font-weight: 900; color: #fff; margin-bottom: 12px; }
.footer-logo i { width: 34px; height: 34px; background: var(--grad); border-radius: 9px; display: flex; align-items: center; justify-content: center; font-size: .9rem; }
.footer-tagline { font-size: .82rem; color: rgba(255,255,255,.4); margin-bottom: 14px; line-height: 1.65; }
.footer-info { font-size: .78rem; color: rgba(255,255,255,.5); margin-bottom: 7px; display: flex; align-items: flex-start; gap: 7px; }
.footer-info i { color: var(--o); margin-top: 3px; flex-shrink: 0; }
.footer-info a { color: rgba(255,255,255,.5); text-decoration: none; transition: color .18s; }
.footer-info a:hover { color: var(--o3); }
.footer-socials { display: flex; gap: 8px; margin-top: 16px; }
.fsoc { width: 34px; height: 34px; border-radius: 8px; display: flex; align-items: center; justify-content: center; font-size: .85rem; color: #fff; transition: all .2s; text-decoration: none; }
.fsoc-fb { background: #1877f2; } .fsoc-fb:hover { background: #1560c0; }
.fsoc-za { background: #0068ff; } .fsoc-za:hover { background: #0050cc; }
.footer-col-title { font-size: .88rem; font-weight: 800; color: rgba(255,255,255,.85); margin-bottom: 14px; display: flex; align-items: center; gap: 6px; }
.footer-links { display: flex; flex-direction: column; gap: 6px; }
.footer-links a { font-size: .78rem; color: rgba(255,255,255,.45); text-decoration: none; display: flex; align-items: center; gap: 6px; transition: color .18s; }
.footer-links a:hover { color: var(--o3); }
.footer-links i { font-size: .6rem; color: var(--o); }
.footer-cta-btn { display: flex; align-items: center; gap: 7px; padding: 10px 14px; border-radius: var(--r); font-size: .8rem; font-weight: 700; text-decoration: none; transition: all .2s; }
.footer-cta-phone { background: var(--grad); color: #fff; }
.footer-cta-zalo { background: #0068ff; color: #fff; }
.footer-cta-quote { background: rgba(255,107,0,.15); color: #ffcc80; border: 1px solid rgba(255,107,0,.3); }
.footer-cta-quote:hover { background: rgba(255,107,0,.3); }
.footer-bottom { border-top: 1px solid rgba(255,255,255,.07); padding: 16px 0; }
.footer-bottom-inner { display: flex; align-items: center; justify-content: space-between; flex-wrap: wrap; gap: 10px; }
.footer-bottom-inner p { font-size: .76rem; color: rgba(255,255,255,.28); }
.footer-bottom-inner a { color: var(--o3); text-decoration: none; }
.footer-bottom-nav { display: flex; gap: 16px; }
.footer-bottom-nav a { font-size: .74rem; color: rgba(255,255,255,.28); text-decoration: none; transition: color .18s; }
.footer-bottom-nav a:hover { color: rgba(255,255,255,.6); }

/* ── MOBILE BOTTOM NAV ── */
.mobile-bottom-nav { position: fixed; bottom: 0; left: 0; right: 0; background: #fff; border-top: 1px solid var(--border); display: flex; z-index: 900; box-shadow: 0 -4px 16px rgba(0,0,0,.07); }
body { padding-bottom: 60px; }
@media (min-width: 992px) { .mobile-bottom-nav { display: none; } body { padding-bottom: 0; } }
.mbn-item { flex: 1; display: flex; flex-direction: column; align-items: center; justify-content: center; padding: 7px 4px; font-size: .59rem; font-weight: 600; color: var(--muted); text-decoration: none; transition: all .18s; gap: 3px; }
.mbn-item i { font-size: 1.15rem; }
.mbn-item.mbn-active, .mbn-item:hover { color: var(--o); }
.mbn-cta { background: var(--grad); color: #fff !important; }
.mbn-cta i { color: #fff !important; }

/* ── FLOATING BTNS ── */
.float-btns { position: fixed; right: 16px; bottom: 76px; z-index: 800; display: flex; flex-direction: column; gap: 8px; }
@media (min-width: 992px) { .float-btns { bottom: 20px; } }
.float-btn { width: 46px; height: 46px; border-radius: 50%; display: flex; align-items: center; justify-content: center; font-size: 1rem; color: #fff; text-decoration: none; border: none; cursor: pointer; box-shadow: 0 4px 14px rgba(0,0,0,.22); transition: all .22s; }
.float-btn:hover { transform: translateY(-2px); box-shadow: 0 8px 22px rgba(0,0,0,.28); }
.float-phone { background: var(--grad); animation: phonePulse 2.2s infinite; }
.float-zalo { background: #0068ff; }
.float-fb { background: #1877f2; }
.float-top { background: rgba(0,0,0,.55); }
@keyframes phonePulse { 0%,100% { box-shadow: 0 4px 14px rgba(255,107,0,.4); } 50% { box-shadow: 0 4px 26px rgba(255,107,0,.65); } }

/* ── PAGE ── */
.page-content { padding: 40px 0 60px; }
.page-title { font-size: clamp(1.5rem, 2.5vw, 2rem); font-weight: 900; margin-bottom: 22px; color: var(--text); }
.entry-content { line-height: 1.8; color: var(--text2); }
.entry-content h1,.entry-content h2,.entry-content h3 { font-weight: 800; margin: 20px 0 10px; }
.entry-content p { margin-bottom: 12px; }
.entry-content ul,.entry-content ol { padding-left: 20px; margin-bottom: 12px; }
.entry-content img { border-radius: var(--r-lg); }

/* ── SIDEBAR WIDGET (WordPress) ── */
.sidebar-widget { background: #fff; border: 1.5px solid var(--border); border-radius: var(--r-lg); padding: 16px; margin-bottom: 14px; box-shadow: var(--sh); }
.widget-title { font-size: .85rem; font-weight: 800; color: var(--text); margin-bottom: 12px; padding-bottom: 8px; border-bottom: 1px solid var(--ob); }

/* ── GOI DICH VU CARD ── */
.pkg-card { background: #fff; border: 1.5px solid var(--border); border-radius: var(--r-xl); overflow: hidden; transition: all .26s; }
.pkg-card:hover { transform: translateY(-4px); box-shadow: var(--sh-md); }
.pkg-card.pkg-featured { border-color: var(--o); box-shadow: var(--sh-o); }
.pkg-head { padding: 22px 20px; background: var(--ob); }
.pkg-card.pkg-featured .pkg-head { background: var(--grad); }
.pkg-head-name { font-size: 1rem; font-weight: 900; color: var(--text); margin-bottom: 4px; }
.pkg-card.pkg-featured .pkg-head-name,
.pkg-card.pkg-featured .pkg-head-sub,
.pkg-card.pkg-featured .pkg-price { color: #fff; }
.pkg-head-sub { font-size: .76rem; color: var(--muted); }
.pkg-price { font-size: 1.8rem; font-weight: 900; color: var(--od); margin-top: 10px; letter-spacing: -1px; line-height: 1; }
.pkg-body { padding: 20px; }
.pkg-features { display: flex; flex-direction: column; gap: 8px; margin-bottom: 18px; }
.pkg-feat-item { display: flex; align-items: flex-start; gap: 7px; font-size: .82rem; color: var(--text2); }
.pkg-feat-item i { color: var(--o); margin-top: 3px; flex-shrink: 0; }
.pkg-feat-item.pkg-feat-off { opacity: .4; }
.pkg-feat-item.pkg-feat-off i { color: var(--muted); }

/* ── ADMIN NOTICE ── */
.inan-admin-notice { background: #fff3e0; border: 2px dashed var(--o); border-radius: var(--r-lg); padding: 20px; text-align: center; margin: 24px 0; }

/* ── SINGLE SIDEBAR FIX ── */
.single-main { min-width: 0; }
.single-sidebar { min-width: 0; }
.single-sidebar-inner {
  position: sticky;
  top: 90px;
  display: flex;
  flex-direction: column;
  gap: 12px;
}
@media (max-width: 991px) {
  .single-sidebar-inner { position: static; }
}

/* ── TAXONOMY / ARCHIVE HEADER ── */
.tax-header {
  padding: 40px 0 28px;
  background: linear-gradient(160deg, #fff8f0 0%, #fff3e0 60%, #ffe0b2 100%);
  position: relative;
  overflow: hidden;
}
.tax-header::before {
  content: '';
  position: absolute;
  inset: 0;
  background-image: radial-gradient(circle, rgba(255,107,0,.07) 1px, transparent 1px);
  background-size: 24px 24px;
}
.tax-header-inner {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  gap: 18px;
}
.tax-header-icon {
  font-size: 3.2rem;
  flex-shrink: 0;
  width: 72px; height: 72px;
  background: #fff;
  border-radius: var(--r-lg);
  display: flex; align-items: center; justify-content: center;
  box-shadow: var(--sh-md);
}
.tax-header-title {
  font-size: clamp(1.5rem, 2.5vw, 2rem);
  font-weight: 900;
  color: var(--text);
  margin-bottom: 6px;
}
.tax-header-desc {
  font-size: .88rem;
  color: var(--muted);
  line-height: 1.65;
  max-width: 500px;
}
.tax-header-meta {
  display: flex;
  gap: 14px;
  margin-top: 10px;
  flex-wrap: wrap;
}
.tax-meta-badge {
  display: inline-flex; align-items: center; gap: 5px;
  padding: 4px 12px;
  background: rgba(255,107,0,.1);
  color: var(--od);
  border: 1px solid rgba(255,107,0,.2);
  border-radius: 20px;
  font-size: .74rem;
  font-weight: 700;
}

/* Sub-categories strip */
.tax-subcats {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
  padding: 14px 0;
  border-bottom: 1px solid var(--border);
  margin-bottom: 0;
}
.tax-subcat-btn {
  display: inline-flex; align-items: center; gap: 5px;
  padding: 6px 14px;
  background: #fff;
  border: 1.5px solid var(--border);
  border-radius: 40px;
  font-size: .78rem;
  font-weight: 700;
  color: var(--text2);
  text-decoration: none;
  transition: all .2s;
}
.tax-subcat-btn:hover,
.tax-subcat-btn.active {
  background: var(--grad);
  border-color: var(--o);
  color: #fff;
}
.tax-subcat-btn .sc-count {
  background: rgba(255,255,255,.25);
  padding: 1px 6px;
  border-radius: 10px;
  font-size: .66rem;
}
.tax-subcat-btn:not(.active) .sc-count {
  background: var(--ob);
  color: var(--od);
}

/* ── ARCHIVE LAYOUT REFINEMENT ── */
.archive-main { min-width: 0; }

/* List view */
.products-grid.list-view,
.product-grid.list-view {
  grid-template-columns: 1fr !important;
}
.list-view .product-card {
  flex-direction: row;
  max-height: 170px;
}
.list-view .pc-img-wrap {
  width: 220px;
  min-width: 220px;
  aspect-ratio: unset;
  height: 100%;
}
@media (max-width: 575px) {
  .list-view .product-card { flex-direction: column; max-height: none; }
  .list-view .pc-img-wrap { width: 100%; min-width: unset; }
}

/* ── RELATED SECTION REFINEMENT ── */
.related-section {
  padding: 56px 0 60px;
  background: #fff8f0;
}
.related-section .section-head {
  margin-bottom: 28px;
}
