:root {
        --radius: .625rem;
    --black: #000;
    --white: #fff;
    --silver: silver;
    --card: #1c1c1c;
    --card-foreground: #fff;
    --popover: #1c1c1c;
    --popover-foreground: #fff;
    --primary-foreground: #000;
    --secondary: #1c1c1c;
    --secondary-foreground: silver;
    --muted: #1c1c1c;
    --muted-foreground: #888;
    --accent: silver;
    --accent-foreground: #000;
    --destructive: #f44;
    --border: #333;
    --input: #1c1c1c;
    --ring: silver;
    --chart-1: silver;
    --chart-2: #888;
    --chart-3: #666;
    --chart-4: #444;
    --chart-5: #222;
    --sidebar: #000;
    --sidebar-foreground: #fff;
    --sidebar-primary: silver;
    --sidebar-primary-foreground: #000;
    --sidebar-accent: #1c1c1c;
    --sidebar-accent-foreground: silver;
    --sidebar-border: #333;
    --sidebar-ring: silver;
}
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
    font-family: 'Helvetica Neue', sans-serif;
    background-color: var(--black);
    color: var(--white)
}
.hero {
  position: relative;
  height: 80vh;
  background-image: url('./assets/back.jpeg'); 
  background-size: cover;
  background-position: center;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 0 20px 20px;}

.overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.7);  
  z-index: 1;
}

.hero-content {
  position: relative;
  z-index: 2;
  max-width: 800px;
  padding: 20px;
}

.hero-content h1 {
  font-size: 4rem;
  line-height: 1.2;
  font-weight: 200;
  letter-spacing: 1px;
  margin-bottom: 20px;
}

.descricao-principal {
  font-size: 1.2rem;
  margin-bottom: 10px;
}

.descricao-secundaria {
  font-size: 1rem;
  color: #ccc;
  margin-bottom: 30px;
}

.botoes {
  display: flex;
  gap: 1rem;
  justify-content: center;
  flex-wrap: wrap;
    gap: 10px;
  margin-top: 30px;
}

.botao {
  border: 1px solid var(--main-white);
  padding: 12px 24px;
  color: var(--main-white);
  text-decoration: none;
  transition: all 0.3s ease;
}

.botao:hover {
  background-color: var(--main-white);
  color: var(--background);
}

.botao.transparente {
  border: none;
  background: none;
  text-decoration: underline;
}

.sobre {
  background-color: #000;
  color: #fff;
  padding: 56px 20px;
}

.container-sobre {
  display: flex;
  flex-direction: column;
  align-items: center;
  max-width: 1200px;
  margin: 0 auto;
  gap: 2rem;
}

.foto-artista img {
  width: 100%;
  max-width: 350px;
  border-radius: 0.5rem;
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.6);
}

.texto-sobre {
  max-width: 600px;
}

.texto-sobre h2 {
  font-size: 2.5rem;
  font-weight: 200;
  letter-spacing: 1px;
  margin-bottom: 10px;
}

.texto-sobre hr {
  border: none;
  border-bottom: 1px solid #444;
  margin: 10px 0 20px;
}

.texto-sobre p {
  margin-bottom: 16px;
  font-size: 1rem;
  line-height: 1.6;
  color: #ddd;
}

.texto-sobre strong {
  color: #fff;
}

.metricas {
  display: flex;
  text-align: center;
  justify-content: center;
  gap: 2rem;
  margin: 30px 0;
  flex-wrap: wrap;
}

.metricas div {
  text-align: center;
  font-size: 1rem;
}

.metricas div strong {
  font-size: 2rem;
  display: block;
}

.metricas span {
  font-size: 0.8rem;
  color: #999;
}

.botao.conhecer {
  display: inline-block;
  padding: 10px 22px;
  border: 1px solid #fff;
  color: #fff;
  text-decoration: none;
  transition: all 0.3s ease;
}

.botao.conhecer:hover {
  background-color: #fff;
  color: #000;
}

