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

body {
  padding-bottom: 100px;
}

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

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

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

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

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

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

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

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