.elementor-770 .elementor-element.elementor-element-15f2beb{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--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-770 .elementor-element.elementor-element-5863f23{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-770 .elementor-element.elementor-element-ecd9927{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}/* Start custom CSS for html, class: .elementor-element-57e4259 *//* ============================================
   TÚLIO ZAGO DE BRITO ADVOCACIA
   CSS Global — Mobile-First Premium v3.0
   ============================================ */

/* ── Reset ── */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }

/* ── Variáveis ── */
:root {
  --bg:        #FAF8F3;
  --bg2:       #F5F1E9;
  --bg3:       #FFFDF9;
  --text:      #1D1A16;
  --text2:     #6D655A;
  --border:    #E0D4C0;
  --gold:      #B99648;
  --gold-dark: #8F7131;
  --dark:      #14120F;
  --white:     #FFFFFF;
  --radius:    20px;
  --shadow:    0 4px 24px rgba(29,26,22,.08);
  --shadow-md: 0 8px 40px rgba(29,26,22,.14);
  --max:       1180px;
  --serif:     'Georgia', 'Times New Roman', serif;
  --sans:      system-ui, -apple-system, 'Segoe UI', sans-serif;
  --header-h:  68px; /* mobile-first: começa com 68px */
}

html {
  scroll-behavior: smooth;
  font-size: 16px;   /* base mobile */
  overflow-x: hidden; /* impede scroll horizontal em qualquer tela */
  width: 100%;
}

body {
  background: var(--bg);
  color: var(--text);
  font-family: var(--sans);
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
  width: 100%;
  min-height: 100vh;
}

img { max-width: 100%; height: auto; display: block; }
a   { color: inherit; text-decoration: none; }
ul  { list-style: none; }
button { font-family: inherit; cursor: pointer; }

/* ── Placeholders header/footer: sempre largura total ── */
#site-header,
#site-footer {
  display: block !important;
  width: 100% !important;
  max-width: 100% !important;
  min-width: 0 !important;
  box-sizing: border-box !important;
  float: none !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
}

/* ── Container ── */
.container {
  max-width: var(--max);
  margin: 0 auto;
  padding: 0 16px;   /* mobile */
}

/* ── Tipografia — mobile-first ── */
h1,h2,h3,h4 { font-family: var(--serif); line-height: 1.2; color: var(--text); }
h1 { font-size: 1.75rem; font-weight: 700; letter-spacing: -.02em; }
h2 { font-size: 1.4rem;  font-weight: 700; }
h3 { font-size: 1rem;    font-weight: 600; }
p  { color: var(--text2); font-size: .95rem; }

/* ── Gold line ── */
.gold-line {
  display: block; width: 48px; height: 2px;
  background: var(--gold); margin-bottom: 20px;
}

/* ── Section label ── */
.section-label {
  display: block; font-size: .72rem; font-weight: 700;
  letter-spacing: .18em; text-transform: uppercase;
  color: var(--gold); margin-bottom: 12px;
}

/* ── Padding de seção — mobile ── */
.section    { padding: 48px 0; }
.section-sm { padding: 32px 0; }

/* ── Utilitários ── */
.text-center { text-align: center; }
.text-gold   { color: var(--gold); }
.mt-8  { margin-top:  8px; }  .mt-16 { margin-top: 16px; }
.mt-24 { margin-top: 24px; }  .mt-32 { margin-top: 32px; }
.mb-8  { margin-bottom:  8px; } .mb-16 { margin-bottom: 16px; }
.mb-24 { margin-bottom: 24px; } .mb-40 { margin-bottom: 32px; }


/* ══════════════════════════════════════════
   BOTÕES
══════════════════════════════════════════ */
.btn {
  display: inline-flex; align-items: center; justify-content: center;
  gap: 8px; padding: 13px 24px; border-radius: 999px;
  font-family: var(--sans); font-size: .9rem; font-weight: 600;
  transition: all .2s ease;
  min-height: 48px; white-space: nowrap; border: 2px solid transparent;
  -webkit-tap-highlight-color: transparent;
}
.btn-primary       { background: var(--gold);      color: var(--white); border-color: var(--gold); }
.btn-primary:hover { background: var(--gold-dark);  border-color: var(--gold-dark); transform: translateY(-1px); }

.btn-outline       { background: transparent; color: var(--text);  border-color: var(--text); }
.btn-outline:hover { background: var(--text); color: var(--white); transform: translateY(-1px); }

.btn-gold-outline       { background: transparent; color: var(--gold);  border-color: var(--gold); }
.btn-gold-outline:hover { background: var(--gold); color: var(--white); transform: translateY(-1px); }


