.elementor-20 .elementor-element.elementor-element-1a1c404{margin:0px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;padding:0px 0px 0px 0px;}body.elementor-page-20{margin:0px 0px 0px 0px;padding:0px 0px 0px 0px;}/* Start custom CSS *//* =========================================================
   Costa & Meurer Advocacia — Home
   Mobile-first. Breakpoints: 768px / 1024px
   ========================================================= */

/* Reset para o ambiente WordPress/Elementor: remove a margem
   padrão do body e o padding/max-width que o Elementor aplica
   aos containers desta página, que criavam as faixas brancas
   ao redor do conteúdo. */
html,
body,
body.elementor-page {
  background-color: #16201F !important;
  margin: 0;
  padding: 0;
  overflow-x: hidden;
}

.elementor-20 .e-con,
.elementor-20 .e-con-inner,
.elementor-20 .elementor-element,
.elementor-20 .elementor-widget-container {
  padding: 0 !important;
  margin: 0 !important;
  max-width: 100% !important;
}

:root {
  --lp-bg: #16201F;
  --lp-surface: #1C2B2A;
  --lp-surface-2: #223634;
  --lp-accent: #D4AF6A;
  --lp-accent-dk: #B8924E;
  --lp-text: #E8EAE9;
  --lp-heading: #FFFFFF;
  --lp-muted: #9AA5A3;
  --lp-border: rgba(212, 175, 106, 0.18);

  --lp-font-heading: 'Playfair Display', Georgia, serif;
  --lp-font-body: 'Inter', -apple-system, BlinkMacSystemFont, sans-serif;

  --lp-space: 64px;
  --lp-radius: 18px;
  --lp-header-h: 76px;
}

@media (min-width: 1024px) {
  :root { --lp-space: 112px; }
}

/* ---------- Reset (scoped) ---------- */
html { background: #16201F; }

.lp-body {
  margin: 0;
  padding: 0;
  background: var(--lp-bg);
  color: var(--lp-text) !important;
  font-family: var(--lp-font-body);
  font-size: 16px;
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
}

.lp-body * { box-sizing: border-box; }
.lp-body img { max-width: 100%; height: auto; display: block; }
.lp-body a { color: inherit !important; text-decoration: none; }
.lp-body ul, .lp-body ol { list-style: none; margin: 0; padding: 0; }
.lp-body button { font: inherit; cursor: pointer; }
.lp-body :focus-visible {
  outline: 2px solid var(--lp-accent);
  outline-offset: 3px;
}

.lp-main { background: var(--lp-bg); position: relative; overflow-x: clip; }

.lp-container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

@media (min-width: 768px) {
  .lp-container { padding: 0 32px; }
}

/* Subtle grid texture */
.lp-main::before {
  content: "";
  position: fixed;
  inset: 0;
  pointer-events: none;
  z-index: 0;
  background-image:
    linear-gradient(rgba(212,175,106,0.04) 1px, transparent 1px),
    linear-gradient(90deg, rgba(212,175,106,0.04) 1px, transparent 1px);
  background-size: 48px 48px;
  opacity: 0.5;
}

section { position: relative; z-index: 1; padding: var(--lp-space) 0; }

/* ---------- Typography ---------- */
.lp-eyebrow {
  font-family: var(--lp-font-body);
  font-weight: 600;
  font-size: 0.75rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--lp-accent) !important;
  margin: 0 0 12px;
}

.lp-h2 {
  font-family: var(--lp-font-heading);
  font-weight: 700;
  font-size: clamp(1.6rem, 4vw, 2.5rem);
  letter-spacing: -0.01em;
  line-height: 1.2;
  margin: 0 0 24px;
  max-width: 42ch;
}

.lp-accent-text { color: var(--lp-accent) !important; }
.lp-hero__title-rest { color: var(--lp-text) !important; opacity: 0.72; }

.lp-body p { color: var(--lp-text) !important; }
.lp-body h1, .lp-body h2, .lp-body h3 { font-family: var(--lp-font-heading); color: var(--lp-heading) !important; }

/* Reforço por ID: garante a cor mesmo se o tema WordPress aplicar
   uma regra de heading própria com especificidade maior. */
