/* ==========================================================
   PLANOS — ESTILOS GERAIS
   MÉTODO ELO ESSENCIAL

   Estrutura:
   01. Hero
   02. Para quem é
   03. O que está incluído
   04. Jornada
   05. CTA Parallax
   06. Comparativo
   07. CTA Flutuante
   08. Mobile
=========================================================== */


/* ==========================================================
   01 — HERO
   PLANO ALÍVIO
=========================================================== */

.plan-hero {
  padding: 35px 0 80px;
  background: #fafbf7;
}

.plan-hero-image {
  overflow: hidden;
  border-radius: 18px;
  box-shadow: 0 18px 45px rgba(65, 71, 26, 0.12);
}

.plan-hero-image img {
  width: 100%;
  height: auto;
  display: block;
}


/* ==========================================================
   CONTEÚDO DO HERO
=========================================================== */

.plan-hero-content {
  padding: 20px 10px 20px 25px;
}

.plan-label {
  display: inline-block;
  margin-bottom: 10px;
  color: #41471a;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 2px;
}


/* ==========================================================
   TÍTULO + ÍCONE
=========================================================== */

.plan-title-row {
  display: flex;
  align-items: center;
  gap: 14px;
}

.plan-title-row h1 {
  margin: 0;
  color: #41471a;
  font-size: clamp(48px, 5vw, 72px);
  font-weight: 500;
  line-height: 1;
}

.plan-icon {
  width: 64px;
  height: 64px;
  object-fit: contain;
  display: block;
}


/* ==========================================================
   FASE
=========================================================== */

.plan-phase {
  margin-top: 12px;
  color: #777;
  font-size: 15px;
  letter-spacing: 2px;
}

.plan-phase strong {
  color: #41471a;
}


/* ==========================================================
   TEXTO DO HERO
=========================================================== */

.plan-hero-text {
  max-width: 470px;
  margin: 25px 0 22px;
  color: #555;
  font-size: 17px;
  line-height: 1.7;
}


/* ==========================================================
   PREÇO DO HERO
=========================================================== */

.plan-price {
  display: flex;
  align-items: baseline;
  gap: 5px;
  color: #41471a;
}

.plan-price .currency {
  font-size: 20px;
  font-weight: 600;
}

.plan-price .value {
  font-size: 48px;
  font-weight: 600;
  line-height: 1;
}

.plan-price .period {
  color: #777;
  font-size: 16px;
}

.plan-installment {
  margin: 8px 0 25px;
  color: #777;
  font-size: 13px;
}


/* ==========================================================
   CTA DO HERO
=========================================================== */

.btn-plan-alivio {
  display: inline-flex;
  align-items: center;
  gap: 10px;

  padding: 13px 22px;

  border: 1px solid #41471a;
  border-radius: 7px;

  background: #41471a;
  color: #fff;

  font-size: 14px;
  font-weight: 600;

  transition: all 0.3s ease;
}

.btn-plan-alivio:hover {
  background: #333813;
  border-color: #333813;
  color: #fff;
  transform: translateY(-1px);
}


/* ==========================================================
   02 — PARA QUEM É O PLANO ALÍVIO
=========================================================== */

.plan-section {
  padding: 95px 0;
  background: #ffffff;
}

.plan-section-label {
  display: inline-block;
  margin-bottom: 12px;

  color: #41471a;

  font-size: 11px;
  font-weight: 700;
  letter-spacing: 2.5px;
}

.plan-section h2 {
  margin: 0;

  color: #41471a;

  font-size: 38px;
  font-weight: 500;
  line-height: 1.2;
}

.plan-section-intro {
  max-width: 620px;
  margin: 18px auto 0;

  color: #5f5f5f;

  font-size: 17px;
  line-height: 1.7;
}


/* ==========================================================
   ITENS EDITORIAIS — PARA QUEM É
=========================================================== */

.plan-editorial-item {
  height: 100%;
  padding: 25px 30px 20px;
  text-align: center;
}

.plan-editorial-number {
  display: block;

  color: #41471a;

  font-size: 34px;
  font-weight: 500;
  line-height: 1;
}

.plan-editorial-line {
  width: 35px;
  height: 1px;

  margin: 18px auto 22px;

  background: #41471a;
  opacity: 0.45;
}

.plan-editorial-item h3 {
  margin: 0 0 14px;

  color: #41471a;

  font-size: 20px;
  font-weight: 600;
  line-height: 1.3;
}

