.elementor-13 .elementor-element.elementor-element-6daf341{--display:flex;}.elementor-13 .elementor-element.elementor-element-09c532e{margin:-20px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;}.elementor-13 .elementor-element.elementor-element-94783da{margin:-20px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;}.elementor-13 .elementor-element.elementor-element-a993915{margin:-20px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;}.elementor-13 .elementor-element.elementor-element-c254502{margin:-20px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;}.elementor-13 .elementor-element.elementor-element-14a0d83{margin:-20px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;}.elementor-13 .elementor-element.elementor-element-534b7ae{margin:-20px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;}.elementor-13 .elementor-element.elementor-element-e34c291{margin:-20px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;}.elementor-13 .elementor-element.elementor-element-2af0e18{margin:-20px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;}.elementor-13 .elementor-element.elementor-element-00103e8{margin:-20px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;}.elementor-13 .elementor-element.elementor-element-abfa176{margin:-20px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;}.elementor-13 .elementor-element.elementor-element-c37e680{margin:-20px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;}.elementor-13 .elementor-element.elementor-element-bf60f54{margin:-20px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;}/* Start custom CSS for html, class: .elementor-element-09c532e */.hero-progressiva {
  background: #fff7ef;
  padding: 0 0 26px;
  font-family: Arial, Helvetica, sans-serif;
  overflow: hidden;
}

.hero-urgency-bar {
  background: #16a34a;
  color: #fff;
  text-align: center;
  font-size: 13px;
  font-weight: 700;
  padding: 10px 16px;
  letter-spacing: 0.2px;
}

.hero-container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 28px 20px 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 40px;
}

.hero-text {
  flex: 1 1 580px;
  max-width: 600px;
}

.hero-badge {
  display: inline-block;
  background: #e8fff1;
  color: #157a42;
  padding: 10px 18px;
  border-radius: 999px;
  font-weight: 700;
  font-size: 13px;
  margin-bottom: 18px;
}

.hero-title {
  font-size: 46px;
  line-height: 1.08;
  font-weight: 800;
  color: #222;
  margin: 0 0 18px;
  letter-spacing: -0.4px;
}

.hero-description {
  font-size: 18px;
  color: #444;
  line-height: 1.65;
  margin: 0 0 22px;
  max-width: 560px;
}

.hero-benefits {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
  margin-bottom: 24px;
}

.benefit-box {
  background: #fff;
  padding: 14px 16px;
  border-radius: 14px;
  border: 1px solid #eee;
  font-weight: 600;
  font-size: 14px;
  color: #222;
  box-shadow: 0 6px 18px rgba(0,0,0,0.03);
}

.hero-cta-wrap {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 10px;
}

.hero-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 290px;
  min-height: 62px;
  background: #16a34a;
  color: #fff;
  font-weight: 800;
  font-size: 18px;
  letter-spacing: 0.3px;
  padding: 0 28px;
  border-radius: 12px;
  text-decoration: none;
  transition: all 0.25s ease;
  box-shadow: 0 12px 24px rgba(22,163,74,0.28);
  animation: pulse-btn 2s infinite;
}

.hero-button:hover {
  background: #12833c;
  transform: translateY(-2px);
}

@keyframes pulse-btn {
  0%, 100% { box-shadow: 0 12px 24px rgba(22,163,74,0.28); }
  50% { box-shadow: 0 12px 32px rgba(22,163,74,0.52); }
}

.hero-security {
  display: inline-flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 12px;
  background: #fff3d6;
  color: #6b4c00;
  padding: 11px 16px;
  border-radius: 14px;
  border: 1px solid #f3d28f;
  font-size: 13px;
  font-weight: 700;
}

.hero-cta-note {
  font-size: 12px;
  color: #5b5b5b;
  line-height: 1.5;
  margin: 0;
  max-width: 520px;
}

