@charset "UTF-8";
/* ==========================================================================
   PÁGINA INTERNA: IMPLANTODONTIA AVANÇADA (COMPLETO)
   FOCO: PERFORMANCE, DESIGN PREMIUM E CONVERSÃO
   ========================================================================== */
/* 1. ESTRUTURA DO HERO (TOPO) */
.ServicoHero {
  width: 100%;
  min-height: 80vh;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  /* Imagem de fundo com overlay escuro para leitura */
  background: linear-gradient(rgba(0, 21, 41, 0.85), rgba(0, 21, 41, 0.95)), url("../img/tratamentos-dentista/implantadontia-passo-fundo.webp") no-repeat center center;
  background-size: cover;
  padding: 120px 20px 60px 20px;
  text-align: center;
}

/* Modificador de Fundo para a Página de Reabilitação Oral */
.ServicoHero--Reabilitacao {
  background: linear-gradient(rgba(0, 21, 41, 0.85), rgba(0, 21, 41, 0.95)), url("../img/tratamentos-dentista/reabilitacao-oral-completa-passo-fundo.webp") no-repeat center center;
  background-size: cover;
}

/* Modificador de Fundo para a Página de Reabilitação Oral Mista */
.ServicoHero--Mista {
  background: linear-gradient(rgba(0, 21, 41, 0.85), rgba(0, 21, 41, 0.95)), url("../img/tratamentos-dentista/reabilitacao-oral-mista-implantes-proteses-dentes-naturais.webp") no-repeat center center;
  background-size: cover;
}

/* Modificador de Fundo para a Página de Prótese sobre Implantes */
.ServicoHero--ProteseImplante {
  background: linear-gradient(rgba(0, 21, 41, 0.85), rgba(0, 21, 41, 0.95)), url("../img/tratamentos-dentista/protese-dentaria-sobre-implante.webp") no-repeat center center;
  background-size: cover;
}

/* Modificador de Fundo para a Página de Prótese sobre Dentes Naturais */
.ServicoHero--ProteseDentes {
  background: linear-gradient(rgba(0, 21, 41, 0.85), rgba(0, 21, 41, 0.95)), url("../img/tratamentos-dentista/protese-dentaria-sobre-dentes-naturais.webp") no-repeat center center;
  background-size: cover;
}

/* Modificador de Fundo para a Página de Periodontia Avançada */
.ServicoHero--Periodontia {
  background: linear-gradient(rgba(0, 21, 41, 0.85), rgba(0, 21, 41, 0.95)), url("../img/tratamentos-dentista/periodontia-avancada-tratamento-gengiva-tecidos-moles.webp") no-repeat center center;
  background-size: cover;
}

/* Modificador de Fundo para a Página de Enxerto de Gengiva */
.ServicoHero--EnxertoGengiva {
  background: linear-gradient(rgba(0, 21, 41, 0.85), rgba(0, 21, 41, 0.95)), url("../img/tratamentos-dentista/enxerto-de-gengiva-tecidos-moles.webp") no-repeat center center;
  background-size: cover;
}

/* Modificador de Fundo para a Página de Extração de Siso */
.ServicoHero--Siso {
  background: linear-gradient(rgba(0, 21, 41, 0.85), rgba(0, 21, 41, 0.95)), url("../img/tratamentos-dentista/extracao-terceiros-molares-siso.webp") no-repeat center center;
  background-size: cover;
}

/* Modificador de Fundo para a Página de Lentes de Contato Dentais */
.ServicoHero--Lentes {
  background: linear-gradient(rgba(0, 21, 41, 0.85), rgba(0, 21, 41, 0.95)), url("../img/tratamentos-dentista/lente-de-contato-dentais-passo-fundo.webp") no-repeat center bottom;
  background-size: cover;
}

/* Modificador de Fundo para a Página de Cirurgias Avançadas */
.ServicoHero--Cirurgias {
  background: linear-gradient(rgba(0, 21, 41, 0.85), rgba(0, 21, 41, 0.95)), url("../img/tratamentos-dentista/cirurgias-odontologicas-avancadas.webp") no-repeat center center;
  background-size: cover;
}

/* Modificador de Fundo para a Página de Tratamento de Sequelas */
.ServicoHero--Sequelas {
  background: linear-gradient(rgba(0, 21, 41, 0.85), rgba(0, 21, 41, 0.95)), url("../img/tratamentos-dentista/tratamento-de-sequelas-odontologicas.webp") no-repeat center center;
  background-size: cover;
}

/* Modificador de Fundo para a Página de Avaliação Diagnóstica */
.ServicoHero--Avaliacao {
  background: linear-gradient(rgba(0, 21, 41, 0.85), rgba(0, 21, 41, 0.95)), url("../img/tratamentos-dentista/avaliacao-diagnostica-avancada-e-planejamento-individualizado.webp") no-repeat center top;
  background-size: cover;
}

