/*
Theme Name:  Palavra do Dia
Theme URI:   https://example.com/
Author:      Seu Nome
Author URI:  https://example.com/
Description: Tema editorial cristão para versículos, salmos, provérbios e a Palavra do Dia — com glossário bíblico, blog devocional e conteúdo espiritual inspirador.
Version:     1.0.0
Requires at least: 6.0
Tested up to: 6.5
Requires PHP: 8.0
License:     GPL-2.0-or-later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: palavra-do-dia
Tags: custom-colors, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready, blog
*/

/* ================================================================
   CSS VARIABLES
================================================================ */
:root {
    --primary:        #7c4a00;
    --primary-dark:   #5a3500;
    --primary-light:  #fdf3e3;
    --secondary:      #2c5f8a;
    --secondary-light:#e8f0f8;
    --accent:         #c9a227;
    --accent-light:   #fdf6e3;
    --background:     #fdfcf8;
    --foreground:     #1e1610;
    --muted:          #6b5a40;
    --muted-bg:       #f5f0e8;
    --border:         #e8dcc8;
    --white:          #ffffff;
    --shadow:         0 2px 16px rgba(30,22,16,0.07);
    --shadow-lg:      0 8px 40px rgba(30,22,16,0.14);
    --radius:         10px;
    --radius-lg:      18px;
    --radius-xl:      28px;
    --font-heading:   'Playfair Display', Georgia, serif;
    --font-body:      'DM Sans', system-ui, sans-serif;
    --transition:     0.22s ease;
    --max-width:      1160px;
}

/* ================================================================
   RESET & BASE
================================================================ */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { font-size: 16px; scroll-behavior: smooth; -webkit-text-size-adjust: 100%; }
body {
    font-family: var(--font-body);
    background: var(--background);
    color: var(--foreground);
    line-height: 1.75;
    min-height: 100vh;
    display: flex;
    flex-direction: column;
}
img { max-width: 100%; height: auto; display: block; }
a { color: var(--primary); text-decoration: none; transition: color var(--transition); }
a:hover { color: var(--primary-dark); }
ul, ol { list-style: none; }
button, input, textarea, select { font-family: inherit; font-size: inherit; }
button { cursor: pointer; border: none; background: none; }

/* ================================================================
   TYPOGRAPHY
================================================================ */
h1,h2,h3,h4,h5,h6 {
    font-family: var(--font-heading);
    font-weight: 700;
    line-height: 1.25;
    color: var(--foreground);
}
h1 { font-size: clamp(2rem,5vw,3.2rem); }
h2 { font-size: clamp(1.5rem,3.5vw,2.2rem); }
h3 { font-size: clamp(1.15rem,2.5vw,1.6rem); }
h4 { font-size: 1.2rem; }
p  { margin-bottom: 1.1rem; }
p:last-child { margin-bottom: 0; }
strong { font-weight: 600; }
em { font-style: italic; }

/* ================================================================
   LAYOUT
================================================================ */
.container { max-width: var(--max-width); margin: 0 auto; padding: 0 1.5rem; }
.site-content { flex: 1; padding: 3rem 0; }
.with-sidebar { display: flex; gap: 2.5rem; align-items: flex-start; }
.content-area { flex: 1 1 0; min-width: 0; }
.sidebar { width: 300px; flex-shrink: 0; }
@media (max-width: 900px) { .with-sidebar { flex-direction: column; } .sidebar { width: 100%; } }

/* ================================================================
   HEADER
================================================================ */
.site-header {
    background: var(--white);
    border-bottom: 2px solid var(--border);
    position: sticky; top: 0; z-index: 200;
    box-shadow: var(--shadow);
}
.header-inner {
    display: flex; align-items: center; justify-content: space-between;
    gap: 1.5rem; padding: 0.85rem 1.5rem;
    max-width: var(--max-width); margin: 0 auto;
}
.site-branding { display: flex; align-items: center; gap: 0.8rem; flex-shrink: 0; }
.custom-logo { max-height: 60px; width: auto; }
.site-title {
    font-family: var(--font-heading); font-size: 1.4rem; font-weight: 700;
    color: var(--foreground); line-height: 1.1;
}
.site-title a { color: inherit; }
.site-title a:hover { color: var(--primary); }
.site-description { font-size: 0.75rem; color: var(--muted); margin: 0; }

