body {
  font-family: 'Montserrat', Arial, sans-serif;
  margin: 0;
  background: #f5f9fa;
  color: #222;
}
.lp-simples {
  max-width: 400px;
  margin: 0 auto;
  padding: 2.2rem 1rem 1.2rem 1rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  min-height: 90vh;
  justify-content: center;
  border: 1.5px solid #b8e0d8;
  border-radius: 18px;
  background: #fff;
  box-sizing: border-box;
  box-shadow: 0 2px 12px rgba(0,150,136,0.08);
  overflow: hidden;
}
.logo-icon {
  max-width: 160px;
  height: auto;
  margin-bottom: 1rem;
  display: block;
}
.logo {
  font-size: 1.35rem;
  font-weight: 700;
  color: #00897b;
  margin-bottom: 0.5rem;
  letter-spacing: 0.5px;
  text-align: center;
}
.impacto {
  font-size: 1.25rem;
  font-weight: 700;
  color: #222;
  margin-bottom: 1rem;
  text-align: center;
  line-height: 1.2;
}
.whatsapp-btn-simples {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #25d366;
  color: #fff;
  font-weight: 700;
  padding: 1.2rem 2rem;
  border-radius: 50px;
  text-decoration: none;
  font-size: 1.18rem;
  box-shadow: 0 2px 12px rgba(37,211,102,0.13);
  transition: background 0.2s, transform 0.2s;
  margin-bottom: 1.2rem;
  width: 100%;
  max-width: 370px;
  border: none;
  outline: none;
  box-sizing: border-box;
}
.whatsapp-btn-simples:hover, .whatsapp-btn-simples:focus {
  background: #128c7e;
  transform: scale(1.03);
  outline: 2px solid #128c7e;
}
.wa-icone {
  width: 28px;
  height: 28px;
  margin-right: 0.7rem;
  filter: brightness(0) invert(1);
}
.bullets {
  list-style: none;
  padding: 0;
  margin: 0 0 1.2rem 0;
  width: 100%;
}
.bullets li {
  font-size: 1.02rem;
  margin-bottom: 0.7rem;
  display: flex;
  align-items: center;
  gap: 0.7rem;
  color: #333;
  background: #f0f7f5;
  border: 1px solid #e5edea;
  border-radius: 10px;
  padding: 0.5rem 0.7rem;
  box-sizing: border-box;
}
.bullets li svg {
  flex-shrink: 0;
  width: 20px;
  height: 20px;
  margin-right: 0.3rem;
  color: #00897b;
  display: inline-block;
}
.bullets li:last-child {
  margin-bottom: 0;
}
.dominio {
  font-size: 0.97rem;
  color: #888;
  margin-top: 0.5rem;
  margin-bottom: 0rem;
  text-align: center;
  word-break: break-all;
  display: block;
}

.dominio.desc {
  font-size: 0.85rem;
}
.footer-simples {
  text-align: center;
  color: #888;
  font-size: 0.95rem;
  padding: 1.2rem 0 0.5rem 0;
}
.fade-out {
  opacity: 0;
  transition: opacity 0.4s;
}
.fade-in {
  opacity: 1;
  transition: opacity 0.4s;
}
.bullets li:first-child {
  display: flex;
  align-items: center;
  min-height: 3.4em;
  max-height: 3.4em;
  justify-content: flex-start;
  padding-top: 0.7em;
  padding-bottom: 0.7em;
}
#destino-bullet {
  display: inline-block;
  transition: opacity 0.4s;
  font-weight: 700;
  line-height: 1.3;
  vertical-align: middle;
  overflow: hidden;
}
.bullets li.pulsar {
  background: #e0f2f0 !important;
  border-color: #c8ddd6 !important;
  transition: background 0.4s, border-color 0.4s;
}
@media (max-width: 500px) {
  .bullets li.pulsar {
    border-color: #d0e0d8 !important;
  }
  .lp-simples {
    padding: 1.2rem 1rem 1rem 1rem;
    max-width: 99vw;
    border-radius: 16px;
    border: 1px solid #d0ddd8;
    box-shadow: 0 1px 4px rgba(0,0,0,0.04);
    margin: 0.5rem;
  }
  .logo-icon {
    max-width: 140px;
    margin-bottom: 0.6rem;
  }
  .logo {
    font-size: 1.3rem;
    margin-bottom: 0.4rem;
  }
  .impacto {
    font-size: 0.95rem;
    margin-bottom: 1.2rem;
    line-height: 1.3;
  }
  .bullets li {
    font-size: 0.9rem;
    padding: 0.55rem 0.7rem;
    margin-bottom: 0.6rem;
    border: 0.5px solid #e8edea;
    border-radius: 12px;
    background: #f5f9f7;
  }
  .bullets li:last-child {
    margin-bottom: 0;
  }
  .bullets li svg {
    width: 18px;
    height: 18px;
    margin-right: 0.3rem;
  }
  .whatsapp-btn-simples {
    font-size: 1rem;
    padding: 1rem 1.5rem;
    max-width: 100%;
    margin-bottom: 1.2rem;
    border-radius: 50px;
  }
  .wa-icone {
    width: 22px;
    height: 22px;
    margin-right: 0.5rem;
  }
  .bullets {
    margin-bottom: 1rem;
    width: 100%;
  }
  .dominio {
    margin-top: 0.8rem;
  }
  #qlwapp.qlwapp-rounded.qlwapp-button .qlwapp-toggle {
    display: none;
  }
} 