
/* v94 apply/start compact service and plan selector */
.nn-panel[data-flow-step="1"]{
  padding:28px 0!important;
  border-top:0!important;
}
.nn-panel[data-flow-step="1"] .nn-panel-head{
  text-align:left!important;
  justify-content:flex-start!important;
  max-width:840px;
  margin:0 auto 14px!important;
  padding:0 4px 12px;
  border-bottom:1px solid #edf1f6;
}
.nn-panel[data-flow-step="1"] .nn-panel-head h2{
  font-size:1.08rem!important;
  font-weight:950!important;
  margin:0!important;
}
.nn-panel[data-flow-step="1"] .nn-panel-head p{
  display:none!important;
}
.nn-product-grid,
.locked-selection .nn-product-grid{
  display:grid!important;
  grid-template-columns:1fr!important;
  gap:10px!important;
  max-width:840px!important;
  margin:0 auto!important;
}
.nn-product-card,
.nn-plan-card{
  width:100%!important;
}
.nn-product-inner,
.nn-plan-inner{
  display:grid!important;
  grid-template-columns:1fr auto!important;
  align-items:center!important;
  gap:18px!important;
  min-height:0!important;
  padding:16px 18px!important;
  border:1px solid #e5eaf2!important;
  border-radius:14px!important;
  background:#fff!important;
  box-shadow:0 8px 24px rgba(16,24,40,.045)!important;
  transform:none!important;
}
.nn-product-card:hover .nn-product-inner,
.nn-plan-card:hover .nn-plan-inner{
  border-color:#ffb7c2!important;
  box-shadow:0 12px 30px rgba(16,24,40,.075)!important;
  transform:none!important;
}
.nn-product-card.is-selected .nn-product-inner,
.nn-plan-card.is-selected .nn-plan-inner{
  border:1.5px solid #e60023!important;
  background:#fffafa!important;
  box-shadow:0 0 0 3px rgba(230,0,35,.06)!important;
}
.nn-product-photo{
  display:none!important;
}
.nn-product-body,
.nn-plan-body{
  display:grid!important;
  grid-template-columns:auto 1fr auto!important;
  align-items:center!important;
  gap:12px!important;
  min-width:0!important;
}
.nn-kind{
  margin:0!important;
  padding:5px 9px!important;
  border-radius:999px!important;
  background:#fff1f3!important;
  border:1px solid #ffd0d8!important;
  color:#e60023!important;
  font-size:.72rem!important;
  font-weight:950!important;
  line-height:1!important;
  white-space:nowrap!important;
}
.nn-product-title,
.nn-plan-name{
  font-size:1rem!important;
  line-height:1.35!important;
  letter-spacing:-.02em!important;
  color:#101828!important;
  font-weight:950!important;
  padding:0!important;
  margin:0!important;
  white-space:nowrap!important;
  overflow:hidden!important;
  text-overflow:ellipsis!important;
}
.nn-product-desc,
.nn-plan-meta{
  display:none!important;
}
.nn-price,
.nn-plan-price{
  margin:0!important;
  display:flex!important;
  align-items:baseline!important;
  gap:4px!important;
  white-space:nowrap!important;
}
.nn-price strong,
.nn-plan-price strong{
  font-size:1.45rem!important;
  letter-spacing:-.04em!important;
  color:#e60023!important;
  font-weight:950!important;
}
.nn-price span,
.nn-plan-price span{
  font-size:.86rem!important;
  color:#475467!important;
  font-weight:850!important;
}
.nn-chip-row{
  display:none!important;
}
.nn-check{
  position:static!important;
  display:none!important;
  align-items:center!important;
  justify-content:center!important;
  height:32px!important;
  padding:0 12px!important;
  border-radius:999px!important;
  background:#e60023!important;
  color:#fff!important;
  font-size:.78rem!important;
  font-weight:950!important;
  white-space:nowrap!important;
}
.nn-product-card.is-selected .nn-check,
.nn-plan-card.is-selected .nn-check{
  display:inline-flex!important;
}
.nn-plan-list,
.locked-selection .nn-plan-list{
  display:grid!important;
  grid-template-columns:1fr!important;
  gap:10px!important;
  max-width:840px!important;
  margin:0 auto!important;
}
.nn-plan-inner{
  cursor:pointer;
}
.nn-step-action-v88{
  margin:18px 0 30px!important;
}
.nn-step-next-v88{
  padding:13px 34px!important;
  box-shadow:0 12px 28px rgba(230,0,35,.18)!important;
}
@media(max-width:760px){
  .nn-product-inner,
  .nn-plan-inner{
    grid-template-columns:1fr!important;
    gap:10px!important;
    padding:15px!important;
  }
  .nn-product-body,
  .nn-plan-body{
    grid-template-columns:1fr!important;
    gap:7px!important;
  }
  .nn-product-title,
  .nn-plan-name{
    white-space:normal!important;
  }
  .nn-check{
    width:max-content!important;
  }
}
