@import url('https://fonts.googleapis.com/css2?family=JetBrains+Mono:wght@400;500;600;700&family=Work+Sans:wght@400;500;600;700;800&display=swap');

:root {
  --color-bg: #f0f7fb;
  --color-bg-2: #e0f2fe;
  --color-bg-white: #ffffff;
  --color-bg-rgb: 240, 247, 251;
  --color-bg-white-rgb: 255, 255, 255;
  --color-surface: rgba(51,65,85,0.03);
  --color-surface-hover: rgba(51,65,85,0.06);
  --color-text: #0f172a;
  --color-text-secondary: #334155;
  --color-text-muted: #64748b;
  --color-border: #cbd5e1;
  --color-border-light: #e2e8f0;

  --color-accent: #e08b51;
  --color-accent-2: #2be73b;
  --color-accent-3: #3e6ee3;
  --color-accent-warm: #e3a63e;
  --color-accent-soft: #f0e9e4;
  --color-accent-2-soft: #e4f1e5;
  --color-accent-3-soft: #e4e8f0;
  --color-accent-warm-soft: #f0ece4;

  --color-footer-bg: #0f172a;
  --color-footer-text: #e2e8f0;
  --color-footer-muted: #94a3b8;
  --color-footer-link: #cbd5e1;
  --color-footer-border: rgba(255,255,255,0.08);
  --color-footer-social-bg: rgba(255,255,255,0.06);
  --color-footer-social-border: rgba(255,255,255,0.12);

  --font-heading: 'Work Sans', sans-serif;
  --font-body: 'Work Sans', sans-serif;

  --radius-sm: 8px;
  --radius-md: 12px;
  --radius-lg: 16px;
  --radius-xl: 24px;

  --shadow-sm: 0 1px 3px rgba(15,23,42,0.06), 0 1px 2px rgba(15,23,42,0.04);
  --shadow-md: 0 4px 12px rgba(15,23,42,0.08);
  --shadow-lg: 0 12px 32px rgba(15,23,42,0.10);
  --shadow-xl: 0 24px 48px rgba(15,23,42,0.14);
}

