/* ==========================================
   RESET E CONFIGURAÇÕES GERAIS
   ========================================== */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html, body {
  height: 100%;
  background-color: #000;
  overflow-x: hidden;
}

body {
  font-family: 'Open Sans', 'Segoe UI', sans-serif;
  font-weight: 400;
  margin: 0;
  background-color: #fff;
  color: #000;
}

/* ==========================================
   COMPONENTES GLOBAIS
   ========================================== */
.logo {
  display: block;
  margin: 30px auto;
  max-width: 160px;
  max-width: 100%;
  height: auto;
}

.highlight {
  color: #b68b47;
}

.cta-button {
  background: linear-gradient(90deg, #8C6034, #cea630, #8C6034);
  color: white;
  padding: 26px 42px;
  font-size: 1.5em;
  font-family: 'Bebas Neue', cursive;
  font-weight: normal;
  letter-spacing: 1.5px;
  border: none;
  border-radius: 8px;
  cursor: pointer;
  transition: 0.3s ease;
  text-transform: uppercase;
  align-self: center;
}

.cta-button:hover {
  transform: scale(1.05);
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
}

.container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
  width: 100%;
}

.section-title {
  font-family: 'Bebas Neue', cursive;
  font-size: 1.6em;
  color: #d8ba89;
  letter-spacing: 2px;
  text-transform: uppercase;
  text-align: center;
  margin-bottom: 40px;
}

/* ==========================================
   SEÇÃO HERO
   ========================================== */
.hero {
  background: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)), 
              url('img/header.jpg') no-repeat center center;
  background-size: cover;
  min-height: 100vh;
  height: 100dvh;
  position: relative;
  color: white;
  display: flex;
  align-items: center;
  justify-content: center;
}

.hero::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100px;
  background: linear-gradient(to bottom, transparent, rgba(0, 0, 0, 0.8));
  pointer-events: none;
}

.hero-overlay {
  background-color: rgba(0, 0, 0, 0.6);
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 60px 20px;
}

.hero-text {
  text-align: center;
  max-width: 700px;
}

.hero-text .logo {
  width: 150px;
  margin-bottom: 30px;
}

.hero-text h1 {
  font-family: 'Bebas Neue', cursive;
  font-size: 3.8em;
  line-height: 1.1;
  margin-bottom: 20px;
  letter-spacing: 3px;
  text-transform: uppercase;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
}

.hero-text p {
  font-family: 'Open Sans', sans-serif;
  font-weight: 600;
  font-size: 1.4em;
  margin-bottom: 30px;
  line-height: 1.5;
}

/* ==========================================
   SEÇÃO EMOCIONAL
   ========================================== */
.emocional {
  background: url('img/celina2.png') no-repeat left center;
  background-size: cover;
  background-color: #000;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding: 100px 60px;
  min-height: 100vh;
  position: relative;
}

.emocional::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 80px;
  background: linear-gradient(to bottom, transparent, rgba(0, 0, 0, 0.9));
  pointer-events: none;
}

.emocional-content {
  max-width: 600px;
  margin-right: 15vw;
}

.emocional-text-container {
  background: linear-gradient(135deg, rgba(26, 26, 26, 0.8), rgba(0, 0, 0, 0.6));
  padding: 30px 25px;
  border-radius: 16px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
  color: white;
}

.section-title-emocional {
  font-family: 'Bebas Neue', cursive;
  font-size: 2.6em;
  color: #b68b47;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  margin-bottom: 30px;
}

.emocional-text {
  color: white;
  font-size: 1.4em;
}

.emocional-text ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.emocional-text li {
  font-family: 'Open Sans', sans-serif;
  font-weight: 600;
  line-height: 1.6;
  margin-bottom: 15px;
  position: relative;
  padding-left: 30px;
}

.emocional-text li::before {
  content: "✓";
  position: absolute;
  left: 0;
  top: 0;
  color: #b68b47;
  font-weight: bold;
  font-size: 1.2em;
}

/* ==========================================
   SEÇÃO BEFORE & AFTER
   ========================================== */
