@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
* {
  font-family: "Poppins", sans-serif;
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

header {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1rem;
  padding: 6px 16px;
  background-color: #fc5657;
  color: white;
  font-weight: bold;
  margin-bottom: 16px;
}

#timer {
  font-size: 40px;
}
#countdown {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 4px;
}
#hero {
  padding: 8px 16px;
  display: flex;
  flex-direction: column;
  margin-bottom: 64px;
}

#hero > h1 {
  font-size: 48px;
  text-align: center;
  color: blueviolet;
}

#hero > h2 {
  text-align: center;
}
.compra-segura {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  color: #767d8b;
  margin: 8px 0px;
}
.compra-segura > span {
  color: #00a63e;
}

.btn-oferta {
  padding: 16px;
  background-color: #00a63e;
  color: #fff;
  border: 1px solid #00a63e;
  border-radius: 14px;
  font-weight: bold;
  width: 200px;
  margin: 0px auto;
  box-shadow: 2px 2px 2px #017f2f;
  cursor: pointer;
  text-align: center;
  text-decoration: none;
}

.btn-oferta:hover {
  transform: translateY(-2px);
  background-color: #02c74a;
}

.linha {
  width: 40%;
  height: 20px;
  display: block;
  margin: 0px auto;
}

.linha path {
  fill: none;
  stroke: #f4c20d;
  stroke-width: 4;
  stroke-linecap: round;
}

.mockup {
  width: 90%;
  margin: 3rem auto;
  display: flex;
  align-items: center;
  justify-content: center;
}
.mockup > img {
  width: 100%;
  height: auto;
  display: block;
  object-fit: contain;
}
.mockup > img:hover {
  width: 100%;
  transform: translateY(-2px);
}

#entregavel {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 4rem;
  margin-bottom: 5rem;
}

.container-flex-col {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 2rem;
  margin-bottom: 5rem;
}

.container-flex {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 2rem;
  margin-bottom: 5rem;
}

.container-titulo {
  padding: 0px 16px;
  text-align: center;
}

.container-subtitulo {
  padding: 0px 16px;
  text-align: center;
  font-weight: 500;
  color: #767d8b;
  width: 70%;
}

.grid3 {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 20px;
  place-items: center;
}

#entregavel > h2 {
  padding: 0px 16px;
  text-align: center;
}

#entregavel > h4 {
  padding: 0px 16px;
  text-align: center;
  font-weight: 500;
  color: #767d8b;
  width: 50%;
}

.cardsEntregavel {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 20px;
  place-items: center;
}

.card {
  width: 100%;
  max-width: 350px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  border: 1px solid #9198a6;
  border-radius: 1rem;
  padding: 2rem;
}

.card > span {
  align-self: self-start;
  font-size: 2.5rem;
  padding: 0.5rem;
  border-radius: 35%;
}

.card1 > span {
  color: #fc5657;
  background-color: #fc565637;
}
.card2 > span {
  color: #ff9203;
  background-color: #ff92034e;
}
.card3 > span {
  color: #029e43;
  background-color: #029e434b;
}

.card > h2 {
  align-self: self-start;
  font-size: 1.2rem;
}

#bonus {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin-bottom: 5rem;
  background-color: #eef0f3;
  padding: 1rem;
}
#bonus > h2 {
  margin-bottom: 0.5rem;
}

#bonus > p > span {
  font-weight: bold;
  color: #fc5656c5;
  text-decoration: line-through;
  text-decoration-thickness: 2px;
  text-decoration-color: #fc5657;
}

.risca-texto-verde {
  text-decoration: line-through;
  text-decoration-thickness: 2px;
  text-decoration-color: #00a63e;
}

.risca-texto-cinza {
  text-decoration: line-through;
  text-decoration-thickness: 2px;
  text-decoration-color: #aeb3bb;
}
.risca-texto-vermelho {
  text-decoration: line-through;
  text-decoration-thickness: 2px;
  text-decoration-color: #fc5657;
}

.texto-cinza {
  color: #767d8b;
}

.texto-vermelho {
  color: #fc5657;
}

.valor-destaque {
  vertical-align: super;
  font-size: 3rem;
}

#paragrafo-valor-oferta {
  color: #00a63e;
  font-weight: bolder;
}

