/* ============================================================
   IMPORTAÇÃO DA FONTE EXO
   Mesmo padrão tipográfico da Prafotolito
   ============================================================ */
/* ============================================================
   VARIÁVEIS PRINCIPAIS (Paleta de Cores Cinza e Off-White)
   ============================================================ */
@import url('https://fonts.googleapis.com/css2?family=DM+Sans:wght@300;400;500;600;700&family=Exo:ital,wght@0,400;0,600;0,700;0,800;0,900;1,400&display=swap');
/* Menu compacto e translúcido no celular */
:root {
  --default-color: #6c757d;
  --default-dark: #5a6268;
  --background: #faf7f2;
  --font-titles: 'Exo', sans-serif;
  --font-principal: 'Exo', sans-serif;
  --font-menu: 'Exo', sans-serif; }

body, h1, h2, h3, h4, h5, h6, p, a, li, span, small {
  font-family: var(--font-principal) !important; }

body {
  background-color: var(--background);
  line-height: 1.7; }

p, li {
  line-height: 1.7; }

.bg-default {
  background-color: var(--default-color) !important; }

.text-default {
  color: var(--default-color) !important; }

.btn-default {
  background-color: var(--default-color);
  color: white;
  border-color: var(--default-color);
  transition: all 0.3s ease;
  font-weight: 700; }

.btn-default:hover {
  color: white;
  background-color: var(--default-dark);
  border-color: var(--default-dark); }

.page-title {
  color: #1a1a1a;
  text-shadow: 1px 1px 5px rgba(0, 0, 0, 0.1);
  text-align: center; }

.page-title h1 {
  font-family: var(--font-titles) !important;
  font-weight: 900 !important;
  font-size: 36px;
  text-transform: none;
  color: #1a1a1a;
  line-height: 1.3 !important;
  letter-spacing: 0 !important; }

.page-title:after {
  content: '';
  display: block;
  width: 80px;
  height: 4px;
  background-color: var(--default-color) !important;
  margin: 10px auto 0 auto;
  border-radius: 2px; }

#site-header, #site-header .content, #site-header nav, #site-header .navbar, #site-header .menu, #site-header .navbar-collapse {
  background: rgba(20, 25, 30, .82) !important;
  background-color: rgba(20, 25, 30, .82) !important;
  border-color: transparent !important;
  box-shadow: none !important;
  -webkit-backdrop-filter: blur(12px);
  backdrop-filter: blur(12px); }

#site-header .menu a, #site-header nav a, #site-header .navbar-nav > li > a {
  color: #fff !important;
  font-family: var(--font-menu) !important;
  font-weight: 800 !important;
  font-size: 24px !important;
  text-transform: none !important;
  letter-spacing: 0 !important;
  line-height: 1.2 !important;
  background: transparent !important; }

#site-header .menu a::after, #site-header nav a::after, #site-header .navbar-nav > li > a::after {
  display: none !important;
  content: none !important;
  /* ════════════════════════════════════════
   MENU — EFEITO HOVER CAIXA ESCURA
════════════════════════════════════════ */ }

#site-header .menu a, #site-header nav a, #site-header .navbar-nav > li > a {
  position: relative !important;
  display: inline-block !important;
  padding: 8px 38px !important;
  overflow: hidden !important;
  z-index: 1 !important;
  transition: background-color 0.35s ease, color 0.35s ease, transform 0.35s ease, box-shadow 0.35s ease !important;
  border-radius: 6px !important;
  /* Remove pseudo-elemento anterior */ }

#site-header .menu a::before, #site-header nav a::before, #site-header .navbar-nav > li > a::before {
  display: none !important;
  /* Rollover cinza com elevação e sombra */ }

#site-header .menu a:hover, #site-header nav a:hover, #site-header .navbar-nav > li > a:hover {
  background-color: rgba(255, 255, 255, .14) !important;
  box-shadow: 0 8px 20px rgba(0, 0, 0, .2), inset 0 0 0 1px rgba(255, 255, 255, .09) !important;
  color: #fff !important;
  opacity: 1 !important;
  transform: translateY(-2px) !important;
  /* A página atual permanece marcada mesmo sem o mouse */ }

#site-header .menu a.active, #site-header .menu a.current-menu-item, #site-header .menu .current-menu-item > a, #site-header nav a.active, #site-header nav a[aria-current="page"], #site-header .navbar-nav > li.active > a, #site-header .navbar-nav > li.current-menu-item > a {
  background-color: rgba(255, 255, 255, .11) !important;
  color: #fff !important;
  border-radius: 6px !important;
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, .08) !important; }

#site-footer {
  color: #fff;
  background-color: #1a1a1a !important; }

#site-footer .fa, #site-footer h5, #site-footer h1, #site-footer h2, #site-footer h3, #site-footer h4 {
  color: var(--default-color) !important; }

#site-header .content {
  min-height: auto !important;
  padding-top: 2px !important;
  padding-bottom: 2px !important; }

#site-header .menu a, #site-header nav a, #site-header .navbar-nav > li > a {
  padding: 8px 38px !important;
  line-height: 1.2 !important; }

#ga-hero-custom, .ga-hero {
  padding-top: 0 !important;
  margin-top: -100px !important; }

#ga-hero-custom .ga-hero-container, #ga-hero-custom .row, .ga-hero-content {
  margin-top: -35px !important;
  padding-top: 0 !important; }

.ga-hero-left, .ga-hero-right {
  padding-top: 0 !important;
  margin-top: 0 !important; }

.hero-left {
  padding: 5rem 5rem 5rem 5rem !important;
  justify-content: flex-start !important; }

.hero, .hero-slider, .site-hero {
  height: 80vh !important;
  min-height: 80vh !important;
  background-size: cover !important;
  background-position: center !important;
  background-repeat: no-repeat !important; }

.btn-hero {
  text-decoration: none !important;
  display: inline-block;
  cursor: pointer; }

html {
  scroll-behavior: smooth;
  /* ════════════════════════════════════════
   HERO
════════════════════════════════════════ */ }

.hero {
  min-height: 96vh;
  background: #0a0a0a;
  position: relative;
  overflow: hidden;
  display: grid;
  grid-template-columns: 55% 45%; }

.hero-slider {
  position: absolute;
  inset: 0;
  z-index: 0; }

.hero-slide {
  position: absolute;
  inset: 0;
  opacity: 0;
  transition: opacity 1.4s ease;
  background-size: cover;
  background-position: center; }

.hero-slide.active {
  opacity: 1; }

