.pricing {
  padding: 110px 0;
}

.pricing__header {
  text-align: center;
  max-width: 920px;
  margin: 0 auto 52px;
}

.pricing__title {
  margin: 0 0 14px;
  line-height: 1.12;
}

.pricing__subtitle {
  margin: 0 auto;
  max-width: 720px;
}

.pricing__panel {
  border-radius: 28px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.12); /* optional */
  width: 100%;
  margin: 0 auto;
}
@media(min-width:769px) {
    .pricing__panel {
       max-width: 1125px;
      background: url(../images/bg-price-top.webp) no-repeat center top;
    }
}

.pricing__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}
.pricing__grid.pricing__grid--4columns {
  grid-template-columns: repeat(4, 1fr);
}



/* =========================
   PLAN
   ========================= */
.plan {
  padding: 5px 34px 34px;
  display: flex;
  flex-direction: column;
  border-right: 1px solid rgba(255, 255, 255, 0.10);
  min-height: 720px;
}



/* NEW PLANS */
.plan-new {
  padding: 5px 20px 20px !important;
  font-size: 0.9rem !important;
}
.plan-new .plan__list--mlnone {
  margin-bottom: 25px;
}
.plan-new .plan__list--mlnone li {
  padding-left: 0px;
  /* font-size: 0.8rem; */
}
.plan-new .plan__list--mlnone li strong {
  font-weight: 600;
}
.plan-new .plan__list,
.plan-new .plan__sublist {
  gap: 8px;
}

.plan-new .plan__view-full-list {
  display: block;
  text-align: center;
  color: var(--text-primary);
  text-decoration: none;
  /* font-weight: 600; */
  padding: 6px 16px 5px 16px;
  border: 1px solid #ffffff3b;
  color: var(--text-primary);
  border-radius: 30px;
  transition: 0.3s;
}
.plan-new .plan__view-full-list:hover {
  border: 1px solid #ffffff87;
  transition: 0.3s;
}





.plan:last-child {
  border-right: 0;
}

@media(max-width:600px){
  .plan {
    border-bottom: 0 !important;
  }
  .plan.plan-starter,
  .plan.plan-prodev,
  .plan.plan-video,
  .plan.plan-growth,
  .plan.plan-ads,
  .plan.plan-ecom,
  .plan.plan-mkt,
  .plan.plan-full,
  .plan.plan-custom
  {
    background: url(../images/bg-price-top.webp) no-repeat center top;
    border-top-left-radius: 30px;
    border-top-right-radius: 30px;
  }
  .plan.plan-new {
    padding-bottom: 50px !important;
  }
}


.two-tasks {
    position: relative;
}
.two-tasks:before {
    content: '';
    position: absolute;
    z-index: 99999999;
    top: 0;
    right: -1px;
    width: 125px;
    height: 90px;
    /* content: "★ 2 Active Tasks";
    background: #356668;
    background: linear-gradient(180deg,rgba(53, 102, 104, 1) 0%, rgba(31, 56, 75, 1) 100%);
    background-color: white;
    padding: 9px 0 5px 0;
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 600;
    text-align: center;
    transform: rotate(45deg);
    outline: 2px solid #191919; */
}
.two-tasks.two-tasks--en:before {
    background: url('../images/flag-2-active-tasks.webp');
}
.two-tasks.two-tasks--br:before {
    background: url('../images/flag-2-tarefas-por-vez.webp');
}
.two-tasks.limited-seats--en:before {
    background: url('../images/flag-limited-seats.webp');
}
.two-tasks.limited-seats--br:before {
    background: url('../images/flag-vagas-limitadas.webp');
}


.plan__head {
  display: flex;
  align-items: center;
  justify-content: center;
  /* min-height: 72px; */
  min-height: 85px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.10);
  margin: 0 -34px 22px;
  padding: 0 34px;
}

.plan-ads .plan__head,
.plan-ecom .plan__head,
.plan-mkt .plan__head,
.plan-full .plan__head,
.plan-custom .plan__head {
  margin: 0 -20px 20px !important;
}




.plan__name {
  margin: 0;
  letter-spacing: 3px;
  font-size: 0.85rem;
  text-transform: uppercase;
  text-align: center;
}

.plan__price {
  text-align: center;
  padding: 16px 0 18px;
}

.plan__from {
  opacity: 0.75;
  text-decoration: line-through;
  margin-bottom: 8px;
}

.plan__value {
  font-size: clamp(2.6rem, 4vw, 4.2rem);
  line-height: 1;
  font-weight: 600;
}

.plan__cycle {
  margin-top: 6px;
  letter-spacing: 3px;
  text-transform: uppercase;
  opacity: 0.75;
  font-size: 0.85rem;
}