.plan-editorial-item p {
  max-width: 300px;
  margin: 0 auto;

  color: #5f5f5f;

  font-size: 15px;
  line-height: 1.75;
}


/* ==========================================================
   03 — O QUE ESTÁ INCLUÍDO
   LISTA EDITORIAL NUMERADA
=========================================================== */

.plan-included {
  padding: 75px 0;
  background: #f8f9f3;
}


/* ==========================================================
   ÍCONE DA SEÇÃO
=========================================================== */

.plan-section-icon {
  margin-bottom: 20px;
}

.plan-section-icon img {
  width: 72px;
  height: 72px;

  object-fit: contain;
  display: inline-block;
}


/* ==========================================================
   LISTA EDITORIAL
=========================================================== */

.plan-list-item {
  padding: 5px 10px 15px;
}

.plan-list-heading {
  display: flex;
  align-items: center;
  width: 100%;
}

.plan-list-number {
  flex-shrink: 0;

  width: 42px;
  height: 42px;

  display: inline-flex;
  align-items: center;
  justify-content: center;

  background: #41471a;

  border-radius: 6px;

  color: #ffffff;

  font-size: 14px;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0.5px;
}

.plan-list-line {
  width: 100%;
  height: 1px;

  margin-left: 18px;

  background: #41471a;
  opacity: 0.25;
}

.plan-list-item h3 {
  margin: 14px 0 7px;

  color: #41471a;

  font-size: 20px;
  font-weight: 600;
  line-height: 1.3;

  text-transform: none;
}

.plan-list-item p {
  max-width: 470px;
  margin: 0;

  color: #5f5f5f;

  font-size: 15px;
  line-height: 1.75;
}

.plan-list-item-last {
  max-width: 50%;
}


/* ==========================================================
   AJUSTE DA GRADE DA LISTA
=========================================================== */

.plan-included .row.g-5 {
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 1.5rem;
}

.plan-included .row.mt-4 {
  margin-top: 1rem !important;
}


/* ==========================================================
   04 — COMO FUNCIONA
   JORNADA DO ACOMPANHAMENTO
=========================================================== */

.plan-journey {
  background: #ffffff;
}


/* ==========================================================
   LINHA DA JORNADA
=========================================================== */

.plan-journey-track {
  position: relative;

  display: flex;
  justify-content: space-between;

  gap: 50px;
}

.plan-journey-track::before {
  content: "";

  position: absolute;

  top: 24px;
  left: 12%;
  right: 12%;

  height: 1px;

  background: #41471a;
  opacity: 0.25;
}


/* ==========================================================
   ETAPAS
=========================================================== */

.plan-journey-item {
  position: relative;
  z-index: 1;

  flex: 1;

  text-align: center;
}

.plan-journey-point {
  width: 58px;
  height: 58px;

  margin: 0 auto 22px;

  display: flex;
  align-items: center;
  justify-content: center;

  border: 1px solid #41471a;
  border-radius: 50%;

  background: #ffffff;
  color: #41471a;

  font-size: 16px;
  font-weight: 700;
}

.plan-journey-item h3 {
  margin: 0 0 12px;

  color: #41471a;

  font-size: 21px;
  font-weight: 600;
}

.plan-journey-item p {
  max-width: 250px;
  margin: 0 auto;

  color: #5f5f5f;

  font-size: 15px;
  line-height: 1.75;
}


/* ==========================================================
   DURAÇÃO
=========================================================== */

.plan-journey-duration {
  margin-top: 55px;
  padding-top: 25px;

  border-top: 1px solid rgba(65, 71, 26, 0.15);
}

.plan-journey-duration span {
  display: block;

  color: #41471a;

  font-size: 25px;
  font-weight: 600;
}

.plan-journey-duration small {
  display: block;

  margin-top: 4px;

  color: #777;

  font-size: 13px;
}


/* ==========================================================
   05 — CTA PARALLAX
   ELEMENTOS INTERNOS
=========================================================== */

#call-to-action .plan-cta-price {
  display: flex;
  align-items: baseline;
  justify-content: center;

  gap: 6px;

  margin: 22px 0 0;
}

#call-to-action .plan-cta-price strong {
  color: #ffffff;

  font-size: 42px;
  font-weight: 600;
  line-height: 1;
}

#call-to-action .plan-cta-price span {
  color: #ffffff;

  font-size: 17px;
  font-weight: 400;
}