.hero-slide-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(100deg, #0a0a0a 35%, rgba(10, 10, 10, .55) 65%, rgba(10, 10, 10, .22) 100%); }

.hero-left {
  position: relative;
  z-index: 2;
  padding: 5rem;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding-bottom: 5.5rem; }

.hero-eyebrow {
  font-family: var(--font-menu), sans-serif;
  font-size: 0.82rem;
  font-weight: 600;
  letter-spacing: 0.3em;
  text-transform: uppercase;
  color: var(--default-color);
  margin-bottom: 2.5rem;
  display: flex;
  align-items: center;
  gap: 1rem; }

.hero-eyebrow::before {
  content: '';
  display: block;
  width: 32px;
  height: 1px;
  background: #2b2b2b; }

.hero-title {
  font-family: 'Exo', sans-serif !important;
  font-size: 85px !important;
  font-weight: 900 !important;
  line-height: 0.9 !important;
  text-transform: uppercase !important;
  margin: 0 !important;
  padding: 0 !important;
  display: block !important; }

.hero-title span {
  display: block !important;
  font-family: 'Exo', sans-serif !important;
  width: 100%;
  line-height: inherit !important; }

.hero-title .linha-1 {
  color: #fff !important; }

.hero-title .linha-2 {
  color: #888 !important; }

.hero-title .linha-3 {
  color: #fff !important; }

.hero-title .linha-4 {
  color: #888 !important; }

.hero-title .stroke {
  color: transparent;
  -webkit-text-stroke: 1px rgba(255, 255, 255, 0.3); }

.hero-title .dim {
  color: var(--default-color); }

.hero-desc {
  font-family: var(--font-principal), sans-serif;
  font-size: 1.15rem;
  font-weight: 300;
  line-height: 1.9;
  color: #bbb;
  max-width: 460px;
  margin-bottom: 3rem; }

.hero-cta-row {
  display: flex;
  gap: 1.2rem; }

.btn-hero {
  font-family: var(--font-principal), sans-serif;
  font-size: 0.95rem;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  padding: 1rem 2.6rem;
  cursor: pointer;
  transition: all 0.2s; }

.btn-hero.primary {
  background: var(--default-color);
  color: #fff;
  border: none; }

.btn-hero.primary:hover {
  background: var(--default-dark); }

.btn-hero.ghost {
  background: transparent;
  color: #bbb;
  border: 1px solid #444; }

.btn-hero.ghost:hover {
  border-color: #fff;
  color: #fff; }

.hero-right {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
  padding: 0 4rem 5.5rem 0; }

.hero-stats {
  display: flex;
  flex-direction: column;
  gap: 2.8rem;
  text-align: right; }

.hstat {
  border-top: 1px solid rgba(255, 255, 255, .12);
  padding-top: 1.2rem; }

.hstat-num {
  font-family: var(--font-titles), serif;
  font-size: 3.2rem;
  font-weight: 900;
  color: #fff;
  line-height: 1; }

.hstat-lbl {
  font-size: 0.78rem;
  font-weight: 400;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, .4);
  margin-top: 0.35rem; }

.hero-dots {
  position: absolute;
  bottom: 2.5rem;
  left: 50%;
  transform: translateX(-50%);
  z-index: 10;
  display: flex;
  gap: 0.7rem; }

.hero-dot {
  width: 32px;
  height: 2px;
  background: rgba(255, 255, 255, .25);
  cursor: pointer;
  transition: background 0.3s; }

.hero-dot.active {
  background: #fff;
  /* ════════════════════════════════════════
   TICKER
════════════════════════════════════════ */ }

.ticker {
  background: #1a1a1a;
  border-top: 1px solid #2b2b2b;
  border-bottom: 1px solid #2b2b2b;
  overflow: hidden;
  padding: 0.8rem 0; }

.ticker-inner {
  display: inline-flex;
  animation: tick 35s linear infinite;
  white-space: nowrap; }

.ticker-item {
  font-family: var(--font-principal), sans-serif;
  font-size: 0.95rem;
  font-weight: 600;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: #bbb;
  padding: 0 2.8rem; }

.ticker-dot {
  color: #444; }

@keyframes tick {
  /* ════════════════════════════════════════
   SHARED
════════════════════════════════════════ */
  0% {
    transform: translateX(0); }

  100% {
    transform: translateX(-50%); } }

.sec-label {
  font-family: var(--font-menu), sans-serif;
  font-size: 0.78rem;
  font-weight: 600;
  letter-spacing: 0.3em;
  text-transform: uppercase;
  color: #666;
  display: flex;
  align-items: center;
  gap: 0.8rem;
  margin-bottom: 1.2rem; }

.sec-label::before {
  content: '';
  display: block;
  width: 22px;
  height: 1px;
  background: #666; }

.sec-title {
  font-family: var(--font-titles), serif;
  font-size: clamp(2.8rem, 5vw, 4.5rem);
  font-weight: 900;
  text-transform: uppercase;
  line-height: 1.1;
  letter-spacing: 0.02em;
  /* ════════════════════════════════════════
   SERVIÇOS
════════════════════════════════════════ */ }

.services {
  padding: 6rem 5rem;
  background: var(--background); }

.services-head {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  margin-bottom: 4.5rem; }

.services-head .sec-label {
  justify-content: center;
  margin-bottom: 1rem; }

.services-head .sec-label::before {
  display: none; }

.services-head .sec-title {
  color: #0a0a0a;
  margin-bottom: 1rem; }

.services-head-link {
  font-family: var(--font-principal), sans-serif;
  font-size: 0.88rem;
  font-weight: 700;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: #666;
  text-decoration: none;
  transition: color 0.2s; }

.services-head-link:hover {
  color: var(--default-color); }

.services-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  border: 1px solid #ddd; }

.svc {
  padding: 3rem 2.5rem;
  border-right: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  cursor: pointer;
  transition: all 0.35s;
  position: relative;
  overflow: hidden;
  background: #fff; }

.svc-bg {
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center;
  opacity: 0;
  transition: opacity 0.35s;
  filter: brightness(0.22);
  /* ↓↓ IMAGENS DE HOVER DOS SERVIÇOS — troque a url() de cada card ↓↓ */ }

.svc:nth-child(1) .svc-bg {
  background-image: url('https://prafotolito.com.br/imagens/20260408_69d67c1f5b391.jpg');
  /* Card 01 — CTP */ }

.svc:nth-child(2) .svc-bg {
  background-image: url('https://prafotolito.com.br/imagens/20260408_69d67c47464ae.jpg');
  /* Card 02 — Fechamento */ }

.svc:nth-child(3) .svc-bg {
  background-image: url('https://prafotolito.com.br/imagens/20260408_69d6800ef1a41.jpg');
  /* Card 03 — Fotolito */ }

.svc:nth-child(4) .svc-bg {
  background-image: url('https://prafotolito.com.br/imagens/20260408_69d684e9571f1.jpg');
  /* Card 04 — Cores */ }

.svc:nth-child(5) .svc-bg {
  background-image: url('https://prafotolito.com.br/imagens/20260408_69d67c87e3b3e.png');
  /* Card 05 — Prova */ }

.svc:nth-child(6) .svc-bg {
  background-image: url('https://prafotolito.com.br/imagens/20260523_6a11a32581759.png');
  /* Card 06 — Consultoria */
  /* ↑↑ fim das imagens de hover ↑↑ */ }

.svc:hover .svc-bg {
  opacity: 1; }

.svc-inner {
  position: relative;
  z-index: 1; }

.svc-num {
  font-family: var(--font-titles), serif;
  font-size: 4.5rem;
  font-weight: 900;
  color: #eee;
  line-height: 1;
  margin-bottom: 1.3rem;
  transition: color 0.35s; }

.svc-name {
  font-family: var(--font-titles), serif;
  font-size: 1.8rem;
  font-weight: 700;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  color: #0a0a0a;
  margin-bottom: 1rem;
  transition: color 0.35s;
  line-height: 1.1; }

.svc-text {
  font-size: 1.05rem;
  font-weight: 400;
  line-height: 1.8;
  color: #666;
  transition: color 0.35s; }

.svc-arrow {
  display: inline-block;
  margin-top: 1.8rem;
  font-family: var(--font-principal), sans-serif;
  font-size: 0.88rem;
  font-weight: 700;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: #999;
  transition: color 0.35s; }

.svc:hover .svc-num {
  color: rgba(255, 255, 255, .1); }

.svc:hover .svc-name, .svc:hover .svc-arrow {
  color: #fff; }

.svc:hover .svc-text {
  color: rgba(255, 255, 255, .75); }

.svc:nth-child(3n) {
  border-right: none; }

a.svc {
  text-decoration: none;
  display: block;
  color: inherit;
  /* ════════════════════════════════════════
   PROCESSO
════════════════════════════════════════ */ }

.process {
  background: #111;
  padding: 6rem 5rem; }

.process-head {
  text-align: center;
  margin-bottom: 5rem; }

.process-head .sec-label {
  justify-content: center;
  margin-bottom: 1rem; }

.process-head .sec-label::before {
  display: none; }

.process-head .sec-title {
  color: #fff;
  margin-bottom: 1.2rem; }

.process-sub {
  font-size: 1.2rem;
  font-weight: 300;
  line-height: 1.8;
  color: #999;
  max-width: 640px;
  margin: 0 auto; }

.process-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  border: 1px solid #1a1a1a; }

.step {
  padding: 2.8rem 2.4rem;
  border-right: 1px solid #1a1a1a;
  border-bottom: 1px solid #1a1a1a;
  transition: background 0.25s;
  cursor: default;
  position: relative;
  overflow: hidden; }

.step:nth-child(3n) {
  border-right: none; }

.step:nth-child(n+4) {
  border-bottom: none; }

.step:hover {
  background: #1a1a1a; }

.step-num {
  font-family: var(--font-titles), serif;
  font-size: 5rem;
  font-weight: 900;
  color: rgba(255, 255, 255, .12);
  line-height: 1;
  margin-bottom: 1rem;
  transition: color 0.25s; }

.step:hover .step-num {
  color: var(--default-color);
  opacity: 0.4; }

.step-name {
  font-family: var(--font-titles), serif;
  font-size: 1.35rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: #fff;
  margin-bottom: 0.7rem; }

.step-desc {
  font-size: 0.98rem;
  font-weight: 300;
  line-height: 1.8;
  color: #999;
  transition: color 0.25s; }

.step:hover .step-desc {
  color: #ccc; }

.step::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 3px;
  background: var(--default-color);
  transform: scaleY(0);
  transform-origin: bottom;
  transition: transform 0.25s; }

.step:hover::before {
  transform: scaleY(1);
  /* ════════════════════════════════════════
   POR QUE ESCOLHER
════════════════════════════════════════ */ }

.why {
  padding: 6rem 5rem;
  background: var(--background); }

.why-layout {
  display: grid;
  grid-template-columns: 1fr 1.6fr;
  gap: 6rem;
  align-items: start;
  margin-top: 4rem; }

.why-left .sec-title {
  color: #0a0a0a;
  margin-bottom: 1.8rem; }

.why-left p {
  font-size: 1.1rem;
  font-weight: 400;
  line-height: 1.9;
  color: #444;
  margin-bottom: 2.5rem; }

.why-cards {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1px;
  background: #ccc; }

.why-card {
  background: #fff;
  padding: 2.2rem 2rem;
  transition: all 0.25s;
  cursor: default;
  position: relative;
  overflow: hidden; }

.why-card::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 3px;
  background: var(--default-color);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.25s; }

.why-card:hover {
  background: #0a0a0a; }

.why-card:hover::after {
  transform: scaleX(1); }

.why-card-title {
  font-family: var(--font-titles), serif;
  font-size: 1.2rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: #0a0a0a;
  padding-bottom: 0.8rem;
  border-bottom: 1px solid #ddd;
  margin-bottom: 0.9rem;
  transition: color 0.25s, border-color 0.25s; }

.why-card:hover .why-card-title {
  color: #fff;
  border-bottom-color: #2b2b2b; }

.why-card-text {
  font-size: 0.98rem;
  font-weight: 400;
  line-height: 1.75;
  color: #666;
  transition: color 0.25s; }

.why-card:hover .why-card-text {
  color: #bbb;
  /* ════════════════════════════════════════
   QUEM SOMOS
════════════════════════════════════════ */ }

.about {
  display: grid;
  grid-template-columns: 1fr 1fr;
  background: #0a0a0a; }

.about-left {
  padding: 7rem 5rem;
  position: relative;
  overflow: hidden; }

.about-bg-num {
  font-family: var(--font-titles), serif;
  font-size: 22rem;
  font-weight: 900;
  color: rgba(255, 255, 255, .025);
  position: absolute;
  bottom: -3rem;
  left: -2rem;
  line-height: 1;
  user-select: none; }

.about-content {
  position: relative;
  z-index: 2; }

.about-content .sec-label {
  color: #444; }

.about-content .sec-title {
  color: #fff;
  margin-bottom: 1.8rem; }

.about-text {
  font-size: 1rem;
  font-weight: 300;
  line-height: 2;
  color: #bbb;
  margin-bottom: 2.8rem; }

.about-facts {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1.8rem;
  margin-bottom: 2.8rem; }

.fact {
  border-left: 2px solid #2b2b2b;
  padding-left: 1.3rem; }

.fact-num {
  font-family: var(--font-titles), serif;
  font-size: 2.6rem;
  font-weight: 900;
  color: #fff;
  line-height: 1; }

.fact-lbl {
  font-size: 0.72rem;
  font-weight: 400;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #666;
  margin-top: 0.3rem; }

.about-right {
  position: relative;
  overflow: hidden;
  background: #1a1a1a;
  min-height: 600px; }

.about-photo {
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center;
  opacity: 0;
  transition: opacity 1.2s ease; }

.about-photo.active {
  opacity: 1; }

.about-photo::after {
  content: '';
  position: absolute;
  inset: 0;
  background: rgba(10, 10, 10, .3); }

.about-caption {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 5;
  padding: 1.6rem 2.5rem;
  background: #fff;
  display: flex;
  justify-content: space-between;
  align-items: center; }

.about-caption-l {
  font-family: var(--font-principal), sans-serif;
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: #666; }

.about-caption-r {
  font-family: var(--font-titles), serif;
  font-size: 1.4rem;
  font-weight: 900;
  color: #0a0a0a;
  /* ════════════════════════════════════════
   AVALIAÇÕES
════════════════════════════════════════ */ }

.reviews {
  background: #111;
  padding: 6rem 5rem; }

.reviews-head {
  text-align: center;
  margin-bottom: 1rem; }

.reviews-head .sec-label {
  justify-content: center;
  margin-bottom: 1rem; }

.reviews-head .sec-label::before {
  display: none; }

.reviews-head .sec-title {
  color: #fff;
  margin-bottom: 1.2rem; }

.reviews-head p {
  font-size: 1.1rem;
  font-weight: 300;
  line-height: 1.8;
  color: #999;
  max-width: 580px;
  margin: 0 auto 1.5rem; }

.g-badge-sm {
  display: inline-flex;
  align-items: center;
  gap: 0.6rem;
  border: 1px solid #2b2b2b;
  padding: 0.5rem 1.2rem;
  margin-bottom: 3.5rem; }

.g-badge-sm-logo {
  font-family: var(--font-titles), serif;
  font-size: 0.9rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  color: #666; }

.g-badge-sm-stars {
  color: #f9ab00;
  font-size: 0.95rem;
  letter-spacing: 0.06em; }

.g-badge-sm-label {
  font-size: 0.75rem;
  color: #666;
  letter-spacing: 0.06em; }

.rev-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.5rem; }

.rev-card {
  background: rgba(255, 255, 255, .05);
  border: 1px solid rgba(255, 255, 255, .08);
  padding: 2.4rem 2.2rem;
  display: flex;
  flex-direction: column;
  transition: background 0.25s, border-color 0.25s; }

.rev-card:hover {
  background: rgba(255, 255, 255, .09);
  border-color: rgba(255, 255, 255, .18); }

.rev-stars {
  font-size: 1rem;
  letter-spacing: 0.08em;
  margin-bottom: 1.2rem;
  color: #f9ab00; }

.rev-text {
  font-size: 0.95rem;
  font-weight: 300;
  line-height: 1.9;
  color: #ccc;
  font-style: italic;
  margin-bottom: 1.5rem;
  flex: 1; }

.rev-author {
  display: flex;
  align-items: center;
  gap: 0.9rem;
  border-top: 1px solid rgba(255, 255, 255, .07);
  padding-top: 1.2rem;
  margin-top: auto; }

.rev-avatar {
  width: 42px;
  height: 42px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: var(--font-titles), serif;
  font-size: 1rem;
  font-weight: 700;
  color: #fff;
  flex-shrink: 0;
  background: #2b2b2b; }

.rev-name {
  font-family: var(--font-titles), serif;
  font-size: 1rem;
  font-weight: 700;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  color: #fff; }

.rev-source {
  font-size: 0.72rem;
  color: #666;
  margin-top: 0.15rem;
  /* ════════════════════════════════════════
   ORÇAMENTO
════════════════════════════════════════ */ }

.orcamento {
  padding: 0;
  background: var(--background); }

.orc-hero {
  background: #0a0a0a;
  padding: 4rem 5rem 3rem; }

.orc-hero .sec-label {
  color: #444;
  margin-bottom: 0.8rem; }

.orc-hero-title {
  font-family: var(--font-titles), serif;
  font-size: clamp(2.8rem, 5vw, 4.5rem);
  font-weight: 900;
  text-transform: uppercase;
  line-height: 1.1;
  letter-spacing: 0.02em;
  color: #fff; }

.orc-hero-sub {
  font-size: 1.05rem;
  font-weight: 300;
  color: #999;
  margin-top: 1rem;
  line-height: 1.7; }

.orc-body {
  display: grid;
  grid-template-columns: 1fr 1.6fr;
  align-items: start;
  padding: 4rem 5rem;
  gap: 5rem; }

.orc-left p {
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 1.9;
  color: #666;
  margin-bottom: 3rem; }

.orc-info {
  display: flex;
  flex-direction: column;
  gap: 2rem; }

.orc-ii {
  display: flex;
  align-items: flex-start;
  gap: 1.4rem; }

.orc-ii-icon {
  width: 50px;
  height: 50px;
  background: #0a0a0a;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.15rem;
  flex-shrink: 0;
  color: #fff; }

.orc-ii-label {
  font-family: var(--font-menu), sans-serif;
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: #999;
  display: block;
  margin-bottom: 0.4rem; }

.orc-ii-val {
  font-size: 1.15rem;
  color: #0a0a0a;
  line-height: 1.65;
  font-weight: 600; }

.orc-form {
  background: #fff;
  border: 1px solid #ddd;
  padding: 3rem; }

.orc-form-sub {
  font-size: 0.92rem;
  color: #999;
  margin-bottom: 2rem;
  padding-bottom: 1.5rem;
  border-bottom: 1px solid #eee; }

.form-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1rem;
  margin-bottom: 1rem; }

.fg {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  margin-bottom: 1rem; }

.fg label {
  font-family: var(--font-menu), sans-serif;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: #666; }

.fg input, .fg select, .fg textarea {
  background: var(--background);
  border: 1px solid #ddd;
  padding: 0.85rem 1rem;
  font-family: var(--font-principal), sans-serif;
  font-size: 0.98rem;
  color: #0a0a0a;
  outline: none;
  transition: border-color 0.2s;
  -webkit-appearance: none; }

.fg input:focus, .fg select:focus, .fg textarea:focus {
  border-color: #0a0a0a; }

.fg textarea {
  resize: none; }

.fg select {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8'%3E%3Cpath d='M1 1l5 5 5-5' stroke='%23888' stroke-width='1.5' fill='none'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 1rem center;
  padding-right: 2.5rem; }

.btn-wpp-big {
  width: 100%;
  background: #25d366;
  color: #fff;
  font-family: var(--font-menu), sans-serif;
  font-size: 1.05rem;
  font-weight: 700;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  padding: 1.2rem 2rem;
  border: none;
  cursor: pointer;
  transition: background 0.2s;
  margin-top: 0.8rem;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.8rem; }

.btn-wpp-big:hover {
  background: #1ebe5a;
  /* ════════════════════════════════════════
   BOTÃO WHATSAPP FLUTUANTE
════════════════════════════════════════ */ }

.wa {
  position: fixed;
  bottom: 2rem;
  right: 2rem;
  z-index: 999;
  width: 52px;
  height: 52px;
  background: #25d366;
  border-radius: 50%;
  border: none;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.4rem;
  box-shadow: 0 4px 20px rgba(0, 0, 0, .4);
  transition: transform 0.2s; }

.wa:hover {
  transform: scale(1.1);
  /* ════════════════════════════════════════
   RESPONSIVO MOBILE
════════════════════════════════════════ */ }

@media (max-width: 768px) {
  /* ============================
   SERVIÇOS E PRODUTOS (CARDS)
   ============================ */
    #site-header, #site-header .content, #site-header nav, #site-header .navbar, #site-header .menu, #site-header .navbar-collapse {
      background: rgba(20, 25, 30, .9) !important;
      background-color: rgba(20, 25, 30, .9) !important; }
    #site-header .content {
      padding-top: 0 !important;
      padding-bottom: 0 !important; }
    #site-header .menu a, #site-header nav a, #site-header .navbar-nav > li > a {
      padding: 9px 18px !important;
      font-size: 18px !important;
      line-height: 1.2 !important;
      transform: none !important; }
    #site-header .menu a:hover, #site-header nav a:hover, #site-header .navbar-nav > li > a:hover {
      transform: none !important;
      /* Remove os deslocamentos negativos usados no desktop */ }
    #ga-hero-custom, .ga-hero, #ga-hero-custom .ga-hero-container, #ga-hero-custom .row, .ga-hero-content {
      margin-top: 0 !important;
      padding-top: 0 !important;
      /* Hero mobile compacto, sem espaço vazio de uma tela inteira */ }
    .hero {
      grid-template-columns: 1fr !important;
      min-height: 0 !important;
      height: auto !important; }
    .site-hero {
      height: auto !important;
      min-height: 0 !important; }
    .hero-slider {
      height: 100% !important;
      min-height: 0 !important; }
    .hero-slide-overlay {
      background: linear-gradient(180deg, rgba(10, 10, 10, .88) 0%, rgba(10, 10, 10, .75) 100%); }
    .hero-left {
      min-height: 0 !important;
      padding: 2.2rem 1.5rem 2.4rem !important;
      justify-content: flex-start !important; }
    .hero-eyebrow {
      margin-bottom: 1rem; }
    .hero-title {
      font-size: clamp(2.2rem, 9vw, 3.5rem) !important;
      line-height: 1 !important;
      margin-bottom: 1rem !important;
      word-break: break-word !important;
      overflow-wrap: break-word !important; }
    .hero-desc {
      margin-bottom: 1.35rem !important;
      max-width: 100%;
      font-size: 0.95rem;
      line-height: 1.6; }
    .hero-cta-row {
      flex-direction: column;
      gap: 0.65rem; }
    .btn-hero {
      width: 100%;
      padding: 0.78rem 1.25rem;
      text-align: center; }
    .hero-right {
      display: none; }
    .hero-dots {
      bottom: 0.65rem; }
    .ticker-item {
      font-size: 0.78rem;
      padding: 0 1.5rem; }
    .services {
      padding: 4rem 1.5rem; }
    .services-head {
      margin-bottom: 3rem; }
    .services-grid {
      grid-template-columns: 1fr; }
    .svc {
      border-right: none !important;
      border-bottom: 1px solid #ddd; }
    .svc-name {
      font-size: 1.6rem; }
    .process {
      padding: 4rem 1.5rem; }
    .process-head {
      margin-bottom: 3rem; }
    .process-sub {
      font-size: 1rem; }
    .process-grid {
      grid-template-columns: 1fr; }
    .step {
      border-right: none !important;
      border-bottom: 1px solid #1a1a1a; }
    .step:last-child {
      border-bottom: none; }
    .step-num {
      font-size: 3.5rem; }
    .step-name {
      font-size: 1.2rem; }
    .why {
      padding: 4rem 1.5rem; }
    .why-layout {
      grid-template-columns: 1fr;
      gap: 3rem; }
    .why-cards {
      grid-template-columns: 1fr; }
    .about {
      grid-template-columns: 1fr; }
    .about-left {
      padding: 4rem 1.5rem; }
    .about-bg-num {
      font-size: 12rem; }
    .about-right {
      min-height: 320px; }
    .about-facts {
      grid-template-columns: 1fr 1fr; }
    .reviews {
      padding: 4rem 1.5rem; }
    .rev-grid {
      grid-template-columns: 1fr; }
    .reviews-head p {
      font-size: 1rem; }
    .orc-hero {
      padding: 3rem 1.5rem 2.5rem; }
    .orc-hero-title {
      font-size: clamp(2.5rem, 8vw, 3.5rem); }
    .orc-body {
      grid-template-columns: 1fr;
      padding: 3rem 1.5rem;
      gap: 3rem; }
    .orc-left p {
      font-size: 1rem;
      margin-bottom: 2rem; }
    .orc-form {
      padding: 2rem 1.5rem; }
    .form-row {
      grid-template-columns: 1fr; }
    .sec-title {
      font-size: clamp(2.5rem, 8vw, 3.5rem); } }

.tpl-produto-img:before {
  padding-top: 350px !important; }

.tpl-servico .embed-responsive:before {
  padding-top: 250px !important; }

.tpl-servico .titulo, .tpl-produto .titulo {
  text-transform: none;
  font-family: var(--font-principal);
  font-weight: 700;
  font-size: 20px;
  color: #000;
  text-align: center;
  line-height: 1.4;
  margin-top: 15px;
  /* Efeito hover nos cards - Sombra Cinza */ }

.tpl-servico {
  transition: all 0.3s ease;
  background: #fff;
  border-radius: 10px;
  overflow: hidden;
  padding-bottom: 15px; }

.tpl-servico:hover {
  transform: scale(1.05);
  /* Sombra baseada no cinza */
  box-shadow: 0 0 20px rgba(108, 117, 125, 0.4);
  /* ============================================================
   PÁGINAS INTERNAS — QUEM SOMOS, CONTATO E NOTÍCIAS
   ============================================================ */ }

html body.pf-page-interna #site-main > main {
  padding: 64px 0 86px !important;
  background: radial-gradient(circle at 8% 8%, rgba(108, 117, 125, .09), transparent 27%), radial-gradient(circle at 92% 42%, rgba(108, 117, 125, .06), transparent 25%), linear-gradient(180deg, #fafaf9 0%, #f5f4f1 100%) !important; }

html body.pf-page-interna #site-main > main > .container {
  width: 100% !important;
  max-width: 1220px !important;
  padding-right: 22px !important;
  padding-left: 22px !important; }

html body.pf-page-interna #site-main .page-title {
  margin: 0 auto 52px !important;
  color: #111820 !important;
  text-shadow: none !important;
  text-align: center !important; }

html body.pf-page-interna #site-main .page-title h1 {
  margin: 4px 0 0 !important;
  color: #111820 !important;
  -webkit-text-fill-color: #111820 !important;
  font-family: var(--font-titles) !important;
  font-size: clamp(34px, 4vw, 48px) !important;
  font-weight: 900 !important;
  line-height: 1.12 !important;
  letter-spacing: -0.02em !important;
  text-transform: none !important; }

html body.pf-page-interna #site-main .page-title::after {
  width: 54px !important;
  height: 3px !important;
  margin: 17px auto 0 !important;
  border-radius: 99px !important;
  background: #6c757d !important; }

.pf-page-kicker, .pf-section-label {
  display: block !important;
  color: #6c757d !important;
  -webkit-text-fill-color: #6c757d !important;
  font-family: var(--font-menu) !important;
  font-size: 11px !important;
  font-weight: 800 !important;
  line-height: 1.4 !important;
  letter-spacing: 0.2em !important;
  text-transform: uppercase !important; }

html body.pf-page-interna #site-main .page-texto {
  width: 100% !important;
  max-width: none !important;
  margin: 0 !important;
  color: #333c44 !important;
  font-size: 16px !important;
  line-height: 1.75 !important;
  /* Quem Somos */ }

.pf-quem-intro {
  display: grid !important;
  grid-template-columns: minmax(0, 1.55fr) minmax(280px, 0.7fr) !important;
  gap: 26px !important;
  align-items: stretch !important; }

.pf-quem-copy, .pf-quem-destaque, .pf-valores-grid article, .pf-contato-card, .pf-contato-form-card, .pf-noticia-card {
  border: 1px solid rgba(108, 117, 125, .2) !important;
  background: rgba(255, 255, 255, .88) !important;
  box-shadow: 0 18px 45px rgba(21, 29, 36, .08) !important; }

.pf-quem-copy {
  padding: 46px !important;
  border-radius: 20px !important; }

.pf-quem-copy h2, .pf-contato-card h2, .pf-contato-form-card h2 {
  margin: 10px 0 20px !important;
  color: #111820 !important;
  -webkit-text-fill-color: #111820 !important;
  font-family: var(--font-titles) !important;
  font-size: clamp(28px, 3.3vw, 42px) !important;
  font-weight: 900 !important;
  line-height: 1.15 !important;
  letter-spacing: -0.025em !important;
  text-transform: none !important; }

.pf-quem-copy p {
  margin: 0 0 15px !important;
  color: #55616b !important;
  -webkit-text-fill-color: #55616b !important;
  font-size: 16px !important;
  line-height: 1.8 !important; }

.pf-quem-copy p:last-child {
  margin-bottom: 0 !important; }

.pf-quem-destaque {
  display: flex !important;
  min-height: 310px !important;
  padding: 38px !important;
  flex-direction: column !important;
  justify-content: flex-end !important;
  overflow: hidden !important;
  position: relative !important;
  border-radius: 20px !important;
  background: radial-gradient(circle at 85% 12%, rgba(255, 255, 255, .15), transparent 28%), linear-gradient(145deg, #222b33 0%, #111820 100%) !important; }

.pf-quem-destaque::before {
  content: '99' !important;
  position: absolute !important;
  top: -55px !important;
  right: -12px !important;
  color: rgba(255, 255, 255, .045) !important;
  -webkit-text-fill-color: rgba(255, 255, 255, .045) !important;
  font-family: var(--font-titles) !important;
  font-size: 190px !important;
  font-weight: 900 !important;
  line-height: 1 !important; }

.pf-quem-destaque > span {
  position: relative !important;
  color: #aeb6bd !important;
  -webkit-text-fill-color: #aeb6bd !important;
  font-size: 11px !important;
  font-weight: 800 !important;
  letter-spacing: 0.2em !important;
  text-transform: uppercase !important; }

.pf-quem-destaque strong {
  position: relative !important;
  margin: 4px 0 15px !important;
  color: #fff !important;
  -webkit-text-fill-color: #fff !important;
  font-family: var(--font-titles) !important;
  font-size: 60px !important;
  font-weight: 900 !important;
  line-height: 1 !important; }

.pf-quem-destaque p {
  position: relative !important;
  margin: 0 !important;
  color: #c9cfd3 !important;
  -webkit-text-fill-color: #c9cfd3 !important;
  font-size: 14px !important;
  line-height: 1.65 !important; }

.pf-valores-grid {
  display: grid !important;
  margin-top: 26px !important;
  grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  gap: 18px !important; }

.pf-valores-grid article {
  min-height: 285px !important;
  padding: 32px !important;
  position: relative !important;
  overflow: hidden !important;
  border-radius: 16px !important;
  transition: transform 0.25s ease, border-color 0.25s ease, box-shadow 0.25s ease !important; }

.pf-valores-grid article:hover {
  transform: translateY(-6px) !important;
  border-color: rgba(108, 117, 125, .45) !important;
  box-shadow: 0 24px 50px rgba(21, 29, 36, .12) !important; }

.pf-valores-grid article > span {
  position: absolute !important;
  top: 22px !important;
  right: 24px !important;
  color: #d8dcdf !important;
  -webkit-text-fill-color: #d8dcdf !important;
  font-family: var(--font-titles) !important;
  font-size: 38px !important;
  font-weight: 900 !important;
  line-height: 1 !important; }

.pf-valores-grid article i {
  display: flex !important;
  width: 48px !important;
  height: 48px !important;
  margin-bottom: 28px !important;
  align-items: center !important;
  justify-content: center !important;
  border-radius: 12px !important;
  background: #202932 !important;
  color: #fff !important;
  -webkit-text-fill-color: #fff !important;
  font-size: 20px !important; }

.pf-valores-grid h3 {
  margin: 0 0 12px !important;
  color: #111820 !important;
  -webkit-text-fill-color: #111820 !important;
  font-family: var(--font-titles) !important;
  font-size: 23px !important;
  font-weight: 800 !important;
  line-height: 1.2 !important;
  text-transform: none !important; }

.pf-valores-grid p {
  margin: 0 !important;
  color: #66717a !important;
  -webkit-text-fill-color: #66717a !important;
  font-size: 14px !important;
  line-height: 1.7 !important; }

.pf-interna-cta {
  display: flex !important;
  margin-top: 28px !important;
  padding: 36px 40px !important;
  gap: 30px !important;
  align-items: center !important;
  justify-content: space-between !important;
  border-radius: 18px !important;
  background: linear-gradient(120deg, #111820 0%, #28323b 100%) !important;
  box-shadow: 0 20px 48px rgba(17, 24, 32, .17) !important; }

.pf-interna-cta h2 {
  margin: 7px 0 6px !important;
  color: #fff !important;
  -webkit-text-fill-color: #fff !important;
  font-family: var(--font-titles) !important;
  font-size: clamp(24px, 3vw, 34px) !important;
  font-weight: 900 !important;
  line-height: 1.2 !important;
  text-transform: none !important; }

.pf-interna-cta p {
  margin: 0 !important;
  color: #bcc4ca !important;
  -webkit-text-fill-color: #bcc4ca !important;
  font-size: 14px !important;
  line-height: 1.6 !important; }

.pf-interna-cta a, .pf-form-enviar {
  display: inline-flex !important;
  min-height: 50px !important;
  padding: 13px 22px !important;
  gap: 9px !important;
  align-items: center !important;
  justify-content: center !important;
  border: 0 !important;
  border-radius: 10px !important;
  background: #25a95b !important;
  color: #fff !important;
  -webkit-text-fill-color: #fff !important;
  font-size: 14px !important;
  font-weight: 800 !important;
  line-height: 1.3 !important;
  text-decoration: none !important;
  cursor: pointer !important;
  box-shadow: 0 12px 25px rgba(37, 169, 91, .22) !important;
  transition: transform 0.2s ease, background 0.2s ease, box-shadow 0.2s ease !important; }

.pf-interna-cta a {
  min-width: 210px !important;
  flex-shrink: 0 !important; }

.pf-interna-cta a:hover, .pf-form-enviar:hover {
  transform: translateY(-2px) !important;
  background: #1e914d !important;
  box-shadow: 0 16px 30px rgba(37, 169, 91, .3) !important;
  /* Contato */ }

.pf-contato-layout {
  display: grid !important;
  grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  gap: 24px !important;
  align-items: stretch !important; }

.pf-contato-info-col {
  min-width: 0 !important;
  height: 100% !important; }

.pf-contato-card, .pf-contato-form-card {
  min-width: 0 !important;
  padding: 36px !important;
  border-radius: 18px !important; }

.pf-contato-card {
  height: 100% !important; }

.pf-contato-form-card {
  display: flex !important;
  flex-direction: column !important; }

.pf-contato-card > p, .pf-contato-form-card > p {
  margin: 0 0 22px !important;
  color: #66717a !important;
  -webkit-text-fill-color: #66717a !important;
  font-size: 14px !important;
  line-height: 1.7 !important; }

.pf-contato-canais {
  display: flex !important;
  flex-direction: column !important;
  gap: 9px !important; }

.pf-contato-canais > a, .pf-contato-canais > div {
  display: flex !important;
  min-height: 64px !important;
  padding: 11px 13px !important;
  gap: 12px !important;
  align-items: center !important;
  border: 1px solid #e0e3e5 !important;
  border-radius: 10px !important;
  background: #f8f8f6 !important;
  color: #17212a !important;
  -webkit-text-fill-color: #17212a !important;
  text-decoration: none !important;
  transition: transform 0.2s ease, border-color 0.2s ease, background 0.2s ease !important; }

.pf-contato-canais > a:hover {
  transform: translateX(4px) !important;
  border-color: #9ea6ac !important;
  background: #fff !important; }

.pf-contato-canais i {
  display: flex !important;
  width: 39px !important;
  height: 39px !important;
  flex: 0 0 39px !important;
  align-items: center !important;
  justify-content: center !important;
  border-radius: 10px !important;
  background: #202932 !important;
  color: #fff !important;
  -webkit-text-fill-color: #fff !important;
  font-size: 17px !important; }

.pf-contato-canais span, .pf-contato-canais small, .pf-contato-canais strong {
  display: block !important; }

.pf-contato-canais small {
  margin-bottom: 1px !important;
  color: #7b858d !important;
  -webkit-text-fill-color: #7b858d !important;
  font-size: 9.5px !important;
  font-weight: 800 !important;
  line-height: 1.3 !important;
  letter-spacing: 0.11em !important;
  text-transform: uppercase !important; }

.pf-contato-canais strong {
  color: #17212a !important;
  -webkit-text-fill-color: #17212a !important;
  font-size: 13px !important;
  line-height: 1.45 !important; }

.pf-contato-mapa {
  min-height: 360px !important;
  grid-column: 1 / -1 !important;
  overflow: hidden !important;
  border: 7px solid rgba(255, 255, 255, .9) !important;
  border-radius: 18px !important;
  background: #e7e8e8 !important;
  box-shadow: 0 18px 45px rgba(21, 29, 36, .1) !important; }

.pf-contato-mapa iframe {
  display: block !important;
  width: 100% !important;
  height: 100% !important;
  min-height: 360px !important;
  border: 0 !important; }

html body.pf-page-contato #site-main > main {
  padding-bottom: 36px !important; }

#pf-form-whatsapp {
  display: flex !important;
  flex: 1 1 auto !important;
  flex-direction: column !important; }

.pf-form-row {
  display: grid !important;
  grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  gap: 12px !important; }

.pf-campo {
  display: flex !important;
  min-width: 0 !important;
  margin: 0 0 14px !important;
  flex-direction: column !important;
  gap: 7px !important; }

.pf-campo label {
  margin: 0 !important;
  color: #303b44 !important;
  -webkit-text-fill-color: #303b44 !important;
  font-size: 12px !important;
  font-weight: 800 !important;
  line-height: 1.3 !important; }

.pf-campo input, .pf-campo select, .pf-campo textarea {
  width: 100% !important;
  min-width: 0 !important;
  padding: 13px 14px !important;
  border: 1px solid #d7dbde !important;
  border-radius: 9px !important;
  outline: none !important;
  background: #f8f8f6 !important;
  color: #17212a !important;
  -webkit-text-fill-color: #17212a !important;
  font-family: var(--font-principal) !important;
  font-size: 14px !important;
  line-height: 1.4 !important;
  box-shadow: none !important;
  transition: border-color 0.2s ease, box-shadow 0.2s ease, background 0.2s ease !important; }

.pf-campo input, .pf-campo select {
  min-height: 48px !important; }

.pf-campo textarea {
  min-height: 180px !important;
  flex: 1 1 auto !important;
  resize: vertical !important; }

.pf-campo input:focus, .pf-campo select:focus, .pf-campo textarea:focus {
  border-color: #6c757d !important;
  background: #fff !important;
  box-shadow: 0 0 0 3px rgba(108, 117, 125, .13) !important; }

.pf-form-enviar {
  width: 100% !important;
  margin-top: auto !important; }

.pf-form-aviso {
  display: flex !important;
  margin: 11px 0 0 !important;
  gap: 6px !important;
  align-items: center !important;
  justify-content: center !important;
  color: #879097 !important;
  -webkit-text-fill-color: #879097 !important;
  font-size: 10.5px !important;
  line-height: 1.4 !important;
  text-align: center !important;
  /* Notícias */ }

.pf-noticias-intro {
  max-width: 700px !important;
  margin: -25px auto 40px !important;
  text-align: center !important; }

.pf-noticias-intro p {
  margin: 0 !important;
  color: #68737b !important;
  -webkit-text-fill-color: #68737b !important;
  font-size: 15px !important;
  line-height: 1.7 !important; }

html body.pf-page-noticias #site-main > main > .container.pt-5 {
  padding-top: 0 !important; }

html body.pf-page-noticias .noticias-lista {
  padding: 0 0 20px !important;
  background: transparent !important; }

html body.pf-page-noticias .noticias-lista > .container {
  max-width: 1110px !important; }

.pf-noticia-card {
  margin-bottom: 20px !important;
  padding: 32px 34px !important;
  overflow: hidden !important;
  position: relative !important;
  border-radius: 16px !important;
  transition: transform 0.25s ease, border-color 0.25s ease, box-shadow 0.25s ease !important; }

.pf-noticia-card::before {
  content: '' !important;
  position: absolute !important;
  top: 0 !important;
  bottom: 0 !important;
  left: 0 !important;
  width: 4px !important;
  background: #6c757d !important;
  transform: scaleY(0.35) !important;
  transition: transform 0.25s ease !important; }

.pf-noticia-card:hover {
  transform: translateY(-5px) !important;
  border-color: rgba(108, 117, 125, .42) !important;
  box-shadow: 0 24px 50px rgba(21, 29, 36, .12) !important; }

.pf-noticia-card:hover::before {
  transform: scaleY(1) !important; }

.pf-noticia-card > .row {
  margin: 0 !important; }

.pf-noticia-card > .row > [class*='col'] {
  padding: 0 !important; }

.pf-noticia-card .tpl-noticia-data small {
  display: block !important;
  margin-bottom: 8px !important;
  color: #7e888f !important;
  -webkit-text-fill-color: #7e888f !important;
  font-size: 10.5px !important;
  font-weight: 800 !important;
  line-height: 1.4 !important;
  letter-spacing: 0.12em !important;
  text-transform: uppercase !important; }

.pf-noticia-card .tpl-noticia-title {
  margin: 0 0 10px !important;
  font-size: inherit !important;
  line-height: inherit !important; }

.pf-noticia-card .tpl-noticia-title a {
  color: #17212a !important;
  -webkit-text-fill-color: #17212a !important;
  font-family: var(--font-titles) !important;
  font-size: clamp(23px, 2.8vw, 31px) !important;
  font-weight: 800 !important;
  line-height: 1.2 !important;
  text-decoration: none !important;
  text-transform: none !important; }

.pf-noticia-card .tpl-noticia-descricao {
  max-width: 900px !important;
  color: #66717a !important;
  -webkit-text-fill-color: #66717a !important;
  font-size: 14px !important;
  line-height: 1.75 !important; }

.pf-noticia-link {
  display: inline-flex !important;
  margin-top: 17px !important;
  gap: 8px !important;
  align-items: center !important;
  color: #4f5a63 !important;
  -webkit-text-fill-color: #4f5a63 !important;
  font-size: 12px !important;
  font-weight: 800 !important;
  line-height: 1.4 !important;
  letter-spacing: 0.08em !important;
  text-decoration: none !important;
  text-transform: uppercase !important; }

.pf-noticia-link i {
  transition: transform 0.2s ease !important; }

.pf-noticia-link:hover i {
  transform: translateX(4px) !important; }

@media (max-width: 900px) {
  /* ============================================================
   RODAPÉ MODERNO — CONTATOS, LINKS E LEAD PARA WHATSAPP
   ============================================================ */
    .pf-quem-intro, .pf-contato-layout {
      grid-template-columns: 1fr !important; }
    .pf-contato-mapa {
      grid-column: auto !important; }
    .pf-valores-grid {
      grid-template-columns: repeat(2, minmax(0, 1fr)) !important; }
    .pf-valores-grid article:last-child {
      grid-column: 1 / -1 !important; } }

html body #site-footer {
  position: relative !important;
  overflow: hidden !important;
  border-top: 1px solid rgba(255, 255, 255, .08) !important;
  background: radial-gradient(circle at 8% 8%, rgba(108, 117, 125, .18), transparent 30%), radial-gradient(circle at 92% 12%, rgba(255, 255, 255, .06), transparent 25%), linear-gradient(135deg, #10161b 0%, #171e24 52%, #0f1418 100%) !important;
  color: #d7dce0 !important;
  -webkit-text-fill-color: #d7dce0 !important; }

html body #site-footer::before {
  content: '' !important;
  position: absolute !important;
  top: 0 !important;
  left: 50% !important;
  width: 120px !important;
  height: 3px !important;
  transform: translateX(-50%) !important;
  border-radius: 0 0 8px 8px !important;
  background: #6c757d !important; }

html body #site-footer .pf-footer-principal {
  width: 100% !important;
  max-width: 1220px !important;
  margin: 0 auto !important;
  padding: 64px 22px 58px !important; }

.pf-footer-grid {
  display: grid !important;
  grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  gap: clamp(42px, 5vw, 78px) !important;
  align-items: start !important; }

.pf-footer-grid section, .pf-footer-grid nav {
  min-width: 0 !important; }

.pf-footer-kicker {
  display: block !important;
  margin-bottom: 7px !important;
  color: #8f9aa2 !important;
  -webkit-text-fill-color: #8f9aa2 !important;
  font-family: var(--font-menu) !important;
  font-size: 9.5px !important;
  font-weight: 800 !important;
  line-height: 1.4 !important;
  letter-spacing: 0.19em !important;
  text-transform: uppercase !important; }

html body #site-footer .pf-footer-grid h2 {
  margin: 0 0 17px !important;
  color: #fff !important;
  -webkit-text-fill-color: #fff !important;
  font-family: var(--font-titles) !important;
  font-size: 23px !important;
  font-weight: 800 !important;
  line-height: 1.2 !important;
  letter-spacing: -0.015em !important;
  text-transform: none !important; }

.pf-footer-atendimento > p, .pf-footer-lead > p {
  margin: 0 0 20px !important;
  color: #aeb7bd !important;
  -webkit-text-fill-color: #aeb7bd !important;
  font-size: 13px !important;
  line-height: 1.7 !important; }

.pf-footer-contatos {
  display: flex !important;
  flex-direction: column !important;
  gap: 9px !important; }

.pf-footer-contatos > a, .pf-footer-contatos > div {
  display: flex !important;
  gap: 10px !important;
  align-items: flex-start !important;
  color: #dce1e4 !important;
  -webkit-text-fill-color: #dce1e4 !important;
  font-size: 12.5px !important;
  line-height: 1.55 !important;
  text-decoration: none !important;
  transition: color 0.2s ease, transform 0.2s ease !important; }

.pf-footer-contatos > a:hover {
  transform: translateX(4px) !important;
  color: #fff !important;
  -webkit-text-fill-color: #fff !important; }

.pf-footer-contatos i {
  display: flex !important;
  width: 25px !important;
  height: 25px !important;
  flex: 0 0 25px !important;
  align-items: center !important;
  justify-content: center !important;
  border-radius: 7px !important;
  background: rgba(255, 255, 255, .08) !important;
  color: #aab3b9 !important;
  -webkit-text-fill-color: #aab3b9 !important;
  font-size: 12px !important; }

.pf-footer-links {
  display: flex !important;
  flex-direction: column !important; }

.pf-footer-links > a {
  display: flex !important;
  min-height: 39px !important;
  padding: 8px 0 !important;
  gap: 12px !important;
  align-items: center !important;
  justify-content: space-between !important;
  border-bottom: 1px solid rgba(255, 255, 255, .08) !important;
  color: #c9d0d4 !important;
  -webkit-text-fill-color: #c9d0d4 !important;
  font-size: 12.5px !important;
  font-weight: 700 !important;
  line-height: 1.4 !important;
  text-decoration: none !important;
  transition: padding 0.2s ease, color 0.2s ease, border-color 0.2s ease !important; }

.pf-footer-links > a:hover {
  padding-left: 7px !important;
  border-color: rgba(255, 255, 255, .2) !important;
  color: #fff !important;
  -webkit-text-fill-color: #fff !important; }

.pf-footer-links > a i {
  color: #7f8a92 !important;
  -webkit-text-fill-color: #7f8a92 !important;
  transition: transform 0.2s ease !important; }

.pf-footer-links > a:hover i {
  transform: translateX(3px) !important; }

#pf-footer-whatsapp-form {
  display: grid !important;
  grid-template-columns: 1fr 1fr !important;
  gap: 7px 10px !important; }

.pf-footer-field {
  display: flex !important;
  min-width: 0 !important;
  flex-direction: column !important;
  gap: 7px !important; }

#pf-footer-whatsapp-form label {
  color: #aab3b9 !important;
  -webkit-text-fill-color: #aab3b9 !important;
  font-size: 10px !important;
  font-weight: 800 !important;
  line-height: 1.3 !important;
  letter-spacing: 0.08em !important;
  text-transform: uppercase !important; }

#pf-footer-whatsapp-form input {
  width: 100% !important;
  min-width: 0 !important;
  height: 45px !important;
  padding: 11px 13px !important;
  border: 1px solid rgba(255, 255, 255, .13) !important;
  border-radius: 9px !important;
  outline: none !important;
  background: rgba(255, 255, 255, .065) !important;
  color: #fff !important;
  -webkit-text-fill-color: #fff !important;
  font-family: var(--font-principal) !important;
  font-size: 13px !important;
  line-height: 1.4 !important;
  box-shadow: none !important;
  transition: border-color 0.2s ease, background 0.2s ease, box-shadow 0.2s ease !important; }

#pf-footer-whatsapp-form input::placeholder {
  color: #7f8990 !important;
  -webkit-text-fill-color: #7f8990 !important;
  opacity: 1 !important; }

#pf-footer-whatsapp-form input:focus {
  border-color: rgba(255, 255, 255, .34) !important;
  background: rgba(255, 255, 255, .1) !important;
  box-shadow: 0 0 0 3px rgba(255, 255, 255, .055) !important; }

#pf-footer-whatsapp-form button {
  display: flex !important;
  min-height: 47px !important;
  margin-top: 7px !important;
  grid-column: 1 / -1 !important;
  gap: 8px !important;
  align-items: center !important;
  justify-content: center !important;
  border: 0 !important;
  border-radius: 9px !important;
  background: #25a95b !important;
  color: #fff !important;
  -webkit-text-fill-color: #fff !important;
  font-size: 12.5px !important;
  font-weight: 800 !important;
  line-height: 1.3 !important;
  cursor: pointer !important;
  box-shadow: 0 12px 25px rgba(37, 169, 91, .18) !important;
  transition: transform 0.2s ease, background 0.2s ease, box-shadow 0.2s ease !important; }

#pf-footer-whatsapp-form button:hover {
  transform: translateY(-2px) !important;
  background: #1e914d !important;
  box-shadow: 0 16px 30px rgba(37, 169, 91, .26) !important; }

html body #site-footer > :not(.pf-footer-principal) {
  position: relative !important; }

html body #site-footer .bg-black, html body #site-footer [class*='bg-dark'] {
  border-top: 1px solid rgba(255, 255, 255, .07) !important;
  background: rgba(0, 0, 0, .16) !important; }

html body #site-footer .bg-black .container, html body #site-footer [class*='bg-dark'] .container {
  padding-top: 18px !important;
  padding-bottom: 18px !important;
  color: #929ca3 !important;
  -webkit-text-fill-color: #929ca3 !important;
  font-size: 10.5px !important;
  line-height: 1.6 !important; }

@media (max-width: 900px) {
  .pf-footer-grid {
    grid-template-columns: 1fr 1fr !important;
    gap: 42px 34px !important; }

  .pf-footer-lead {
    grid-column: 1 / -1 !important; } }

@media (max-width: 600px) {
  html body #site-footer .pf-footer-principal {
    padding: 50px 20px 44px !important; }

  .pf-footer-grid {
    grid-template-columns: 1fr !important;
    gap: 38px !important; }

  .pf-footer-lead {
    grid-column: auto !important; }

  #pf-footer-whatsapp-form {
    grid-template-columns: 1fr !important; }

  #pf-footer-whatsapp-form button {
    grid-column: auto !important; } }

@media (max-width: 600px) {
  /* ============================================================
   HOME — CABEÇALHO TRANSPARENTE SOBRE O BANNER
   ============================================================ */
    html body.pf-page-interna #site-main > main {
      padding: 46px 0 64px !important; }
    html body.pf-page-interna #site-main > main > .container {
      padding-right: 16px !important;
      padding-left: 16px !important; }
    html body.pf-page-interna #site-main .page-title {
      margin-bottom: 34px !important; }
    .pf-quem-copy, .pf-quem-destaque, .pf-contato-card, .pf-contato-form-card {
      padding: 27px 21px !important; }
    .pf-valores-grid {
      grid-template-columns: 1fr !important; }
    .pf-valores-grid article, .pf-valores-grid article:last-child {
      min-height: 0 !important;
      grid-column: auto !important; }
    .pf-interna-cta {
      display: block !important;
      padding: 30px 23px !important; }
    .pf-interna-cta a {
      width: 100% !important;
      margin-top: 23px !important; }
    .pf-form-row {
      grid-template-columns: 1fr !important;
      gap: 0 !important; }
    .pf-contato-mapa, .pf-contato-mapa iframe {
      min-height: 280px !important; }
    .pf-noticias-intro {
      margin-top: -14px !important;
      margin-bottom: 30px !important; }
    .pf-noticia-card {
      padding: 26px 23px !important; } }

html body.pf-page-home #site-header {
  width: 100% !important;
  right: 0 !important;
  left: 0 !important;
  position: absolute !important;
  z-index: 50 !important;
  border: 0 !important;
  background: transparent !important;
  background-color: transparent !important;
  box-shadow: none !important;
  -webkit-backdrop-filter: none !important;
  backdrop-filter: none !important; }

html body.pf-page-home #site-header::before, html body.pf-page-home #site-header::after {
  display: none !important;
  content: none !important; }

html body.pf-page-home #site-header .content, html body.pf-page-home #site-header nav, html body.pf-page-home #site-header .navbar, html body.pf-page-home #site-header .menu, html body.pf-page-home #site-header .navbar-collapse {
  border: 0 !important;
  background: transparent !important;
  background-color: transparent !important;
  box-shadow: none !important;
  -webkit-backdrop-filter: none !important;
  backdrop-filter: none !important; }

html body.pf-page-home #site-header .content {
  position: relative !important; }

