.btn-contact,
.btn-ver-mais {
  background-color: #007bff !important;
  color: #fff !important;
  font-size: 1.6rem;
  padding: 12px 34px;
  border-radius: 50px;
  text-decoration: none;
  display: inline-block;
  font-weight: bold;
  box-shadow: 0 4px 8px rgba(0, 0, 0, .2);
  transition: background-color .3s ease, transform .3s ease, box-shadow .3s ease;
}

.btn-contact:hover,
.btn-ver-mais:hover {
  background-color: #0056b3 !important;
  color: #fff !important;
  text-decoration: none;
}

.slider_section .carousel-inner,
.slider_section .carousel-item {
  min-height: 420px;
}

.client_section .img-1 {
  width: 120px;
  height: 120px;
  object-fit: cover;
  display: block;
}

.service .service-img {
  min-height: 250px;
}

.service .service-img img {
  width: 100%;
  height: 250px;
  object-fit: cover;
  display: block;
}

.product_owl-carousel .owl-stage-outer,
.client_owl-carousel .owl-stage-outer {
  min-height: 320px;
}

header,
.header,
nav,
.navbar,
.top-bar,
.menu-header {
  z-index: 1000 !important;
  position: relative;
}

.modal-backdrop {
  z-index: 10040 !important;
  background-color: rgba(0, 0, 0, 0.7) !important;
}

.modal {
  z-index: 10050 !important;
}

.modal-dialog {
  z-index: 10060 !important;
}

.modal.show {
  display: block !important;
  z-index: 10050 !important;
}

body.modal-open {
  overflow: hidden;
  padding-right: 0 !important;
}

.btn-avaliar-google:hover {
  background: #357ae8 !important;
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(66, 133, 244, .5) !important;
}

.mini-review {
  transition: all .3s ease;
  display: flex;
  flex-direction: column;
  height: 100%;
}

.mini-review:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 20px rgba(0, 0, 0, .4);
  border-color: #4285f4 !important;
}

.experience-section {
  position: relative;
  overflow: hidden;
}

.experience-section::before {
  content: '';
  position: absolute;
  inset: 0;
  opacity: .08;
  pointer-events: none;
}

.year-highlight {
  animation: fadeInScale 1s ease-out;
}

@keyframes fadeInScale {
  from {
    opacity: 0;
    transform: scale(.8);
  }

  to {
    opacity: 1;
    transform: scale(1);
  }
}

.mini-stat {
  transition: all .3s ease;
}

.mini-stat:hover {
  transform: translateY(-5px);
  background: rgba(255, 255, 255, .1) !important;
  box-shadow: 0 8px 20px rgba(0, 0, 0, .3);
}

.trust-indicators > div {
  transition: all .3s ease;
}

.trust-indicators > div:hover {
  transform: translateX(5px);
  box-shadow: 0 4px 12px rgba(66, 133, 244, .3);
}

#modalSimulacaoCliente .modal-content {
  border-radius: 18px;
  border: 0;
  overflow: hidden;
  box-shadow: 0 18px 50px rgba(0, 0, 0, .25);
}

#modalSimulacaoCliente .modal-header {
  background: linear-gradient(90deg, #111 0%, #1f1f1f 100%);
  color: #fff;
  border-bottom: 0;
  padding: 18px 22px;
}

#modalSimulacaoCliente .modal-header .close {
  color: #fff;
  opacity: 1;
  text-shadow: none;
}

#modalSimulacaoCliente .modal-body {
  background: #f7f8fa;
  padding: 22px;
}

#modalSimulacaoCliente .alert {
  border-radius: 12px;
  border: 1px solid #d7e8ff;
  background: #eef6ff;
  color: #2f4f6f;
  margin-bottom: 18px;
}

#modalSimulacaoCliente .form-group label {
  font-weight: 700;
  color: #333;
  margin-bottom: 8px;
}

#modalSimulacaoCliente .form-control {
  border-radius: 10px;
  min-height: 46px;
  border: 1px solid #d8dee6;
  box-shadow: none;
}

#modalSimulacaoCliente .form-control:focus {
  border-color: #0d6efd;
  box-shadow: 0 0 0 .15rem rgba(13, 110, 253, .15);
}

.painel-comparacao-simulacao {
  background: #fff;
  border: 1px solid #e4e7eb;
  border-radius: 16px;
  padding: 16px;
  box-shadow: 0 6px 20px rgba(0, 0, 0, .05);
  height: 100%;
}

.painel-comparacao-simulacao .titulo-painel {
  font-size: 15px;
  font-weight: 700;
  color: #2d3436;
  margin-bottom: 12px;
}