#call-to-action .plan-cta-installment {
  margin: 8px 0 25px;

  color: #ffffff;

  font-size: 14px;
}


/* ==========================================================
   06 — COMPARATIVO DOS PLANOS
   TABELA COMPARATIVA ESSENCIAL
=========================================================== */

.plan-comparison {
  padding: 85px 0;
  background: #ffffff;
}


/* ==========================================================
   TÍTULO
=========================================================== */

.plan-comparison .plan-section-label {
  display: inline-block;

  margin-bottom: 12px;

  color: #41471a;

  font-size: 13px;
  font-weight: 600;
  letter-spacing: 2px;
}

.plan-comparison h2 {
  margin: 0 0 14px;

  color: #292929;

  font-size: 40px;
  font-weight: 500;
  line-height: 1.2;
}

.plan-comparison .plan-section-intro {
  max-width: 760px;
  margin: 0 auto;

  color: #5f5f5f;

  font-size: 17px;
  line-height: 1.7;
}


/* ==========================================================
   ÁREA DA TABELA
=========================================================== */

.plan-comparison-wrapper {
  margin-top: 55px;
  overflow-x: auto;
}


/* ==========================================================
   TABELA
=========================================================== */

.plan-comparison-table {
  width: 100%;
  min-width: 900px;

  border-collapse: separate;
  border-spacing: 0;

  font-size: 16px;
}


/* ==========================================================
   CABEÇALHO
=========================================================== */

.plan-comparison-table thead th {
  padding: 20px 18px 28px;

  text-align: center;
  vertical-align: middle;

  border-bottom: 1px solid rgba(0, 0, 0, 0.10);
}


/* ==========================================================
   PRIMEIRA COLUNA
=========================================================== */

.plan-comparison-table .comparison-feature {
  width: 25%;

  padding-left: 22px;

  text-align: left;

  color: #41471a;

  font-size: 15px;
  font-weight: 600;
  letter-spacing: 1px;

  text-transform: uppercase;
}


/* ==========================================================
   COLUNAS DOS PLANOS
=========================================================== */

.plan-comparison-table .comparison-plan {
  width: 25%;
}


/* ==========================================================
   ÍCONES OFICIAIS
=========================================================== */

.comparison-plan-icon {
  width: 76px;
  height: 76px;

  margin: 0 auto 14px;

  display: flex;
  align-items: center;
  justify-content: center;

  border-radius: 50%;
}

.comparison-plan-icon img {
  width: 76px;
  height: 76px;

  display: block;

  object-fit: contain;
}


/* ==========================================================
   NOME DOS PLANOS
=========================================================== */

.comparison-plan-name {
  font-size: 25px;
  font-weight: 600;
  line-height: 1.2;
}

.comparison-alivio .comparison-plan-name {
  color: #41471a;
}

.comparison-equilibrio .comparison-plan-name {
  color: #c78e17;
}

.comparison-liberdade .comparison-plan-name {
  color: #023372;
}


/* ==========================================================
   PREÇO
=========================================================== */

.comparison-plan-price {
  margin-top: 12px;

  font-size: 31px;
  font-weight: 600;
  line-height: 1;
}

.comparison-alivio .comparison-plan-price {
  color: #41471a;
}

.comparison-equilibrio .comparison-plan-price {
  color: #c78e17;
}

.comparison-liberdade .comparison-plan-price {
  color: #023372;
}


/* ==========================================================
   PERÍODO
=========================================================== */

.comparison-plan-period {
  margin-top: 7px;

  color: #555555;

  font-size: 13px;
  font-weight: 500;
  letter-spacing: 1px;

  text-transform: uppercase;
}


/* ==========================================================
   LINHAS DA TABELA
=========================================================== */

.plan-comparison-table tbody th,
.plan-comparison-table tbody td {
  padding: 18px 20px;

  border-bottom: 1px solid rgba(0, 0, 0, 0.08);

  vertical-align: middle;
}


/* ==========================================================
   NOME DOS CRITÉRIOS
=========================================================== */

.plan-comparison-table tbody th {
  padding-left: 22px;

  color: #202020;

  font-size: 16px;
  font-weight: 600;

  text-align: left;
}


/* ==========================================================
   CONTEÚDO
=========================================================== */

.plan-comparison-table tbody td {
  color: #555555;

  font-size: 16px;
  font-weight: 400;

  text-align: center;
}