html body.pf-page-home #site-header .content::before {
  display: none !important;
  content: none !important;
  background: transparent !important; }

html body.pf-page-home .hero, html body.pf-page-home #ga-hero-custom, html body.pf-page-home .ga-hero {
  margin-top: 0 !important; }

html body.pf-page-home .hero {
  height: auto !important;
  min-height: calc(100svh - 38px) !important; }

html body.pf-page-home .hero-slider {
  height: 100% !important;
  min-height: 100% !important; }

html body.pf-page-home .hero-left {
  padding-top: 12.5rem !important;
  padding-bottom: 4rem !important; }

@media (max-width: 768px) {
  /* ============================================================
   HOME — HARMONIA EM SERVIÇOS, PROCESSO E ORÇAMENTO
   ============================================================ */
  /* Serviços: cartões separados e com respiro */
    html body.pf-page-home #site-header .content::before {
      display: none !important;
      content: none !important;
      background: transparent !important; }
    html body.pf-page-home #site-header .navbar-collapse {
      padding: 8px !important;
      background: rgba(15, 20, 25, .94) !important;
      background-color: rgba(15, 20, 25, .94) !important;
      border-radius: 0 0 12px 12px !important;
      box-shadow: 0 16px 30px rgba(0, 0, 0, .25) !important;
      -webkit-backdrop-filter: blur(14px) !important;
      backdrop-filter: blur(14px) !important; }
    html body.pf-page-home .hero-left {
      padding: 9rem 1.5rem 2.4rem !important; }
    html body.pf-page-home .hero {
      height: auto !important;
      min-height: 0 !important; }
    html body.pf-page-home .hero-slider {
      height: 100% !important;
      min-height: 0 !important; } }

