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

body {
  padding-bottom: 120px;
}

.fl-elegant-cta-v2 {
  position: fixed;
  bottom: 24px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 9999;
  display: flex;
  gap: 12px;
  padding: 16px 32px;
  background: #FEFEFE;
  border: 1px solid #E5E5E5;
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.12);
}

.fl-elegant-cta-v2-btn {
  padding: 14px 32px;
  background: transparent;
  color: #2D2D2D;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 2px;
  text-transform: uppercase;
  text-decoration: none;
  border: 1px solid #E5E5E5;
  font-family: 'Georgia', serif;
  transition: all 0.3s ease;
}

.fl-elegant-cta-v2-btn:hover {
  border-color: #DC2626;
  color: #DC2626;
}

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

.fl-elegant-cta-v2-primary:hover {
  background: #B91C1C;
  border-color: #B91C1C;
}

@media (max-width: 480px) {
  .fl-elegant-cta-v2 {
    flex-direction: column;
    width: calc(100% - 48px);
    bottom: 16px;
  }

  .fl-elegant-cta-v2-btn {
    text-align: center;
  }
}
