/* ══════════════════════════════════════════
   ElektroGH.wien – Offers / Angebote Styles
   ══════════════════════════════════════════ */

/* ──────────── OFFERS HERO ──────────── */
.offers-hero {
  background: var(--yellow);
  padding: 56px 0;
  text-align: center;
  position: relative;
  overflow: hidden;
}
.offers-hero::before {
  content: '';
  position: absolute;
  top: -60px;
  right: -60px;
  width: 200px;
  height: 200px;
  background: rgba(255,255,255,0.1);
  border-radius: 50%;
  pointer-events: none;
}
.offers-hero::after {
  content: '';
  position: absolute;
  bottom: -40px;
  left: -40px;
  width: 140px;
  height: 140px;
  background: rgba(22,20,15,0.04);
  border-radius: 50%;
  pointer-events: none;
}
.offers-hero-inner {
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 32px;
  position: relative;
  z-index: 1;
}
.offers-hero-badge {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  background: var(--black);
  color: var(--white);
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  padding: 6px 14px;
  border-radius: 20px;
  margin-bottom: 16px;
}
.offers-hero-badge .lucide {
  width: 14px;
  height: 14px;
}
.offers-hero h1 {
  font-size: 2.6rem;
  font-weight: 800;
  color: var(--black);
  letter-spacing: -0.03em;
  margin-bottom: 10px;
  line-height: 1.1;
}
.offers-hero p {
  font-size: 1rem;
  color: rgba(22,20,15,0.6);
  max-width: 520px;
  margin: 0 auto;
  line-height: 1.65;
  margin-bottom: 20px;
}
.offers-validity {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: rgba(22,20,15,0.08);
  padding: 10px 20px;
  border-radius: 10px;
  font-size: 0.88rem;
  font-weight: 600;
  color: var(--black);
}
.offers-validity .lucide {
  width: 18px;
  height: 18px;
  flex-shrink: 0;
}
.offers-validity strong {
  font-weight: 800;
}

/* ──────────── DEAL OF THE WEEK CARD ──────────── */
.deal-card {
  background: var(--white);
  border: 1.5px solid var(--border-light);
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow);
  display: grid;
  grid-template-columns: 280px 1fr;
  overflow: hidden;
  position: relative;
}
.deal-icon-area {
  background: var(--surface);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 48px 32px;
  position: relative;
}
.deal-icon {
  width: 120px;
  height: 120px;
  background: var(--white);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: var(--shadow-sm);
}
.deal-icon .lucide {
  width: 56px;
  height: 56px;
  color: var(--yellow-dark);
}
.deal-badge {
  position: absolute;
  top: 20px;
  right: 20px;
  background: var(--red);
  color: var(--white);
  font-size: 1.1rem;
  font-weight: 800;
  padding: 8px 16px;
  border-radius: 10px;
  letter-spacing: -0.01em;
  box-shadow: 0 4px 12px rgba(229,62,62,0.3);
}
.deal-info {
  padding: 36px 40px;
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.deal-brand {
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  color: var(--muted);
  text-transform: uppercase;
}
.deal-name {
  font-size: 1.6rem;
  font-weight: 800;
  color: var(--black);
  letter-spacing: -0.02em;
  line-height: 1.2;
}
.deal-meta {
  display: flex;
  align-items: center;
  gap: 6px;
  font-size: 0.82rem;
  color: var(--muted);
  font-family: 'DM Mono', monospace;
}
.deal-meta .lucide {
  width: 14px;
  height: 14px;
}
.deal-features {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 20px;
  margin: 8px 0;
}
.deal-features span {
  display: flex;
  align-items: center;
  gap: 6px;
  font-size: 0.85rem;
  font-weight: 500;
  color: var(--text);
}
.deal-features .lucide {
  width: 16px;
  height: 16px;
  color: var(--green);
}
.deal-prices {
  display: flex;
  align-items: baseline;
  gap: 14px;
  margin: 8px 0;
  flex-wrap: wrap;
}
.deal-price-old {
  font-size: 1.1rem;
  font-weight: 500;
  color: var(--muted-light);
  text-decoration: line-through;
}
.deal-price-new {
  font-size: 2rem;
  font-weight: 800;
  color: var(--black);
  letter-spacing: -0.02em;
}
.deal-price-new sub {
  font-size: 0.65rem;
  font-weight: 500;
  color: var(--muted);
}
.deal-savings {
  background: var(--green-light);
  color: var(--green);
  font-size: 0.82rem;
  font-weight: 700;
  padding: 5px 12px;
  border-radius: 6px;
}
.deal-info .btn-primary {
  align-self: flex-start;
  margin-top: 4px;
}

/* ──────────── FLASH SALES ──────────── */
.flash-sales-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(260px, 1fr));
  gap: 20px;
}
.flash-sale-card {
  background: var(--white);
  border: 1.5px solid var(--border-light);
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow-sm);
  overflow: hidden;
  position: relative;
  transition: transform 0.2s, box-shadow 0.2s;
}
.flash-sale-card:hover {
  transform: translateY(-3px);
  box-shadow: var(--shadow);
}
.flash-sale-badge {
  position: absolute;
  top: 12px;
  left: 12px;
  background: var(--red);
  color: var(--white);
  font-size: 0.7rem;
  font-weight: 800;
  padding: 4px 10px;
  border-radius: 6px;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  z-index: 1;
}
.flash-sale-img {
  width: 100%;
  height: 160px;
  background: var(--surface);
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}
.flash-sale-img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  padding: 12px;
}
.flash-sale-img .lucide {
  width: 48px;
  height: 48px;
  color: var(--muted-light);
}
.flash-sale-info {
  padding: 16px 18px 20px;
}
.flash-sale-name {
  font-weight: 700;
  font-size: 0.95rem;
  color: var(--black);
  margin-bottom: 2px;
  line-height: 1.3;
}
.flash-sale-sku {
  font-size: 0.75rem;
  color: var(--muted);
  font-family: 'DM Mono', monospace;
  margin-bottom: 10px;
}
.flash-sale-prices {
  display: flex;
  align-items: baseline;
  gap: 10px;
  margin-bottom: 10px;
  flex-wrap: wrap;
}
.flash-sale-old {
  font-size: 0.88rem;
  color: var(--muted-light);
  text-decoration: line-through;
}
.flash-sale-new {
  font-size: 1.3rem;
  font-weight: 800;
  color: var(--black);
}
.flash-sale-discount {
  background: var(--red);
  color: var(--white);
  font-size: 0.72rem;
  font-weight: 800;
  padding: 2px 8px;
  border-radius: 4px;
}
.flash-sale-countdown {
  display: flex;
  align-items: center;
  gap: 6px;
  font-size: 0.82rem;
  font-weight: 700;
  color: var(--red);
  background: rgba(229,62,62,0.06);
  padding: 6px 12px;
  border-radius: 8px;
  margin-bottom: 12px;
}
.flash-sale-btn {
  width: 100%;
  justify-content: center;
  font-size: 0.85rem;
}

