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

body {
  padding-bottom: 100px;
}

.fl-cyber-cta-v1 {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 9999;
  background: #FFFFFF;
  border-top: 2px solid #DC2626;
  padding: 16px 20px;
  box-shadow: 0 -4px 20px rgba(185, 28, 28, 0.15);
}

.fl-cyber-cta-v1-buttons {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 12px;
  max-width: 700px;
  margin: 0 auto;
}

.fl-cyber-cta-v1-btn {
  flex: 1;
  padding: 14px 20px;
  background: #FEF2F2;
  color: #0F172A;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
  text-align: center;
  text-decoration: none;
  border-radius: 4px;
  border: 1px solid #DC2626;
  transition: all 0.2s ease;
}

.fl-cyber-cta-v1-btn:hover {
  background: #FEE2E2;
}

.fl-cyber-cta-v1-primary {
  background: #B91C1C;
  color: #FFFFFF !important;
  border-color: #B91C1C;
}

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

@media (max-width: 480px) {
  .fl-cyber-cta-v1-buttons {
    flex-wrap: wrap;
  }

  .fl-cyber-cta-v1-btn {
    flex: 1 1 45%;
  }
}
