/* ========================================
   DP DONATIONS - DONATION STEPS STYLES
   Estilos para el proceso paso a paso de donaciones
   ======================================== */

.dp-donation-single-page::before {
  content: "";
  background-color: #5a4532;
  width: 100%;
  height: 100px;
  position: absolute;
}

/* ========== SISTEMA DE PASOS ========== */
.dp-donation-flow {
  max-width: 800px;
  margin: 0 auto;
  /* padding-top: 180px; */
  background: #FDF4ED;
  /* min-height: 100vh; */
}

/* Vista previa con ancho completo */
.dp-donation-flow .dp-reto-preview {
  margin-left: calc(-50vw + 50%);
  margin-right: calc(-50vw + 50%);
  max-width: 100vw;
  width: 100vw;
}

.dp-step {
  display: none;
}

.dp-step-1,
.dp-step-2 {
  padding: 180px 0 50px 0;
}

.dp-step.dp-step-active {
  display: block;
  animation: dpFadeIn 0.3s ease-in-out;
}

@keyframes dpFadeIn {
  from {
    opacity: 0;
    transform: translateY(20px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* ========== VISTA PREVIA RETO ========== */
.dp-reto-preview {
  background: #FDF4ED;
  /* border-radius: 8px; */
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
  overflow: visible;
  margin-bottom: 30px;
  position: relative;
}

.dp-preview-image {
  width: 100%;
  height: 440px;
  overflow: hidden;
  background: #f5f5f5;
  position: relative;
  /* border-radius: 8px 8px 0 0; */
  display: flex;
  align-items: center;
  justify-content: center;
}

.dp-preview-image::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.62);
  z-index: 1;
}

.dp-preview-img {
  width: 100%;
  height: 100% !important;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
}

.dp-preview-content {
  background: #fff;
  padding: 32px;
  text-align: center;
  max-width: 666px;
  margin: -80px auto 0 auto;
  border-radius: 8px;
  position: relative;
  z-index: 3;
}

.dp-preview-content .dp-btn-primary {
  margin-top: 32px;
}

.dp-preview-title {
  font-size: 53px;
  font-weight: 700;
  color: #FFFFFF;
  margin: 0;
  line-height: 1.13;
  letter-spacing: -3.2%;
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: calc(100% - 188px);
  z-index: 2;
  max-width: 1252px;
}

.dp-preview-subtitle {
  font-size: 20px;
  color: #7f8c8d;
  margin: 0 0 20px 0;
}

.dp-preview-description {
  font-size: 18px;
  line-height: 1.44;
  color: #000000;
  text-align: left;
}

.dp-preview-progress {
  margin-bottom: 30px;
}

/* Progreso en vista individual */
.dp-single-progress {
  background: #fff;
  border-radius: 12px;
  padding: 25px;
  margin-bottom: 25px;
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.1);
}

.dp-progress-stats {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 16px;
  padding: 16px 0;
  position: relative;
}

.dp-progress-stats::before,
.dp-progress-stats::after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  height: 1px;
  background: #ECF0F1;
}

.dp-progress-stats::before {
  top: 0;
}

.dp-progress-stats::after {
  bottom: 0;
}

.dp-stat {
  text-align: center;
  position: relative;
  flex: 1;
  padding: 0 30px;
}

.dp-stat:not(:last-child)::after {
  content: '';
  position: absolute;
  right: 0;
  top: 20%;
  bottom: 20%;
  width: 1px;
  background: #ECF0F1;
}

.dp-stat-number {
  display: block;
  font-size: 20px;
  font-weight: 600;
  color: #FFA13D;
  margin-bottom: 8px;
  line-height: 1.2;
}

.dp-stat:last-child .dp-stat-number {
  color: #000000;
}

.dp-stat-label {
  font-size: 16px;
  color: #747577;
  font-weight: 400;
  line-height: 1.5;
}

.dp-progress-bar-large {
  width: 100%;
  height: 16px;
  background: #ECF0F1;
  border-radius: 32px;
  overflow: hidden;
  margin-top: 16px;
}

.dp-progress-fill-large {
  height: 100%;
  background: linear-gradient(90deg, rgba(255, 222, 188, 1) 0%, rgba(243, 156, 63, 1) 100%);
  border-radius: 100px;
  transition: width 0.8s ease;
  position: relative;
}

/* ========== STEP CONTENT ========== */
.dp-step-content {
  background: #FFFFFF;
  border-radius: 8px;
  padding: 32px;
  border: none;
  margin: 0 auto;
  max-width: 764px;
}

