.elementor-15 .elementor-element.elementor-element-5b6c229d{--display:flex;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-15 .elementor-element.elementor-element-d2d2086{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-15 .elementor-element.elementor-element-5f14f381{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-15 .elementor-element.elementor-element-50200af6{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-15 .elementor-element.elementor-element-1afdffc8{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-15 .elementor-element.elementor-element-6f7e0ff8{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-15 .elementor-element.elementor-element-19a44bb9{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}/* Start custom CSS for html, class: .elementor-element-4b201bc0 *//* === SEÇÃO DOR (EMOJIS + FUNDO PRETO) === */
.dor-section {
  background-color: #0d0d0d;
  color: #f4f4f4;
  padding: 6rem 2rem;
  text-align: center;
}

.container-dor {
  max-width: 1100px;
  margin: 0 auto;
}

.dor-title {
  font-size: 2.3rem;
  font-weight: 700;
  color: #ff6600;
  margin-bottom: 1rem;
}

.dor-subtitle {
  font-size: 1.1rem;
  color: #cccccc;
  max-width: 700px;
  margin: 0 auto 3rem auto;
  line-height: 1.6;
}

/* === ITENS (ESTILO 3 COLUNAS) === */
.dor-columns {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 3rem;
  margin-bottom: 4rem;
}

.dor-item {
  background: #1a1a1a;
  border-radius: 1rem;
  padding: 2.5rem 2rem;
  border: 1px solid #262626;
  box-shadow: 0 2px 8px rgba(255, 102, 0, 0.1);
  transition: all 0.3s ease;
}

.dor-item:hover {
  transform: translateY(-6px);
  border-color: #ff6600;
  box-shadow: 0 0 18px rgba(255, 102, 0, 0.25);
}

.emoji {
  font-size: 3rem;
  margin-bottom: 1rem;
}

.dor-item h3 {
  font-size: 1.25rem;
  font-weight: 700;
  color: #ffffff;
  margin-bottom: 1rem;
}

.dor-item p {
  font-size: 1rem;
  color: #bfbfbf;
  line-height: 1.6;
}

/* === CTA FINAL === */
.dor-cta {
  margin-top: 3rem;
}

.dor-cta p {
  font-size: 1.2rem;
  color: #f4f4f4;
  margin-bottom: 1.2rem;
}

/* === BOTÃO DE WHATSAPP COM ÍCONE === */
.btn-dor {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  background-color: #ff6600;
  color: #ffffff;
  padding: 0.9rem 1.8rem;
  border-radius: 2rem;
  font-weight: 600;
  font-size: 1rem;
  text-decoration: none;
  transition: all 0.3s ease;
  box-shadow: 0 0 15px rgba(255, 102, 0, 0.4);
}

.btn-dor::before {
  content: "💬"; /* Ícone visível do WhatsApp */
  font-size: 1.3rem;
}

.btn-dor:hover {
  background-color: #ff8533;
  transform: scale(1.05);
  box-shadow: 0 0 25px rgba(255, 102, 0, 0.6);
}

/* === RESPONSIVIDADE === */
@media (max-width: 768px) {
  .dor-title {
    font-size: 2rem;
  }
  .dor-subtitle {
    font-size: 1rem;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-3fd404a1 *//* === SEÇÃO QUEM SOU EU === */
.sobre-section {
  background-color: #0d0d0d;
  color: #f4f4f4;
  padding: 5rem 2rem 3rem 2rem; /* reduzido o espaçamento inferior */
}

.container-sobre {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 4rem;
}

/* === IMAGEM === */
.sobre-imagem {
  flex: 1.2;
  display: flex;
  justify-content: center;
  align-items: center;
}

.sobre-imagem img {
  width: 100%;
  max-width: 460px;
  height: auto;
  aspect-ratio: 3/4;
  object-fit: cover;
  object-position: center top;
  border-radius: 1.5rem;
  box-shadow: 0 0 25px rgba(255, 102, 0, 0.25);
  border: 2px solid #ff6600;
  transition: all 0.5s ease;
}

.sobre-imagem img:hover {
  transform: scale(1.04);
  box-shadow: 0 0 40px rgba(255, 102, 0, 0.4);
}

/* === TEXTO === */
.sobre-texto {
  flex: 1.8;
}

.sobre-titulo {
  font-size: 2.5rem;
  color: #ff6600;
  margin-bottom: 1.2rem;
  font-family: 'Playfair Display', serif;
}

.sobre-descricao {
  font-size: 1.1rem;
  line-height: 1.9;
  color: #d9d9d9;
  margin-bottom: 1.5rem;
  text-align: justify;
}

.sobre-descricao strong {
  color: #ffffff;
  font-weight: 600;
}

/* === DESTAQUE === */
.sobre-destaque {
  display: flex;
  align-items: center;
  gap: 1rem;
  margin-top: 2rem;
  background: rgba(255, 102, 0, 0.1);
  border-left: 4px solid #ff6600;
  padding: 1.2rem 1.8rem;
  border-radius: 0.8rem;
}

.numero-experiencia {
  font-size: 2.8rem;
  font-weight: 800;
  color: #ff6600;
}

.texto-experiencia {
  font-size: 1.05rem;
  color: #f4f4f4;
  line-height: 1.5;
}

/* === RESPONSIVIDADE === */
@media (max-width: 950px) {
  .container-sobre {
    flex-direction: column;
    text-align: center;
    gap: 2.5rem;
  }

  .sobre-imagem img {
    max-width: 340px;
    height: auto;
  }

  .sobre-titulo {
    font-size: 2.2rem;
  }

  .sobre-descricao {
    font-size: 1.05rem;
    text-align: left;
  }

  .sobre-destaque {
    justify-content: center;
    flex-direction: column;
    padding: 1.2rem;
    margin-top: 1.8rem;
  }

  .numero-experiencia {
    font-size: 2.4rem;
  }
}

/* === AJUSTE FINAL (mobile pequeno) === */
@media (max-width: 500px) {
  .sobre-section {
    padding: 4rem 1.5rem 2rem 1.5rem;
  }

  .sobre-titulo {
    font-size: 2rem;
  }

  .sobre-descricao {
    font-size: 1rem;
  }

  .numero-experiencia {
    font-size: 2rem;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-304bd05e *//* === SEÇÃO DEPOIMENTOS === */
.depoimentos-section {
  background-color: #111;
  color: #fff;
  padding: 5rem 2rem 3rem 2rem; /* espaçamento inferior reduzido */
  text-align: center;
}

.depoimentos-titulo {
  font-size: 2.5rem;
  color: #ff6600; /* laranja VSB */
  font-family: 'Playfair Display', serif;
  margin-bottom: 0.5rem;
}

.depoimentos-subtitulo {
  font-size: 1.1rem;
  color: #ccc;
  margin-bottom: 3rem;
  max-width: 750px;
  margin-left: auto;
  margin-right: auto;
  line-height: 1.6;
}

/* === GRADE DE DEPOIMENTOS === */
.depoimentos-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 2.5rem;
  margin-bottom: 3rem;
}

.depoimento {
  background: #1a1a1a;
  border: 1px solid #2a2a2a;
  border-radius: 1.5rem;
  padding: 2.2rem 2rem;
  transition: transform 0.3s ease, box-shadow 0.3s ease, border-color 0.3s ease;
}

.depoimento:hover {
  transform: translateY(-5px);
  border-color: #ff6600;
  box-shadow: 0 8px 20px rgba(255, 102, 0, 0.25);
}

.nome-depoimento {
  font-size: 1.25rem;
  font-weight: 700;
  color: #ff6600;
  margin-bottom: 1rem;
}

.texto-depoimento {
  font-size: 1rem;
  color: #ddd;
  font-style: italic;
  line-height: 1.7;
  text-align: justify;
}

/* === BOTÃO WHATSAPP === */
.cta-depoimentos {
  text-align: center;
  margin-top: 2rem;
}

.botao-wpp {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.6rem;
  background-color: #ff6600; /* laranja elegante */
  color: #fff;
  padding: 1rem 2rem;
  border-radius: 0.8rem;
  font-weight: 700;
  text-decoration: none;
  font-size: 1rem;
  transition: all 0.3s ease;
  border: none;
  box-shadow: 0 0 10px rgba(255, 102, 0, 0.3);
}

.botao-wpp i {
  font-size: 1.3rem;
}

.botao-wpp:hover {
  background-color: #e65c00;
  transform: scale(1.05);
  box-shadow: 0 0 20px rgba(255, 102, 0, 0.5);
}

/* === RESPONSIVIDADE === */
@media (max-width: 950px) {
  .depoimentos-titulo {
    font-size: 2.2rem;
  }

  .depoimentos-subtitulo {
    font-size: 1rem;
    line-height: 1.5;
  }

  .depoimentos-grid {
    gap: 2rem;
  }

  .depoimento {
    padding: 1.8rem 1.5rem;
  }
}

@media (max-width: 600px) {
  .depoimentos-section {
    padding: 4rem 1.5rem 2rem 1.5rem;
  }

  .depoimentos-titulo {
    font-size: 2rem;
  }

  .depoimentos-subtitulo {
    font-size: 0.95rem;
  }

  .botao-wpp {
    width: 100%;
    padding: 1rem;
    font-size: 0.95rem;
  }

  .texto-depoimento {
    font-size: 0.95rem;
    text-align: left;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-3655d43c *//* === SEÇÃO FAQ === */
.secao-faq {
  background-color: #0d0d0d;
  color: #fff;
  padding: 6rem 2rem;
}

.container-faq {
  max-width: 900px;
  margin: 0 auto;
}

.titulo-faq {
  font-size: 2.6rem;
  text-align: center;
  color: #ff6600;
  margin-bottom: 1rem;
  font-family: 'Playfair Display', serif;
}

.titulo-faq span {
  color: #fff;
}

.subtitulo-faq {
  text-align: center;
  font-size: 1.1rem;
  color: #ccc;
  margin-bottom: 3rem;
  line-height: 1.6;
}

/* === ITENS FAQ === */
.faq-accordion-container {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.faq-item {
  background-color: #1a1a1a;
  border-radius: 1rem;
  overflow: hidden;
  border: 1px solid #2a2a2a;
  transition: all 0.3s ease;
}

.faq-item:hover {
  border-color: #ff6600;
  box-shadow: 0 0 15px rgba(255, 102, 0, 0.2);
}

.faq-toggle {
  display: none;
}

.faq-question {
  display: flex;
  align-items: center;
  justify-content: space-between;
  cursor: pointer;
  padding: 1.5rem 2rem;
  font-weight: 600;
  font-size: 1.1rem;
  background-color: #1a1a1a;
  color: #fff;
  transition: background 0.3s ease;
}

.faq-question:hover {
  background-color: #222;
}

.faq-question i {
  color: #ff6600;
  transition: transform 0.3s ease;
}

/* === RESPOSTAS === */
.faq-answer {
  max-height: 0;
  overflow: hidden;
  background-color: #141414;
  padding: 0; /* evita mostrar a ponta da resposta */
  transition: all 0.4s ease;
  line-height: 1.7;
  color: #ddd;
  font-size: 1rem;
  margin-top: 0;
}

.faq-answer ul {
  margin: 1rem 0;
  padding-left: 1.5rem;
  list-style-type: disc;
}

/* === MOSTRAR SOMENTE AO CLICAR === */
.faq-toggle:checked + .faq-question + .faq-answer {
  max-height: 400px;
  padding: 1.3rem 2rem; /* só aparece quando aberto */
  margin-top: -0.3rem;
}

.faq-toggle:checked + .faq-question i {
  transform: rotate(180deg);
}

/* === CAIXA CTA === */
.faq-cta-box {
  background: rgba(255, 102, 0, 0.1);
  border-left: 4px solid #ff6600;
  border-radius: 1rem;
  padding: 2rem;
  text-align: center;
  margin-top: 3rem;
}

.faq-cta-box p {
  color: #eee;
  font-size: 1.05rem;
  margin-bottom: 1.5rem;
}

.botao-whatsapp-faq {
  display: inline-flex;
  align-items: center;
  gap: 0.6rem;
  background-color: #ff6600;
  color: #fff;
  padding: 1rem 2rem;
  border-radius: 0.8rem;
  font-weight: bold;
  text-decoration: none;
  font-size: 1rem;
  transition: background 0.3s ease, transform 0.3s ease;
}

.botao-whatsapp-faq i {
  font-size: 1.3rem;
}

.botao-whatsapp-faq:hover {
  background-color: #e65c00;
  transform: scale(1.05);
}

/* === RESPONSIVIDADE === */
@media (max-width: 768px) {
  .secao-faq {
    padding: 4rem 1.5rem;
  }

  .titulo-faq {
    font-size: 2.2rem;
  }

  .subtitulo-faq {
    font-size: 1rem;
    margin-bottom: 2.5rem;
  }

  .faq-question {
    font-size: 1rem;
    padding: 1.2rem 1.2rem;
  }

  .faq-answer {
    font-size: 0.95rem;
    line-height: 1.6;
    padding: 0; /* garante que nada apareça */
  }

  .faq-toggle:checked + .faq-question + .faq-answer {
    padding: 1rem 1.2rem; /* só quando aberto */
  }

  .faq-answer ul {
    padding-left: 1.2rem;
  }

  .faq-cta-box {
    padding: 1.5rem;
    font-size: 0.95rem;
  }

  .botao-whatsapp-faq {
    padding: 0.9rem 1.8rem;
    font-size: 0.95rem;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-2029167f *//* === FOOTER FINAL === */
footer {
  background-color: #000;
  color: #f4c95d;
  padding: 4rem 3rem;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
  gap: 2rem;
}

/* INFORMAÇÕES */
.footer-info {
  flex: 1 1 45%;
  max-width: 450px;
}

.footer-logo {
  width: 160px;
  margin-bottom: 1.2rem;
  filter: drop-shadow(0 0 6px rgba(255, 165, 0, 0.4));
}

.footer-info h3 {
  font-family: 'Playfair Display', serif;
  font-size: 1.8rem;
  margin-bottom: 1rem;
  color: #f4c95d;
}

.footer-info p {
  font-size: 1rem;
  line-height: 1.6;
  margin-bottom: 0.6rem;
  color: #ddd;
}

.footer-info a {
  color: #f4c95d;
  text-decoration: none;
  font-weight: bold;
}

.footer-info a:hover {
  text-decoration: underline;
}

/* MAPA */
.footer-map {
  flex: 1 1 45%;
  display: flex;
  justify-content: flex-end;
}

.footer-map iframe {
  width: 100%;
  max-width: 400px;
  height: 250px;
  border: none;
  border-radius: 12px;
  box-shadow: 0 0 15px rgba(244, 201, 93, 0.3);
}

/* BOTÃO WHATSAPP — TEXTO BRANCO REAL */
.btn-whatsapp {
  background-color: #d4af37;
  color: #fff !important; /* forçado para garantir visibilidade */
  padding: 0.9rem 1.6rem;
  border-radius: 50px;
  display: inline-flex;
  align-items: center;
  gap: 0.6rem;
  font-weight: bold;
  font-size: 1rem;
  text-decoration: none;
  margin-top: 1rem;
  transition: all 0.3s ease;
  box-shadow: 0 0 12px rgba(244, 201, 93, 0.4);
  text-shadow: 0 1px 3px rgba(0, 0, 0, 0.4);
}

.btn-whatsapp:hover {
  background-color: #ffb400;
  color: #fff !important; /* mantém o texto branco no hover */
  transform: scale(1.05);
  box-shadow: 0 0 18px rgba(255, 180, 0, 0.6);
}

/* LINHA INFERIOR */
.footer-bottom {
  text-align: center;
  margin-top: 3rem;
  padding-top: 1rem;
  border-top: 1px solid rgba(244, 201, 93, 0.3);
  font-size: 0.9rem;
  color: #aaa;
}

/* RESPONSIVIDADE */
@media (max-width: 900px) {
  footer {
    flex-direction: column;
    text-align: center;
    align-items: center;
  }

  .footer-map {
    justify-content: center;
    margin-top: 2rem;
  }

  .footer-map iframe {
    width: 90%;
  }

  .footer-logo {
    margin: 0 auto 1rem;
  }
}/* End custom CSS */
/* Start custom CSS */<section id="hero" class="hero">
  <div class="overlay"></div>

  <!-- LOGO NA DIREITA -->
  <div class="hero-logo">
    <img 
      src="https://jonascoimbra.com.br/wp-content/uploads/2025/11/cropped-imagem_2025-11-11_154251504-removebg-preview-1.png" 
      alt="Logo Jonas Coimbra Della Tonia Vicente - Direito Imobiliário"
    >
  </div>

  <div class="hero-content">
    <h1 class="headline">
      Desistiu do Imóvel? <span class="highlight">Recupere o que é Seu</span> com Segurança e Justiça!
    </h1>

    <p class="hero-text">
      Seja por atraso na obra, mudança de planos ou dificuldades financeiras, você tem o direito de reaver seu dinheiro. 
      Não aceite perdas abusivas — a equipe do Dr. Jonas Coimbra Della Tonia Vicente pode ajudar você a resolver isso com segurança jurídica.
    </p>

    <div class="motivos-list">
      <ul>
        <li><span class="checkmark">✓</span> <span class="highlight">Perdeu o interesse</span> ou não consegue pagar mais</li>
        <li><span class="checkmark">✓</span> <span class="highlight">Aumento abusivo</span> das parcelas</li>
        <li><span class="checkmark">✓</span> <span class="highlight">Atraso</span> ou <span class="highlight">desistência</span> na entrega do imóvel</li>
      </ul>
    </div>

    <a href="https://wa.me/5511980556969" target="_blank" class="hero-button">
      Quero Recuperar Meu Dinheiro Agora
    </a>
  </div>
</section>

<style>
/* === FONTES === */
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@600;700;800&family=Open+Sans:wght@400;500;600&display=swap');

/* === SEÇÃO HERO === */
.hero {
  position: relative;
  background-image: url('https://jonascoimbra.com.br/wp-content/uploads/2025/11/background-jonas.webp');
  background-size: cover;
  background-position: center;
  height: 100vh;
  min-height: 650px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-family: 'Open Sans', sans-serif;
  overflow: hidden;
}

.overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to right, rgba(0,0,0,0.9), rgba(0,0,0,0.4));
  z-index: 1;
}

/* === LOGO NA DIREITA === */
.hero-logo {
  position: absolute;
  top: 40px;
  right: 40px;
  z-index: 3;
}

.hero-logo img {
  width: 130px;
  height: auto;
  filter: drop-shadow(0 2px 8px rgba(0, 0, 0, 0.6));
  opacity: 0.95;
  transition: transform 0.3s ease, opacity 0.3s ease;
}

.hero-logo img:hover {
  transform: scale(1.05);
  opacity: 1;
}

/* === CONTEÚDO === */
.hero-content {
  position: relative;
  z-index: 2;
  max-width: 600px;
  padding: 0 2rem;
  margin-left: 8%;
}

/* === TÍTULO === */
.headline {
  font-family: 'Montserrat', sans-serif;
  font-size: 3rem;
  font-weight: 800;
  line-height: 1.2;
  color: #fff;
  margin-bottom: 1.5rem;
}

.highlight {
  color: #FF7B00;
  font-weight: 700;
}

/* === TEXTO === */
.hero-text {
  font-size: 1.15rem;
  color: #e0e0e0;
  line-height: 1.6;
  margin-bottom: 2rem;
  font-weight: 500;
}

/* === LISTA === */
.motivos-list {
  margin-bottom: 3rem;
}

.motivos-list ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.motivos-list li {
  font-size: 1.05rem;
  color: #fff;
  margin-bottom: 0.8rem;
  display: flex;
  align-items: center;
  line-height: 1.4;
  font-weight: 600;
}

.checkmark {
  color: #FF7B00;
  margin-right: 10px;
  font-weight: bold;
}

/* === BOTÃO WHATSAPP === */
.hero-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  background-color: #FF7B00;
  color: #fff;
  padding: 1.1rem 2.8rem;
  border-radius: 6px;
  text-decoration: none;
  font-weight: 700;
  font-size: 1rem;
  letter-spacing: 0.5px;
  transition: all 0.3s ease;
  box-shadow: 0 6px 30px rgba(255, 123, 0, 0.6);
}

.hero-button:hover {
  background-color: #ff9933;
  transform: translateY(-4px);
  box-shadow: 0 8px 35px rgba(255, 153, 51, 0.7);
}

.hero-button::before {
  content: "";
  display: inline-block;
  width: 22px;
  height: 22px;
  background-image: url('https://cdn.jsdelivr.net/gh/simple-icons/simple-icons/icons/whatsapp.svg');
  background-size: contain;
  background-repeat: no-repeat;
  filter: brightness(0) invert(1);
}

/* === MOBILE FIRST === */
@media (max-width: 1024px) {
  .hero {
    text-align: left;
    padding-top: 60px;
  }

  .hero-content {
    margin-left: 5%;
    padding-right: 2rem;
  }

  .hero-logo {
    top: 25px;
    right: 25px;
  }

  .hero-logo img {
    width: 110px;
  }
}

@media (max-width: 768px) {
  .hero {
    text-align: center;
    height: auto;
    padding: 100px 0 80px 0;
    background-position: top;
  }

  .overlay {
    background: linear-gradient(to top, rgba(0,0,0,0.9), rgba(0,0,0,0.75));
  }

  .hero-content {
    margin: 0 auto;
    max-width: 90%;
    padding: 0 1rem;
  }

  .headline {
    font-size: 2.2rem;
    line-height: 1.3;
    margin-bottom: 1rem;
  }

  .hero-text {
    font-size: 1rem;
    margin-bottom: 1.5rem;
  }

  .motivos-list {
    margin: 1.5rem auto 2rem auto;
    text-align: left;
    max-width: 360px;
  }

  .hero-button {
    font-size: 1rem;
    padding: 1rem 2.5rem;
    box-shadow: 0 5px 25px rgba(255, 123, 0, 0.5);
  }

  .hero-logo {
    top: 15px;
    right: 15px;
  }

  .hero-logo img {
    width: 85px;
  }
}

@media (max-width: 480px) {
  .headline {
    font-size: 1.8rem;
  }

  .hero-text {
    font-size: 0.95rem;
  }

  .hero-button {
    padding: 0.9rem 2rem;
    font-size: 0.95rem;
  }

  .hero-logo img {
    width: 70px;
  }
}
</style>/* End custom CSS */