/* Reset e fontes */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  font-family: 'Inter', sans-serif;
  background: #0a0a0a;;
  color: #fff;
  min-height: 100vh;
  overflow-x: visible !important;
}
/* 1) Esconde o botão no desktop */
.menu-toggle {
  display: none;
}


/* 2) Só mostra no mobile */
@media (max-width: 768px) {
  .menu-toggle {
    display: inline-flex;
    background: none;
    border: none;
    font-size: 1.75rem;
    color: #fff;
    cursor: pointer;
    margin-left: auto; /* empurra pro canto direito */
  }
  
  /* E faz o menu desaparecer até clicar */
  .menu {
    display: none !important;
  }
  .menu.open {
    display: flex !important;
    flex-direction: column;
  }
}

/* Topo fixo */
.topo {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  backdrop-filter: blur(10px);
  background: rgba(0, 0, 0, 0.4);
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.3);
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 1rem 2rem;
  z-index: 1000;
}

/* Logo */
.logo {
  font-family: 'Playfair Display', serif;
  font-size: 1.75rem;
  color: #d4af37;
  font-weight: bold;
  letter-spacing: 1px;
  cursor: pointer;
  transition: transform 0.3s ease, color 0.3s ease;
}
.logo:hover {
  transform: scale(1.2);
  color: #b9972f;
}

/* Menu */
.topo .menu {
  display: flex;
  align-items: center;
  gap: 1.5rem;
}
.topo .menu a {
  color: #fff;
  font-weight: 500;
  text-decoration: none;
  transition: transform 0.3s ease, color 0.3s ease;
}
.topo .menu a:hover {
  transform: scale(1.2);
  color: #d4af37;
}

/* WhatsApp no topo */
.topo .menu a.whatsapp {
  font-size: 1.75rem;
  color: #25D366;
  padding: 0.25rem;
}
.topo .menu a.whatsapp:hover {
  background: #128C7E;
  color: #fff;
  border-radius: 50%;
}

/* Botão flutuante WhatsApp dourado */
.whatsapp-float {
  position: fixed;
  bottom: 1.5rem;
  right: 1.5rem;
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  background-color: #d4af37;
  color: #000;
  padding: 0.75rem 1rem;
  border-radius: 50px;
  font-weight: 600;
  font-size: 1rem;
  text-decoration: none;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
  z-index: 10000;
}
.whatsapp-float i {
  font-size: 1.25rem;
}
.whatsapp-float:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 16px rgba(0, 0, 0, 0.3);
}


/* Hero Section */
.hero {
  height: 100vh;
  background: linear-gradient(135deg, #000, #1c1c1c, #d4af37, #1c1c1c, #000);
  background-size: 400% 400%;
  animation: movimento-fundo 40s ease-in-out infinite;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 2rem;
  padding-top: 100px;
  transition: background 1.5s ease;
}

.hero-content {
  max-width: 700px;
  width: 100%;
  margin: 0 auto;
  text-align: center;
}
/* Seleciona especificamente o título do hero e aumenta a duração */
.hero-content h1.fade-in {
  animation-duration: 6s;      /* Ex.: 4 segundos em vez de 2s */
}


.hero h1 {
  font-family: 'Playfair Display', serif;
  font-size: 3rem;
  color: #d4af37;
  margin-bottom: 1rem;
}

.hero p {
  font-size: 1.25rem;
  margin-bottom: 2rem;
}

.btn {
  background-color: #d4af37;
  color: #000;
  padding: 0.75rem 1.5rem;
  border: none;
  border-radius: 8px;
  font-weight: bold;
  cursor: pointer;
  transition: background 0.3s ease;
  text-decoration: none;
}

.btn:hover {
  background-color: #b9972f;
}

/* Seção Sobre */
.sobre {
  padding: 6rem 2rem;
  background: #0a0a0a;
  color: #fff;
}

.sobre-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 1200px;
  margin: 0 auto;
  flex-wrap: wrap;
  gap: 2rem;
}

.sobre-texto {
  flex: 1 1 60%;
  text-align: left;
}