/* ══════════════════════════════════════════
   HEADER v4.0
══════════════════════════════════════════ */
/* .site-header = classe adicionada ao #site-header via JS */
.site-header {
  position: sticky;
  top: 0;
  z-index: 200;
  background: var(--dark);
  border-bottom: 1px solid rgba(185,150,72,.22);
  box-shadow: 0 2px 20px rgba(0,0,0,.4);
  transition: box-shadow .2s;
}
.site-header.scrolled { box-shadow: 0 4px 28px rgba(0,0,0,.55); }

/* ── Inner bar ── */
.hd-inner {
  display: flex;
  align-items: center;
  height: var(--header-h);
  gap: 16px;
}

/* ── Logo ── */
.hd-logo {
  display: flex;
  align-items: center;
  flex-shrink: 0;
}
.hd-logo img {
  height: 52px;
  width: auto;
  mix-blend-mode: screen;
  display: block;
}

/* ── Nav desktop (oculta no mobile) ── */
.hd-nav {
  display: none;  /* mobile-first: oculto */
  flex: 1;
  justify-content: center;
}
.hd-nav ul {
  display: flex;
  align-items: center;
  gap: 28px;
  list-style: none;
  margin: 0; padding: 0;
}
.hd-nav a {
  font-size: .88rem;
  font-weight: 500;
  color: rgba(255,255,255,.8);
  padding: 4px 0;
  position: relative;
  transition: color .2s;
  white-space: nowrap;
}
.hd-nav a::after {
  content: '';
  position: absolute;
  bottom: -2px; left: 0;
  width: 0; height: 1px;
  background: var(--gold);
  transition: width .25s;
}
.hd-nav a:hover,
.hd-nav a.active { color: var(--gold); }
.hd-nav a:hover::after,
.hd-nav a.active::after { width: 100%; }

/* ── CTA desktop ── */
.hd-cta {
  display: none;  /* mobile-first: oculto */
  flex-shrink: 0;
  margin-left: auto;
}
.hd-wa-btn {
  font-size: .84rem;
  padding: 8px 18px;
  min-height: 40px;
}
.hd-wa-btn svg { width: 16px; height: 16px; }

/* ── Hamburger button ── */
.hd-toggle {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 44px; height: 44px;
  min-width: 44px; min-height: 44px;
  margin-left: auto;
  background: none;
  border: none;
  border-radius: 8px;
  cursor: pointer;
  flex-shrink: 0;
  touch-action: manipulation;
  -webkit-tap-highlight-color: transparent;
  transition: background .2s;
}
.hd-toggle:hover,
.hd-toggle:focus-visible { background: rgba(185,150,72,.18); outline: none; }

/* ══════════════════════════════════════════
   DRAWER MOBILE v4.0
══════════════════════════════════════════ */
.hd-drawer {
  position: fixed;
  top: 0;
  right: 0;
  width: min(300px, 88vw);
  height: 100%;
  height: 100dvh;
  background: #0e0c09;
  z-index: 1000;
  transform: translateX(100%);
  transition: transform .32s cubic-bezier(.4,0,.2,1),
              visibility .32s;
  visibility: hidden;
  overflow-y: auto;
  overflow-x: hidden;
  -webkit-overflow-scrolling: touch;
  box-shadow: none;
}
/* Drawer fechado por padrão — sem atributo hidden, usa transform */
.hd-drawer.open {
  transform: translateX(0);
  visibility: visible;
  box-shadow: -4px 0 32px rgba(0,0,0,.6);
}

.hd-drawer-inner {
  display: flex;
  flex-direction: column;
  padding: 20px 24px 48px;
  min-height: 100%;
}

/* Topo do drawer */
.hd-drawer-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 32px;
}

/* Botão fechar */
.hd-close {
  width: 44px; height: 44px;
  display: flex; align-items: center; justify-content: center;
  background: rgba(255,255,255,.08);
  border: none;
  border-radius: 50%;
  color: #fff;
  cursor: pointer;
  flex-shrink: 0;
  touch-action: manipulation;
  -webkit-tap-highlight-color: transparent;
  transition: background .2s;
}
.hd-close:hover { background: rgba(255,255,255,.2); }

/* Links do drawer */
.hd-drawer-links {
  list-style: none;
  margin: 0; padding: 0;
  width: 100%;
}
.hd-drawer-links li {
  border-bottom: 1px solid rgba(255,255,255,.08);
}
.hd-drawer-links li:first-child {
  border-top: 1px solid rgba(255,255,255,.08);
}
.hd-drawer-links a {
  display: block;
  padding: 16px 4px;
  font-size: 1.05rem;
  font-weight: 500;
  color: rgba(255,255,255,.85);
  transition: color .15s;
  -webkit-tap-highlight-color: rgba(185,150,72,.15);
  touch-action: manipulation;
}
.hd-drawer-links a:hover,
.hd-drawer-links a.active { color: var(--gold); }