.before-after {
  background: url('img/beforeafter.png') no-repeat left center;
  background-size: cover;
  background-color: #000;
  padding: 100px 60px;
  min-height: 100vh;
  position: relative;
}

.before-after::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 80px;
  background: linear-gradient(to bottom, transparent, rgba(0, 0, 0, 0.9));
  pointer-events: none;
}

.before-after h2 {
  font-family: 'Bebas Neue', cursive;
  font-size: 3em;
  margin-bottom: 40px;
  color: white;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.before-after-container {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 40px;
  text-align: center;
}

.image-block {
  flex: 1 1 300px;
  max-width: 400px;
}

.image-block img {
  width: 100%;
  border-radius: 12px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
  border: 2px solid #b68b47;
}

.caption {
  margin-top: 10px;
  font-family: 'Bebas Neue', cursive;
  font-size: 1.8em;
  color: white;
  letter-spacing: 1px;
  text-transform: uppercase;
}

/* ==========================================
   SEÇÃO SERVIÇOS
   ========================================== */
.servicos {
  background: url('img/servicos.png') no-repeat left center;
  background-size: cover;
  background-color: #000;
  padding: 100px 20px;
  min-height: 100vh;
}

.servicos .section-title {
  text-align: center;
  max-width: 800px;
  margin: 0 auto 80px auto;
}

.servico-item {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 40px;
  margin-bottom: 80px;
  width: 100%;
  box-sizing: border-box;
}

.servico-item.reverse {
  flex-direction: row-reverse;
}

.servico-img,
.servico-text-wrapper {
  flex: 1 1 45%;
  max-width: 48%;
  box-sizing: border-box;
}

.servico-img {
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
}

.servico-img img {
  width: 100%;
  max-width: 500px;
  height: auto;
  border-radius: 12px;
  border: 2px solid #b68b47;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  object-fit: cover;
}

.servico-text-wrapper {
  display: flex;
  align-items: center;
}

.servico-text {
  background: linear-gradient(135deg, rgba(26, 26, 26, 0.8), rgba(0, 0, 0, 0.6));
  padding: 40px 30px;
  border-radius: 16px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
  font-size: 1.2em;
  color: #fff;
  width: 100%;
}

.servico-text h3 {
  font-family: 'Bebas Neue', cursive;
  font-size: 1.8em;
  margin-bottom: 15px;
  color: #b68b47;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.servico-text p {
  font-family: 'Open Sans', sans-serif;
  font-weight: 600;
  font-size: 1em;
  line-height: 1.5;
  color: #ffffff;
}

/* INTRODUÇÃO – com texto à esquerda */
.introduction {
  background: url('img/introduction.jpg') no-repeat left center;
  background-size: cover;
  background-color: #000;
  padding: 100px 20px;
  min-height: 100vh;
}


.introduction::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 80px;
  width: 100%;
  background: linear-gradient(to bottom, transparent, rgba(0, 0, 0, 0.9));
  pointer-events: none;
}

.introduction-wrapper {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
}

.introduction-text-container {
  max-width: 700px;
  font-family: 'Open Sans', sans-serif;
  font-size: 1.2em;
  line-height: 1.8;
  text-align: left;
  background: linear-gradient(135deg, rgba(26, 26, 26, 0.85), rgba(0, 0, 0, 0.65));
  padding: 40px 35px;
  border-radius: 16px;
  box-shadow: 0 4px 12px rgba(0,0,0,0.3);
  color: #fff;
}

.section-title-intro {
  font-family: 'Bebas Neue', cursive;
  font-size: 3em;
  color: #b68b47;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-bottom: 30px;
}

.whatsapp-link {
  margin-top: 30px;
  font-weight: bold;
}

.whatsapp-link a {
  color: #ffffff;
  text-decoration: none;
}

.whatsapp-link a:hover {
  text-decoration: underline;
}

