/* ═══════════════════════════════════════════
   Thm-Samsung-v5 Luxe — Hero V1 Gradient
   Dark Theme + Red Brand (#DC2626) + Gold Accent (#B8860B)
   ═══════════════════════════════════════════ */

.fl-luxe-hero-v1 {
  text-align: center;
  padding: 80px 48px;
  margin-bottom: 48px;
  background: linear-gradient(135deg, #1A1A2E 0%, #2D2D4E 50%, #1A1A2E 100%);
  border: 1px solid #B8860B;
  box-shadow: 0 0 40px rgba(184, 134, 11, 0.1);
}

.fl-luxe-hero-v1-content {
  max-width: 700px;
  margin: 0 auto;
}

.fl-luxe-hero-v1-title {
  margin: 0 0 24px;
  font-size: 48px;
  font-weight: 700;
  color: #E8E8E8;
  line-height: 1.2;
  font-family: 'Georgia', serif;
}

.fl-luxe-hero-v1-title .fl-luxe-hero-v1-title-gold {
  color: #B8860B;
}

.fl-luxe-hero-v1-subtitle {
  margin: 0 0 40px;
  font-size: 18px;
  line-height: 1.8;
  color: #9A9ABF;
  font-family: 'Georgia', serif;
}

.fl-luxe-hero-v1-features {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 12px;
  margin: 0 0 48px;
  padding: 0;
  list-style: none;
}

.fl-luxe-hero-v1-feature {
  padding: 12px 24px;
  border: 1px solid #B8860B;
  font-size: 13px;
  font-weight: 600;
  color: #B8860B;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-family: 'Georgia', serif;
}

.fl-luxe-hero-v1-cta {
  display: inline-block;
  padding: 18px 56px;
  background: #DC2626;
  color: #FFFFFF !important;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 2px;
  text-transform: uppercase;
  text-decoration: none;
  border: 1px solid #DC2626;
  font-family: 'Georgia', serif;
  transition: all 0.3s ease;
}

.fl-luxe-hero-v1-cta:hover {
  background: #B91C1C;
  border-color: #B91C1C;
  box-shadow: 0 8px 24px rgba(220, 38, 38, 0.3);
}

@media (max-width: 768px) {
  .fl-luxe-hero-v1 {
    padding: 48px 24px;
  }

  .fl-luxe-hero-v1-title {
    font-size: 36px;
  }

  .fl-luxe-hero-v1-subtitle {
    font-size: 16px;
  }

  .fl-luxe-hero-v1-features {
    flex-direction: column;
    align-items: center;
  }

  .fl-luxe-hero-v1-feature {
    width: 100%;
    max-width: 280px;
    text-align: center;
  }
}