.whatsapp-float {
  position: fixed;
  bottom: 20px;
  right: 20px;
  width: 56px;
  height: 56px;
  background-color: #25d366;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);
  z-index: 9999;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.whatsapp-float:hover {
  transform: scale(1.05);
  box-shadow: 0 6px 14px rgba(0, 0, 0, 0.4);
}


@media (min-width: 768px) {
  .container-sobre {
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
  }

  .foto-artista img {
    margin-right: 40px;
  }

  .texto-sobre {
    flex: 1;
  }
}

.galeria {
  background-color: #000;
  padding: 56px 20px 32px;
  text-align: center;
  color: white;
}

.galeria-topo h2 {
  font-size: 2.5rem;
  font-weight: 200;
  margin-bottom: 10px;
}

.galeria-topo p {
  color: #ccc;
  font-size: 1rem;
  margin-bottom: 40px;
}

.filtros {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 1rem;
  margin-bottom: 40px;
}

.filtro {
  padding: 10px 20px;
  border: 1px solid #444;
  background: none;
  color: white;
  border-radius: 999px;
  cursor: pointer;
  font-size: 0.9rem;
}

.filtro.ativo {
  background: white;
  color: black;
}


.grid-galeria {
  display: grid;

  grid-template-columns: repeat(auto-fill, minmax(280px, 280px));
  justify-content: center;          
  gap: 1.5rem;
  max-width: 1200px;
  margin: 0 auto;
}

.item-galeria {
  position: relative;
  border: 1px solid #333;
  border-radius: 10px;
  overflow: hidden;
  aspect-ratio: 3 / 4;              
}


.item-galeria img {
  width: 100%;
  height: 100%;                     
  object-fit: cover;              
  display: block;
}


.tag {
  position: absolute;
  top: 10px;
  left: 10px;
  background: rgba(0,0,0,0.7);
  color: white;
  font-size: 0.75rem;
  padding: 4px 10px;
  border-radius: 999px;
}

.servicos {
  background-color: #111;
  padding: 80px 20px;
  color: #fff;
  text-align: center;
}

.servicos-topo h2 {
  font-size: 2.3rem;
  font-weight: 200;
  margin-bottom: 10px;
}

.servicos-topo p {
  font-size: 1rem;
  color: #ccc;
  margin-bottom: 40px;
}

.servico-cards {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 2rem;
  max-width: 1200px;
  margin: 0 auto;
}

.card-servico {
  border: 1px solid #444;
  border-radius: 10px;
  padding: 30px 20px;
  background-color: #000;
  text-align: left;
  transition: border 0.3s ease;
}

.card-servico:hover {
  border-color: silver;
}

.card-servico .icone {
  font-size: 2rem;
  margin-bottom: 10px;
}

.card-servico h3 {
  font-size: 1.2rem;
  margin-bottom: 10px;
}

.card-servico p {
  font-size: 0.95rem;
  color: #ccc;
  margin-bottom: 10px;
}

.card-servico ul {
  list-style-type: disc;
  padding-left: 20px;
  font-size: 0.9rem;
  color: #aaa;
}

.card-servico ul li {
  margin-bottom: 6px;
}
.etapas-bloco {
  display: flex;
  flex-direction: column;  
  align-items: center;     
  gap: 45px;               
  max-width: 800px;
  margin: 0 auto;
  padding: 0px;
}

.etapas-processo {
  position: relative;
  background: #000 url('./assets/fundo-processo.JPG') center/cover no-repeat;
  isolation: isolate;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  min-height: 80vh;      
  padding: 55px 30px;    
  text-align: center;
}

.etapas-processo::before{
  content: "";
  position: absolute; inset: 0px;
  inset: 0;
  background: rgba(0,0,0,.90); /* mesmo tom do .hero .overlay */
  z-index: 0;
}

.etapas-processo > *{
  position: relative;
  z-index: 1;
}

.etapas-header h2 {
  font-size: 2.5rem;
  font-weight: 200;
  margin-bottom: 5px;;
}

.etapas-header p {
  color: #ccc;
  font-size: 1rem;
  margin-bottom: 30px;
}


.etapa {
  display: grid;                 /* 1 coluna */
  grid-template-columns: 1fr;
  justify-items: center;         /* alinha ao centro */
  text-align: center;  
  gap: 20px;
  width: 100%;
}

.etapa-info h3 {
 font-size: 1.2rem;
  margin-top: 6px;
}

.etapa-info p {
  font-size: 0.95rem;
  color: #ccc;
  margin: 10px 0 0 0;
}

.numero {
  font-size: 2rem;
  font-weight: 100;
  color: #555;
  margin-bottom: 8px;
}

.etapas-processo .cta-etapas {
  background: transparent !important;   
  padding: 0 !important;
  margin-top: 32px !important;
  box-shadow: none;
}


.etapas-processo .cta-etapas p { margin-bottom: 24px !important; }


body > section.cta-final {
  background-color: #000;
  padding: 48px 20px;
  color: #fff;
  text-align: center;
  position: relative;
}


.cta-etapas .botao:active { transform: translateY(1px); }

  .etapa-info {
    text-align: center;
  }

  .esquerda,
  .direita {
    order: initial;
  }

.contato {
  background-color: #0b0b0b;
  padding: 56px 20px;
  color: #fff;
  text-align: center;
}

.contato-header h2 {
  font-size: 2.2rem;
  font-weight: 200;
  margin-bottom: 10px;
}

.contato-header p {
  color: #ccc;
  font-size: 1rem;
  margin-bottom: 50px;
}

.contato-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
  justify-content: center;
  align-items: flex-start;
  max-width: 1200px;
  margin: 0 auto;
}

