/* ═══════════════════════════════════════════
   Thm-Samsung-v5 Retro — Hero V2 Classic
   Vintage Theme + Bold Red Brand (#DC2626)
   ═══════════════════════════════════════════ */

.fl-retro-hero-v2 {
  display: grid;
  grid-template-columns: 1.2fr 1fr;
  gap: 48px;
  align-items: center;
  padding: 60px 48px;
  margin-bottom: 48px;
  background: #FFF8E7;
  border: 4px solid #2D2D2D;
}

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

.fl-retro-hero-v2-title {
  margin: 0;
  font-family: 'Courier New', Courier, monospace;
  font-size: 42px;
  font-weight: 700;
  color: #2D2D2D;
  line-height: 1.1;
  text-transform: uppercase;
  letter-spacing: 2px;
}

.fl-retro-hero-v2-highlight {
  margin: 0 0 24px;
  padding: 12px 20px;
  background: #DC2626;
  border: 4px solid #2D2D2D;
  font-family: 'Courier New', Courier, monospace;
  font-size: 16px;
  font-weight: 700;
  color: #FFF8E7;
  letter-spacing: 1px;
}

.fl-retro-hero-v2-cta {
  display: inline-block;
  width: fit-content;
  padding: 16px 48px;
  background: #DC2626;
  border: 4px solid #2D2D2D;
  color: #FFF8E7 !important;
  font-family: 'Courier New', Courier, monospace;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 3px;
  text-transform: uppercase;
  text-decoration: none;
}

.fl-retro-hero-v2-cta:hover {
  background: #991B1B;
}

.fl-retro-hero-v2-right {
  display: flex;
  align-items: center;
  justify-content: center;
}

.fl-retro-hero-v2-stats {
  display: flex;
  flex-direction: column;
  gap: 0;
  padding: 0;
  background: #F5F5DC;
  border: 4px solid #2D2D2D;
}

.fl-retro-hero-v2-stat {
  display: flex;
  flex-direction: column;
  gap: 4px;
  padding: 24px 32px;
  border-bottom: 4px solid #2D2D2D;
}

.fl-retro-hero-v2-stat:last-child {
  border-bottom: none;
}

.fl-retro-hero-v2-stat-value {
  font-family: 'Courier New', Courier, monospace;
  font-size: 32px;
  font-weight: 700;
  color: #DC2626;
}

.fl-retro-hero-v2-stat-label {
  font-family: 'Courier New', Courier, monospace;
  font-size: 11px;
  font-weight: 700;
  color: #555555;
  text-transform: uppercase;
  letter-spacing: 2px;
}

@media (max-width: 768px) {
  .fl-retro-hero-v2 {
    grid-template-columns: 1fr;
    padding: 32px 20px;
    gap: 32px;
  }

  .fl-retro-hero-v2-title {
    font-size: 28px;
  }

  .fl-retro-hero-v2-stats {
    flex-direction: row;
    flex-wrap: wrap;
  }

  .fl-retro-hero-v2-stat {
    flex: 1;
    min-width: 120px;
    border-bottom: none;
    border-right: 4px solid #2D2D2D;
    padding: 20px;
  }

  .fl-retro-hero-v2-stat:last-child {
    border-right: none;
  }
}
