/* Modular Seasonal Theme Engine — Gravorix Studio */

/* Top Announcement Banner */
.sp-announcement-bar {
  background: linear-gradient(90deg, rgba(223, 189, 126, 0.18) 0%, rgba(86, 214, 174, 0.25) 50%, rgba(223, 189, 126, 0.18) 100%);
  border-bottom: 1px solid rgba(223, 189, 126, 0.4);
  color: #f4f2ec;
  font-family: 'Inter', sans-serif;
  font-size: 0.85rem;
  font-weight: 500;
  padding: 0.65rem 1rem;
  text-align: center;
  position: relative;
  z-index: 100;
  letter-spacing: 0.02em;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.6rem;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.4);
}

.sp-announcement-bar .badge {
  background: #dfbd7e;
  color: #07070a;
  font-weight: 700;
  font-size: 0.72rem;
  padding: 3px 8px;
  border-radius: 4px;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  box-shadow: 0 2px 8px rgba(223, 189, 126, 0.3);
}

.sp-announcement-bar .anchor-price {
  text-decoration: line-through;
  opacity: 0.55;
  margin: 0 0.2rem;
}

.sp-announcement-bar .promo-price {
  color: #56d6ae;
  font-weight: 700;
  font-size: 0.95rem;
}

/* HIGH CONTRAST BUTTON & SIDEBAR FIXES */
.btn-editorial,
.btn-editorial * {
  color: #07070a !important;
}

.btn-editorial.ghost,
.btn-editorial.ghost * {
  color: #f4f2ec !important;
}

.cta-link {
  color: #dfbd7e !important;
}

/* BOTTOM LUXURY LAUNCH OFFER CARD (As in Screenshot 1) */
.sp-launch-offer-card {
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.035) 0%, rgba(255, 255, 255, 0.01) 100%);
  border: 1px solid rgba(223, 189, 126, 0.35);
  border-radius: 16px;
  padding: 2rem 1.5rem;
  position: relative;
  overflow: hidden;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 10px 30px rgba(0, 0, 0, 0.3);
}

.sp-launch-offer-card::before {
  content: '';
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 80%;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(223, 189, 126, 0.8), transparent);
}

.sp-launch-offer-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 0.5rem;
  margin-bottom: 1.25rem;
}

.sp-launch-badge {
  background: rgba(223, 189, 126, 0.12);
  border: 1px solid rgba(223, 189, 126, 0.35);
  color: #dfbd7e;
  font-size: 0.75rem;
  font-weight: 700;
  padding: 0.25rem 0.6rem;
  border-radius: 4px;
  text-transform: uppercase;
  letter-spacing: 0.06em;
}

.sp-launch-expiry {
  color: #56d6ae;
  font-size: 0.75rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  display: flex;
  align-items: center;
  gap: 0.3rem;
}

.sp-launch-price-hero {
  display: flex;
  align-items: baseline;
  justify-content: center;
  gap: 0.75rem;
  margin-bottom: 1.5rem;
}

.sp-launch-price-reg {
  font-family: 'Playfair Display', serif;
  font-size: 1.6rem;
  color: rgba(244, 242, 236, 0.45);
  text-decoration: line-through;
}

.sp-launch-price-now {
  font-family: 'Playfair Display', serif;
  font-size: 3rem;
  font-weight: 700;
  color: #f4f2ec;
  line-height: 1;
  text-shadow: 0 0 20px rgba(223, 189, 126, 0.25);
}

.sp-launch-savings-tag {
  background: #56d6ae;
  color: #07070a;
  font-size: 0.72rem;
  font-weight: 800;
  padding: 0.2rem 0.55rem;
  border-radius: 4px;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  align-self: center;
}

/* Luxury Gold Hero CTA Button */
.sp-btn-gold-hero {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 0.25rem;
  width: 100%;
  padding: 1.15rem 1.5rem;
  background: linear-gradient(135deg, #dfbd7e 0%, #eddcb6 50%, #dfbd7e 100%);
  color: #07070a !important;
  text-decoration: none;
  border-radius: 10px;
  box-shadow: 0 8px 30px rgba(223, 189, 126, 0.3);
  transition: transform 0.2s cubic-bezier(0.16, 1, 0.3, 1), box-shadow 0.2s cubic-bezier(0.16, 1, 0.3, 1);
  box-sizing: border-box;
}

.sp-btn-gold-hero * {
  color: #07070a !important;
}

.sp-btn-gold-hero:hover {
  transform: translateY(-2px);
  box-shadow: 0 12px 35px rgba(223, 189, 126, 0.45);
}

.sp-btn-gold-hero__main {
  font-family: 'Inter', sans-serif;
  font-size: 1.25rem;
  font-weight: 700;
  letter-spacing: -0.01em;
  line-height: 1.2;
}

.sp-btn-gold-hero__sub {
  font-family: 'Inter', sans-serif;
  font-size: 0.78rem;
  font-weight: 600;
  opacity: 0.8;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}
