/* ============================================================
   Dynamic Video Form - SendLoveCard Design System CSS
   ============================================================ */

/* ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã‚ÂÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã‚ÂÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ Wrapper Base ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã‚ÂÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã‚ÂÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ */
.dvf-wrapper {
  display: flex;
  flex-direction: column;
  max-width: 1400px;
  margin: 20px auto;
  border-radius: 24px;
  background: #f8fafc;
  box-shadow: 0 10px 35px rgba(0, 0, 0, 0.05), 0 1px 3px rgba(0, 0, 0, 0.03);
  font-family: 'Inter', -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
  position: relative;
  border: 1px solid #e2e8f0;
  padding: 24px;
  box-sizing: border-box;
}

@media (min-width: 1600px) {
  .dvf-wrapper {
    max-width: 1540px;
  }
}

.dvf-wrapper *, .dvf-wrapper *::before, .dvf-wrapper *::after {
  box-sizing: border-box;
}

/* ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã‚ÂÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã‚ÂÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ Top Header & Brand Bar ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã‚ÂÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã‚ÂÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ */
.dvf-top-navbar {
  display: flex;
  align-items: center;
  justify-content: flex-end !important;
  padding-bottom: 14px;
  margin-bottom: 16px;
  border-bottom: 1px solid #e2e8f0;
}

.dvf-brand-logo {
  display: none !important;
}

.dvf-brand-icon {
  width: 38px;
  height: 38px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.dvf-brand-icon svg {
  width: 36px;
  height: 36px;
  filter: drop-shadow(0 4px 6px rgba(244, 63, 94, 0.25));
}

.dvf-brand-text {
  display: flex;
  flex-direction: column;
}

.dvf-brand-name {
  font-size: 22px;
  font-weight: 800;
  color: #0f172a;
  letter-spacing: -0.5px;
  line-height: 1.2;
}

.dvf-brand-slogan {
  font-size: 11.5px;
  font-weight: 500;
  color: #64748b;
}

.dvf-slogan-heart {
  color: #f43f5e;
  font-size: 10px;
}

.dvf-top-nav-actions {
  display: flex;
  align-items: center;
  gap: 14px;
}

.dvf-nav-link {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: 13px;
  font-weight: 600;
  color: #475569;
  text-decoration: none;
  background: #ffffff;
  border: 1px solid #cbd5e1;
  padding: 8px 14px;
  border-radius: 30px;
  transition: all 0.2s ease;
  cursor: pointer;
}

.dvf-nav-link:hover {
  background: #f1f5f9;
  color: #0f172a;
  border-color: #94a3b8;
}

.dvf-btn-draft {
  font-family: inherit;
}

.dvf-nav-btn-back {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: 13px;
  font-weight: 600;
  color: #e11d48;
  text-decoration: none;
  background: #ffffff;
  border: 1.5px solid #f43f5e;
  padding: 8px 18px;
  border-radius: 30px;
  transition: all 0.2s ease;
}

.dvf-nav-btn-back:hover {
  background: #fff1f2;
  border-color: #be123c;
  color: #be123c;
}

/* ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã‚ÂÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã‚ÂÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ Page Header & Flourish Title ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã‚ÂÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã‚ÂÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ */
.dvf-page-header {
  text-align: center;
  margin-bottom: 24px;
}

.dvf-header-flourish {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  margin-bottom: 6px;
}

.dvf-flourish-line {
  width: 40px;
  height: 1px;
  background: linear-gradient(to right, transparent, #fda4af);
}

.dvf-header-flourish .dvf-flourish-line:last-child {
  background: linear-gradient(to left, transparent, #fda4af);
}

.dvf-flourish-heart {
  color: #f43f5e;
  font-size: 16px;
}

.dvf-page-title {
  font-size: 26px;
  font-weight: 800;
  color: #0f172a;
  margin: 0;
  letter-spacing: -0.5px;
  display: inline-block;
}

.dvf-page-subtitle {
  font-size: 13.5px;
  color: #64748b;
  margin: 4px 0 0 0;
}

/* ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã‚ÂÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã‚ÂÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ 3-Step Navigation Bar ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã‚ÂÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã‚ÂÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ */
.dvf-step-bar {
  display: flex;
  align-items: center;
  justify-content: space-around;
  background: #ffffff;
  border: 1px solid #e2e8f0;
  border-radius: 18px;
  padding: 16px 30px;
  margin-bottom: 28px;
  box-shadow: 0 4px 14px rgba(0, 0, 0, 0.02);
}

.dvf-step-item {
  display: flex;
  align-items: center;
  gap: 12px;
}

.dvf-step-num {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: #f1f5f9;
  border: 1px solid #cbd5e1;
  color: #64748b;
  font-weight: 700;
  font-size: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.25s ease;
}

.dvf-step-info {
  display: flex;
  flex-direction: column;
}

.dvf-step-title {
  font-size: 14px;
  font-weight: 700;
  color: #334155;
  line-height: 1.2;
}

.dvf-step-sub {
  font-size: 11.5px;
  color: #64748b;
}

.dvf-step-line {
  color: #cbd5e1;
  letter-spacing: 2px;
  font-size: 12px;
}

/* Active Step State */
.dvf-step-item.dvf-step-active .dvf-step-num {
  background: linear-gradient(135deg, #e11d48 0%, #f43f5e 100%);
  border-color: #e11d48;
  color: #ffffff;
  box-shadow: 0 4px 12px rgba(225, 29, 72, 0.35);
}

.dvf-step-item.dvf-step-active .dvf-step-title {
  color: #e11d48;
}

/* ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ Main Content Grid ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ */
.dvf-main-content {
  display: flex;
  gap: 24px;
  align-items: flex-start;
}

/* Left Column: Video Preview & Media Tools */
.dvf-video-side {
  flex: 0 0 50%;
  width: 50%;
  background: #ffffff;
  border: 1px solid #e2e8f0;
  border-radius: 20px;
  padding: 18px;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.02);
  display: flex;
  flex-direction: column;
  overflow: visible;
  height: auto;
  min-height: auto;
  position: sticky;
  top: 20px;
  align-self: flex-start;
}

.dvf-side-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 14px;
}

.dvf-preview-badge-head {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 15px;
  font-weight: 700;
  color: #0f172a;
}

.dvf-eye-icon {
  color: #f43f5e;
  font-size: 16px;
}

.dvf-change-design-btn {
  font-size: 12.5px;
  font-weight: 600;
  color: #e11d48;
  border: 1.5px solid #fda4af;
  border-radius: 20px;
  padding: 5px 14px;
  text-decoration: none;
  transition: all 0.2s ease;
}

.dvf-change-design-btn:hover {
  background: #fff1f2;
  border-color: #e11d48;
}

/* Video Frame Container */
.dvf-video-container {
  position: relative;
  width: 100%;
  min-height: 650px;
  height: clamp(650px, 85vh, 920px);
  border-radius: 16px;
  overflow: hidden;
  background: #0f172a;
  border: 1px solid #cbd5e1;
  display: flex;
  align-items: center;
  justify-content: center;
}

@media (min-width: 1200px) {
  .dvf-video-container {
    min-height: 700px;
    height: clamp(700px, 88vh, 980px);
  }
}

.dvf-video-container video,
.dvf-video-container iframe {
  width: 100%;
  height: 100%;
  object-fit: contain;
  background: #0f172a;
}

.dvf-canvas-bottom-bar {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 12px 16px;
  background: linear-gradient(to top, rgba(15, 23, 42, 0.95) 0%, rgba(15, 23, 42, 0.4) 70%, transparent 100%);
  display: flex;
  align-items: center;
  justify-content: space-between;
  z-index: 20;
}

.dvf-live-tag {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  background: #e11d48;
  color: #ffffff;
  font-size: 11px;
  font-weight: 800;
  padding: 4px 10px;
  border-radius: 20px;
  letter-spacing: 0.5px;
}

.dvf-live-tag .dvf-live-dot {
  width: 7px;
  height: 7px;
  background: #ffffff;
  border-radius: 50%;
  animation: dvf-pulse 1.5s infinite;
}

.dvf-live-hint {
  font-size: 12px;
  color: #f1f5f9;
  font-weight: 500;
}

/* Toolbar 5-Grid Items */
.dvf-toolbar-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 8px;
  margin-top: 16px;
}

.dvf-tool-btn {
  background: #f8fafc;
  border: 1px solid #e2e8f0;
  border-radius: 14px;
  padding: 12px 6px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 6px;
  cursor: pointer;
  transition: all 0.2s ease;
  text-align: center;
  width: 100%;
}

.dvf-tool-btn:hover {
  background: #fff1f2;
  border-color: #fda4af;
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(244, 63, 94, 0.1);
}

.dvf-tool-icon {
  font-size: 22px;
  line-height: 1;
}

.dvf-tool-name {
  font-size: 11.5px;
  font-weight: 700;
  color: #1e293b;
  line-height: 1.2;
}

.dvf-tool-sub {
  font-size: 9.5px;
  color: #64748b;
  line-height: 1.1;
}

/* Tip Box */
.dvf-tip-box {
  margin-top: 16px;
  background: #fff1f2;
  border: 1px solid #fecdd3;
  border-radius: 12px;
  padding: 12px 16px;
  display: flex;
  align-items: flex-start;
  gap: 10px;
  color: #9f1239;
  font-size: 12.5px;
  line-height: 1.4;
}

.dvf-tip-icon {
  font-size: 16px;
  flex-shrink: 0;
}

/* ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã‚ÂÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã‚ÂÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ Right Column: Form Side ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã‚ÂÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã‚ÂÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ */
.dvf-form-side {
  flex: 0 0 48%;
  width: 48%;
  background: #ffffff;
  border: 1px solid #e2e8f0;
  border-radius: 20px;
  padding: 24px;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.02);
  overflow: visible;
}

.dvf-form-inner {
  width: 100%;
}

.dvf-form-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 16px;
  margin-bottom: 20px;
  border-bottom: 1px solid #f1f5f9;
}

.dvf-form-title {
  font-size: 18px;
  font-weight: 800;
  color: #0f172a;
  margin: 0;
  display: flex;
  align-items: center;
  gap: 8px;
}

.dvf-header-calendar-icon {
  color: #f43f5e;
  font-size: 20px;
}

.dvf-req-notice {
  font-size: 12px;
  font-weight: 600;
  color: #f43f5e;
}

/* 2-Column Form Fields Grid */
.dvf-fields-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px 16px;
}

@keyframes dvfFieldPopIn {
  0% {
    opacity: 0;
    transform: translateY(14px) scale(0.98);
  }
  100% {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}

.dvf-field-group,
.dvf-field-hidden,
.dvf-field-visible {
  margin-bottom: 0;
  display: flex !important;
  flex-direction: column;
  opacity: 1 !important;
  visibility: visible !important;
  max-height: none !important;
  animation: dvfFieldPopIn 0.45s cubic-bezier(0.16, 1, 0.3, 1) ease-out both;
}

.dvf-fields-grid .dvf-field-group:nth-child(1) { animation-delay: 0.04s; }
.dvf-fields-grid .dvf-field-group:nth-child(2) { animation-delay: 0.08s; }
.dvf-fields-grid .dvf-field-group:nth-child(3) { animation-delay: 0.12s; }
.dvf-fields-grid .dvf-field-group:nth-child(4) { animation-delay: 0.16s; }
.dvf-fields-grid .dvf-field-group:nth-child(5) { animation-delay: 0.20s; }
.dvf-fields-grid .dvf-field-group:nth-child(6) { animation-delay: 0.24s; }
.dvf-fields-grid .dvf-field-group:nth-child(7) { animation-delay: 0.28s; }
.dvf-fields-grid .dvf-field-group:nth-child(8) { animation-delay: 0.32s; }

.dvf-field-full {
  grid-column: 1 / -1;
}

.dvf-label {
  font-size: 13px;
  font-weight: 600;
  color: #334155;
  margin-bottom: 6px;
  display: flex;
  align-items: center;
  gap: 6px;
  transition: color 0.25s ease;
}

.dvf-lbl-icon {
  font-size: 15px;
  display: inline-block;
  transition: transform 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

.dvf-field-group:focus-within .dvf-lbl-icon {
  animation: dvfIconBounce 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  color: #e11d48;
}

@keyframes dvfIconBounce {
  0% { transform: scale(1); }
  50% { transform: scale(1.35) rotate(-10deg); }
  100% { transform: scale(1) rotate(0deg); }
}

.dvf-required {
  color: #f43f5e;
  font-weight: 700;
}

/* Input Wrapper & Prefix Badge */
.dvf-input-wrapper {
  position: relative;
  display: flex;
  align-items: center;
  background: #ffffff;
  border: 1.5px solid #cbd5e1;
  border-radius: 12px;
  transition: all 0.3s cubic-bezier(0.16, 1, 0.3, 1);
  overflow: hidden;
}

.dvf-input-wrapper:focus-within {
  border-color: #f43f5e;
  box-shadow: 0 0 0 4px rgba(244, 63, 94, 0.16), 0 6px 18px rgba(244, 63, 94, 0.12);
  transform: translateY(-2px);
}

.dvf-input-typing {
  border-color: #e11d48 !important;
  box-shadow: 0 0 0 5px rgba(225, 29, 72, 0.22), 0 6px 20px rgba(225, 29, 72, 0.15) !important;
  animation: dvfInputPulse 0.3s cubic-bezier(0.16, 1, 0.3, 1);
}

@keyframes dvfInputPulse {
  0% { transform: scale(0.99) translateY(0); }
  50% { transform: scale(1.01) translateY(-2px); }
  100% { transform: scale(1) translateY(-2px); }
}

.dvf-phone-prefix {
  padding: 10px 12px;
  background: #f8fafc;
  border-right: 1px solid #cbd5e1;
  font-size: 13px;
  font-weight: 600;
  color: #334155;
  display: flex;
  align-items: center;
  gap: 4px;
  white-space: nowrap;
  flex-shrink: 0;
}

.dvf-input {
  width: 100%;
  padding: 10px 48px 10px 14px;
  border: none;
  outline: none;
  background: transparent;
  font-size: 13.5px;
  color: #0f172a;
  font-family: inherit;
}

.dvf-input-has-prefix .dvf-input {
  padding-left: 10px;
}

.dvf-input::placeholder {
  color: #94a3b8;
}

.dvf-input-suffix-icon {
  position: absolute;
  right: 50px;
  font-size: 15px;
  color: #94a3b8;
  pointer-events: none;
}

.dvf-char-counter {
  position: absolute;
  right: 10px;
  font-size: 11px;
  color: #94a3b8;
  font-weight: 500;
  pointer-events: none;
  background: rgba(255, 255, 255, 0.9);
  padding: 2px 4px;
  border-radius: 4px;
}

/* Background Music Dropdown */
.dvf-music-group {
  margin-top: 16px;
}

.dvf-select-wrapper {
  position: relative;
  width: 100%;
}

.dvf-select {
  width: 100%;
  padding: 11px 36px 11px 14px;
  background: #ffffff;
  border: 1px solid #cbd5e1;
  border-radius: 10px;
  font-size: 13.5px;
  color: #0f172a;
  outline: none;
  appearance: none;
  -webkit-appearance: none;
  cursor: pointer;
  transition: all 0.2s ease;
}

.dvf-select:focus {
  border-color: #e11d48;
  box-shadow: 0 0 0 3px rgba(225, 29, 72, 0.12);
}

.dvf-select-arrow {
  position: absolute;
  right: 14px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 12px;
  color: #64748b;
  pointer-events: none;
}

/* Background Music Custom Styles */
.dvf-music-header-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 6px;
  flex-wrap: wrap;
  gap: 8px;
}

.dvf-custom-music-badge {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  font-size: 11px;
  font-weight: 600;
  color: #6366f1;
  background: linear-gradient(135deg, rgba(99, 102, 241, 0.1), rgba(236, 72, 153, 0.1));
  border: 1px solid rgba(99, 102, 241, 0.2);
  padding: 3px 9px;
  border-radius: 20px;
}

.dvf-opt-custom {
  font-weight: 600;
  color: #6366f1;
}

.dvf-custom-music-box {
  margin-top: 12px;
  background: rgba(248, 250, 252, 0.85);
  border: 1px solid #e2e8f0;
  border-radius: 12px;
  padding: 14px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.04);
  transition: all 0.3s ease;
}

