@charset "utf-8";
/* =========================================================
   Academias New Corpore — NOSSOS PLANOS (nossos-planos.html)
   ========================================================= */

.nc-gap-10{ gap: 10px; }

/* HERO */
#banner-planos .nc-planos-hero__lead{ max-width: 820px; }
#banner-planos .nc-planos-breadcrumb__link{ text-decoration: underline; }

#banner-planos .nc-planos-hero__card{
  background: rgba(0,0,0,.38);
  border: 1px solid rgba(255,255,255,.18);
  border-radius: 18px;
  transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease, background-color .25s ease;
}
#banner-planos .nc-planos-hero__card:hover{
  transform: translateY(-3px);
  border-color: rgba(235,92,29,.35);
  background: rgba(0,0,0,.42);
  box-shadow: 0 18px 50px rgba(0,0,0,.35);
}

#banner-planos .nc-planos-hero__icon{
  width: 44px;
  height: 44px;
  border-radius: 14px;
  background: rgba(235,92,29,.22);
  display:flex;
  align-items:center;
  justify-content:center;
}

#banner-planos .nc-planos-hero__note{
  color: rgba(255,255,255,.78);
}

#banner-planos{
  background: linear-gradient(rgba(0, 0, 0, 0.38), rgba(0, 0, 0, 0.38)),
    url('../imagens/CapaAcademiasNewCorporeNossosPlanos.jpg') no-repeat top center;
  background-size: cover;
  background-position: center center;
  min-height: 539px;
}

/* INTRO */
#planos-intro .nc-planos__img{
  border-radius: 18px;
  border: 1px solid rgba(0,0,0,.08);
  box-shadow: 0 18px 55px rgba(0,0,0,.10);
}


/* CONVÊNIOS / PLATAFORMAS DE BENEFÍCIOS */
#convenios-beneficios.nc-convenios{
  background: #fff;
}

#convenios-beneficios h2{
  text-align: left;
  margin-bottom: .5rem;
}
#convenios-beneficios h2::after{ content: none; display: none; }

.nc-convenio-card{
  border-radius: 18px;
  border: 1px solid rgba(0,0,0,.08);
  background: #fff;
  box-shadow: 0 14px 40px rgba(0,0,0,.08);
  padding: 18px 18px;
  transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease, background .2s ease;
}
.nc-convenio-card:hover{
  transform: translateY(-2px);
  border-color: rgba(235,92,29,.25);
  background: rgba(235,92,29,.055);
  box-shadow: 0 18px 50px rgba(0,0,0,.12);
}

.nc-convenio-card__top{
  display:flex;
  align-items:center;
  gap: 12px;
  margin-bottom: 12px;
}
.nc-convenio-card__icon{
  width: 44px;
  height: 44px;
  border-radius: 14px;
  background: rgba(235,92,29,.12);
  color: var(--primary-color);
  display:flex;
  align-items:center;
  justify-content:center;
  flex: 0 0 auto;
}
.nc-convenio-card h3{
  font-weight: 900;
  color: var(--text-dark);
}
.nc-convenio-card__pill{
  display:inline-flex;
  align-items:center;
  gap: 8px;
  padding: 8px 12px;
  border-radius: 999px;
  border: 1px solid rgba(235,92,29,.22);
  background: rgba(235,92,29,.08);
  color: var(--text-dark);
  font-weight: 800;
  font-size: .88rem;
}
.nc-convenio-card__pill i{ color: var(--primary-color); }

.nc-convenios__note{
  display:flex;
  align-items:flex-start;
  gap: 8px;
  padding: 12px 14px;
  border-radius: 14px;
  border: 1px solid rgba(0,0,0,.08);
  background: rgba(255,255,255,.78);
  color: #333;
  box-shadow: 0 12px 32px rgba(0,0,0,.05);
}
.nc-convenios__note i{ color: var(--primary-color); margin-top: 2px; }