.numero-destaque {
  font-size: 5rem;
}

.gratis {
  font-weight: 600;
  color: #00a63e;
  padding: 0.3rem;
  border-radius: 10px;
  background-color: #029e434b;
  text-align: center;
}

.bonus-cards {
  direction: flex;
  flex-direction: column;
  margin: 1rem 0px;
  padding: 1rem;
}

.bonus-card {
  max-width: 600px;
  display: flex;
  gap: 1rem;
  background-color: #fff;
  padding: 16px;
  border-radius: 10px;
  border: 2px solid #ced0d3;
  box-shadow: 0px 1px #ced0d3;
  margin-bottom: 1rem;
}
.bonus-card > img {
  width: 100px;
  height: 100px;
  border-radius: 20px;
  overflow: hidden;
  flex-shrink: 0;
}
.bonus-card > div {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}

#oferta {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 2rem;
  padding: 1rem;
  margin-bottom: 5rem;
}

#oferta > div {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border: 2px solid #f0f2f5;
  box-shadow: 0px 1px #ced0d3;
  border-radius: 10px;
  padding: 16px;
  gap: 1rem;
}

.card-body {
  background-color: #eef0f3;
  padding: 1rem;
  border: 2px solid #f0f2f5;
  box-shadow: 1px 1px #ced0d3;
  border-radius: 10px;
  display: flex;
  flex-direction: column;
  gap: 1rem;
  width: 100%;
}

.card-body > p {
  display: flex;
  align-items: center;
  gap: 4px;
}

.negrito {
  font-weight: bold;
}

.texto-verde {
  color: #00a63e;
}

.text-vermelho {
  color: #fc5657;
}

.texto-azul {
  color: #193cb8;
}

.avatar {
  display: flex;
  width: 100%;
  align-items: center;
  gap: 1rem;
}

.avatar > img {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  object-fit: cover;
}

.borda-50 {
  border-radius: 50%;
}

.bg-azul-clarinho {
  background-color: #eff6ff;
}
.bg-azul-clarinho2 {
  background-color: #b7d5fc;
}

.p-4 {
  padding: 1rem;
}

.flex {
  display: flex;
}

.flex-col {
  flex-direction: column;
}

.items-center {
  align-items: center;
}

.justify-center {
  justify-content: center;
}

.gap-1 {
  gap: 1rem;
}
.gap-2 {
  gap: 2rem;
}
.gap-4 {
  gap: 4rem;
}

.chip {
  padding: 8px;
  border-radius: 25px;
  text-align: center;
}

.bg-white {
  background-color: #fff;
}

.p-x-4 {
  padding: 0px 1rem;
}

.rounded-md {
  border-radius: 0.5rem;
}

.shadow {
  box-shadow:
    0 1px 3px 0 rgb(0 0 0 / 0.1),
    0 1px 2px -1px rgb(0 0 0 / 0.1);
}

.section {
  padding: 80px 20px;
}

.container {
  max-width: 1000px;
  margin: auto;
}

.faq__title {
  text-align: center;
  font-size: 3rem;
  font-weight: 800;
  color: #111827;
  margin-bottom: 50px;
}

.faq__list {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.faq__item {
  border: 1px solid #d9dde5;
  border-radius: 24px;
  background: #fff;
  transition: 0.25s;
  overflow: hidden;
}

.faq__item[open] {
  border: 2px solid #c6dafd;
  box-shadow: 0 0 0 2px rgba(96, 165, 250, 0.08);
}

.faq__question {
  list-style: none;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 28px;
  cursor: pointer;
  font-size: 1.55rem;
  font-weight: 700;
  color: #111827;
}

.faq__question::-webkit-details-marker {
  display: none;
}

.faq__icon {
  color: #9ca3af;
  transition: 0.3s;
  flex-shrink: 0;
}

.faq__item[open] .faq__icon {
  transform: rotate(0deg);
}

.faq__item:not([open]) .faq__icon {
  transform: rotate(180deg);
}

.faq__answer {
  padding: 0 28px 28px;
  color: #4b5563;
  line-height: 1.8;
  font-size: 1.25rem;
}

#sobre {
  max-width: 800px;
  margin: 0px auto;
  border-radius: 16px;
  margin-bottom: 5rem;
}