.plan__description {
  margin-top: 25px;
  margin-bottom: -15px;
  font-size: 0.8rem;
  opacity: 0.75;
}



/* =========================
   LISTS
   ========================= */
.plan__list,
.plan__sublist {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  gap: 14px;
  padding-top: 10px;
}

.plan__item {
  display: flex;
  align-items: center;
  gap: 12px;
  min-height: 22px;
  padding-left: 30px;
}
.plan__item--hightlight {
  color: #17c389;
}

.plan__item::before {
  width: 18px;
  flex: 0 0 18px;
  display: inline-flex;
  justify-content: center;
  font-weight: 700;
  content: "";
  color: var(--green);
  height: 100%;
}

.plan__item--yes::before { content: "✓"; }
.plan__item--no::before  { content: "✕"; }

.plan__item--list {
    list-style: inside;
    list-style-type: none;
    padding: 3px 0;
    font-size: 0.85rem;
}


/* =========================
   TOGGLES (Design / Dev / Video / And More)
   ========================= */
.plan__expand {
  margin-top: 14px;
}

.plan__expand--main {
  margin-top: 22px;
}

.plan__toggle {
  width: 100%;
  display: flex;
  align-items: center;
  gap: 12px;

  padding: 0;
  min-height: 22px;

  background: transparent;
  border: 0;
  cursor: pointer;
  text-align: left;

  color: inherit;
  font: inherit;
  letter-spacing: inherit;
  text-transform: inherit;
}

.plan__toggle:focus-visible {
  outline: 2px solid rgba(255, 255, 255, 0.25);
  outline-offset: 6px;
  border-radius: 10px;
}

.plan__toggleIcon {
  width: 18px;
  flex: 0 0 18px;
  display: inline-flex;
  justify-content: center;
  font-weight: 700;
}

.plan__toggleLabel {
  font-weight: 600;
}

.plan__toggleLabel--dash::before {
  content: "";
  font-weight: 600;
}

/* =========================
   PANELS
   ========================= */
.plan__panelMore {
  /* padding-top: 10px; */
  overflow: hidden;
  max-height: 0;
  opacity: 0;

  transition:
    max-height 0.45s cubic-bezier(0.4, 0, 0.2, 1),
    opacity 0.25s ease;

  will-change: max-height, opacity;
}

.plan__panelMore--main {
  /* padding-top: 12px; */
  transition-duration: 0.5s;
}

/* aberto */
.plan__panelMore.is-open {
  opacity: 1;
}
.plan__panelMore.is-open .plan__sublist {
    /* padding-left: 30px; */
}


/* =========================
   CTA
   ========================= */
.plan__cta {
  margin-top: auto;
  padding-top: 28px;
  display: grid;
  gap: 16px;
  justify-items: center;
}

.plan__btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: min(320px, 100%);
  height: 52px;
  border-radius: 999px;
  text-decoration: none;
  border: 1px solid rgba(255, 255, 255, 0.18); /* opcional */
  white-space: nowrap;
}

.plan__link {
  text-decoration: none;
  letter-spacing: 3px;
  text-transform: uppercase;
  font-size: 0.85rem;
}


/* =========================
   RESPONSIVE
   ========================= */
@media (max-width: 980px) {
  .pricing {
    padding: 88px 0 0 0;
  }

  .pricing__panel {
    /* border-radius: 20px; */
  }

  .pricing__grid,
  .pricing__grid.pricing__grid--4columns {
    grid-template-columns: 1fr;
  }

  .plan {
    border-right: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.10);
    min-height: unset;
  }

  .plan:last-child {
    border-bottom: 0;
  }

  .plan__head {
    margin: 0 -34px 18px;
  }
}

@media (max-width: 560px) {
  .plan {
    padding: 5px 22px 56px 22px;
  }

  .plan__head {
    margin: 0 -22px 16px;
    padding: 0 22px;
  }

  .plan__btn {
    height: 50px;
  }
}



.pricing__disclaimer {
  display: flex;
  flex-direction: row;
  justify-content: center;
}
.pricing__disclaimer > small {
  font-style: italic;
  font-size: 10px;
  width: 60%;
  padding: 20px;
  margin-top: 20px;
  line-height: 18px;
  text-align: center;
}
@media (max-width: 600px) {
  .pricing__disclaimer > small {
    width: 100%;
    padding: 20px 0;
  }
}




.plan.plan-growth .plan__description {
  margin-top: -10px;
  opacity: 1;
  font-weight: 600;
  font-size: 1rem;
}
.plan.plan-growth .plan__description2 {
  margin-top: 26px;

}
.plan.plan-growth .plan__price__cta {
  margin-top: 30px;
  margin-bottom: -10px;
}


