* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  width: 100%;
  max-width: 100%;
  overflow-x: hidden;
}

body {
  font-family: Arial, Helvetica, sans-serif;
  background: #0f0f0f;
  color: #ffffff;
  width: 100%;
  max-width: 100%;
  overflow-x: hidden;
}

a {
  text-decoration: none;
  color: inherit;
}

img {
  max-width: 100%;
  display: block;
}

.container {
  width: min(1180px, 92%);
  margin: 0 auto;
}

.section {
  padding: 90px 0;
}

.tag {
  display: inline-block;
  color: #d4a373;
  text-transform: uppercase;
  font-weight: 800;
  letter-spacing: 2px;
  margin-bottom: 18px;
}

h2 {
  font-size: 42px;
  line-height: 1.15;
  margin-bottom: 20px;
}

p {
  line-height: 1.6;
}

/* HEADER */

.header {
  width: 100%;
  background: rgba(5, 5, 5, 0.96);
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  position: sticky;
  top: 0;
  z-index: 999;
}

.header-container {
  width: min(1440px, 96%);
  min-height: 92px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: nowrap;
  gap: 18px;
}

.logo {
  font-size: 24px;
  color: #d4a373;
  font-weight: 900;
  white-space: nowrap;
  flex-shrink: 0;
}

.menu {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: nowrap;
  gap: 14px;
  width: auto;
  flex: 1;
}

.menu a {
  color: #ffffff;
  font-weight: 800;
  transition: 0.3s;
  white-space: nowrap;
  font-size: 13px;
}

.menu a:hover {
  color: #d4a373;
}

.header-buttons {
  display: flex;
  align-items: center;
  gap: 12px;
  flex-wrap: nowrap;
  flex-shrink: 0;
}

.btn-menu-mobile {
  display: none;
}

.menu-politica-mobile {
  display: none;
}

.menu-mobile-extra {
  display: none;
}

.btn-whatsapp-topo,
.btn-primary,
.btn-secondary,
.btn-instagram-topo,
.btn-instagram,
.btn-sair,
.btn-exportar,
.btn-admin {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: none;
  cursor: pointer;
  font-weight: 900;
  text-align: center;
  transition: 0.3s;
  white-space: nowrap;
}

.btn-whatsapp-topo,
.btn-primary {
  background: #d4a373;
  color: #000;
  padding: 16px 28px;
  border-radius: 10px;
}

.btn-whatsapp-topo:hover,
.btn-primary:hover,
.btn-secondary:hover,
.btn-instagram-topo:hover,
.btn-instagram:hover,
.servico-item button:hover,
.profissional-card button:hover {
  opacity: 0.85;
  transform: translateY(-2px);
}

.btn-secondary {
  color: #ffffff;
  border: 1px solid #d4a373;
  padding: 16px 28px;
  border-radius: 10px;
}

.btn-secondary:hover {
  background: #d4a373;
  color: #000;
}

