* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  background-color: #080808;
  color: #ffffff;
  font-family: Arial, Helvetica, sans-serif;
  overflow-x: hidden;
}

.app {
  min-height: 100vh;
  background:
    linear-gradient(rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0.95)),
    url("assets/fundo.jpg");
  background-size: cover;
  background-position: center;
}

.hero {
  min-height: 100vh;
  padding: 120px 20px 80px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
  background-image:
    linear-gradient(
      to bottom,
      rgba(0, 0, 0, 0.78),
      rgba(0, 0, 0, 0.88)
    ),
    url("assets/hero-premium.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.topo,
.conteudo {
  position: relative;
  z-index: 2;
}

.topo {
  text-align: center;
  margin-bottom: 40px;
}

.logo {
  width: 140px;
  max-width: 80%;
}

.conteudo {
  text-align: center;
}

.tag {
  color: #c89b3c;
  font-size: 13px;
  letter-spacing: 3px;
  font-weight: bold;
}

h1 {
  font-size: 38px;
  line-height: 1.1;
  margin: 16px 0;
  text-transform: uppercase;
}

p {
  color: #d6d6d6;
  font-size: 16px;
  line-height: 1.6;
}

.botao-principal {
  display: inline-block;
  margin-top: 28px;
  padding: 16px 32px;
  background: linear-gradient(135deg, #c89b3c, #f2d27a, #a87520);
  color: #111111;
  text-decoration: none;
  font-weight: bold;
  text-transform: uppercase;
  border-radius: 8px;
  box-shadow: 0 0 20px rgba(200, 155, 60, 0.35);
}

/* BENEFÍCIOS */

.beneficios {
  padding: 20px;
  display: grid;
  gap: 16px;
  background-color: #080808;
}

.card {
  border: 1px solid rgba(200, 155, 60, 0.35);
  border-radius: 14px;
  padding: 20px;
  background: linear-gradient(145deg, #111111, #090909);
}

.card h3 {
  color: #d6aa4c;
  margin-bottom: 8px;
  text-transform: uppercase;
  font-size: 16px;
}

.card p {
  font-size: 14px;
}

/* AVALIAÇÕES */

.avaliacoes {
  padding: 60px 20px;
  background: #050505;
  text-align: center;
}

.avaliacoes .tag {
  display: inline-block;
  margin-bottom: 14px;
}

.avaliacoes h2 {
  font-size: 32px;
  line-height: 1.2;
  margin-bottom: 35px;
  color: #ffffff;
}

.avaliacoes-container {
  display: grid;
  gap: 18px;
}

.avaliacao-card {
  background: linear-gradient(145deg, #111111, #070707);
  border: 1px solid rgba(212, 164, 60, 0.25);
  border-radius: 20px;
  padding: 24px;
  text-align: left;
  transition: 0.3s;
}

.avaliacao-card:hover {
  transform: translateY(-4px);
  border-color: #d4a43c;
  box-shadow: 0 0 20px rgba(212, 164, 60, 0.15);
}

.avaliacao-card p {
  color: #e5e5e5;
  font-size: 15px;
  line-height: 1.7;
  margin-bottom: 18px;
}

.avaliacao-card strong {
  display: block;
  color: #d4a43c;
  font-size: 18px;
  letter-spacing: 2px;
  margin-bottom: 10px;
}

.avaliacao-card span {
  color: #ffffff;
  font-size: 14px;
  font-weight: bold;
}

/* GALERIA */

.galeria {
  padding: 60px 20px;
  background: #080808;
  text-align: center;
}

.galeria .tag {
  display: inline-block;
  margin-bottom: 14px;
}

.galeria h2 {
  font-size: 30px;
  line-height: 1.2;
  margin-bottom: 12px;
  color: #ffffff;
}

.galeria-subtitulo {
  font-size: 15px;
  color: #bbbbbb;
  margin-bottom: 30px;
}

.galeria-container {
  display: none;
  gap: 16px;
}

.galeria-container img {
  width: 100%;
  height: auto;
  object-fit: contain;
  border-radius: 20px;
  border: 1px solid rgba(212, 164, 60, 0.25);
  box-shadow: 0 0 22px rgba(0, 0, 0, 0.45);
  transition: 0.3s;
}

.galeria-container img:hover {
  transform: scale(1.02);
  border-color: #d4a43c;
}

/* HISTÓRIA */

.historia {
  padding: 60px 20px;
  background: #050505;
  text-align: center;
  position: relative;
  overflow: hidden;
}

.historia::before {
  content: "";
  position: absolute;
  inset: 0;
  background: url("assets/historia-fundo.jpg") center top / 60% auto no-repeat;
  opacity: 1;
  z-index: 0;
  pointer-events: none;
}

@media (max-width: 767px) {
  .historia::before {
    background: url("assets/historia-fundo.jpg") center 60% / 100% auto no-repeat;
  }
}

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

.historia h2 {
  font-size: 30px;
  line-height: 1.2;
  margin: 14px 0 28px;
}

.botao-historia {
  border: none;
  margin-bottom: 28px;
  padding: 15px 28px;
  border-radius: 999px;
  background: linear-gradient(135deg, #c89b3c, #f2d27a, #a87520);
  color: #111111;
  font-weight: bold;
  text-transform: uppercase;
  cursor: pointer;
  box-shadow: 0 0 20px rgba(200, 155, 60, 0.25);
  transition: 0.3s;
}

.botao-historia:hover {
  transform: scale(1.03);
}

.historia-conteudo {
  display: none;
  max-width: 700px;
  margin: 0 auto;
  text-align: left;
}

.historia-conteudo.mostrar {
  display: block;
}

.historia-conteudo p {
  margin-bottom: 18px;
  line-height: 1.8;
  color: #d8d8d8;
}

/* BARBEIROS */

.barbeiros {
  padding: 60px 15px 40px;
  background: #080808;
}

.barbeiros h2 {
  text-align: center;
  font-size: 30px;
  margin-bottom: 10px;
}

.barbeiros-subtitulo {
  text-align: center;
  color: #bbbbbb;
  font-size: 14px;
  margin-bottom: 30px;
}

.barbeiros-container {
  display: flex;
  gap: 18px;
  overflow-x: auto;
  padding-bottom: 10px;
  scroll-behavior: smooth;
}

.barbeiros-container::-webkit-scrollbar {
  display: none;
}

.barbeiro-card {
  min-width: 185px;
  background: linear-gradient(145deg, #111111, #070707);
  border: 1px solid rgba(212, 164, 60, 0.25);
  border-radius: 20px;
  overflow: hidden;
  cursor: pointer;
  transition: 0.3s;
  flex-shrink: 0;
}

.barbeiro-card:hover {
  transform: translateY(-5px);
  border-color: #d4a43c;
}

.barbeiro-card img {
  width: 100%;
  height: 200px;
  object-fit: cover;
  object-position: center top;
  background: #151515;
}

@media (min-width: 768px) {
  .barbeiro-card img {
    height: 280px;
    object-position: center 10%;
  }
}

@media (max-width: 767px) {
  .barbeiro-card img {
    height: 160px;
    object-position: center 15%;
  }
}

.barbeiro-info {
  padding: 14px;
}

.barbeiro-info h3 {
  font-size: 13px;
  margin-bottom: 6px;
  color: #ffffff;
  line-height: 1.4;
}

.barbeiro-info p {
  font-size: 12px;
  color: #d4a43c;
  line-height: 1.8;
}

.barbeiro-selecionado {
  border-color: #f6d77c;
  box-shadow: 0 0 20px rgba(212, 164, 60, 0.35);
}

/* SERVIÇOS */

.servicos {
  padding: 60px 20px;
  background: #050505;
}

.servicos h2 {
  text-align: center;
  font-size: 30px;
  margin-bottom: 30px;
  color: #ffffff;
}

.filtros {
  display: flex;
  gap: 12px;
  overflow-x: auto;
  margin-bottom: 25px;
  padding-bottom: 10px;
}

.filtros::-webkit-scrollbar {
  display: none;
}

.filtros button {
  border: none;
  padding: 12px 18px;
  border-radius: 999px;
  background: #111111;
  color: white;
  white-space: nowrap;
  border: 1px solid rgba(212, 164, 60, 0.2);
  cursor: pointer;
}

.filtros button:hover {
  background: #d4a43c;
  color: black;
}

.cards {
  display: flex;
  gap: 18px;
  overflow-x: auto;
  scroll-behavior: smooth;
  padding-bottom: 10px;
}

.cards::-webkit-scrollbar {
  display: none;
}

.servico-card {
  min-width: 240px;
  flex-shrink: 0;
  background: linear-gradient(145deg, #111111, #070707);
  border: 1px solid rgba(212, 164, 60, 0.25);
  border-radius: 20px;
  overflow: hidden;
  transition: 0.3s;
}

.servico-card:hover {
  transform: translateY(-5px);
  border-color: #d4a43c;
}

.servico-card-content {
  padding: 22px;
}

.servico-card h3 {
  font-size: 20px;
  margin-bottom: 10px;
  color: #ffffff;
}

.servico-card p {
  color: #bbbbbb;
  font-size: 14px;
  line-height: 1.5;
}

.info {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 22px 0;
}

.info span {
  color: #d4a43c;
  font-size: 14px;
}

.info strong {
  color: #ffffff;
  font-size: 20px;
}

.servico-card button {
  width: 100%;
  border: none;
  padding: 15px;
  border-radius: 12px;
  font-weight: bold;
  cursor: pointer;
  background: linear-gradient(135deg, #d4a43c, #f6d77c);
  color: #111111;
}

.servico-selecionado {
  border-color: #f6d77c;
  box-shadow: 0 0 20px rgba(212, 164, 60, 0.35);
}

/* AGENDA */

.agenda {
  display: none;
  padding: 60px 20px;
}

.agenda.mostrar {
  display: block;
}

.agenda h2 {
  text-align: center;
  margin-bottom: 30px;
  font-size: 30px;
}

.agenda-subtitulo {
  text-align: center;
  color: #bbbbbb;
  font-size: 14px;
  margin-bottom: 20px;
}

.calendario {
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  gap: 8px;
  margin-bottom: 30px;
}

.dia-semana {
  text-align: center;
  color: #d4a43c;
  font-size: 13px;
  font-weight: bold;
}

.dia {
  padding: 12px 0;
  text-align: center;
  border-radius: 10px;
  background: #111111;
  border: 1px solid rgba(212, 164, 60, 0.25);
  cursor: pointer;
}

.dia:hover {
  background: linear-gradient(135deg, #d4a43c, #f6d77c);
  color: #111111;
  transform: translateY(-2px);
  box-shadow: 0 0 18px rgba(212, 164, 60, 0.28);
  transition: 0.25s;
}

.dia-fechado {
  opacity: 0.35;
  pointer-events: none;
}

.dia-selecionado {
  background: #d4a43c;
  color: #111111;
}

.titulo-horarios {
  text-align: center;
  margin-bottom: 20px;
  color: #d4a43c;
}

.horarios {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  justify-content: center;
}

.horario {
  padding: 14px 20px;
  border-radius: 12px;
  border: 1px solid rgba(212, 164, 60, 0.3);
  background: #111111;
  cursor: pointer;
  transition: 0.3s;
}

.horario:hover {
  background: linear-gradient(135deg, #d4a43c, #f6d77c);
  color: #111111;
  transform: translateY(-2px);
  box-shadow: 0 0 18px rgba(212, 164, 60, 0.25);
  transition: 0.25s;
}

.horario-selecionado {
  background: linear-gradient(135deg, #d4af37, #f6d365);
  color: #111;
  border-color: #d4af37;
  font-weight: 700;
}

/* CONFIRMAÇÃO */

.confirmacao {
  display: none;
  padding: 60px 20px;
  background: #050505;
}

.confirmacao.mostrar {
  display: block;
}

.confirmacao h2 {
  text-align: center;
  font-size: 30px;
  margin-bottom: 10px;
}

.confirmacao-subtitulo {
  text-align: center;
  color: #bbbbbb;
  margin-bottom: 30px;
}

.resumo-agendamento {
  background: linear-gradient(145deg, #111111, #070707);
  border: 1px solid rgba(212, 164, 60, 0.2);
  border-radius: 20px;
  padding: 22px;
  margin-bottom: 25px;
}

.resumo-item {
  display: flex;
  justify-content: space-between;
  margin-bottom: 18px;
}

.resumo-item span {
  color: #bbbbbb;
}

.resumo-item strong {
  color: #ffffff;
}

.resumo-item.destaque strong {
  color: #d4a43c;
  font-size: 22px;
}

.formulario {
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.formulario input,
.formulario textarea {
  width: 100%;
  background: #111111;
  border: 1px solid rgba(212, 164, 60, 0.2);
  border-radius: 14px;
  padding: 16px;
  color: white;
  font-size: 15px;
  outline: none;
}

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

.botao-confirmar {
  border: none;
  padding: 18px;
  border-radius: 14px;
  font-weight: bold;
  font-size: 15px;
  cursor: pointer;
  background: linear-gradient(135deg, #d4a43c, #f6d77c);
  color: #111111;
  margin-top: 10px;
}

/* WHATSAPP */

.whatsapp {
  position: fixed;
  right: 20px;
  bottom: 20px;
  width: 62px;
  height: 62px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(135deg, #25d366, #1ebe5d);
  color: white;
  text-decoration: none;
  border-radius: 50%;
  font-size: 28px;
  font-weight: bold;
  box-shadow:
    0 0 20px rgba(37, 211, 102, 0.45),
    0 0 40px rgba(37, 211, 102, 0.15);
  z-index: 999;
  transition: 0.3s;
}

.whatsapp:hover {
  transform: scale(1.08);
}

.whatsapp:active {
  transform: scale(0.96);
}

/* MOBILE */

@media (max-width: 480px) {
  .calendario {
    gap: 5px;
  }

  .dia {
    font-size: 13px;
    padding: 10px 0;
  }

  .dia-semana {
    font-size: 11px;
  }
}

/* TABLET E DESKTOP */

@media (min-width: 768px) {
  .hero,
  .beneficios,
  .avaliacoes,
  .galeria,
  .barbeiros,
  .servicos,
  .agenda,
  .confirmacao {
    max-width: 1100px;
    margin: 0 auto;
  }

  .beneficios {
    grid-template-columns: repeat(3, 1fr);
  }

  .avaliacoes-container {
    grid-template-columns: repeat(3, 1fr);
  }

  .galeria-container {
    grid-template-columns: repeat(3, 1fr);
  }

  .barbeiros-container,
  .cards {
    justify-content: center;
    overflow-x: visible;
    flex-wrap: wrap;
  }

  .barbeiro-card {
    width: 240px;
    min-width: 240px;
  }

  .servico-card {
    width: 280px;
    min-width: 280px;
  }

  .filtros {
    justify-content: center;
    overflow-x: visible;
    flex-wrap: wrap;
  }

  h1 {
    font-size: 56px;
  }

  .conteudo p {
    max-width: 560px;
    margin: 0 auto;
  }
}

/* CORREÇÃO MOBILE */

@media (max-width: 767px) {
  body {
    padding-bottom: 0;
  }

  .barbeiros-container,
  .cards,
  .filtros {
    padding-left: 4px;
    padding-right: 20px;
  }

  .barbeiro-card:last-child,
  .servico-card:last-child {
    margin-right: 20px;
  }
}

.botao-galeria {
  border: none;
  margin-bottom: 28px;
  padding: 15px 28px;
  border-radius: 999px;
  background: linear-gradient(135deg, #c89b3c, #f2d27a, #a87520);
  color: #111111;
  font-weight: bold;
  text-transform: uppercase;
  cursor: pointer;
  box-shadow: 0 0 20px rgba(200, 155, 60, 0.25);
}

.galeria-container.mostrar {
  display: grid;
}

html {
  scroll-behavior: smooth;
}

.menu-premium {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1000;
  padding: 14px 20px;
  background: rgba(5, 5, 5, 0.92);
  border-bottom: 1px solid rgba(212, 164, 60, 0.25);
  display: flex;
  justify-content: space-between;
  align-items: center;
  backdrop-filter: blur(12px);
}

.menu-logo {
  color: #d4a43c;
  text-decoration: none;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 2px;
}

.menu-botao {
  background: none;
  border: none;
  color: #d4a43c;
  font-size: 28px;
  cursor: pointer;
}

.menu-links {
  position: absolute;
  top: 60px;
  left: 0;
  width: 100%;
  background: #080808;
  display: none;
  flex-direction: column;
  text-align: center;
  padding: 20px;
  gap: 18px;
  border-bottom: 1px solid rgba(212, 164, 60, 0.25);
}

.menu-links.mostrar {
  display: flex;
}

.menu-links a {
  color: #ffffff;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 13px;
  letter-spacing: 2px;
}

.menu-agendar {
  color: #111111 !important;
  background: linear-gradient(135deg, #c89b3c, #f2d27a, #a87520);
  padding: 12px 18px;
  border-radius: 999px;
  font-weight: bold;
}

.menu-admin {
  color: #aaaaaa !important;
  border: 1px solid rgba(255, 255, 255, 0.15);
  padding: 8px 16px;
  border-radius: 999px;
  font-size: 12px;
  letter-spacing: 1px;
  transition: 0.3s;
}

.menu-admin:hover {
  color: #ffffff !important;
  border-color: rgba(255, 255, 255, 0.4);
}

@media (max-width: 767px) {
  .menu-admin {
    display: inline-block;
    margin-top: 4px;
    padding: 10px 20px;
    font-size: 13px;
    color: #888888 !important;
  }
}

.hero {
  padding-top: 95px;
}

@media (min-width: 768px) {
  .menu-premium {
    padding: 16px 60px;
  }

  .menu-botao {
    display: none;
  }

  .menu-links {
    position: static;
    display: flex;
    flex-direction: row;
    width: auto;
    background: transparent;
    padding: 0;
    border: none;
    align-items: center;
    gap: 28px;
  }

  .menu-links a:hover {
    color: #d4a43c;
    transition: 0.3s;
  }
}

.menu-scroll {
  background: rgba(0, 0, 0, 0.98);
  box-shadow:
    0 10px 30px rgba(0, 0, 0, 0.45),
    0 0 20px rgba(212, 164, 60, 0.08);
}

.secao-escondida {
  display: none;
}

.secao-escondida.mostrar {
  display: block;
}

.controle-mes {
  grid-column: 1 / -1;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 18px;
  background: #111111;
  border: 1px solid rgba(212, 164, 60, 0.25);
  border-radius: 16px;
  padding: 14px;
}

.controle-mes strong {
  color: #d4a43c;
  text-transform: capitalize;
  font-size: 14px;
  text-align: center;
}

.controle-mes button {
  border: none;
  background: linear-gradient(135deg, #c89b3c, #f2d27a, #a87520);
  color: #111111;
  font-weight: bold;
  border-radius: 999px;
  padding: 10px 12px;
  font-size: 12px;
  cursor: pointer;
}

.dia-hoje {
  border: 1px solid #d4a43c;
  box-shadow: 0 0 15px rgba(212, 164, 60, 0.25);
}

.localizacao.secao-escondida {
  display: none !important;
}

.localizacao.secao-escondida.mostrar {
  display: block !important;
}

.localizacao {
  padding: 60px 20px;
  background: #080808;
  text-align: center;
}

.localizacao h2 {
  font-size: 30px;
  margin: 14px 0;
}

.localizacao-texto {
  max-width: 520px;
  margin: 0 auto 28px;
}

.botao-mapa {
  display: inline-block;
  padding: 15px 28px;
  border-radius: 999px;
  background: linear-gradient(135deg, #c89b3c, #f2d27a, #a87520);
  color: #111111;
  text-decoration: none;
  font-weight: bold;
  text-transform: uppercase;
}

@media (min-width: 1024px) {
  .hero {
    min-height: 100vh;
    padding: 140px 80px 90px;
    align-items: flex-start;
    background-image:
      linear-gradient(
        90deg,
        rgba(0, 0, 0, 0.95) 0%,
        rgba(0, 0, 0, 0.78) 45%,
        rgba(0, 0, 0, 0.25) 100%
      ),
      url("assets/hero-premium.jpg");
    background-size: cover;
    background-position: 100%;
  }

  .hero::before {
    display: none;
  }

  .topo {
    text-align: left;
    margin-bottom: 50px;
  }

  .logo {
    width: 170px;
  }

  .conteudo {
    text-align: left;
    max-width: 620px;
  }

  .conteudo p {
    margin: 0;
    max-width: 520px;
  }

  h1 {
    font-size: 58px;
    max-width: 680px;
  }
}

/* ── SELETOR DE HORÁRIO LIVRE ── */

.horario-livre-container {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
  padding: 20px 0;
}

.expediente-info {
  font-size: 14px;
  color: #bbbbbb;
  text-align: center;
}

.expediente-info strong {
  color: #d4a43c;
}

.horario-input-wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  width: 100%;
  max-width: 320px;
}

.horario-livre-input {
  width: 100%;
  background: #111111;
  border: 2px solid rgba(212, 164, 60, 0.3);
  border-radius: 16px;
  padding: 18px 20px;
  color: #ffffff;
  font-size: 28px;
  font-weight: bold;
  text-align: center;
  outline: none;
  transition: border-color 0.3s;
  font-family: Arial, Helvetica, sans-serif;
  cursor: pointer;
  color-scheme: dark;
}

.horario-livre-input::-webkit-calendar-picker-indicator {
  filter: invert(0.7) sepia(1) saturate(3) hue-rotate(5deg) brightness(1.2);
  cursor: pointer;
  opacity: 0.85;
}

.horario-livre-input:focus {
  border-color: #d4a43c;
  box-shadow: 0 0 20px rgba(212, 164, 60, 0.2);
}

.horario-feedback {
  font-size: 14px;
  text-align: center;
  min-height: 22px;
  line-height: 1.5;
}

.feedback-ok {
  color: #2ecc71;
  font-weight: 600;
}

.feedback-erro {
  color: #e74c3c;
  font-weight: 600;
}

.btn-confirmar-horario {
  border: none;
  padding: 16px 32px;
  border-radius: 14px;
  font-weight: bold;
  font-size: 15px;
  cursor: pointer;
  background: linear-gradient(135deg, #d4a43c, #f6d77c);
  color: #111111;
  transition: 0.3s;
  width: 100%;
  max-width: 320px;
}

.btn-confirmar-horario:disabled {
  opacity: 0.4;
  cursor: not-allowed;
  transform: none;
}

.btn-confirmar-horario:not(:disabled):hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 24px rgba(212, 164, 60, 0.3);
}

/* ── GRADE DE REFERÊNCIA DE HORÁRIOS ── */
.grade-referencia {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: center;
  margin-bottom: 20px;
  width: 100%;
  max-width: 420px;
}

.horario-ref {
  padding: 10px 16px;
  border-radius: 10px;
  font-size: 14px;
  font-weight: 600;
  cursor: pointer;
  transition: 0.2s;
  border: 1px solid rgba(212,164,60,0.25);
}

.horario-ref-livre {
  background: #111111;
  color: #ffffff;
}

.horario-ref-livre:hover {
  background: linear-gradient(135deg, #d4a43c, #f6d77c);
  color: #111111;
  transform: translateY(-2px);
}

.horario-ref-ocupado {
  background: rgba(231,76,60,0.08);
  color: rgba(255,255,255,0.3);
  border-color: rgba(231,76,60,0.2);
  cursor: not-allowed;
  text-decoration: line-through;
}

/* ── OPÇÃO DE PAGAMENTO ── */
.secao-pagamento {
  display: none;
  padding: 40px 20px;
  background: #050505;
  text-align: center;
}

.secao-pagamento.mostrar {
  display: block;
}

.secao-pagamento h2 {
  font-size: 26px;
  margin-bottom: 10px;
}

.pag-opcoes {
  display: flex;
  gap: 14px;
  justify-content: center;
  flex-wrap: wrap;
  margin-top: 24px;
}

.pag-opcao {
  background: linear-gradient(145deg, #111111, #070707);
  border: 2px solid rgba(212,164,60,0.25);
  border-radius: 18px;
  padding: 22px 18px;
  width: 140px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  cursor: pointer;
  transition: 0.3s;
}

.pag-opcao:hover {
  border-color: #d4a43c;
  transform: translateY(-3px);
}

.pag-selecionado {
  border-color: #d4a43c !important;
  background: linear-gradient(145deg, #1a1500, #0d0d00) !important;
  box-shadow: 0 0 20px rgba(212,164,60,0.25);
}

.pag-icone {
  font-size: 28px;
}

.pag-opcao strong {
  font-size: 13px;
  color: #ffffff;
}

.pag-opcao span {
  font-size: 11px;
  color: #aaaaaa;
  text-align: center;
}

.pix-box {
  background: #080808;
  border: 1px solid rgba(212,164,60,0.2);
  border-radius: 14px;
  padding: 16px;
  margin-bottom: 14px;
  text-align: left;
}

.pix-box span {
  display: block;
  color: #bbbbbb;
  font-size: 13px;
  margin-bottom: 6px;
}

.pix-box strong {
  color: #ffffff;
  font-size: 18px;
}

/* AVISO MANHÃ E BOTÃO WHATSAPP */
.aviso-manha-wrap {
  margin-bottom: 24px;
  animation: slideDown 0.4s ease;
}

@keyframes slideDown {
  from {
    opacity: 0;
    transform: translateY(-12px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.aviso-manha {
  background: rgba(200, 155, 60, 0.12);
  border: 1px solid rgba(200, 155, 60, 0.25);
  border-radius: 12px;
  padding: 16px;
  margin-bottom: 12px;
  text-align: center;
}

.aviso-manha p {
  color: #f2d27a;
  font-size: 15px;
  font-weight: 500;
  margin: 0;
  letter-spacing: 0.3px;
  line-height: 1.5;
}

.btn-whatsapp-manha {
  width: 100%;
  padding: 13px 20px;
  background: linear-gradient(135deg, #25D366, #20BA58);
  color: white;
  border: none;
  border-radius: 10px;
  font-size: 14px;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.3s ease;
  text-transform: uppercase;
  letter-spacing: 1px;
  box-shadow: 0 4px 15px rgba(37, 211, 102, 0.3);
}

.btn-whatsapp-manha:hover {
  background: linear-gradient(135deg, #20BA58, #1aa850);
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(37, 211, 102, 0.4);
}

.btn-whatsapp-manha:active {
  transform: translateY(0);
}

@media (max-width: 600px) {
  .aviso-manha {
    padding: 14px;
  }
  
  .aviso-manha p {
    font-size: 14px;
  }
  
  .btn-whatsapp-manha {
    padding: 12px 16px;
    font-size: 13px;
  }
}