.sobre h2 {
  font-family: 'Playfair Display', serif;
  font-size: 2.5rem;
  color: #d4af37;
  margin-bottom: 2rem;
}

.sobre p {
  font-size: 1.125rem;
  line-height: 1.8;
  color: #ccc;
  margin-bottom: 1rem;
}
/* Estilos mais fortes para os <strong> na seção Sobre */
.sobre-texto p strong {
  font-weight: 900;            /* peso máximo, se sua fonte suportar */
  color: #ffffff;              /* dourado bem vivo */
}


.sobre-foto {
  flex: 1 1 35%;
  display: flex;
  justify-content: center;
  align-items: center;
}

/* Glow e floating */
.foto-brilho {
  width: 400px;
  height: 400px;
  border-radius: 50%;
  overflow: hidden;
  box-shadow: 0 0 40px rgba(212, 175, 55, 0.8);
  animation: float 4s ease-in-out infinite;
}

.foto-brilho img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
/* Recria a animação de flutuar para .foto-brilho */
@keyframes float {
  0%, 100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-20px);
  }
}

/* ======= Seção “Como funciona” ======= */
.como-funciona {
  background: #0a0a0a;
  padding: 4rem 2rem;
  text-align: center;
}

.como-funciona-container {
  max-width: 800px;
  margin: 0 auto;
}

.como-funciona h2 {
  font-family: 'Playfair Display', serif;
  font-size: 2.25rem;
  color: #d4af37;
  margin-bottom: 1.5rem;
}

.funcao-item h3 {
  font-family: 'Playfair Display', serif;
  font-size: 1.5rem;
  color: #fff;
  margin-bottom: 0.75rem;
}

.funcao-item p {
  font-size: 1rem;
  line-height: 1.6;
  color: #ccc;
}

/* Reaproveita o Scroll Reveal */
.como-funciona.reveal,
.como-funciona .funcao-item.reveal {
  opacity: 0;
  transform: translateY(30px);
  transition: opacity 1s ease-out, transform 1s ease-out;
}
.como-funciona.reveal.visible,
.como-funciona .funcao-item.reveal.visible {
  opacity: 1;
  transform: translateY(0);
}

/* ======= Seção “Como funciona” em 3 colunas ======= */
.como-funciona {
  background: #0a0a0a;    /* mantém seu fundo escuro */
  padding: 4rem 2rem;
}
.como-funciona-container {
  max-width: 1200px;
  margin: 0 auto;
  text-align: center;
}
.como-funciona h2 {
  font-family: 'Playfair Display', serif;
  font-size: 2.25rem;
  color: #d4af37;         /* mantém seu dourado */
  margin-bottom: 2rem;
}
.funcao-grid {
  display: flex;
  gap: 2rem;
  flex-wrap: wrap;
  justify-content: center;
}
.funcao-item {
  flex: 1 1 calc(33.333% - 2rem);
  max-width: calc(33.333% - 2rem);
  text-align: center;
}
.funcao-item i {
  font-size: 2rem;
  color: #d4af37;
  margin-bottom: 0.5rem;
}
.funcao-item h3 {
  font-family: 'Playfair Display', serif;
  font-size: 1.5rem;
  color: #fff;
  margin-bottom: 0.75rem;
  text-align: center;
}
.funcao-item p {
  font-size: 1rem;
  line-height: 1.6;
  color: #ccc;
  text-align: center;
}


/* Scroll Reveal para “Como funciona” */
.como-funciona.reveal,
.como-funciona .funcao-item.reveal {
  opacity: 0;
  transform: translateY(30px);
  transition: opacity 1s ease-out, transform 1s ease-out;
}
.como-funciona.reveal.visible,
.como-funciona .funcao-item.reveal.visible {
  opacity: 1;
  transform: translateY(0);
}

/* Responsivo: empilha em colunas no mobile */
@media (max-width: 768px) {
  .funcao-item {
    flex: 1 1 100%;
    max-width: 100%;
  }
}