#lp-hero-title, #lp-urgencia-pad-title,
#lp-atuacao-title, #lp-sindical-title, #lp-socios-title, #lp-autoridade-title, #lp-como-title,
#lp-depoimentos-title, #lp-faq-title, #lp-contato-title {
  color: var(--lp-heading) !important;
}

/* Reforço extra para h3 (títulos de card, nomes dos sócios): o tema
   aplica cor própria a h3 dentro de link/widget com mais força do
   que a regra genérica acima. */
#lp-atuacao h3, #lp-sindical h3, #lp-socios h3, #lp-como-funciona h3 {
  color: var(--lp-heading) !important;
}

#lp-socios .lp-eyebrow, #lp-socios .lp-socio__oab {
  color: var(--lp-accent) !important;
}

#lp-contato-endereco strong {
  color: var(--lp-heading) !important;
  font-style: normal;
}

.lp-contato__links a {
  color: var(--lp-text) !important;
}

/* ---------- Glass cards ---------- */
.lp-glass {
  background: rgba(255,255,255,0.03);
  border: 1px solid var(--lp-border);
  border-radius: var(--lp-radius);
  box-shadow: 0 4px 24px rgba(0,0,0,0.25);
  transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
}

.lp-glass:hover {
  transform: translateY(-4px);
  border-color: rgba(212,175,106,0.4);
  box-shadow: 0 12px 32px rgba(0,0,0,0.35), 0 0 24px rgba(212,175,106,0.1);
}

/* ---------- Buttons ---------- */
.lp-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 14px 24px;
  border-radius: 999px;
  font-weight: 600;
  font-size: 0.95rem;
  min-height: 48px;
  border: 1px solid transparent;
  transition: transform 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
  white-space: nowrap;
}

.lp-btn--primary {
  background: var(--lp-accent);
  color: #16201F !important;
  box-shadow: 0 4px 20px rgba(212,175,106,0.25);
}

.lp-btn--primary:hover {
  background: var(--lp-accent-dk);
  box-shadow: 0 6px 28px rgba(212,175,106,0.4);
  transform: translateY(-2px);
}

.lp-btn--outline {
  background: transparent;
  color: var(--lp-accent) !important;
  border-color: var(--lp-accent) !important;
}

.lp-btn--outline:hover {
  background: rgba(212,175,106,0.08);
  transform: translateY(-2px);
}

.lp-btn--lg { padding: 16px 30px; font-size: 1rem; }
.lp-btn--sm { padding: 10px 18px; min-height: 40px; font-size: 0.85rem; }
.lp-btn--full { width: 100%; }

/* ---------- Header ---------- */
.lp-header {
  position: sticky;
  top: 0;
  z-index: 100;
  height: var(--lp-header-h);
  display: flex;
  align-items: center;
  background: var(--lp-surface);
  border-bottom: 1px solid var(--lp-border);
  transition: box-shadow 0.3s ease;
}

.lp-header.lp-header--scrolled {
  box-shadow: 0 4px 20px rgba(0,0,0,0.3);
}

.lp-header__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  width: 100%;
}

.lp-header__inner .lp-header__logo-img {
  height: 40px;
  width: auto;
  max-width: none;
}

.lp-nav { display: none; }

@media (min-width: 1024px) {
  .lp-nav { display: block; }
  .lp-nav__list { display: flex; gap: 28px; }
  .lp-nav__list a {
    font-size: 0.9rem;
    font-weight: 500;
    color: var(--lp-muted) !important;
    transition: color 0.2s ease;
  }
  .lp-nav__list a:hover { color: var(--lp-accent) !important; }
}

.lp-header .lp-btn--sm { display: none; }
@media (min-width: 768px) {
  .lp-header .lp-btn--sm { display: inline-flex; }
}

.lp-hamburger {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 5px;
  width: 44px;
  height: 44px;
  background: none;
  border: 1px solid var(--lp-border);
  border-radius: 10px;
  padding: 0;
  align-items: center;
}

@media (min-width: 1024px) {
  .lp-hamburger { display: none; }
}

.lp-hamburger span {
  width: 20px;
  height: 2px;
  background: var(--lp-accent);
  display: block;
  transition: transform 0.25s ease, opacity 0.25s ease;
}

