* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
:root {
  --preto-texto: #111111;
  --branco: #ffffff;
  --cinza-claro: #d9d9d9;
  --verde-principal: #2f6b3f;
  --verde-escuro: #0f4d2c;
  --dourado-estrelas: #c9a227;
}
html {
  scroll-behavior: smooth;
}
body {
  font-family: "Montserrat", sans-serif;
}
h1,
h3 {
  line-height: 1;
}
h2 {
  font-size: 40px;
  line-height: 1;
}
.cta-button {
  text-decoration: none;
  color: var(--branco);
  background: var(--verde-principal);
  padding: 20px 30px;
  width: fit-content;
  border-radius: 50px;
  font-size: 25px;
  box-shadow: #111111 1px 3px 1px;
}
.cta-button:hover {
  background-color: #e8b52a;
  transition: ease-in-out 0.5s;
}
/* ── ÍCONES NOS BOTÕES ── */
.cta-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}

.btn-icon {
  width: 22px;
  height: 22px;
  flex-shrink: 0;
}

/* Ajuste fino em telas pequenas */
@media (max-width: 500px) {
  .btn-icon {
    width: 18px;
    height: 18px;
  }
}

@media (max-width: 375px) {
  .btn-icon {
    width: 16px;
    height: 16px;
  }
}
.container {
  max-width: 1300px;
  margin: 0 auto;
  padding-top: 30px;
  padding-bottom: 30px;
}
.hero {
  background-color: #0f4d2c;
}
.hero .container {
  display: flex;
}
.hero .container .text {
  flex: 1;
  justify-content: center;
  gap: 1.8rem;
}
.hero .text {
  justify-content: space-between;
  display: flex;
  flex-direction: column;
  padding: 40px;
  width: 100%;
}
.hero .text h1 {
  font-size: 50px;
  color: #fff;
}
.text h1 span {
  color: #2f6b3f;
}
.hero .text p {
  font-size: 20px;
  color: #ffffff;
}
.hero .text ul {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.hero .text ul li {
  border: 2px solid var(--verde-principal);
  color: #ffffff;
  border-radius: 50px;
  padding: 20px 10px;
  max-width: 280px;
  width: 100%;
  text-align: center;
}
.hero .container .img img {
  width: 100%;
  max-width: 500px;
  margin-top: 20px;
  z-index: 999;
}
.hero .img {
  justify-content: center;
  display: flex;
  align-items: center;
  position: relative;
  padding: 20px;
}
.alerta-promo {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  color: var(--branco);
  text-transform: uppercase;
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #c9a227;
}
.circle {
  position: absolute;
  top: 120px;
  border: 7px solid #2f6b3f;
  border-radius: 50%;
  width: fit-content;
  padding: 25px;
  width: 650px;
  height: 650px;
  text-align: center;
  align-items: center;
  filter: drop-shadow(0 0 10px rgba(232, 181, 42, 0.6));
  justify-content: center;
  display: flex;
  flex-direction: column;
}
/* sessão 2 */
.sobre .container {
  display: flex;
  flex-direction: column;
  gap: 3rem;
}
.container .text {
  justify-content: space-between;
  display: flex;
  flex-direction: column;
  padding: 10px;
  width: 100%;
  flex: 1;
  gap: 1rem;
}
.sobre .text h2,
.info-nutri h2 {
  font-size: 40px;
}
.sobre .text p,
.info-nutri p {
  font-size: 20px;
}
h3 {
  font-size: 25px;
}
.sobre .text p strong {
  font-size: 700;
  color: #2f6b3f;
  text-transform: uppercase;
}
.sobre .text span {
  color: #2f6b3f;
}
.sobre .img {
  flex: 1;

  display: flex;
  flex-direction: column;
  gap: 3rem;
  justify-content: center;
  align-items: center;
}
.slider {
  width: 420px;
  height: 420px;

  overflow: hidden;
  position: relative;
}
.track {
  display: flex;

  transition: 0.8s;
}
.track img {
  width: 420px;
  height: 420px;

  flex-shrink: 0;

  object-fit: contain;
}
.img-content {
  display: flex;
  gap: 2rem;
}
.dores {
  background-color: #dff0e4;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  border-radius: 25px;
  box-shadow: 1px 3px 6px #1d3d29;
}
.dores-top h2 {
  text-align: center;
  text-transform: uppercase;
}
.dores-top {
  padding: 40px;
  justify-content: space-between;
  gap: 2rem;
  display: flex;
  flex-direction: column;
}
.dores-top h2 strong,
.dores-top span {
  color: #2f6b3f;
}
.dores-footer {
  background-color: #0f4d2c;
  color: white;
  padding: 40px;
  font-size: 1.6rem;
  text-align: center;
  border-bottom-left-radius: 25px;
  border-bottom-right-radius: 25px;
}

.dores-grid {
  gap: 1rem;
  display: flex;
  flex-direction: row;
  justify-content: center;
}
.dor-item {
  padding: 20px;
  border-radius: 25px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  text-align: left;
  gap: 2rem;

  box-shadow: 1px 3px 6px #1d3d29;
  background-color: #2f6b3f;
}

.dor-img {
  background-color: #0f4d2c;
  height: 60px;
  width: 60px;
  border-radius: 25px;
}

.dor-img img {
  border-radius: 20px;
  height: 60px;
  width: 60px;
}
.dor-item p {
  color: #fff;
}
.ingredientes {
  padding: 100px 0;
}

.ingredientes h2 {
  text-align: center;
  margin-bottom: 60px;
  min-width: calc((100% - 300px) / 3);
}

.ingredient-card {
  position: relative;
  border-radius: 25px;

  background: #dff0e4;

  box-shadow: 1px 3px 6px #1d3d29;
  border-radius: 25px;

  transition: all 0.7s cubic-bezier(0.2, 0.8, 0.2, 1);

  overflow: hidden;
  text-align: left;
  flex-shrink: 0;
  width: 330px;
  align-items: left;
  display: flex;
  flex-direction: column;
  text-align: left;
}
.ingredient-card img {
  width: 100px;
  border-radius: 50%;
  margin-left: -150px;
  margin-bottom: 40px;
}
.card-top {
  padding: 10px;
  width: 100%;
}
.card-top h3 {
  font-size: 1rem;
  color: #2f6b3f;
  text-align: left;
  text-transform: uppercase;

  line-height: 1.2;
  min-height: 72px;
  text-wrap: balance;
  display: flex;
  align-items: center;
}
.card-bottom {
  border-top: 2px solid #1d3d29;
  padding: 20px;
  font-size: 1rem;
}
.ingredient-slider {
  width: 100%;
  overflow: hidden;
  position: relative;
}

.ingredient-track {
  display: flex;

  gap: 30px;

  width: max-content;

  transition: 0.7s;

  align-items: stretch;

  justify-content: center;
}

.card-top {
  padding: 25px;
  text-align: center;
}

.card-top img {
  width: 110px;
  height: 110px;
  object-fit: cover;
  border-radius: 50%;
}

.card-bottom {
  padding: 25px;
}
/* sessão 3*/
.info-nutri {
  display: flex;
  flex-direction: column;
}
.info-nutri .container {
  display: flex;

  justify-content: center;
  align-items: center;
}
.info-nutri .container h2 {
  color: #111111;
}
.beneficios-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  margin: 0 auto;
}
.info-beneficio {
  background-color: #2f6b3f;
  padding: 20px 30px;
  max-width: 550px;
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 1rem;
  border-radius: 12px;
  box-shadow: 0 25px 60px rgba(0, 0, 0, 0.3);
}