/* Seção Serviços em cards */
.servicos-cards {
  position: relative;
  padding: 4rem 2rem;
  background: #000;
  overflow: hidden;
  text-align: center;
  z-index: 1;
}
.servicos-cards h2 {
  font-family: 'Playfair Display', serif;
  font-size: 2.5rem;
  color: #d4af37;
  margin-bottom: 2rem;
}

/* wrapper flexível e rolável */
.cards-wrapper {
  display: flex;
  gap: 2rem;
  overflow-x: auto;
  padding-bottom: 1rem;
  scroll-snap-type: x mandatory;
  -webkit-overflow-scrolling: touch;
}

/* hide scrollbar */
.cards-wrapper::-webkit-scrollbar { display: none; }
.cards-wrapper { -ms-overflow-style: none; scrollbar-width: none; }

/* cada card */
.card {
  flex: 0 0 300px;
  background: #111;
  border-radius: 8px;
  box-shadow: 0 4px 20px rgba(0,0,0,0.5);
  scroll-snap-align: center;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.card:hover {
  transform: translateY(-10px);
  box-shadow: 0 8px 30px rgba(212,175,55,0.7);
}

/* imagem do topo */
.card img {
  width: 100%;
  height: 180px;
  object-fit: cover;
}

/* conteúdo */
.card h3 {
  margin: 1rem;
  font-family: 'Playfair Display', serif;
  color: #d4af37;
  font-size: 1.25rem;
}
.card p {
  flex: 1;
  margin: 0 1rem 1rem;
  color: #ccc;
  font-size: 0.95rem;
  line-height: 1.4;
}

/* botão Saiba Mais */
.btn-read {
  display: inline-block;
  margin: 0 1rem 1rem;
  padding: 0.5rem 1rem;
  background: #d4af37;
  color: #000;
  border-radius: 4px;
  font-weight: 600;
  text-decoration: none;
  transition: background 0.3s ease;
}
.btn-read:hover {
  background: #b9972f;
}

/* brilho de fundo */
.servicos-cards::before {
  content: '';
  position: absolute;
  top: 50%; left: 50%;
  width: 800px; height: 800px;
  transform: translate(-50%, -50%);
  background: radial-gradient(
    circle at center,
    rgba(212,175,55,0.4) 0%,
    rgba(212,175,55,0.05) 60%,
    transparent 100%
  );
  filter: blur(100px);
  pointer-events: none;
  z-index: 0;
}
/* ===========================
   Carousel Marquee de Serviços
   =========================== */
.servicos {
  position: relative;
  padding: 4rem 2rem;
  background-color: #0a0a0a;
  overflow: visible; /* importa nte para não cortar itens */
  text-align: center;
}


.servicos h2 {
  font-family: 'Playfair Display', serif;
  font-size: 2.5rem;
  color: #d4af37;
  margin-bottom: 2rem;
}

.carousel {
  /* variáveis */
  --items: 8;
  --carousel-duration: 40s;
  --carousel-width: min(80vw, 1200px);
  --carousel-item-width: 280px;
  --carousel-item-height: 450px;
  --carousel-item-gap: 2rem;
  --clr-cta: #d4af37;

  position: relative;
  width: var(--carousel-width);
  height: var(--carousel-item-height);
  margin: 0 auto;
  overflow: clip;
}

/* Máscara de fade nas laterais */
.carousel[mask] {
  mask-image: linear-gradient(
    to right,
    transparent,
    black 10% 90%,
    transparent
  );
  -webkit-mask-image: linear-gradient(
    to right,
    transparent,
    black 10% 90%,
    transparent
  );
}

/* Pausa ao passar o mouse */
.carousel:hover > article {
  animation-play-state: paused;
}

/* Cada card */
.carousel > article {
  position: absolute;
  top: 0;
  left: calc(100% + var(--carousel-item-gap));
  width: var(--carousel-item-width);
  height: var(--carousel-item-height);
  display: grid;
  grid-template-rows: 300px auto 1fr auto;
  gap: 0.5rem;
  padding-bottom: 1rem;
  border-radius: 10px;
  background: rgba(255,255,255,0.05);
  color: #fff;
  box-shadow: 0 6px 40px rgba(0,0,0,0.6);
  will-change: transform;

  /* animação */
  animation-name: marquee;
  animation-duration: var(--carousel-duration);
  animation-timing-function: linear;
  animation-iteration-count: infinite;
}
/* Remove o background de todos os cards, deixando só a imagem */
.carousel > article {
  background: none !important;
  box-shadow: none !important; /* opcional: remove também a sombra se quiser */
}




/* Delay de início para cada item */
.carousel > article:nth-child(1) { animation-delay: calc(var(--carousel-duration)/var(--items)*0 * -1); }
.carousel > article:nth-child(2) { animation-delay: calc(var(--carousel-duration)/var(--items)*1 * -1); }
.carousel > article:nth-child(3) { animation-delay: calc(var(--carousel-duration)/var(--items)*2 * -1); }
.carousel > article:nth-child(4) { animation-delay: calc(var(--carousel-duration)/var(--items)*3 * -1); }
.carousel > article:nth-child(5) { animation-delay: calc(var(--carousel-duration)/var(--items)*4 * -1); }
.carousel > article:nth-child(6) { animation-delay: calc(var(--carousel-duration)/var(--items)*5 * -1); }
.carousel > article:nth-child(7) { animation-delay: calc(var(--carousel-duration)/var(--items)*6 * -1); }
.carousel > article:nth-child(8) { animation-delay: calc(var(--carousel-duration)/var(--items)*7 * -1); }


/* Imagem */
.carousel img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 10px 10px 0 0;
}