.lp-hamburger[aria-expanded="true"] span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
.lp-hamburger[aria-expanded="true"] span:nth-child(2) { opacity: 0; }
.lp-hamburger[aria-expanded="true"] span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }

.lp-mobile-menu {
  position: fixed;
  inset: var(--lp-header-h) 0 0 0;
  background: rgba(22,32,31,0.98);
  backdrop-filter: blur(16px);
  z-index: 99;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 32px;
  transform: translateY(-12px);
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.25s ease, transform 0.25s ease;
}

.lp-mobile-menu.lp-mobile-menu--open {
  opacity: 1;
  transform: translateY(0);
  pointer-events: auto;
}

.lp-mobile-menu ul { display: flex; flex-direction: column; gap: 24px; text-align: center; }
.lp-mobile-menu a { font-family: var(--lp-font-heading); font-size: 1.4rem; color: var(--lp-heading) !important; }
.lp-mobile-menu a:hover { color: var(--lp-accent) !important; }

@media (min-width: 1024px) { .lp-mobile-menu { display: none; } }

/* ---------- Hero ---------- */
.lp-hero {
  padding-top: 48px;
  padding-bottom: 48px;
  overflow: hidden;
}

@media (min-width: 1024px) {
  .lp-hero { padding-top: 72px; padding-bottom: 72px; }
}

.lp-hero__glow {
  position: absolute;
  top: -10%;
  left: 50%;
  transform: translateX(-50%);
  width: 900px;
  height: 900px;
  max-width: 160vw;
  background: radial-gradient(circle, rgba(212,175,106,0.14) 0%, transparent 65%);
  filter: blur(40px);
  pointer-events: none;
  z-index: 0;
}

.lp-hero__grid {
  display: flex;
  flex-direction: column;
  gap: 32px;
  align-items: center;
}

@media (min-width: 1024px) {
  .lp-hero__grid {
    flex-direction: row;
    align-items: flex-end;
    gap: 48px;
  }
  .lp-hero__content { flex: 1 1 52%; }
  .lp-hero-foto { flex: 1 1 48%; }
}

.lp-hero__title {
  font-family: var(--lp-font-heading);
  font-weight: 700;
  font-size: clamp(1.75rem, 4vw, 2.85rem);
  letter-spacing: -0.02em;
  line-height: 1.18;
  margin: 0 0 20px;
}

.lp-hero__subtitle {
  font-size: 1.05rem;
  color: var(--lp-muted) !important;
  max-width: 56ch;
  margin: 0 0 28px;
}

.lp-hero__ctas {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-bottom: 28px;
}

.lp-hero__seals {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 20px;
  font-size: 0.8rem;
  color: var(--lp-muted) !important;
  border-top: 1px solid var(--lp-border);
  padding-top: 18px;
}

.lp-hero-foto {
  position: relative;
  width: 100%;
  max-width: 420px;
  align-self: flex-end;
  margin-bottom: -1px;
}

.lp-hero-foto__img {
  filter:
    drop-shadow(0 0 1px rgba(212,175,106,0.55))
    drop-shadow(0 0 60px rgba(212,175,106,0.18))
    drop-shadow(0 24px 48px rgba(0,0,0,0.45));
  position: relative;
  z-index: 1;
}

.lp-hero-foto::before {
  content: "";
  position: absolute;
  inset: 8% -6% 0 -6%;
  background: radial-gradient(60% 55% at 50% 45%,
              rgba(212,175,106,0.14) 0%,
              rgba(34,54,52,0.35) 45%,
              transparent 72%);
  filter: blur(28px);
  z-index: 0;
}

/* ---------- Números ---------- */
.lp-numeros { padding-top: 0; padding-bottom: var(--lp-space); }

.lp-numeros__grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px;
}

@media (min-width: 768px) {
  .lp-numeros__grid { grid-template-columns: repeat(4, 1fr); gap: 20px; }
}