.dvf-audio-drop-area {
  position: relative;
  border: 2px dashed #cbd5e1;
  border-radius: 10px;
  padding: 16px 12px;
  text-align: center;
  background: #ffffff;
  cursor: pointer;
  transition: all 0.2s ease;
  overflow: hidden;
}

.dvf-audio-drop-area:hover,
.dvf-audio-drop-area.dvf-audio-dragover {
  border-color: #6366f1;
  background: #f5f3ff;
  box-shadow: 0 4px 14px rgba(99, 102, 241, 0.12);
}

.dvf-audio-file-input {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  cursor: pointer;
  z-index: 5;
}

.dvf-audio-drop-content {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  pointer-events: none;
}

.dvf-audio-drop-icon-wrap {
  width: 42px;
  height: 42px;
  border-radius: 50%;
  background: linear-gradient(135deg, #e0e7ff, #fce7f3);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  flex-shrink: 0;
}

.dvf-audio-drop-text {
  text-align: left;
}

.dvf-audio-drop-title {
  font-size: 13.5px;
  font-weight: 700;
  color: #1e293b;
  display: block;
}

.dvf-audio-drop-hint {
  font-size: 11.5px;
  color: #64748b;
  display: block;
  margin-top: 2px;
}

.dvf-audio-preview-wrap {
  background: #ffffff;
  border: 1px solid #e2e8f0;
  border-radius: 10px;
  padding: 12px;
  margin-bottom: 12px;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.04);
}

.dvf-audio-preview-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 8px;
  gap: 10px;
}

.dvf-audio-meta {
  display: flex;
  align-items: center;
  gap: 8px;
  min-width: 0;
}

.dvf-audio-file-icon {
  font-size: 20px;
  flex-shrink: 0;
}

.dvf-audio-info-text {
  min-width: 0;
}

.dvf-audio-name {
  font-size: 13px;
  font-weight: 600;
  color: #0f172a;
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 200px;
}

.dvf-audio-size {
  font-size: 11px;
  color: #64748b;
  display: block;
}

.dvf-audio-remove-btn {
  background: #fee2e2;
  border: 1px solid #fca5a5;
  color: #dc2626;
  font-size: 11px;
  font-weight: 600;
  padding: 3px 8px;
  border-radius: 6px;
  cursor: pointer;
  flex-shrink: 0;
  transition: all 0.2s ease;
}

.dvf-audio-remove-btn:hover {
  background: #fecaca;
  color: #b91c1c;
}

.dvf-audio-player {
  width: 100%;
  height: 36px;
  border-radius: 8px;
  outline: none;
}

.dvf-custom-music-notes-wrap {
  margin-top: 10px;
}

.dvf-sub-label {
  display: block;
  font-size: 12px;
  font-weight: 600;
  color: #475569;
  margin-bottom: 5px;
}

.dvf-sub-label em {
  font-weight: 400;
  color: #94a3b8;
  font-style: normal;
}

.dvf-input-sm {
  padding: 8px 12px;
  font-size: 12.5px;
}

/* Checkbox Styling */
.dvf-checkbox-group {
  margin-top: 18px;
  margin-bottom: 20px;
}

.dvf-checkbox-label {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  cursor: pointer;
}

.dvf-checkbox {
  width: 18px;
  height: 18px;
  accent-color: #e11d48;
  margin-top: 2px;
  cursor: pointer;
}

.dvf-checkbox-text {
  font-size: 13px;
  color: #334155;
  line-height: 1.4;
}

.dvf-checkbox-text em {
  font-size: 12px;
  color: #64748b;
}

/* Primary Submit Button Area */
.dvf-submit-area {
  margin-top: 10px;
  text-align: center;
}

button.dvf-submit-btn,
button.dvf-submit-btn, button.dvf-submit-btn, button.dvf-submit-btn, button.dvf-submit-btn, .dvf-submit-btn { width: 100% !important; padding: 16px 28px !important; border: none !important; border-radius: 12px !important; font-size: 16px !important; font-weight: 700 !important; cursor: pointer !important; background: #E91C4B !important; background-image: none !important; color: #ffffff !important; box-shadow: 0 8px 24px rgba(233, 28, 75, 0.35) !important; display: flex !important; align-items: center !important; justify-content: center !important; gap: 10px !important; }

button.dvf-submit-btn:hover:not(:disabled),
.dvf-submit-btn:hover:not(:disabled) {
  background: #d0153f !important;
  background-image: none !important;
  box-shadow: 0 12px 28px rgba(233, 28, 75, 0.45) !important;
  transform: translateY(-2px) !important;
}

.dvf-submit-btn:disabled {
  opacity: 0.6;
  cursor: not-allowed;
  box-shadow: none;
  transform: none;
}

.dvf-btn-icon {
  font-size: 18px;
}

.dvf-submit-note {
  font-size: 12.5px;
  color: #64748b;
  margin-top: 12px;
  margin-bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
}

.dvf-lock-icon {
  color: #16a34a;
}

/* ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã‚ÂÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã‚ÂÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ Bottom Feature / Trust Badges Bar ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã‚ÂÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã‚ÂÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ */
.dvf-trust-badges {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
  margin-top: 28px;
  padding-top: 24px;
  border-top: 1px solid #e2e8f0;
}

.dvf-badge-card {
  display: flex;
  align-items: center;
  gap: 12px;
  background: #ffffff;
  border: 1px solid #e2e8f0;
  border-radius: 16px;
  padding: 14px 16px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.02);
}

.dvf-badge-icon {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  flex-shrink: 0;
}

.dvf-badge-pink {
  background: #ffe4e6;
}

.dvf-badge-purple {
  background: #f3e8ff;
}

.dvf-badge-green {
  background: #dcfce7;
}

.dvf-badge-gold {
  background: #fef3c7;
}

.dvf-badge-text {
  display: flex;
  flex-direction: column;
}

.dvf-badge-title {
  font-size: 14px;
  font-weight: 700;
  color: #0f172a;
  line-height: 1.2;
}

.dvf-badge-sub {
  font-size: 11.5px;
  color: #64748b;
  margin-top: 2px;
}

/* ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã‚ÂÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã‚ÂÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ Responsive Layout Rules ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã‚ÂÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã‚ÂÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ */
@media (max-width: 992px) {
  .dvf-main-content {
    flex-direction: column;
  }
  .dvf-video-side,
  .dvf-form-side {
    width: 100%;
    flex: 1 1 100%;
  }
  .dvf-trust-badges {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 640px) {
  .dvf-wrapper {
    padding: 16px;
    margin: 10px;
    border-radius: 16px;
  }
  .dvf-top-navbar {
    flex-direction: column;
    align-items: flex-start;
    gap: 12px;
  }
  .dvf-step-bar {
    flex-direction: column;
    gap: 12px;
    align-items: flex-start;
    padding: 16px;
  }
  .dvf-step-line {
    display: none;
  }
  .dvf-fields-grid {
    grid-template-columns: 1fr;
  }
  .dvf-toolbar-grid {
    grid-template-columns: repeat(3, 1fr);
  }
  .dvf-trust-badges {
    grid-template-columns: 1fr;
  }
}

@import url('https://fonts.googleapis.com/css2?family=Outfit:wght@300;400;500;600;700;800&family=Inter:wght@300;400;500;600;700&family=Great+Vibes&family=Cinzel:wght@400;600;700&display=swap');

/* ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã‚ÂÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã‚ÂÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ Root Variables ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã‚ÂÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã‚ÂÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ */
:root {
  --dvf-primary:        #8b5cf6; /* Modern Purple */
  --dvf-primary-dark:   #6d28d9;
  --dvf-primary-light:  #c084fc;
  --dvf-accent:         #f59e0b; /* Warm Gold */
  --dvf-accent-glow:    rgba(245, 158, 11, 0.15);
  --dvf-gold:           #fbbf24;
  --dvf-bg-dark:        #090514; /* Ultra Deep Purple-Black */
  --dvf-bg-card:        #130c25;
  --dvf-bg-input:       #1b1035;
  --dvf-border:         rgba(139, 92, 246, 0.2);
  --dvf-border-hover:   rgba(139, 92, 246, 0.45);
  --dvf-text-primary:   #f8fafc;
  --dvf-text-secondary: #c3b8e5;
  --dvf-text-muted:     #6b5f88;
  --dvf-success:        #10b981;
  --dvf-success-glow:   rgba(16, 185, 129, 0.15);
  --dvf-error:          #f43f5e;
  --dvf-error-glow:     rgba(244, 63, 94, 0.15);
  --dvf-radius:         18px;
  --dvf-radius-sm:      10px;
  --dvf-shadow:         0 25px 60px rgba(5, 2, 12, 0.55);
  --dvf-transition:     0.25s cubic-bezier(0.4, 0, 0.2, 1);
}

/* ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã‚ÂÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã‚ÂÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ Light Theme Override ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã‚ÂÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã‚ÂÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ */
.dvf-theme-light {
  --dvf-bg-dark:        #fbfaff;
  --dvf-bg-card:        #ffffff;
  --dvf-bg-input:       #f5f1fc;
  --dvf-border:         rgba(139, 92, 246, 0.15);
  --dvf-border-hover:   rgba(139, 92, 246, 0.35);
  --dvf-text-primary:   #180b33;
  --dvf-text-secondary: #605188;
  --dvf-text-muted:     #9a91b8;
  --dvf-shadow:         0 20px 45px rgba(139, 92, 246, 0.08);
}

/* ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã‚ÂÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã‚ÂÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ Wrapper ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã‚ÂÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã‚ÂÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ */
.dvf-wrapper {
  display: flex;
  min-height: 750px;
  max-width: 1280px;
  margin: 30px auto;
  border-radius: var(--dvf-radius);
  overflow: hidden;
  box-shadow: var(--dvf-shadow);
  background: var(--dvf-bg-dark);
  font-family: 'Inter', -apple-system, BlinkMacSystemFont, sans-serif;
  position: relative;
  border: 1px solid var(--dvf-border);
}

/* ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã‚ÂÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã‚ÂÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ Error ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã‚ÂÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã‚ÂÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ */
.dvf-error {
  background: var(--dvf-error-glow);
  border: 1px solid rgba(244, 63, 94, 0.3);
  color: var(--dvf-error);
  padding: 14px 20px;
  border-radius: var(--dvf-radius-sm);
  font-size: 14px;
  margin-bottom: 20px;
  font-weight: 500;
  display: flex;
  align-items: center;
  gap: 8px;
}

/* ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã‚ÂÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¢Ãƒâ€šÃ‚ÂÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¢Ãƒâ€šÃ‚ÂÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¢Ãƒâ€šÃ‚ÂÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¢Ãƒâ€šÃ‚ÂÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¢Ãƒâ€šÃ‚ÂÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¢Ãƒâ€šÃ‚ÂÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¢Ãƒâ€šÃ‚ÂÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¢Ãƒâ€šÃ‚ÂÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¢Ãƒâ€šÃ‚ÂÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¢Ãƒâ€šÃ‚ÂÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¢Ãƒâ€šÃ‚ÂÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¢Ãƒâ€šÃ‚ÂÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¢Ãƒâ€šÃ‚ÂÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¢Ãƒâ€šÃ‚ÂÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¢Ãƒâ€šÃ‚ÂÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¢Ãƒâ€šÃ‚ÂÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¢Ãƒâ€šÃ‚ÂÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¢Ãƒâ€šÃ‚ÂÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¢Ãƒâ€šÃ‚ÂÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¢Ãƒâ€šÃ‚ÂÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¢Ãƒâ€šÃ‚ÂÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¢Ãƒâ€šÃ‚ÂÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¢Ãƒâ€šÃ‚ÂÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¢Ãƒâ€šÃ‚ÂÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¢Ãƒâ€šÃ‚ÂÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¢Ãƒâ€šÃ‚ÂÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¢Ãƒâ€šÃ‚ÂÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¢Ãƒâ€šÃ‚ÂÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¢Ãƒâ€šÃ‚ÂÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¢Ãƒâ€šÃ‚ÂÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¢Ãƒâ€šÃ‚ÂÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¢Ãƒâ€šÃ‚ÂÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¢Ãƒâ€šÃ‚ÂÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¢Ãƒâ€šÃ‚ÂÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¢Ãƒâ€šÃ‚ÂÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¢Ãƒâ€šÃ‚ÂÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¢Ãƒâ€šÃ‚ÂÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¢Ãƒâ€šÃ‚ÂÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã¢â‚¬Â
   ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã‹Å“         VIDEO SIDE (LEFT)            ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã‹Å“
   ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¢Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¢Ãƒâ€šÃ‚ÂÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¢Ãƒâ€šÃ‚ÂÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¢Ãƒâ€šÃ‚ÂÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¢Ãƒâ€šÃ‚ÂÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¢Ãƒâ€šÃ‚ÂÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¢Ãƒâ€šÃ‚ÂÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¢Ãƒâ€šÃ‚ÂÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¢Ãƒâ€šÃ‚ÂÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¢Ãƒâ€šÃ‚ÂÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¢Ãƒâ€šÃ‚ÂÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¢Ãƒâ€šÃ‚ÂÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¢Ãƒâ€šÃ‚ÂÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¢Ãƒâ€šÃ‚ÂÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¢Ãƒâ€šÃ‚ÂÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¢Ãƒâ€šÃ‚ÂÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¢Ãƒâ€šÃ‚ÂÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¢Ãƒâ€šÃ‚ÂÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¢Ãƒâ€šÃ‚ÂÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¢Ãƒâ€šÃ‚ÂÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¢Ãƒâ€šÃ‚ÂÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¢Ãƒâ€šÃ‚ÂÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¢Ãƒâ€šÃ‚ÂÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¢Ãƒâ€šÃ‚ÂÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¢Ãƒâ€šÃ‚ÂÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¢Ãƒâ€šÃ‚ÂÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¢Ãƒâ€šÃ‚ÂÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¢Ãƒâ€šÃ‚ÂÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¢Ãƒâ€šÃ‚ÂÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¢Ãƒâ€šÃ‚ÂÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¢Ãƒâ€šÃ‚ÂÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¢Ãƒâ€šÃ‚ÂÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¢Ãƒâ€šÃ‚ÂÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¢Ãƒâ€šÃ‚ÂÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¢Ãƒâ€šÃ‚ÂÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¢Ãƒâ€šÃ‚ÂÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¢Ãƒâ€šÃ‚ÂÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¢Ãƒâ€šÃ‚ÂÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¢Ãƒâ€šÃ‚ÂÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¢Ãƒâ€šÃ‚Â */
.dvf-video-side {
  flex: 0 0 45%;
  width: 45%;
  height: 750px;
  min-height: 750px;
  position: relative;
  background: #040108;
  display: flex;
  flex-direction: column;
  overflow: hidden;
}

.dvf-video-container {
  position: relative;
  flex: 1;
  overflow: hidden;
  border-bottom: 1px solid var(--dvf-border);
  display: flex;
  align-items: center;
  justify-content: center;
}

/* Video element */
.dvf-video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

/* YouTube / Vimeo iframe */
.dvf-iframe {
  width: 100%;
  height: 100%;
  border: none;
  display: block;
}

/* ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã‚ÂÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã‚ÂÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ Canvas Overlay ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã‚ÂÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã‚ÂÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ */
.dvf-canvas {
  position: absolute;
  inset: 0;
  width: 100% !important;
  height: 100% !important;
  pointer-events: none;
  z-index: 10;
}

/* ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã‚ÂÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã‚ÂÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ Decorative Gradient Overlay ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã‚ÂÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã‚ÂÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ */
.dvf-video-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(
    to bottom,
    transparent 0%,
    transparent 60%,
    rgba(9, 5, 20, 0.8) 100%
  );
  z-index: 5;
  pointer-events: none;
}

/* ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã‚ÂÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã‚ÂÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ Video Info Bar ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã‚ÂÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã‚ÂÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ */
.dvf-video-info {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 16px 24px;
  background: rgba(9, 5, 20, 0.85);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  gap: 15px;
  flex-shrink: 0;
}

.dvf-video-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: rgba(139, 92, 246, 0.12);
  border: 1px solid rgba(139, 92, 246, 0.3);
  border-radius: 30px;
  padding: 6px 14px;
  font-size: 11px;
  font-weight: 700;
  color: var(--dvf-primary-light);
  letter-spacing: 0.7px;
  text-transform: uppercase;
}

.dvf-live-dot {
  width: 8px;
  height: 8px;
  background: #f43f5e;
  border-radius: 50%;
  box-shadow: 0 0 8px #f43f5e;
  animation: dvf-pulse 1.6s infinite;
}

@keyframes dvf-pulse {
  0% { opacity: 0.4; transform: scale(0.9); }
  50% { opacity: 1; transform: scale(1.2); box-shadow: 0 0 12px #f43f5e; }
  100% { opacity: 0.4; transform: scale(0.9); }
}

.dvf-video-hint {
  font-size: 13px;
  color: var(--dvf-text-secondary);
  margin: 0;
  font-weight: 500;
}

/* ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã‚ÂÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¢Ãƒâ€šÃ‚ÂÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¢Ãƒâ€šÃ‚ÂÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¢Ãƒâ€šÃ‚ÂÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¢Ãƒâ€šÃ‚ÂÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¢Ãƒâ€šÃ‚ÂÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¢Ãƒâ€šÃ‚ÂÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¢Ãƒâ€šÃ‚ÂÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¢Ãƒâ€šÃ‚ÂÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¢Ãƒâ€šÃ‚ÂÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¢Ãƒâ€šÃ‚ÂÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¢Ãƒâ€šÃ‚ÂÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¢Ãƒâ€šÃ‚ÂÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¢Ãƒâ€šÃ‚ÂÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¢Ãƒâ€šÃ‚ÂÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¢Ãƒâ€šÃ‚ÂÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¢Ãƒâ€šÃ‚ÂÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¢Ãƒâ€šÃ‚ÂÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¢Ãƒâ€šÃ‚ÂÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¢Ãƒâ€šÃ‚ÂÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¢Ãƒâ€šÃ‚ÂÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¢Ãƒâ€šÃ‚ÂÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¢Ãƒâ€šÃ‚ÂÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¢Ãƒâ€šÃ‚ÂÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¢Ãƒâ€šÃ‚ÂÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¢Ãƒâ€šÃ‚ÂÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¢Ãƒâ€šÃ‚ÂÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¢Ãƒâ€šÃ‚ÂÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¢Ãƒâ€šÃ‚ÂÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¢Ãƒâ€šÃ‚ÂÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¢Ãƒâ€šÃ‚ÂÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¢Ãƒâ€šÃ‚ÂÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¢Ãƒâ€šÃ‚ÂÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¢Ãƒâ€šÃ‚ÂÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¢Ãƒâ€šÃ‚ÂÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¢Ãƒâ€šÃ‚ÂÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¢Ãƒâ€šÃ‚ÂÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¢Ãƒâ€šÃ‚ÂÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¢Ãƒâ€šÃ‚ÂÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã¢â‚¬Â
   ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã‹Å“         FORM SIDE (RIGHT)            ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã‹Å“
   ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¢Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¢Ãƒâ€šÃ‚ÂÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¢Ãƒâ€šÃ‚ÂÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¢Ãƒâ€šÃ‚ÂÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¢Ãƒâ€šÃ‚ÂÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¢Ãƒâ€šÃ‚ÂÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¢Ãƒâ€šÃ‚ÂÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¢Ãƒâ€šÃ‚ÂÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¢Ãƒâ€šÃ‚ÂÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¢Ãƒâ€šÃ‚ÂÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¢Ãƒâ€šÃ‚ÂÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¢Ãƒâ€šÃ‚ÂÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¢Ãƒâ€šÃ‚ÂÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¢Ãƒâ€šÃ‚ÂÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¢Ãƒâ€šÃ‚ÂÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¢Ãƒâ€šÃ‚ÂÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¢Ãƒâ€šÃ‚ÂÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¢Ãƒâ€šÃ‚ÂÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¢Ãƒâ€šÃ‚ÂÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¢Ãƒâ€šÃ‚ÂÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¢Ãƒâ€šÃ‚ÂÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¢Ãƒâ€šÃ‚ÂÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¢Ãƒâ€šÃ‚ÂÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¢Ãƒâ€šÃ‚ÂÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¢Ãƒâ€šÃ‚ÂÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¢Ãƒâ€šÃ‚ÂÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¢Ãƒâ€šÃ‚ÂÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¢Ãƒâ€šÃ‚ÂÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¢Ãƒâ€šÃ‚ÂÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¢Ãƒâ€šÃ‚ÂÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¢Ãƒâ€šÃ‚ÂÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¢Ãƒâ€šÃ‚ÂÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¢Ãƒâ€šÃ‚ÂÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¢Ãƒâ€šÃ‚ÂÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¢Ãƒâ€šÃ‚ÂÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¢Ãƒâ€šÃ‚ÂÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¢Ãƒâ€šÃ‚ÂÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¢Ãƒâ€šÃ‚ÂÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¢Ãƒâ€šÃ‚ÂÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¢Ãƒâ€šÃ‚Â */
.dvf-form-side {
  flex: 1 1 auto;
  background: var(--dvf-bg-card);
  overflow-y: auto;
  display: flex;
  flex-direction: column;
  border-left: 1px solid var(--dvf-border);
  scrollbar-width: thin;
  scrollbar-color: var(--dvf-border) transparent;
}

.dvf-form-side::-webkit-scrollbar { width: 5px; }
.dvf-form-side::-webkit-scrollbar-track { background: transparent; }
.dvf-form-side::-webkit-scrollbar-thumb { background: var(--dvf-border); border-radius: 3px; }

.dvf-form-inner {
  padding: 36px 40px;
  flex: 1;
  display: flex;
  flex-direction: column;
}

/* ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã‚ÂÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã‚ÂÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ Form Header ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã‚ÂÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã‚ÂÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ */
.dvf-form-header {
  margin-bottom: 28px;
  padding-bottom: 22px;
  border-bottom: 1px solid var(--dvf-border);
  position: relative;
}

.dvf-form-title {
  font-family: 'Outfit', sans-serif;
  font-size: 26px;
  font-weight: 800;
  color: var(--dvf-text-primary);
  margin: 0 0 8px;
  background: linear-gradient(135deg, var(--dvf-text-primary) 30%, var(--dvf-primary-light) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  line-height: 1.25;
}

.dvf-form-subtitle {
  font-size: 14px;
  color: var(--dvf-text-secondary);
  margin: 0;
  line-height: 1.6;
}

/* ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã‚ÂÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã‚ÂÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ Field Groups ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã‚ÂÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã‚ÂÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ */
.dvf-field-group {
  margin-bottom: 20px;
  position: relative;
  display: flex;
  flex-direction: column;
}

.dvf-label {
  display: flex;
  align-items: center;
  gap: 6px;
  font-size: 13px;
  font-weight: 600;
  color: var(--dvf-text-primary);
  margin-bottom: 8px;
  letter-spacing: 0.5px;
  text-transform: uppercase;
}

.dvf-required { color: var(--dvf-error); font-size: 14px; font-weight: 700; }

.dvf-overlay-indicator {
  font-size: 13px;
  cursor: help;
  filter: drop-shadow(0 0 2px rgba(139,92,246,0.3));
}

/* ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã‚ÂÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã‚ÂÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ Input Wrapper & Input ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã‚ÂÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã‚ÂÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ */
.dvf-input-wrapper {
  position: relative;
}

.dvf-input {
  width: 100%;
  padding: 13px 18px;
  background: var(--dvf-bg-input);
  border: 1.5px solid var(--dvf-border);
  border-radius: var(--dvf-radius-sm);
  color: var(--dvf-text-primary);
  font-size: 14.5px;
  font-family: 'Inter', sans-serif;
  transition: var(--dvf-transition);
  outline: none;
  box-sizing: border-box;
  line-height: 1.5;
}

.dvf-input::placeholder {
  color: var(--dvf-text-muted);
  opacity: 0.8;
}

.dvf-input:focus {
  border-color: var(--dvf-primary);
  background: rgba(139, 92, 246, 0.05);
  box-shadow: 0 0 0 4px rgba(139, 92, 246, 0.15);
}

/* Overlay fields glow animation */
.dvf-has-overlay .dvf-input:focus {
  border-color: var(--dvf-gold);
  box-shadow: 0 0 0 4px rgba(251, 191, 36, 0.12), 0 0 20px rgba(251, 191, 36, 0.05);
}

.dvf-input-glow {
  position: absolute;
  inset: 0;
  border-radius: var(--dvf-radius-sm);
  pointer-events: none;
  opacity: 0;
  background: radial-gradient(ellipse at center, rgba(251, 191, 36, 0.06) 0%, transparent 75%);
  transition: opacity var(--dvf-transition);
}

.dvf-has-overlay .dvf-input:focus ~ .dvf-input-glow {
  opacity: 1;
}

/* ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã‚ÂÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã‚ÂÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ Character Counter ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã‚ÂÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã‚ÂÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ */
.dvf-char-counter {
  text-align: right;
  font-size: 12px;
  color: var(--dvf-text-muted);
  margin-top: 5px;
  font-weight: 500;
  transition: color var(--dvf-transition);
}

.dvf-char-counter.dvf-limit-near { color: var(--dvf-accent); }
.dvf-char-counter.dvf-limit-reached { color: var(--dvf-error); font-weight: 700; }

/* ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã‚ÂÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã‚ÂÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ Select ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã‚ÂÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã‚ÂÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ */
.dvf-select-wrapper {
  position: relative;
}

.dvf-select-wrapper::after {
  content: 'ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã¢â‚¬Å“Ãƒâ€šÃ‚Â¼';
  position: absolute;
  right: 16px;
  top: 50%;
  transform: translateY(-50%) scale(0.8);
  color: var(--dvf-text-secondary);
  pointer-events: none;
  font-size: 12px;
  transition: var(--dvf-transition);
}

.dvf-select {
  width: 100%;
  padding: 13px 45px 13px 18px;
  background: var(--dvf-bg-input);
  border: 1.5px solid var(--dvf-border);
  border-radius: var(--dvf-radius-sm);
  color: var(--dvf-text-primary);
  font-size: 14.5px;
  font-family: 'Inter', sans-serif;
  transition: var(--dvf-transition);
  outline: none;
  appearance: none;
  -webkit-appearance: none;
  cursor: pointer;
  box-sizing: border-box;
}

.dvf-select:focus {
  border-color: var(--dvf-primary);
  box-shadow: 0 0 0 4px rgba(139, 92, 246, 0.15);
}

.dvf-select option { background: var(--dvf-bg-card); color: var(--dvf-text-primary); }

/* ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã‚ÂÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã‚ÂÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ Checkbox ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã‚ÂÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã‚ÂÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ */
.dvf-checkbox-group { margin: 22px 0; }

.dvf-checkbox-label {
  display: flex;
  align-items: flex-start;
  gap: 14px;
  cursor: pointer;
  font-size: 14px;
  color: var(--dvf-text-secondary);
  line-height: 1.6;
  user-select: none;
}

.dvf-checkbox { display: none; }

.dvf-checkbox-custom {
  width: 22px;
  height: 22px;
  min-width: 22px;
  border: 2px solid var(--dvf-border);
  border-radius: 6px;
  background: var(--dvf-bg-input);
  display: flex;
  align-items: center;
  justify-content: center;
  transition: var(--dvf-transition);
  margin-top: 2px;
  position: relative;
}

.dvf-checkbox-label:hover .dvf-checkbox-custom {
  border-color: var(--dvf-border-hover);
}

.dvf-checkbox:checked + .dvf-checkbox-custom {
  background: var(--dvf-primary);
  border-color: var(--dvf-primary);
  box-shadow: 0 0 10px rgba(139, 92, 246, 0.4);
}

.dvf-checkbox:checked + .dvf-checkbox-custom::after {
  content: 'ÃƒÆ’Ã‚Â¢Ãƒâ€¦Ã¢â‚¬Å“ÃƒÂ¢Ã¢â€šÂ¬Ã…â€œ';
  color: #ffffff;
  font-size: 14px;
  font-weight: 800;
  line-height: 1;
}

.dvf-checkbox-text {
  color: var(--dvf-text-primary);
}

.dvf-checkbox-text em {
  display: block;
  font-size: 12px;
  color: var(--dvf-text-secondary);
  margin-top: 2px;
}

/* ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã‚ÂÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã‚ÂÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ Submit Button ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã‚ÂÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã‚ÂÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ */
.dvf-submit-area {
  margin-top: auto;
  padding-top: 24px;
}

button.dvf-submit-btn, button.dvf-submit-btn, button.dvf-submit-btn, button.dvf-submit-btn, .dvf-submit-btn { width: 100% !important; padding: 16px 28px !important; border: none !important; border-radius: 12px !important; font-size: 16px !important; font-weight: 700 !important; cursor: pointer !important; background: #E91C4B !important; background-image: none !important; color: #ffffff !important; box-shadow: 0 8px 24px rgba(233, 28, 75, 0.35) !important; display: flex !important; align-items: center !important; justify-content: center !important; gap: 10px !important; }

.dvf-submit-btn::before {
  content: '';
  position: absolute;
  top: 0;
  left: -75%;
  width: 50%;
  height: 100%;
  background: linear-gradient(
    to right,
    rgba(255, 255, 255, 0) 0%,
    rgba(255, 255, 255, 0.25) 50%,
    rgba(255, 255, 255, 0) 100%
  );
  transform: skewX(-25deg);
  transition: 0.75s;
}

.dvf-submit-btn:hover:not(:disabled)::before {
  animation: dvf-shimmer 1.5s infinite;
}

@keyframes dvf-shimmer {
  0% { left: -75%; }
  100% { left: 125%; }
}

.dvf-submit-btn:hover:not(:disabled) {
  transform: translateY(-2px);
  box-shadow: 0 12px 30px rgba(139, 92, 246, 0.45);
}

.dvf-submit-btn:active:not(:disabled) {
  transform: translateY(0);
}

.dvf-submit-btn:disabled {
  opacity: 0.4;
  cursor: not-allowed;
  box-shadow: none;
  transform: none;
}

.dvf-btn-text {
  display: inline-block;
}

.dvf-btn-loader {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}

.dvf-btn-loader svg {
  width: 20px;
  height: 20px;
}

.dvf-submit-note {
  text-align: center;
  font-size: 13px;
  color: var(--dvf-text-secondary);
  margin: 12px 0 0;
  line-height: 1.5;
}

/* ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã‚ÂÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã‚ÂÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ Success Message ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã‚ÂÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã‚ÂÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ */
.dvf-success-msg {
  text-align: center;
  padding: 50px 30px;
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 16px;
  animation: dvf-fadeInUp 0.5s cubic-bezier(0.16, 1, 0.3, 1);
}

@keyframes dvf-fadeInUp {
  from { opacity: 0; transform: translateY(20px); }
  to   { opacity: 1; transform: translateY(0); }
}

.dvf-success-icon {
  font-size: 64px;
  animation: dvf-bounce 0.8s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

@keyframes dvf-bounce {
  0% { transform: scale(0.3); }
  50% { transform: scale(1.15); }
  75% { transform: scale(0.95); }
  100% { transform: scale(1); }
}

.dvf-success-msg h3 {
  font-family: 'Outfit', sans-serif;
  font-size: 26px;
  font-weight: 700;
  color: var(--dvf-success);
  margin: 0;
}

.dvf-success-msg p {
  font-size: 15px;
  color: var(--dvf-text-secondary);
  max-width: 380px;
  line-height: 1.6;
  margin: 0;
}

.dvf-reset-btn {
  background: transparent;
  border: 2px solid var(--dvf-primary);
  color: var(--dvf-primary-light);
  padding: 12px 30px;
  border-radius: 30px;
  font-size: 14.5px;
  font-weight: 600;
  cursor: pointer;
  font-family: 'Outfit', sans-serif;
  transition: var(--dvf-transition);
  margin-top: 15px;
  display: inline-block;
}

.dvf-theme-light .dvf-reset-btn {
  color: var(--dvf-primary);
}

.dvf-reset-btn:hover {
  background: var(--dvf-primary);
  color: #ffffff;
  transform: translateY(-2px);
  box-shadow: 0 6px 15px rgba(139, 92, 246, 0.25);
}

/* ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã‚ÂÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã‚ÂÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ Input Validation States ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã‚ÂÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã‚ÂÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ */
.dvf-input.dvf-input-valid {
  border-color: var(--dvf-success);
  background: var(--dvf-success-glow);
}

.dvf-input.dvf-input-error {
  border-color: var(--dvf-error);
  background: var(--dvf-error-glow);
  animation: dvf-shake 0.35s ease;
}

@keyframes dvf-shake {
  0%, 100% { transform: translateX(0); }
  20%, 60% { transform: translateX(-6px); }
  40%, 80% { transform: translateX(6px); }
}

/* ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã‚ÂÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã‚ÂÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ Notification Toast ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã‚ÂÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã‚ÂÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ */
.dvf-toast {
  position: fixed;
  bottom: 24px;
  right: 24px;
  z-index: 99999;
  padding: 16px 24px;
  border-radius: var(--dvf-radius-sm);
  font-size: 14px;
  font-family: 'Inter', sans-serif;
  font-weight: 600;
  box-shadow: 0 15px 35px rgba(0,0,0,0.3);
  transform: translateY(30px);
  opacity: 0;
  transition: all 0.4s cubic-bezier(0.16, 1, 0.3, 1);
  max-width: 380px;
  display: flex;
  align-items: center;
  gap: 12px;
  border: 1px solid rgba(255,255,255,0.1);
}

.dvf-toast.dvf-toast-show {
  transform: translateY(0);
  opacity: 1;
}

.dvf-toast-error {
  background: rgba(244, 63, 94, 0.96);
  color: #ffffff;
  border-left: 5px solid #e11d48;
}

.dvf-toast-success {
  background: rgba(16, 185, 129, 0.96);
  color: #ffffff;
  border-left: 5px solid #059669;
}

/* ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã‚ÂÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¢Ãƒâ€šÃ‚ÂÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¢Ãƒâ€šÃ‚ÂÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¢Ãƒâ€šÃ‚ÂÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¢Ãƒâ€šÃ‚ÂÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¢Ãƒâ€šÃ‚ÂÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¢Ãƒâ€šÃ‚ÂÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¢Ãƒâ€šÃ‚ÂÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¢Ãƒâ€šÃ‚ÂÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¢Ãƒâ€šÃ‚ÂÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¢Ãƒâ€šÃ‚ÂÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¢Ãƒâ€šÃ‚ÂÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¢Ãƒâ€šÃ‚ÂÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¢Ãƒâ€šÃ‚ÂÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¢Ãƒâ€šÃ‚ÂÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¢Ãƒâ€šÃ‚ÂÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¢Ãƒâ€šÃ‚ÂÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¢Ãƒâ€šÃ‚ÂÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¢Ãƒâ€šÃ‚ÂÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¢Ãƒâ€šÃ‚ÂÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¢Ãƒâ€šÃ‚ÂÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¢Ãƒâ€šÃ‚ÂÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¢Ãƒâ€šÃ‚ÂÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¢Ãƒâ€šÃ‚ÂÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¢Ãƒâ€šÃ‚ÂÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¢Ãƒâ€šÃ‚ÂÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¢Ãƒâ€šÃ‚ÂÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¢Ãƒâ€šÃ‚ÂÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¢Ãƒâ€šÃ‚ÂÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¢Ãƒâ€šÃ‚ÂÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¢Ãƒâ€šÃ‚ÂÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¢Ãƒâ€šÃ‚ÂÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¢Ãƒâ€šÃ‚ÂÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¢Ãƒâ€šÃ‚ÂÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¢Ãƒâ€šÃ‚ÂÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¢Ãƒâ€šÃ‚ÂÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¢Ãƒâ€šÃ‚ÂÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¢Ãƒâ€šÃ‚ÂÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¢Ãƒâ€šÃ‚ÂÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã¢â‚¬Â
   ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã‹Å“           RESPONSIVE                 ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã‹Å“
   ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¢Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¢Ãƒâ€šÃ‚ÂÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¢Ãƒâ€šÃ‚ÂÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¢Ãƒâ€šÃ‚ÂÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¢Ãƒâ€šÃ‚ÂÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¢Ãƒâ€šÃ‚ÂÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¢Ãƒâ€šÃ‚ÂÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¢Ãƒâ€šÃ‚ÂÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¢Ãƒâ€šÃ‚ÂÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¢Ãƒâ€šÃ‚ÂÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¢Ãƒâ€šÃ‚ÂÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¢Ãƒâ€šÃ‚ÂÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¢Ãƒâ€šÃ‚ÂÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¢Ãƒâ€šÃ‚ÂÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¢Ãƒâ€šÃ‚ÂÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¢Ãƒâ€šÃ‚ÂÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¢Ãƒâ€šÃ‚ÂÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¢Ãƒâ€šÃ‚ÂÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¢Ãƒâ€šÃ‚ÂÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¢Ãƒâ€šÃ‚ÂÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¢Ãƒâ€šÃ‚ÂÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¢Ãƒâ€šÃ‚ÂÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¢Ãƒâ€šÃ‚ÂÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¢Ãƒâ€šÃ‚ÂÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¢Ãƒâ€šÃ‚ÂÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¢Ãƒâ€šÃ‚ÂÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¢Ãƒâ€šÃ‚ÂÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¢Ãƒâ€šÃ‚ÂÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¢Ãƒâ€šÃ‚ÂÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¢Ãƒâ€šÃ‚ÂÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¢Ãƒâ€šÃ‚ÂÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¢Ãƒâ€šÃ‚ÂÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¢Ãƒâ€šÃ‚ÂÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¢Ãƒâ€šÃ‚ÂÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¢Ãƒâ€šÃ‚ÂÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¢Ãƒâ€šÃ‚ÂÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¢Ãƒâ€šÃ‚ÂÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¢Ãƒâ€šÃ‚ÂÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¢Ãƒâ€šÃ‚ÂÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¢Ãƒâ€šÃ‚Â */
@media (max-width: 960px) {
  .dvf-wrapper {
    flex-direction: column;
    min-height: auto;
    border-radius: var(--dvf-radius-sm);
    margin: 15px auto;
    width: calc(100% - 30px);
  }

  .dvf-video-side {
    flex: none;
    width: 100%;
    height: auto;
    min-height: auto;
    position: sticky;
    top: 0;
    z-index: 100;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.35);
  }

  .dvf-video-container {
    aspect-ratio: 16 / 9;
    height: auto;
  }

  .dvf-video-info {
    padding: 10px 16px;
    gap: 10px;
  }

  .dvf-video-badge {
    padding: 4px 10px;
    font-size: 10px;
  }

  .dvf-video-hint {
    font-size: 12px;
  }

  .dvf-form-side {
    flex: none;
    width: 100%;
    max-width: 100%;
    border-left: none;
    border-top: 1px solid var(--dvf-border);
  }
  
  .dvf-form-inner {
    padding: 24px 20px;
  }

  .dvf-back-to-catalog {
    margin-bottom: 12px;
  }

  .dvf-back-link {
    font-size: 13px;
  }
}

@media (max-width: 768px) {
  .dvf-input,
  .dvf-select {
    font-size: 16px !important; /* Prevents iOS Safari auto-zoom on input focus */
    padding: 12px 14px;
  }
}

@media (max-width: 480px) {
  .dvf-wrapper {
    margin: 10px auto;
    width: calc(100% - 20px);
  }

  .dvf-form-inner {
    padding: 18px 14px;
  }

  .dvf-form-title { 
    font-size: 20px; 
    margin-bottom: 6px;
  }

  .dvf-form-subtitle {
    font-size: 13px;
  }

  button.dvf-submit-btn, button.dvf-submit-btn, button.dvf-submit-btn, button.dvf-submit-btn, .dvf-submit-btn { width: 100% !important; padding: 16px 28px !important; border: none !important; border-radius: 12px !important; font-size: 16px !important; font-weight: 700 !important; cursor: pointer !important; background: #E91C4B !important; background-image: none !important; color: #ffffff !important; box-shadow: 0 8px 24px rgba(233, 28, 75, 0.35) !important; display: flex !important; align-items: center !important; justify-content: center !important; gap: 10px !important; }

  .dvf-upi-qr-wrapper {
    width: 160px;
    height: 160px;
    padding: 10px;
    margin-bottom: 14px;
  }

  .dvf-upi-id-copy {
    padding: 10px 12px;
    font-size: 12px;
  }

  .dvf-card-row-double {
    flex-direction: column !important;
    gap: 12px !important;
  }
}

/* ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã‚ÂÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã‚ÂÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ Shimmer Loading Skeleton ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã‚ÂÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã‚ÂÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ */
.dvf-canvas-loading {
  position: absolute;
  inset: 0;
  background: linear-gradient(
    90deg,
    transparent 0%,
    rgba(255,255,255,0.06) 50%,
    transparent 100%
  );
  background-size: 200% 100%;
  animation: dvf-shimmer 1.5s infinite;
  z-index: 20;
  pointer-events: none;
}

/* Field Timing Transition */

.dvf-field-group {
  max-height: 400px;
  overflow: hidden;
}

.dvf-initialized .dvf-field-group {
  transition: opacity 0.4s ease, transform 0.4s ease, max-height 0.4s ease;
}

.dvf-field-hidden {
  opacity: 0 !important;
  max-height: 0 !important;
  margin-bottom: 0 !important;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
  pointer-events: none;
  transform: translateY(-10px);
}

.dvf-field-visible {
  opacity: 1 !important;
  max-height: 400px !important;
  transform: translateY(0);
  pointer-events: auto;
}

.dvf-initialized .dvf-field-visible {
  animation: dvf-field-slide-in 0.4s cubic-bezier(0.16, 1, 0.3, 1) forwards;
}

@keyframes dvf-field-slide-in {
  from { opacity: 0; transform: translateY(-12px); }
  to { opacity: 1; transform: translateY(0); }
}

/* ============================================================
   ÃƒÆ’Ã‚Â°Ãƒâ€¦Ã‚Â¸ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢Ãƒâ€šÃ‚Â° Payment & Download Premium Layout CSS
   ============================================================ */

/* ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ Payment Container Layout ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ */
.dvf-payment-msg {
  padding: 10px 5px 15px;
  flex: 1;
  display: flex;
  flex-direction: column;
  animation: dvf-fadeInUp 0.6s cubic-bezier(0.16, 1, 0.3, 1);
  position: relative;
}

.dvf-payment-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1.5px solid var(--dvf-border);
  padding-bottom: 16px;
  margin-bottom: 20px;
}

.dvf-payment-title {
  font-family: 'Outfit', sans-serif;
  font-size: 20px;
  font-weight: 700;
  color: var(--dvf-text-primary);
  margin: 0;
}

.dvf-payment-price-badge {
  background: linear-gradient(135deg, var(--dvf-primary) 0%, var(--dvf-primary-dark) 100%);
  color: #ffffff;
  border-radius: 30px;
  padding: 6px 16px;
  font-weight: 700;
  font-size: 18px;
  display: flex;
  align-items: center;
  gap: 3px;
  box-shadow: 0 6px 18px rgba(139, 92, 246, 0.3);
}

.dvf-payment-desc {
  font-size: 14.5px;
  color: var(--dvf-text-secondary);
  line-height: 1.6;
  margin: 0 0 24px;
}

/* ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã‚ÂÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã‚ÂÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ Payment Tabs ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã‚ÂÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã‚ÂÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ */
.dvf-payment-tabs {
  display: flex;
  background: var(--dvf-bg-input);
  border-radius: var(--dvf-radius-sm);
  padding: 5px;
  gap: 6px;
  margin-bottom: 24px;
  border: 1px solid var(--dvf-border);
}

.dvf-pay-tab-btn {
  flex: 1;
  background: transparent;
  border: none;
  color: var(--dvf-text-secondary);
  padding: 11px;
  font-size: 13.5px;
  font-weight: 600;
  border-radius: 8px;
  cursor: pointer;
  transition: var(--dvf-transition);
  font-family: 'Outfit', sans-serif;
}

.dvf-pay-tab-btn:hover {
  color: var(--dvf-text-primary);
  background: rgba(255,255,255,0.02);
}

.dvf-pay-tab-btn.active {
  background: var(--dvf-bg-card);
  color: var(--dvf-primary-light);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.18);
  border: 1px solid rgba(139, 92, 246, 0.25);
}

.dvf-theme-light .dvf-pay-tab-btn.active {
  color: var(--dvf-primary);
  background: #ffffff;
}

/* Tab contents */
.dvf-pay-tab-contents {
  position: relative;
  flex: 1;
}

.dvf-pay-tab-content {
  display: none;
  animation: dvf-fadeIn 0.35s ease;
}

.dvf-pay-tab-content.active {
  display: block;
}

@keyframes dvf-fadeIn {
  from { opacity: 0; }
  to   { opacity: 1; }
}

/* ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã‚ÂÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã‚ÂÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ UPI QR Tab styling ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã‚ÂÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã‚ÂÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ */
.dvf-upi-qr-wrapper {
  width: 190px;
  height: 190px;
  margin: 0 auto 18px;
  background: #ffffff;
  border-radius: 14px;
  padding: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.25);
  border: 1.5px solid var(--dvf-border);
}

.dvf-upi-qr-img {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
  display: block;
}

.dvf-qr-spinner {
  position: absolute;
  width: 36px;
  height: 36px;
  border: 3px solid rgba(139, 92, 246, 0.1);
  border-top-color: var(--dvf-primary);
  border-radius: 50%;
  animation: dvf-spin 0.8s linear infinite;
}

.dvf-upi-instructions {
  text-align: center;
  font-size: 13.5px;
  color: var(--dvf-text-secondary);
  margin: 0 0 18px;
}

.dvf-upi-id-copy {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: var(--dvf-bg-input);
  border: 1px solid var(--dvf-border);
  padding: 12px 18px;
  border-radius: var(--dvf-radius-sm);
  font-size: 13.5px;
  margin-bottom: 22px;
}

.dvf-upi-id-copy span {
  color: var(--dvf-text-primary);
}

.dvf-copy-upi-btn {
  background: var(--dvf-primary);
  color: #ffffff;
  border: none;
  padding: 6px 14px;
  border-radius: 6px;
  font-size: 12px;
  font-weight: 600;
  cursor: pointer;
  transition: var(--dvf-transition);
}

.dvf-copy-upi-btn:hover {
  background: var(--dvf-primary-dark);
  box-shadow: 0 4px 10px rgba(139, 92, 246, 0.3);
}

.dvf-upi-utr-field {
  margin-bottom: 22px;
}

/* ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã‚ÂÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã‚ÂÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ Card Tab styling ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã‚ÂÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã‚ÂÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ */
.dvf-card-form-wrapper {
  background: var(--dvf-bg-input);
  border: 1px solid var(--dvf-border);
  border-radius: var(--dvf-radius-sm);
  padding: 22px;
  margin-bottom: 22px;
  box-shadow: inset 0 2px 12px rgba(0, 0, 0, 0.15);
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.dvf-card-field {
  display: flex;
  flex-direction: column;
}

.dvf-card-field .dvf-label {
  margin-bottom: 6px;
  font-size: 11px;
  color: var(--dvf-text-secondary);
}

/* ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã‚ÂÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã‚ÂÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ Loader Overlay ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã‚ÂÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã‚ÂÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ */
.dvf-pay-loader-overlay {
  position: absolute;
  inset: 0;
  background: rgba(9, 5, 20, 0.95);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 50;
  border-radius: var(--dvf-radius);
  animation: dvf-fadeIn 0.3s ease;
  backdrop-filter: blur(8px);
}

.dvf-theme-light .dvf-pay-loader-overlay {
  background: rgba(255, 255, 255, 0.95);
}

.dvf-loader-content {
  text-align: center;
  padding: 30px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.dvf-pay-spinner {
  width: 52px;
  height: 52px;
  border: 4px solid rgba(139, 92, 246, 0.1);
  border-top-color: var(--dvf-primary);
  border-radius: 50%;
  animation: dvf-spin 0.9s cubic-bezier(0.55, 0.085, 0.68, 0.53) infinite;
  margin-bottom: 24px;
}

@keyframes dvf-spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}

.dvf-loader-content h4 {
  font-family: 'Outfit', sans-serif;
  font-size: 18px;
  color: var(--dvf-text-primary);
  margin: 0 0 10px;
}

.dvf-loader-content p {
  font-size: 13.5px;
  color: var(--dvf-text-secondary);
  margin: 0;
}

/* ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã‚ÂÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã‚ÂÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ Download Screen Layout ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã‚ÂÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã‚ÂÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ */
.dvf-download-msg {
  text-align: center;
  padding: 50px 20px;
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  animation: dvf-fadeInUp 0.6s cubic-bezier(0.16, 1, 0.3, 1);
}

.dvf-download-sub {
  font-size: 15px;
  color: var(--dvf-text-secondary);
  line-height: 1.6;
  margin: 0 0 28px;
  max-width: 350px;
}

.dvf-download-box {
  width: 100%;
  max-width: 360px;
}

/* Premium Download buttons styling */
.dvf-download-main-btn {
  background: linear-gradient(135deg, #10b981 0%, #059669 100%);
  color: #ffffff;
  border: none;
  border-radius: 30px;
  padding: 16px 28px;
  font-size: 15px;
  font-weight: 700;
  cursor: pointer;
  box-shadow: 0 8px 24px rgba(16, 185, 129, 0.35);
  transition: all var(--dvf-transition);
  letter-spacing: 0.3px;
  position: relative;
  overflow: hidden;
  font-family: 'Outfit', sans-serif;
}

.dvf-download-main-btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 12px 30px rgba(16, 185, 129, 0.45);
  background: linear-gradient(135deg, #34d399 0%, #059669 100%);
}

.dvf-download-main-btn:active {
  transform: translateY(0);
}

.dvf-download-secondary-btn {
  background: transparent;
  border: 2.5px solid var(--dvf-border);
  color: var(--dvf-text-primary);
  border-radius: 30px;
  padding: 14px 28px;
  font-size: 14px;
  font-weight: 600;
  cursor: pointer;
  transition: var(--dvf-transition);
  font-family: 'Outfit', sans-serif;
  text-decoration: none;
  display: inline-block;
}

.dvf-download-secondary-btn:hover {
  background: rgba(139, 92, 246, 0.12);
  border-color: var(--dvf-primary);
  color: #ffffff;
}

.dvf-theme-light .dvf-download-secondary-btn:hover {
  color: var(--dvf-primary);
}

/* ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã‚ÂÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã‚ÂÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã‚ÂÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã‚ÂÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã‚ÂÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã‚ÂÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã‚ÂÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã‚ÂÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã‚ÂÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã‚ÂÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã‚ÂÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã‚ÂÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã‚ÂÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã‚ÂÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã‚ÂÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã‚ÂÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã‚ÂÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã‚ÂÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã‚ÂÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã‚ÂÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã‚ÂÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã‚ÂÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã‚ÂÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã‚ÂÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã‚ÂÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã‚ÂÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã‚ÂÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã‚ÂÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã‚ÂÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã‚ÂÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã‚ÂÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã‚ÂÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã‚ÂÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã‚ÂÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã‚ÂÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã‚ÂÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã‚ÂÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã‚ÂÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã‚ÂÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã‚ÂÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã‚ÂÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã‚ÂÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã‚ÂÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã‚ÂÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã‚ÂÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã‚ÂÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã‚ÂÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã‚ÂÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã‚ÂÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã‚ÂÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã‚ÂÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã‚ÂÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã‚ÂÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã‚ÂÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã‚ÂÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã‚ÂÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã‚ÂÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬
 *  DVF Design Catalog & Modal Styles (Pixel-Perfect Redesign)
 * ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã‚ÂÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã‚ÂÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã‚ÂÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã‚ÂÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã‚ÂÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã‚ÂÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã‚ÂÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã‚ÂÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã‚ÂÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã‚ÂÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã‚ÂÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã‚ÂÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã‚ÂÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã‚ÂÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã‚ÂÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã‚ÂÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã‚ÂÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã‚ÂÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã‚ÂÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã‚ÂÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã‚ÂÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã‚ÂÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã‚ÂÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã‚ÂÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã‚ÂÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã‚ÂÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã‚ÂÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã‚ÂÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã‚ÂÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã‚ÂÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã‚ÂÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã‚ÂÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã‚ÂÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã‚ÂÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã‚ÂÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã‚ÂÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã‚ÂÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã‚ÂÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã‚ÂÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã‚ÂÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã‚ÂÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã‚ÂÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã‚ÂÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã‚ÂÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã‚ÂÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã‚ÂÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã‚ÂÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã‚ÂÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã‚ÂÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã‚ÂÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã‚ÂÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã‚ÂÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã‚ÂÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã‚ÂÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã‚ÂÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã‚ÂÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã‚ÂÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ */
/* ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã‚ÂÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã‚ÂÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ Elementor & WordPress Parent Container Width Overrides for 1350px Catalog ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã‚ÂÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã‚ÂÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ */
.elementor-widget-text-editor:has(.dvf-catalog-container),
.elementor-widget-container:has(.dvf-catalog-container),
.elementor-widget:has(.dvf-catalog-container),
.e-con-inner:has(.dvf-catalog-container),
.e-con:has(.dvf-catalog-container),
.e-con-boxed:has(.dvf-catalog-container),
.entry-content:has(.dvf-catalog-container),
.site-main:has(.dvf-catalog-container),
div:has(> .dvf-catalog-container) {
  max-width: 1350px !important;
  width: 100% !important;
}

.e-con:has(.dvf-catalog-container) {
  --container-max-width: 1350px !important;
  --content-width: 1350px !important;
}

.dvf-catalog-container {
  max-width: 1350px !important;
  width: 100% !important;
  margin: 16px auto !important;
  padding: 24px 28px;
  background: #ffffff;
  border-radius: 20px;
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.04), 0 1px 3px rgba(0, 0, 0, 0.02);
  font-family: 'Inter', 'Outfit', -apple-system, BlinkMacSystemFont, sans-serif;
  border: 1px solid #f1f5f9;
  box-sizing: border-box !important;
}

.dvf-catalog-container *,
.dvf-catalog-container *::before,
.dvf-catalog-container *::after {
  box-sizing: border-box !important;
}

/* ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã‚ÂÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã‚ÂÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ Top Bar (Filter Tabs + Sort Dropdown) ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã‚ÂÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã‚ÂÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ */
.dvf-catalog-top-bar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 20px;
  flex-wrap: wrap;
  gap: 12px;
}

.dvf-catalog-tabs {
  display: flex;
  align-items: center;
  gap: 12px;
  flex-wrap: wrap;
}

.dvf-tab-btn {
  height: 42px !important;
  min-height: 42px !important;
  max-height: 42px !important;
  box-sizing: border-box !important;
  background: #ffffff;
  border: 1.5px solid #e2e8f0 !important;
  color: #334155 !important;
  padding: 0 20px !important;
  font-size: 14px !important;
  font-weight: 600 !important;
  border-radius: 50px !important;
  cursor: pointer !important;
  transition: all 0.25s cubic-bezier(0.4, 0, 0.2, 1) !important;
  font-family: inherit !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 8px !important;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.02) !important;
  user-select: none !important;
  line-height: 1 !important;
  margin: 0 !important;
  text-decoration: none !important;
  vertical-align: middle !important;
  outline: none !important;
}