.ServicoHero-conteudo {
  max-width: 950px;
  display: flex;
  flex-direction: column;
  align-items: center;
  animation: fadeInModern 0.8s ease-out forwards;
}

.BadgeTecnologia {
  display: inline-block;
  color: #E9A13F;
  border: 1px solid #E9A13F;
  font-family: "Helvetica", sans-serif;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 3px;
  padding: 8px 20px;
  border-radius: 50px;
  margin-bottom: 30px;
}

.ServicoHero-titulo {
  font-family: "Lora", serif !important;
  font-size: clamp(32px, 5vw, 56px) !important;
  color: #FFFFFF !important;
  line-height: 1.1 !important;
  margin: 0 0 25px 0 !important;
  width: 100% !important;
  /* Ignora os 300px globais */
  height: auto !important;
  background: none !important;
}

.ServicoHero-lead {
  font-family: "Helvetica", sans-serif;
  font-size: clamp(16px, 2vw, 20px);
  color: #CBD5E0;
  line-height: 1.6;
  max-width: 750px;
  margin-bottom: 40px;
}

/* 2. CORREÇÃO: INDICADOR DE SCROLL (Dourado e Animado) */
.ServicoHero-scroll {
  display: flex !important;
  flex-direction: column !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 12px !important;
  color: #E9A13F !important;
  /* Força o dourado sobre o azul padrão */
  text-decoration: none !important;
  font-family: "Helvetica", sans-serif !important;
  font-size: 13px !important;
  font-weight: bold !important;
  text-transform: uppercase !important;
  letter-spacing: 2px !important;
  margin-top: 30px !important;
  cursor: pointer !important;
}

.ServicoHero-scroll svg {
  width: 30px !important;
  height: 30px !important;
  stroke: #E9A13F !important;
  fill: none !important;
  animation: bounceDownInterno 2s infinite ease-in-out !important;
}

/* 3. GRID DE DETALHES (Cards Brancos) */
.ServicoDetalhes {
  background-color: #F8F9FA;
  padding: 100px 20px;
}

.ServicoTextoDestaque {
  text-align: center;
  margin-bottom: 80px;
  max-width: 850px;
  margin: 0 auto 80px auto;
}

.ServicoTextoDestaque h2 {
  font-family: "Lora", serif !important;
  font-size: 34px !important;
  color: #002244 !important;
  margin-bottom: 25px !important;
  width: 100% !important;
  height: auto !important;
}

.ServicoGrid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 30px;
  max-width: 1280px;
  margin: 0 auto;
}

.ServicoCard {
  background: #FFFFFF;
  padding: 40px;
  border-radius: 12px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
  border-top: 5px solid #E9A13F;
  transition: transform 0.3s ease;
}

.ServicoCard:hover {
  transform: translateY(-10px);
}

.ServicoCard h3 {
  font-family: "Lora", serif !important;
  font-size: 22px !important;
  color: #002244 !important;
  margin: 20px 0 15px 0 !important;
  width: 100% !important;
  height: auto !important;
}

/* 4. BLOCO DE CONVERSÃO (CTA DARK) - BLINDADO */
.ServicoCTA {
  display: flex !important;
  justify-content: center !important;
  padding: 80px 20px !important;
}

.ServicoCTA-box {
  background-color: #001529 !important;
  background-image: radial-gradient(circle at top right, rgba(233, 161, 63, 0.12), transparent) !important;
  border: 1px solid rgba(233, 161, 63, 0.3) !important;
  padding: 60px 40px !important;
  border-radius: 20px !important;
  text-align: center !important;
  width: 100% !important;
  max-width: 850px !important;
  display: flex !important;
  flex-direction: column !important;
  align-items: center !important;
  box-shadow: 0 25px 50px rgba(0, 0, 0, 0.3) !important;
}

.ServicoCTA-titulo {
  font-family: "Lora", serif !important;
  font-size: clamp(22px, 4vw, 30px) !important;
  color: #FFFFFF !important;
  margin: 0 0 40px 0 !important;
  width: 100% !important;
  max-width: 700px !important;
  line-height: 1.3 !important;
  height: auto !important;
  background: none !important;
}

/* BOTÃO WHATSAPP PREMIUM INTERNO */
.BtnServicoPrincipal {
  display: flex !important;
  align-items: center !important;
  justify-content: space-between !important;
  background-color: #FFFFFF !important;
  padding: 15px 30px !important;
  border-radius: 100px !important;
  text-decoration: none !important;
  width: 100% !important;
  max-width: 420px !important;
  transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275) !important;
}

.BtnServicoPrincipal:hover {
  transform: translateY(-5px) !important;
  background-color: #E9A13F !important;
}

