/* Redeem Section */
/* Badge */
.redeem-badge {
  display: inline-block;
  background: #ef4444;
  color: #fff;
  font-weight: 600;
  font-size: 0.9em;
  padding: 0.5em 1.2em;
  border-radius: 20px;
  margin-bottom: 1em;
}

/* Title */
.redeem-title {
  font-size: 65px;
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
  font-weight: 700;
  color: #1e2939;
  line-height: 65px;
  margin: 20px 0;
}

.redeem-title .highlight {
  color: #ef4444;
}

.redeem-subtitle {
  font-size: 20px !important;
  line-height: 1.6 !important;
  color: #4a5565;
  margin-bottom: 2rem;
  font-weight: 400;
  font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
}

/* Input */
.redeem-input {
  max-width: 700px;
  margin: 0 auto 1.5em;
}

.redeem-input {
  margin-top: 6em !important;
}

.redeem-input input {
  width: 100%;
  padding: 15px;
  border-radius: 50px;
  border: 1px solid #d1d5db;
  outline: none;
  font-size: 1em;
}

/* Redeem Button */
.redeem-btn {
  padding: 0.8em 2.8em !important;
  border-radius: 30px;
  background: linear-gradient(to right, #0e9f6e, #28a745);
  color: #fff;
  font-size: 1em;
  font-weight: 600;
  border: none;
  cursor: pointer;
  transition: 0.3s ease;
}

.redeem-btn:hover {
  opacity: 0.85;
}

/* Instructions */
.redeem-instructions {
  margin-top: 4em !important;
  text-align: left;
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
}

.redeem-instructions h3 {
  font-size: 1.1em;
  font-weight: 700;
  margin-bottom: 1.5em;
  color: #111827;
}

.redeem-instructions h3 .highlight {
  color: #ef4444;
}

.instruction {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  margin-bottom: 1em;
  color: #6b7280;
  line-height: 1.6;
  font-size: 1em;
}

.instruction img {
  width: 18px;
  height: 18px;
  margin-top: 3px;
}


/* Redeem Section */
.redeem-section {
  padding: 10.6em 2em;
  margin-top: -7em;
  text-align: center;
  font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
  background: #fff5f5;
  position: relative;
  overflow: hidden;
}

/* Badge */
.redeem-badge {
  display: inline-block;
  background: #ef4444;
  color: #fff;
  font-weight: 600;
  font-size: 0.9em;
  padding: 0.5em 1.2em;
  border-radius: 20px;
  margin-bottom: 1em;
}

/* Title */
.redeem-title {
  font-size: 65px;
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
  font-weight: 700;
  color: #1e2939;
  line-height: 65px;
  margin: 20px 0;
}

.redeem-title .highlight {
  color: #ef4444;
}

.redeem-subtitle {
  font-size: 24px;
  font-weight: 400;
  color: #6b7280;
  margin-bottom: 2em;
}

/* Input */
.redeem-input {
  max-width: 700px;
  margin: 0 auto 1.5em;
}

.redeem-input input {
  width: 100%;
  padding: 15px;
  border-radius: 50px;
  border: 1px solid #d1d5db;
  outline: none;
  font-size: 1em;
}

/* Redeem Button */
.redeem-btn {
  padding: 0.7em 0em;
  border-radius: 30px;
  background: linear-gradient(to right, #0e9f6e, #28a745);
  color: #fff;
  font-size: 1em;
  font-weight: 600;
  border: none;
  cursor: pointer;
  transition: 0.3s ease;
}

.redeem-btn:hover {
  opacity: 0.85;
}

/* Instructions */
.redeem-instructions {
  margin-top: 3em;
  text-align: left;
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
}

.redeem-instructions h3 {
  font-size: 1.1em;
  font-weight: 700;
  margin-bottom: 1.5em;
  color: #111827;
}

.redeem-instructions h3 .highlight {
  color: #ef4444;
}

.instruction {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  margin-bottom: 1em;
  color: #6b7280;
  line-height: 1.6;
  font-size: 1em;
}

.instruction img {
  width: 18px;
  height: 18px;
  margin-top: 3px;
}

/* ===================== Responsive Media Queries ===================== */

/* Tablet (<=992px) */
@media (max-width: 992px) {
  .redeem-title {
    font-size: 45px;
    line-height: 1.3;
  }

  .redeem-subtitle {
    font-size: 20px;
  }

  .redeem-instructions {
    padding: 0 1em;
  }
}

/* Mobile (<=600px) */
@media (max-width: 600px) {
  .redeem-section {
    padding-top: 10em;
    padding-bottom: 1em;
    margin-top: -3em;
  }

  .redeem-title {
    font-size: 32px;
    line-height: 1.3;
  }

  .redeem-subtitle {
    font-size: 16px;
    margin-bottom: 0em;
  }

  .redeem-input input {
    font-size: 0.9em;
    padding: 12px;
    margin-top: 0em !important;
  }

  .redeem-btn {
    width: 100%;
    padding: 12px;
    font-size: 0.95em;
  }

  .redeem-instructions h3 {
    text-align: center;
  }

  .instruction {
    font-size: 0.9em;
    gap: 8px;
  }

  .redeem-input {
  margin-top: 2em !important;
}
}