.lux-sell-card{
  transition: transform .25s ease, border-color .25s ease, box-shadow .25s ease;
}

.lux-sell-card:hover{
  transform: translateY(-4px);
  border-color: rgba(255,79,216,.35);
  box-shadow: 0 18px 50px rgba(0,0,0,.35);
}

.lux-sell-icon{
  width: 46px;
  height: 46px;
  border-radius: 14px;
  background: rgba(255,79,216,.16);
  border: 1px solid rgba(255,79,216,.28);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: rgba(255,255,255,.92);
  font-size: 1.2rem;
}

.lux-help{
  color: rgba(255,255,255,.75);
  text-decoration: none;
  margin-left: .4rem;
}

.lux-help:hover{
  color: rgba(255,255,255,.95);
}

.lux-section-divider{
  height: 1px;
  margin: 3.25rem 0 3.25rem;
  background: linear-gradient(90deg, rgba(255,255,255,0), rgba(255,255,255,.16), rgba(255,255,255,0));
}

.lux-pill{
  display: inline-flex;
  align-items: center;
  gap: .4rem;
  padding: .5rem .65rem;
  border-radius: 999px;
  background: rgba(255,255,255,.04);
  border: 1px solid var(--lux-border);
  color: rgba(245,242,255,.88);
  font-size: .88rem;
  font-weight: 600;
}

.lux-sell-center-text{
  padding-top: .25rem;
  padding-bottom: .25rem;
}

.lux-sell-kicker{
  display: inline-flex;
  align-items: center;
  gap: .5rem;
  padding: .35rem .6rem;
  border-radius: 999px;
  background: rgba(255,79,216,.12);
  border: 1px solid rgba(255,79,216,.22);
  color: rgba(255,255,255,.92);
  font-weight: 700;
  font-size: .9rem;
}

.lux-hero-points .lux-icon{
  margin-top: .15rem;
}

.popover{
  --bs-popover-header-color: #120814;
  --bs-popover-header-bg: rgba(255,255,255,.92);
}

.popover-header{
  color: #120814;
}

.lux-modal{
  background: radial-gradient(1000px 600px at 20% 0%, rgba(255,79,216,.22), rgba(0,0,0,0) 60%),
    radial-gradient(900px 500px at 80% 30%, rgba(127,82,255,.18), rgba(0,0,0,0) 55%),
    rgba(15, 8, 20, .96);
  border: 1px solid var(--lux-border);
  border-radius: 18px;
  color: rgba(255,255,255,.92);
}

.modal{
  z-index: 5000;
}

.modal-backdrop{
  z-index: 4900;
}

.modal-dialog,
.modal-content{
  pointer-events: auto;
}

.modal.show{
  pointer-events: auto;
}

.lux-modal-kicker{
  font-weight: 700;
  letter-spacing: .02em;
  color: rgba(255,255,255,.8);
  margin-bottom: .2rem;
}

.lux-modal-step{
  font-weight: 800;
  color: rgba(255,255,255,.92);
}

.lux-modal-step-title{
  font-weight: 700;
  color: rgba(255,255,255,.72);
}

.lux-modal-question{
  font-size: 1.25rem;
  font-weight: 800;
  line-height: 1.25;
  color: rgba(255,255,255,.95);
  margin-bottom: .75rem;
}

.lux-progress{
  background: rgba(255,255,255,.14);
  border-radius: 999px;
}

.lux-progress-bar{
  background: rgba(255,79,216,.95);
  border-radius: 999px;
}

@keyframes luxFloat{
  0%{ transform: translateY(0); }
  50%{ transform: translateY(-6px); }
  100%{ transform: translateY(0); }
}

.lux-float{
  animation: luxFloat 4.5s ease-in-out infinite;
}