.contato-info {
  flex: 1;
  min-width: 300px;
  max-width: 400px;
  text-align: left;
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.item-info {
  display: flex;
  gap: 12px;
  align-items: center;
  font-size: 0.95rem;
  color: #ccc;
}

.item-info .icone {
  font-size: 1.2rem;
  color: silver;
}

.item-info a {
  color: #ccc;
  text-decoration: none;
}

.botoes-contato {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-top: 30px;
}

.contato-mapa {
  flex: 1;
  min-width: 300px;
  max-width: 500px;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 0 10px rgba(255,255,255,0.05);
}

.contato-mapa iframe {
  width: 100%;
  height: 300px;
  border: none;
}

.botao {
  display: inline-block;
  padding: 12px 20px;
  text-align: center;
  border: 1px solid #fff;
  color: #fff;
  text-decoration: none;
  transition: 0.3s ease;
}

.botao:hover {
  background-color: #fff;
  color: #000;
}

.botao.transparente {
  background: none;
  border: 1px solid #666;
  color: #ccc;
}

.faq {
  background-color: #000;
  color: #fff;
  padding: 20px 20px;
  text-align: center;
}

.faq-header h2 {
  font-size: 2.3rem;
  font-weight: 200;
  margin-bottom: 10px;
}

.faq-header p {
  font-size: 1rem;
  color: #ccc;
  margin-bottom: 40px;
}

.faq-lista {
  max-width: 700px;
  margin: 0 auto;
  text-align: left;
}

.faq-item {
  border: 1px solid #333;
  margin-bottom: 10px;
  border-radius: 4px;
  overflow: hidden;
}

.faq-pergunta {
  background: none;
  border: none;
  color: #fff;
  width: 100%;
  text-align: left;
  padding: 16px;
  font-size: 1rem;
  cursor: pointer;
  position: relative;
}

.faq-pergunta::after {
  content: '+';
  position: absolute;
  right: 20px;
  font-size: 1.2rem;
}

.faq-item.ativo .faq-pergunta::after {
  content: '−';
}

.faq-resposta {
  max-height: 0;
  overflow: hidden;
  background-color: #111;
  color: #ccc;
  transition: max-height 0.3s ease;
  padding: 0 16px;
}

.faq-item.ativo .faq-resposta {
  max-height: 500px;
  padding: 16px;
}

.cta-duvidas {
display: flex !important;
  flex-direction: column;
  align-items: center;
  gap: 30px;              /* espaço entre o <p> e o botão */
  margin-top: 40px;       /* respiro acima do bloco */
  text-align: center;
}

.cta-duvidas p {
  margin: 16px;
}

.cta-duvidas .botao {
  margin: 16px;
}

body > section.cta-final {
  background-color: #000;
  padding: 48px 20px;
  color: #fff;
  text-align: center;
  position: relative;
}


.cta-final {
  position: relative;
  background: #000 url('./assets/fundo-cta-final.JPG') center / cover no-repeat; /* mesma imagem */
  color: #fff;
  text-align: center;
  padding: 60px 20px;
  min-height: 60vh;                 /* ajuste se quiser mais/menos alto */
  display: flex;
  align-items: center;
  justify-content: center;
  isolation: isolate;      
}

section.cta-final::before{
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0,0,0,.70);
  z-index: 0;
}

section.cta-final > *{
  position: relative;
  z-index: 1;
}

section.cta-final .cta-final-content{
  max-width: 900px;
  margin: 0 auto;
}

.cta-final-content h2 {
  font-size: 2.5rem;
  font-weight: 200;
  margin-bottom: 20px;
}

.cta-final-content .descricao {
  font-size: 1.1rem;
  margin-bottom: 10px;
}

.cta-final-content .subdescricao {
  color: #ccc;
  font-size: 0.95rem;
  max-width: 600px;
  margin: 0 auto 30px;
}

.cta-final .botao {
  padding: 12px 24px;
  text-decoration: none;
  border: 1px solid #fff;
  color: #fff;
  transition: 0.3s ease;
  display: inline-block;
  margin-bottom: 20px;
}

.cta-final .botao:hover {
  background-color: #fff;
  color: #000;
}

.legenda-bullets {
  font-size: 0.8rem;
  color: #888;
  margin-top: 10px;
}