/* Conteúdo textual */
.carousel > article > *:not(img) {
  padding: 0 1rem;
}
.carousel > article > div {
  grid-row: span 2;
  font-size: 0.9rem;
  overflow: auto;
}
.carousel > article h2 {
  font-size: 1.2rem;
  font-weight: 400;
  margin: 0.5rem 0 0.25rem;
}
.carousel > article p {
  margin: 0;
  line-height: 1.4;
}
.carousel > article a {
  display: inline-block;
  margin-top: 0.5rem;
  padding: 0.25rem 0.5rem;
  border: 1px solid var(--clr-cta);
  color: var(--clr-cta);
  border-radius: 3px;
  text-decoration: none;
  transition: background 150ms ease-in-out, color 150ms ease-in-out;
}
.carousel > article a:hover {
  background-color: var(--clr-cta);
  color: #000;
}

/* Esconde todos os botões “Leia mais” nos cards */
.carousel > article a {
  display: none !important;
}

/* Keyframes */
@keyframes marquee {
  100% {
    transform: translateX(
      calc(
        var(--items) * (var(--carousel-item-width) + var(--carousel-item-gap)) * -1
      )
    );
  }
}

@media (max-width: 768px) {
  .carousel > article {
    display: flex !important;
    flex-direction: column;
    align-items: stretch;
    background: #111; /* ou transparente, se preferir */
    border-radius: 10px;
    overflow: hidden;
  }

  .carousel > article img {
    border-radius: 10px 10px 0 0;
    height: auto;
    width: 100%;
  }

  .carousel > article h2,
  .carousel > article p {
    padding: 1rem;
    background: rgba(0, 0, 0, 0.6); /* opcional: se quiser um fundo leve atrás do texto */
    color: #fff;
  }

  .carousel > article h2 {
    font-family: 'Playfair Display', serif;
    color: #d4af37;
  }

  .carousel > article p {
    font-size: 0.95rem;
    line-height: 1.5;
    text-align: left;
  }
}




/* ====== TÍTULO CENTRALIZADO DA SEÇÃO PLANOS ====== */
.planos > h2 {
  font-family: 'Playfair Display', serif;  /* mesma fonte dos títulos */
  font-size: 2.5rem;                       /* ajuste ao seu gosto */
  color: #d4af37;                          /* dourado */
  text-align: center;                      /* centraliza */
  margin: 0 auto 0.5rem;                   /* centraliza e dá espaçamento abaixo */
  max-width: 800px;                        /* limita largura para não esticar demais */
  line-height: 1.2;                        /* melhora legibilidade */
}