/* ==========================================================
   CORES DOS DADOS POR PLANO
=========================================================== */

.plan-comparison-table tbody tr:nth-child(-n+3) td:nth-child(2) {
  color: #41471a;
}

.plan-comparison-table tbody tr:nth-child(-n+3) td:nth-child(3) {
  color: #c78e17;
}

.plan-comparison-table tbody tr:nth-child(-n+3) td:nth-child(4) {
  color: #023372;
}


/* ==========================================================
   NÃO DISPONÍVEL
=========================================================== */

.comparison-na {
  color: #999999 !important;
  font-size: 19px !important;
}


/* ==========================================================
   CHECKS
=========================================================== */

.comparison-check {
  text-align: center;
}

.comparison-check i {
  width: 30px;
  height: 30px;

  display: inline-flex;
  align-items: center;
  justify-content: center;

  border-radius: 50%;

  color: #ffffff;

  font-size: 15px;
  font-weight: 600;
}

.comparison-check-equilibrio i {
  background: #c78e17;
}

.comparison-check-liberdade i {
  background: #023372;
}

/* ==========================================================
   CHECK — PLANO ALÍVIO
=========================================================== */

.comparison-check-alivio i {
  width: 30px;
  height: 30px;

  display: inline-flex;
  align-items: center;
  justify-content: center;

  border-radius: 50%;

  background: #41471a;
  color: #ffffff;

  font-size: 15px;
  font-weight: 600;
}


/* ==========================================================
   BOTÕES DA TABELA
=========================================================== */

.plan-comparison-table .comparison-actions th,
.plan-comparison-table .comparison-actions td {
  padding-top: 28px;
  padding-bottom: 10px;

  border-bottom: 0;
}

.comparison-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;

  min-width: 170px;

  padding: 13px 22px;

  border-radius: 6px;

  color: #ffffff;

  font-size: 14px;
  font-weight: 600;

  text-decoration: none;

  transition: all 0.3s ease;
}

.comparison-btn:hover {
  color: #ffffff;
  transform: translateY(-1px);
}


/* ==========================================================
   BOTÃO ALÍVIO
=========================================================== */

.comparison-btn-alivio {
  background: #41471a;
}

.comparison-btn-alivio:hover {
  background: #333813;
}


/* ==========================================================
   BOTÃO EQUILÍBRIO
=========================================================== */

.comparison-btn-equilibrio {
  background: #c78e17;
}

.comparison-btn-equilibrio:hover {
  background: #a97412;
}


/* ==========================================================
   BOTÃO LIBERDADE
=========================================================== */

.comparison-btn-liberdade {
  background: #023372;
}

.comparison-btn-liberdade:hover {
  background: #012653;
}


/* ==========================================================
   07 — CTA FLUTUANTE
   COMPRA DO PLANO ALÍVIO
=========================================================== */

.plan-floating-purchase {
  position: fixed;

  top: 132px;
  left: 0;

  width: 100%;

  z-index: 998;

  background: #41471a;

  box-shadow: 0 5px 18px rgba(0, 0, 0, 0.18);

  transform: translateY(-160%);

  transition: transform 0.35s ease;
}

.plan-floating-purchase.show {
  transform: translateY(0);
}


/* ==========================================================
   CONTEÚDO DO CTA FLUTUANTE
=========================================================== */

.plan-floating-purchase-inner {
  min-height: 62px;

  display: flex;
  align-items: center;
  justify-content: space-between;

  gap: 30px;
}


/* ==========================================================
   INFORMAÇÕES DO PLANO
=========================================================== */

.plan-floating-info {
  display: flex;
  align-items: baseline;

  gap: 9px;

  color: #ffffff;
}

.plan-floating-label {
  margin-right: 8px;

  color: #ffffff;

  font-size: 13px;
  font-weight: 700;
  letter-spacing: 1.5px;
}

.plan-floating-info strong {
  color: #ffffff;

  font-size: 25px;
  font-weight: 600;
  line-height: 1;
}

.plan-floating-info > span:last-child {
  color: rgba(255, 255, 255, 0.85);

  font-size: 15px;
}


/* ==========================================================
   BOTÃO DO CTA FLUTUANTE
=========================================================== */

.plan-floating-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;

  gap: 10px;

  min-width: 270px;

  padding: 11px 24px;

  background: #ffffff;
  color: #41471a;

  border-radius: 5px;

  font-size: 14px;
  font-weight: 700;

  text-decoration: none;

  transition: all 0.3s ease;
}

