.elementor-19096 .elementor-element.elementor-element-9625a71{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}/* Start custom CSS for html, class: .elementor-element-378c93b *//* Redeem Gift Header Styles */

.gift-hero{
  padding: 48px;
  border-radius: 30px;
  background:
    radial-gradient(900px 420px at 15% 10%, rgba(139,92,246,0.35), transparent 60%),
    radial-gradient(700px 360px at 85% 20%, rgba(56,189,248,0.25), transparent 55%),
    linear-gradient(180deg, #0b0f19, #64215b);
  box-shadow: 0 30px 80px rgba(0,0,0,0.5);
  color: #f9fafb;
}

.gift-hero-inner{
  max-width: 640px;
}

.gift-badge{
  display: inline-block;
  padding: 10px 16px;
  border-radius: 999px;
  background: rgba(255,255,255,0.12);
  font-size: 13px;
  font-weight: 500;
}

.gift-hero h1{
  margin: 16px 0 8px;
  font-size: 42px;
  line-height: 1.1;
  color: #fff;
}

.gift-subtitle{
  color: #cbd5f5;
  font-size: 16px;
  max-width: 520px;
}

.gift-hero-actions{
  display: flex;
  gap: 12px;
  margin-top: 22px;
}

.gift-btn{
  display: inline-block;
  padding: 10px 18px;
  border-radius: 999px;
  text-decoration: none;
  font-weight: 600;
  background: #64215b;
  color: #000;
}

.gift-btn.primary{
  background: #6366f1;
  color: #ffffff;
}

.gift-btn.ghost{
  color: #c7d2fe;
}

.gift-reminder{
  margin-top: 16px;
  padding: 12px 16px;
  border-radius: 16px;
  background: rgba(34,197,94,0.15);
  font-size: 14px;
}




.redeem-wrap{
  max-width: 760px;
  margin: 0 auto;
  padding: 40px 20px;
  font-family: system-ui, -apple-system, Segoe UI, Roboto, sans-serif;
  color: #1f2937;
}

.redeem-header{
  margin-bottom: 32px;
}

.redeem-tag{
  display: inline-block;
  font-size: 13px;
  padding: 6px 12px;
  border-radius: 999px;
  background: #f3f4f6;
  margin-bottom: 12px;
}

.redeem-header h1{
  font-size: 32px;
  margin: 8px 0;
}

.redeem-header p{
  color: #4b5563;
  max-width: 520px;
}

.redeem-steps{
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.redeem-step{
  display: flex;
  gap: 16px;
  padding: 20px;
  border-radius: 14px;
  border: 1px solid #e5e7eb;
  background: #ffffff;
}

.redeem-step.highlight{
  border-color: #c7d2fe;
  background: #eef2ff;
}

.step-number{
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background: #111827;
  color: #fff;
  font-size: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.redeem-step h3{
  margin: 0 0 6px;
  font-size: 18px;
}

.redeem-step p{
  margin: 0 0 12px;
  color: #4b5563;
}

.redeem-actions{
  display: flex;
  gap: 10px;
}

.btn{
  display: inline-block;
  padding: 10px 16px;
  border-radius: 999px;
  font-size: 14px;
  text-decoration: none;
  border: 1px solid transparent;
  
}

.btn.primary{
  background: #6366f1;
  color: #fff;
}

.btn.secondary{
  background: #f2b705;
  color: #000;
}

.btn.ghost{
  background: transparent;
  color: #fff;
  background: #64215b;
}

.redeem-hint{
  font-size: 13px;
  background: #f9fafb;
  padding: 10px 12px;
  border-radius: 8px;
  color: #374151;
}

.redeem-help{
  margin-top: 36px;
  padding-top: 24px;
  border-top: 1px solid #e5e7eb;
}

.redeem-help h4{
  margin-bottom: 12px;
}

.redeem-help ul{
  padding-left: 18px;
  margin-bottom: 12px;
}

.help-link{
  color: #4f46e5;
  text-decoration: underline;
}/* End custom CSS */