.elementor-15 .elementor-element.elementor-element-c4af44d{--display:flex;}.elementor-15 .elementor-element.elementor-element-30d0213{margin:-20px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;}/* Start custom CSS for html, class: .elementor-element-23336a2 */.lp-hero-template {
  background: linear-gradient(180deg, #f7f1f3 0%, #ffffff 100%);
  padding: 48px 20px;
}

.lp-hero-template * {
  box-sizing: border-box;
}

.lp-hero-container {
  max-width: 1140px;
  margin: 0 auto;
}

.lp-hero-grid {
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  gap: 40px;
  align-items: center;
}

.lp-hero-content {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.lp-hero-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #fff4cc;
  color: #b45309;
  font-size: 12px;
  font-weight: 800;
  line-height: 1;
  letter-spacing: 0.4px;
  text-transform: uppercase;
  padding: 9px 14px;
  border-radius: 999px;
  margin-bottom: 16px;
}

.lp-hero-title {
  margin: 0 0 14px;
  font-size: 46px;
  line-height: 1.05;
  font-weight: 900;
  color: #111827;
  letter-spacing: -0.8px;
  max-width: 620px;
}

.lp-hero-subtitle {
  margin: 0 0 18px;
  font-size: 18px;
  line-height: 1.55;
  color: #374151;
  max-width: 560px;
}

.lp-hero-rating {
  display: flex;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
  margin-bottom: 22px;
}

.lp-hero-stars {
  font-size: 18px;
  line-height: 1;
  color: #f59e0b;
  letter-spacing: 1px;
}

.lp-hero-rating-text {
  margin: 0;
  font-size: 14px;
  color: #374151;
}

.lp-hero-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 56px;
  padding: 16px 28px;
  background: linear-gradient(135deg, #facc15 0%, #f59e0b 100%);
  color: #111827;
  text-decoration: none;
  font-size: 15px;
  font-weight: 900;
  border-radius: 999px;
  box-shadow: 0 16px 35px rgba(0, 0, 0, 0.15);
  transition: transform 0.2s ease, box-shadow 0.2s ease, opacity 0.2s ease;
  text-align: center;
}

.lp-hero-cta:hover {
  transform: translateY(-2px);
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.22);
  opacity: 0.96;
}

.lp-hero-urgency {
  margin-top: 16px;
}

.lp-hero-urgency-label {
  display: inline-block;
  font-size: 13px;
  font-weight: 800;
  color: #dc2626;
  margin-bottom: 6px;
}

.lp-hero-countdown {
  margin: 0;
  font-size: 14px;
  color: #374151;
}

.lp-hero-countdown strong {
  color: #dc2626;
}

.lp-hero-trust {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 18px;
}

.lp-hero-trust-item {
  background: #ffffff;
  border: 1px solid #e5e7eb;
  color: #374151;
  font-size: 13px;
  font-weight: 700;
  padding: 10px 14px;
  border-radius: 999px;
  box-shadow: 0 6px 18px rgba(31, 41, 55, 0.05);
}

.lp-hero-media {
  display: flex;
  justify-content: center;
}

.lp-hero-mobile-media {
  display: none;
  width: 100%;
  margin: 8px 0 18px;
}

.lp-hero-media-box {
  width: 100%;
  max-width: 460px;
  background: #ffffff;
  border: 1px solid #dbeafe;
  border-radius: 24px;
  padding: 16px;
  box-shadow: 0 18px 40px rgba(31, 41, 55, 0.08);
  position: relative;
}

.lp-hero-video-wrap,
.lp-hero-image-wrap {
  width: 100%;
  border-radius: 18px;
  overflow: hidden;
  background: #000;
}

.lp-hero-video-ratio {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
}

.lp-hero-video-ratio iframe,
.lp-hero-video-ratio video,
.lp-hero-video-ratio .presto-player,
.lp-hero-video-ratio > div,
.lp-hero-video-ratio > * {
  position: absolute !important;
  inset: 0;
  width: 100% !important;
  height: 100% !important;
  border: 0;
}

.lp-hero-image-wrap img {
  display: block;
  width: 100%;
  height: auto;
  object-fit: cover;
}

.lp-hero-media-tag {
  position: absolute;
  top: 12px;
  right: 12px;
  background: #16a34a;
  color: #ffffff;
  font-size: 11px;
  font-weight: 900;
  line-height: 1;
  letter-spacing: 0.4px;
  padding: 8px 10px;
  border-radius: 999px;
  box-shadow: 0 8px 20px rgba(22, 163, 74, 0.28);
}

@media (max-width: 991px) {
  .lp-hero-template {
    padding: 36px 16px;
  }

  .lp-hero-grid {
    grid-template-columns: 1fr;
    gap: 24px;
  }

  .lp-hero-content {
    order: 1;
    align-items: center;
    text-align: center;
  }

  .lp-hero-media {
    order: 2;
  }

  .lp-hero-title {
    font-size: 34px;
    max-width: 100%;
  }

  .lp-hero-subtitle {
    font-size: 16px;
    max-width: 100%;
  }

  .lp-hero-rating {
    justify-content: center;
  }

  .lp-hero-trust {
    justify-content: center;
  }

  .lp-hero-cta {
    width: 100%;
    max-width: 360px;
  }

  .lp-hero-media-box {
    max-width: 100%;
  }
}