.box-imagem-simulacao {
  background: linear-gradient(180deg, #ffffff 0%, #f8f9fb 100%);
  border: 1px solid #dfe4ea;
  border-radius: 14px;
  min-height: 340px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 12px;
  position: relative;
  overflow: hidden;
}

.box-imagem-simulacao img {
  position: relative;
  z-index: 2;
  max-width: 100%;
  max-height: 310px;
  border-radius: 10px;
  box-shadow: 0 8px 24px rgba(0, 0, 0, .12);
  background: #fff;
}

.legenda-simulacao {
  margin-top: 12px;
  font-size: 13px;
  color: #6c757d;
  line-height: 20px;
}

#btn_simular_cliente {
  border-radius: 50px;
  min-height: 52px;
  font-size: 18px;
  font-weight: 700;
  box-shadow: 0 10px 24px rgba(13, 110, 253, .18);
}

#mensagem_simulacao_cliente {
  font-size: 14px;
  font-weight: 600;
  min-height: 22px;
}

.selo-comparacao {
  display: inline-block;
  padding: 6px 12px;
  border-radius: 30px;
  font-size: 12px;
  font-weight: 700;
  background: #111;
  color: #fff;
  margin-bottom: 10px;
}

.map_container {
  border: 1px solid #2a2a2c;
  border-radius: 12px;
  overflow: hidden;
  min-height: 300px;
  background: #0f0f10;
}

.map_container iframe {
  width: 100%;
  height: 450px;
  border: 0;
  display: block;
  background: #0f0f10;
}

@media (max-width: 991px) {
  #modalSimulacaoCliente .modal-body {
    padding: 16px;
  }

  .box-imagem-simulacao {
    min-height: 260px;
    margin-bottom: 12px;
  }

  .box-imagem-simulacao img {
    max-height: 230px;
  }

  #btn_simular_cliente {
    font-size: 16px;
  }
}

@media (max-width: 768px) {
  .google-review-box {
    padding: 20px !important;
  }

  .rating-number {
    font-size: 2.8rem !important;
  }

  .stars {
    font-size: 1.5rem !important;
  }

  .review-cta h2 {
    font-size: 1.5rem !important;
  }

  .btn-avaliar-google {
    padding: 12px 25px !important;
    font-size: 1rem !important;
  }

  .mini-review {
    padding: 20px !important;
    min-height: 180px !important;
  }

  .year-highlight div:first-child {
    font-size: 5rem !important;
  }

  .experience-content h2 {
    font-size: 1.8rem !important;
  }

  .experience-content p {
    font-size: 1rem !important;
  }

  .mini-stat div:first-child {
    font-size: 2rem !important;
  }

  .trust-indicators {
    justify-content: center !important;
  }

  .trust-indicators > div {
    width: 100%;
    justify-content: center;
  }

  .btn-contact,
  .btn-ver-mais {
    font-size: 1.2rem;
    padding: 10px 20px;
  }

  .map_container iframe {
    height: 320px;
  }
}

body.cookie-banner-open {
  padding-bottom: 0px !important;
}

.cookie-banner {
  position: fixed !important;
  left: 0 !important;
  right: 0 !important;
  bottom: 0 !important;
  width: 100% !important;
  max-width: 100% !important;
  margin: 0 !important;
  padding: 18px 20px !important;
  background: rgba(45, 43, 58, 0.98) !important;
  color: #fff !important;
  z-index: 999999 !important;
  text-align: center !important;
  box-shadow: 0 -2px 20px rgba(0, 0, 0, .35) !important;
  border-radius: 0 !important;
  display: block !important;
}

.cookie-banner::before,
.cookie-banner::after {
  content: none !important;
  display: none !important;
}

.cookie-banner.hide {
  display: none !important;
}

.cookie-banner .cookie-text {
  display: block;
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 6px;
  line-height: 1.4;
  color: #fff;
}

.cookie-banner .cookie-info {
  display: block;
  font-size: 13px;
  line-height: 1.5;
  margin-bottom: 14px;
  opacity: .95;
  color: #fff;
}

.cookie-banner .cookie-buttons {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  flex-wrap: wrap;
}

.cookie-banner button,
.cookie-banner a.termos-btn {
  min-width: 170px;
  min-height: 42px;
  padding: 10px 18px;
  border-radius: 4px;
  border: 1px solid rgba(255, 255, 255, .85);
  background: transparent;
  color: #fff;
  font-size: 15px;
  font-weight: 700;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all .2s ease;
}

.cookie-banner button:hover,
.cookie-banner a.termos-btn:hover {
  background: #0d6efd;
  border-color: #0d6efd;
  color: #fff;
}

@media (max-width: 768px) {
  body.cookie-banner-open {
    padding-bottom: 0px !important;
  }

  .cookie-banner {
    padding: 14px 12px !important;
  }

  .cookie-banner .cookie-text {
    font-size: 16px;
  }

  .cookie-banner .cookie-info {
    font-size: 12px;
  }

  .cookie-banner .cookie-buttons {
    flex-direction: row;
    justify-content: center;
    flex-wrap: wrap;
  }

  .cookie-banner button,
  .cookie-banner a.termos-btn {
    min-width: auto;
    width: auto;
    font-size: 14px;
    padding: 10px 14px;
  }
}