/* ================================================================
   NAVIGATION
================================================================ */
.main-navigation { display: flex; align-items: center; }
.main-navigation ul { display: flex; align-items: center; gap: 0.1rem; flex-wrap: wrap; }
.main-navigation a {
    display: block; padding: 0.45rem 0.85rem;
    font-size: 0.88rem; font-weight: 500; color: var(--foreground);
    border-radius: var(--radius); transition: background var(--transition), color var(--transition);
}
.main-navigation a:hover,
.main-navigation .current-menu-item > a {
    background: var(--primary-light); color: var(--primary);
}
.nav-toggle {
    display: none; flex-direction: column; gap: 5px;
    padding: 0.4rem; background: none; border: none; cursor: pointer;
}
.nav-toggle span { display: block; width: 24px; height: 2px; background: var(--foreground); border-radius: 2px; transition: transform var(--transition); }
@media (max-width: 800px) {
    .nav-toggle { display: flex; }
    .main-navigation {
        position: absolute; top: 100%; left: 0; right: 0;
        background: var(--white); border-bottom: 2px solid var(--border);
        padding: 1rem 1.5rem; display: none; box-shadow: var(--shadow-lg);
    }
    .main-navigation.is-open { display: block; }
    .main-navigation ul { flex-direction: column; align-items: flex-start; }
    .main-navigation a { font-size: 1rem; padding: 0.65rem 0.75rem; width: 100%; }
}