/* SUBTÍTULO CENTRALIZADO */
.planos > p {
  font-family: 'Inter', sans-serif;
  font-size: 1rem;
  color: #ccc;
  text-align: center;
  margin: 0 auto 2rem;
  max-width: 600px;
  line-height: 1.5;
}

/* ====== ABAS DE PLANOS ====== */
.planos-tabs {
  display: flex;
  justify-content: center;
  gap: 1rem;
  list-style: none;
  margin: 2rem 0 1rem;
  padding: 0;
}
.planos-tabs li {
  padding: 0.75rem 1.5rem;
  background: rgba(255,255,255,0.05);
  color: #fff;
  font-family: 'Playfair Display', serif;
  cursor: pointer;
  border-radius: 6px;
  transition: background 0.3s ease;
}
.planos-tabs li:hover {
  background: rgba(255,255,255,0.1);
}
.planos-tabs li.active {
  background: #d4af37;
  color: #111;
}

/* ====== CONTEÚDOS DOS PLANOS ====== */
.plano-content {
  display: none;
  background: #111;
  padding: 2rem;
  border-radius: 8px;
  box-shadow: 0 4px 20px rgba(0,0,0,0.5);
  max-width: 800px;
  margin: 0 auto;
  text-align: center;
}
.plano-content.active {
  display: block;
}
.plano-content ul {
  list-style: none;
  margin-bottom: 1.5rem;
}
.plano-content ul li {
  position: relative;
  padding-left: 1.75rem;
  margin-bottom: 0.75rem;
  color: #fff;
  font-size: 0.95rem;
  line-height: 1.4;
}
.plano-content ul li::before {
  content: '✔';
  position: justify;
  left: 0;
  top: 0;
  color: #d4af37;
}

/* Botão de contato dentro do conteúdo */
.btn-contato {
  display: inline-block;
  padding: 0.6rem 1.2rem;
  background: #d4af37;
  color: #000;
  font-weight: 600;
  border-radius: 6px;
  text-decoration: none;
  transition: background 0.3s ease, transform 0.2s ease;
}
.btn-contato:hover {
  background: #b9972f;
  transform: translateY(-2px);
}
/* Logo nos conteúdos de plano */
.planos-contents .plano-content .planos-logo {
  display: block;
  margin: 0 auto 1.5rem;  /* espaçamento abaixo */
  max-width: 120px;        /* ajuste conforme for melhor */
  height: auto;
}
/* dentro de cada .plano-content */
.planos-contents .plano-content {
  position: relative;
}

/* centraliza a logo na metade direita do card */
.planos-contents .planos-logo {
  position: absolute;
  bottom: 1rem;
  left: 75%;               /* posiciona o centro da logo a 75% da largura */
  transform: translateX(-50%);
  max-width: px;         /* ajuste conforme desejar */
  height: auto;
  opacity: 0.9;            /* opcional, para suavizar */
  pointer-events: none;
}


/* Responsividade */
@media (max-width: 768px) {
  .planos-tabs {
    flex-wrap: wrap;
    gap: 0.5rem;
  }
  .planos-tabs li {
    flex: 1 1 45%;
    text-align: center;
  }
}



/* Seção Contato - Minimalista e sofisticado */
.contato {
  background-color: #0a0a0a;
  padding: 6rem 2rem;
  color: #fff;
  text-align: center;
}

.contato h2 {
  font-family: 'Playfair Display', serif;
  font-size: 2.25rem;
  color: #d4af37;
  margin-bottom: 0.5rem;
}

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

.contato-container {
  max-width: 500px;
  margin: 0 auto;
}