.btn-instagram-topo,
.btn-instagram {
  gap: 10px;
  background: linear-gradient(135deg, #feda75, #fa7e1e, #d62976, #962fbf, #4f5bd5);
  color: #fff;
  padding: 16px 24px;
  border-radius: 10px;
}

.btn-instagram-topo,
.btn-whatsapp-topo {
  padding: 13px 18px;
  font-size: 14px;
}

.instagram-icon-topo,
.instagram-icon-topo svg {
  width: 22px;
  height: 22px;
  display: inline-flex;
  fill: #fff;
}

/* HERO */

.hero {
  position: relative;
  min-height: calc(100vh - 92px);
  width: 100%;
  background-image: url("img/hero-mary.png");
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  background-color: #050505;
  display: flex;
  align-items: center;
}

.hero-content {
  display: block;
}

.hero-luxo {
  width: min(650px, 92%);
  margin-left: 8%;
  padding: 40px;
  border-radius: 28px;
  background: rgba(0, 0, 0, 0.36);
  border: 1px solid rgba(212, 163, 115, 0.32);
  backdrop-filter: blur(3px);
}

.hero-tag {
  display: block;
  color: #f3d29b;
  text-transform: none;
  letter-spacing: 1px;
  font-size: 36px;
  font-weight: 900;
  margin-bottom: 12px;
  font-family: Georgia, "Times New Roman", serif;
  text-shadow: 0 0 18px rgba(212, 163, 115, 0.45);
}

.hero-luxo h2 {
  font-size: 44px;
  line-height: 1;
  color: #f3d29b;
  font-family: Georgia, "Times New Roman", serif;
  text-transform: uppercase;
  letter-spacing: 2px;
  margin-bottom: 18px;
  text-shadow: 0 0 18px rgba(212, 163, 115, 0.45);
}

.hero-luxo p {
  color: #f5f5f5;
  font-size: 18px;
  margin-bottom: 28px;
}

.hero-categorias {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 14px;
  margin-bottom: 30px;
}

.hero-categorias a {
  border: 1px solid rgba(212, 163, 115, 0.85);
  color: #f3d29b;
  background: rgba(0, 0, 0, 0.45);
  padding: 14px 18px;
  border-radius: 999px;
  font-weight: 900;
  font-size: 14px;
  text-align: center;
  letter-spacing: 1px;
  transition: 0.3s;
}

.hero-categorias a:hover {
  background: #d4a373;
  color: #000;
  transform: translateY(-2px);
  box-shadow: 0 0 18px rgba(212, 163, 115, 0.45);
}

.hero-buttons {
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
}

.hero-buttons .btn-primary {
  width: 100%;
  padding: 18px 28px;
  font-size: 17px;
  border-radius: 999px;
}

/* SEÇÕES */

.sobre-section,
.especialidades,
.galeria-section,
.localizacao,
.agendamento,
.login-admin,
.admin-section {
  background: #111111;
}

.diferenciais,
.servicos,
.produtos,
.faq,
.como-funciona,
.politica,
.profissionais-section,
.depoimentos {
  background: #0f0f0f;
}

.sobre {
  display: grid;
  grid-template-columns: 1.2fr 0.8fr;
  gap: 36px;
  align-items: center;
}

.sobre p,
.texto-profissionais,
.texto-produtos,
.texto-localizacao,
.destaque p {
  color: #d6d6d6;
  font-size: 18px;
}

.sobre p {
  margin-bottom: 16px;
}

.sobre-card,
.card,
.profissional-card,
.login-card,
.resumo-card,
.agendamento-card,
.faq-lista details {
  background: #1b1b1b;
  border: 1px solid rgba(255, 255, 255, 0.08);
}

.sobre-card {
  padding: 34px;
  border-radius: 22px;
  border-color: rgba(212, 163, 115, 0.35);
}

.sobre-card h3,
.card h3,
.profissional-card h3,
.footer h2,
.agendamento-card h3,
.faq-lista summary {
  color: #d4a373;
}

.sobre-card h3 {
  font-size: 26px;
  margin-bottom: 14px;
}

.sobre-card p {
  margin-bottom: 22px;
}

.cards,
.especialidades-grid,
.profissionais-grid,
.galeria,
.faq-lista,
.lista-agendamentos {
  display: grid;
  gap: 22px;
}

.cards,
.especialidades-grid,
.profissionais-grid {
  grid-template-columns: repeat(4, 1fr);
  margin-top: 30px;
}

.card,
.profissional-card,
.agendamento-card {
  border-radius: 22px;
  padding: 28px;
  transition: 0.3s;
}

.card:hover,
.profissional-card:hover {
  border-color: rgba(212, 163, 115, 0.7);
  transform: translateY(-4px);
}

.card h3,
.profissional-card h3 {
  font-size: 22px;
  margin-bottom: 12px;
}

.card p {
  color: #d8d8d8;
}

.centralizar {
  text-align: center;
  margin-top: 36px;
}

/* ESPECIALIDADES */

.subtitulo-especialidades,
.texto-profissionais,
.texto-produtos {
  margin-bottom: 34px;
}

.especialidade-card,
.especialidade-item,
.card-especialidade {
  height: 360px;
  border-radius: 22px;
  overflow: hidden;
  position: relative;
  border: 1px solid rgba(212, 163, 115, 0.35);
  cursor: pointer;
  transition: 0.35s ease;
}

.especialidade-card img,
.especialidade-item img,
.card-especialidade img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 0.45s ease;
}

.especialidade-card:hover,
.especialidade-item:hover,
.card-especialidade:hover,
.especialidade-card.ativo,
.especialidade-item.ativo,
.card-especialidade.ativo {
  transform: translateY(-12px) scale(1.03);
  box-shadow: 0 22px 45px rgba(224, 176, 122, 0.22);
  border-color: #d4a373;
}

.especialidade-card:hover img,
.especialidade-item:hover img,
.card-especialidade:hover img,
.especialidade-card.ativo img,
.especialidade-item.ativo img,
.card-especialidade.ativo img {
  transform: scale(1.08);
  filter: brightness(1.12);
}

