/* ═══════════════════════════════════════════
   Thm-Samsung-v5 Modern — CTA V1 Minimal
   Light Theme + Red Brand (#DC2626)
   ═══════════════════════════════════════════ */

body {
  padding-bottom: 100px;
}

.fl-modern-cta-v1 {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 9999;
  background: #FFFFFF;
  border-top: 1px solid #E8EAED;
  padding: 16px 20px;
  box-shadow: 0 -4px 16px rgba(0, 0, 0, 0.08);
}

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

.fl-modern-cta-v1-btn {
  flex: 1;
  padding: 14px 20px;
  background: #F8F9FA;
  color: #1A1A2E;
  font-size: 14px;
  font-weight: 600;
  text-align: center;
  text-decoration: none;
  border-radius: 8px;
  border: 1px solid #E8EAED;
  transition: all 0.2s ease;
}

.fl-modern-cta-v1-btn:hover {
  background: #E8EAED;
}

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

.fl-modern-cta-v1-primary:hover {
  background: #B91C1C;
}

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

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