body {
  font-family: 'Quicksand', sans-serif;
  margin: 0;
  background: #fffaf7;
  color: #4a4a4a;
  line-height: 1.6;
}

header, footer {
  background-color: #ffe9ec;
  padding: 20px;
  text-align: center;
}

h1, h2, h3 {
  color: #e06d84;
}

.container {
  padding: 20px;
}

.mockup {
  max-width: 350px;
  margin: 0 auto;
  border: 8px solid #ccc;
  border-radius: 20px;
  padding: 10px;
  background: white;
  height: 180px;
  overflow: hidden;
  position: relative;
}

.mockup-messages {
  display: flex;
  flex-direction: column;
  transition: transform 0.7s cubic-bezier(.4,1.6,.6,1);
  will-change: transform;
}

.message {
  background: #fce4ec;
  margin: 10px 0;
  padding: 10px;
  border-radius: 10px;
  text-align: left;
}

.carousel {
  display: flex;
  overflow-x: auto;
  gap: 10px;
  padding: 10px 0;
}

.carousel img {
  height: 480px;
  border-radius: 10px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}

.faq-list {
  display: flex;
  flex-direction: column;
  gap: 12px;
  align-items: stretch;
}

.faq-item {
  cursor: pointer;
  background: #fffafc;
  border: 1.5px solid #ffd6dc;
  border-radius: 12px;
  padding: 14px 18px;
  margin-bottom: 0;
  display: flex;
  align-items: center;
  gap: 12px;
  font-weight: bold;
  color: #e06d84;
  font-size: 1.08em;
  text-align: left;
  transition: background 0.2s, box-shadow 0.2s;
  box-shadow: 0 2px 8px #ffd6dc22;
  position: relative;
}

.faq-item.open {
  background: #ffe9ec;
  box-shadow: 0 4px 16px #ffd6dc33;
}

.faq-arrow {
  margin-left: auto;
  font-size: 1.2em;
  color: #e06d84;
  transition: transform 0.3s;
}

.faq-item.open .faq-arrow {
  transform: rotate(90deg);
}

.faq-answer {
  display: none;
  padding: 10px 0 0 32px;
  font-size: 0.98em;
  color: #4a4a4a;
  font-weight: normal;
  text-align: left;
}

.faq-item.open .faq-answer {
  display: block;
}

.testimonials {
  margin-top: 40px;
}

.testimonial-item {
  background: white;
  border-left: 4px solid #f9b4c5;
  padding: 10px 15px;
  border-radius: 8px;
  margin-bottom: 15px;
}

.stars {
  color: gold;
  margin-bottom: 5px;
}

.plans {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-top: 30px;
}

.plan {
  background: #fff;
  border: 2.5px solid #ffd6dc;
  border-radius: 16px;
  padding: 22px 18px 18px 18px;
  box-shadow: 0 2px 8px rgba(224,109,132,0.05);
  flex: 1;
  min-width: 220px;
  max-width: 300px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  position: relative;
  justify-content: flex-start;
}

.plan h3 {
  margin-top: 0;
}

.plan .cta-button {
  margin-top: auto;
  align-self: flex-start;
}

.cta-button {
  background-color: #e06d84;
  color: white;
  padding: 10px 20px;
  margin-top: 10px;
  border: none;
  border-radius: 10px;
  font-weight: bold;
  cursor: pointer;
  text-decoration: none;
  display: inline-block;
}

footer {
  font-size: 0.9em;
  color: #555;
}

@media (min-width: 768px) {
  .plans {
    flex-direction: row;
    justify-content: space-between;
    align-items: stretch;
    gap: 14px;
  }
}

header {
  background-color: #ffe9ec;
  padding: 8px 0 6px 0;
  text-align: center;
}
header img {
  max-width: 70px;
  margin: 6px auto 4px auto;
  display: block;
}
header h1 {
  font-size: 2rem;
  margin: 0 0 4px 0;
}
.header-highlight {
  font-weight: bold;
  color: #e06d84;
  font-size: 1.1em;
  text-shadow: 0 1px 6px #fff1f3;
  letter-spacing: 0.5px;
  margin-bottom: 0;
  display: inline-block;
  margin-top: 0;
}

/* Quadro de destaque para oferta */
.highlight-offer {
  background: #fff1f3;
  border: 2px solid #ffd6dc;
  border-radius: 16px;
  padding: 18px 24px;
  margin: 24px auto 18px auto;
  max-width: 420px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  box-shadow: 0 2px 12px rgba(224,109,132,0.07);
  font-size: 1.18em;
}
.offer-icon {
  font-size: 2em;
}
.offer-text {
  font-weight: bold;
  color: #e06d84;
}
.cta-offer-btn {
  background: #e06d84;
  color: #fff;
  border: none;
  border-radius: 10px;
  padding: 10px 18px;
  margin-left: 12px;
  font-weight: bold;
  text-decoration: none;
  font-size: 1em;
  box-shadow: 0 2px 8px rgba(224,109,132,0.08);
  transition: background 0.2s;
}
.cta-offer-btn:hover {
  background: #d1556e;
}

/* Botão flutuante WhatsApp */
.whatsapp-float {
  position: fixed;
  right: 24px;
  bottom: 24px;
  z-index: 1000;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  width: 100vw;
  pointer-events: none;
}
.whatsapp-btn {
  display: flex;
  align-items: center;
  background: #25d366;
  color: #fff;
  border-radius: 32px;
  box-shadow: 0 4px 16px rgba(37,211,102,0.13);
  padding: 12px 18px 12px 12px;
  text-decoration: none;
  font-weight: 600;
  font-size: 1.08em;
  transition: background 0.2s, box-shadow 0.2s;
  margin-left: auto;
  pointer-events: auto;
}
.whatsapp-btn:hover {
  background: #1ebe5d;
  box-shadow: 0 6px 20px rgba(37,211,102,0.18);
}
.whatsapp-icon {
  width: 32px;
  height: 32px;
  margin-right: 10px;
  filter: drop-shadow(0 2px 4px rgba(0,0,0,0.08));
}
.whatsapp-text {
  white-space: nowrap;
  font-size: 1em;
  color: #fff;
  text-shadow: 0 1px 6px #1ebe5d33;
}