body {
  background:
    linear-gradient(180deg, #e0f2fe 0%, #f0f7fb 40%, #ffffff 100%) no-repeat;
  background-attachment: fixed;
}

.card-brand,
.hero-badge,
.product-brand-link,
.top-pick-tag,
.trending-hot,
.card-popularity,
.card-viewers,
.review-bar-label,
.review-bar-pct,
.review-date,
.chart-month,
.chart-price-label,
.popup-time,
.footer-col h4,
.section-title-eyebrow,
.announcement-bar,
.filter-btn,
.mini-badge,
.verified-badge,
.stat-label {
  font-family: 'JetBrains Mono', monospace;
  letter-spacing: 0.5px;
}

.section-title,
.hero-title,
.product-title,
.page-title,
.logo-text,
.footer-logo,
.brand-name,
.reviews-big-number,
.top-pick-rank,
.stat-number {
  font-family: 'Work Sans', sans-serif;
  letter-spacing: -0.02em;
  font-weight: 700;
}

.hero-title { font-weight: 800; }

@keyframes frostShimmer {
  0%, 100% { transform: translate3d(0, 0, 0); opacity: 0.55; }
  50% { transform: translate3d(2%, -1%, 0); opacity: 0.8; }
}

.hero {
  background:
    radial-gradient(ellipse 80% 50% at 20% 0%, rgba(62,110,227,0.10) 0%, transparent 60%),
    radial-gradient(ellipse 60% 40% at 90% 30%, rgba(224,242,254,0.9) 0%, transparent 60%),
    linear-gradient(180deg, #e0f2fe 0%, #f0f7fb 100%);
  text-align: center;
  position: relative;
  overflow: hidden;
}

.hero::before {
  content: '';
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(51,65,85,0.06) 1px, transparent 1px),
    linear-gradient(90deg, rgba(51,65,85,0.06) 1px, transparent 1px);
  background-size: 48px 48px;
  -webkit-mask-image: radial-gradient(ellipse at center, black 30%, transparent 75%);
  mask-image: radial-gradient(ellipse at center, black 30%, transparent 75%);
  pointer-events: none;
  z-index: 0;
  animation: frostShimmer 12s ease-in-out infinite;
}

.hero-content { position: relative; z-index: 1; text-align: center; }
.hero, .hero-content { text-align: center; }
.hero-actions { justify-content: center; }
.hero-subtitle { max-width: 560px; margin-left: auto; margin-right: auto; color: #334155; }

.hero-badge {
  background: rgba(255,255,255,0.6);
  border: 1px solid rgba(51,65,85,0.15);
  color: #334155;
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  text-transform: uppercase;
  font-weight: 600;
}
.hero-badge::before {
  content: '◆';
  color: #3e6ee3;
  margin-right: 4px;
}

.site-header {
  background: rgba(240,247,251,0.75);
  backdrop-filter: blur(20px) saturate(180%);
  -webkit-backdrop-filter: blur(20px) saturate(180%);
  border-bottom: 1px solid rgba(51,65,85,0.10);
}

.logo-text { color: #0f172a; }
.logo-text::after {
  content: '.';
  color: #3e6ee3;
}

.announcement-bar {
  background: #0f172a;
  font-family: 'JetBrains Mono', monospace;
  font-size: 11px;
  letter-spacing: 0.8px;
  text-transform: uppercase;
}

.product-card {
  display: flex !important;
  flex-direction: column !important;
  background: rgba(255,255,255,0.65);
  backdrop-filter: blur(14px) saturate(140%);
  -webkit-backdrop-filter: blur(14px) saturate(140%);
  border: 1px solid rgba(51,65,85,0.10);
  box-shadow:
    inset 0 1px 0 rgba(255,255,255,0.8),
    0 1px 3px rgba(15,23,42,0.04);
  transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
}

.product-card:hover {
  transform: translateY(-4px);
  border-color: rgba(62,110,227,0.35);
  box-shadow:
    inset 0 1px 0 rgba(255,255,255,0.9),
    0 16px 40px rgba(15,23,42,0.10),
    0 0 0 4px rgba(62,110,227,0.06);
}

.card-body {
  flex: 1 !important;
  display: flex !important;
  flex-direction: column !important;
}
.card-body .btn-cta { margin-top: auto !important; }

.card-brand {
  color: #3e6ee3;
  font-size: 10px;
  font-weight: 600;
}

.card-image-wrapper {
  background: linear-gradient(135deg, #e0f2fe 0%, #f0f7fb 100%);
}

.category-card {
  background: rgba(255,255,255,0.7);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  border: 1px solid rgba(51,65,85,0.10);
}
.category-card:hover {
  border-color: rgba(62,110,227,0.35);
  box-shadow: 0 12px 28px rgba(15,23,42,0.08);
}

.btn-primary {
  background: #0f172a;
  color: #ffffff;
  box-shadow: 0 4px 14px rgba(15,23,42,0.20);
  font-weight: 600;
  letter-spacing: 0.3px;
}
.btn-primary:hover {
  background: #334155;
  transform: translateY(-2px);
  box-shadow: 0 8px 24px rgba(15,23,42,0.25);
  filter: none;
}

.btn-outline {
  background: rgba(255,255,255,0.6);
  border: 1.5px solid #334155;
  color: #334155;
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
}
.btn-outline:hover {
  background: #334155;
  color: #ffffff;
  border-color: #334155;
}

.btn-cta {
  background: #0f172a;
  box-shadow: 0 2px 8px rgba(15,23,42,0.18);
}
.btn-cta:hover {
  background: #334155;
  filter: none;
}

.filter-btn {
  font-size: 11px;
  letter-spacing: 0.8px;
  text-transform: uppercase;
  font-weight: 600;
  background: rgba(255,255,255,0.6);
  backdrop-filter: blur(8px);
}
.filter-btn.active {
  background: #0f172a;
  color: #fff;
  border-color: #0f172a;
}

.newsletter-section {
  background:
    radial-gradient(ellipse at 30% 50%, rgba(62,110,227,0.08) 0%, transparent 60%),
    linear-gradient(180deg, #e0f2fe 0%, #f0f7fb 100%);
  border-top: 1px solid rgba(51,65,85,0.10);
  border-bottom: 1px solid rgba(51,65,85,0.10);
}

.faq-section {
  background:
    linear-gradient(180deg, rgba(228,241,229,0.4) 0%, transparent 100%),
    #f0f7fb;
}
.faq-item {
  background: rgba(255,255,255,0.7);
  backdrop-filter: blur(10px);
  border: 1px solid rgba(51,65,85,0.10);
}

.testimonials-section {
  background:
    linear-gradient(180deg, rgba(228,232,240,0.5) 0%, transparent 100%),
    #f0f7fb;
}
.testimonial-card {
  background: rgba(255,255,255,0.75);
  backdrop-filter: blur(12px);
  border: 1px solid rgba(51,65,85,0.10);
}

.top-picks-section {
  background:
    linear-gradient(180deg, rgba(240,236,228,0.5) 0%, transparent 100%),
    #f0f7fb;
}
.top-pick-item {
  background: rgba(255,255,255,0.75);
  backdrop-filter: blur(10px);
  border: 1px solid rgba(51,65,85,0.10);
}
.top-pick-rank {
  font-family: 'JetBrains Mono', monospace;
  color: #e3a63e;
  font-weight: 700;
}
.top-pick-tag {
  background: #f0ece4;
  color: #b07a2a;
  text-transform: uppercase;
  font-size: 10px;
}

.guide-card {
  background: rgba(255,255,255,0.75);
  backdrop-filter: blur(10px);
  border: 1px solid rgba(51,65,85,0.10);
}
.guide-number {
  background: #e3a63e;
  font-family: 'JetBrains Mono', monospace;
}

.stats-section {
  background:
    linear-gradient(135deg, #0f172a 0%, #334155 60%, #475569 100%);
  position: relative;
  overflow: hidden;
}
.stats-section::before {
  content: '';
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(255,255,255,0.06) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,0.06) 1px, transparent 1px);
  background-size: 32px 32px;
  pointer-events: none;
}
.stat-number {
  font-family: 'JetBrains Mono', monospace;
  color: #ffffff;
  font-weight: 700;
}
.stat-label {
  color: rgba(255,255,255,0.7);
  text-transform: uppercase;
}

.comparison-table {
  background: rgba(255,255,255,0.8);
  backdrop-filter: blur(10px);
  border: 1px solid rgba(51,65,85,0.10);
}
.comparison-table th {
  background: #f0f7fb;
  font-family: 'JetBrains Mono', monospace;
  color: #334155;
  font-size: 11px;
}

.price-history-section,
.user-reviews-section {
  background: rgba(255,255,255,0.75);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  border: 1px solid rgba(51,65,85,0.10);
  box-shadow:
    inset 0 1px 0 rgba(255,255,255,0.9),
    0 4px 18px rgba(15,23,42,0.06);
}

.chart-bar {
  background: linear-gradient(180deg, #cfe8f7 0%, #3e6ee3 100%);
  border-radius: 4px 4px 0 0;
}
.chart-bar-current {
  background: linear-gradient(180deg, #5af86b 0%, #2be73b 100%);
  box-shadow: 0 0 16px rgba(43,231,59,0.35);
}
.chart-month {
  font-family: 'JetBrains Mono', monospace;
  font-size: 11px;
  color: #64748b;
}

.pros-cons-widget,
.delivery-widget {
  background: rgba(255,255,255,0.7);
  backdrop-filter: blur(12px);
  border: 1px solid rgba(51,65,85,0.12);
  box-shadow: inset 0 1px 0 rgba(255,255,255,0.8);
}

.social-proof-popup {
  background: rgba(255,255,255,0.85);
  backdrop-filter: blur(18px) saturate(180%);
  -webkit-backdrop-filter: blur(18px) saturate(180%);
  border: 1px solid rgba(51,65,85,0.12);
  box-shadow: 0 12px 32px rgba(15,23,42,0.18);
}

.review-card {
  background: rgba(240,247,251,0.7);
  border: 1px solid rgba(51,65,85,0.08);
}
.review-bar-fill {
  background: linear-gradient(90deg, #e3a63e 0%, #f0c878 100%);
}
.review-avatar {
  background: linear-gradient(135deg, #3e6ee3 0%, #334155 100%);
  font-family: 'JetBrains Mono', monospace;
}

.brand-card {
  background: rgba(255,255,255,0.75);
  backdrop-filter: blur(10px);
  border: 1px solid rgba(51,65,85,0.10);
}
.brand-initial {
  background: linear-gradient(135deg, #334155 0%, #0f172a 100%);
  font-family: 'JetBrains Mono', monospace;
}

.trending-item {
  background: rgba(255,255,255,0.7);
  backdrop-filter: blur(10px);
  border: 1px solid rgba(51,65,85,0.08);
}
.trending-rank {
  font-family: 'JetBrains Mono', monospace;
  color: #e08b51;
}

.price-current {
  font-family: 'JetBrains Mono', monospace;
  font-weight: 700;
  letter-spacing: -0.5px;
}
.price-big {
  font-family: 'JetBrains Mono', monospace;
  font-weight: 700;
}
.price-original, .price-was {
  font-family: 'JetBrains Mono', monospace;
}

.product-price-block {
  background: rgba(240,247,251,0.7);
  backdrop-filter: blur(10px);
  border: 1px solid rgba(51,65,85,0.10);
}

.search-input {
  background: rgba(255,255,255,0.8);
  backdrop-filter: blur(10px);
  border: 1px solid rgba(51,65,85,0.15);
}
.search-input:focus {
  border-color: #3e6ee3;
  box-shadow: 0 0 0 3px rgba(62,110,227,0.12);
}

.section-title {
  position: relative;
  display: inline-block;
}
.section-title::after {
  content: '';
  display: block;
  width: 48px;
  height: 2px;
  background: linear-gradient(90deg, #3e6ee3, transparent);
  margin: 12px auto 0;
}

.nav-link.active {
  background: rgba(62,110,227,0.10);
  color: #3e6ee3;
}

.site-footer {
  background:
    linear-gradient(180deg, #0f172a 0%, #1e293b 100%);
  position: relative;
}
.site-footer::before {
  content: '';
  position: absolute;
  top: 0; left: 0; right: 0;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(62,110,227,0.5), transparent);
}

@media (max-width: 768px) {
  .hero::before { background-size: 32px 32px; }
  .stats-section::before { background-size: 24px 24px; }
}