/* ================================================================
   HERO — ESCURO COM DOURADO
================================================================ */
.site-hero {
    background: linear-gradient(160deg, #1a0e05 0%, #2c1a08 50%, #0f1a2e 100%);
    color: var(--white); text-align: center;
    padding: 5.5rem 1.5rem 4.5rem; position: relative; overflow: hidden;
}
.site-hero::before {
    content: '';
    position: absolute; inset: 0;
    background:
        radial-gradient(ellipse at 20% 50%, rgba(201,162,39,0.12) 0%, transparent 50%),
        radial-gradient(ellipse at 80% 50%, rgba(44,95,138,0.15) 0%, transparent 50%),
        radial-gradient(ellipse at 50% -20%, rgba(124,74,0,0.3) 0%, transparent 55%);
    pointer-events: none;
}
.site-hero::after {
    content: '✦ ✦ ✦';
    position: absolute; bottom: 1.8rem; left: 50%;
    transform: translateX(-50%);
    font-size: 0.8rem; letter-spacing: 1.2rem;
    color: rgba(201,162,39,0.35);
}
.hero-inner { position: relative; max-width: 760px; margin: 0 auto; }
.hero-badge {
    display: inline-flex; align-items: center; gap: 0.5rem;
    background: rgba(201,162,39,0.15); border: 1px solid rgba(201,162,39,0.35);
    color: #e8c96a; font-size: 0.78rem; font-weight: 600;
    letter-spacing: 0.1em; text-transform: uppercase;
    padding: 0.4rem 1.2rem; border-radius: 100px; margin-bottom: 1.5rem;
}
.hero-title {
    font-family: var(--font-heading); font-size: clamp(2.2rem,6vw,3.8rem);
    color: var(--white); line-height: 1.15; margin-bottom: 1.25rem; font-weight: 700;
}
.hero-title em { font-style: italic; color: #e8c96a; }
.hero-desc {
    font-size: 1.1rem; color: rgba(255,255,255,0.72);
    margin-bottom: 2.5rem; max-width: 580px; margin-left: auto; margin-right: auto;
}
.hero-ctas { display: flex; gap: 1rem; justify-content: center; flex-wrap: wrap; }

/* ================================================================
   PALAVRA DO DIA — CARD ESPECIAL
================================================================ */
.palavra-do-dia-section {
    background: linear-gradient(135deg, #1a0e05 0%, #0f1a2e 100%);
    padding: 5rem 0; position: relative; overflow: hidden;
}
.palavra-do-dia-section::before {
    content: '';
    position: absolute; inset: 0;
    background: radial-gradient(ellipse at 50% 50%, rgba(201,162,39,0.1) 0%, transparent 65%);
}
.palavra-do-dia-card {
    position: relative;
    max-width: 780px; margin: 0 auto; text-align: center;
    background: rgba(255,255,255,0.04);
    border: 1px solid rgba(201,162,39,0.25);
    border-radius: var(--radius-xl);
    padding: 3.5rem 3rem;
}
.palavra-do-dia-card::before {
    content: '';
    position: absolute; inset: -1px;
    border-radius: var(--radius-xl);
    background: linear-gradient(135deg, rgba(201,162,39,0.3), transparent, rgba(201,162,39,0.15));
    pointer-events: none;
}
.pdd-data {
    font-size: 0.75rem; font-weight: 600; letter-spacing: 0.12em;
    text-transform: uppercase; color: rgba(201,162,39,0.7);
    margin-bottom: 1.5rem;
}
.pdd-icone { font-size: 3rem; margin-bottom: 1.25rem; line-height: 1; }
.pdd-termo {
    font-family: var(--font-heading); font-size: clamp(2rem,5vw,3.5rem);
    color: #e8c96a; font-weight: 700; margin-bottom: 0.5rem; line-height: 1.15;
}
.pdd-referencia {
    font-size: 0.85rem; color: rgba(255,255,255,0.45);
    letter-spacing: 0.06em; text-transform: uppercase; margin-bottom: 1.5rem;
}
.pdd-versiculo {
    font-family: var(--font-heading); font-size: clamp(1.1rem,2.5vw,1.55rem);
    color: rgba(255,255,255,0.9); line-height: 1.65; font-style: italic;
    margin-bottom: 1.25rem;
}
.pdd-definicao {
    font-size: 0.95rem; color: rgba(255,255,255,0.6);
    max-width: 580px; margin: 0 auto 2rem; line-height: 1.75;
}
.pdd-link {
    display: inline-flex; align-items: center; gap: 0.5rem;
    padding: 0.65rem 1.5rem; border-radius: 100px;
    border: 1px solid rgba(201,162,39,0.4); color: #e8c96a;
    font-size: 0.85rem; font-weight: 600; transition: all var(--transition);
    background: rgba(201,162,39,0.08);
}
.pdd-link:hover { background: rgba(201,162,39,0.2); color: #e8c96a; border-color: rgba(201,162,39,0.6); }

/* ================================================================
   VERSÍCULO HERO BOX (destaque em páginas)
================================================================ */
.versiculo-hero {
    background: linear-gradient(160deg, #1a0e05 0%, #0f1a2e 100%);
    color: var(--white); padding: 4rem 1.5rem 3.5rem; position: relative; overflow: hidden;
}
.versiculo-hero::before {
    content: ''; position: absolute; inset: 0;
    background: radial-gradient(circle at 50% 120%, rgba(201,162,39,0.2) 0%, transparent 60%);
}
.versiculo-hero__inner { position: relative; max-width: 820px; margin: 0 auto; }
.versiculo-hero__breadcrumb { font-size: 0.82rem; color: rgba(255,255,255,0.45); margin-bottom: 1.25rem; }
.versiculo-hero__breadcrumb a { color: rgba(255,255,255,0.55); }
.versiculo-hero__breadcrumb a:hover { color: var(--white); }
.versiculo-hero__cat {
    display: inline-block; background: rgba(201,162,39,0.18);
    border: 1px solid rgba(201,162,39,0.35); color: #e8c96a;
    font-size: 0.74rem; font-weight: 700; text-transform: uppercase; letter-spacing: 0.1em;
    padding: 0.3rem 0.9rem; border-radius: 100px; margin-bottom: 1rem;
}
.versiculo-hero__title {
    font-family: var(--font-heading); font-size: clamp(2.2rem,6vw,4rem);
    color: var(--white); margin-bottom: 0.75rem; line-height: 1.1;
}
.versiculo-hero__ref { font-size: 1rem; color: rgba(255,255,255,0.55); font-style: italic; }

/* ================================================================
   ALPHABET BAR
================================================================ */
.alphabet-bar { background: var(--white); border-bottom: 1px solid var(--border); padding: 0.8rem 0; overflow-x: auto; scrollbar-width: thin; }
.alphabet-bar-inner { display: flex; gap: 0.2rem; justify-content: center; max-width: var(--max-width); margin: 0 auto; padding: 0 1rem; }
.alpha-link {
    display: flex; align-items: center; justify-content: center;
    width: 34px; height: 34px; border-radius: 8px;
    font-size: 0.83rem; font-weight: 600; color: var(--foreground); flex-shrink: 0;
    transition: background var(--transition), color var(--transition);
}
.alpha-link:hover, .alpha-link.active { background: var(--primary); color: var(--white); }

/* ================================================================
   SECTION HEADERS
================================================================ */
.section-header { display: flex; align-items: center; justify-content: space-between; margin-bottom: 1.75rem; flex-wrap: wrap; gap: 0.75rem; }
.section-title { font-family: var(--font-heading); font-size: 1.7rem; position: relative; padding-bottom: 0.55rem; }
.section-title::after { content: ''; position: absolute; bottom: 0; left: 0; width: 44px; height: 3px; background: var(--accent); border-radius: 2px; }
.see-all { font-size: 0.875rem; font-weight: 600; color: var(--primary); display: flex; align-items: center; gap: 0.35rem; transition: gap var(--transition); }
.see-all:hover { gap: 0.6rem; }

/* ================================================================
   TERM CARDS (Glossário/Versículos)
================================================================ */
.terms-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(240px, 1fr)); gap: 1.2rem; }
.term-card {
    background: var(--white); border: 1.5px solid var(--border);
    border-radius: var(--radius-lg); padding: 1.4rem 1.25rem;
    transition: box-shadow var(--transition), transform var(--transition), border-color var(--transition);
    display: block; text-decoration: none; color: inherit;
}
.term-card:hover { box-shadow: var(--shadow-lg); transform: translateY(-3px); border-color: var(--accent); color: inherit; }
.term-card__cat { font-size: 0.7rem; font-weight: 700; letter-spacing: 0.09em; text-transform: uppercase; color: var(--primary); margin-bottom: 0.45rem; }
.term-card__name { font-family: var(--font-heading); font-size: 1.25rem; font-weight: 700; margin-bottom: 0.5rem; line-height: 1.25; }
.term-card__versiculo { font-style: italic; font-size: 0.875rem; color: var(--muted); line-height: 1.6; display: -webkit-box; -webkit-line-clamp: 3; -webkit-box-orient: vertical; overflow: hidden; margin-bottom: 0.6rem; }
.term-card__ref { font-size: 0.72rem; font-weight: 600; color: var(--accent); }

/* ================================================================
   VERSÍCULO CARD (grande)
================================================================ */
.versiculo-card {
    background: var(--white); border: 1.5px solid var(--border);
    border-radius: var(--radius-lg); padding: 2rem;
    position: relative; overflow: hidden;
    transition: box-shadow var(--transition), transform var(--transition);
}
.versiculo-card::before {
    content: '\201C';
    position: absolute; top: -0.5rem; left: 1rem;
    font-family: var(--font-heading); font-size: 8rem; line-height: 1;
    color: var(--border); pointer-events: none;
}
.versiculo-card:hover { box-shadow: var(--shadow-lg); transform: translateY(-2px); }
.versiculo-card__livro { font-size: 0.72rem; font-weight: 700; text-transform: uppercase; letter-spacing: 0.1em; color: var(--primary); margin-bottom: 0.75rem; }
.versiculo-card__texto { font-family: var(--font-heading); font-size: 1.15rem; line-height: 1.7; font-style: italic; color: var(--foreground); margin-bottom: 1rem; position: relative; z-index: 1; }
.versiculo-card__ref { font-size: 0.82rem; font-weight: 700; color: var(--accent); }

/* ================================================================
   VERSÍCULOS GRID (lista compacta)
================================================================ */
.versiculos-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(280px, 1fr)); gap: 1.25rem; }

/* ================================================================
   POST CARDS (Blog)
================================================================ */
.posts-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(300px, 1fr)); gap: 2rem; }
.post-card {
    background: var(--white); border: 1.5px solid var(--border);
    border-radius: var(--radius-lg); overflow: hidden;
    transition: box-shadow var(--transition), transform var(--transition);
    display: flex; flex-direction: column;
}
.post-card:hover { box-shadow: var(--shadow-lg); transform: translateY(-3px); }
.post-card__image { aspect-ratio: 16/9; overflow: hidden; background: var(--muted-bg); }
.post-card__image img { width: 100%; height: 100%; object-fit: cover; transition: transform 0.45s ease; }
.post-card:hover .post-card__image img { transform: scale(1.05); }
.post-card__body { padding: 1.4rem; flex: 1; display: flex; flex-direction: column; }
.post-card__cat { font-size: 0.72rem; font-weight: 700; text-transform: uppercase; letter-spacing: 0.08em; color: var(--primary); margin-bottom: 0.45rem; }
.post-card__title { font-family: var(--font-heading); font-size: 1.15rem; margin-bottom: 0.7rem; line-height: 1.3; }
.post-card__title a { color: inherit; }
.post-card__title a:hover { color: var(--primary); }
.post-card__excerpt { font-size: 0.875rem; color: var(--muted); flex: 1; margin-bottom: 1.1rem; line-height: 1.65; }
.post-card__meta { font-size: 0.78rem; color: var(--muted); display: flex; gap: 0.6rem; align-items: center; }