.especialidade-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(0,0,0,0.75), rgba(0,0,0,0.1));
  display: flex;
  align-items: flex-end;
  padding: 28px;
}

.especialidade-overlay h3 {
  font-size: 34px;
  color: #fff;
  line-height: 1.05;
  text-shadow: 2px 2px 4px rgba(0,0,0,0.7);
  transition: 0.35s ease;
}

.especialidade-card:hover h3,
.especialidade-card.ativo h3 {
  transform: translateY(-4px);
  color: #f0c48b;
}

/* PROFISSIONAIS */

.profissionais-grid {
  gap: 24px;
}

.profissional-card {
  min-height: 380px;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  padding: 26px;
}

.profissional-card img {
  width: 135px;
  height: 135px;
  object-fit: cover;
  border-radius: 50%;
  border: 3px solid #d4a373;
  margin-bottom: 22px;
}

.profissional-card p {
  color: #f2f2f2;
  line-height: 1.5;
  min-height: 55px;
  margin-bottom: 20px;
}

.profissional-card button,
.servico-item button {
  background: #d4a373;
  color: #000;
  border: none;
  border-radius: 10px;
  font-weight: 900;
  cursor: pointer;
  transition: 0.3s;
}

.profissional-card button {
  margin-top: auto;
  padding: 14px 22px;
}

/* GALERIA, FAQ, LOCALIZAÇÃO */

.galeria-duas-fotos {
  grid-template-columns: repeat(2, 1fr);
}

.foto,
.mapa-container {
  border-radius: 22px;
  overflow: hidden;
  border: 1px solid rgba(212, 163, 115, 0.35);
}

.foto img {
  width: 100%;
  height: 420px;
  object-fit: cover;
}

.depoimento-card h3 {
  color: #ffc857;
}

.faq-lista {
  gap: 14px;
  margin-top: 30px;
}

.faq-lista details {
  border-radius: 14px;
  padding: 22px;
}

.faq-lista summary {
  font-weight: 900;
  cursor: pointer;
}

.faq-lista p {
  color: #d8d8d8;
  margin-top: 12px;
}

.texto-localizacao {
  margin-bottom: 28px;
}

.botoes-localizacao {
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
  margin-top: 24px;
}