@media (max-width: 575px) {
  .lp-hero-template {
    padding: 30px 14px;
  }

  .lp-hero-grid {
    gap: 0;
  }

  .lp-hero-media {
    display: none;
  }

  .lp-hero-mobile-media {
    display: block;
  }

  .lp-hero-badge {
    font-size: 11px;
    padding: 8px 12px;
    margin-bottom: 12px;
  }

  .lp-hero-title {
    font-size: 28px;
    line-height: 1.15;
    margin-bottom: 12px;
    max-width: 320px;
  }

  .lp-hero-subtitle {
    font-size: 15px;
    line-height: 1.55;
    margin-bottom: 12px;
    max-width: 320px;
  }

  .lp-hero-stars {
    font-size: 16px;
  }

  .lp-hero-rating-text {
    font-size: 13px;
  }

  .lp-hero-rating {
    margin-bottom: 16px;
  }

  .lp-hero-cta {
    min-height: 54px;
    font-size: 14px;
    padding: 15px 20px;
  }

  .lp-hero-countdown {
    font-size: 13px;
  }

  .lp-hero-trust {
    gap: 8px;
  }

  .lp-hero-trust-item {
    width: 100%;
    font-size: 12px;
    padding: 10px 12px;
  }

  .lp-hero-media-box {
    padding: 10px;
    border-radius: 20px;
    max-width: 320px;
    margin: 0 auto;
  }

  .lp-hero-video-wrap,
  .lp-hero-image-wrap {
    border-radius: 16px;
  }

  .lp-hero-media-tag {
    font-size: 10px;
    padding: 7px 9px;
    top: 10px;
    right: 10px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-10c3f6a */.lp-benefits-section {
  background: #ffffff;
  padding: 56px 20px;
}

.lp-benefits-section * {
  box-sizing: border-box;
}

.lp-benefits-container {
  max-width: 1140px;
  margin: 0 auto;
}

.lp-benefits-header {
  text-align: center;
  max-width: 760px;
  margin: 0 auto 34px;
}

.lp-benefits-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #fff4cc;
  color: #b45309;
  font-size: 12px;
  font-weight: 800;
  line-height: 1;
  letter-spacing: 0.4px;
  text-transform: uppercase;
  padding: 9px 14px;
  border-radius: 999px;
  margin-bottom: 14px;
}

.lp-benefits-title {
  margin: 0 0 12px;
  font-size: 36px;
  line-height: 1.15;
  font-weight: 900;
  color: #1f2937;
  letter-spacing: -0.5px;
}

.lp-benefits-title span {
  color: #1d4ed8;
}

.lp-benefits-subtitle {
  margin: 0;
  font-size: 17px;
  line-height: 1.6;
  color: #6b7280;
}

.lp-benefits-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.lp-benefit-card {
  background: linear-gradient(180deg, #f8fbff 0%, #ffffff 100%);
  border: 1px solid #dbeafe;
  border-radius: 18px;
  padding: 22px 18px;
  box-shadow: 0 10px 24px rgba(31, 41, 55, 0.05);
  transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
}

.lp-benefit-card.is-hovered,
.lp-benefit-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 16px 30px rgba(31, 41, 55, 0.08);
  border-color: #93c5fd;
}

.lp-benefit-icon {
  width: 42px;
  height: 42px;
  border-radius: 12px;
  background: linear-gradient(135deg, #facc15 0%, #f59e0b 100%);
  color: #111827;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  font-weight: 900;
  margin-bottom: 14px;
  box-shadow: 0 10px 20px rgba(245, 158, 11, 0.22);
}

.lp-benefit-card h3 {
  margin: 0 0 8px;
  font-size: 18px;
  line-height: 1.3;
  font-weight: 800;
  color: #1f2937;
}

.lp-benefit-card p {
  margin: 0;
  font-size: 14px;
  line-height: 1.6;
  color: #6b7280;
}

@media (max-width: 991px) {
  .lp-benefits-section {
    padding: 46px 16px;
  }

  .lp-benefits-header {
    margin-bottom: 28px;
  }

  .lp-benefits-title {
    font-size: 30px;
  }

  .lp-benefits-subtitle {
    font-size: 16px;
  }

  .lp-benefits-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 16px;
  }
}

@media (max-width: 575px) {
  .lp-benefits-section {
    padding: 38px 14px;
  }

  .lp-benefits-badge {
    font-size: 11px;
    padding: 8px 12px;
  }

  .lp-benefits-title {
    font-size: 25px;
    line-height: 1.18;
    margin-bottom: 10px;
  }

  .lp-benefits-subtitle {
    font-size: 15px;
    line-height: 1.55;
  }

  .lp-benefits-grid {
    grid-template-columns: 1fr;
    gap: 14px;
  }

  .lp-benefit-card {
    padding: 18px 16px;
    border-radius: 16px;
  }

  .lp-benefit-icon {
    width: 38px;
    height: 38px;
    font-size: 18px;
    border-radius: 10px;
    margin-bottom: 12px;
  }

  .lp-benefit-card h3 {
    font-size: 17px;
    margin-bottom: 6px;
  }

  .lp-benefit-card p {
    font-size: 14px;
    line-height: 1.55;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-7031f04 */.lp-social-proof-section {
  background: linear-gradient(180deg, #f8fbff 0%, #f4f7fb 100%);
  padding: 58px 20px;
}

.lp-social-proof-section * {
  box-sizing: border-box;
}

.lp-social-proof-container {
  max-width: 1140px;
  margin: 0 auto;
}

.lp-social-proof-header {
  text-align: center;
  max-width: 780px;
  margin: 0 auto 34px;
}

.lp-social-proof-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #fff4cc;
  color: #b45309;
  font-size: 12px;
  font-weight: 800;
  line-height: 1;
  letter-spacing: 0.4px;
  text-transform: uppercase;
  padding: 9px 14px;
  border-radius: 999px;
  margin-bottom: 14px;
}

.lp-social-proof-title {
  margin: 0 0 12px;
  font-size: 36px;
  line-height: 1.15;
  font-weight: 900;
  color: #1f2937;
  letter-spacing: -0.5px;
}

.lp-social-proof-title span {
  color: #1d4ed8;
}

.lp-social-proof-subtitle {
  margin: 0;
  font-size: 17px;
  line-height: 1.6;
  color: #6b7280;
}

.lp-social-proof-media {
  display: flex;
  justify-content: center;
  margin-bottom: 28px;
}

.lp-social-proof-media-card {
  width: 100%;
  max-width: 520px;
  background: #ffffff;
  border: 1px solid #dbeafe;
  border-radius: 22px;
  padding: 16px;
  box-shadow: 0 18px 40px rgba(31, 41, 55, 0.08);
}

.lp-social-proof-video-wrap {
  border-radius: 16px;
  overflow: hidden;
  background: #000;
}

/* CORREÇÃO DO ENCAIXE DO VÍDEO */

.lp-social-proof-video-ratio {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
}

.lp-social-proof-video-ratio iframe,
.lp-social-proof-video-ratio video,
.lp-social-proof-video-ratio img,
.lp-social-proof-video-ratio .presto-player,
.lp-social-proof-video-ratio > div,
.lp-social-proof-video-ratio > * {
  position: absolute !important;
  inset: 0;
  width: 100% !important;
  height: 100% !important;
  border: 0;
  object-fit: cover;
}

.lp-social-proof-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
  margin-bottom: 24px;
}

.lp-review-card {
  background: #ffffff;
  border: 1px solid #dbeafe;
  border-radius: 18px;
  padding: 20px 18px;
  box-shadow: 0 10px 24px rgba(31, 41, 55, 0.05);
  transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
}

.lp-review-card.is-active,
.lp-review-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 16px 30px rgba(31, 41, 55, 0.08);
  border-color: #93c5fd;
}

.lp-review-top {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 14px;
}

.lp-review-avatar {
  width: 42px;
  height: 42px;
  border-radius: 999px;
  background: linear-gradient(135deg, #1d4ed8 0%, #1e40af 100%);
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 17px;
  font-weight: 900;
  flex-shrink: 0;
}

.lp-review-meta h3 {
  margin: 0 0 4px;
  font-size: 16px;
  line-height: 1.2;
  font-weight: 800;
  color: #1f2937;
}

.lp-review-stars {
  font-size: 14px;
  line-height: 1;
  color: #f59e0b;
  letter-spacing: 1px;
}

.lp-review-text {
  margin: 0 0 14px;
  font-size: 14px;
  line-height: 1.65;
  color: #4b5563;
}

.lp-review-tag {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #ecfdf3;
  border: 1px solid #bbf7d0;
  color: #166534;
  font-size: 12px;
  font-weight: 800;
  line-height: 1;
  padding: 9px 12px;
  border-radius: 999px;
}

.lp-social-proof-bottom {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  flex-wrap: wrap;
  background: #ffffff;
  border: 1px solid #dbeafe;
  border-radius: 999px;
  padding: 12px 18px;
  width: fit-content;
  margin: 0 auto;
  box-shadow: 0 10px 24px rgba(31, 41, 55, 0.05);
}

.lp-social-proof-users {
  display: flex;
  align-items: center;
}

.lp-social-proof-users span {
  width: 26px;
  height: 26px;
  border-radius: 999px;
  background: linear-gradient(135deg, #1d4ed8 0%, #1e40af 100%);
  border: 2px solid #ffffff;
  margin-left: -6px;
}

.lp-social-proof-users span:first-child {
  margin-left: 0;
}

.lp-social-proof-bottom p {
  margin: 0;
  font-size: 14px;
  color: #374151;
}

.lp-social-proof-bottom strong {
  color: #1d4ed8;
}

@media (max-width: 991px) {
  .lp-social-proof-section {
    padding: 48px 16px;
  }

  .lp-social-proof-title {
    font-size: 30px;
  }

  .lp-social-proof-subtitle {
    font-size: 16px;
  }

  .lp-social-proof-media-card {
    max-width: 440px;
  }

  .lp-social-proof-grid {
    gap: 16px;
  }
}

@media (max-width: 575px) {
  .lp-social-proof-section {
    padding: 38px 14px;
  }

  .lp-social-proof-badge {
    font-size: 11px;
    padding: 8px 12px;
  }

  .lp-social-proof-title {
    font-size: 25px;
    line-height: 1.18;
    margin-bottom: 10px;
  }

  .lp-social-proof-subtitle {
    font-size: 15px;
    line-height: 1.55;
  }

  .lp-social-proof-media {
    margin-bottom: 18px;
  }

  .lp-social-proof-media-card {
    padding: 12px;
    border-radius: 18px;
  }

  .lp-social-proof-video-wrap {
    border-radius: 14px;
  }

  .lp-social-proof-grid {
    grid-template-columns: 1fr;
    gap: 14px;
    margin-bottom: 18px;
  }

  .lp-review-card {
    padding: 18px 16px;
    border-radius: 16px;
  }

  .lp-review-avatar {
    width: 38px;
    height: 38px;
    font-size: 15px;
  }

  .lp-review-meta h3 {
    font-size: 15px;
  }

  .lp-review-stars {
    font-size: 13px;
  }

  .lp-review-text {
    font-size: 14px;
    line-height: 1.6;
  }

  .lp-review-tag {
    font-size: 11px;
    padding: 8px 10px;
  }

  .lp-social-proof-bottom {
    width: 100%;
    border-radius: 18px;
    padding: 12px 14px;
    justify-content: center;
    text-align: center;
  }

  .lp-social-proof-users span {
    width: 22px;
    height: 22px;
  }

  .lp-social-proof-bottom p {
    font-size: 13px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-862fef9 */.lp-differentials-section {
  background: #ffffff;
  padding: 58px 20px;
}

.lp-differentials-section * {
  box-sizing: border-box;
}

.lp-differentials-container {
  max-width: 1140px;
  margin: 0 auto;
}

.lp-differentials-header {
  text-align: center;
  max-width: 760px;
  margin: 0 auto 34px;
}

.lp-differentials-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #fff4cc;
  color: #b45309;
  font-size: 12px;
  font-weight: 800;
  line-height: 1;
  letter-spacing: 0.4px;
  text-transform: uppercase;
  padding: 9px 14px;
  border-radius: 999px;
  margin-bottom: 14px;
}

.lp-differentials-title {
  margin: 0 0 12px;
  font-size: 36px;
  line-height: 1.15;
  font-weight: 900;
  color: #1f2937;
  letter-spacing: -0.5px;
}

.lp-differentials-title span {
  color: #1d4ed8;
}

.lp-differentials-subtitle {
  margin: 0;
  font-size: 17px;
  line-height: 1.6;
  color: #6b7280;
}

.lp-differentials-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.lp-differential-card {
  background: linear-gradient(180deg, #f8fbff 0%, #ffffff 100%);
  border: 1px solid #dbeafe;
  border-radius: 18px;
  padding: 22px 18px;
  box-shadow: 0 10px 24px rgba(31, 41, 55, 0.05);
  transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
}

.lp-differential-card.is-active,
.lp-differential-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 16px 30px rgba(31, 41, 55, 0.08);
  border-color: #93c5fd;
}

.lp-differential-icon {
  width: 42px;
  height: 42px;
  border-radius: 12px;
  background: linear-gradient(135deg, #facc15 0%, #f59e0b 100%);
  color: #111827;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  font-weight: 900;
  margin-bottom: 14px;
  box-shadow: 0 10px 20px rgba(245, 158, 11, 0.22);
}

.lp-differential-card h3 {
  margin: 0 0 8px;
  font-size: 18px;
  line-height: 1.3;
  font-weight: 800;
  color: #1f2937;
}

.lp-differential-card p {
  margin: 0;
  font-size: 14px;
  line-height: 1.6;
  color: #6b7280;
}

@media (max-width: 991px) {
  .lp-differentials-section {
    padding: 48px 16px;
  }

  .lp-differentials-title {
    font-size: 30px;
  }

  .lp-differentials-subtitle {
    font-size: 16px;
  }

  .lp-differentials-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 16px;
  }
}

@media (max-width: 575px) {
  .lp-differentials-section {
    padding: 38px 14px;
  }

  .lp-differentials-badge {
    font-size: 11px;
    padding: 8px 12px;
  }

  .lp-differentials-title {
    font-size: 25px;
    line-height: 1.18;
    margin-bottom: 10px;
  }

  .lp-differentials-subtitle {
    font-size: 15px;
    line-height: 1.55;
  }

  .lp-differentials-grid {
    grid-template-columns: 1fr;
    gap: 14px;
  }

  .lp-differential-card {
    padding: 18px 16px;
    border-radius: 16px;
  }

  .lp-differential-icon {
    width: 38px;
    height: 38px;
    font-size: 18px;
    border-radius: 10px;
    margin-bottom: 12px;
  }

  .lp-differential-card h3 {
    font-size: 17px;
    margin-bottom: 6px;
  }

  .lp-differential-card p {
    font-size: 14px;
    line-height: 1.55;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-27e340a */.lp-offer-section {
  background: linear-gradient(180deg, #f8fbff 0%, #f4f7fb 100%);
  padding: 60px 20px;
}

.lp-offer-section * {
  box-sizing: border-box;
}

.lp-offer-container {
  max-width: 1140px;
  margin: 0 auto;
}

.lp-offer-header {
  text-align: center;
  max-width: 780px;
  margin: 0 auto 36px;
}

.lp-offer-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #fff4cc;
  color: #b45309;
  font-size: 12px;
  font-weight: 800;
  line-height: 1;
  letter-spacing: 0.4px;
  text-transform: uppercase;
  padding: 9px 14px;
  border-radius: 999px;
  margin-bottom: 14px;
}

.lp-offer-title {
  margin: 0 0 12px;
  font-size: 36px;
  line-height: 1.15;
  font-weight: 900;
  color: #1f2937;
  letter-spacing: -0.5px;
}

.lp-offer-title span {
  color: #1d4ed8;
}

.lp-offer-subtitle {
  margin: 0;
  font-size: 17px;
  line-height: 1.6;
  color: #6b7280;
}

.lp-offer-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 20px;
  align-items: stretch;
  max-width: 520px;
  margin: 0 auto;
}

.lp-offer-card {
  position: relative;
  background: #ffffff;
  border: 1px solid #dbeafe;
  border-radius: 22px;
  padding: 24px 20px 22px;
  box-shadow: 0 12px 26px rgba(31, 41, 55, 0.06);
  transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
  display: flex;
  flex-direction: column;
}

.lp-offer-card.is-active,
.lp-offer-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 18px 32px rgba(31, 41, 55, 0.08);
  border-color: #93c5fd;
}

.lp-offer-card-featured {
  border: 2px solid #1d4ed8;
  box-shadow: 0 20px 38px rgba(29, 78, 216, 0.12);
}

.lp-offer-card-featured:hover,
.lp-offer-card-featured.is-active {
  transform: translateY(-4px);
}

.lp-offer-featured-label {
  position: absolute;
  top: -13px;
  left: 50%;
  transform: translateX(-50%);
  background: linear-gradient(135deg, #facc15 0%, #f59e0b 100%);
  color: #111827;
  font-size: 11px;
  font-weight: 900;
  line-height: 1;
  letter-spacing: 0.4px;
  padding: 8px 12px;
  border-radius: 999px;
  box-shadow: 0 10px 24px rgba(245, 158, 11, 0.24);
  white-space: nowrap;
}

.lp-offer-top {
  text-align: center;
  margin-bottom: 18px;
}

.lp-offer-top h3 {
  margin: 0 0 6px;
  font-size: 22px;
  line-height: 1.2;
  font-weight: 900;
  color: #1f2937;
}

.lp-offer-mini-tag {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #ecfdf3;
  border: 1px solid #bbf7d0;
  color: #166534;
  font-size: 12px;
  font-weight: 800;
  line-height: 1;
  padding: 8px 10px;
  border-radius: 999px;
}

.lp-offer-prices {
  text-align: center;
  margin-bottom: 18px;
}

.lp-offer-old-price {
  font-size: 14px;
  color: #9ca3af;
  text-decoration: line-through;
  margin-bottom: 6px;
}

.lp-offer-price {
  font-size: 40px;
  line-height: 1;
  font-weight: 900;
  color: #111827;
  letter-spacing: -1px;
  margin-bottom: 8px;
}

.lp-offer-installments {
  font-size: 13px;
  color: #6b7280;
}

.lp-offer-benefits {
  list-style: none;
  padding: 0;
  margin: 0 0 22px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.lp-offer-benefits li {
  font-size: 14px;
  line-height: 1.5;
  color: #374151;
}

.lp-offer-button {
  margin-top: auto;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 54px;
  width: 100%;
  padding: 15px 18px;
  background: linear-gradient(135deg, #facc15 0%, #f59e0b 100%);
  color: #111827;
  text-decoration: none;
  text-align: center;
  font-size: 14px;
  font-weight: 900;
  border-radius: 999px;
  box-shadow: 0 16px 30px rgba(245, 158, 11, 0.22);
  transition: transform 0.2s ease, opacity 0.2s ease, box-shadow 0.2s ease;
}

.lp-offer-button:hover {
  transform: translateY(-2px);
  opacity: 0.96;
  box-shadow: 0 18px 32px rgba(245, 158, 11, 0.28);
}

.lp-offer-bottom-bar {
  margin-top: 28px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  background: #eff6ff;
  border: 1px solid #bfdbfe;
  border-radius: 18px;
  padding: 16px 18px;
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
}

.lp-offer-bottom-icon {
  width: 46px;
  height: 46px;
  min-width: 46px;
  border-radius: 999px;
  background: linear-gradient(135deg, #1d4ed8 0%, #1e40af 100%);
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  font-weight: 900;
}

.lp-offer-bottom-text {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.lp-offer-bottom-text strong {
  font-size: 15px;
  color: #1e3a8a;
}

.lp-offer-bottom-text span {
  font-size: 13px;
  line-height: 1.5;
  color: #1d4ed8;
}

@media (max-width: 991px) {
  .lp-offer-section {
    padding: 48px 16px;
  }

  .lp-offer-title {
    font-size: 30px;
  }

  .lp-offer-subtitle {
    font-size: 16px;
  }

  .lp-offer-grid {
    grid-template-columns: 1fr;
    gap: 18px;
    max-width: 520px;
    margin: 0 auto;
  }
}

@media (max-width: 575px) {
  .lp-offer-section {
    padding: 38px 14px;
  }

  .lp-offer-badge {
    font-size: 11px;
    padding: 8px 12px;
  }

  .lp-offer-title {
    font-size: 25px;
    line-height: 1.18;
    margin-bottom: 10px;
  }

  .lp-offer-subtitle {
    font-size: 15px;
    line-height: 1.55;
  }

  .lp-offer-header {
    margin-bottom: 28px;
  }

  .lp-offer-card {
    padding: 22px 16px 18px;
    border-radius: 18px;
  }

  .lp-offer-top {
    margin-bottom: 16px;
  }

  .lp-offer-top h3 {
    font-size: 20px;
  }

  .lp-offer-mini-tag {
    font-size: 11px;
    padding: 7px 9px;
  }

  .lp-offer-price {
    font-size: 34px;
  }

  .lp-offer-old-price {
    font-size: 13px;
  }

  .lp-offer-installments {
    font-size: 12px;
  }

  .lp-offer-benefits {
    gap: 8px;
    margin-bottom: 18px;
  }

  .lp-offer-benefits li {
    font-size: 13px;
  }

  .lp-offer-button {
    min-height: 52px;
    font-size: 13px;
    padding: 14px 16px;
  }

  .lp-offer-bottom-bar {
    flex-direction: column;
    text-align: center;
    gap: 10px;
    padding: 14px;
    border-radius: 16px;
  }

  .lp-offer-bottom-icon {
    width: 42px;
    height: 42px;
    min-width: 42px;
    font-size: 18px;
  }

  .lp-offer-bottom-text strong {
    font-size: 14px;
  }

  .lp-offer-bottom-text span {
    font-size: 12px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-f00708a */.lp-security-section {
  background: linear-gradient(180deg, #f8fbff 0%, #ffffff 100%);
  padding: 58px 20px;
}

.lp-security-section * {
  box-sizing: border-box;
}

.lp-security-container {
  max-width: 1140px;
  margin: 0 auto;
}

.lp-security-header {
  text-align: center;
  max-width: 760px;
  margin: 0 auto 34px;
}

.lp-security-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #fff4cc;
  color: #b45309;
  font-size: 12px;
  font-weight: 800;
  line-height: 1;
  letter-spacing: 0.4px;
  text-transform: uppercase;
  padding: 9px 14px;
  border-radius: 999px;
  margin-bottom: 14px;
}

.lp-security-title {
  margin: 0 0 12px;
  font-size: 36px;
  line-height: 1.15;
  font-weight: 900;
  color: #1f2937;
  letter-spacing: -0.5px;
}

.lp-security-subtitle {
  margin: 0;
  font-size: 17px;
  line-height: 1.6;
  color: #6b7280;
}

.lp-security-main-card {
  display: flex;
  align-items: center;
  gap: 18px;
  background: linear-gradient(135deg, #eff6ff 0%, #ffffff 100%);
  border: 1px solid #bfdbfe;
  border-radius: 22px;
  padding: 22px 22px;
  box-shadow: 0 12px 28px rgba(31, 41, 55, 0.05);
  margin-bottom: 24px;
}

.lp-security-main-icon {
  width: 64px;
  height: 64px;
  min-width: 64px;
  border-radius: 18px;
  background: linear-gradient(135deg, #1d4ed8 0%, #1e40af 100%);
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 28px;
  box-shadow: 0 12px 24px rgba(29, 78, 216, 0.18);
}

.lp-security-main-content h3 {
  margin: 0 0 8px;
  font-size: 24px;
  line-height: 1.2;
  font-weight: 900;
  color: #1f2937;
}

.lp-security-main-content p {
  margin: 0;
  font-size: 15px;
  line-height: 1.65;
  color: #4b5563;
}

.lp-security-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
  margin-bottom: 26px;
}

.lp-security-item {
  background: #ffffff;
  border: 1px solid #dbeafe;
  border-radius: 18px;
  padding: 22px 18px;
  box-shadow: 0 10px 24px rgba(31, 41, 55, 0.05);
  transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
}

.lp-security-item.is-active,
.lp-security-item:hover {
  transform: translateY(-4px);
  box-shadow: 0 16px 30px rgba(31, 41, 55, 0.08);
  border-color: #93c5fd;
}

.lp-security-item-icon {
  width: 42px;
  height: 42px;
  border-radius: 12px;
  background: linear-gradient(135deg, #facc15 0%, #f59e0b 100%);
  color: #111827;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  font-weight: 900;
  margin-bottom: 14px;
  box-shadow: 0 10px 20px rgba(245, 158, 11, 0.18);
}

.lp-security-item h3 {
  margin: 0 0 8px;
  font-size: 18px;
  line-height: 1.3;
  font-weight: 800;
  color: #1f2937;
}

.lp-security-item p {
  margin: 0;
  font-size: 14px;
  line-height: 1.6;
  color: #6b7280;
}

.lp-guarantee-card {
  display: flex;
  align-items: center;
  gap: 18px;
  background: linear-gradient(135deg, #fff8e7 0%, #ffffff 100%);
  border: 1px solid #f3d48b;
  border-radius: 22px;
  padding: 22px;
  box-shadow: 0 12px 28px rgba(31, 41, 55, 0.05);
}

.lp-guarantee-icon {
  width: 64px;
  height: 64px;
  min-width: 64px;
  border-radius: 18px;
  background: linear-gradient(135deg, #f59e0b 0%, #f97316 100%);
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 28px;
  box-shadow: 0 12px 24px rgba(245, 158, 11, 0.18);
}

.lp-guarantee-content {
  display: flex;
  flex-direction: column;
}

.lp-guarantee-label {
  display: inline-block;
  margin-bottom: 8px;
  font-size: 12px;
  line-height: 1;
  font-weight: 900;
  letter-spacing: 0.5px;
  color: #b45309;
  text-transform: uppercase;
}

.lp-guarantee-content h3 {
  margin: 0 0 8px;
  font-size: 24px;
  line-height: 1.2;
  font-weight: 900;
  color: #1f2937;
}

.lp-guarantee-content p {
  margin: 0;
  font-size: 15px;
  line-height: 1.65;
  color: #4b5563;
}

@media (max-width: 991px) {
  .lp-security-section {
    padding: 48px 16px;
  }

  .lp-security-title {
    font-size: 30px;
  }

  .lp-security-subtitle {
    font-size: 16px;
  }

  .lp-security-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 16px;
  }

  .lp-security-main-content h3,
  .lp-guarantee-content h3 {
    font-size: 22px;
  }
}

@media (max-width: 575px) {
  .lp-security-section {
    padding: 38px 14px;
  }

  .lp-security-badge {
    font-size: 11px;
    padding: 8px 12px;
  }

  .lp-security-title {
    font-size: 25px;
    line-height: 1.18;
    margin-bottom: 10px;
  }

  .lp-security-subtitle {
    font-size: 15px;
    line-height: 1.55;
  }

  .lp-security-main-card,
  .lp-guarantee-card {
    flex-direction: column;
    align-items: flex-start;
    padding: 18px 16px;
    border-radius: 18px;
    gap: 14px;
  }

  .lp-security-main-icon,
  .lp-guarantee-icon {
    width: 54px;
    height: 54px;
    min-width: 54px;
    font-size: 24px;
    border-radius: 14px;
  }

  .lp-security-main-content h3,
  .lp-guarantee-content h3 {
    font-size: 20px;
  }

  .lp-security-main-content p,
  .lp-guarantee-content p {
    font-size: 14px;
    line-height: 1.6;
  }

  .lp-security-grid {
    grid-template-columns: 1fr;
    gap: 14px;
    margin-bottom: 20px;
  }

  .lp-security-item {
    padding: 18px 16px;
    border-radius: 16px;
  }

  .lp-security-item-icon {
    width: 38px;
    height: 38px;
    font-size: 18px;
    border-radius: 10px;
    margin-bottom: 12px;
  }

  .lp-security-item h3 {
    font-size: 17px;
    margin-bottom: 6px;
  }

  .lp-security-item p {
    font-size: 14px;
    line-height: 1.55;
  }

  .lp-guarantee-label {
    font-size: 11px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-7eb4c3f */.lp-faq-section {
  background: linear-gradient(180deg, #ffffff 0%, #f8fbff 100%);
  padding: 60px 20px;
}

.lp-faq-section * {
  box-sizing: border-box;
}

.lp-faq-container {
  max-width: 900px;
  margin: 0 auto;
}

.lp-faq-header {
  text-align: center;
  margin-bottom: 36px;
}

.lp-faq-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #fff4cc;
  color: #b45309;
  font-size: 12px;
  font-weight: 800;
  text-transform: uppercase;
  padding: 9px 14px;
  border-radius: 999px;
  margin-bottom: 14px;
}

.lp-faq-title {
  margin: 0 0 12px;
  font-size: 36px;
  font-weight: 900;
  color: #1f2937;
}

.lp-faq-subtitle {
  margin: 0;
  font-size: 16px;
  color: #6b7280;
  line-height: 1.6;
}

.lp-faq-list {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.lp-faq-item {
  background: #ffffff;
  border: 1px solid #dbeafe;
  border-radius: 16px;
  overflow: hidden;
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.lp-faq-item.active {
  border-color: #1d4ed8;
  box-shadow: 0 10px 24px rgba(29, 78, 216, 0.08);
}

.lp-faq-question {
  width: 100%;
  text-align: left;
  background: transparent;
  border: none;
  padding: 18px 18px;
  font-size: 16px;
  font-weight: 700;
  color: #1f2937;
  cursor: pointer;
}

.lp-faq-answer {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease;
}

.lp-faq-answer p {
  padding: 0 18px 18px;
  margin: 0;
  font-size: 15px;
  line-height: 1.6;
  color: #4b5563;
}

.lp-faq-item.active .lp-faq-answer {
  max-height: 220px;
}

@media (max-width: 991px) {
  .lp-faq-title {
    font-size: 30px;
  }
}

@media (max-width: 575px) {
  .lp-faq-section {
    padding: 40px 16px;
  }

  .lp-faq-title {
    font-size: 24px;
  }

  .lp-faq-question {
    font-size: 15px;
    padding: 16px;
  }

  .lp-faq-answer p {
    font-size: 14px;
    padding: 0 16px 16px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-4cf9d9c */.lp-final-cta-section {
  background: linear-gradient(180deg, #f8fbff 0%, #eef5ff 100%);
  padding: 60px 20px 40px;
}

.lp-final-cta-section * {
  box-sizing: border-box;
}

.lp-final-cta-container {
  max-width: 1140px;
  margin: 0 auto;
}

.lp-final-cta-card {
  background: linear-gradient(135deg, #1d4ed8 0%, #1e40af 100%);
  border-radius: 26px;
  padding: 42px 28px;
  text-align: center;
  color: #ffffff;
  box-shadow: 0 22px 50px rgba(30, 64, 175, 0.22);
}

.lp-final-cta-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: rgba(255, 255, 255, 0.16);
  color: #ffffff;
  font-size: 12px;
  font-weight: 900;
  line-height: 1;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  padding: 9px 14px;
  border-radius: 999px;
  margin-bottom: 16px;
  border: 1px solid rgba(255, 255, 255, 0.18);
}

.lp-final-cta-title {
  margin: 0 0 12px;
  font-size: 42px;
  line-height: 1.08;
  font-weight: 900;
  letter-spacing: -0.8px;
}

.lp-final-cta-title span {
  color: #fde68a;
}

.lp-final-cta-subtitle {
  max-width: 760px;
  margin: 0 auto 22px;
  font-size: 18px;
  line-height: 1.65;
  color: rgba(255, 255, 255, 0.92);
}

.lp-final-cta-points {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px;
  margin-bottom: 24px;
}

.lp-final-cta-point {
  background: rgba(255, 255, 255, 0.12);
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 999px;
  padding: 10px 14px;
  font-size: 13px;
  font-weight: 800;
  color: #ffffff;
}

.lp-final-cta-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 58px;
  min-width: 320px;
  max-width: 100%;
  padding: 16px 28px;
  background: linear-gradient(135deg, #facc15 0%, #f59e0b 100%);
  color: #111827;
  text-decoration: none;
  font-size: 15px;
  font-weight: 900;
  text-align: center;
  border-radius: 999px;
  box-shadow: 0 18px 34px rgba(0, 0, 0, 0.12);
  transition: transform 0.2s ease, box-shadow 0.2s ease, opacity 0.2s ease;
}

.lp-final-cta-button:hover,
.lp-final-cta-button.is-hovered {
  transform: translateY(-2px);
  box-shadow: 0 22px 38px rgba(0, 0, 0, 0.16);
  opacity: 0.97;
}

.lp-final-cta-note {
  margin-top: 16px;
  font-size: 14px;
  line-height: 1.6;
  color: rgba(255, 255, 255, 0.92);
}

.lp-final-cta-bottom {
  margin-top: 18px;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 10px;
}

.lp-final-cta-bottom-item {
  background: #ffffff;
  border: 1px solid #dbeafe;
  border-radius: 999px;
  padding: 10px 14px;
  font-size: 13px;
  font-weight: 800;
  color: #374151;
  box-shadow: 0 8px 18px rgba(31, 41, 55, 0.05);
}

@media (max-width: 991px) {
  .lp-final-cta-section {
    padding: 48px 16px 34px;
  }

  .lp-final-cta-card {
    padding: 34px 22px;
  }

  .lp-final-cta-title {
    font-size: 34px;
  }

  .lp-final-cta-subtitle {
    font-size: 16px;
  }
}

@media (max-width: 575px) {
  .lp-final-cta-section {
    padding: 38px 14px 28px;
  }

  .lp-final-cta-card {
    padding: 28px 16px;
    border-radius: 20px;
  }

  .lp-final-cta-badge {
    font-size: 11px;
    padding: 8px 12px;
    margin-bottom: 14px;
  }

  .lp-final-cta-title {
    font-size: 27px;
    line-height: 1.12;
    margin-bottom: 10px;
  }

  .lp-final-cta-subtitle {
    font-size: 15px;
    line-height: 1.55;
    margin-bottom: 18px;
  }

  .lp-final-cta-points {
    gap: 8px;
    margin-bottom: 18px;
  }

  .lp-final-cta-point {
    width: 100%;
    font-size: 12px;
    padding: 10px 12px;
  }

  .lp-final-cta-button {
    width: 100%;
    min-width: 0;
    min-height: 54px;
    font-size: 14px;
    padding: 15px 18px;
  }

  .lp-final-cta-note {
    font-size: 13px;
    margin-top: 14px;
  }

  .lp-final-cta-bottom {
    margin-top: 14px;
    gap: 8px;
  }

  .lp-final-cta-bottom-item {
    width: 100%;
    text-align: center;
    font-size: 12px;
    padding: 10px 12px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-30d0213 */.lp-footer-section {
  background: #111827;
  color: #d1d5db;
  padding: 50px 20px 30px;
}

.lp-footer-section * {
  box-sizing: border-box;
}

.lp-footer-container {
  max-width: 1100px;
  margin: 0 auto;
}

.lp-footer-top {
  text-align: center;
  margin-bottom: 28px;
}

.lp-footer-title {
  margin: 0 0 10px;
  font-size: 24px;
  font-weight: 900;
  color: #ffffff;
}

.lp-footer-description {
  margin: 0;
  font-size: 14px;
  line-height: 1.6;
  color: #9ca3af;
}

.lp-footer-links {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 14px;
  margin-bottom: 28px;
}

.lp-footer-link {
  font-size: 14px;
  font-weight: 700;
  color: #d1d5db;
  text-decoration: none;
  padding: 6px 10px;
  border-radius: 6px;
  transition: 0.2s;
}

.lp-footer-link:hover {
  color: #ffffff;
  background: rgba(255,255,255,0.08);
}

.lp-footer-disclaimer {
  max-width: 800px;
  margin: 0 auto 28px;
  text-align: center;
}

.lp-footer-disclaimer p {
  font-size: 13px;
  line-height: 1.6;
  color: #9ca3af;
  margin-bottom: 10px;
}

.lp-footer-bottom {
  border-top: 1px solid rgba(255,255,255,0.08);
  padding-top: 18px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 10px;
}

.lp-footer-copyright {
  font-size: 13px;
  color: #9ca3af;
}

.lp-footer-security {
  display: flex;
  gap: 14px;
  flex-wrap: wrap;
}

.lp-footer-security span {
  font-size: 13px;
  color: #d1d5db;
}

@media (max-width: 575px) {

  .lp-footer-section {
    padding: 40px 16px 26px;
  }

  .lp-footer-title {
    font-size: 20px;
  }

  .lp-footer-description {
    font-size: 13px;
  }

  .lp-footer-links {
    gap: 10px;
  }

  .lp-footer-link {
    font-size: 13px;
  }

  .lp-footer-bottom {
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 8px;
  }

  .lp-footer-security {
    justify-content: center;
  }

}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-22177e6 */.lp-whatsapp-button{

position:fixed;
right:18px;
bottom:18px;

display:flex;
align-items:center;
gap:10px;

background:#25D366;
color:#fff;

padding:12px 16px;
border-radius:50px;

text-decoration:none;
font-weight:700;
font-size:14px;

box-shadow:0 10px 25px rgba(0,0,0,0.25);

z-index:9999;

transition:transform .2s ease, box-shadow .2s ease;

}

.lp-whatsapp-button:hover{

transform:translateY(-2px);
box-shadow:0 14px 30px rgba(0,0,0,0.28);

}

.lp-whatsapp-icon{

display:flex;
align-items:center;
justify-content:center;

}

.lp-whatsapp-icon svg{
display:block;
}

.lp-whatsapp-text{
white-space:nowrap;
}

.lp-whatsapp-button.pulse{

animation:lpWhatsappPulse 1.4s infinite;

}

@keyframes lpWhatsappPulse{

0%{
box-shadow:0 0 0 0 rgba(37,211,102,0.6);
}

70%{
box-shadow:0 0 0 12px rgba(37,211,102,0);
}

100%{
box-shadow:0 0 0 0 rgba(37,211,102,0);
}

}

@media(max-width:575px){

.lp-whatsapp-button{

right:14px;
bottom:14px;

padding:12px;

border-radius:50%;

}

.lp-whatsapp-text{
display:none;
}

}/* End custom CSS */