html {
  scroll-behavior: smooth;
}

body {
  background: #f7fcf6;
  margin: 0;
  padding: 0;
  font-family: 'Sora', Arial, Helvetica, sans-serif;
}

.topo-site {
  max-width: 370px;
  margin: 0 auto;
  text-align: center;
  padding-top: 20px;
  padding-bottom: 0;
}

.check-topo {
  width: 54px;
  margin-bottom: 12px;
  margin-top: 0;
}

.titulo-topo {
  font-size: 1.07rem;
  font-weight: 700;
  line-height: 1.28;
  margin-bottom: 10px;
  letter-spacing: 0.01em;
}

.t-rosa {
  color: #f72b86;
  font-weight: 700;
  display: inline;
}
.t-verde {
  color: #19be6d;
  font-weight: 700;
  display: inline;
}

.sub-topo {
  font-size: 1rem;
  color: #222;
  margin-bottom: 13px;
}

.logo-sitebio {
  width: 120px;
  margin: 6px auto 17px auto;
  display: block;
}



.btn-comprar {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #19be6d;
  color: #fff;
  font-weight: 700;
  font-size: 1.09rem;
  border-radius: 8px;
  padding: 12px 26px;
  margin: 15px auto 0 auto;
  text-decoration: none;
  box-shadow: 0 2px 10px #90f5c9a6;
  gap: 8px;
  transition: filter .17s;
  border: none;
  cursor: pointer;
}
.btn-comprar:hover {
  filter: brightness(.95);
}
.icone-btn {
  width: 23px;
  height: 23px;
  margin-right: 5px;
}

@media (max-width: 500px) {
  .topo-site {
    max-width: 97vw;
    padding-left: 2vw;
    padding-right: 2vw;
  }
  .video-embed {
    min-width: 98vw;
    max-width: 98vw;
    height: 55vw;
  }
}
body {
  background: #fcfdf8;
  margin: 0;
  padding: 0;
  font-family: 'Sora', Arial, Helvetica, sans-serif;
}

.topo-real {
  max-width: 530px;
  margin: 0 auto;
  text-align: center;
  padding-top: 40px;
  padding-bottom: 0;
  background: #fcfdf8;
}

.check-grande {
  width: 120px;
      margin: 20px auto 25px auto;
  display: block;
}

.titulo-gradiente {
  font-size: 2.05rem;
  font-weight: 700;
  line-height: 1.13;
  margin-bottom: 14px;
}