.destaque {
  background: linear-gradient(135deg, #1b1b1b, #080808);
  text-align: center;
}

.destaque p {
  max-width: 720px;
  margin: 0 auto 28px;
}

/* AGENDAMENTO */

.form-agendamento {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 24px;
  margin-top: 34px;
}

.campo,
.campo-controle {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.campo label,
.campo-controle label {
  color: #d4a373;
  font-weight: 900;
  font-size: 16px;
}

.campo input,
.campo select,
.campo textarea,
.campo-controle select,
.campo-busca-admin input {
  width: 100%;
  padding: 16px;
  border-radius: 10px;
  border: 1px solid #333;
  background: #1b1b1b;
  color: #fff;
  outline: none;
  font-family: inherit;
  font-size: 16px;
}

.campo input:focus,
.campo select:focus,
.campo textarea:focus {
  border-color: #d4a373;
}

.campo textarea {
  resize: vertical;
}

.mensagem-agendamento {
  grid-column: 1 / -1;
  padding: 16px;
  border-radius: 10px;
  font-weight: 800;
  display: none;
}

.mensagem-agendamento.erro {
  display: block;
  background: rgba(231, 76, 60, 0.18);
  color: #ff5c4d;
  border: 1px solid #e74c3c;
}

.mensagem-agendamento.sucesso {
  display: block;
  background: rgba(46, 204, 113, 0.18);
  color: #2ecc71;
  border: 1px solid #2ecc71;
}

#btn-confirmar-whatsapp,
.btn-confirmar-whatsapp,
.btn-whatsapp-confirmar {
  width: 100%;
  display: none;
  grid-column: 1 / -1;
  align-items: center;
  justify-content: center;
  text-align: center;
  background: #25d366;
  color: #ffffff;
  border: none;
  border-radius: 14px;
  padding: 18px 24px;
  font-weight: 800;
  font-size: 18px;
  text-decoration: none;
  cursor: pointer;
}

#btn-confirmar-whatsapp[style*="flex"],
.btn-confirmar-whatsapp[style*="flex"],
.btn-whatsapp-confirmar[style*="flex"] {
  display: flex !important;
}

.form-agendamento .btn-primary {
  grid-column: 1 / -1;
}

/* FOOTER */

.footer {
  background: #050505;
  padding: 50px 0;
  text-align: center;
  border-top: 1px solid rgba(212, 163, 115, 0.25);
}

.footer h2 {
  font-size: 28px;
}

.footer p {
  color: #d6d6d6;
  margin-bottom: 8px;
}

.footer a {
  color: #d4a373;
  font-weight: 700;
}

.footer small {
  color: #aaa;
  display: inline-block;
  margin-top: 20px;
}

/* WHATSAPP FLUTUANTE */

.oculto {
  display: none !important;
}

.whatsapp-flutuante-site {
  position: fixed;
  right: 28px;
  bottom: 28px;
  z-index: 9999;
}

.whatsapp-bolha-site {
  border: none;
  background: #25d366;
  color: #ffffff;
  padding: 18px 34px;
  border-radius: 999px;
  font-size: 17px;
  font-weight: 900;
  cursor: pointer;
  box-shadow: 0 14px 34px rgba(0, 0, 0, 0.35);
}

.whatsapp-card-site {
  position: absolute;
  right: 0;
  bottom: 82px;
  width: 320px;
  background: #0d3f33;
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 18px 45px rgba(0, 0, 0, 0.4);
}

.whatsapp-card-topo-site {
  background: #25d366;
  color: #ffffff;
  padding: 18px 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.whatsapp-card-topo-site strong {
  font-size: 20px;
}

.whatsapp-card-topo-site button {
  border: none;
  background: rgba(0, 0, 0, 0.18);
  color: #ffffff;
  width: 34px;
  height: 34px;
  border-radius: 50%;
  font-size: 24px;
  cursor: pointer;
}

.whatsapp-card-conteudo-site {
  padding: 22px;
}

.whatsapp-card-conteudo-site p {
  background: #ffffff;
  color: #111111;
  padding: 16px;
  border-radius: 16px;
  margin-bottom: 18px;
  font-size: 16px;
  line-height: 1.4;
}

.whatsapp-card-botao-site {
  display: block;
  background: #25d366;
  color: #ffffff;
  text-align: center;
  padding: 16px;
  border-radius: 999px;
  font-weight: 900;
  text-decoration: none;
}

/* ADMIN */

.login-admin,
.admin-section {
  min-height: calc(100vh - 92px);
}

.login-card {
  max-width: 480px;
  margin: 0 auto;
  border-radius: 22px;
  padding: 34px;
  border-color: rgba(212, 163, 115, 0.35);
}

.login-card p {
  color: #d6d6d6;
  margin-bottom: 22px;
}

.mensagem-login {
  margin: 16px 0;
  font-weight: 800;
}

.mensagem-login.erro {
  color: #ff5c4d;
}

.mensagem-login.sucesso {
  color: #2ecc71;
}

.btn-esqueceu {
  margin-top: 14px;
  background: transparent;
  border: none;
  color: #d4a373;
  font-weight: 800;
  cursor: pointer;
}

.admin-topo {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 20px;
  margin-bottom: 35px;
}

.admin-topo h2 {
  margin-bottom: 12px;
}

.admin-topo-botoes,
.admin-actions,
.botoes-admin {
  display: flex;
  gap: 14px;
  flex-wrap: wrap;
}

.admin-topo-botoes {
  align-items: center;
}

.admin-info-login {
  display: flex;
  flex-direction: column;
  gap: 4px;
  margin-top: 8px;
}

.admin-info-login p {
  margin: 0;
  color: #bdbdbd;
  font-size: 15px;
  line-height: 1.4;
}

#admin-logado {
  color: #d4a373;
  font-weight: 600;
}

.btn-sair {
  background: #e74c3c;
  color: #fff;
  padding: 14px 24px;
  border-radius: 10px;
}

.btn-exportar {
  background: #5f4be3;
  color: #fff;
  padding: 16px 28px;
  border-radius: 10px;
}

.resumo-admin {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 22px;
  margin-bottom: 30px;
}

.resumo-card {
  border-radius: 18px;
  padding: 24px;
}

.resumo-card span {
  color: #d4a373;
  font-weight: 900;
}

.resumo-card strong {
  display: block;
  font-size: 34px;
  margin-top: 14px;
}

.campo-busca-admin input {
  border: 1px solid rgba(212, 163, 115, 0.5);
  margin-bottom: 28px;
}

.controles-admin,
.controles-admin-2 {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 24px;
}

.controles-admin-4 {
  grid-template-columns: repeat(4, 1fr);
}

.admin-actions {
  margin: 28px 0;
}

.agendamento-card {
  border-radius: 18px;
  padding: 26px;
}

.agendamento-card p {
  margin-bottom: 6px;
}

.status {
  display: inline-block;
  margin-top: 14px;
  padding: 9px 14px;
  border-radius: 999px;
  font-weight: 900;
}

.status.pendente {
  background: rgba(241, 196, 15, 0.18);
  color: #f1c40f;
}

.status.compareceu,
.status.confirmado {
  background: rgba(46, 204, 113, 0.18);
  color: #2ecc71;
}

.status.confirmado {
  border: 1px solid #2ecc71;
}

.status.faltou {
  background: rgba(231, 76, 60, 0.18);
  color: #e74c3c;
}

.status.cancelado {
  background: rgba(230, 126, 34, 0.18);
  color: #e67e22;
  border: 1px solid #e67e22;
}

.card-confirmado {
  border-color: rgba(46, 204, 113, 0.8);
}

.card-cancelado {
  opacity: 0.75;
  border-color: rgba(230, 126, 34, 0.8);
}

.botoes-admin {
  margin-top: 20px;
}

.btn-admin {
  border-radius: 9px;
  padding: 12px 16px;
  color: #fff;
}

.btn-whatsapp-cliente {
  background: #25d366;
}

.btn-lembrete {
  background: #3498db;
}

.btn-ok,
.btn-confirmar {
  background: #2ecc71;
}

.btn-faltou {
  background: #f1c40f;
  color: #000;
}

.btn-cancelar {
  background: #e67e22;
}

.btn-apagar {
  background: #e74c3c;
}

.aviso-faltas {
  margin: 16px 0;
  padding: 14px 16px;
  border-radius: 12px;
  background: rgba(255, 193, 7, 0.12);
  border: 1px solid rgba(255, 193, 7, 0.45);
  color: #ffd76a;
  font-weight: 700;
  line-height: 1.4;
}

.aviso-faltas-amarelo {
  background: rgba(255, 193, 7, 0.16);
  border-color: rgba(255, 193, 7, 0.65);
}

.aviso-faltas-vermelho {
  background: rgba(239, 68, 68, 0.16);
  border-color: rgba(239, 68, 68, 0.7);
  color: #ff7b7b;
}

/* MODAIS FINANCEIRO E COMISSÕES */

.overlay-financeiro,
.overlay-comissoes {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.9);
  backdrop-filter: blur(8px);
}

.overlay-financeiro {
  z-index: 9999;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 24px;
}

.overlay-comissoes {
  z-index: 9998;
  overflow-y: auto;
  padding: 40px 24px;
}

.financeiro-login {
  width: 100%;
  max-width: 560px;
  margin: 0;
}

.texto-recuperacao-financeiro {
  margin-top: 18px;
  font-size: 14px;
  color: #aaa;
}

.tela-comissoes {
  width: min(1300px, 100%);
  margin: 0 auto;
  padding: 36px;
  border: 1px solid rgba(224, 176, 122, 0.25);
  border-radius: 24px;
  background: #111;
  box-shadow: 0 24px 80px rgba(0, 0, 0, 0.45);
}

.tela-comissoes .admin-topo {
  align-items: flex-start;
  gap: 24px;
}

.comissao-detalhe {
  margin-top: 14px;
  padding: 14px;
  border: 1px solid rgba(224, 176, 122, 0.25);
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.03);
}

