.elementor-110 .elementor-element.elementor-element-0f51421{--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;}.elementor-110 .elementor-element.elementor-element-0f51421 > .elementor-shape-bottom .elementor-shape-fill, .elementor-110 .elementor-element.elementor-element-0f51421 > .e-con-inner > .elementor-shape-bottom .elementor-shape-fill{fill:#FFFFFF;}.elementor-110 .elementor-element.elementor-element-0f51421 > .elementor-shape-bottom svg, .elementor-110 .elementor-element.elementor-element-0f51421 > .e-con-inner > .elementor-shape-bottom svg{width:calc(100% + 1.3px);height:68px;}.elementor-110 .elementor-element.elementor-element-0f51421 > .elementor-shape-bottom, .elementor-110 .elementor-element.elementor-element-0f51421 > .e-con-inner > .elementor-shape-bottom{z-index:2;pointer-events:none;}.elementor-110 .elementor-element.elementor-element-4817fec{--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;}.elementor-110 .elementor-element.elementor-element-1f1e0c0{margin:-12px 0px calc(var(--kit-widget-spacing, 0px) + -20px) 0px;}.elementor-110 .elementor-element.elementor-element-809e28a{--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;--margin-top:-20px;--margin-bottom:-20px;--margin-left:0px;--margin-right:0px;}.elementor-110 .elementor-element.elementor-element-f7d53bf{--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;}.elementor-110 .elementor-element.elementor-element-a399933{--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;}.elementor-110 .elementor-element.elementor-element-6c66171{margin:-20px 0px calc(var(--kit-widget-spacing, 0px) + -18px) 0px;}.elementor-110 .elementor-element.elementor-element-390c1f1{--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;}.elementor-110 .elementor-element.elementor-element-033e294{margin:-17px 0px calc(var(--kit-widget-spacing, 0px) + -20px) 0px;}/* Start custom CSS for html, class: .elementor-element-96fe30c */.bc-hero-deep {
  background: #cce5ff;
  padding: 42px 16px 64px;
}

.bc-hero-deep .bc-hero-inner {
  max-width: 900px;
  margin: 0 auto;
  text-align: center;
}

.bc-hero-deep .bc-hero-badge {
  display: inline-block;
  margin-bottom: 15px;
  padding: 8px 14px;
  border-radius: 999px;
  background: #eef3fd;
  color: #1a73e8;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.2;
}

.bc-hero-deep h1 {
  margin: 0 0 14px;
  font-size: 56px;
  line-height: 1.08;
  letter-spacing: -0.03em;
  font-weight: 700;
  color: #202124;
}

.bc-hero-deep .bc-hero-sub {
  max-width: 720px;
  margin: 0 auto 26px;
  font-size: 20px;
  line-height: 1.6;
  color: #5f6368;
}

.bc-hero-deep .bc-hero-actions {
  display: flex;
  justify-content: center;
  gap: 12px;
  flex-wrap: wrap;
  margin-bottom: 22px;
}

.bc-hero-deep .bc-hero-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 190px;
  padding: 14px 24px;
  border-radius: 999px;
  text-decoration: none;
  font-size: 16px;
  font-weight: 700;
  transition: background 0.2s ease, border-color 0.2s ease, color 0.2s ease, transform 0.2s ease;
}

.bc-hero-deep .bc-hero-btn.primary {
  background: #1a73e8;
  border: 1px solid #1a73e8;
  color: #ffffff;
}

.bc-hero-deep .bc-hero-btn.primary:hover {
  background: #1765cc;
  border-color: #1765cc;
  color: #ffffff;
  transform: translateY(-1px);
}

.bc-hero-deep .bc-hero-btn.secondary {
  background: #ffffff;
  border: 1px solid #dadce0;
  color: #202124;
}

.bc-hero-deep .bc-hero-btn.secondary:hover {
  background: #f8f9fa;
  color: #202124;
  transform: translateY(-1px);
}

.bc-hero-deep .bc-hero-points {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 10px 18px;
  color: #5f6368;
  font-size: 15px;
  line-height: 1.5;
}

.bc-hero-deep .bc-hero-points span {
  position: relative;
}

.bc-hero-deep .bc-hero-points span:not(:last-child)::after {
  content: "•";
  position: absolute;
  right: -12px;
  color: #9aa0a6;
}

@media (max-width: 767px) {
  .bc-hero-deep {
    padding: 52px 14px 48px;
  }

  .bc-hero-deep h1 {
    font-size: 36px;
    line-height: 1.12;
  }

  .bc-hero-deep .bc-hero-sub {
    font-size: 17px;
    line-height: 1.55;
    margin-bottom: 22px;
  }

  .bc-hero-deep .bc-hero-actions {
    flex-direction: column;
    align-items: center;
  }

  .bc-hero-deep .bc-hero-btn {
    width: 100%;
    max-width: 320px;
  }

  .bc-hero-deep .bc-hero-points {
    flex-direction: column;
    gap: 8px;
    font-size: 14px;
  }

  .bc-hero-deep .bc-hero-points span:not(:last-child)::after {
    display: none;
  }
}