.dvf-tab-icon {
  width: 18px !important;
  height: 18px !important;
  flex-shrink: 0 !important;
  transition: transform 0.25s ease !important;
  display: block !important;
}

.dvf-tab-btn:hover {
  background: #fff0f3 !important;
  border-color: #e91e63 !important;
  color: #e91e63 !important;
  transform: translateY(-1px) !important;
}

.dvf-tab-btn:hover .dvf-tab-icon {
  transform: scale(1.1) !important;
}

.dvf-tab-btn.active {
  background: #e91e63 !important;
  border-color: transparent !important;
  color: #ffffff !important;
  box-shadow: 0 6px 20px rgba(233, 30, 99, 0.35) !important;
}

.dvf-tab-btn.active .dvf-tab-icon {
  color: #ffffff !important;
}

/* ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã‚ÂÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã‚ÂÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ Sort Dropdown ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã‚ÂÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã‚ÂÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ */
.dvf-sort-wrapper {
  position: relative;
}

.dvf-sort-select {
  height: 42px !important;
  min-height: 42px !important;
  max-height: 42px !important;
  box-sizing: border-box !important;
  background: #ffffff !important;
  border: 1.5px solid #e2e8f0 !important;
  color: #1e293b !important;
  padding: 0 36px 0 18px !important;
  font-size: 14px !important;
  font-weight: 600 !important;
  border-radius: 50px !important;
  cursor: pointer !important;
  font-family: inherit !important;
  outline: none !important;
  appearance: none !important;
  -webkit-appearance: none !important;
  transition: all 0.25s ease !important;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.02) !important;
  line-height: 38px !important;
  margin: 0 !important;
  display: inline-block !important;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 24 24' fill='none' stroke='%2364748b' stroke-width='2.5' stroke-linecap='round' stroke-linejoin='round'><polyline points='6 9 12 15 18 9'/></svg>") !important;
  background-repeat: no-repeat !important;
  background-position: right 14px center !important;
}