.lp-tile {
  padding: 24px 16px;
  text-align: center;
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.lp-tile__number {
  font-family: var(--lp-font-heading);
  font-weight: 700;
  font-size: clamp(1.8rem, 4vw, 2.6rem);
  color: var(--lp-accent) !important;
}

.lp-tile__label {
  font-size: 0.82rem;
  color: var(--lp-muted) !important;
}

/* ---------- Urgência PAD ---------- */
.lp-urgencia-pad {
  background: var(--lp-surface-2);
  padding: 36px 0;
}

.lp-urgencia-pad__inner {
  display: flex;
  gap: 20px;
  align-items: flex-start;
  border-left: 2px solid var(--lp-accent);
  padding-left: 24px;
}

.lp-urgencia-pad__icon {
  width: 32px;
  height: 32px;
  color: var(--lp-accent) !important;
  flex-shrink: 0;
  margin-top: 4px;
}

.lp-urgencia-pad__conteudo { flex: 1; min-width: 0; }

.lp-urgencia-pad__titulo {
  font-size: clamp(1.05rem, 2.2vw, 1.35rem);
  margin: 0 0 10px;
  max-width: 60ch;
}

.lp-urgencia-pad__conteudo p {
  color: var(--lp-muted) !important;
  max-width: 65ch;
  margin: 0 0 18px;
}

.lp-urgencia-pad__ctas {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 18px;
}

.lp-urgencia-pad__wa {
  color: var(--lp-muted) !important;
  font-size: 0.9rem;
  text-decoration: underline;
  transition: color 0.2s ease;
}

.lp-urgencia-pad__wa:hover { color: var(--lp-accent) !important; }

/* ---------- Áreas de atuação ---------- */
.lp-atuacao__intro {
  color: var(--lp-muted) !important;
  max-width: 65ch;
  margin: 0 0 32px;
}

.lp-servicos__grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 20px;
  margin-top: 16px;
}

@media (min-width: 768px) {
  .lp-servicos__grid { grid-template-columns: repeat(2, 1fr); }
}

@media (min-width: 1024px) {
  .lp-servicos__grid { grid-template-columns: repeat(3, 1fr); }
}

.lp-card-servico {
  display: flex;
  flex-direction: column;
  padding: 28px;
  position: relative;
}

.lp-card-servico .lp-icon {
  width: 32px;
  height: 32px;
  color: var(--lp-accent) !important;
  margin-bottom: 16px;
}

.lp-card-servico h3 {
  font-size: 1.15rem;
  margin: 0 0 10px;
  max-width: 32ch;
}

.lp-card-servico p {
  color: var(--lp-muted) !important;
  font-size: 0.92rem;
  margin: 0 0 16px;
  flex-grow: 1;
}

.lp-link-seta {
  color: var(--lp-accent) !important;
  font-weight: 600;
  font-size: 0.9rem;
  transition: transform 0.2s ease;
}

.lp-card-servico:hover .lp-link-seta { transform: translateX(4px); display: inline-block; }

/* ---------- CTA intermediário ---------- */
.lp-cta-meio {
  background: linear-gradient(135deg, rgba(212,175,106,0.14), rgba(212,175,106,0.02));
  border-top: 1px solid var(--lp-border);
  border-bottom: 1px solid var(--lp-border);
}

.lp-cta-meio__inner {
  display: flex;
  flex-direction: column;
  gap: 24px;
  align-items: flex-start;
  justify-content: space-between;
}

@media (min-width: 768px) {
  .lp-cta-meio__inner { flex-direction: row; align-items: center; }
}

.lp-cta-meio__texto {
  font-family: var(--lp-font-heading);
  font-size: clamp(1.15rem, 2.5vw, 1.5rem);
  color: var(--lp-heading) !important;
  max-width: 42ch;
  margin: 0;
}

/* ---------- Sócios ---------- */
.lp-socios__grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 24px;
  margin-top: 16px;
}

@media (min-width: 768px) {
  .lp-socios__grid { grid-template-columns: repeat(2, 1fr); }
}

.lp-socio {
  overflow: hidden;
  display: flex;
  flex-direction: column;
}

.lp-socio__foto {
  position: relative;
  aspect-ratio: 4 / 5;
  overflow: hidden;
}

.lp-socio__foto img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: contrast(1.03) saturate(0.95);
}

.lp-socio__foto::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(to bottom, transparent 55%, var(--lp-surface) 100%);
  pointer-events: none;
}

.lp-socio__info { padding: 24px; }

.lp-socio__info h3 {
  font-size: 1.3rem;
  margin: 0 0 6px;
}