.info-beneficio h3 {
  color: #ffffff;
}
.info-beneficio p {
  color: #d9d9d9;
}
.video {
  padding: 20px;
  background: linear-gradient(180deg, #1f5c33 0%, #174727 100%);

  border-radius: 25px;
  flex: 1;
  box-shadow: 0 25px 60px rgba(0, 0, 0, 0.3);
}

.video video {
  width: 100%;
  max-height: 800px;
  border-radius: 15px;
}
.videos {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 3rem;
}
.info-nutri .cta-button {
  margin: 0 auto;
}

.nutrition-table {
  max-width: 600px;
  width: 100%;
  border-collapse: collapse;
  background: #1d3d29;
  color: #fff;
  border-radius: 20px;
  overflow: hidden;
}

.nutrition-table thead {
  background: #2f6b3f;
}

.nutrition-table th,
.nutrition-table td {
  padding: 16px 20px;
  text-align: left;
}

.nutrition-table th {
  font-size: 1rem;
  font-weight: 700;
}

.nutrition-table td {
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.nutrition-table tbody tr:last-child td {
  border-bottom: none;
}

.nutrition-table tbody tr:hover {
  background: rgba(255, 255, 255, 0.05);
}
.tabelanutricional .container {
  display: flex;
  justify-content: space-between;
  margin-top: 40px;
  align-items: center;
}
.tabelanutricional h2 {
  font-size: 40px;
}
/*session 5*/
.provasociais {
  padding: 100px 0;
}
.provasociais .container {
  text-align: center;
  justify-content: center;
  align-items: center;
  gap: 1rem;
  display: flex;
  flex-direction: column;
}
.provasociais .text {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  justify-content: center;
  align-items: center;
}
.provasociais .text p {
  font-size: 20px;
}
.gallery {
  column-count: 4;

  column-gap: 20px;
}
.item {
  margin-bottom: 20px;

  break-inside: avoid;
}
.item img {
  width: 100%;

  display: block;

  border-radius: 20px;

  cursor: pointer;

  transition: 0.35s;

  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.15);
}
.item img:hover {
  transform: scale(1.03);

  box-shadow: 0 25px 60px rgba(0, 0, 0, 0.25);
}
.faq-item.active::before {
  content: "";
  display: block;
  height: 3px;
  width: 100%;
  background: linear-gradient(90deg, #e8b52a, #ffd86b, #e8b52a);
}

.faq .container {
  display: flex;
  flex-direction: column;

  gap: 60px;
}

.section-title {
  text-align: center;
}

.section-title span {
  color: var(--dourado);

  text-transform: uppercase;

  font-weight: 700;

  letter-spacing: 2px;
}

.section-title h2 {
  margin-top: 15px;

  color: #fff;

  font-size: 3rem;
}

.section-title p {
  color: #cfcfcf;

  margin-top: 15px;

  max-width: 650px;

  margin-inline: auto;
}
.faq-list {
  display: flex;

  flex-direction: column;

  gap: 20px;
}
.faq-item {
  background: #1d3d29;

  border: 1px solid rgba(232, 181, 42, 0.18);

  border-radius: 18px;

  overflow: hidden;

  transition: 0.35s;
}
.faq-item:hover {
  border-color: var(--dourado);

  box-shadow: 0 15px 35px rgba(232, 181, 42, 0.12);
}
.faq-question {
  width: 100%;

  background: none;

  border: none;

  cursor: pointer;

  color: #fff;

  display: flex;

  justify-content: space-between;

  align-items: center;

  padding: 25px;

  font-size: 1.05rem;

  font-weight: 600;
}
.faq-question span {
  width: 34px;

  height: 34px;

  border-radius: 50%;

  background: var(--dourado);

  color: #1d3d29;

  display: flex;

  align-items: center;

  justify-content: center;

  font-size: 1.3rem;

  transition: 0.35s;

  font-weight: bold;
}
.faq-answer {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.4s ease;
  color: #fff;
}
.faq-item.active .faq-answer {
  max-height: 380px;
  padding: 20px;
}
.faq-item.active {
  border-color: var(--dourado);
}
.faq-item.active .faq-question span {
  transform: rotate(45deg);

  background: var(--dourado-claro);
}
.faq-question:hover {
  background: rgba(255, 255, 255, 0.03);
}
.cta-peso {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1rem;
  text-align: center;
}
.cta-peso p {
  font-size: 1.5rem;
}

.carousel {
  position: relative;
  width: 100%;
  max-width: 1200px;
  height: 100vh;
  margin: auto;
  overflow: hidden;
}

.slides {
  position: relative;
  width: 100%;
  height: 100%;
}

.slide {
  position: absolute;

  max-width: 100%;
  height: 850px;

  left: 50%;
  top: 50%;

  transform: translate(-50%, -50%);

  object-fit: cover;

  border-radius: 20px;

  transition: 0.5s ease;

  opacity: 0;

  z-index: 0;

  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.3);
}
.slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
/* Centro */

.slide.active {
  transform: translate(-50%, -50%) scale(1);

  opacity: 1;

  z-index: 5;
}

/* Lado esquerdo */

.slide.left {
  transform: translate(-180%, -50%) scale(0.85);

  opacity: 0.7;

  z-index: 4;
}

/* Lado direito */

.slide.right {
  transform: translate(80%, -50%) scale(0.85);

  opacity: 0.7;

  z-index: 4;
}

/* Fundo esquerdo */

.slide.leftFar {
  transform: translate(-310%, -50%) scale(0.65);

  opacity: 0.35;

  z-index: 3;
}

/* Fundo direito */

.slide.rightFar {
  transform: translate(210%, -50%) scale(0.65);

  opacity: 0.35;

  z-index: 3;
}

.prev,
.next {
  position: absolute;

  top: 50%;

  transform: translateY(-50%);

  z-index: 20;

  width: 50px;

  height: 50px;

  border: none;

  border-radius: 50%;

  cursor: pointer;

  font-size: 25px;
}

.prev {
  left: 10px;
}

.next {
  right: 10px;
}

/***/

.item-img svg {
  width: 40px;
  fill: #ffd86b;
}
.item-img {
  border: 3px solid #ffd86b;
  border-radius: 50%;
  width: 70px;
  height: 70px;
  align-items: center;
  justify-items: center;
  display: flex;
  justify-content: center;
}

.item-sobre-text {
  display: flex;
  flex-direction: column;
  gap: 0.4rem;
}
.list {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.produtos,
.faq,
.cta,
.footer-premium {
  position: relative;

  background:
    linear-gradient(
      180deg,
      rgba(4, 18, 8, 0.95),
      rgba(8, 35, 17, 0.85),
      rgba(5, 18, 8, 0.95)
    ),
    url("/assets/bg-desktop.png");

  background-size: cover;
  background-position: center;
  background-attachment: fixed;
}
.produtos .text p,
.cta .container p {
  color: #cfcfcf;
  text-align: center;
  font-size: 20px;
}
.produtos .container {
  flex-direction: column;
}
.produtos .container h2 {
  font-size: 40px;
  color: var(--branco);
  padding-top: 40px;
  text-align: center;
}
.produtos .container h2 span {
  color: var(--verde-principal);
}
.products-grid {
  display: flex;
  gap: 2rem;
  justify-content: center;
  padding-bottom: 100px;
  padding-top: 100px;
}
.product-text {
  flex: 1;

  display: flex;
  flex-direction: column;

  text-align: center;
  padding-top: 40px;

  gap: 30px;
}
.span-title {
  display: inline-flex;

  justify-content: center;

  align-items: center;

  padding: 12px 25px;

  background: #24552f;

  border: 2px solid #caa53d;

  color: #ffd76c;

  border-radius: 40px;

  font-weight: 700;

  font-size: 1rem;

  width: fit-content;
  margin: 0 auto;
}
.product-text p {
  color: #cfcfcf;

  line-height: 1.6;

  font-size: 1rem;
}
.product-text h3 {
  color: #fff;
  font-size: 2rem;
  line-height: 1;
  margin-bottom: 20px;
}
.cards .cta-button {
  margin: 25px 20px 20px;

  width: calc(100% - 40px);

  text-align: center;
}
.product-item {
  position: relative;
}
.best-seller {
  position: absolute;
  top: 22px;
  right: -58px;

  width: 220px;
  padding: 10px 0;

  background: linear-gradient(180deg, #ffd65a, #d8a93a);

  color: #2f6b3f;
  font-size: 0.7rem;
  font-weight: 900;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 1px;

  transform: rotate(35deg);

  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.25);

  z-index: 10;
}
.img-item {
  width: 100%;

  z-index: 10;

  height: 270px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.img-item img {
  border-top-left-radius: 25px;
  border-top-right-radius: 25px;
  width: 100%;

  display: block;

  filter: drop-shadow(0 20px 30px rgba(0, 0, 0, 0.35));

  transition: 0.4s;
}
.cards {
  background: linear-gradient(180deg, #1f5c33 0%, #174727 100%);

  border-radius: 32px;

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

  box-shadow: 0 30px 60px rgba(0, 0, 0, 0.35);

  overflow: hidden;
  justify-content: space-between;
}

.cards {
  min-height: 500px;
  border: 1px solid rgba(232, 181, 42, 0.15);
  border-radius: 20px;
  transition:
    transform 0.35s,
    box-shadow 0.35s,
    border-color 0.35s;
  display: flex;
  flex-direction: column;

  gap: 1rem;
  width: 350px;

  transition: 0.35s;
  overflow: hidden;
  position: relative;
}

.cards:hover {
  border-color: #e8b52a;

  transform: translateY(-8px);

  box-shadow: 0 20px 40px rgba(232, 181, 42, 0.15);
}
.cards .cta-button {
  background-color: #c9a227;
  box-shadow: #111111 1px 3px 1px;
}
.cards .price-text {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  line-height: 1;
}

.price p {
  color: #fff;

  font-size: 1rem;

  opacity: 0.75;
}
.price del {
  color: #bebebe;

  font-size: 2rem;
}
.price span {
  font-size: 4rem;

  font-weight: 900;

  line-height: 1;

  letter-spacing: -2px;

  color: #ffd54f;
}
.price span {
  font-size: 2.5rem;
}
.parcelas {
  font-size: 2rem;

  font-weight: 300;

  color: white;
}

.parcelas strong {
  font-weight: 700;
}
.product-item .cta-button {
  height: 78px;

  border-radius: 60px;

  font-size: 1.4rem;

  font-weight: 800;

  background: linear-gradient(180deg, #ffe169, #f3c336);

  color: #173819;

  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.25);

  transition: 0.3s;
}
.payment {
  display: flex;

  align-items: center;

  opacity: 0.9;
}

.payment img {
  width: 350px;
  margin: 0 auto;
  margin-top: -100px;
  margin-bottom: -50px;
}
.cta .container {
  justify-content: center;
  align-items: center;
  text-align: center;
  gap: 1rem;
  display: flex;
  flex-direction: column;
  color: #fff;
  padding-bottom: 30px;
}

/**/

.footer-premium {
  padding: 80px 20px;
}

.footer-card {
  max-width: 1000px;

  margin: auto;

  border: 2px solid #caa53d;

  border-radius: 40px;
  background: linear-gradient(180deg, #1f5c33 0%, #174727 100%);

  background:
    radial-gradient(circle at center, #1f5c33 0%, #174727 100%),
    rgba(0, 0, 0, 0.25);

  backdrop-filter: blur(10px);

  padding: 50px;

  position: relative;
}

.brand-area {
  display: flex;

  align-items: center;

  justify-content: center;

  gap: 50px;

  margin-bottom: 60px;
}

.product-bottle {
  width: 280px;

  filter: drop-shadow(0 25px 40px rgba(0, 0, 0, 0.5));
}
.brand-content {
  position: relative;
  overflow: visible; /* importante */
}
.brand-content h2 {
  font-size: 7rem;
  position: relative;
  line-height: 0.85;

  color: #000;

  font-weight: 900;
  z-index: 1;
}
.brand-content h2::before {
  content: "";
  position: absolute;
  inset: -220px;
  background: radial-gradient(
    circle,
    rgba(255, 215, 0, 0.45) 0%,
    rgba(255, 215, 0, 0.18) 45%,
    transparent 75%
  );
  filter: blur(20px);
  z-index: -1;
}
.gold-divider {
  width: 320px;

  height: 3px;

  background: #caa53d;

  margin-top: 25px;

  position: relative;
}

.gold-divider::after {
  content: "";

  width: 16px;

  height: 16px;

  border-radius: 50%;

  background: #caa53d;

  position: absolute;

  left: 50%;

  top: 50%;

  transform: translate(-50%, -50%);
}
.icon-circle {
  width: 90px;
  height: 90px;

  margin: auto;

  border: 2px solid #caa53d;

  border-radius: 50%;

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

  font-size: 2.5rem;

  color: #caa53d;
}
.info-section {
  text-align: center;

  margin-top: 60px;
}

.info-section h3 {
  color: #d8a93a;

  font-size: 2.8rem;

  font-weight: 800;

  margin: 25px 0;
}
.info-section a {
  font-size: 1.3rem;
  color: #fff;
  text-decoration: none;
}
.payment-box {
  border: 1px solid #caa53d;

  border-radius: 30px;

  padding: 25px;

  display: flex;

  justify-content: center;

  align-items: center;

  gap: 40px;

  flex-wrap: wrap;
}

.payment-box img {
  height: 42px;

  object-fit: contain;
}
.manufacturer {
  border: 1px solid #caa53d;

  border-radius: 25px;

  padding: 30px;

  color: white;

  font-size: 1.4rem;

  line-height: 1.8;
}
.leaf {
  position: absolute;

  z-index: 0;

  opacity: 0.9;
}

.leaf-left {
  position: absolute;
  left: -120px; /* faz metade sair para fora */
  top: 30%;
  transform: translateY(-50%);
  width: 260px;
  z-index: 1;
  pointer-events: none;
}
.leaf-right {
  position: absolute;
  right: -120px;
  top: 50%;
  transform: translateY(-50%);
  width: 260px;
  z-index: 1;
  pointer-events: none;
}
.brand-content > * {
  position: relative;
  z-index: 2;
}
.payment-box-item svg {
  height: 100px;
  fill: #fff;
}
.payment-box-item p {
  color: #fff;
  font-weight: 500;
}
.payment-box-item:nth-child(2) {
  border-left: #d8a93a 2px solid;
  border-right: #d8a93a 2px solid;
}

footer {
  background-color: var(--dourado-estrelas);
  text-align: center;
  padding: 40px;
}
footer .container {
  gap: 1rem;
  display: flex;
  flex-direction: column;
}
footer h3 {
  color: #fff;
  text-transform: uppercase;
}
footer p {
  font-size: 20px;
  color: #fff;
}
.judits a {
  color: #fff;
  text-decoration: none;
  font-size: 20px;
  font-weight: 600;
}
.judits {
  display: flex;
  justify-content: center;
  gap: 2rem;
}
footer p a {
  text-decoration: none;
  font-weight: 700;
  color: #2f6b3f;
}
.badge {
  font-size: 25px;
  background-color: #2f6b3f;
  width: fit-content;
  padding: 10px;
  border-radius: 20px;
  color: #fff;
}
/* ============================================= */
/*  AJUSTES PARA TELAS MENORES QUE 480px        */
/*  Resolve responsividade abaixo de 435px      */
/* ============================================= */

@media (max-width: 480px) {
  .container {
    width: 100%;
    max-width: 100%;
    padding-left: 16px;
    padding-right: 16px;
    overflow-x: hidden;
  }

  body {
    overflow-x: hidden;
  }

  /* ── HERO ── */
  .hero .container {
    padding-bottom: 40px;
    text-align: center;
  }

  .hero .text {
    padding: 20px 0;
    gap: 1.2rem;
  }

  .hero .text h1 {
    font-size: clamp(1.8rem, 9vw, 2.2rem);
  }

  .hero .text p {
    font-size: 0.95rem;
  }

  .hero .text ul li {
    max-width: 100%;
    padding: 14px 8px;
    font-size: 0.9rem;
  }

  .hero .container .img img {
    max-width: 280px;
    min-width: 200px;
    width: 100%;
  }

  .circle {
    width: 75vw !important;
    height: 75vw !important;
    max-width: 280px !important;
    max-height: 280px !important;
    min-width: 200px !important;
    min-height: 200px !important;
    top: 60px;
    border-width: 5px;
  }

  .hero .img {
    padding: 10px;
  }

  .cta-button {
    font-size: 0.85rem;
    padding: 14px 20px;
    width: 100%;
    max-width: 300px;
    text-align: center;
  }

  /* ── SOBRE / SLIDER ── */
  .sobre .container {
    padding-bottom: 20px;
  }

  .slider {
    width: 100% !important;
    max-width: 320px !important;
    height: auto !important;
    aspect-ratio: 1/1;
  }

  .track img {
    width: 100% !important;
    max-width: 320px !important;
    height: auto !important;
    aspect-ratio: 1/1;
    object-fit: contain;
  }

  .sobre .text h2 {
    font-size: 1.5rem;
  }

  .sobre .text p {
    font-size: 0.95rem;
  }

  /* ── INFO NUTRI ── */
  .info-nutri .container {
    flex-direction: column;
    padding: 0 16px;
    text-align: center;
  }

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

  .info-beneficio {
    max-width: 100%;
    width: 100%;
    padding: 20px 16px;
  }

  .info-beneficio h3 {
    font-size: 1.1rem;
  }

  .info-beneficio p {
    font-size: 0.9rem;
  }

  .videos {
    padding: 20px 0;
    width: 100%;
  }

  .video {
    padding: 12px;
    width: 100%;
  }

  .video video {
    max-height: 400px;
  }

  /* ── TABELA NUTRICIONAL ── */
  .tabelanutricional .container {
    flex-direction: column;
    gap: 1.5rem;
    margin-top: 10px;
  }

  .tabelanutricional .text {
    text-align: center;
    padding: 0;
  }

  .tabelanutricional .text h2 {
    font-size: 1.4rem;
  }

  .tabelanutricional .text p {
    font-size: 0.9rem;
  }

  .tabelanutricional .img {
    padding: 0;
    width: 100%;
  }

  .nutrition-table {
    font-size: 0.78rem;
    width: 100%;
  }

  .nutrition-table th,
  .nutrition-table td {
    padding: 10px 8px;
  }

  /* ── PROVAS SOCIAIS ── */
  .provasociais {
    padding: 60px 0;
  }

  .gallery {
    column-count: 1;
    column-gap: 12px;
  }

  .item {
    margin-bottom: 12px;
  }

  .provasociais .text p {
    font-size: 0.95rem;
  }

  /* ── PRODUTOS / CARDS ── */
  .produtos .container {
    padding-bottom: 40px;
  }

  .produtos .container h2 {
    font-size: 1.5rem;
    padding-top: 20px;
  }

  .produtos .text p {
    font-size: 0.9rem;
  }

  .products-grid {
    flex-direction: column;
    align-items: center;
    gap: 120px;
    margin-top: 80px;
    padding-bottom: 40px;
    padding-top: 60px;
  }

  .product-item {
    padding-top: 60px;
    width: 100%;
    display: flex;
    justify-content: center;
  }

  .product-item:nth-child(2) {
    margin-top: 100px;
  }

  .cards {
    width: 100% !important;
    max-width: 320px !important;
    min-width: 260px !important;
    padding: 110px 16px 20px;
  }

  .img-item {
    top: -130px;
    width: 200px;
  }

  .img-item img {
    width: 100%;
  }

  .product-text h3 {
    font-size: 1.4rem;
  }

  .product-text p {
    font-size: 0.88rem;
  }

  .price span {
    font-size: 2rem;
  }

  .parcelas span {
    font-size: 1.2rem;
  }

  .cards .cta-button {
    font-size: 0.85rem;
    padding: 14px 16px;
    width: calc(100% - 32px);
    margin: 16px 16px 12px;
  }

  /* ── FAQ ── */
  .faq {
    padding: 50px 0;
  }

  .section-title h2 {
    font-size: 1.6rem;
  }

  .faq-question {
    padding: 16px;
    font-size: 0.88rem;
  }

  .faq-answer p {
    padding: 0 16px 16px;
    font-size: 0.85rem;
  }

  .faq-list {
    gap: 14px;
  }

  /* ── FOOTER ── */
  footer {
    padding: 30px 16px;
  }

  footer p {
    font-size: 0.9rem;
  }

  .judits {
    flex-direction: column;
    gap: 0.8rem;
  }

  .judits a {
    font-size: 0.9rem;
  }

  .badge {
    font-size: 0.9rem;
    padding: 6px 12px;
  }
  .brand-content h2 {
    font-size: 3rem;
  }

  .product-bottle {
    width: 150px;
  }

  .leaf-left {
    width: 90px;
    left: -40px;
  }

  .leaf-right {
    width: 90px;
    right: -40px;
  }

  .footer-card {
    padding: 25px 15px;
  }

  .info-section h3 {
    font-size: 1.7rem;
  }
  .brand-area img {
    display: none;
  }
  .payment-box {
    padding: 20px;
    gap: 25px;
    display: flex;
    flex-direction: row;
  }
}

/* ── AJUSTE FINO PARA TELAS MUITO PEQUENAS (≤ 360px) ── */
@media (max-width: 360px) {
  .container {
    padding-left: 12px;
    padding-right: 12px;
  }

  .hero .text h1 {
    font-size: clamp(1.4rem, 8vw, 1.8rem);
  }

  .circle {
    max-width: 220px !important;
    max-height: 220px !important;
    top: 40px;
  }

  .hero .container .img img {
    max-width: 220px;
  }

  .cards {
    max-width: 280px !important;
    min-width: 240px !important;
    padding: 90px 12px 16px;
  }

  .img-item {
    top: -100px;
    width: 160px;
  }

  .product-text h3 {
    font-size: 1.2rem;
  }

  .price span {
    font-size: 1.6rem;
  }

  .nutrition-table th,
  .nutrition-table td {
    padding: 8px 6px;
    font-size: 0.7rem;
  }
}
/* ============================================= */
/*  RESPONSIVIDADE COMPLETA - TODOS OS BREAKPOINTS */
/*  Organizado do maior para o menor             */
/* ============================================= */

/* ── TABLETS E TELAS MÉDIAS (768px - 1200px) ── */
@media (max-width: 1200px) {
  .gallery {
    column-count: 3;
  }

  .container {
    max-width: 960px;
    padding-left: 24px;
    padding-right: 24px;
  }

  .hero .text h1 {
    font-size: clamp(2.2rem, 4vw, 3.2rem);
  }

  .hero .text p {
    font-size: 1.1rem;
  }

  .circle {
    width: 500px;
    height: 500px;
  }

  .hero .container .img img {
    max-width: 380px;
  }

  .cards {
    width: 360px;
  }

  .img-item {
    width: 220px;
    top: -160px;
  }

  .products-grid {
    gap: 2.5rem;
  }

  .sobre .text h2,
  .info-nutri h2,
  .tabelanutricional h2,
  .produtos .container h2 {
    font-size: clamp(1.8rem, 3.5vw, 2.5rem);
  }

  .nutrition-table {
    max-width: 480px;
  }

  .info-beneficio {
    max-width: 100%;
  }
}

/* ── TABLETS PEQUENOS / LANDSCAPE (768px - 900px) ── */
@media (max-width: 900px) {
  .gallery {
    column-count: 2;
  }

  .container {
    max-width: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }

  .hero .container {
    flex-direction: column;
    text-align: center;
    align-items: center;
  }

  .hero .text {
    padding: 30px 10px;
    gap: 1.5rem;
    align-items: center;
  }

  .hero .text h1 {
    font-size: clamp(2rem, 5vw, 2.8rem);
  }

  .hero .text ul {
    align-items: center;
  }

  .hero .text ul li {
    max-width: 320px;
  }

  .circle {
    width: 420px;
    height: 420px;
    top: 80px;
  }

  .hero .container .img img {
    max-width: 320px;
  }

  .sobre .container {
    flex-direction: column;
    text-align: center;
    align-items: center;
    gap: 2rem;
  }

  .sobre .img {
    width: 100%;
  }

  .slider {
    width: 380px;
    height: 380px;
  }

  .track img {
    width: 380px;
    height: 380px;
  }

  .info-nutri .container {
    flex-direction: column;
    text-align: center;
  }

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

  .info-beneficio {
    max-width: 420px;
  }

  .tabelanutricional .container {
    flex-direction: column;
    text-align: center;
    gap: 2rem;
  }

  .tabelanutricional .img {
    display: flex;
    justify-content: center;
  }

  .nutrition-table {
    max-width: 100%;
    width: 100%;
  }

  .products-grid {
    flex-direction: column;
    align-items: center;
    gap: 120px;
    margin-top: 160px;
  }

  .product-item {
    width: 100%;
    display: flex;
    justify-content: center;
  }

  .produtos .container h2 {
    font-size: clamp(1.5rem, 4vw, 2rem);
  }

  .produtos .text p {
    font-size: 1rem;
  }

  .faq .container {
    gap: 40px;
  }

  .section-title h2 {
    font-size: 2.2rem;
  }

  .judits {
    flex-direction: column;
    gap: 0.8rem;
  }
}

/* ── MOBILE MÉDIO (600px - 768px) ── */
@media (max-width: 768px) {
  .gallery {
    column-count: 2;
  }

  h2 {
    font-size: clamp(1.6rem, 5vw, 2.2rem);
  }

  h3 {
    font-size: clamp(1.1rem, 4vw, 1.4rem);
  }

  .cta-button {
    font-size: 1rem;
    padding: 16px 24px;
  }

  .circle {
    width: 75vw;
    height: 75vw;
    max-width: 380px;
    max-height: 380px;
  }

  .hero .text ul li {
    padding: 16px 10px;
    font-size: 0.95rem;
  }

  .sobre .text h2 {
    font-size: 1.6rem;
  }

  .sobre .text p {
    font-size: 1rem;
  }

  .slider {
    width: 100%;
    max-width: 360px;
    height: 360px;
  }

  .track img {
    width: 100%;
    max-width: 360px;
    height: 360px;
  }

  .info-beneficio {
    max-width: 380px;
    padding: 20px;
  }

  .info-beneficio h3 {
    font-size: 1rem;
  }

  .info-beneficio p {
    font-size: 0.9rem;
  }

  .videos {
    padding: 20px 0;
    width: 100%;
  }

  .video {
    padding: 14px;
  }

  .video video {
    max-height: 450px;
  }

  .tabelanutricional .text h2 {
    font-size: 1.5rem;
  }

  .nutrition-table {
    font-size: 0.85rem;
  }

  .nutrition-table th,
  .nutrition-table td {
    padding: 12px 10px;
  }

  .cards {
    width: 100%;
    max-width: 380px;
    min-width: 300px;
  }

  .img-item {
    width: 200px;
    top: -140px;
  }

  .product-text h3 {
    font-size: 1.6rem;
  }

  .price span {
    font-size: 2rem;
  }

  .parcelas span {
    font-size: 1.2rem;
  }

  .cards .cta-button {
    font-size: 0.95rem;
  }

  .produtos .container h2 {
    font-size: 1.6rem;
    padding-top: 30px;
  }

  .products-grid {
    gap: 100px;
    margin-top: 120px;
    padding-bottom: 60px;
    padding-top: 60px;
  }

  .product-item:nth-child(2) {
    margin-top: 120px;
  }

  .faq {
    padding: 60px 0;
  }

  .section-title h2 {
    font-size: 1.8rem;
  }

  .faq-question {
    padding: 20px;
    font-size: 0.95rem;
  }

  .faq-answer p {
    font-size: 0.9rem;
    padding: 0 20px 20px;
  }

  .provasociais {
    padding: 60px 0;
  }

  footer {
    padding: 30px 20px;
  }

  footer p {
    font-size: 0.95rem;
  }

  .judits a {
    font-size: 0.95rem;
  }
  .footer-premium {
    padding: 40px 10px;
  }

  .footer-card {
    padding: 30px 20px;
    border-radius: 25px;
  }

  .brand-area {
    flex-direction: column;
    gap: 30px;
    margin-bottom: 40px;
  }

  .product-bottle {
    width: 180px;
  }

  .brand-content {
    text-align: center;
  }

  .brand-content h2 {
    font-size: 3.8rem;
    line-height: 0.9;
  }

  .brand-content h2::before {
    inset: -120px;
    filter: blur(16px);
  }
  .leaf {
    display: none;
  }

  .gold-divider {
    width: 220px;
    margin: 20px auto 0;
  }

  .info-section {
    margin-top: 40px;
  }
  .icon-circle {
    display: none;
  }
  .info-section h3 {
    font-size: 1.2rem;
  }

  .info-section a {
    font-size: 1rem;
    word-break: break-word;
  }

  .icon-circle {
    width: 70px;
    height: 70px;
    font-size: 2rem;
  }

  .payment-box {
    padding: 10px;
    gap: 20px;
    display: flex;
    align-items: flex-start;
    flex-wrap: nowrap;
  }

  .payment-box-item {
    width: 100%;
    border: none !important;
    padding: 15px 0;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .payment-box-item:nth-child(2) {
    border-left: #d8a93a 2px solid;
    border-right: #d8a93a 2px solid;
  }

  .payment-box-item svg {
    height: 30px;
  }

  .manufacturer {
    padding: 20px;
    font-size: 1rem;
    line-height: 1.7;
  }

  /* Folhas */

  .leaf-left {
    width: 120px;
    left: -55px;
    top: 18%;
  }

  .leaf-right {
    width: 120px;
    right: -55px;
    top: 48%;
  }
}

/* ── MOBILE PEQUENO (500px - 600px) ── */
@media (max-width: 600px) {
  .container {
    padding-left: 18px;
    padding-right: 18px;
  }

  .gallery {
    column-count: 1;
    column-gap: 16px;
  }

  .item {
    margin-bottom: 16px;
  }

  .hero .text h1 {
    font-size: clamp(1.8rem, 7vw, 2.2rem);
  }

  .hero .text p {
    font-size: 0.95rem;
  }

  .hero .text ul li {
    max-width: 100%;
    padding: 14px 8px;
    font-size: 0.9rem;
  }

  .circle {
    max-width: 320px;
    max-height: 320px;
    min-width: 220px;
    min-height: 220px;
    top: 70px;
  }

  .hero .container .img img {
    max-width: 280px;
    min-width: 200px;
  }

  .slider {
    max-width: 320px;
    height: 320px;
  }

  .track img {
    max-width: 320px;
    height: 320px;
  }

  .cta-button {
    font-size: 0.9rem;
    padding: 14px 20px;
    width: fit-content;
    max-width: 100%;
  }

  .info-beneficio {
    max-width: 340px;
    padding: 18px;
  }

  .nutrition-table th,
  .nutrition-table td {
    padding: 10px 8px;
    font-size: 0.8rem;
  }

  .cards {
    max-width: 340px;
    min-width: 280px;
    padding: 120px 20px 20px;
  }

  .img-item {
    width: 220px;
    top: -150px;
  }

  .product-text h3 {
    font-size: 1.4rem;
  }

  .price span {
    font-size: 2rem;
  }

  .products-grid {
    gap: 80px;
    margin-top: 100px;
    padding-bottom: 40px;
    padding-top: 40px;
  }

  .product-item:nth-child(2) {
    margin-top: 80px;
  }

  .badge {
    font-size: 0.95rem;
    padding: 6px 14px;
  }

  .provasociais .text p {
    font-size: 0.95rem;
  }
}

/* ── MOBILE MUITO PEQUENO (ate 500px) ── */
@media (max-width: 500px) {
  .container {
    width: 100%;
    max-width: 100%;
    padding: 0 20px;
    flex-direction: column;
  }

  .hero .container {
    margin: 0 auto;
    padding-bottom: 40px;
    text-align: center;
  }

  .hero .container h1 {
    font-size: clamp(2rem, 8vw, 2.2rem);
  }

  .hero .container p {
    font-size: 0.95rem;
  }

  .hero .container ul {
    justify-content: center;
    align-items: center;
  }

  .hero .container ul li {
    font-size: 0.9rem;
    max-width: 100%;
    padding: 12px 8px;
  }

  .circle {
    width: 80vw;
    height: 80vw;
    max-width: 300px;
    max-height: 300px;
    min-width: 220px;
    min-height: 220px;
    top: 60px;
    border-width: 5px;
  }

  .hero .container .img img {
    max-width: 260px;
    min-width: 200px;
    width: 100%;
  }

  .sobre .container {
    text-align: center;
  }

  h1 {
    font-size: clamp(1.8rem, 8vw, 2.5rem);
  }

  h2 {
    font-size: clamp(1.5rem, 7vw, 2rem);
  }

  h3 {
    font-size: clamp(1.1rem, 5vw, 1.4rem);
  }

  img {
    max-width: 100%;
    height: auto;
    display: block;
  }

  .sobre .container h2 {
    font-size: 1.5rem;
  }

  .sobre .container p {
    font-size: 0.95rem;
  }

  .cta-button {
    width: fit-content;
    max-width: none;
    font-size: 0.85rem;
    text-transform: uppercase;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
    padding: 14px 18px;
  }

  .sobre .container .img .track img {
    padding: 40px 0;
  }

  .slider {
    width: 100%;
    max-width: 300px;
    height: 300px;
  }

  .track img {
    width: 100%;
    max-width: 300px;
    height: 300px;
  }

  .text p {
    font-size: 0.95rem;
  }

  .info-nutri .container {
    padding: 0;
    text-align: center;
    justify-content: center;
    align-items: center;
  }

  .beneficios-grid {
    justify-content: center;
    align-items: center;
  }

  .info-beneficio {
    text-align: center;
    max-width: 320px;
    width: 100%;
    padding: 24px 14px;
  }

  .videos {
    padding: 20px;
  }

  .video {
    width: 100%;
    padding: 12px;
  }

  .video video {
    max-height: 350px;
  }

  .tabelanutricional .container .text {
    text-align: center;
  }

  .tabelanutricional .container .img {
    padding: 20px;
  }

  .tabelanutricional .text h2 {
    font-size: 1.4rem;
  }

  .tabelanutricional .container {
    flex-direction: column;
    gap: 1.5rem;
    margin-top: 20px;
  }

  .tabelanutricional h2 {
    font-size: 1.6rem;
    text-align: center;
    line-height: 1.2;
  }

  .tabelanutricional .text {
    width: 100%;
  }

  .nutrition-table {
    width: 100%;
    max-width: 100%;
    font-size: 0.8rem;
  }

  .nutrition-table th,
  .nutrition-table td {
    padding: 10px 8px;
  }

  .nutrition-table th {
    font-size: 0.75rem;
  }

  .nutrition-table td {
    font-size: 0.75rem;
  }

  .gallery {
    column-count: 1;
    margin-bottom: 15px;
  }

  .products-grid {
    flex-direction: column;
    align-items: center;
    gap: 100px;
    margin-top: 80px;
    padding-bottom: 40px;
    padding-top: 40px;
  }

  .product-item {
    width: 100%;
    display: flex;
    justify-content: center;
  }

  .product-item:nth-child(2) {
    margin-top: 100px;
  }

  .cards {
    width: 100%;
    max-width: 320px;
    min-width: 280px;
    padding: 110px 16px 20px;
  }

  .img-item {
    top: -130px;
    width: 200px;
  }

  .img-item img {
    width: 100%;
  }

  .product-text h3 {
    font-size: 1.3rem;
  }

  .product-text p {
    font-size: 0.85rem;
  }

  .price span {
    font-size: 1.8rem;
  }

  .parcelas span {
    font-size: 1.1rem;
  }

  .cards .cta-button {
    font-size: 0.85rem;
    padding: 12px 16px;
    width: calc(100% - 32px);
    margin: 16px 16px 12px;
  }

  .produtos .container .text {
    justify-content: center;
    align-items: center;
    display: flex;
    flex-direction: column;
  }

  .produtos .container h2 {
    font-size: 1.4rem;
    padding-top: 20px;
  }

  .produtos .text p {
    font-size: 0.9rem;
  }

  .tabelanutricional .container {
    justify-content: center;
    align-items: center;
  }

  .faq {
    padding: 50px 0;
  }

  .section-title h2 {
    font-size: 1.5rem;
  }

  .faq-question {
    padding: 16px;
    font-size: 0.9rem;
  }

  .faq-answer p {
    padding: 0 16px 16px;
    font-size: 0.85rem;
  }

  footer {
    padding: 30px 16px;
  }

  footer p {
    font-size: 0.9rem;
  }

  .judits {
    flex-direction: column;
    gap: 0.6rem;
  }

  .judits a {
    font-size: 0.9rem;
  }

  .badge {
    font-size: 0.85rem;
    padding: 6px 12px;
  }
  .dores {
    flex-direction: column;
    margin-top: 50px;
  }
  .dores-grid {
    flex-direction: column;
  }
  .ingredient-card img {
    width: 100px;
    border-radius: 50%;
    margin-left: 0;
    margin-bottom: 40px;
  }
}

/* ── TELAS MUITO PEQUENAS (ate 435px) ── */
@media (max-width: 435px) {
  .container {
    padding-left: 16px;
    padding-right: 16px;
    overflow-x: hidden;
  }

  body {
    overflow-x: hidden;
  }

  .hero .text {
    padding: 20px 0;
    gap: 1rem;
  }

  .hero .text h1 {
    font-size: clamp(1.5rem, 7vw, 1.8rem);
  }

  .hero .text p {
    font-size: 0.88rem;
  }

  .hero .text ul li {
    padding: 10px 6px;
    font-size: 0.85rem;
  }

  .circle {
    width: 75vw;
    height: 75vw;
    max-width: 260px;
    max-height: 260px;
    min-width: 180px;
    min-height: 180px;
    top: 50px;
    border-width: 4px;
  }

  .hero .container .img img {
    max-width: 240px;
    min-width: 160px;
  }

  .cta-button {
    font-size: 0.8rem;
    padding: 12px 16px;
  }

  .slider {
    max-width: 280px;
    height: 280px;
  }

  .track img {
    max-width: 280px;
    height: 280px;
  }

  .info-beneficio {
    max-width: 100%;
    padding: 18px 12px;
  }

  .info-beneficio h3 {
    font-size: 0.95rem;
  }

  .info-beneficio p {
    font-size: 0.85rem;
  }

  .video video {
    max-height: 300px;
  }

  .nutrition-table {
    font-size: 0.72rem;
  }

  .nutrition-table th,
  .nutrition-table td {
    padding: 8px 6px;
  }

  .cards {
    max-width: 290px;
    min-width: 250px;
    padding: 100px 14px 16px;
  }

  .img-item {
    top: -120px;
    width: 180px;
  }

  .product-text h3 {
    font-size: 1.2rem;
  }

  .product-text p {
    font-size: 0.82rem;
  }

  .price span {
    font-size: 1.6rem;
  }

  .parcelas span {
    font-size: 1rem;
  }

  .cards .cta-button {
    padding: 10px 14px;
    font-size: 0.8rem;
  }

  .products-grid {
    gap: 80px;
    margin-top: 60px;
    padding-bottom: 30px;
    padding-top: 30px;
  }

  .product-item:nth-child(2) {
    margin-top: 80px;
  }

  .produtos .container h2 {
    font-size: 1.3rem;
  }

  .faq {
    padding: 40px 0;
  }

  .section-title h2 {
    font-size: 1.3rem;
  }

  .faq-question {
    padding: 14px;
    font-size: 0.85rem;
  }

  .faq-question span {
    width: 28px;
    height: 28px;
    font-size: 1.1rem;
  }

  .faq-answer p {
    padding: 0 14px 14px;
    font-size: 0.82rem;
  }
}

/* ── TELAS EXTREMAMENTE PEQUENAS (ate 375px) ── */
@media (max-width: 375px) {
  .container {
    padding-left: 14px;
    padding-right: 14px;
  }

  .hero .text h1 {
    font-size: clamp(1.3rem, 6vw, 1.5rem);
  }

  .hero .text p {
    font-size: 0.82rem;
  }

  .hero .text ul li {
    font-size: 0.8rem;
    padding: 8px 6px;
  }

  .circle {
    max-width: 220px;
    max-height: 220px;
    min-width: 160px;
    min-height: 160px;
    top: 45px;
    border-width: 4px;
  }

  .hero .container .img img {
    max-width: 200px;
    min-width: 150px;
  }

  .cta-button {
    font-size: 0.75rem;
    padding: 10px 14px;
  }

  .slider {
    max-width: 240px;
    height: 240px;
  }

  .track img {
    max-width: 240px;
    height: 240px;
  }

  .sobre .text h2 {
    font-size: 1.3rem;
  }

  .sobre .text p {
    font-size: 0.85rem;
  }

  .info-beneficio {
    padding: 14px 10px;
  }

  .info-beneficio h3 {
    font-size: 0.88rem;
  }

  .info-beneficio p {
    font-size: 0.8rem;
  }

  .nutrition-table th,
  .nutrition-table td {
    padding: 6px 5px;
    font-size: 0.65rem;
  }

  .cards {
    max-width: 260px;
    min-width: 220px;
    padding: 90px 12px 14px;
  }

  .img-item {
    top: -100px;
    width: 160px;
  }

  .product-text h3 {
    font-size: 1.1rem;
  }

  .product-text p {
    font-size: 0.78rem;
  }

  .price span {
    font-size: 1.4rem;
  }

  .parcelas span {
    font-size: 0.9rem;
  }

  .cards .cta-button {
    padding: 10px 12px;
    font-size: 0.75rem;
  }

  .produtos .container h2 {
    font-size: 1.2rem;
  }

  .section-title h2 {
    font-size: 1.2rem;
  }

  .badge {
    font-size: 0.8rem;
    padding: 4px 10px;
  }
}

/* ── TELAS MINÚSCULAS (ate 320px) ── */
@media (max-width: 320px) {
  .container {
    padding-left: 10px;
    padding-right: 10px;
  }

  .hero .text h1 {
    font-size: clamp(1.1rem, 5vw, 1.3rem);
  }

  .hero .text p {
    font-size: 0.78rem;
  }

  .hero .text ul li {
    font-size: 0.75rem;
    padding: 6px 4px;
    border-width: 1.5px;
  }

  .circle {
    max-width: 180px;
    max-height: 180px;
    min-width: 140px;
    min-height: 140px;
    top: 35px;
    border-width: 3px;
  }

  .hero .container .img img {
    max-width: 160px;
    min-width: 120px;
  }

  .cta-button {
    font-size: 0.7rem;
    padding: 8px 12px;
    border-radius: 30px;
  }

  .slider {
    max-width: 200px;
    height: 200px;
  }

  .track img {
    max-width: 200px;
    height: 200px;
  }

  .sobre .text h2 {
    font-size: 1.1rem;
  }

  .info-beneficio {
    padding: 12px 8px;
  }

  .nutrition-table {
    font-size: 0.6rem;
  }

  .nutrition-table th,
  .nutrition-table td {
    padding: 5px 4px;
    font-size: 0.6rem;
  }

  .cards {
    max-width: 220px;
    min-width: 180px;
    padding: 80px 10px 12px;
  }

  .img-item {
    top: -90px;
    width: 140px;
  }

  .product-text h3 {
    font-size: 1rem;
  }

  .price span {
    font-size: 1.2rem;
  }

  .parcelas span {
    font-size: 0.8rem;
  }

  .cards .cta-button {
    padding: 8px 10px;
    font-size: 0.7rem;
  }

  .produtos .container h2 {
    font-size: 1rem;
  }

  .produtos .text p {
    font-size: 0.8rem;
  }

  .section-title h2 {
    font-size: 1.1rem;
  }

  .faq-question {
    padding: 12px;
    font-size: 0.78rem;
  }

  .faq-question span {
    width: 24px;
    height: 24px;
    font-size: 0.9rem;
  }

  .faq-answer p {
    padding: 0 12px 12px;
    font-size: 0.75rem;
  }

  footer {
    padding: 24px 10px;
  }

  footer p {
    font-size: 0.8rem;
  }

  .judits a {
    font-size: 0.8rem;
  }

  .badge {
    font-size: 0.75rem;
    padding: 4px 8px;
  }
}
@media (max-width: 1200px) {
  .gallery {
    column-count: 3;
  }
}
@media (max-width: 768px) {
  .gallery {
    column-count: 2;
  }
}
@media (max-width: 500px) {
  .container {
    width: 100%;
    max-width: 100%;
    padding: 0 20px;
    flex-direction: column;
  }
  .hero .container {
    margin: 0 auto;
  }
  .hero .container h1 {
    font-size: clamp(2.5rem, 7vw, 2.6rem);
  }
  .hero .container p {
    font-size: 1rem;
  }
  .hero .container ul {
    justify-content: center;
    align-items: center;
  }
  .hero .container ul li {
    font-size: 1rem;
  }
  .circle {
    width: 85vw;

    height: 85vw;

    max-width: 350px;

    max-height: 350px;

    min-width: 250px;

    min-height: 250px;
  }
  .hero .container {
    padding-bottom: 40px;
    text-align: center;
  }
  .hero .container .img img {
    max-width: 350px;
    min-width: 300px;
    width: 100%;
  }
  .sobre .container {
    text-align: center;
  }
  h1 {
    font-size: clamp(2rem, 8vw, 3.5rem);
  }

  h2 {
    font-size: clamp(1.8rem, 7vw, 2.8rem);
  }

  h3 {
    font-size: clamp(1.2rem, 5vw, 1.6rem);
  }
  img {
    max-width: 100%;

    height: auto;

    display: block;
  }
  .sobre .container h2 {
    font-size: 1.7rem;
  }
  .sobre .container p {
    font-size: 1rem;
  }
  .cta-button {
    width: fit-content;

    max-width: none;
    font-size: 0.9rem;
    text-transform: uppercase;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
    padding: 15px;
  }
  .sobre .container .img .track img {
    padding: 60px 0;
  }
  .text p {
    font-size: 1rem;
  }
  .info-nutri .container {
    padding: 0;
    text-align: center;
    justify-content: center;
    align-items: center;
  }
  .beneficios-grid {
    justify-content: center;
    align-items: center;
  }
  .info-beneficio {
    text-align: center;
    max-width: 340px;
    width: 100%;
    padding: 30px 15px;
  }
  .videos {
    padding: 30px;
  }
  .video {
    width: 100%;
  }
  .tabelanutricional .container .text {
    text-align: center;
  }
  .tabelanutricional .container .img {
    padding: 40px;
  }
  .tabelanutricional .text h2 {
    font-size: 1.7rem;
  }
  .tabelanutricional .container {
    flex-direction: column;
    gap: 2rem;
    margin-top: 20px;
  }

  .tabelanutricional h2 {
    font-size: 2rem;
    text-align: center;
    line-height: 1.2;
  }

  .tabelanutricional .text {
    width: 100%;
  }

  .nutrition-table {
    width: 100%;
    max-width: 100%;
    font-size: 0.85rem;
  }

  .nutrition-table th,
  .nutrition-table td {
    padding: 12px 10px;
  }

  .nutrition-table th {
    font-size: 0.8rem;
  }

  .nutrition-table td {
    font-size: 0.8rem;
  }
  .cards {
    width: 100%;
    max-width: 340px;
    min-width: 300px;
    margin: 0 auto;
  }
  .gallery {
    column-count: 1;
    margin-bottom: 15px;
  }

  .products-grid {
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    gap: 170px;
  }
  .product-item:nth-child(2) {
    margin-top: 150px;
  }

  .img-item {
    top: -70px;
  }
  .img-item img {
    width: 220px;
  }
  .produtos .container .text {
    justify-content: center;
    align-items: center;
    display: flex;
    flex-direction: column;
  }
  .tabelanutricional .container {
    justify-content: center;
    align-items: center;
  }
  .faq {
    padding: 70px 0;
  }

  .section-title h2 {
    font-size: 2rem;
  }

  .faq-question {
    padding: 18px;

    font-size: 0.95rem;
  }

  .faq-answer p {
    padding: 0 18px 18px;

    font-size: 0.9rem;
  }
  .cards {
    max-width: 320px;
    padding: 20px;
    overflow: hidden;
  }

  .img-item {
    position: relative;
    top: 0;
    width: 100%;
    height: auto;
    padding: 0;
  }

  .img-item img {
    width: 100%;

    margin: auto;
    display: block;
  }

  .products-grid {
    gap: 40px;
  }
  .payment {
    margin-top: 50px;
  }
  .product-item:nth-child(2) {
    margin-top: 0;
  }
  .img-content {
    flex-direction: column;
  }
}
*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  overflow-x: hidden;
}

body {
  overflow-x: hidden;
}