.hero-image {
  flex: 0 0 360px;
  max-width: 360px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.hero-image img {
  display: block;
  width: 100%;
  max-width: 290px;
  max-height: 500px;
  height: auto;
  object-fit: contain;
}

.hero-image-mobile { display: none; }
.hero-image-desktop { display: flex; }

@media (min-width: 1280px) {
  .hero-container { gap: 48px; }
  .hero-image { flex: 0 0 390px; max-width: 390px; }
  .hero-image img { max-width: 310px; max-height: 520px; }
}

@media (max-width: 860px) {
  .hero-container { flex-direction: column; text-align: center; gap: 18px; }
  .hero-text { max-width: 100%; flex: none; }
  .hero-description { max-width: 100%; }
  .hero-benefits { grid-template-columns: 1fr; }
  .hero-cta-wrap { align-items: center; }
  .hero-button { width: 100%; max-width: 360px; min-width: 0; }
  .hero-security { justify-content: center; }
  .hero-cta-note { text-align: center; max-width: 560px; }
  .hero-image-desktop { display: none; }
  .hero-image-mobile {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    margin: 6px 0 20px;
  }
  .hero-image-mobile img { max-width: 180px; max-height: 280px; }
}

@media (max-width: 767px) {
  .hero-progressiva { padding-bottom: 14px; }
  .hero-urgency-bar { font-size: 12px; padding: 9px 12px; }
  .hero-title { font-size: 28px; line-height: 1.18; margin-bottom: 14px; }
  .hero-description { font-size: 16px; line-height: 1.7; margin-bottom: 16px; }
  .hero-benefits { gap: 10px; margin-bottom: 16px; }
  .benefit-box { font-size: 14px; padding: 13px 14px; text-align: left; border-radius: 16px; }
  .hero-button { min-height: 58px; font-size: 16px; max-width: 100%; }
  .hero-security { width: 100%; justify-content: flex-start; border-radius: 14px; font-size: 12px; padding: 10px 14px; gap: 8px; }
  .hero-cta-note { width: 100%; text-align: left; font-size: 12px; }
  .hero-image-mobile img { max-width: 160px; max-height: 240px; }
}

@media (max-width: 400px) {
  .hero-title { font-size: 26px; }
  .hero-description { font-size: 15px; }
  .hero-image-mobile img { max-width: 140px; }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-94783da */.pv-video-section {
  background: #ffffff;
  padding: 54px 20px;
  font-family: Arial, Helvetica, sans-serif;
}

.pv-video-container {
  max-width: 1100px;
  margin: 0 auto;
}

.pv-video-header {
  text-align: center;
  max-width: 820px;
  margin: 0 auto 28px;
}

.pv-video-badge {
  display: inline-block;
  background: #e8fff1;
  color: #157a42;
  padding: 10px 18px;
  border-radius: 999px;
  font-weight: 700;
  font-size: 13px;
  margin-bottom: 16px;
}

.pv-video-title {
  margin: 0 0 14px;
  font-size: 38px;
  line-height: 1.16;
  color: #222;
  font-weight: 800;
}

.pv-video-description {
  margin: 0;
  font-size: 18px;
  line-height: 1.65;
  color: #4a4a4a;
}

.pv-video-player-wrap {
  max-width: 900px;
  margin: 0 auto 28px;
}

.pv-video-player {
  width: 100%;
  background: #f8f3ee;
  border: 1px solid #f0e3d4;
  border-radius: 22px;
  overflow: hidden;
  box-shadow: 0 16px 34px rgba(0,0,0,0.06);
  padding: 0;
}

.pv-video-player > div,
.pv-video-player iframe,
.pv-video-player video {
  width: 100% !important;
  max-width: 100% !important;
  display: block;
}

.pv-video-cta-wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  margin-bottom: 28px;
}

.pv-video-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 290px;
  min-height: 62px;
  background: #16a34a;
  color: #fff;
  font-weight: 800;
  font-size: 18px;
  letter-spacing: 0.3px;
  padding: 0 32px;
  border-radius: 12px;
  text-decoration: none;
  transition: all 0.25s ease;
  box-shadow: 0 12px 24px rgba(22,163,74,0.28);
  animation: pulse-btn2 2s infinite;
}

.pv-video-button:hover {
  background: #12833c;
  transform: translateY(-2px);
}

@keyframes pulse-btn2 {
  0%, 100% { box-shadow: 0 12px 24px rgba(22,163,74,0.28); }
  50% { box-shadow: 0 12px 32px rgba(22,163,74,0.52); }
}

.pv-video-cta-note {
  font-size: 13px;
  color: #2f3b2f;
  font-weight: 700;
  margin: 0;
  text-align: center;
}

.pv-video-trust {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 12px;
}

.pv-video-trust-item {
  background: #fff7ef;
  border: 1px solid #f1e2d5;
  color: #2b2b2b;
  padding: 12px 16px;
  border-radius: 999px;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.4;
  box-shadow: 0 8px 18px rgba(0,0,0,0.03);
}

@media (max-width: 992px) {
  .pv-video-section { padding: 46px 18px; }
  .pv-video-title { font-size: 32px; }
  .pv-video-description { font-size: 17px; }
}

@media (max-width: 767px) {
  .pv-video-section { padding: 40px 14px; }
  .pv-video-header { margin-bottom: 22px; }
  .pv-video-title { font-size: 26px; line-height: 1.22; }
  .pv-video-description { font-size: 16px; line-height: 1.65; }
  .pv-video-player { border-radius: 16px; }
  .pv-video-button { width: 100%; max-width: 100%; font-size: 16px; min-height: 58px; }
  .pv-video-trust { flex-direction: column; gap: 10px; }
  .pv-video-trust-item { width: 100%; text-align: center; font-size: 14px; padding: 12px 14px; border-radius: 16px; }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-a993915 *//* ===========================
   SEÇÃO DEPOIMENTO EM VÍDEO
   =========================== */

.pv-depo-section {
  background: #fff7ef;
  padding: 54px 20px;
  font-family: Arial, Helvetica, sans-serif;
}

.pv-depo-container {
  max-width: 1100px;
  margin: 0 auto;
}

/* HEADER */
.pv-depo-header {
  text-align: center;
  max-width: 820px;
  margin: 0 auto 28px;
}

.pv-depo-badge {
  display: inline-block;
  background: #e8fff1;
  color: #157a42;
  padding: 10px 18px;
  border-radius: 999px;
  font-weight: 700;
  font-size: 13px;
  margin-bottom: 16px;
}

.pv-depo-title {
  margin: 0 0 14px;
  font-size: 38px;
  line-height: 1.16;
  color: #222;
  font-weight: 800;
}

.pv-depo-description {
  margin: 0;
  font-size: 18px;
  line-height: 1.65;
  color: #4a4a4a;
}

/* DESTAQUES */
.pv-depo-highlights {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 12px;
  margin-bottom: 28px;
}

.pv-depo-highlight-item {
  background: #fff;
  border: 1px solid #eee;
  color: #222;
  padding: 11px 18px;
  border-radius: 999px;
  font-size: 14px;
  font-weight: 700;
  box-shadow: 0 6px 16px rgba(0,0,0,0.04);
}

/* PLAYER */
.pv-depo-player-wrap {
  max-width: 900px;
  margin: 0 auto 28px;
}

.pv-depo-player {
  width: 100%;
  background: #f8f3ee;
  border: 1px solid #f0e3d4;
  border-radius: 22px;
  overflow: hidden;
  box-shadow: 0 16px 34px rgba(0,0,0,0.06);
}

.pv-depo-player > div,
.pv-depo-player iframe,
.pv-depo-player video {
  width: 100% !important;
  max-width: 100% !important;
  display: block;
}

/* QUOTE */
.pv-depo-quote {
  max-width: 720px;
  margin: 0 auto 32px;
  background: #fff;
  border-left: 5px solid #16a34a;
  border-radius: 14px;
  padding: 22px 28px;
  box-shadow: 0 8px 24px rgba(0,0,0,0.05);
  text-align: left;
}

.pv-depo-quote-text {
  font-size: 17px;
  line-height: 1.7;
  color: #333;
  font-style: italic;
  margin: 0 0 10px;
}

.pv-depo-quote-author {
  font-size: 13px;
  font-weight: 700;
  color: #157a42;
}

/* CTA */
.pv-depo-cta-wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
}