.services {
  padding: 5rem clamp(1.5rem, 4vw, 4rem) !important; }

.services-head {
  margin-bottom: 3.2rem !important; }

.services-head .sec-title {
  margin-bottom: 0.8rem !important;
  font-size: clamp(2.6rem, 4.5vw, 3.8rem) !important; }

.services-grid {
  width: 100% !important;
  max-width: 1240px !important;
  margin: 0 auto !important;
  grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  gap: 18px !important;
  border: 0 !important;
  background: transparent !important; }

.services-grid .svc, .services-grid .svc:nth-child(3n) {
  min-height: 320px !important;
  padding: 2.3rem 2rem !important;
  border: 1px solid #dde0e2 !important;
  border-radius: 17px !important;
  background: #fff !important;
  box-shadow: 0 12px 32px rgba(24, 31, 37, .07) !important;
  transition: transform 0.3s ease, box-shadow 0.3s ease, border-color 0.3s ease !important; }

.services-grid .svc:hover {
  transform: translateY(-7px) !important;
  border-color: rgba(108, 117, 125, .42) !important;
  box-shadow: 0 22px 44px rgba(24, 31, 37, .14) !important; }

.services-grid .svc-num {
  margin-bottom: 1rem !important;
  font-size: 3.7rem !important; }