.plan-floating-button:hover {
  background: #f3e7c2;
  color: #41471a;
}

.plan-floating-button i {
  font-size: 16px;
}


/* ==========================================================
   ==========================================================
   08 — MOBILE / TABLET
   TODO O RESPONSIVO FICA AQUI
   ==========================================================
=========================================================== */


/* ==========================================================
   TABLET / TELAS MENORES
   ATÉ 991PX
=========================================================== */

@media (max-width: 991px) {


  /* ========================================================
     HERO
  ======================================================== */

  .plan-hero {
    padding: 30px 0 60px;
  }

  .plan-hero-content {
    padding: 10px 5px;
  }

  .plan-hero-text {
    max-width: none;
  }


  /* ========================================================
     SEÇÕES
  ======================================================== */

  .plan-section {
    padding: 75px 0;
  }


  /* ========================================================
     ITENS EDITORIAIS
  ======================================================== */

  .plan-editorial-item {
    padding: 20px 15px;
  }


  /* ========================================================
     LISTA EDITORIAL
  ======================================================== */

  .plan-list-item-last {
    max-width: 100%;
  }


  /* ========================================================
     JORNADA
  ======================================================== */

  .plan-journey-track {
    gap: 35px;
  }

  .plan-journey-track::before {
    left: 10%;
    right: 10%;
  }


  /* ========================================================
     COMPARATIVO
  ======================================================== */

  .plan-comparison {
    padding: 75px 0;
  }

  .plan-comparison-wrapper {
    margin-top: 45px;
  }

  .plan-comparison-table {
    min-width: 900px;
  }


  /* ========================================================
     CTA FLUTUANTE
  ======================================================== */

  .plan-floating-purchase-inner {
    gap: 20px;
  }

  .plan-floating-label {
    font-size: 12px;
  }

  .plan-floating-info strong {
    font-size: 22px;
  }

  .plan-floating-button {
    min-width: 240px;
    padding: 11px 18px;
  }

}


/* ==========================================================
   MOBILE
   ATÉ 575PX
=========================================================== */

