.comment-form{
  display: block!important;
}

.comments__form .form-submit .submit{
  background: #650aa7;
}

.pg-home .faixa-4 img{
  max-width: 100%;
  border-radius: 15px;
}

.pg-servico .col-lg-4{
  margin-bottom: 30px;
}

.pg-cases .card-servico{
  margin-bottom: 30px;
}

.pg-cases .card-servico .filtro{
  background-image: url("../imagens/efeito-case.png");
  background-size: cover;
}
.pg-cases .card-servico{
  &:hover .filtro .botao-servico{
    bottom: 180px;
  }
  &:hover .filtro h3{
    bottom:240px;
  }
}

.pg-cases .card-servico .filtro h3{
  color: white;
}

.pg-cases footer{
  background-color: white;
}

.pg-cases .faixa-1{
  background-image: none;
} 

.pg-servico video {
  width: 100%!important;
  height: 100%!important;
  max-height: 480px;
  object-fit: cover; /* faz o vídeo preencher o espaço */
  display: block;
  border-radius: 10px; /* opcional, se quiser cantos arredondados */
  background-color: #000; /* evita transparência ao redor */
}

/* ======== ESTILOS DO MODAL ======== */
.modal {
  position: fixed;
  inset: 0; /* top, right, bottom, left = 0 */
  display: none;
  align-items: center;
  justify-content: center;
  z-index: 9999;
}

.modal.aberto {
  display: flex;
}

.modal-overlay {
  position: absolute;
  inset: 0;
  background-color: rgba(0, 0, 0, 0.6);
  cursor: pointer;
}

.modal-content {
  position: relative;
  background: #fff;
  border-radius: 10px;
  box-shadow: 0 5px 30px rgba(0, 0, 0, 0.3);
  max-width: 600px;
  width: 90%;
  z-index: 1;
  animation: aparecer 0.25s ease;
  overflow: hidden;
}

.modal-header,
.modal-footer {
  padding: 16px 20px;
  background: #f5f5f5;
}

.modal-body {
  padding: 20px;
}

.modal-header h2 {
  font-size: 20px;
  margin: 0;
}

.modal-close {
  position: absolute;
  right: 15px;
  top: 10px;
  background: transparent;
  border: none;
  font-size: 26px;
  line-height: 1;
  color: #333;
  cursor: pointer;
}

.modal-close:hover {
  color: #000;
}

/* Botões */
.btn-fechar,
.btn-acao {
  padding: 8px 14px;
  border: none;
  border-radius: 5px;
  cursor: pointer;
}

.btn-fechar {
  background: #ddd;
}

.btn-acao {
  background: #007bff;
  color: #fff;
}

/* Animação de entrada */
@keyframes aparecer {
  from { transform: scale(0.95); opacity: 0; }
  to { transform: scale(1); opacity: 1; }
}



/* ======== MODAL BASE ======== */
.modal {
  position: fixed;
  inset: 0;
  display: none;
  align-items: center;
  justify-content: center;
  z-index: 9999;
}

.modal.aberto {
  display: flex;
}

.modal-overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.75);
  cursor: pointer;
  backdrop-filter: blur(4px);
}

.modal-content {
  position: relative;
  background: radial-gradient(circle at top, #44005d, #000);
  border-radius: 16px;
  box-shadow: 0 0 30px rgba(255, 0, 255, 0.3);
  width: 90%;
  max-width: 400px;
  z-index: 1;
  color: #fff;
  text-align: center;
  padding: 40px 30px;
  animation: aparecer 0.25s ease;
  font-family: 'Poppins', sans-serif;
}

.modal-close {
  position: absolute;
  right: 15px;
  top: 10px;
  background: transparent;
  border: none;
  font-size: 28px;
  color: #fff;
  cursor: pointer;
}

/* ======== CONTEÚDO ======== */
.modal-body h2 {
  font-size: 20px;
  line-height: 1.3em;
  font-weight: 600;
  margin-bottom: 25px;
  color: white;
}

.modal-body h2 span {
  color: #00ff88;
}

/* ======== FORM ======== */
.form-whatsapp {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.form-input{
  width: 100%;
  padding: 12px 15px;
  border: none;
  border-radius: 10px;
  font-size: 15px;
  outline: none;
  background: #fff;
  color: #333;
  margin-bottom: 15px;
}

.botao-enviar {
  margin-top: 10px;
  padding: 12px;
  border: none;
  border-radius: 10px;
  font-weight: bold;
  background: linear-gradient(90deg, #c800ff, #ff00aa);
  color: #fff;
  cursor: pointer;
  font-size: 14px;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
  width: calc(100% - 15px);
}

.botao-enviar:hover {
  transform: scale(1.05);
  box-shadow: 0 0 12px rgba(255, 0, 255, 0.5);
}

.botao-efeito-verde{
  font-family: 'Poppins',sans-serif;
  font-weight: 600;
  font-size: 16px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 270px;
  height: 45px;
  border-radius: 23px;
  position: relative;
  background-color: #25d366; /* cor oficial do WhatsApp */
  color: #fff!important;
  transition: background-color 0.15s ease-in-out, transform 0.1s ease;
}

.botao-efeito-verde:hover{
   background-color: #1ebe5d; /* um tom mais escuro no hover */
  color: #fff;
  text-decoration: none;
}

.botao-efeito-verde:active{
  background-color: #189b4d; /* mais escuro ainda quando clicado */
  transform: scale(0.97);
}

.card-servico-img{
  width: 100%;
  height: 470px;
  border-radius: 10px;
  background-size: cover;
  background-position: center center;
  display: flex;
  align-items: flex-end;
}

.segura-botao-servico{
  margin-bottom: 30px;
}

@media(max-width: 991px){
  .segura-botao-servico{
    display: flex;
    justify-content: center;
  }
}


/* ======== ANIMAÇÃO ======== */
@keyframes aparecer {
  from { transform: scale(0.95); opacity: 0; }
  to { transform: scale(1); opacity: 1; }
}
