header .logo-desktop,
header .logo-mobile-menu {
  width: 160px;
  margin: 1rem 0;
}

/* FOOTER */
footer {
  background-color: var(--bs-tertiary-bg);
}
footer .logo-desktop {
  max-width: 200px;
}
footer h3 {
  margin-top: 0;
  font-size: 0.875rem;
  letter-spacing: 3px;
  color: var(--bs-body-color);
}
footer .footer__desc {
  color: var(--bs-secondary-color);
}
footer .footer__nav li a:not(.btn) {
  display: block;
  padding: 5px 0;
  font-size: 0.875rem;
  color: var(--bs-secondary-color);
  transition: var(--transition);
}
footer .footer__nav li a i {
  font-size: 0.625rem;
}
footer .footer__nav li a:hover {
  color: var(--primary-color);
}
footer .address :is(span, a):not(.btn) {
  color: var(--bs-secondary-color);
  font-size: 0.875rem;
  line-height: 25px;
  transition: var(--transition);
}
footer .address a:not(.btn):hover {
  color: var(--primary-color);
}

@media screen and (max-width: 992.05px) {
  footer .social {
    justify-content: center;
  }
}

.card.card--23 {
  all: unset;
  box-sizing: border-box;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-flow: column nowrap;
  gap: 1rem;
  background-color: var(--dark);
  background-image:
    linear-gradient(-45deg, var(--dark), var(--grey)), var(--card-background);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  background-blend-mode: multiply, normal;
  border-radius: 1rem;
  padding: 1rem;
  position: relative;
  height: 100%;
}
.card.card--23:focus-within,
.card.card--23:hover {
  box-shadow: 0 0 0 2px var(--secondary-color);
}
.card.card--23 .card__title {
  color: #fff;
  font-size: 1.25rem;
  text-shadow: 0 0 0.25rem var(--dark);
  margin: 0;
  min-height: calc(1.25rem * 2 * 1.3);
}
.card.card--23 .card__link {
  z-index: 1;
  min-height: 44px;
  min-width: 44px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-flow: row nowrap;
  padding: 0.5rem 0.75rem;
  font-size: 0.875rem;
  text-transform: uppercase;
  transition: var(--transition);
  color: var(--light);
  font-weight: 600;
  border: 2px solid currentColor;
  border-radius: 99px;
}
.card.card--23 .card__link > span {
  width: 0;
  max-width: fit-content;
  opacity: 0;
  transition: var(--transition);
}
.card.card--23 .card__link:focus > span,
.card.card--23 .card__link:hover > span {
  width: 100px;
  opacity: 1;
  margin-right: 0.5rem;
}
.card.card--23 .card__link::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  backface-visibility: visible;
}
.card.card--23 .card__link:focus,
.card.card--23 .card__link:hover {
  border-color: var(--primary-color);
  background-color: var(--primary-color);
}

.shadow-19 {
  box-shadow:
    rgba(50, 50, 93, 0.25) 0 2px 5px -1px,
    rgba(0, 0, 0, 0.3) 0 1px 3px -1px;
}

.title-subtitle {
  margin-bottom: 0;
}
.title-subtitle span {
  display: block;
  font-size: 0.9rem;
  color: #000;
  line-height: 1rem;
  letter-spacing: 0.25rem;
  text-transform: uppercase;
}

/* ================= CLIENTES ================= */
.clientes .clientes__item {
  display: grid;
  place-items: center;
  padding: 1rem;
  border: 1px solid var(--bs-border-color);
  border-radius: var(--bs-border-radius);
  overflow: hidden;
}
.clientes .clientes__item img {
  width: 100%;
  aspect-ratio: 1/1;
  object-fit: contain;
  margin: 0 auto;
  opacity: 0.75;
  border-radius: var(--bs-border-radius-sm);
  transition: opacity var(--transition);
}
.clientes .clientes__item:hover img {
  opacity: 1;
}

