/**
 * Homepage urgency / promo temperature + larger hero numbers
 */

/* ========== Top promo ticker ========== */
.top-promo-bar {
  background: linear-gradient(90deg, #1a0500 0%, #3b0a00 35%, #7c1d00 70%, #3b0a00 100%);
  color: #fff;
  padding: 0;
  border-bottom: 2px solid #ff6600;
  overflow: hidden;
  position: relative;
}
.top-promo-bar__inner {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-height: 40px;
  padding: 8px 16px;
  text-align: center;
  flex-wrap: wrap;
}
.top-promo-bar__live {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 3px 10px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.12);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #ffd6a5;
  white-space: nowrap;
}
.top-promo-bar__live-dot {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #ef4444;
  box-shadow: 0 0 0 0 rgba(239, 68, 68, 0.7);
  animation: rc-live-pulse 1.4s ease-out infinite;
}
@keyframes rc-live-pulse {
  0% { box-shadow: 0 0 0 0 rgba(239, 68, 68, 0.7); }
  70% { box-shadow: 0 0 0 8px rgba(239, 68, 68, 0); }
  100% { box-shadow: 0 0 0 0 rgba(239, 68, 68, 0); }
}
.top-promo-bar__track {
  position: relative;
  min-height: 1.35em;
  max-width: min(920px, 100%);
  flex: 1 1 220px;
}
.top-promo-bar__msg {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  margin: 0;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.35;
  color: #fff;
  opacity: 0;
  transform: translateY(6px);
  transition: opacity 0.35s ease, transform 0.35s ease;
  pointer-events: none;
}
.top-promo-bar__msg.is-active {
  position: relative;
  opacity: 1;
  transform: translateY(0);
  pointer-events: auto;
}
.top-promo-bar__msg a {
  color: #ffcc80;
  text-decoration: underline;
  font-weight: 800;
}
.top-promo-bar__msg a:hover {
  color: #fff;
}
.top-promo-bar__cta {
  display: inline-flex;
  align-items: center;
  padding: 5px 12px;
  border-radius: 999px;
  background: #ff6600;
  color: #fff !important;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  text-decoration: none !important;
  white-space: nowrap;
  box-shadow: 0 2px 10px rgba(255, 102, 0, 0.45);
}
.top-promo-bar__cta:hover {
  background: #ff7a1a;
  color: #fff !important;
}