@media (max-width: 575px) {


  /* ========================================================
     HERO
  ======================================================== */

  .plan-hero {
    padding: 25px 0 40px;
  }

  .plan-title-row {
    gap: 10px;
  }

  .plan-title-row h1 {
    font-size: 52px;
  }

  .plan-icon {
    width: 44px;
    height: 44px;
  }

  .plan-hero-text {
    font-size: 15px;
  }

  .plan-price .value {
    font-size: 42px;
  }

  .btn-plan-alivio {
    width: 100%;
    justify-content: center;
  }


  /* ========================================================
     SEÇÕES
  ======================================================== */

  .plan-section {
    padding: 65px 0;
  }

  .plan-section h2 {
    font-size: 32px;
  }

  .plan-section-intro {
    font-size: 16px;
  }


  /* ========================================================
     ITENS EDITORIAIS
  ======================================================== */

  .plan-editorial-item {
    padding: 20px 15px;
  }

  .plan-editorial-number {
    font-size: 32px;
  }

  .plan-editorial-item h3 {
    font-size: 19px;
  }

  .plan-editorial-item p {
    max-width: 100%;
    font-size: 15px;
  }


  /* ========================================================
     LISTA EDITORIAL
  ======================================================== */

  .plan-included {
    padding: 65px 0;
  }

  .plan-section-icon img {
    width: 64px;
    height: 64px;
  }

  .plan-list-item {
    padding: 5px 0 20px;
  }

  .plan-list-number {
    width: 40px;
    height: 40px;
  }

  .plan-list-line {
    margin-left: 14px;
  }

  .plan-list-item h3 {
    font-size: 19px;
  }

  .plan-list-item p {
    max-width: 100%;
    font-size: 15px;
  }


  /* ========================================================
     JORNADA
  ======================================================== */

  .plan-journey {
    padding: 65px 0;
  }

  .plan-journey-track {
    flex-direction: column;
    gap: 45px;
  }

  .plan-journey-track::before {
    top: 24px;
    bottom: 24px;
    left: 50%;
    right: auto;

    width: 1px;
    height: auto;
  }

  .plan-journey-item {
    width: 100%;
  }

  .plan-journey-point {
    width: 58px;
    height: 58px;

    margin-bottom: 18px;

    font-size: 16px;
  }

  .plan-journey-item h3 {
    font-size: 20px;
  }

  .plan-journey-item p {
    max-width: 330px;
    font-size: 15px;
  }

  .plan-journey-duration {
    margin-top: 45px;
    padding-top: 22px;
  }


  /* ========================================================
     CTA PARALLAX
  ======================================================== */

  #call-to-action .plan-cta-price strong {
    font-size: 36px;
  }

  #call-to-action .plan-cta-price span {
    font-size: 15px;
  }

  #call-to-action .plan-cta-installment {
    font-size: 13px;
  }


  /* ========================================================
     COMPARATIVO
  ======================================================== */

  .plan-comparison {
    padding: 65px 0;
  }

  .plan-comparison h2 {
    font-size: 32px;
  }

  .plan-comparison .plan-section-intro {
    font-size: 16px;
  }

  .plan-comparison-wrapper {
    margin-top: 35px;

    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }

  .plan-comparison-table {
    min-width: 850px;
    font-size: 15px;
  }

  .plan-comparison-table thead th {
    padding: 18px 14px 24px;
  }

  .plan-comparison-table .comparison-feature {
    width: 25%;

    padding-left: 16px;

    font-size: 14px;
  }

  .comparison-plan-icon {
    width: 64px;
    height: 64px;

    margin-bottom: 12px;
  }

  .comparison-plan-icon img {
    width: 64px;
    height: 64px;
  }

  .comparison-plan-name {
    font-size: 22px;
  }

  .comparison-plan-price {
    font-size: 28px;
  }

  .comparison-plan-period {
    font-size: 12px;
  }

  .plan-comparison-table tbody th,
  .plan-comparison-table tbody td {
    padding: 16px 14px;
  }

  .plan-comparison-table tbody th {
    padding-left: 16px;
    font-size: 15px;
  }

  .plan-comparison-table tbody td {
    font-size: 15px;
  }

  .comparison-check i {
    width: 28px;
    height: 28px;
    font-size: 14px;
  }

  .comparison-btn {
    min-width: 155px;
    padding: 12px 18px;
    font-size: 13px;
  }


	/* ========================================================
	   CTA FLUTUANTE — MOBILE
	======================================================== */

	.plan-floating-purchase {
	  top: 135px;
	  left: 0;
	  width: 100%;

	  background: #41471a;

	  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.16);
	}

	.plan-floating-purchase-inner {
	  min-height: 58px;

	  display: flex;
	  align-items: center;
	  justify-content: space-between;

	  gap: 12px;

	  padding: 7px 15px;
	}


	/* INFORMAÇÕES */

	.plan-floating-info {
	  display: flex;
	  align-items: baseline;

	  gap: 5px;

	  white-space: nowrap;
	}

	.plan-floating-label {
	  display: none;
	}

	.plan-floating-info strong {
	  color: #ffffff;

	  font-size: 21px;
	  font-weight: 700;
	  line-height: 1;
	}

	.plan-floating-info > span:last-child {
	  color: rgba(255, 255, 255, 0.9);

	  font-size: 12px;
	}


	/* BOTÃO */

	.plan-floating-button {
	  flex-shrink: 0;

	  min-width: auto;

	  padding: 10px 15px;

	  border-radius: 5px;

	  background: #ffffff;
	  color: #41471a;

	  font-size: 12px;
	  font-weight: 700;

	  white-space: nowrap;
	}

	.plan-floating-button:hover {
	  background: #ffffff;
	  color: #41471a;
	}

	.plan-floating-button i {
	  font-size: 13px;
	}
}



/* ==========================================================
   IDENTIDADE — PLANO EQUILÍBRIO
   SOBRESCREVE A IDENTIDADE VERDE DO ALÍVIO
=========================================================== */

.plan-equilibrio-page .plan-label,
.plan-equilibrio-page .plan-section-label,
.plan-equilibrio-page .plan-title-row h1,
.plan-equilibrio-page .plan-phase strong,
.plan-equilibrio-page .plan-price,
.plan-equilibrio-page .plan-editorial-number,
.plan-equilibrio-page .plan-editorial-item h3,
.plan-equilibrio-page .plan-list-item h3,
.plan-equilibrio-page .plan-journey-item h3,
.plan-equilibrio-page .plan-journey-duration span,
.plan-equilibrio-page .plan-journey-point {
  color: #C78E17;
}


