:root {
  --purple-dark: #1f003c;
  --purple-light: #71419e;
  --yellow: #ffe152;
  --gray-light: #f7f7f7;
}

body {
  font-family: "Roboto", sans-serif;
  background-color: var(--gray-light);
  color: #222;
}
.bg-dark-purple {
  background: linear-gradient(90deg, #000 0%, #22172a 56.27%);
}
.title-roxo {
  border-radius: 10px;
  background: rgba(94, 2, 156, 0.4);
}
.title-roxo h2 {
  color: #fff;
  text-align: center;
  font-family: Roboto;
  font-size: 40px;
  font-style: normal;
  font-weight: 900;
  line-height: normal;
  margin-bottom: 0px;
}

/* HERO */
.hero {
  background: linear-gradient(90deg, #000 0%, #22172a 56.27%);
  min-height: 70vh;
}
.hero .display-4 {
  color: #fff;
}
.text-yellow {
  color: var(--yellow) !important;
}

/* SECTION TITLE */
.section-title h2 {
  font-weight: 900;
}

/* CONTADOR */
.card-countdown {
  background-color: #d2c6e7;
  border-radius: 10px;
  align-items: center;
  justify-content: center;
}
.text-countdown {
  font-size: 22px;
  color: #7440b6;
  font-weight: 600;
}
.countdown-item {
  background-color: #fff;
  font-size: 34px;
  font-weight: 600;
  color: #000;
  padding: 10px 15px;
  text-align: center;
  border-radius: 10px;
}
.countdown-item-divisor {
  font-size: 34px;
  font-weight: 600;
}

.product-card {
  border-radius: 15px;
  border: 3px dashed #7440b6;
  background: #fff;
  box-shadow: 0px 4px 30px 0px rgba(0, 0, 0, 0.25);
  padding: 10px;
}
.product-card-title {
  color: #7440b6;
  text-align: center;
  font-family: Roboto;
  font-size: 27px;
  font-style: normal;
  font-weight: 700;
  line-height: 34px; /* 125.926% */
}
.product-card-title span {
  color: #9f89ce;
  font-family: Roboto;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 34px;
}
.product-card-urgence {
  border-radius: 10px;
  background: rgba(159, 137, 206, 0.42);
}
.product-card-urgence span {
  color: #7440b6;
  font-size: 15px;
}

/* GARANTIA */
.section-garantia-bg {
  border-radius: 10px;
  box-shadow: 0px 4px 12px 0px rgba(0, 0, 0, 0.25);
}
.section-garantia p {
  color: #fff;
  font-family: Roboto;
  font-size: 24px;
}
.selo-garantia-img {
  position: relative;
  display: flex;
  justify-content: center;
  top: -95px;
  z-index: 99;
}
.garantia-two h2 {
  color: #ffc21a;
  font-family: Roboto;
  font-size: 40px;
  font-style: normal;
  font-weight: 900;
  line-height: normal;
}
.garantia-two p {
  color: #fff;
  font-family: Roboto;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

/* TABELA DE PREÇOS */
.card-site {
  border-radius: 15px;
  background: #fff;
  box-shadow: 0px 4px 30px 0px rgba(0, 0, 0, 0.25);
}
.card-title {
  color: #7440b6;
  text-align: center;
  font-family: Roboto;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 34px; /* 170% */
}
.card-site-premium {
  border: 5px dashed #7440b6;
}
.pricing-price {
  color: #000;
  text-align: center;
  font-family: Roboto;
  font-size: 55px;
  font-style: normal;
  font-weight: 700;
  line-height: 67px; /* 121.818% */
  display: flex;
  flex-direction: column;
}
.pricing-price small {
  color: #5b5b5b;
  font-family: Roboto;
  font-size: 34px;
  font-style: normal;
  font-weight: 400;
  line-height: 50px;
}
.pricing-list {
  padding: 0px;
  margin: 0;
  list-style: none;
  color: #5b5b5b;
  text-align: center;
  font-family: Roboto;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 34px; /* 170% */
}
.pricing-total {
  color: #000;
  text-align: center;
  font-family: Roboto;
  font-size: 27px;
  font-style: normal;
  font-weight: 500;
  line-height: 50px; /* 185.185% */
  margin-bottom: 0px;
}
.product-card-discount {
  border-radius: 10px;
  background: rgba(159, 137, 206, 0.42);
  color: #7440b6;
  text-align: center;
  font-family: Roboto;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 25px; /* 138.889% */
}

/* DEPOIMENTOS */
.section-depoimentos h2 {
  color: #000;
  text-align: center;
  font-family: Roboto;
  font-size: 40px;
  font-style: normal;
  font-weight: 900;
  line-height: normal;
}
.section-depoimentos h3 {
  color: #7440b6;
  font-family: Roboto;
  font-size: 40px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  position: relative;
}
.section-depoimentos h3::after {
  content: "";
  position: absolute;
  left: 70%;
  top: -1.5rem;
  transform: translateX(-50%) rotate(-3.275deg);
  background-image: url("https://health4you.site/wp-content/uploads/2025/07/sticker.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  width: 80%;
  max-width: 320px;
  aspect-ratio: 315 / 95;
  z-index: -1;
  display: block;
}
@media (max-width: 768px) {
  .section-depoimentos h3::after {
    display: none;
  }
}
.blockquote {
  border-radius: 10px;
  background: #fff;
  box-shadow: 0px 4px 17px 0px rgba(0, 0, 0, 0.25);
}
.box-depoimento h4 {
  color: #000;
  font-family: Roboto;
  font-size: 27px;
  font-style: normal;
  font-weight: 900;
  line-height: normal;
}
.box-depoimento div > span {
  color: #000;
  font-family: Roboto;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 27px; /* 192.857% */
  letter-spacing: 0.28px;
}
.box-depoimento p {
  color: #4e4e4e;
  font-family: Roboto;
  font-size: 16px;
  font-style: italic;
  font-weight: 400;
  line-height: 22px; /* 137.5% */
}
.box-depoimento cite {
  color: #4e4e4e;
  font-family: Roboto;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 27px; /* 168.75% */
}
/* FORMULA */
.box-formula {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  flex-direction: column;
  border-radius: 20px;
  border: 5px dashed #ffc21a;
  background: linear-gradient(90deg, #000 0%, #22172a 56.27%);
  color: #fff;
}
.box-formula h2 {
  color: #fff;
  text-align: center;
  font-family: Roboto;
  font-size: 40px;
  font-style: normal;
  font-weight: 900;
  line-height: normal;
}
.box-formula p {
  color: #fff;
  font-family: Roboto;
  font-size: 24px;
}
/* HELP */
.text-help h2 {
  color: rgba(104, 59, 161, 0.87);
  font-family: Roboto;
  font-size: 24px;
  font-style: normal;
  font-weight: 900;
  line-height: normal;
}
.text-help p {
  color: #606060;
  font-family: Roboto;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

/* FAQ */
button.accordion {
  color: #747474;
  font-family: Roboto;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.accordion {
  background-color: #eee;
  color: #444;
  cursor: pointer;
  padding: 18px;
  width: 100%;
  border: none;
  text-align: left;
  outline: none;
  font-size: 15px;
  transition: 0.4s;
  border-radius: 10px;
  background: #fff;
  box-shadow: 0px 4px 6px 1px rgba(0, 0, 0, 0.18);
}

.active,
.accordion:hover {
  background-color: #ccc;
}

.accordion:after {
  content: "\002B";
  color: #777;
  font-weight: bold;
  float: right;
  margin-left: 5px;
}

.active:after {
  content: "\2212";
}

.panel {
  padding: 0 18px;
  background-color: white;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-out;
}
.panel p {
  color: #333;
  font-family: Roboto;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.section-copyright a {
  color: #565656 !important;
}
