:root{--pvh-marrom:#3d2817;--pvh-marrom-claro:#5a3d27;--pvh-dourado:#c9a961;--pvh-dourado-claro:#e0c989;--pvh-bg:#faf7f2;--pvh-text:#2c1810;--pvh-shadow:0 10px 30px rgba(61,40,23,.08)}
.pvh-home{font-family:Inter,-apple-system,sans-serif;color:var(--pvh-text);background:var(--pvh-bg)}
.pvh-container{max-width:1180px;margin:0 auto;padding:0 20px}
.pvh-section{padding:60px 0}
.pvh-section-head{display:flex;justify-content:space-between;align-items:center;margin-bottom:40px;border-bottom:2px solid var(--pvh-dourado);padding-bottom:15px}
.pvh-section-head h2{font-family:"Playfair Display",Georgia,serif;font-size:32px;color:var(--pvh-marrom);margin:0}
.pvh-section-head-light h2{color:var(--pvh-dourado)}
.pvh-section-sub{color:#666;margin-top:8px}
.pvh-link-all{color:var(--pvh-dourado);font-weight:600;text-decoration:none}
.pvh-link-all:hover{color:var(--pvh-marrom)}
.pvh-hero{background:linear-gradient(135deg,#2a1810 0%,#3d2817 100%);padding:40px 0}
.pvh-hero-grid{display:grid;grid-template-columns:2fr 1fr;gap:20px}
.pvh-hero-main{height:500px;background-size:cover;background-position:center;border-radius:12px;position:relative;overflow:hidden}
.pvh-hero-overlay{position:absolute;bottom:0;left:0;right:0;padding:30px;background:linear-gradient(to top,rgba(0,0,0,.95),transparent);color:#fff}
.pvh-hero-meta{font-size:13px;color:var(--pvh-dourado-claro);margin:10px 0;letter-spacing:1px}
.pvh-hero-title{font-family:"Playfair Display",serif;font-size:36px;line-height:1.2;margin:10px 0}
.pvh-hero-title a{color:#fff;text-decoration:none}
.pvh-hero-excerpt{font-size:16px;line-height:1.6;margin-bottom:20px;opacity:.9}
.pvh-hero-side{display:flex;flex-direction:column;gap:15px}
.pvh-side-card{display:flex;background:#fff;border-radius:10px;overflow:hidden;text-decoration:none;color:inherit;transition:transform .3s}
.pvh-side-card:hover{transform:translateY(-3px)}
.pvh-side-thumb{width:120px;min-height:120px;background-size:cover;background-position:center;flex-shrink:0}
.pvh-side-info{padding:12px 15px}
.pvh-side-info h3{font-size:15px;margin:8px 0 0;line-height:1.3}
.pvh-badge{display:inline-block;padding:4px 12px;border-radius:4px;font-size:11px;font-weight:700;letter-spacing:1px;color:#fff}
.pvh-badge-devo{background:#8b4513}
.pvh-badge-news{background:#c0392b}
.pvh-badge-estudo{background:#2c5f8d}
.pvh-badge-premium{background:linear-gradient(135deg,#c9a961,#f4d97a);color:#3d2817}
.pvh-ticker{background:var(--pvh-marrom);padding:12px 0}
.pvh-ticker-wrap{display:flex;align-items:center;background:rgba(201,169,97,.15);border-radius:30px;overflow:hidden}
.pvh-ticker-label{background:var(--pvh-dourado);color:var(--pvh-marrom);padding:10px 20px;font-weight:700;font-size:13px;flex-shrink:0}
.pvh-ticker-track{flex:1;overflow:hidden}
.pvh-ticker-content{display:flex;gap:40px;animation:pvhTicker 40s linear infinite;white-space:nowrap;padding:10px 0}
.pvh-ticker-item{color:#fff;text-decoration:none;font-size:14px}
.pvh-ticker-item:hover{color:var(--pvh-dourado)}
@keyframes pvhTicker{from{transform:translateX(0)}to{transform:translateX(-50%)}}
.pvh-grid{display:grid;gap:25px}
.pvh-grid-3{grid-template-columns:repeat(3,1fr)}
.pvh-grid-4{grid-template-columns:repeat(4,1fr)}
.pvh-card{background:#fff;border-radius:12px;overflow:hidden;box-shadow:var(--pvh-shadow);transition:transform .3s,box-shadow .3s}
.pvh-card:hover{transform:translateY(-5px);box-shadow:0 15px 40px rgba(61,40,23,.15)}
.pvh-card-thumb{display:block;width:100%;height:200px;background-size:cover;background-position:center;background-color:var(--pvh-marrom);position:relative}
.pvh-card-thumb .pvh-badge{position:absolute;top:12px;left:12px}
.pvh-card-body{padding:20px}
.pvh-card-body h3{font-family:"Playfair Display",serif;font-size:19px;margin:10px 0;line-height:1.3}
.pvh-card-body h3 a{color:var(--pvh-marrom);text-decoration:none}
.pvh-card-body h3 a:hover{color:var(--pvh-dourado)}
.pvh-card-body p{color:#555;font-size:14px;line-height:1.6}
.pvh-card-meta{color:#999;font-size:12px;margin-top:12px}
.pvh-devocionais-bg{background:linear-gradient(135deg,#2a1810,#3d2817);color:#fff}
.pvh-devocionais-bg .pvh-card{background:rgba(255,255,255,.05)}
.pvh-devocionais-bg .pvh-card-body h3 a{color:var(--pvh-dourado-claro)}
.pvh-igrejas{background:linear-gradient(180deg,#faf7f2,#f0e8d8)}
.pvh-igrejas-grid{display:grid;grid-template-columns:2fr 1fr;gap:30px}
.pvh-mapa-mini{height:400px;border-radius:12px;overflow:hidden;box-shadow:var(--pvh-shadow);background:#ddd}
.pvh-igrejas-actions{display:flex;flex-direction:column;gap:12px;justify-content:center}
.pvh-igrejas-stats{background:var(--pvh-marrom);color:#fff;padding:20px;border-radius:12px;text-align:center}
.pvh-igrejas-stats strong{display:block;font-size:36px;color:var(--pvh-dourado);font-family:"Playfair Display",serif}
.pvh-busca-igreja{display:flex;flex-direction:column;gap:10px}
.pvh-busca-igreja input{padding:14px 18px;border:2px solid var(--pvh-dourado);border-radius:30px;font-size:14px;background:#fff}
.pvh-busca-igreja input:focus{outline:none;border-color:var(--pvh-marrom)}
.pvh-igrejas-destaques{margin-top:50px}
.pvh-igrejas-destaques h3{font-family:"Playfair Display",serif;font-size:24px;color:var(--pvh-marrom);margin-bottom:25px;text-align:center}
.pvh-videos-bg{background:#1a1a1a;color:#fff}
.pvh-videos-bg .pvh-card{background:#2a2a2a}
.pvh-videos-bg .pvh-card-body h3 a{color:#fff}
.pvh-play{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);background:rgba(201,169,97,.95);color:#1a1a1a;width:60px;height:60px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:22px;padding-left:4px}
.pvh-testemunho{background:linear-gradient(135deg,#3d2817,#5a3d27);color:#fff}
.pvh-testemunho-card{max-width:800px;margin:0 auto;text-align:center;position:relative;padding:40px 20px}
.pvh-quote-icon{font-family:"Playfair Display",serif;font-size:120px;color:var(--pvh-dourado);line-height:1;opacity:.3;position:absolute;top:-20px;left:50%;transform:translateX(-50%)}
.pvh-testemunho-card h2{font-family:"Playfair Display",serif;color:var(--pvh-dourado);font-size:28px;margin-bottom:20px}
.pvh-testemunho-card h3{font-size:24px;font-family:"Playfair Display",serif;margin-bottom:20px}
.pvh-testemunho-card p{font-size:18px;line-height:1.7;font-style:italic;margin-bottom:25px}
.pvh-quiz-cta{background:var(--pvh-bg)}
.pvh-quiz-box{background:linear-gradient(135deg,var(--pvh-dourado),var(--pvh-dourado-claro));border-radius:20px;padding:50px;display:grid;grid-template-columns:2fr 1fr;align-items:center;gap:30px;box-shadow:var(--pvh-shadow)}
.pvh-quiz-eyebrow{color:var(--pvh-marrom);font-weight:700;letter-spacing:2px;font-size:13px}
.pvh-quiz-box h2{font-family:"Playfair Display",serif;color:var(--pvh-marrom);font-size:38px;margin:10px 0 15px}
.pvh-quiz-box p{color:var(--pvh-marrom);font-size:17px;margin-bottom:25px}
.pvh-quiz-icon{font-size:100px;text-align:center}
.pvh-newsletter{background:var(--pvh-marrom);color:#fff}
.pvh-newsletter-box{max-width:700px;margin:0 auto;text-align:center}
.pvh-newsletter-box h2{font-family:"Playfair Display",serif;color:var(--pvh-dourado);font-size:32px;margin-bottom:10px}
.pvh-newsletter-box>p{font-size:17px;margin-bottom:30px;opacity:.9}
.pvh-newsletter-trust{margin-top:20px;font-size:13px;opacity:.7}
.pvh-btn{display:inline-block;padding:12px 28px;border-radius:30px;font-weight:700;text-decoration:none;text-align:center;border:2px solid transparent;cursor:pointer;transition:all .3s;font-size:14px}
.pvh-btn-gold{background:var(--pvh-dourado);color:var(--pvh-marrom)}
.pvh-btn-gold:hover{background:var(--pvh-dourado-claro);transform:translateY(-2px)}
.pvh-btn-dark{background:var(--pvh-marrom);color:#fff}
.pvh-btn-dark:hover{background:var(--pvh-marrom-claro)}
.pvh-btn-outline{border-color:var(--pvh-marrom);color:var(--pvh-marrom);background:transparent}
.pvh-btn-outline:hover{background:var(--pvh-marrom);color:#fff}
.pvh-btn-lg{padding:16px 36px;font-size:16px}
.pvh-empty{text-align:center;padding:40px;color:#999;grid-column:1/-1}
.pvh-empty-light{color:rgba(255,255,255,.5)}
@media(max-width:968px){.pvh-hero-grid,.pvh-igrejas-grid,.pvh-quiz-box{grid-template-columns:1fr}.pvh-grid-3,.pvh-grid-4{grid-template-columns:repeat(2,1fr)}.pvh-hero-main{height:380px}.pvh-hero-title{font-size:26px}.pvh-section-head{flex-direction:column;align-items:flex-start;gap:10px}.pvh-section-head h2{font-size:24px}.pvh-quiz-icon{display:none}}
@media(max-width:600px){.pvh-grid-3,.pvh-grid-4{grid-template-columns:1fr}.pvh-section{padding:40px 0}}


/* === HERO CORRIGIDO === */
.pvh-hero-main {
    position: relative;
    height: 500px;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 15px 40px rgba(0,0,0,.3);
}
.pvh-hero-bg {
    position: absolute;
    top: 0; left: 0; right: 0; bottom: 0;
    background-size: cover;
    background-position: center;
    z-index: 1;
}
.pvh-hero-bg::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(to top, rgba(0,0,0,.92) 0%, rgba(0,0,0,.4) 60%, transparent 100%);
}
.pvh-hero-content {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 35px 35px 30px;
    z-index: 2;
    color: #fff;
}
.pvh-hero-meta {
    font-size: 12px;
    color: var(--pvh-dourado-claro);
    margin: 12px 0 8px;
    letter-spacing: 1.5px;
    font-weight: 600;
    text-transform: uppercase;
}
.pvh-hero-title {
    font-family: "Playfair Display", serif;
    font-size: 38px;
    line-height: 1.15;
    margin: 8px 0 15px;
    text-shadow: 0 2px 10px rgba(0,0,0,.5);
}
.pvh-hero-title a { color: #fff; text-decoration: none; }
.pvh-hero-title a:hover { color: var(--pvh-dourado-claro); }
.pvh-hero-excerpt {
    font-size: 16px;
    line-height: 1.65;
    margin-bottom: 22px;
    opacity: .95;
    max-width: 90%;
    text-shadow: 0 1px 4px rgba(0,0,0,.6);
}

/* === NEWSLETTER FORM === */
.pvh-newsletter-form { margin: 25px auto; max-width: 600px; }
.pvh-newsletter-row {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
}
.pvh-newsletter-row input {
    flex: 1;
    min-width: 180px;
    padding: 14px 20px;
    border: 2px solid var(--pvh-dourado);
    border-radius: 30px;
    background: rgba(255,255,255,.95);
    color: var(--pvh-marrom);
    font-size: 14px;
}
.pvh-newsletter-row input:focus {
    outline: none;
    border-color: #fff;
    background: #fff;
}
.pvh-newsletter-row button {
    border: none;
    cursor: pointer;
}

@media (max-width: 600px) {
    .pvh-newsletter-row { flex-direction: column; }
    .pvh-newsletter-row input,
    .pvh-newsletter-row button { width: 100%; }
    .pvh-hero-title { font-size: 26px; }
    .pvh-hero-content { padding: 25px 20px 20px; }
}


/* ============ VIDEOS YOUTUBE ============ */
.pvh-videos-grid {
    display: grid;
    grid-template-columns: 2fr 1fr;
    gap: 25px;
}
.pvh-video-featured {
    background: #2a2a2a;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(0,0,0,.4);
}
.pvh-video-player {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
    background: #000;
}
.pvh-video-player iframe {
    position: absolute;
    top: 0; left: 0;
    width: 100%;
    height: 100%;
    border: 0;
}
.pvh-video-featured-info {
    padding: 25px;
}
.pvh-video-featured-info h3 {
    font-family: "Playfair Display", serif;
    font-size: 22px;
    color: #fff;
    margin: 12px 0 10px;
    line-height: 1.3;
}
.pvh-video-featured-info p {
    color: rgba(255,255,255,.75);
    font-size: 14px;
    line-height: 1.6;
    margin-bottom: 12px;
}
.pvh-video-meta {
    color: var(--pvh-dourado);
    font-size: 12px;
    font-weight: 600;
}
.pvh-badge-yt {
    background: linear-gradient(135deg, #ff0000, #cc0000);
    color: #fff;
}

.pvh-videos-list {
    display: flex;
    flex-direction: column;
    gap: 12px;
    max-height: 600px;
    overflow-y: auto;
    padding-right: 8px;
}
.pvh-videos-list::-webkit-scrollbar {
    width: 6px;
}
.pvh-videos-list::-webkit-scrollbar-thumb {
    background: var(--pvh-dourado);
    border-radius: 3px;
}
.pvh-video-item {
    display: flex;
    gap: 12px;
    background: rgba(255,255,255,.05);
    border-radius: 8px;
    overflow: hidden;
    text-decoration: none;
    color: inherit;
    transition: background .3s;
}
.pvh-video-item:hover {
    background: rgba(201,169,97,.15);
}
.pvh-video-thumb {
    width: 120px;
    min-height: 80px;
    background-size: cover;
    background-position: center;
    flex-shrink: 0;
    position: relative;
}
.pvh-play-mini {
    position: absolute;
    top: 50%; left: 50%;
    transform: translate(-50%,-50%);
    background: rgba(255,0,0,.9);
    color: #fff;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
    padding-left: 2px;
}
.pvh-video-item-info {
    padding: 10px 12px 10px 0;
    flex: 1;
    min-width: 0;
}
.pvh-video-item-info h4 {
    font-size: 13px;
    color: #fff;
    margin: 0 0 5px;
    line-height: 1.3;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.pvh-video-meta-mini {
    color: var(--pvh-dourado);
    font-size: 11px;
}

@media (max-width: 968px) {
    .pvh-videos-grid { grid-template-columns: 1fr; }
    .pvh-videos-list { max-height: none; }
}
