/* artigos.css — estilo das páginas de conteúdo (Como Funciona, FAQ, Sobre)
   Tema do Portal Oráculo, com aviso vermelho de conteúdo simbólico. */

:root {
  --c-void: #020804;
  --c-teal: #00d4c8;
  --c-gold: #c8a84b;
  --c-violet: #a06fff;
  --c-white: #e8f0ef;
}

*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }

body {
  font-family: 'Inter', Georgia, serif;
  background: #020804;
  color: #c8d8d4;
  min-height: 100vh;
  line-height: 1.7;
}

a { color: var(--c-teal); }

/* ---------- NAV ---------- */
.nav {
  position: sticky;
  top: 0;
  z-index: 50;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 6px 18px;
  padding: 14px 24px;
  background: rgba(2, 8, 4, 0.92);
  border-bottom: 1px solid rgba(0, 212, 200, 0.18);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
}
.nav-brand {
  font-family: 'Cinzel Decorative', serif;
  font-size: 15px;
  font-weight: 700;
  color: var(--c-white);
  text-decoration: none;
  margin-right: auto;
  letter-spacing: 0.5px;
}
.nav a.nav-link {
  font-family: 'Cinzel', serif;
  font-size: 11px;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  color: rgba(200, 216, 212, 0.75);
  text-decoration: none;
  transition: color 0.2s;
}
.nav a.nav-link:hover { color: var(--c-teal); }

/* ---------- PAGE ---------- */
.page { max-width: 820px; margin: 0 auto; padding: 44px 24px 40px; }

.crumbs { font-size: 11px; letter-spacing: 1px; color: rgba(200,216,212,0.45); margin-bottom: 28px; }
.crumbs a { color: rgba(0,212,200,0.7); text-decoration: none; }

/* ---------- HERO ---------- */
.hero { text-align: center; margin-bottom: 30px; }
.hero-symbol {
  font-size: clamp(3.4rem, 12vw, 5rem);
  font-weight: 900;
  line-height: 1;
  margin-bottom: 10px;
  text-shadow: 0 0 40px currentColor;
}
.hero h1 {
  font-family: 'Cinzel Decorative', serif;
  font-size: clamp(1.5rem, 4.5vw, 2.3rem);
  color: var(--c-white);
  margin-bottom: 12px;
}
.hero-eyebrow {
  font-family: 'Cinzel', serif;
  font-size: 11px;
  letter-spacing: 4px;
  text-transform: uppercase;
  color: var(--c-gold);
  opacity: 0.8;
  margin-bottom: 14px;
}
.badge {
  display: inline-block;
  padding: 5px 16px;
  border-radius: 20px;
  border: 1px solid rgba(200, 168, 75, 0.4);
  background: rgba(200, 168, 75, 0.08);
  color: var(--c-gold);
  font-family: 'Cinzel', serif;
  font-size: 11px;
  letter-spacing: 2px;
  text-transform: uppercase;
}
.hero-meaning {
  margin-top: 16px;
  font-size: 17px;
  color: var(--c-white);
  font-weight: 300;
  font-style: italic;
}