/* ──────────── PROMO BANNER ──────────── */
.promo-banner-card {
  display: block;
  background: var(--yellow-light);
  border: 1.5px solid var(--yellow-border);
  border-radius: var(--radius-lg);
  padding: 32px 40px;
  text-decoration: none;
  color: var(--black);
  transition: transform 0.2s, box-shadow 0.2s;
}
.promo-banner-card:hover {
  transform: translateY(-2px);
  box-shadow: var(--shadow);
}
.promo-banner-title {
  font-size: 1.3rem;
  font-weight: 800;
  margin-bottom: 6px;
  line-height: 1.2;
}
.promo-banner-sub {
  font-size: 0.9rem;
  opacity: 0.8;
  margin-bottom: 12px;
}
.promo-banner-btn {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: 0.85rem;
  font-weight: 700;
  background: var(--yellow);
  color: var(--black);
  padding: 8px 18px;
  border-radius: 8px;
}

/* ──────────── NEWSLETTER SECTION ──────────── */
/* Newsletter styles moved to styles.css */

/* ──────────── VOLUME BANNER ──────────── */
.volume-banner {
  background: var(--yellow-light);
  border: 1.5px solid var(--yellow-border);
  border-radius: var(--radius-lg);
  padding: 36px 40px;
  display: flex;
  align-items: center;
  gap: 24px;
}
.volume-banner-icon {
  width: 60px;
  height: 60px;
  background: var(--yellow);
  border-radius: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.volume-banner-icon .lucide {
  width: 28px;
  height: 28px;
  color: var(--black);
}
.volume-banner-content {
  flex: 1;
}
.volume-banner h3 {
  font-size: 1.1rem;
  font-weight: 800;
  color: var(--black);
  margin-bottom: 4px;
}
.volume-banner p {
  font-size: 0.88rem;
  color: var(--warm-text);
  line-height: 1.6;
}
.volume-banner .btn-dark {
  flex-shrink: 0;
  white-space: nowrap;
}

/* ──────────── RESPONSIVE: 1024px ──────────── */
@media (max-width: 1024px) {
  .deal-card {
    grid-template-columns: 220px 1fr;
  }
  .deal-icon-area {
    padding: 36px 24px;
  }
  .volume-banner {
    flex-wrap: wrap;
  }
}

/* ──────────── RESPONSIVE: 768px ──────────── */
@media (max-width: 768px) {
  .offers-hero {
    padding: 40px 0;
  }
  .offers-hero h1 {
    font-size: 1.8rem;
  }
  .offers-hero p {
    font-size: 0.9rem;
  }
  .offers-validity {
    font-size: 0.82rem;
    padding: 8px 14px;
  }

  .deal-card {
    grid-template-columns: 1fr;
  }
  .deal-icon-area {
    padding: 32px;
  }
  .deal-badge {
    top: 14px;
    right: 14px;
    font-size: 0.95rem;
    padding: 6px 12px;
  }
  .deal-info {
    padding: 24px;
  }
  .deal-name {
    font-size: 1.3rem;
  }
  .deal-price-new {
    font-size: 1.6rem;
  }
  .deal-features {
    gap: 6px 16px;
  }

  .volume-banner {
    flex-direction: column;
    text-align: center;
    padding: 28px 24px;
    gap: 16px;
  }
  .volume-banner .btn-dark {
    width: 100%;
    justify-content: center;
  }
}

/* ──────────── RESPONSIVE: 480px ──────────── */
@media (max-width: 480px) {
  .offers-hero {
    padding: 32px 0;
  }
  .offers-hero-inner {
    padding: 0 16px;
  }
  .offers-hero h1 {
    font-size: 1.5rem;
  }

  .deal-icon-area {
    padding: 24px;
  }
  .deal-icon {
    width: 88px;
    height: 88px;
  }
  .deal-icon .lucide {
    width: 40px;
    height: 40px;
  }
  .deal-info {
    padding: 20px 16px;
  }
  .deal-name {
    font-size: 1.15rem;
  }
  .deal-prices {
    flex-direction: column;
    gap: 4px;
  }
  .deal-price-new {
    font-size: 1.4rem;
  }
  .deal-features span {
    font-size: 0.8rem;
  }

  .volume-banner {
    padding: 24px 16px;
  }
}