.dvf-sort-select:hover,
.dvf-sort-select:focus {
  border-color: #e91e63 !important;
}

/* ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã‚ÂÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã‚ÂÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ Templates Grid ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã‚ÂÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã‚ÂÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ */
.dvf-catalog-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
}

.dvf-catalog-empty {
  grid-column: 1 / -1;
  text-align: center;
  padding: 60px 20px;
  color: #64748b;
  font-size: 16px;
  font-weight: 500;
}

/* ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã‚ÂÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã‚ÂÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ Card Styling ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã‚ÂÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã‚ÂÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ */
.dvf-catalog-card {
  background: #ffffff;
  border: 1.5px solid #f1f5f9;
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.04);
  transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
  display: flex;
  flex-direction: column;
  position: relative;
}

.dvf-catalog-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 18px 40px rgba(0, 0, 0, 0.08);
  border-color: rgba(233, 30, 99, 0.3);
}

/* Media Area */
.dvf-card-media {
  position: relative;
  width: 100%;
  aspect-ratio: 16/9;
  background: #0f172a;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 20px 20px 0 0;
}

.dvf-card-poster,
.dvf-video-preview {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.5s ease;
}

.dvf-catalog-card:hover .dvf-card-poster,
.dvf-catalog-card:hover .dvf-video-preview {
  transform: scale(1.05);
}