@media (max-width: 600px) {
  header {
    padding: 4px 0 2px 0;
  }
  header img {
    max-width: 54px;
    margin: 2px auto 2px auto;
  }
  .header-highlight {
    font-size: 1em;
    margin-bottom: 0;
    margin-top: 0;
  }
  .container > img,
  .container > .info-box,
  .container > .mockup,
  .container > .section-title,
  .container > .carousel-wrapper,
  .container > .highlight-offer {
    margin-top: 10px !important;
    margin-bottom: 10px !important;
  }
  .highlight-offer {
    flex-direction: column;
    align-items: center;
    gap: 10px;
    padding: 14px 6px;
    font-size: 1em;
    max-width: 98vw;
  }
  .highlight-offer .offer-icon {
    display: block;
    margin: 0 auto 0 auto;
    text-align: center;
    width: 100%;
  }
  .highlight-offer .cta-offer-btn {
    margin-left: 0;
    width: 100%;
    font-size: 1em;
    padding: 12px 0;
    text-align: center;
  }
  .highlight-offer .offer-text {
    text-align: center;
    width: 100%;
    display: block;
  }
  .carousel-btn svg {
    width: 18px !important;
    height: 18px !important;
    display: block !important;
  }
  .carousel-btn {
    width: 36px;
    height: 36px;
    font-size: 1.2rem;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
  }
  .whatsapp-float {
    left: auto;
    right: 0;
    margin: 0;
    bottom: 18px;
    width: 100vw;
    max-width: 100vw;
    justify-content: flex-end;
  }
  .whatsapp-btn {
    width: auto;
    max-width: 95vw;
    font-size: 1em;
    padding: 12px 18px 12px 12px;
    text-align: right;
    white-space: normal;
    margin-left: auto;
  }
  .modal-comparativo-content {
    padding-bottom: 80px;
  }
  .comparativo-modal-cta {
    margin-bottom: 0;
    margin-top: 18px;
    width: 100%;
    box-sizing: border-box;
  }
}

/* Sessão de pacotes padronizada */
.plans-section {
  background: #fffaf7;
  padding: 30px 0 10px 0;
  margin-top: 40px;
  border-radius: 18px;
  box-shadow: 0 2px 12px rgba(224,109,132,0.04);
}
.plans-title {
  text-align: center;
  font-size: 2rem;
  color: #e06d84;
  font-weight: bold;
  margin-bottom: 18px;
  margin-top: 0;
}
.plans-benefits {
  background: #ffe9ec;
  border-radius: 15px;
  max-width: 800px;
  margin: 0 auto 30px auto;
  padding: 22px 30px 18px 30px;
  list-style: none;
  font-size: 1.08em;
  color: #555;
  box-shadow: 0 2px 8px rgba(224,109,132,0.06);
}
.plans-benefits li {
  margin-bottom: 8px;
  line-height: 1.6;
}
.plan-registros {
  font-size: 1.1rem;
  font-weight: bold;
  color: #4a4a4a;
  margin-bottom: 2px;
}
.plan-preco {
  font-size: 1.15rem;
  font-weight: bold;
  color: #e06d84;
  margin-bottom: 2px;
}
.plan-unidade {
  font-size: 0.95em;
  color: #888;
  font-weight: normal;
}
.plan-info {
  font-size: 0.98em;
  color: #555;
  margin-bottom: 6px;
}
.plan-economia {
  font-size: 0.93em;
  color: #e06d84;
  margin-bottom: 8px;
}
.mais-vendido {
  position: absolute;
  top: -16px;
  left: -8px;
  background: #e06d84;
  color: #fff;
  padding: 4px 12px;
  border-radius: 8px;
  font-size: 0.85em;
  font-weight: bold;
  z-index: 2;
  box-shadow: 0 2px 8px #ffd6dc44;
}
.plan.destaque {
  border: 2.5px solid #e06d84;
  background: #fff1f3;
}
.plan-registros {
  font-size: 1.1rem;
  font-weight: bold;
  color: #4a4a4a;
  margin-bottom: 2px;
}
.plan-preco {
  font-size: 1.15rem;
  font-weight: bold;
  color: #e06d84;
  margin-bottom: 2px;
}
.plan-unidade {
  font-size: 0.95em;
  color: #888;
  font-weight: normal;
}
.plan-info {
  font-size: 0.98em;
  color: #555;
  margin-bottom: 6px;
}
.plan-economia {
  font-size: 0.93em;
  color: #e06d84;
  margin-bottom: 8px;
}
.plan.destaque {
  border: 2.5px solid #e06d84;
  background: #fff1f3;
}
.cta-button.destaque {
  background: #e06d84;
  color: #fff;
}
.plans-pagamento {
  margin-top: 18px;
  text-align: center;
  font-size: 0.98em;
  color: #555;
}
@media (max-width: 600px) {
  .plans-section {
    padding: 18px 0 6px 0;
  }
  .plans-benefits {
    padding: 12px 8px 10px 8px;
    font-size: 0.98em;
  }
  .plans {
    flex-direction: column;
    gap: 8px;
  }
  .plan {
    padding: 14px 8px 12px 8px;
    min-width: 0;
    max-width: 100%;
  }
}