/* ==========================================================
   LINHAS
=========================================================== */

.plan-equilibrio-page .plan-editorial-line,
.plan-equilibrio-page .plan-list-line {
  background: #C78E17;
}


/* ==========================================================
   NÚMEROS DA SEÇÃO "O QUE ESTÁ INCLUÍDO"
=========================================================== */

.plan-equilibrio-page .plan-list-number {
  background: #C78E17;
  color: #ffffff;
}


/* ==========================================================
   JORNADA
=========================================================== */

.plan-equilibrio-page .plan-journey-point {
  border-color: #C78E17;
}

.plan-equilibrio-page .plan-journey-track::before {
  background: #C78E17;
}


/* ==========================================================
   TÍTULOS DAS SEÇÕES
=========================================================== */

.plan-equilibrio-page .plan-section h2 {
  color: #C78E17;
}


/* ==========================================================
   BOTÃO DO HERO
=========================================================== */

.plan-equilibrio-page .btn-plan-equilibrio {
  background: #C78E17;
  border-color: #C78E17;
  color: #ffffff !important;
}

.plan-equilibrio-page .btn-plan-equilibrio:hover {
  background: #A97412;
  border-color: #A97412;
  color: #ffffff !important;
}


/* ==========================================================
   CTA FLUTUANTE
=========================================================== */

.plan-equilibrio-page .plan-floating-purchase {
  background: #C78E17;
}

.plan-equilibrio-page .plan-floating-info strong {
  color: #ffffff;
}

.plan-equilibrio-page .plan-floating-info > span:last-child {
  color: rgba(255, 255, 255, 0.9);
}

.plan-equilibrio-page .plan-floating-button {
  color: #C78E17;
}

.plan-equilibrio-page .plan-floating-button:hover {
  color: #C78E17;
}


/* ==========================================================
   DURAÇÃO
=========================================================== */

.plan-equilibrio-page .plan-journey-duration span {
  color: #C78E17;
}


/* ==========================================================
   IDENTIDADE — PLANO LIBERDADE
   AZUL #023372
=========================================================== */

.plan-liberdade-page .plan-label,
.plan-liberdade-page .plan-section-label,
.plan-liberdade-page .plan-title-row h1,
.plan-liberdade-page .plan-phase strong,
.plan-liberdade-page .plan-price,
.plan-liberdade-page .plan-editorial-number,
.plan-liberdade-page .plan-editorial-item h3,
.plan-liberdade-page .plan-list-item h3,
.plan-liberdade-page .plan-journey-item h3,
.plan-liberdade-page .plan-journey-duration span,
.plan-liberdade-page .plan-journey-point {
  color: #023372;
}


/* ==========================================================
   LINHAS
=========================================================== */

.plan-liberdade-page .plan-editorial-line,
.plan-liberdade-page .plan-list-line {
  background: #023372;
}


/* ==========================================================
   NÚMEROS
=========================================================== */

.plan-liberdade-page .plan-list-number {
  background: #023372;
  color: #ffffff;
}


/* ==========================================================
   JORNADA
=========================================================== */

.plan-liberdade-page .plan-journey-point {
  border-color: #023372;
}

.plan-liberdade-page .plan-journey-track::before {
  background: #023372;
}


/* ==========================================================
   TÍTULOS DAS SEÇÕES
=========================================================== */

.plan-liberdade-page .plan-section h2 {
  color: #023372;
}


/* ==========================================================
   BOTÃO DO HERO
=========================================================== */

.plan-liberdade-page .btn-plan-liberdade {
  background: #023372;
  border-color: #023372;
  color: #ffffff !important;
}

.plan-liberdade-page .btn-plan-liberdade:hover {
  background: #012653;
  border-color: #012653;
  color: #ffffff !important;
}


/* ==========================================================
   CTA FLUTUANTE
=========================================================== */

.plan-liberdade-page .plan-floating-purchase {
  background: #023372;
}

.plan-liberdade-page .plan-floating-info strong {
  color: #ffffff;
}

.plan-liberdade-page .plan-floating-info > span:last-child {
  color: rgba(255, 255, 255, 0.9);
}

.plan-liberdade-page .plan-floating-button {
  color: #023372;
}

.plan-liberdade-page .plan-floating-button:hover {
  color: #023372;
}


/* ==========================================================
   DURAÇÃO
=========================================================== */

