.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;
}

.lux-pain-point{
  display: flex;
  align-items: flex-start;
  gap: .5rem;
  padding: 1rem 1.25rem;
  border-radius: 12px;
  background: rgba(255,79,216,.08);
  border: 1px solid rgba(255,79,216,.18);
  color: rgba(245,242,255,.88);
  font-size: .95rem;
  line-height: 1.4;
  text-align: left;
}

.lux-pain-point i{
  flex-shrink: 0;
  margin-top: .1rem;
}

@keyframes luxSlideLeft{
  from{ opacity: 0; transform: translateX(-60px); }
  to{ opacity: 1; transform: translateX(0); }
}

@keyframes luxSlideRight{
  from{ opacity: 0; transform: translateX(60px); }
  to{ opacity: 1; transform: translateX(0); }
}

.lux-slide-left{
  animation: luxSlideLeft .6s ease-out both;
}

.lux-slide-right{
  animation: luxSlideRight .6s ease-out both;
}

.lux-slide-left:nth-child(1){ animation-delay: .1s; }
.lux-slide-right:nth-child(2){ animation-delay: .2s; }
.lux-slide-left:nth-child(3){ animation-delay: .3s; }
.lux-slide-right:nth-child(4){ animation-delay: .4s; }

.lux-reveal{
  opacity: 0;
  transition: opacity .6s ease-out, transform .6s ease-out;
}

.lux-reveal.lux-from-left{
  transform: translateX(-60px);
}

.lux-reveal.lux-from-right{
  transform: translateX(60px);
}

.lux-reveal.lux-from-bottom{
  transform: translateY(60px);
}

.lux-reveal.lux-visible{
  opacity: 1;
  transform: translate(0);
}

.lux-section-spacer{
  height: 6rem;
}

.lux-path-card{
  border-radius: 16px;
  text-align: left;
  background: transparent;
}

.lux-path-card.card{
  background: transparent;
  border: none;
}

.lux-path-card .card-body{
  border-radius: 16px;
}

.lux-path-without .card-body{
  background: rgba(255,255,255,.04);
  border: 1px solid rgba(255,255,255,.1);
}

.lux-path-with .card-body{
  background: rgba(255,255,255,.04);
  border: 1px solid rgba(255,255,255,.1);
}

.lux-path-icon{
  font-size: 2.5rem;
  margin-bottom: 1rem;
  text-align: center;
}

.lux-path-without .lux-path-icon{
  color: rgba(220,53,69,.9);
}

.lux-path-with .lux-path-icon{
  color: rgba(25,135,84,.9);
}

.lux-path-title{
  font-weight: 700;
  font-size: 1.2rem;
  margin-bottom: 1rem;
  color: rgba(255,255,255,.95);
  text-align: center;
}

.lux-path-vs{
  font-weight: 800;
  font-size: 2.5rem;
  color: rgba(255,255,255,.95);
  text-transform: uppercase;
  letter-spacing: .1em;
}

.lux-path-list{
  list-style: none;
  padding: 0;
  margin: 0;
}

.lux-path-list li{
  padding: .5rem 0;
  padding-left: 1.75rem;
  position: relative;
  color: rgba(245,242,255,.82);
  font-size: .95rem;
}

.lux-path-without .lux-path-list li::before{
  content: "✗";
  position: absolute;
  left: 0;
  color: rgba(220,53,69,.9);
  font-weight: 700;
}

.lux-path-with .lux-path-list li::before{
  content: "✓";
  position: absolute;
  left: 0;
  color: rgba(25,135,84,.9);
  font-weight: 700;
}

.lux-testimonial-card{
  background: transparent;
  border: none;
  border-radius: 16px;
}

.lux-testimonial-card.card{
  background: transparent;
}

.lux-testimonial-card .card-body{
  background: rgba(255,255,255,.04);
  border: 1px solid rgba(255,255,255,.1);
  border-radius: 16px;
}

.lux-testimonial-stars{
  color: #ffc107;
  font-size: .9rem;
  letter-spacing: .15rem;
}

.lux-testimonial-text{
  font-size: .95rem;
  line-height: 1.6;
  color: rgba(245,242,255,.85);
  font-style: italic;
  margin-bottom: 1rem;
}

.lux-testimonial-author{
  font-weight: 700;
  color: rgba(255,255,255,.95);
  font-size: .95rem;
}

.lux-testimonial-role{
  font-size: .8rem;
  color: rgba(245,242,255,.6);
  margin-top: .25rem;
}

.lux-guide-box{
  background: rgba(255,255,255,.04);
  border: 1px solid rgba(255,255,255,.1);
  border-radius: 16px;
  padding: 2rem 2.5rem;
}

.lux-guide-text{
  font-size: 1rem;
  line-height: 1.7;
  color: rgba(245,242,255,.85);
}

.lux-guide-text strong{
  color: rgba(255,255,255,.95);
}

.lux-guide-text em{
  color: rgba(255,79,216,.85);
  font-style: italic;
}
