/*
Theme Name: Neo Clean
Author: Neo TS
Version: 1.0
*/

/* ===== Estilo dark para Artigos e Posts Neo TS ===== */

body.page-template-page-artigos,
body.single-post {
    margin: 0;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    background: radial-gradient(circle at top right, #04213d, #02040a 55%, #000000 100%);
    color: #f5f7ff;
}

/* Limita largura do conteúdo */
body.page-template-page-artigos .container,
body.single-post .container {
    max-width: 900px;
    margin: 60px auto 80px;
    padding: 0 20px;
    background: rgba(3, 10, 25, 0.9);
    border-radius: 16px;
    box-shadow: 0 0 26px rgba(0, 139, 255, 0.18);
}

/* Títulos principais */
body.page-template-page-artigos h1,
body.single-post h1 {
    font-size: 28px;
    margin-bottom: 18px;
}

/* Títulos de cada artigo na listagem */
body.page-template-page-artigos h2 a {
    color: #ffffff;
    text-decoration: none;
}

body.page-template-page-artigos h2 a:hover {
    color: #5fd4ff;
}

/* Links em geral */
body.page-template-page-artigos a,
body.single-post a {
    color: #5fd4ff;
}

/* Texto do artigo */
body.page-template-page-artigos p,
body.single-post p {
    line-height: 1.7;
    font-size: 15px;
    margin-bottom: 12px;
}

/* Barra de cima e rodapé escuros */
body.page-template-page-artigos #page,
body.single-post #page {
    background: transparent;
}

body.page-template-page-artigos #colophon,
body.single-post #colophon {
    background: transparent;
    border-top: 1px solid rgba(255,255,255,0.08);
    color: rgba(245,247,255,0.7);
}

/* Botão de "ler artigo completo" na listagem */
body.page-template-page-artigos a[href*="Ler artigo completo"] {
    font-weight: 500;
}


/* ===== Estilo dark para página de Artigos e posts ===== */

/* Página de Artigos (usa o template "Listagem de Artigos Neo TS") */
body.page-template-listagem-de-artigos-neo-ts {
    margin: 0;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    background: radial-gradient(circle at top right, #04213d, #02040a 55%, #000000 100%);
    color: #f5f7ff;
}

/* Container da listagem */
body.page-template-listagem-de-artigos-neo-ts .container {
    max-width: 900px;
    margin: 60px auto 80px;
    padding: 0 20px;
    background: rgba(3, 10, 25, 0.9);
    border-radius: 16px;
    box-shadow: 0 0 26px rgba(0, 139, 255, 0.18);
}

/* Título da página Artigos */
body.page-template-listagem-de-artigos-neo-ts h1 {
    font-size: 28px;
    margin-bottom: 20px;
}

/* Títulos de cada artigo na listagem */
body.page-template-listagem-de-artigos-neo-ts h2 a {
    color: #ffffff;
    text-decoration: none;
}

body.page-template-listagem-de-artigos-neo-ts h2 a:hover {
    color: #5fd4ff;
}

/* Texto e links */
body.page-template-listagem-de-artigos-neo-ts p {
    line-height: 1.7;
    font-size: 15px;
    margin-bottom: 12px;
}

body.page-template-listagem-de-artigos-neo-ts a {
    color: #5fd4ff;
}

/* Estilo básico para posts individuais também */
body.single-post {
    margin: 0;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    background: radial-gradient(circle at top right, #04213d, #02040a 55%, #000000 100%);
    color: #f5f7ff;
}

body.single-post .container {
    max-width: 900px;
    margin: 60px auto 80px;
    padding: 0 20px;
    background: rgba(3, 10, 25, 0.9);
    border-radius: 16px;
    box-shadow: 0 0 26px rgba(0, 139, 255, 0.18);
}

body.single-post h1 {
    font-size: 28px;
    margin-bottom: 18px;
}

body.single-post p {
    line-height: 1.7;
    font-size: 15px;
    margin-bottom: 12px;
}

body.single-post a {
    color: #5fd4ff;
}

/* ========== FIX HEADER MOBILE ALIGNMENT ========== */
.neo-header-mobile-inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 72px;
    padding: 0 16px;
}

.neo-header-mobile-left {
    display: flex;
    align-items: center;
    gap: 12px;
}

.neo-header-mobile-center {
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.neo-header-mobile-right {
    display: flex;
    align-items: center;
}

/* ====== FAQ – layout geral ====== */
.neo-faq-main {
  min-height: 100vh;
  background: radial-gradient(circle at top right, #04213d, #02040a 55%, #000000 100%);
  color: #e5e7eb;
  padding: 48px 16px 80px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

.neo-faq-container {
  max-width: 1120px;
  margin: 0 auto;
}

/* Títulos */
.neo-faq-heading {
  text-align: center;
  margin-bottom: 40px;
}

.neo-faq-heading h1 {
  font-size: 2rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  color: #f9fafb;
  margin-bottom: 8px;
}

.neo-faq-heading p {
  font-size: 0.95rem;
  color: #9ca3af;
}

/* Grid de cards */
.neo-faq-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 16px;
}

@media (min-width: 900px) {
  .neo-faq-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

/* Card da FAQ */
.neo-faq-card {
  position: relative;
  border-radius: 18px;
  padding: 18px 20px;
  background: radial-gradient(circle at top left, rgba(56, 189, 248, 0.12), rgba(15, 23, 42, 0.95));
  border: 1px solid rgba(148, 163, 184, 0.35);
  box-shadow:
    0 0 0 1px rgba(15, 23, 42, 0.9),
    0 18px 35px rgba(15, 23, 42, 0.95);
  overflow: hidden;
}

.neo-faq-card::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  background: radial-gradient(circle at top left, rgba(56, 189, 248, 0.2), transparent 55%);
  opacity: 0.6;
  pointer-events: none;
}

.neo-faq-card-title {
  position: relative;
  font-size: 1rem;
  font-weight: 600;
  color: #e5e7eb;
  margin-bottom: 6px;
}

.neo-faq-card-text {
  position: relative;
  font-size: 0.9rem;
  line-height: 1.5;
  color: #9ca3af;
}

/* badge opcional (tipo “mais vendido”, etc) */
.neo-faq-badge {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: 0.7rem;
  text-transform: uppercase;
  letter-spacing: 0.18em;
  color: #bbf7d0;
  background: radial-gradient(circle at center, rgba(34, 197, 94, 0.2), rgba(15, 23, 42, 0.95));
  border-radius: 999px;
  padding: 4px 12px;
  border: 1px solid rgba(74, 222, 128, 0.7);
  box-shadow: 0 0 18px rgba(34, 197, 94, 0.55);
  margin-top: 8px;
}

.neo-faq-badge-dot {
  width: 7px;
  height: 7px;
  border-radius: 999px;
  background: #22c55e;
}