.BtnServico-texto {
  text-align: left !important;
  display: flex !important;
  flex-direction: column !important;
}

.BtnServico-sub {
  font-family: "Helvetica", sans-serif !important;
  font-size: 13px !important;
  color: #505050 !important;
  line-height: 1 !important;
  margin-bottom: 4px !important;
}

.BtnServico-main {
  font-family: "Lora", serif !important;
  font-size: 20px !important;
  font-weight: 900 !important;
  color: #002244 !important;
  text-transform: uppercase !important;
  line-height: 1.1 !important;
}

.BtnServicoPrincipal:hover .BtnServico-main {
  color: #FFFFFF !important;
}

.BtnServico-icon {
  width: 45px !important;
  height: 45px !important;
  flex-shrink: 0 !important;
}

/* 5. ANIMAÇÕES */
@keyframes bounceDownInterno {
  0%, 100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(10px);
  }
}
@keyframes fadeInModern {
  from {
    opacity: 0;
    transform: translateY(20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
/* RESPONSIVIDADE */
@media screen and (max-width: 768px) {
  .ServicoHero {
    padding-top: 140px;
  }
  .ServicoCTA-box {
    padding: 40px 20px !important;
  }
  .BtnServico-main {
    font-size: 17px !important;
  }
}
/* ==========================================================================
   MEGA FOOTER GERAL
   ========================================================================== */
.FooterGeral {
  background-color: #00101F;
  /* Azul ainda mais profundo para finalizar a página */
  color: #E2E8F0;
  width: 100%;
  border-top: 2px solid rgba(233, 161, 63, 0.2);
}

.FooterGeral-container {
  max-width: 1320px;
  margin: 0 auto;
  padding: 0 20px;
}

/* --- Grid Principal --- */
.FooterGeral-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 50px;
  padding: 80px 0;
}

/* --- Coluna 1: Marca --- */
.FooterGeral-brand {
  display: flex;
  align-items: center;
  gap: 15px;
  text-decoration: none;
  margin-bottom: 20px;
}

.FooterGeral-logo {
  width: 80px;
  height: auto;
  border-radius: 4px;
  background: rgba(255, 255, 255, 0.05);
  /* Fundo sutil para destacar a imagem transparente */
  padding: 5px;
}

.FooterGeral-brandText {
  font-family: "Lora", serif;
  font-size: 14px;
  color: #E9A13F;
  text-transform: uppercase;
  letter-spacing: 1px;
  line-height: 1.4;
}

.FooterGeral-brandText strong {
  font-size: 22px;
  color: #FFFFFF;
}

.FooterGeral-desc {
  font-family: "Helvetica", Arial, sans-serif;
  font-size: 15px;
  line-height: 1.6;
  color: #A0AEC0;
  max-width: 300px;
}

/* --- Colunas 2 e 3: Links de SEO --- */
.FooterGeral-titulo {
  font-family: "Lora", serif;
  font-size: 18px;
  color: #FFFFFF;
  margin-top: 0;
  margin-bottom: 25px;
  position: relative;
  padding-bottom: 10px;
}

.FooterGeral-titulo::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 40px;
  height: 2px;
  background-color: #E9A13F;
}

.FooterGeral-links {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.FooterGeral-links a {
  font-family: "Helvetica", Arial, sans-serif;
  font-size: 15px;
  color: #A0AEC0;
  text-decoration: none;
  transition: all 0.3s ease;
  display: inline-block;
}

/* Animação ousada: o link desliza para a direita e fica dourado */
.FooterGeral-links a:hover {
  color: #E9A13F;
  transform: translateX(8px);
}

/* --- Coluna 4: Contato --- */
.FooterGeral-contato {
  list-style: none;
  padding: 0;
  margin: 0 0 25px 0;
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.FooterGeral-contato li {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  font-family: "Helvetica", Arial, sans-serif;
  font-size: 15px;
  color: #A0AEC0;
  line-height: 1.5;
}

.FooterGeral-contato svg {
  width: 20px;
  height: 20px;
  flex-shrink: 0;
  margin-top: 2px;
}

.FooterGeral-contato a {
  color: #A0AEC0;
  text-decoration: none;
  transition: color 0.3s ease;
}

.FooterGeral-contato a:hover {
  color: #E9A13F;
}

.FooterGeral-btn {
  display: inline-block;
  background-color: transparent;
  color: #E9A13F;
  border: 1px solid #E9A13F;
  padding: 12px 25px;
  border-radius: 4px;
  font-family: "Lora", serif;
  font-weight: bold;
  text-transform: uppercase;
  text-decoration: none;
  font-size: 14px;
  transition: all 0.3s ease;
}

.FooterGeral-btn:hover {
  background-color: #E9A13F;
  color: #00101F;
}

/* --- Barra Inferior (Presença Digital) --- */
.FooterGeral-bottom {
  background-color: #00080F;
  /* Tom quase preto para o limite final */
  padding: 20px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.05);
}

.FooterGeral-bottomFlex {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 15px;
  text-align: center;
}

.FooterGeral-copy {
  font-family: "Helvetica", Arial, sans-serif;
  font-size: 14px;
  color: #718096;
  margin: 0;
}

.FooterGeral-agencia {
  display: flex;
  align-items: center;
  gap: 10px;
  text-decoration: none;
  color: #718096;
  font-family: "Helvetica", Arial, sans-serif;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 1px;
  transition: filter 0.3s ease;
}

.FooterGeral-agencia img {
  filter: grayscale(100%) opacity(0.7);
  transition: all 0.3s ease;
}

.FooterGeral-agencia:hover img {
  filter: grayscale(0%) opacity(1);
}

.FooterGeral-agencia:hover span {
  color: #E9A13F;
}

/* ==========================================================================
   RESPONSIVIDADE DESKTOP
   ========================================================================== */
@media screen and (min-width: 768px) {
  .FooterGeral-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .FooterGeral-bottomFlex {
    flex-direction: row;
    justify-content: space-between;
  }
}
@media screen and (min-width: 1024px) {
  .FooterGeral-grid {
    grid-template-columns: 1.5fr 1fr 1fr 1.2fr;
    /* Proporções exatas para cada coluna */
  }
}
/* ==========================================================================
   MODAL DE URGÊNCIA PREMIUM
   ========================================================================== */
.modal-container {
  height: 100vh;
  width: 100%;
  background: rgba(0, 16, 31, 0.9);
  /* Azul profundo com transparência */
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10000;
  display: none;
  /* Escondido por padrão */
  justify-content: center;
  align-items: center;
  backdrop-filter: blur(8px);
}

/* Classe ativada pelo seu script modalPopUp.js */
.modal-container.ativo {
  display: flex;
}

.modal {
  background: #002244;
  /* Azul Marinho Principal */
  width: 90%;
  max-width: 500px;
  padding: 50px 40px;
  border: 2px solid #E9A13F;
  border-radius: 15px;
  position: relative;
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.5);
  animation: modalEntrada 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275) forwards;
}

