.threshold-section{
  background: rgba(255,255,255,.92);
  border: 0.5px solid rgba(226,232,240,.7);
  border-radius: 12px;
  margin: 0 10px 14px;
  padding: 12px 11px 14px;
  box-shadow: 0 7px 18px rgba(15,23,42,.06);
}

.radio-item,
.picker-option{
  border-radius: 7px;
}

.pricing-grid,
.plans-list{
  gap: 9px;
}

.plan-card{
  background: linear-gradient(180deg, rgba(255,255,255,.99), rgba(247,250,253,.99));
}

.plan-price{
  letter-spacing: -0.4px;
}

.plan-action-btn{
  border-radius: 8px;
}

.faq-q{
  background: rgba(255,255,255,.55);
}

.faq-a{
  background: rgba(248,250,252,.78);
}

.bottom-stat-card{
  border: 0.5px solid rgba(255,255,255,.14);
}
