/* Base & Fonts */
*,
*::before,
*::after {
  box-sizing: border-box;
}

body {
  margin: 0;
  font-family: 'Open Sans', sans-serif;
  color: #333333;
  background: #fff;
  margin: 0;
  overflow-x: hidden;
}

img {
  max-width: 100%;
  height: auto;
}

.hero-image img,
.testimonials-grid img {
  width: 100%;
  height: auto;
  display: block;
}

.container {
  width: 90%;
  max-width: 1000px;
  margin: auto;
  padding: 0 15px;
}

/* Hero Section */
.hero {
  background: #1e8f5a;
  color: #ffffff;
  text-align: center;
  padding: 35px 20px 30px;
  margin-bottom: 0;
}

.hero h1 {
  font-family: 'Poppins', sans-serif;
  font-size: 2rem;
  line-height: 1.2;
  margin: 0 0 10px;
  font-weight: 600;
}

.hero .subtitle {
  font-size: 0.95rem;
  margin: 0 0 18px;
  opacity: 0.95;
}

/* introduction */
.introduction {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 60px;
  padding: 70px 8%;
  background: #8fb39a;
  font-family: 'Poppins', sans-serif;
}

/* PRIMEIRA IMAGEM (PRODUTO) */
.introduction > div:nth-child(1) img {
  width: 520px;
  max-width: 100%;
  height: auto;
}

/* BLOCO DE TEXTO */
.introduction > div:nth-child(2) {
  max-width: 520px;
}

/* H1 MAIS ELEGANTE (MENOR) */
.introduction h1 {
  color: #ffffff;
  font-size: 2.1rem;   /* menor que antes */
  line-height: 1.3;
  font-weight: 600;    /* menos pesado */
  margin-bottom: 18px;
}

/* PARÁGRAFO */
.introduction p {
  color: #f1f1f1;
  font-size: 1.05rem;
  line-height: 1.6;
  margin-bottom: 25px;
}


/* RESPONSIVO */
@media (max-width: 900px) {
  .introduction {
    flex-direction: column;
    text-align: center;
    padding: 50px 6%;
  }

  .introduction > div:nth-child(1) img {
    width: 90%;
    max-width: 420px;
  }

  .introduction h1 {
    font-size: 1.75rem;
  }

  .introduction > div:nth-child(3) img {
    margin: 20px auto 0;
    max-width: 320px;
  }
}

/* RESPONSIVO */
@media (max-width: 900px) {
  .introduction {
    flex-direction: column;
    text-align: center;
    padding: 60px 6%;
  }

  .introduction h1 {
    font-size: 2.1rem;
  }

  .introduction p {
    font-size: 1rem;
    margin: 0 auto;
  }

  .introduction img {
    max-width: 340px;
    margin-bottom: 30px;
  }
}

.satisfaction-image {
  width: 100vw;
  margin: 0;
  padding: 0;
  background: #ffffff;
  position: relative;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
}

.satisfaction-image img {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
}

.hero-image {
  width: 100vw;
  margin: 0;
  padding: 0;
  background: #ffffff;
  position: relative;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
}

.hero-image img {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
}

.btn {
  background: #f57c00;
  color: #ffffff;
  padding: 14px 30px;
  border-radius: 30px;
  text-decoration: none;
  font-weight: bold;
  font-size: 1rem;
  display: inline-block;
  animation: pulse 1.8s infinite;
  box-shadow: 0 0 0 rgba(245,124,0, 0.7);
  transition: transform 0.2s ease-in-out;
}

.btn:hover {
  transform: scale(1.05);
}

.hero .btn {
  padding: 12px 26px;
  font-size: 0.95rem;
}


/* Sections */
.section {
  padding: 40px 0;
  text-align: center;
}

.section h2 {
  width: 100vw;
  background: #4ce4a2;
  color: black;
  padding: 18px 20px;
  margin: 0 0 35px;
  position: relative;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;

  /* alinhamento */
  display: flex;
  justify-content: center;
}

.benefits {
  list-style: none;
  padding: 0;
  margin: 0 auto;
  max-width: 900px;
  width: 100%;
}

.benefits li {
  display: flex;
  gap: 10px;
  margin-bottom: 14px;
  font-size: 1rem;
  text-align: justify;
  align-items: flex-start;
}

.benefits li::before {
  content: "✔";
  color: #2bb673;
  font-weight: bold;
  margin-top: 3px;
}

/* Testimonials */
.testimonial {
  margin-top: 20px;
  border-top: 1px solid #eeeeee;
  padding-top: 20px;
}

.testimonial p {
  font-style: italic;
}

/* Call to Action */
.cta {
  text-align: center;
  margin: 50px 0;
}

/* Footer */
footer {
  text-align: center;
  padding: 25px 10px;
  font-size: 0.85rem;
  color: #555555;
  background: #f9f9f9;
}

/* FOOTER */
.page-footer {
  background: #1e8f5a;
  color: #fff;
  padding: 22px 0;
  font-size: 0.87rem;
  text-align: center;
}

.footer-container {
  max-width: 960px;
  margin: auto;
  padding: 0 15px;
}


.disclaimer {
  margin: 12px 0;
  line-height: 1.46;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
  text-align: justify;
}

.page-footer .copyright {
  margin-top: 8px;
  font-size: 0.78rem;
  opacity: 0.85;
}

.testimonials-grid {
  width: 100%;
  margin-top: 30px;
}

.testimonials-grid img {
  width: 100%;
  max-width: 100%;
  height: auto;
  display: block;
  margin: 0 auto 25px;
  border-radius: 14px;
  box-shadow: 0 10px 25px rgba(0,0,0,0.1);
}

@media (max-width: 768px) {
  .hero h1 {
    font-size: 1.6rem;
  }

  .hero .subtitle {
    font-size: 0.9rem;
  }
}

@media (max-width: 768px) {
  .testimonials-grid img {
    border-radius: 10px;
  }
}

@media (max-width: 768px) {

  .hero {
    padding: 30px 15px;
  }

  .hero h1 {
    font-size: 1.6rem;
  }

  .section {
    padding: 30px 15px;
  }

  .section h2 span {
    max-width: 100%;
  }

  .benefits {
    max-width: 100%;
  }
}
/* AUMENTAR IMAGENS NO MOBILE */
@media (max-width: 768px) {

  img {
    width: 100% !important;
    max-width: 100% !important;
    height: auto;
    margin: 15px auto;
    display: block;
  }

}
@media (max-width: 768px) {

  .full-img-mobile img {
    width: 100vw !important;
    max-width: 100vw !important;
    margin-left: calc(-50vw + 50%);
  }

}