.contato form {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.contato input,
.contato textarea {
  background: transparent;
  border: 1px solid #d4af37;
  border-radius: 6px;
  padding: 0.9rem 1rem;
  font-size: 1rem;
  color: #fff;
  font-family: 'Inter', sans-serif;
  transition: border-color 0.3s ease;
}

.contato input::placeholder,
.contato textarea::placeholder {
  color: #888;
}

.contato input:focus,
.contato textarea:focus {
  outline: none;
  border-color: #ffd700;
}

.contato textarea {
  resize: none;
  min-height: 120px;
}

.contato button {
  background: none;
  border: 1px solid #d4af37;
  color: #d4af37;
  font-weight: 600;
  padding: 0.9rem;
  border-radius: 6px;
  font-size: 1rem;
  cursor: pointer;
  transition: all 0.3s ease;
}

.contato button:hover {
  background-color: #d4af37;
  color: #000;
}

/* estilo geral para select no form de contato */
.contato select {
  background: transparent;
  border: 1px solid #d4af37;
  border-radius: 6px;
  padding: 0.9rem 1rem;
  font-size: 1rem;
  color: #fff;
  font-family: 'Inter', sans-serif;
  transition: border-color 0.3s ease;
  width: 100%; /* ocupa toda largura como os inputs */
  margin-bottom: 1rem;
  appearance: none;        /* remove seta nativa */
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='6'%3E%3Cpath fill='%23fff' d='M0 0l5 6 5-6z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 1rem center;
  background-size: 10px 6px;
}

.contato select:focus {
  outline: none;
  border-color: #ffd700;
}

/* ====== Estilo das opções do select ====== */
.contato select option {
  background-color: #111;    /* mesmo fundo dos cards */
  color: #fff;               /* texto branco */
}

/* Quando a opção estiver selecionada no dropdown */
.contato select option:checked {
  background-color: #d4af37; /* dourado para destacar a opção ativa */
  color: #111;               /* texto escuro */
}

/* Estilo padrão para campos do formulário */
form input,
form select,
form textarea {
  background-color: #111;
  color: #f5d76e;
  border: 1px solid #f5d76e;
  border-radius: 6px;
  padding: 10px;
  font-family: inherit;
  font-size: 16px;
  width: 100%;
  box-sizing: border-box;
}

/* Campo de telefone com plugin */
.iti input {
  background-color: #111 !important;
  color: #fff !important;
  border: 1px solid #f5d76e !important;
  border-radius: 6px !important;
  padding: 10px 10px 10px 50px !important; /* espaço para a bandeira */
  font-size: 16px !important;
  font-family: inherit !important;
  width: 100% !important;
  box-sizing: border-box !important;
}

/* Dropdown do plugin de telefone */
.iti__country-list {
  background-color: #111 !important;
  color: #f5d76e !important;
  border: 1px solid #f5d76e !important;
  scrollbar-color: #f5d76e #111 !important;
}

.iti__country {
  color: #f5d76e !important;
}

.iti__country:hover,
.iti__country--highlight {
  background-color: #222 !important;
  color: #fff !important;
}

.iti__flag-container {
  border-right: 1px solid #f5d76e !important;
}

.iti__divider {
  border-top: 1px solid #333 !important;
}

.erro-vibrar {
  animation: vibrar 0.3s linear 2;
}

@keyframes vibrar {
  0%   { transform: translateX(0); }
  25%  { transform: translateX(-4px); }
  50%  { transform: translateX(4px); }
  75%  { transform: translateX(-4px); }
  100% { transform: translateX(0); }
}

/* Campos com erro (com base na classe erro-vibrar já existente) */
form input.erro-vibrar,
form select.erro-vibrar,
form textarea.erro-vibrar,
.iti input.erro-vibrar {
  border-color: red !important;
  color: #fff !important;
}

/* Placeholder em vermelho quando campo está com erro */
form input.erro-vibrar::placeholder,
form textarea.erro-vibrar::placeholder,
.iti input.erro-vibrar::placeholder {
  color: #ffaaaa !important;
}

/* Também adiciona um leve brilho visual para destacar */
form input.erro-vibrar,
form select.erro-vibrar,
form textarea.erro-vibrar,
.iti input.erro-vibrar {
  box-shadow: 0 0 0 2px rgba(255, 0, 0, 0.3);
}




/* ===== FAQ ===== */
.faq {
  padding: 4rem 2rem;
  background: #0a0a0a;
  max-width: 800px;
  margin: 0 auto;
}
.faq h2 {
  font-family: 'Playfair Display', serif;
  font-size: 2.5rem;
  color: #d4af37;
  text-align: center;
  margin-bottom: 2rem;
}
.faq-item {
  border-top: 1px solid rgba(255,255,255,0.1);
}
.faq-item:first-of-type {
  border-top: none;
}
.faq-toggle {
  width: 100%;
  background: none;
  border: none;
  padding: 1rem 0;
  font-family: 'Inter', sans-serif;
  font-size: 1rem;
  color: #ccc;
  display: flex;
  align-items: center;
  justify-content: flex-start; /* empurra tudo para a esquerda */
  cursor: pointer;
  position: relative;
  gap: 7rem;  /* espaçamento entre ícone e texto */
}
.faq-icon {
  font-size: 1.5rem;
  color: #d4af37;
  transition: transform 0.3s ease;
}
.faq-content {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.4s ease, padding 0.4s ease;
  padding: 0;
}
.faq-content p {
  margin: 0.5rem 0 1.5rem;
  line-height: 1.6;
  color: #ddd;
  text-align: justify;
}
/* Quando aberto... */
.faq-toggle[aria-expanded="true"] .faq-icon {
  transform: rotate(45deg);
}
.faq-toggle[aria-expanded="true"] + .faq-content {
  max-height: 500px; /* ajuste se precisar de mais espaço */
  padding: 0.5rem 0 1.5rem;
}

/* Responsivo: garante 100% em mobile */
@media(max-width: 768px) {
  .faq { padding: 2rem 1rem; }
  .faq h2 { font-size: 2rem; }
  .faq-toggle {
    font-size: 0.95rem;
    gap: 0.5rem; /* <-- Adicionado aqui para aproximar o texto do "+" */
  }
  .faq-icon { font-size: 1.25rem; }
}



/* Reveal ao scroll */
.reveal {
  opacity: 0;
  transform: translateY(30px);
  transition: opacity 1s ease-out, transform 1s ease-out;
}
.reveal.visible {
  opacity: 1;
  transform: translateY(0);
}

.copy {
  margin-top: 2rem;
  font-size: 0.875rem;
  color: rgba(255, 255, 255, 0.4);
}

section {
  padding-top: 6rem;
  padding-bottom: 6rem;
}

.divisor {
  border: none;
  height: 0.5px;
  background: linear-gradient(to right, transparent, #d4af37, transparent);
  margin: 0.5rem auto;
  width: 60%;
}

.topo .menu {
  display: flex;
  align-items: center;
}

/* empurra o WhatsApp para a extrema direita */
.topo .menu a.whatsapp {
  margin-left: auto;
  font-size: 1.75rem;
  color: #25D366;
  padding: 0.25rem;
  transition: background 0.3s, color 0.3s, transform 0.3s;
}

.topo .menu a.whatsapp:hover {
  background: #128C7E;
  color: #fff;
  border-radius: 50%;
  transform: scale(1.2);
}


/* Responsividade */
@media (max-width: 768px) {
  .carousel {
    --carousel-item-width: 220px;
    --carousel-item-height: 350px;
    --carousel-item-gap: 1rem;
    --carousel-duration: 50s;
  }
  .servicos h2 {
    font-size: 2rem;
  }
}


/* responsivo */
@media (max-width: 768px) {
  .carousel {
    --carousel-item-width: 220px;
    --carousel-item-height: 350px;
    --carousel-item-gap: 1rem;
    --carousel-duration: 50s;
  }
  .servicos-marquee h2 {
    font-size: 2rem;
  }
}

/* Responsivo */
@media (max-width: 768px) {
  .card { flex: 0 0 250px; }
  .card img { height: 150px; }
}


/* Responsividade */
@media (max-width: 768px) {
  .carousel3d {
    width: 300px; height: 225px;
    animation-duration: 25s;
  }
  .carousel3d .panel {
    width: 220px; height: 150px;
  }
  .servicos3d::before {
    width: 600px; height: 600px;
  }
}



/* Scroll Reveal */
.reveal {
  opacity: 0;
  transform: translateY(30px);
  transition: opacity 1s ease-out, transform 1s ease-out;
}

.reveal.visible {
  opacity: 1;
  transform: translateY(0);
}

/* Delay adicional para elemento */
.delay-200 {
  transition-delay: 0.2s;
}

/* Responsividade básica */
@media (max-width: 768px) {
  .topo {
    flex-direction: column;
    align-items: flex-start;
  }

  .menu {
    margin-top: 1rem;
    display: flex;
    flex-direction: column;
    width: 100%;
  }

  .menu a {
    margin: 0.5rem 0;
  }

  .hero h1 {
    font-size: 2rem;
  }

  .hero p {
    font-size: 1rem;
  }

  .btn {
    width: 100%;
    text-align: center;
  }

  .sobre-container {
    flex-direction: column;
    align-items: center;
  }

  .sobre-texto,
  .sobre-foto {
    flex: 1 1 100%;
  }

  .foto-brilho {
    width: 300px;
    height: 300px;
  }
}

/* Animação de fundo */
@keyframes movimento-fundo {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}

/* Hero fade-in */
.fade-in {
  opacity: 0;
  transform: translateY(20px);
  animation: fadeInUp 2s ease-out forwards;
}

.fade-in.delay {
  animation-delay: 0.6s;
}

@keyframes fadeInUp {
  0% {
    opacity: 0;
    transform: translateY(20px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}


h1 {
  transition: transform 0.3s ease, color 0.3s ease;
  cursor: pointer;
}

h1:hover {
  transform: scale(1.1);
  color: #f5d76e;
}
h2 {
  transition: transform 0.3s ease, color 0.3s ease;
  cursor: pointer;
}

h2:hover {
  transform: scale(1.1);
  color: #f5d76e;
}

@media (max-width: 768px) {
  /* Carrossel vira fila rolável */
  .servicos .carousel {
    display: flex !important;
    flex-direction: row;
    overflow-x: auto !important;
    overflow-y: hidden !important;
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
    mask: none !important;
    -webkit-mask: none !important;
    height: auto !important;
    width: 100% !important;       /* ocupa toda a largura disponível */
    padding: 1rem 0;               /* deixa um espacinho em cima e embaixo */
    gap: var(--carousel-item-gap); /* mantém o espaçamento entre cards */
  }

  .servicos .carousel > article {
    position: relative !important;
    flex: 0 0 80% !important;     /* cada card ocupa 80% da tela */
    min-width: 280px !important;   /* ou o valor de --carousel-item-width */
    height: auto !important;
    scroll-snap-align: center !important;
    animation: none !important;    /* para não haver jogo de marquee */
    margin: 0 !important;
  }
}
/* ====== RODAPÉ ====== */
.rodape {
  background: #212121;
  color: #ccc;
  padding: 3rem 2rem 1.5rem;
}
.rodape-container {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  gap: 2rem;
}
.rodape-col {
  flex: 1;
  min-width: 200px;
}
.rodape-logo {
  font-family: 'Playfair Display', serif;
  color: #d4af37;
  font-size: 1.75rem;
  margin-bottom: 0.5rem;
}
.rodape-col h4 {
  font-family: 'Playfair Display', serif;
  color: #fff;
  margin-bottom: 0.75rem;
  font-size: 1.1rem;
}
.rodape-col p,
.rodape-col li {
  font-size: 0.95rem;
  line-height: 1.6;
}
.rodape-col ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.rodape-col ul li {
  margin-bottom: 0.5rem;
}
.rodape-col a {
  color: #ccc;
  text-decoration: none;
  transition: color 0.3s;
}
.rodape-col a:hover {
  color: #d4af37;
}
.rodape-socials a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-right: 0.75rem;
  font-size: 1.25rem;
  color: #ccc;
  transition: color 0.3s;
}
.rodape-socials a:hover {
  color: #d4af37;
}
.rodape-copy {
  text-align: center;
  font-size: 0.875rem;
  color: rgba(255,255,255,0.5);
  margin-top: 1.5rem;
}

/* ====== RESPONSIVIDADE ====== */
@media (max-width: 768px) {
  .rodape-container {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }
  .rodape-col {
    min-width: auto;
  }
  .rodape-col ul li {
    margin-bottom: 0.75rem;
  }
  .rodape-socials a {
    margin-right: 1rem;
    margin-left: 1rem;
  }
}