.pv-depo-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 290px;
  min-height: 62px;
  background: #16a34a;
  color: #fff;
  font-weight: 800;
  font-size: 18px;
  letter-spacing: 0.3px;
  padding: 0 32px;
  border-radius: 12px;
  text-decoration: none;
  transition: all 0.25s ease;
  box-shadow: 0 12px 24px rgba(22,163,74,0.28);
  animation: pulse-depo 2s infinite;
}

.pv-depo-button:hover {
  background: #12833c;
  transform: translateY(-2px);
}

@keyframes pulse-depo {
  0%, 100% { box-shadow: 0 12px 24px rgba(22,163,74,0.28); }
  50%       { box-shadow: 0 12px 32px rgba(22,163,74,0.52); }
}

.pv-depo-cta-note {
  font-size: 13px;
  color: #2f3b2f;
  font-weight: 800;
  margin: 0;
  text-align: center;
}

.pv-depo-cta-footnote {
  font-size: 12px;
  color: #5b5b5b;
  margin: 0;
  text-align: center;
  line-height: 1.5;
}

/* TABLET */
@media (max-width: 992px) {
  .pv-depo-section {
    padding: 46px 18px;
  }
  .pv-depo-title {
    font-size: 32px;
  }
  .pv-depo-description {
    font-size: 17px;
  }
}

/* MOBILE */
@media (max-width: 767px) {
  .pv-depo-section {
    padding: 40px 14px;
  }
  .pv-depo-header {
    margin-bottom: 20px;
  }
  .pv-depo-title {
    font-size: 26px;
    line-height: 1.22;
  }
  .pv-depo-description {
    font-size: 16px;
    line-height: 1.65;
  }
  .pv-depo-highlights {
    flex-direction: column;
    gap: 10px;
  }
  .pv-depo-highlight-item {
    width: 100%;
    text-align: center;
    border-radius: 16px;
    padding: 12px 14px;
  }
  .pv-depo-player {
    border-radius: 16px;
  }
  .pv-depo-quote {
    padding: 18px 18px;
  }
  .pv-depo-quote-text {
    font-size: 15px;
  }
  .pv-depo-button {
    width: 100%;
    max-width: 100%;
    font-size: 16px;
    min-height: 58px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-c254502 */.pv-cod-section {
  background: #ffffff;
  padding: 56px 20px;
  font-family: Arial, Helvetica, sans-serif;
}

.pv-cod-container {
  max-width: 1100px;
  margin: 0 auto;
}

.pv-cod-header {
  text-align: center;
  max-width: 820px;
  margin: 0 auto 30px;
}

.pv-cod-badge {
  display: inline-block;
  background: #e8fff1;
  color: #157a42;
  padding: 10px 18px;
  border-radius: 999px;
  font-weight: 700;
  font-size: 13px;
  margin-bottom: 16px;
}

.pv-cod-title {
  margin: 0 0 14px;
  font-size: 40px;
  line-height: 1.16;
  color: #222;
  font-weight: 800;
}

.pv-cod-description {
  margin: 0;
  font-size: 18px;
  line-height: 1.65;
  color: #4a4a4a;
}

.pv-cod-steps {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
  margin-bottom: 24px;
}

.pv-cod-step {
  background: #fff7ef;
  border: 1px solid #f0e3d4;
  border-radius: 22px;
  padding: 28px 22px;
  text-align: center;
  box-shadow: 0 14px 30px rgba(0,0,0,0.05);
  height: 100%;
}

.pv-cod-step-number {
  width: 54px;
  height: 54px;
  margin: 0 auto 16px;
  border-radius: 50%;
  background: #16a34a;
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  font-weight: 800;
}

.pv-cod-step-title {
  margin: 0 0 10px;
  font-size: 23px;
  line-height: 1.2;
  color: #222;
  font-weight: 800;
}

.pv-cod-step-text {
  margin: 0;
  font-size: 15px;
  line-height: 1.65;
  color: #555;
}

.pv-cod-highlight {
  max-width: 840px;
  margin: 0 auto;
  text-align: center;
  background: #fff3d6;
  color: #7a4b00;
  border: 1px solid #f3d28f;
  border-radius: 999px;
  padding: 14px 18px;
  font-size: 15px;
  font-weight: 700;
  line-height: 1.5;
}

@media (max-width: 992px) {
  .pv-cod-section { padding: 46px 18px; }
  .pv-cod-title { font-size: 34px; }
  .pv-cod-description { font-size: 17px; }
  .pv-cod-steps { grid-template-columns: 1fr; gap: 16px; }
}

@media (max-width: 767px) {
  .pv-cod-section { padding: 40px 14px; }
  .pv-cod-header { margin-bottom: 22px; }
  .pv-cod-title { font-size: 28px; line-height: 1.22; }
  .pv-cod-description { font-size: 16px; line-height: 1.65; }
  .pv-cod-step { border-radius: 18px; padding: 22px 18px; }
  .pv-cod-step-number { width: 48px; height: 48px; font-size: 22px; margin-bottom: 14px; }
  .pv-cod-step-title { font-size: 21px; }
  .pv-cod-step-text { font-size: 14px; }
  .pv-cod-highlight { border-radius: 20px; font-size: 14px; padding: 14px 16px; }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-14a0d83 */.pv-benefits-section {
  background: #fff7ef;
  padding: 56px 20px;
  font-family: Arial, Helvetica, sans-serif;
}

.pv-benefits-container {
  max-width: 1150px;
  margin: 0 auto;
}

.pv-benefits-header {
  text-align: center;
  max-width: 820px;
  margin: 0 auto 30px;
}

.pv-benefits-badge {
  display: inline-block;
  background: #e8fff1;
  color: #157a42;
  padding: 10px 18px;
  border-radius: 999px;
  font-weight: 700;
  font-size: 13px;
  margin-bottom: 16px;
}

.pv-benefits-title {
  margin: 0 0 14px;
  font-size: 40px;
  line-height: 1.16;
  color: #222;
  font-weight: 800;
}

.pv-benefits-description {
  margin: 0;
  font-size: 18px;
  line-height: 1.65;
  color: #4a4a4a;
}

.pv-benefits-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
  margin-bottom: 40px;
}

.pv-benefit-card {
  background: #ffffff;
  border: 1px solid #f0e3d4;
  border-radius: 20px;
  padding: 24px 20px;
  box-shadow: 0 14px 30px rgba(0,0,0,0.05);
  transition: transform 0.25s ease, box-shadow 0.25s ease;
  height: 100%;
}

.pv-benefit-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 18px 34px rgba(0,0,0,0.08);
}

.pv-benefit-icon {
  font-size: 26px;
  line-height: 1;
  margin-bottom: 14px;
}

.pv-benefit-card-title {
  margin: 0 0 10px;
  font-size: 21px;
  line-height: 1.25;
  color: #222;
  font-weight: 800;
}

.pv-benefit-card-text {
  margin: 0;
  font-size: 15px;
  line-height: 1.65;
  color: #555;
}

.pv-benefits-cta-wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
}

