/* ==========================================================================
   Falar com Jesus — CSS do tema (mobile-first, responsivo)
   Tokens de design extraídos do site original (jesuscristo.app).
   ========================================================================== */

:root {
  /* (Antes roxo) agora apontam para a identidade DOURADA — sem roxo no tema */
  --primary: #c79a5b;
  --primary-dark: #b0883f;
  --gradient: linear-gradient(135deg, #dcc083 0%, #b0883f 100%);

  /* Dourado (identidade do chat) — detalhes, ícones, botão "Conversar" */
  --gold: #c8a882;
  --gold-deep: #b0883f;
  --gold-gradient: linear-gradient(135deg, #dcc083 0%, #b0883f 100%);

  /* Base predominante branca/creme quente (como o chat) */
  --text: #2a2724;
  --muted: #7c7367;
  --bg: #ffffff;
  --bg-soft: #faf6ee;
  --bg-soft2: #f5ecdb;
  --border: #ece3d3;
  --border-cool: #e7e2da;
  --dark: #14110d;

  --radius: 16px;
  --shadow: 0 10px 30px rgba(60, 50, 30, .08);
  --shadow-hover: 0 18px 40px rgba(176, 136, 63, .18);
  --maxw: 1140px;

  /* Fontes */
  --font-head: 'Plus Jakarta Sans', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
  --font-body: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
}

/* -------- Reset enxuto -------- */
*, *::before, *::after { box-sizing: border-box; }
html { -webkit-text-size-adjust: 100%; scroll-behavior: smooth; }
body {
  margin: 0;
  overflow-x: hidden;
  font-family: var(--font-body);
  color: var(--text);
  line-height: 1.65;
  background: var(--bg);
  font-size: 16px;
}
img { max-width: 100%; height: auto; display: block; }
a { color: var(--primary-dark); text-decoration: none; }
a:hover { text-decoration: underline; }
section[id] { scroll-margin-top: 78px; }
h1, h2, h3, h4 { font-family: var(--font-head); font-weight: 700; line-height: 1.18; letter-spacing: -.02em; margin: 0 0 .5em; }
p { margin: 0 0 1rem; }
.skip-link { position: absolute; left: -9999px; }
.skip-link:focus { left: 8px; top: 8px; background: #fff; padding: 8px 14px; border-radius: 8px; z-index: 1000; }
.fcj-svg { display: inline-block; vertical-align: middle; flex: none; }

/* -------- Utilitários -------- */
.container { width: 100%; max-width: var(--maxw); margin: 0 auto; padding: 0 20px; }
.container--narrow { max-width: 820px; }
.container--mid { max-width: 980px; }
.section { padding: 56px 0; }
.section--soft { background: var(--bg-soft); }
.section--soft2 { background: var(--bg-soft2); }
.section-title { font-size: clamp(1.3rem, 3.4vw, 1.7rem); font-weight: 800; text-align: center; margin: 0 0 .5em; }
.section-title::after { content: ''; display: block; width: 56px; height: 3px; margin: 14px auto 0; background: var(--gold-gradient); border-radius: 3px; }
.section-sub { font-family: var(--font-head); text-align: center; color: var(--muted); max-width: 640px; margin: -.2rem auto 2.2rem; font-size: 1.05rem; font-weight: 500; }
.hero p.lead { font-family: var(--font-head); font-weight: 500; }
.hero h1 { font-weight: 800; }
.grid { display: grid; gap: 22px; }
.btn {
  display: inline-block; background: #fff; color: var(--primary-dark);
  font-weight: 700; border-radius: 999px; padding: 15px 32px; border: 0;
  box-shadow: var(--shadow); cursor: pointer; font-size: 1rem; line-height: 1;
  transition: transform .2s ease, box-shadow .2s ease;
}
.btn:hover { transform: translateY(-2px); box-shadow: var(--shadow-hover); text-decoration: none; }
.btn--solid { background: var(--gradient); color: #fff; }
.btn--gold { background: var(--gold-gradient); color: #fff; box-shadow: 0 8px 20px rgba(176, 136, 63, .28); }
.btn--gold:hover { color: #fff; }

/* ==========================================================================
   Cabeçalho + menu
   ========================================================================== */
.site-header {
  position: sticky; top: 0; z-index: 50;
  background: rgba(255, 255, 255, .92);
  backdrop-filter: saturate(180%) blur(10px);
}
/* Padding vertical igual em cima e embaixo (sem min-height, pra garantir simetria)
   e sem borda inferior — assim o header não parece uma "caixa". */
.site-header .container { display: flex; align-items: center; justify-content: space-between; padding-top: 11px; padding-bottom: 11px; gap: 16px; }
.brand { color: var(--text); display: inline-flex; align-items: center; gap: 10px; min-width: 0; }
.brand:hover { text-decoration: none; }
.brand .brand-icon { display: inline-flex; color: var(--gold-deep); flex: none; }
.brand .brand-icon svg { width: 22px; height: 22px; }
.brand-meta { display: flex; flex-direction: column; line-height: 1.15; min-width: 0; }
.brand-name { font-family: var(--font-head); font-weight: 800; font-size: 1.02rem; color: var(--text); display: inline-flex; align-items: center; gap: 5px; white-space: nowrap; }
.brand-name .brand-verified { width: 16px; height: 16px; flex: none; }
.brand-handle { font-size: .78rem; color: var(--muted); font-weight: 500; white-space: nowrap; }
.brand--logo .custom-logo { height: 42px; width: 42px; border-radius: 50%; object-fit: cover; flex: none; }
@media (max-width: 768px) {
  .brand--logo .custom-logo { height: 38px; width: 38px; }
  .brand-name { font-size: .95rem; }
  .brand-handle { font-size: .73rem; }
}

.nav { display: flex; align-items: center; gap: 8px; margin-left: auto; }
.fcj-menu { list-style: none; display: flex; gap: 6px; margin: 0; padding: 0; }
.fcj-menu a { color: var(--text); font-weight: 500; font-size: .95rem; padding: 8px 12px; border-radius: 8px; }
.fcj-menu a:hover { color: var(--primary-dark); background: var(--bg-soft); text-decoration: none; }
.nav-cta { margin-left: 6px; }
.nav-cta .btn { padding: 10px 20px; box-shadow: none; }

/* Botão hambúrguer (escondido no desktop) */
.menu-toggle {
  display: none; background: none; border: 0; cursor: pointer;
  width: 44px; height: 44px; padding: 10px; color: var(--text);
}
.menu-toggle span, .menu-toggle span::before, .menu-toggle span::after {
  content: ''; display: block; height: 2px; width: 24px; background: currentColor; border-radius: 2px; position: relative; transition: .25s;
}
.menu-toggle span::before { position: absolute; top: -7px; }
.menu-toggle span::after { position: absolute; top: 7px; }

/* Botão de tema claro/escuro (ao lado do hambúrguer) */
.header-right { display: flex; align-items: center; gap: 2px; }
.theme-toggle { background: none; border: 0; cursor: pointer; width: 42px; height: 42px; padding: 9px; color: var(--text); display: inline-flex; align-items: center; justify-content: center; border-radius: 10px; transition: background .2s ease, color .2s ease; }
.theme-toggle:hover { background: var(--bg-soft); color: var(--gold-deep); }
.theme-toggle svg { width: 22px; height: 22px; }
.theme-toggle .tt-sun { display: none; }
html[data-theme="dark"] .theme-toggle .tt-moon { display: none; }
html[data-theme="dark"] .theme-toggle .tt-sun { display: block; }

/* ==========================================================================
   Hero
   ========================================================================== */
.hero { background: linear-gradient(180deg, #ffffff 0%, var(--bg-soft) 100%); color: var(--text); text-align: center; padding: 84px 0; border-bottom: 1px solid var(--border); }
.hero h1 { color: var(--text); font-size: clamp(1.8rem, 6vw, 2.9rem); margin-bottom: .35em; }
.hero p.lead { color: var(--muted); font-size: clamp(1rem, 3vw, 1.12rem); max-width: 640px; margin: 0 auto 1.8rem; }
.hero .badges { display: flex; flex-wrap: nowrap; gap: clamp(6px, 2.4vw, 20px); justify-content: center; align-items: center; margin-top: 1.5rem; font-weight: 500; color: var(--muted); font-size: clamp(.62rem, 2.5vw, .84rem); }
.hero .badges span { white-space: nowrap; display: inline-flex; align-items: center; gap: 5px; }
.hero .badges svg { width: 14px; height: 14px; color: var(--gold-deep); flex: none; }

/* ==========================================================================
   Quebra-gelo (chips de atalho)
   ========================================================================== */
.icebreaker { text-align: center; padding: 38px 0 30px; }
.ice-title { font-family: var(--font-head); font-weight: 800; font-size: clamp(1.4rem, 4vw, 1.6rem); color: var(--text); margin: 0 0 16px; }
.chips { display: flex; flex-wrap: wrap; gap: 10px; justify-content: center; }
.chip {
  display: inline-flex; align-items: center; gap: 6px; padding: 9px 18px; border-radius: 999px;
  border: 1px solid var(--border); background: #fff; color: var(--text); font-weight: 600;
  font-size: .92rem; box-shadow: 0 2px 8px rgba(60, 50, 30, .05); transition: transform .2s ease, border-color .2s ease, color .2s ease;
}
.chip:hover { border-color: var(--gold); color: var(--gold-deep); text-decoration: none; transform: translateY(-2px); }
.chip--primary { background: var(--gold-gradient); color: #fff; border-color: transparent; box-shadow: 0 6px 16px rgba(176, 136, 63, .25); }
.chip--primary:hover { color: #fff; }
/* Botão "Conversar com Jesus" separado dos chips, com destaque */
.ice-cta { margin-top: 18px; text-align: center; }
.ice-cta .chip--primary { padding: 12px 26px; font-size: 1rem; }

/* Campo de busca na seção "Por onde começar" (lupa discreta dentro do campo) */
.ice-search { position: relative; max-width: 520px; margin: 0 auto 18px; }
.ice-search input {
  width: 100%; border: 1px solid var(--border); border-radius: 999px;
  padding: 13px 46px 13px 20px; font-size: 1rem; font-family: var(--font-body); color: var(--text);
  background: #fff; box-shadow: 0 2px 8px rgba(60, 50, 30, .05);
}
.ice-search input::placeholder { color: var(--muted); }
.ice-search input:focus { outline: none; border-color: var(--gold); box-shadow: 0 0 0 3px rgba(200, 168, 130, .2); }
.ice-search button {
  position: absolute; right: 5px; top: 50%; transform: translateY(-50%);
  width: 38px; height: 38px; border: 0; border-radius: 50%; background: var(--gold-gradient); color: #fff;
  cursor: pointer; display: inline-flex; align-items: center; justify-content: center;
  box-shadow: 0 4px 10px rgba(176, 136, 63, .3); transition: transform .2s ease;
}
.ice-search button:hover { transform: translateY(-50%) scale(1.06); }
.ice-search button svg { width: 18px; height: 18px; }

/* ==========================================================================
   Mensagem do Dia (gerador de imagem em canvas)
   ========================================================================== */
.msg-dia-stage { display: flex; justify-content: center; }
.msg-dia-canvas { width: 100%; max-width: 360px; height: auto; border-radius: 18px; box-shadow: 0 16px 44px rgba(60, 50, 30, .2); display: block; }
.msg-dia-themes { display: flex; gap: 12px; justify-content: center; margin: 20px 0 16px; }
.mtheme { width: 30px; height: 30px; border-radius: 50%; border: 2px solid var(--border); cursor: pointer; padding: 0; transition: transform .15s ease, box-shadow .15s ease; }
.mtheme:hover { transform: scale(1.08); }
.mtheme.is-active { border-color: var(--gold-deep); box-shadow: 0 0 0 3px rgba(176, 136, 63, .28); }
.mtheme[data-theme="escuro"] { background: linear-gradient(135deg, #15110b, #2c2418); }
.mtheme[data-theme="creme"] { background: linear-gradient(135deg, #fff, #f7efdf); }
.mtheme[data-theme="dourado"] { background: linear-gradient(135deg, #fdf6e9, #e6cd92); }
.msg-dia-formats { display: flex; gap: 8px; justify-content: center; margin: 0 0 16px; }
.mfmt { padding: 7px 16px; border-radius: 999px; border: 1px solid var(--border); background: #fff; color: var(--muted); font-family: var(--font-head); font-weight: 600; font-size: .82rem; cursor: pointer; transition: .2s; }
.mfmt:hover { border-color: var(--gold); color: var(--gold-deep); }
.mfmt.is-active { background: var(--gold-gradient); color: #fff; border-color: transparent; }
.msg-dia-actions { display: flex; gap: 10px; justify-content: center; flex-wrap: wrap; }
.msg-dia-actions .btn { display: inline-flex; align-items: center; gap: 6px; padding: 11px 18px; font-size: .9rem; }
.msg-dia-actions .btn svg { width: 16px; height: 16px; }

/* ==========================================================================
   Editor de imagem (modal)
   ========================================================================== */
.vimg[hidden] { display: none; }
.vimg { position: fixed; inset: 0; z-index: 300; display: flex; align-items: center; justify-content: center; padding: 14px; }
.vimg-back { position: absolute; inset: 0; background: rgba(20, 17, 13, .7); backdrop-filter: blur(3px); }
.vimg-box { position: relative; z-index: 1; background: #fff; border-radius: 20px; box-shadow: 0 30px 80px rgba(20, 17, 13, .4); width: 100%; max-width: 420px; max-height: 94vh; overflow-y: auto; display: flex; flex-direction: column; align-items: center; gap: 13px; padding: 44px 18px 20px; }
.vimg-x { position: absolute; top: 12px; right: 12px; width: 34px; height: 34px; border: 0; border-radius: 50%; background: var(--bg-soft); color: var(--text); cursor: pointer; display: inline-flex; align-items: center; justify-content: center; z-index: 2; }
.vimg-x:hover { background: var(--bg-soft2); }
.vimg-x svg { width: 18px; height: 18px; }
.vimg-stage { display: flex; align-items: center; justify-content: center; width: 100%; }
.vimg-canvas { max-width: 300px; max-height: 46vh; width: auto; height: auto; border-radius: 14px; box-shadow: 0 12px 30px rgba(60, 50, 30, .2); display: block; }
.vimg-field { width: 100%; display: flex; flex-direction: column; gap: 8px; }
.vimg-field--center { align-items: center; }
.vimg-lbl { font-family: var(--font-head); font-weight: 700; font-size: .72rem; text-transform: uppercase; letter-spacing: .06em; color: var(--muted); }
.vimg-themes { display: flex; gap: 10px; }
.vimg-formats { display: flex; gap: 8px; }
.vimg-formats .mfmt { display: inline-flex; align-items: center; gap: 6px; }
.vimg-formats .mfmt svg { width: 15px; height: 15px; }
.vimg-icons { display: flex; flex-wrap: wrap; gap: 8px; justify-content: center; max-width: 330px; }
.vicon { width: 40px; height: 40px; border-radius: 10px; border: 1px solid var(--border); background: #fff; color: var(--muted); cursor: pointer; display: inline-flex; align-items: center; justify-content: center; transition: .2s; }
.vicon:hover { border-color: var(--gold); color: var(--gold-deep); }
.vicon.is-active { background: var(--gold-gradient); color: #fff; border-color: transparent; }
.vicon svg { width: 20px; height: 20px; }
.vicon-none { font-size: 1.1rem; font-weight: 700; }
.vimg-share { width: 100%; max-width: 330px; margin-top: 2px; display: inline-flex; align-items: center; justify-content: center; gap: 8px; }
.vimg-share svg { width: 18px; height: 18px; }

/* ==========================================================================
   Aviso de cookies (LGPD)
   ========================================================================== */
.cookie-bar {
  position: fixed; left: 50%; transform: translateX(-50%); bottom: 16px; z-index: 200;
  width: calc(100% - 32px); max-width: 720px; background: #fff; border: 1px solid var(--border);
  border-radius: 14px; box-shadow: 0 14px 44px rgba(20, 17, 13, .22); padding: 15px 18px;
  display: flex; align-items: center; gap: 14px;
}
.cookie-bar p { margin: 0; font-size: .88rem; color: var(--muted); line-height: 1.5; }
.cookie-bar a { color: var(--gold-deep); font-weight: 600; }
.cookie-bar .btn { flex: none; padding: 10px 24px; font-size: .92rem; }
@media (max-width: 600px) {
  .cookie-bar { flex-direction: column; align-items: stretch; text-align: center; bottom: 10px; }
  .cookie-bar .btn { width: 100%; }
}

/* ==========================================================================
   Por que conversar (slider lateral) + cards
   ========================================================================== */
/* "Por que conversar": 4 blocos em grade 2x2 alinhada */
.features-grid { grid-template-columns: repeat(2, 1fr); align-items: stretch; }
.features-grid .card { padding: 22px; }
.features-grid .card .icon { width: 46px; height: 46px; margin-bottom: 12px; }
.features-grid .card .icon svg { width: 22px; height: 22px; }
.features-grid .card h3 { font-size: 1.02rem; margin-bottom: .3rem; }
.features-grid .card p { font-size: .9rem; line-height: 1.55; }
.card {
  background: var(--bg); border: 1px solid var(--border); border-radius: var(--radius);
  padding: 28px; box-shadow: var(--shadow); transition: transform .25s ease, box-shadow .25s ease;
}
.card:hover { transform: translateY(-4px); box-shadow: var(--shadow-hover); }
.card .icon {
  width: 54px; height: 54px; border-radius: 14px; background: var(--gold-gradient); color: #fff;
  display: inline-flex; align-items: center; justify-content: center; margin-bottom: 16px;
  box-shadow: 0 8px 18px rgba(176, 136, 63, .28);
}
.card .icon svg { width: 26px; height: 26px; }
.card h3 { font-size: 1.1rem; margin-bottom: .4rem; }
.card p { color: var(--muted); margin: 0; }

/* ==========================================================================
   Aviso importante (box "Importante lembrar")
   ========================================================================== */
.note {
  background: #fff8e6; border: 1px solid #f5e3a8; border-radius: var(--radius);
  padding: 18px 20px; max-width: 820px; margin: 22px auto 0;
}
.note h3 { margin-bottom: .35rem; font-size: 1rem; display: flex; align-items: center; gap: 8px; }
.note p { font-size: .88rem; line-height: 1.6; }
.note h3 .note-icon { display: inline-flex; color: #b7791f; }
.note h3 svg { width: 22px; height: 22px; }
.note p { color: #6b5e3a; margin: 0; }

/* ==========================================================================
   Como funciona (passos)
   ========================================================================== */
/* Hierarquia de títulos das seções */
#recursos .section-title { font-size: 1.3rem; }
#recursos .fcj-area-sep  { margin-top: 3.4rem; }   /* separa "Por que conversar" de "Como funciona" na mesma área */
#blog .section-title     { font-size: 1.1rem; }
#faq .section-title      { font-size: 1.02rem; }
#recursos .section-title::after,
#blog .section-title::after,
#faq .section-title::after { width: 40px; margin-top: 10px; }
.steps { grid-template-columns: repeat(auto-fit, minmax(210px, 1fr)); text-align: center; gap: 18px; }
.step .circle {
  width: 46px; height: 46px; border-radius: 50%; background: var(--gold-gradient); color: #fff;
  font-weight: 800; font-size: 1.2rem;
  display: flex; align-items: center; justify-content: center; margin: 0 auto .65rem;
}
.step h3 { font-size: 1.05rem; margin-bottom: .3rem; }
.step p { color: var(--muted); margin: 0; font-size: .95rem; }

/* ==========================================================================
   FAQ
   ========================================================================== */
.faq { max-width: 800px; margin: 0 auto; }
.faq details { background: #fff; border: 1px solid var(--border); border-radius: 12px; padding: 16px 20px; margin-bottom: 12px; box-shadow: 0 4px 12px rgba(17, 24, 39, .04); }
.faq summary { font-weight: 600; cursor: pointer; list-style: none; position: relative; padding-right: 28px; }
.faq summary::-webkit-details-marker { display: none; }
.faq summary::after { content: '+'; position: absolute; right: 0; top: -2px; font-size: 1.5rem; color: var(--gold-deep); line-height: 1; transition: transform .2s; }
.faq details[open] summary::after { content: '\2212'; }
.faq details p { color: var(--muted); margin: .8rem 0 0; }

/* ==========================================================================
   Rodapé (global)
   ========================================================================== */
.site-footer { background: linear-gradient(160deg, #15110b 0%, #1d1710 100%); color: #cbd5e0; padding: 52px 0 24px; }
.site-footer a { color: #cbd5e0; }
.site-footer a:hover { color: #fff; }
.footer-grid { display: grid; gap: 32px; grid-template-columns: 1.5fr 1.3fr; align-items: start; }
.footer-cols { display: grid; grid-template-columns: 1fr 1fr; gap: 24px; }
.footer-brand { font-family: var(--font-head); font-size: 1.12rem; font-weight: 800; color: #fff; margin-bottom: .5rem; display: flex; align-items: center; gap: 9px; }
.footer-brand .footer-logo { width: 32px; height: 32px; border-radius: 50%; object-fit: cover; flex: none; }
.footer-brand .brand-icon { display: inline-flex; color: var(--gold); }
.footer-brand .brand-icon svg { width: 22px; height: 22px; }
.footer-desc { color: #94a3b8; max-width: 340px; font-size: .9rem; }
.site-footer h4 { color: #fff; font-family: var(--font-head); font-size: .78rem; font-weight: 700; text-transform: uppercase; letter-spacing: .07em; margin-bottom: .8rem; }
.footer-list a { font-size: .9rem; }
.footer-list { list-style: none; margin: 0; padding: 0; }
.footer-list li { margin-bottom: .5rem; }
.footer-bottom { border-top: 1px solid rgba(255, 255, 255, .12); margin-top: 32px; padding-top: 18px; text-align: center; color: #94a3b8; }
.footer-bottom .verse { font-style: italic; color: var(--gold); margin-top: .3rem; }

/* ==========================================================================
   Conteúdo (páginas e posts editáveis no WordPress)
   ========================================================================== */
.page-head { background: linear-gradient(180deg, #fff 0%, var(--bg-soft) 100%); padding: 52px 0 40px; text-align: center; border-bottom: 1px solid var(--border); }
.page-head h1 { font-size: clamp(1.8rem, 5vw, 2.6rem); margin: 0 0 .4rem; }
.page-head .archive-desc { max-width: 640px; margin: 8px auto 0; color: var(--muted); font-size: 1.02rem; line-height: 1.6; }
.page-head .archive-desc p { margin: 0; }
.post-meta { color: var(--muted); font-size: .9rem; display: flex; gap: 10px; justify-content: center; align-items: center; flex-wrap: wrap; }
.post-meta .post-cat { color: var(--gold-deep); font-weight: 700; text-transform: uppercase; font-size: .75rem; letter-spacing: .06em; }
.entry { padding: 44px 0 56px; }
.entry-content { font-size: 1rem; line-height: 1.7; }
.entry-content > * { margin: 0 0 1.25rem; }
.entry-content h2 { font-size: 1.32rem; margin: 2rem 0 .6rem; }
.entry-content h3 { font-size: 1.12rem; margin: 1.6rem 0 .45rem; }
.entry-content a { color: var(--gold-deep); text-decoration: underline; }
.entry-content ul, .entry-content ol { padding-left: 1.4rem; }
.entry-content li { margin-bottom: .45rem; }
.entry-content img { border-radius: 14px; }
.entry-content blockquote {
  border-left: 4px solid var(--gold-deep); background: var(--bg-soft);
  margin: 1.8rem 0; padding: 1rem 1.3rem; border-radius: 0 10px 10px 0;
  color: var(--text); font-style: italic; font-family: var(--font-head); font-size: 1.02rem;
}
.entry-content blockquote p:last-child { margin-bottom: 0; }
/* Caixa final de chamada para o chat, dentro do post */
.post-cta { margin-top: 40px; padding: 28px; border-radius: var(--radius); background: var(--gold-gradient); color: #fff; text-align: center; }
.post-cta h3 { color: #fff; margin: 0 0 .4rem; font-size: 1.3rem; }
.post-cta p { margin: 0 0 1rem; opacity: .95; }
.post-cta .btn { background: #fff; color: var(--gold-deep); }
.post-back { margin-top: 36px; text-align: center; }
.post-back a { color: var(--muted); font-weight: 600; }

/* ==========================================================================
   Card de mensagem bonita (dentro dos artigos)
   ========================================================================== */
.msg-card {
  background: linear-gradient(135deg, #fff8ec 0%, #f5e8cf 100%);
  border: 1px solid #ecdcb6; border-radius: 18px; padding: 30px 26px; margin: 30px 0;
  text-align: center; box-shadow: 0 10px 30px rgba(176, 136, 63, .1);
}
.msg-card p { font-family: var(--font-head); font-size: 1.18rem; line-height: 1.55; color: #5c4a28; font-style: italic; margin: 0 0 8px; }
.msg-card .msg-ref { display: block; font-style: normal; font-weight: 700; color: var(--gold-deep); font-size: .95rem; margin-top: 6px; }
.msg-share { display: flex; flex-wrap: wrap; gap: 8px; justify-content: center; margin-top: 18px; }
/* Card que é uma imagem de versículo gerada (compartilhável) */
.verse-card { padding: 0; background: none; border: 0; box-shadow: none; }
.verse-card .verse-img { width: 100%; max-width: 540px; border-radius: 16px; display: block; margin: 0 auto; box-shadow: 0 12px 34px rgba(176, 136, 63, .18); }
.verse-card .msg-share { margin-top: 14px; }

/* ==========================================================================
   Shortcodes do tema (botões, caixas, acordeão, versículo, oração, etc.)
   ========================================================================== */
.entry-content .fcj-btn-wrap { display: inline-block; margin: 6px 6px 6px 0; }
.btn--outline { background: transparent; color: var(--gold-deep); border: 2px solid var(--gold-deep); box-shadow: none; }
.btn--outline:hover { background: var(--gold-deep); color: #fff; }
.entry-content .btn { line-height: 1.1; }
.entry-content .btn svg { width: 18px; height: 18px; vertical-align: -4px; }

/* Caixa de destaque */
.fcj-box { border-radius: 14px; padding: 18px 20px; margin: 24px 0; border: 1px solid var(--border); background: var(--bg-soft); border-left: 4px solid var(--gold-deep); }
.fcj-box .fcj-box-title { font-family: var(--font-head); font-weight: 700; margin-bottom: 6px; display: flex; align-items: center; gap: 8px; color: var(--text); }
.fcj-box .fcj-box-ic svg { width: 20px; height: 20px; }
.fcj-box .fcj-box-body > :last-child { margin-bottom: 0; }
.fcj-box--info { border-left-color: #4f86d6; background: #eef2fb; }
.fcj-box--aviso { border-left-color: #d9a300; background: #fff8e6; }
.fcj-box--sucesso { border-left-color: #1f9d55; background: #e9f8ef; }
.fcj-box--dourado { border-left-color: var(--gold-deep); background: linear-gradient(135deg, #fff8ec, #f6ead2); }
.fcj-box--destaque { border-left-color: var(--gold-deep); background: var(--bg-soft2); }

/* Versículo */
.entry-content blockquote.fcj-verse { border-left: 4px solid var(--gold-deep); background: var(--bg-soft); font-family: var(--font-head); font-size: 1.04rem; }
.fcj-verse .fcj-verse-ref { display: block; margin-top: 8px; font-style: normal; font-weight: 700; font-size: .9rem; color: var(--gold-deep); }
/* Botão "compartilhar como imagem" no versículo */
.entry-content blockquote.fcj-verse { position: relative; padding-right: 52px; }
.fcj-verse-share { position: absolute; top: 10px; right: 12px; width: 30px; height: 30px; border: 0; border-radius: 8px; background: rgba(176, 136, 63, .12); color: var(--gold-deep); cursor: pointer; display: inline-flex; align-items: center; justify-content: center; transition: background .2s ease, color .2s ease; }
.fcj-verse-share:hover { background: var(--gold-deep); color: #fff; }
.fcj-verse-share svg { width: 15px; height: 15px; }

/* Oração */
.fcj-prayer { background: linear-gradient(135deg, #fff8ec 0%, #f5e8cf 100%); border: 1px solid #ecdcb6; border-radius: 16px; padding: 22px 24px; margin: 26px 0; }
.fcj-prayer .fcj-prayer-head { display: flex; align-items: center; gap: 8px; font-family: var(--font-head); font-weight: 800; color: var(--gold-deep); margin-bottom: 8px; }
.fcj-prayer .fcj-prayer-head svg { width: 20px; height: 20px; }
.fcj-prayer .fcj-prayer-body { color: #5c4a28; font-style: italic; }
.fcj-prayer .fcj-prayer-body > :last-child { margin-bottom: 0; }

/* Acordeão */
.fcj-accordion .fcj-acc-item { background: #fff; border: 1px solid var(--border); border-radius: 12px; padding: 14px 18px; margin-bottom: 12px; box-shadow: 0 4px 12px rgba(17, 24, 39, .04); }
.fcj-accordion summary { font-family: var(--font-head); font-weight: 600; cursor: pointer; list-style: none; position: relative; padding-right: 28px; }
.fcj-accordion summary::-webkit-details-marker { display: none; }
.fcj-accordion summary::after { content: '+'; position: absolute; right: 0; top: -2px; font-size: 1.5rem; color: var(--gold-deep); line-height: 1; }
.fcj-accordion .fcj-acc-item[open] summary::after { content: '\2212'; }
.fcj-accordion .fcj-acc-body { margin-top: 12px; color: var(--muted); }
.fcj-accordion .fcj-acc-body > :last-child { margin-bottom: 0; }

/* Divisor com cruz */
.fcj-divider { display: flex; align-items: center; justify-content: center; gap: 12px; margin: 32px 0; color: var(--gold); }
.fcj-divider::before, .fcj-divider::after { content: ''; height: 1px; width: 70px; background: linear-gradient(90deg, transparent, var(--gold)); }
.fcj-divider::after { background: linear-gradient(90deg, var(--gold), transparent); }
.fcj-divider span svg { width: 22px; height: 22px; color: var(--gold-deep); }

/* Ícone inline + destaque */
.fcj-ic-inline { display: inline-flex; vertical-align: -3px; color: var(--gold-deep); }
.fcj-ic-inline svg { width: 20px; height: 20px; }
.fcj-hl { background: linear-gradient(180deg, transparent 55%, #f6e2b0 55%); color: inherit; padding: 0 2px; }

/* CTA box */
.fcj-cta-box { background: var(--gold-gradient); color: #fff; border-radius: var(--radius); padding: 28px; text-align: center; margin: 30px 0; }
.fcj-cta-box h3 { color: #fff; margin-bottom: .4rem; }
.fcj-cta-box .fcj-cta-text { opacity: .95; margin-bottom: 1rem; }
.fcj-cta-box .btn { background: #fff; color: var(--gold-deep); }

/* Lista com ícone */
.fcj-iconlist { list-style: none; padding-left: 0; }
.fcj-iconlist li { display: flex; align-items: flex-start; gap: 10px; margin-bottom: .5rem; }
.fcj-iconlist .fcj-li-ic { flex: none; margin-top: 3px; color: var(--gold-deep); }
.fcj-iconlist .fcj-li-ic svg { width: 18px; height: 18px; }

/* Botões de compartilhar */
.share-bar { display: flex; flex-wrap: wrap; align-items: center; gap: 10px; margin: 36px 0 8px; padding-top: 22px; border-top: 1px solid var(--border); }
.share-bar .share-label { font-weight: 700; color: var(--text); font-size: .95rem; margin-right: 2px; }
.share-btn {
  display: inline-flex; align-items: center; gap: 6px; padding: 9px 16px; border-radius: 999px;
  border: 1px solid var(--border); background: #fff; color: var(--text); font-size: .88rem; font-weight: 600;
  cursor: pointer; text-decoration: none; transition: .2s; font-family: var(--font-body);
}
.share-btn:hover { color: #fff; border-color: transparent; text-decoration: none; }
.share-btn svg { width: 16px; height: 16px; }
.share-btn.wpp:hover { background: #25D366; }
.share-btn.fb:hover { background: #1877F2; }
.share-btn.ig:hover { background: linear-gradient(45deg, #f09433, #dc2743, #bc1888); }
.share-btn.copy:hover { background: var(--gold-deep); }
.msg-share .share-btn { padding: 7px 14px; font-size: .82rem; background: rgba(255, 255, 255, .7); }

/* Lista de posts (blog) */
.posts-grid { grid-template-columns: repeat(auto-fit, minmax(min(100%, 270px), 1fr)); }
.post-card { background: #fff; border: 1px solid var(--border); border-radius: var(--radius); overflow: hidden; box-shadow: var(--shadow); display: flex; flex-direction: column; transition: transform .25s ease, box-shadow .25s ease; }
.post-card:hover { transform: translateY(-3px); box-shadow: var(--shadow-hover); }
.post-card .thumb img { width: 100%; height: 180px; object-fit: cover; border-radius: 0; }
.post-card .body { padding: 18px; display: flex; flex-direction: column; flex: 1; }
.post-card .post-cat { display: inline-block; align-self: flex-start; font-size: .7rem; font-weight: 700; text-transform: uppercase; letter-spacing: .07em; color: var(--gold-deep); background: var(--bg-soft2); padding: 4px 10px; border-radius: 999px; margin-bottom: .7rem; }
.post-card .post-cat:hover { text-decoration: none; color: #fff; background: var(--gold-deep); }
.post-card h2, .post-card h3 { font-size: 1.05rem; margin: 0 0 .4rem; line-height: 1.32; }
.post-card h2 a, .post-card h3 a { color: var(--text); }
.post-card h2 a:hover, .post-card h3 a:hover { color: var(--gold-deep); text-decoration: none; }
.post-card .meta { color: var(--muted); font-size: .85rem; margin-bottom: .6rem; }
.post-card .excerpt { color: var(--muted); margin-bottom: .9rem; font-size: .9rem; line-height: 1.55; }
.post-card .post-cat { font-size: .68rem; }
.post-card .read-more { margin-top: auto; font-weight: 600; color: var(--gold-deep); font-size: .9rem; }
.posts-all { text-align: center; margin-top: 30px; }

/* Ícones de redes sociais no rodapé */
.footer-social { display: flex; gap: 10px; margin-top: 18px; }
.footer-social a { width: 40px; height: 40px; border-radius: 11px; display: inline-flex; align-items: center; justify-content: center; background: rgba(255, 255, 255, .06); color: #cbd5e0; border: 1px solid rgba(255, 255, 255, .1); transition: .2s; }
.footer-social a:hover { background: var(--gold-gradient); color: #fff; border-color: transparent; }
.footer-social svg { width: 19px; height: 19px; }
.pagination { display: flex; gap: 8px; justify-content: center; margin-top: 32px; flex-wrap: wrap; }
.pagination .page-numbers { padding: 8px 14px; border: 1px solid var(--border); border-radius: 8px; color: var(--text); }
.pagination .current { background: var(--gradient); color: #fff; border-color: transparent; }

/* ==========================================================================
   RESPONSIVO
   ========================================================================== */
/* Tablet */
@media (max-width: 880px) {
  .footer-grid { grid-template-columns: 1fr; gap: 28px; }
}

/* Mobile */
@media (max-width: 768px) {
  /* Cabeçalho compacto + menu em gaveta (padding simétrico, sem min-height) */
  .site-header .container { padding-top: 9px; padding-bottom: 9px; }
  .brand { font-size: 1.06rem; }
  .menu-toggle { display: block; }
  .nav {
    position: fixed; inset: 60px 0 auto 0; flex-direction: column; align-items: stretch;
    background: #fff; border-bottom: 1px solid var(--border); padding: 10px 18px 18px;
    gap: 4px; transform: translateY(-130%); transition: transform .28s ease;
    box-shadow: var(--shadow); max-height: calc(100vh - 60px); overflow-y: auto;
  }
  .nav.is-open { transform: translateY(0); }
  .fcj-menu { flex-direction: column; gap: 2px; }
  .fcj-menu a { padding: 13px 10px; font-size: 1.05rem; }
  .nav-cta { margin: 8px 0 0; }
  .nav-cta .btn { display: block; text-align: center; }

  /* Espaçamento e tipografia (mais enxuto no mobile) */
  .section { padding: 32px 0; }
  .hero { padding: 44px 0; }
  .grid { gap: 16px; }
  .section-title { margin-bottom: .4em; }
  .hero h1 { font-size: clamp(1.85rem, 8.5vw, 2.7rem); }
  .hero p.lead { font-size: 1.02rem; }
  .section-title { font-size: 1.55rem; }

  /* Botão do hero grande e fácil de tocar */
  .hero .btn { display: block; width: 100%; max-width: 360px; margin-left: auto; margin-right: auto; padding: 16px 24px; }

  /* Cartões com padding um pouco menor */
  .card { padding: 22px; }

  /* "Por que conversar": mantém 2x2, porém compacto no mobile */
  .features-grid { gap: 12px; }
  .features-grid .card { padding: 16px; }
  .features-grid .card .icon { width: 42px; height: 42px; margin-bottom: 10px; }
  .features-grid .card .icon svg { width: 22px; height: 22px; }
  .features-grid .card h3 { font-size: .98rem; }
  .features-grid .card p { font-size: .85rem; line-height: 1.5; }

  /* "Como funciona" compacto: passos em linha, ocupando bem menos altura */
  .steps { grid-template-columns: 1fr; gap: 10px; text-align: left; }
  .step {
    display: flex; align-items: center; gap: 14px;
    background: #fff; border: 1px solid var(--border); border-radius: 12px; padding: 12px 14px;
  }
  .step .circle { margin: 0; width: 40px; height: 40px; font-size: 1.05rem; flex: none; }
  .step h3 { font-size: 1rem; margin: 0 0 .1rem; }
  .step p { font-size: .9rem; }

  /* Busca um pouco mais compacta no mobile */
  .ice-search input { padding: 12px 44px 12px 18px; }

  /* Grid de postagens mais enxuto no mobile */
  .posts-grid { gap: 14px; }
  .post-card .thumb img { height: 150px; }
  .post-card .body { padding: 14px; }
  .post-card .post-cat { font-size: .64rem; padding: 3px 8px; margin-bottom: .55rem; }
  .post-card h2, .post-card h3 { font-size: .98rem; line-height: 1.3; margin-bottom: .35rem; }
  .post-card .excerpt { font-size: .85rem; line-height: 1.5; margin-bottom: .7rem; }
  .post-card .read-more { font-size: .85rem; }
  .posts-all { margin-top: 22px; }

  /* Empilhamento */
  .footer-grid { grid-template-columns: 1fr; gap: 22px; }
  .footer-desc { max-width: none; }
  .footer-bottom { margin-top: 26px; }
}

/* Celulares menores */
@media (max-width: 480px) {
  .post-card .thumb img { height: 140px; }
  .post-card .body { padding: 13px; }
  .features-grid { gap: 10px; }
  .features-grid .card { padding: 13px; }
  .features-grid .card .icon { width: 38px; height: 38px; margin-bottom: 8px; }
  .features-grid .card .icon svg { width: 19px; height: 19px; }
  .features-grid .card h3 { font-size: .9rem; }
  .features-grid .card p { font-size: .8rem; line-height: 1.45; }
}

/* Telas bem pequenas */
@media (max-width: 380px) {
  .container { padding: 0 16px; }
}

/* Resoluções muito ruins: selos do hero empilhados (um abaixo do outro) */
@media (max-width: 360px) {
  .hero .badges { flex-direction: column; gap: 7px; font-size: .85rem; }
  .hero .badges svg { width: 14px; height: 14px; }
}

/* ==========================================================================
   Menu inferior estilo app (tab bar) — somente mobile
   ========================================================================== */
.app-tabbar { display: none; }
@media (max-width: 768px) {
  body { padding-bottom: 88px; }
  .app-tabbar {
    display: flex; align-items: flex-end; justify-content: space-around;
    position: fixed; left: 50%; transform: translateX(-50%); bottom: 10px; z-index: 150;
    width: calc(100% - 20px); max-width: 440px;
    background: #fff; border: 1px solid var(--border); border-radius: 26px;
    box-shadow: 0 10px 30px rgba(60, 50, 30, .16); padding: 8px 4px 9px;
  }
  .app-tabbar .tab {
    flex: 1; min-width: 0; display: flex; flex-direction: column; align-items: center; gap: 3px;
    color: var(--muted); font-family: var(--font-head); font-weight: 600; font-size: .66rem;
  }
  .app-tabbar .tab:hover { color: var(--gold-deep); text-decoration: none; }
  .app-tabbar .tab-ic { display: inline-flex; }
  .app-tabbar .tab-ic svg { width: 23px; height: 23px; }
  .app-tabbar .tab-lbl { white-space: nowrap; }
  /* Centro elevado (Conversar) */
  .app-tabbar .tab--center { color: var(--gold-deep); }
  .app-tabbar .tab--center .tab-avatar {
    width: 56px; height: 56px; margin-top: -32px; margin-bottom: 1px;
    border-radius: 50%; background: var(--gold-gradient); padding: 3px; border: 3px solid #fff;
    box-shadow: 0 6px 16px rgba(176, 136, 63, .4);
    display: inline-flex; align-items: center; justify-content: center;
  }
  .app-tabbar .tab--center .tab-avatar img { width: 100%; height: 100%; border-radius: 50%; object-fit: cover; }
  .app-tabbar .tab--center .tab-avatar svg { width: 26px; height: 26px; color: #fff; }
  /* Aviso de cookies acima do menu */
  .cookie-bar { bottom: 96px; }
}

/* ==========================================================================
   TEMA ESCURO (dark mode) — ativado por html[data-theme="dark"]
   ========================================================================== */
html[data-theme="dark"] {
  --text: #f0e7d6;
  --muted: #b1a78f;
  --bg: #15120c;
  --bg-soft: #1d1810;
  --bg-soft2: #251f15;
  --border: #2e2719;
  --border-cool: #2e2719;
}
html[data-theme="dark"] body { background: var(--bg); color: var(--text); }
html[data-theme="dark"] .site-header { background: rgba(21, 18, 12, .9); border-bottom-color: var(--border); }
html[data-theme="dark"] .nav { background: #1d1810; border-bottom-color: var(--border); }
html[data-theme="dark"] .fcj-menu a { color: var(--text); }
html[data-theme="dark"] .hero,
html[data-theme="dark"] .page-head { background: linear-gradient(180deg, #15120c 0%, #1d1810 100%); border-bottom-color: var(--border); }
html[data-theme="dark"] .chip:not(.chip--primary) { background: #1d1810; color: var(--text); border-color: var(--border); }
html[data-theme="dark"] .ice-search input { background: #1d1810; color: var(--text); border-color: var(--border); }
html[data-theme="dark"] .card,
html[data-theme="dark"] .post-card,
html[data-theme="dark"] .faq details,
html[data-theme="dark"] .fcj-accordion .fcj-acc-item,
html[data-theme="dark"] .cookie-bar,
html[data-theme="dark"] .app-tabbar,
html[data-theme="dark"] .vimg-box { background: #1d1810; border-color: var(--border); }
html[data-theme="dark"] .post-card h2 a, html[data-theme="dark"] .post-card h3 a { color: var(--text); }
html[data-theme="dark"] .vimg-stage { background: #15120c; }
html[data-theme="dark"] .vicon:not(.is-active),
html[data-theme="dark"] .mfmt:not(.is-active) { background: #15120c; color: var(--text); border-color: var(--border); }
html[data-theme="dark"] .vimg-x { background: #251f15; color: var(--text); }
html[data-theme="dark"] .note { background: #241d0f; border-color: #4a3c16; }
html[data-theme="dark"] .note p { color: #ddca9e; }
html[data-theme="dark"] .fcj-box { background: var(--bg-soft2); color: var(--text); }
html[data-theme="dark"] .fcj-box--info { background: #16263a; }
html[data-theme="dark"] .fcj-box--sucesso { background: #15291c; }
html[data-theme="dark"] .fcj-box--aviso { background: #2c2410; }
html[data-theme="dark"] .msg-card,
html[data-theme="dark"] .fcj-prayer { background: linear-gradient(135deg, #241d10, #2b2213); border-color: #4a3c16; }
html[data-theme="dark"] .msg-card p { color: #ead9b0; }
html[data-theme="dark"] .fcj-prayer .fcj-prayer-body { color: #ddca9e; }
html[data-theme="dark"] .entry-content blockquote { color: var(--text); }
/* "Como funciona": cards claros com texto quase preto (legível no escuro) */
html[data-theme="dark"] .step { background: #f4ecda; border: 1px solid #e3d8c4; border-radius: 12px; padding: 14px 16px; }
html[data-theme="dark"] .step h3 { color: #161310; }
html[data-theme="dark"] .step p { color: #4a4034; }
/* Rodapé invertido: claro no modo escuro */
html[data-theme="dark"] .site-footer { background: #f3ead7; color: #5c5446; }
html[data-theme="dark"] .site-footer a { color: #4a4034; }
html[data-theme="dark"] .site-footer a:hover { color: var(--gold-deep); }
html[data-theme="dark"] .site-footer h4,
html[data-theme="dark"] .footer-brand { color: #2a2724; }
html[data-theme="dark"] .footer-desc { color: #7c7367; }
html[data-theme="dark"] .footer-brand .brand-icon { color: var(--gold-deep); }
html[data-theme="dark"] .footer-bottom { border-top-color: #e3d8c4; color: #7c7367; }
html[data-theme="dark"] .footer-bottom .verse { color: var(--gold-deep); }
html[data-theme="dark"] .footer-social a { background: rgba(0, 0, 0, .05); color: #4a4034; border-color: #e3d8c4; }
html[data-theme="dark"] .footer-social a:hover { background: var(--gold-gradient); color: #fff; border-color: transparent; }