.dp-step-header {
  text-align: center;
  margin-bottom: 32px;
}

.dp-step-header h2 {
  font-size: 53px;
  font-weight: 400;
  color: #000000;
  margin: 0;
  line-height: 1.13;
  letter-spacing: -3.2%;
}

/* ========== FRECUENCIA ========== */
.dp-frequency-section {
  margin-bottom: 24px;
}

.dp-frequency-section h3 {
  font-size: 18px;
  font-weight: 500;
  color: #000000;
  margin: 0 0 12px 0;
  line-height: 1.44;
}

.dp-frequency-options {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px;
  margin-bottom: 24px;
}

.dp-frequency-option {
  display: flex;
  align-items: center;
  padding: 15px 16px;
  border: 1px solid #EADED5;
  border-radius: 8px;
  cursor: pointer;
  transition: all 0.3s ease;
  background: #FFFFFF;
  min-height: 50px;
  box-sizing: border-box;
}

.dp-frequency-option:hover {
  border-color: #FFA13D;
}

.dp-frequency-option.dp-selected {
  border-color: #FFA13D;
  border-width: 1.5px;
}

/* Radio button estilo donut */
.dp-frequency-option input[type="radio"] {
  appearance: none;
  -webkit-appearance: none;
  width: 18px;
  height: 18px;
  border: 2px solid #CCCCCC;
  border-radius: 50%;
  margin-right: 12px;
  cursor: pointer;
  position: relative;
  background: white;
}

.dp-frequency-option input[type="radio"]:checked {
  border-color: #FFA13D;
}

.dp-frequency-option input[type="radio"]:checked::after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 8px;
  height: 8px;
  background: #FFA13D;
  border-radius: 50%;
}

.dp-frequency-option input[type="radio"]:checked+.dp-frequency-label {
  color: #FFA13D;
  font-weight: 600;
}

.dp-frequency-label {
  font-size: 16px;
  font-weight: 400;
  color: #747577;
  line-height: 1.5;
  cursor: pointer;
  display: flex;
  align-items: center;
  gap: 4px;
}

.dp-frequency-label small {
  font-size: 14px;
  color: #000000;
  font-weight: 400;
  line-height: 1;
}

.dp-subscription-details {
  background: transparent;
  border-radius: 0;
  padding: 0;
  margin-top: 16px;
}

.dp-subscription-details h4 {
  font-size: 16px;
  font-weight: 500;
  color: #000000;
  margin: 0 0 12px 0;
}

.dp-subscription-frequency {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
}

.dp-subscription-option {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px 15px;
  border: 1px solid #EADED5;
  border-radius: 8px;
  cursor: pointer;
  transition: all 0.3s ease;
  background: #FFFFFF;
  height: 40px;
  box-sizing: border-box;
}

.dp-subscription-option:hover {
  border-color: #FFA13D;
}

/* Radio button estilo donut para suscripción */
.dp-subscription-option input[type="radio"] {
  appearance: none;
  -webkit-appearance: none;
  width: 16px;
  height: 16px;
  border: 2px solid #CCCCCC;
  border-radius: 50%;
  margin-right: 8px;
  cursor: pointer;
  position: relative;
  background: white;
}

.dp-subscription-option input[type="radio"]:checked {
  border-color: #FFA13D;
}

.dp-subscription-option input[type="radio"]:checked::after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 6px;
  height: 6px;
  background: #FFA13D;
  border-radius: 50%;
}

.dp-subscription-option input[type="radio"]:checked+span {
  color: #FFA13D;
  font-weight: 600;
}

.dp-subscription-option span {
  font-size: 16px;
  font-weight: 400;
  color: #747577;
}

/* ========== CANTIDADES ========== */
.dp-amounts-section {
  margin-bottom: 24px;
}

.dp-amounts-section h3 {
  font-size: 18px;
  font-weight: 500;
  color: #000000;
  margin: 0 0 12px 0;
  line-height: 1.44;
}

.dp-amount-buttons {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
  margin-bottom: 24px;
}

.dp-amount-btn {
  border: 1px solid #EADED5 !important;
  border-radius: 8px !important;
  padding: 12px !important;
  height: 84px;
  position: relative;
  background-color: transparent !important;
}

.dp-amount-btn:hover,
.dp-amount-btn:focus {
  border-color: #FFA13D !important;
  background-color: #e8932a !important;
  /* Color más oscuro que #FFA13D */
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(255, 161, 61, 0.3);
}

