/* Retro.co v5 — 2x images, 2.5x borders, colored dividers, testimonials */
:root {
  --color-primary: #e8590c;
  --color-primary-dark: #c74b0a;
  --color-primary-light: #fff4ed;
  --color-secondary: #0c8599;
  --color-bg: #ffffff;
  --color-surface: #ffffff;
  --color-surface-alt: #f8f8f8;
  --color-text: #1a1a1a;
  --color-text-muted: #6b7280;
  --color-text-light: #9ca3af;
  --color-border: #e5e7eb;
  --color-border-light: #f0f0f0;
  --color-success: #16a34a;
  --color-star: #f59f00;
  --shadow-sm: 0 1px 2px rgba(0,0,0,0.04);
  --shadow-md: 0 2px 8px rgba(0,0,0,0.06);
  --shadow-lg: 0 4px 16px rgba(0,0,0,0.08);
  --radius-sm: 6px;
  --radius-md: 10px;
  --radius-lg: 14px;
  --radius-xl: 20px;
  --font-sans: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
  --font-display: 'Space Grotesk', var(--font-sans);
  --max-width: 960px;
  --transition: 0.2s ease;
  --retro-pink: #ff6ec7;
  --retro-purple: #9b59b6;
  --retro-blue: #3498db;
  --retro-cyan: #00d4ff;
  --retro-orange: #ff8c00;
  --retro-green: #39e75f;
  --retro-red: #e74c3c;
  --retro-yellow: #ffe135;
}
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; }
body { font-family: var(--font-sans); background: var(--color-bg); color: var(--color-text); line-height: 1.6; -webkit-font-smoothing: antialiased; }
img { max-width: 100%; height: auto; display: block; }
a { color: var(--color-primary); text-decoration: none; transition: color var(--transition); }
a:hover { color: var(--color-primary-dark); }
button { cursor: pointer; font-family: inherit; border: none; background: none; }
input, select { font-family: inherit; }
.container { max-width: var(--max-width); margin: 0 auto; padding: 0 20px; }

/* 80s Retro Stripe */
.retro-stripe { height: 5px; background: linear-gradient(90deg, var(--retro-red), var(--retro-orange), var(--retro-yellow), var(--retro-green), var(--retro-cyan), var(--retro-blue), var(--retro-purple), var(--retro-pink)); background-size: 200% 100%; animation: stripeSlide 4s linear infinite; }
@keyframes stripeSlide { 0% { background-position: 0% 0; } 100% { background-position: 200% 0; } }

/* Navbar */
.navbar { border-bottom: 1px solid var(--color-border); position: sticky; top: 0; z-index: 100; backdrop-filter: blur(12px); background: rgba(255,255,255,0.97); }
.navbar .container { display: flex; align-items: center; justify-content: space-between; height: 56px; gap: 16px; }
.logo { font-family: var(--font-display); font-size: 1.35rem; font-weight: 700; color: var(--color-text); display: flex; align-items: center; gap: 0; white-space: nowrap; letter-spacing: -0.02em; }
.logo .dot { color: var(--color-primary); margin: 0; }
.logo-icon { width: 28px; height: 28px; background: var(--color-primary); border-radius: 5px; display: flex; align-items: center; justify-content: center; color: white; font-size: 0.85rem; font-weight: 800; transform: rotate(-3deg); margin-right: 6px; }
.search-bar { flex: 1; max-width: 380px; position: relative; }
.search-bar input { width: 100%; padding: 8px 14px 8px 36px; border: 1px solid var(--color-border); border-radius: 100px; font-size: 0.85rem; background: var(--color-surface-alt); transition: all var(--transition); outline: none; }
.search-bar input:focus { border-color: var(--color-primary); box-shadow: 0 0 0 3px rgba(232,89,12,0.08); background: white; }
.search-bar .search-icon { position: absolute; left: 12px; top: 50%; transform: translateY(-50%); color: var(--color-text-muted); font-size: 0.85rem; }
.nav-links { display: flex; align-items: center; gap: 16px; }
.nav-links a { font-size: 0.85rem; font-weight: 500; color: var(--color-text-muted); }
.nav-links a:hover { color: var(--color-primary); }
.nav-cta { background: var(--color-primary) !important; color: white !important; padding: 6px 16px; border-radius: 100px; font-weight: 600; font-size: 0.8rem; }
.nav-cta:hover { background: var(--color-primary-dark) !important; }
.menu-toggle { display: none; font-size: 1.3rem; color: var(--color-text); padding: 4px; }

