/* Blog Buenas — tipografia + listagem + artigo (2 colunas, relacionados, CTA). */

:root {
  --foreground: #2b211c;
  --muted-foreground: #7a7069;
  --primary: #c05b52;
  --border: #e8e1da;
  --bn-bg: #f6f2ee;
}

/* ============ header reaproveitado: remove só o realce "ativo" preso (herdado da
   captura na página de Contato). As cores vêm do wrapper elementor-kit-6. ============ */
.bn-siteheader .elementor-item-active { background: transparent !important; }
.bn-siteheader .elementor-nav-menu .elementor-item::before,
.bn-siteheader .elementor-nav-menu .elementor-item::after { background: transparent !important; }

/* ============ conteúdo do artigo (tokens usados + tipografia uniforme) ============ */
.article-content {
  color: var(--foreground);
  font-size: 1.075rem;
  line-height: 1.85;
}
.article-content p { margin: 0 0 2rem; }
.article-content .mb-6 { margin-bottom: 2rem; }
.article-content .mb-8 { margin-bottom: 2.25rem; }
.article-content .mt-12 { margin-top: 2.8rem; }
.article-content .mt-3 { margin-top: 0.75rem; }
.article-content .my-10 { margin: 2.6rem 0; }
.article-content .pb-3 { padding-bottom: 0.5rem; }
.article-content .text-sm { font-size: 0.875rem; }
.article-content .text-base { font-size: 1.075rem; }
.article-content .leading-relaxed { line-height: 1.85; }
.article-content .leading-snug { line-height: 1.35; }
.article-content .leading-tight { line-height: 1.25; }
.article-content .font-semibold { font-weight: 600; }
.article-content .font-bold { font-weight: 700; }
.article-content .italic { font-style: italic; }
.article-content .text-center { text-align: center; }
.article-content .underline { text-decoration: underline; }
.article-content .text-foreground { color: var(--foreground); }
.article-content .text-foreground\/80 { color: color-mix(in srgb, var(--foreground) 82%, transparent); }
.article-content .text-primary { color: var(--primary); }
.article-content .text-muted-foreground { color: var(--muted-foreground); }
.article-content .w-full { width: 100%; }
.article-content .aspect-\[21\/9\] { aspect-ratio: 21 / 9; }
.article-content .object-cover { object-fit: cover; }
.article-content .rounded-xl { border-radius: 0.75rem; }
.article-content .shadow-lg { box-shadow: 0 10px 30px rgba(0,0,0,.12); }
.article-content .hover\:no-underline:hover { text-decoration: none; }

/* headings uniformes (serve p/ artigos com e sem as classes) */
.article-content h2, .article-content .text-2xl {
  font-family: Georgia, "Times New Roman", serif;
  font-weight: 600;
  font-size: 1.5rem;
  line-height: 1.3;
  color: var(--foreground);
  margin: 2.8rem 0 1rem;
  padding-bottom: .5rem;
  border-bottom: 1px solid var(--border);
}
.article-content h3 { font-weight: 600; font-size: 1.2rem; margin: 2rem 0 .6rem; color: var(--foreground); }
.article-content .border-b, .article-content .border-border { border-color: var(--border); }
.article-content a { color: var(--primary); text-decoration: underline; text-underline-offset: 2px; }
.article-content a:hover { text-decoration: none; }
.article-content strong { color: var(--foreground); font-weight: 600; }
.article-content ul, .article-content ol { margin: 0 0 2rem; padding-left: 1.3rem; }
.article-content li { margin-bottom: .55rem; }
.article-content figure { margin: 2.6rem 0; }
.article-content figcaption { font-size: .85rem; color: var(--muted-foreground); text-align: center; margin-top: .75rem; font-style: italic; }
.article-content img { max-width: 100%; height: auto; border-radius: .75rem; }
@media (min-width: 768px) {
  .article-content .md\:text-lg { font-size: 1.13rem; }
  .article-content h2, .article-content .text-2xl, .article-content .md\:text-3xl { font-size: 1.7rem; }
}

/* lead / dek (ex-"Subtítulo:") */
.article-content .bn-lead {
  font-size: 1.26rem;
  line-height: 1.55;
  color: #5b544e;
  font-weight: 400;
  margin: 0 0 2.2rem;
  padding-left: 1rem;
  border-left: 3px solid var(--primary);
}

