.elementor-62 .elementor-element.elementor-element-002b570{--display:flex;--flex-direction:column;--container-widget-width:calc( ( 1 - var( --container-widget-flex-grow ) ) * 100% );--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--justify-content:space-evenly;--align-items:stretch;--gap:0px 0px;--row-gap:0px;--column-gap:0px;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}body.elementor-page-62{margin:0px 0px 0px 0px;padding:0px 0px 0px 0px;}@media(min-width:768px){.elementor-62 .elementor-element.elementor-element-002b570{--width:100%;}}/* Start custom CSS for container, class: .elementor-element-002b570 */.hl-pricing {
  width: 100vw;
  margin-left: calc(50% - 50vw);
  background: #ffffff;
  padding: 18px 18px 34px;
  font-family: 'Poppins', sans-serif;
  color: #0b1c34;
}

.hl-pricing * {
  box-sizing: border-box;
}

.hl-pricing-wrap {
  max-width: 1400px;
  margin: 0 auto;
  padding: 34px 42px 40px;
  border-radius: 18px;
  background: #fff;
  box-shadow: 0 10px 35px rgba(8, 22, 43, 0.08);
}

.hl-pricing-head {
  text-align: center;
  margin-bottom: 24px;
}

.hl-eyebrow {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  margin-bottom: 8px;
}

.hl-eyebrow span {
  width: 72px;
  height: 1px;
  background: #e79027;
}

.hl-eyebrow p {
  margin: 0;
  color: #e79027;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 9px;
}

.hl-pricing-head h2 {
  margin: 0;
  color: #0b1c34;
  font-size: 60px;
  line-height: 1.05;
  font-weight: 800;
  letter-spacing: -2px;
}

.hl-pricing-head > p {
  margin: 18px 0 26px;
  color: #69778d;
  font-size: 19px;
  line-height: 1.55;
  font-weight: 400;
}

.hl-toggle {
  display: inline-flex;
  align-items: center;
  padding: 4px;
  border: 1px solid #dfe4eb;
  border-radius: 999px;
  background: #fff;
  box-shadow: 0 8px 22px rgba(8, 22, 43, 0.06);
}

.hl-toggle button {
  height: 48px;
  min-width: 190px;
  border: 0;
  border-radius: 999px;
  background: transparent;
  color: #667286;
  font-size: 16px;
  font-weight: 700;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}

.hl-toggle button img {
  width: 20px;
  height: 20px;
  object-fit: contain;
}

.hl-toggle button.active {
  background: #071a33;
  color: #fff;
  box-shadow: inset 0 -8px 20px rgba(255,255,255,0.05);
}

.hl-plans-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
  margin-top: 24px;
}

.hl-plan-card {
  min-height: 505px;
  padding: 30px 26px 24px;
  border: 1px solid #e6e9ef;
  border-radius: 14px;
  background: #fff;
  box-shadow: 0 8px 22px rgba(8, 22, 43, 0.06);
  display: flex;
  flex-direction: column;
}

.hl-plan-title {
  display: flex;
  align-items: center;
  gap: 16px;
}

.hl-plan-title img {
  width: 52px;
  height: 52px;
  object-fit: contain;
  border-radius: 50%;
}

.hl-plan-title h3 {
  margin: 0;
  color: #0b1c34;
  font-size: 22px;
  line-height: 1.2;
  font-weight: 800;
}

.hl-line {
  width: 100%;
  height: 1px;
  background: #e79027;
  margin: 22px 0 22px;
  opacity: .75;
}

.hl-price {
  text-align: left;
  margin-bottom: 24px;
  padding-left: 34px;
}

.hl-price small {
  color: #0b1c34;
  font-size: 17px;
  font-weight: 700;
  vertical-align: top;
  position: relative;
  top: 12px;
  margin-right: 6px;
}

.hl-price strong {
  color: #0b1c34;
  font-size: 56px;
  line-height: .9;
  font-weight: 800;
  letter-spacing: -2px;
}