.services-grid .svc-name {
  margin-bottom: 0.8rem !important;
  font-size: 1.5rem !important;
  line-height: 1.15 !important; }

.services-grid .svc-text {
  font-size: 0.98rem !important;
  line-height: 1.7 !important; }

.services-grid .svc-arrow {
  margin-top: 1.35rem !important;
  font-size: 0.78rem !important;
  /* Processo: cartões arredondados com hover cinza claro */ }

.process {
  padding: 5rem clamp(1.5rem, 4vw, 4rem) !important; }

.process-head {
  margin-bottom: 3.4rem !important; }

.process-head .sec-title {
  font-size: clamp(2.6rem, 4.5vw, 3.8rem) !important; }

.process-sub {
  max-width: 700px !important;
  font-size: 1.05rem !important;
  line-height: 1.7 !important; }

.process-grid {
  width: 100% !important;
  max-width: 1240px !important;
  margin: 0 auto !important;
  grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  gap: 16px !important;
  border: 0 !important;
  background: transparent !important; }

.process-grid .step, .process-grid .step:nth-child(3n), .process-grid .step:nth-child(n+4) {
  min-height: 250px !important;
  padding: 2.2rem 2rem !important;
  overflow: hidden !important;
  border: 1px solid rgba(255, 255, 255, .08) !important;
  border-radius: 16px !important;
  background: #171a1d !important;
  box-shadow: 0 12px 28px rgba(0, 0, 0, .15) !important;
  transition: transform 0.25s ease, background 0.25s ease, border-color 0.25s ease, box-shadow 0.25s ease !important; }

