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

body {
  padding-bottom: 100px;
}

.fl-modern-cta-v2 {
  position: fixed;
  bottom: 24px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 9999;
  width: calc(100% - 48px);
  max-width: 500px;
}

.fl-modern-cta-v2-inner {
  display: flex;
  gap: 12px;
  padding: 12px;
  background: rgba(255, 255, 255, 0.95);
  backdrop-filter: blur(12px);
  border-radius: 12px;
  border: 1px solid #E8EAED;
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.12);
}

.fl-modern-cta-v2-btn {
  flex: 1;
  padding: 16px 24px;
  font-size: 14px;
  font-weight: 600;
  text-align: center;
  text-decoration: none;
  border-radius: 8px;
  transition: all 0.2s ease;
}

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

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

.fl-modern-cta-v2-btn:not(.fl-modern-cta-v2-primary) {
  background: #F8F9FA;
  color: #1A1A2E;
  border: 1px solid #E8EAED;
}

.fl-modern-cta-v2-btn:not(.fl-modern-cta-v2-primary):hover {
  background: #E8EAED;
}

@media (max-width: 480px) {
  .fl-modern-cta-v2 {
    bottom: 16px;
    width: calc(100% - 32px);
  }
}