.section {
  padding: 80px 20px;
}

.guarantee {
  background: #111827;
}

.container {
  max-width: 1000px;
  margin: auto;
}

.guarantee__card {
  background: #1f2937;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 32px;

  display: flex;
  align-items: center;
  gap: 48px;

  padding: 48px;

  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.18);
}

.guarantee__badge {
  position: relative;
  flex-shrink: 0;
}

.guarantee__circle {
  width: 160px;
  height: 160px;

  border-radius: 50%;

  background: #09d04f;
  border: 5px solid #0f172a;

  display: flex;
  align-items: center;
  justify-content: center;
}

.guarantee__days {
  position: absolute;

  bottom: -8px;
  left: 50%;

  transform: translateX(-50%);

  background: #fff;
  color: #111827;

  padding: 8px 18px;

  border-radius: 999px;

  font-weight: 700;
  font-size: 0.95rem;

  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.25);
}

.guarantee__content {
  flex: 1;
}

.guarantee__title {
  color: #fff;
  font-size: 2.5rem;
  font-weight: 800;
  margin-bottom: 20px;
}

.guarantee__text {
  color: #9ca3af;
  font-size: 1.3rem;
  line-height: 1.8;
}

.footer {
  color: #d1d5db;
  padding: 70px 20px 30px;
}

.footer .container {
  max-width: 1100px;
  margin: auto;
}

.footer__brand {
  max-width: 500px;
}

.footer__logo {
  color: #fff;
  font-size: 2rem;
  font-weight: 800;
  margin-bottom: 16px;
}

.footer__description {
  color: #9ca3af;
  line-height: 1.8;
  font-size: 1rem;
}

.footer__nav {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.footer__nav a {
  color: #d1d5db;
  text-decoration: none;
  transition: 0.25s;
}

.footer__nav a:hover {
  color: #fff;
}

.footer__bottom {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  flex-wrap: wrap;

  color: #9ca3af;
  font-size: 0.95rem;
}

@media (max-width: 768px) {
  .footer {
    color: #d1d5db;
    padding: 70px 20px 30px;
  }

  .footer .container {
    max-width: 1100px;
    margin: auto;
  }

  .footer__top {
    display: flex;
    justify-content: space-between;
    gap: 60px;

    padding-bottom: 40px;
    margin-bottom: 30px;

    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  }

  .footer__brand {
    max-width: 500px;
  }

  .footer__logo {
    color: #fff;
    font-size: 2rem;
    font-weight: 800;
    margin-bottom: 16px;
  }

  .footer__description {
    color: #9ca3af;
    line-height: 1.8;
    font-size: 1rem;
  }

  .footer__nav {
    display: flex;
    flex-direction: column;
    gap: 16px;
  }

  .footer__nav a {
    color: #d1d5db;
    text-decoration: none;
    transition: 0.25s;
  }

  .footer__nav a:hover {
    color: #fff;
  }

  .footer__bottom {
    display: flex;
    justify-content: space-between;
    gap: 20px;
    flex-wrap: wrap;

    color: #9ca3af;
    font-size: 0.95rem;
  }
  .guarantee__card {
    flex-direction: column;
    text-align: center;
    padding: 36px 24px;
    gap: 32px;
  }

  .guarantee__circle {
    width: 130px;
    height: 130px;
  }

  .guarantee__title {
    font-size: 1.8rem;
  }

  .guarantee__text {
    font-size: 1rem;
  }
  .bonus-card {
    flex-direction: column;
  }
  .bonus-card > img {
    width: 60px;
    height: 60px;
    border-radius: 15px;
  }
  .linha {
    width: 80%;
    height: 20px;
    display: block;
    margin: 0px auto;
  }
  .cardsEntregavel {
    grid-template-columns: 1fr;
  }
  .grid3 {
    grid-template-columns: 1fr;
  }

  #entregavel > h4 {
    width: 100%;
  }
  .faq__title {
    font-size: 2rem;
  }

  .faq__question {
    font-size: 1.1rem;
    padding: 20px;
  }

  .faq__answer {
    padding: 0 20px 20px;
    font-size: 1rem;
  }
}