/* ========== Impression urgency ========== */
.home-impression {
  position: relative;
}
.impression-urgency-line {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin: 0 0 14px;
  padding: 7px 12px;
  border-radius: 8px;
  background: rgba(239, 68, 68, 0.1);
  border: 1px solid rgba(239, 68, 68, 0.25);
  color: #b91c1c;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.35;
}
.impression-urgency-line .rc-countdown,
.impression-urgency-line .rc-hero-num {
  display: inline-block;
  font-variant-numeric: tabular-nums;
  font-weight: 900;
  font-size: 1.45rem;
  line-height: 1;
  color: #7f1d1d;
  letter-spacing: 0.04em;
  font-family: ui-monospace, SFMono-Regular, Menlo, Consolas, monospace;
  vertical-align: -2px;
  margin-left: 2px;
}
.impression-live-chip {
  gap: 8px;
  padding: 10px 14px;
  align-items: baseline;
  font-size: 13px;
}
.impression-live-chip strong,
.impression-live-chip .rc-hero-num {
  color: #ea580c;
  font-weight: 900;
}
.impression-live-chip strong.rc-hero-num {
  font-size: 1.45rem;
  line-height: 1;
  letter-spacing: -0.02em;
  font-variant-numeric: tabular-nums;
  font-family: inherit;
}
.impression-live-stats {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: 18px 0 8px;
}
.impression-live-chip {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 8px 12px;
  border-radius: 999px;
  background: #fff;
  border: 1px solid #ffe0c2;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.04);
  font-size: 12px;
  font-weight: 700;
  color: #334155;
}
.impression-live-chip strong { color: #ea580c; font-weight: 900; }
.impression-cta .btn-primary {
  box-shadow: 0 8px 24px rgba(255, 102, 0, 0.35);
}
.impression-cta .btn-primary:hover {
  transform: translateY(-1px);
}

/* ========== Section headers: LIVE ========== */
.home-section-head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 16px;
  flex-wrap: wrap;
  margin-bottom: 8px;
}
.home-section-head .section-header {
  margin-bottom: 0;
  flex: 1 1 280px;
}
.section-title-row {
  display: flex;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
}
.rc-live-badge {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 4px 10px;
  border-radius: 999px;
  background: #fee2e2;
  color: #b91c1c;
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  line-height: 1;
}
.rc-live-badge__dot {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #ef4444;
  animation: rc-live-pulse 1.4s ease-out infinite;
}
.home-deals-section {
  background: linear-gradient(180deg, #fff7ed 0%, #fafafa 28%, #fafafa 100%) !important;
  border-top: 1px solid #ffedd5;
}
.home-deals-section .section-title {
  color: #9a3412;
}
.home-picks-section .home-picks-eyebrow {
  background: rgba(59, 130, 246, 0.12);
  color: #1d4ed8;
}

/* ========== Biggest deal spotlight ========== */
.home-biggest-deal {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(0, 1.2fr);
  gap: 20px;
  align-items: stretch;
  margin: 18px 0 22px;
  padding: 16px;
  border-radius: 16px;
  background: linear-gradient(135deg, #1c1917 0%, #431407 55%, #7c2d12 100%);
  color: #fff;
  box-shadow: 0 12px 40px rgba(124, 45, 18, 0.28);
  overflow: hidden;
  position: relative;
}
.home-biggest-deal::before {
  content: '';
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at 85% 20%, rgba(255, 102, 0, 0.25), transparent 45%);
  pointer-events: none;
}
.home-biggest-deal__media {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 200px;
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.06);
  overflow: hidden;
}
.home-biggest-deal__media img {
  width: 100%;
  height: 100%;
  max-height: 260px;
  object-fit: contain;
  padding: 12px;
}
.home-biggest-deal__body {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 10px;
  padding: 4px 4px 4px 0;
}
.home-biggest-deal__tag {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  width: fit-content;
  padding: 5px 12px;
  border-radius: 999px;
  background: #ff6600;
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}
.home-biggest-deal__title {
  margin: 0;
  font-size: clamp(1.15rem, 2.4vw, 1.55rem);
  font-weight: 800;
  line-height: 1.3;
}
.home-biggest-deal__title a {
  color: #fff;
  text-decoration: none;
}
.home-biggest-deal__title a:hover {
  color: #fdba74;
}
.home-biggest-deal__price-row {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px 12px;
  margin: 4px 0;
}
.home-biggest-deal__now {
  font-size: 1.75rem;
  font-weight: 900;
  color: #fff;
  line-height: 1;
}
.home-biggest-deal__was {
  font-size: 1rem;
  color: #fda4af;
  text-decoration: line-through;
}
.home-biggest-deal__save {
  font-size: 13px;
  font-weight: 700;
  color: #fed7aa;
}
.home-biggest-deal__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 6px;
}
.home-biggest-deal__btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 11px 18px;
  border-radius: 10px;
  font-size: 13px;
  font-weight: 800;
  text-decoration: none;
  letter-spacing: 0.02em;
}
.home-biggest-deal__btn--primary {
  background: #ff6600;
  color: #fff;
  box-shadow: 0 6px 18px rgba(255, 102, 0, 0.4);
}
.home-biggest-deal__btn--primary:hover {
  background: #ff7a1a;
  color: #fff;
}
.home-biggest-deal__btn--ghost {
  background: rgba(255, 255, 255, 0.1);
  color: #fff;
  border: 1px solid rgba(255, 255, 255, 0.25);
}
.home-biggest-deal__btn--ghost:hover {
  background: rgba(255, 255, 255, 0.18);
  color: #fff;
}

