/* ═══════════════════════════════════════════
   Thm-Samsung-v4 — Hero Centered
   ═══════════════════════════════════════════ */

.fl-v4-centered-hero {
  text-align: center;
  margin-bottom: 28px;
  padding: 30px;
  border-radius: 12px;
  background: #1e1e1e;
  border: 1px solid #333333;
}

.fl-v4-centered-hero .fl-brand {
  justify-content: center;
  margin-bottom: 8px;
}

.fl-v4-centered-hero .fl-eyebrow {
  margin-bottom: 12px;
}

.fl-v4-centered-hero .fl-title {
  margin-bottom: 12px;
}

.fl-v4-centered-hero .fl-intro {
  margin-bottom: 20px;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}

.fl-v4-centered-badges {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 20px;
}

.fl-v4-centered-badge {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 8px 14px;
  border-radius: 8px;
  background: #2a2a2a;
  border: 1px solid #333333;
  font-size: 13px;
  color: #eeeeee;
  transition: transform 0.2s, box-shadow 0.2s;
}

.fl-v4-centered-badge:hover {
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
}

.fl-v4-centered-badge span {
  font-size: 16px;
}

.fl-v4-centered-tip-box {
  padding: 20px;
  border-radius: 8px;
  background: #2a2a2a;
  border: 1px solid #333333;
  max-width: 600px;
  margin: 0 auto;
}

.fl-v4-centered-tip-box h3 {
  margin: 0 0 8px;
  font-size: 16px;
  font-weight: 800;
  color: #ffd700;
}

.fl-v4-centered-tip-box p {
  margin: 0;
  font-size: 14px;
  line-height: 1.7;
  color: #d4d4d4;
}