/* ---------- AVISO VERMELHO (igual ao app) ---------- */
.aviso-vermelho {
  display: flex;
  align-items: center;
  gap: 10px;
  max-width: 680px;
  margin: 26px auto;
  padding: 12px 16px;
  background: #c1121f;
  border: 1.2px solid #7a0c14;
  border-radius: 8px;
  box-shadow: 0 0 16px rgba(193, 18, 31, 0.4);
}
.aviso-vermelho .ico { font-size: 16px; color: #ffe3e3; flex-shrink: 0; }
.aviso-vermelho p {
  margin: 0;
  color: #ffe3e3;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.45;
}

/* ---------- ARTICLE ---------- */
.article { margin-top: 14px; }
.article h2 {
  font-family: 'Cinzel', serif;
  font-size: 13px;
  letter-spacing: 2.5px;
  text-transform: uppercase;
  color: var(--c-teal);
  margin: 34px 0 14px;
}
.article p { font-size: 15px; color: rgba(200, 216, 212, 0.85); margin-bottom: 14px; }
.article strong { color: var(--c-white); font-weight: 600; }
.article ul { margin: 8px 0 16px; padding-left: 20px; }
.article li { font-size: 15px; color: rgba(200, 216, 212, 0.82); margin-bottom: 8px; }

.reflexao {
  margin: 26px 0;
  padding: 20px 22px;
  border-radius: 12px;
  border: 1px solid rgba(123, 47, 255, 0.28);
  background: linear-gradient(135deg, rgba(123,47,255,0.08), rgba(2,8,4,0.4));
}
.reflexao .reflexao-titulo {
  font-family: 'Cinzel', serif;
  font-size: 11px;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: var(--c-violet);
  margin-bottom: 8px;
}
.reflexao p { font-size: 15px; color: rgba(232,240,239,0.9); font-style: italic; margin: 0; }

/* ---------- SÍMBOLO NAV (prev/next) ---------- */
.sym-nav {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  margin-top: 44px;
  padding-top: 24px;
  border-top: 1px solid rgba(0, 212, 200, 0.12);
}
.sym-nav a {
  flex: 1;
  padding: 14px 16px;
  border: 1px solid rgba(0, 212, 200, 0.2);
  border-radius: 10px;
  text-decoration: none;
  color: rgba(200,216,212,0.85);
  font-size: 13px;
  transition: border-color 0.2s, background 0.2s;
}
.sym-nav a:hover { border-color: rgba(0,212,200,0.6); background: rgba(0,212,200,0.05); }
.sym-nav .nx { text-align: right; }
.sym-nav .lbl { display: block; font-size: 10px; letter-spacing: 1.5px; text-transform: uppercase; color: rgba(200,216,212,0.4); margin-bottom: 4px; }

/* ---------- HUB GRID ---------- */
.lead { font-size: 16px; color: rgba(200,216,212,0.85); margin-bottom: 12px; }
.grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(150px, 1fr));
  gap: 14px;
  margin-top: 28px;
}
.card {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 6px;
  padding: 20px 14px;
  border-radius: 12px;
  border: 1px solid rgba(0, 212, 200, 0.15);
  background: rgba(0, 212, 200, 0.03);
  text-decoration: none;
  transition: border-color 0.2s, transform 0.2s, background 0.2s;
}
.card:hover { border-color: rgba(0,212,200,0.5); transform: translateY(-3px); background: rgba(0,212,200,0.06); }
.card .c-sym { font-size: 34px; font-weight: 900; line-height: 1; }
.card .c-name { font-family: 'Cinzel', serif; font-size: 11px; letter-spacing: 1px; text-transform: uppercase; color: var(--c-white); }
.card .c-mean { font-size: 11.5px; color: rgba(200,216,212,0.55); }

/* ---------- FAQ ---------- */
.faq-item {
  padding: 20px 0;
  border-bottom: 1px solid rgba(0, 212, 200, 0.1);
}
.faq-item h2 {
  font-family: 'Cinzel', serif;
  font-size: 15px;
  letter-spacing: 0.5px;
  color: var(--c-white);
  margin: 0 0 10px;
  text-transform: none;
}
.faq-item p { font-size: 15px; color: rgba(200,216,212,0.82); margin: 0 0 8px; }

