.elementor-1125 .elementor-element.elementor-element-fae027c{--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-1125 .elementor-element.elementor-element-fae027c:not(.elementor-motion-effects-element-type-background), .elementor-1125 .elementor-element.elementor-element-fae027c > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:var( --e-global-color-7450a07 );}.elementor-1125 .elementor-element.elementor-element-ae32485{--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-1125 .elementor-element.elementor-element-ae32485:not(.elementor-motion-effects-element-type-background), .elementor-1125 .elementor-element.elementor-element-ae32485 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:var( --e-global-color-primary );}.elementor-1125 .elementor-element.elementor-element-066b9b9{--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-1125 .elementor-element.elementor-element-066b9b9:not(.elementor-motion-effects-element-type-background), .elementor-1125 .elementor-element.elementor-element-066b9b9 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:var( --e-global-color-0678a09 );}.elementor-1125 .elementor-element.elementor-element-3357db5{--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-1125 .elementor-element.elementor-element-3357db5:not(.elementor-motion-effects-element-type-background), .elementor-1125 .elementor-element.elementor-element-3357db5 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:var( --e-global-color-7450a07 );}:root{--page-title-display:none;}/* Start custom CSS for html, class: .elementor-element-31dd26d *//* ===============================
   SEÇÃO BASE
================================ */
.vibra-guarantee-section {
  padding: 40px 20px;
}

/* ===============================
   CONTAINER
================================ */
.vibra-guarantee-container {
  max-width: 980px;
  margin: 0 auto;
  text-align: center;
  font-family: "Inter", Arial, Helvetica, sans-serif;
}

/* ===============================
   ÍCONE PADRÃO (ANTI-BUG)
================================ */
.icon-shield {
  width: 20px;
  height: 20px;
  display: block;
  flex-shrink: 0;       /* NÃO DEIXA QUEBRAR */
  fill: currentColor;  /* herda a cor do texto */
}

/* ===============================
   BADGE
================================ */
.vibra-guarantee-badge {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 10px 22px;
  border-radius: 999px;
  background: #eef1ff;
  color: #1a1f6b;
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 32px;
}

/* ===============================
   TÍTULO
================================ */
.vibra-guarantee-title {
  font-size: 52px;
  line-height: 1.15;
  font-weight: 800;
  margin-bottom: 28px;
  color: #0d0f3f;
}