/* ========== Price row discount (larger than price) ========== */
.product-card-price,
.amz-rel-price,
.home-pick-price,
.home-biggest-deal__price-row {
  display: flex !important;
  flex-wrap: wrap;
  align-items: center;
  gap: 6px 8px;
}
.amz-rel-price-now,
.price-sale,
.price-current,
.home-pick-price-now {
  font-size: 1.05rem;
  font-weight: 800;
  color: #0f172a;
  line-height: 1.1;
}
.amz-rel-price-was,
.price-regular,
.home-pick-price-was {
  font-size: 0.85rem;
  color: #94a3b8;
}
/* List product cards: slightly smaller OFF badge (not Editor's Picks) */
.price-off-badge,
.amz-rel-off,
.home-biggest-deal__off,
.product-card .price-off-badge,
.amz-rel-card .amz-rel-off,
.amz-rel-price .price-off-badge {
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  margin-left: 4px;
  padding: 4px 9px !important;
  border-radius: 7px !important;
  font-size: 1.05rem !important;
  font-weight: 800 !important;
  letter-spacing: 0.02em;
  line-height: 1.1 !important;
  color: #fff !important;
  background: linear-gradient(135deg, #f87171 0%, #fb923c 55%, #f97316 100%) !important;
  box-shadow: 0 2px 8px rgba(249, 115, 22, 0.28) !important;
  white-space: nowrap;
  vertical-align: middle;
  text-transform: uppercase;
}

/* Editor's Picks: keep larger OFF badge */
.home-pick-off,
.home-pick-price .home-pick-off,
.home-pick-price .price-off-badge {
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  margin-left: 4px;
  padding: 6px 12px !important;
  border-radius: 8px !important;
  font-size: 1.35rem !important;
  font-weight: 900 !important;
  letter-spacing: 0.02em;
  line-height: 1.1 !important;
  color: #fff !important;
  background: linear-gradient(135deg, #ef4444 0%, #f97316 55%, #ea580c 100%) !important;
  box-shadow: 0 4px 14px rgba(249, 115, 22, 0.4) !important;
  white-space: nowrap;
  vertical-align: middle;
  text-transform: uppercase;
}

/* List product card Amazon button: softer / lighter background */
.product-card .amz-rel-btn,
.amz-rel-card .amz-rel-btn,
.product-card .amz-rel-btn-primary,
.amz-rel-card .amz-rel-btn-primary,
.product-grid .amz-rel-btn,
.deals-grid .amz-rel-btn,
.home-deals-grid .amz-rel-btn,
.home-biggest-deal .amz-rel-btn {
  background: linear-gradient(180deg, #ffd89a 0%, #f0b429 48%, #e8a317 100%) !important;
  color: #5c3d0a !important;
  border: 1px solid #e6b84d !important;
  box-shadow: 0 1px 3px rgba(232, 163, 23, 0.25) !important;
  font-weight: 700 !important;
}
.product-card .amz-rel-btn:hover,
.amz-rel-card .amz-rel-btn:hover,
.product-card .amz-rel-btn-primary:hover,
.amz-rel-card .amz-rel-btn-primary:hover,
.product-grid .amz-rel-btn:hover,
.deals-grid .amz-rel-btn:hover,
.home-deals-grid .amz-rel-btn:hover,
.home-biggest-deal .amz-rel-btn:hover {
  background: linear-gradient(180deg, #ffe4b0 0%, #f5c14a 48%, #efb020 100%) !important;
  color: #4a3208 !important;
  border-color: #edc05c !important;
  box-shadow: 0 2px 8px rgba(232, 163, 23, 0.35) !important;
  filter: none !important;
}

/* Editor's Picks buttons stay stronger (not lightened above) */
.home-picks .home-pick-btn,
.home-pick-card .home-pick-btn-amazon {
  /* keep existing pick styles */
}

/* Hide corner % on image when price-row badge exists (cleaner) */
.product-card .amz-rel-badge.badge-danger,
.amz-rel-card .amz-rel-badge.badge-danger {
  display: none !important;
}

/* ========== Promo strip ========== */
.promo-banner {
  background: linear-gradient(90deg, #9a3412 0%, #c2410c 40%, #ea580c 100%) !important;
  color: #fff !important;
  padding: 22px 0 !important;
}
.promo-banner .container {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 12px 18px;
  text-align: center;
  font-weight: 700;
}
.promo-banner strong {
  font-size: 1.15rem;
  letter-spacing: 0.02em;
}
.promo-banner .btn-secondary {
  background: #fff !important;
  color: #c2410c !important;
  border: none !important;
  font-weight: 800 !important;
  border-radius: 999px !important;
  padding: 10px 20px !important;
}

/* ========== Brands promo hook ========== */
.home-brands-section .section-subtitle {
  color: #c2410c;
  font-weight: 600;
}

/* ========== Newsletter urgency ========== */
.newsletter-section {
  background: linear-gradient(135deg, #0a0a0a 0%, #1c0a00 50%, #0a0a0a 100%) !important;
  border-top: 3px solid #ff6600;
}
.newsletter-kicker {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  margin-bottom: 12px;
  padding: 5px 12px;
  border-radius: 999px;
  background: rgba(255, 102, 0, 0.18);
  color: #fdba74;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}
.newsletter-note {
  margin: 14px 0 0;
  font-size: 12px;
  color: #94a3b8;
}

/* ========== Footer price disclaimer ========== */
.site-price-disclaimer {
  background: #f8fafc;
  border-top: 1px solid #e2e8f0;
  padding: 12px 16px;
  text-align: center;
  font-size: 12px;
  line-height: 1.5;
  color: #64748b;
}

/* ========== Deals footer urgency line ========== */
.home-deals-footnote {
  margin: 8px 0 0;
  text-align: center;
  font-size: 13px;
  color: #9a3412;
  font-weight: 600;
}

/* ========== Responsive ========== */
@media (max-width: 900px) {
  .home-biggest-deal {
    grid-template-columns: 1fr;
  }
  .home-biggest-deal__media {
    min-height: 160px;
  }
  .top-promo-bar__cta {
    display: none;
  }
}
@media (max-width: 600px) {
  .price-off-badge,
  .home-pick-off,
  .amz-rel-off,
  .home-biggest-deal__off {
    font-size: 1.05rem !important;
    padding: 4px 9px;
  }
  .home-biggest-deal__now {
    font-size: 1.45rem;
  }
  .impression-live-stats {
    gap: 8px;
  }
}