.process-grid .step:hover {
  transform: translateY(-6px) !important;
  border-color: #626c74 !important;
  background: #3b434a !important;
  box-shadow: 0 20px 38px rgba(0, 0, 0, .22) !important; }

.process-grid .step-num {
  margin-bottom: 0.8rem !important;
  font-size: 4rem !important;
  color: rgba(255, 255, 255, .1) !important;
  -webkit-text-fill-color: rgba(255, 255, 255, .1) !important; }

.process-grid .step:hover .step-num {
  color: rgba(255, 255, 255, .25) !important;
  -webkit-text-fill-color: rgba(255, 255, 255, .25) !important;
  opacity: 1 !important; }

.process-grid .step-name {
  margin-bottom: 0.65rem !important;
  font-size: 1.18rem !important;
  line-height: 1.25 !important; }

.process-grid .step-desc {
  color: #9ea7ad !important;
  -webkit-text-fill-color: #9ea7ad !important;
  font-size: 0.92rem !important;
  line-height: 1.7 !important; }

.process-grid .step:hover .step-desc {
  color: #eef0f1 !important;
  -webkit-text-fill-color: #eef0f1 !important; }

.process-grid .step::before {
  width: 4px !important;
  border-radius: 0 6px 6px 0 !important;
  background: #9ea7ad !important;
  /* Orçamento: proporções menores e mais equilibradas */ }

.orc-hero {
  padding: 3rem clamp(1.5rem, 4vw, 4rem) 2.5rem !important; }

.orc-hero-title {
  font-size: clamp(2.5rem, 4.2vw, 3.7rem) !important;
  line-height: 1.05 !important; }

.orc-hero-sub {
  max-width: 720px !important;
  margin-top: 0.75rem !important;
  font-size: 0.96rem !important; }

.orc-body {
  width: 100% !important;
  max-width: 1320px !important;
  margin: 0 auto !important;
  padding: 3.2rem clamp(1.5rem, 4vw, 3.5rem) 4rem !important;
  grid-template-columns: minmax(280px, 0.8fr) minmax(0, 1.45fr) !important;
  gap: 3.2rem !important; }

.orc-left > p {
  margin-bottom: 2rem !important;
  font-size: 1rem !important;
  line-height: 1.75 !important; }

.orc-info {
  gap: 1.25rem !important; }

.orc-ii {
  gap: 1rem !important; }

.orc-ii-icon {
  width: 44px !important;
  height: 44px !important;
  border-radius: 10px !important;
  font-size: 1rem !important; }

.orc-ii-label {
  margin-bottom: 0.22rem !important;
  font-size: 0.66rem !important; }

.orc-ii-val {
  font-size: 0.98rem !important;
  line-height: 1.5 !important; }

.orc-form {
  padding: 2.2rem !important;
  border: 1px solid #dfe2e4 !important;
  border-radius: 17px !important;
  box-shadow: 0 18px 42px rgba(24, 31, 37, .08) !important; }

.orc-form-sub {
  margin-bottom: 1.5rem !important;
  padding-bottom: 1.2rem !important;
  font-size: 0.84rem !important; }

.orc-form .form-row {
  gap: 0.8rem !important;
  margin-bottom: 0.75rem !important; }

.orc-form .fg {
  gap: 0.4rem !important;
  margin-bottom: 0.75rem !important; }

.orc-form .fg label {
  font-size: 0.64rem !important; }

.orc-form .fg input, .orc-form .fg select, .orc-form .fg textarea {
  min-height: 47px !important;
  padding: 0.72rem 0.9rem !important;
  border-radius: 8px !important;
  font-size: 0.9rem !important; }

.orc-form .fg textarea {
  min-height: 120px !important; }

.orc-form .btn-wpp-big {
  min-height: 50px !important;
  margin-top: 0.5rem !important;
  padding: 0.9rem 1.5rem !important;
  border-radius: 9px !important;
  font-size: 0.9rem !important; }

@media (max-width: 900px) {
  .services-grid, .process-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important; }

  .orc-body {
    grid-template-columns: 1fr !important;
    gap: 2.5rem !important; } }

