/* ============================================
   Label Starter Guide — Shared Stylesheet
   ============================================ */

@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800;900&display=swap');

*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }

:root {
  --blue:       #2563EB;
  --blue-dark:  #1D4ED8;
  --blue-light: #EFF6FF;
  --blue-mid:   #DBEAFE;
  --orange:     #F97316;
  --orange-dk:  #EA580C;
  --orange-bg:  #FFF7ED;
  --text:       #0F172A;
  --text-2:     #334155;
  --muted:      #64748B;
  --border:     #E2E8F0;
  --bg:         #FFFFFF;
  --bg-soft:    #F8FAFC;
  --green-bg:   #F0FDF4;
  --green-bdr:  #BBF7D0;
  --red-bg:     #FFF1F2;
  --red-bdr:    #FECDD3;
  --star:       #F59E0B;
  --radius:     10px;
  --radius-lg:  18px;
  --sh-sm: 0 1px 3px rgba(15,23,42,0.06), 0 2px 10px rgba(15,23,42,0.04);
  --sh:    0 4px 24px rgba(15,23,42,0.09), 0 1px 4px rgba(15,23,42,0.05);
  --sh-lg: 0 12px 40px rgba(15,23,42,0.13), 0 4px 12px rgba(15,23,42,0.06);
  --font: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
  --max: 1100px;
}

html { scroll-behavior: smooth; }
body {
  font-family: var(--font);
  color: var(--text-2);
  background: var(--bg);
  line-height: 1.7;
  font-size: 1rem;
  -webkit-font-smoothing: antialiased;
}
img { max-width: 100%; height: auto; display: block; }
a { color: var(--blue); }
a:hover { color: var(--blue-dark); }

/* ── DISCLOSURE: hidden — info lives in footer ── */
.disclosure { display: none; }