/* RESPONSIVO */
@media (max-width: 768px) {
  .container {
    padding: 0 15px;
  }
  .hero {
    background-image: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)), url('img/header-mobile.jpg') !important;
    background-position: center center !important;
    background-size: cover !important;
    background-repeat: no-repeat !important;
  }
  .emocional {
    background-image: url('img/emocional-mobile.png') !important;
    background-position: center center !important;
    background-size: cover !important;
    background-repeat: no-repeat !important;
  }
  .vantagens-valores {
    background-image: url('img/vantagens-mobile.png') !important;
    background-position: center center !important;
    background-size: cover !important;
    background-repeat: no-repeat !important;
  }
  .introduction {
    background-image: url('img/introduction-mobile.jpg') !important;
    background-position: center center !important;
    background-size: cover !important;
    background-repeat: no-repeat !important;
    padding: 60px 0;
  }
  .introduction-wrapper {
    justify-content: center;
    align-items: flex-start;
  }
  .introduction-text-container {
    max-width: 700px;
    margin: 0 auto;
    padding: 30px 16px;
    background: linear-gradient(135deg, rgba(26, 26, 26, 0.85), rgba(0, 0, 0, 0.65));
    color: #fff;
    border-radius: 16px;
    box-shadow: 0 4px 12px rgba(0,0,0,0.3);
    text-align: left;
  }
  .section-title-intro {
    font-size: 2.1em;
    text-align: left;
  }
  .introduction-text-container {
    text-align: justify;
  }
  .hero-text h1 {
    font-size: 2.8em;
    letter-spacing: 2px;
  }
  .emocional {
    flex-direction: column;
    text-align: center;
    padding: 60px 20px;
  }
  .emocional-content {
    max-width: 90%;
    margin-right: 0;
  }
  .emocional-text-container {
    max-width: 100%;
  }
  .section-title-emocional {
    font-size: 2.2em;
  }
  .vantagens-valores {
    flex-direction: column;
    background-size: cover;
    padding: 60px 20px;
    text-align: center;
  }
  .vantagens-overlay {
    max-width: 100%;
    margin-left: 0;
  }
  .section-title-vantagens {
    font-size: 2.2em;
  }
  .servicos {
    padding: 60px 15px;
  }
  .servico-item {
    gap: 30px;
    margin-bottom: 60px;
  }
  .servico-img img {
    max-width: 300px;
  }
  .servico-text {
    padding: 30px 20px;
  }
  .servico-text h3 {
    font-size: 1.6em;
  }
  .before-after h2 {
    font-size: 1.5em;
    margin-bottom: 24px;
    line-height: 1.2;
    text-align: center;
    padding: 0 8px;
  }
}

@media (max-width: 480px) {
  .cta-button {
    font-size: 1.2em;
    padding: 20px 30px;
  }
  .hero-text h1 {
    font-size: 2em;
  }
  .preco-container {
    padding: 20px 20px;
  }
  .section-title,
  .section-title-intro,
  .section-title-emocional,
  .section-title-vantagens {
    font-size: 1.8em;
  }
  .container {
    padding: 0 8px;
  }
  .footer-logo {
    width: 70px;
  }
  .servico-text {
    font-size: 1em;
    padding: 18px 8px;
  }
  .garantia-suporte {
    padding: 18px 8px;
    font-size: 0.95em;
  }
  .before-after-container,
  .precos-content {
    gap: 18px;
  }
  .before-after h2 {
    font-size: 1.2em;
    margin-bottom: 16px;
    line-height: 1.2;
    padding: 0 4px;
  }
}

/* ==========================================
   SEÇÃO VANTAGENS E VALORES
   ========================================== */
.vantagens-valores {
  background: url('img/vantagens.png') no-repeat center center;
  background-size: cover;
  background-color: #000;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  min-height: 100vh;
  padding: 100px 60px;
  position: relative;
}

.vantagens-valores::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 80px;
  background: linear-gradient(to bottom, transparent, rgba(0, 0, 0, 0.9));
  pointer-events: none;
}

.vantagens-overlay {
  max-width: 600px;
  margin-left: 19vw;
}

.vantagens-text-container {
  background: linear-gradient(135deg, rgba(26, 26, 26, 0.95), rgba(0, 0, 0, 0.8));
  padding: 30px 25px;
  border-radius: 16px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.6);
  color: white;
}

.section-title-vantagens {
  font-family: 'Bebas Neue', cursive;
  font-size: 2.6em;
  color: #b68b47;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  margin-bottom: 30px;
}