.pv-benefits-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 290px;
  min-height: 62px;
  background: #16a34a;
  color: #fff;
  font-weight: 800;
  font-size: 18px;
  letter-spacing: 0.3px;
  padding: 0 32px;
  border-radius: 12px;
  text-decoration: none;
  transition: all 0.25s ease;
  box-shadow: 0 12px 24px rgba(22,163,74,0.28);
  animation: pulse-btn3 2s infinite;
}

.pv-benefits-button:hover {
  background: #12833c;
  transform: translateY(-2px);
}

@keyframes pulse-btn3 {
  0%, 100% { box-shadow: 0 12px 24px rgba(22,163,74,0.28); }
  50% { box-shadow: 0 12px 32px rgba(22,163,74,0.52); }
}

.pv-benefits-cta-note {
  font-size: 13px;
  color: #2f3b2f;
  font-weight: 700;
  margin: 0;
  text-align: center;
}

@media (max-width: 992px) {
  .pv-benefits-section { padding: 46px 18px; }
  .pv-benefits-title { font-size: 34px; }
  .pv-benefits-description { font-size: 17px; }
  .pv-benefits-grid { grid-template-columns: repeat(2, 1fr); gap: 16px; }
}

@media (max-width: 767px) {
  .pv-benefits-section { padding: 40px 14px; }
  .pv-benefits-header { margin-bottom: 22px; }
  .pv-benefits-title { font-size: 28px; line-height: 1.22; }
  .pv-benefits-description { font-size: 16px; line-height: 1.65; }
  .pv-benefits-grid { grid-template-columns: 1fr; gap: 14px; }
  .pv-benefit-card { border-radius: 16px; padding: 20px 18px; }
  .pv-benefit-card-title { font-size: 20px; }
  .pv-benefit-card-text { font-size: 14px; }
  .pv-benefits-button { width: 100%; max-width: 100%; font-size: 16px; min-height: 58px; }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-534b7ae */.pv-results-section {
  background: #ffffff;
  padding: 56px 20px;
  font-family: Arial, Helvetica, sans-serif;
}

.pv-results-container {
  max-width: 1150px;
  margin: 0 auto;
}

.pv-results-header {
  text-align: center;
  max-width: 820px;
  margin: 0 auto 30px;
}

.pv-results-badge {
  display: inline-block;
  background: #e8fff1;
  color: #157a42;
  padding: 10px 18px;
  border-radius: 999px;
  font-weight: 700;
  font-size: 13px;
  margin-bottom: 16px;
}

.pv-results-title {
  margin: 0 0 14px;
  font-size: 40px;
  line-height: 1.16;
  color: #222;
  font-weight: 800;
}

.pv-results-description {
  margin: 0;
  font-size: 18px;
  line-height: 1.65;
  color: #4a4a4a;
}

.pv-results-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
  margin-bottom: 40px;
}