/* ================= DEPOIMENTOS ================= */
.testimonial .testimonial-author-image {
  width: 100%;
  max-width: 64px;
  aspect-ratio: 1/1;
  object-fit: cover;
  border-radius: 999px;
}

/* ================= BANNER (HOME) ================= */
.banner-text-overlay {
  background: rgba(0, 0, 0, 0.45);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  border-radius: var(--bs-border-radius);
}

/* ================= EMPRESA ================= */
.empresa__eyebrow-line {
  width: 2rem;
  height: 2px;
  background-color: var(--primary-color);
}
.empresa__eyebrow-text {
  font-size: 0.875rem;
  letter-spacing: 2px;
  color: var(--primary-color);
}

/* ================= MVV ================= */
.mvv-card {
  height: 100%;
  border-bottom: 2px solid var(--primary-color) !important;
}

/* ================= DIFERENCIAIS (HOME) ================= */
.diferenciais__item {
  height: 100%;
  border-bottom: 2px solid var(--primary-color-lighter);
}
.diferenciais__title {
  color: var(--primary-color-darker);
}
.mvv-card i,
.mvv-card .card-title {
  color: var(--primary-color);
}

/* ================= CATEGORIAS DE SERVIÇOS HOME (Figma) ================= */
.cat-servicos-home {
  background-color: var(--secondary-color);
  padding: 5rem 0;
}
.cat-servicos-home__badge-line {
  width: 2rem;
  height: 2px;
  background-color: #d9b990;
}
.cat-servicos-home__badge-text {
  font-size: 0.875rem;
  letter-spacing: 2px;
  color: #d9b990;
}
.cat-servicos-home__title {
  color: #fafafa;
}

.card-servico-home {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  background-color: rgba(250, 250, 250, 0.05);
  border: 1px solid rgba(238, 238, 238, 0.05);
  border-radius: var(--bs-border-radius-sm);
  padding: 1.5rem;
}
.card-servico-home__img {
  width: 100%;
  height: 264px;
  object-fit: cover;
  border-radius: var(--bs-border-radius-sm);
}
.card-servico-home__body {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  flex-grow: 1;
}
.card-servico-home__title {
  color: #fafafa;
  font-size: 1.125rem;
  font-weight: 700;
  margin: 0;
}
.card-servico-home__text {
  color: #c3c3c3;
  margin: 0;
}
.card-servico-home__link {
  display: inline-flex;
  align-items: center;
  gap: 0.75rem;
  color: #fafafa;
  font-weight: 500;
  align-self: flex-start;
  transition: var(--transition);
}
.card-servico-home__link:hover {
  color: var(--primary-color-light);
}

/* ================= SERVIÇOS CATEGORIAS (Figma) ================= */
.card-servico-categorias {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  background-color: var(--bs-tertiary-bg);
  border: 1px solid var(--bs-border-color);
  border-radius: var(--bs-border-radius-xl);
  padding: 1.5rem;
}
.card-servico-categorias__img {
  width: 100%;
  height: 264px;
  object-fit: cover;
  border-radius: var(--bs-border-radius-lg);
}
.card-servico-categorias__body {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  flex-grow: 1;
}
.card-servico-categorias__title {
  color: var(--bs-emphasis-color);
  font-size: 1.125rem;
  margin: 0;
}
.card-servico-categorias__text {
  color: var(--bs-secondary-color);
  margin: 0;
}
.card-servico-categorias__link {
  display: inline-flex;
  align-items: center;
  gap: 0.75rem;
  font-weight: 500;
  align-self: flex-start;
}

