.elementor-11 .elementor-element.elementor-element-6d1cb4a4{--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-11 .elementor-element.elementor-element-2c71fb89{--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-11 .elementor-element.elementor-element-1f8ecadd{--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-11 .elementor-element.elementor-element-83f909e{--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-11 .elementor-element.elementor-element-1136a848{--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-11 .elementor-element.elementor-element-b937ffb{--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-11 .elementor-element.elementor-element-29384dff{--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-65ee1b7e *//* Base */
*{ box-sizing:border-box; }
html,body{ height:100%; margin:0; padding:0; }
html, body { 
  overflow-x: hidden; 
  font-family: 'Inter', system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif; 
}

/* HERO */
.hero{
  position:relative;
  isolation:isolate;
  padding:180px 0 100px;
  background-color:#fff;          /* fundo branco */
  color:#2B2F33;                  /* texto carvão */
  min-height:800px;
  overflow:hidden;
  z-index:1;

  display:flex;                   /* centralização vertical/horizontal */
  align-items:center;
  justify-content:center;
  text-align:center;
}

/* BG clarinho no fundo */
.hero::before{
  content:"";
  position:absolute; inset:0;
  background-image:url('https://lucianemendes.com.br/wp-content/uploads/2025/09/Imagem-do-WhatsApp-de-2025-09-24-as-15.51.00_f3dd2f7d.jpg');
  background-size:cover;
  background-position:center top;
  background-repeat:no-repeat;
  opacity:.07;                    /* bem clarinho, como marca d’água */
  z-index:-1;
}

.hero-container{
  width:min(1160px, 92vw);
  margin-inline:auto;
  padding-inline:16px;

  display:flex;
  flex-direction:column;
  align-items:center;
  justify-content:center;
}

/* Responsivo */
@media (max-width:768px){
  .hero{ padding-top:100px; }
  .hero-text{ text-align:center; }
  .hero-text img.logo-menor{ margin:0 auto 20px; display:block; }
}

/* Textos */
.hero-text{ max-width:700px; } /* aumentei largura pois está centralizado */
.hero-text h1{
  font-size:2.5rem;
  font-weight:700;
  line-height:1.3;
  margin-bottom:20px;
  color:#2B2F33;
}
.hero-text p{
  font-size:1.1rem;
  margin-bottom:30px;
  line-height:1.6;
  color:#444;
}
.hero-text a{
  color:#C79A58;                  /* dourado Luciane */
  text-decoration:none;
  font-weight:500;
}

/* LOGO */
.logo-menor{
  max-width:250px !important;
  width:100% !important;
  height:auto !important;
  margin-bottom:20px !important;
}

/* BOTÃO WHATSAPP */
.botao-whatsapp{
  display:inline-block;
  background-color:#25D366;
  color:white;
  text-decoration:none;
  border-radius:40px;
  padding:12px 24px;
  box-shadow:0 4px 12px rgba(0,0,0,0.25), 0 0 0 2px #C79A58;
  transition: background .3s ease, transform .2s ease;
  max-width:400px; 
  width:100%;
  margin-top:20px;
  animation:pulse 1s infinite;
}
.botao-whatsapp:hover{ background-color:#1ebd5b; transform:translateY(-2px); }

.botao-conteudo{ 
  display:flex; 
  align-items:center; 
  justify-content:center; 
  color:white; 
}

.icone-whatsapp{ 
  width:42px; 
  height:42px; 
  margin-right:16px; 
}

.texto-whatsapp{ 
  text-align:left; 
  line-height:1.2; 
  font-size:15px; 
  color:white; 
}
.texto-whatsapp strong{ display:block; font-size:16px; color:white; }
.texto-whatsapp span{ font-size:13px; opacity:.9; color:white; }

/* Animação */
@keyframes pulse{
  0%{ transform:scale(1); box-shadow:0 0 0 rgba(37,211,102,.7); }
  50%{ transform:scale(1.03); box-shadow:0 0 12px rgba(37,211,102,.7); }
  100%{ transform:scale(1); box-shadow:0 0 0 rgba(37,211,102,.7); }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-15552e18 */.sessao-dor-premium {
  background: #ffffff; /* Fundo branco */
  padding: 100px 40px;
  color: #2B2F33; /* Texto principal carvão */
}

.sessao-dor-premium h2,
.texto-dor h2 {
  color: #C79A58 !important; /* Dourado Luciane */
  font-size: 2.6rem;
  margin-bottom: 30px;
  font-weight: 700;
}

.container-dor-premium {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  gap: 60px;
  align-items: center;
  flex-wrap: wrap;
}

.texto-dor {
  flex: 1 1 500px;
  animation: fadeInLeft 1s ease forwards;
}

.texto-dor p {
  font-size: 1.2rem;
  line-height: 1.8;
  color: #444; /* Cinza escuro */
  margin-bottom: 20px;
}

.destaque-dor span {
  display: inline-block;
  margin-top: 30px;
  font-size: 1.3rem;
  font-weight: 600;
  background: rgba(199, 154, 88, 0.06); /* Dourado translúcido */
  padding: 16px 24px;
  border-left: 4px solid #C79A58; /* Dourado Luciane */
  border-radius: 8px;
  color: #2B2F33; /* Texto carvão */
}

.visual-dor {
  flex: 1 1 400px;
  display: flex;
  justify-content: center;
  animation: fadeInRight 1s ease forwards;
}

.box-destaque {
  background: #F9F9F9; /* Cinza bem claro */
  border: 1px solid rgba(0,0,0,0.06);
  border-radius: 16px;
  padding: 40px;
  box-shadow: 0 6px 20px rgba(0,0,0,0.08);
  max-width: 400px;
}

.box-destaque h3 {
  font-size: 1.4rem;
  margin-bottom: 20px;
  color: #2B2F33;
  font-weight: 600;
  border-left: 4px solid #C79A58; /* Dourado Luciane */
  padding-left: 12px;
}

.box-destaque ul {
  list-style: none;
  padding: 0;
}

.box-destaque ul li {
  margin-bottom: 12px;
  position: relative;
  padding-left: 24px;
  font-size: 1.1rem;
  color: #444;
}

.box-destaque ul li::before {
  content: "✓";
  position: absolute;
  left: 0;
  top: 0;
  color: #C79A58; /* Check dourado */
  font-weight: bold;
}

@keyframes fadeInLeft {
  from { opacity: 0; transform: translateX(-40px); }
  to { opacity: 1; transform: translateX(0); }
}

@keyframes fadeInRight {
  from { opacity: 0; transform: translateX(40px); }
  to { opacity: 1; transform: translateX(0); }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-3e7fe239 */.sessao-servicos {
  background-color: #2B2F33; /* fundo carvão (paleta) */
  padding: 8rem 2rem;
  font-family: 'Roboto', system-ui, -apple-system, Segoe UI, Arial, sans-serif;
  color: #ECEDEE; /* texto claro */
}

.sessao-servicos .container {
  max-width: 1200px;
  margin: 0 auto;
  text-align: center;
}

.sessao-servicos h2 {
  font-family: 'Poppins', system-ui, -apple-system, Segoe UI, Arial, sans-serif;
  font-size: 2.4rem;
  color: #C79A58 !important; /* dourado Luciane — força sobre global */
  margin-bottom: 1rem;
  font-weight: 700;
}

.sessao-servicos .subtitulo {
  max-width: 820px;
  margin: 0 auto 3rem;
  font-size: 1rem;
  color: #C9CDD2; /* texto claro para contraste */
  line-height: 1.7;
}

/* GRID */
.grid-servicos {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 2rem;
}

/* CARD */
.card-servico {
  background-color: #181C20; /* card escuro */
  border-radius: 16px;
  padding: 2rem 1.5rem;
  text-align: left;
  box-shadow: 0 10px 28px rgba(0,0,0,0.35);
  transition: transform .25s ease, box-shadow .25s ease;
  border: 1px solid rgba(255,255,255,0.06);
  border-top: 4px solid #C79A58; /* dourado no topo */
}

.card-servico:hover {
  transform: translateY(-6px);
  box-shadow: 0 16px 36px rgba(0,0,0,0.45);
}

/* Ícone */
.card-servico .icone {
  margin-bottom: 1rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
.card-servico svg {
  fill: #C79A58; /* ícones dourados */
}

/* Título do card */
.card-servico h3 {
  font-size: 1.1rem;
  color: #ECEDEE;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 0.5rem;
}

/* Texto do card */
.card-servico p {
  font-size: 0.95rem;
  color: #D5D9DE; /* cinza claro */
  line-height: 1.6;
  margin-bottom: 0.75rem;
}

/* Lista do card */
.card-servico ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.card-servico ul li {
  position: relative;
  padding-left: 22px;
  margin-bottom: 8px;
  font-size: 0.95rem;
  color: #E6E9ED;
}
.card-servico ul li::before {
  content: "\2713";
  position: absolute;
  left: 0;
  top: 0;
  color: #C79A58; /* check dourado */
  font-weight: bold;
}

/* Responsivo */
@media (max-width: 768px) {
  .sessao-servicos { padding: 4.5rem 1.25rem; }
  .sessao-servicos h2 { font-size: 2rem; }
  .sessao-servicos .subtitulo { font-size: .98rem; }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-2048fa77 */.sessao-advogado{
  background: #2B2F33;            /* carvão da paleta */
  color: #ECEDEE;                 /* texto claro */
  padding: 100px 40px;
  font-family: 'Poppins', system-ui, -apple-system, Segoe UI, Arial, sans-serif;
}

.container-advogado{
  max-width: 1280px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 60px;
  justify-content: center;
}

/* Foto com moldura dourada */
.foto-advogado img{
  max-width: 420px; width: 100%;
  border-top-left-radius: 60px;
  border-bottom-right-radius: 60px;
  border-top-right-radius: 0;
  border-bottom-left-radius: 0;
  object-fit: cover;
  border: 4px solid #C79A58;     /* dourado da marca */
  box-shadow: 0 12px 36px rgba(0,0,0,0.35);
  background-color: transparent;
}

.texto-advogado{ max-width: 600px; }

.texto-advogado h2{
  font-size: 2.4rem;
  font-weight: 700;
  color: #C79A58 !important;     /* título dourado */
  margin-bottom: 20px;
}

.texto-advogado .oab{
  font-size: 1.2rem;
  font-weight: 500;
  color: #C9CDD2 !important;     /* branco suave */
  margin-left: 8px;
}

.texto-advogado .intro{
  font-size: 1.1rem;
  line-height: 1.65;
  margin-bottom: 30px;
  color: #E6E9ED;                /* texto claro */
}

.texto-advogado ul{
  list-style: none;
  padding: 0;
  margin-bottom: 40px;
}

.texto-advogado ul li{
  position: relative;
  padding-left: 28px;
  margin-bottom: 14px;
  font-size: 1rem;
  color: #ECEDEE;
}

.texto-advogado ul li::before{
  content: "✔";
  position: absolute;
  left: 0; top: 0;
  color: #C79A58;                 /* check dourado */
  font-weight: bold;
}

/* Botão WhatsApp em dourado (como no seu modelo) */
.botao-whatsapp{
  display: inline-block;
  background-color: #C79A58;      /* dourado */
  color: #1a1a1a;
  text-decoration: none;
  border-radius: 40px;
  padding: 12px 24px;
  box-shadow: 0 4px 14px rgba(0,0,0,0.28);
  transition: background .25s ease, transform .2s ease;
  max-width: 420px; width: 100%;
  margin-top: 20px;
  animation: pulse 1s infinite;
}
.botao-whatsapp:hover{
  background-color: #b48a4f;      /* dourado mais escuro */
  transform: translateY(-2px);
}

.botao-conteudo{
  display: flex; align-items: center; justify-content: center;
  color: #111;
}
.icone-whatsapp{ width: 42px; height: 42px; margin-right: 16px; }
.texto-whatsapp{ text-align: left; line-height: 1.2; font-size: 15px; color: #111; }
.texto-whatsapp strong{ display:block; font-size:16px; color:#111; }
.texto-whatsapp span{ font-size:13px; opacity:.9; color:#111; }

/* Animação do botão */
@keyframes pulse{
  0%   { transform: scale(1);   box-shadow: 0 0 0 rgba(199,154,88,0.55); }
  50%  { transform: scale(1.03);box-shadow: 0 0 12px rgba(199,154,88,0.55); }
  100% { transform: scale(1);   box-shadow: 0 0 0 rgba(199,154,88,0.55); }
}

/* Responsivo */
@media (max-width: 860px){
  .sessao-advogado{ padding: 70px 24px; }
  .texto-advogado h2{ font-size: 2rem; }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-50b7cab9 */.sessao-cta-luciane {
  background: #ffffff;            /* fundo branco */
  padding: 100px 40px;
  text-align: center;
  font-family: 'Poppins', system-ui, sans-serif;
  color: #2B2F33;                /* texto carvão */
}

.container-cta-luciane {
  max-width: 900px;
  margin: 0 auto;
}

/* Headline sempre dourada */
.sessao-cta-luciane h2,
.sessao-cta-luciane .container-cta-luciane h2 {
  font-size: 2.2rem;
  font-weight: 700;
  color: #C79A58 !important;     /* força dourado */
  margin-bottom: 20px;
}

.subheadline-cta-luciane {
  font-size: 1.1rem;
  color: #444;                   /* cinza escuro */
  line-height: 1.6;
  margin-bottom: 40px;
}

/* Botão dourado */
.botao-luciane {
  display: inline-block;
  background-color: #C79A58;
  color: #1a1a1a;
  font-weight: 600;
  padding: 16px 32px;
  border-radius: 50px;
  font-size: 1rem;
  text-decoration: none;
  box-shadow: 0 8px 24px rgba(0,0,0,0.15);
  transition: background 0.3s ease, transform 0.2s ease;
  animation: pulse 1.4s infinite;
  max-width: 420px;
  width: 100%;
  margin: 0 auto;
}

.botao-luciane:hover {
  background-color: #b48a4f;
  transform: translateY(-3px);
}

.botao-conteudo-luciane {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
}

.icone-whatsapp-luciane {
  width: 40px;
  height: 40px;
}

.texto-whatsapp-luciane {
  text-align: left;
  line-height: 1.3;
  font-size: 14px;
  color: #111;
}

.texto-whatsapp-luciane strong {
  display: block;
  font-size: 16px;
  color: #111;
}

.texto-whatsapp-luciane span {
  font-size: 13px;
  opacity: 0.9;
  color: #111;
}

/* animação do botão */
@keyframes pulse {
  0%   { transform: scale(1);   box-shadow: 0 0 0 rgba(199,154,88,0.55); }
  50%  { transform: scale(1.03);box-shadow: 0 0 16px rgba(199,154,88,0.55); }
  100% { transform: scale(1);   box-shadow: 0 0 0 rgba(199,154,88,0.55); }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-1366c972 */.sessao-faq-zanon {
  background-color: #FFFFFF;              /* fundo branco */
  padding: 100px 40px;
  font-family: 'Poppins', system-ui, sans-serif;
  overflow-x: hidden;
  color: #2B2F33;                         /* texto carvão */
}

.container-faq-zanon {
  max-width: 900px;
  margin: 0 auto;
}

.container-faq-zanon h2 {
  font-size: 2.2rem;
  color: #C79A58 !important;              /* headline dourada */
  text-align: center;
  margin-bottom: 50px;
}

/* cada item */
.faq-item {
  border-bottom: 1px solid #ECEDEF;       /* separador claro */
  margin-bottom: 8px;
}

/* pergunta */
.faq-pergunta {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  background: none;
  border: none;
  padding: 16px 12px;
  font-size: 1.05rem;
  font-weight: 600;
  color: #2B2F33;                         /* texto carvão */
  text-align: left;
  cursor: pointer;
  width: 100%;
  gap: 12px;
  flex-wrap: nowrap;
  overflow-wrap: break-word;
  word-break: break-word;
  border-radius: 10px;
  transition: background-color .25s ease, color .25s ease;
}

.faq-pergunta:hover {
  background-color: rgba(199,154,88,0.08); /* hover dourado translúcido */
  color: #2B2F33;
}

/* texto da pergunta */
.texto-pergunta {
  flex: 1;
  min-width: 0;
  font-size: 1.05rem;
  line-height: 1.55;
  word-break: break-word;
  overflow-wrap: break-word;
}

/* ícone */
.icone-pergunta {
  font-size: 1.4rem;
  color: #C79A58;                        /* ícone dourado */
  flex-shrink: 0;
  transition: transform .25s ease, color .25s ease;
}

/* estado aberto */
.faq-item.aberta .icone-pergunta {
  transform: rotate(45deg);
  color: #C79A58;
}

/* resposta */
.faq-resposta {
  padding: 0 12px 18px;
  font-size: 1rem;
  color: #444;                            /* texto cinza escuro */
  line-height: 1.7;
}

/* mobile */
@media (max-width: 768px) {
  .sessao-faq-zanon { padding: 60px 20px; }
  .container-faq-zanon h2 { font-size: 2rem; margin-bottom: 36px; }

  .faq-pergunta {
    flex-direction: row;                  /* mantém lado a lado */
    align-items: center;
    gap: 10px;
    padding: 14px 10px;
  }
  .texto-pergunta { font-size: 1rem; line-height: 1.5; }
  .faq-resposta { font-size: .98rem; padding: 0 10px 16px; }
}

/* quebra controlada no mobile */
.quebra-mobile { display: none; }
@media (max-width: 768px) {
  .quebra-mobile { display: inline; }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-4b753e95 */.footer-luciane {
  background: #2B2F33;               /* fundo carvão */
  color: #ECEDEE;                    /* texto claro */
  padding: 60px 30px 30px;
  font-family: 'Poppins', system-ui, sans-serif;
}

.container-footer-luciane {
  max-width: 1100px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
  gap: 40px;
}

.footer-logo img {
  width: 120px;
  margin-bottom: 12px;
}

.footer-logo p {
  font-size: 0.95rem;
  color: #C9CDD2;
  max-width: 300px;
  line-height: 1.5;
}

.footer-contato p {
  margin: 6px 0;
  font-size: 0.95rem;
  color: #ECEDEE;
}

.footer-contato strong {
  color: #C79A58; /* dourado */
}

.footer-contato a {
  color: #C79A58;
  text-decoration: none;
}

.footer-contato a:hover {
  text-decoration: underline;
}

.footer-direitos {
  border-top: 1px solid rgba(255,255,255,0.1);
  margin-top: 40px;
  padding-top: 20px;
  text-align: center;
  font-size: 0.85rem;
  color: #A7ACB1;
}

@media (max-width: 768px) {
  .container-footer-luciane {
    flex-direction: column;
    text-align: center;
    align-items: center;
  }
  .footer-logo p {
    margin: 0 auto;
  }
}/* End custom CSS */