/* Corrigir máscara do celular e centralização */
.carousel-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 0;
}
.carousel {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0;
  overflow: hidden;
  width: 340px;
  height: 600px;
  position: relative;
  transition: all 0.3s;
}
.cellphone-frame {
  background: #222;
  border: 8px solid #bbb;
  border-radius: 36px;
  box-shadow: 0 6px 32px #0002, 0 1.5px 0 #fff inset;
  width: 320px;
  height: 580px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 8px;
  position: relative;
  flex-shrink: 0;
}
.cellphone-frame img {
  width: 296px;
  height: 568px;
  object-fit: cover;
  border-radius: 28px;
  background: #fff;
  box-shadow: 0 2px 8px #0001;
}
.carousel-nav {
  display: flex;
  justify-content: center;
  gap: 18px;
  margin-top: 10px;
}
.carousel-btn {
  background: #e06d84;
  color: #fff;
  border: none;
  border-radius: 50%;
  width: 44px;
  height: 44px;
  font-size: 1.7rem;
  cursor: pointer;
  box-shadow: 0 2px 8px #e06d8440;
  transition: background 0.2s, box-shadow 0.2s, transform 0.15s;
  display: flex;
  align-items: center;
  justify-content: center;
  outline: none;
}
.carousel-btn:active {
  transform: scale(0.93);
}
.carousel-btn:hover, .carousel-btn:focus {
  background: #d1556e;
  box-shadow: 0 6px 20px #e06d8440;
}
.carousel-btn svg {
  width: 22px;
  height: 22px;
  display: block;
}
@media (max-width: 600px) {
  .carousel-btn {
    width: 36px;
    height: 36px;
    font-size: 1.2rem;
  }
  .carousel-btn svg {
    width: 16px;
    height: 16px;
  }
}

/* Carrossel vertical de depoimentos: mostrar 3 depoimentos */
.testimonials {
  position: relative;
  min-height: 180px;
  margin-bottom: 18px;
}
.testimonials-carousel {
  max-height: 390px;
  min-height: 180px;
  height: auto;
  overflow-y: auto;
  padding: 24px 8px 18px 8px;
  box-sizing: border-box;
}
.testimonials-inner {
  min-height: unset;
  max-height: unset;
  height: auto;
  gap: 18px;
}
.testimonial-item {
  background: #fff1f3;
  border: 1.5px solid #ffd6dc;
  border-radius: 14px;
  padding: 18px 18px 12px 18px;
  margin: 0 auto;
  box-shadow: 0 2px 8px #ffd6dc33;
  width: 98%;
  max-width: 370px;
  font-size: 1.08em;
  color: #4a4a4a;
  min-height: 70px;
  display: flex;
  flex-direction: column;
  align-items: center;
  opacity: 1;
  justify-content: flex-start;
  word-break: break-word;
  overflow-wrap: break-word;
  margin-bottom: 0;
  text-align: center;
  position: relative;
  z-index: 1;
}
.stars {
  color: gold;
  margin-bottom: 6px;
  font-size: 1.1em;
  width: 100%;
  display: block;
  text-align: center;
}
.testimonial-item > div:last-child {
  font-size: 0.98em;
  color: #888;
  margin-top: 8px;
  width: 100%;
  word-break: break-word;
  overflow-wrap: break-word;
  text-align: center;
}
@media (max-width: 600px) {
  .testimonials-carousel {
    max-height: 330px;
    min-height: 120px;
    padding: 10px 2px 8px 2px;
  }
  .testimonials-inner {
    min-height: unset;
    max-height: unset;
    height: auto;
    gap: 12px;
  }
  .testimonial-item {
    max-width: 98vw;
    padding: 12px 4vw 10px 4vw;
    font-size: 0.98em;
  }
}

.section-title {
  text-align: center;
  color: #e06d84;
  font-size: 1.5rem;
  font-weight: bold;
  margin-bottom: 18px;
  margin-top: 0;
}

.info-box {
  background: #fff1f3;
  border: 2px solid #ffd6dc;
  border-radius: 18px;
  max-width: 600px;
  margin: 36px auto 32px auto;
  padding: 28px 32px 22px 32px;
  box-shadow: 0 2px 12px rgba(224,109,132,0.06);
  text-align: center;
  width: 100%;
  box-sizing: border-box;
}
.info-title {
  color: #e06d84;
  font-size: 1.4rem;
  font-weight: bold;
  margin-bottom: 10px;
}
.info-text {
  color: #4a4a4a;
  font-size: 1.08rem;
  margin: 0;
}
@media (max-width: 600px) {
  .info-box {
    padding: 16px 8px 12px 8px;
    max-width: 98vw;
  }
  .info-title {
    font-size: 1.1rem;
  }
  .info-text {
    font-size: 0.98rem;
  }
}