.plan-liberdade-page .plan-journey-duration span {
  color: #023372;
}


/* ==========================================================
   SEÇÃO 07 — CONHEÇA TAMBÉM
=========================================================== */

.plan-related {
  padding: 90px 0;
  background: #ffffff;
}


/* ==========================================================
   CONTAINER DOS PLANOS
=========================================================== */

.plan-related .row.g-4 {
  margin-top: 45px !important;
}


/* ==========================================================
   ITEM
=========================================================== */

.plan-related-item {
  height: 100%;
  padding: 42px 38px 38px;

  text-align: center;

  background: #ffffff;

  border: 1px solid #e5e5e5;
  border-radius: 18px;

  transition:
    transform 0.3s ease,
    box-shadow 0.3s ease,
    border-color 0.3s ease;
}

.plan-related-item:hover {
  transform: translateY(-5px);
  box-shadow: 0 14px 35px rgba(0, 0, 0, 0.08);
}


/* ==========================================================
   ÍCONE
=========================================================== */

.plan-related-icon {
  width: 78px;
  height: 78px;

  margin: 0 auto 20px;

  display: flex;
  align-items: center;
  justify-content: center;
}

.plan-related-icon img {
  width: 78px;
  height: 78px;

  object-fit: contain;
}


/* ==========================================================
   LABEL
=========================================================== */

.plan-related-label {
  display: block;

  margin-bottom: 7px;

  font-size: 11px;
  font-weight: 600;

  letter-spacing: 2px;
  text-transform: uppercase;
}


/* ==========================================================
   TÍTULO
=========================================================== */

.plan-related-item h3 {
  margin: 0 0 12px;

  font-size: 30px;
  font-weight: 600;
}


/* ==========================================================
   PREÇO
=========================================================== */

.plan-related-price {
  display: flex;

  align-items: baseline;
  justify-content: center;

  gap: 6px;

  margin-bottom: 18px;
}

.plan-related-price strong {
  font-size: 30px;
  font-weight: 600;
  line-height: 1;
}

.plan-related-price span {
  font-size: 14px;
  color: #666666;
}


/* ==========================================================
   TEXTO
=========================================================== */

.plan-related-item p {
  max-width: 430px;

  margin: 0 auto 28px;

  font-size: 16px;
  line-height: 1.7;

  color: #666666;
}


/* ==========================================================
   BOTÃO
=========================================================== */

.plan-related-button {
  display: inline-flex;

  align-items: center;
  justify-content: center;

  gap: 8px;

  min-width: 190px;

  padding: 13px 22px;

  border-radius: 6px;

  font-size: 14px;
  font-weight: 600;

  text-decoration: none;

  transition:
    background 0.3s ease,
    color 0.3s ease,
    transform 0.3s ease;
}

.plan-related-button:hover {
  transform: translateY(-1px);
}


/* ==========================================================
   ALÍVIO
=========================================================== */

.plan-related-alivio {
  border-color: rgba(65, 71, 26, 0.25);
}

.plan-related-alivio .plan-related-label,
.plan-related-alivio h3,
.plan-related-alivio .plan-related-price strong {
  color: #41471A;
}

.plan-related-alivio .plan-related-button {
  background: #41471A;
  color: #ffffff;
}

.plan-related-alivio .plan-related-button:hover {
  background: #303512;
  color: #ffffff;
}


/* ==========================================================
   EQUILÍBRIO
=========================================================== */

.plan-related-equilibrio {
  border-color: rgba(199, 142, 23, 0.30);
}

.plan-related-equilibrio .plan-related-label,
.plan-related-equilibrio h3,
.plan-related-equilibrio .plan-related-price strong {
  color: #C78E17;
}

.plan-related-equilibrio .plan-related-button {
  background: #C78E17;
  color: #ffffff;
}

.plan-related-equilibrio .plan-related-button:hover {
  background: #A97412;
  color: #ffffff;
}


/* ==========================================================
   LIBERDADE
=========================================================== */

.plan-related-liberdade {
  border-color: rgba(2, 51, 114, 0.25);
}

.plan-related-liberdade .plan-related-label,
.plan-related-liberdade h3,
.plan-related-liberdade .plan-related-price strong {
  color: #023372;
}

.plan-related-liberdade .plan-related-button {
  background: #023372;
  color: #ffffff;
}

.plan-related-liberdade .plan-related-button:hover {
  background: #012653;
  color: #ffffff;
}