.dp-amount-btn:hover .dp-amount-value,
.dp-amount-btn:hover .dp-amount-name {
  color: white;
}

.dp-amount-btn.dp-amount-selected {
  border-color: #FFA13D;
  background-color: #FFA13D !important;
  color: white;
}

.dp-amount-value {
  font-size: 24px;
  font-weight: 600;
  color: #FFA13D;
  line-height: 1;
  text-align: right;
  margin-bottom: auto;
  position: absolute;
  top: 12px;
  right: 12px;
}

.dp-amount-btn.dp-amount-selected .dp-amount-value {
  color: white;
}

.dp-amount-name {
  font-size: 16px;
  font-weight: 400;
  color: #747577;
  line-height: 1.5;
  text-align: left;
  margin-top: auto;
  position: absolute;
  bottom: 12px;
  left: 12px;
}

.dp-amount-btn.dp-amount-selected .dp-amount-name {
  color: white;
  font-weight: 600;
}

/* Botón cantidad personalizada - Estado normal */
.dp-custom-amount-btn {
  background: #FFFFFF;
  border-color: #EADED5;
  color: #747577;
}

.dp-custom-amount-btn .dp-amount-value {
  color: #FFA13D;
}

.dp-custom-amount-btn .dp-amount-name {
  color: #747577;
  font-weight: 400;
}

/* Estado hover para cantidad personalizada */
.dp-custom-amount-btn:hover {
  background: #e8932a;
  border-color: #e8932a;
}

.dp-custom-amount-btn:hover .dp-amount-value,
.dp-custom-amount-btn:hover .dp-amount-name {
  color: white;
}

/* Estado seleccionado para cantidad personalizada */
.dp-custom-amount-btn.dp-amount-selected {
  background: #FFA13D;
  border-color: #FFA13D;
}

.dp-custom-amount-btn.dp-amount-selected .dp-amount-value,
.dp-custom-amount-btn.dp-amount-selected .dp-amount-name {
  color: white;
}

.dp-custom-amount-btn.dp-amount-selected .dp-amount-name {
  font-weight: 600;
}

/* ========== CANTIDAD PERSONALIZADA ========== */
.dp-custom-amount-section {
  margin-bottom: 24px;
}

.dp-custom-amount-input {
  position: relative;
  width: 100%;
}

.dp-custom-amount-input input {
  width: 100% !important;
  padding: 15px 25px 15px 65px !important;
  border: 1px solid #EADED5 !important;
  border-radius: 26px !important;
  font-size: 16px;
  font-weight: 400;
  color: #747577;
  background: #FFFFFF;
  box-sizing: border-box;
}

.dp-custom-amount-input input:focus {
  outline: none;
  border-color: #FFA13D;
}

.dp-custom-amount-input input::placeholder {
  color: #747577;
  font-style: normal;
}

.dp-currency {
  position: absolute;
  left: 25px;
  /* Alineado con el padding del input */
  top: 50%;
  transform: translateY(-50%);
  font-weight: 400;
  font-size: 16px;
  color: #000000;
  pointer-events: none;
  z-index: 2;
}

/* ========== MENSAJE FISCAL ========== */
.dp-fiscal-info {
  background: #FDF4ED;
  color: #000000;
  padding: 12px 16px;
  border-radius: 8px;
  margin-bottom: 32px;
  display: flex;
  align-items: center;
  gap: 12px;
}

.dp-fiscal-info .dp-fiscal-icon {
  width: 32px;
  height: 32px;
  flex-shrink: 0;
}

.dp-fiscal-info .dp-fiscal-icon svg {
  width: 100%;
  height: 100%;
}

.dp-fiscal-info p {
  margin: 0;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  color: #000000;
}

/* ========== BOTONES ========== */
.dp-btn-primary {
  background-color: #FFA13D !important;
  color: white !important;
  border: none !important;
  padding: 17px 40px !important;
  border-radius: 30px !important;
  font-size: 16px !important;
  font-weight: 700 !important;
  cursor: pointer !important;
  transition: all 0.3s ease !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 10px !important;
  min-width: auto !important;
}

.dp-btn-primary:hover {
  background: #e8932a;
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(255, 161, 61, 0.3);
}

/* Quitamos la flecha del botón primario */

