/* FVS Blog Tendências — Base */
*, *::before, *::after { box-sizing: border-box; }
body {
    margin: 0;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, sans-serif;
    background: #fff;
    color: var(--font-color, #222);
    line-height: 1.7;
    font-size: 18px;
}
a { color: var(--link-color, #0073aa); text-decoration: none; }
a:hover, a:focus { color: #005177; text-decoration: underline; }
img { max-width: 100%; height: auto; display: block; }
:root {
    --header-bg: #000000;
    --header-title-color: #ffffff;
    --footer-bg: #2e2e2e;
    --footer-color: #f1f1f1;
    --site-title-font-size: 32px;
    --menu-font-size: 16px;
    --article-font-size: 18px;
    --font-color: #222222;
    --link-color: #0073aa;
}
.site-main, .content-area, .site-content { max-width: 960px; margin: 30px auto; padding: 20px 30px; }
.entry-content, .post-content { font-size: var(--article-font-size); line-height: 1.8; }
.entry-content p { margin-bottom: 1.5em; text-align: justify; }
.entry-title { font-size: 2.5rem; font-weight: 800; line-height: 1.2; margin: 20px 0 30px; }
h1 { font-size: 2.8rem; } h2 { font-size: 2.2rem; } h3 { font-size: 1.9rem; } h4 { font-size: 1.6rem; } h5 { font-size: 1.3rem; } h6 { font-size: 1.1rem; }
.single h1, .page h1 { font-size: 3rem; text-align: center; margin-top: 0; }
.post-meta, .post-meta-small { font-size: 0.82em; color: #595959; margin-bottom: 18px; }
.post-meta a { color: #003366; font-weight: bold; text-decoration: underline; }
.post-meta-small a { color: #0056b3; font-weight: 700; text-decoration: underline; text-underline-offset: 2px; }
.post-meta-small a:hover { color: #003d80; }
.tempo-leitura { font-size: 14px; color: #555555; margin-bottom: 10px; }
.paginacao-numerada { text-align: center; margin: 30px 0; }
.paginacao-numerada .page-numbers { display: inline-block; padding: 8px 14px; margin: 0 4px; background: #eee; color: #333; border-radius: 4px; text-decoration: none; font-weight: 600; }
.paginacao-numerada .current { background: #0073aa; color: #fff; }
.paginacao-numerada .page-numbers:hover { background: #003d80; color: #fff; }
footer.site-footer { background: var(--footer-bg); color: var(--footer-color); padding: 30px 20px 0; margin-top: 40px; }
.footer-custom-columns { display: flex; justify-content: space-between; flex-wrap: wrap; gap: 20px; max-width: 1200px; margin: 0 auto 20px; padding-bottom: 20px; border-bottom: 1px solid rgba(255,255,255,.15); }
.footer-custom-column { flex: 1 1 180px; color: var(--footer-color); font-size: .95em; }
.footer-custom-column h3 { color: #fff; font-size: 1rem; font-weight: 700; margin: 0 0 12px; text-align: center; padding: 0; border: none; }
.footer-col-menu { list-style: none; padding: 0; margin: 0; }
.footer-col-menu li { padding: 4px 0; }
.footer-col-menu li a { color: var(--footer-color); text-decoration: none; font-size: .92em; opacity: .85; }
.footer-col-menu li a:hover { opacity: 1; text-decoration: underline; }
.footer-nav-row { background: #1a1a1a; text-align: center; padding: 12px 20px; }
.footer-menu { list-style: none; padding: 0; margin: 0; display: inline-flex; flex-wrap: wrap; gap: 5px; justify-content: center; }
.footer-menu li a { padding: 8px 14px; display: inline-block; font-size: 15px; color: #f1f1f1; background: #2e2e2e; border-radius: 3px; text-decoration: none; }
.footer-menu li a:hover { background: #444; color: #fff; text-decoration: none; }
.site-info { text-align: center; padding: 12px 10px; background: #2e2e2e; color: #f1f1f1; font-size: 15px; }
.site-info a { color: #f1f1f1; }
.footer-credit { width: 100%; text-align: center; font-size: .85em; background: #1a1a1a; color: #b0b0b0; padding: 12px 10px; display: block; }
.footer-credit a { color: #e0e0e0; font-weight: 700; text-decoration: underline; letter-spacing: .02em; }
.top-search-bar { background: #f1f1f1; padding: 8px 10px; text-align: center; }
.top-search-bar form { display: flex; justify-content: center; align-items: center; gap: 8px; flex-wrap: wrap; max-width: 600px; margin: 0 auto; }
.top-search-bar input[type="search"] { padding: 6px 10px; width: 70%; border: 1px solid #ccc; border-radius: 4px; font-size: 15px; }
.top-search-bar input[type="submit"] { padding: 6px 14px; background: #0056b3; color: #fff; border: none; border-radius: 4px; cursor: pointer; font-size: 15px; }
.top-search-bar input[type="submit"]:hover { background: #003d80; }
#search-below-header { text-align: center; padding: 10px 0; }
.scroll-to-top { position: fixed; bottom: 30px; right: 30px; display: none; font-size: 22px; background: #444; color: #fff; padding: 10px 14px; border-radius: 50%; z-index: 1000; text-decoration: none; box-shadow: 0 2px 8px rgba(0,0,0,.3); }
.scroll-to-top:hover { background: #000; text-decoration: none; }
#cookie-banner { position: fixed; bottom: 0; left: 0; right: 0; background: #222; color: #fff; padding: 14px 20px; z-index: 9999; text-align: center; font-size: 14px; }
#cookie-banner a { color: #0ff; text-decoration: underline; margin-left: 5px; }
#cookie-banner button { margin-left: 12px; padding: 5px 12px; cursor: pointer; border: none; border-radius: 4px; background: #fff; color: #222; font-weight: 600; }
.ads-custom, .ads-topo, .ads-below-search, .ads-rodape {
    display: block !important;
    width: 100% !important;
    text-align: center !important;
    margin: 8px 0 !important;
    clear: both;
    box-sizing: border-box;
}
.ads-custom *, .ads-topo *, .ads-below-search *, .ads-rodape * {
    text-align: center !important;
}
.ads-custom img, .ads-topo img, .ads-below-search img, .ads-rodape img {
    display: inline-block !important;
    margin: 0 auto !important;
    max-width: 100% !important;
    height: auto !important;
}
.ads-custom a, .ads-topo a, .ads-below-search a, .ads-rodape a {
    display: inline-block !important;
}
.ads-custom ins, .ads-topo ins, .ads-rodape ins {
    display: block !important;
    margin-left: auto !important;
    margin-right: auto !important;
}
ins.adsbygoogle { display: block; margin-left: auto; margin-right: auto; }
.indice-conteudo { margin: 20px 0; padding: 15px; border: 1px solid #ccc; background: #f9f9f9; border-radius: 6px; font-size: .9em; }
.indice-conteudo ul { list-style: none; padding: 0; margin: 8px 0 0; }
.indice-conteudo li a { display: block; padding: 8px 10px; font-size: 16px; min-height: 44px; text-decoration: none; color: #0073aa; border-radius: 4px; line-height: 1.4; }
.indice-conteudo li a:hover { background: rgba(0,115,170,.08); }
.fvsp-page-home { max-width: 100%; width: 100%; margin: 0; padding: 0; }
.fvsp-page-home .alignfull { width: 100vw; max-width: 100vw; margin-left: 0; margin-right: 0; }
.fvsp-page-home .alignwide { max-width: 1200px; margin-left: auto; margin-right: auto; }
/* FVS Blog Tendências — Header & Nav */
.site-header { background: var(--header-bg); padding: 8px 20px 12px; position: relative; z-index: 100; }
.header-flex { display: flex; justify-content: space-between; align-items: center; max-width: 1200px; margin: 0 auto; min-height: 52px; }
.menu-toggle { display: flex !important; align-items: center; justify-content: center; background: none; border: none; font-size: 1.6rem; color: var(--header-title-color); cursor: pointer; padding: 6px 10px; border-radius: 4px; flex-shrink: 0; z-index: 10000; line-height: 1; }
.menu-toggle:hover { opacity: .75; }
.site-title-container { flex: 1; text-align: center; padding: 0 8px; }
.site-title { margin: 0; padding: 0; font-size: var(--site-title-font-size); line-height: 1.2; }
.site-title a { color: var(--header-title-color) !important; text-decoration: none; display: inline-block; white-space: nowrap; }
.site-title a:hover { opacity: 0.85; text-decoration: none; }
.fvsp-dm-header-btn { background: none; border: 1.5px solid rgba(255,255,255,.35); color: var(--header-title-color); border-radius: 999px; padding: 5px 14px; font-size: .85rem; cursor: pointer; flex-shrink: 0; z-index: 10000; white-space: nowrap; transition: background .2s; }
.fvsp-dm-header-btn:hover { background: rgba(255,255,255,.15); }
.fvsp-header-spacer { width: 80px; flex-shrink: 0; }
.main-navigation { display: none; background: var(--header-bg, #000); position: absolute; top: 100%; left: 0; width: 100%; padding: 0; box-shadow: 0 8px 24px rgba(0,0,0,.5); z-index: 9998; box-sizing: border-box; }
.main-navigation.menu-open,
#site-navigation.menu-open { display: block !important; visibility: visible !important; }
.menu-toggle { touch-action: manipulation; -webkit-tap-highlight-color: transparent; user-select: none; }
.main-navigation ul.menu { list-style: none; margin: 0 auto; padding: 8px 0 16px; max-width: 1200px; box-sizing: border-box; }
.main-navigation ul.menu li { display: block; border-bottom: 1px solid rgba(255,255,255,.10); }
.main-navigation ul.menu li:last-child { border-bottom: none; }
.main-navigation ul.menu li a { display: block; color: var(--header-title-color, #fff) !important; padding: 13px 24px; text-decoration: none; font-size: var(--menu-font-size, 16px); font-weight: 600; }
.main-navigation ul.menu li a:hover { background: rgba(255,255,255,.10); }
/* FVS Blog Tendências — Grid & Cards */
.feupress-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 28px 22px; margin: 30px 0; }
.feupress-grid article {
    background: #fff;
    border: 1px solid #e8e8e8;
    border-radius: 12px;
    padding: 0;
    /* will-change garante compositing no GPU — sem CLS */
    will-change: transform;
    transition: transform .25s;
    overflow: hidden;
    display: flex;
    flex-direction: column;
}
.feupress-grid article:hover { transform: translateY(-3px); }
.feupress-grid .post-thumbnail { margin: 0; }
/* Container define proporção — imagem preenche sem height fixo */
.feupress-grid .post-thumbnail img { width: 100%; height: 100%; object-fit: cover; display: block; }
.feupress-grid .post-thumbnail { aspect-ratio: 16/9; overflow: hidden; }
.feupress-grid .post-meta-small, .feupress-grid .entry-title, .feupress-grid p { padding-left: 16px; padding-right: 16px; }
.feupress-grid .post-meta-small { padding-top: 12px; margin-bottom: 6px; }
.feupress-grid .entry-title { font-size: 1.05em; margin: 6px 0 8px; text-align: left; line-height: 1.35; }
.feupress-grid p { font-size: .88em; color: #545454; margin: 0 0 16px; line-height: 1.55; }

/* Colunas configuráveis */
.feupress-grid-cols-1 { grid-template-columns: 1fr !important; }
.feupress-grid-cols-2 { grid-template-columns: repeat(2, 1fr) !important; }
.feupress-grid-cols-3 { grid-template-columns: repeat(3, 1fr) !important; }
.feupress-grid-cols-4 { grid-template-columns: repeat(4, 1fr) !important; }

@media (max-width: 1024px) {
    .feupress-grid-cols-4 { grid-template-columns: repeat(2, 1fr) !important; }
    .feupress-grid-cols-3 { grid-template-columns: repeat(2, 1fr) !important; }
}
@media (max-width: 768px) {
    .feupress-grid-cols-1,
    .feupress-grid-cols-2,
    .feupress-grid-cols-3,
    .feupress-grid-cols-4 { grid-template-columns: 1fr !important; }
}
/* FVS Blog Tendências — Single & Pages */
.fvsp-accessibility-tools { display: inline-flex; gap: 8px; margin: 20px 0 10px; align-items: center; flex-wrap: wrap; }
.fvsp-accessibility-label { font-weight: 600; font-size: 15px; margin: 0; padding: 0; line-height: 1; color: inherit; }
.fvsp-accessibility-tools button, #fvsp-dark-mode { background: #121212; color: #e0e0e0; border: none; padding: 6px 12px; border-radius: 5px; cursor: pointer; font-size: 15px; box-shadow: 0 2px 6px rgba(0,0,0,.4); transition: background .3s; white-space: nowrap; }
.fvsp-accessibility-tools button:hover, #fvsp-dark-mode:hover { background: #333; }
#fvs-toast { position: fixed; bottom: 24px; left: 50%; transform: translateX(-50%) translateY(20px); background: #333; color: #fff; padding: 8px 20px; border-radius: 99px; font-size: 13px; font-family: sans-serif; opacity: 0; transition: opacity .3s, transform .3s; pointer-events: none; z-index: 999999; white-space: nowrap; }
#fvs-toast.on { opacity: 1; transform: translateX(-50%) translateY(0); }
.skip-link.screen-reader-text { position: absolute !important; width: 1px !important; height: 1px !important; padding: 0 !important; margin: -1px !important; overflow: hidden !important; clip: rect(0,0,0,0) !important; white-space: nowrap !important; border: 0 !important; }
.skip-link.screen-reader-text:focus { position: fixed !important; top: 6px !important; left: 6px !important; width: auto !important; height: auto !important; clip: auto !important; overflow: visible !important; z-index: 99999 !important; background: #000; color: #fff; padding: 8px 16px !important; border-radius: 4px; font-size: 14px; font-weight: 600; text-decoration: none; }

/* ── Caixa do Autor ─────────────────────────────────────────────────────────── */
.fvstend-author-box {
    display: flex;
    gap: 20px;
    align-items: flex-start;
    background: #f8f9fa;
    border: 1px solid #e9ecef;
    border-left: 4px solid var(--link-color, #0073aa);
    border-radius: 10px;
    padding: 20px 22px;
    margin: 32px 0 24px;
}
.fvstend-author-avatar-wrap { flex-shrink: 0; }
.fvstend-author-avatar {
    width: 80px !important;
    height: 80px !important;
    border-radius: 50%;
    display: block;
    border: 3px solid #fff;
    box-shadow: 0 2px 8px rgba(0,0,0,.12);
}
.fvstend-author-info {
    display: flex;
    flex-direction: column;
    gap: 4px;
}
.fvstend-author-label {
    font-size: .75rem;
    color: #888;
    text-transform: uppercase;
    letter-spacing: .06em;
    font-weight: 600;
}
.fvstend-author-name {
    font-size: 1.1rem;
    font-weight: 800;
    color: #1a1a1a;
    text-decoration: none;
    line-height: 1.2;
}
.fvstend-author-name:hover { color: var(--link-color, #0073aa); }
.fvstend-author-bio {
    font-size: .88rem;
    color: #555;
    margin: 4px 0 2px;
    line-height: 1.6;
}
.fvstend-author-link {
    font-size: .82rem;
    font-weight: 600;
    color: var(--link-color, #0073aa);
    text-decoration: none;
    margin-top: 2px;
}
.fvstend-author-link:hover { text-decoration: underline; }
@media (max-width: 500px) {
    .fvstend-author-box { flex-direction: column; gap: 12px; }
    .fvstend-author-avatar { width: 60px !important; height: 60px !important; }
}
/* FVS Blog Tendências — Dark Mode */
body.dark-mode { background-color: #121212; }
body.dark-mode, body.dark-mode p, body.dark-mode li, body.dark-mode span:not(.fvsp-accessibility-label), body.dark-mode td, body.dark-mode div { color: #e0e0e0; }
body.dark-mode h1, body.dark-mode h2, body.dark-mode h3, body.dark-mode h4, body.dark-mode h5, body.dark-mode h6 { color: #f0f0f0; }
body.dark-mode a, body.dark-mode a:visited { color: #bb86fc; }
body.dark-mode .site-header { background: #1a1a1a; background-image: none; }
body.dark-mode .site-title a, body.dark-mode .main-navigation ul.menu li a, body.dark-mode .menu-toggle { color: #ffffff !important; }
body.dark-mode .top-search-bar, body.dark-mode #search-below-header { background: #1e1e1e; }
body.dark-mode input[type="search"] { background: #2a2a2a; color: #e0e0e0; border-color: #555; }
body.dark-mode .site-main, body.dark-mode .content-area, body.dark-mode main { background-color: #121212; }
body.dark-mode .feupress-grid article { background: #1e1e1e; border-color: #333; }
body.dark-mode .entry-title { color: #f0f0f0; }
body.dark-mode .post-meta, body.dark-mode .post-meta-small, body.dark-mode .tempo-leitura { color: #b0b0b0; }
body.dark-mode .indice-conteudo { background: #1e1e1e; border-color: #444; }
body.dark-mode .indice-conteudo a { color: #bb86fc; }
body.dark-mode footer.site-footer { background-color: #0d0d0d; background-image: none; }
body.dark-mode .footer-nav-row, body.dark-mode .site-info { background-color: #111; }
body.dark-mode .footer-credit { background: #1a1a1a; color: #b0b0b0; }
body.dark-mode .fvsp-accessibility-tools button, body.dark-mode #fvsp-dark-mode { background: #444; color: #fff; }
body.dark-mode #cookie-banner { background: #1a1a1a; }
body.dark-mode .fvsp-dm-header-btn { border-color: rgba(255,255,255,.5); }
body.dark-mode .feupress-grid p { color: #bbb; }
/* FVS Blog Tendências — Responsive */
@media (max-width: 1024px) { .feupress-grid { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 768px) {
    .feupress-grid { grid-template-columns: 1fr; }
    .site-main, .content-area, .site-content { padding: 15px; margin: 15px auto; }
    .entry-title { font-size: 1.8rem; }
    .site-title-container { flex: 1; text-align: center; }
    .fvsp-header-spacer { display: none; }
    .fvsp-dm-header-btn { padding: 4px 8px; font-size: .75rem; }
    .footer-custom-columns { flex-direction: column; }
}
@media (max-width: 480px) { .entry-title { font-size: 1.5rem; } }