/* LISTA DE PLANOS */
#planos-lista.nc-planos-lista{
  background: rgba(235, 92, 29, .08);
}

/* Card de Plano */
.nc-plan-card{
  border-radius: 18px;
  border: 1px solid rgba(0,0,0,.08);
  background: #fff;
  box-shadow: 0 14px 40px rgba(0,0,0,.08);
  padding: 18px 18px;
  transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease, background .2s ease;
}
.nc-plan-card:hover{
  transform: translateY(-2px);
  border-color: rgba(235,92,29,.25);
  background: rgba(235,92,29,.06);
  box-shadow: 0 18px 50px rgba(0,0,0,.12);
}

.nc-plan-card__top{
  display:flex;
  align-items:center;
  gap: 12px;
  margin-bottom: 10px;
}
.nc-plan-card__icon{
  width: 42px;
  height: 42px;
  border-radius: 14px;
  background: rgba(235,92,29,.12);
  display:flex;
  align-items:center;
  justify-content:center;
  color: var(--primary-color);
}
.nc-plan-card h3{ font-weight: 900; }

.nc-plan-card__list{
  list-style: none;
  padding: 0;
  margin: 12px 0 0 0;
}
.nc-plan-card__list li{
  display:flex;
  align-items:flex-start;
  gap: 10px;
  padding: 7px 0;
  border-top: 1px solid rgba(0,0,0,.06);
  color: var(--text-dark);
}
.nc-plan-card__list li:first-child{ border-top: none; }
.nc-plan-card__list i{
  color: var(--primary-color);
  margin-top: 3px;
}

.nc-plan-card__note{
  margin-top: 12px;
  padding: 10px 12px;
  border-radius: 14px;
  border: 1px solid rgba(0,0,0,.08);
  background: rgba(0,0,0,.02);
  color: #333;
}

/* COMPARATIVO */
#comparativo-planos.nc-compare{
  background: #fff;
}

.nc-compare-card{
  border-radius: 18px;
  border: 1px solid rgba(0,0,0,.08);
  background: #fff;
  box-shadow: 0 14px 40px rgba(0,0,0,.08);
  padding: 18px 18px;
  transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease, background .2s ease;
  position: relative;
  overflow: hidden;
}
.nc-compare-card:hover{
  transform: translateY(-2px);
  border-color: rgba(235,92,29,.25);
  background: rgba(235,92,29,.05);
  box-shadow: 0 18px 50px rgba(0,0,0,.12);
}

.nc-compare-card--featured{
  border-color: rgba(235,92,29,.28);
  box-shadow: 0 18px 52px rgba(0,0,0,.10);
}
.nc-compare-card--featured::before{
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 4px;
  background: rgba(235,92,29,.92);
}

.nc-compare-card__head{
  display:flex;


  align-items:center;
  gap: 12px;
  margin-bottom: 10px;
}
.nc-compare-card__badge{
  width: 44px;
  height: 44px;
  border-radius: 14px;
  background: rgba(235,92,29,.12);
  color: var(--primary-color);
  display:flex;
  align-items:center;
  justify-content:center;
}
.nc-compare-card h3{ font-weight: 900; }

.nc-compare-card__block{
  margin-top: 12px;
  padding-top: 12px;
  border-top: 1px solid rgba(0,0,0,.06);
}
.nc-compare-card__label{
  font-weight: 900;
  color: var(--text-dark);
  margin-bottom: 6px;
}

.nc-compare-list{
  list-style: none;
  padding: 0;
  margin: 0;
}
.nc-compare-list li{
  display:flex;
  align-items:flex-start;
  gap: 10px;
  padding: 7px 0;
  color: var(--text-dark);
}
.nc-compare-list i{
  color: var(--primary-color);
  margin-top: 3px;
}

.nc-compare-card__foot{
  margin-top: 12px;
  padding-top: 12px;
  border-top: 1px solid rgba(0,0,0,.06);
}