.pv-result-item {
  background: #fff7ef;
  border: 1px solid #f0e3d4;
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 14px 30px rgba(0,0,0,0.05);
  transition: transform 0.25s ease;
}

.pv-result-item:hover {
  transform: translateY(-4px);
}

.pv-result-item img {
  width: 100%;
  height: 220px;
  object-fit: cover;
  display: block;
}

.pv-result-caption {
  padding: 14px 16px;
  font-size: 14px;
  font-weight: 700;
  color: #222;
}

.pv-results-cta-wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
}

.pv-results-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 290px;
  min-height: 62px;
  background: #16a34a;
  color: #fff;
  font-weight: 800;
  font-size: 18px;
  letter-spacing: 0.3px;
  padding: 0 32px;
  border-radius: 12px;
  text-decoration: none;
  transition: all 0.25s ease;
  box-shadow: 0 12px 24px rgba(22,163,74,0.28);
  animation: pulse-btn5 2s infinite;
}

.pv-results-button:hover {
  background: #12833c;
  transform: translateY(-2px);
}

@keyframes pulse-btn5 {
  0%, 100% { box-shadow: 0 12px 24px rgba(22,163,74,0.28); }
  50% { box-shadow: 0 12px 32px rgba(22,163,74,0.52); }
}

.pv-results-cta-note {
  font-size: 13px;
  color: #2f3b2f;
  font-weight: 700;
  margin: 0;
  text-align: center;
}

@media (max-width: 992px) {
  .pv-results-section { padding: 46px 18px; }
  .pv-results-title { font-size: 34px; }
  .pv-results-description { font-size: 17px; }
  .pv-results-grid { grid-template-columns: repeat(2, 1fr); gap: 16px; }
}

@media (max-width: 767px) {
  .pv-results-section { padding: 40px 14px; }
  .pv-results-header { margin-bottom: 22px; }
  .pv-results-title { font-size: 28px; line-height: 1.22; }
  .pv-results-description { font-size: 16px; line-height: 1.65; }
  .pv-results-grid { grid-template-columns: 1fr; gap: 14px; }
  .pv-result-item { border-radius: 16px; }
  .pv-result-item img { height: 200px; }
  .pv-results-button { width: 100%; max-width: 100%; font-size: 16px; min-height: 58px; }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-e34c291 */.pv-offer-section {
  background: #ffff;
  padding: 58px 20px;
  font-family: Arial, Helvetica, sans-serif;
}

.pv-offer-container {
  max-width: 1150px;
  margin: 0 auto;
}

.pv-offer-header {
  text-align: center;
  max-width: 820px;
  margin: 0 auto 32px;
}

.pv-offer-badge {
  display: inline-block;
  background: #fff0f0;
  color: #c0392b;
  padding: 10px 18px;
  border-radius: 999px;
  font-weight: 700;
  font-size: 13px;
  margin-bottom: 16px;
  border: 1px solid #f5c6c6;
}

.pv-offer-title {
  margin: 0 0 14px;
  font-size: 40px;
  line-height: 1.16;
  color: #222;
  font-weight: 800;
}

.pv-offer-description {
  margin: 0;
  font-size: 18px;
  line-height: 1.65;
  color: #4a4a4a;
}

.pv-offer-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  align-items: stretch;
  margin-bottom: 32px;
}

.pv-offer-card {
  position: relative;
  background: #fff7ef;
  border: 1px solid #f0e3d4;
  border-radius: 22px;
  padding: 28px 22px 24px;
  box-shadow: 0 14px 30px rgba(0,0,0,0.05);
  display: flex;
  flex-direction: column;
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.pv-offer-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 18px 34px rgba(0,0,0,0.08);
}

.pv-offer-featured {
  background: #fff3d6;
  border: 2px solid #f2c66d;
  transform: translateY(-8px);
  box-shadow: 0 18px 36px rgba(0,0,0,0.08);
}

.pv-offer-featured:hover {
  transform: translateY(-10px);
}

.pv-offer-featured-badge {
  position: absolute;
  top: -14px;
  left: 50%;
  transform: translateX(-50%);
  background: #16a34a;
  color: #ffff;
  font-size: 12px;
  font-weight: 800;
  padding: 8px 14px;
  border-radius: 999px;
  white-space: nowrap;
  box-shadow: 0 10px 18px rgba(22,163,74,0.22);
}

.pv-offer-tag {
  text-align: center;
  font-size: 14px;
  font-weight: 800;
  color: #157a42;
  margin-bottom: 12px;
  letter-spacing: 0.4px;
}

.pv-offer-image-wrap {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 16px;
  min-height: 180px;
}

.pv-offer-image {
  width: 100%;
  max-width: 180px;
  height: auto;
  display: block;
  object-fit: contain;
}

.pv-offer-product {
  text-align: center;
  font-size: 20px;
  line-height: 1.35;
  font-weight: 800;
  color: #222;
  margin-bottom: 10px;
  min-height: 54px;
}

.pv-offer-discount-badge {
  display: inline-block;
  background: #fff0f0;
  color: #c0392b;
  border: 1px solid #f5c6c6;
  border-radius: 999px;
  font-size: 13px;
  font-weight: 800;
  padding: 5px 14px;
  margin: 0 auto 8px;
  text-align: center;
  width: fit-content;
  align-self: center;
}