.lp-socio__oab {
  color: var(--lp-accent) !important;
  font-size: 0.85rem;
  font-weight: 600;
  margin: 0 0 14px;
}

.lp-socio__bio {
  color: var(--lp-muted) !important;
  font-size: 0.92rem;
  margin: 0;
}

/* ---------- Autoridade ---------- */
.lp-autoridade { background: var(--lp-surface); }

.lp-autoridade__grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 16px;
  margin-top: 16px;
}

@media (min-width: 768px) {
  .lp-autoridade__grid { grid-template-columns: repeat(2, 1fr); }
}

.lp-autoridade__item {
  position: relative;
  border-radius: var(--lp-radius);
  overflow: hidden;
  aspect-ratio: 3 / 2;
  margin: 0;
}

.lp-autoridade__item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.lp-autoridade__item figcaption {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 14px 16px;
  font-size: 0.85rem;
  color: var(--lp-text) !important;
  background: linear-gradient(to top, rgba(0,0,0,0.75), transparent);
}

/* ---------- Como funciona ---------- */
.lp-como-funciona__grid {
  display: flex;
  flex-direction: column-reverse;
  gap: 40px;
}

@media (min-width: 1024px) {
  .lp-como-funciona__grid { flex-direction: row; align-items: center; gap: 56px; }
  .lp-como-funciona__conteudo { flex: 1 1 55%; }
  .lp-como-funciona__foto { flex: 1 1 45%; }
}

.lp-passos { display: flex; flex-direction: column; gap: 20px; margin: 24px 0; }

.lp-passos li {
  display: flex;
  gap: 16px;
  align-items: flex-start;
}

.lp-passos .lp-icon {
  width: 28px;
  height: 28px;
  color: var(--lp-accent) !important;
  flex-shrink: 0;
  margin-top: 4px;
}

.lp-passos h3 { font-size: 1.05rem; margin: 0 0 4px; }
.lp-passos p { color: var(--lp-muted) !important; font-size: 0.92rem; margin: 0; }

.lp-como-funciona__risco {
  color: var(--lp-muted) !important;
  font-size: 0.9rem;
  margin: 0 0 20px;
  max-width: 50ch;
}

.lp-como-funciona__foto img {
  border-radius: var(--lp-radius);
  aspect-ratio: 3 / 2;
  object-fit: cover;
}

/* ---------- Assessoria Sindical ---------- */
.lp-sindical { background: var(--lp-surface); }

.lp-sindical__intro {
  color: var(--lp-muted) !important;
  max-width: 70ch;
  margin: 0 0 32px;
}

.lp-sindical__grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 20px;
  margin-bottom: 36px;
}

@media (min-width: 768px) {
  .lp-sindical__grid { grid-template-columns: repeat(2, 1fr); }
}

.lp-sindical__item { padding: 24px; }

.lp-sindical__item h3 {
  font-size: 1.05rem;
  margin: 0 0 8px;
}

.lp-sindical__item p {
  color: var(--lp-muted) !important;
  font-size: 0.92rem;
  margin: 0;
}

.lp-sindical__cta {
  display: flex;
  flex-direction: column;
  gap: 16px;
  align-items: flex-start;
  padding-top: 28px;
  border-top: 1px solid var(--lp-border);
}

@media (min-width: 640px) {
  .lp-sindical__cta { flex-direction: row; align-items: center; justify-content: space-between; }
}

.lp-sindical__cta p {
  font-family: var(--lp-font-heading);
  font-size: 1.1rem;
  color: var(--lp-heading) !important;
  max-width: 48ch;
  margin: 0;
}

/* ---------- Depoimentos (CSS mantido ativo mesmo com bloco comentado no HTML) ---------- */
.lp-depoimentos__grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 20px;
  margin-top: 16px;
}

@media (min-width: 768px) {
  .lp-depoimentos__grid { grid-template-columns: repeat(3, 1fr); }
}

.lp-depoimento {
  padding: 28px;
}

.lp-depoimento p {
  font-family: var(--lp-font-heading);
  font-style: italic;
  font-size: 1rem;
  margin: 0 0 20px;
}