.share-float {
  position: fixed;
  right: 24px;
  bottom: 90px;
  z-index: 1100;
}
.share-btn {
  background: #e06d84;
  color: #fff;
  border: none;
  border-radius: 32px;
  box-shadow: 0 4px 16px rgba(224,109,132,0.13);
  padding: 12px 22px 12px 16px;
  font-weight: 600;
  font-size: 1.08em;
  cursor: pointer;
  display: flex;
  align-items: center;
  gap: 8px;
  transition: background 0.2s, box-shadow 0.2s;
}
.share-btn:hover {
  background: #d1556e;
}
.share-icon {
  font-size: 1.3em;
}
.share-modal-bg {
  display: none;
  position: fixed;
  top: 0; left: 0; right: 0; bottom: 0;
  background: rgba(0,0,0,0.18);
  z-index: 1200;
}
.share-modal {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  justify-content: center;
  align-items: center;
  background: none;
  z-index: 2100;
}
.share-modal.aberto {
  display: flex !important;
}
.share-modal-content {
  background: #fffaf7;
  border-radius: 24px;
  box-shadow: 0 8px 32px #e06d8440;
  min-width: 320px;
  max-width: 96vw;
  max-height: 92vh;
  overflow-y: auto;
  padding: 32px 18px 22px 18px;
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
}
.close-share-modal {
  position: absolute;
  top: 10px;
  right: 14px;
  background: none;
  border: none;
  font-size: 1.6em;
  color: #e06d84;
  cursor: pointer;
}
.share-modal h3 {
  margin-top: 0;
  color: #e06d84;
  font-size: 1.15em;
  margin-bottom: 12px;
}
#share-link {
  width: 100%;
  padding: 8px 10px;
  border: 1.5px solid #ffd6dc;
  border-radius: 8px;
  font-size: 1em;
  margin-bottom: 18px;
  color: #4a4a4a;
  background: #fffaf7;
}
.share-modal-actions {
  display: flex;
  gap: 12px;
  margin-bottom: 8px;
}
.copy-link-btn {
  background: #e0b36b;
  color: #fff;
  border: none;
  border-radius: 8px;
  padding: 8px 16px;
  font-weight: bold;
  font-size: 1em;
  cursor: pointer;
  transition: background 0.2s;
}
.copy-link-btn:hover {
  background: #c99a4a;
}
.whatsapp-share-btn {
  background: #25d366;
  color: #fff;
  border: none;
  border-radius: 8px;
  padding: 8px 16px;
  font-weight: bold;
  font-size: 1em;
  text-decoration: none;
  display: inline-block;
  transition: background 0.2s;
}
.whatsapp-share-btn:hover {
  background: #1ebe5d;
}
.share-copied-msg {
  color: #25d366;
  font-size: 0.98em;
  margin-top: 4px;
  font-weight: bold;
}
@media (max-width: 600px) {
  .share-float {
    right: 10px;
    bottom: 70px;
  }
  .share-modal {
    min-width: 0;
    width: 96vw;
  }
  .share-modal-content {
    padding: 16px 6px 12px 6px;
  }
}

.share-float.left {
  left: 24px;
  right: auto;
  justify-content: flex-start;
  align-items: center;
  width: auto;
  max-width: 95vw;
  display: flex;
  z-index: 1002;
}
@media (max-width: 600px) {
  .share-float.left {
    left: 0;
    right: auto;
    transform: none;
    bottom: 74px;
    width: auto;
    max-width: 95vw;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    z-index: 1002;
  }
  .share-btn {
    width: auto;
    max-width: 95vw;
    font-size: 1em;
    padding: 12px 0 12px 16px;
    text-align: left;
    white-space: normal;
  }
}

.testimonials-carousel.info-box {
  padding: 0;
  min-height: 390px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.testimonials-inner {
  display: flex;
  flex-direction: column;
  transition: transform 0.7s cubic-bezier(.4,1.6,.6,1);
  will-change: transform;
  align-items: center;
}
#faq-list.info-box {
  padding: 18px 32px 10px 32px;
  min-height: 120px;
}
@media (max-width: 600px) {
  .testimonials-carousel.info-box {
    min-height: 330px;
  }
  #faq-list.info-box {
    padding: 10px 4px 6px 4px;
  }
}

.container > img,
.container > .info-box,
.container > .mockup,
.container > .section-title,
.container > .carousel-wrapper,
.container > .highlight-offer {
  margin-top: 18px;
  margin-bottom: 18px;
}

.highlight-info {
  text-align: center;
  color: #e06d84;
  font-size: 1.18em;
  font-weight: bold;
  margin: 24px auto 18px auto;
  max-width: 700px;
  background: #fff1f3;
  border: 1.5px solid #ffd6dc;
  border-radius: 14px;
  padding: 18px 24px;
  box-shadow: 0 2px 8px #ffd6dc22;
}
@media (max-width: 600px) {
  .highlight-info {
    font-size: 1em;
    padding: 10px 6px;
    margin: 14px 0 10px 0;
  }
}