@media (max-width: 600px) {
  /* Refinamento final: avaliações e chamada de atendimento */
    .services, .process {
      padding: 4rem 1.2rem !important; }
    .services-head, .process-head {
      margin-bottom: 2.5rem !important; }
    .services-grid, .process-grid {
      grid-template-columns: 1fr !important;
      gap: 13px !important; }
    .services-grid .svc, .services-grid .svc:nth-child(3n), .process-grid .step, .process-grid .step:nth-child(3n), .process-grid .step:nth-child(n+4) {
      min-height: 0 !important;
      padding: 2rem 1.6rem !important; }
    .orc-hero {
      padding: 2.6rem 1.3rem 2.2rem !important; }
    .orc-body {
      padding: 2.5rem 1.2rem 3.2rem !important; }
    .orc-form {
      padding: 1.5rem 1.15rem !important; } }

.reviews {
  padding: 5rem clamp(1.25rem, 4vw, 4rem) !important; }

.reviews-head {
  margin-bottom: 2.5rem !important; }

.reviews-head .sec-title {
  font-size: clamp(2.5rem, 4.5vw, 3.8rem) !important; }

.reviews-head p {
  max-width: 650px !important;
  margin-bottom: 1.1rem !important;
  font-size: 1rem !important; }

.g-badge-sm {
  margin-bottom: 0 !important;
  padding: 0.55rem 1rem !important;
  border-radius: 10px !important;
  background: rgba(255, 255, 255, .025) !important; }