.nc-compare-note{
  padding: 10px 12px;
  border-radius: 14px;
  border: 1px solid rgba(0,0,0,.08);
  background: rgba(255,255,255,.75);
  color: #333;
}

/* DIFERENCIAIS (dark) */
#planos-destaque.nc-planos-destaque{
  background: var(--background-dark);
  color: var(--text-light);
}
#planos-destaque .nc-planos-destaque__note{
  color: rgba(255,255,255,.70);
}
#planos-destaque h2{
  text-align: left;
  margin-bottom: .5rem;
  color: var(--text-light);
}
#planos-destaque h2::after{ content: none; display:none; }

.nc-feature-card{
  background: rgba(255,255,255,.03);
  border: 1px solid rgba(235,92,29,.18);
  border-radius: 18px;
  padding: 20px 18px;
  box-shadow: 0 14px 40px rgba(0,0,0,.22);
  transition: transform .25s ease, background-color .25s ease, border-color .25s ease, box-shadow .25s ease;
}
.nc-feature-card:hover{
  transform: translateY(-4px);
  background: rgba(255,255,255,.05);
  border-color: rgba(235,92,29,.45);
  box-shadow: 0 18px 50px rgba(0,0,0,.30);
}
.nc-feature-card__icon{
  width: 44px;
  height: 44px;
  border-radius: 14px;
  background: rgba(235,92,29,.16);
  color: var(--primary-color);
  display:flex;
  align-items:center;
  justify-content:center;
  box-shadow: 0 12px 28px rgba(0,0,0,.22);
  margin-bottom: 12px;
}
.nc-feature-card h4{ color:#fff; font-weight:900; margin:0 0 10px 0; }
.nc-feature-card p{ color: rgba(255,255,255,.80); margin:0; }


/* MASSAGEM (dark) */
#massagem-unidades.nc-planos-massagem{
  background: var(--background-dark);
  color: var(--text-light);
}
#massagem-unidades .nc-planos-massagem__note{
  color: rgba(255,255,255,.72);
}

/* Pills (status) — Comodidade (Em breve / Disponível) */
#massagem-unidades .nc-pill i{ color: var(--text-dark); }
#massagem-unidades .nc-pill:hover{
  background: var(--secondary-color);
  border-color: var(--secondary-color);
  color: var(--text-dark);
  transform: translateY(-1px);
}
#massagem-unidades .nc-pill:hover i{ color: var(--text-dark); }

.nc-unit-card{
  background: rgba(255,255,255,.03);
  border: 1px solid rgba(235,92,29,.18);
  border-radius: 18px;
  padding: 20px 18px;
  box-shadow: 0 14px 40px rgba(0,0,0,.22);
  transition: transform .25s ease, background-color .25s ease, border-color .25s ease, box-shadow .25s ease;
}
.nc-unit-card:hover{
  transform: translateY(-4px);
  background: rgba(255,255,255,.05);
  border-color: rgba(235,92,29,.45);
  box-shadow: 0 18px 50px rgba(0,0,0,.30);
}
.nc-unit-card__icon{
  width: 44px;
  height: 44px;
  border-radius: 14px;
  background: rgba(235,92,29,.16);
  color: var(--primary-color);
  display:flex;
  align-items:center;
  justify-content:center;
  box-shadow: 0 12px 28px rgba(0,0,0,.22);
  margin-bottom: 12px;
}
.nc-unit-card h4{ color:#fff; font-weight:900; margin:0 0 10px 0; }
.nc-unit-card p{ color: rgba(255,255,255,.80); margin:0; }

/* CTA final */
#cta-planos.nc-planos-cta{
  background: rgba(235, 92, 29, .08);
}
#cta-planos .nc-cta-actions{
  display:flex;
  align-items:center;
  justify-content:flex-start;

  gap: 10px;
  flex-wrap: nowrap;
}
#cta-planos .nc-cta-actions .btn{
  flex: 1 1 0;
  min-width: 0;
}
@media (min-width: 992px){
  #cta-planos .nc-cta-actions{ justify-content:flex-end; }
  #cta-planos .nc-cta-actions .btn{ flex: 0 0 auto; }
}
@media (max-width: 420px){
  #cta-planos .nc-cta-actions .btn.btn-lg{
    font-size: 0.98rem;
    padding-left: 14px;
    padding-right: 14px;
  }
}