.planilha-beneficio {
  background: #e6f4ea;
  border: 1.5px solid #7ecb8f;
  border-radius: 10px;
  padding: 18px 12px 12px 12px;
  margin: 12px 0 8px 0;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 10px;
  font-size: 1.04em;
  color: #137333;
  font-weight: bold;
  box-shadow: 0 2px 8px #7ecb8f22;
  position: relative;
  min-height: 80px;
  animation: destaquePlanilha 1.2s cubic-bezier(.4,1.6,.6,1);
}
.planilha-beneficio-content {
  display: flex;
  align-items: center;
  gap: 10px;
}
.planilha-ribbon {
  position: absolute;
  top: -14px;
  left: -14px;
  background: linear-gradient(90deg, #ffb347 80%, #fffbe6 100%);
  color: #7a3e00;
  font-size: 1em;
  font-weight: bold;
  padding: 5px 22px 5px 18px;
  border-radius: 14px 2px 14px 2px;
  box-shadow: 0 2px 8px #ffb34733;
  transform: rotate(-12deg);
  z-index: 2;
  letter-spacing: 1px;
  border: 2px solid #fffbe6;
}
.planilha-icon {
  width: 28px;
  height: 28px;
  display: inline-block;
}
@keyframes destaquePlanilha {
  0% { transform: scale(0.8); opacity: 0; }
  60% { transform: scale(1.08); opacity: 1; }
  100% { transform: scale(1); }
}

.planilha-bonus {
  display: inline-block;
  background: #ffb347;
  color: #7a3e00;
  font-size: 0.98em;
  font-weight: bold;
  padding: 3px 14px 3px 10px;
  border-radius: 12px 12px 12px 2px;
  margin-bottom: 6px;
  margin-left: -6px;
  box-shadow: 0 2px 8px #ffb34733;
  letter-spacing: 0.5px;
}

.app-numbers-box {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 22px 28px;
  justify-content: center;
  align-items: stretch;
  background: #fffaf7;
  border-radius: 22px;
  box-shadow: 0 2px 16px #ffd6dc33;
  padding: 28px 18px;
  margin: 32px auto 28px auto;
  max-width: 600px;
}
.app-number-card {
  background: #fffefb;
  border: 1.5px solid #ffe1e9;
  border-radius: 18px;
  box-shadow: 0 2px 8px #ffd6dc22;
  padding: 18px 12px 14px 12px;
  min-width: 0;
  max-width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}
.app-number-emoji {
  font-size: 2.2em;
  margin-bottom: 8px;
  display: block;
}
.app-number-title {
  font-size: 1.5em;
  font-weight: bold;
  color: #4a4a4a;
  margin-bottom: 4px;
}
.app-number-desc {
  font-size: 1.08em;
  color: #888;
  font-weight: 500;
}
@media (max-width: 600px) {
  .app-numbers-box {
    grid-template-columns: 1fr 1fr;
    gap: 12px 10px;
    padding: 12px 2vw;
    max-width: 99vw;
  }
  .app-number-card {
    padding: 12px 4vw 10px 4vw;
  }
}

.comparativo-bloco {
  background: #fff1f3;
  border: 2px solid #ffd6dc;
  border-radius: 16px;
  box-shadow: 0 2px 12px #ffd6dc33;
  padding: 18px 18px 12px 18px;
  margin: 24px auto 18px auto;
  max-width: 600px;
  text-align: center;
  font-size: 1.13em;
}
.comparativo-emoji {
  font-size: 1.3em;
  margin-right: 6px;
}
.comparativo-titulo {
  color: #e06d84;
  font-weight: bold;
}
.comparativo-texto {
  margin: 10px 0 8px 0;
  color: #4a4a4a;
  font-size: 1em;
}
.comparativo-saiba-mais {
  color: #e06d84;
  font-weight: bold;
  text-decoration: underline;
  cursor: pointer;
  font-size: 1.08em;
  display: inline-block;
  margin-top: 6px;
}
.comparativo-saiba-mais:hover {
  text-decoration: none;
  color: #d1556e;
}

.modal-comparativo-overlay {
  display: none;
  position: fixed;
  top: 0; left: 0; right: 0; bottom: 0;
  background: rgba(0,0,0,0.32);
  z-index: 2000;
}
.modal-comparativo {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  justify-content: center;
  align-items: center;
  background: none;
  z-index: 2100;
}
.modal-comparativo.aberto {
  display: flex !important;
}
.modal-comparativo.aberto, .modal-comparativo-overlay {
  touch-action: none;
}
body.modal-aberto {
  overflow: hidden !important;
  position: fixed;
  width: 100vw;
}
.modal-comparativo-content {
  background: #fffaf7;
  border-radius: 24px;
  box-shadow: 0 8px 32px #e06d8440;
  min-width: 320px;
  max-width: 96vw;
  max-height: 92vh;
  overflow-y: auto;
  padding: 32px 18px 32px 18px;
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
}
.modal-comparativo-fechar {
  position: absolute;
  top: 12px;
  right: 18px;
  background: none;
  border: none;
  font-size: 2em;
  color: #e06d84;
  cursor: pointer;
  z-index: 2;
}
.modal-comparativo-mascote {
  max-width: 90px;
  margin-bottom: 10px;
  display: block;
}
.comparativo-tabela {
  width: 100%;
  border-collapse: collapse;
  margin: 18px 0 10px 0;
  background: #fff;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 2px 8px #ffd6dc22;
}
.comparativo-tabela th, .comparativo-tabela td {
  padding: 10px 8px;
  text-align: left;
  font-size: 1em;
}
.comparativo-tabela th {
  background: #ffe9ec;
  color: #e06d84;
  font-weight: bold;
  text-align: center;
  font-size: 1.08em;
}
.comparativo-tabela tr:not(:last-child) td {
  border-bottom: 1px solid #ffe1e9;
}
.comparativo-tabela td {
  color: #4a4a4a;
  vertical-align: top;
}
.comparativo-tabela .comparativo-icone {
  text-align: center;
  font-size: 1.2em;
}
.comparativo-tabela tr td:first-child {
  width: 38px;
}
.comparativo-tabela tr td:nth-child(2),
.comparativo-tabela tr td:nth-child(3) {
  width: 40%;
}
.comparativo-destaque {
  background: #fff1f3;
  border-radius: 10px;
  padding: 10px 12px;
  margin: 12px 0 0 0;
  color: #e06d84;
  font-weight: bold;
  text-align: center;
  font-size: 1.08em;
}
.comparativo-modal-cta {
  background: #e06d84;
  color: #fff;
  border: none;
  border-radius: 12px;
  padding: 14px 24px;
  font-size: 1.1em;
  font-weight: bold;
  margin-top: 18px;
  margin-bottom: 0;
  cursor: pointer;
  box-shadow: 0 2px 8px #ffd6dc33;
  transition: background 0.2s;
}
.comparativo-modal-cta:hover {
  background: #d1556e;
}
@media (max-width: 600px) {
  .modal-comparativo-content {
    padding-top: 48px;
    padding-bottom: 90px;
    min-width: 0;
    width: 96vw;
    max-height: 92vh;
    overflow-y: auto;
    position: relative;
  }
  .modal-comparativo-fechar {
    position: fixed;
    top: 18px;
    right: 18px;
    z-index: 9999;
    background: #fffaf7;
    border-radius: 50%;
    width: 44px;
    height: 44px;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 2px 8px #ffd6dc33;
    font-size: 2em;
  }
  .comparativo-modal-cta {
    position: sticky;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    margin-bottom: 0;
    margin-top: 18px;
    box-sizing: border-box;
    z-index: 10;
  }
  .comparativo-tabela th, .comparativo-tabela td {
    padding: 7px 3px;
    font-size: 0.97em;
  }
  .modal-comparativo-mascote {
    max-width: 60px;
  }
  .comparativo-modal-cta {
    padding: 12px 8px;
    font-size: 1em;
  }
}

/* Modal de Feedback */
.feedback-btn {
  background: #e06d84;
  color: #fff;
  border: none;
  border-radius: 8px;
  padding: 10px 18px;
  font-weight: bold;
  cursor: pointer;
  font-size: 1em;
  display: flex;
  align-items: center;
  gap: 6px;
  transition: background 0.2s;
  margin: 0 auto;
}
.feedback-btn:hover {
  background: #d1556e;
}
.feedback-modal-bg, .feedback-thanks-modal-bg {
  display: none;
  position: fixed;
  top: 0; left: 0; right: 0; bottom: 0;
  background: rgba(0,0,0,0.18);
  z-index: 1200;
}
.feedback-modal, .feedback-thanks-modal {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  justify-content: center;
  align-items: center;
  background: none;
  z-index: 2100;
}
.feedback-modal.aberto, .feedback-thanks-modal.aberto {
  display: flex !important;
}
.feedback-modal-content, .feedback-thanks-modal-content {
  background: #fffaf7;
  border-radius: 24px;
  box-shadow: 0 8px 32px #e06d8440;
  min-width: 320px;
  max-width: 96vw;
  max-height: 92vh;
  overflow-y: auto;
  padding: 32px 18px 22px 18px;
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
}
.close-feedback-modal, .feedback-close-thanks {
  position: absolute;
  top: 10px;
  right: 14px;
  background: none;
  border: none;
  font-size: 1.6em;
  color: #e06d84;
  cursor: pointer;
}
.feedback-title {
  color: #e06d84;
  font-size: 1.3em;
  font-weight: bold;
  margin-bottom: 18px;
  text-align: center;
}
.feedback-label {
  color: #e06d84;
  font-weight: 600;
  margin-bottom: 6px;
  display: block;
  font-size: 1.08em;
}
.feedback-stars {
  display: flex;
  gap: 6px;
  font-size: 2em;
  justify-content: center;
  margin: 8px 0 0 0;
  color: #ffd700;
  cursor: pointer;
}
.feedback-stars span {
  color: #ccc;
  cursor: pointer;
  font-size: 2em;
  transition: color 0.2s;
  user-select: none;
}
.feedback-stars span.selected,
.feedback-stars span.hover {
  color: gold !important;
}
.feedback-stars span:not(.selected):not(.hover) {
  color: #ccc !important;
}
.feedback-nps {
  display: flex;
  gap: 6px;
  justify-content: center;
  margin: 8px 0 0 0;
}
.feedback-nps span {
  background: #fff1f3;
  border: 1.5px solid #ffd6dc;
  border-radius: 50%;
  width: 32px;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  color: #e06d84;
  font-size: 1.1em;
  cursor: pointer;
  transition: background 0.2s, color 0.2s;
}
.feedback-nps span.selected, .feedback-nps span:hover {
  background: #e06d84;
  color: #fff;
}
.feedback-textarea {
  width: 100%;
  max-width: 100%;
  min-width: 0;
  box-sizing: border-box;
  min-height: 60px;
  border-radius: 10px;
  border: 1.5px solid #ffd6dc;
  padding: 10px;
  font-size: 1em;
  margin-top: 6px;
  background: #fffaf7;
  color: #4a4a4a;
  resize: vertical;
  font-family: 'Quicksand', sans-serif;
}
.feedback-submit {
  background: #25d366;
  color: #fff;
  border: none;
  border-radius: 10px;
  padding: 12px 0;
  width: 100%;
  font-size: 1.1em;
  font-weight: bold;
  margin-top: 18px;
  cursor: pointer;
  box-shadow: 0 2px 8px #25d36633;
  transition: background 0.2s;
}
.feedback-submit:hover {
  background: #1ebe5d;
}
@media (max-width: 600px) {
  .feedback-modal-content, .feedback-thanks-modal-content {
    padding: 16px 6px 12px 6px;
    min-width: 0;
    width: 96vw;
  }
  .feedback-title {
    font-size: 1.1em;
  }
  .feedback-label {
    font-size: 1em;
  }
  .feedback-stars {
    font-size: 1.5em;
  }
  .feedback-nps span {
    width: 26px;
    height: 26px;
    font-size: 1em;
  }
}

.plans-promos {
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
  justify-content: center;
  margin: 32px 0 18px 0;
}
.plan-card {
  background: #fff;
  border: 2.5px solid #ffd6dc;
  border-radius: 18px;
  box-shadow: 0 2px 12px #ffd6dc33;
  padding: 28px 22px 22px 22px;
  min-width: 220px;
  max-width: 270px;
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  text-align: center;
  transition: box-shadow 0.2s, border 0.2s;
}
.plan-card.destaque {
  border: 2.5px solid #e06d84;
  box-shadow: 0 4px 18px #ffd6dc55;
  background: #fff1f3;
}
.plan-badge {
  background: #e06d84;
  color: #fff;
  font-size: 0.98em;
  font-weight: bold;
  border-radius: 10px;
  padding: 4px 16px;
  position: absolute;
  top: -18px;
  left: 50%;
  transform: translateX(-50%);
  box-shadow: 0 2px 8px #ffd6dc44;
  letter-spacing: 0.5px;
}
.plan-badge.mais-vendido {
  background: #ffe0b2;
  color: #b26a00;
  font-size: 1em;
  padding: 4px 18px;
  border-radius: 12px;
  top: -22px;
  display: flex;
  align-items: center;
  gap: 6px;
  box-shadow: 0 2px 12px #ff980044;
}
.plan-nome {
  font-size: 1.25em;
  font-weight: bold;
  color: #e06d84;
  margin: 18px 0 8px 0;
}
.plan-precos {
  margin-bottom: 6px;
}
.plan-antigo {
  color: #aaa;
  text-decoration: line-through;
  font-size: 1.1em;
  margin-right: 8px;
}
.plan-atual {
  color: #222;
  font-size: 1.5em;
  font-weight: bold;
  background: #fff1f3;
  border-radius: 8px;
  padding: 2px 10px;
}
.plan-economia {
  color: #1ebe5d;
  font-weight: bold;
  font-size: 1.08em;
  margin-bottom: 8px;
}
.plan-desc {
  color: #e06d84;
  font-size: 0.98em;
  margin-bottom: 18px;
}
.plan-cta {
  background: #e06d84;
  color: #fff;
  border: none;
  border-radius: 10px;
  padding: 12px 0;
  width: 100%;
  font-size: 1.08em;
  font-weight: bold;
  text-decoration: none;
  box-shadow: 0 2px 8px #ffd6dc33;
  transition: background 0.2s;
  margin-top: auto;
  display: block;
}
.plan-cta:hover {
  background: #d1556e;
}
@media (max-width: 900px) {
  .plans-promos {
    flex-direction: column;
    align-items: center;
    gap: 18px;
  }
  .plan-card {
    max-width: 98vw;
    min-width: 0;
    width: 98vw;
    margin-bottom: 22px;
  }
}
@media (max-width: 600px) {
  .plans-promos {
    flex-direction: column;
    align-items: center;
    gap: 18px;
  }
  .plan-card {
    width: 100%;
    max-width: 98vw;
    min-width: 0;
    box-sizing: border-box;
    padding: 16px 4vw 14px 4vw;
    margin-bottom: 22px;
  }
}

.promo-mes {
  display: block;
  margin: 18px auto 18px auto;
  background: #fff3cd;
  color: #b26a00;
  font-weight: bold;
  font-size: 1.18em;
  padding: 7px 22px;
  border-radius: 18px;
  border: 2px solid #ffe082;
  box-shadow: 0 2px 12px #ffe08255;
  letter-spacing: 0.5px;
  text-shadow: 0 1px 6px #fffbe6;
  text-align: center;
}

.promo-mes-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 22px;
  margin: 18px 0;
}
#contador {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  font-size: 1.45em;
  color: #fff;
  font-weight: bold;
  background: linear-gradient(90deg, #ffb300 0%, #ff6f00 100%);
  border: 3px solid #ff9800;
  border-radius: 22px;
  padding: 14px 36px;
  box-shadow: 0 4px 24px #ff980055, 0 1.5px 0 #fffbe6 inset;
  letter-spacing: 1.5px;
  animation: pulseContadorPromo 1.2s infinite alternate;
  text-align: center;
  margin: 0 auto 18px auto;
  max-width: 98vw;
  position: relative;
  z-index: 2;
  transition: box-shadow 0.2s, background 0.2s;
}
#contador::before {
  content: '⏰';
  font-size: 1.2em;
  margin-right: 10px;
  display: inline-block;
  vertical-align: middle;
  filter: drop-shadow(0 2px 4px #ff980055);
}
@keyframes pulseContadorPromo {
  0% { box-shadow: 0 4px 24px #ff980055, 0 1.5px 0 #fffbe6 inset; }
  60% { box-shadow: 0 8px 32px #ff980099, 0 1.5px 0 #fffbe6 inset; }
  100% { box-shadow: 0 4px 24px #ff980055, 0 1.5px 0 #fffbe6 inset; }
}
@media (max-width: 600px) {
  #contador {
    font-size: 1.08em;
    padding: 10px 8px;
    border-radius: 16px;
    max-width: 99vw;
  }
  #contador::before {
    font-size: 1em;
    margin-right: 7px;
  }
}

/* --- Modal Termos de Uso e Políticas de Privacidade --- */
.termos-modal-bg {
  display: none;
  position: fixed;
  top: 0; left: 0; right: 0; bottom: 0;
  background: rgba(0,0,0,0.18);
  z-index: 1200;
}
.termos-modal {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  justify-content: center;
  align-items: center;
  background: none;
  z-index: 2100;
}
.termos-modal.aberto, .termos-modal-bg.aberto {
  display: flex !important;
}
.termos-modal-content {
  background: #fffaf7;
  border-radius: 24px;
  box-shadow: 0 8px 32px #e06d8440;
  min-width: 320px;
  max-width: 96vw;
  max-height: 92vh;
  overflow-y: auto;
  padding: 32px 18px 32px 18px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  position: relative;
}
@media (max-width: 600px) {
  .termos-modal-content {
    padding: 18px 12px 12px 12px;
    max-height: 85vh;
  }
  .close-termos-modal {
    top: 6px;
    right: 8px;
  }
}
/* --- FIM Modal Termos de Uso e Políticas de Privacidade --- */

/* Estilos para o Popup de Plano por URL */
.plano-popup-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.6);
  z-index: 1000;
  opacity: 0;
  transition: opacity 0.3s ease;
  display: none;
}
.plano-popup-overlay.aberto {
  display: block;
  opacity: 1;
}