.pv-offer-discount-featured {
  background: #c0392b;
  color: #fff;
  border-color: #c0392b;
}

.pv-offer-old-price {
  text-align: center;
  font-size: 15px;
  color: #777;
  text-decoration: line-through;
  margin-bottom: 6px;
}

.pv-offer-price {
  text-align: center;
  font-size: 40px;
  line-height: 1;
  font-weight: 800;
  color: #111;
  margin-bottom: 4px;
}

.pv-offer-per-unit {
  text-align: center;
  font-size: 13px;
  font-weight: 700;
  color: #157a42;
  margin-bottom: 6px;
}

.pv-offer-installments {
  text-align: center;
  font-size: 14px;
  line-height: 1.5;
  color: #666;
  margin-bottom: 14px;
}

.pv-offer-stock-bar {
  margin-bottom: 14px;
}

.pv-offer-stock-label {
  display: block;
  font-size: 12px;
  font-weight: 700;
  color: #c0392b;
  margin-bottom: 6px;
  text-align: center;
}

.pv-offer-stock-track {
  background: #f5e6e6;
  border-radius: 999px;
  height: 8px;
  overflow: hidden;
}

.pv-offer-stock-fill {
  background: #c0392b;
  height: 100%;
  width: 78%;
  border-radius: 999px;
}

.pv-offer-list {
  list-style: none;
  padding: 0;
  margin: 0 0 18px;
  display: flex;
  flex-direction: column;
  gap: 10px;
  color: #444;
  font-size: 15px;
  line-height: 1.55;
}

.pv-offer-list li { margin: 0; }

.pv-offer-button {
  margin-top: auto;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-height: 56px;
  background: #16a34a;
  color: #ffff;
  text-decoration: none;
  font-size: 15px;
  font-weight: 800;
  border-radius: 12px;
  transition: all 0.25s ease;
  text-align: center;
  box-shadow: 0 12px 22px rgba(22,163,74,0.22);
  animation: pulse-btn5 2s infinite;
}

.pv-offer-button:hover {
  background: #12833c;
  transform: translateY(-2px);
}

.pv-offer-button-featured {
  font-size: 14px;
  padding: 0 12px;
}

@keyframes pulse-btn5 {
  0%, 100% { box-shadow: 0 12px 22px rgba(22,163,74,0.22); }
  50% { box-shadow: 0 12px 30px rgba(22,163,74,0.48); }
}

.pv-offer-card-trust {
  text-align: center;
  font-size: 12px;
  font-weight: 600;
  color: #666;
  margin-top: 10px;
}

.pv-offer-bottom-trust {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 12px;
  margin-bottom: 16px;
}

.pv-offer-trust-item {
  background: #fff7ef;
  border: 1px solid #f1e2d5;
  color: #2b2b2b;
  padding: 12px 16px;
  border-radius: 999px;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.4;
  box-shadow: 0 8px 18px rgba(0,0,0,0.03);
}

.pv-offer-disclaimer {
  max-width: 900px;
  margin: 0 auto;
  text-align: center;
  font-size: 13px;
  line-height: 1.7;
  color: #666;
}

@media (max-width: 992px) {
  .pv-offer-section { padding: 46px 18px; }
  .pv-offer-title { font-size: 34px; }
  .pv-offer-description { font-size: 17px; }
  .pv-offer-grid { grid-template-columns: 1fr; gap: 18px; }
  .pv-offer-featured { transform: none; }
  .pv-offer-featured:hover { transform: translateY(-4px); }
  .pv-offer-product { min-height: auto; }
  .pv-offer-image-wrap { min-height: auto; }
  .pv-offer-image { max-width: 170px; }
}

@media (max-width: 767px) {
  .pv-offer-section { padding: 40px 14px; }
  .pv-offer-header { margin-bottom: 24px; }
  .pv-offer-title { font-size: 28px; line-height: 1.22; }
  .pv-offer-description { font-size: 16px; line-height: 1.65; }
  .pv-offer-card { border-radius: 18px; padding: 22px 18px; }
  .pv-offer-image-wrap { margin-bottom: 14px; }
  .pv-offer-image { max-width: 150px; }
  .pv-offer-product { font-size: 18px; }
  .pv-offer-price { font-size: 34px; }
  .pv-offer-installments { font-size: 13px; margin-bottom: 14px; }
  .pv-offer-list { font-size: 14px; }
  .pv-offer-bottom-trust { flex-direction: column; gap: 10px; }
  .pv-offer-trust-item { width: 100%; text-align: center; border-radius: 16px; padding: 12px 14px; }
  .pv-offer-disclaimer { font-size: 12px; line-height: 1.65; }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-2af0e18 */.pv-security-section {
  background: #fff7ef;
  padding: 60px 20px;
  font-family: Arial, Helvetica, sans-serif;
}

.pv-security-container {
  max-width: 1100px;
  margin: 0 auto;
}

.pv-security-top-strip {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto 22px;
  width: 100%;
}

.pv-security-strip-image {
  display: block !important;
  width: 100% !important;
  max-width: 360px !important;
  height: auto !important;
  object-fit: contain !important;
  margin: 0 auto !important;
}

.pv-security-header {
  text-align: center;
  max-width: 780px;
  margin: 0 auto 28px;
}

.pv-security-badge {
  display: inline-block;
  background: #e8fff1;
  color: #157a42;
  padding: 10px 18px;
  border-radius: 999px;
  font-weight: 700;
  font-size: 13px;
  margin-bottom: 14px;
}

.pv-security-title {
  font-size: 36px;
  line-height: 1.2;
  font-weight: 800;
  color: #222;
  margin-bottom: 10px;
}

.pv-security-description {
  font-size: 18px;
  color: #555;
  line-height: 1.6;
}

.pv-security-main-box {
  background: #ffff;
  border: 1px solid #f0e3d4;
  border-radius: 24px;
  padding: 28px;
  box-shadow: 0 10px 25px rgba(0,0,0,0.05);
  margin-bottom: 28px;
}

.pv-security-badge-wrap {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto 18px;
}

.pv-security-guarantee-image {
  display: block !important;
  width: 100% !important;
  max-width: 250px !important;
  height: auto !important;
  object-fit: contain !important;
}

.pv-security-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 18px;
}