.rev-grid {
  max-width: 1240px !important;
  margin: 0 auto !important;
  gap: 18px !important; }

a.rev-card {
  color: inherit !important;
  text-decoration: none !important; }

.rev-card {
  min-height: 270px !important;
  padding: 2rem !important;
  border-radius: 16px !important;
  transition: transform 0.25s ease, border-color 0.25s ease, background 0.25s ease !important; }

.rev-card:hover {
  transform: translateY(-5px) !important;
  border-color: rgba(255, 255, 255, .2) !important;
  background: #202020 !important; }

.rev-text {
  font-size: 0.9rem !important;
  line-height: 1.75 !important; }

.rev-name {
  font-size: 0.92rem !important;
  line-height: 1.35 !important; }

.orc-hero {
  text-align: center !important; }

.orc-hero .sec-label {
  justify-content: center !important; }

.orc-hero .sec-label::before {
  display: none !important; }

.orc-hero-sub {
  max-width: 720px !important;
  margin-right: auto !important;
  margin-left: auto !important; }

@media (max-width: 700px) {
  /* ============================================================
   PÁGINAS DE SERVIÇO — LEITURA E APRESENTAÇÃO DO CONTEÚDO
   ============================================================ */
    .reviews {
      padding: 4rem 1.2rem !important; }
    .rev-card {
      min-height: 0 !important;
      padding: 1.6rem !important; }
    .g-badge-sm {
      flex-wrap: wrap !important;
      justify-content: center !important; } }

html body.pf-page-servico #site-main > main > .container {
  max-width: 1180px !important; }

html body.pf-page-servico #site-main .page-title {
  margin-bottom: 42px !important; }

html body.pf-page-servico #site-main .page-title h1 {
  max-width: 900px !important;
  margin-right: auto !important;
  margin-left: auto !important; }

html body.pf-page-servico #site-main > main > .container > .row {
  display: grid !important;
  grid-template-columns: minmax(270px, 0.85fr) minmax(0, 1.65fr) !important;
  gap: 34px !important;
  margin: 0 !important;
  align-items: start !important; }

html body.pf-page-servico #site-main > main > .container > .row > [class*='col-'] {
  width: 100% !important;
  max-width: none !important;
  margin: 0 !important;
  padding: 0 !important;
  flex: none !important; }

html body.pf-page-servico #site-main > main > .container > .row > .col-md-4 {
  position: sticky !important;
  top: 24px !important; }

html body.pf-page-servico #site-main .col-md-4 > .row, html body.pf-page-servico #site-main .col-md-4 > .row > [class*='col-'] {
  margin: 0 !important;
  padding: 0 !important; }

html body.pf-page-servico #site-main .colorbox-img {
  position: relative !important;
  display: block !important;
  overflow: hidden !important;
  border: 1px solid rgba(108, 117, 125, .2) !important;
  border-radius: 18px !important;
  background: #fff !important;
  box-shadow: 0 20px 45px rgba(20, 28, 35, .12) !important; }

html body.pf-page-servico #site-main .colorbox-img::after {
  content: '' !important;
  position: absolute !important;
  inset: 0 !important;
  border: 1px solid rgba(255, 255, 255, .34) !important;
  border-radius: inherit !important;
  pointer-events: none !important; }

html body.pf-page-servico #site-main .colorbox-img img {
  display: block !important;
  width: 100% !important;
  min-height: 280px !important;
  aspect-ratio: 4 / 3 !important;
  object-fit: cover !important;
  transition: transform 0.45s ease !important; }

html body.pf-page-servico #site-main .colorbox-img:hover img {
  transform: scale(1.035) !important; }

html body.pf-page-servico #site-main .page-texto {
  padding: 34px 38px 36px !important;
  border: 1px solid rgba(108, 117, 125, .2) !important;
  border-radius: 18px !important;
  background: rgba(255, 255, 255, .94) !important;
  box-shadow: 0 20px 45px rgba(20, 28, 35, .08) !important;
  color: #39434b !important;
  font-size: 15.5px !important;
  line-height: 1.82 !important; }

html body.pf-page-servico #site-main .page-texto p {
  margin: 0 0 1.35rem !important;
  color: #39434b !important;
  -webkit-text-fill-color: #39434b !important;
  font-size: inherit !important;
  line-height: inherit !important; }

html body.pf-page-servico #site-main .page-texto p:first-child {
  margin-bottom: 1.35rem !important;
  padding: 0 !important;
  border: 0 !important;
  border-radius: 0 !important;
  background: transparent !important;
  color: #39434b !important;
  -webkit-text-fill-color: #39434b !important;
  font-size: inherit !important;
  line-height: inherit !important; }

html body.pf-page-servico #site-main .page-texto strong {
  color: #111820 !important;
  -webkit-text-fill-color: #111820 !important;
  font-weight: 800 !important; }

html body.pf-page-servico #site-main .page-texto p:last-child {
  margin-bottom: 0 !important; }

html body.pf-page-servico #site-main .page-texto .pf-servico-whatsapp-wrap {
  display: flex !important;
  margin: 2rem 0 0.1rem !important;
  justify-content: center !important; }

html body.pf-page-servico #site-main .pf-servico-whatsapp {
  display: flex !important;
  width: 100% !important;
  max-width: 470px !important;
  min-height: 72px !important;
  padding: 13px 17px !important;
  gap: 14px !important;
  align-items: center !important;
  border: 1px solid rgba(255, 255, 255, .16) !important;
  border-radius: 14px !important;
  background: linear-gradient(135deg, #25b65f 0%, #1e9b50 100%) !important;
  color: #fff !important;
  -webkit-text-fill-color: #fff !important;
  text-align: left !important;
  text-decoration: none !important;
  box-shadow: 0 14px 28px rgba(31, 158, 81, .22) !important;
  transition: transform 0.22s ease, box-shadow 0.22s ease, filter 0.22s ease !important; }

html body.pf-page-servico #site-main .pf-servico-whatsapp:hover {
  transform: translateY(-3px) !important;
  filter: brightness(1.035) !important;
  box-shadow: 0 18px 34px rgba(31, 158, 81, .3) !important; }

html body.pf-page-servico #site-main .pf-servico-whatsapp > .fa-whatsapp {
  display: flex !important;
  width: 45px !important;
  height: 45px !important;
  flex: 0 0 45px !important;
  align-items: center !important;
  justify-content: center !important;
  border: 1px solid rgba(255, 255, 255, .28) !important;
  border-radius: 50% !important;
  background: rgba(255, 255, 255, .1) !important;
  font-size: 24px !important; }

html body.pf-page-servico #site-main .pf-servico-whatsapp span {
  display: flex !important;
  min-width: 0 !important;
  flex: 1 1 auto !important;
  flex-direction: column !important;
  gap: 2px !important; }

html body.pf-page-servico #site-main .pf-servico-whatsapp small {
  color: rgba(255, 255, 255, .8) !important;
  -webkit-text-fill-color: rgba(255, 255, 255, .8) !important;
  font-family: var(--font-menu) !important;
  font-size: 9px !important;
  font-weight: 800 !important;
  line-height: 1.3 !important;
  letter-spacing: 0.13em !important;
  text-transform: uppercase !important; }

html body.pf-page-servico #site-main .pf-servico-whatsapp strong {
  overflow-wrap: anywhere !important;
  color: #fff !important;
  -webkit-text-fill-color: #fff !important;
  font-family: var(--font-titles) !important;
  font-size: 16px !important;
  font-weight: 800 !important;
  line-height: 1.25 !important; }

html body.pf-page-servico #site-main .pf-servico-whatsapp-seta {
  flex: 0 0 auto !important;
  margin-left: auto !important;
  color: rgba(255, 255, 255, .78) !important;
  -webkit-text-fill-color: rgba(255, 255, 255, .78) !important;
  font-size: 18px !important;
  transition: transform 0.2s ease !important; }

html body.pf-page-servico #site-main .pf-servico-whatsapp:hover .pf-servico-whatsapp-seta {
  transform: translateX(3px) !important; }

html body.pf-page-servico #site-main > main > .container > .text-right {
  margin: 28px 0 0 !important; }

html body.pf-page-servico #site-main > main > .container > .text-right .btn {
  padding: 11px 18px !important;
  border: 1px solid #c8cdd1 !important;
  border-radius: 9px !important;
  background: #fff !important;
  color: #303940 !important;
  -webkit-text-fill-color: #303940 !important;
  font-family: var(--font-menu) !important;
  font-size: 12px !important;
  font-weight: 800 !important;
  letter-spacing: 0.06em !important;
  text-transform: uppercase !important;
  box-shadow: 0 8px 20px rgba(20, 28, 35, .06) !important;
  transition: transform 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease !important; }

html body.pf-page-servico #site-main > main > .container > .text-right .btn:hover {
  transform: translateY(-2px) !important;
  border-color: #889198 !important;
  box-shadow: 0 12px 24px rgba(20, 28, 35, .11) !important; }

@media (max-width: 900px) {
  html body.pf-page-servico #site-main > main > .container > .row {
    grid-template-columns: 1fr !important;
    gap: 24px !important; }

  html body.pf-page-servico #site-main > main > .container > .row > .col-md-4 {
    position: static !important; }

  html body.pf-page-servico #site-main .colorbox-img img {
    min-height: 0 !important;
    max-height: 380px !important; } }

@media (max-width: 600px) {
  html body.pf-page-servico #site-main .page-title {
    margin-bottom: 30px !important; }

  html body.pf-page-servico #site-main .page-texto {
    padding: 24px 20px 26px !important;
    border-radius: 14px !important;
    font-size: 15px !important;
    line-height: 1.75 !important; }

  html body.pf-page-servico #site-main .page-texto p:first-child {
    font-size: 15px !important; }

  html body.pf-page-servico #site-main .pf-servico-whatsapp {
    min-height: 68px !important;
    padding: 11px 13px !important;
    gap: 11px !important; }

  html body.pf-page-servico #site-main .pf-servico-whatsapp > .fa-whatsapp {
    width: 41px !important;
    height: 41px !important;
    flex-basis: 41px !important;
    font-size: 21px !important; }

  html body.pf-page-servico #site-main .pf-servico-whatsapp strong {
    font-size: 14px !important; }

  html body.pf-page-servico #site-main .colorbox-img {
    border-radius: 14px !important; } }