/* POST FEATURED */
.post-featured {
    background: var(--white); border: 1.5px solid var(--border);
    border-radius: var(--radius-lg); overflow: hidden;
    display: grid; grid-template-columns: 1fr 1fr;
    margin-bottom: 2rem; transition: box-shadow var(--transition);
}
.post-featured:hover { box-shadow: var(--shadow-lg); }
.post-featured__image { overflow: hidden; background: var(--muted-bg); }
.post-featured__image img { width: 100%; height: 100%; object-fit: cover; transition: transform 0.45s ease; }
.post-featured:hover .post-featured__image img { transform: scale(1.04); }
.post-featured__body { padding: 2.5rem 2rem; display: flex; flex-direction: column; justify-content: center; }
.post-featured__badge { display: inline-block; background: var(--primary-light); color: var(--primary); font-size: 0.72rem; font-weight: 700; text-transform: uppercase; letter-spacing: 0.08em; padding: 0.3rem 0.8rem; border-radius: 100px; margin-bottom: 1rem; }
.post-featured__title { font-family: var(--font-heading); font-size: clamp(1.4rem,2.5vw,2rem); margin-bottom: 0.9rem; line-height: 1.2; }
.post-featured__title a { color: inherit; }
.post-featured__title a:hover { color: var(--primary); }
.post-featured__excerpt { color: var(--muted); margin-bottom: 1.5rem; font-size: 0.95rem; }
@media (max-width: 700px) { .post-featured { grid-template-columns: 1fr; } }