.plano-popup {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(0.9);
  background: #fffaf7;
  border-radius: 16px;
  box-shadow: 0 5px 20px rgba(0,0,0,0.2);
  z-index: 1001;
  width: 90%;
  max-width: 400px;
  opacity: 0;
  transition: opacity 0.3s ease, transform 0.3s ease;
  display: none;
}
.plano-popup.aberto {
  display: block;
  opacity: 1;
  transform: translate(-50%, -50%) scale(1);
}

.plano-popup-content {
  padding: 40px 25px 25px 25px;
  position: relative;
  text-align: center;
  max-height: 85vh;
  overflow-y: auto;
}

.plano-popup-fechar {
  position: absolute;
  top: 10px;
  right: 15px;
  background: none;
  border: none;
  font-size: 2.2em;
  color: #aaa;
  cursor: pointer;
  line-height: 1;
}
.plano-popup-fechar:hover {
  color: #333;
}

/* Reutilizando e ajustando estilos do card para o popup */
.plano-popup .plan-nome {
  font-size: 1.8em;
  font-weight: 700;
  margin-bottom: 8px;
}
.plano-popup .plan-precos {
  margin-bottom: 8px;
}
.plano-popup .plan-cta {
  display: block;
  width: 100%;
  margin: 20px 0 10px 0;
}
.plano-popup .plan-desc {
  font-size: 1em;
}
.plano-popup .planilha-beneficio {
  margin-top: 15px;
}

