
:root {
  --hd-red: #D63136;
  --hd-red-dark: #a3161f;
  --hd-red-dark2: rgb(114, 11, 18);
  --hd-black: #0F1014;
  --hd-black-2: #1c1f24;
  --hd-gray: #585A5D;
  --hd-gray-light: #FAFBFC;
  --hd-border: #2a2d33;
}

* {
  box-sizing: border-box;
}

html,
body {
  overflow-x: hidden;
}

body {
  color: #23262b;
  background: var(--hd-gray-light);
}

/* fontes*/
h1,
h2,
h4,
h5 {
  font-family: 'Montserrat', sans-serif;
  font-weight: 800;
  letter-spacing: 0.05em;
}

p,
a,
li,
h3,
span,
button {
  font-family: 'Roboto', sans-serif;
}

/* utilitarios */
.img-cover {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  border-radius: inherit;
}

.btn-hd-red {
  background: linear-gradient(120deg, var(--hd-red), var(--hd-red-dark));
  border: none;
  color: #fff;
  font-weight: 600;
  padding: 0.7rem 1.7rem;
  border-radius: 6px;
  transition: background .2s ease;
}

.btn-hd-red:hover {
  background: linear-gradient(120deg, var(--hd-red-dark), var(--hd-red-dark2));
  color: #fff;
}

.btn-hd-red img {
  width: 22px;
  height: 22px;
  margin-right: .5rem;
}

.eyebrow {
  display: inline-block;
  background: #fae3e4f0;
  color: var(--hd-red);
  font-weight: 700;
  font-size: 0.75rem;
  letter-spacing: .04em;
  padding: 10px 20px;
  border-radius: 30px;
  margin-bottom: 20px;
}

.eyebrow-dark {
  background: #2a1516;
  color: #ff7a7a;
  margin-bottom: 20px;
}

/* navegação */
.navbar {
  padding: 30px 0px !important;
  background: #fff;
  box-shadow: 0 1px 0 rgba(0, 0, 0, .06);
}

.navbar-hd {
  transition: box-shadow .25s ease, padding .25s ease, transform .3s ease;
}

.navbar-hd.is-scrolled {
  padding: 0.5rem 0;
  box-shadow: 0 4px 18px rgba(20, 22, 26, 0.1);
}

.navbar-hd.nav-hidden {
  transform: translateY(-100%);
}

.navbar-hd .nav-link {
  font-weight: 600;
  font-size: 0.85rem;
  color: #3a3d43 !important;
  margin: 0 0.6rem;
}

.navbar-hd .nav-link:hover {
  color: var(--hd-red) !important;
}

/* sessões */
.section {
  padding: 5.5rem 0;
}

.section-dark {
  background: var(--hd-black);
  color: #d7d9dd;
}

.section-title {
  font-size: 40px;
  color: var(--hd-black);
  margin-bottom: .6rem;
}

.section-dark .section-title {
  color: #fff;
}

.section-title .accent {
  color: var(--hd-red);
}

.section-subtitle {
  color: var(--hd-gray);
  font-size: 18px;
  margin-top: 20px
}

.section-dark .section-subtitle {
  color: #a7abb4;
}

/* produtos */
.product-card {
  background: #ffffff;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 2px 14px rgba(20, 22, 26, 0.07);
  height: 100%;
  transition: transform .2s ease, box-shadow .2s ease;
}

.product-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 10px 24px rgba(20, 22, 26, 0.12);
}

.product-card .img-wrap {
  min-height: 190px;
  overflow: hidden;
}

.product-card .body {
  padding: 1.1rem 1.2rem 1.4rem;
}

.product-card h3 {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: .4rem;
  margin-top: 20px;
  color: var(--hd-black);
}

.product-card p {
  font-size: 16px;
  color: var(--hd-gray);
  margin-bottom: 20px;
}

/* serviço */
.servico-row {
  --bs-gutter-x: 1.5rem;
}

.service-feature {
  background: var(--hd-black-2);
  border: 1px solid var(--hd-border);
  border-radius: 10px;
  padding: 1.4rem;
  height: 100%;
}

.service-feature .num {
  color: var(--hd-red);
  font-weight: 800;
  font-size: 0.75rem;
  margin-bottom: .5rem;
  display: block;
}

.service-feature h4 {
  font-size: 0.95rem;
  color: #fff;
  margin-bottom: .4rem;
  font-weight: 600;
}

.service-feature p {
  font-size: 16px;
  color: #9aa0ab;
  margin-bottom: 0;
}

.schedule-box img {
  color: var(--hd-red);
  width: 20px;
  height: 20px;
  margin-right: .5rem;
}

.map-placeholder {
  height: 100%;
  min-height: 220px;
  border-radius: 12px;
  overflow: hidden;
}

/* sobre */
.about-gallery {
  position: relative;
}

.about-gallery .main-img {
  height: 300px;
  border-radius: 14px;
  overflow: hidden;
  margin-bottom: 1rem;
}

.about-gallery .gallery-row {
  display: flex;
  gap: 1rem;
}

.about-gallery .gallery-thumb {
  flex: 1;
  min-height: 227px;
  border-radius: 12px;
  overflow: hidden;
}

.about-gallery .gallery-thumb-logo {
flex: 1;
  min-height: 227px;
  border-radius: 12px;
  overflow: hidden;
}

.about-text p {
  color: var(--hd-gray);
  font-size: 16px;
  line-height: 1.7;
}

/* diferenciais */
.diff-card {
  background: var(--hd-black-2);
  border: 1px solid var(--hd-border);
  border-radius: 12px;
  padding: 55px 1.3rem;
  text-align: left;
  height: 100%;
  transition: border-color .2s ease;
}

.diff-card:hover {
  border-color: var(--hd-red);
}