.texto-gradiente {
  display: inline-block;
  background: linear-gradient(90deg, #ffae34 0%, #f72b86 40%, #b72eea 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
          background-clip: text;
          color: transparent;
}
.texto-preto {
  color: #000;
  font-weight: 700;
  display: inline-block;
}
.texto-verde {
  color: #19be6d;
  font-weight: 700;
}

.seta-magenta {
  margin: 16px 0 20px 0;
}

.seta-magenta svg {
  display: inline-block;
  vertical-align: middle;
  width: 100px;
  height: 100px;
}

.sub-real {
  font-size: 1.24rem;
  color: #222;
  margin-bottom: 26px;
  font-weight: 400;
}

.logo-sitebio-real {
  width: 185px;
  margin: 20px auto 30px auto;
  display: block;

}


.cta-bloco {
  text-align: center;
  background: #f7fcf6;
  padding: 32px 0 0 0;
}

.cta-btn {
  display: inline-flex;
  align-items: center;
  background: #17c350;
  color: #fff;
  font-size: 1.45rem;
  font-weight: 700;
  border-radius: 9px;
  padding: 16px 30px 15px 28px;
  box-shadow: 0 2px 8px #1fe56825;
  text-decoration: none;
  gap: 12px;
  margin-bottom: 13px;
  transition: filter .17s, box-shadow .17s;
  border: none;
  cursor: pointer;
}
.cta-btn:hover {
  filter: brightness(.94);
  box-shadow: 0 2px 12px #14a7403a;
}
.cta-icone svg {
  display: block;
}
.cta-txt {
  font-weight: 700;
  font-size: 1.45rem;
  letter-spacing: -0.01em;
}
.cta-preco {
  color: #232323;
  font-size: 1.11rem;
  margin-top: 14px;
  margin-bottom: 20px;
}
.cta-seta svg {
  margin-top: 10px;
  display: inline-block;
  width: 36px;
  height: 36px;
}


/* Responsivo topo */
@media (max-width: 600px) {
  .topo-real {
    max-width: 97vw;
    padding-left: 1vw;
    padding-right: 1vw;
    padding-top: 22px;
  }
  .check-grande {
    width: 120px;
  }
  .titulo-gradiente {
    font-size: 24px;
        line-height: 28px;
  }
  .sub-real {
   font-size: 15px;
        text-transform: uppercase;
        color: #000;
  }
  .logo-sitebio-real {
    width: 185px;
  }
}

.comparativo-bloco {
  background: #111112;
  padding: 46px 0 0 0;
  text-align: center;
}

.comparativo-titulo {
    color: #fff;
    font-size: 30px;
    font-weight: 600;
    line-height: 31px;
    margin-bottom: 14px;
    margin-top: 40px;
}
.c-pink {
  background: linear-gradient(90deg, #ffae34 0%, #f72b86 35%, #b72eea 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
          background-clip: text;
          color: transparent;
  font-weight: 700;
}
.comparativo-desc {
  color: #e7e7e7;
  font-size: 1.08rem;
  font-weight: 400;
  line-height: 1.28;
  margin: 0 auto 28px auto;
  max-width: 380px;
}
.comparativo-imgs {
  margin: 0 auto 20px auto;
}
.comparativo-imgs img {
  width: 500px;
  max-width: 95vw;
  border-radius: 16px;
  display: block;
  margin: 0 auto;
  box-shadow: 0 7px 34px #0008;
}
.comparativo-seta {
  margin: 20px 0 0 0;
}
.comparativo-seta svg {
width: 68px;
    height: 88px;
    display: inline-block;
}

@media (max-width: 480px) {
  .comparativo-bloco {
    padding-top: 24px;
  }
  .comparativo-titulo {
            font-size: 24px;
        padding: 11px 10px;
  }
  .comparativo-desc {
   font-size: 18px;
        margin-bottom: 30px;
        margin-top: 30px;
        padding: 0px 20px;
  }
  .comparativo-imgs img {
    width: 99vw;
    border-radius: 9px;
  }
}

.modelos-bloco {
  background: #fff;
  padding: 36px 0 0 0;
  text-align: center;
}
.modelos-titulo {
  font-size: 26px;
  font-weight: 700;
  color: #191919;
  line-height: 1.15;
  margin: 0 0 30px 0;
  max-width: 480px;
  margin-left: auto;
  margin-right: auto;
}

.swiper {
  background: #fff;
}
.swiper-wrapper {
  align-items: flex-start;
}



.swiper-pagination-bullet {
  background: #f72b86 !important;
  opacity: 1 !important;
  margin: 0 5px !important;
}
.swiper-pagination-bullet-active {
  background: #19be6d !important;
}
.modelos-banner {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  background: linear-gradient(90deg,#fdc047 0%,#f72b86 100%);
  color: #191919;
  font-weight: 700;
  font-size: 1.13rem;
  padding: 11px 28px;
  border-radius: 9px;
  box-shadow: 0 3px 18px #f69ae74c;
  margin: 17px auto 0 auto;
  letter-spacing: 0.01em;
}
.modelos-banner-icone {
  display: flex;
  align-items: center;
  justify-content: center;
}
.modelos-banner-icone svg {
  display: block;
  width: 1.4em;
  height: 1.4em;
}
.modelos-seta {
  margin-top: 21px;
}
.modelos-seta svg {
  width: 32px;
  height: 32px;
  display: inline-block;
}
@media (max-width: 600px) {
  .modelos-titulo {
    font-size: 26px;
    padding: 0 5vw;
  }



  .modelos-banner {
    font-size: 20px;
    padding: 9px 11px;
  }
}






.modelos-swiper {
  width: 100vw;
  max-width: 560px;
  margin: 0 auto 24px auto;
  padding-bottom: 26px;
  box-sizing: border-box;
  overflow: visible;
}
.swiper-slide {
  width: 240px !important;  /* Agora bem maior */
  display: flex;
  justify-content: center;
  align-items: flex-start;
  transition: transform 0.22s;
}
.swiper-slide img {
  width: 100%;
  height: 450px;
  object-fit: cover;
  border-radius: 30px;
  box-shadow: 0 6px 32px #0002, 0 2px 5px #0001;
  background: #f3f3f3;
  border: none;
  display: block;
}

@media (max-width: 800px) {
  .modelos-swiper {
    max-width: 100vw;
    padding-bottom: 22px;
  }
  .swiper-slide {
    width: 180px !important;
  }
  .swiper-slide img {
    height: 190vw;
    border-radius: 18px;
  }
}
@media (max-width: 550px) {
  .swiper-slide {
    width: 94vw !important;
  }
  .swiper-slide img {
   
    min-height: 215px;
    border-radius: 16px;
  }
}

.paraquem-bloco {
  background: #111112;
  color: #fff;
  padding: 44px 0 0 0;
  text-align: center;
}
.paraquem-titulo {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 7px;
  font-size: 2.1rem;
  margin-bottom: 36px;
  font-weight: 700;
}
.logo-laranja {
  color: #ffae34;
  font-weight: 700;
  font-size: 2.1rem;
}
.paraquem-logo {
  height: 38px;
      margin: -24px 2px 0 2px;
  vertical-align: middle;
}
.titulo-rosa {
  color: #f72b86;
  font-weight: 700;
  font-size: 2.1rem;
}
.paraquem-lista {
  list-style: none;
  padding: 0 20px 0 20px;
  margin: 0 auto;
  max-width: 400px;
}
.paraquem-lista li {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  background: transparent;

  margin-bottom: 25px;
  font-size: 1.25rem;
  font-weight: 100 !important;
  padding: 0 0 18px 0;
  position: relative;
  justify-content: flex-start;
  text-align: left;
  border-bottom: 2px solid #424242;
  margin: 45px 0px;
}
.paraquem-lista li:last-child {
  border-bottom: none;
}
.icon-bullet {
  background: #191919;
  border-radius: 6px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 32px;
  min-height: 32px;
  margin-top: 3px;
  margin-right: 6px;
  box-shadow: 0 2px 10px #0002;
}
.icon-bullet svg {
  width: 18px;
  height: 18px;
}
.paraquem-texto {
    font-size: 18px;
    font-weight: 600;
    color: #fff;
    line-height: 23px;
    letter-spacing: 1px;
    padding-bottom: 30px;
}
@media (max-width: 600px) {
  .paraquem-bloco {
    padding-top: 24px;
  }
  .paraquem-titulo {
    font-size: 1.23rem;
    margin-top: 50px;
  }
  .paraquem-lista li {
    font-size: 1.07rem;
    padding-bottom: 12px;
    margin-bottom: 17px;
  }
  .paraquem-logo {
    height: 60px;
  }
}


.bonus-bloco {
  background: #fff;
  padding: 34px 0 0 0;
  text-align: center;
  max-width: 540px;
  margin: 0 auto;
}
.bonus-head {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  margin-bottom: 20px;
}
.bonus-presente {
width: 90px;
    height: 90px;
    margin-bottom: 15px;
  flex-shrink: 0;
}
.bonus-titulo {
  font-size: 1.25rem;
  font-weight: 700;
  background: linear-gradient(90deg, #fdc047 0%, #f72b86 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  color: transparent;
  display: inline-block;
  line-height: 1.1;
  text-align: center;
}
.bonus-bold {
  font-weight: 900;
  letter-spacing: -1px;
}
.bonus-texto {
  font-size: 1.08rem;
  color: #181818;
  line-height: 1.23;
  font-weight: 400;
  margin: 0 auto 15px auto;
  max-width: 430px;
  text-align: center;
}
.bonus-texto b {
  font-weight: 800;
}
.bonus-preco-row {
  font-size: 2.05rem;
  margin-bottom: 10px;
  margin-top: 3px;
  text-align: center;
}
.bonus-preco-antigo {
 color: #ff0202;
    font-size: 34px;
  text-decoration: line-through;
  font-weight: 600;
  margin-right: 14px;
  vertical-align: middle;
}
.bonus-preco-novo {
    color: #111;
    font-size: 32px !important;
    font-weight: 700;
    vertical-align: middle;
    letter-spacing: -2px;
}
.bonus-chatgpt {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  font-weight: 700;
  color: #111;
  font-size: 1.02rem;
  margin-bottom: 7px;
}
.bonus-chatgpt-logo {
  width: 27px;
  height: 27px;
  display: inline-block;
}
.bonus-ia {
 width: 80%;
  display: block;
  margin: 0 auto 0 auto;
}
.bonus-seta {
  margin: 18px auto 0 auto;
  text-align: center;
}
.bonus-seta svg {
  width: 34px;
  height: 34px;
}

@media (max-width: 800px) {
  .bonus-bloco {
    padding-top: 18px;
    max-width: 100vw;
  }
  .bonus-head {
    margin-bottom: 10px;
    gap: 7px;
  }
  .bonus-titulo { font-size: 26px; }
  .bonus-presente {         width: 60px;
        height: 60px;
        margin-bottom: 10px; }
  .bonus-texto { font-size: 24px;         font-size: 24px;
        margin: 30px 20px; }
  .bonus-preco-row { font-size: 1.25rem; }
  .bonus-preco-novo { font-size: 1.11rem; }
  .bonus-chatgpt { font-size: 0.89rem; }
  .bonus-ia { width: 80%;}
}
.oferta-bloco {
  background: #111112;
  color: #fff;
  text-align: center;
  font-size: 1.4rem;
  font-weight: 700;
  padding: 40px 0 16px 0;
  margin: 0 auto;
}
.oferta-amarelo {
  color: #ffd600;
}
@media (max-width: 600px) {
  .oferta-bloco {
    font-size:27px;
   padding: 50px !important;
    
  }
}


.bonus-flex {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  gap: 24px; /* Espaço entre texto e imagem */
  margin-top: 16px;
}

.bonus-info {
  flex: 1 1 230px;
  text-align: left;
  min-width: 0;
  max-width: 360px; /* ajuste para desktop */
}

.bonus-ia {
  width: 80%;
  height: auto;
  display: block;
}

.oferta-pack-bloco {
  background: #fff;
  padding: 34px 0 0 0;
  text-align: center;
  max-width: 540px;
  margin: 0 auto;
}
.oferta-pack-texto {
  font-size: 1.20rem;
  color: #181818;
  font-weight: 400;
  margin-bottom: 14px;
  line-height: 1.22;
}
.oferta-pack-texto b {
  font-weight: 800;
}
.oferta-pack-img {
  margin: 12px auto 0px auto;
}
.oferta-pack-img img {
  width: 340px;
  max-width: 95vw;
  display: block;
  margin: 0 auto;
}
.oferta-pack-logo {
  margin-bottom: 9px;
}
.oferta-pack-logo img {
  height: 37px;
  margin-bottom: 5px;
}
.oferta-pack-preco {
  font-size: 1.15rem;
  color: #191919;
  font-weight: 600;
  margin-bottom: 7px;
  line-height: 1.21;
}
.preco-antigo {
  color: #e02424;
  font-size: 35px;
  font-weight: 800;
}
.preco-parcelado {
  color: #111;
  font-size: 1.67rem;
  font-weight: 800;
  display: block;
  margin-top: 1px;
  margin-bottom: 0;
}
.verde {
  color: #19be6d;
  font-weight: 900;
  font-size: 1.7rem;
  letter-spacing: -1px;
}
.preco-avista {
  font-size: 20px;
    color: #222;
    margin-top: 11px;
    margin-bottom: 0;
    font-weight: 500;
}
.oferta-pack-economia {
  margin: 19px auto 9px auto;
  font-size: 1.02rem;
  color: #191919;
  font-weight: 400;
  max-width: 265px;
  letter-spacing: 0;
}
.oferta-pack-economia hr {
  border: none;
  border-top: 1.3px solid #adadad;
  margin-bottom: 10px;
  margin-top: 0;
}
.oferta-pack-economia b {
  font-weight: 900;
}
.btn-packsitebio {
  display: inline-block;
  background: #19be6d;
  color: #fff;
  font-size: 1.18rem;
  font-weight: 800;
  padding: 14px 40px;
  border-radius: 28px;
  box-shadow: 0 2px 16px #19be6d28;
  margin: 10px auto 10px auto;
  text-decoration: none;
  transition: background 0.18s;
  letter-spacing: 0.01em;
}
.btn-packsitebio:hover {
  background: #14aa5e;
}
.oferta-pack-legenda {
  font-size: 0.99rem;
  color: #999;
  margin-top: 7px;
  margin-bottom: 10px;
}
@media (max-width: 700px) {
  .oferta-pack-bloco {
    padding: 18px 0 0 0;
    max-width: 100vw;
  }
  .oferta-pack-texto {
            font-size: 22px;
        padding: 15px 6vw;
        margin-top: 20px;
  }
  .oferta-pack-img img {
    width: 87vw;
    max-width: 97vw;
  }
  .oferta-pack-logo img {
            height: 75px;
        margin-bottom: 35px;
  }
  .oferta-pack-preco {
    font-size: 22px;
  }
  .preco-parcelado, .verde {
    font-size: 43px;
  }
  .btn-packsitebio {
        font-size: 21px;
        padding: 30px 60px;
        min-width: 140px;
        border-radius: 87px;
  }
}


.faq-bloco {
  background: #fff;
  text-align: center;
  padding: 44px 0 0 0;
}
.faq-bloco h2 {
  font-size: 1.5rem;
  font-weight: 800;
  margin-bottom: 32px;
  color: #191919;
}
.faq-lista {
  max-width: 540px;
  margin: 0 auto;
  text-align: left;
}
.faq-lista details {
  border-bottom: 1.2px solid #e5e5e5;
  margin-bottom: 30px;
  padding: 0 0 0 0;
  transition: background 0.18s;
}
.faq-lista summary {
  cursor: pointer;
  font-size: 1.13rem;
  font-weight: 500;
  padding: 18px 7px 16px 0;
  color: #191919;
  outline: none;
  list-style: none;
  display: flex;
  align-items: center;
  justify-content: space-between;
  transition: color .18s;
}
.faq-lista summary::-webkit-details-marker {
  display: none;
}
.faq-lista summary:after {
  content: "";
  display: inline-block;
  width: 17px;
  height: 17px;
  margin-left: 10px;
  background: url('data:image/svg+xml;utf8,<svg width="18" height="18" viewBox="0 0 18 18" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M6 7L9 10L12 7" stroke="%23191919" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/></svg>') center/contain no-repeat;
  vertical-align: middle;
  transition: transform .2s;
}
.faq-lista details[open] summary:after {
  transform: rotate(180deg);
}
.faq-lista details div {
  padding: 0 4px 20px 2px;
  font-size: 1.01rem;
  color: #222;
  line-height: 1.6;
  font-weight: 400;
  margin-top: -2px;
}
.rodape-bloco {
  background: #111112;
  color: #fff;
  text-align: center;
  padding: 42px 0 30px 0;
  margin: 0 auto;
  font-family: 'Sora', sans-serif;
}
.rodape-logo {
  height: 44px;
  margin-bottom: 10px;
}
.rodape-direitos {
  font-size: 1.05rem;
  font-weight: 500;
  margin-bottom: 13px;
  color: #fff;
  letter-spacing: 0.01em;
}
.rodape-texto {
  font-size: 1.05rem;
  color: #fff;
  margin: 0 auto 19px auto;
  line-height: 1.53;
  max-width: 550px;
  opacity: 0.89;
}
.rodape-empresa {
  font-size: 0.98rem;
  color: #ccc;
  margin-top: 13px;
  opacity: 0.84;
}

@media (max-width: 600px) {
  .faq-bloco {
    padding: 26px 0 0 0;
  }
  .faq-lista {
    max-width: 85vw;
    font-size: 1rem;
  }
  .faq-bloco h2 {
    font-size: 30px;
        margin-bottom: 27px;
  }
  .faq-lista summary {
    font-size: 23px;
        font-weight: 100;
        padding: 13px 4px 35px 0;
  }
  .faq-lista details div {
    font-size: 0.94rem;
    padding-bottom: 40px;
  }
  .rodape-bloco {
    padding: 23px 0 18px 0;
  }
  .rodape-logo {
    height: 52px;
        margin: 30px 0px;
  }
  .rodape-direitos {
    font-size: 0.96rem;
    margin-bottom: 8px;
  }
  .rodape-texto {
        font-size: 15px;
        margin-bottom: 14px;
        width: 88%;
        line-height: 22px;
  }
  .rodape-empresa {
    font-size: 12px;
    margin-top: 10px;
    margin-bottom: 30px;
  }
}


.video-embed {
  width: 100%;
  max-width: 720px;    /* Aumenta o tamanho máximo no desktop */
  aspect-ratio: 16/9;  /* Mantém o formato widescreen responsivo */
  margin: 0 auto 16px auto;
  border-radius: 15px;
  background: #ececec;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  box-sizing: border-box;
}
.video-embed iframe {
  width: 100%;
  height: 100%;
  border: none;
  background: #ececec;
  border-radius: 15px;
  display: block;
}

/* Mobile mantém igual ao seu ajuste */
@media (max-width: 500px) {
  .video-embed {
    min-width: 98vw;
    max-width: 98vw;
    height: 55vw;
    aspect-ratio: unset; /* Remove aspect-ratio no mobile */
  }
}