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

.fl-elegant-hero-v2 {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 48px;
  align-items: center;
  padding: 64px 48px;
  margin-bottom: 48px;
  background: #FEFEFE;
  border: 1px solid #E5E5E5;
}

.fl-elegant-hero-v2-left {
  display: flex;
  flex-direction: column;
}

.fl-elegant-hero-v2-right {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

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

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

.fl-elegant-hero-v2-features {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.fl-elegant-hero-v2-feature {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 16px 20px;
  background: #F8F8F8;
  border-left: 3px solid #DC2626;
}

.fl-elegant-hero-v2-feature-icon {
  font-size: 18px;
}

.fl-elegant-hero-v2-feature-text {
  font-size: 14px;
  color: #2D2D2D;
  font-family: 'Georgia', serif;
}

.fl-elegant-hero-v2-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;
  margin-top: 32px;
  align-self: flex-start;
}

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

@media (max-width: 768px) {
  .fl-elegant-hero-v2 {
    grid-template-columns: 1fr;
    padding: 40px 24px;
  }

  .fl-elegant-hero-v2-title {
    font-size: 32px;
  }
}