.bc-hero-btn.primary {
  box-shadow: 0 10px 25px rgba(26,115,232,0.25);
}

.bc-hero-btn.primary:hover {
  transform: translateY(-2px);
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-1f1e0c0 */.bc-included {
  background: #f8fbff;
  padding: 64px 16px;
}

.bc-included-inner {
  max-width: 1100px;
  margin: 0 auto;
}

.bc-included-head {
  text-align: center;
  margin-bottom: 36px;
}

.bc-included-head h2 {
  margin: 0 0 12px;
  font-size: 36px;
  line-height: 1.2;
  font-weight: 700;
  color: #202124;
}

.bc-included-head p {
  max-width: 720px;
  margin: 0 auto;
  font-size: 18px;
  line-height: 1.6;
  color: #5f6368;
}

.bc-included-grid {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
}

.bc-included-card {
  flex: 1;
  min-width: 280px;
  background: #ffffff;
  border: 1px solid #eef2f6;
  border-radius: 16px;
  padding: 28px 24px;
  box-shadow: 0 6px 18px rgba(15, 23, 42, 0.04);
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.bc-included-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 14px 28px rgba(15, 23, 42, 0.08);
}

.bc-included-card h3 {
  margin: 0 0 18px;
  font-size: 20px;
  line-height: 1.3;
  font-weight: 600;
  color: #1a73e8;
}

.bc-included-card ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.bc-included-card li {
  margin-bottom: 13px;
  font-size: 15px;
  line-height: 1.6;
  color: #5f6368;
  position: relative;
  padding-left: 20px;
}

.bc-included-card li:last-child {
  margin-bottom: 0;
}

.bc-included-card li::before {
  content: "✓";
  position: absolute;
  left: 0;
  top: 0;
  color: #f97316;
  font-weight: 700;
}

@media (max-width: 767px) {
  .bc-included {
    padding: 48px 14px;
  }

  .bc-included-head h2 {
    font-size: 28px;
  }

  .bc-included-head p {
    font-size: 16px;
  }

  .bc-included-grid {
    flex-direction: column;
  }

  .bc-included-card {
    padding: 24px 20px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-04e7cee */.bc-how {
  padding: 64px 16px;
  background: #f8fbff;
  text-align: center;
}

.bc-how-top {
  max-width: 720px;
  margin: 0 auto 32px;
}

.bc-how-badge {
  display: inline-block;
  margin: 0 0 14px;
  padding: 8px 14px;
  border-radius: 999px;
  background: #eef8ef;
  color: #1f7a37;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.2;
}

.bc-how h2 {
  margin: 0 0 12px;
  font-size: 34px;
  line-height: 1.1;
  font-weight: 700;
  color: #16202a;
}

.bc-how-subtitle {
  margin: 0;
  font-size: 17px;
  line-height: 1.6;
  color: #5f6b76;
}

/* GRID */
.bc-how-cards {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 18px;
  max-width: 1120px;
  margin: 0 auto;
}

/* CARD */
.bc-how-card {
  width: 100%;
  max-width: 340px;
  display: flex;
  flex-direction: column;
  background: #ffffff;
  border-radius: 20px;
  padding: 28px 22px;

  /* 🔥 SOMBRA SUAVE (ANTES ERA FORTE) */
  box-shadow: 0 6px 18px rgba(21, 34, 50, 0.04);

  position: relative;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.bc-how-card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 24px;
  right: 24px;
  height: 4px;
  background: #49b64a;
  border-radius: 999px;
}

.bc-how-card:hover {
  transform: translateY(-3px);

  /* 🔥 HOVER MAIS SUAVE */
  box-shadow: 0 10px 22px rgba(21, 34, 50, 0.06);
}

.bc-how-icon {
  font-size: 34px;
  line-height: 1;
  margin-bottom: 12px;
}

.bc-how-step {
  margin-bottom: 10px;
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: #49b64a;
}

.bc-how-card h3 {
  margin: 0 0 12px;
  font-size: 22px;
  line-height: 1.2;
  font-weight: 700;
  color: #18212b;
}

.bc-how-card p {
  margin: 0;
  font-size: 15px;
  line-height: 1.75;
  color: #62707c;
}

/* CTA */
.bc-how-cta-wrap {
  margin-top: 28px;
}

.bc-how-cta {
  display: inline-block;
  min-width: 240px;
  padding: 15px 28px;
  border-radius: 999px;

  /* 🔥 REMOVIDO GRADIENTE */
  background: #42ad46;

  color: #ffffff;
  text-decoration: none;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.2;

  /* 🔥 REMOVIDA SOMBRA */
  box-shadow: none;

  transition: transform 0.2s ease, background 0.2s ease;
}

.bc-how-cta:hover {
  transform: translateY(-2px);
  background: #38963d;
  color: #ffffff;
}

/* MOBILE */
@media (max-width: 767px) {
  .bc-how {
    padding: 52px 14px;
  }

  .bc-how-top {
    margin-bottom: 24px;
  }

  .bc-how h2 {
    font-size: 30px;
  }

  .bc-how-subtitle {
    font-size: 16px;
  }

  .bc-how-cards {
    gap: 14px;
  }

  .bc-how-card {
    max-width: 100%;
    padding: 24px 18px;
    border-radius: 18px;
  }

  .bc-how-icon {
    font-size: 30px;
  }

  .bc-how-card h3 {
    font-size: 20px;
  }

  .bc-how-card p {
    font-size: 15px;
    line-height: 1.65;
  }

  .bc-how-cta {
    width: 100%;
    max-width: 320px;
    padding: 16px 22px;
    font-size: 16px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-3aa80ae */.bc-reviews-google {
  padding: 56px 16px;
  background: #f8fbff;
  color: #202124;
}

.bc-reviews-google-head {
  max-width: 760px;
  margin: 0 auto 32px;
  text-align: center;
}

.bc-reviews-google-head h2 {
  margin: 0 0 10px;
  font-size: 36px;
  line-height: 1.15;
  font-weight: 700;
  letter-spacing: -0.02em;
  color: #202124;
}

.bc-reviews-google-rating {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
  flex-wrap: wrap;
  margin-bottom: 10px;
}

.bc-rating-score {
  font-size: 18px;
  font-weight: 600;
  color: #202124;
}

.bc-rating-stars {
  font-size: 16px;
  letter-spacing: 1px;
  color: #f9ab00;
}

.bc-rating-count {
  font-size: 16px;
  color: #5f6368;
}

.bc-reviews-google-sub {
  margin: 0;
  font-size: 15px;
  color: #5f6368;
}

.bc-reviews-google-grid {
  max-width: 1120px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px;
}

.bc-g-review {
  display: flex;
  flex-direction: column;
  height: 100%;
  background: #ffffff;
  border: 1px solid #e0e3e7;
  border-radius: 24px;
  padding: 24px;
}

.bc-g-review-top {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 14px;
}

.bc-g-avatar {
  width: 40px;
  height: 40px;
  border-radius: 999px;
  background: #eef3fd;
  color: #1a73e8;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 17px;
  font-weight: 600;
  flex-shrink: 0;
}

.bc-g-meta strong {
  display: block;
  font-size: 18px;
  line-height: 1.2;
  font-weight: 500;
  color: #202124;
}

.bc-g-meta span {
  display: block;
  font-size: 14px;
  color: #5f6368;
  margin-top: 2px;
}

.bc-g-stars {
  font-size: 15px;
  letter-spacing: 1px;
  color: #f9ab00;
  margin-bottom: 14px;
}

.bc-g-review p {
  margin: 0;
  font-size: 17px;
  line-height: 1.65;
  color: #3c4043;
}

.bc-reviews-google-actions {
  margin-top: 28px;
  display: flex;
  justify-content: center;
  gap: 12px;
  flex-wrap: wrap;
}

.bc-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 170px;
  padding: 12px 22px;
  border-radius: 999px;
  text-decoration: none;
  font-size: 15px;
  font-weight: 500;
  transition: background 0.2s ease, border-color 0.2s ease, color 0.2s ease;
}

.bc-btn-light {
  background: #ffffff;
  border: 1px solid #dadce0;
  color: #1a73e8;
}

.bc-btn-light:hover {
  background: #f8f9fa;
  border-color: #c7cacf;
  color: #1a73e8;
}

.bc-btn-blue {
  background: #1a73e8;
  border: 1px solid #1a73e8;
  color: #ffffff;
}

.bc-btn-blue:hover {
  background: #1765cc;
  border-color: #1765cc;
  color: #ffffff;
}

@media (max-width: 991px) {
  .bc-reviews-google-grid {
    grid-template-columns: 1fr;
  }

  .bc-g-review {
    max-width: 720px;
    margin: 0 auto;
  }
}

@media (max-width: 767px) {
  .bc-reviews-google {
    padding: 48px 14px;
  }

  .bc-reviews-google-head h2 {
    font-size: 30px;
  }

  .bc-rating-score,
  .bc-rating-count {
    font-size: 15px;
  }

  .bc-rating-stars {
    font-size: 15px;
  }

  .bc-g-review {
    border-radius: 20px;
    padding: 20px;
  }

  .bc-g-meta strong {
    font-size: 17px;
  }

  .bc-g-meta span {
    font-size: 13px;
  }

  .bc-g-review p {
    font-size: 16px;
    line-height: 1.6;
  }

  .bc-reviews-google-actions {
    flex-direction: column;
    align-items: center;
  }

  .bc-btn {
    width: 100%;
    max-width: 320px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-6c66171 */.bc-guarantee {
  padding: 64px 16px;
  background: #f8fbff; /* padrão do site */
}

.bc-guarantee-inner {
  max-width: 760px;
  margin: 0 auto;
  text-align: center;

  background: #ffffff;
  border-radius: 24px;
  padding: 40px 24px;

  box-shadow: 0 12px 34px rgba(21, 34, 50, 0.07);
}

.bc-guarantee-badge {
  display: inline-block;
  margin-bottom: 16px;
  padding: 8px 14px;
  border-radius: 999px;
  background: #eef8ef;
  color: #1f7a37;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.2;
}

.bc-guarantee h2 {
  margin: 0 0 14px;
  font-size: 34px;
  line-height: 1.15;
  font-weight: 700;
  color: #16202a;
}

.bc-guarantee-text {
  margin: 0 auto 24px;
  max-width: 680px;
  font-size: 17px;
  line-height: 1.7;
  color: #5f6b76;
}

.bc-guarantee-points {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 12px;
  margin-bottom: 28px;
}

.bc-guarantee-point {
  background: #f8fbff;
  border: 1px solid #e5edf4;
  border-radius: 999px;
  padding: 10px 14px;
  font-size: 14px;
  font-weight: 600;
  color: #22303c;
  line-height: 1.3;
}

.bc-guarantee-cta-wrap {
  margin-top: 8px;
}

.bc-guarantee-cta {
  display: inline-block;
  min-width: 240px;
  padding: 15px 28px;
  border-radius: 999px;

  background: linear-gradient(135deg, #58c255 0%, #42ad46 100%);
  color: #ffffff;
  text-decoration: none;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.2;

  box-shadow: 0 10px 24px rgba(66, 173, 70, 0.28);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.bc-guarantee-cta:hover {
  transform: translateY(-2px);
  box-shadow: 0 14px 30px rgba(66, 173, 70, 0.34);
  color: #ffffff;
}

@media (max-width: 767px) {
  .bc-guarantee {
    padding: 52px 14px;
  }

  .bc-guarantee-inner {
    padding: 32px 18px;
    border-radius: 20px;
  }

  .bc-guarantee h2 {
    font-size: 28px;
  }

  .bc-guarantee-text {
    font-size: 16px;
    line-height: 1.65;
  }

  .bc-guarantee-points {
    gap: 10px;
  }

  .bc-guarantee-point {
    width: 100%;
    border-radius: 14px;
    padding: 12px 14px;
    text-align: left;
  }

  .bc-guarantee-cta {
    width: 100%;
    max-width: 320px;
    padding: 16px 22px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-033e294 */.bc-final-cta {
  padding: 56px 16px;
  background: #f8fbff;
  text-align: center;
}

.bc-final-inner {
  max-width: 680px;
  margin: 0 auto;
}

.bc-final-cta h2 {
  margin: 0 0 12px;
  font-size: 30px;
  line-height: 1.2;
  font-weight: 700;
  color: #202124;
}

.bc-final-cta p {
  margin: 0 0 24px;
  font-size: 16px;
  line-height: 1.6;
  color: #5f6368;
}

.bc-final-buttons {
  display: flex;
  justify-content: center;
  gap: 12px;
  flex-wrap: wrap;
}

.bc-final-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;

  min-width: 200px;
  padding: 14px 20px;

  border-radius: 999px;
  text-decoration: none;
  font-size: 15px;
  font-weight: 600;

  transition: background 0.2s ease, border-color 0.2s ease, color 0.2s ease, transform 0.2s ease;
}

.bc-final-btn.primary {
  background: #1a73e8;
  border: 1px solid #1a73e8;
  color: #ffffff;
}

.bc-final-btn.primary:hover {
  background: #1765cc;
  border-color: #1765cc;
  transform: translateY(-1px);
}

.bc-final-btn.secondary {
  background: #ffffff;
  border: 1px solid #dadce0;
  color: #202124;
}

.bc-final-btn.secondary:hover {
  background: #f1f3f4;
  transform: translateY(-1px);
}

@media (max-width: 767px) {
  .bc-final-cta {
    padding: 48px 14px;
  }

  .bc-final-cta h2 {
    font-size: 26px;
  }

  .bc-final-cta p {
    font-size: 15px;
  }

  .bc-final-buttons {
    flex-direction: column;
    align-items: center;
  }

  .bc-final-btn {
    width: 100%;
    max-width: 300px;
  }
}/* End custom CSS */