.pv-security-card {
  background: #fff7ef;
  border: 1px solid #f0e3d4;
  border-radius: 18px;
  padding: 20px;
  transition: all 0.2s ease;
}

.pv-security-card:hover { transform: translateY(-3px); }

.pv-security-icon { font-size: 24px; margin-bottom: 8px; }

.pv-security-card-title {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 6px;
  color: #222;
}

.pv-security-card-text {
  font-size: 14px;
  color: #555;
  line-height: 1.6;
}

.pv-security-final-cta {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  text-align: center;
}

.pv-security-final-cta-text {
  font-size: 20px;
  font-weight: 700;
  color: #222;
  margin: 0;
}

.pv-security-final-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 290px;
  min-height: 64px;
  background: #16a34a;
  color: #fff;
  font-weight: 800;
  font-size: 18px;
  letter-spacing: 0.3px;
  padding: 0 32px;
  border-radius: 12px;
  text-decoration: none;
  transition: all 0.25s ease;
  box-shadow: 0 12px 24px rgba(22,163,74,0.28);
  animation: pulse-btn6 2s infinite;
}

.pv-security-final-button:hover {
  background: #12833c;
  transform: translateY(-2px);
}

@keyframes pulse-btn6 {
  0%, 100% { box-shadow: 0 12px 24px rgba(22,163,74,0.28); }
  50% { box-shadow: 0 12px 32px rgba(22,163,74,0.52); }
}

.pv-security-final-urgency {
  font-size: 13px;
  color: #2f3b2f;
  font-weight: 700;
  margin: 0;
}

@media (max-width: 992px) {
  .pv-security-title { font-size: 30px; }
  .pv-security-main-box { padding: 24px; }
  .pv-security-strip-image { max-width: 320px !important; }
}

@media (max-width: 767px) {
  .pv-security-section { padding: 40px 16px; }
  .pv-security-grid { grid-template-columns: 1fr; }
  .pv-security-strip-image { max-width: 250px !important; }
  .pv-security-guarantee-image { max-width: 120px !important; }
  .pv-security-title { font-size: 26px; }
  .pv-security-description { font-size: 16px; }
  .pv-security-main-box { padding: 22px 18px; }
  .pv-security-card { padding: 18px; }
  .pv-security-final-button { width: 100%; max-width: 100%; font-size: 16px; min-height: 58px; }
  .pv-security-final-cta-text { font-size: 18px; }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-00103e8 */.pv-faq-section {
  background: #ffff;
  padding: 58px 20px;
  font-family: Arial, Helvetica, sans-serif;
}

.pv-faq-container {
  max-width: 950px;
  margin: 0 auto;
}

.pv-faq-header {
  text-align: center;
  max-width: 760px;
  margin: 0 auto 30px;
}

.pv-faq-badge {
  display: inline-block;
  background: #e8fff1;
  color: #157a42;
  padding: 10px 18px;
  border-radius: 999px;
  font-weight: 700;
  font-size: 13px;
  margin-bottom: 16px;
}

.pv-faq-title {
  margin: 0 0 14px;
  font-size: 40px;
  line-height: 1.16;
  color: #222;
  font-weight: 800;
}

.pv-faq-description {
  margin: 0;
  font-size: 18px;
  line-height: 1.65;
  color: #4a4a4a;
}

.pv-faq-list {
  display: flex;
  flex-direction: column;
  gap: 14px;
  margin-bottom: 40px;
}

.pv-faq-item {
  background: #fff7ef;
  border: 1px solid #f0e3d4;
  border-radius: 18px;
  overflow: hidden;
  box-shadow: 0 10px 24px rgba(0,0,0,0.04);
  transition: box-shadow 0.25s ease, transform 0.25s ease;
}

.pv-faq-item:hover { box-shadow: 0 14px 28px rgba(0,0,0,0.06); }

.pv-faq-question {
  width: 100%;
  background: none;
  border: none;
  outline: none;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  padding: 20px 22px;
  text-align: left;
  font-size: 18px;
  font-weight: 700;
  color: #222;
}

.pv-faq-icon {
  flex: 0 0 auto;
  font-size: 28px;
  line-height: 1;
  color: #157a42;
  transition: transform 0.25s ease;
}

.pv-faq-answer {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease, padding 0.3s ease;
  padding: 0 22px;
}

.pv-faq-answer p {
  margin: 0;
  font-size: 15px;
  line-height: 1.7;
  color: #555;
}

.pv-faq-item.active .pv-faq-answer { max-height: 260px; padding: 0 22px 20px; }
.pv-faq-item.active .pv-faq-icon { transform: rotate(45deg); }

.pv-faq-final-cta {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  text-align: center;
}

.pv-faq-final-cta-text {
  font-size: 20px;
  font-weight: 700;
  color: #222;
  margin: 0;
}

.pv-faq-final-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 290px;
  min-height: 64px;
  background: #16a34a;
  color: #fff;
  font-weight: 800;
  font-size: 18px;
  letter-spacing: 0.3px;
  padding: 0 32px;
  border-radius: 12px;
  text-decoration: none;
  transition: all 0.25s ease;
  box-shadow: 0 12px 24px rgba(22,163,74,0.28);
  animation: pulse-btn7 2s infinite;
}