/* =========================================================
   Observações — clean + stepper (sem acordeão)
   ========================================================= */
#faq-planos.nc-obs{
  background: #fff;
}

.nc-obs__grid{
  display: grid;
  grid-template-columns: 1fr;
  gap: 14px;
}
@media (min-width: 992px){
  .nc-obs__grid{ grid-template-columns: 1fr 1fr; gap: 16px; }
}

.nc-obs__panel{
  border-radius: 18px;
  border: 1px solid rgba(0,0,0,.08);
  background: rgba(255,255,255,.90);
  padding: 18px 18px;
  box-shadow: 0 12px 32px rgba(0,0,0,.06);
  transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease, background .2s ease;
}
.nc-obs__panel:hover{
  transform: translateY(-1px);
  border-color: rgba(235,92,29,.22);
  background: rgba(255,255,255,.94);
  box-shadow: 0 16px 45px rgba(0,0,0,.08);
}

.nc-obs__title{
  display:flex;
  align-items:center;
  gap: 10px;
  font-weight: 900;
  color: var(--text-dark);
  margin-bottom: 12px;
}
.nc-obs__title i{
  color: var(--primary-color);
  font-size: 1.05rem;
}

.nc-obs__list{
  list-style: none;
  padding: 0;
  margin: 0;
}
.nc-obs__item{
  display:flex;
  gap: 12px;
  padding: 12px 0;
  border-top: 1px solid rgba(0,0,0,.06);
}
.nc-obs__item:first-child{ border-top: none; }

.nc-obs__ico{
  width: 40px;
  height: 40px;
  border-radius: 14px;
  display:flex;
  align-items:center;
  justify-content:center;
  background: rgba(235,92,29,.12);
  color: var(--primary-color);
  flex: 0 0 auto;
}
.nc-obs__txt strong{
  display:block;
  font-weight: 900;
  color: var(--text-dark);
  margin-bottom: 2px;
}

.nc-obs__mini{
  margin-top: 12px;
  padding-top: 12px;
  border-top: 1px dashed rgba(0,0,0,.14);
  color: #333;
  font-size: .92rem;
}

/* Stepper */
.nc-obs__steps{
  list-style: none;
  padding: 0;
  margin: 0;
  counter-reset: step;
}
.nc-obs__steps li{
  counter-increment: step;
  position: relative;
  padding-left: 52px;
  padding-bottom: 14px;
  margin-bottom: 14px;
  border-bottom: 1px solid rgba(0,0,0,.06);
}
.nc-obs__steps li:last-child{
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: none;
}
.nc-obs__steps li::before{
  content: counter(step);
  position: absolute;
  left: 0;
  top: 0;
  width: 36px;
  height: 36px;
  border-radius: 14px;
  display:flex;
  align-items:center;
  justify-content:center;
  font-weight: 900;
  color: #fff;
  background: var(--primary-color);
  box-shadow: 0 10px 22px rgba(0,0,0,.10);
}
.nc-obs__steps li strong{
  display:block;
  font-weight: 900;
  color: var(--text-dark);
  margin-bottom: 3px;
}

/* ações */
.nc-obs__actions{
  display:flex;
  gap: 10px;
  flex-wrap: wrap;
  margin-top: 14px;
}
.nc-obs__actions .btn{
  flex: 1 1 220px;
}

/* strip / pills */
.nc-obs__strip{
  display:flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 14px;
  padding-top: 14px;
  border-top: 1px solid rgba(0,0,0,.06);
}