/* ============ TL;DR / resumo rápido ============ */
.article-content .bn-tldr {
  background: #faf6f2; border: 1px solid var(--border); border-left: 4px solid var(--primary);
  border-radius: 12px; padding: 20px 24px; margin: 0 0 2.4rem;
}
.article-content .bn-tldr strong { display: block; font-size: .82rem; letter-spacing: .06em;
  text-transform: uppercase; color: var(--primary); margin-bottom: .5rem; }
.article-content .bn-tldr ul { margin: 0; padding-left: 1.2rem; }
.article-content .bn-tldr li { margin-bottom: .35rem; }

/* ============ tabela comparativa ============ */
.article-content .bn-table-wrap { overflow-x: auto; margin: 0 0 2.4rem; }
.article-content table { width: 100%; border-collapse: collapse; font-size: .96rem; }
.article-content th, .article-content td { text-align: left; padding: .7rem .9rem; border-bottom: 1px solid var(--border); }
.article-content thead th { background: #f4ede7; color: var(--foreground); font-weight: 600; }
.article-content tbody tr:nth-child(even) { background: #faf7f4; }

/* ============ FAQ — acordeão elegante (details/summary, sem JS) ============ */
.bn-faq { max-width: 760px; margin: 3.4rem 0 1rem; }
.bn-faq-eyebrow {
  display: inline-block; font-size: .74rem; font-weight: 700; letter-spacing: .16em;
  text-transform: uppercase; color: var(--primary); margin-bottom: .5rem;
}
.bn-faq > h2 {
  font-family: Georgia, serif; font-weight: 500; font-size: 2rem; line-height: 1.2;
  margin: 0 0 1.6rem; color: var(--foreground);
}
.bn-faq-list { display: flex; flex-direction: column; gap: 14px; }

.bn-faq-item {
  background: #fff; border: 1px solid var(--border); border-radius: 16px;
  overflow: hidden; transition: border-color .2s ease, box-shadow .2s ease, background .2s ease;
}
.bn-faq-item:hover { border-color: #d9b7b1; box-shadow: 0 6px 20px rgba(43,33,28,.06); }
.bn-faq-item[open] {
  border-color: var(--primary);
  background: linear-gradient(180deg, #fff 0%, #fdf8f6 100%);
  box-shadow: 0 10px 30px rgba(192,91,82,.10);
}

.bn-faq-item summary {
  list-style: none; cursor: pointer; display: flex; align-items: center; gap: 16px;
  padding: 20px 22px; user-select: none;
}
.bn-faq-item summary::-webkit-details-marker { display: none; }
.bn-faq-item summary:focus-visible { outline: 2px solid var(--primary); outline-offset: -2px; border-radius: 16px; }
.bn-faq-q {
  flex: 1; margin: 0; font-family: inherit; font-size: 1.08rem; font-weight: 600;
  line-height: 1.4; color: var(--foreground);
}

/* ícone circular com "+" que vira "×" ao abrir */
.bn-faq-ico {
  flex: none; position: relative; width: 30px; height: 30px; border-radius: 50%;
  background: #f4ede9; transition: background .25s ease, transform .3s ease;
}
.bn-faq-ico::before, .bn-faq-ico::after {
  content: ""; position: absolute; top: 50%; left: 50%; width: 12px; height: 2px;
  background: var(--primary); border-radius: 2px; transform: translate(-50%, -50%);
  transition: transform .3s ease, opacity .25s ease;
}
.bn-faq-ico::after { transform: translate(-50%, -50%) rotate(90deg); }
.bn-faq-item[open] .bn-faq-ico { background: var(--primary); transform: rotate(135deg); }
.bn-faq-item[open] .bn-faq-ico::before,
.bn-faq-item[open] .bn-faq-ico::after { background: #fff; }

.bn-faq-a { padding: 0 22px 20px 22px; }
.bn-faq-a p { margin: 0; color: var(--muted-foreground); font-size: 1rem; line-height: 1.68; }
.bn-faq-item[open] .bn-faq-a { animation: bnFaqReveal .28s ease both; }
@keyframes bnFaqReveal { from { opacity: 0; transform: translateY(-4px); } to { opacity: 1; transform: none; } }

@media (max-width: 600px) {
  .bn-faq > h2 { font-size: 1.7rem; }
  .bn-faq-item summary { padding: 17px 18px; }
  .bn-faq-q { font-size: 1.02rem; }
}

/* ============ layout base do blog ============ */
.bn-wrap { max-width: 1180px; margin: 0 auto; padding: 0 24px; }

.bn-hero {
  background: linear-gradient(135deg, #2b211c 0%, #6a352c 100%);
  color: #fff; padding: 150px 0 70px; text-align: center;
}
.bn-hero h1 { font-family: Georgia, serif; font-size: 3rem; margin: 0 0 .5rem; font-weight: 500; }
.bn-hero p { color: rgba(255,255,255,.72); font-size: 1.05rem; margin: 0; }

/* listagem */
.bn-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 28px; padding: 56px 0 80px; }
@media (max-width: 900px) { .bn-grid { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 600px) { .bn-grid { grid-template-columns: 1fr; } }
.bn-card {
  display: flex; flex-direction: column; text-decoration: none;
  background: #fff; border: 1px solid var(--border); border-radius: 14px;
  overflow: hidden; transition: transform .2s, box-shadow .2s; color: inherit;
}
.bn-card:hover { transform: translateY(-4px); box-shadow: 0 14px 34px rgba(0,0,0,.12); }
.bn-card-img { height: 190px; background-size: cover; background-position: center; background-color: #ddd; }
.bn-card-body { padding: 20px 22px 24px; display: flex; flex-direction: column; flex: 1; }
.bn-card-date { font-size: .78rem; color: var(--primary); font-weight: 600; letter-spacing: .02em; }
.bn-card-title { font-family: Georgia, serif; font-size: 1.18rem; line-height: 1.3; margin: 8px 0 10px; color: var(--foreground); }
.bn-card-excerpt { font-size: .92rem; color: var(--muted-foreground); line-height: 1.55; flex: 1; margin: 0 0 14px; }
.bn-card-link { font-size: .85rem; font-weight: 600; color: var(--primary); }

/* ============ página do artigo ============ */
.bn-article-hero {
  min-height: 440px; display: flex; align-items: flex-end;
  background-size: cover; background-position: center; color: #fff;
}
.bn-article-hero-inner { max-width: 1140px; margin: 0 auto; width: 100%; padding: 0 24px 54px; box-sizing: border-box; }
.bn-back { color: rgba(255,255,255,.85); text-decoration: none; font-size: .9rem; display: inline-block; margin-bottom: 16px; }
.bn-back:hover { color: #fff; }
.bn-article-date { display: block; color: #f0a59c; font-weight: 700; font-size: .85rem; margin-bottom: 8px; }
.bn-article-title { font-family: Georgia, serif; font-size: 2.6rem; line-height: 1.15; margin: 0; font-weight: 500; max-width: 900px; }
@media (max-width: 640px) { .bn-article-title { font-size: 1.9rem; } .bn-hero h1 { font-size: 2.2rem; } }

.bn-article-wrap {
  max-width: 1140px; margin: 0 auto; padding: 56px 24px 24px;
  display: grid; grid-template-columns: minmax(0, 1fr) 300px; gap: 54px; align-items: start;
}
@media (max-width: 920px) { .bn-article-wrap { grid-template-columns: 1fr; gap: 8px; } }
.bn-article-main { min-width: 0; }
.bn-article { max-width: 740px; margin: 0; padding: 0; }

/* sidebar relacionados */
.bn-sidebar { position: sticky; top: 90px; }
@media (max-width: 920px) { .bn-sidebar { position: static; margin-top: 34px; } }
.bn-related-h { font-family: Georgia, serif; font-size: 1.15rem; color: var(--foreground); margin: 0 0 18px; padding-bottom: 10px; border-bottom: 2px solid var(--primary); }
.bn-related-item { display: flex; gap: 13px; text-decoration: none; margin-bottom: 18px; align-items: center; }
.bn-related-thumb { width: 76px; height: 62px; border-radius: 8px; background-size: cover; background-position: center; flex-shrink: 0; background-color: #ddd; }
.bn-related-info { display: flex; flex-direction: column; }
.bn-related-date { font-size: .72rem; color: var(--primary); font-weight: 600; }
.bn-related-title { font-size: .88rem; line-height: 1.32; color: var(--foreground); margin-top: 3px; }
.bn-related-item:hover .bn-related-title { color: var(--primary); }

/* CTA */
.bn-cta { background: linear-gradient(135deg, #2b211c 0%, #6a352c 100%); color: #fff; text-align: center; padding: 72px 24px; }
.bn-cta-inner { max-width: 640px; margin: 0 auto; }
.bn-cta h3 { font-family: Georgia, serif; font-size: 2rem; margin: 0 0 12px; font-weight: 500; }
.bn-cta p { color: rgba(255,255,255,.8); margin: 0 0 26px; font-size: 1.05rem; line-height: 1.6; }
.bn-cta-btns { display: flex; gap: 14px; justify-content: center; flex-wrap: wrap; }
.bn-btn { display: inline-block; padding: 13px 30px; border-radius: 8px; text-decoration: none; font-weight: 600; font-size: .95rem; transition: .2s; }
.bn-btn-primary { background: #fff; color: #2b211c; }
.bn-btn-primary:hover { background: #f0e6df; }
.bn-btn-ghost { border: 1px solid rgba(255,255,255,.5); color: #fff; }
.bn-btn-ghost:hover { background: rgba(255,255,255,.12); }

/* ============ página Eventos ============ */
.bn-hero--eventos { background-size: cover; background-position: center; }
.bn-eventos { padding: 64px 24px 24px; }
.bn-eventos > section { margin-bottom: 3.4rem; }
.bn-eventos h2 { font-family: Georgia, serif; font-weight: 500; font-size: 2rem; color: var(--foreground); margin: 0 0 1.1rem; }
.bn-eventos-intro { max-width: 760px; }
.bn-eventos-intro p { color: var(--muted-foreground); font-size: 1.1rem; line-height: 1.75; margin: 0; }
.bn-eventos-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 20px; }
@media (max-width: 700px) { .bn-eventos-grid { grid-template-columns: 1fr; } }
.bn-evento-card { background: #fff; border: 1px solid var(--border); border-radius: 16px; padding: 26px 28px; transition: transform .2s, box-shadow .2s, border-color .2s; }
.bn-evento-card:hover { transform: translateY(-4px); border-color: #d9b7b1; box-shadow: 0 14px 34px rgba(43,33,28,.09); }
.bn-evento-card h3 { font-size: 1.2rem; font-weight: 600; color: var(--primary); margin: 0 0 .5rem; }
.bn-evento-card p { color: var(--muted-foreground); line-height: 1.6; margin: 0; }
.bn-eventos-lista { list-style: none; padding: 0; margin: 0; display: grid; gap: 14px; max-width: 760px; }
.bn-eventos-lista li { padding-left: 30px; position: relative; color: var(--foreground); line-height: 1.6; }
.bn-eventos-lista li::before { content: "✓"; position: absolute; left: 0; top: 0; color: var(--primary); font-weight: 700; }
.bn-eventos-lista strong { color: var(--foreground); }

/* ============ Serviços e comodidades — todos os cards abertos e legíveis ============ */
.card-servicos { background-color: #B5655F !important; transition: transform .2s ease, box-shadow .2s ease; }
.card-servicos:hover { transform: translateY(-4px); box-shadow: 0 16px 40px rgba(43,33,28,.16); }
.card-servicos h3 { color: #F6F4F2 !important; }
.card-servicos .content { height: auto !important; opacity: 1 !important; overflow: visible !important; }
.card-servicos .content p,
.card-servicos .content .elementor-button-text { color: #F6F4F2 !important; }
.card-servicos .icon-1 { opacity: 0 !important; }
.card-servicos .icon-2 { opacity: 1 !important; }
.card-servicos .icon-arrow { display: none !important; }

.bn-skip{position:absolute;left:-9999px;top:0;z-index:9999;background:#c05b52;color:#fff;padding:10px 16px;border-radius:0 0 8px 0}.bn-skip:focus{left:0}