/* Hero — compact */
.hero { padding: 18px 0 14px; text-align: center; background: #e8edfb; border-bottom: none; }
.hero h1 { font-family: var(--font-display); font-size: 2.2rem; font-weight: 800; line-height: 1.15; margin-bottom: 4px; letter-spacing: -0.02em; }
.hero h1 .highlight { background: linear-gradient(135deg, var(--color-primary), var(--retro-orange), var(--retro-pink)); -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text; }
.hero p { font-size: 0.88rem; color: var(--color-text-muted); max-width: 620px; margin: 0 auto 10px; line-height: 1.5; }
.hero-stats { display: flex; justify-content: center; gap: 32px; }
.hero-stat { text-align: center; }
.hero-stat .num { font-family: var(--font-display); font-size: 1.5rem; font-weight: 800; color: var(--color-primary); }
.hero-stat .label { font-size: 0.72rem; color: var(--color-text-muted); text-transform: uppercase; letter-spacing: 0.04em; }

/* Filter Bar — rainbow bottom border */
.filter-bar { padding: 8px 0; border-bottom: 4px solid; border-image: linear-gradient(90deg, var(--retro-red), var(--retro-orange), var(--retro-yellow), var(--retro-green), var(--retro-cyan), var(--retro-blue), var(--retro-purple), var(--retro-pink)) 1; margin-bottom: 0; position: sticky; top: 56px; background: rgba(255,255,255,0.97); backdrop-filter: blur(8px); z-index: 50; }
.filter-bar .container { display: flex; align-items: center; justify-content: space-between; gap: 12px; }
.filter-tabs { display: flex; gap: 3px; overflow-x: auto; scrollbar-width: none; -ms-overflow-style: none; padding: 2px 0; }
.filter-tabs::-webkit-scrollbar { display: none; }
.filter-tab { padding: 5px 12px; border-radius: 100px; font-size: 0.78rem; font-weight: 500; color: var(--color-text-muted); white-space: nowrap; transition: all var(--transition); border: 1px solid transparent; }
.filter-tab:hover { color: var(--color-text); background: var(--color-surface-alt); }
.filter-tab.active { background: var(--color-text); color: white; border-color: var(--color-text); }
.filter-tab .count { margin-left: 3px; font-size: 0.68rem; opacity: 0.6; }
.sort-select { padding: 5px 28px 5px 10px; border: 1px solid var(--color-border); border-radius: var(--radius-sm); font-size: 0.78rem; background: white; color: var(--color-text); appearance: none; background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='10' viewBox='0 0 12 12'%3E%3Cpath fill='%236b7280' d='M6 8L1 3h10z'/%3E%3C/svg%3E"); background-repeat: no-repeat; background-position: right 8px center; cursor: pointer; outline: none; }

/* Product List */
.product-list { display: flex; flex-direction: column; padding-bottom: 24px; }

/* Row with THICK colored separator */
.product-row { display: flex; align-items: center; gap: 16px; padding: 14px; border-bottom: 4px solid var(--retro-purple); transition: background var(--transition); text-decoration: none; color: inherit; }
.product-row:hover { background: #fafafa; }
.product-row:nth-child(10n+1) { border-bottom-color: var(--retro-purple); }
.product-row:nth-child(10n+2) { border-bottom-color: var(--retro-blue); }
.product-row:nth-child(10n+3) { border-bottom-color: var(--retro-orange); }
.product-row:nth-child(10n+4) { border-bottom-color: var(--retro-red); }
.product-row:nth-child(10n+5) { border-bottom-color: var(--retro-green); }
.product-row:nth-child(10n+6) { border-bottom-color: var(--retro-pink); }
.product-row:nth-child(10n+7) { border-bottom-color: var(--retro-cyan); }
.product-row:nth-child(10n+8) { border-bottom-color: #e67e22; }
.product-row:nth-child(10n+9) { border-bottom-color: #8e44ad; }
.product-row:nth-child(10n+10) { border-bottom-color: #2980b9; }

.row-rank { font-family: var(--font-display); font-size: 0.9rem; font-weight: 700; color: var(--color-text-light); min-width: 28px; text-align: center; }

/* Product Image — 2x size (200px), 2.5x border (8px) */
.row-image { width: 200px; height: 200px; min-width: 200px; border-radius: var(--radius-md); overflow: hidden; background: var(--color-surface-alt); position: relative; border: 8px solid var(--retro-purple); }
.product-row:nth-child(10n+1) .row-image { border-color: var(--retro-purple); }
.product-row:nth-child(10n+2) .row-image { border-color: var(--retro-blue); }
.product-row:nth-child(10n+3) .row-image { border-color: var(--retro-orange); }
.product-row:nth-child(10n+4) .row-image { border-color: var(--retro-red); }
.product-row:nth-child(10n+5) .row-image { border-color: var(--retro-green); }
.product-row:nth-child(10n+6) .row-image { border-color: var(--retro-pink); }
.product-row:nth-child(10n+7) .row-image { border-color: var(--retro-cyan); }
.product-row:nth-child(10n+8) .row-image { border-color: #e67e22; }
.product-row:nth-child(10n+9) .row-image { border-color: #8e44ad; }
.product-row:nth-child(10n+10) .row-image { border-color: #2980b9; }

.row-image img { width: 100%; height: 100%; object-fit: cover; }
.row-image-fallback { width: 100%; height: 100%; display: flex; flex-direction: column; align-items: center; justify-content: center; color: white; font-family: var(--font-display); text-align: center; padding: 10px; font-size: 0.75rem; font-weight: 700; line-height: 1.2; }

.row-info { flex: 1; min-width: 0; }
.row-meta { display: flex; align-items: center; gap: 8px; margin-bottom: 2px; }
.row-category { font-size: 0.65rem; font-weight: 600; text-transform: uppercase; letter-spacing: 0.06em; color: var(--color-primary); }
.row-rating { font-size: 0.75rem; color: var(--color-star); display: flex; align-items: center; gap: 3px; }
.row-rating .rating-num { color: var(--color-text-muted); font-weight: 500; }
.row-title { font-family: var(--font-display); font-size: 1.05rem; font-weight: 700; color: var(--color-text); line-height: 1.3; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.row-title a { color: inherit; }
.row-title a:hover { color: var(--color-primary); }
.row-tagline { font-size: 0.82rem; color: var(--color-text-muted); white-space: nowrap; overflow: hidden; text-overflow: ellipsis; line-height: 1.3; margin-bottom: 4px; }

/* Testimonial snippet */
.row-testimonial { font-size: 0.76rem; color: #5b9bd5; font-style: normal; line-height: 1.35; margin-top: 3px; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; }
.row-testimonial::before { content: none; }
.row-testimonial::after { content: none; }

.row-price { font-family: var(--font-display); font-size: 0.95rem; font-weight: 700; color: var(--color-text); min-width: 65px; text-align: right; white-space: nowrap; }
.row-vote { min-width: 72px; text-align: right; }

/* Vote Button */
.vote-btn { display: inline-flex; align-items: center; gap: 4px; padding: 6px 13px; border-radius: 100px; font-size: 0.8rem; font-weight: 600; color: var(--color-text-muted); background: var(--color-surface-alt); border: 1px solid var(--color-border); transition: all var(--transition); user-select: none; }
.vote-btn:hover { border-color: var(--color-primary); color: var(--color-primary); background: var(--color-primary-light); }
.vote-btn.voted { border-color: var(--color-primary); color: var(--color-primary); background: var(--color-primary-light); }
.vote-btn .thumb-icon { font-size: 0.9rem; transition: transform 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275); }
.vote-btn:active .thumb-icon { transform: scale(1.4); }
.vote-btn .vote-count { font-variant-numeric: tabular-nums; min-width: 14px; text-align: center; }
@keyframes thumbPop { 0% { transform: scale(1); } 50% { transform: scale(1.5) rotate(-15deg); } 100% { transform: scale(1); } }
.vote-btn.pop .thumb-icon { animation: thumbPop 0.4s ease; }
@keyframes floatUp { 0% { opacity: 1; transform: translateY(0) scale(1); } 100% { opacity: 0; transform: translateY(-40px) scale(0.8); } }
.vote-float { position: absolute; color: var(--color-primary); font-weight: 700; font-size: 0.85rem; pointer-events: none; animation: floatUp 0.8s ease forwards; }

/* Product Detail */
.product-detail { padding: 20px 0 50px; }
.breadcrumb { display: flex; align-items: center; gap: 6px; font-size: 0.78rem; color: var(--color-text-muted); margin-bottom: 16px; }
.breadcrumb a { color: var(--color-text-muted); }
.breadcrumb a:hover { color: var(--color-primary); }
.breadcrumb .sep { opacity: 0.4; }
.product-hero { display: grid; grid-template-columns: 1fr 1fr; gap: 28px; margin-bottom: 28px; }
.product-image-wrapper { border-radius: var(--radius-lg); overflow: hidden; background: var(--color-surface-alt); border: 8px solid var(--retro-purple); }
.product-image-wrapper img { width: 100%; aspect-ratio: 4/3; object-fit: cover; }
.product-image-placeholder { width: 100%; aspect-ratio: 4/3; display: flex; flex-direction: column; align-items: center; justify-content: center; color: white; font-family: var(--font-display); text-align: center; padding: 30px; }
.product-image-placeholder .brand-label { font-size: 0.8rem; opacity: 0.7; text-transform: uppercase; letter-spacing: 0.12em; margin-bottom: 6px; }
.product-image-placeholder .product-label { font-size: 1.4rem; font-weight: 800; line-height: 1.2; }
.product-info { display: flex; flex-direction: column; }
.product-category-badge { display: inline-flex; padding: 3px 10px; border-radius: 100px; font-size: 0.68rem; font-weight: 600; text-transform: uppercase; letter-spacing: 0.06em; color: var(--color-primary); background: var(--color-primary-light); margin-bottom: 6px; width: fit-content; }
.product-title { font-family: var(--font-display); font-size: 1.7rem; font-weight: 800; line-height: 1.15; margin-bottom: 3px; letter-spacing: -0.02em; }
.product-brand { font-size: 0.85rem; color: var(--color-text-muted); margin-bottom: 10px; }
.product-price-tag { font-family: var(--font-display); font-size: 1.4rem; font-weight: 800; color: var(--color-primary); margin-bottom: 2px; }
.product-price-range { font-size: 0.78rem; color: var(--color-text-muted); margin-bottom: 12px; }
.product-rating-display { display: flex; align-items: center; gap: 6px; margin-bottom: 12px; }
.product-rating-display .stars { color: var(--color-star); font-size: 1.05rem; letter-spacing: -1px; }
.product-rating-display .rating-text { font-size: 0.82rem; font-weight: 600; }
.product-rating-display .rating-sub { font-size: 0.72rem; color: var(--color-text-muted); }
.product-tagline { font-size: 0.95rem; font-weight: 500; font-style: italic; color: var(--color-text-muted); margin-bottom: 10px; line-height: 1.4; }
.product-description { font-size: 0.88rem; line-height: 1.6; color: var(--color-text); margin-bottom: 16px; }
.product-actions { display: flex; gap: 8px; flex-wrap: wrap; }
.product-actions .vote-btn { padding: 9px 18px; font-size: 0.85rem; }
.product-actions .share-btn { padding: 9px 16px; font-size: 0.82rem; border: 1px solid var(--color-border); border-radius: 100px; color: var(--color-text-muted); }
.product-actions .share-btn:hover { border-color: var(--color-secondary); color: var(--color-secondary); }
.share-dropdown-wrapper { position: relative; display: inline-flex; }
.share-dropdown { position: absolute; top: calc(100% + 6px); right: 0; background: white; border: 1px solid var(--color-border); border-radius: var(--radius-md); box-shadow: var(--shadow-lg); padding: 6px; min-width: 170px; display: none; z-index: 60; }
.share-dropdown.open { display: block; }
.share-dropdown a { display: flex; align-items: center; gap: 8px; padding: 7px 12px; border-radius: var(--radius-sm); font-size: 0.78rem; color: var(--color-text); transition: background var(--transition); }
.share-dropdown a:hover { background: var(--color-surface-alt); }

/* Section titles with colored gradient dividers */
.section-title { font-family: var(--font-display); font-size: 1.1rem; font-weight: 700; margin-bottom: 10px; letter-spacing: -0.01em; padding-bottom: 8px; border-bottom: 4px solid; border-image: linear-gradient(90deg, var(--retro-orange), var(--retro-pink), var(--retro-purple)) 1; display: inline-block; }
section + section { margin-top: 6px; }
section:nth-of-type(1) .section-title { border-image: linear-gradient(90deg, var(--retro-cyan), var(--retro-blue)) 1; }
section:nth-of-type(2) .section-title { border-image: linear-gradient(90deg, var(--retro-green), var(--retro-cyan)) 1; }
section:nth-of-type(3) .section-title { border-image: linear-gradient(90deg, var(--retro-purple), var(--retro-pink)) 1; }
section:nth-of-type(4) .section-title { border-image: linear-gradient(90deg, var(--retro-orange), var(--retro-red)) 1; }
section:nth-of-type(5) .section-title { border-image: linear-gradient(90deg, var(--retro-blue), var(--retro-purple)) 1; }
section:nth-of-type(6) .section-title { border-image: linear-gradient(90deg, var(--retro-pink), var(--retro-orange)) 1; }

.features-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 6px; margin-bottom: 28px; }
.feature-item { display: flex; align-items: center; gap: 8px; padding: 8px 10px; background: var(--color-surface-alt); border-radius: var(--radius-sm); font-size: 0.82rem; border-left: 4px solid var(--color-success); }
.feature-item .feature-icon { color: var(--color-success); font-size: 0.85rem; flex-shrink: 0; }
.pros-cons { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; margin-bottom: 28px; }
.pros-col, .cons-col { background: var(--color-surface-alt); border-radius: var(--radius-md); padding: 16px; }
.pros-col { border-top: 4px solid var(--color-success); }
.cons-col { border-top: 4px solid #dc2626; }
.pros-col h3, .cons-col h3 { font-family: var(--font-display); font-size: 0.9rem; font-weight: 700; margin-bottom: 10px; display: flex; align-items: center; gap: 6px; }
.pros-col h3 { color: var(--color-success); }
.cons-col h3 { color: #dc2626; }
.pros-col ul, .cons-col ul { list-style: none; }
.pros-col li, .cons-col li { padding: 5px 0; font-size: 0.82rem; display: flex; align-items: flex-start; gap: 6px; line-height: 1.4; }
.pros-col li::before { content: '+'; color: var(--color-success); font-weight: 700; }
.cons-col li::before { content: '\2212'; color: #dc2626; font-weight: 700; }
.pros-col li + li, .cons-col li + li { border-top: 1px solid var(--color-border-light); }
.review-section { background: var(--color-surface-alt); border-radius: var(--radius-md); padding: 16px; margin-bottom: 28px; border-left: 5px solid var(--retro-cyan); }
.review-section p { font-size: 0.88rem; line-height: 1.6; }
.video-section { margin-bottom: 28px; }
.video-wrapper { position: relative; padding-top: 56.25%; border-radius: var(--radius-md); overflow: hidden; background: #000; border: 4px solid var(--retro-purple); }
.video-wrapper iframe { position: absolute; top: 0; left: 0; width: 100%; height: 100%; border: none; }
.buy-section { margin-bottom: 28px; }
.buy-links { display: flex; flex-direction: column; gap: 6px; }
.buy-link { display: flex; align-items: center; justify-content: space-between; padding: 10px 14px; background: var(--color-surface-alt); border: 1px solid var(--color-border-light); border-radius: var(--radius-md); transition: all var(--transition); }
.buy-link:hover { border-color: var(--color-primary); }
.buy-link-name { font-weight: 600; font-size: 0.88rem; color: var(--color-text); }
.buy-link-action { display: inline-flex; align-items: center; gap: 4px; padding: 5px 14px; background: var(--color-primary); color: white; border-radius: 100px; font-size: 0.78rem; font-weight: 600; }
.buy-link:hover .buy-link-action { background: var(--color-primary-dark); }
.related-section { margin-bottom: 28px; }
.related-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(200px, 1fr)); gap: 10px; }
.related-card { display: flex; gap: 10px; padding: 10px; border: 1px solid var(--color-border-light); border-radius: var(--radius-md); transition: all var(--transition); }
.related-card:hover { border-color: var(--color-border); box-shadow: var(--shadow-sm); }
.related-card-img { width: 56px; height: 56px; min-width: 56px; border-radius: var(--radius-sm); overflow: hidden; border: 3px solid var(--retro-blue); }
.related-card-img img { width: 100%; height: 100%; object-fit: cover; }
.related-card-info { min-width: 0; }
.related-card-title { font-size: 0.78rem; font-weight: 600; line-height: 1.3; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.related-card-title a { color: var(--color-text); }
.related-card-title a:hover { color: var(--color-primary); }
.related-card-price { font-size: 0.72rem; font-weight: 700; color: var(--color-text-muted); }

/* CTA Banner */
.cta-banner { background: linear-gradient(135deg, #1a1a2e 0%, #16213e 40%, #0f3460 70%, #533483 100%); border-radius: var(--radius-xl); padding: 28px; text-align: center; color: white; margin: 24px 0; position: relative; overflow: hidden; }
.cta-banner::before { content: ''; position: absolute; top: 0; left: 0; right: 0; height: 4px; background: linear-gradient(90deg, var(--retro-pink), var(--retro-orange), var(--retro-yellow), var(--retro-cyan)); }
.cta-banner h2 { font-family: var(--font-display); font-size: 1.3rem; font-weight: 800; margin-bottom: 6px; }
.cta-banner p { font-size: 0.85rem; opacity: 0.8; margin-bottom: 14px; }
.cta-banner .cta-actions { display: flex; gap: 10px; justify-content: center; flex-wrap: wrap; }
.cta-btn { display: inline-flex; align-items: center; gap: 6px; padding: 9px 20px; border-radius: 100px; font-size: 0.82rem; font-weight: 600; transition: all var(--transition); }
.cta-btn-primary { background: var(--color-primary); color: white; }
.cta-btn-primary:hover { background: var(--color-primary-dark); color: white; transform: translateY(-1px); }
.cta-btn-secondary { background: rgba(255,255,255,0.1); color: white; border: 1px solid rgba(255,255,255,0.2); }
.cta-btn-secondary:hover { background: rgba(255,255,255,0.2); color: white; }

/* Newsletter */
.newsletter-inline { background: white; border: 2px solid var(--color-primary); border-radius: var(--radius-lg); padding: 22px; text-align: center; margin: 24px 0; position: relative; overflow: hidden; }
.newsletter-inline::before { content: ''; position: absolute; top: 0; left: 0; right: 0; height: 4px; background: linear-gradient(90deg, var(--retro-red), var(--retro-orange), var(--retro-yellow), var(--retro-green), var(--retro-cyan), var(--retro-purple)); }
.newsletter-inline h3 { font-family: var(--font-display); font-size: 1.05rem; font-weight: 700; margin-bottom: 4px; }
.newsletter-inline p { font-size: 0.82rem; color: var(--color-text-muted); margin-bottom: 12px; }
.newsletter-form { display: flex; gap: 6px; max-width: 400px; margin: 0 auto; }
.newsletter-form input { flex: 1; padding: 9px 14px; border: 1px solid var(--color-border); border-radius: 100px; font-size: 0.82rem; outline: none; }
.newsletter-form input:focus { border-color: var(--color-primary); }
.newsletter-form button { padding: 9px 18px; background: var(--color-primary); color: white; border-radius: 100px; font-size: 0.82rem; font-weight: 600; white-space: nowrap; }
.newsletter-form button:hover { background: var(--color-primary-dark); }

/* Footer */
.footer { background: #1a1a2e; color: rgba(255,255,255,0.7); padding: 36px 0 16px; position: relative; }
.footer::before { content: ''; position: absolute; top: 0; left: 0; right: 0; height: 5px; background: linear-gradient(90deg, var(--retro-red), var(--retro-orange), var(--retro-yellow), var(--retro-green), var(--retro-cyan), var(--retro-blue), var(--retro-purple), var(--retro-pink)); }
.footer .container { max-width: var(--max-width); }
.footer-grid { display: grid; grid-template-columns: 2fr 1fr 1fr 1fr; gap: 28px; margin-bottom: 24px; }
.footer-brand .logo { color: white; margin-bottom: 6px; }
.footer-brand p { font-size: 0.78rem; line-height: 1.5; max-width: 260px; }
.footer h4 { color: white; font-size: 0.72rem; font-weight: 600; text-transform: uppercase; letter-spacing: 0.08em; margin-bottom: 8px; }
.footer ul { list-style: none; }
.footer li { margin-bottom: 5px; }
.footer li a { color: rgba(255,255,255,0.55); font-size: 0.78rem; }
.footer li a:hover { color: var(--retro-cyan); }
.footer-bottom { border-top: 1px solid rgba(255,255,255,0.08); padding-top: 14px; display: flex; justify-content: space-between; align-items: center; font-size: 0.72rem; }

/* Category Colors */
.cat-turntables { background: linear-gradient(135deg, #1e3a5f, #2d5a8e); }
.cat-speakers { background: linear-gradient(135deg, #1a1a2e, #374a6b); }
.cat-boomboxes { background: linear-gradient(135deg, #0f3460, #1a5276); }
.cat-gaming { background: linear-gradient(135deg, #533483, #7b52ab); }
.cat-cameras { background: linear-gradient(135deg, #c0392b, #e74c3c); }
.cat-phones { background: linear-gradient(135deg, #2c3e50, #4a6785); }
.cat-kitchen { background: linear-gradient(135deg, #27ae60, #2ecc71); }
.cat-audio { background: linear-gradient(135deg, #d35400, #e67e22); }
.cat-headphones { background: linear-gradient(135deg, #8e44ad, #a569bd); }
.cat-tech { background: linear-gradient(135deg, #2980b9, #3498db); }

/* Misc */
.about-page { padding: 30px 0 50px; }
.about-page h1 { font-family: var(--font-display); font-size: 1.8rem; font-weight: 800; margin-bottom: 14px; }
.about-page p { font-size: 0.88rem; line-height: 1.6; margin-bottom: 10px; max-width: 660px; }
.toast { position: fixed; bottom: 20px; right: 20px; background: var(--color-text); color: white; padding: 10px 20px; border-radius: var(--radius-md); font-size: 0.82rem; font-weight: 500; box-shadow: var(--shadow-lg); z-index: 1000; transform: translateY(80px); opacity: 0; transition: all 0.3s ease; }
.toast.show { transform: translateY(0); opacity: 1; }
.scroll-top { position: fixed; bottom: 20px; left: 20px; width: 36px; height: 36px; background: white; border: 1px solid var(--color-border); border-radius: 50%; display: flex; align-items: center; justify-content: center; font-size: 0.9rem; color: var(--color-text); box-shadow: var(--shadow-sm); opacity: 0; pointer-events: none; transition: all var(--transition); }
.scroll-top.visible { opacity: 1; pointer-events: all; }
.scroll-top:hover { background: var(--color-primary); color: white; border-color: var(--color-primary); }

/* Responsive */
@media (max-width: 768px) {
  .navbar .container { height: 48px; }
  .search-bar { display: none; }
  .nav-links { display: none; }
  .nav-links.open { display: flex; flex-direction: column; position: absolute; top: 48px; left: 0; right: 0; background: white; border-bottom: 1px solid var(--color-border); padding: 12px 20px; box-shadow: var(--shadow-md); }
  .menu-toggle { display: block; }
  .hero { padding: 14px 0 10px; }
  .hero h1 { font-size: 1.5rem; }
  .hero p { font-size: 0.8rem; margin-bottom: 8px; }
  .hero-stats { gap: 18px; }
  .hero-stat .num { font-size: 1.1rem; }
  .filter-bar { top: 48px; }
  .filter-bar .container { flex-direction: column; gap: 6px; align-items: stretch; }
  .product-row { gap: 10px; padding: 10px 6px; border-bottom-width: 3px; }
  .row-rank { display: none; }
  .row-image { width: 120px; height: 120px; min-width: 120px; border-width: 5px; }
  .row-price { display: none; }
  .row-title { font-size: 0.88rem; }
  .row-tagline { font-size: 0.72rem; }
  .row-testimonial { display: none; }
  .vote-btn { padding: 4px 9px; font-size: 0.72rem; }
  .product-hero { grid-template-columns: 1fr; gap: 16px; }
  .product-title { font-size: 1.3rem; }
  .product-price-tag { font-size: 1.1rem; }
  .pros-cons { grid-template-columns: 1fr; }
  .features-grid { grid-template-columns: 1fr; }
  .cta-banner { padding: 18px 14px; }
  .cta-banner h2 { font-size: 1.05rem; }
  .footer-grid { grid-template-columns: 1fr 1fr; gap: 18px; }
  .footer-bottom { flex-direction: column; gap: 6px; text-align: center; }
}
@media (max-width: 480px) {
  .hero h1 { font-size: 1.3rem; }
  .hero-stats { flex-direction: row; gap: 14px; }
  .newsletter-form { flex-direction: column; }
  .row-image { width: 90px; height: 90px; min-width: 90px; border-width: 4px; }
  .row-vote .vote-btn { padding: 3px 7px; }
}
@media (max-width: 768px) {
  .row-info::after { content: attr(data-price); font-family: var(--font-display); font-size: 0.72rem; font-weight: 700; color: var(--color-text-muted); }
}
@media print {
  .navbar, .filter-bar, .vote-btn, .share-btn, .cta-banner, .footer, .scroll-top, .retro-stripe { display: none; }
  body { background: white; }
}