.nc-obs__pill{
  display:inline-flex;
  align-items:center;
  gap: 8px;
  padding: 8px 12px;
  border-radius: 999px;
  border: 1px solid rgba(0,0,0,.10);
  background: #fff;
  color: var(--text-dark);
  font-weight: 800;
  font-size: .92rem;

  /* hover laranja clarinho */
  transition: background-color .2s ease, border-color .2s ease, transform .2s ease,
              box-shadow .2s ease, color .2s ease;
}

.nc-obs__pill:hover,
.nc-obs__pill:focus-visible{
  transform: translateY(-1px);
  border-color: rgba(235,92,29,.22);
  background: rgba(235,92,29,.06);
  box-shadow: 0 10px 24px rgba(0,0,0,.08);
  outline: none;
}

.nc-obs__pill i{ color: var(--primary-color); }

/* =========================================================
   Subnav sticky + Filterbar
   ========================================================= */
.nc-subnav{
  position: sticky;
  top: var(--nc-header-offset);
  z-index: 950;
  background: rgba(255,255,255,.92);
  backdrop-filter: blur(10px);
  border-bottom: 1px solid rgba(0,0,0,.06);
  padding: 10px 0;
}
.nc-subnav.is-stuck{ box-shadow: 0 14px 35px rgba(0,0,0,.08); }

.nc-subnav__inner{
  display:flex;
  align-items:center;
  gap: 10px;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
}
.nc-subnav__inner::-webkit-scrollbar{ display:none; }

