/* Pages reviewed in the July 2026 content batch. Scoped to avoid altering live pages. */
.lote-2026 {
  background: #f7f8f8;
  color: #203044;
}

.lote-2026 .page-container,
.lote-2026 .post-container {
  width: min(1120px, calc(100% - 40px));
  margin: 0 auto;
  padding: 56px 0 80px;
}

.lote-2026 .breadcrumb {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 26px;
  color: #607080;
  font-size: .9rem;
}

.lote-2026 .breadcrumb a { color: #203044; text-decoration: none; }
.lote-2026 .breadcrumb a:hover { color: #aa7b28; text-decoration: underline; }

.lote-2026 .page-hero,
.lote-2026 .post-header {
  position: relative;
  overflow: hidden;
  padding: clamp(34px, 6vw, 72px);
  margin-bottom: 32px;
  border-radius: 8px;
  background: #102235;
  color: #f7f8f8;
  box-shadow: 0 18px 44px rgba(16, 34, 53, .12);
}

.lote-service .page-hero {
  background-image: linear-gradient(100deg, rgba(16, 34, 53, .96) 0%, rgba(16, 34, 53, .86) 54%, rgba(16, 34, 53, .45) 100%), url("/assets/images/luiz-audiencia-trabalhista.jpg");
  background-position: center;
  background-size: cover;
}

.lote-2026 .page-hero::after,
.lote-2026 .post-header::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background: linear-gradient(120deg, rgba(16, 34, 53, .10), rgba(190, 147, 69, .16));
}

.lote-2026 .page-hero > *,
.lote-2026 .post-header > * { position: relative; z-index: 1; }

.lote-2026 .page-eyebrow,
.lote-2026 .post-category,
.lote-2026 .section-index {
  margin: 0 0 14px;
  color: #c89b46;
  font-size: .78rem;
  font-weight: 800;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.lote-2026 h1,
.lote-2026 h2,
.lote-2026 h3 {
  color: #102235;
  font-family: "Cormorant Garamond", Georgia, serif;
  font-weight: 600;
  letter-spacing: 0;
}

.lote-2026 .page-hero h1,
.lote-2026 .post-header h1 {
  max-width: 820px;
  margin: 0;
  color: #fff;
  font-size: clamp(2.3rem, 5vw, 4.5rem);
  line-height: .98;
}

.lote-2026 .page-lead,
.lote-2026 .post-header > p:not(.post-category):not(.post-meta) {
  max-width: 760px;
  margin: 20px 0 0;
  color: rgba(255, 255, 255, .86);
  font-size: 1.08rem;
  line-height: 1.7;
}

.lote-2026 .page-cta-row {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin: 26px 0 0;
}

.lote-2026 .btn-primary,
.lote-2026 .btn-secondary,
.lote-2026 .post-cta-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  padding: 11px 16px;
  border: 1px solid transparent;
  border-radius: 4px;
  font-size: .88rem;
  font-weight: 800;
  letter-spacing: .025em;
  text-decoration: none;
}

.lote-2026 .btn-primary,
.lote-2026 .post-cta-link { background: #c89b46; color: #102235; }
.lote-2026 .btn-secondary { border-color: rgba(255, 255, 255, .65); color: #fff; }
.lote-2026 .page-contact .btn-secondary { border-color: #102235; color: #102235; }
.lote-2026 .btn-primary:hover,
.lote-2026 .post-cta-link:hover { background: #dbb660; }

.lote-2026 .page-hero-meta,
.lote-2026 .post-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 18px;
  padding: 0;
  margin: 26px 0 0;
  color: rgba(255, 255, 255, .74);
  font-size: .9rem;
  list-style: none;
}

.lote-2026 .page-section,
.lote-2026 .quick-answer,
.lote-2026 .post > section,
.lote-2026 .post-toc,
.lote-2026 .post-cta,
.lote-2026 .post-related,
.lote-2026 .page-related {
  margin: 22px 0;
  padding: clamp(24px, 4vw, 42px);
  border: 1px solid #dde2e7;
  border-radius: 8px;
  background: #fff;
}

.lote-2026 .page-section h2,
.lote-2026 .post h2,
.lote-2026 .quick-answer h2 {
  margin: 0 0 18px;
  font-size: clamp(1.8rem, 3vw, 2.6rem);
  line-height: 1.1;
}

.lote-2026 .page-section h3,
.lote-2026 .post h3 { margin: 28px 0 10px; font-size: 1.45rem; }
.lote-2026 p,
.lote-2026 li { line-height: 1.72; }
.lote-2026 a { color: #8d651f; }
.lote-2026 a:hover { color: #5d4215; }

.lote-2026 .section-note,
.lote-2026 .quick-answer {
  border-left: 4px solid #c89b46;
  background: #fbf8f1;
}

.lote-2026 .cards-grid,
.lote-2026 .proof-grid,
.lote-2026 .steps {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
  margin: 24px 0;
}

.lote-2026 .card,
.lote-2026 .proof-block,
.lote-2026 .step {
  padding: 20px;
  border: 1px solid #dfe5ea;
  border-radius: 6px;
  background: #f7f8f8;
}

.lote-2026 .step-index { margin: 0 0 8px; color: #aa7b28; font-weight: 800; font-size: .78rem; }
.lote-2026 .credentials-list,
.lote-2026 .req-list,
.lote-2026 .verbas-list { padding-left: 22px; }

.lote-2026 table { display: block; width: 100%; overflow-x: auto; border-collapse: collapse; }
.lote-2026 th,
.lote-2026 td { min-width: 160px; padding: 12px; border: 1px solid #dfe5ea; text-align: left; vertical-align: top; }
.lote-2026 th { background: #102235; color: #fff; }

.lote-2026 .page-faq h2,
.lote-2026 .post-faq h2 { margin-bottom: 20px; }
.lote-2026 .faq-item,
.lote-2026 .post-faq details { border-top: 1px solid #dfe5ea; }
.lote-2026 .faq-item:last-child,
.lote-2026 .post-faq details:last-child { border-bottom: 1px solid #dfe5ea; }
.lote-2026 .faq-question,
.lote-2026 .post-faq summary { display: block; width: 100%; padding: 17px 0; border: 0; background: transparent; color: #102235; font: inherit; font-weight: 800; cursor: pointer; }
.lote-2026 .faq-answer { padding: 0 0 17px; }

.lote-2026 .post-hero { margin: 24px 0 0; }
.lote-2026 .post-hero img { display: block; width: 100%; height: auto; border-radius: 6px; }
.lote-2026 .post-toc a,
.lote-2026 .page-related a,
.lote-2026 .post-related a { display: block; padding: 8px 0; }
.lote-2026 .post-cta { background: #102235; color: #fff; border-color: #102235; }
.lote-2026 .post-cta p { color: rgba(255,255,255,.8); }
.lote-2026 .office-data { font-style: normal; }
.lote-2026 .map-embed iframe { width: 100%; min-height: 320px; border: 0; border-radius: 6px; }

@media (max-width: 760px) {
  .lote-2026 .page-container,
  .lote-2026 .post-container { width: min(100% - 28px, 1120px); padding-top: 32px; }
  .lote-2026 .page-hero,
  .lote-2026 .post-header { padding: 28px 22px; }
  .lote-2026 .cards-grid,
  .lote-2026 .proof-grid,
  .lote-2026 .steps { grid-template-columns: 1fr; }
}
