.elementor-1211 .elementor-element.elementor-element-e26dd36{--display:flex;--gap:0px 0px;--row-gap:0px;--column-gap:0px;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-1211 .elementor-element.elementor-element-27b8827{--display:flex;--gap:0px 0px;--row-gap:0px;--column-gap:0px;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-1211 .elementor-element.elementor-element-9f33718{--display:flex;--gap:0px 0px;--row-gap:0px;--column-gap:0px;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-1211 .elementor-element.elementor-element-53f277a{--display:flex;--gap:0px 0px;--row-gap:0px;--column-gap:0px;}.elementor-1211 .elementor-element.elementor-element-830c0c1 > .elementor-widget-container{margin:0px 0px 0px 0px;padding:0px 0px 0px 0px;}.elementor-1211 .elementor-element.elementor-element-61a04a2 > .elementor-widget-container{margin:0px 0px 0px 0px;padding:0px 0px 0px 0px;}.elementor-1211 .elementor-element.elementor-element-d5805bd{--display:flex;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-1211 .elementor-element.elementor-element-55fb962{--display:flex;--gap:0px 0px;--row-gap:0px;--column-gap:0px;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-1211 .elementor-element.elementor-element-42326dd{--display:flex;--gap:0px 0px;--row-gap:0px;--column-gap:0px;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-1211 .elementor-element.elementor-element-9a7a362{--display:flex;--gap:0px 0px;--row-gap:0px;--column-gap:0px;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-1211 .elementor-element.elementor-element-80892b7{--display:flex;--gap:0px 0px;--row-gap:0px;--column-gap:0px;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}:root{--page-title-display:none;}/* Start custom CSS for shortcode, class: .elementor-element-61a04a2 *//* ═══════════════════════════════════════════════
   BLOCO 2 — CABEÇALHO (container HTML separado)
═══════════════════════════════════════════════ */

.fc-dep-header {
  /* padding: 8rem 6vw 0; */
  max-width: 1290px;
  margin: 0 auto;
}

.fc-dep-header-inner {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  margin-bottom: 4rem;
}

@media (max-width: 768px) {
  .fc-dep-header { padding: 5rem 6vw 0; } 
  .fc-dep-header-inner {
    flex-direction: column;
    align-items: flex-start;
    gap: 1.5rem;
  }
  .fc-dep-header-inner .rating-summary { text-align: left; }
  .fc-dep-header-inner .stars-row { justify-content: flex-start; }
}


/* ═══════════════════════════════════════════════
   TRUSTINDEX — layout-id 13, ti-col-4
   Reescrito para evitar sobreposição de texto
═══════════════════════════════════════════════ */

/* ── Reset geral do widget ── */
.ti-widget.ti-goog {
  font-family: var(--sans) !important;
  background: transparent !important;
  /* padding: 0 6vw 8rem !important; */
  max-width: 1290px !important;
  margin: 0 auto !important;
  box-shadow: none !important;
  border: none !important;
}

.ti-widget-container,
.ti-widget-container.ti-col-3,
.ti-widget-container.ti-col-4 {
  display: block !important;
  width: 100% !important;
  background: transparent !important;
}

/* ── ESCONDE a parte da empresa (cabeçalho com foto/nome do negócio) ── */
.ti-footer.source-Google,
.ti-widget.ti-goog > .ti-widget-container > .ti-footer.source-Google {
  display: none !important;
}

/* Esconde badges/logo/powered-by do Trustindex se aparecerem */
[class*="ti-powered"],
[class*="ti-badge"],
[class*="ti-logo"] {
  display: none !important;
}

/* ── CORREÇÃO DE LARGURA ──
   Sobrescreve os percentuais nativos (33.333%, 75%...) que o Trustindex
   aplica via .ti-col-4 .ti-reviews-container / .ti-review-item */
.ti-widget.ti-goog .ti-col-3 .ti-reviews-container,
.ti-widget.ti-goog .ti-col-4 .ti-reviews-container,
.ti-reviews-container {
  -ms-flex: none !important;
  flex: none !important;
  max-width: none !important;
  width: 100% !important;
  position: static !important;
  overflow: visible !important;
}

.ti-widget.ti-goog .ti-col-3 .ti-review-item,
.ti-widget.ti-goog .ti-col-4 .ti-review-item,
.ti-review-item {
  -ms-flex: none !important;
  flex: none !important;
  max-width: none !important;
}

/* ── GRID (via flexbox) — 3 colunas, igual ao .testimonials-grid ──
   Usamos flexbox em vez de CSS Grid: suporte mais universal e evita
   qualquer inconsistência de renderização em navegadores mais antigos */
.ti-widget.ti-goog .ti-col-3 .ti-reviews-container-wrapper,
.ti-widget.ti-goog .ti-col-4 .ti-reviews-container-wrapper,
.ti-reviews-container-wrapper {
  display: flex !important;
  flex-wrap: wrap !important;
  gap: 1.25rem !important;
  -ms-flex: none !important;
  flex: none !important;
  max-width: none !important;
  transform: none !important;
  left: auto !important;
  position: relative !important;
  width: 100% !important;
  height: auto !important;
  transition: none !important;
}

/* ── MOSTRA SÓ 6 CARDS ──
   Esconde do 7º review em diante */
.ti-review-item.source-Google:nth-of-type(n+7) {
  display: none !important;
}

/* ── CADA CARD — altura fixa para impedir qualquer sobreposição ── */
.ti-review-item.source-Google {
  background: var(--ink-2) !important;
  border: 1px solid rgba(201, 168, 76, 0.1) !important;
  border-radius: var(--radius-lg) !important;
  padding: 2rem !important;
  transition: border-color 0.3s, transform 0.3s !important;
  position: relative !important;
  left: auto !important;
  top: auto !important;
  /* 3 colunas com gap de 1.25rem entre elas: (100% - 2 gaps) / 3 */
  -ms-flex: 0 0 calc((100% - 2.5rem) / 3) !important;
  flex: 0 0 calc((100% - 2.5rem) / 3) !important;
  max-width: calc((100% - 2.5rem) / 3) !important;
  width: calc((100% - 2.5rem) / 3) !important;
  height: 290px !important;        /* altura fixa: garante alinhamento entre cards */
  margin: 0 !important;
  display: block !important;
  box-shadow: none !important;
  overflow: hidden !important;
  box-sizing: border-box !important;
}
.ti-review-item.source-Google:hover {
  border-color: rgba(201, 168, 76, 0.25) !important;
  transform: translateY(-3px) !important;
}

/* .ti-inner organiza o conteúdo internamente com flex em coluna,
   ocupando 100% da altura fixa do card pai */
.ti-review-item .ti-inner {
  display: flex !important;
  flex-direction: column !important;
  height: 100% !important;
  width: 100% !important;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  position: relative !important;
}

/* ── ESCONDE as estrelas originais do Trustindex (★ de verdade) ── */
.ti-review-item .ti-stars,
.ti-review-item .ti-star {
  display: none !important;
}

/* ── ASPAS + ESTRELAS RECRIADAS ──
   Um único bloco fixo no topo do card, sem competir com outros elementos */
.ti-review-item .ti-inner::before {
  content: '★★★★★';
  display: block;
  flex: none;
  font-family: var(--serif);
  font-size: 2.4rem;
  color: var(--gold);
  opacity: 0.85;
  line-height: 1;
  letter-spacing: 2px;
  margin-bottom: 0.75rem;
  height: 2.4rem;
}

/* ── TEXTO — truncado com clamp de 4 linhas, nunca cresce o card ── */
.ti-review-item .ti-review-text-container {
  font-family: var(--serif) !important;
  font-size: 0.95rem !important;
  line-height: 1.6 !important;
  color: var(--smoke-2) !important;
  font-style: italic !important;
  font-weight: 300 !important;
  flex: 1 1 auto !important;
  margin: 0.75rem 0 0.75rem 0 !important;
  /* CRÍTICO: cancela o height inline em px que o Trustindex injeta via JS */
  height: auto !important;
  max-height: none !important;
  /* trunca visualmente com reticências, impedindo overflow */
  display: -webkit-box !important;
  -webkit-line-clamp: 4 !important;
  -webkit-box-orient: vertical !important;
  overflow: hidden !important;
  text-overflow: ellipsis !important;
}
.ti-review-item .ti-review-text-container img.emoji {
  width: 14px;
  height: 14px;
  vertical-align: middle;
  display: inline !important;
}

/* ── ESCONDE "Consulte mais informação" / "Leia mais" sempre ──
   Como o texto já é truncado via clamp, o botão de expandir não
   tem função aqui e só causa sobreposição visual */
.ti-review-item .ti-read-more {
  display: none !important;
}

/* ── AUTOR — fixado no rodapé do card, nunca sobrepõe o texto
   porque o texto tem flex:1 e altura do card é fixa ── */
.ti-review-item .ti-review-header {
  display: flex !important;
  align-items: center !important;
  gap: 12px !important;
  flex: none !important;
  margin-top: auto !important;
  padding-top: 0 !important;
  background: transparent !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
  padding-bottom: 0 !important;
  border: none !important;
  position: relative !important;
}

/* Avatar — foto real do Google, circular */
.ti-review-item .ti-review-header .ti-profile-img {
  display: flex !important;
  flex: none !important;
  width: 36px !important;
  height: 36px !important;
}
.ti-review-item .ti-review-header .ti-profile-img img {
  width: 36px !important;
  height: 36px !important;
  border-radius: 50% !important;
  border: 1px solid rgba(201, 168, 76, 0.25) !important;
  object-fit: cover !important;
  display: block !important;
}

.ti-review-item .ti-profile-details {
  flex: 1 1 auto !important;
  min-width: 0 !important;
  overflow: hidden !important;
}

/* Nome — trunca em uma linha se for muito longo, evita quebrar layout */
.ti-review-item .ti-profile-details .ti-name {
  font-family: var(--sans) !important;
  font-size: 0.82rem !important;
  font-weight: 500 !important;
  color: var(--white) !important;
  font-style: normal !important;
  margin: 0 !important;
  display: block !important;
  white-space: nowrap !important;
  overflow: hidden !important;
  text-overflow: ellipsis !important;
}

/* Data */
.ti-review-item .ti-date {
  font-size: 0.7rem !important;
  color: var(--muted) !important;
  margin-top: 1px !important;
  font-style: normal !important;
  font-family: var(--sans) !important;
}

/* ── SETAS DO CARROSSEL — esconde (grid não precisa) ── */
.ti-controls,
.ti-controls-line,
.ti-next,
.ti-prev {
  display: none !important;
}

/* ═══════════════════════════════════════════════
   RESPONSIVO
═══════════════════════════════════════════════ */
@media (max-width: 1024px) {
  /* 2 colunas com 1 gap de 1.25rem: (100% - 1 gap) / 2 */
  .ti-review-item.source-Google {
    -ms-flex: 0 0 calc((100% - 1.25rem) / 2) !important;
    flex: 0 0 calc((100% - 1.25rem) / 2) !important;
    max-width: calc((100% - 1.25rem) / 2) !important;
    width: calc((100% - 1.25rem) / 2) !important;
  }
}

@media (max-width: 768px) {
  .ti-widget.ti-goog {
    padding: 0 6vw 5rem !important;
  }
  .ti-review-item.source-Google {
    -ms-flex: 0 0 100% !important;
    flex: 0 0 100% !important;
    max-width: 100% !important;
    width: 100% !important;
    height: 260px !important;
  }
}

/*Ajustes*/
#depoimentos .ti-widget.ti-goog.ti-disable-font .ti-widget-container * {
    font-family: 'Cormorant Garamond', Georgia, serif !important;
}

.ti-review-text-container.ti-review-content {
    min-height: 97px !important;
}/* End custom CSS */
/* Start custom CSS for container, class: .elementor-element-53f277a */.elementor-1211 .elementor-element.elementor-element-53f277a {
    padding: 8rem 6vw;
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-dffd85a *//* ═══════════════════════════════════════════
   SERVICES SECTION — só títulos, estilo editorial
   Usa os tokens já definidos em :root no seu CSS
   global (--gold, --smoke, --serif, etc). Não
   redefine .container / .section-label /
   .section-title / .reveal / .hero-grid-lines —
   essas classes já existem no seu stylesheet.
═══════════════════════════════════════════ */

.services-simple-list {
  border-top: 1px solid rgba(201, 168, 76, 0.14);
}

.services-simple-item {
  display: grid;
  grid-template-columns: 56px 1fr 26px;
  align-items: center;
  gap: 2rem;
  padding: 1.5rem 0;
  border-bottom: 1px solid rgba(201, 168, 76, 0.14);
  text-decoration: none;
  color: inherit;
  transition: padding-left 0.4s ease;
}

.services-simple-index {
  font-family: var(--sans);
  font-size: 0.78rem;
  font-weight: 500;
  letter-spacing: 0.1em;
  color: var(--gold-dark);
  transition: color 0.3s ease;
}

.services-simple-title {
  font-family: var(--serif);
  font-size: clamp(1.5rem, 2.6vw, 2.15rem);
  font-weight: 600;
  color: var(--smoke);
  line-height: 1.25;
  transition: color 0.3s ease;
}

.services-simple-arrow {
  width: 22px;
  height: 22px;
  color: var(--gold);
  opacity: 0;
  transform: translateX(-10px);
  transition: opacity 0.35s ease, transform 0.35s ease;
  justify-self: end;
}

.services-simple-item:hover,
.services-simple-item:focus-visible {
  padding-left: 1.1rem;
}
.services-simple-item:hover .services-simple-index,
.services-simple-item:focus-visible .services-simple-index {
  color: var(--gold);
}
.services-simple-item:hover .services-simple-title,
.services-simple-item:focus-visible .services-simple-title {
  color: var(--gold-light);
}
.services-simple-item:hover .services-simple-arrow,
.services-simple-item:focus-visible .services-simple-arrow {
  opacity: 1;
  transform: translateX(0);
}

.services-simple-item:focus-visible {
  outline: 1px solid var(--gold);
  outline-offset: 4px;
}

/* ─── Responsivo ─── */
@media (max-width: 768px) {
  .services-simple-item {
    grid-template-columns: 34px 1fr;
    gap: 1rem;
    padding: 2rem 0;
  }
  .services-simple-arrow { display: none; }
  .services-simple-title { font-size: 1.35rem; }
  .services-simple-item:hover,
  .services-simple-item:focus-visible {
    padding-left: 0.5rem;
  }
}

/* ─── Movimento reduzido ─── */
@media (prefers-reduced-motion: reduce) {
  .services-simple-item,
  .services-simple-index,
  .services-simple-title,
  .services-simple-arrow {
    transition: none !important;
  }
}/* End custom CSS */
/* Start custom CSS */*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }

:root {
  --gold: #C9A84C;
  --gold-light: #E8C97A;
  --gold-dark: #8A6B28;
  --ink: #0A0A0B;
  --ink-2: #111114;
  --ink-3: #1A1A1E;
  --ink-4: #242428;
  --smoke: #F5F3EE;
  --smoke-2: #EAE7E0;
  --muted: #6B6B72;
  --muted-2: #4A4A52;
  --white: #FFFFFF;
  --serif: 'Cormorant Garamond', Georgia, serif;
  --sans: 'DM Sans', system-ui, sans-serif;
  --radius: 3px;
  --radius-lg: 8px;
}

html { scroll-behavior: smooth; }

body {
  font-family: var(--sans);
  background: var(--ink);
  color: var(--smoke);
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
}

/* ─── SCROLLBAR ─── */
::-webkit-scrollbar { width: 4px; }
::-webkit-scrollbar-track { background: var(--ink); }
::-webkit-scrollbar-thumb { background: var(--gold-dark); border-radius: 2px; }

/* ─── NAVBAR ─── */
nav {
  position: fixed;
  top: 0; left: 0; right: 0;
  z-index: 100;
  padding: 0 6vw;
  height: 80px;
  display: flex !important;
  align-items: center;
  justify-content: center;
  transition: background 0.4s ease, backdrop-filter 0.4s ease;
}
.nav-inner {
  max-width: 1290px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
nav.scrolled {
  background: rgba(10, 10, 11, 0.92);
  backdrop-filter: blur(16px);
  border-bottom: 1px solid rgba(201, 168, 76, 0.15);
}
.nav-logo {
  font-family: var(--serif);
  font-size: 1.25rem;
  font-weight: 600;
  color: var(--gold);
  text-decoration: none;
  letter-spacing: 0.02em;
  line-height: 1.1;
}
.nav-logo span { display: block; font-size: 0.65rem; font-weight: 400; color: var(--muted); letter-spacing: 0.15em; text-transform: uppercase; font-family: var(--sans); }
.nav-logo img { height: 52px; width: auto; }
.nav-links { display: flex; gap: 2.5rem; list-style: none; }
.nav-links a { font-size: 0.8rem; letter-spacing: 0.08em; text-transform: uppercase; color: var(--smoke-2); text-decoration: none; transition: color 0.2s; }
.nav-links a:hover { color: var(--gold); }
.nav-cta {
  background: transparent;
  border: 1px solid var(--gold);
  color: var(--gold);
  padding: 10px 24px;
  font-family: var(--sans);
  font-size: 0.78rem;
  font-weight: 500;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  cursor: pointer;
  text-decoration: none;
  border-radius: var(--radius);
  transition: background 0.25s, color 0.25s;
}
.nav-cta:hover { background: var(--gold); color: var(--ink); }

/* ─── HERO ─── */
.hero {
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 6vw;
  position: relative;
  overflow: hidden;
}
.hero-inner {
  max-width: 1290px;
  width: 100%;
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: center;
}
.hero-bg {
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, #0A0A0B 0%, #12100A 40%, #0A0A0B 100%);
  z-index: 0;
}
.hero-grid-lines {
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(201,168,76,0.04) 1px, transparent 1px),
    linear-gradient(90deg, rgba(201,168,76,0.04) 1px, transparent 1px);
  background-size: 80px 80px;
  z-index: 1;
}
.hero-glow {
  position: absolute;
  width: 600px;
  height: 600px;
  border-radius: 50%;
  background: radial-gradient(ellipse, rgba(201,168,76,0.08) 0%, transparent 70%);
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
}
.hero-left {
  position: relative;
  z-index: 2;
  padding-top: 72px;
}
.hero-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  border: 1px solid rgba(201,168,76,0.3);
  padding: 6px 16px;
  border-radius: 100px;
  font-size: 0.72rem;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: var(--gold);
  margin-bottom: 2rem;
  opacity: 0;
  animation: fadeUp 0.8s 0.2s forwards;
}
.hero-badge::before {
  content: '';
  width: 6px; height: 6px;
  border-radius: 50%;
  background: var(--gold);
}
.hero-title {
  font-family: var(--serif);
  font-size: clamp(2.8rem, 5vw, 5rem);
  font-weight: 600;
  line-height: 1.05;
  color: var(--white);
  margin-bottom: 1.5rem;
  opacity: 0;
  animation: fadeUp 0.9s 0.35s forwards;
}
.hero-title em { color: var(--gold); font-style: italic; }
.hero-subtitle {
  font-size: 1rem;
  line-height: 1.7;
  color: var(--muted);
  max-width: 460px;
  margin-bottom: 2.5rem;
  font-weight: 300;
  opacity: 0;
  animation: fadeUp 0.9s 0.5s forwards;
}
.hero-actions {
  display: flex;
  gap: 1rem;
  align-items: center;
  flex-wrap: wrap;
  opacity: 0;
  animation: fadeUp 0.9s 0.65s forwards;
}
.btn-primary {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  background: var(--gold);
  color: var(--ink);
  padding: 16px 32px;
  font-family: var(--sans);
  font-size: 0.85rem;
  font-weight: 600;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  text-decoration: none;
  border-radius: var(--radius);
  border: 1px solid var(--gold);
  cursor: pointer;
  transition: background 0.25s, transform 0.2s;
}
.btn-primary:hover { background: var(--gold-light); transform: translateY(-1px); }
.btn-primary svg { width: 18px; height: 18px; }
.btn-ghost {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: var(--smoke-2);
  font-size: 0.85rem;
  font-weight: 500;
  letter-spacing: 0.04em;
  text-decoration: none;
  transition: color 0.2s;
  cursor: pointer;
  background: none;
  border: none;
}
.btn-ghost:hover { color: var(--gold); }
.btn-ghost svg { width: 16px; height: 16px; }
.hero-stats {
  display: flex;
  gap: 2.5rem;
  margin-top: 3.5rem;
  padding-top: 2.5rem;
  border-top: 1px solid rgba(201,168,76,0.12);
  opacity: 0;
  animation: fadeUp 0.9s 0.8s forwards;
  align-items: flex-end;
}
.stat-num {
  font-family: var(--serif);
  font-size: 2.2rem;
  font-weight: 700;
  color: var(--gold);
  line-height: 1;
}
.stat-label {
  font-size: 0.72rem;
  color: var(--muted);
  letter-spacing: 0.08em;
  text-transform: uppercase;
  margin-top: 4px;
  font-weight: 400;
}

/* Hero Right */
.hero-right {
  position: relative;
  z-index: 2;
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
  height: 100vh;
  padding-bottom: 0;
  opacity: 0;
  animation: fadeIn 1.2s 0.4s forwards;
}
.hero-photo-frame {
  position: relative;
  width: 100%;
  max-width: 845px;
  height: 85vh;
  border-radius: 4px 4px 0 0;
  overflow: hidden;
}
.hero-photo-frame::before {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(10,10,11,0.8) 0%, rgba(10,10,11,0.1) 40%, transparent 70%);
  z-index: 2;
}
.hero-photo-placeholder {
  width: 100%;
  height: 100%;
  background: linear-gradient(160deg, #1A1A1E 0%, #14120C 60%, #1A1614 100%);
  display: flex;
  align-items: center;
  justify-content: center;
  background-image: url(https://ferreiracarvalhoadvocacia.com/wp-content/uploads/2025/06/Banner-1-Desk.png);
  background-position: 78% center;
  background-repeat: no-repeat;
  background-size: cover;
}
.hero-photo-label {
  position: absolute;
  bottom: 2rem;
  left: 2rem;
  z-index: 3;
}
.hero-photo-label h3 {
  font-family: var(--serif);
  font-size: 1.6rem;
  font-weight: 600;
  color: var(--white);
  line-height: 1;
}
.hero-photo-label p {
  font-size: 0.78rem;
  color: var(--gold);
  letter-spacing: 0.12em;
  text-transform: uppercase;
  margin-top: 4px;
}
.oab-badge {
  position: absolute;
  top: 2rem;
  right: 1.5rem;
  z-index: 3;
  background: rgba(10,10,11,0.85);
  border: 1px solid rgba(201,168,76,0.3);
  border-radius: var(--radius);
  padding: 10px 16px;
  text-align: center;
  backdrop-filter: blur(8px);
}
.oab-badge .label { font-size: 0.6rem; letter-spacing: 0.2em; text-transform: uppercase; color: var(--muted); }
.oab-badge .value { font-family: var(--serif); font-size: 1.1rem; font-weight: 700; color: var(--gold); margin-top: 2px; }

/* ─── MARQUEE ─── */
.marquee-section {
  padding: 1.2rem 0;
  background: var(--gold);
  overflow: hidden;
  position: relative;
}
.marquee-track {
  display: flex;
  gap: 0;
  animation: marquee 20s linear infinite;
  white-space: nowrap;
}
.marquee-item {
  display: inline-flex;
  align-items: center;
  gap: 1.5rem;
  padding: 0 2rem;
  font-size: 0.72rem;
  font-weight: 600;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: var(--ink);
}
.marquee-dot { width: 4px; height: 4px; border-radius: 50%; background: var(--ink); opacity: 0.4; }

/* ─── SERVICES ─── */
.services-section {
  padding: 8rem 6vw;
  position: relative;
  background: var(--ink-3);
}
.section-label {
  font-size: 0.72rem;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--gold);
  margin-bottom: 1rem;
  display: flex;
  align-items: center;
  gap: 12px;
}
.section-label::before {
  content: '';
  width: 32px;
  height: 1px;
  background: var(--gold);
}
.section-title {
  font-family: var(--serif);
  font-size: clamp(2rem, 3.5vw, 3.2rem);
  font-weight: 600;
  line-height: 1.1;
  color: var(--white);
  max-width: 600px;
  margin-bottom: 4rem;
}
.section-title em { color: var(--gold); font-style: italic; }

/* ─── SERVICES: CASSAÇÃO HERO CARD ─── */
.services-featured {
  margin-bottom: 1px;
}
.service-card-hero {
  background: var(--ink-2);
  border: 1px solid rgba(201,168,76,0.18);
  border-radius: var(--radius-lg) var(--radius-lg) 0 0;
  padding: 3rem 3.5rem;
  position: relative;
  overflow: hidden;
  transition: background 0.3s;
  display: flex;
  align-items: flex-start;
  gap: 3rem;
}
.service-card-hero::after {
  content: '';
  position: absolute;
  bottom: 0; left: 0; right: 0;
  height: 3px;
  background: linear-gradient(90deg, var(--gold-dark), var(--gold), var(--gold-light), var(--gold));
}
.service-card-hero:hover { background: var(--ink-3); }
.service-hero-badge {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  background: rgba(201,168,76,0.12);
  border: 1px solid rgba(201,168,76,0.35);
  border-radius: 100px;
  padding: 4px 14px;
  font-size: 0.68rem;
  font-weight: 600;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: var(--gold);
  margin-bottom: 1rem;
}
.service-hero-badge::before {
  content: '';
  width: 5px; height: 5px;
  border-radius: 50%;
  background: var(--gold);
}
.service-hero-left { flex: 1; }
.service-hero-right {
  min-width: 260px;
  max-width: 300px;
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
  padding-top: 0.5rem;
}
.service-hero-title {
  font-family: var(--serif);
  font-size: clamp(1.8rem, 2.5vw, 2.6rem);
  font-weight: 600;
  color: var(--white);
  line-height: 1.1;
  margin-bottom: 1rem;
}
.service-hero-title em { color: var(--gold); font-style: italic; }
.service-hero-desc {
  font-size: 0.92rem;
  line-height: 1.75;
  color: var(--muted);
  font-weight: 300;
  max-width: 520px;
}
.service-mini-item {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  padding: 0.65rem 0;
  border-bottom: 1px solid rgba(201,168,76,0.07);
  font-size: 0.82rem;
  color: var(--smoke-2);
}
.service-mini-item:last-child { border-bottom: none; }
.service-mini-check {
  width: 16px; height: 16px;
  min-width: 16px;
  border-radius: 50%;
  background: rgba(201,168,76,0.1);
  border: 1px solid rgba(201,168,76,0.3);
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 1px;
}
.service-mini-check svg { width: 8px; height: 8px; color: var(--gold); }

/* ─── SERVICES GRID (4 cards abaixo) ─── */
.services-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1px;
  background: rgba(201,168,76,0.08);
  border: 1px solid rgba(201,168,76,0.1);
  border-top: none;
  border-radius: 0 0 var(--radius-lg) var(--radius-lg);
  overflow: hidden;
}
.service-card {
  background: var(--ink-2);
  padding: 2.2rem 2rem;
  position: relative;
  overflow: hidden;
  transition: background 0.3s;
  cursor: default;
}
.service-card::before {
  content: '';
  position: absolute;
  bottom: 0; left: 0; right: 0;
  height: 2px;
  background: var(--gold);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.4s ease;
}
.service-card:hover { background: var(--ink-3); }
.service-card:hover::before { transform: scaleX(1); }
.service-title {
  font-family: var(--serif);
  font-size: 1.15rem;
  font-weight: 600;
  color: var(--white);
  margin-bottom: 0.65rem;
}
.service-desc {
  font-size: 0.82rem;
  line-height: 1.7;
  color: var(--muted);
  font-weight: 300;
}

/* ─── ABOUT ─── */
.about-section {
  padding: 8rem 6vw;
  background: var(--ink-2);
  display: flex;
  justify-content: center;
}
.about-section-inner {
  max-width: 1290px;
  width: 100%;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 6rem;
  align-items: center;
}
.about-visual { position: relative; }
.about-photo-frame {
  width: 100%;
  aspect-ratio: 3/4;
  background: linear-gradient(160deg, #1A1A1E 0%, #14120C 100%);
  border-radius: var(--radius-lg);
  border: 1px solid rgba(201,168,76,0.15);
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: flex-end;
}
.about-photo-bg {
  position: absolute;
  inset: 0;
  background:
    radial-gradient(ellipse at 50% 30%, rgba(201,168,76,0.12) 0%, transparent 60%),
    linear-gradient(180deg, transparent 40%, rgba(10,10,11,0.9) 100%);
}
.about-photo-bg img { width: 100%; height: auto; }
.about-photo-content {
  position: relative;
  z-index: 1;
  padding: 2rem;
  width: 100%;
}
.credentials-row { display: flex; gap: 0.75rem; flex-wrap: wrap; }
.cred-pill {
  background: rgba(201,168,76,0.1);
  border: 1px solid rgba(201,168,76,0.2);
  border-radius: 100px;
  padding: 5px 14px;
  font-size: 0.7rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--gold);
}
.about-accent-card {
  position: absolute;
  top: -1.5rem;
  right: -1.5rem;
  background: var(--ink);
  border: 1px solid rgba(201,168,76,0.2);
  border-radius: var(--radius-lg);
  padding: 1.25rem 1.5rem;
  min-width: 180px;
}
.about-accent-card .num {
  font-family: var(--serif);
  font-size: 2.5rem;
  font-weight: 700;
  color: var(--gold);
  line-height: 1;
}
.about-accent-card .label {
  font-size: 0.72rem;
  color: var(--muted);
  text-transform: uppercase;
  letter-spacing: 0.1em;
  margin-top: 4px;
}
.about-content .section-label { margin-bottom: 1.5rem; }
.about-title {
  font-family: var(--serif);
  font-size: clamp(1.8rem, 3vw, 2.8rem);
  font-weight: 600;
  line-height: 1.1;
  color: var(--white);
  margin-bottom: 1.5rem;
}
.about-title em { color: var(--gold); font-style: italic; }
.about-text {
  font-size: 0.92rem;
  line-height: 1.8;
  color: var(--muted);
  font-weight: 300;
  margin-bottom: 2rem;
}
.about-highlights { display: flex; flex-direction: column; gap: 0.75rem; margin-bottom: 2.5rem; }
.highlight-item { display: flex; align-items: flex-start; gap: 12px; font-size: 0.85rem; color: var(--smoke-2); }
.highlight-check {
  width: 18px; height: 18px; min-width: 18px;
  border-radius: 50%;
  background: rgba(201,168,76,0.1);
  border: 1px solid rgba(201,168,76,0.3);
  display: flex; align-items: center; justify-content: center;
  margin-top: 1px;
}
.highlight-check svg { width: 10px; height: 10px; color: var(--gold); }

/* ─── TESTIMONIALS ─── */
.testimonials-section { padding: 8rem 6vw; position: relative; }
.testimonials-header { display: flex; justify-content: space-between; align-items: flex-end; margin-bottom: 4rem; }
.rating-summary { text-align: right; }
.stars-row { display: flex; gap: 3px; justify-content: flex-end; margin-bottom: 4px; }
.star { color: var(--gold); font-size: 1.1rem; }
.rating-text { font-size: 0.78rem; color: var(--muted); letter-spacing: 0.04em; }
.rating-big { font-family: var(--serif); font-size: 2rem; font-weight: 700; color: var(--gold); line-height: 1; margin-bottom: 2px; }
.testimonials-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.25rem; }
.testimonial-card {
  background: var(--ink-2);
  border: 1px solid rgba(201,168,76,0.1);
  border-radius: var(--radius-lg);
  padding: 2rem;
  position: relative;
  transition: border-color 0.3s, transform 0.3s;
}
.testimonial-card:hover { border-color: rgba(201,168,76,0.25); transform: translateY(-3px); }
.quote-mark { font-family: var(--serif); font-size: 4rem; color: var(--gold); opacity: 0.3; line-height: 1; margin-bottom: 0.5rem; }
.testimonial-text { font-family: var(--serif); font-size: 1rem; line-height: 1.7; color: var(--smoke-2); margin-bottom: 1.5rem; font-style: italic; }
.testimonial-author { display: flex; align-items: center; gap: 12px; }
.author-avatar {
  width: 36px; height: 36px;
  border-radius: 50%;
  background: rgba(201,168,76,0.15);
  border: 1px solid rgba(201,168,76,0.25);
  display: flex; align-items: center; justify-content: center;
  font-family: var(--serif); font-weight: 700; font-size: 0.85rem; color: var(--gold);
}
.author-name { font-size: 0.82rem; font-weight: 500; color: var(--white); }
.author-date { font-size: 0.7rem; color: var(--muted); margin-top: 1px; }
.testimonial-stars { display: flex; gap: 2px; margin-top: 8px; }
.t-star { color: var(--gold); font-size: 0.75rem; }

/* ─── FAQ ─── */
.faq-section { padding: 8rem 6vw; }
.faq-inner { max-width: 760px; }
.faq-item { border-bottom: 1px solid rgba(201,168,76,0.1); }
.faq-question {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 1.5rem 0;
  cursor: pointer;
  font-size: 1rem;
  font-weight: 500;
  color: var(--smoke);
  transition: color 0.2s;
  list-style: none;
  gap: 1rem;
}
.faq-question:hover { color: var(--gold); }
.faq-question::-webkit-details-marker { display: none; }
details[open] .faq-question { color: var(--gold); }
.faq-arrow {
  width: 22px; height: 22px; min-width: 22px;
  border-radius: 50%;
  border: 1px solid rgba(201,168,76,0.3);
  display: flex; align-items: center; justify-content: center;
  color: var(--gold); font-size: 1rem;
  transition: transform 0.3s;
}
details[open] .faq-arrow { transform: rotate(45deg); }
.faq-answer { padding: 0 0 1.5rem; font-size: 0.88rem; line-height: 1.8; color: var(--muted); font-weight: 300; }

/* ─── CTA WHATSAPP ─── */
.cta-section { padding: 8rem 6vw; position: relative; overflow: hidden; }
.cta-inner {
  background: var(--ink-3);
  border: 1px solid rgba(201,168,76,0.2);
  border-radius: 16px;
  padding: 5rem 4rem;
  text-align: center;
  position: relative;
  overflow: hidden;
}
.cta-glow {
  position: absolute;
  width: 500px; height: 300px;
  border-radius: 50%;
  background: radial-gradient(ellipse, rgba(201,168,76,0.07) 0%, transparent 70%);
  top: 50%; left: 50%;
  transform: translate(-50%, -50%);
  pointer-events: none;
}
.cta-title {
  font-family: var(--serif);
  font-size: clamp(2rem, 4vw, 3.5rem);
  font-weight: 600;
  line-height: 1.1;
  color: var(--white);
  margin-bottom: 1rem;
  position: relative;
  z-index: 1;
}
.cta-title em { color: var(--gold); font-style: italic; }
.cta-subtitle {
  font-size: 1rem;
  color: var(--muted);
  max-width: 520px;
  margin: 0 auto 2.5rem;
  line-height: 1.7;
  position: relative;
  z-index: 1;
}
.cta-actions { display: flex; gap: 1rem; justify-content: center; flex-wrap: wrap; position: relative; z-index: 1; }
.btn-secondary {
  display: inline-flex; align-items: center; gap: 8px;
  background: transparent; color: var(--smoke-2);
  padding: 16px 32px; font-size: 0.85rem; font-weight: 500; letter-spacing: 0.04em;
  text-decoration: none; border-radius: var(--radius);
  border: 1px solid rgba(201,168,76,0.25);
  transition: border-color 0.25s, color 0.25s;
}
.btn-secondary:hover { border-color: var(--gold); color: var(--gold); }

/* ─── FOOTER ─── */
footer { padding: 4rem 6vw 2rem; background: var(--ink); border-top: 1px solid rgba(201,168,76,0.1); }
.footer-top { display: grid; grid-template-columns: 1.5fr 1fr 1fr; gap: 4rem; margin-bottom: 3rem; }
.footer-brand p { font-size: 0.85rem; color: var(--muted); line-height: 1.7; margin-top: 1rem; font-weight: 300; max-width: 300px; }
.footer-heading { font-size: 0.72rem; letter-spacing: 0.15em; text-transform: uppercase; color: var(--gold); margin-bottom: 1.25rem; }
.footer-links { list-style: none; display: flex; flex-direction: column; gap: 0.6rem; }
.footer-links a { font-size: 0.85rem; color: var(--muted); text-decoration: none; transition: color 0.2s; }
.footer-links a:hover { color: var(--smoke); }
.footer-divider { border: none; border-top: 1px solid rgba(201,168,76,0.1); margin: 2rem 0 1.5rem; }
.footer-bottom { display: flex; justify-content: space-between; align-items: center; font-size: 0.75rem; color: var(--muted-2); }
.footer-social-icons { display: flex; gap: 0.6rem; align-items: center; }
.footer-social-icon {
  display: inline-flex; align-items: center; justify-content: center;
  width: 34px; height: 34px; border-radius: 50%;
  border: 1px solid rgba(201,168,76,0.2); color: var(--muted); text-decoration: none;
  transition: border-color 0.2s, color 0.2s, background 0.2s;
}
.footer-social-icon:hover { border-color: var(--gold); color: var(--gold); background: rgba(201,168,76,0.08); }
.footer-social-icon svg { width: 15px; height: 15px; fill: currentColor; }

/* ─── WHATSAPP FAB ─── */
.whatsapp-fab {
  position: fixed; bottom: 2rem; right: 2rem; z-index: 200;
  width: 56px; height: 56px; border-radius: 50%;
  background: #25D366; border: none; cursor: pointer;
  display: flex; align-items: center; justify-content: center;
  box-shadow: 0 4px 20px rgba(37,211,102,0.4); text-decoration: none;
  transition: transform 0.25s, box-shadow 0.25s;
}
.whatsapp-fab:hover { transform: scale(1.1); box-shadow: 0 6px 28px rgba(37,211,102,0.5); }
.whatsapp-fab svg { width: 28px; height: 28px; fill: white; }

/* ─── SOCIAL ICON BUTTONS (NAV) ─── */
.social-icon-links { display: flex; gap: 0.75rem; align-items: center; flex-wrap: wrap; }
.social-icon-btn {
  display: inline-flex; align-items: center; justify-content: center;
  width: 38px; height: 38px; border-radius: 50%;
  border: 1px solid rgba(201,168,76,0.25); color: var(--muted); text-decoration: none;
  transition: border-color 0.2s, color 0.2s, background 0.2s; flex-shrink: 0;
}
.social-icon-btn:hover { border-color: var(--gold); color: var(--gold); background: rgba(201,168,76,0.08); }
.social-icon-btn svg { width: 17px; height: 17px; fill: currentColor; }

/* ─── MAX-WIDTH CONTAINER ─── */
.container { max-width: 1290px; margin: 0 auto; width: 100%; }

/* ─── ANIMATIONS ─── */
@keyframes fadeUp {
  from { opacity: 0; transform: translateY(24px); }
  to { opacity: 1; transform: translateY(0); }
}
@keyframes fadeIn {
  from { opacity: 0; }
  to { opacity: 1; }
}
@keyframes marquee {
  from { transform: translateX(0); }
  to { transform: translateX(-50%); }
}
.reveal { opacity: 0; transform: translateY(30px); transition: opacity 0.8s ease, transform 0.8s ease; }
.reveal.visible { opacity: 1; transform: translateY(0); }
.reveal-delay-1 { transition-delay: 0.1s; }
.reveal-delay-2 { transition-delay: 0.2s; }
.reveal-delay-3 { transition-delay: 0.3s; }
.reveal-delay-4 { transition-delay: 0.4s; }
.reveal-delay-5 { transition-delay: 0.5s; }

/* ─── HAMBURGER (MOBILE) ─── */
.nav-hamburger { display: none; flex-direction: column; gap: 5px; cursor: pointer; background: none; border: none; padding: 4px; }
.nav-hamburger span { display: block; width: 24px; height: 2px; background: var(--smoke); border-radius: 2px; transition: 0.3s; }

/* ─── MOBILE MENU ─── */
.mobile-menu {
  position: fixed; inset: 0; background: var(--ink); z-index: 99;
  display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 2rem;
  transform: translateY(-100%); transition: transform 0.4s ease;
}
.mobile-menu.open { transform: translateY(0); }
.mobile-menu a { font-family: var(--serif); font-size: 2rem; font-weight: 600; color: var(--smoke); text-decoration: none; transition: color 0.2s; }
.mobile-menu a:hover { color: var(--gold); }
.mobile-menu-close { position: absolute; top: 1.5rem; right: 1.5rem; background: none; border: none; color: var(--smoke); font-size: 2rem; cursor: pointer; }

/* ─── RESPONSIVE ─── */
@media (max-width: 1200px) {
  .services-grid { grid-template-columns: repeat(2, 1fr); }
  .service-card-hero { flex-direction: column; gap: 1.5rem; }
  .service-hero-right { min-width: unset; max-width: 100%; }
}
@media (max-width: 1024px) {
  .hero-inner { grid-template-columns: 1fr; padding-top: 6rem; }
  .hero-right { display: none; }
  .about-section { display: block; }
  .about-section-inner { grid-template-columns: 1fr; }
  .about-visual { display: none; }
  .testimonials-grid { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 768px) {
  .nav-links, .nav-cta { display: none; }
  .nav-hamburger { display: flex; }
  .services-grid { grid-template-columns: 1fr; }
  .testimonials-grid { grid-template-columns: 1fr; }
  .footer-top { grid-template-columns: 1fr; gap: 2rem; }
  .footer-bottom { flex-direction: column; gap: 1rem; text-align: center; }
  .cta-inner { padding: 3rem 1.5rem; }
  .testimonials-header { flex-direction: column; align-items: flex-start; gap: 1rem; }
  .rating-summary { text-align: left; }
  .stars-row { justify-content: flex-start; }
  .service-card-hero { padding: 2rem 1.5rem; }
}

/* Ajustes Mobile */
@media (max-width: 768px) {
    .hero-badge {
        font-size: 0.58em;
    }
    
    .hero-left {
        min-width: 0;
    }
    
    .hero-stats {
        flex-direction: column;
        align-items: flex-start;
    }
}/* End custom CSS */