.nc-subnav__link{
  display:inline-flex;
  align-items:center;
  gap: 8px;
  padding: 8px 12px;
  border-radius: 999px;
  border: 1px solid rgba(0,0,0,.08);
  background: #fff;
  color: var(--text-dark);
  text-decoration: none;
  font-weight: 800;
  white-space: nowrap;
  transition: background-color .2s ease, border-color .2s ease, transform .2s ease, box-shadow .2s ease, color .2s ease;
}
.nc-subnav__link i{ color: var(--primary-color); }
.nc-subnav__link:hover{
  transform: translateY(-1px);
  border-color: rgba(235,92,29,.22);
  background: rgba(235,92,29,.06);
  box-shadow: 0 10px 24px rgba(0,0,0,.08);
}
.nc-subnav__link.is-active{
  background: var(--primary-color);
  border-color: rgba(235,92,29,.45);
  color: #fff;
}
.nc-subnav__link.is-active i{ color:#fff; }
.nc-subnav__link span{ line-height: 1; }

.nc-filterbar{
  display:flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: 14px 0 4px 0;
}
.nc-filterbar__btn{
  appearance: none;
  border: 1px solid rgba(0,0,0,.10);
  background: #fff;
  padding: 8px 12px;
  border-radius: 999px;
  font-weight: 800;
  font-size: 0.92rem;
  color: var(--text-dark);
  transition: background-color .2s ease, border-color .2s ease, transform .2s ease, box-shadow .2s ease, color .2s ease;
}
.nc-filterbar__btn:hover{
  transform: translateY(-1px);
  border-color: rgba(235,92,29,.22);
  background: rgba(235,92,29,.06);
  box-shadow: 0 10px 24px rgba(0,0,0,.08);
}
.nc-filterbar__btn.is-active{
  background: var(--primary-color);
  border-color: rgba(235,92,29,.45);
  color: #fff;
  box-shadow: 0 12px 26px rgba(0,0,0,.10);
}
.nc-plan-card.is-dim{
  opacity: .42;
  filter: grayscale(10%);
  transform: none !important;
}
.nc-plan-card.is-dim:hover{
  transform: none;
  box-shadow: 0 14px 40px rgba(0,0,0,.08);
}

@media (max-width: 575px){
  .nc-subnav{ padding: 8px 0; }
}


/* =========================================================
   Atualização de planos — valores, DCC, Prime e taxas
   ========================================================= */
.nc-plan-card{
  position: relative;
  overflow: hidden;
}

.nc-plan-card--featured{
  border-color: rgba(235,92,29,.32);
  box-shadow: 0 18px 52px rgba(0,0,0,.10);
}

.nc-plan-card--featured::before,
.nc-plan-card--prime::before{
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 4px;
  background: var(--primary-color);
}

.nc-plan-card--prime{
  border-color: rgba(235,92,29,.38);
  background: #fff;
}

.nc-plan-card--tax{
  background: rgba(255,255,255,.92);
}

.nc-plan-card__ribbon{
  position: absolute;
  top: 17px;
  right: -36px;
  min-width: 136px;
  text-align: center;
  transform: rotate(35deg);
  background: var(--primary-color);
  color: #fff;
  font-size: .70rem;
  font-weight: 900;
  letter-spacing: .04em;
  text-transform: uppercase;
  padding: 5px 12px;
  box-shadow: 0 10px 25px rgba(0,0,0,.16);
}

.nc-plan-price{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin: 8px 0 12px 0;
  padding: 6px 12px;
  border-radius: 999px;
  background: var(--primary-color);
  color: #fff;
  font-weight: 950;
  font-size: clamp(.95rem, 2.19vw, 1.36rem);
  line-height: 1;
  letter-spacing: -.04em;
  box-shadow: 0 14px 30px rgba(235,92,29,.24);
}

.nc-plan-price--small{
  font-size: clamp(.83rem, 1.70vw, 1.09rem);
}

.nc-avaliacao-box{
  display: flex;
  align-items: flex-start;
  gap: 14px;
  border-radius: 18px;
  border: 1px solid rgba(235,92,29,.22);
  background: rgba(255,255,255,.92);
  box-shadow: 0 14px 40px rgba(0,0,0,.08);
  padding: 16px 18px;
  color: var(--text-dark);
  transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease, background .2s ease, opacity .2s ease, filter .2s ease;
}

.nc-avaliacao-box:hover{
  transform: translateY(-2px);
  border-color: rgba(235,92,29,.35);
  background: rgba(235,92,29,.06);
  box-shadow: 0 18px 50px rgba(0,0,0,.12);
}

.nc-avaliacao-box__icon{
  width: 46px;
  height: 46px;
  border-radius: 16px;
  background: rgba(235,92,29,.13);
  color: var(--primary-color);
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
}

.nc-avaliacao-box strong{
  display: block;
  font-size: 1.05rem;
  font-weight: 950;
  margin-bottom: 4px;
}

.nc-avaliacao-box p{
  color: rgba(0,0,0,.68);
}

/* Tabela comparativa */
.nc-plan-table-wrap{
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  border-radius: 18px;
  box-shadow: 0 14px 40px rgba(0,0,0,.08);
}

.nc-plan-table{
  width: 100%;
  min-width: 780px;
  border-collapse: collapse;
  background: #fff;
  overflow: hidden;
}

.nc-plan-table th,
.nc-plan-table td{
  padding: 14px 16px;
  border-bottom: 1px solid rgba(0,0,0,.07);
  vertical-align: top;
}

.nc-plan-table thead th{
  background: var(--background-dark);
  color: #fff;
  font-weight: 900;
  white-space: nowrap;
}

.nc-plan-table tbody tr:hover{
  background: rgba(235,92,29,.06);
}

.nc-plan-table tbody tr:last-child td{
  border-bottom: none;
}

/* Filtro também aplicado ao box de avaliação */
.nc-avaliacao-box.is-dim{
  opacity: .42;
  filter: grayscale(10%);
  transform: none !important;
}

.nc-avaliacao-box.is-dim:hover{
  transform: none !important;
  box-shadow: 0 14px 40px rgba(0,0,0,.08);
}

@media (max-width: 575.98px){
  .nc-plan-card__ribbon{
    right: -42px;
    top: 12px;
    min-width: 130px;
    font-size: .68rem;
  }

  .nc-avaliacao-box{
    flex-direction: column;
  }
}
