/* ═══════════════════════════════════════════
   Thm-Samsung-v5 Cyberpunk — Hero V1 Glitch
   Light Theme + Deep Red Brand (#B91C1C)
   ═══════════════════════════════════════════ */

.fl-cyber-hero-v1 {
  padding: 60px 48px;
  margin-bottom: 48px;
  background: #FFFFFF;
  border: 1px solid #DC2626;
  border-radius: 8px;
  box-shadow: 0 2px 16px rgba(185, 28, 28, 0.12);
}

.fl-cyber-hero-v1-content {
  max-width: 800px;
}

.fl-cyber-hero-v1-title {
  margin: 0 0 16px;
  font-size: 44px;
  font-weight: 700;
  color: #0F172A;
  line-height: 1.1;
  letter-spacing: -1px;
}

.fl-cyber-hero-v1-glitch {
  margin: 0 0 32px;
  padding: 12px 20px;
  background: #FEF2F2;
  border-left: 3px solid #B91C1C;
  font-size: 18px;
  font-weight: 600;
  color: #B91C1C;
  letter-spacing: 1px;
}

.fl-cyber-hero-v1-stats {
  display: flex;
  gap: 32px;
  margin-bottom: 40px;
}

.fl-cyber-hero-v1-stat {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.fl-cyber-hero-v1-stat-value {
  font-size: 28px;
  font-weight: 700;
  color: #B91C1C;
  letter-spacing: -0.5px;
}

.fl-cyber-hero-v1-stat-label {
  font-size: 13px;
  font-weight: 500;
  color: #64748B;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.fl-cyber-hero-v1-cta {
  display: inline-block;
  padding: 16px 48px;
  background: #B91C1C;
  color: #FFFFFF !important;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
  border-radius: 4px;
  text-decoration: none;
  transition: all 0.2s ease;
}

.fl-cyber-hero-v1-cta:hover {
  background: #991B1B;
  box-shadow: 0 0 20px rgba(185, 28, 28, 0.4);
}

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

  .fl-cyber-hero-v1-title {
    font-size: 32px;
  }

  .fl-cyber-hero-v1-stats {
    flex-direction: column;
    gap: 20px;
  }

  .fl-cyber-hero-v1-stat {
    flex-direction: row;
    align-items: center;
    gap: 12px;
  }
}