.lp-depoimento footer { display: flex; flex-direction: column; gap: 2px; }
.lp-depoimento cite { font-style: normal; font-weight: 600; font-size: 0.9rem; }
.lp-depoimento footer span { color: var(--lp-muted) !important; font-size: 0.82rem; }

/* ---------- FAQ ---------- */
.lp-faq__lista {
  display: flex;
  flex-direction: column;
  gap: 12px;
  margin-top: 16px;
}

.lp-faq__item {
  border: 1px solid var(--lp-border);
  border-radius: 14px;
  background: rgba(255,255,255,0.02);
  padding: 4px 22px;
}

.lp-faq__item summary {
  cursor: pointer;
  list-style: none;
  padding: 18px 32px 18px 0;
  font-weight: 600;
  font-size: 1rem;
  color: var(--lp-heading) !important;
  position: relative;
}

.lp-faq__item summary::-webkit-details-marker { display: none; }

.lp-faq__item summary::after {
  content: "+";
  position: absolute;
  right: 0;
  top: 16px;
  font-size: 1.4rem;
  color: var(--lp-accent) !important;
  transition: transform 0.25s ease;
}

.lp-faq__item[open] summary::after { transform: rotate(45deg); }

.lp-faq__resposta {
  padding-bottom: 20px;
  color: var(--lp-muted) !important;
  font-size: 0.95rem;
}

.lp-faq__resposta p { margin: 0; }

/* ---------- Contato ---------- */
.lp-contato__grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 32px;
}

@media (min-width: 1024px) {
  .lp-contato__grid { grid-template-columns: 3fr 2fr; }
}

.lp-contato__form-wrap { padding: 28px; }

@media (min-width: 768px) {
  .lp-contato__form-wrap { padding: 40px; }
}

.lp-form {
  display: grid;
  grid-template-columns: 1fr;
  gap: 16px;
  margin-top: 20px;
}

@media (min-width: 640px) {
  .lp-form { grid-template-columns: 1fr 1fr; }
  .lp-form__field--full { grid-column: 1 / -1; }
}

.lp-form__honeypot { position: absolute; left: -9999px; opacity: 0; height: 0; overflow: hidden; }

.lp-form__field { display: flex; flex-direction: column; gap: 6px; }

.lp-form__field label {
  font-size: 0.82rem;
  color: var(--lp-muted) !important;
  font-weight: 500;
}

.lp-form__field input,
.lp-form__field select,
.lp-form__field textarea {
  background: var(--lp-surface-2);
  border: 1px solid var(--lp-border);
  border-radius: 10px;
  padding: 12px 14px;
  color: var(--lp-text) !important;
  font-family: var(--lp-font-body);
  font-size: 1rem;
  min-height: 48px;
}

.lp-form__field textarea { min-height: 100px; resize: vertical; }

.lp-form__error {
  grid-column: 1 / -1;
  color: #E28B8B !important;
  font-size: 0.88rem;
  margin: -4px 0 0;
}

.lp-form__success {
  text-align: center;
  padding: 24px 8px 4px;
}

.lp-form__success .lp-icon {
  width: 44px;
  height: 44px;
  color: var(--lp-accent) !important;
  margin: 0 auto 16px;
}

.lp-form__success h3 { margin: 0 0 10px; }

.lp-form__success p {
  color: var(--lp-muted) !important;
  max-width: 42ch;
  margin: 0 auto;
}

.lp-form__success a { color: var(--lp-accent) !important; text-decoration: underline; }

.lp-form__field input:focus,
.lp-form__field select:focus,
.lp-form__field textarea:focus {
  border-color: var(--lp-accent) !important;
  outline: none;
}

.lp-contato__info { display: flex; flex-direction: column; gap: 24px; }

.lp-contato__endereco p { color: var(--lp-muted) !important; margin: 6px 0 0; }

.lp-contato__links { display: flex; flex-direction: column; gap: 10px; }

.lp-contato__links a {
  font-size: 0.95rem;
  transition: color 0.2s ease;
}

.lp-contato__links a:hover { color: var(--lp-accent) !important; }

.lp-contato__mapa {
  border-radius: var(--lp-radius);
  overflow: hidden;
  border: 1px solid var(--lp-border);
}

.lp-contato__mapa iframe { display: block; filter: grayscale(0.3) invert(0.9) contrast(0.9); }