/* ================= BLOG (Figma) ================= */
.card-blog-posts {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.card-blog-posts__img {
  width: 100%;
  height: 232px;
  object-fit: cover;
  border-radius: 2px;
}
.card-blog-posts__body {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
  flex-grow: 1;
}
.card-blog-posts__title {
  color: var(--bs-emphasis-color);
  font-size: 1.125rem;
  margin: 0;
}
.card-blog-posts__meta {
  font-size: 0.8125rem;
  color: var(--bs-secondary-color);
}
.card-blog-posts__meta a {
  color: inherit;
}
.card-blog-posts__text {
  color: var(--bs-secondary-color);
  margin: 0;
}
.card-blog-posts__link {
  align-self: flex-start;
  color: var(--bs-body-color);
  font-weight: 500;
}
.card-blog-posts__link:hover {
  color: var(--primary-color);
}

.recent-posts__badge-line {
  width: 2rem;
  height: 2px;
  background-color: #d9b990;
}
.recent-posts__badge-text {
  font-size: 0.875rem;
  letter-spacing: 2px;
  color: #d9b990;
}
.recent-posts__title {
  border-bottom: 1px solid var(--bs-border-color);
  padding-bottom: 1rem;
  margin-top: 0;
}
.recent-posts .nav-item.recent-posts__item {
  padding: 0;
  margin-bottom: 1rem;
}
.recent-posts__item-title {
  display: block;
  color: var(--bs-emphasis-color);
  font-size: 1.125rem;
  font-weight: 700;
}
.recent-posts__item-text {
  color: var(--bs-secondary-color);
  font-size: 0.875rem;
  margin: 0;
}

/* ================= CLIENTES ================= */

/* ================= CLIENTES (carrossel da home) =================
   Escopado com classes próprias (.marquee-wrap/.client-logo-item) pra não
   colidir com .clientes__item, usada em clientes.php (grid estático, sem
   carrossel). */
.marquee-wrap {
  overflow: hidden;
  position: relative;
  margin-top: 48px;
  border-top: 1px solid color-mix(in srgb, var(--dark) 7%, transparent);
  border-bottom: 1px solid color-mix(in srgb, var(--dark) 7%, transparent);
}
.marquee-wrap::before,
.marquee-wrap::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  width: 100px;
  z-index: 2;
  pointer-events: none;
}
.marquee-wrap::before {
  left: 0;
  background: linear-gradient(to right, var(--bs-white), transparent);
}
.marquee-wrap::after {
  right: 0;
  background: linear-gradient(to left, var(--bs-white), transparent);
}

.client-logo-item {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 200px;
  height: 180px;
  padding: 12px 24px;
  margin: 0;
  border-right: 1px solid color-mix(in srgb, var(--dark) 7%, transparent);
  background: var(--bs-white);
  transition: var(--transition);
}
.client-logo-item:hover {
  background: var(--light);
}
.client-logo-item img {
  max-width: 130px;
  max-height: 130px;
  width: auto;
  height: auto;
  object-fit: contain;

  transition: var(--transition);
  display: block;
}
.client-logo-item:hover img {
  filter: grayscale(0%) opacity(1);
  transform: scale(1.06);
}
.clientes .clientes__item {
  display: grid;
  place-items: center;
  padding: 1rem;
  border: 1px solid var(--bs-border-color);
  border-radius: var(--bs-border-radius);
  overflow: hidden;
}
.clientes .clientes__item img {
  width: 100%;
  aspect-ratio: 1/1;
  object-fit: contain;
  margin: 0 auto;
  opacity: 0.75;
  border-radius: var(--bs-border-radius-sm);
  transition: opacity var(--transition);
}
.clientes .clientes__item:hover img {
  opacity: 1;
}

.section-header.centered .section-label {
  justify-content: center;
}
.section-header.centered {
  text-align: center;
  max-width: 640px;
  margin: 0 auto 48px;
}
/* ================= TÍTULO DE SEÇÃO ================= */
.section-label {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--primary-color);
  margin-bottom: 12px;
}
.section-label .label-line {
  width: 32px;
  height: 2px;
  background: var(--primary-color);
  display: inline-block;
}
.section-title {
  margin-top: 0;
  font-weight: 700;
}
.section-title .accent {
  color: var(--primary-color);
}