.dvf-card-placeholder-gradient {
  width: 100%;
  height: 100%;
  background: linear-gradient(135deg, #1e1b4b 0%, #4c1d95 100%);
}

/* Centered White Circle Play Overlay Button */
.dvf-play-overlay-btn {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 54px !important;
  height: 54px !important;
  min-width: 54px !important;
  min-height: 54px !important;
  background: #ffffff !important;
  border-radius: 50% !important;
  border: none !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  cursor: pointer !important;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.28) !important;
  transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275) !important;
  z-index: 5 !important;
  padding: 0 !important;
  margin: 0 !important;
  line-height: 1 !important;
}

.dvf-play-overlay-btn svg {
  width: 22px !important;
  height: 22px !important;
  fill: #0f172a !important;
  margin-left: 3px !important;
  transition: fill 0.25s ease !important;
  display: block !important;
}

.dvf-catalog-card:hover .dvf-play-overlay-btn,
.dvf-play-overlay-btn:hover {
  transform: translate(-50%, -50%) scale(1.12) !important;
  background: #ffffff !important;
  box-shadow: 0 10px 30px rgba(233, 30, 99, 0.4) !important;
}

.dvf-play-overlay-btn:hover svg {
  fill: #e91e63 !important;
}

/* ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã‚ÂÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã‚ÂÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ Card Body & Actions ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã‚ÂÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã‚ÂÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ */
.dvf-card-body {
  padding: 10px 14px 6px;
  display: flex;
  flex-direction: column;
  gap: 8px;
  flex-grow: 1;
}

.dvf-card-title-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 12px;
}

.dvf-card-title {
  font-family: 'Inter', sans-serif;
  font-size: 15.5px;
  font-weight: 700;
  color: #1e293b;
  margin: 0;
  line-height: 1.35;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.dvf-card-price {
  font-family: 'Inter', sans-serif;
  font-size: 18px;
  font-weight: 800;
  color: #e91e63;
  flex-shrink: 0;
}

.dvf-card-actions {
  display: flex !important;
  flex-direction: row !important;
  flex-wrap: nowrap !important;
  align-items: center !important;
  justify-content: space-between !important;
  gap: 6px !important;
  width: 100% !important;
  margin-top: auto !important;
  box-sizing: border-box !important;
}

/* Preview & Personalize Action Buttons (Unified Height: 42px) */
.dvf-btn-preview,
.dvf-btn-personalize {
  height: 40px !important;
  min-height: 40px !important;
  max-height: 40px !important;
  box-sizing: border-box !important;
  padding: 0 8px !important;
  border-radius: 20px !important;
  font-size: 13.5px !important;
  font-weight: 700 !important;
  cursor: pointer !important;
  display: inline-flex !important;
  flex-direction: row !important;
  flex-wrap: nowrap !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 6px !important;
  transition: all 0.25s ease !important;
  font-family: inherit !important;
  line-height: 1.2 !important;
  margin: 0 !important;
  vertical-align: middle !important;
  text-decoration: none !important;
  white-space: nowrap !important;
  overflow: hidden !important;
}

.dvf-btn-preview {
  background: #ffffff !important;
  border: 1.5px solid #e91e63 !important;
  color: #e91e63 !important;
}

.dvf-btn-preview svg {
  width: 16px !important;
  height: 16px !important;
  flex-shrink: 0 !important;
  display: inline-block !important;
  margin: 0 4px 0 0 !important;
}

.dvf-btn-preview:hover {
  background: #fff0f3 !important;
  transform: translateY(-2px) !important;
  box-shadow: 0 4px 12px rgba(233, 30, 99, 0.15) !important;
}

.dvf-btn-personalize {
  background: #e91e63 !important;
  border: 1.5px solid #e91e63 !important;
  color: #ffffff !important;
  box-shadow: 0 4px 12px rgba(233, 30, 99, 0.3) !important;
}

.dvf-btn-personalize svg {
  width: 15px !important;
  height: 15px !important;
  flex-shrink: 0 !important;
  display: inline-block !important;
  margin: 0 4px 0 0 !important;
}

.dvf-btn-personalize:hover {
  transform: translateY(-2px) !important;
  box-shadow: 0 6px 18px rgba(233, 30, 99, 0.45) !important;
  background: #d81b60 !important;
  border-color: #d81b60 !important;
}

/* ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã‚ÂÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã‚ÂÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ Load More Button (Unified Height: 46px) ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã‚ÂÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã‚ÂÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ */
.dvf-load-more-wrapper {
  display: flex !important;
  justify-content: center !important;
  margin-top: 22px !important;
}

.dvf-load-more-btn {
  height: 46px !important;
  min-height: 46px !important;
  max-height: 46px !important;
  box-sizing: border-box !important;
  padding: 0 32px !important;
  background: #ffffff !important;
  border: 1.5px solid #e91e63 !important;
  color: #e91e63 !important;
  border-radius: 50px !important;
  font-size: 14.5px !important;
  font-weight: 700 !important;
  cursor: pointer !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 10px !important;
  transition: all 0.25s ease !important;
  font-family: inherit !important;
  line-height: 1 !important;
  margin: 0 !important;
  box-shadow: 0 4px 15px rgba(233, 30, 99, 0.08) !important;
  vertical-align: middle !important;
  outline: none !important;
}

.dvf-refresh-icon {
  width: 18px !important;
  height: 18px !important;
  transition: transform 0.4s ease !important;
  display: block !important;
  flex-shrink: 0 !important;
}

.dvf-load-more-btn:hover {
  background: #e91e63 !important;
  color: #ffffff !important;
  box-shadow: 0 6px 20px rgba(233, 30, 99, 0.35) !important;
  transform: translateY(-2px) !important;
}

.dvf-load-more-btn:hover .dvf-refresh-icon {
  transform: rotate(180deg) !important;
}

/* ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã‚ÂÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã‚ÂÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ Preview Modal ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã‚ÂÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã‚ÂÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ */
.dvf-modal-backdrop {
  position: fixed;
  inset: 0;
  background: rgba(15, 23, 42, 0.75);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  z-index: 99999;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px;
}

.dvf-modal-dialog.dvf-modal-split {
  background: #ffffff;
  border-radius: 24px;
  max-width: 900px;
  width: 100%;
  position: relative;
  padding: 0;
  display: flex;
  overflow: hidden;
  box-shadow: 0 25px 60px rgba(0, 0, 0, 0.35);
  animation: dvfModalPop 0.3s cubic-bezier(0.16, 1, 0.3, 1);
}

@keyframes dvfModalPop {
  from { opacity: 0; transform: scale(0.92) translateY(20px); }
  to { opacity: 1; transform: scale(1) translateY(0); }
}

.dvf-modal-close-btn {
  position: absolute;
  top: 14px;
  right: 16px;
  background: #f1f5f9;
  border: none;
  color: #475569;
  font-size: 24px;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.2s ease;
  z-index: 20;
}

.dvf-modal-close-btn:hover {
  background: #e91c4b;
  color: #ffffff;
  transform: rotate(90deg);
}

.dvf-modal-left {
  flex: 0 0 52%;
  width: 52%;
  background: #000000;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  min-height: 440px;
}

.dvf-modal-video-wrap {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.dvf-modal-video-wrap video {
  width: 100%;
  height: 100%;
  max-height: 520px;
  object-fit: contain;
  display: block;
}

.dvf-modal-right {
  flex: 1;
  padding: 32px 28px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  background: #ffffff;
}

.dvf-modal-cat-badge {
  display: inline-block;
  background: #fff1f2;
  color: #e11d48;
  font-size: 12px;
  font-weight: 700;
  padding: 4px 12px;
  border-radius: 20px;
  margin-bottom: 10px;
  border: 1px solid #fecdd3;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.dvf-modal-title {
  font-size: 22px;
  font-weight: 800;
  color: #0f172a;
  margin: 0 0 12px 0;
  line-height: 1.3;
}

.dvf-modal-price-row {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 20px;
}

.dvf-modal-price {
  font-size: 28px;
  font-weight: 800;
  color: #e91c4b;
}

.dvf-modal-price-tag {
  font-size: 11.5px;
  background: #f1f5f9;
  color: #475569;
  padding: 3px 8px;
  border-radius: 6px;
  font-weight: 600;
}

.dvf-modal-features-list {
  display: flex;
  flex-direction: column;
  gap: 14px;
  margin-bottom: 24px;
  background: #f8fafc;
  padding: 16px;
  border-radius: 16px;
  border: 1px solid #e2e8f0;
}

.dvf-modal-feature-item {
  display: flex;
  align-items: center;
  gap: 12px;
}

.dvf-modal-feat-icon {
  font-size: 22px;
  width: 38px;
  height: 38px;
  background: #ffffff;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.04);
}

.dvf-modal-feat-text {
  display: flex;
  flex-direction: column;
}

.dvf-modal-feat-text strong {
  font-size: 13.5px;
  font-weight: 700;
  color: #1e293b;
}

.dvf-modal-feat-text span {
  font-size: 12px;
  color: #64748b;
}

.dvf-modal-cta-btn {
  width: 100%;
  padding: 14px 20px;
  background: #e91c4b;
  color: #ffffff !important;
  border-radius: 14px;
  font-size: 15px;
  font-weight: 700;
  text-align: center;
  text-decoration: none;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  box-shadow: 0 8px 20px rgba(233, 28, 75, 0.3);
  transition: all 0.2s ease;
}

.dvf-modal-cta-btn:hover {
  background: #d0153f;
  transform: translateY(-2px);
  box-shadow: 0 12px 24px rgba(233, 28, 75, 0.4);
}

/* ============================================================
   ÃƒÆ’Ã‚Â°Ãƒâ€¦Ã‚Â¸ÃƒÂ¢Ã¢â€šÂ¬Ã…â€œÃƒâ€šÃ‚Â± Comprehensive Mobile & Tablet Responsive Design
   ============================================================ */

/* ============================================================
   ÃƒÆ’Ã‚Â°Ãƒâ€¦Ã‚Â¸ÃƒÂ¢Ã¢â€šÂ¬Ã…â€œÃƒâ€šÃ‚Â± Responsive Media Queries: Desktop 3 Rows/Cols, Tablet 2, Mobile 2
   ============================================================ */

/* ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã‚ÂÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã‚ÂÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ Tablet & Small Laptops (max-width: 1024px) ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã‚ÂÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã‚ÂÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ */
@media (max-width: 1024px) {
  .dvf-catalog-container {
    padding: 30px 24px !important;
    margin: 24px auto !important;
    border-radius: 20px !important;
  }

  .dvf-catalog-grid {
    grid-template-columns: repeat(2, 1fr) !important;
    gap: 20px !important;
  }

  .dvf-modal-dialog {
    max-width: 680px;
  }
}

/* ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã‚ÂÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã‚ÂÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ Tablets & Mobile Devices (max-width: 768px) ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã‚ÂÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã‚ÂÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ 2 Cards Per Row */
@media (max-width: 1024px) {
  .dvf-catalog-container {
    padding: 4px 8px 6px !important;
    margin: 2px auto !important;
    border-radius: 14px !important;
    width: calc(100% - 10px) !important;
  }

  .dvf-catalog-top-bar {
    flex-direction: column;
    align-items: stretch;
    gap: 4px;
    margin-bottom: 4px;
  }

  /* Smooth horizontal swipeable filter tabs on mobile */
  .dvf-catalog-tabs {
    display: flex !important;
    flex-wrap: nowrap !important;
    overflow-x: auto !important;
    -webkit-overflow-scrolling: touch !important;
    scroll-snap-type: x mandatory !important;
    scrollbar-width: none !important;
    -ms-overflow-style: none !important;
    padding-bottom: 4px !important;
    margin-bottom: -4px !important;
    width: 100% !important;
    gap: 6px !important;
  }

  .dvf-catalog-tabs::-webkit-scrollbar {
    display: none !important;
    width: 0 !important;
    height: 0 !important;
  }

  .dvf-tab-btn {
    white-space: nowrap !important;
    flex-shrink: 0 !important;
    scroll-snap-align: start !important;
    height: 36px !important;
    min-height: 36px !important;
    padding: 0 14px !important;
    font-size: 13px !important;
    gap: 6px !important;
  }

  .dvf-tab-icon {
    width: 15px !important;
    height: 15px !important;
  }

  .dvf-sort-wrapper {
    width: 100%;
    display: flex;
    justify-content: flex-end;
  }

  .dvf-sort-select {
    width: 100% !important;
    max-width: 100% !important;
    height: 36px !important;
    min-height: 36px !important;
    font-size: 12.5px !important;
    padding: 0 32px 0 12px !important;
  }

  /* 2 Cards per row on Mobile & Tablet */
  .dvf-catalog-grid {
    grid-template-columns: repeat(2, 1fr) !important;
    gap: 5px !important;
    margin-top: 0 !important;
  }

  .dvf-catalog-card {
    border-radius: 12px;
    padding-bottom: 0 !important;
    margin-bottom: 0 !important;
  }

  .dvf-card-media {
    border-radius: 12px 12px 0 0;
    margin-top: 0 !important;
  }

  .dvf-play-overlay-btn {
    width: 36px !important;
    height: 36px !important;
    min-width: 36px !important;
    min-height: 36px !important;
  }

  .dvf-play-overlay-btn svg {
    width: 14px !important;
    height: 14px !important;
  }

  .dvf-card-body {
    padding: 4px 4px 2px !important;
    gap: 3px !important;
  }

  .dvf-card-title-row {
    gap: 3px !important;
    margin-bottom: 1px !important;
  }

  .dvf-card-title {
    font-size: 12px;
    line-height: 1.2;
  }

  .dvf-card-price {
    font-size: 13.5px;
  }

  .dvf-card-actions {
    display: flex !important;
    flex-direction: column !important;
    align-items: stretch !important;
    gap: 2px !important;
    width: 100% !important;
  }

  .dvf-btn-preview,
  .dvf-btn-personalize {
    width: 100% !important;
    max-width: 100% !important;
    min-width: 100% !important;
    flex: 0 0 auto !important;
    height: 38px !important;
    min-height: 38px !important;
    max-height: 38px !important;
    font-size: 12.5px !important;
    font-weight: 700 !important;
    padding: 0 8px !important;
    border-radius: 20px !important;
    gap: 5px !important;
    white-space: nowrap !important;
    box-sizing: border-box !important;
    justify-content: center !important;
  }

  .dvf-btn-preview svg,
  .dvf-btn-personalize svg {
    width: 14px !important;
    height: 14px !important;
  }

  .dvf-load-more-wrapper {
    margin-top: 24px !important;
  }

  .dvf-load-more-btn {
    height: 40px !important;
    min-height: 40px !important;
    font-size: 13px !important;
    padding: 0 20px !important;
    width: 100% !important;
    max-width: 260px !important;
  }

  /* Modal Mobile Responsiveness (Stacked: Video on Top, Details Below) */
  .dvf-modal-backdrop {
    padding: 12px 10px !important;
    align-items: center !important;
    justify-content: center !important;
  }

  .dvf-modal-dialog.dvf-modal-split {
    flex-direction: column !important;
    max-width: 100% !important;
    width: 100% !important;
    max-height: 88vh !important;
    max-height: 88dvh !important;
    border-radius: 20px !important;
    overflow-y: auto !important;
    -webkit-overflow-scrolling: touch !important;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.4) !important;
    position: relative !important;
  }

  .dvf-modal-close-btn {
    top: 10px !important;
    right: 10px !important;
    width: 34px !important;
    height: 34px !important;
    font-size: 22px !important;
    background: rgba(255, 255, 255, 0.9) !important;
    color: #0f172a !important;
    backdrop-filter: blur(6px) !important;
    -webkit-backdrop-filter: blur(6px) !important;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.25) !important;
    z-index: 30 !important;
  }

  .dvf-modal-left {
    flex: 0 0 auto !important;
    width: 100% !important;
    min-height: auto !important;
    max-height: 340px !important;
    background: #000000 !important;
    border-radius: 20px 20px 0 0 !important;
    overflow: hidden !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
  }

  .dvf-modal-video-wrap {
    width: 100% !important;
    height: 100% !important;
    max-height: 340px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
  }

  .dvf-modal-video-wrap video {
    width: 100% !important;
    height: auto !important;
    max-height: 340px !important;
    object-fit: contain !important;
  }

  .dvf-modal-right {
    flex: 1 0 auto !important;
    width: 100% !important;
    padding: 20px 16px !important;
    background: #ffffff !important;
    border-radius: 0 0 20px 20px !important;
    box-sizing: border-box !important;
  }

  .dvf-modal-cat-badge {
    font-size: 11px !important;
    padding: 3px 10px !important;
    margin-bottom: 8px !important;
  }

  .dvf-modal-title {
    font-size: 18px !important;
    margin-bottom: 8px !important;
    line-height: 1.25 !important;
  }

  .dvf-modal-price-row {
    margin-bottom: 14px !important;
    gap: 10px !important;
  }

  .dvf-modal-price {
    font-size: 24px !important;
  }

  .dvf-modal-price-tag {
    font-size: 11px !important;
  }

  .dvf-modal-features-list {
    padding: 12px !important;
    gap: 10px !important;
    margin-bottom: 16px !important;
    border-radius: 12px !important;
  }

  .dvf-modal-feature-item {
    gap: 10px !important;
  }

  .dvf-modal-feat-icon {
    width: 32px !important;
    height: 32px !important;
    font-size: 18px !important;
    border-radius: 8px !important;
  }

  .dvf-modal-feat-text strong {
    font-size: 12.5px !important;
  }

  .dvf-modal-feat-text span {
    font-size: 11px !important;
  }

  .dvf-modal-cta-btn,
  #dvf-modal-pers-btn {
    padding: 12px 16px !important;
    font-size: 14px !important;
    height: 44px !important;
    min-height: 44px !important;
    border-radius: 12px !important;
    width: 100% !important;
  }
}

/* ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã‚ÂÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã‚ÂÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ Small Mobile Phones (max-width: 480px) ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã‚ÂÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã‚ÂÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ 2 Cards Per Row Optimized */
@media (max-width: 480px) {
  .dvf-catalog-container {
    padding: 4px 6px 6px !important;
    margin: 2px auto !important;
    border-radius: 12px !important;
    width: calc(100% - 8px) !important;
  }

  .dvf-catalog-grid {
    grid-template-columns: repeat(2, 1fr) !important;
    gap: 6px !important;
  }

  .dvf-card-body {
    padding: 5px 4px 2px;
    gap: 3px;
  }

  .dvf-card-title-row {
    flex-direction: column;
    align-items: flex-start;
    gap: 2px;
  }

  .dvf-card-title {
    font-size: 12.5px;
  }

  .dvf-card-price {
    font-size: 14px;
  }

  .dvf-card-actions {
    gap: 3px !important;
    flex-direction: column !important;
  }

  .dvf-btn-preview,
  .dvf-btn-personalize {
    height: 35px !important;
    min-height: 35px !important;
    max-height: 35px !important;
    font-size: 11.5px !important;
    padding: 0 6px !important;
    gap: 4px !important;
    border-radius: 18px !important;
  }

  .dvf-btn-preview svg,
  .dvf-btn-personalize svg {
    width: 13px !important;
    height: 13px !important;
  }

  .dvf-modal-left,
  .dvf-modal-video-wrap,
  .dvf-modal-video-wrap video {
    max-height: 300px !important;
  }

  .dvf-modal-right {
    padding: 16px 14px !important;
  }
}

/* ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã‚ÂÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã‚ÂÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ Extra Small Mobile Screens (max-width: 350px) ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã‚ÂÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã‚ÂÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ */
@media (max-width: 350px) {
  .dvf-catalog-grid {
    gap: 8px !important;
  }

  .dvf-btn-preview,
  .dvf-btn-personalize {
    font-size: 10px !important;
    padding: 0 2px !important;
  }
}

/* ============================================================
   ÃƒÆ’Ã‚Â°Ãƒâ€¦Ã‚Â¸ÃƒÂ¢Ã¢â€šÂ¬Ã…â€œÃƒâ€šÃ‚Â± Mobile Responsive Enhancements for Video Preview & Form
   ============================================================ */
.dvf-canvas {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}

@media (max-width: 992px) {
  .dvf-wrapper {
    padding: 16px !important;
    margin: 12px auto !important;
    border-radius: 20px !important;
    width: 100% !important;
    max-width: 100% !important;
  }

  .dvf-main-content {
    flex-direction: column !important;
    gap: 20px !important;
  }

  .dvf-video-side {
    width: 100% !important;
    flex: 0 0 100% !important;
    padding: 14px !important;
    border-radius: 18px !important;
  }

  .dvf-form-side {
    width: 100% !important;
    flex: 0 0 100% !important;
  }

  .dvf-video-container {
    height: 480px !important;
    min-height: 440px !important;
    border-radius: 14px !important;
  }
}

@media (max-width: 768px) {
  .dvf-wrapper {
    padding: 10px !important;
    margin: 8px auto !important;
    border-radius: 16px !important;
  }

  .dvf-top-navbar {
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
    padding-bottom: 12px;
    margin-bottom: 14px;
  }

  .dvf-top-nav-actions {
    width: 100%;
    justify-content: space-between;
  }

  .dvf-step-bar {
    padding: 10px 12px !important;
    margin-bottom: 16px !important;
    border-radius: 12px !important;
  }

  .dvf-step-sub {
    display: none !important;
  }

  .dvf-step-num {
    width: 30px !important;
    height: 30px !important;
    font-size: 13px !important;
  }

  .dvf-video-side {
    padding: 10px !important;
    border-radius: 14px !important;
  }

  .dvf-video-container {
    height: clamp(400px, 75vh, 560px) !important;
    min-height: 400px !important;
    border-radius: 12px !important;
  }

  .dvf-fields-grid {
    grid-template-columns: 1fr !important;
  }

  .dvf-page-title {
    font-size: 20px !important;
  }

  .dvf-page-subtitle {
    font-size: 12.5px !important;
  }
}

@media (max-width: 480px) {
  .dvf-wrapper {
    padding: 8px !important;
    border-radius: 12px !important;
  }

  .dvf-video-side {
    padding: 8px !important;
  }

  .dvf-video-container {
    height: clamp(380px, 78vh, 580px) !important;
    min-height: 100vh !important;
    border-radius: 10px !important;
  }
}

/* Bulletproof Single-Line Alignment Override for All Buttons (Text & Icon inline) */
.dvf-btn-preview,
.dvf-btn-personalize,
a.dvf-btn-personalize,
button.dvf-btn-preview,
button.dvf-submit-btn,
.dvf-submit-btn,
button.dvf-load-more-btn,
.dvf-load-more-btn,
button.dvf-pay-tab-btn,
.dvf-pay-tab-btn,
button.dvf-copy-upi-btn,
.dvf-copy-upi-btn,
button.dvf-reset-btn,
.dvf-reset-btn,
button.dvf-tab-btn,
.dvf-tab-btn,
button.dvf-download-main-btn,
.dvf-download-main-btn,
a.dvf-download-secondary-btn,
.dvf-download-secondary-btn,
a.dvf-modal-cta-btn,
.dvf-modal-cta-btn,
a.dvf-modal-pers-btn,
.dvf-modal-pers-btn,
#dvf-modal-pers-btn,
.dvf-wrapper button,
.dvf-catalog-container button {
  display: inline-flex !important;
  flex-direction: row !important;
  flex-wrap: nowrap !important;
  align-items: center !important;
  justify-content: center !important;
  white-space: nowrap !important;
  line-height: 1.2 !important;
  text-decoration: none !important;
  box-sizing: border-box !important;
}

/* Ensure full-width buttons retain width: 100% while maintaining flex row */
button.dvf-submit-btn,
.dvf-submit-btn,
button.dvf-download-main-btn,
.dvf-download-main-btn,
a.dvf-modal-cta-btn,
.dvf-modal-cta-btn,
#dvf-modal-pers-btn {
  display: flex !important;
  flex-direction: row !important;
  width: 100% !important;
  align-items: center !important;
  justify-content: center !important;
}

/* Prevent themes from setting display: block or width: 100% on child spans, icons, svgs */
.dvf-wrapper button *,
.dvf-catalog-container button *,
.dvf-wrapper a[class*="dvf-"] *,
.dvf-catalog-container a[class*="dvf-"] *,
.dvf-submit-btn *,
.dvf-btn-preview *,
.dvf-btn-personalize *,
.dvf-load-more-btn *,
.dvf-pay-tab-btn *,
.dvf-copy-upi-btn *,
.dvf-reset-btn *,
.dvf-tab-btn *,
.dvf-download-main-btn *,
.dvf-download-secondary-btn *,
.dvf-modal-cta-btn *,
.dvf-modal-pers-btn *,
#dvf-modal-pers-btn * {
  display: inline-flex !important;
  flex-direction: row !important;
  align-items: center !important;
  justify-content: center !important;
  width: auto !important;
  max-width: none !important;
  flex-shrink: 0 !important;
  white-space: nowrap !important;
  vertical-align: middle !important;
  line-height: 1.2 !important;
}

.dvf-wrapper button svg,
.dvf-catalog-container button svg,
.dvf-submit-btn svg,
.dvf-btn-preview svg,
.dvf-btn-personalize svg,
.dvf-load-more-btn svg,
.dvf-pay-tab-btn svg,
.dvf-tab-btn svg,
.dvf-download-main-btn svg,
.dvf-download-secondary-btn svg,
.dvf-modal-cta-btn svg,
.dvf-modal-pers-btn svg,
#dvf-modal-pers-btn svg,
.dvf-tab-icon {
  display: inline-block !important;
  flex-shrink: 0 !important;
  vertical-align: middle !important;
  margin: 0 4px 0 0 !important;
}