/* Degradê somente em "Nossa Garantia" */
.vibra-guarantee-title .title-gradient {
  background: linear-gradient(135deg, #0d0f3f, #2c36c9);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  color: transparent;
}

/* ===============================
   TEXTO
================================ */
.vibra-guarantee-text {
  font-size: 18px;
  line-height: 1.6;
  color: #5c607a;
  max-width: 720px;
  margin: 0 auto 48px;
}

/* ===============================
   BOTÃO (SEM HOVER)
================================ */
.vibra-guarantee-action {
  display: flex;
  justify-content: center;
}

.vibra-guarantee-btn {
  display: inline-flex;
  align-items: center;
  gap: 14px;
  padding: 18px 38px;
  border-radius: 18px;
  background: linear-gradient(135deg, #151b73, #0d0f3f);
  color: #ffffff;
  font-size: 18px;
  font-weight: 700;
  text-decoration: none;
  box-shadow: 0 20px 40px rgba(13, 15, 63, 0.25);
  transition: none;
}

/* Neutraliza hover */
.vibra-guarantee-btn:hover,
.vibra-guarantee-btn:focus,
.vibra-guarantee-btn:active {
  background: linear-gradient(135deg, #151b73, #0d0f3f);
  color: #ffffff;
  box-shadow: 0 20px 40px rgba(13, 15, 63, 0.25);
}

/* ===============================
   RESPONSIVO
================================ */
@media (max-width: 768px) {
  .vibra-guarantee-title {
    font-size: 38px;
  }

  .vibra-guarantee-text {
    font-size: 16px;
  }

  .vibra-guarantee-btn {
    font-size: 16px;
    padding: 16px 28px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-fc399f0 *//* ===============================
   RESET ANTI-OVERFLOW
================================ */
.vibra-policy-section,
.vibra-policy-section * {
  box-sizing: border-box;
}

/* ===============================
   SEÇÃO
================================ */
.vibra-policy-section {
  padding: 40px 16px;
  overflow-x: hidden;
}

/* ===============================
   CONTAINER
================================ */
.vibra-policy-container {
  max-width: 1200px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr;
  gap: 24px;
  font-family: "Inter", Arial, Helvetica, sans-serif;
}

/* ===============================
   CARD
================================ */
.policy-card {
  width: 100%;
  max-width: 100%;
  background: #ffffff;
  border-radius: 22px;
  padding: 28px 20px;
  box-shadow: 0 16px 40px rgba(0,0,0,0.08);
  overflow: hidden;
}

/* ===============================
   ÍCONES
================================ */
.policy-icon {
  width: 48px;
  height: 48px;
  border-radius: 14px;
  background: #0d0f3f;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
}

.policy-icon svg {
  width: 22px;
  height: 22px;
  fill: #ffffff;
}

/* Ícones dos itens */
.item-icon {
  width: 36px;
  height: 36px;
  min-width: 36px;
  border-radius: 50%;
  background: #0d0f3f;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.item-icon svg {
  width: 16px;
  height: 16px;
  fill: #ffffff;
}

/* ===============================
   TÍTULOS
================================ */
.policy-title {
  font-size: 22px;
  font-weight: 700;
  color: #0d0f3f;
  margin-bottom: 4px;
}

.policy-subtitle {
  font-size: 14px;
  color: #6b6f8d;
  margin-bottom: 20px;
}

/* ===============================
   ITENS
================================ */
.policy-item {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  margin-bottom: 18px;
}

.policy-item div {
  min-width: 0; /* ESSENCIAL para não estourar */
}

.policy-item strong {
  display: block;
  font-size: 14px;
  color: #0d0f3f;
  margin-bottom: 4px;
}

.policy-item p {
  font-size: 14px;
  color: #5c607a;
  line-height: 1.5;
  word-break: break-word;
}

/* ===============================
   TEXTO / LISTA
================================ */
.policy-text {
  font-size: 14px;
  color: #5c607a;
  margin-bottom: 16px;
  word-break: break-word;
}

.policy-section-title {
  font-size: 16px;
  font-weight: 700;
  margin: 20px 0 10px;
  color: #0d0f3f;
}

.policy-list {
  list-style: none;
  padding: 0;
  margin-bottom: 18px;
}

.policy-list li {
  font-size: 14px;
  color: #5c607a;
  margin-bottom: 8px;
  padding-left: 20px;
  position: relative;
}

.policy-list li::before {
  content: "✔";
  position: absolute;
  left: 0;
  color: #0d0f3f;
}

/* ===============================
   ALERTA
================================ */
.policy-alert {
  background: #f1f2f4;
  border-radius: 14px;
  padding: 14px;
  font-size: 13px;
  color: #5c607a;
  margin-top: 22px;
  word-break: break-word;
}

/* ===============================
   DESKTOP
================================ */
@media (min-width: 900px) {
  .vibra-policy-container {
    grid-template-columns: repeat(2, 1fr);
    gap: 32px;
  }

  .policy-card {
    padding: 36px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-d646f33 *//* ===============================
   SEÇÃO
================================ */
.vibra-info-section {
  padding: 40px 16px;

}

.vibra-info-container {
  max-width: 1200px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 24px;
  font-family: "Inter", Arial, Helvetica, sans-serif;
}

/* ===============================
   CARD
================================ */
.info-card {
  background: #ffffff;
  border-radius: 20px;
  padding: 22px 26px;
  display: flex;
  align-items: center;
  gap: 18px;
  box-shadow: 0 14px 40px rgba(0,0,0,0.06);
  width: 100%;
  box-sizing: border-box;
}

/* ===============================
   ÍCONE
================================ */
.info-icon {
  width: 48px;
  height: 48px;
  border-radius: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.info-icon svg {
  width: 22px;
  height: 22px;
  fill: #ffffff;
}

.info-icon.green {
  background: #0d0f3f;
}

.info-icon.purple {
  background: #0d0f3f;
}

/* ===============================
   TEXTO
================================ */
.info-text {
  min-width: 0; /* evita overflow */
}

.info-text h4 {
  font-size: 16px;
  font-weight: 700;
  color: #0d0f3f;
  margin-bottom: 4px;
}

.info-text p {
  font-size: 14px;
  color: #6b6f8d;
  line-height: 1.4;
  word-break: break-word;
}

/* ===============================
   RESPONSIVO
================================ */
@media (max-width: 768px) {
  .vibra-info-container {
    grid-template-columns: 1fr;
  }

  .info-card {
    padding: 20px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-56b4827 *//* ===============================
   RESET ANTI-HOVER
================================ */
.vibra-contact-section,
.vibra-contact-section * {
  box-sizing: border-box;
}

/* ===============================
   SEÇÃO
================================ */
.vibra-contact-section {
  padding: 40px 16px;
  text-align: center;
}

/* ===============================
   CONTAINER
================================ */
.vibra-contact-container {
  max-width: 980px;
  margin: 0 auto;
  font-family: "Inter", Arial, Helvetica, sans-serif;
}

/* ===============================
   TÍTULOS
================================ */
.vibra-contact-title {
  font-size: 36px;
  font-weight: 800;
  color: #010161;
  margin-bottom: 10px;
}

.vibra-contact-subtitle {
  font-size: 16px;
  color: #6b6f8d;
  margin-bottom: 36px;
}

/* ===============================
   AÇÕES
================================ */
.vibra-contact-actions {
  display: flex;
  justify-content: center;
  gap: 20px;
  flex-wrap: wrap;
}

/* ===============================
   BOTÕES — BLOQUEIO TOTAL DE HOVER
================================ */
.contact-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  padding: 16px 28px;
  border-radius: 16px;
  font-size: 16px;
  font-weight: 600;
  text-decoration: none;
  min-width: 280px;

  box-shadow: none !important;
  transform: none !important;
  transition: none !important;
  animation: none !important;
  filter: none !important;
  outline: none !important;
  cursor: pointer;
}

/* WhatsApp */
.contact-btn.whatsapp {
  background: #30CA46;
  color: #ffffff;
}

/* E-mail */
.contact-btn.email {
  background: #ffffff;
  color: #010161;
  border: 1px solid #dcdfea;
}

/* Ícones */
.contact-btn svg {
  width: 20px;
  height: 20px;
  fill: currentColor;
  flex-shrink: 0;
}

/* Neutraliza QUALQUER estado interativo */
.contact-btn:hover,
.contact-btn:focus,
.contact-btn:focus-visible,
.contact-btn:active {
  background: inherit !important;
  color: inherit !important;
  box-shadow: none !important;
  transform: none !important;
  filter: none !important;
  outline: none !important;
}

/* ===============================
   RESPONSIVO
================================ */
@media (max-width: 768px) {
  .vibra-contact-title {
    font-size: 30px;
  }

  .contact-btn {
    width: 100%;
    min-width: unset;
  }
}/* End custom CSS */