/* ═══════════════════════════════════════════
   Thm-Samsung-v5 Elegant — Hero V1 Classic
   Light Theme + Red Brand (#DC2626) + Gold Accent
   ═══════════════════════════════════════════ */

.fl-elegant-hero-v1 {
  text-align: center;
  padding: 80px 48px;
  margin-bottom: 48px;
  background: #FEFEFE;
  border: 1px solid #E5E5E5;
}

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

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

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

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

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

.fl-elegant-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: none;
  font-family: 'Georgia', serif;
  transition: all 0.3s ease;
}

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

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

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

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

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

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