/* assets/nadura-funnel/css/funnel-selector.css */

.nadura-funnel {
  font-family: all-round-gothic, sans-serif;
  font-weight: 400;
  width: 100%;
}

.nadura-funnel,
.nadura-funnel * {
  font-family: all-round-gothic, sans-serif;
}

.nadura-funnel .nf-shell {
  max-width: 520px;
  margin: 0 auto;
  padding: 18px 16px 22px;
  background: #fff;
  border-radius: 22px;
}

.nadura-funnel .nf-progress {
  margin-bottom: 16px;
}

.nadura-funnel .nf-progress-bar {
  height: 10px;
  background: rgba(0,0,0,0.08);
  border-radius: 999px;
  overflow: hidden;
}

.nadura-funnel .nf-progress-fill {
  height: 100%;
  background: linear-gradient(90deg, #6B8CE6, #515FB5);
  width: 50%;
  border-radius: 999px;
  transition: width 240ms ease;
}

.nadura-funnel .nf-viewport {
  width: 100%;
  overflow: hidden;
  padding-left: 5px;
  padding-right: 5px;
}

.nadura-funnel .nf-track {
  width: 200%;
  display: flex;
  gap: 20px;
  transform: translateX(0%);
  transition: transform 280ms ease;
  will-change: transform;
}
.nadura-funnel .nf-track[data-step="2"] {
  transform: translateX(calc(-50% - 5px));
}


.nadura-funnel .nf-panel {
  width: calc(50% - 5px);
  flex: 0 0 calc(50% - 5px);
}


.nadura-funnel .nf-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 0 0 14px;
}

.nadura-funnel .nf-step-title {
  color: #000;
  font-size: 22px;
  font-weight: 600;
  letter-spacing: 0.2px;
}

.nadura-funnel .nf-back {
  appearance: none;
  border: 0;
  background: transparent;
  color: rgba(0,0,0,0.62);
  font-size: 14px;
  padding: 8px 0;
}

.nadura-funnel .nf-cards,
.nadura-funnel .nf-options {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.nadura-funnel .nf-card,
.nadura-funnel .nf-option {
  appearance: none;
  width: 100%;
  text-align: left;
  border: 1px solid #E8E8E8;
  background: #fff;
  border-radius: 18px;
  padding: 16px 16px;
  cursor: pointer;
  box-shadow: none;
}

.nadura-funnel .nf-card {
  display: flex;
  align-items: center;
  gap: 12px;
  min-height: 78px;
}

.nadura-funnel .nf-card.is-selected {
  border-color: #6B8CE6;
}

.nadura-funnel .nf-card-title {
  font-size: 18px;
  font-weight: 600;
  color: #0a0a0a;
}

.nadura-funnel .nf-radio {
  width: 18px;
  height: 18px;
  border-radius: 999px;
  border: 2px solid rgba(0,0,0,0.2);
  display: inline-block;
  position: relative;
  flex: 0 0 auto;
  background: #fff;
}

.nadura-funnel .is-selected .nf-radio {
  border-color: #6B8CE6;
}

.nadura-funnel .is-selected .nf-radio::after {
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 999px;
  background: #6B8CE6;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

/* UPDATED: nf-option-title weight to 500 */
.nadura-funnel .nf-option-title {
  font-size: 20px;
  font-weight: 500;
  color: #0a0a0a;
}

.nadura-funnel .nf-option-subtitle {
  margin-top: 4px;
  font-size: 13px;
  color: rgba(0,0,0,0.55);
  font-weight: 600;
}

.nadura-funnel .nf-option-right {
  text-align: right;
  min-width: 140px;
}

.nadura-funnel .nf-price-main {
  font-size: 18px;
  font-weight: 800;
  color: #0a0a0a;
  line-height: 1.1;
}



  
/* Base Woo amount styling (keeps your current size behaviour) */
.nadura-funnel .woocommerce-Price-amount.amount {
  font-size: calc(1em + 3px);
  font-weight: 400;
  color: inherit;
}

/* UPDATED: Only on the Most Popular option, make amount weight 500 and colour #6B8CE6 */
.nadura-funnel .nf-option .woocommerce-Price-amount.amount {
  font-weight: 500;
  color: #6B8CE6;
}

.nadura-funnel .nf-option .nf-pay-amt .woocommerce-Price-amount.amount { 
  font-weight: 500;
  color: #000;
}


.nadura-funnel .nf-option[data-option="one_time"] .woocommerce-Price-amount.amount {
  font-weight: 500;
  font-size: calc(1em + 3px);
  color: #000;
}


.nadura-funnel .nf-per {
  font-size: 12px;
  font-weight: 700;
  color: rgba(0,0,0,0.55);
}

.nadura-funnel .nf-pay-today {
  margin-top: 6px;
  font-size: 12px;
  color: rgba(0,0,0,0.6);
  font-weight: 700;
}

.nadura-funnel .nf-option {
  padding: 0;
  overflow: hidden;
}

.nadura-funnel .nf-option.is-selected {
  border-color: #6B8CE6;
}

.nadura-funnel .nf-option-popular {
  background: #1F202C;
  color: #fff;
  padding: 10px 14px;
  font-size: 13px;
  font-weight: 600;
  text-align: center;
  text-transform: none;
}

.nadura-funnel .nf-option-body {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 14px;
  padding: 14px 14px 12px;
}

.nadura-funnel .nf-option[data-option="tri_monthly"] {
  background: #F4F7FF;
  border: 2px solid #1F202C;
}



.nadura-funnel .nf-option-expanded {
  padding: 12px 14px 14px;
  border-top: 1px solid rgba(0,0,0,0.08);
}

.nadura-funnel .nf-expanded-title {
  font-size: 15px;
  font-weight: 600;
  color: #0a0a0a;
  margin-bottom: 8px;
}

.nadura-funnel .nf-expanded-list {
  margin: 0;
  padding-left: 16px;
  color: rgba(0,0,0,0.75);
  font-size: 13px;
  font-weight: 400;
}

.nadura-funnel .nf-expanded-list li {
  margin: 6px 0;
}

.nadura-funnel .nf-btn {
  width: 100%;
  margin-top: 14px;
  border: 0;
  border-radius: 999px;
  padding: 16px 18px;
  font-size: 16px;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}

.nadura-funnel .nf-btn-primary {
  background: linear-gradient(90deg, #6B8CE6, #515FB5);
  color: #fff;
  font-weight: 600;
}

.nadura-funnel .nf-btn:disabled {
  opacity: 0.5;
  cursor: not-allowed;
}

.nadura-funnel .nf-btn-arrow {
  width: 10px;
  height: 10px;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  transform: rotate(-45deg);
  margin-top: 1px;
}

.nadura-funnel .nf-error {
  display: none;
  margin-top: 12px;
  padding: 12px 14px;
  border-radius: 14px;
  background: rgba(255, 68, 68, 0.12);
  color: rgba(0,0,0,0.82);
  font-weight: 700;
  font-size: 13px;
}

@media (min-width: 900px) {
  .nadura-funnel .nf-shell {
    max-width: 560px;
  }
}


.nadura-funnel .nf-option-left,
.nadura-funnel .nf-option-copy {
  width: 100%;
}

.nadura-funnel .nf-option-title-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}

.nadura-funnel .nf-option-title {
  flex: 1 1 auto;
  min-width: 0;
}

.nadura-funnel .nf-option-title-row .nf-radio {
  flex: 0 0 auto;
}