.comissao-detalhe p {
  margin: 4px 0;
}

/* PÁGINA DE SERVIÇOS */

.pagina-servicos {
  background:
    radial-gradient(circle at top left, rgba(212, 159, 102, 0.10), transparent 30%),
    linear-gradient(180deg, #0a0a0a 0%, #111111 100%) !important;
  color: #f5f5f5 !important;
  min-height: 100vh;
}

.pagina-servicos .header {
  background: rgba(0, 0, 0, 0.92) !important;
  border-bottom: 1px solid rgba(214, 165, 114, 0.18) !important;
}

.pagina-servicos .section,
.pagina-servicos .catalogo-section,
.pagina-servicos .servicos-section {
  background: transparent !important;
}

.pagina-servicos .tag {
  color: #d6a572 !important;
}

.pagina-servicos h1,
.pagina-servicos h2,
.pagina-servicos h3 {
  color: #f5f5f5 !important;
}

.pagina-servicos h2 {
  font-size: 46px;
  margin-bottom: 25px;
}

.pagina-servicos p {
  color: rgba(255, 255, 255, 0.78) !important;
}

.input-busca-servicos {
  width: 100%;
  padding: 22px 28px;
  border-radius: 999px;
  border: 1px solid rgba(214, 165, 114, 0.25) !important;
  background: rgba(255, 255, 255, 0.06) !important;
  color: #fff !important;
  font-size: 18px;
  margin: 35px 0;
  outline: none;
}

.input-busca-servicos::placeholder {
  color: rgba(255, 255, 255, 0.55) !important;
}

.servicos-layout {
  display: grid;
  grid-template-columns: 260px 1fr;
  gap: 35px;
  align-items: start;
}

.categorias-servicos {
  position: sticky;
  top: 120px;
  display: flex;
  flex-direction: column;
  gap: 12px;
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(214, 165, 114, 0.14);
  border-radius: 20px;
  padding: 14px;
}

.categoria-btn {
  border: 1px solid rgba(214, 165, 114, 0.22) !important;
  background: rgba(255, 255, 255, 0.05) !important;
  color: #f0e5d7 !important;
  font-size: 18px;
  text-align: left;
  cursor: pointer;
  padding: 12px 14px;
  border-radius: 14px;
  font-weight: 700;
}

.categoria-btn span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 26px;
  height: 22px;
  margin-left: 10px;
  border: 1px solid rgba(214, 165, 114, 0.30);
  border-radius: 999px;
  font-size: 13px;
}