/* ── NAVBAR ── */
.navbar {
  background: #fff;
  border-bottom: 1px solid var(--border);
  position: sticky; top: 0; z-index: 100;
  box-shadow: 0 1px 0 var(--border), 0 2px 20px rgba(15,23,42,0.05);
}
.nav-inner {
  max-width: var(--max); margin: 0 auto; padding: 0 28px;
  height: 68px; display: flex; align-items: center;
  justify-content: space-between; gap: 24px;
}
.nav-logo {
  font-size: 1.18rem; font-weight: 900; color: var(--text);
  text-decoration: none; white-space: nowrap; letter-spacing: -0.4px;
}
.nav-logo span {
  background: linear-gradient(135deg, var(--blue) 0%, #7C3AED 100%);
  -webkit-background-clip: text; -webkit-text-fill-color: transparent;
  background-clip: text;
}
.nav-links { display: flex; gap: 2px; list-style: none; }
.nav-links a {
  color: var(--text-2); text-decoration: none; font-size: 0.88rem;
  font-weight: 600; padding: 7px 14px; border-radius: 8px;
  transition: background 0.15s, color 0.15s;
}
.nav-links a:hover { background: var(--bg-soft); color: var(--blue); }
.nav-links a.active { color: var(--blue); font-weight: 700; background: var(--blue-light); }
.nav-toggle {
  display: none; background: none; border: none;
  cursor: pointer; padding: 8px; font-size: 1.4rem; color: var(--text);
}

/* ── BREADCRUMB ── */
.breadcrumb {
  max-width: var(--max); margin: 0 auto;
  padding: 14px 28px 0; font-size: 0.8rem; color: var(--muted);
}
.breadcrumb a { color: var(--muted); text-decoration: none; }
.breadcrumb a:hover { color: var(--blue); }
.breadcrumb span { margin: 0 6px; }

/* ── PAGE LAYOUT ── */
.page { max-width: var(--max); margin: 0 auto; padding: 44px 28px 96px; }

/* ── TYPOGRAPHY ── */
h1 {
  font-size: clamp(1.85rem, 3.5vw, 2.7rem); font-weight: 900;
  color: var(--text); line-height: 1.15; letter-spacing: -0.6px; margin-bottom: 18px;
}
h2 {
  font-size: clamp(1.25rem, 2.5vw, 1.75rem); font-weight: 800;
  color: var(--text); line-height: 1.2; letter-spacing: -0.3px; margin: 48px 0 16px;
}
h2:first-child { margin-top: 0; }
h3 { font-size: 1.08rem; font-weight: 700; color: var(--text); margin: 28px 0 10px; }
p  { color: var(--text-2); margin-bottom: 14px; }
ul, ol { padding-left: 22px; margin-bottom: 14px; }
li { margin-bottom: 6px; color: var(--text-2); }
.lead { font-size: 1.1rem; color: var(--muted); line-height: 1.8; margin-bottom: 32px; }

/* ── HERO ── */
.hero {
  background: linear-gradient(140deg, #0F172A 0%, #1E3A8A 55%, #2563EB 100%);
  padding: 88px 28px 80px;
  text-align: center; position: relative; overflow: hidden;
}
.hero::before {
  content: '';
  position: absolute; inset: 0;
  background: radial-gradient(ellipse 80% 70% at 50% -10%, rgba(139,92,246,0.22) 0%, transparent 65%);
  pointer-events: none;
}
.hero::after {
  content: '';
  position: absolute; bottom: -1px; left: 0; right: 0; height: 40px;
  background: var(--bg);
  clip-path: ellipse(55% 100% at 50% 100%);
}
.hero-inner { max-width: 700px; margin: 0 auto; position: relative; z-index: 1; }
.hero h1 {
  color: #fff; margin-bottom: 18px;
  font-size: clamp(2.1rem, 5vw, 3.4rem);
  letter-spacing: -1.5px; text-shadow: 0 2px 20px rgba(0,0,0,0.2);
}
.hero p { font-size: 1.1rem; color: rgba(255,255,255,0.72); margin-bottom: 38px; }
.hero-ctas { display: flex; gap: 14px; justify-content: center; flex-wrap: wrap; }
.hero .btn-blue {
  background: linear-gradient(135deg, var(--orange) 0%, var(--orange-dk) 100%);
  border-color: transparent;
  box-shadow: 0 4px 24px rgba(249,115,22,0.5), 0 0 0 1px rgba(255,255,255,0.1) inset;
  font-size: 1rem; padding: 13px 28px;
}
.hero .btn-blue:hover {
  background: linear-gradient(135deg, #FB923C 0%, var(--orange) 100%);
  box-shadow: 0 8px 32px rgba(249,115,22,0.6);
  transform: translateY(-2px);
}
.hero .btn-outline {
  border-color: rgba(255,255,255,0.3); color: #fff;
  background: rgba(255,255,255,0.07); font-size: 1rem; padding: 13px 28px;
}
.hero .btn-outline:hover {
  background: rgba(255,255,255,0.14); border-color: rgba(255,255,255,0.55);
  color: #fff;
}

/* ── BUTTONS ── */
.btn {
  display: inline-flex; align-items: center; gap: 7px;
  padding: 12px 24px; border-radius: var(--radius);
  font-weight: 700; font-size: 0.92rem; text-decoration: none;
  transition: all 0.2s; white-space: nowrap; cursor: pointer; border: 2px solid transparent;
}
.btn-amazon {
  background: linear-gradient(135deg, var(--orange) 0%, var(--orange-dk) 100%);
  color: #fff; box-shadow: 0 2px 10px rgba(234,88,12,0.22);
}
.btn-amazon:hover {
  background: linear-gradient(135deg, #FB923C 0%, var(--orange) 100%);
  color: #fff; transform: translateY(-1px);
  box-shadow: 0 6px 22px rgba(234,88,12,0.38);
}
.btn-blue { background: var(--blue); color: #fff; border-color: var(--blue); }
.btn-blue:hover { background: var(--blue-dark); border-color: var(--blue-dark); color: #fff; transform: translateY(-1px); }
.btn-outline { background: transparent; color: var(--blue); border-color: var(--blue); }
.btn-outline:hover { background: var(--blue-light); }
.btn-sm { padding: 7px 14px !important; font-size: 0.78rem !important; border-radius: 7px !important; }

/* ── BEST FOR BADGE ── */
.best-for {
  display: inline-block;
  background: linear-gradient(90deg, var(--blue-light) 0%, #F5F3FF 100%);
  color: var(--blue-dark); border: 1px solid var(--blue-mid);
  border-radius: 6px; padding: 5px 12px;
  font-size: 0.78rem; font-weight: 700; letter-spacing: 0.3px; margin-bottom: 14px;
}

/* ── IMAGE PLACEHOLDER ── */
.img-ph {
  background: linear-gradient(135deg, var(--bg-soft) 0%, var(--blue-light) 100%);
  border: 2px dashed #CBD5E1; border-radius: var(--radius);
  display: flex; flex-direction: column; align-items: center;
  justify-content: center; gap: 8px;
  color: var(--muted); font-size: 0.78rem; text-align: center;
}
.img-ph-icon { font-size: 2.4rem; opacity: 0.35; }

/* ── PRODUCT SECTION ── */
.product-section {
  border: 1px solid var(--border); border-radius: var(--radius-lg);
  padding: 32px; margin-bottom: 36px; background: var(--bg);
  box-shadow: var(--sh-sm); position: relative; overflow: hidden;
  transition: box-shadow 0.2s, transform 0.2s;
}
.product-section::before {
  content: ''; position: absolute; top: 0; left: 0; right: 0; height: 3px;
  background: linear-gradient(90deg, var(--blue) 0%, #7C3AED 60%, var(--orange) 100%);
}
.product-section:hover { box-shadow: var(--sh); transform: translateY(-1px); }
.product-section:target { border-color: var(--blue); box-shadow: 0 0 0 3px var(--blue-mid); }
.product-header {
  display: grid; grid-template-columns: 190px 1fr;
  gap: 28px; align-items: start; margin-bottom: 22px;
}
.product-header .img-ph { width: 190px; height: 190px; }
.product-title { font-size: 1.45rem; font-weight: 900; color: var(--text); margin-bottom: 10px; letter-spacing: -0.3px; }
.product-intro { font-size: 0.94rem; color: var(--text-2); margin-bottom: 16px; line-height: 1.75; }

/* ── PROS / CONS ── */
.pros-cons { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; margin: 22px 0; }
.pros, .cons { border-radius: var(--radius); padding: 18px 20px; }
.pros { background: var(--green-bg); border: 1px solid var(--green-bdr); }
.cons { background: var(--red-bg);   border: 1px solid var(--red-bdr); }
.pros h4 { color: #166534; font-size: 0.75rem; font-weight: 800; text-transform: uppercase; letter-spacing: 1px; margin-bottom: 12px; }
.cons h4 { color: #9F1239; font-size: 0.75rem; font-weight: 800; text-transform: uppercase; letter-spacing: 1px; margin-bottom: 12px; }
.pros ul, .cons ul { padding-left: 16px; margin: 0; }
.pros li { color: #166534; font-size: 0.88rem; margin-bottom: 6px; }
.cons li { color: #9F1239; font-size: 0.88rem; margin-bottom: 6px; }

/* ── VERDICT BOX ── */
.verdict {
  background: var(--blue-light); border: 1px solid var(--blue-mid);
  border-radius: var(--radius); padding: 16px 20px; margin-top: 18px;
}
.verdict strong { color: var(--blue-dark); font-size: 0.75rem; text-transform: uppercase; letter-spacing: 0.8px; display: block; margin-bottom: 5px; }
.verdict p { color: var(--text-2); font-size: 0.9rem; margin: 0; }

/* ── STAR RATING ── */
.rating { display: flex; align-items: center; gap: 7px; margin-bottom: 10px; }
.stars  { color: var(--star); font-size: 1.05rem; letter-spacing: 1px; }
.rating-num   { font-weight: 800; color: var(--text); font-size: 0.95rem; }
.rating-label { color: var(--muted); font-size: 0.82rem; }

/* ── TOP PICKS (Homepage) ── */
.top-picks { display: grid; grid-template-columns: repeat(3,1fr); gap: 24px; margin: 36px 0; }
.pick-card {
  border: 1px solid var(--border); border-radius: var(--radius-lg);
  padding: 26px 22px; background: var(--bg);
  box-shadow: var(--sh-sm); transition: box-shadow 0.25s, transform 0.25s;
  display: flex; flex-direction: column; gap: 12px;
  position: relative; overflow: hidden;
}
.pick-card::after {
  content: ''; position: absolute; bottom: 0; left: 0; right: 0; height: 3px;
  background: linear-gradient(90deg, var(--blue), var(--orange));
  opacity: 0; transition: opacity 0.2s;
}
.pick-card:hover { box-shadow: var(--sh-lg); transform: translateY(-4px); }
.pick-card:hover::after { opacity: 1; }
.pick-badge {
  font-size: 0.68rem; font-weight: 800; text-transform: uppercase; letter-spacing: 1.2px;
  color: #fff; background: var(--blue);
  padding: 4px 12px; border-radius: 100px; width: fit-content;
  box-shadow: 0 2px 8px rgba(37,99,235,0.3);
}
.pick-badge.orange {
  background: linear-gradient(135deg, var(--orange), var(--orange-dk));
  box-shadow: 0 2px 8px rgba(249,115,22,0.3);
}
.pick-badge.green {
  background: linear-gradient(135deg, #059669, #047857);
  box-shadow: 0 2px 8px rgba(5,150,105,0.3);
}
.pick-name  { font-size: 1rem; font-weight: 800; color: var(--text); letter-spacing: -0.2px; }
.pick-desc  { font-size: 0.87rem; color: var(--muted); line-height: 1.65; flex: 1; }
.pick-img   { width: 100%; height: 140px; border-radius: var(--radius); }

/* ── CATEGORIES (Homepage) ── */
.categories { display: grid; grid-template-columns: repeat(3,1fr); gap: 18px; margin: 32px 0; }
.cat-card {
  background: var(--bg); border: 1px solid var(--border);
  border-radius: var(--radius-lg); padding: 26px 22px; text-decoration: none;
  transition: all 0.2s; box-shadow: var(--sh-sm);
}
.cat-card:hover {
  border-color: var(--blue); background: var(--blue-light);
  transform: translateY(-3px); box-shadow: var(--sh);
}
.cat-icon {
  font-size: 1.6rem; margin-bottom: 14px;
  width: 50px; height: 50px;
  background: var(--blue-light); border: 1px solid var(--blue-mid);
  border-radius: 12px; display: flex; align-items: center; justify-content: center;
}
.cat-title { font-size: 0.97rem; font-weight: 800; color: var(--text); margin-bottom: 7px; letter-spacing: -0.1px; }
.cat-desc  { font-size: 0.83rem; color: var(--muted); line-height: 1.55; }

/* ── COMPARISON TABLE ── */
.table-wrap {
  overflow-x: auto; margin: 24px 0;
  border-radius: var(--radius-lg); border: 1px solid var(--border);
  box-shadow: var(--sh-sm);
}
table { width: 100%; border-collapse: collapse; font-size: 0.88rem; }
thead th {
  background: var(--text); color: #fff; padding: 14px 16px;
  text-align: left; font-weight: 700; font-size: 0.76rem;
  text-transform: uppercase; letter-spacing: 0.8px;
}
tbody tr:nth-child(even) { background: var(--bg-soft); }
tbody tr:hover { background: var(--blue-light); }
tbody td { padding: 13px 16px; border-bottom: 1px solid var(--border); vertical-align: middle; }
tbody td:first-child { font-weight: 700; color: var(--text); }
tbody tr:last-child td { border-bottom: none; }
.td-cta { white-space: nowrap; text-align: right; }
.td-link {
  display: inline-block;
  background: linear-gradient(135deg, var(--orange), var(--orange-dk));
  color: #fff; padding: 6px 14px; border-radius: 7px;
  font-size: 0.78rem; font-weight: 700; text-decoration: none;
  box-shadow: 0 2px 6px rgba(234,88,12,0.2);
  transition: all 0.15s;
}
.td-link:hover { opacity: 0.9; color: #fff; transform: translateY(-1px); }

/* ── FAQ ── */
.faq-section { margin-top: 56px; }
.faq-section h2 { margin-bottom: 20px; }
.faq-item {
  border: 1px solid var(--border); border-radius: var(--radius);
  margin-bottom: 10px; overflow: hidden; background: var(--bg);
  transition: box-shadow 0.15s;
}
.faq-item:hover { box-shadow: var(--sh-sm); }
.faq-item summary {
  cursor: pointer; padding: 17px 20px; font-weight: 700;
  font-size: 0.94rem; color: var(--text); list-style: none;
  display: flex; justify-content: space-between; align-items: center;
  user-select: none; gap: 12px;
}
.faq-item summary::-webkit-details-marker { display: none; }
.faq-item summary::after {
  content: '+'; font-size: 1.4rem; color: var(--blue); flex-shrink: 0;
  font-weight: 300; line-height: 1;
}
.faq-item[open] summary::after { content: '−'; }
.faq-item[open] summary { background: var(--blue-light); color: var(--blue-dark); }
.faq-item p {
  padding: 16px 20px; font-size: 0.9rem; color: var(--text-2);
  border-top: 1px solid var(--border); margin: 0; line-height: 1.78;
}

/* ── CALLOUT BOX ── */
.callout {
  background: var(--blue-light); border-left: 4px solid var(--blue);
  border-radius: 0 var(--radius) var(--radius) 0;
  padding: 16px 22px; margin: 28px 0;
}
.callout.orange { border-color: var(--orange); background: var(--orange-bg); }
.callout p { margin: 0; font-size: 0.92rem; }

/* ── QUICK PICKS LIST ── */
.quick-picks {
  background: linear-gradient(135deg, var(--bg-soft) 0%, var(--blue-light) 100%);
  border: 1px solid var(--blue-mid); border-radius: var(--radius-lg);
  padding: 22px 26px; margin-bottom: 36px;
}
.quick-picks h3 { margin: 0 0 14px; font-size: 0.75rem; text-transform: uppercase; letter-spacing: 1.5px; color: var(--muted); }
.quick-picks ol { margin: 0; padding-left: 20px; }
.quick-picks li { margin-bottom: 9px; font-size: 0.92rem; }
.quick-picks li a { font-weight: 700; }
.quick-picks li span { color: var(--muted); }

/* ── SECTION DIVIDER ── */
.divider {
  height: 1px;
  background: linear-gradient(90deg, transparent 0%, var(--border) 20%, var(--border) 80%, transparent 100%);
  margin: 52px 0;
}

/* ── TAPE CARD ── */
.tape-brand { margin-bottom: 48px; }
.tape-brand h2 { border-bottom: 2px solid var(--border); padding-bottom: 14px; }
.tape-grid { display: grid; grid-template-columns: repeat(2,1fr); gap: 18px; margin-top: 20px; }
.tape-card {
  border: 1px solid var(--border); border-radius: var(--radius-lg);
  padding: 22px; background: var(--bg);
  box-shadow: var(--sh-sm); transition: all 0.2s;
}
.tape-card:hover { box-shadow: var(--sh); transform: translateY(-2px); }
.tape-name   { font-size: 0.98rem; font-weight: 800; color: var(--text); margin-bottom: 6px; }
.tape-detail { font-size: 0.82rem; color: var(--muted); margin-bottom: 10px; }

/* ── BUYING GUIDE ── */
.guide-toc {
  background: linear-gradient(135deg, var(--bg-soft) 0%, var(--blue-light) 100%);
  border: 1px solid var(--blue-mid); border-radius: var(--radius-lg);
  padding: 22px 26px; margin: 28px 0 40px;
}
.guide-toc h3 { margin: 0 0 14px; font-size: 0.75rem; text-transform: uppercase; letter-spacing: 1.5px; color: var(--muted); }
.guide-toc ol { margin: 0; padding-left: 20px; }
.guide-toc li { margin-bottom: 7px; font-size: 0.92rem; }
.guide-section { margin-bottom: 48px; }
.guide-section h2 { scroll-margin-top: 80px; }

/* ── RELATED LINKS ── */
.related-box {
  background: linear-gradient(135deg, var(--blue-light) 0%, var(--bg-soft) 100%);
  border: 1px solid var(--blue-mid); border-radius: var(--radius-lg);
  padding: 20px 24px; margin: 36px 0;
}
.related-box h3 { font-size: 0.75rem; text-transform: uppercase; letter-spacing: 1.5px; color: var(--blue-dark); margin-bottom: 12px; }
.related-box ul { margin: 0; padding-left: 18px; }
.related-box li { margin-bottom: 7px; font-size: 0.9rem; }

/* ── SCORE BADGE ── */
.score-badge {
  display: inline-flex; flex-direction: column; align-items: center;
  background: linear-gradient(135deg, var(--blue), #7C3AED);
  color: #fff; border-radius: 10px; padding: 12px 18px; min-width: 68px;
  box-shadow: 0 4px 16px rgba(37,99,235,0.3);
}
.score-num { font-size: 1.7rem; font-weight: 900; line-height: 1; }
.score-lbl { font-size: 0.62rem; font-weight: 700; text-transform: uppercase; letter-spacing: 0.8px; opacity: 0.75; margin-top: 2px; }

/* ── TAPE MATCH STRIP ── */
.tape-match {
  display: flex; align-items: center; gap: 12px; flex-wrap: wrap;
  background: linear-gradient(135deg, var(--bg-soft) 0%, var(--blue-light) 100%);
  border: 1px solid var(--blue-mid); border-radius: var(--radius);
  padding: 12px 16px; margin-top: 16px;
}
.tape-match-label { font-size: 0.78rem; font-weight: 700; color: var(--muted); white-space: nowrap; }
.tape-match-name  { font-size: 0.88rem; color: var(--text); font-weight: 600; flex: 1; min-width: 140px; }

/* ── WINNER / CATEGORY BADGES ── */
.badge-best    { background: var(--blue);    color: #fff; }
.badge-budget  { background: #059669;        color: #fff; }
.badge-popular { background: var(--orange);  color: #fff; }
.badge-quality { background: #7C3AED;        color: #fff; }

/* ── VS / COMPARISON PAGE ── */
.vs-header { display: grid; grid-template-columns: repeat(3,1fr); gap: 20px; margin-bottom: 44px; }
.vs-card {
  border: 1px solid var(--border); border-radius: var(--radius-lg);
  padding: 24px 20px; text-align: center; background: var(--bg);
  box-shadow: var(--sh-sm); transition: all 0.2s;
}
.vs-card:hover { box-shadow: var(--sh); transform: translateY(-2px); }
.vs-card.winner {
  border-color: var(--blue);
  box-shadow: 0 0 0 3px var(--blue-mid), var(--sh-sm);
}
.vs-card .pick-badge { margin: 0 auto 12px; }
.vs-name  { font-size: 0.95rem; font-weight: 800; color: var(--text); margin-bottom: 10px; letter-spacing: -0.1px; }
.vs-badge {
  display: inline-block; background: var(--bg-soft);
  border: 1px solid var(--border); color: var(--muted);
  padding: 3px 10px; border-radius: 6px; font-size: 0.74rem; font-weight: 600; margin-bottom: 14px;
}

/* ── ROUND SECTION (comparison pages) ── */
.round {
  border: 1px solid var(--border); border-radius: var(--radius-lg);
  padding: 24px 28px; margin-bottom: 20px;
  background: var(--bg); box-shadow: var(--sh-sm); transition: box-shadow 0.2s;
}
.round:hover { box-shadow: var(--sh); }
.round-title {
  font-size: 0.72rem; font-weight: 800; text-transform: uppercase;
  letter-spacing: 2px; color: var(--muted); margin-bottom: 6px;
}
.round-winner { font-size: 1.02rem; font-weight: 800; color: var(--blue); margin-bottom: 10px; letter-spacing: -0.1px; }
.round p { font-size: 0.9rem; color: var(--text-2); margin: 0; line-height: 1.78; }

/* ── PRODUCT GRID ── */
.product-grid { display: grid; grid-template-columns: repeat(2,1fr); gap: 20px; margin: 24px 0; }
@media (max-width: 600px) { .product-grid { grid-template-columns: 1fr; } }

/* ── PAGE NAV PILLS ── */
.page-nav { display: flex; gap: 8px; flex-wrap: wrap; margin-bottom: 28px; }
.page-nav a {
  background: var(--bg-soft); border: 1px solid var(--border);
  color: var(--text-2); text-decoration: none; font-size: 0.82rem;
  font-weight: 600; padding: 7px 16px; border-radius: 100px; transition: all 0.15s;
}
.page-nav a:hover { background: var(--blue-light); border-color: var(--blue); color: var(--blue); }

/* ── FOOTER ── */
.footer {
  background: linear-gradient(180deg, #0F172A 0%, #020617 100%);
  color: rgba(255,255,255,0.55);
  padding: 60px 28px 28px; margin-top: 80px;
}
.footer-inner { max-width: var(--max); margin: 0 auto; }
.footer-top {
  display: grid; grid-template-columns: 1.6fr 1fr 1fr 1fr;
  gap: 44px; margin-bottom: 40px;
}
.footer-brand p { font-size: 0.84rem; margin-top: 12px; line-height: 1.8; color: rgba(255,255,255,0.4); }
.footer-logo { font-size: 1.15rem; font-weight: 900; color: #fff; text-decoration: none; letter-spacing: -0.3px; }
.footer-logo span { color: #60A5FA; }
.footer-col h4 { color: #fff; font-size: 0.7rem; font-weight: 700; text-transform: uppercase; letter-spacing: 2px; margin-bottom: 16px; }
.footer-col ul { list-style: none; }
.footer-col ul li { margin-bottom: 9px; }
.footer-col ul li a { color: rgba(255,255,255,0.45); text-decoration: none; font-size: 0.84rem; transition: color 0.2s; }
.footer-col ul li a:hover { color: #93C5FD; }
.footer-bottom {
  border-top: 1px solid rgba(255,255,255,0.07); padding-top: 22px;
  font-size: 0.75rem; color: rgba(255,255,255,0.22);
  display: flex; justify-content: space-between; gap: 16px; flex-wrap: wrap;
}
.footer-disclosure {
  font-size: 0.76rem; color: rgba(255,255,255,0.35);
  margin-bottom: 28px; line-height: 1.5;
}

/* ── RESPONSIVE ── */
@media (max-width: 768px) {
  .nav-links {
    display: none; flex-direction: column;
    position: absolute; top: 68px; left: 0; right: 0;
    background: var(--bg); border-bottom: 1px solid var(--border);
    padding: 10px 18px 18px; box-shadow: var(--sh);
  }
  .nav-links.open { display: flex; }
  .nav-toggle  { display: block; }
  .nav-inner   { position: relative; }
  .top-picks   { grid-template-columns: 1fr; }
  .categories  { grid-template-columns: repeat(2,1fr); }
  .product-header { grid-template-columns: 1fr; }
  .product-header .img-ph { width: 100%; height: 200px; }
  .pros-cons   { grid-template-columns: 1fr; }
  .tape-grid   { grid-template-columns: 1fr; }
  .vs-header   { grid-template-columns: 1fr; }
  .footer-top  { grid-template-columns: 1fr 1fr; gap: 28px; }
  .footer-bottom { flex-direction: column; }
  .hero { padding: 60px 22px 56px; }
  .page { padding: 32px 22px 64px; }
}
@media (max-width: 480px) {
  .footer-top  { grid-template-columns: 1fr; }
  .categories  { grid-template-columns: 1fr; }
  h1 { font-size: 1.75rem; letter-spacing: -0.5px; }
}