/* ================================================================
   HIGHLIGHTS (Destaques Escuros)
================================================================ */
.highlights-section {
    background: linear-gradient(160deg, #1a0e05 0%, #0f1a2e 100%);
    padding: 4.5rem 0; position: relative;
}
.highlights-section::before {
    content: ''; position: absolute; inset: 0;
    background: radial-gradient(ellipse at 50% 50%, rgba(201,162,39,0.07) 0%, transparent 65%);
    pointer-events: none;
}
.highlights-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(240px, 1fr)); gap: 1.5rem; margin-top: 2rem; }
.highlight-card {
    background: rgba(255,255,255,0.05); border: 1px solid rgba(201,162,39,0.18);
    border-radius: var(--radius-lg); padding: 1.75rem; color: var(--white);
    transition: background var(--transition), border-color var(--transition), transform var(--transition);
    text-decoration: none; display: block;
}
.highlight-card:hover { background: rgba(255,255,255,0.09); border-color: rgba(201,162,39,0.45); color: var(--white); transform: translateY(-3px); }
.highlight-card__icon { font-size: 2rem; margin-bottom: 0.75rem; line-height: 1; }
.highlight-card__name { font-family: var(--font-heading); font-size: 1.25rem; font-weight: 700; margin-bottom: 0.4rem; color: #e8c96a; }
.highlight-card__ref { font-size: 0.78rem; color: rgba(255,255,255,0.45); font-style: italic; margin-bottom: 0.5rem; }
.highlight-card__cat { font-size: 0.72rem; color: rgba(255,255,255,0.4); text-transform: uppercase; letter-spacing: 0.08em; font-weight: 600; }

/* ================================================================
   GLOSSÁRIO PAGE
================================================================ */
.glossario-letter { font-family: var(--font-heading); font-size: 2.2rem; color: var(--primary); padding-bottom: 0.4rem; border-bottom: 2px solid var(--border); margin-bottom: 0.9rem; }
.glossario-letter-group { margin-bottom: 2.5rem; }
.glossario-names { display: grid; grid-template-columns: repeat(auto-fill, minmax(220px, 1fr)); gap: 0.75rem; }
.glossario-name-link {
    display: flex; align-items: center; justify-content: space-between;
    padding: 0.75rem 1rem; background: var(--white); border: 1.5px solid var(--border);
    border-radius: var(--radius); font-weight: 500; color: var(--foreground); font-size: 0.9rem;
    transition: border-color var(--transition), color var(--transition), box-shadow var(--transition);
}
.glossario-name-link:hover { border-color: var(--primary); color: var(--primary); box-shadow: 0 2px 8px rgba(124,74,0,0.1); }
.glossario-name-link span:last-child { font-size: 0.72rem; color: var(--muted); }

/* HERO DO GLOSSÁRIO */
.glossario-hero {
    background: linear-gradient(160deg, #1a0e05 0%, #0f1a2e 100%);
    color: var(--white); padding: 3.5rem 1.5rem 3rem; text-align: center;
}
.glossario-hero h1 { font-family: var(--font-heading); color: var(--white); font-size: clamp(1.8rem,5vw,3rem); margin-bottom: .75rem; }
.glossario-hero p { color: rgba(255,255,255,0.68); font-size: 1.05rem; margin-bottom: 2rem; }

.hero-search { display: flex; max-width: 520px; margin: 0 auto; border-radius: var(--radius-lg); overflow: hidden; box-shadow: 0 6px 32px rgba(0,0,0,0.35); }
.hero-search input { flex: 1; padding: 0.95rem 1.3rem; font-size: 1rem; border: none; outline: none; background: rgba(255,255,255,0.96); color: var(--foreground); }
.hero-search button { padding: 0.95rem 1.6rem; background: var(--accent); color: var(--foreground); font-weight: 700; font-size: 0.95rem; transition: background var(--transition); white-space: nowrap; }
.hero-search button:hover { background: #b8920f; color: var(--white); }

/* ================================================================
   CATS PILLS
================================================================ */
.cats-strip { display: flex; gap: 0.6rem; flex-wrap: wrap; margin-bottom: 2rem; }
.cat-pill {
    display: inline-flex; align-items: center; gap: 0.3rem;
    padding: 0.45rem 1rem; border-radius: 100px; font-size: 0.82rem; font-weight: 600;
    background: var(--white); border: 1.5px solid var(--border); color: var(--foreground);
    transition: background var(--transition), border-color var(--transition), color var(--transition);
    text-decoration: none;
}
.cat-pill:hover, .cat-pill.active { background: var(--primary); border-color: var(--primary); color: var(--white); }

/* ================================================================
   INFO BOXES
================================================================ */
.info-box { background: var(--white); border: 1.5px solid var(--border); border-radius: var(--radius-lg); padding: 1.75rem; margin-bottom: 1.5rem; }
.info-box h3 { font-family: var(--font-heading); font-size: 1.15rem; margin-bottom: 0.75rem; }
.info-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(180px, 1fr)); gap: 1rem; margin-bottom: 1.5rem; }
.info-item { background: var(--white); border: 1.5px solid var(--border); border-radius: var(--radius); padding: 1.1rem; text-align: center; }
.info-item__label { font-size: 0.7rem; text-transform: uppercase; letter-spacing: 0.08em; color: var(--muted); font-weight: 600; margin-bottom: 0.4rem; }
.info-item__value { font-family: var(--font-heading); font-size: 1.3rem; font-weight: 700; color: var(--primary); }

/* ORAÇÃO / DESTAQUE ESPECIAL */
.oracao-box {
    background: linear-gradient(160deg, #1a0e05 0%, #0f1a2e 100%);
    border-radius: var(--radius-lg); padding: 2.5rem;
    color: var(--white); text-align: center; position: relative; overflow: hidden;
    margin: 2rem 0;
}
.oracao-box::before {
    content: '';
    position: absolute; inset: 0;
    background: radial-gradient(ellipse at 50% 0%, rgba(201,162,39,0.15) 0%, transparent 65%);
}
.oracao-box__icon { font-size: 3rem; margin-bottom: 1rem; position: relative; }
.oracao-box__text {
    font-family: var(--font-heading); font-size: clamp(1.1rem,2.5vw,1.5rem);
    font-style: italic; line-height: 1.7; color: rgba(255,255,255,0.92);
    position: relative; margin-bottom: 1rem;
}
.oracao-box__ref { font-size: 0.85rem; color: rgba(201,162,39,0.75); font-weight: 600; position: relative; }

.tip-box { background: var(--primary-light); border-left: 4px solid var(--primary); border-radius: 0 var(--radius) var(--radius) 0; padding: 1.25rem 1.5rem; margin: 1.5rem 0; }
.tip-box strong { color: var(--primary); display: block; margin-bottom: 0.4rem; font-size: 0.85rem; text-transform: uppercase; letter-spacing: 0.06em; }

.gold-box { background: var(--accent-light); border-left: 4px solid var(--accent); border-radius: 0 var(--radius) var(--radius) 0; padding: 1.25rem 1.5rem; margin: 1.5rem 0; }
.gold-box strong { color: #856800; display: block; margin-bottom: 0.4rem; font-size: 0.85rem; text-transform: uppercase; letter-spacing: 0.06em; }

/* ================================================================
   WIDGETS / SIDEBAR
================================================================ */
.widget { background: var(--white); border: 1.5px solid var(--border); border-radius: var(--radius-lg); padding: 1.5rem; margin-bottom: 1.5rem; }
.widget-title { font-family: var(--font-heading); font-size: 1.1rem; margin-bottom: 1rem; padding-bottom: 0.6rem; border-bottom: 2px solid var(--border); }
.widget ul li { padding: 0.45rem 0; border-bottom: 1px solid var(--border); font-size: 0.9rem; }
.widget ul li:last-child { border-bottom: none; }
.widget a { color: var(--foreground); }
.widget a:hover { color: var(--primary); }

/* Widget versículo do dia */
.widget-versiculo {
    background: linear-gradient(160deg, #1a0e05, #0f1a2e);
    border-color: rgba(201,162,39,0.25); color: var(--white);
}
.widget-versiculo .widget-title { color: #e8c96a; border-color: rgba(201,162,39,0.2); }
.widget-versiculo p { color: rgba(255,255,255,0.78); font-style: italic; font-family: var(--font-heading); font-size: 0.95rem; line-height: 1.7; }
.widget-versiculo .ref { font-size: 0.78rem; color: rgba(201,162,39,0.7); font-weight: 600; font-style: normal; margin-top: 0.5rem; display: block; }

/* ================================================================
   BUTTONS
================================================================ */
.btn {
    display: inline-flex; align-items: center; justify-content: center; gap: 0.4rem;
    padding: 0.7rem 1.5rem; border-radius: var(--radius); font-weight: 600; font-size: 0.9rem;
    border: 2px solid transparent; transition: all var(--transition); cursor: pointer; text-decoration: none;
}
.btn-primary { background: var(--primary); color: var(--white); border-color: var(--primary); }
.btn-primary:hover { background: var(--primary-dark); border-color: var(--primary-dark); color: var(--white); box-shadow: 0 4px 20px rgba(124,74,0,0.35); }
.btn-gold { background: var(--accent); color: var(--foreground); border-color: var(--accent); font-weight: 700; }
.btn-gold:hover { background: #b8920f; border-color: #b8920f; color: var(--white); box-shadow: 0 4px 20px rgba(201,162,39,0.4); }
.btn-outline { background: transparent; color: var(--primary); border-color: var(--primary); }
.btn-outline:hover { background: var(--primary); color: var(--white); }
.btn-ghost { background: transparent; color: var(--muted); border-color: var(--border); }
.btn-ghost:hover { background: var(--muted-bg); color: var(--foreground); }
.btn-white { background: var(--white); color: var(--primary); border-color: var(--white); }
.btn-white:hover { background: var(--primary-light); }
.btn-sm { padding: 0.45rem 1rem; font-size: 0.82rem; }

/* ================================================================
   FORMS
================================================================ */
.form-group { margin-bottom: 1.25rem; }
.form-label { display: block; font-size: 0.875rem; font-weight: 600; margin-bottom: 0.4rem; }
.form-input, .form-textarea, .form-select {
    width: 100%; padding: 0.75rem 1.1rem; border: 1.5px solid var(--border);
    border-radius: var(--radius); background: var(--white); color: var(--foreground);
    font-size: 0.95rem; outline: none; transition: border-color var(--transition), box-shadow var(--transition);
}
.form-input:focus, .form-textarea:focus, .form-select:focus { border-color: var(--primary); box-shadow: 0 0 0 3px rgba(124,74,0,0.1); }
.form-textarea { resize: vertical; min-height: 130px; }

/* ================================================================
   PAGINATION
================================================================ */
.pagination { display: flex; justify-content: center; gap: 0.4rem; margin-top: 3rem; flex-wrap: wrap; }
.page-numbers {
    display: flex; align-items: center; justify-content: center;
    width: 42px; height: 42px; border-radius: var(--radius); font-size: 0.9rem; font-weight: 600;
    color: var(--foreground); background: var(--white); border: 1.5px solid var(--border);
    transition: all var(--transition); text-decoration: none;
}
.page-numbers:hover, .page-numbers.current { background: var(--primary); color: var(--white); border-color: var(--primary); }

/* ================================================================
   FOOTER
================================================================ */
.site-footer { background: #100906; color: rgba(255,255,255,0.65); padding: 4rem 0 0; margin-top: auto; }
.footer-inner {
    display: grid; grid-template-columns: 2fr 1fr 1fr 1fr; gap: 2.5rem;
    max-width: var(--max-width); margin: 0 auto; padding: 0 1.5rem 3rem;
}
@media (max-width: 900px) { .footer-inner { grid-template-columns: 1fr 1fr; } }
@media (max-width: 580px) { .footer-inner { grid-template-columns: 1fr; } }
.footer-brand .site-title { color: var(--white); margin-bottom: 0.75rem; font-size: 1.25rem; }
.footer-desc { font-size: 0.875rem; color: rgba(255,255,255,0.45); line-height: 1.75; margin-bottom: 1.25rem; }
.footer-versiculo { font-family: var(--font-heading); font-style: italic; font-size: 0.9rem; color: rgba(201,162,39,0.65); line-height: 1.6; margin-bottom: 1.25rem; }
.footer-social { display: flex; gap: 0.6rem; }
.social-link {
    width: 38px; height: 38px; border-radius: 9px;
    background: rgba(255,255,255,0.06); border: 1px solid rgba(255,255,255,0.1);
    display: flex; align-items: center; justify-content: center;
    color: rgba(255,255,255,0.55); font-size: 1rem;
    transition: all var(--transition); text-decoration: none;
}
.social-link:hover { background: var(--primary); color: var(--white); border-color: var(--primary); }
.footer-col h4 { color: rgba(201,162,39,0.8); font-size: 0.82rem; font-weight: 600; text-transform: uppercase; letter-spacing: 0.08em; margin-bottom: 1rem; font-family: var(--font-body); }
.footer-col ul li { padding: 0.32rem 0; }
.footer-col ul a { color: rgba(255,255,255,0.48); font-size: 0.875rem; transition: color var(--transition); }
.footer-col ul a:hover { color: var(--white); }
.footer-bottom { border-top: 1px solid rgba(255,255,255,0.07); text-align: center; padding: 1.25rem 1.5rem; font-size: 0.8rem; color: rgba(255,255,255,0.28); }

/* ================================================================
   BACK TO TOP
================================================================ */
#back-to-top {
    position: fixed; bottom: 2rem; right: 2rem;
    width: 46px; height: 46px; background: var(--accent); color: var(--foreground);
    border-radius: 50%; font-size: 1.4rem; display: flex; align-items: center; justify-content: center;
    box-shadow: 0 4px 20px rgba(201,162,39,0.5); opacity: 0; pointer-events: none;
    transition: opacity var(--transition), transform var(--transition); z-index: 500; cursor: pointer; border: none;
    font-weight: 700;
}
#back-to-top.visible { opacity: 1; pointer-events: auto; }
#back-to-top:hover { transform: translateY(-4px); background: #b8920f; }

/* ================================================================
   NOTICES
================================================================ */
.notice { padding: 1rem 1.25rem; border-radius: var(--radius); border-left: 4px solid var(--primary); background: var(--primary-light); font-size: 0.9rem; margin-bottom: 1.25rem; }
.notice-success { border-color: var(--secondary); background: var(--secondary-light); }
.section-divider { border: none; border-top: 1px solid var(--border); margin: 3rem 0; }

/* ================================================================
   ENTRY CONTENT
================================================================ */
.entry-content { font-size: 1.05rem; line-height: 1.85; }
.entry-content h2 { font-family: var(--font-heading); font-size: 1.65rem; margin: 2.5rem 0 1rem; }
.entry-content h3 { font-family: var(--font-heading); font-size: 1.3rem; margin: 2rem 0 0.75rem; }
.entry-content p { margin-bottom: 1.35rem; }
.entry-content ul, .entry-content ol { margin: 0 0 1.35rem 1.5rem; list-style: disc; }
.entry-content ol { list-style: decimal; }
.entry-content li { margin-bottom: 0.4rem; }
.entry-content blockquote {
    border-left: 4px solid var(--accent); padding: 1rem 1.5rem;
    background: var(--accent-light); border-radius: 0 var(--radius) var(--radius) 0;
    margin: 2rem 0; font-style: italic; font-family: var(--font-heading); font-size: 1.1rem;
}
.entry-content img { border-radius: var(--radius-lg); margin: 1.5rem 0; }
.entry-content a { text-decoration: underline; }

/* ================================================================
   UTILITIES
================================================================ */
.text-center { text-align: center; }
.text-muted { color: var(--muted); }
.mt-2 { margin-top: 1rem; } .mt-3 { margin-top: 1.5rem; } .mt-4 { margin-top: 2rem; }
.mb-2 { margin-bottom: 1rem; } .mb-3 { margin-bottom: 1.5rem; } .mb-4 { margin-bottom: 2rem; }
.py-4 { padding: 2rem 0; } .py-6 { padding: 4rem 0; }
.hidden { display: none !important; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); border: 0; }

@media print {
    .site-header, .site-footer, #back-to-top, .alphabet-bar, .sidebar { display: none; }
    body { background: #fff; }
}
