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

/* Brand */
.fl-luxe-brand {
  display: inline-flex;
  margin-bottom: 12px;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 3px;
  text-transform: uppercase;
  font-family: 'Georgia', serif;
}

.fl-luxe-brand .fl-luxe-first {
  color: #B8860B;
}

.fl-luxe-brand .fl-luxe-second {
  color: #8B8B8B;
}

/* Eyebrow */
.fl-luxe-eyebrow {
  display: inline-block;
  padding: 6px 20px;
  margin-bottom: 16px;
  border: 1px solid #B8860B;
  color: #B8860B;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 2px;
  text-transform: uppercase;
  font-family: 'Georgia', serif;
}

/* Divider */
.fl-luxe-divider {
  width: 60px;
  height: 2px;
  background: linear-gradient(90deg, #B8860B, #DAA520);
  margin: 16px 0;
}

/* Title */
.fl-luxe-title {
  margin: 0 0 16px;
  font-size: 36px;
  font-weight: 700;
  color: #E8E8E8;
  line-height: 1.3;
  font-family: 'Georgia', serif;
}

/* Subtitle */
.fl-luxe-subtitle {
  margin: 0 0 24px;
  font-size: 16px;
  line-height: 1.8;
  color: #9A9ABF;
  font-family: 'Georgia', serif;
}

/* Section spacing */
.fl-luxe-section {
  margin-bottom: 48px;
  padding: 48px;
  background: #2D2D4E;
  border: 1px solid #3D3D5C;
  box-shadow: 0 4px 24px rgba(0, 0, 0, 0.3);
}

/* Gold accent */
.fl-luxe-gold {
  color: #B8860B;
}

/* Gold border accent */
.fl-luxe-gold-border {
  border: 1px solid #B8860B;
}

/* Gold glow */
.fl-luxe-gold-glow {
  box-shadow: 0 0 20px rgba(184, 134, 11, 0.15);
}
