/*
Theme Name: Caminha da Fé
Theme URI: https://caminhadadafe.online
Author: Wanderlei Amaro - Grupo Amaro Informatica
Description: Portal cristão premium Caminha da Fé com notícias, devocionais, estudos bíblicos, vídeos, testemunhos, quiz, igrejas e sistema de apoio.
Version: 6.4
License: GPL v2 or later
Text Domain: caminha-da-fe
*/

@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:wght@400;700;900&family=Inter:wght@400;500;600;700&display=swap');

:root{
  --marrom:#3b2a1a;
  --marrom-claro:#5a4520;
  --dourado:#c9a961;
  --dourado-escuro:#a88840;
  --bege:#f7f5f0;
  --bege-claro:#fbfaf6;
  --texto:#222;
  --texto-claro:#666;
  --branco:#fff;
  --borda:#e8e4dc;
  --vermelho:#c0392b;
  --azul:#2c5f8d;
  --verde:#5a8a3a;
  --whatsapp:#25d366;
  --youtube:#ff0000;
}

*,*::before,*::after{box-sizing:border-box;margin:0;padding:0}
html{scroll-behavior:smooth}
body{font-family:'Inter',sans-serif;color:var(--texto);background:var(--bege);line-height:1.6;font-size:16px}
a{color:var(--marrom);text-decoration:none;transition:.2s}
a:hover{color:var(--dourado)}
img{max-width:100%;height:auto;display:block}
h1,h2,h3,h4{font-family:'Playfair Display',serif;color:var(--marrom);line-height:1.3}

.container,.pv-container{max-width:1280px;margin:0 auto;padding:0 30px;box-sizing:border-box;width:100%}

/* ============================================
   TOPBAR
   ============================================ */