.diff-icon {
  width: 60px;
  height: 60px;
  margin: 0 0 32px;
}

.diff-icon img {
  width: 60px;
  height: 60px;
}

.diff-card h4 {
  font-size: 0.92rem;
  color: #fff;
  margin-bottom: .4rem;
}

.diff-card p {
  font-size: 16px;
  color: #9aa0ab;
  margin-bottom: 0;
}

.whats-sobre a{
  color: #fff; 
  text-decoration: none;
}

/* faq */
.faq-icon-badge {
  width: 46px;
  height: 46px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 1rem;
}

.accordion-item {
  border: 1px solid #eceef1;
  border-radius: 10px !important;
  margin-bottom: .8rem;
  overflow: hidden;
}

.accordion-button {
  font-weight: 500;
  font-size: 18px;
  color: var(--hd-black);
  background: #fff;
}

.accordion-button:not(.collapsed) {
  color: var(--hd-red);
  background: #fff8f8;
  box-shadow: none;
}

.accordion-button:focus {
  box-shadow: none;
}

.accordion-button::after {
  width: 14px;
  height: 14px;
  background-size: 14px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath fill='none' stroke='%23D63136' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3E%3C/svg%3E");
  transition: transform .3s ease;
}

.accordion-button:not(.collapsed)::after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath fill='none' stroke='%23D63136' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3E%3C/svg%3E");
  transform: rotate(-180deg);
}

.accordion-body {
  font-size: 16px;
  color: var(--hd-gray);
}

.faq-cta {
  background: linear-gradient(120deg, var(--hd-red), var(--hd-red-dark));
  border-radius: 16px;
  padding: 3rem 2rem;
  text-align: center;
  color: #fff;
}

.faq-cta h3 {
  font-weight: 600;
  margin-bottom: .4rem;
}

.faq-cta .btn-light-outline {
  background: #fff;
  color: var(--hd-red);
  font-weight: 600;
  border-radius: 6px;
  padding: 0.7rem 1.8rem;
  border: none;
}

.faq-cta .btn-light-outline:hover {
  background: var(--hd-red-dark);
  color: #fff;
}

/* footer */
.footer {
  background: #ffffff;
  color: var(--hd-gray);
  padding: 4.5rem 0 1.5rem;
  font-size: 16px;
}

.footer-row {
  justify-content: space-between;
  row-gap: 2.5rem;
}

.footer h5 {
  color: var(--hd-red);
  font-size: 16px;
  margin-bottom: 1.4rem;
}

.footer a {
  color: var(--hd-gray);
  text-decoration: none;
  display: block;
  margin-bottom: .9rem;
  line-height: 1.5;
}

.footer a:hover {
  color: var(--hd-red);
}

.footer-bottom {
  margin-top: 80px;
  text-align: center;
  color: var(--hd-gray);
}

.footer-bottom a {
  display: inline;
  margin-bottom: 0;
  color: var(--hd-gray);
}

.footer-bottom a img {
  display: inline-block;
  vertical-align: middle;
  height: 20px;
  margin-left: 4px;
}

/* whats e topo */
.whatsapp-float {
  position: fixed;
  bottom: 26px;
  right: 26px;
  width: 56px;
  height: 56px;
  border-radius: 50%;
  background: #25D366;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 1.6rem;
  box-shadow: 0 4px 14px rgba(0, 0, 0, .25);
  z-index: 999;
  text-decoration: none;
  animation: wa-pulse 2.4s ease-in-out infinite;
}

.whatsapp-float:hover {
  animation-play-state: paused;
  transform: scale(1.08);
}


/* animações */
.reveal {
  opacity: 0;
  transform: translateY(28px);
  transition: opacity .7s cubic-bezier(.2, .7, .3, 1), transform .7s cubic-bezier(.2, .7, .3, 1);
}

.reveal.revealed {
  opacity: 1;
  transform: translateY(0);
}

.reveal-zoom {
  opacity: 0;
  transform: scale(.94);
  transition: opacity .7s ease, transform .7s cubic-bezier(.2, .7, .3, 1);
}

.reveal-zoom.revealed {
  opacity: 1;
  transform: scale(1);
}

@keyframes wa-pulse {

  0%,
  100% {
    box-shadow: 0 4px 14px rgba(0, 0, 0, .25), 0 0 0 0 rgba(37, 211, 102, .55);
  }

  70% {
    box-shadow: 0 4px 14px rgba(0, 0, 0, .25), 0 0 0 14px rgba(37, 211, 102, 0);
  }
}

@media (prefers-reduced-motion: reduce) {

  .reveal,
  .reveal-zoom {
    opacity: 1 !important;
    transform: none !important;
    transition: none !important;
  }

  .whatsapp-float {
    animation: none;
  }
}

/* responsivo */

@media (min-width: 992px) {
  .servico-row {
    --bs-gutter-x: 5rem;
  }
}

@media (max-width: 991.98px) {
  .navbar-collapse .navbar-nav {
    align-items: flex-center;
    padding: 1rem 0;
  }

  .navbar-collapse .navbar-nav .nav-item {
    text-align: center;
  }
}

@media (max-width: 767.98px) {
  .about-gallery .main-img {
    height: 220px;
  }

  .about-gallery .gallery-thumb {
    height: 110px;
  }

  .section {
    padding: 3.5rem 0;
  }

  #servico .row {
    height: auto;
  }

  .map-placeholder {
    height: 220px;
  }

  .footer-row>div {
    flex: 0 0 100%;
    max-width: 100%;
    text-align: center;
  }

  .footer-row .navbar-brand {
    justify-content: center;
  }

  #servico .col-lg-6 h5.text-white {
    text-align: center;
  }

  .schedule-box p {
    text-align: center;
  }

  .diff-card {
    padding: 1.4rem;
  }
}