.pv-faq-final-button:hover {
  background: #12833c;
  transform: translateY(-2px);
}

@keyframes pulse-btn7 {
  0%, 100% { box-shadow: 0 12px 24px rgba(22,163,74,0.28); }
  50% { box-shadow: 0 12px 32px rgba(22,163,74,0.52); }
}

.pv-faq-final-urgency {
  font-size: 13px;
  color: #2f3b2f;
  font-weight: 700;
  margin: 0;
}

@media (max-width: 992px) {
  .pv-faq-section { padding: 46px 18px; }
  .pv-faq-title { font-size: 34px; }
  .pv-faq-description { font-size: 17px; }
}

@media (max-width: 767px) {
  .pv-faq-section { padding: 40px 14px; }
  .pv-faq-header { margin-bottom: 24px; }
  .pv-faq-title { font-size: 28px; line-height: 1.22; }
  .pv-faq-description { font-size: 16px; line-height: 1.65; }
  .pv-faq-item { border-radius: 16px; }
  .pv-faq-question { padding: 18px 16px; font-size: 16px; }
  .pv-faq-icon { font-size: 24px; }
  .pv-faq-answer { padding: 0 16px; }
  .pv-faq-answer p { font-size: 14px; }
  .pv-faq-item.active .pv-faq-answer { padding: 0 16px 18px; }
  .pv-faq-final-button { width: 100%; max-width: 100%; font-size: 16px; min-height: 58px; }
  .pv-faq-final-cta-text { font-size: 18px; }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-abfa176 */.pv-final-cta-section {
  background: linear-gradient(180deg, #fff7ef 0%, #fff3e4 100%);
  padding: 70px 20px;
  font-family: Arial, Helvetica, sans-serif;
}

.pv-final-cta-container {
  max-width: 900px;
  margin: 0 auto;
  text-align: center;
}

.pv-final-cta-badge {
  display: inline-block;
  background: #e8fff1;
  color: #157a42;
  padding: 10px 20px;
  border-radius: 30px;
  font-weight: 800;
  font-size: 13px;
  margin-bottom: 18px;
}

.pv-final-cta-title {
  margin: 0 0 14px;
  font-size: 42px;
  line-height: 1.18;
  color: #1a1a1a;
  font-weight: 800;
}

.pv-final-cta-description {
  margin: 0 auto 30px;
  max-width: 760px;
  font-size: 19px;
  line-height: 1.65;
  color: #4a4a4a;
}

.pv-final-cta-buttons {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 16px;
  margin-bottom: 24px;
}

.pv-final-cta-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 64px;
  padding: 0 40px;
  border-radius: 12px;
  text-decoration: none;
  font-size: 18px;
  font-weight: 800;
  background: #16a34a;
  color: #ffff;
  box-shadow: 0 14px 28px rgba(22,163,74,0.30);
  transition: all 0.25s ease;
  animation: pulse-btn8 2s infinite;
}

.pv-final-cta-button:hover {
  background: #12833c;
  transform: translateY(-3px);
}

@keyframes pulse-btn8 {
  0%, 100% { box-shadow: 0 14px 28px rgba(22,163,74,0.30); }
  50% { box-shadow: 0 14px 36px rgba(22,163,74,0.55); }
}

.pv-final-cta-note {
  display: inline-block;
  background: #fff3d6;
  color: #7a4b00;
  border: 1px solid #f3d28f;
  border-radius: 999px;
  padding: 14px 20px;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.6;
}

@media (max-width: 992px) {
  .pv-final-cta-section { padding: 50px 18px; }
  .pv-final-cta-title { font-size: 36px; }
  .pv-final-cta-description { font-size: 17px; }
}

@media (max-width: 767px) {
  .pv-final-cta-section { padding: 40px 16px; }
  .pv-final-cta-title { font-size: 28px; line-height: 1.25; }
  .pv-final-cta-description { font-size: 16px; margin-bottom: 24px; }
  .pv-final-cta-buttons { flex-direction: column; gap: 12px; }
  .pv-final-cta-button { width: 100%; font-size: 16px; min-height: 58px; padding: 0 20px; }
  .pv-final-cta-note { border-radius: 20px; font-size: 13px; padding: 14px 16px; }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-c37e680 */.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;
  line-height: 1.2;
}

.lp-footer-description {
  margin: 0;
  font-size: 14px;
  line-height: 1.7;
  color: #9ca3af;
  max-width: 760px;
  margin-left: auto;
  margin-right: auto;
}

.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.7;
  color: #9ca3af;
  margin: 0 0 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;
  align-items: center;
}

.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;
    line-height: 1.65;
  }

  .lp-footer-links {
    gap: 10px;
  }

  .lp-footer-link {
    font-size: 13px;
  }

  .lp-footer-disclaimer p {
    font-size: 12px;
    line-height: 1.65;
  }

  .lp-footer-bottom {
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 8px;
  }

  .lp-footer-security {
    justify-content: center;
  }

}/* End custom CSS */