/* Card action buttons side-by-side enforcement & 4 Cards Grid for Desktop (> 1024px) */
@media (min-width: 1025px) {
  .dvf-catalog-grid {
    grid-template-columns: repeat(4, 1fr) !important;
    gap: 16px !important;
  }

  .dvf-card-actions,
  .dvf-catalog-card .dvf-card-actions {
    display: flex !important;
    flex-direction: row !important;
    flex-wrap: nowrap !important;
    align-items: center !important;
    justify-content: space-between !important;
    gap: 6px !important;
    width: 100% !important;
    margin-top: auto !important;
    padding: 0 !important;
    box-sizing: border-box !important;
  }

  .dvf-card-actions .dvf-btn-preview,
  .dvf-card-actions button.dvf-btn-preview,
  button.dvf-btn-preview {
    flex: 0 0 auto !important;
    width: auto !important;
    min-width: 80px !important;
    max-width: none !important;
    height: 38px !important;
    min-height: 38px !important;
    max-height: 38px !important;
    line-height: 38px !important;
    font-size: 12.5px !important;
    font-weight: 700 !important;
    padding: 0 10px !important;
    border-radius: 20px !important;
    display: inline-flex !important;
    flex-direction: row !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 4px !important;
    white-space: nowrap !important;
    box-sizing: border-box !important;
    overflow: hidden !important;
    margin: 0 !important;
  }

  .dvf-card-actions .dvf-btn-personalize,
  .dvf-card-actions a.dvf-btn-personalize,
  a.dvf-btn-personalize {
    flex: 1 1 auto !important;
    width: auto !important;
    min-width: 0 !important;
    max-width: none !important;
    height: 38px !important;
    min-height: 38px !important;
    max-height: 38px !important;
    line-height: 38px !important;
    font-size: 12px !important;
    font-weight: 700 !important;
    padding: 0 10px !important;
    border-radius: 20px !important;
    display: inline-flex !important;
    flex-direction: row !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 4px !important;
    white-space: nowrap !important;
    box-sizing: border-box !important;
    overflow: hidden !important;
    margin: 0 !important;
    letter-spacing: -0.2px !important;
  }

  .dvf-btn-preview svg,
  .dvf-btn-personalize svg {
    width: 14px !important;
    height: 14px !important;
    margin: 0 3px 0 0 !important;
    flex-shrink: 0 !important;
  }
}

/* Card action buttons stacked vertically (upper niche) for Mobile & Tablet (<= 1024px) */
@media (max-width: 1024px) {
  .dvf-card-actions,
  .dvf-catalog-card .dvf-card-actions {
    display: flex !important;
    flex-direction: column !important;
    flex-wrap: nowrap !important;
    align-items: stretch !important;
    justify-content: flex-start !important;
    gap: 2px !important;
    width: 100% !important;
    margin-top: auto !important;
    padding: 0 !important;
    box-sizing: border-box !important;
  }

  .dvf-card-actions .dvf-btn-preview,
  .dvf-card-actions button.dvf-btn-preview,
  .dvf-card-actions .dvf-btn-personalize,
  .dvf-card-actions a.dvf-btn-personalize,
  button.dvf-btn-preview,
  a.dvf-btn-personalize {
    flex: 0 0 auto !important;
    width: 100% !important;
    min-width: 100% !important;
    max-width: 100% !important;
    height: 38px !important;
    min-height: 38px !important;
    max-height: 38px !important;
    line-height: 38px !important;
    font-size: 12.5px !important;
    font-weight: 700 !important;
    padding: 0 8px !important;
    border-radius: 20px !important;
    display: inline-flex !important;
    flex-direction: row !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 4px !important;
    white-space: nowrap !important;
    box-sizing: border-box !important;
    overflow: hidden !important;
    margin: 0 !important;
    vertical-align: middle !important;
    -webkit-appearance: none !important;
    appearance: none !important;
    transform: none !important;
    letter-spacing: -0.1px !important;
  }

  .dvf-btn-preview svg,
  .dvf-btn-personalize svg {
    width: 14px !important;
    height: 14px !important;
    margin: 0 3px 0 0 !important;
  }
}

@media (max-width: 480px) {
  .dvf-card-actions,
  .dvf-catalog-card .dvf-card-actions {
    gap: 2px !important;
  }

  .dvf-card-actions .dvf-btn-preview,
  .dvf-card-actions button.dvf-btn-preview,
  .dvf-card-actions .dvf-btn-personalize,
  .dvf-card-actions a.dvf-btn-personalize,
  button.dvf-btn-preview,
  a.dvf-btn-personalize {
    height: 35px !important;
    min-height: 35px !important;
    max-height: 35px !important;
    line-height: 35px !important;
    font-size: 11.5px !important;
    border-radius: 18px !important;
    padding: 0 6px !important;
  }

  .dvf-btn-preview svg,
  .dvf-btn-personalize svg {
    width: 13px !important;
    height: 13px !important;
  }
}

/* Logo / File Upload Field Styling */
.dvf-file-upload-box {
  position: relative;
  width: 100%;
  border: 2px dashed rgba(225, 29, 72, 0.35);
  border-radius: 14px;
  background: rgba(225, 29, 72, 0.03);
  padding: 16px;
  text-align: center;
  transition: all 0.25s ease;
  overflow: hidden;
}

.dvf-file-upload-box:hover,
.dvf-file-drop-area.dvf-file-dragover {
  border-color: #e11d48;
  background: rgba(225, 29, 72, 0.08);
  box-shadow: 0 4px 16px rgba(225, 29, 72, 0.15);
}

.dvf-file-input {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  cursor: pointer;
  z-index: 5;
}

.dvf-file-drop-area {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 6px;
  pointer-events: none;
}

.dvf-file-icon {
  font-size: 28px;
  margin-bottom: 2px;
}

.dvf-file-title {
  font-size: 14px;
  font-weight: 700;
  color: var(--dvf-text-primary, #1e293b);
}

.dvf-file-hint {
  font-size: 12px;
  color: var(--dvf-text-secondary, #64748b);
}

.dvf-file-preview-wrap {
  display: flex;
  align-items: center;
  gap: 14px;
  position: relative;
  z-index: 6;
  text-align: left;
}

.dvf-file-preview-img {
  width: 56px;
  height: 56px;
  border-radius: 10px;
  object-fit: cover;
  border: 2px solid #e11d48;
  box-shadow: 0 2px 8px rgba(0,0,0,0.15);
  flex-shrink: 0;
}

.dvf-file-preview-info {
  display: flex;
  flex-direction: column;
  gap: 4px;
  overflow: hidden;
}

.dvf-file-name {
  font-size: 13px;
  font-weight: 600;
  color: var(--dvf-text-primary, #1e293b);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 200px;
}

.dvf-file-remove-btn {
  background: #ef4444;
  color: #ffffff;
  border: none;
  border-radius: 6px;
  padding: 4px 10px;
  font-size: 11px;
  font-weight: 600;
  cursor: pointer;
  align-self: flex-start;
  transition: background 0.2s ease;
}

.dvf-file-remove-btn:hover {
  background: #dc2626;
}

/* Disable full-overlay input pointer events when preview is active */
.dvf-file-upload-box.dvf-has-preview .dvf-file-input {
  pointer-events: none;
  display: none;
}

.dvf-file-preview-wrap {
  display: flex;
  flex-direction: column;
  gap: 12px;
  position: relative;
  z-index: 10;
  text-align: left;
  width: 100%;
}

.dvf-file-preview-top {
  display: flex;
  align-items: center;
  gap: 12px;
  width: 100%;
}

/* Image Edit Toolbar inside Upload Box */
.dvf-img-edit-toolbar {
  display: flex;
  flex-direction: column;
  gap: 10px;
  background: rgba(248, 250, 252, 0.95);
  border: 1px solid rgba(226, 232, 240, 0.9);
  border-radius: 12px;
  padding: 12px;
  width: 100%;
  box-shadow: inset 0 1px 3px rgba(0,0,0,0.02);
}

.dvf-img-edit-row {
  display: flex;
  align-items: center;
  gap: 8px;
  width: 100%;
}

.dvf-img-tool-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  padding: 7px 12px;
  border-radius: 8px;
  font-size: 12px;
  font-weight: 600;
  border: none;
  cursor: pointer;
  transition: all 0.2s ease;
  flex: 1;
}

.dvf-img-crop-btn {
  background: #7c3aed;
  color: #ffffff;
  box-shadow: 0 2px 6px rgba(124, 58, 237, 0.25);
}

.dvf-img-crop-btn:hover {
  background: #6d28d9;
  transform: translateY(-1px);
}

.dvf-img-remove-bg-btn {
  background: #059669;
  color: #ffffff;
  box-shadow: 0 2px 6px rgba(5, 150, 105, 0.25);
}

.dvf-img-remove-bg-btn:hover {
  background: #047857;
  transform: translateY(-1px);
}

.dvf-img-remove-bg-btn.active {
  background: #065f46;
  box-shadow: inset 0 2px 4px rgba(0,0,0,0.2);
}

.dvf-img-tool-btn.dvf-btn-loading {
  opacity: 0.9;
  cursor: wait;
  background: #2563eb !important;
  animation: dvfPulseBg 1.2s infinite ease-in-out;
}

.dvf-spin {
  display: inline-block;
  animation: dvfSpin 1s linear infinite;
}

@keyframes dvfSpin {
  100% { transform: rotate(360deg); }
}

@keyframes dvfPulseBg {
  0% { opacity: 0.75; }
  50% { opacity: 1; }
  100% { opacity: 0.75; }
}

.dvf-img-controls-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
}

@media (max-width: 520px) {
  .dvf-img-controls-grid {
    grid-template-columns: 1fr;
  }
}

.dvf-img-control-group {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.dvf-control-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.dvf-control-label {
  font-size: 11px;
  font-weight: 700;
  color: #475569;
  text-transform: uppercase;
  letter-spacing: 0.3px;
}

.dvf-scale-val,
.dvf-opacity-val {
  font-size: 11px;
  font-weight: 700;
  color: #7c3aed;
  background: rgba(124, 58, 237, 0.1);
  padding: 1px 6px;
  border-radius: 4px;
}

.dvf-slider-with-btn {
  display: flex;
  align-items: center;
  gap: 6px;
}

.dvf-zoom-btn {
  width: 24px;
  height: 24px;
  border-radius: 6px;
  border: 1px solid #cbd5e1;
  background: #ffffff;
  color: #334155;
  font-weight: bold;
  font-size: 14px;
  line-height: 1;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.15s ease;
  flex-shrink: 0;
}

.dvf-zoom-btn:hover {
  background: #f1f5f9;
  border-color: #94a3b8;
}

.dvf-img-scale-range,
.dvf-img-opacity-range {
  width: 100%;
  accent-color: #7c3aed;
  cursor: pointer;
  height: 5px;
}

/* Crop Modal Styles */
.dvf-crop-modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  z-index: 999999;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 16px;
}

.dvf-crop-modal-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(15, 23, 42, 0.8);
  backdrop-filter: blur(6px);
}

.dvf-crop-modal-dialog {
  position: relative;
  z-index: 2;
  background: #ffffff;
  width: 100%;
  max-width: 560px;
  border-radius: 16px;
  box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.35);
  display: flex;
  flex-direction: column;
  max-height: 90vh;
  overflow: hidden;
  animation: dvfCropModalIn 0.25s ease-out;
}

@keyframes dvfCropModalIn {
  from { opacity: 0; transform: scale(0.95) translateY(10px); }
  to { opacity: 1; transform: scale(1) translateY(0); }
}

.dvf-crop-modal-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 14px 20px;
  border-bottom: 1px solid #e2e8f0;
  background: #f8fafc;
}

.dvf-crop-modal-header h3 {
  margin: 0;
  font-size: 16px;
  font-weight: 700;
  color: #0f172a;
}

.dvf-crop-close-btn {
  background: none;
  border: none;
  font-size: 24px;
  color: #64748b;
  cursor: pointer;
  line-height: 1;
  padding: 0 4px;
}

.dvf-crop-close-btn:hover {
  color: #0f172a;
}

.dvf-crop-modal-body {
  padding: 16px 20px;
  display: flex;
  flex-direction: column;
  gap: 12px;
  overflow-y: auto;
}

.dvf-crop-ratios {
  display: flex;
  align-items: center;
  gap: 8px;
  flex-wrap: wrap;
}

.dvf-crop-ratio-label {
  font-size: 12px;
  font-weight: 600;
  color: #64748b;
}

.dvf-crop-ratio-btn {
  padding: 4px 10px;
  border-radius: 6px;
  border: 1px solid #cbd5e1;
  background: #ffffff;
  color: #334155;
  font-size: 12px;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.15s ease;
}

.dvf-crop-ratio-btn:hover {
  background: #f1f5f9;
  border-color: #94a3b8;
}

.dvf-crop-ratio-btn.active {
  background: #7c3aed;
  border-color: #7c3aed;
  color: #ffffff;
}

.dvf-crop-canvas-container {
  width: 100%;
  height: 320px;
  background: #0f172a;
  border-radius: 10px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

.dvf-crop-canvas {
  max-width: 100%;
  max-height: 100%;
  cursor: crosshair;
  touch-action: none;
}

.dvf-crop-tip {
  font-size: 11.5px;
  color: #64748b;
  margin: 0;
  text-align: center;
}

.dvf-crop-modal-footer {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 10px;
  padding: 14px 20px;
  border-top: 1px solid #e2e8f0;
  background: #f8fafc;
}

.dvf-crop-reset-btn,
.dvf-crop-cancel-btn {
  padding: 8px 14px;
  border-radius: 8px;
  border: 1px solid #cbd5e1;
  background: #ffffff;
  color: #475569;
  font-size: 13px;
  font-weight: 600;
  cursor: pointer;
}

.dvf-crop-reset-btn:hover,
.dvf-crop-cancel-btn:hover {
  background: #f1f5f9;
}

.dvf-crop-apply-btn {
  padding: 8px 18px;
  border-radius: 8px;
  border: none;
  background: #7c3aed;
  color: #ffffff;
  font-size: 13px;
  font-weight: 600;
  cursor: pointer;
  box-shadow: 0 2px 8px rgba(124, 58, 237, 0.3);
}

.dvf-crop-apply-btn:hover {
  background: #6d28d9;
}