@keyframes modalEntrada {
  from {
    opacity: 0;
    transform: scale(0.8) translateY(30px);
  }
  to {
    opacity: 1;
    transform: scale(1) translateY(0);
  }
}
/* Botão Fechar */
.fechar {
  position: absolute;
  top: 15px;
  right: 15px;
  width: 35px;
  height: 35px;
  border-radius: 50%;
  border: 1px solid rgba(233, 161, 63, 0.5);
  background: transparent;
  color: #E9A13F;
  font-size: 20px;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.3s ease;
}

.fechar:hover {
  background: #E9A13F;
  color: #002244;
}

/* Badge de Alta Procura */
.modal-badge {
  display: inline-block;
  background-color: #E9A13F;
  color: #001529;
  font-size: 11px;
  font-weight: bold;
  text-transform: uppercase;
  padding: 5px 12px;
  border-radius: 50px;
  letter-spacing: 2px;
  margin-bottom: 20px;
}

.subtituloPopUp {
  font-family: "Lora", serif;
  font-size: 22px;
  color: #FFFFFF;
  line-height: 1.3;
  margin-bottom: 25px;
  font-weight: normal;
}

.subtituloPopUp strong {
  color: #E9A13F;
  display: block;
  margin-top: 5px;
}

/* Caixa de Urgência */
.modal-urgencia-box {
  background: rgba(233, 161, 63, 0.1);
  border-left: 4px solid #E9A13F;
  padding: 15px 20px;
  display: flex;
  align-items: center;
  gap: 15px;
  margin-bottom: 30px;
}

.modal-icon-clock {
  width: 35px;
  height: 35px;
  color: #E9A13F;
  flex-shrink: 0;
}

.modal-urgencia-box p {
  margin: 0;
  font-size: 15px;
  color: #E2E8F0;
  line-height: 1.4;
}

.modal-urgencia-box strong {
  color: #FFFFFF;
  text-decoration: underline;
}

/* Rodapé e Botão */
.modal-offer-text {
  font-size: 14px;
  color: #A0AEC0;
  margin-bottom: 15px;
}

.button-modal {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 15px;
  background-color: #FFFFFF;
  color: #002244;
  text-decoration: none;
  font-family: "Lora", serif;
  font-weight: bold;
  font-size: 18px;
  padding: 18px;
  border-radius: 8px;
  transition: all 0.3s ease;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
}

.button-modal:hover {
  transform: translateY(-3px);
  background-color: #E9A13F;
  color: #002244;
}