/* ---------- CTA ---------- */
.cta {
  display: inline-block;
  margin-top: 24px;
  padding: 14px 26px;
  border-radius: 30px;
  background: linear-gradient(135deg, #00b3a8, #00746c);
  border: 1.5px solid rgba(0, 240, 224, 0.9);
  color: #fff;
  font-family: 'Cinzel', serif;
  font-size: 12px;
  letter-spacing: 2px;
  text-transform: uppercase;
  text-decoration: none;
  font-weight: 600;
  box-shadow: 0 0 22px rgba(0, 212, 200, 0.4);
  transition: filter 0.2s, transform 0.2s;
}
.cta:hover { filter: brightness(1.12); transform: translateY(-1px); }

/* ---------- FOOTER ---------- */
.footer {
  text-align: center;
  margin-top: 8px;
  padding: 22px 0 40px;
  border-top: 1px solid rgba(0, 212, 200, 0.1);
}
.footer p { font-size: 12px; color: rgba(200,216,212,0.4); line-height: 1.9; }
.footer a { color: rgba(0,212,200,0.6); }

@media (max-width: 560px) {
  .page { padding: 32px 16px 60px; }
  .nav { padding: 12px 16px; gap: 4px 12px; }
  .nav-brand { width: 100%; margin-bottom: 4px; }
}

/* ---------- JORNADA (hub de conteúdo) ---------- */
.tag {
  display: inline-block;
  padding: 4px 12px;
  border-radius: 20px;
  font-family: 'Cinzel', serif;
  font-size: 10px;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  font-weight: 600;
}
.tag-auto     { background: rgba(0, 212, 200, 0.1);   color: var(--c-teal);   border: 1px solid rgba(0, 212, 200, 0.3); }
.tag-reflexao { background: rgba(123, 47, 255, 0.1);  color: var(--c-violet); border: 1px solid rgba(123, 47, 255, 0.3); }
.tag-entret   { background: rgba(200, 168, 75, 0.1);  color: var(--c-gold);   border: 1px solid rgba(200, 168, 75, 0.3); }

.article-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(260px, 1fr));
  gap: 18px;
  margin-top: 28px;
}
.acard {
  display: flex;
  flex-direction: column;
  gap: 10px;
  padding: 22px;
  border-radius: 14px;
  border: 1px solid rgba(0, 212, 200, 0.15);
  background: rgba(0, 212, 200, 0.03);
  text-decoration: none;
  transition: border-color 0.2s, transform 0.2s, background 0.2s;
}
.acard:hover { border-color: rgba(0,212,200,0.5); transform: translateY(-3px); background: rgba(0,212,200,0.06); }
.acard .acard-tags { display: flex; gap: 6px; flex-wrap: wrap; }
.acard .acard-title {
  font-family: 'Cinzel Decorative', serif;
  font-size: 17px;
  color: var(--c-white);
  line-height: 1.35;
}
.acard .acard-excerpt { font-size: 13.5px; color: rgba(200,216,212,0.65); line-height: 1.55; }
.acard .acard-meta { font-size: 11px; color: rgba(200,216,212,0.4); margin-top: auto; padding-top: 6px; }

.jornada-featured {
  display: flex;
  flex-direction: column;
  gap: 12px;
  padding: 28px;
  margin-bottom: 12px;
  border-radius: 18px;
  border: 1px solid rgba(200, 168, 75, 0.3);
  background: linear-gradient(135deg, rgba(200,168,75,0.08), rgba(2,8,4,0.4));
  text-decoration: none;
}
.jornada-featured:hover { border-color: rgba(200,168,75,0.6); }
.jornada-featured .acard-title { font-size: 22px; }
.jornada-featured .acard-excerpt { font-size: 15px; color: rgba(200,216,212,0.8); }

.article-nav-related {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-top: 44px;
  padding-top: 24px;
  border-top: 1px solid rgba(0, 212, 200, 0.12);
}
.article-nav-related h3 {
  font-family: 'Cinzel', serif;
  font-size: 11px;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: rgba(200,216,212,0.5);
  margin-bottom: 4px;
}
.article-nav-related a {
  color: var(--c-white);
  text-decoration: none;
  font-size: 14px;
  padding: 4px 0;
}
.article-nav-related a:hover { color: var(--c-teal); }

/* ---------- BOTÃO VOLTAR ---------- */
.btn-voltar {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 22px;
  padding: 10px 20px;
  border-radius: 30px;
  border: 1px solid rgba(0, 212, 200, 0.45);
  background: rgba(0, 212, 200, 0.06);
  color: var(--c-teal);
  font-family: 'Cinzel', serif;
  font-size: 11px;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  cursor: pointer;
  box-shadow: 0 0 14px rgba(0, 212, 200, 0.14);
  transition: background 0.2s, box-shadow 0.2s, transform 0.2s, border-color 0.2s;
}
.btn-voltar:hover {
  background: rgba(0, 212, 200, 0.14);
  border-color: rgba(0, 212, 200, 0.8);
  box-shadow: 0 0 22px rgba(0, 212, 200, 0.35);
  transform: translateX(-3px);
}
.btn-voltar .seta { font-size: 15px; line-height: 1; }