/* ---------- Footer ---------- */
.lp-footer {
  background: var(--lp-surface);
  border-top: 1px solid var(--lp-border);
  padding: 56px 0 24px;
  font-size: 0.9rem;
}

.lp-footer__grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 32px;
  margin-bottom: 32px;
}

@media (min-width: 768px) {
  .lp-footer__grid { grid-template-columns: 1.4fr 1fr 1fr 1fr; }
}

.lp-footer__brand .lp-footer__logo { height: 36px; width: auto; max-width: none; margin-bottom: 12px; }

.lp-footer__brand p { color: var(--lp-muted) !important; }

.lp-footer__col h3 {
  font-family: var(--lp-font-body);
  font-size: 0.78rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--lp-accent) !important;
  margin: 0 0 12px;
}

.lp-footer__col p { color: var(--lp-muted) !important; margin: 0 0 8px; }
.lp-footer__col a { color: var(--lp-muted) !important; }
.lp-footer__col a:hover { color: var(--lp-accent) !important; }

.lp-footer__aviso {
  border-top: 1px solid var(--lp-border);
  padding-top: 20px;
  color: var(--lp-muted) !important;
  font-size: 0.78rem;
  max-width: 90ch;
}

/* ---------- WhatsApp flutuante ---------- */
.lp-wa-float {
  position: fixed;
  right: 20px;
  bottom: 20px;
  z-index: 90;
  display: flex;
  align-items: center;
  gap: 10px;
  min-width: 56px;
  min-height: 56px;
  padding: 0 16px;
  border-radius: 999px;
  background: var(--lp-surface);
  border: 1px solid var(--lp-accent);
  box-shadow: 0 8px 24px rgba(0,0,0,0.4);
  opacity: 0;
  transform: translateY(16px);
  transition: opacity 0.3s ease, transform 0.3s ease, box-shadow 0.2s ease;
  pointer-events: none;
}

.lp-wa-float.lp-wa-float--visible {
  opacity: 1;
  transform: translateY(0);
  pointer-events: auto;
}

.lp-wa-float:hover { box-shadow: 0 8px 28px rgba(212,175,106,0.3); }

.lp-wa-float__icon {
  width: 26px;
  height: 26px;
  color: var(--lp-accent) !important;
  flex-shrink: 0;
}

.lp-wa-float__label {
  max-width: 0;
  overflow: hidden;
  white-space: nowrap;
  font-size: 0.88rem;
  font-weight: 600;
  color: var(--lp-accent) !important;
  transition: max-width 0.3s ease;
}

@media (min-width: 1024px) {
  .lp-wa-float:hover .lp-wa-float__label { max-width: 220px; }
}

/* ---------- Páginas de conteúdo (Política de Privacidade / Termos de Uso) ---------- */
.lp-policy {
  padding: 48px 0 var(--lp-space);
  max-width: 780px;
  margin: 0 auto;
}

.lp-policy__updated {
  color: var(--lp-muted) !important;
  font-size: 0.85rem;
  margin: 0 0 40px;
}

.lp-policy h2 {
  font-size: 1.4rem;
  margin: 40px 0 14px;
}

.lp-policy h2:first-of-type { margin-top: 0; }

.lp-policy p {
  color: var(--lp-muted) !important;
  margin: 0 0 16px;
}

.lp-policy ul {
  display: flex;
  flex-direction: column;
  gap: 8px;
  margin: 0 0 16px;
  padding-left: 4px;
}

.lp-policy li {
  color: var(--lp-muted) !important;
  padding-left: 18px;
  position: relative;
}

.lp-policy li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 9px;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--lp-accent);
}

.lp-policy strong { color: var(--lp-text) !important; }
.lp-policy a { color: var(--lp-accent) !important; text-decoration: underline; }

/* ---------- Reveal (progressive enhancement, applied via JS) ---------- */
.lp-reveal { opacity: 1; }
.lp-js-anim .lp-reveal {
  opacity: 0;
  transform: translateY(24px);
}

@media (prefers-reduced-motion: reduce) {
  .lp-js-anim .lp-reveal { opacity: 1; transform: none; }
  .lp-glass:hover,
  .lp-btn:hover { transform: none; }
}/* End custom CSS */