.dp-btn-secondary {
  background-color: white !important;
  color: #FFA13D !important;
  /* border: none !important; */
  border-color: #FFA13D !important;
  padding: 15px 30px !important;
  border-radius: 30px !important;
  font-size: 16px !important;
  font-weight: 600 !important;
  cursor: pointer !important;
  transition: all 0.3s ease !important;
}

.dp-btn-secondary:hover {
  background-color: #FFA13D !important;
  color: white !important;
}

.dp-step-actions {
  display: flex;
  justify-content: center;
  gap: 15px;
  margin-top: 32px;
}

/* ========== FORMULARIO STEP 2 ========== */
.dp-donation-summary {
  background: #FFA13D;
  color: #FFFFFF;
  padding: 12px 16px;
  border-radius: 8px;
  margin-bottom: 24px;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  gap: 12px;
  width: 250px;
  margin: 0 auto 40px auto;
}

.dp-donation-summary .dp-summary-label {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
}

.dp-donation-summary .dp-summary-amount {
  display: flex;
  align-items: center;
  gap: 8px;
}

.dp-donation-summary .dp-summary-value {
  font-size: 24px;
  font-weight: 600;
  line-height: 1;
}

.dp-donation-summary .dp-summary-frequency {
  font-size: 16px;
  font-weight: 600;
  line-height: 1.5;
}

/* ========== CAMPOS DE FORMULARIO ========== */
.dp-form-input {
  width: 100% !important;
  padding: 15px 32px !important;
  border: 1px solid #EADED5 !important;
  border-radius: 26px !important;
  font-size: 16px !important;
  font-weight: 400 !important;
  color: #747577 !important;
  background: #FFFFFF !important;
  box-sizing: border-box !important;
  transition: border-color 0.3s ease !important;
}

.dp-form-input:focus {
  outline: none !important;
  border-color: #FFA13D !important;
}

.dp-form-input::placeholder {
  color: #747577 !important;
  font-weight: 400 !important;
}

/* ========== SECCIÓN DE EMPRESA ========== */
.dp-company-section {
  background: #FDF4ED;
  border-radius: 8px;
  padding: 16px;
  margin-bottom: 24px;
  align-self: stretch;
}

.dp-company-checkbox-container {
  margin-bottom: 16px;
}

.dp-company-checkbox-label {
  display: flex !important;
  align-items: center !important;
  gap: 10px !important;
  cursor: pointer !important;
  margin: 0 !important;
  padding: 0 !important;
  background: none !important;
  border: none !important;
}

/* ========== CHECKBOX PERSONALIZADO ========== */
.dp-custom-checkbox {
  position: relative;
  display: inline-block;
}

.dp-custom-checkbox input[type="checkbox"] {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  width: 18px;
  height: 18px;
  margin: 0;
}

.dp-checkbox-checkmark {
  position: relative;
  display: inline-block;
  width: 18px;
  height: 18px;
  background: #FFFFFF;
  border: 1.23px solid #767676;
  border-radius: 3px;
  cursor: pointer;
  transition: all 0.3s ease;
}

.dp-checkbox-checkmark svg {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  opacity: 0;
  transition: opacity 0.3s ease;
}

.dp-custom-checkbox input[type="checkbox"]:checked+.dp-checkbox-checkmark {
  background: #FFA13D;
  border-color: #FFA13D;
}

.dp-custom-checkbox input[type="checkbox"]:checked+.dp-checkbox-checkmark svg {
  opacity: 1;
}

.dp-checkbox-text {
  font-size: 16px;
  font-weight: 400;
  color: #333333;
  line-height: 1.375;
  letter-spacing: 0.625%;
}

/* Campos de empresa */
.dp-company-fields {
  transition: all 0.3s ease;
  margin-top: 0;
}

.dp-company-fields.dp-show {
  display: block !important;
}

.dp-form-row {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
  margin-bottom: 20px;
}

.dp-form-group {
  margin-bottom: 0;
}

.dp-form-group label {
  display: none;
  /* Ocultamos labels ya que usamos placeholders */
}

/* Estilos para inputs que no tienen la clase dp-form-input (compatibilidad) */
.dp-form-group input:not(.dp-form-input),
.dp-form-group textarea:not(.dp-form-input) {
  width: 100%;
  padding: 12px;
  border: 2px solid #ecf0f1;
  border-radius: 6px;
  font-size: 14px;
  transition: border-color 0.3s ease;
  box-sizing: border-box;
}