.hl-price span {
  display: block;
  color: #657184;
  font-size: 15px;
  font-weight: 500;
  margin-top: 7px;
  padding-left: 38px;
}

.hl-plan-card ul {
  list-style: none;
  padding: 0;
  margin: 0 0 28px;
}

.hl-plan-card li {
  position: relative;
  padding-left: 36px;
  margin-bottom: 15px;
  color: #14253b;
  font-size: 15px;
  line-height: 1.25;
  font-weight: 500;
}

.hl-plan-card li::before {
  content: "✓";
  position: absolute;
  left: 0;
  top: -1px;
  width: 17px;
  height: 17px;
  border: 2px solid #f08a18;
  border-radius: 50%;
  color: #f08a18;
  font-size: 11px;
  font-weight: 800;
  display: flex;
  align-items: center;
  justify-content: center;
}

.hl-btn {
  margin-top: auto;
  height: 54px;
  border-radius: 6px;
  background: linear-gradient(135deg, #f49a25, #e77e13);
  color: #fff !important;
  text-decoration: none;
  font-size: 16px;
  font-weight: 800;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 22px;
  box-shadow: 0 8px 18px rgba(231, 126, 19, 0.22);
}

.hl-btn span {
  font-size: 28px;
  line-height: 1;
  font-weight: 300;
}

.hl-benefits {
  margin-top: 40px;
  padding: 28px 32px;
  border: 1px solid #e7eaf0;
  border-radius: 13px;
  background: #fff;
  box-shadow: 0 8px 24px rgba(8, 22, 43, 0.06);
  display: grid;
  grid-template-columns: repeat(4, 1fr);
}

.hl-benefit {
  display: flex;
  align-items: center;
  gap: 20px;
  padding: 0 24px;
  border-right: 1px solid #d9dde5;
}

.hl-benefit:first-child {
  padding-left: 0;
}

.hl-benefit:last-child {
  border-right: 0;
  padding-right: 0;
}

.hl-benefit img {
  width: 62px;
  height: 62px;
  object-fit: contain;
  flex-shrink: 0;
}

.hl-benefit h4 {
  margin: 0 0 7px;
  color: #0b1c34;
  font-size: 15px;
  line-height: 1.2;
  font-weight: 800;
}

.hl-benefit p {
  margin: 0;
  color: #657184;
  font-size: 15px;
  line-height: 1.55;
  font-weight: 500;
}

@media (max-width: 1100px) {
  .hl-plans-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .hl-benefits {
    grid-template-columns: repeat(2, 1fr);
    gap: 24px;
  }

  .hl-benefit {
    border-right: 0;
    padding: 0;
  }
}

@media (max-width: 767px) {
  .hl-pricing {
    padding: 12px;
  }

  .hl-pricing-wrap {
    padding: 28px 16px;
    border-radius: 16px;
  }

  .hl-eyebrow p {
    font-size: 11px;
    letter-spacing: 5px;
  }

  .hl-eyebrow span {
    width: 36px;
  }

  .hl-pricing-head h2 {
    font-size: 38px;
    letter-spacing: -1px;
  }

  .hl-pricing-head > p {
    font-size: 15px;
  }

  .hl-toggle {
    width: 100%;
  }

  .hl-toggle button {
    min-width: 0;
    width: 50%;
    font-size: 14px;
  }

  .hl-plans-grid {
    grid-template-columns: 1fr;
  }

  .hl-price {
    padding-left: 20px;
  }

  .hl-benefits {
    grid-template-columns: 1fr;
    padding: 24px 20px;
  }

  .hl-benefit {
    padding-bottom: 22px;
    border-bottom: 1px solid #e1e5ec;
  }

  .hl-benefit:last-child {
    border-bottom: 0;
    padding-bottom: 0;
  }
}

/*deixar a troca suave*/
.hl-price strong,
.hl-price span {
  transition: opacity .18s ease;
}/* End custom CSS */