.categoria-btn.ativo {
  background: linear-gradient(135deg, #f1ddc2, #d6a572) !important;
  color: #111 !important;
  border-color: transparent !important;
}

.lista-servicos-catalogo {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.servico-item {
  background: rgba(14, 14, 14, 0.92) !important;
  border: 1px solid rgba(214, 165, 114, 0.18) !important;
  border-radius: 28px !important;
  padding: 28px 32px;
  display: flex;
  justify-content: space-between;
  gap: 25px;
  align-items: center;
  box-shadow: 0 14px 30px rgba(0, 0, 0, 0.22) !important;
}

.servico-tempo {
  display: inline-block;
  color: #d6a572 !important;
  font-weight: 800;
  margin-bottom: 10px;
}

.servico-item h3 {
  color: #ffffff !important;
  font-size: 26px;
  margin-bottom: 10px;
}

.servico-item p {
  color: rgba(255, 255, 255, 0.72) !important;
  margin-bottom: 15px;
  line-height: 1.5;
}

.servico-item strong {
  color: #f5f5f5 !important;
  font-size: 20px;
}

.servico-item button {
  background: linear-gradient(135deg, #7a5cff, #5b47df) !important;
  color: white;
  padding: 18px 30px;
  border-radius: 16px !important;
  font-weight: 800;
  font-size: 16px;
  white-space: nowrap;
}

/* POLÍTICA DE PRIVACIDADE */

.politica-section {
  background: #0f0f0f;
  color: #ffffff;
}

.politica-card {
  max-width: 980px;
  margin: 0 auto;
  background: #1a1a1a;
  border: 1px solid rgba(212, 163, 115, 0.35);
  border-radius: 28px;
  padding: 44px;
}

.politica-card h2 {
  font-size: 42px;
  margin-bottom: 18px;
  color: #ffffff;
}

.politica-card h3 {
  margin-top: 30px;
  margin-bottom: 10px;
  color: #d4a373;
  font-size: 22px;
}

.politica-card p,
.politica-card li {
  color: #e8e8e8;
  font-size: 17px;
  line-height: 1.7;
}

.politica-card ul {
  margin: 14px 0 0 22px;
}

.politica-data {
  margin-top: 34px;
  font-weight: 700;
  color: #d4a373 !important;
}

.politica-voltar {
  display: inline-flex;
  margin-top: 24px;
}

/* RESPONSIVO TABLET */

@media (max-width: 1100px) {
  .header-container {
    flex-wrap: wrap;
    justify-content: center;
    padding: 16px 0;
  }

  .logo,
  .menu,
  .header-buttons {
    width: 100%;
    justify-content: center;
    text-align: center;
  }

  .menu {
    flex-wrap: wrap;
  }

  .cards,
  .especialidades-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .profissionais-grid {
    grid-template-columns: repeat(3, 1fr);
  }

  .controles-admin-4 {
    grid-template-columns: repeat(2, 1fr);
  }

  .sobre,
  .form-agendamento,
  .galeria-duas-fotos,
  .servicos-layout {
    grid-template-columns: 1fr;
  }

  .resumo-admin {
    grid-template-columns: repeat(2, 1fr);
  }

  .pagina-servicos h2 {
    font-size: 34px;
  }

  .categorias-servicos {
    position: static;
    flex-direction: row;
    overflow-x: auto;
    padding-bottom: 14px;
  }

  .categoria-btn {
    white-space: nowrap;
  }

  .servico-item {
    flex-direction: column;
    align-items: flex-start;
  }

  .servico-item button {
    width: 100%;
  }
}

/* MOBILE FINAL */

@media (max-width: 768px) {
  html,
  body {
    overflow-x: hidden !important;
    max-width: 100% !important;
  }

  .section {
    padding: 65px 0;
  }

  h2 {
    font-size: 32px;
  }

  .header {
    background: #000 !important;
    padding: 0 !important;
    border-bottom: 1px solid rgba(255,255,255,0.08) !important;
    position: sticky;
    top: 0;
    z-index: 10000;
  }

  .header-container {
    width: 100% !important;
    min-height: 78px !important;
    padding: 10px 14px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
    gap: 14px !important;
    flex-wrap: nowrap !important;
  }

  .logo {
    font-size: 17px !important;
    line-height: 1.15 !important;
    max-width: 52% !important;
    margin: 0 !important;
    text-align: left !important;
    white-space: normal !important;
  }

  .header-buttons {
    display: none !important;
  }

  .btn-menu-mobile {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 12px !important;
    background: linear-gradient(135deg, #f1ddc2, #d6a572) !important;
    color: #111 !important;
    border: none !important;
    border-radius: 0 0 22px 0 !important;
    padding: 12px 15px !important;
    min-width: 120px !important;
    font-size: 17px !important;
    font-weight: 900 !important;
    box-shadow: 0 10px 24px rgba(0, 0, 0, 0.25) !important;
    cursor: pointer !important;
    z-index: 10002 !important;
  }

  .btn-menu-mobile .menu-icon {
    font-size: 26px !important;
    line-height: 1 !important;
  }

  .menu {
    position: fixed !important;
    inset: 0 !important;
    width: 100% !important;
    height: 100vh !important;
    background:
      radial-gradient(circle at top left, rgba(212, 163, 115, 0.18), transparent 34%),
      linear-gradient(180deg, #111111 0%, #050505 100%) !important;
    z-index: 10001 !important;
    display: flex !important;
    flex-direction: column !important;
    justify-content: center !important;
    align-items: center !important;
    gap: 22px !important;
    padding: 90px 24px 40px !important;
    transform: translateX(100%) !important;
    opacity: 0 !important;
    visibility: hidden !important;
    pointer-events: none !important;
    transition: all 0.35s ease !important;
  }

  .menu.menu-aberto {
    transform: translateX(0) !important;
    opacity: 1 !important;
    visibility: visible !important;
    pointer-events: auto !important;
  }

  .menu a {
    color: #f5f5f5 !important;
    font-size: 25px !important;
    text-decoration: none !important;
    font-weight: 600 !important;
    line-height: 1.2 !important;
  }

  .menu a:hover {
    color: #d4a373 !important;
  }

  .menu-politica-mobile {
    display: block !important;
    margin-top: 20px !important;
    font-size: 22px !important;
    color: #d4a373 !important;
  }

  .menu-mobile-extra {
    display: flex !important;
    justify-content: center !important;
    margin-top: 8px !important;
  }

  .btn-instagram-mobile {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    text-decoration: none !important;
    padding: 14px 28px !important;
    border-radius: 999px !important;
    font-weight: 900 !important;
    font-size: 17px !important;
    color: #fff !important;
    background: linear-gradient(135deg, #feda75, #fa7e1e, #d62976, #962fbf, #4f5bd5) !important;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.25) !important;
  }

  body.menu-travado {
    overflow: hidden !important;
  }

  .hero {
    min-height: auto !important;
    height: auto !important;
    padding: 16px 0 28px !important;
    align-items: flex-start !important;
    background-size: cover !important;
    background-position: 67% top !important;
    background-repeat: no-repeat !important;
  }

  .hero::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(
      to bottom,
      rgba(0,0,0,0.08),
      rgba(0,0,0,0.18),
      rgba(0,0,0,0.22)
    );
    z-index: 1;
    pointer-events: none;
  }

  .hero-luxo {
    position: relative;
    z-index: 2;
    width: 76% !important;
    max-width: 330px !important;
    margin: 14px auto 0 10px !important;
    padding: 17px 13px 15px !important;
    border-radius: 20px !important;
    background: rgba(0, 0, 0, 0.54) !important;
    border: 1px solid rgba(212, 163, 115, 0.45) !important;
    backdrop-filter: blur(3px);
    -webkit-backdrop-filter: blur(3px);
  }

  .hero-tag {
    font-size: 17px !important;
    line-height: 1.1 !important;
    margin-bottom: 6px !important;
  }

  .hero-luxo h2 {
    font-size: 20px !important;
    line-height: 1.05 !important;
    margin-bottom: 10px !important;
    letter-spacing: 1px !important;
  }

  .hero-luxo p {
    font-size: 12.5px !important;
    line-height: 1.35 !important;
    margin-bottom: 14px !important;
  }

  .hero-categorias {
    display: grid !important;
    grid-template-columns: 1fr 1fr !important;
    gap: 8px !important;
    margin-bottom: 14px !important;
  }

  .hero-categorias a {
    min-height: 40px !important;
    padding: 8px 6px !important;
    font-size: 11px !important;
    line-height: 1.15 !important;
    border-radius: 999px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    text-align: center !important;
    letter-spacing: 0.4px !important;
  }

  .hero-buttons .btn-primary,
  .hero .btn-primary {
    min-height: 46px !important;
    padding: 12px 14px !important;
    font-size: 13.5px !important;
    border-radius: 999px !important;
  }

  .cards,
  .profissionais-grid,
  .especialidades-grid,
  .resumo-admin,
  .controles-admin-4,
  .controles-admin-2 {
    grid-template-columns: 1fr;
  }

  .especialidade-card {
    height: 300px;
  }

  .foto img {
    height: 300px;
  }

  .admin-topo,
  .tela-comissoes .admin-topo {
    flex-direction: column;
  }

  .btn-sair,
  .admin-topo-botoes {
    width: 100%;
  }

  .overlay-comissoes {
    padding: 20px 14px;
  }

  .tela-comissoes {
    padding: 22px;
    border-radius: 18px;
  }

  .politica-card {
    padding: 28px 20px;
    border-radius: 22px;
  }

  .politica-card h2 {
    font-size: 32px;
  }

  .politica-card h3 {
    font-size: 20px;
  }

  .politica-card p,
  .politica-card li {
    font-size: 16px;
  }

  .whatsapp-flutuante-site {
    right: 16px !important;
    bottom: 26px !important;
  }

  .whatsapp-bolha-site {
    padding: 14px 26px !important;
    font-size: 15px !important;
    min-width: 135px !important;
  }

  .whatsapp-card-site {
    width: calc(100vw - 32px);
    max-width: 330px;
    right: 0;
    bottom: 75px;
  }

  .pagina-servicos h2 {
    font-size: 36px !important;
  }

  .pagina-servicos .section {
    padding-top: 70px;
  }

  .servicos-layout {
    gap: 26px;
  }

  .categorias-servicos {
    display: flex;
    flex-direction: row;
    overflow-x: auto;
    gap: 10px;
    padding: 12px;
  }

  .categoria-btn {
    font-size: 15px;
    padding: 10px 14px;
  }

  .servico-item {
    padding: 24px;
  }

  .servico-item h3 {
    font-size: 24px;
  }
}

@media (max-width: 430px) {
  .header-container {
    min-height: 74px !important;
  }

  .logo {
    font-size: 16px !important;
  }

  .btn-menu-mobile {
    min-width: 112px !important;
    font-size: 16px !important;
    padding: 11px 14px !important;
  }

  .hero {
    padding-top: 12px !important;
    padding-bottom: 24px !important;
    background-position: 67% top !important;
  }

  .hero-luxo {
    width: 68% !important;
    max-width: 310px !important;
    margin-left: 10px !important;
    padding: 15px 12px 14px !important;
  }

  .hero-tag {
    font-size: 17px !important;
  }

  .hero-luxo h2 {
    font-size: 20px !important;
  }

  .hero-luxo p {
    font-size: 12.5px !important;
  }

  .hero-categorias a {
    min-height: 40px !important;
    font-size: 11px !important;
  }

  .hero-buttons .btn-primary,
  .hero .btn-primary {
    min-height: 46px !important;
    font-size: 13.5px !important;
  }

  .menu a {
    font-size: 24px !important;
  }
}