/* Modal Indique um Amigo */
.modal-indique-bg {
  display: none; position: fixed; top:0; left:0; width:100vw; height:100vh;
  background: rgba(0,0,0,0.3); z-index: 2000;
}
.modal-indique {
  display: none; position: fixed; top: 50%; left: 50%; transform: translate(-50%,-50%);
  background: #fffefb; border-radius: 18px; box-shadow: 0 8px 32px #e06d8440;
  z-index: 2100; max-width: 95vw; width: 400px; padding: 0;
}
.modal-indique.aberto, .modal-indique-bg.aberto { display: block; }
.modal-indique-content {
  padding: 32px 24px 18px 24px;
  position: relative;
  max-height: 80vh;
  overflow-y: auto;
}
.close-indique-modal { position: absolute; top: 10px; right: 18px; background: none; border: none; font-size: 2em; color: #e06d84; cursor: pointer; }
.indique-header { text-align: center; }
.indique-mascote { max-width: 80px; margin-bottom: 10px; }
.telefone-group { display: flex; gap: 6px; margin-bottom: 10px; }
.telefone-group input { width: 25%; padding: 8px; border: 1.5px solid #ffd6dc; border-radius: 8px; font-size: 1em; }
.telefone-group input.numero { width: 50%; }
.adicionar-amigo-btn { background: #e06d84; color: #fff; border: none; border-radius: 8px; padding: 8px 16px; font-weight: bold; margin: 10px 0; cursor: pointer; }
.remover-amigo-btn { background: #ffd6dc; color: #e06d84; border: none; border-radius: 8px; padding: 4px 10px; font-weight: bold; margin-left: 8px; cursor: pointer; }
.enviar-indicacao-btn { background: #25d366; color: #fff; border: none; border-radius: 8px; padding: 10px 0; width: 100%; font-weight: bold; margin-top: 10px; cursor: pointer; }
.indique-info { font-size: 0.98em; color: #4a4a4a; margin-top: 16px; text-align: center; }

/* Modal de sucesso da indicação */
.modal-indique-sucesso-bg {
  display: none; position: fixed; top:0; left:0; width:100vw; height:100vh;
  background: rgba(0,0,0,0.3); z-index: 2200;
}
.modal-indique-sucesso {
  display: none; position: fixed; top: 50%; left: 50%; transform: translate(-50%,-50%);
  background: #fffefb; border-radius: 18px; box-shadow: 0 8px 32px #e06d8440;
  z-index: 2300; max-width: 95vw; width: 350px; padding: 0;
}
.modal-indique-sucesso.aberto, .modal-indique-sucesso-bg.aberto { display: block; }
.modal-indique-sucesso-content { padding: 32px 24px 18px 24px; position: relative; text-align: center; }
.close-indique-sucesso { position: absolute; top: 10px; right: 18px; background: none; border: none; font-size: 2em; color: #e06d84; cursor: pointer; }
.fechar-sucesso-btn { background: #e06d84; color: #fff; border: none; border-radius: 8px; padding: 10px 24px; font-weight: bold; margin-top: 18px; cursor: pointer; }

#amigos-lista {
  max-height: 220px;
  overflow-y: auto;
  margin-bottom: 10px;
}

.indique-seus-dados {
  background: #fffafc;
  border-radius: 10px;
  padding: 12px 10px 18px 10px;
  margin-bottom: 10px;
  box-shadow: 0 1px 6px #ffd6dc22;
}
.indique-divisor {
  border: none;
  border-top: 2px dashed #ffd6dc;
  margin: 10px 0 10px 0;
}
.indique-amigos-header {
  font-weight: bold;
  color: #e06d84;
  margin-bottom: 8px;
  font-size: 1.08em;
}
.telefone-usuario {
  margin-bottom: 0;
}

.indique-chamativo-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 18px;
  margin-top: 10px;
  background: linear-gradient(90deg, #fff0f5 0%, #ffe3ec 100%);
  border-radius: 16px;
  box-shadow: 0 2px 16px #ffd6dc55, 0 0 0 4px #fff6fa;
  padding: 18px 10px 12px 10px;
  position: relative;
  animation: indique-brilho 2.5s infinite alternate;
}
.indique-chamativo-btn {
  background: linear-gradient(90deg, #e06d84 60%, #ffb6c1 100%);
  color: #fff;
  font-weight: bold;
  font-size: 1.13em;
  border: none;
  border-radius: 8px;
  padding: 12px 32px;
  margin-bottom: 7px;
  box-shadow: 0 2px 8px #e06d8440;
  cursor: pointer;
  transition: transform 0.15s, box-shadow 0.15s;
  outline: none;
}
.indique-chamativo-btn:hover, .indique-chamativo-btn:focus {
  transform: scale(1.06);
  box-shadow: 0 4px 18px #e06d8480, 0 0 0 4px #fff6fa;
  filter: brightness(1.08);
}
.indique-chamativo-texto {
  color: #e06d84;
  font-size: 1.04em;
  font-weight: 600;
  margin-top: 2px;
  text-shadow: 0 1px 8px #fff, 0 0 2px #ffd6dc;
  letter-spacing: 0.01em;
  animation: indique-texto-pisca 1.8s infinite alternate;
}
@keyframes indique-brilho {
  0% { box-shadow: 0 2px 16px #ffd6dc55, 0 0 0 4px #fff6fa; }
  100% { box-shadow: 0 4px 32px #ffb6c1aa, 0 0 0 8px #fff0f5; }
}
@keyframes indique-texto-pisca {
  0% { filter: brightness(1.1); }
  100% { filter: brightness(1.35) drop-shadow(0 0 6px #fff0f5); }
} 