.dp-form-group input:not(.dp-form-input):focus,
.dp-form-group textarea:not(.dp-form-input):focus {
  outline: none;
  border-color: #3498db;
}

.dp-checkbox-label {
  display: flex !important;
  align-items: center;
  gap: 8px;
  font-weight: normal !important;
  margin-bottom: 0 !important;
}

.dp-checkbox-label input[type="checkbox"] {
  width: auto !important;
  margin: 0 !important;
}

/* Estados de validación */
.dp-form-group input.dp-error,
.dp-form-group textarea.dp-error {
  border-color: #e74c3c;
  background-color: #fdf2f2;
}

.dp-form-group input.dp-success,
.dp-form-group textarea.dp-success {
  border-color: #27ae60;
}


/* Mejoras visuales para campos obligatorios */
.dp-form-group label {
  position: relative;
}

.dp-form-group label:after {
  content: "";
}

.dp-form-group label[for$="*"]:after,
.dp-form-group label:has(+ input[required]):after {
  content: " *";
  color: #e74c3c;
  font-weight: bold;
}

/* Estilo para placeholder */
.dp-form-group input::placeholder,
.dp-form-group textarea::placeholder {
  color: #bdc3c7;
  font-style: italic;
}

/* ========== MODAL DE CANCELACIÓN ========== */
.dp-cancelled-modal {
  position: fixed;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 99999;
  animation: dpSlideUp 0.5s ease-out;
}

.dp-cancelled-content {
  background: #fff3cd;
  border: 1px solid #ffc107;
  border-radius: 12px;
  padding: 20px;
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.15);
  display: flex;
  align-items: flex-start;
  gap: 16px;
  max-width: 500px;
  min-width: 320px;
  position: relative;
}

.dp-cancelled-icon {
  font-size: 24px;
  flex-shrink: 0;
  margin-top: 2px;
}

.dp-cancelled-text {
  flex: 1;
}

.dp-cancelled-text h4 {
  margin: 0 0 8px 0;
  font-size: 18px;
  font-weight: 600;
  color: #856404;
  line-height: 1.2;
}

.dp-cancelled-text p {
  margin: 0;
  font-size: 14px;
  color: #856404;
  line-height: 1.4;
}

.dp-cancelled-close {
  position: absolute;
  top: 12px;
  right: 12px;
  background: none;
  border: none;
  font-size: 24px;
  color: #856404;
  cursor: pointer;
  padding: 4px;
  line-height: 1;
  border-radius: 4px;
  transition: background-color 0.2s ease;
}

.dp-cancelled-close:hover {
  background-color: rgba(133, 100, 4, 0.1);
}

@keyframes dpSlideUp {
  from {
    opacity: 0;
    transform: translateX(-50%) translateY(100px);
  }

  to {
    opacity: 1;
    transform: translateX(-50%) translateY(0);
  }
}

/* .dp-cancelled-modal.dp-hiding {
  animation: dpSlideDown 0.3s ease-in forwards;
} */

/* Responsive para modal */
@media (max-width: 480px) {
  .dp-cancelled-modal {
    left: 10px;
    right: 10px;
    transform: none;
  }

  .dp-cancelled-content {
    min-width: auto;
    max-width: none;
  }
}

/* ========== TARJETAS DE RETO ========== */
.dp-reto-card {
  background: #FFFFFF;
  border-radius: 8px;
  overflow: hidden;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  display: flex;
  flex-direction: column;
  height: 100%;
}

.dp-reto-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.15);
}

.dp-reto-image {
  width: 100%;
  height: 200px;
  overflow: hidden;
  position: relative;
  background: #f5f5f5;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
  margin: 8px 0;
}

.dp-reto-img {
  width: 100%;
  height: 100% !important;
  object-fit: cover;
  border-radius: 8px;
}

.dp-reto-placeholder {
  width: 100%;
  height: 100%;
  background: #5A4736;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
}

.dp-reto-logo {
  width: 200px;
  height: 78px;
  object-fit: contain;
}

.dp-reto-content {
  padding: 24px;
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  gap: 12px;
}

.dp-reto-title {
  font-family: 'Kumbh Sans', sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 1em;
  color: #000000;
  margin: 0;
  text-align: left;
}

.dp-reto-description {
  font-family: 'Kumbh Sans', sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5em;
  color: #747577;
  margin: 0;
  text-align: left;
}

.dp-reto-progress {
  margin-top: 8px;
}

.dp-progress-info {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 12px;
}