.pv-topbar{background:var(--marrom);color:#f5e6c8;font-size:13px;border-bottom:2px solid var(--dourado)}
.pv-topbar-inner{display:flex;align-items:center;justify-content:space-between;gap:20px;padding-top:10px;padding-bottom:10px}
.pv-topbar-data{color:#f5e6c8;font-weight:500;flex-shrink:0}
.pv-topbar-versiculo{color:#d4b87a;text-align:center;flex:1;font-style:italic;font-size:13px;padding:0 20px}
.pv-topbar-social{display:flex;gap:10px;align-items:center;flex-shrink:0}
.pv-social{display:inline-flex;align-items:center;justify-content:center;width:36px;height:36px;border-radius:50%;background:var(--dourado);color:#fff;transition:all .3s ease;text-decoration:none;border:2px solid #fff}
.pv-social svg{display:block;fill:#fff}
.pv-social-fb:hover{background:#1877F2;transform:translateY(-2px);box-shadow:0 4px 12px rgba(0,0,0,.3)}
.pv-social-ig:hover{background:linear-gradient(45deg,#f09433,#e6683c,#dc2743,#cc2366,#bc1888);transform:translateY(-2px);box-shadow:0 4px 12px rgba(0,0,0,.3)}
.pv-social-yt:hover{background:#FF0000;transform:translateY(-2px);box-shadow:0 4px 12px rgba(0,0,0,.3)}

/* ============================================
   HEADER
   ============================================ */
.pv-header{background:#fff;border-bottom:3px solid var(--dourado);box-shadow:0 2px 10px rgba(0,0,0,.04);position:sticky;top:0;z-index:100}
.pv-header-inner{display:flex;align-items:center;justify-content:space-between;gap:40px;padding-top:20px;padding-bottom:20px}
.pv-logo{flex-shrink:0;display:flex;align-items:center}
.pv-logo a,.pv-logo .custom-logo-link{display:flex;align-items:center;line-height:1;text-decoration:none}
.pv-logo img,.pv-logo .custom-logo{max-height:70px;width:auto;display:block}
.pv-logo-text{font-family:'Playfair Display',serif;font-size:32px;font-weight:900;text-decoration:none;letter-spacing:1px}
.pv-logo-1{color:var(--marrom)}
.pv-logo-2{color:var(--dourado);font-style:italic;font-weight:400}

/* MENU */
.pv-nav{flex:1;display:flex;justify-content:flex-end;align-items:center}
.pv-menu{list-style:none;margin:0;padding:0;display:flex;gap:28px;align-items:center}
.pv-menu li{margin:0;padding:0}
.pv-menu li a{color:var(--marrom);font-weight:600;font-size:14px;text-transform:uppercase;letter-spacing:.5px;text-decoration:none;transition:color .3s;padding:8px 0;border-bottom:3px solid transparent}
.pv-menu li a:hover,.pv-menu .current_page_item a,.pv-menu .current-menu-item a{color:var(--dourado);border-bottom-color:var(--dourado)}
.pv-menu-cta a,.pv-menu-doacoes a{background:var(--dourado);color:#fff !important;padding:10px 22px;border-radius:4px;border-bottom:none !important;transition:all .3s}
.pv-menu-cta a:hover,.pv-menu-doacoes a:hover{background:var(--marrom);color:#fff !important;border-bottom:none !important}

.pv-menu-toggle{display:none;background:none;border:none;flex-direction:column;gap:5px;cursor:pointer;padding:8px}
.pv-menu-toggle span{display:block;width:26px;height:3px;background:var(--marrom);border-radius:2px}

/* ============================================
   BARRA DE BUSCA — VERSÃO ÚNICA E DEFINITIVA
   ============================================ */
.pv-search-wrapper{
    background:#fff;
    padding-bottom:18px;
}
.pv-search-wrapper .pv-container{
    display:flex;
    justify-content:flex-end;
}
.pv-search-form{
    display:flex;
    align-items:stretch;
    max-width:420px;
    width:100%;
    background:#fff;
    border:2px solid var(--dourado);
    border-radius:50px;
    overflow:hidden;
    box-shadow:0 3px 12px rgba(59,42,26,.10);
    transition:all .3s ease;
    height:48px;
}
.pv-search-form:hover{
    box-shadow:0 5px 18px rgba(201,169,97,.25);
}
.pv-search-form:focus-within{
    border-color:var(--dourado-escuro);
    box-shadow:0 6px 22px rgba(201,169,97,.4);
    transform:translateY(-1px);
}
.pv-search-icon{
    display:flex;
    align-items:center;
    justify-content:center;
    padding-left:20px;
    padding-right:6px;
    flex-shrink:0;
}
.pv-search-icon svg{display:block}
.pv-search-form input[type="search"]{
    flex:1;
    border:none;
    background:transparent;
    padding:0 14px;
    font-size:14px;
    outline:none;
    font-family:'Inter',sans-serif;
    color:var(--marrom);
    height:100%;
    min-width:0;
}
.pv-search-form input[type="search"]::placeholder{
    color:#999;
    font-style:italic;
}
.pv-search-form input[type="search"]::-webkit-search-cancel-button{
    -webkit-appearance:none;
    appearance:none;
}
.pv-search-form button[type="submit"]{
    background:linear-gradient(135deg,var(--dourado) 0%,var(--dourado-escuro) 100%);
    color:#fff;
    border:none;
    padding:0 30px;
    cursor:pointer;
    font-weight:700;
    font-size:12px;
    text-transform:uppercase;
    letter-spacing:1.5px;
    font-family:'Inter',sans-serif;
    transition:all .3s ease;
    border-radius:0;
    height:100%;
    display:flex;
    align-items:center;
    justify-content:center;
    line-height:1;
    white-space:nowrap;
    flex-shrink:0;
}
.pv-search-form button[type="submit"]:hover{
    background:linear-gradient(135deg,var(--marrom) 0%,var(--marrom-claro) 100%);
    color:#fff;
}

/* ============================================
   HERO
   ============================================ */
.pv-hero{background:var(--branco);padding:30px 0;border-bottom:1px solid var(--borda)}
.pv-hero-grid{display:grid;grid-template-columns:2fr 1fr;gap:25px;max-width:1280px;margin:0 auto;padding:0 30px}
.pv-hero-main{position:relative;border-radius:8px;overflow:hidden;min-height:420px;background:#222;cursor:pointer}
.pv-hero-main img{width:100%;height:420px;object-fit:cover;transition:.4s}
.pv-hero-main:hover img{transform:scale(1.03)}
.pv-hero-main-content{position:absolute;bottom:0;left:0;right:0;padding:30px;background:linear-gradient(transparent,rgba(0,0,0,.85));color:#fff}
.pv-hero-main h2{color:#fff;font-size:32px;font-weight:900;margin-bottom:10px;line-height:1.2}
.pv-hero-main h2 a{color:#fff}
.pv-hero-main p{color:#f0f0f0;font-size:15px;margin-bottom:8px}
.pv-hero-side{display:flex;flex-direction:column;gap:15px}
.pv-hero-side-item{background:var(--bege-claro);border-radius:8px;overflow:hidden;display:flex;flex-direction:column;flex:1;border:1px solid var(--borda);transition:.2s}
.pv-hero-side-item:hover{transform:translateY(-2px);box-shadow:0 4px 14px rgba(0,0,0,.08)}
.pv-hero-side-item img{width:100%;height:130px;object-fit:cover}
.pv-hero-side-content{padding:14px}
.pv-hero-side-item h3{font-size:16px;line-height:1.3;margin-bottom:6px}

/* CATEGORIAS */
.pv-cat{display:inline-block;font-family:'Inter',sans-serif;font-size:11px;font-weight:700;text-transform:uppercase;letter-spacing:1px;padding:4px 10px;border-radius:3px;color:#fff;margin-bottom:8px}
.pv-cat-noticia{background:var(--vermelho)}
.pv-cat-devocional{background:var(--dourado)}
.pv-cat-estudo{background:var(--azul)}
.pv-cat-testemunho{background:var(--verde)}
.pv-cat-default{background:var(--marrom)}

/* ============================================
   MAIN
   ============================================ */
.pv-main{padding:40px 0}
.pv-main-grid{display:grid;grid-template-columns:2fr 1fr;gap:35px}
.pv-section-title{font-size:24px;color:var(--marrom);border-bottom:3px solid var(--dourado);padding-bottom:10px;margin-bottom:25px;font-weight:700;display:flex;align-items:center;gap:10px}
.pv-section-title::before{content:"";width:6px;height:24px;background:var(--dourado);border-radius:2px}
.pv-cards{display:grid;grid-template-columns:1fr 1fr;gap:20px}

.pv-card{background:var(--branco);border-radius:8px;overflow:hidden;box-shadow:0 2px 10px rgba(0,0,0,.05);transition:.2s;display:flex;flex-direction:column}
.pv-card:hover{transform:translateY(-3px);box-shadow:0 6px 20px rgba(0,0,0,.1)}
.pv-card-img{position:relative;overflow:hidden;height:180px;background:var(--bege)}
.pv-card-img img{width:100%;height:100%;object-fit:cover;transition:.4s}
.pv-card:hover .pv-card-img img{transform:scale(1.05)}
.pv-card-img-placeholder{width:100%;height:100%;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,var(--marrom),var(--marrom-claro));color:var(--dourado);font-family:'Playfair Display',serif;font-size:42px;font-weight:900}
.pv-card-body{padding:18px;display:flex;flex-direction:column;flex:1}
.pv-card-body h3{font-size:18px;margin-bottom:8px;line-height:1.35}
.pv-card-body h3 a{color:var(--marrom)}
.pv-card-body h3 a:hover{color:var(--dourado)}
.pv-card-meta{font-size:12px;color:var(--texto-claro);margin-bottom:8px;display:flex;gap:10px;flex-wrap:wrap}
.pv-card-excerpt{font-size:14px;color:var(--texto-claro);margin-bottom:12px;flex:1}
.pv-readmore{font-size:12px;font-weight:700;color:var(--dourado);text-transform:uppercase;letter-spacing:1px;margin-top:auto}
.pv-readmore:hover{color:var(--marrom)}

/* SIDEBAR */
.pv-sidebar{display:flex;flex-direction:column;gap:20px}
.pv-widget{background:var(--branco);border-radius:8px;padding:22px;box-shadow:0 2px 10px rgba(0,0,0,.05);border-top:4px solid var(--dourado)}
.pv-widget h3{font-size:16px;color:var(--marrom);margin-bottom:14px;text-transform:uppercase;letter-spacing:1px;font-family:'Inter',sans-serif;font-weight:700}
.pv-widget p{font-size:14px;margin-bottom:8px}
.pv-widget ul{list-style:none}
.pv-widget li{padding:10px 0;border-bottom:1px solid var(--borda);font-size:14px;display:flex;gap:10px}
.pv-widget li:last-child{border-bottom:none}
.pv-widget li .pv-num{color:var(--dourado);font-family:'Playfair Display',serif;font-weight:900;font-size:22px;line-height:1}
.pv-widget-versiculo{background:linear-gradient(135deg,var(--marrom),var(--marrom-claro));color:#f0e6d2;border-top-color:var(--dourado)}
.pv-widget-versiculo h3{color:var(--dourado)}
.pv-widget-versiculo p{color:#f0e6d2;font-style:italic;font-size:15px;line-height:1.7;font-family:'Playfair Display',serif}
.pv-widget-doacao{background:linear-gradient(135deg,var(--dourado),var(--dourado-escuro));color:#fff;border-top-color:var(--marrom);text-align:center}
.pv-widget-doacao h3{color:#fff}
.pv-widget-doacao p{color:#fff8e7;font-size:14px;margin-bottom:15px}
.pv-widget-doacao a{display:inline-block;background:var(--marrom);color:#fff;padding:10px 20px;border-radius:4px;font-weight:700;text-transform:uppercase;font-size:12px;letter-spacing:1px}
.pv-widget-doacao a:hover{background:#000;color:#fff}

/* ============================================
   VÍDEOS
   ============================================ */
.pv-videos-section{background:linear-gradient(135deg,#1a1a1a,#2c2c2c);padding:50px 0;margin:40px 0;border-top:4px solid var(--youtube);border-bottom:4px solid var(--dourado)}
.pv-videos-section .pv-section-title{color:#fff;border-bottom-color:var(--youtube)}
.pv-videos-section .pv-section-title::before{background:var(--youtube)}
.pv-videos-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:25px;flex-wrap:wrap;gap:15px}
.pv-videos-subtitle{color:#ccc;font-size:14px}
.pv-videos-subtitle strong{color:var(--dourado)}
.pv-btn-yt{display:inline-flex;align-items:center;gap:8px;background:var(--youtube);color:#fff;padding:10px 20px;border-radius:4px;font-weight:700;text-transform:uppercase;font-size:12px;letter-spacing:1px}
.pv-btn-yt:hover{background:#cc0000;color:#fff;transform:translateY(-2px)}
.pv-videos-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:20px}
.pv-video-card{background:#fff;border-radius:8px;overflow:hidden;transition:.3s;cursor:pointer;box-shadow:0 4px 14px rgba(0,0,0,.3)}
.pv-video-card:hover{transform:translateY(-4px);box-shadow:0 8px 25px rgba(0,0,0,.5)}
.pv-video-thumb{position:relative;aspect-ratio:16/9;overflow:hidden;background:#000}
.pv-video-thumb img{width:100%;height:100%;object-fit:cover}
.pv-video-play{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:60px;height:60px;background:rgba(255,0,0,.9);border-radius:50%;display:flex;align-items:center;justify-content:center;transition:.3s}
.pv-video-card:hover .pv-video-play{background:var(--youtube);transform:translate(-50%,-50%) scale(1.1)}
.pv-video-play::before{content:"";border-style:solid;border-width:10px 0 10px 16px;border-color:transparent transparent transparent #fff;margin-left:4px}
.pv-video-info{padding:14px}
.pv-video-info h3{font-size:14px;line-height:1.4;color:var(--marrom);font-family:'Inter',sans-serif;font-weight:700;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;min-height:40px}
.pv-video-meta{font-size:11px;color:var(--texto-claro);margin-top:8px;text-transform:uppercase;letter-spacing:.5px}
.pv-video-modal{display:none;position:fixed;inset:0;background:rgba(0,0,0,.92);z-index:9999;align-items:center;justify-content:center;padding:20px}
.pv-video-modal.active{display:flex}
.pv-video-modal-inner{width:100%;max-width:1000px;position:relative}
.pv-video-modal-close{position:absolute;top:-45px;right:0;background:none;border:none;color:#fff;font-size:30px;cursor:pointer;line-height:1}
.pv-video-modal iframe{width:100%;aspect-ratio:16/9;border:none;border-radius:8px;background:#000}
.pv-videos-page{padding:40px 0;background:linear-gradient(135deg,#1a1a1a,#2c2c2c);min-height:60vh}
.pv-videos-page .pv-videos-grid{grid-template-columns:repeat(3,1fr)}
.pv-videos-page-header{text-align:center;margin-bottom:40px;color:#fff}
.pv-videos-page-header h1{color:#fff;font-size:42px;margin-bottom:10px}
.pv-videos-page-header p{color:#ccc;font-size:16px}

/* ============================================
   PÁGINAS INSTITUCIONAIS
   ============================================ */
.pv-page-hero{background:linear-gradient(135deg,var(--marrom),var(--marrom-claro));color:#fff;padding:80px 0;text-align:center;margin-bottom:0}
.pv-page-hero h1{color:#fff;font-size:54px;margin-bottom:15px;font-weight:900}
.pv-page-hero p{color:#f0e6d2;font-size:20px;font-style:italic;font-family:'Playfair Display',serif;max-width:700px;margin:0 auto}
.pv-page-content{padding:60px 0;background:var(--branco)}
.pv-page-inner{max-width:850px;margin:0 auto;padding:0 30px}
.pv-page-inner h2{font-size:32px;color:var(--marrom);margin:40px 0 15px;border-left:4px solid var(--dourado);padding-left:15px}
.pv-page-inner h3{font-size:22px;color:var(--marrom);margin:25px 0 12px}
.pv-page-inner p{font-size:17px;line-height:1.8;color:#444;margin-bottom:18px}
.pv-page-inner ul,.pv-page-inner ol{margin:15px 0 20px 30px}
.pv-page-inner li{font-size:17px;line-height:1.8;color:#444;margin-bottom:8px}
.pv-page-inner blockquote{background:var(--bege-claro);border-left:4px solid var(--dourado);padding:25px 30px;margin:30px 0;font-family:'Playfair Display',serif;font-size:20px;font-style:italic;color:var(--marrom)}
.pv-page-inner strong{color:var(--marrom)}
.pv-page-inner a{color:var(--dourado-escuro);text-decoration:underline;font-weight:600}
.pv-valores{display:grid;grid-template-columns:repeat(3,1fr);gap:20px;margin:40px 0}
.pv-valor-card{background:var(--bege-claro);padding:30px;border-radius:8px;text-align:center;border-top:4px solid var(--dourado)}
.pv-valor-card h3{font-size:20px;margin-bottom:10px}
.pv-valor-card p{font-size:14px;color:#666;line-height:1.6}

/* CONTATO */
.pv-contato-grid{display:grid;grid-template-columns:1fr 1fr;gap:40px;margin-top:40px}
.pv-contato-info{background:var(--bege-claro);padding:35px;border-radius:8px;border-top:4px solid var(--dourado)}
.pv-contato-info h3{margin-bottom:20px}
.pv-contato-item{display:flex;align-items:flex-start;gap:15px;margin-bottom:20px;padding-bottom:20px;border-bottom:1px solid var(--borda)}
.pv-contato-item:last-child{border-bottom:none}
.pv-contato-icone{width:45px;height:45px;background:var(--dourado);color:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;font-weight:900;font-size:18px;flex-shrink:0}
.pv-contato-texto h4{font-size:14px;text-transform:uppercase;letter-spacing:1px;color:var(--marrom);margin-bottom:5px;font-family:'Inter',sans-serif}
.pv-contato-texto p,.pv-contato-texto a{font-size:15px;color:#444;line-height:1.5}
.pv-contato-texto a:hover{color:var(--dourado)}
.pv-contato-form{background:#fff;padding:35px;border-radius:8px;box-shadow:0 2px 10px rgba(0,0,0,.05)}
.pv-contato-form input,.pv-contato-form textarea{width:100%;padding:14px 18px;border:1px solid var(--borda);border-radius:6px;font-size:15px;font-family:inherit;margin-bottom:15px;outline:none;transition:.2s}
.pv-contato-form input:focus,.pv-contato-form textarea:focus{border-color:var(--dourado)}
.pv-contato-form textarea{resize:vertical;min-height:130px}
.pv-contato-form button{width:100%;background:var(--dourado);color:#fff;border:none;padding:16px;border-radius:6px;font-weight:700;text-transform:uppercase;font-size:14px;letter-spacing:1px;cursor:pointer;font-family:inherit;transition:.2s}
.pv-contato-form button:hover{background:var(--marrom)}

/* DOAÇÕES */
.pv-doacao-hero{background:linear-gradient(135deg,#c9a961,#a88840);color:#fff}
.pv-doacao-hero h1{color:#fff}
.pv-doacao-hero p{color:#fff8e7}
.pv-doacao-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:25px;margin:40px 0}
.pv-doacao-card{background:#fff;padding:35px 25px;border-radius:8px;text-align:center;box-shadow:0 4px 14px rgba(0,0,0,.08);border-top:5px solid var(--dourado);transition:.2s}
.pv-doacao-card:hover{transform:translateY(-5px);box-shadow:0 8px 25px rgba(0,0,0,.15)}
.pv-doacao-card .pv-valor-grande{font-family:'Playfair Display',serif;font-size:48px;font-weight:900;color:var(--dourado);margin:15px 0}
.pv-doacao-card h3{margin-bottom:10px}
.pv-doacao-card p{font-size:14px;color:#666;margin-bottom:20px;min-height:60px}
.pv-pix-box{background:linear-gradient(135deg,var(--marrom),var(--marrom-claro));color:#fff;padding:40px;border-radius:8px;text-align:center;margin:40px 0}
.pv-pix-box h2{color:#fff;border:none;padding:0;margin-bottom:15px}
.pv-pix-box p{color:#f0e6d2;font-size:17px}
.pv-pix-chave{background:#fff;color:var(--marrom);padding:18px 30px;border-radius:6px;display:inline-block;margin:20px 0;font-family:'Courier New',monospace;font-size:18px;font-weight:700;letter-spacing:1px;cursor:pointer;transition:.2s}
.pv-pix-chave:hover{background:var(--dourado);color:#fff}
.pv-pix-copiado{display:none;color:#fff8e7;margin-top:10px;font-size:14px}
.pv-pix-copiado.show{display:block}

/* WHATSAPP FLUTUANTE */
.pv-whatsapp-float{position:fixed;bottom:25px;right:25px;width:60px;height:60px;background:var(--whatsapp);border-radius:50%;display:flex;align-items:center;justify-content:center;box-shadow:0 4px 20px rgba(37,211,102,.5);z-index:999;transition:.3s;animation:pvPulse 2s infinite}
.pv-whatsapp-float:hover{transform:scale(1.1);box-shadow:0 6px 30px rgba(37,211,102,.7)}
.pv-whatsapp-float svg{width:32px;height:32px;fill:#fff}
@keyframes pvPulse{0%,100%{box-shadow:0 4px 20px rgba(37,211,102,.5)}50%{box-shadow:0 4px 25px rgba(37,211,102,.8),0 0 0 10px rgba(37,211,102,.1)}}

/* NEWSLETTER */
.pv-newsletter{background:linear-gradient(135deg,var(--dourado),var(--dourado-escuro));padding:50px 0;color:#fff}
.pv-newsletter-inner{max-width:700px;margin:0 auto;text-align:center;padding:0 30px}
.pv-newsletter h3{color:#fff;font-size:32px;margin-bottom:10px;font-weight:900}
.pv-newsletter p{color:#fff8e7;font-size:16px;margin-bottom:25px}
.pv-newsletter-form{display:flex;gap:10px;flex-wrap:wrap;justify-content:center}
.pv-newsletter-form input{flex:1;min-width:250px;padding:14px 20px;border:none;border-radius:30px;font-size:15px;font-family:inherit;outline:none}
.pv-newsletter-form button{background:var(--marrom);color:#fff;border:none;padding:14px 30px;border-radius:30px;font-weight:700;text-transform:uppercase;font-size:13px;letter-spacing:1px;cursor:pointer;font-family:inherit;transition:.2s}
.pv-newsletter-form button:hover{background:#000;transform:translateY(-2px)}
.pv-newsletter-msg{margin-top:15px;font-size:14px;font-weight:600;min-height:20px}
.pv-newsletter-msg.success{color:#1a4d1a;background:#d4edda;padding:10px 20px;border-radius:6px;display:inline-block}
.pv-newsletter-msg.error{color:#721c24;background:#f8d7da;padding:10px 20px;border-radius:6px;display:inline-block}

/* FOOTER */
.pv-footer{background:var(--marrom);color:#f0e6d2;padding:50px 0 0;margin-top:0}
.pv-footer-inner{max-width:1280px;margin:0 auto;padding:0 30px}
.pv-footer-grid{display:grid;grid-template-columns:1.5fr 1fr 1fr 1fr;gap:30px;margin-bottom:40px}
.pv-footer h4{color:var(--dourado);margin-bottom:15px;font-size:16px;text-transform:uppercase;letter-spacing:1px;font-family:'Inter',sans-serif}
.pv-footer p,.pv-footer a{color:#d8ccb0;font-size:14px;line-height:1.8}
.pv-footer a:hover{color:var(--dourado)}
.pv-footer ul{list-style:none}
.pv-footer-bottom{border-top:1px solid rgba(201,169,97,.3);padding:20px 0;text-align:center;font-size:13px}
.pv-footer-bottom strong{color:var(--dourado)}

/* SINGLE POST */
.pv-single-wrap{padding:40px 0;max-width:1280px;margin:0 auto;padding-left:30px;padding-right:30px}
.pv-single{background:var(--branco);padding:40px;border-radius:8px;box-shadow:0 2px 10px rgba(0,0,0,.05);max-width:850px;margin:0 auto}
.pv-single h1{color:var(--marrom);margin-bottom:15px;font-size:38px;font-weight:900;line-height:1.2}
.pv-single .pv-meta{color:var(--texto-claro);margin-bottom:25px;border-bottom:1px solid var(--borda);padding-bottom:15px;font-size:14px;display:flex;gap:15px;flex-wrap:wrap}
.pv-single-thumb{margin-bottom:25px;border-radius:6px;overflow:hidden}
.pv-single-content{font-size:17px;line-height:1.85;color:#333}
.pv-single-content p{margin-bottom:18px}
.pv-single-content h2{margin:30px 0 15px;font-size:26px}
.pv-single-content h3{margin:25px 0 12px;font-size:22px}
.pv-single-content blockquote{border-left:4px solid var(--dourado);padding:15px 25px;margin:25px 0;background:var(--bege-claro);font-style:italic;font-family:'Playfair Display',serif;font-size:18px;color:var(--marrom)}
.pv-single-content img{border-radius:6px;margin:20px 0}
.pv-single-content a{color:var(--dourado);text-decoration:underline}
.pv-share{margin-top:30px;padding-top:25px;border-top:1px solid var(--borda);display:flex;gap:10px;align-items:center;flex-wrap:wrap}
.pv-share-label{font-weight:700;color:var(--marrom);text-transform:uppercase;font-size:13px;letter-spacing:1px}
.pv-share a{display:inline-flex;align-items:center;justify-content:center;width:36px;height:36px;background:var(--bege);border-radius:50%;color:var(--marrom);font-weight:700;font-size:13px;transition:.2s}
.pv-share a:hover{background:var(--dourado);color:#fff;transform:translateY(-2px)}
.pv-btn{display:inline-block;background:var(--dourado);color:#fff;padding:12px 28px;border-radius:4px;font-weight:700;text-transform:uppercase;font-size:13px;letter-spacing:1px;border:none;cursor:pointer;font-family:'Inter',sans-serif;text-decoration:none}
.pv-btn:hover{background:var(--marrom);color:#fff}
.pv-archive-header{background:linear-gradient(135deg,var(--marrom),var(--marrom-claro));color:#fff;padding:50px 0;margin-bottom:30px;text-align:center}
.pv-archive-header h1{color:#fff;font-size:42px;margin-bottom:8px}
.pv-archive-header p{color:#f0e6d2;font-size:16px}

/* ============================================
   RESPONSIVO
   ============================================ */
@media (max-width:1024px){
    .container,.pv-container{padding-left:20px;padding-right:20px}
    .pv-menu{gap:18px}
    .pv-menu li a{font-size:13px}
}
@media (max-width:992px){
    .pv-topbar-versiculo{display:none}
}
@media (max-width:900px){
    .pv-hero-grid{grid-template-columns:1fr}
    .pv-main-grid{grid-template-columns:1fr}
    .pv-videos-grid{grid-template-columns:repeat(2,1fr)}
    .pv-videos-page .pv-videos-grid{grid-template-columns:repeat(2,1fr)}
    .pv-footer-grid{grid-template-columns:1fr 1fr}
}
@media (max-width:800px){
    .pv-contato-grid{grid-template-columns:1fr}
    .pv-doacao-grid{grid-template-columns:1fr}
    .pv-footer-grid{grid-template-columns:1fr 1fr}
}
@media (max-width:768px){
    .pv-topbar-inner{flex-direction:column;gap:8px;text-align:center}
    .pv-topbar-social{justify-content:center}
    .pv-header-inner{gap:15px}
    .pv-menu-toggle{display:flex}
    .pv-nav{position:absolute;top:100%;left:0;right:0;background:#fff;box-shadow:0 10px 20px rgba(0,0,0,.1);padding:20px;display:none;z-index:999}
    .pv-nav.active{display:flex}
    .pv-menu{flex-direction:column;gap:15px;width:100%;align-items:flex-start}
    .pv-search-wrapper .pv-container{justify-content:center}
    .pv-search-form{max-width:100%;height:44px}
    .pv-search-form button[type="submit"]{padding:0 20px;font-size:11px;letter-spacing:1px}
    .pv-search-icon{padding-left:14px}
}
@media (max-width:700px){
    .pv-hero-main h2{font-size:22px}
    .pv-hero-main img{height:280px}
    .pv-single{padding:25px}
    .pv-single h1{font-size:26px}
    .pv-page-hero h1{font-size:36px}
    .pv-newsletter h3{font-size:24px}
    .pv-valores{grid-template-columns:1fr}
}
@media (max-width:600px){
    .pv-cards{grid-template-columns:1fr}
    .pv-whatsapp-float{width:55px;height:55px;bottom:15px;right:15px}
    .pv-whatsapp-float svg{width:28px;height:28px}
}
@media (max-width:500px){
    .pv-videos-grid{grid-template-columns:1fr}
    .pv-videos-page .pv-videos-grid{grid-template-columns:1fr}
    .pv-footer-grid{grid-template-columns:1fr}
}


/* ============================================
   SISTEMA DE LOGIN/CADASTRO v1.0
============================================ */
.pv-topbar-right{display:flex;align-items:center;gap:15px;flex-shrink:0}
.pv-login-btn{display:inline-flex;align-items:center;gap:6px;background:var(--dourado);color:#fff;border:2px solid #fff;padding:7px 16px;border-radius:30px;cursor:pointer;font-weight:700;font-size:12px;text-transform:uppercase;letter-spacing:1px;font-family:'Inter',sans-serif;transition:all .3s ease}
.pv-login-btn:hover{background:#fff;color:var(--marrom);transform:translateY(-2px);box-shadow:0 4px 12px rgba(0,0,0,.3)}
.pv-login-btn svg{fill:currentColor}
.pv-user-menu{position:relative}
.pv-user-btn{display:inline-flex;align-items:center;gap:8px;background:rgba(255,255,255,.1);color:#fff;border:2px solid var(--dourado);padding:5px 14px 5px 5px;border-radius:30px;cursor:pointer;font-family:'Inter',sans-serif;font-size:13px;transition:all .3s ease}
.pv-user-btn:hover{background:rgba(255,255,255,.2)}
.pv-user-avatar{width:30px;height:30px;border-radius:50%;background:var(--dourado);color:#fff;display:flex;align-items:center;justify-content:center;font-weight:700;font-size:14px;text-transform:uppercase}
.pv-user-name{font-weight:600;color:#f5e6c8}
.pv-user-btn svg{fill:#f5e6c8}
.pv-user-dropdown{position:absolute;top:calc(100% + 8px);right:0;background:#fff;min-width:220px;border-radius:8px;box-shadow:0 8px 25px rgba(0,0,0,.15);padding:8px 0;display:none;z-index:1000;border:1px solid var(--borda)}
.pv-user-dropdown.active{display:block}
.pv-user-dropdown a{display:block;padding:10px 18px;color:var(--marrom);font-size:14px;font-weight:500;text-decoration:none;transition:.2s}
.pv-user-dropdown a:hover{background:var(--bege-claro);color:var(--dourado-escuro);padding-left:22px}
.pv-user-dropdown hr{margin:6px 12px;border:none;border-top:1px solid var(--borda)}
.pv-auth-modal{display:none;position:fixed;inset:0;z-index:99999;align-items:center;justify-content:center;padding:20px}
.pv-auth-modal.active{display:flex}
.pv-auth-overlay{position:absolute;inset:0;background:rgba(0,0,0,.75);backdrop-filter:blur(4px)}
.pv-auth-box{position:relative;background:#fff;width:100%;max-width:440px;border-radius:16px;padding:35px 35px 30px;box-shadow:0 25px 60px rgba(0,0,0,.4);max-height:95vh;overflow-y:auto;animation:pvAuthIn .3s ease-out}
@keyframes pvAuthIn{from{opacity:0;transform:translateY(-30px) scale(.95)}to{opacity:1;transform:translateY(0) scale(1)}}
.pv-auth-close{position:absolute;top:12px;right:14px;background:none;border:none;font-size:32px;color:#999;cursor:pointer;line-height:1;width:36px;height:36px;border-radius:50%;transition:.2s}
.pv-auth-close:hover{background:var(--bege);color:var(--marrom)}
.pv-auth-header{text-align:center;margin-bottom:20px}
.pv-auth-logo{font-family:'Playfair Display',serif;font-size:28px;font-weight:900;letter-spacing:1px;margin-bottom:5px}
.pv-auth-subtitle{font-family:'Playfair Display',serif;font-style:italic;color:var(--texto-claro);font-size:13px}
.pv-auth-tabs{display:flex;gap:0;margin-bottom:25px;border-bottom:2px solid var(--borda)}
.pv-auth-tab{flex:1;background:none;border:none;padding:12px 0;font-size:14px;font-weight:700;color:var(--texto-claro);cursor:pointer;text-transform:uppercase;letter-spacing:1px;font-family:'Inter',sans-serif;border-bottom:3px solid transparent;margin-bottom:-2px;transition:.2s}
.pv-auth-tab.active{color:var(--marrom);border-bottom-color:var(--dourado)}
.pv-auth-form{display:none}
.pv-auth-form.active{display:block}
.pv-form-group{margin-bottom:16px}
.pv-form-group label{display:block;font-size:12px;font-weight:700;color:var(--marrom);text-transform:uppercase;letter-spacing:.8px;margin-bottom:6px}
.pv-form-group input{width:100%;padding:13px 16px;border:2px solid var(--borda);border-radius:8px;font-size:15px;font-family:'Inter',sans-serif;color:var(--marrom);outline:none;transition:.2s;background:#fafafa}
.pv-form-group input:focus{border-color:var(--dourado);background:#fff;box-shadow:0 0 0 3px rgba(201,169,97,.15)}
.pv-forgot{display:block;text-align:right;font-size:13px;color:var(--dourado-escuro);margin-bottom:15px;margin-top:-8px;text-decoration:none;font-weight:600}
.pv-forgot:hover{color:var(--marrom);text-decoration:underline}
.pv-auth-submit{width:100%;background:linear-gradient(135deg,var(--dourado),var(--dourado-escuro));color:#fff;border:none;padding:15px;border-radius:8px;font-weight:700;font-size:14px;text-transform:uppercase;letter-spacing:1.5px;cursor:pointer;font-family:'Inter',sans-serif;transition:.3s;margin-top:5px}
.pv-auth-submit:hover{background:linear-gradient(135deg,var(--marrom),var(--marrom-claro));transform:translateY(-2px);box-shadow:0 6px 20px rgba(59,42,26,.3)}
.pv-auth-submit:disabled{opacity:.6;cursor:not-allowed;transform:none}
.pv-auth-msg{margin-top:14px;padding:0;font-size:14px;text-align:center;min-height:20px;font-weight:600;border-radius:6px}
.pv-auth-msg.success{background:#d4edda;color:#1a4d1a;padding:10px}
.pv-auth-msg.error{background:#f8d7da;color:#721c24;padding:10px}
.pv-auth-divider{text-align:center;margin:20px 0 15px;position:relative;color:var(--texto-claro);font-size:13px}
.pv-auth-divider::before,.pv-auth-divider::after{content:"";position:absolute;top:50%;width:40%;height:1px;background:var(--borda)}
.pv-auth-divider::before{left:0}.pv-auth-divider::after{right:0}
.pv-auth-divider span{background:#fff;padding:0 12px;position:relative}
.pv-auth-switch{text-align:center;font-size:14px;color:var(--texto-claro);margin-top:18px}
.pv-auth-switch a{color:var(--dourado-escuro);font-weight:700;text-decoration:none}
.pv-auth-switch a:hover{text-decoration:underline}
.pv-auth-terms{text-align:center;font-size:12px;color:var(--texto-claro);margin-top:14px;line-height:1.5}
.pv-auth-terms a{color:var(--dourado-escuro);text-decoration:underline}
.pv-recover-info{background:var(--bege-claro);padding:14px 18px;border-radius:8px;border-left:3px solid var(--dourado);font-size:14px;color:#555;margin-bottom:18px;line-height:1.5}
@media (max-width:768px){.pv-topbar-right{gap:10px;margin-top:5px}.pv-login-btn{padding:6px 12px;font-size:11px}.pv-user-name{display:none}.pv-user-btn{padding:3px}.pv-auth-box{padding:25px 22px;max-width:100%}.pv-auth-logo{font-size:24px}}


/* ============================================
   PÁGINAS USUÁRIO - MINHA CONTA + FAVORITOS
============================================ */
.pv-conta-wrap,.pv-favs-wrap{max-width:900px;margin:40px auto;padding:0 20px;font-family:'Inter',sans-serif}
.pv-conta-header{display:flex;align-items:center;gap:25px;background:linear-gradient(135deg,var(--marrom),var(--marrom-claro));padding:35px;border-radius:12px;color:#fff;margin-bottom:30px;box-shadow:0 8px 25px rgba(0,0,0,.15)}
.pv-conta-avatar{width:90px;height:90px;border-radius:50%;background:var(--dourado);display:flex;align-items:center;justify-content:center;font-size:42px;font-weight:900;color:#fff;text-transform:uppercase;border:4px solid #fff;flex-shrink:0}
.pv-conta-header h1{margin:0 0 5px;font-family:'Playfair Display',serif;font-size:32px;color:#fff}
.pv-conta-header p{margin:0;color:#f5e6c8;font-size:14px}
.pv-conta-stats{display:grid;grid-template-columns:repeat(3,1fr);gap:15px;margin-bottom:30px}
.pv-stat{background:#fff;padding:25px 15px;border-radius:10px;text-align:center;text-decoration:none;color:var(--marrom);box-shadow:0 4px 12px rgba(0,0,0,.06);transition:.3s;border:2px solid var(--borda)}
.pv-stat:hover{transform:translateY(-4px);border-color:var(--dourado);box-shadow:0 8px 20px rgba(201,169,97,.2)}
.pv-stat-num{display:block;font-size:36px;font-weight:900;color:var(--dourado-escuro);font-family:'Playfair Display',serif}
.pv-stat-lbl{display:block;font-size:13px;font-weight:700;text-transform:uppercase;letter-spacing:1px;margin-top:5px;color:var(--marrom)}
.pv-conta-card{background:#fff;padding:30px;border-radius:12px;margin-bottom:25px;box-shadow:0 4px 15px rgba(0,0,0,.05);border:1px solid var(--borda)}
.pv-conta-card h2{font-family:'Playfair Display',serif;color:var(--marrom);margin:0 0 20px;font-size:22px;border-bottom:2px solid var(--dourado);padding-bottom:10px}
.pv-conta-row{display:grid;grid-template-columns:1fr 1fr;gap:15px}
.pv-conta-field{margin-bottom:18px}
.pv-conta-field label{display:block;font-size:12px;font-weight:700;color:var(--marrom);text-transform:uppercase;letter-spacing:.8px;margin-bottom:6px}
.pv-conta-field input{width:100%;padding:13px 16px;border:2px solid var(--borda);border-radius:8px;font-size:15px;font-family:'Inter',sans-serif;background:#fafafa;outline:none;transition:.2s}
.pv-conta-field input:focus{border-color:var(--dourado);background:#fff;box-shadow:0 0 0 3px rgba(201,169,97,.15)}
.pv-conta-field input:disabled{background:#eee;cursor:not-allowed;color:#888}
.pv-conta-field small{display:block;margin-top:5px;color:#888;font-size:12px}
.pv-conta-submit{background:linear-gradient(135deg,var(--dourado),var(--dourado-escuro));color:#fff;border:none;padding:14px 30px;border-radius:8px;font-weight:700;text-transform:uppercase;letter-spacing:1.5px;cursor:pointer;font-family:'Inter',sans-serif;transition:.3s;font-size:14px}
.pv-conta-submit:hover{transform:translateY(-2px);box-shadow:0 6px 20px rgba(201,169,97,.4)}
.pv-conta-msg{padding:15px 20px;border-radius:8px;margin-bottom:20px;font-weight:600}
.pv-conta-msg.success{background:#d4edda;color:#1a4d1a;border-left:4px solid #28a745}
.pv-conta-btn{display:inline-block;padding:12px 24px;background:var(--bege-claro);color:var(--marrom);border-radius:8px;text-decoration:none;font-weight:600;margin:5px 8px 5px 0;transition:.2s;border:2px solid transparent}
.pv-conta-btn:hover{background:var(--dourado);color:#fff}
.pv-conta-btn.pv-btn-red{background:#fef0f0;color:#c0392b}
.pv-conta-btn.pv-btn-red:hover{background:#c0392b;color:#fff}
.pv-favs-header{text-align:center;margin-bottom:40px}
.pv-favs-header h1{font-family:'Playfair Display',serif;font-size:42px;color:var(--marrom);margin:0 0 8px}
.pv-favs-header p{color:var(--texto-claro);font-size:16px;margin:0}
.pv-favs-empty{text-align:center;padding:60px 30px;background:#fff;border-radius:12px;box-shadow:0 4px 15px rgba(0,0,0,.05)}
.pv-favs-empty-icon{font-size:80px;margin-bottom:20px}
.pv-favs-empty h2{font-family:'Playfair Display',serif;color:var(--marrom);margin:0 0 12px}
.pv-favs-empty p{color:var(--texto-claro);max-width:500px;margin:0 auto 25px;line-height:1.6}
.pv-favs-cta{display:inline-block;background:linear-gradient(135deg,var(--dourado),var(--dourado-escuro));color:#fff;padding:14px 30px;border-radius:30px;text-decoration:none;font-weight:700;text-transform:uppercase;letter-spacing:1px;font-size:14px;transition:.3s}
.pv-favs-cta:hover{transform:translateY(-2px);box-shadow:0 8px 20px rgba(201,169,97,.4);color:#fff}
.pv-favs-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:25px}
.pv-fav-card{background:#fff;border-radius:10px;overflow:hidden;box-shadow:0 4px 15px rgba(0,0,0,.06);transition:.3s;border:1px solid var(--borda)}
.pv-fav-card:hover{transform:translateY(-4px);box-shadow:0 10px 25px rgba(0,0,0,.12)}
.pv-fav-img{display:block;height:180px;overflow:hidden;background:var(--bege)}
.pv-fav-img img{width:100%;height:100%;object-fit:cover;display:block}
.pv-fav-noimg{height:100%;display:flex;align-items:center;justify-content:center;font-size:50px;background:linear-gradient(135deg,var(--bege),var(--bege-claro))}
.pv-fav-body{padding:18px}
.pv-fav-cat{display:inline-block;background:var(--dourado);color:#fff;padding:3px 10px;border-radius:4px;font-size:11px;font-weight:700;text-transform:uppercase;letter-spacing:1px;margin-bottom:8px}
.pv-fav-body h3{font-family:'Playfair Display',serif;font-size:18px;margin:0 0 8px;line-height:1.3}
.pv-fav-body h3 a{color:var(--marrom);text-decoration:none}
.pv-fav-body h3 a:hover{color:var(--dourado-escuro)}
.pv-fav-body p{color:var(--texto-claro);font-size:13px;line-height:1.5;margin:0 0 12px}
.pv-fav-actions{display:flex;gap:8px;justify-content:space-between;align-items:center;border-top:1px solid var(--borda);padding-top:12px}
.pv-fav-read{color:var(--dourado-escuro);font-weight:700;text-decoration:none;font-size:13px}
.pv-fav-read:hover{color:var(--marrom)}
.pv-fav-remove{background:none;border:none;color:#c0392b;cursor:pointer;font-size:12px;font-weight:600;padding:4px 8px;border-radius:4px}
.pv-fav-remove:hover{background:#fef0f0}
.pv-acesso-restrito{text-align:center;padding:60px 20px;max-width:500px;margin:60px auto;background:#fff;border-radius:12px;box-shadow:0 4px 15px rgba(0,0,0,.08)}
.pv-acesso-restrito h2{font-family:'Playfair Display',serif;color:var(--marrom);font-size:28px}
.pv-acesso-restrito p{color:var(--texto-claro);margin-bottom:25px}
.pv-login-btn-big{background:linear-gradient(135deg,var(--dourado),var(--dourado-escuro));color:#fff;border:none;padding:14px 32px;border-radius:30px;font-weight:700;font-size:14px;text-transform:uppercase;letter-spacing:1.5px;cursor:pointer;font-family:'Inter',sans-serif}
.pv-login-btn-big:hover{transform:translateY(-2px);box-shadow:0 8px 20px rgba(201,169,97,.4)}
.pv-fav-btn{display:inline-flex;align-items:center;gap:6px;background:#fff;border:2px solid var(--borda);padding:8px 16px;border-radius:30px;cursor:pointer;font-weight:600;font-size:14px;color:var(--marrom);transition:.2s;font-family:'Inter',sans-serif}
.pv-fav-btn:hover{border-color:#e74c3c;color:#e74c3c}
.pv-fav-btn.is-fav{background:#fef0f0;border-color:#e74c3c;color:#e74c3c}
@media(max-width:768px){.pv-conta-row{grid-template-columns:1fr}.pv-conta-stats{grid-template-columns:1fr}.pv-conta-header{flex-direction:column;text-align:center;padding:25px}.pv-conta-avatar{width:70px;height:70px;font-size:32px}.pv-conta-header h1{font-size:24px}.pv-favs-header h1{font-size:30px}}


/* ============================================
   FIX FAVORITOS v3 + BOTÕES AUTO
============================================ */
.pv-favs-wrap{max-width:1100px !important;margin:50px auto !important;padding:0 20px !important}
.pv-favs-header{text-align:center !important;margin-bottom:50px !important;padding-bottom:25px !important;border-bottom:3px solid #c9a961 !important}
.pv-favs-header h1{font-family:'Playfair Display',serif !important;font-size:48px !important;color:#3b2a1a !important;margin:0 0 12px !important;font-weight:900 !important}
.pv-favs-header p{color:#999 !important;font-size:17px !important;margin:0 !important;font-style:italic}
.pv-favs-empty{text-align:center !important;padding:80px 30px !important;background:#fff !important;border-radius:16px !important;box-shadow:0 8px 30px rgba(0,0,0,.06) !important;border:2px dashed #e0d8c8 !important}
.pv-favs-empty-icon{font-size:90px !important;margin-bottom:25px !important;display:block !important;line-height:1 !important;opacity:.6}
.pv-favs-empty h2{font-family:'Playfair Display',serif !important;color:#3b2a1a !important;margin:0 0 18px !important;font-size:32px !important;font-weight:700 !important}
.pv-favs-empty p{color:#777 !important;max-width:500px !important;margin:0 auto 35px !important;line-height:1.7 !important;font-size:16px !important}
.pv-favs-cta{display:inline-flex !important;align-items:center !important;gap:8px !important;background:linear-gradient(135deg,#c9a961,#a88a4e) !important;color:#fff !important;padding:16px 38px !important;border-radius:50px !important;text-decoration:none !important;font-weight:700 !important;text-transform:uppercase !important;letter-spacing:1.5px !important;font-size:14px !important;transition:.3s !important;box-shadow:0 6px 20px rgba(201,169,97,.3) !important}
.pv-favs-cta:hover{transform:translateY(-3px) !important;box-shadow:0 10px 30px rgba(201,169,97,.5) !important;color:#fff !important}
.pv-fav-wrapper-top{display:flex;gap:12px;margin:0 0 25px;padding:15px 20px;background:linear-gradient(135deg,#fdf8ee,#faf3e0);border-radius:10px;border-left:4px solid #c9a961;flex-wrap:wrap;align-items:center}
.pv-share-btn{display:inline-flex;align-items:center;gap:6px;background:#fff;border:2px solid #e0d8c8;padding:8px 16px;border-radius:30px;cursor:pointer;font-weight:600;font-size:14px;color:#3b2a1a;transition:.2s;font-family:'Inter',sans-serif}
.pv-share-btn:hover{border-color:#3498db;color:#3498db;background:#f0f8ff}
.pv-fav-btn{display:inline-flex !important;align-items:center !important;gap:6px !important;background:#fff !important;border:2px solid #e0d8c8 !important;padding:8px 18px !important;border-radius:30px !important;cursor:pointer !important;font-weight:600 !important;font-size:14px !important;color:#3b2a1a !important;transition:.2s !important;font-family:'Inter',sans-serif !important}
.pv-fav-btn:hover{border-color:#e74c3c !important;color:#e74c3c !important;transform:translateY(-2px)}
.pv-fav-btn.is-fav{background:#fef0f0 !important;border-color:#e74c3c !important;color:#e74c3c !important}
.pv-fav-btn .pv-fav-icon{font-size:18px;line-height:1}


/* ============================================
   BARRA FLUTUANTE DE AÇÕES (V4)
============================================ */
.pv-floating-actions{position:fixed;left:20px;top:50%;transform:translateY(-50%);display:flex;flex-direction:column;gap:10px;z-index:9998;background:#fff;padding:12px 8px;border-radius:50px;box-shadow:0 8px 30px rgba(0,0,0,.15);border:1px solid #e0d8c8}
.pv-float-btn{background:#fff;border:none;cursor:pointer;display:flex;flex-direction:column;align-items:center;justify-content:center;width:54px;height:54px;border-radius:50%;transition:.25s;position:relative;color:#3b2a1a;font-family:'Inter',sans-serif}
.pv-float-btn:hover{background:#fdf8ee;transform:scale(1.1)}
.pv-float-icon{font-size:22px;line-height:1}
.pv-float-label{position:absolute;left:65px;top:50%;transform:translateY(-50%);background:#3b2a1a;color:#fff;padding:6px 14px;border-radius:6px;font-size:12px;font-weight:600;white-space:nowrap;opacity:0;pointer-events:none;transition:.25s}
.pv-float-label:before{content:'';position:absolute;left:-5px;top:50%;transform:translateY(-50%);border:5px solid transparent;border-right-color:#3b2a1a}
.pv-float-btn:hover .pv-float-label{opacity:1;left:70px}
.pv-float-btn.pv-float-fav.is-fav{background:#fef0f0}
.pv-float-btn.pv-float-fav.is-fav .pv-float-icon{animation:pvHeartBeat .6s}
.pv-float-btn.pv-float-wpp:hover{background:#dcf8c6}
.pv-float-btn.pv-float-share:hover{background:#e3f2fd}
@keyframes pvHeartBeat{0%,100%{transform:scale(1)}30%{transform:scale(1.4)}60%{transform:scale(.9)}}
@media(max-width:1100px){.pv-floating-actions{left:10px;padding:8px 6px}.pv-float-btn{width:46px;height:46px}.pv-float-icon{font-size:18px}.pv-float-label{display:none}}
@media(max-width:768px){.pv-floating-actions{left:auto;right:10px;bottom:80px;top:auto;transform:none;flex-direction:row;border-radius:30px}}
.pv-fav-wrapper-top{display:flex;gap:10px;margin:0 0 30px;padding:18px 22px;background:linear-gradient(135deg,#fdf8ee,#faf3e0);border-radius:12px;border-left:5px solid #c9a961;flex-wrap:wrap;align-items:center;box-shadow:0 2px 10px rgba(0,0,0,.04)}
.pv-share-btn{display:inline-flex;align-items:center;gap:6px;background:#fff;border:2px solid #e0d8c8;padding:9px 18px;border-radius:30px;cursor:pointer;font-weight:600;font-size:13px;color:#3b2a1a;transition:.2s;font-family:'Inter',sans-serif}
.pv-share-btn:hover{border-color:#3498db;color:#3498db;background:#f0f8ff;transform:translateY(-2px)}
.pv-share-btn.pv-share-wpp:hover{border-color:#25D366;color:#25D366;background:#dcf8c6}
.pv-fav-btn{display:inline-flex !important;align-items:center !important;gap:8px !important;background:#fff !important;border:2px solid #e0d8c8 !important;padding:9px 22px !important;border-radius:30px !important;cursor:pointer !important;font-weight:600 !important;font-size:13px !important;color:#3b2a1a !important;transition:.2s !important;font-family:'Inter',sans-serif !important}
.pv-fav-btn:hover{border-color:#e74c3c !important;color:#e74c3c !important;transform:translateY(-2px)}
.pv-fav-btn.is-fav{background:#fef0f0 !important;border-color:#e74c3c !important;color:#e74c3c !important}
.pv-fav-btn .pv-fav-icon{font-size:18px;line-height:1}


/* ============================================
   PV-FIX-V5 — CORAÇÃO VISÍVEL + FAVS
============================================ */
.pv-floating-actions .pv-float-fav .pv-float-icon{font-size:26px !important;filter:drop-shadow(0 1px 2px rgba(0,0,0,.2)) !important}
.pv-floating-actions .pv-float-fav:not(.is-fav){background:#fff !important}
.pv-floating-actions .pv-float-fav:not(.is-fav) .pv-float-icon{color:#e74c3c !important;text-shadow:0 0 1px #e74c3c}
.pv-floating-actions .pv-float-fav:not(.is-fav) .pv-float-icon::before{content:'❤️';opacity:.35;filter:grayscale(.3)}
.pv-floating-actions .pv-float-fav.is-fav{background:#fef0f0 !important;box-shadow:0 0 0 2px #e74c3c inset}
.pv-floating-actions .pv-float-fav.is-fav .pv-float-icon{filter:none;opacity:1;animation:pvHeartBeat .6s}
.pv-fav-btn:not(.is-fav){background:#fff5f5 !important;border-color:#fdc !important}
.pv-fav-btn:not(.is-fav) .pv-fav-icon{color:#e74c3c !important;font-size:20px !important}
.pv-fav-btn:not(.is-fav):hover{background:#fef0f0 !important;border-color:#e74c3c !important;transform:translateY(-2px) scale(1.03)}
.pv-fav-btn.is-fav{background:#fef0f0 !important;border-color:#e74c3c !important;color:#e74c3c !important;font-weight:700 !important}
.pv-fav-btn.is-fav .pv-fav-icon{animation:pvHeartBeat .6s}


/* ============================================
   PVMC-V7 — PAINEL MINHA CONTA PREMIUM
============================================ */
.pvmc-wrap{max-width:1200px;margin:30px auto 60px;padding:0 20px;font-family:'Inter',sans-serif;color:#2c1810}
.pvmc-hero{position:relative;background:linear-gradient(135deg,#3b2a1a 0%,#5a3e22 50%,#8b6332 100%);border-radius:20px;padding:60px 50px;margin-bottom:30px;overflow:hidden;box-shadow:0 15px 50px rgba(59,42,26,.25)}
.pvmc-hero-overlay{position:absolute;inset:0;background:radial-gradient(circle at 80% 20%,rgba(201,169,97,.3),transparent 50%);pointer-events:none}
.pvmc-hero-content{position:relative;z-index:2;display:grid;grid-template-columns:1fr 1fr;gap:50px;align-items:center}
.pvmc-data{display:inline-block;color:#c9a961;font-size:13px;letter-spacing:3px;text-transform:uppercase;margin-bottom:15px;font-weight:600}
.pvmc-hero h1{font-family:'Playfair Display',Georgia,serif;color:#fff;font-size:42px;line-height:1.15;margin:0 0 15px;font-weight:800;letter-spacing:-1px}
.pvmc-hero h1 span{color:#c9a961;display:block;font-style:italic}
.pvmc-subtitle{color:rgba(255,255,255,.85);font-size:17px;margin:0;line-height:1.6;font-style:italic}
.pvmc-versiculo-box{background:rgba(255,255,255,.08);border:1px solid rgba(201,169,97,.3);backdrop-filter:blur(10px);padding:30px;border-radius:14px;border-left:4px solid #c9a961}
.pvmc-versiculo-label{display:block;color:#c9a961;font-size:11px;letter-spacing:3px;font-weight:700;margin-bottom:15px}
.pvmc-versiculo-texto{font-family:'Playfair Display',serif;color:#fff;font-size:22px;line-height:1.5;font-style:italic;margin:0 0 15px;font-weight:500}
.pvmc-versiculo-ref{color:#c9a961;font-weight:600;font-size:14px;margin:0;letter-spacing:1px}
.pvmc-stats{display:grid;grid-template-columns:repeat(4,1fr);gap:20px;margin-bottom:40px}
.pvmc-stat{background:#fff;padding:30px 25px;border-radius:16px;text-align:center;box-shadow:0 4px 20px rgba(0,0,0,.05);border:1px solid #f0e8d6;transition:.3s;text-decoration:none;color:inherit;display:block}
.pvmc-stat:hover{transform:translateY(-5px);box-shadow:0 10px 30px rgba(201,169,97,.2);border-color:#c9a961}
.pvmc-stat-icon{width:60px;height:60px;border-radius:50%;display:flex;align-items:center;justify-content:center;margin:0 auto 15px;color:#fff}
.pvmc-stat-fire{background:linear-gradient(135deg,#ff6b35,#f7931e)}
.pvmc-stat-book{background:linear-gradient(135deg,#3b2a1a,#5a3e22)}
.pvmc-stat-heart{background:linear-gradient(135deg,#e74c3c,#c0392b)}
.pvmc-stat-crown{background:linear-gradient(135deg,#c9a961,#a88a4e)}
.pvmc-stat-num{font-family:'Playfair Display',serif;font-size:38px;font-weight:800;color:#3b2a1a;line-height:1;margin-bottom:8px}
.pvmc-stat-label{color:#999;font-size:12px;letter-spacing:2px;text-transform:uppercase;font-weight:600}
.pvmc-stat-link{cursor:pointer}
.pvmc-destaque{background:#fff;border-radius:20px;padding:40px;margin-bottom:40px;box-shadow:0 8px 30px rgba(0,0,0,.06);border:1px solid #f0e8d6}
.pvmc-destaque-tag{display:inline-block;background:linear-gradient(135deg,#c9a961,#a88a4e);color:#fff;padding:6px 18px;border-radius:30px;font-size:11px;font-weight:700;letter-spacing:2px;margin-bottom:25px}
.pvmc-destaque-grid{display:grid;grid-template-columns:1fr 1.2fr;gap:35px;align-items:center}
.pvmc-destaque-img img{width:100%;border-radius:14px;display:block;box-shadow:0 10px 30px rgba(0,0,0,.15)}
.pvmc-destaque-body h2{font-family:'Playfair Display',serif;font-size:32px;color:#3b2a1a;margin:0 0 18px;line-height:1.25;font-weight:800}
.pvmc-destaque-body p{color:#666;font-size:16px;line-height:1.7;margin:0 0 25px}
.pvmc-destaque-btn{display:inline-block;background:#3b2a1a;color:#fff;padding:14px 35px;border-radius:50px;text-decoration:none;font-weight:700;font-size:14px;letter-spacing:1.5px;text-transform:uppercase;transition:.3s}
.pvmc-destaque-btn:hover{background:#c9a961;color:#fff;transform:translateX(5px)}
.pvmc-nav{margin-bottom:40px}
.pvmc-nav-title{font-family:'Playfair Display',serif;font-size:28px;color:#3b2a1a;margin:0 0 25px;font-weight:800;text-align:center}
.pvmc-nav-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}
.pvmc-card{background:#fff;border-radius:16px;padding:30px 25px;text-align:center;text-decoration:none;color:inherit;border:1px solid #f0e8d6;transition:.3s;position:relative;overflow:hidden}
.pvmc-card::before{content:'';position:absolute;top:0;left:0;right:0;height:4px;background:linear-gradient(90deg,#c9a961,#a88a4e);transform:scaleX(0);transform-origin:left;transition:.3s}
.pvmc-card:hover{transform:translateY(-5px);box-shadow:0 15px 40px rgba(201,169,97,.2);border-color:#c9a961}
.pvmc-card:hover::before{transform:scaleX(1)}
.pvmc-card-icon{font-size:36px;margin-bottom:15px;line-height:1}
.pvmc-card h4{font-family:'Playfair Display',serif;font-size:20px;color:#3b2a1a;margin:0 0 8px;font-weight:700}
.pvmc-card p{color:#888;font-size:13px;margin:0;line-height:1.5}
.pvmc-account{background:#fff;border-radius:16px;padding:35px;border:1px solid #f0e8d6;box-shadow:0 4px 20px rgba(0,0,0,.04)}
.pvmc-account h3{font-family:'Playfair Display',serif;font-size:24px;color:#3b2a1a;margin:0 0 25px;font-weight:800}
.pvmc-account-list{display:flex;flex-direction:column;gap:0}
.pvmc-account-item{display:flex;justify-content:space-between;align-items:center;padding:15px 0;border-bottom:1px solid #f0e8d6}
.pvmc-acc-label{color:#999;font-size:13px;letter-spacing:1px;text-transform:uppercase;font-weight:600}
.pvmc-acc-value{color:#3b2a1a;font-weight:600;font-size:15px}
.pvmc-logout-btn{display:inline-block;margin-top:20px;background:#fff;color:#c0392b;border:2px solid #c0392b;padding:12px 30px;border-radius:50px;text-decoration:none;font-weight:700;font-size:13px;letter-spacing:1.5px;text-transform:uppercase;transition:.3s;align-self:flex-start}
.pvmc-logout-btn:hover{background:#c0392b;color:#fff}
@media(max-width:900px){
  .pvmc-hero{padding:40px 25px}
  .pvmc-hero-content{grid-template-columns:1fr;gap:30px}
  .pvmc-hero h1{font-size:32px}
  .pvmc-stats{grid-template-columns:repeat(2,1fr)}
  .pvmc-destaque-grid{grid-template-columns:1fr}
  .pvmc-nav-grid{grid-template-columns:repeat(2,1fr)}
  .pvmc-versiculo-texto{font-size:18px}
}
@media(max-width:500px){
  .pvmc-stats,.pvmc-nav-grid{grid-template-columns:1fr}
  .pvmc-hero h1{font-size:26px}
}
/* ========================================
   FIX MENU MOBILE — Caminha da Fé
   ======================================== */

/* Botão hambúrguer (visível só no mobile) */
.pv-menu-toggle {
    display: none;
    background: transparent;
    border: 0;
    cursor: pointer;
    padding: 8px 12px;
    font-size: 28px;
    color: #3d2817;
    line-height: 1;
}

.pv-menu-toggle span {
    display: block;
    width: 28px;
    height: 3px;
    background: #3d2817;
    margin: 5px 0;
    border-radius: 2px;
    transition: all .3s ease;
}

.pv-menu-toggle.active span:nth-child(1) {
    transform: translateY(8px) rotate(45deg);
}
.pv-menu-toggle.active span:nth-child(2) {
    opacity: 0;
}
.pv-menu-toggle.active span:nth-child(3) {
    transform: translateY(-8px) rotate(-45deg);
}

/* ============ MOBILE ============ */
@media (max-width: 900px) {
    
    /* Mostra o botão hambúrguer */
    .pv-menu-toggle {
        display: block;
        position: absolute;
        top: 20px;
        right: 20px;
        z-index: 9999;
    }
    
    /* Esconde o menu por padrão */
    header nav,
    header .menu,
    header ul.menu,
    .main-navigation,
    nav.main-nav,
    #site-navigation {
        display: none;
        width: 100%;
        position: absolute;
        top: 100%;
        left: 0;
        background: #fff;
        box-shadow: 0 4px 12px rgba(0,0,0,.15);
        padding: 20px 0;
        z-index: 9998;
    }
    
    /* Quando ativo, mostra */
    header nav.active,
    header .menu.active,
    .main-navigation.active,
    body.menu-open header nav,
    body.menu-open .main-navigation {
        display: block !important;
    }
    
    /* Itens do menu mobile */
    header nav ul,
    .main-navigation ul {
        flex-direction: column !important;
        gap: 0 !important;
        padding: 0 !important;
        margin: 0 !important;
        list-style: none !important;
    }
    
    header nav ul li,
    .main-navigation ul li {
        width: 100%;
        border-bottom: 1px solid #f0e8d8;
    }
    
    header nav ul li a,
    .main-navigation ul li a {
        display: block;
        padding: 14px 24px;
        font-size: 16px;
        color: #3d2817 !important;
    }
    
    /* Esconde busca grande no mobile */
    header .search-form,
    .header-search {
        display: none;
    }
    
    /* Logo menor no mobile */
    .site-logo img,
    header img.logo {
        max-height: 60px;
        width: auto;
    }
    
    /* Footer "SECOES" — corrige acento e empilhamento */
    .site-footer h3,
    .footer-widget h3 {
        font-size: 16px;
        margin-bottom: 12px;
    }
}

/* ============ MOBILE PEQUENO ============ */
@media (max-width: 480px) {
    .site-logo img,
    header img.logo {
        max-height: 50px;
    }
    
    header nav ul li a {
        padding: 12px 20px;
        font-size: 15px;
    }
}
/* ========================================
   FIX MOBILE — Topbar + Botões Flutuantes
   ======================================== */

@media (max-width: 900px) {
    
    /* ===== TOPBAR (faixa marrom do topo) ===== */
    .top-bar,
    .header-top,
    .pv-topbar,
    .site-top-bar {
        padding: 8px 12px !important;
    }
    
    /* Layout horizontal compacto */
    .top-bar > div,
    .top-bar .container,
    .header-top .container,
    .pv-topbar-inner {
        display: flex !important;
        flex-direction: row !important;
        justify-content: space-between !important;
        align-items: center !important;
        flex-wrap: nowrap !important;
        gap: 8px !important;
    }
    
    /* Esconde data no mobile (economiza espaço) */
    .top-bar .data-atual,
    .top-bar .current-date,
    .pv-topbar-date,
    .header-date {
        display: none !important;
    }
    
    /* Botão ENTRAR menor */
    .top-bar .btn-entrar,
    .top-bar a.entrar,
    .pv-btn-login,
    .header-login-btn {
        padding: 6px 16px !important;
        font-size: 13px !important;
        margin: 0 !important;
    }
    
    /* Ícones de redes sociais menores e em linha */
    .top-bar .social-icons,
    .top-bar .redes-sociais,
    .pv-social-icons,
    .header-social {
        display: flex !important;
        flex-direction: row !important;
        gap: 6px !important;
        margin: 0 !important;
    }
    
    .top-bar .social-icons a,
    .top-bar .redes-sociais a,
    .pv-social-icons a,
    .header-social a {
        width: 32px !important;
        height: 32px !important;
        font-size: 14px !important;
    }
    
    .top-bar .social-icons a img,
    .pv-social-icons a img {
        width: 18px !important;
        height: 18px !important;
    }
    
    /* ===== BOTÕES FLUTUANTES (lado esquerdo) ===== */
    .floating-buttons,
    .pv-floating-btns,
    .side-action-buttons,
    .pv-side-actions,
    .actions-floating {
        display: none !important;
    }
    
    /* Se forem por classes individuais — esconde no mobile */
    .btn-favoritar-fixed,
    .btn-upload-fixed,
    .btn-comentar-fixed,
    .btn-topo-fixed,
    .floating-heart,
    .floating-share,
    .floating-comment,
    .floating-top {
        display: none !important;
    }
    
    /* Mantém só o WhatsApp (canto direito inferior) */
    .whatsapp-float,
    .pv-whatsapp,
    a[href*="whatsapp"].fixed,
    a[href*="wa.me"].fixed {
        display: flex !important;
        bottom: 20px !important;
        right: 20px !important;
        width: 55px !important;
        height: 55px !important;
    }
}

/* Mobile pequeno */
@media (max-width: 480px) {
    .top-bar .btn-entrar,
    .pv-btn-login {
        padding: 5px 12px !important;
        font-size: 12px !important;
    }
    
    .top-bar .social-icons a img,
    .pv-social-icons a img {
        width: 16px !important;
        height: 16px !important;
    }
}


/* ==========================================================
   CAMINHA DA FÉ — IDENTIDADE VISUAL PREMIUM 2026
   Mantém a estrutura funcional do tema e substitui a antiga
   paleta marrom por verde profundo, creme e dourado.
   ========================================================== */
:root{
  --marrom:#173123;
  --marrom-claro:#244936;
  --dourado:#c6a24a;
  --dourado-escuro:#a98531;
  --bege:#f6f2e9;
  --bege-claro:#fcfaf5;
  --texto:#242822;
  --texto-claro:#697068;
  --branco:#ffffff;
  --borda:#e8e0d0;
  --vermelho:#b4493f;
  --azul:#466f70;
  --verde:#315f45;
}
body{background:#fbfaf7;color:var(--texto)}
a{color:var(--marrom)}
h1,h2,h3,h4{color:var(--marrom)}
.pv-topbar{background:linear-gradient(90deg,#10281b,#193824);border-bottom:1px solid rgba(198,162,74,.75)}
.pv-topbar-data{color:#f4ead2}.pv-topbar-versiculo{color:#d9bd78}
.pv-social{background:transparent;border:1px solid rgba(198,162,74,.8);color:#d7b969;width:32px;height:32px}
.pv-header{background:rgba(255,255,255,.98);border-bottom:1px solid #eadfca;box-shadow:0 10px 30px rgba(23,49,35,.05)}
.pv-header-inner{padding-top:18px;padding-bottom:16px}
.pv-logo img,.pv-logo .custom-logo{max-height:92px;width:auto}
.pv-logo-text{font-size:29px;color:#173123;letter-spacing:.7px}.pv-logo-2{color:#b38c32;font-style:normal}
.pv-menu{gap:24px}.pv-menu li a{color:#26352c;font-size:13px;letter-spacing:.35px}
.pv-menu li a:hover,.pv-menu .current_page_item a,.pv-menu .current-menu-item a{color:#a98531;border-bottom-color:#c6a24a}
.pv-menu-cta a,.pv-menu-doacoes a{background:linear-gradient(135deg,#d2b35f,#af8830);border-radius:6px;box-shadow:0 7px 18px rgba(169,133,49,.16)}
.pv-menu-cta a:hover,.pv-menu-doacoes a:hover{background:#173123}
.pv-search-wrapper{background:#fff;padding-bottom:20px}
.pv-search-form{border:1px solid #d7b762;height:46px;box-shadow:0 6px 20px rgba(23,49,35,.06)}
.pv-search-form button[type="submit"]{background:linear-gradient(135deg,#cfae52,#ab842d)}
.pv-search-form button[type="submit"]:hover{background:#173123}
.pv-hero{background:#fbfaf7;padding:28px 0 20px;border-bottom:none}
.pv-hero-grid{grid-template-columns:minmax(0,2fr) minmax(290px,1fr);gap:18px}
.pv-hero-main{border-radius:14px;min-height:430px;box-shadow:0 15px 38px rgba(18,37,26,.12)}
.pv-hero-main img{height:430px}
.pv-hero-main-content{padding:38px;background:linear-gradient(0deg,rgba(8,20,13,.92),rgba(8,20,13,.15) 72%,transparent)}
.pv-hero-main h2{font-size:38px;font-weight:700}
.pv-hero-side-item{background:#fff;border:1px solid #eee8dd;border-radius:12px;box-shadow:0 8px 24px rgba(23,49,35,.06)}
.pv-hero-side-item img{height:145px}.pv-hero-side-content{padding:16px}
.pv-cat{border-radius:5px}.pv-cat-noticia{background:#24533a}.pv-cat-devocional{background:#b99439}.pv-cat-estudo{background:#466f70}.pv-cat-testemunho{background:#54744b}.pv-cat-default{background:#173123}
.pv-main{padding:32px 0 54px}.pv-main-grid{gap:28px}
.pv-section-title{font-size:25px;border-bottom:1px solid #e7ddca;padding-bottom:14px;margin-bottom:24px}.pv-section-title::before{background:#c6a24a;width:4px;height:25px}
.pv-card{border:1px solid #eee9df;border-radius:12px;box-shadow:0 7px 24px rgba(23,49,35,.055)}
.pv-card:hover{box-shadow:0 15px 34px rgba(23,49,35,.11)}
.pv-card-img-placeholder{background:linear-gradient(135deg,#173123,#315f45);color:#d2b35f}
.pv-widget{border-radius:12px;border:1px solid #eee7db;box-shadow:0 8px 24px rgba(23,49,35,.05)}
.pv-footer{background:linear-gradient(135deg,#10281b,#173b29)!important}
.pv-newsletter{background:#f2ecdf!important;border-color:#dfd0aa!important}
.pv-whatsapp-float{box-shadow:0 10px 28px rgba(37,211,102,.3)}

/* Ticker premium */
.pv-ticker-wrapper{background:#12291d!important;border-color:#b9953f!important;box-shadow:0 8px 24px rgba(23,49,35,.08)!important}
.pv-ticker-label{background:linear-gradient(135deg,#d0b05a,#b48b31)!important;color:#10251a!important}
.pv-ticker-item{color:#f4efdf!important}.pv-ticker-item:hover,.pv-ticker-bullet{color:#d5b65f!important}

@media(max-width:1000px){.pv-logo img,.pv-logo .custom-logo{max-height:78px}.pv-menu{gap:15px}.pv-menu li a{font-size:12px}}
@media(max-width:768px){.pv-header-inner{padding-top:12px;padding-bottom:12px}.pv-logo img,.pv-logo .custom-logo{max-height:68px}.pv-hero-grid{grid-template-columns:1fr}.pv-hero-main,.pv-hero-main img{height:390px;min-height:390px}.pv-hero-main h2{font-size:30px}}

/* ==========================================================
   CAMINHA DA FÉ — HOME PREMIUM v6.0
   Home controlada pelo tema. Compatível com Seções Home ativo.
   ========================================================== */
.cdf-home-premium{background:#fbfaf7;overflow:hidden}
.cdf-home-premium .pv-cat{display:inline-flex;align-items:center;width:max-content;font-size:11px;line-height:1;font-weight:800;letter-spacing:.8px;padding:8px 10px;border-radius:5px;color:#fff;text-transform:uppercase}
.cdf-hero-section{padding:30px 0 26px;background:linear-gradient(180deg,#fff 0%,#fbfaf7 100%)}
.cdf-hero-grid{display:grid;grid-template-columns:minmax(0,1.8fr) minmax(310px,.95fr);gap:18px;align-items:stretch}
.cdf-hero-main{position:relative;min-height:470px;border-radius:16px;overflow:hidden;background:#10281b;box-shadow:0 18px 50px rgba(20,44,30,.14)}
.cdf-hero-media,.cdf-hero-media img{position:absolute;inset:0;width:100%;height:100%}
.cdf-hero-media img{object-fit:cover}
.cdf-hero-placeholder{width:100%;height:100%;display:grid;place-items:center;background:linear-gradient(135deg,#173123,#315f45);color:#d9bd78;font-family:'Playfair Display',serif;font-size:42px}
.cdf-hero-main:after{content:"";position:absolute;inset:0;background:linear-gradient(90deg,rgba(8,24,15,.9) 0%,rgba(8,24,15,.62) 45%,rgba(8,24,15,.08) 76%),linear-gradient(0deg,rgba(8,24,15,.45),transparent 55%);pointer-events:none}
.cdf-hero-overlay{position:absolute;z-index:2;left:0;bottom:0;width:min(720px,92%);padding:42px 44px;color:#fff}
.cdf-hero-overlay h1{font-size:48px;line-height:1.05;margin:14px 0 14px;color:#fff;max-width:680px}
.cdf-hero-overlay h1 a{color:#fff}
.cdf-hero-overlay p{font-size:16px;line-height:1.7;color:#eee9de;max-width:650px;margin:0 0 22px}
.cdf-btn{display:inline-flex;align-items:center;justify-content:center;gap:10px;padding:13px 20px;border-radius:7px;text-transform:uppercase;font-size:12px;font-weight:800;letter-spacing:.5px;transition:.25s;border:1px solid transparent}
.cdf-btn:hover{transform:translateY(-2px)}
.cdf-btn-gold{background:linear-gradient(135deg,#d2b35f,#ae862c);color:#10281b;box-shadow:0 8px 22px rgba(198,162,74,.25)}
.cdf-btn-gold:hover{background:#f0d27e;color:#10281b}
.cdf-btn-green{background:#173123;color:#fff}.cdf-btn-green:hover{background:#244936;color:#fff}
.cdf-hero-side{display:grid;grid-template-rows:repeat(3,1fr) auto;gap:11px}
.cdf-side-card{display:grid;grid-template-columns:132px 1fr;min-height:110px;background:#fff;border:1px solid #eee7dc;border-radius:13px;overflow:hidden;box-shadow:0 8px 24px rgba(23,49,35,.055)}
.cdf-side-thumb{display:block;min-height:100%}.cdf-side-thumb img{width:100%;height:100%;object-fit:cover}
.cdf-mini-placeholder{width:100%;height:100%;display:grid;place-items:center;background:#173123;color:#d8b75e;font-size:26px}
.cdf-side-body{padding:14px 15px;display:flex;flex-direction:column;justify-content:center;min-width:0}
.cdf-side-body .pv-cat{font-size:9px;padding:6px 8px;margin-bottom:7px}
.cdf-side-body h3{font-size:16px;line-height:1.24;margin:0 0 6px}.cdf-side-body h3 a{color:#203127}
.cdf-side-body time{font-size:11px;color:#7c817c}
.cdf-outline-link{height:44px;border:1px solid #d3b357;border-radius:9px;display:flex;align-items:center;justify-content:center;gap:8px;color:#173123;font-size:12px;font-weight:800;text-transform:uppercase;letter-spacing:.4px;background:#fff}
.cdf-outline-link:hover{background:#173123;color:#fff;border-color:#173123}

.cdf-quick-links{padding:0 0 36px}.cdf-quick-grid{display:grid;grid-template-columns:repeat(7,1fr);background:#fff;border:1px solid #ebe5d9;border-radius:16px;box-shadow:0 10px 30px rgba(23,49,35,.055);overflow:hidden}
.cdf-quick-item{padding:22px 12px;text-align:center;display:flex;flex-direction:column;align-items:center;gap:6px;border-right:1px solid #eee8dd;min-height:142px;justify-content:center}.cdf-quick-item:last-child{border-right:0}.cdf-quick-item:hover{background:#f8f4eb}
.cdf-quick-icon{font-size:29px;line-height:1;color:#173123}.cdf-quick-item strong{font-size:12px;text-transform:uppercase;color:#173123}.cdf-quick-item small{font-size:11px;line-height:1.45;color:#747b74;max-width:140px}

.cdf-section{padding:66px 0}.cdf-section-light{background:#fff}.cdf-section-cream{background:#f5f0e5}.cdf-section-dark{background:linear-gradient(135deg,#10281b,#173b29);color:#fff}.cdf-section-head{display:flex;align-items:end;justify-content:space-between;gap:20px;margin-bottom:26px}.cdf-section-head h2{font-size:32px;margin-top:2px;color:#173123}.cdf-section-head>a{color:#a27c28;font-size:13px;font-weight:800}.cdf-section-head-dark h2,.cdf-section-head-dark>a{color:#fff}.cdf-eyebrow{display:block;color:#b38b32;font-size:11px;font-weight:800;letter-spacing:1.5px;text-transform:uppercase;margin-bottom:4px}
.cdf-news-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:22px}.cdf-content-card{background:#fff;border:1px solid #eee8dd;border-radius:14px;overflow:hidden;box-shadow:0 9px 28px rgba(23,49,35,.06);transition:.25s}.cdf-content-card:hover{transform:translateY(-4px);box-shadow:0 16px 36px rgba(23,49,35,.1)}.cdf-content-thumb{height:195px;display:block;background:#173123;overflow:hidden}.cdf-content-thumb img,.cdf-content-thumb .pv-card-img-placeholder{width:100%;height:100%;object-fit:cover}.cdf-content-body{padding:18px}.cdf-content-body h3{font-size:20px;margin:10px 0 8px}.cdf-content-body p{font-size:13px;color:#697068;line-height:1.65;margin-bottom:15px}.cdf-card-meta{display:flex;justify-content:space-between;gap:10px;border-top:1px solid #eee8dd;padding-top:12px;font-size:10px;text-transform:uppercase;color:#8a8d88}

.cdf-dark-grid{display:grid;grid-template-columns:.75fr 1.55fr;gap:44px;align-items:stretch}.cdf-verse-panel{border:1px solid rgba(210,179,95,.35);border-radius:16px;padding:38px;background:linear-gradient(145deg,rgba(255,255,255,.06),rgba(255,255,255,.015));display:flex;flex-direction:column;justify-content:center}.cdf-verse-panel blockquote{font-family:'Playfair Display',serif;font-size:28px;line-height:1.35;color:#fff;margin:16px 0}.cdf-verse-panel cite{color:#d9bd78;font-style:normal;font-weight:800;margin-bottom:24px}.cdf-dev-grid{display:grid;grid-template-columns:1fr 1fr;gap:14px}.cdf-dev-card{display:grid;grid-template-columns:145px 1fr;background:#fff;border-radius:12px;overflow:hidden;min-height:126px}.cdf-dev-thumb{display:block}.cdf-dev-thumb img,.cdf-dev-thumb .pv-card-img-placeholder{width:100%;height:100%;object-fit:cover}.cdf-dev-card>div{padding:15px}.cdf-mini-label{font-size:9px;font-weight:800;letter-spacing:1px;color:#b38b32}.cdf-dev-card h3{font-size:17px;margin:5px 0 10px}.cdf-text-link{font-size:11px;font-weight:800;color:#173123}

.cdf-course-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px}.cdf-course-card{background:#fff;border:1px solid #e7dfd1;border-radius:14px;overflow:hidden;box-shadow:0 10px 28px rgba(23,49,35,.06)}.cdf-course-thumb{display:block;height:210px;position:relative;background:#173123;overflow:hidden}.cdf-course-thumb img{width:100%;height:100%;object-fit:cover}.cdf-course-placeholder{width:100%;height:100%;display:grid;place-items:center;font-size:48px;color:#d8b75e}.cdf-course-badge{position:absolute;top:12px;left:12px;background:#173123;color:#fff;border:1px solid rgba(255,255,255,.25);border-radius:5px;padding:6px 9px;font-size:9px;font-weight:900;letter-spacing:1px}.cdf-course-body{padding:20px}.cdf-course-body h3{font-size:21px;margin-bottom:9px}.cdf-course-body p{font-size:13px;color:#697068;line-height:1.65;min-height:64px}.cdf-course-meta{display:flex;gap:14px;color:#7b7d77;font-size:11px;margin:14px 0 18px;flex-wrap:wrap}.cdf-course-card .pvsh-card-btn{display:inline-flex;width:auto;margin:0}

.cdf-study-layout{display:grid;grid-template-columns:1.15fr .85fr;gap:24px}.cdf-study-feature{background:#fff;border-radius:15px;overflow:hidden;box-shadow:0 10px 30px rgba(23,49,35,.06)}.cdf-study-feature-thumb{height:310px;display:block;overflow:hidden}.cdf-study-feature-thumb img,.cdf-study-feature-thumb .pv-card-img-placeholder{width:100%;height:100%;object-fit:cover}.cdf-study-feature-body{padding:25px}.cdf-study-feature-body h3{font-size:27px;margin:7px 0 10px}.cdf-study-feature-body p{color:#687068;font-size:14px;line-height:1.7;margin-bottom:18px}.cdf-study-list{display:grid;gap:14px}.cdf-study-row{display:grid;grid-template-columns:130px 1fr;background:#fff;border:1px solid #ebe4d8;border-radius:12px;overflow:hidden;min-height:125px}.cdf-study-row-thumb{display:block}.cdf-study-row-thumb img,.cdf-study-row-thumb .pv-card-img-placeholder{width:100%;height:100%;object-fit:cover}.cdf-study-row>div{padding:15px}.cdf-study-row h3{font-size:17px;margin-bottom:6px}.cdf-study-row p{font-size:12px;color:#737973;line-height:1.5;margin-bottom:6px}.cdf-study-row a{font-size:11px;font-weight:800;color:#a27c28}

.cdf-testimonials{background:radial-gradient(circle at 20% 20%,rgba(210,179,95,.1),transparent 34%),linear-gradient(135deg,#173123,#10281b);color:#fff}.cdf-test-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}.cdf-test-card{background:#fff;color:#263128;border-radius:14px;padding:26px;position:relative;box-shadow:0 14px 35px rgba(0,0,0,.12)}.cdf-quote{font-family:Georgia,serif;font-size:50px;line-height:.6;color:#c6a24a}.cdf-test-card p{font-size:14px;line-height:1.75;color:#555f57;margin:12px 0 18px}.cdf-test-card h3{font-family:'Inter',sans-serif;font-size:14px;margin-bottom:5px}.cdf-test-card a{font-size:11px;font-weight:800;color:#a27c28}

.cdf-cta-band{background:#f5f0e5;padding:34px 0 0}.cdf-cta-inner{display:grid;grid-template-columns:auto 1fr auto;gap:24px;align-items:center;background:linear-gradient(135deg,#173123,#244936);padding:28px 32px;border-radius:16px;color:#fff;box-shadow:0 15px 35px rgba(23,49,35,.12)}.cdf-cta-icon{width:64px;height:64px;border:1px solid #d1b15a;border-radius:50%;display:grid;place-items:center;color:#d9bd78;font-size:25px}.cdf-cta-inner span{color:#d9bd78;font-size:11px;text-transform:uppercase;letter-spacing:1.2px;font-weight:800}.cdf-cta-inner h2{color:#fff;font-size:27px;margin:2px 0 4px}.cdf-cta-inner p{color:#dbe4dd;font-size:13px;margin:0;max-width:700px}

/* Integrações visuais: vídeos e newsletter dentro da nova identidade */
.cdf-home-premium + .pv-newsletter{margin-top:0}.pv-videos-home{background:#101814!important}.pv-videos-home h2,.pv-videos-home .pv-section-title{color:#fff!important}

@media(max-width:1100px){.cdf-quick-grid{grid-template-columns:repeat(4,1fr)}.cdf-quick-item:nth-child(4){border-right:0}.cdf-news-grid{grid-template-columns:repeat(2,1fr)}.cdf-dark-grid{grid-template-columns:1fr}.cdf-course-grid{grid-template-columns:repeat(2,1fr)}.cdf-hero-overlay h1{font-size:40px}}
@media(max-width:860px){.cdf-hero-grid{grid-template-columns:1fr}.cdf-hero-main{min-height:430px}.cdf-hero-side{grid-template-columns:1fr 1fr;grid-template-rows:auto}.cdf-outline-link{grid-column:1/-1}.cdf-study-layout{grid-template-columns:1fr}.cdf-test-grid{grid-template-columns:1fr}.cdf-cta-inner{grid-template-columns:auto 1fr}.cdf-cta-inner>.cdf-btn{grid-column:1/-1;width:100%}}
@media(max-width:680px){.cdf-hero-section{padding-top:16px}.cdf-hero-main{min-height:420px}.cdf-hero-overlay{padding:28px 24px;width:100%}.cdf-hero-overlay h1{font-size:34px}.cdf-hero-overlay p{font-size:14px}.cdf-hero-side{grid-template-columns:1fr}.cdf-side-card{grid-template-columns:115px 1fr}.cdf-quick-grid{grid-template-columns:repeat(2,1fr)}.cdf-quick-item:nth-child(odd){border-right:1px solid #eee8dd}.cdf-quick-item:nth-child(even){border-right:0}.cdf-section{padding:48px 0}.cdf-section-head{align-items:flex-start}.cdf-section-head h2{font-size:27px}.cdf-news-grid,.cdf-course-grid,.cdf-dev-grid{grid-template-columns:1fr}.cdf-dark-grid{gap:28px}.cdf-verse-panel{padding:28px}.cdf-verse-panel blockquote{font-size:24px}.cdf-study-feature-thumb{height:230px}.cdf-study-row{grid-template-columns:105px 1fr}.cdf-cta-inner{grid-template-columns:1fr;text-align:center}.cdf-cta-icon{margin:0 auto}.cdf-cta-inner>.cdf-btn{grid-column:auto}.cdf-card-meta{flex-direction:column;gap:3px}}

/* ============================================================
   Caminha da Fé v6.1.1 — Igrejas Premium + Cadastrar Igreja
   ============================================================ */
.cdf-churches-section{background:#f6f0e4;padding:58px 0;border-top:1px solid rgba(212,175,55,.16);border-bottom:1px solid rgba(20,55,38,.08)}
.cdf-churches-head{align-items:flex-end;margin-bottom:22px}
.cdf-churches-head p{max-width:680px;margin:7px 0 0;color:#6d675d;font-size:14px;line-height:1.6}
.cdf-churches-head-actions{display:flex;align-items:center;gap:10px;flex-wrap:wrap;justify-content:flex-end}
.cdf-churches-head-actions a{text-decoration:none;font-size:12px;font-weight:800;border-radius:10px;padding:11px 15px;white-space:nowrap;transition:.2s ease}
.cdf-church-register{background:#c9a13a;color:#fff!important;box-shadow:0 7px 18px rgba(201,161,58,.20)}
.cdf-church-register:hover{transform:translateY(-1px);filter:brightness(.96)}
.cdf-church-view-all{color:#173b2a!important;border:1px solid rgba(23,59,42,.18);background:#fff}
.cdf-churches-shell{display:grid;grid-template-columns:minmax(0,1.55fr) minmax(300px,.72fr);gap:22px;align-items:start}
.cdf-churches-search{background:#fff;border:1px solid rgba(20,55,38,.09);border-radius:18px;padding:20px;box-shadow:0 12px 34px rgba(35,45,35,.07);overflow:hidden}
.cdf-churches-search .pv-igrejas-busca{margin:0;padding:0;background:transparent;box-shadow:none}
.cdf-churches-search .pv-busca-header{margin:0 0 14px;text-align:left}
.cdf-churches-search .pv-busca-header h2{display:none}
.cdf-churches-search .pv-busca-header p{margin:0;color:#786f61;font-size:13px}
.cdf-churches-search .pv-busca-form{display:grid;grid-template-columns:1fr auto auto;gap:9px;align-items:center}
.cdf-churches-search .pv-busca-form input{width:100%;min-height:44px;border:1px solid #ded4c2;border-radius:10px;padding:0 13px;background:#fff;color:#263129;outline:none}
.cdf-churches-search .pv-busca-form button{min-height:44px;border:0;border-radius:10px;padding:0 15px;font-weight:700;cursor:pointer;white-space:nowrap}
.cdf-churches-search #pv-busca-btn{background:#c9a13a;color:#fff}
.cdf-churches-search #pv-geo-btn{background:#173b2a;color:#fff}
.cdf-churches-search #pv-mapa{height:285px!important;margin:14px 0 0!important;border-radius:13px!important;background:linear-gradient(135deg,#dfe9df,#f7f2e8);border:1px solid rgba(20,55,38,.08)}
.cdf-churches-search #pv-resultados{margin-top:12px}
.cdf-churches-side{background:#173b2a;border-radius:18px;padding:20px;color:#fff;box-shadow:0 12px 34px rgba(15,46,33,.15)}
.cdf-churches-count{display:flex;align-items:baseline;gap:9px;padding-bottom:14px;margin-bottom:14px;border-bottom:1px solid rgba(255,255,255,.12)}
.cdf-churches-count strong{font-family:Georgia,'Times New Roman',serif;font-size:32px;color:#d4af37;line-height:1}
.cdf-churches-count span{font-size:12px;color:#dce6df}
.cdf-church-list{display:grid;gap:9px}
.cdf-church-mini{display:grid;grid-template-columns:68px 1fr;gap:10px;align-items:center;background:rgba(255,255,255,.06);border:1px solid rgba(255,255,255,.08);border-radius:11px;padding:8px}
.cdf-church-mini-thumb{width:68px;height:56px;border-radius:8px;overflow:hidden;background:#f1eadc;display:flex;align-items:center;justify-content:center;text-decoration:none}
.cdf-church-mini-thumb img{width:100%;height:100%;object-fit:cover}
.cdf-church-mini-thumb span{font-size:25px}
.cdf-church-mini h3{font-size:13px;line-height:1.2;margin:0 0 4px}
.cdf-church-mini h3 a{color:#fff;text-decoration:none}
.cdf-church-mini p{font-size:10px;color:#c8d4cc;margin:0 0 4px}
.cdf-church-mini>div>a{font-size:10px;color:#d4af37;text-decoration:none;font-weight:700}
.cdf-church-side-actions{display:grid;grid-template-columns:1fr;gap:9px;margin-top:14px}
.cdf-church-register-side{display:flex;justify-content:center;align-items:center;min-height:42px;border-radius:10px;background:#d4af37;color:#173b2a!important;text-decoration:none;font-size:12px;font-weight:900}
.cdf-church-all{display:flex!important;margin-top:0;border-color:rgba(212,175,55,.45)!important;color:#f2d67e!important;background:transparent!important;min-height:42px}
.cdf-churches-fallback{min-height:285px;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;padding:25px}
.cdf-church-icon{font-size:42px;margin-bottom:8px}
.cdf-churches-fallback h3{font-family:Georgia,'Times New Roman',serif;font-size:26px;color:#173b2a;margin:0 0 8px}
.cdf-churches-fallback p{color:#6d675d;margin:0 0 18px}
@media(max-width:980px){.cdf-churches-shell{grid-template-columns:1fr}.cdf-churches-search .pv-busca-form{grid-template-columns:1fr 1fr}.cdf-churches-search .pv-busca-form input{grid-column:1/-1}.cdf-churches-head{align-items:flex-start}.cdf-churches-head-actions{justify-content:flex-start}}
@media(max-width:640px){.cdf-churches-section{padding:44px 0}.cdf-churches-head-actions{width:100%;display:grid;grid-template-columns:1fr 1fr}.cdf-churches-head-actions a{text-align:center}.cdf-churches-search{padding:15px}.cdf-churches-search .pv-busca-form{grid-template-columns:1fr}.cdf-churches-search .pv-busca-form input{grid-column:auto}.cdf-churches-search #pv-mapa{height:250px!important}.cdf-churches-side{padding:16px}.cdf-church-mini{grid-template-columns:62px 1fr}.cdf-church-mini-thumb{width:62px;height:54px}}



/* ============================================================
   Caminha da Fé v6.1.3 — Igrejas Premium: sidebar verde + cards horizontais
   ============================================================ */
.cdf-churches-search #pv-resultados{
  display:grid!important;
  grid-template-columns:1fr!important;
  gap:12px!important;
  margin-top:14px!important;
}
.cdf-churches-search #pv-resultados>.pv-resultado-item{
  display:grid!important;
  grid-template-columns:150px minmax(0,1fr)!important;
  gap:0!important;
  min-height:128px!important;
  margin:0!important;
  padding:0!important;
  background:#fff!important;
  border:1px solid rgba(20,55,38,.10)!important;
  border-radius:14px!important;
  overflow:hidden!important;
  box-shadow:0 8px 24px rgba(26,45,33,.07)!important;
  transition:transform .2s ease,box-shadow .2s ease,border-color .2s ease!important;
}
.cdf-churches-search #pv-resultados>.pv-resultado-item:hover{
  transform:translateY(-2px)!important;
  box-shadow:0 14px 32px rgba(26,45,33,.12)!important;
  border-color:rgba(201,161,58,.35)!important;
}
.cdf-churches-search .pv-resultado-foto{
  width:150px!important;
  height:100%!important;
  min-height:128px!important;
  object-fit:cover!important;
  border-radius:0!important;
  margin:0!important;
  background:#eee6d8!important;
}
.cdf-churches-search .pv-resultado-info{
  padding:15px 16px!important;
  min-width:0!important;
  display:flex!important;
  flex-direction:column!important;
  justify-content:center!important;
}
.cdf-churches-search .pv-resultado-info h3{
  margin:0 0 6px!important;
  font-family:Georgia,'Times New Roman',serif!important;
  font-size:17px!important;
  line-height:1.2!important;
  color:#173b2a!important;
}
.cdf-churches-search .pv-resultado-info h3 a{color:#173b2a!important;text-decoration:none!important}
.cdf-churches-search .pv-resultado-info p{
  margin:0 0 4px!important;
  font-size:11px!important;
  line-height:1.4!important;
  color:#70695f!important;
}
.cdf-churches-search .pv-distancia{
  align-self:flex-start!important;
  margin:0 0 7px!important;
  padding:4px 8px!important;
  border-radius:999px!important;
  background:#f5ebd1!important;
  color:#8a6a17!important;
  font-size:9px!important;
  font-weight:800!important;
}
.cdf-churches-search .pv-resultado-acoes{
  display:flex!important;
  flex-wrap:wrap!important;
  gap:7px!important;
  margin-top:7px!important;
}
.cdf-churches-search .pv-resultado-acoes a{
  display:inline-flex!important;
  align-items:center!important;
  justify-content:center!important;
  min-height:31px!important;
  padding:0 10px!important;
  border-radius:8px!important;
  border:1px solid rgba(23,59,42,.13)!important;
  background:#faf8f2!important;
  color:#173b2a!important;
  text-decoration:none!important;
  font-size:9px!important;
  font-weight:900!important;
}
.cdf-churches-search .pv-resultado-acoes .pv-btn-ver-mais{background:#173b2a!important;color:#fff!important;border-color:#173b2a!important}
.cdf-churches-search .pv-resultado-acoes .pv-btn-wpp-mini{background:#eaf7ef!important;color:#18763b!important;border-color:#cfe9d8!important}
.cdf-churches-search .pv-resultado-acoes .pv-btn-rota-mini{background:#fff7df!important;color:#8b6a16!important;border-color:#ead9a1!important}

/* reforço do card verde lateral */
.cdf-churches-side{display:block!important;background:linear-gradient(160deg,#173b2a,#10291d)!important;border-radius:18px!important;padding:20px!important;color:#fff!important;box-shadow:0 14px 36px rgba(15,46,33,.18)!important;position:relative!important;overflow:hidden!important}
.cdf-churches-side:before{content:"";position:absolute;width:150px;height:150px;border-radius:50%;background:rgba(212,175,55,.08);right:-55px;top:-60px;pointer-events:none}
.cdf-churches-count,.cdf-church-list,.cdf-church-side-actions{position:relative;z-index:1}

@media(max-width:980px){
  .cdf-churches-search #pv-resultados>.pv-resultado-item{grid-template-columns:130px minmax(0,1fr)!important}
  .cdf-churches-search .pv-resultado-foto{width:130px!important}
}
@media(max-width:640px){
  .cdf-churches-search #pv-resultados>.pv-resultado-item{grid-template-columns:105px minmax(0,1fr)!important;min-height:112px!important}
  .cdf-churches-search .pv-resultado-foto{width:105px!important;min-height:112px!important}
  .cdf-churches-search .pv-resultado-info{padding:11px 12px!important}
  .cdf-churches-search .pv-resultado-info h3{font-size:14px!important}
  .cdf-churches-search .pv-resultado-info p{font-size:9.5px!important}
}

/* ============================================================
   Caminha da Fé v6.2 — Página Igrejas Premium
   ============================================================ */
.cdf-igrejas-page{background:#f7f3e9}.cdf-igrejas-hero{background:radial-gradient(circle at 80% 20%,rgba(212,175,55,.16),transparent 30%),linear-gradient(135deg,#0d2c1e,#174832);padding:72px 0;color:#fff;overflow:hidden;position:relative}.cdf-igrejas-hero:after{content:"✦";position:absolute;right:8%;top:15%;font-size:210px;color:rgba(212,175,55,.045)}.cdf-igrejas-hero-inner{display:flex;align-items:center;justify-content:space-between;gap:50px;position:relative;z-index:1}.cdf-igrejas-kicker{display:inline-block;color:#e0bf60;font-size:11px;font-weight:900;letter-spacing:1.6px;margin-bottom:14px}.cdf-igrejas-hero h1{font-family:'Playfair Display',Georgia,serif;font-size:48px;line-height:1.05;color:#fff;margin:0 0 17px}.cdf-igrejas-hero h1 em{color:#dfbd5a;font-style:normal}.cdf-igrejas-hero p{max-width:650px;color:#d8e4dc;font-size:15px;line-height:1.7;margin:0}.cdf-igrejas-hero-actions{min-width:250px;display:flex;flex-direction:column;align-items:center;gap:9px}.cdf-igrejas-primary{display:flex;justify-content:center;width:100%;background:#d4af37;color:#153524!important;text-decoration:none;border-radius:11px;padding:15px 20px;font-size:12px;font-weight:900;box-shadow:0 10px 24px rgba(0,0,0,.16)}.cdf-igrejas-hero-actions span{font-size:10px;color:#b8cabe}.cdf-igrejas-directory{padding:52px 0 68px}.cdf-igrejas-titlebar{display:flex;align-items:flex-end;justify-content:space-between;margin-bottom:20px}.cdf-igrejas-titlebar h2{font-family:'Playfair Display',Georgia,serif;color:#173b2a;font-size:32px;margin:0}.cdf-igrejas-total{display:flex;align-items:center;gap:9px;background:#fff;border:1px solid #e6dece;border-radius:12px;padding:10px 15px}.cdf-igrejas-total strong{font-family:Georgia,serif;color:#b58b22;font-size:27px}.cdf-igrejas-total span{font-size:9px;line-height:1.2;text-transform:uppercase;font-weight:800;color:#697269}.cdf-igrejas-search-card{background:#fff;border:1px solid rgba(23,59,42,.09);border-radius:20px;padding:24px;box-shadow:0 14px 38px rgba(31,49,38,.08);overflow:hidden}.cdf-igrejas-search-card .pv-igrejas-busca{margin:0!important;padding:0!important;background:transparent!important;box-shadow:none!important}.cdf-igrejas-search-card .pv-busca-header{margin:0 0 15px!important;text-align:left!important}.cdf-igrejas-search-card .pv-busca-header h2{display:none!important}.cdf-igrejas-search-card .pv-busca-header p{color:#716a60!important;font-size:13px!important}.cdf-igrejas-search-card .pv-busca-form{display:grid!important;grid-template-columns:1fr auto auto!important;gap:9px!important;align-items:center!important}.cdf-igrejas-search-card .pv-busca-form input{width:100%!important;min-height:48px!important;border:1px solid #ded5c5!important;border-radius:11px!important;padding:0 14px!important;background:#fff!important}.cdf-igrejas-search-card .pv-busca-form button{min-height:48px!important;border:0!important;border-radius:11px!important;padding:0 18px!important;font-weight:800!important;cursor:pointer!important;white-space:nowrap!important}.cdf-igrejas-search-card #pv-busca-btn{background:#d0a536!important;color:#fff!important}.cdf-igrejas-search-card #pv-geo-btn{background:#173b2a!important;color:#fff!important}.cdf-igrejas-search-card #pv-mapa{height:390px!important;margin:18px 0 0!important;border-radius:14px!important;border:1px solid #e3dccf!important;overflow:hidden!important}.cdf-igrejas-search-card #pv-resultados{display:grid!important;grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:14px!important;margin-top:18px!important}.cdf-igrejas-search-card #pv-resultados>.pv-resultado-item{display:grid!important;grid-template-columns:155px minmax(0,1fr)!important;min-height:145px!important;margin:0!important;padding:0!important;background:#fff!important;border:1px solid #e7e0d4!important;border-radius:14px!important;overflow:hidden!important;box-shadow:0 7px 20px rgba(23,59,42,.055)!important;transition:.2s!important}.cdf-igrejas-search-card #pv-resultados>.pv-resultado-item:hover{transform:translateY(-2px)!important;box-shadow:0 12px 27px rgba(23,59,42,.11)!important;border-color:#d7bd70!important}.cdf-igrejas-search-card .pv-resultado-foto{width:155px!important;height:100%!important;min-height:145px!important;object-fit:cover!important;border-radius:0!important;margin:0!important}.cdf-igrejas-search-card .pv-resultado-info{padding:15px!important;display:flex!important;flex-direction:column!important;justify-content:center!important;min-width:0!important}.cdf-igrejas-search-card .pv-resultado-info h3{font-family:'Playfair Display',Georgia,serif!important;color:#173b2a!important;font-size:18px!important;line-height:1.15!important;margin:0 0 7px!important}.cdf-igrejas-search-card .pv-resultado-info h3 a{color:#173b2a!important;text-decoration:none!important}.cdf-igrejas-search-card .pv-resultado-info p{font-size:10.5px!important;line-height:1.4!important;color:#6e6b64!important;margin:0 0 4px!important;white-space:normal!important}.cdf-igrejas-search-card .pv-distancia{align-self:flex-start!important;background:#f4ead0!important;color:#8b6815!important;border-radius:999px!important;padding:4px 8px!important;font-size:9px!important;font-weight:800!important;margin-bottom:6px!important}.cdf-igrejas-search-card .pv-resultado-acoes{display:flex!important;gap:6px!important;flex-wrap:wrap!important;margin-top:8px!important}.cdf-igrejas-search-card .pv-resultado-acoes a{display:inline-flex!important;align-items:center!important;justify-content:center!important;min-height:31px!important;padding:0 10px!important;border-radius:8px!important;text-decoration:none!important;font-size:9px!important;font-weight:900!important;border:1px solid #e3dccd!important;background:#faf8f3!important;color:#173b2a!important}.cdf-igrejas-search-card .pv-btn-ver-mais{background:#173b2a!important;color:#fff!important;border-color:#173b2a!important}.cdf-igrejas-search-card .pv-btn-wpp-mini{background:#e9f7ee!important;color:#17743a!important;border-color:#cbe7d5!important}.cdf-igrejas-search-card .pv-btn-rota-mini{background:#fff7df!important;color:#8b6a16!important;border-color:#ead9a1!important}.cdf-igrejas-cta{margin-top:24px;background:linear-gradient(135deg,#173b2a,#102b1e);border-radius:17px;padding:25px 28px;display:grid;grid-template-columns:58px 1fr auto;gap:20px;align-items:center;color:#fff;box-shadow:0 12px 30px rgba(23,59,42,.13)}.cdf-igrejas-cta-icon{width:58px;height:58px;border-radius:50%;display:grid;place-items:center;border:1px solid rgba(212,175,55,.45);font-size:25px;background:rgba(212,175,55,.08)}.cdf-igrejas-cta span{color:#d4af37;font-size:9px;font-weight:900;letter-spacing:1.3px}.cdf-igrejas-cta h3{color:#fff;font-size:21px;margin:2px 0 3px}.cdf-igrejas-cta p{color:#bdcec3;font-size:11px;margin:0}.cdf-igrejas-cta>a{background:#d4af37;color:#173b2a!important;text-decoration:none;border-radius:10px;padding:13px 17px;font-size:11px;font-weight:900;white-space:nowrap}
@media(max-width:900px){.cdf-igrejas-hero-inner{align-items:flex-start;flex-direction:column}.cdf-igrejas-hero-actions{width:100%}.cdf-igrejas-search-card #pv-resultados{grid-template-columns:1fr!important}.cdf-igrejas-cta{grid-template-columns:58px 1fr}.cdf-igrejas-cta>a{grid-column:1/-1;text-align:center}.cdf-igrejas-search-card .pv-busca-form{grid-template-columns:1fr 1fr!important}.cdf-igrejas-search-card .pv-busca-form input{grid-column:1/-1!important}}
@media(max-width:600px){.cdf-igrejas-hero{padding:50px 0}.cdf-igrejas-hero h1{font-size:37px}.cdf-igrejas-directory{padding:38px 0 50px}.cdf-igrejas-titlebar{align-items:flex-start;gap:14px;flex-direction:column}.cdf-igrejas-search-card{padding:14px}.cdf-igrejas-search-card .pv-busca-form{grid-template-columns:1fr!important}.cdf-igrejas-search-card .pv-busca-form input{grid-column:auto!important}.cdf-igrejas-search-card #pv-mapa{height:290px!important}.cdf-igrejas-search-card #pv-resultados>.pv-resultado-item{grid-template-columns:110px minmax(0,1fr)!important}.cdf-igrejas-search-card .pv-resultado-foto{width:110px!important}.cdf-igrejas-cta{grid-template-columns:1fr;text-align:center}.cdf-igrejas-cta-icon{margin:auto}}

/* ============================================================
   Caminha da Fé v6.3 — Newsletter, Devocionais e Notícias Premium
   ============================================================ */
.cdf-newsletter-premium{background:#f3ecdf!important;padding:56px 0!important;color:#173b2a!important;border-top:1px solid rgba(212,175,55,.18);border-bottom:1px solid rgba(23,59,42,.08)}
.cdf-newsletter-shell{display:grid;grid-template-columns:1.12fr .88fr;gap:28px;align-items:stretch;max-width:1120px;margin:0 auto;background:linear-gradient(135deg,#173b2a,#0f2d20);border-radius:22px;overflow:hidden;box-shadow:0 18px 48px rgba(23,59,42,.14);position:relative}
.cdf-newsletter-shell:after{content:"";position:absolute;left:-80px;bottom:-140px;width:300px;height:300px;border-radius:50%;border:1px solid rgba(212,175,55,.12);pointer-events:none}
.cdf-newsletter-copy{padding:38px 42px;display:flex;gap:20px;align-items:flex-start;position:relative;z-index:1}
.cdf-newsletter-icon{width:58px;height:58px;min-width:58px;border-radius:16px;background:rgba(212,175,55,.13);border:1px solid rgba(212,175,55,.35);color:#e0bd5c;display:grid;place-items:center;font-size:26px}
.cdf-newsletter-kicker{display:block;color:#d9bd78;font-size:10px;letter-spacing:1.6px;font-weight:900;margin-bottom:8px}
.cdf-newsletter-premium h3{color:#fff!important;font-family:'Playfair Display',serif!important;font-size:31px!important;line-height:1.15;margin:0 0 10px!important}
.cdf-newsletter-premium p{color:#d7e0da!important;font-size:14px!important;line-height:1.7;margin:0!important;max-width:560px}
.cdf-newsletter-trust{display:flex;gap:12px;flex-wrap:wrap;margin-top:18px}.cdf-newsletter-trust span{font-size:10px;color:#f0ddb0;background:rgba(255,255,255,.06);border:1px solid rgba(255,255,255,.08);padding:6px 9px;border-radius:20px}
.cdf-newsletter-formbox{background:#fff;margin:14px;border-radius:16px;padding:25px;display:flex;flex-direction:column;justify-content:center;position:relative;z-index:1}
.cdf-newsletter-formbox>strong{color:#173b2a;font-size:15px;margin-bottom:13px}
.cdf-newsletter-premium .pv-newsletter-form{display:grid!important;grid-template-columns:1fr 1fr;gap:9px!important}
.cdf-newsletter-premium .pv-newsletter-form input{min-width:0!important;width:100%;border:1px solid #e1d8c8!important;background:#fbfaf7!important;border-radius:10px!important;padding:12px 13px!important;color:#243229!important;font-size:13px!important}
.cdf-newsletter-premium .pv-newsletter-form button{grid-column:1/-1;background:#c9a13a!important;color:#173b2a!important;border-radius:10px!important;padding:12px 18px!important;font-weight:900!important;letter-spacing:.4px!important;box-shadow:none!important}
.cdf-newsletter-premium .pv-newsletter-form button:hover{background:#d7b754!important;transform:translateY(-1px)!important}
.cdf-newsletter-formbox small{font-size:9px;color:#8a887f;line-height:1.5;margin-top:9px}.cdf-newsletter-premium .pv-newsletter-msg{font-size:11px;margin-top:8px}

.cdf-archive-page{background:#f7f4ed}.cdf-archive-hero{background:radial-gradient(circle at 85% 15%,rgba(212,175,55,.16),transparent 32%),linear-gradient(135deg,#102d20,#193f2d);padding:66px 0 70px;color:#fff;border-bottom:3px solid #c9a13a}
.cdf-archive-hero-inner{max-width:920px;text-align:center}.cdf-archive-eyebrow{display:inline-flex;color:#d9bd78;font-size:10px;font-weight:900;letter-spacing:2px;margin-bottom:10px}.cdf-archive-hero h1{color:#fff;font-size:48px;margin:0 0 12px}.cdf-archive-hero p{color:#d8e2dc;font-size:16px;line-height:1.75;max-width:760px;margin:0 auto 24px}
.cdf-archive-search{max-width:620px;margin:0 auto;display:grid;grid-template-columns:1fr auto;background:#fff;border-radius:12px;padding:5px;box-shadow:0 12px 32px rgba(0,0,0,.15)}.cdf-archive-search input{border:0;outline:0;padding:12px 14px;background:transparent;font:inherit;font-size:13px;color:#27332b}.cdf-archive-search button{border:0;border-radius:9px;padding:0 23px;background:#c9a13a;color:#173b2a;font-weight:900;cursor:pointer}
.cdf-archive-content{padding:56px 0 70px}.cdf-archive-featured{display:grid;grid-template-columns:1.05fr .95fr;background:#fff;border:1px solid #ebe3d5;border-radius:20px;overflow:hidden;box-shadow:0 15px 42px rgba(23,49,35,.08);margin-bottom:44px}.cdf-archive-featured-thumb{height:430px;overflow:hidden;background:#173b2a}.cdf-archive-featured-thumb img,.cdf-archive-featured-thumb .pv-card-img-placeholder{width:100%;height:100%;object-fit:cover}.cdf-archive-featured-body{padding:42px;display:flex;flex-direction:column;justify-content:center}.cdf-archive-tag{font-size:9px;letter-spacing:1.4px;font-weight:900;color:#a87f24;margin-bottom:11px}.cdf-archive-featured h2{font-size:35px;line-height:1.2;margin-bottom:12px}.cdf-archive-featured h2 a{color:#173b2a}.cdf-archive-meta{display:flex;gap:14px;color:#84877f;font-size:11px;margin-bottom:16px}.cdf-archive-featured p{font-size:14px;line-height:1.75;color:#687068;margin-bottom:21px}.cdf-archive-primary{align-self:flex-start;background:#173b2a;color:#fff!important;padding:11px 17px;border-radius:9px;font-size:11px;font-weight:900}.cdf-archive-page.is-devotional .cdf-archive-primary{background:#c9a13a;color:#173b2a!important}
.cdf-archive-section-head{display:flex;align-items:flex-end;justify-content:space-between;margin-bottom:20px}.cdf-archive-section-head span{font-size:9px;color:#a78331;letter-spacing:1.4px;font-weight:900}.cdf-archive-section-head h2{color:#173b2a;font-size:28px;margin-top:3px}.cdf-archive-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:22px}.cdf-archive-card{background:#fff;border:1px solid #ece5d9;border-radius:15px;overflow:hidden;box-shadow:0 8px 27px rgba(23,49,35,.055);transition:.25s}.cdf-archive-card:hover{transform:translateY(-4px);box-shadow:0 16px 38px rgba(23,49,35,.1)}.cdf-archive-card-thumb{height:205px;display:block;overflow:hidden;background:#173b2a}.cdf-archive-card-thumb img,.cdf-archive-card-thumb .pv-card-img-placeholder{width:100%;height:100%;object-fit:cover;transition:.35s}.cdf-archive-card:hover img{transform:scale(1.04)}.cdf-archive-card-body{padding:20px}.cdf-archive-card-date{font-size:9px;color:#a78a4f;text-transform:uppercase;font-weight:800}.cdf-archive-card h3{font-size:20px;line-height:1.3;margin:7px 0 9px}.cdf-archive-card h3 a{color:#173b2a}.cdf-archive-card p{font-size:12px;line-height:1.65;color:#70756f;margin-bottom:14px}.cdf-archive-read{font-size:10px;font-weight:900;color:#a27c28}.cdf-pagination{margin-top:35px;text-align:center}.cdf-pagination .nav-links{display:flex;justify-content:center;gap:6px;flex-wrap:wrap}.cdf-pagination .page-numbers{background:#fff;border:1px solid #e4daca;padding:9px 13px;border-radius:8px;color:#173b2a;font-size:11px}.cdf-pagination .current{background:#173b2a;color:#fff;border-color:#173b2a}.cdf-empty-state{text-align:center;background:#fff;border-radius:18px;padding:55px 25px}.cdf-empty-state>div{font-size:45px}.cdf-empty-state h2{color:#173b2a;margin:10px 0 5px}

.cdf-single-page{background:#f7f4ed}.cdf-single-hero{background:radial-gradient(circle at 82% 16%,rgba(212,175,55,.15),transparent 30%),linear-gradient(135deg,#102d20,#183d2b);padding:52px 0 56px;color:#fff;border-bottom:3px solid #c9a13a}.cdf-single-hero-inner{max-width:1040px}.cdf-single-breadcrumb{display:flex;gap:8px;align-items:center;font-size:10px;color:#c8d5cc;margin-bottom:20px}.cdf-single-breadcrumb a{color:#d9bd78}.cdf-single-label{display:inline-flex;padding:6px 10px;border-radius:6px;background:#c9a13a;color:#173b2a;font-size:9px;font-weight:900;letter-spacing:1.4px;text-transform:uppercase;margin-bottom:13px}.cdf-single-hero h1{color:#fff;font-size:48px;line-height:1.15;max-width:940px;margin:0 0 14px}.cdf-single-deck{color:#d8e2dc;max-width:780px;font-size:16px;line-height:1.7;margin-bottom:17px}.cdf-single-meta{display:flex;gap:10px;flex-wrap:wrap;color:#cad8cf;font-size:11px}.cdf-single-meta span{padding-right:10px;border-right:1px solid rgba(255,255,255,.16)}.cdf-single-meta span:last-child{border-right:0}.cdf-single-layout{display:grid;grid-template-columns:minmax(0,1fr) 285px;gap:28px;align-items:start;padding-top:45px;padding-bottom:48px;max-width:1180px}.cdf-article-card{background:#fff;border:1px solid #ece4d7;border-radius:18px;padding:38px;box-shadow:0 12px 36px rgba(23,49,35,.065);min-width:0}.cdf-single-featured{border-radius:14px;overflow:hidden;margin:-8px -8px 30px}.cdf-single-featured img{width:100%;max-height:520px;object-fit:cover}.cdf-single-content{font-family:'Inter',sans-serif;font-size:16px;line-height:1.9;color:#353c37}.cdf-single-content p{margin-bottom:19px}.cdf-single-content h2{font-family:'Playfair Display',serif;color:#173b2a;font-size:29px;margin:34px 0 13px}.cdf-single-content h3{font-family:'Playfair Display',serif;color:#234a37;font-size:23px;margin:27px 0 11px}.cdf-single-content blockquote{border-left:4px solid #c9a13a;background:#f7f3e9;border-radius:0 10px 10px 0;padding:20px 24px;margin:27px 0;font-family:'Playfair Display',serif;font-size:20px;line-height:1.65;color:#274034}.cdf-single-content img{border-radius:12px;margin:24px auto;box-shadow:0 8px 25px rgba(23,49,35,.08);max-height:none}.cdf-single-content figure{max-width:100%}.cdf-single-content figcaption{font-size:10px;color:#888;text-align:center;margin-top:-16px;margin-bottom:23px}.cdf-single-content ul,.cdf-single-content ol{padding-left:22px;margin:0 0 20px}.cdf-single-content li{margin-bottom:7px}.cdf-single-content a{color:#9a7628;text-decoration:underline;text-underline-offset:3px}.cdf-single-aside{display:grid;gap:16px;position:sticky;top:115px}.cdf-aside-card{background:#fff;border:1px solid #e8dfd1;border-radius:15px;padding:22px;box-shadow:0 8px 24px rgba(23,49,35,.05)}.cdf-aside-card>span{font-size:8px;color:#ad8631;letter-spacing:1.4px;font-weight:900}.cdf-aside-card h3{font-size:20px;color:#173b2a;margin:8px 0 15px}.cdf-aside-verse{background:#173b2a;color:#fff;border-color:#173b2a}.cdf-aside-verse blockquote{font-family:'Playfair Display',serif;font-size:20px;line-height:1.5;color:#fff;margin:11px 0}.cdf-aside-verse cite{font-size:10px;color:#d9bd78;font-style:normal;font-weight:800}.cdf-aside-btn{display:block;text-align:center;background:#c9a13a;color:#173b2a!important;border-radius:9px;padding:10px;font-size:10px;font-weight:900}.cdf-share-premium{margin-top:36px;border-top:1px solid #eee5d7;padding-top:24px;display:flex;align-items:center;justify-content:space-between;gap:20px}.cdf-share-premium>div:first-child{display:flex;flex-direction:column}.cdf-share-premium span{font-size:9px;color:#a17b2c;font-weight:900;letter-spacing:1px}.cdf-share-premium strong{font-size:12px;color:#4a514b;font-weight:600}.cdf-share-actions{display:flex;gap:7px;flex-wrap:wrap}.cdf-share-actions a{border:1px solid #e2d8c8;background:#fbfaf7;color:#173b2a!important;border-radius:8px;padding:8px 10px;font-size:9px;font-weight:800;text-decoration:none}
.cdf-related-section{padding:0 0 64px}.cdf-related-head span{font-size:9px;color:#a78331;letter-spacing:1.3px;font-weight:900}.cdf-related-head h2{font-size:28px;color:#173b2a;margin:3px 0 17px}.cdf-related-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.cdf-related-card{background:#fff;border:1px solid #e9e1d4;border-radius:14px;overflow:hidden}.cdf-related-thumb{height:175px;display:block;overflow:hidden}.cdf-related-thumb img,.cdf-related-thumb .pv-card-img-placeholder{width:100%;height:100%;object-fit:cover}.cdf-related-card>div{padding:16px}.cdf-related-card>div>span{font-size:9px;color:#988d79}.cdf-related-card h3{font-size:18px;line-height:1.3;margin:6px 0 10px}.cdf-related-card h3 a{color:#173b2a}.cdf-related-link{font-size:10px;color:#a27c28;font-weight:900}

@media(max-width:980px){.cdf-newsletter-shell{grid-template-columns:1fr}.cdf-newsletter-formbox{margin:0 14px 14px}.cdf-archive-featured{grid-template-columns:1fr}.cdf-archive-featured-thumb{height:330px}.cdf-archive-grid{grid-template-columns:repeat(2,1fr)}.cdf-single-layout{grid-template-columns:1fr}.cdf-single-aside{position:static;grid-template-columns:1fr 1fr}.cdf-related-grid{grid-template-columns:repeat(2,1fr)}}
@media(max-width:680px){.cdf-newsletter-premium{padding:38px 0!important}.cdf-newsletter-copy{padding:28px 24px;display:block}.cdf-newsletter-icon{margin-bottom:15px}.cdf-newsletter-premium h3{font-size:26px!important}.cdf-newsletter-premium .pv-newsletter-form{grid-template-columns:1fr}.cdf-newsletter-premium .pv-newsletter-form button{grid-column:auto}.cdf-archive-hero{padding:48px 0 52px}.cdf-archive-hero h1{font-size:36px}.cdf-archive-search{grid-template-columns:1fr}.cdf-archive-search button{padding:11px 18px}.cdf-archive-content{padding:38px 0 50px}.cdf-archive-featured-thumb{height:235px}.cdf-archive-featured-body{padding:25px}.cdf-archive-featured h2{font-size:28px}.cdf-archive-grid{grid-template-columns:1fr}.cdf-single-hero{padding:38px 0 42px}.cdf-single-hero h1{font-size:34px}.cdf-single-layout{padding-top:28px}.cdf-article-card{padding:23px 20px}.cdf-single-content{font-size:15px;line-height:1.82}.cdf-single-content h2{font-size:25px}.cdf-single-aside{grid-template-columns:1fr}.cdf-share-premium{align-items:flex-start;flex-direction:column}.cdf-related-grid{grid-template-columns:1fr}}


/* Caminha da Fé v6.4 — legibilidade e créditos */
.pv-page-content .pv-btn{background:#d4af37!important;color:#173b2a!important;border:2px solid #d4af37!important;box-shadow:0 7px 18px rgba(23,59,42,.10);text-shadow:none!important}
.pv-page-content .pv-btn:hover{background:#173b2a!important;color:#fff!important;border-color:#173b2a!important;transform:translateY(-2px)}
.pv-page-content .pv-btn[style*="var(--marrom)"]{background:#173b2a!important;color:#fff!important;border-color:#173b2a!important}
.pv-page-content .pv-btn[style*="var(--marrom)"]:hover{background:#d4af37!important;color:#173b2a!important;border-color:#d4af37!important}
.pv-footer-bottom .cdf-amaro-link{color:#d4af37!important;font-weight:800;text-decoration:none;border-bottom:1px solid rgba(212,175,55,.45);padding-bottom:1px}
.pv-footer-bottom .cdf-amaro-link:hover{color:#fff!important;border-bottom-color:#fff}

/* Caminha da Fé v6.5 — CTA Apoiar + páginas de conteúdo */
.pv-menu-cta a,.pv-menu a[href*="/apoie"]{
  position:relative!important;display:inline-flex!important;align-items:center!important;gap:6px!important;
  padding:11px 16px!important;border-radius:10px!important;
  background:linear-gradient(135deg,#f0c552,#c99628)!important;color:#102d20!important;
  font-weight:900!important;letter-spacing:.25px!important;text-transform:uppercase!important;
  box-shadow:0 8px 22px rgba(201,150,40,.32),inset 0 1px 0 rgba(255,255,255,.45)!important;
  border:1px solid #e1b54a!important;transform:translateY(0);transition:.22s ease!important;
}
.pv-menu-cta a:hover,.pv-menu a[href*="/apoie"]:hover{transform:translateY(-2px) scale(1.035)!important;background:linear-gradient(135deg,#ffd86c,#d5a12d)!important;box-shadow:0 12px 28px rgba(201,150,40,.42)!important}
.cdf-support-heart{font-size:14px;line-height:1;color:#8b1e24;filter:drop-shadow(0 1px 0 rgba(255,255,255,.35))}
@media(min-width:900px){.pv-menu-cta a,.pv-menu a[href*="/apoie"]{animation:cdfSupportGlow 2.8s ease-in-out infinite}}
@keyframes cdfSupportGlow{0%,100%{box-shadow:0 8px 22px rgba(201,150,40,.28)}50%{box-shadow:0 9px 28px rgba(240,197,82,.5)}}
.cdf-studies-archive .cdf-archive-hero{background:radial-gradient(circle at 80% 10%,rgba(212,175,55,.18),transparent 30%),linear-gradient(135deg,#0e2b1e,#1f4b34)}
.cdf-studies-archive .cdf-archive-primary{background:#d4af37;color:#173b2a!important}


/* v6.6 - Página de vídeos premium */
.pv-videos-page{background:#f7f2e8!important;padding:0 0 70px!important;min-height:65vh}
.pv-videos-page .container{max-width:1180px;margin:0 auto;padding:0 24px}
.pv-videos-page-header{background:linear-gradient(135deg,#0c3526,#214b33)!important;margin:0 calc(50% - 50vw) 42px;padding:64px 24px;text-align:center;border-bottom:3px solid #d4af37}
.pv-videos-page-header h1{font-family:'Playfair Display',serif!important;font-size:48px!important;color:#fff!important;margin:0 0 8px!important}
.pv-videos-page-header p{color:#f3ede2!important;font-size:17px!important;margin:0}
.pv-videos-page .pv-videos-grid{display:grid!important;grid-template-columns:repeat(3,minmax(0,1fr))!important;gap:24px!important}
.pv-video-card{background:#fff!important;border-radius:16px!important;overflow:hidden!important;box-shadow:0 10px 28px rgba(18,54,39,.10)!important;border:1px solid rgba(212,175,55,.18)!important;cursor:pointer!important;transition:transform .25s ease,box-shadow .25s ease!important}
.pv-video-card:hover{transform:translateY(-5px)!important;box-shadow:0 18px 38px rgba(18,54,39,.18)!important}
.pv-video-thumb{position:relative!important;aspect-ratio:16/9!important;overflow:hidden!important;background:#111!important}
.pv-video-thumb img{width:100%!important;height:100%!important;object-fit:cover!important;display:block!important}
.pv-video-play{position:absolute!important;left:50%!important;top:50%!important;transform:translate(-50%,-50%)!important;width:58px!important;height:58px!important;border-radius:50%!important;background:#d4af37!important;box-shadow:0 8px 22px rgba(0,0,0,.28)!important}
.pv-video-play:after{content:'';position:absolute;left:23px;top:17px;border-left:17px solid #173d2c;border-top:11px solid transparent;border-bottom:11px solid transparent}
.pv-video-info{padding:18px 18px 20px!important}
.pv-video-info h3{font-family:'Playfair Display',serif!important;color:#173d2c!important;font-size:18px!important;line-height:1.32!important;margin:0 0 10px!important}
.pv-video-meta{color:#806a49!important;font-size:12px!important;text-transform:uppercase!important;letter-spacing:.05em!important}
.pv-video-modal{position:fixed!important;inset:0!important;background:rgba(0,0,0,.82)!important;display:none!important;align-items:center!important;justify-content:center!important;z-index:99999!important;padding:24px!important}
.pv-video-modal.active{display:flex!important}
.pv-video-modal-inner{width:min(960px,94vw)!important;aspect-ratio:16/9!important;position:relative!important;background:#000!important;border-radius:16px!important;overflow:hidden!important}
.pv-video-modal-inner iframe{width:100%!important;height:100%!important;border:0!important}
.pv-video-modal-close{position:absolute!important;right:12px!important;top:8px!important;z-index:3!important;width:40px!important;height:40px!important;border:0!important;border-radius:50%!important;background:rgba(255,255,255,.9)!important;color:#173d2c!important;font-size:28px!important;cursor:pointer!important}
@media(max-width:900px){.pv-videos-page .pv-videos-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important}.pv-videos-page-header h1{font-size:40px!important}}
@media(max-width:620px){.pv-videos-page .pv-videos-grid{grid-template-columns:1fr!important}.pv-videos-page-header{padding:48px 18px}.pv-videos-page-header h1{font-size:34px!important}}