.lista-vantagens {
  list-style: none;
  padding: 0;
  margin: 0;
}

.lista-vantagens li {
  position: relative;
  padding-left: 40px;
  margin-bottom: 25px;
  font-family: 'Open Sans', sans-serif;
  font-size: 1.3rem;
  color: #ffffff;
  font-weight: 600;
  line-height: 1.4;
}

.lista-vantagens li::before {
  content: "✓";
  position: absolute;
  left: 0;
  top: 3px;
  width: 24px;
  height: 24px;
  background-color: #b19827;
  color: #4a5e75;
  border-radius: 50%;
  font-size: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
}

.caption-text {
  display: block;
  text-align: left;
  font-size: 0.9em;
  font-family: 'Open Sans', sans-serif;
  color: #cccccc;
  font-style: italic;
  margin-top: 8px;
  line-height: 1.3;
  font-weight: normal;
}

/* ==========================================
   SEÇÃO VALORES
   ========================================== */
.valores-section {
  background: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)), 
  url('img/valores.jpg') no-repeat center center;
  background-size: cover;
  padding: 100px 20px;
  color: white;
  font-family: 'Open Sans', sans-serif;
  text-align: center;
  position: relative;
  min-height: 100vh;
}

.valores-section::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 80px;
  background: linear-gradient(to bottom, transparent, rgba(0, 0, 0, 0.9));
  pointer-events: none;
}

.valores-title {
  margin-bottom: 50px;
}

.valores-title p {
  font-family: 'Bebas Neue', cursive;
  font-size: 2.6em;
  color: white;
  letter-spacing: 1.5px;
  margin-bottom: 10px;
  text-transform: uppercase;
}

.precos-content {
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
  justify-content: center;
}