.dp-progress-current {
  font-family: 'Kumbh Sans', sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.714em;
  color: #F39C3F;
}

.dp-progress-goal {
  font-family: 'Kumbh Sans', sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.714em;
  color: #747577;
}

.dp-progress-bar {
  width: 100%;
  height: 12px;
  background: #ECF0F1;
  border-radius: 32px;
  overflow: hidden;
  position: relative;
}

.dp-progress-fill {
  height: 100%;
  background: linear-gradient(90deg, rgba(255, 222, 188, 1) 0%, rgba(243, 156, 63, 1) 100%);
  border-radius: 100px;
  transition: width 0.8s ease;
  position: relative;
}

/* Grid para las tarjetas de reto */
.dp-retos-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
  gap: 24px;
  margin-top: 24px;
}

/* ========== RESPONSIVE ========== */
@media (max-width: 768px) {

  /* .dp-donation-flow {
    padding-top: 120px;
  } */

  .dp-donation-flow .dp-reto-preview {
    border-radius: 0;
    overflow: visible;
  }

  .dp-preview-content {
    max-width: calc(100% - 30px);
    margin: -80px 15px 0 15px;
    padding: 24px;
  }

  .dp-preview-title {
    font-size: 32px;
    width: calc(100% - 60px);
    padding: 0 30px;
  }

  .dp-preview-image {
    border-radius: 0;
    height: 330px;
  }

  .dp-step-content {
    padding: 24px;
    margin: 0 16px;
  }

  .dp-step-header h2 {
    font-size: 36px;
  }

  .dp-frequency-options {
    grid-template-columns: 1fr;
    gap: 12px;
  }

  .dp-subscription-frequency {
    grid-template-columns: 1fr;
    gap: 12px;
  }

  .dp-amount-buttons {
    grid-template-columns: repeat(2, 1fr);
    gap: 12px;
  }

  .dp-amount-btn {
    height: 72px;
  }

  .dp-form-row {
    grid-template-columns: 1fr;
    gap: 16px;
  }

  .dp-donation-summary {
    width: 100%;
    max-width: 300px;
  }

  .dp-company-section {
    padding: 12px;
  }

  .dp-step-actions {
    flex-direction: column;
  }

  .dp-btn-primary,
  .dp-btn-secondary {
    min-width: auto;
    width: 100%;
  }

  .dp-progress-stats {
    gap: 16px;
  }

  .dp-stat {
    padding: 0;
  }

  .dp-stat:not(:last-child)::after {
    display: none;
  }

  .dp-fiscal-info {
    padding: 16px;
    gap: 16px;
  }

  .dp-fiscal-info p {
    font-size: 14px;
  }

  /* Responsive para tarjetas de reto */
  .dp-retos-grid {
    grid-template-columns: 1fr;
    gap: 16px;
  }

  .dp-reto-content {
    padding: 20px;
  }

  .dp-reto-title {
    font-size: 20px;
  }

  .dp-reto-description {
    font-size: 14px;
  }
}

@media (max-width: 480px) {
  /* .dp-donation-flow {
    padding-top: 100px;
  } */

  .dp-donation-flow .dp-reto-preview {
    overflow: visible;
  }

  .dp-amount-buttons {
    grid-template-columns: 1fr;
    gap: 8px;
  }

  .dp-amount-btn {
    height: 60px;
  }

  .dp-preview-title {
    font-size: 24px;
    width: calc(100% - 40px);
    padding: 0 20px;
  }

  .dp-preview-content {
    padding: 20px;
    max-width: calc(100% - 20px);
    margin: -60px 10px 0 10px;
  }

  .dp-preview-description {
    font-size: 16px;
  }

  .dp-step-content {
    padding: 16px;
    margin: 0 8px;
  }

  .dp-step-header h2 {
    font-size: 28px;
  }

  .dp-frequency-options,
  .dp-subscription-frequency {
    gap: 8px;
  }

  .dp-fiscal-info {
    flex-direction: column;
    text-align: center;
    padding: 12px;
    gap: 12px;
  }

  .dp-fiscal-info .dp-fiscal-icon {
    align-self: center;
  }

  /* Responsive para tarjetas de reto en móviles */
  .dp-retos-grid {
    gap: 12px;
  }

  .dp-reto-content {
    padding: 16px;
  }

  .dp-reto-title {
    font-size: 18px;
  }

  .dp-reto-description {
    font-size: 14px;
  }

  .dp-reto-logo {
    width: 150px;
    height: 58px;
  }
}