/* CTA WA no drawer */
.hd-drawer-wa {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  margin-top: 28px;
  padding: 14px 24px;
  background: var(--gold);
  color: #0e0c09;
  border-radius: 999px;
  font-weight: 700;
  font-size: .92rem;
  width: 100%;
  transition: background .2s;
  touch-action: manipulation;
  -webkit-tap-highlight-color: transparent;
}
.hd-drawer-wa:hover { background: var(--gold-dark); color: #fff; }

/* ── Overlay ── */
.hd-overlay {
  display: none;
  position: fixed;
  inset: 0;
  background: rgba(0,0,0,.6);
  backdrop-filter: blur(3px);
  -webkit-backdrop-filter: blur(3px);
  z-index: 999;
  cursor: pointer;
}
.hd-overlay.open { display: block; }

/* Body scroll lock */
body.menu-open { overflow: hidden; }


/* ══════════════════════════════════════════
   HERO — mobile-first (1 coluna)
══════════════════════════════════════════ */
.hero {
  background: var(--bg);
  padding: 48px 0 0;
  overflow: hidden; position: relative;
}
.hero-inner {
  display: grid;
  grid-template-columns: 1fr;
  gap: 0;
  min-height: auto;
  align-items: flex-end;
}
.hero-left { padding-bottom: 0; z-index: 1; }
.hero-subtitle {
  font-size: .95rem; color: var(--text2);
  margin: 14px 0 24px; max-width: 480px; line-height: 1.7;
}
.hero-ctas { display: flex; gap: 10px; flex-direction: column; }
.hero-ctas .btn { width: 100%; justify-content: center; }

.hero-right {
  display: flex; justify-content: center;
  align-items: flex-end; position: relative;
  margin-top: 24px;
}
.hero-photo {
  width: 100%;
  max-height: 260px;
  object-fit: cover;
  object-position: top center;
  border-radius: 12px 12px 0 0;
  display: block;
  mask-image: linear-gradient(to bottom, black 70%, transparent 100%);
  -webkit-mask-image: linear-gradient(to bottom, black 70%, transparent 100%);
}

/* ── Hero Cards — mobile-first ── */
.hero-cards-wrap {
  background: var(--bg);
  margin-top: -2px;
  overflow: hidden;   /* impede qualquer overflow horizontal dos cards */
  width: 100%;
}
.hero-cards {
  display: flex;
  gap: 14px;
  flex-direction: column;   /* mobile: empilhados verticalmente */
  padding: 0 0 36px;
  width: 100%;              /* nunca ultrapassa o container */
}
.hero-card {
  background: var(--white); border: 1px solid var(--border);
  border-radius: var(--radius); box-shadow: var(--shadow);
  padding: 22px 20px 26px;
  flex: 1 1 100%;           /* mobile: ocupa 100% da largura */
  min-width: 0;             /* permite encolher — evita overflow */
  max-width: 100%;
  width: 100%;
  box-sizing: border-box;
  position: relative; transition: box-shadow .2s, transform .2s;
  display: block;
}
.hero-card:hover { box-shadow: var(--shadow-md); transform: translateY(-3px); }
.hero-card::after {
  content: ''; position: absolute; bottom: 0; left: 20px; right: 20px;
  height: 3px; background: var(--gold); border-radius: 0 0 var(--radius) var(--radius);
}
.hero-card-icon { width: 38px; height: 38px; margin-bottom: 14px; color: var(--gold); flex-shrink: 0; }
.hero-card h3   { font-size: 1rem; margin-bottom: 6px; }
.hero-card p    { font-size: .85rem; color: var(--text2); line-height: 1.55; }
.hero-card-link {
  display: inline-flex; align-items: center; gap: 6px;
  margin-top: 12px; font-size: .82rem; font-weight: 600; color: var(--gold);
}
.hero-card-link:hover { color: var(--gold-dark); }

/* ── Trust Bar — mobile ── */
.trust-bar {
  background: var(--bg2);
  border-top: 1px solid var(--border); border-bottom: 1px solid var(--border);
  padding: 16px 0;
}
.trust-bar-inner {
  display: flex; gap: 12px; align-items: flex-start;
  flex-direction: column;
  flex-wrap: wrap;
  padding: 0 4px;
}
.trust-item {
  display: flex; gap: 8px; align-items: center;
  font-size: .84rem; font-weight: 600; color: var(--text);
}
.trust-item svg { color: var(--gold); width: 16px; height: 16px; flex-shrink: 0; }


/* ══════════════════════════════════════════
   ÁREAS GRID — mobile (1 col)
══════════════════════════════════════════ */
.areas-section { background: var(--bg2); }
.areas-grid {
  display: grid; grid-template-columns: 1fr;
  gap: 12px; margin-top: 32px;
}
.area-card {
  background: var(--bg3); border: 1px solid var(--border);
  border-radius: var(--radius); padding: 20px 16px 16px;
  transition: box-shadow .2s, transform .2s;
  position: relative; overflow: hidden; display: block;
}
.area-card:hover { box-shadow: var(--shadow-md); transform: translateY(-3px); }
.area-card::before {
  content: ''; position: absolute; top: 0; left: 0;
  width: 100%; height: 3px; background: var(--gold);
  transform: scaleX(0); transition: transform .3s; transform-origin: left;
}
.area-card:hover::before { transform: scaleX(1); }
.area-card-icon { width: 30px; height: 30px; color: var(--gold); margin-bottom: 12px; }
.area-card h3   { font-size: .92rem; margin-bottom: 6px; }
.area-card p    { font-size: .82rem; color: var(--text2); line-height: 1.5; }
.area-card-link, .area-card span.area-card-link {
  display: inline-flex; align-items: center; gap: 4px;
  margin-top: 10px; font-size: .78rem; font-weight: 600; color: var(--gold);
}


/* ══════════════════════════════════════════
   SOBRE INSTITUCIONAL — mobile (1 col)
══════════════════════════════════════════ */
.sobre-section { background: var(--bg); }
.sobre-inner {
  display: grid;
  grid-template-columns: 1fr;
  gap: 24px;
  align-items: center;        /* centraliza foto e texto verticalmente */
}
.sobre-text {
  align-self: center;   /* centraliza o texto verticalmente no grid */
}
.sobre-text h2 { margin-bottom: 16px; }
.sobre-text p  { margin-bottom: 14px; font-size: .93rem; }

.sobre-credencial {
  display: flex; gap: 16px; align-items: center;
  background: var(--bg2); border: 1px solid var(--border);
  border-radius: 12px; padding: 14px 16px; margin-top: 20px;
}
.sobre-credencial-badge {
  font-family: var(--serif); font-size: 1.5rem; font-weight: 700;
  color: var(--gold); line-height: 1; flex-shrink: 0;
}
.sobre-credencial-badge span {
  display: block; font-size: .7rem; font-weight: 400;
  color: var(--text2); font-family: var(--sans); letter-spacing: .1em;
}

/* Foto desktop — oculta no mobile */
.sobre-photo {
  display: none;
  margin: 0;          /* reset margin padrão do <figure> */
}
.sobre-photo img {
  width: 100%;
  object-fit: cover;
  object-position: top center;
  max-height: 500px;
  border-radius: var(--radius);
  display: block;
}

/* Foto mobile — aparece antes do texto */
.sobre-photo-mobile {
  display: block;
  border-radius: var(--radius); overflow: hidden;
  box-shadow: var(--shadow-md);
  margin: 0 0 8px 0;  /* reset margin do <figure> */
}
.sobre-photo-mobile img {
  width: 100%;
  aspect-ratio: 4 / 3;         /* proporção fixa sem distorção */
  object-fit: cover;
  object-position: top center;
}

/* Seção "Dra. Carolina" (sobre.html) */
.carolina-section {
  background: var(--bg2);
}
.carolina-inner {
  display: grid;
  grid-template-columns: 1fr;
  gap: 28px;
  align-items: center;
}
.carolina-photo {
  border-radius: var(--radius); overflow: hidden;
  box-shadow: var(--shadow-md);
}
.carolina-photo img {
  width: 100%;
  aspect-ratio: 3 / 4;         /* retrato — sem corte */
  object-fit: cover;
  object-position: top center;
  display: block;
}
.carolina-photo-mobile {
  display: block;
  border-radius: var(--radius); overflow: hidden;
  box-shadow: var(--shadow-md); margin-bottom: 8px;
}
.carolina-photo-mobile img {
  width: 100%;
  aspect-ratio: 1 / 1;         /* quadrado no mobile */
  object-fit: cover;
  object-position: top center;
}


/* ══════════════════════════════════════════
   DIFERENCIAIS — mobile (1 col)
══════════════════════════════════════════ */
.diferenciais-section { background: var(--bg2); }
.diferenciais-grid {
  display: grid; grid-template-columns: 1fr;
  gap: 12px; margin-top: 32px;
}
.diferencial-card {
  background: var(--bg3); border: 1px solid var(--border);
  border-radius: var(--radius); padding: 20px 16px; text-align: center;
}
.diferencial-icon { width: 36px; height: 36px; color: var(--gold); margin: 0 auto 12px; }
.diferencial-card h3 { font-size: .9rem; margin-bottom: 6px; }
.diferencial-card p  { font-size: .82rem; }


/* ══════════════════════════════════════════
   COMO FUNCIONA — mobile (1 col)
══════════════════════════════════════════ */
.processo-section { background: var(--bg); }
.processo-steps {
  display: grid; grid-template-columns: 1fr;
  gap: 18px; margin-top: 32px;
}
.processo-step { display: flex; flex-direction: column; gap: 10px; }
.step-number {
  width: 40px; height: 40px; background: var(--gold);
  color: var(--white); border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  font-family: var(--serif); font-size: 1rem; font-weight: 700; flex-shrink: 0;
}
.processo-step h3 { font-size: .9rem; }
.processo-step p  { font-size: .84rem; }


/* ══════════════════════════════════════════
   FAQ — mobile-first (redesenhado)
   Hierarquia visual clara, tipografia elegante,
   toque confortável, animação suave
══════════════════════════════════════════ */
.faq-section { background: var(--bg2); }

.faq-list {
  margin-top: 28px;
  display: flex;
  flex-direction: column;
  gap: 10px;
  width: 100%;
}

/* Card de cada item */
.faq-item {
  background: var(--white);
  border: 1px solid var(--border);
  border-radius: 14px;
  overflow: hidden;
  transition: box-shadow .2s, border-color .2s;
  box-shadow: 0 1px 4px rgba(29,26,22,.05);
}
.faq-item.open {
  border-color: var(--gold);
  box-shadow: 0 4px 16px rgba(185,150,72,.12);
}

/* Botão da pergunta */
.faq-question {
  width: 100%;
  text-align: left;
  padding: 18px 20px;           /* área de toque generosa */
  background: none;
  border: none;
  border-left: 3px solid transparent; /* reserva espaço para borda ativa */
  display: flex;
  justify-content: space-between;
  align-items: flex-start;      /* alinha topo — pergunta pode quebrar 2 linhas */
  gap: 14px;
  /* Tipografia: sans mais moderno, serif no desktop via media query */
  font-family: var(--sans);
  font-size: .92rem;
  font-weight: 600;
  line-height: 1.45;
  color: var(--text);
  cursor: pointer;
  transition: background .18s, border-color .2s, color .2s;
  -webkit-tap-highlight-color: transparent;
  touch-action: manipulation;   /* sem delay 300ms iOS */
  min-height: 54px;             /* toque mínimo recomendado */
}
.faq-question:hover { background: var(--bg); }

/* Estado aberto: borda dourada + cor */
.faq-item.open > .faq-question {
  border-left-color: var(--gold);
  color: var(--gold-dark);
  background: var(--bg);
}

/* Ícone + / × */
.faq-question svg {
  flex-shrink: 0;
  width: 20px; height: 20px;
  color: var(--gold);
  transition: transform .32s cubic-bezier(.4,0,.2,1), color .2s;
  margin-top: 1px;  /* alinha com a 1ª linha do texto */
}
.faq-item.open > .faq-question svg {
  transform: rotate(45deg);
  color: var(--gold-dark);
}

/* Corpo da resposta */
.faq-answer {
  max-height: 0;
  overflow: hidden;
  transition: max-height .38s cubic-bezier(.4,0,.2,1), padding .3s;
  font-size: .88rem;
  line-height: 1.78;
  color: var(--text2);
  padding: 0 20px;
}
.faq-item.open .faq-answer {
  max-height: 600px;
  padding: 2px 20px 22px;
}

/* Separador decorativo entre pergunta e resposta */
.faq-item.open .faq-answer::before {
  content: '';
  display: block;
  width: 28px; height: 2px;
  background: var(--gold);
  border-radius: 2px;
  margin-bottom: 12px;
  opacity: .45;
}


/* ══════════════════════════════════════════
   CTA FINAL — mobile
══════════════════════════════════════════ */
.cta-final {
  background: var(--dark); color: var(--white);
  text-align: center; padding: 56px 20px;
}
.cta-final .gold-line { margin: 0 auto 20px; }
.cta-final h2 { color: var(--white); margin-bottom: 14px; }
.cta-final p  { color: rgba(255,255,255,.7); margin-bottom: 28px; }
.cta-final-btns {
  display: flex; gap: 12px;
  flex-direction: column; align-items: stretch;
}
.cta-final .btn { width: 100%; justify-content: center; }
.cta-final .btn-primary { background: var(--gold); border-color: var(--gold); }
.cta-final .btn-gold-outline { color: var(--gold); border-color: var(--gold); }
.cta-final .btn-gold-outline:hover { background: var(--gold); color: var(--dark); }


/* ══════════════════════════════════════════
   FOOTER v4.0 — mobile (1 col)
══════════════════════════════════════════ */
/* .site-footer = classe adicionada ao #site-footer via JS */
.site-footer {
  background: #0e0c09;
  color: rgba(255,255,255,.65);
  padding: 52px 0 24px;
}
.ft-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 32px;
  margin-bottom: 40px;
}
/* Brand */
.ft-brand a { display: inline-block; margin-bottom: 14px; }
.ft-brand img { height: 68px; width: auto; mix-blend-mode: screen; }
.ft-brand p { font-size: .84rem; line-height: 1.7; margin-bottom: 8px; }
.ft-aviso   { font-size: .74rem; color: rgba(255,255,255,.35); }
.ft-social  { display: flex; gap: 10px; margin-top: 14px; }
.ft-social a {
  width: 36px; height: 36px;
  border: 1px solid rgba(255,255,255,.18);
  border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  color: rgba(255,255,255,.65);
  transition: border-color .2s, background .2s, color .2s;
}
.ft-social a:hover { border-color: var(--gold); background: var(--gold); color: #fff; }
/* Colunas */
.ft-col h4 {
  font-size: .72rem; letter-spacing: .14em; text-transform: uppercase;
  color: var(--gold); margin-bottom: 14px; font-family: var(--sans);
  font-weight: 700;
}
.ft-col ul { display: flex; flex-direction: column; gap: 8px; list-style: none; }
.ft-col a  { font-size: .84rem; color: rgba(255,255,255,.65); transition: color .2s; }
.ft-col a:hover { color: var(--gold); }
/* Contato */
.ft-col address { font-style: normal; }
.ft-contact-item {
  display: flex; align-items: flex-start; gap: 10px;
  margin-bottom: 10px; font-size: .84rem;
  color: rgba(255,255,255,.65);
}
.ft-contact-item svg { color: var(--gold); flex-shrink: 0; margin-top: 3px; }
.ft-contact-item a { color: rgba(255,255,255,.65); transition: color .2s; }
.ft-contact-item a:hover { color: var(--gold); }
/* Bottom */
.ft-bottom {
  border-top: 1px solid rgba(255,255,255,.07);
  padding-top: 20px;
  display: flex; flex-direction: column; align-items: center;
  text-align: center; gap: 8px;
  font-size: .76rem; color: rgba(255,255,255,.45);
}
.ft-bottom strong { color: rgba(255,255,255,.7); }
.ft-oab { color: var(--gold); font-weight: 600; }


/* ══════════════════════════════════════════
   PAGE HERO (páginas internas) — mobile
══════════════════════════════════════════ */
.page-hero {
  background: var(--bg); padding: 48px 0 40px;
  border-bottom: 1px solid var(--border);
}
.page-hero-inner {
  display: grid; grid-template-columns: 1fr;
  gap: 24px; align-items: center;
}
.page-hero h1        { margin-bottom: 12px; }
.page-hero-subtitle  { font-size: .95rem; color: var(--text2); margin-bottom: 22px; max-width: 480px; }

/* Foto das páginas internas — mobile */
.page-hero-photo {
  border-radius: var(--radius); overflow: hidden;
  display: block;
}
.page-hero-photo img {
  width: 100%;
  aspect-ratio: 16 / 9;       /* proporção fixa no mobile */
  object-fit: cover;
  object-position: top center;
  display: block;
}


/* ══════════════════════════════════════════
   SERVIÇOS / CARDS — mobile (1 col)
══════════════════════════════════════════ */
.service-cards {
  margin-top: 28px; display: grid;
  grid-template-columns: 1fr; gap: 14px;
}
.service-card {
  background: var(--white); border: 1px solid var(--border);
  border-radius: var(--radius); padding: 22px 18px 18px;
  box-shadow: var(--shadow); transition: box-shadow .2s, transform .2s;
}
.service-card:hover { box-shadow: var(--shadow-md); transform: translateY(-3px); }
.service-card-icon { color: var(--gold); width: 34px; height: 34px; margin-bottom: 12px; }
.service-card h3   { font-size: .92rem; margin-bottom: 6px; }
.service-card p    { font-size: .84rem; }

/* Dores */
.dores-section { background: var(--bg2); }
.dores-list {
  display: grid; grid-template-columns: 1fr;
  gap: 10px; margin-top: 22px;
}
.dore-item {
  display: flex; gap: 10px; align-items: flex-start;
  background: var(--bg3); border: 1px solid var(--border);
  border-radius: 12px; padding: 12px 14px;
}
.dore-item svg { color: var(--gold); width: 16px; height: 16px; flex-shrink: 0; margin-top: 3px; }
.dore-item p   { font-size: .86rem; }

/* Blog */
.section-header-row {
  display: flex; justify-content: space-between;
  align-items: flex-end; flex-wrap: wrap; gap: 14px;
}
.blog-preview-section { background: var(--bg); }
.blog-grid {
  display: grid; grid-template-columns: 1fr;
  gap: 16px; margin-top: 28px;
}
.blog-card {
  background: var(--white); border: 1px solid var(--border);
  border-radius: var(--radius); overflow: hidden;
  transition: box-shadow .2s, transform .2s; display: block;
}
.blog-card:hover { box-shadow: var(--shadow-md); transform: translateY(-3px); }
.blog-card-body { padding: 18px; }
.blog-tag  { font-size: .7rem; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; color: var(--gold); margin-bottom: 6px; display: block; }
.blog-card h3   { font-size: .9rem; margin-bottom: 6px; }
.blog-card p    { font-size: .82rem; }
.blog-date { font-size: .72rem; color: var(--text2); margin-top: 8px; }


/* ══════════════════════════════════════════
   RESPONSIVE — Tablet (≥ 480px)
══════════════════════════════════════════ */
@media (min-width: 480px) {
  .areas-grid        { grid-template-columns: repeat(2, 1fr); }
  .diferenciais-grid { grid-template-columns: repeat(2, 1fr); }
  /* 480px+: hero-cards em linha, com wrap controlado */
  .hero-cards { flex-direction: row; flex-wrap: wrap; gap: 16px; }
  /* Cards com min-width que permite 2 por linha sem overflow */
  .hero-card  { flex: 1 1 calc(50% - 8px); min-width: 0; max-width: none; width: auto; }
  .trust-bar-inner   { flex-direction: row; justify-content: center; flex-wrap: wrap; }
}


/* ══════════════════════════════════════════
   RESPONSIVE — Desktop (≥ 769px)
   Aqui o hambúrguer some e o nav fica inline
══════════════════════════════════════════ */
@media (min-width: 769px) {

  /* ── Tipografia desktop ── */
  :root { --header-h: 80px; }
  html  { font-size: 17px; }
  h1 { font-size: clamp(2rem, 5vw, 3.8rem); }
  h2 { font-size: clamp(1.5rem, 3.5vw, 2.5rem); }
  h3 { font-size: clamp(1rem, 2vw, 1.4rem); }

  /* ── Container desktop ── */
  .container { padding: 0 24px; }

  /* ── Seções ── */
  .section    { padding: 80px 0; }
  .section-sm { padding: 48px 0; }
  .mb-40      { margin-bottom: 40px; }

  /* ── Header desktop: nav inline, toggle oculto ── */
  .hd-toggle  { display: none; }
  .hd-nav     { display: flex; }
  .hd-cta     { display: flex; }
  .hd-inner   { gap: 24px; }
  .hd-logo img { height: 60px; }
  /* Overlay e drawer nunca aparecem no desktop */
  .hd-overlay { display: none !important; }
  .hd-drawer  { display: none !important; }

  /* ── Hero desktop ── */
  .hero { padding: 80px 0 0; }
  .hero-inner {
    grid-template-columns: 1fr 1fr;
    gap: 48px;
    min-height: 480px;
    align-items: flex-end;
  }
  .hero-left { padding-bottom: 60px; }
  .hero-right { justify-content: flex-end; margin-top: 0; }
  .hero-photo {
    max-width: 460px;
    max-height: none;
    border-radius: 16px 16px 0 0;
    mask-image: linear-gradient(to bottom, black 65%, transparent 100%);
    -webkit-mask-image: linear-gradient(to bottom, black 65%, transparent 100%);
  }
  .hero-ctas { flex-direction: row; gap: 12px; }
  .hero-ctas .btn { width: auto; }
  /* Desktop: 3 cards side-by-side */
  .hero-cards { flex-direction: row; gap: 20px; justify-content: center; padding: 0 0 48px; flex-wrap: nowrap; }
  .hero-card  { flex: 1 1 0; min-width: 0; max-width: 340px; width: auto; }

  /* ── Trust Bar desktop ── */
  .trust-bar-inner { flex-direction: row; gap: 28px; }

  /* ── Áreas desktop ── */
  .areas-grid { grid-template-columns: repeat(4,1fr); gap: 18px; margin-top: 40px; }
  .area-card  { padding: 26px 22px 22px; }

  /* ── Sobre desktop ── */
  .sobre-inner {
    grid-template-columns: 1fr 1fr;
    gap: 64px;
    align-items: center;          /* garante centralização vertical */
  }
  .sobre-photo {
    display: flex;
    align-items: center;          /* centraliza a foto dentro do container */
    justify-content: center;
    align-self: center;           /* centraliza o bloco no grid */
    border-radius: var(--radius); overflow: hidden;
    box-shadow: var(--shadow-md);
  }
  .sobre-photo img {
    width: 100%;
    height: auto;
    max-height: 520px;
    object-fit: cover;
    object-position: top center;
    border-radius: var(--radius);
    display: block;
  }
  .sobre-photo-mobile { display: none; }  /* oculta no desktop */

  /* ── Diferenciais desktop ── */
  .diferenciais-grid { grid-template-columns: repeat(4,1fr); gap: 18px; margin-top: 40px; }
  .diferencial-card  { padding: 26px 20px; }

  /* ── Processo desktop ── */
  .processo-steps { grid-template-columns: repeat(4,1fr); gap: 24px; margin-top: 40px; }

  /* ── Page Hero desktop ── */
  .page-hero         { padding: 72px 0 56px; }
  .page-hero-inner   { grid-template-columns: 1fr 1fr; gap: 48px; }
  .page-hero-photo img {
    aspect-ratio: auto;
    max-height: 420px;
  }

  /* ── Serviços desktop ── */
  .service-cards { grid-template-columns: repeat(3,1fr); gap: 18px; margin-top: 36px; }
  .dores-list    { grid-template-columns: repeat(2,1fr); gap: 12px; margin-top: 26px; }

  /* ── Blog desktop ── */
  .blog-grid { grid-template-columns: repeat(3,1fr); gap: 22px; margin-top: 36px; }

  /* ── CTA final desktop ── */
  .cta-final         { padding: 80px 24px; }
  .cta-final-btns    { flex-direction: row; justify-content: center; align-items: center; }
  .cta-final .btn    { width: auto; }

  /* ── Footer desktop ── */
  .ft-grid    { grid-template-columns: 2fr 1fr 1.5fr 1.5fr; gap: 48px; }
  .ft-bottom  { flex-direction: row; justify-content: space-between; text-align: left; }
  .ft-brand img { height: 80px; }

  /* ── Carolina desktop ── */
  .carolina-inner         { grid-template-columns: 1fr 1fr; gap: 64px; }
  .carolina-photo         { display: block; }
  .carolina-photo-mobile  { display: none; }
}


/* ══════════════════════════════════════════
   RESPONSIVE — Tablet intermediário (769-1024px)
══════════════════════════════════════════ */
@media (min-width: 769px) and (max-width: 1024px) {
  .areas-grid        { grid-template-columns: repeat(2,1fr); }
  .diferenciais-grid { grid-template-columns: repeat(2,1fr); }
  .processo-steps    { grid-template-columns: repeat(2,1fr); }
  .ft-grid           { grid-template-columns: 1fr 1fr; gap: 32px; }
  .blog-grid         { grid-template-columns: repeat(2,1fr); }
  .service-cards     { grid-template-columns: repeat(2,1fr); }
  .hero-cards        { flex-wrap: wrap; }
}


/* ══════════════════════════════════════════
   MOBILE EXTRA-SMALL (≤ 390px)
   Ajustes finos para iPhone SE / Galaxy A
══════════════════════════════════════════ */
@media (max-width: 390px) {

  /* Container com padding menor */
  .container { padding: 0 14px; }

  /* Hero: títulos não cortam */
  h1 { font-size: 1.55rem; }
  h2 { font-size: 1.25rem; }

  /* Hero cards: 1 coluna mesmo com wrap */
  .hero-cards { flex-direction: column !important; }
  .hero-card  { flex: 1 1 100% !important; width: 100% !important; }

  /* Hero CTAs: coluna única */
  .hero-ctas  { flex-direction: column; }
  .hero-ctas .btn { width: 100%; }

  /* FAQ: padding menor nos itens */
  .faq-question { padding: 16px 16px; font-size: .88rem; }
  .faq-answer   { padding: 0 16px; }
  .faq-item.open .faq-answer { padding: 4px 16px 16px; }

  /* Hamburguer: garante posição correta */
  .hd-toggle { right: 10px; }

  /* Botões CTA final: coluna */
  .cta-final-btns { flex-direction: column; align-items: stretch; }
  .cta-final .btn { width: 100%; }
}/* End custom CSS */