.preco-container {
  background: white;
  color: black;
  border-radius: 16px;
  padding: 30px 40px;
  max-width: 400px;
  box-shadow: 0 12px 24px rgba(0, 0, 0, 0.4);
  position: relative;

  /* ADICIONADOS: para centralizar verticalmente */
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.preco-container .preco-antigo {
  font-size: 1.2em;
  color: #666;
  text-decoration: line-through;
  margin-bottom: 10px;
}

.preco-container .preco-parcela {
  font-size: 2.6em;
  font-family: 'Bebas Neue', cursive;
  background: linear-gradient(90deg, #8C6034, #cea630, #8C6034);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin: 0;
}

.preco-container .preco-vista {
  font-size: 1em;
  margin-top: 10px;
  color: #444;
}

.botao-compra {
  background: #00c853;
  color: white;
  font-family: 'Bebas Neue', cursive;
  font-size: 1.4em;
  text-transform: uppercase;
  padding: 18px 30px;
  border: none;
  border-radius: 8px;
  cursor: pointer;
  margin-top: 25px;
  transition: 0.3s ease;
  display: inline-block;
}

.botao-compra:hover {
  background: #00e676;
  transform: scale(1.05);
}

.pagamento-info {
  font-size: 0.8em;
  color: #777;
  margin-top: 15px;
}

.pagamento-info img {
  height: 20px;
  margin: 0 5px;
  vertical-align: middle;
}

.atenção {
  font-size: 0.85em;
  color: red;
  font-weight: bold;
  margin-top: 15px;
}

.preco-container .preco-antigo,
.preco-container .preco-vista,
.pagamento-info,
.atenção {
  text-align: center;
}

/* Bloco lateral de garantia e suporte */
.garantia-box,
.suporte-box {
  max-width: 400px;
  background: rgba(255, 255, 255, 0.05);
  border-radius: 16px;
  padding: 30px 25px;
  color: white;
  text-align: left;
  font-size: 1em;
  box-shadow: 0 0 0 1px rgba(255,255,255,0.05);
  margin-bottom: 20px;
}
.lado-direito {
  display: flex;
  flex-direction: column;
  gap: 20px;
  max-width: 400px;
}
.garantia-box h3,
.suporte-box h3 {
  font-family: 'Bebas Neue', sans-serif;
  font-size: 1.7em;
  margin-bottom: 10px;
  text-align: center;
}

.garantia-box p,
.suporte-box p {
  color: #ffffff;
  line-height: 1.6;
  font-size: 0.9em;
  text-align: left;
}

.suporte-box {
  text-align: center;
}

.suporte-img img {
  width: 80px;
  border-radius: 50%;
  margin-bottom: 15px;
}

.destaque-verde {
  margin-top: 20px;
  background: #00c853;
  color: white;
  font-weight: bold;
  padding: 15px 20px;
  text-align: center;
  border-radius: 8px;
  font-size: 1em;
  display: block;
  transition: 0.3s ease;
  margin-left: auto;
  margin-right: auto;
}

.destaque-verde:hover {
  background: #00e676;
  transform: scale(1.05);
}




/* ==========================================
   SEÇÃO FAQ
   ========================================== */
.faq {
  position: relative;
  background: linear-gradient(to bottom, #000000 0%, #1a1a1a 50%, #000000 100%);
  padding: 60px 20px;
  margin-top: 0;
}

.faq::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 80px;
  background: linear-gradient(to bottom, transparent, rgba(0, 0, 0, 0.9));
  pointer-events: none;
}

.faq h2 {
  font-family: 'Bebas Neue', cursive;
  font-size: 3em;
  text-align: center;
  margin-bottom: 60px;
  color: white;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.faq-item {
  background: linear-gradient(135deg, rgba(26, 26, 26, 0.8) 0%, rgba(0, 0, 0, 0.6) 100%);
  margin: 15px auto;
  padding: 0;
  max-width: 700px;
  border-radius: 8px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
  cursor: pointer;
  overflow: hidden;
}

.faq-question {
  background: transparent;
  padding: 20px 30px;
  font-family: 'Open Sans', sans-serif;
  font-weight: 700;
  position: relative;
  color: white;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.faq-question::after {
  content: "+";
  position: absolute;
  right: 30px;
  font-size: 1.5em;
  top: 15px;
  transition: transform 0.2s ease;
  color: #b19827;
}

.faq-item.open .faq-question::after {
  content: "-";
}

.faq-answer {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.4s ease, padding 0.3s ease;
  background: rgba(26, 26, 26, 0.5);
  padding: 0 30px;
  font-family: 'Open Sans', sans-serif;
  font-size: 0.95em;
  color: #cccccc;
}

.faq-item.open .faq-answer {
  max-height: 200px;
  padding: 20px 30px;
}

/* ==========================================
   FOOTER
   ========================================== */
.footer {
  background: linear-gradient(to bottom, #000000 0%, #0a0a0a 100%);
  padding: 40px 20px;
  text-align: center;
  border-top: 2px solid #b68b47;
  position: relative;
}

.footer::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 60px;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.9), transparent);
  pointer-events: none;
}

.footer-content {
  max-width: 800px;
  margin: 0 auto;
  color: #cccccc;
}

.footer-logo {
  width: 100px;
  margin-bottom: 20px;
  opacity: 0.8;
}

.footer p {
  font-family: 'Open Sans', sans-serif;
  font-size: 0.95em;
  line-height: 1.6;
  margin-bottom: 15px;
  color: #cccccc;
}

.footer .copyright {
  font-size: 0.85em;
  color: #999999;
  margin-top: 20px;
  padding-top: 20px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.footer .website {
  color: #b68b47;
  font-weight: 600;
  text-decoration: none;
  transition: color 0.3s ease;
}

.footer .website:hover {
  color: #cea630;
}

/* ==========================================
   ANIMAÇÕES
   ========================================== */
.fade-in {
  opacity: 0;
  transform: translateY(30px);
  transition: opacity 0.6s ease, transform 0.6s ease;
}

.fade-in.show {
  opacity: 1;
  transform: translateY(0);
}

.emocional-img img,
.servico-img img,
.before-after .image-block img {
  opacity: 0;
  transform: translateY(30px);
  transition: opacity 0.4s ease, transform 0.8s ease;
}

.emocional-img img.show,
.servico-img img.show,
.before-after .image-block img.show {
  opacity: 1;
  transform: translateY(0);
}

/* ==========================================
   RESPONSIVIDADE
   ========================================== */
@media (max-width: 1024px) {
  .servico-img,
  .servico-text-wrapper {
    flex: 1 1 100%;
    max-width: 100%;
  }
  
  .servico-item {
    flex-direction: column;
    text-align: center;
  }
  
  .servico-item.reverse {
    flex-direction: column;
  }
  
  .servico-img img {
    max-width: 400px;
  }
}

@media (max-width: 768px) {
  .container {
    padding: 0 15px;
  }
  .hero {
    background-image: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)), url('img/header-mobile.jpg') !important;
    background-position: center center !important;
    background-size: cover !important;
    background-repeat: no-repeat !important;
  }
  .emocional {
    background-image: url('img/emocional-mobile.png') !important;
    background-position: center center !important;
    background-size: cover !important;
    background-repeat: no-repeat !important;
  }
  .vantagens-valores {
    background-image: url('img/vantagens-mobile.png') !important;
    background-position: center center !important;
    background-size: cover !important;
    background-repeat: no-repeat !important;
  }
  .introduction {
    background-image: url('img/introduction-mobile.jpg') !important;
    background-position: center center !important;
    background-size: cover !important;
    background-repeat: no-repeat !important;
    padding: 60px 0;
  }
  .introduction-wrapper {
    justify-content: center;
    align-items: flex-start;
  }
  .introduction-text-container {
    max-width: 700px;
    margin: 0 auto;
    padding: 30px 16px;
    background: linear-gradient(135deg, rgba(26, 26, 26, 0.85), rgba(0, 0, 0, 0.65));
    color: #fff;
    border-radius: 16px;
    box-shadow: 0 4px 12px rgba(0,0,0,0.3);
    text-align: left;
  }
  .section-title-intro {
    font-size: 2.1em;
    text-align: left;
  }
  .introduction-text-container {
    text-align: justify;
  }
  .hero-text h1 {
    font-size: 2.8em;
    letter-spacing: 2px;
  }
  .emocional {
    flex-direction: column;
    text-align: center;
    padding: 60px 20px;
  }
  .emocional-content {
    max-width: 90%;
    margin-right: 0;
  }
  .emocional-text-container {
    max-width: 100%;
  }
  .section-title-emocional {
    font-size: 2.2em;
  }
  .vantagens-valores {
    flex-direction: column;
    background-size: cover;
    padding: 60px 20px;
    text-align: center;
  }
  .vantagens-overlay {
    max-width: 100%;
    margin-left: 0;
  }
  .section-title-vantagens {
    font-size: 2.2em;
  }
  .servicos {
    padding: 60px 15px;
  }
  .servico-item {
    gap: 30px;
    margin-bottom: 60px;
  }
  .servico-img img {
    max-width: 300px;
  }
  .servico-text {
    padding: 30px 20px;
  }
  .servico-text h3 {
    font-size: 1.6em;
  }
  .before-after h2 {
    font-size: 1.5em;
    margin-bottom: 24px;
    line-height: 1.2;
    text-align: center;
    padding: 0 8px;
  }
}

@media (max-width: 480px) {
  .cta-button {
    font-size: 1.2em;
    padding: 20px 30px;
  }
  .hero-text h1 {
    font-size: 2em;
  }
  .preco-container {
    padding: 20px 20px;
  }
  .section-title,
  .section-title-intro,
  .section-title-emocional,
  .section-title-vantagens {
    font-size: 1.8em;
  }
  .container {
    padding: 0 8px;
  }
  .footer-logo {
    width: 70px;
  }
  .servico-text {
    font-size: 1em;
    padding: 18px 8px;
  }
  .garantia-suporte {
    padding: 18px 8px;
    font-size: 0.95em;
  }
  .before-after-container,
  .precos-content {
    gap: 18px;
  }
  .before-after h2 {
    font-size: 1.2em;
    margin-bottom: 16px;
    line-height: 1.2;
    padding: 0 4px;
  }
}

@media (max-width: 768px) {
  .precos-content {
    flex-direction: column;
    align-items: center;
  }

  .lado-direito {
    width: 100%;
    max-width: 100%;
  }

  .garantia-box,
  .suporte-box {
    width: 100%;
  }
}