/* =============================================
   Checkout — Steps
   ============================================= */
.nf-steps {
    display: flex;
    align-items: center;
    gap: 0;
    margin-bottom: 20px;
	margin-left: 35px;
    margin-right: 35px;

}
.nf-step {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 8px;
    flex-shrink: 0;
	width: 40px;
}
.nf-step__circle {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    background: #fff;
    color: #C6C6C6;
    font-weight: 700;
    font-size: 14px;
    display: flex;
	justify-content: space-evenly;
    align-items: center;
    justify-content: center;
    border: 2px solid #C6C6C6;
}
.nf-step__label {
    font-size: 12px;
    color: #999;
    white-space: nowrap;
}
.nf-step--done .nf-step__circle {
    background: #F5610A;
    border-color: #F5610A;
    color: #fff;
}

.nf-step--active .nf-step__circle {
    background: #fff;
    border-color: #F5610A;
    color: #F5610A;
 
}
.nf-step--active .nf-step__label {
    color: #F5610A;
    font-weight: 700;
}
.nf-step__line {
    flex: 1;
    height: 2px;
    background: #C6C6C6;
    margin: 0 8px;
    margin-bottom: 20px;
}
.nf-step__line--done { background: #F5610A; }

/* =============================================
   Checkout — Layout
   ============================================= */
.nf-checkout {
    display: flex;
    gap: 32px;
    align-items: flex-start;
}
.nf-checkout__form-col { flex: 1 1 0; min-width: 0; }
.nf-checkout__sidebar  { flex: 0 0 380px; max-width: 380px; }

@media (max-width: 900px) {
    .nf-checkout { flex-direction: column; }
    .nf-checkout__sidebar { flex: unset; max-width: 100%; width: 100%; margin-top: 0; }
}

/* =============================================
   Checkout — Form
   ============================================= */
.nf-checkout__title {
    font-size: 22px;
    font-weight: 700;
    color: #1A3FA0;
    margin: 0 0 24px;
}
.nf-form { display: flex; flex-direction: column; gap: 16px; }
.nf-field { display: flex; flex-direction: column; gap: 6px; }
.nf-field-row { display: flex; gap: 16px; }
.nf-field-row .nf-field { flex: 1 1 0; min-width: 0; }
.nf-label {
    font-size: 13px;
    font-weight: 600;
    color: #444;
}
.nf-input,
.nf-select {
    width: 100%;
    height: 48px;
    padding: 0 14px;
    border: 1.5px solid #D0D0D0;
    border-radius: 8px;
    font-size: 15px;
    color: #1E1E1E;
    background: #fff;
    transition: border-color .2s;
    box-sizing: border-box;
    appearance: none;
    -webkit-appearance: none;
}
.nf-input:focus,
.nf-select:focus {
    outline: none;
    border-color: #F5610A;
}
.nf-select {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath d='M1 1l5 5 5-5' stroke='%23666' stroke-width='1.5' fill='none' stroke-linecap='round'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 14px center;
    padding-right: 36px;
    cursor: pointer;
}
.nf-field__error {
    font-size: 12px;
    color: #e53935;
    min-height: 16px;
}
.nf-form__error {
    background: #fff3f3;
    border: 1px solid #ffcdd2;
    color: #c62828;
    padding: 10px 14px;
    border-radius: 8px;
    font-size: 13px;
}

/* =============================================
   Checkout — Oferta card
   ============================================= */
.nf-oferta {
    background: #F5610A;
    border-radius: 16px;
    padding: 24px 20px;
    color: #fff;
    position: sticky;
    top: 24px;
}
.nf-oferta__loading {
    display: flex;
    justify-content: center;
    padding: 40px 0;
}
.nf-oferta__titulo {
    font-size: 24px;
    font-weight: 800;
    color: #fff;
    line-height: 1.2;
    margin: 0 0 16px;
}

/* --- Pílulas (plano / itens / total) --- */
.nf-oferta__plano-pill,
.nf-oferta__row,
.nf-oferta__total-pill {
    display: flex;
    align-items: center;
    gap: 12px;
    background: #fff;
    border-radius: 999px;
    padding: 10px 16px;
}
.nf-oferta__row-icon,
.nf-oferta__plano-icon {
    flex-shrink: 0;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    background: #fff;
    color: #818181;
    display: flex;
    align-items: center;
    justify-content: center;
	box-shadow: 2px 3px 4px 0px #61606321;
	border: solid 1px #F0F0F0

}
.nf-oferta__row-icon img,
.nf-oferta__plano-icon img {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    object-fit: contain;
}
.nf-oferta__row-glyph { font-weight: 700; font-size: 15px; }

/* --- Pílula do plano --- */
.nf-oferta__plano-pill { margin-bottom: 14px; }
.nf-oferta__plano-pill{ padding:16px}
.nf-oferta__plano-pill .nf-oferta__plano-vel{
    font-size: 20px;
    font-weight: 900;
}
.nf-oferta__plano-vel {
    flex: 1;
    min-width: 0;
    font-size: 18px;
    font-weight: 700;
    color: #F5610A;
    letter-spacing: -0.5px;
}
.nf-oferta__plano-preco {
    font-size: 14px;
    font-weight: 600;
    color: #F5610A;
    white-space: nowrap;
}
.nf-oferta__plano-preco strong { font-size: 22px; font-weight: 900; }
.nf-oferta__plano-preco small,
.nf-oferta__total-val small { font-size: 12px; font-weight: 400; }

/* --- Linhas de itens inclusos --- */
.nf-oferta__rows {
    list-style: none;
    padding: 0;
    margin: 0 0 14px;
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.nf-oferta__row-text {
    flex: 1;
    min-width: 0;
    font-size: 14px;
    font-weight: 500;
    color: #333;
}
.nf-oferta__badge {
    flex-shrink: 0;
    font-size: 11px;
    font-weight: 900;
    letter-spacing: .5px;
    color: #F5610A;
}

/* --- Pílula do total --- */
.nf-oferta__total-pill { justify-content: space-between; }
.nf-oferta__total-label { font-size: 20px; font-weight: 700; color: #F5610A; }
.nf-oferta__total-val {
    font-size: 15px;
    font-weight: 600;
    color: #F5610A;
    white-space: nowrap;
}
.nf-oferta__total-val strong { font-size: 30px; font-weight: 900; }
.nf-oferta__total-val small{
    color: #545454;
    font-weight: 700;
    font-size: 14px;
}
.nf-oferta__total-val span.moeda{
	 color: #545454;
    font-weight: 700;
    font-size: 14px;
}

/* --- Nota --- */
.nf-oferta__nota {
    text-align: center;
    color: rgba(255,255,255,.9);
    font-size: 12px;
    margin: 12px 0 0;
}
.nf-oferta__error {
    text-align: center;
    opacity: .85;
    font-size: 14px;
    padding: 20px 0;
}
