.elementor-492 .elementor-element.elementor-element-6d0350a{--display:flex;--flex-direction:row;--container-widget-width:calc( ( 1 - var( --container-widget-flex-grow ) ) * 100% );--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--flex-wrap-mobile:wrap;--justify-content:center;--align-items:stretch;--padding-top:40px;--padding-bottom:40px;--padding-left:20px;--padding-right:20px;}.elementor-492 .elementor-element.elementor-element-6d0350a:not(.elementor-motion-effects-element-type-background), .elementor-492 .elementor-element.elementor-element-6d0350a > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#F7F2E8;}.elementor-492 .elementor-element.elementor-element-62b176b{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}/* Start custom CSS for container, class: .elementor-element-62b176b */<style>
.pricing-comparison {
  padding: 40px 20px;
  background: #f5f1ea;
}

.pricing-wrap {
  max-width: 1120px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 26px;
  align-items: stretch;
}

.price-card {
  border-radius: 28px;
  overflow: hidden;
  position: relative;
  box-shadow: 0 12px 28px rgba(0,0,0,.08);
}

/* CARD PRINCIPAL */
.price-card.featured {
  background: linear-gradient(180deg, #6500a8 0%, #4d007d 100%);
  border: 2px solid #7f2bc2;
}

/* CARD BÁSICO */
.price-card.basic {
  background: #f8f5fb;
  border: 1px solid #ddd3ea;
}

.top-label {
  position: absolute;
  top: -15px;
  left: 50%;
  transform: translateX(-50%);
  background: #8f27d7;
  color: #fff;
  font-weight: 700;
  font-size: 13px;
  padding: 9px 24px;
  border-radius: 999px;
  border: 2px solid #d7b3ff;
  box-shadow: 0 6px 14px rgba(111, 0, 188, .22);
}

.card-head {
  text-align: center;
  font-weight: 800;
  font-size: 20px;
  padding: 30px 20px 20px;
  letter-spacing: .2px;
}

.featured-head {
  background: rgba(255,255,255,.06);
  color: #fff;
  border-bottom: 1px solid rgba(255,255,255,.10);
}

.basic-head {
  background: #ebe4f4;
  color: #4f3d66;
}

.card-body {
  padding: 34px 30px 36px;
}

.card-body h3 {
  font-size: 26px;
  line-height: 1.15;
  text-align: center;
  margin: 0 0 12px;
  font-weight: 800;
  text-transform: uppercase;
}

.price-card.featured .card-body h3 {
  color: #ffffff;
}

.price-card.basic .card-body h3 {
  color: #6d1ca7;
}

.subtitle {
  text-align: center;
  font-size: 18px;
  margin-bottom: 26px;
}

.price-card.featured .subtitle {
  color: rgba(255,255,255,.82);
}

.price-card.basic .subtitle {
  color: #6f647d;
}

.old-price {
  text-align: center;
  text-decoration: line-through;
  font-size: 18px;
  margin-bottom: 8px;
}

.price-card.featured .old-price {
  color: rgba(255,255,255,.55);
}

.price-card.basic .old-price {
  color: #978daa;
}

.new-price {
  text-align: center;
  font-size: 62px;
  line-height: 1;
  font-weight: 900;
  margin-bottom: 26px;
}

.price-card.featured .new-price {
  color: #ffffff;
}

.price-card.basic .new-price {
  color: #43384f;
}

.benefits {
  list-style: none;
  padding: 0;
  margin: 0 0 28px;
}

.benefits li {
  font-size: 17px;
  margin-bottom: 14px;
  line-height: 1.45;
}

.price-card.featured .benefits li {
  color: #ffffff;
  border-bottom: 1px solid rgba(255,255,255,.08);
  padding-bottom: 10px;
}

.price-card.featured .benefits li strong {
  color: #d7b3ff;
}

.price-card.basic .benefits li {
  color: #4f445b;
}

.price-card.basic .benefits li strong {
  color: #5e3d87;
}

.benefits li.disabled {
  color: #b8b0c3 !important;
  text-decoration: line-through;
}

.btn-featured,
.btn-basic {
  display: block;
  text-align: center;
  text-decoration: none;
  font-weight: 800;
  font-size: 18px;
  padding: 18px 22px;
  border-radius: 999px;
  transition: .2s ease;
  letter-spacing: .2px;
}

.btn-featured {
  background: linear-gradient(180deg, #72e57f 0%, #58cc67 100%);
  color: #fff;
  box-shadow: 0 6px 0 #46b654;
}

.btn-basic {
  background: #dfd7ea;
  color: #524660;
  box-shadow: 0 5px 0 #cfc4dd;
}

.btn-featured:hover,
.btn-basic:hover {
  transform: translateY(-2px);
}

@media (max-width: 900px) {
  .pricing-wrap {
    grid-template-columns: 1fr;
  }

  .card-body {
    padding: 28px 22px 30px;
  }

  .card-body h3 {
    font-size: 24px;
  }

  .new-price {
    font-size: 52px;
  }

  .benefits li {
    font-size: 16px;
  }

  .btn-featured,
  .btn-basic {
    font-size: 17px;
  }
}
</style>/* End custom CSS */