/* ============ CAMINHA DA FÉ - IGREJA SINGLE v2 ============ */

.pvi-single {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 16px 60px;
    font-family: 'Inter', system-ui, -apple-system, sans-serif;
    color: #2b1c12;
}

/* ===== HERO ===== */
.pvi-hero {
    margin: 24px -16px 40px;
    padding: 80px 24px;
    background: linear-gradient(135deg, #c89b4a 0%, #8b6332 50%, #2b1c12 100%);
    background-size: cover;
    background-position: center;
    border-radius: 0;
    position: relative;
    color: #fff;
    text-align: center;
    box-shadow: 0 20px 60px rgba(0,0,0,0.2);
}

@media (min-width: 768px) {
    .pvi-hero {
        margin: 24px 0 40px;
        padding: 120px 40px;
        border-radius: 24px;
    }
}

.pvi-hero-inner {
    max-width: 800px;
    margin: 0 auto;
    position: relative;
    z-index: 2;
}

.pvi-hero-badge {
    display: inline-block;
    background: rgba(255,255,255,0.15);
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255,255,255,0.3);
    padding: 8px 20px;
    border-radius: 999px;
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 1px;
    text-transform: uppercase;
    margin-bottom: 20px;
    color: #fff;
}

.pvi-hero-title {
    font-size: clamp(28px, 6vw, 56px);
    font-weight: 800;
    line-height: 1.15;
    margin: 0 0 16px;
    color: #fff;
    text-shadow: 0 4px 20px rgba(0,0,0,0.4);
    letter-spacing: -1px;
}

.pvi-hero-location {
    font-size: 18px;
    color: rgba(255,255,255,0.9);
    margin: 0 0 32px;
    font-weight: 500;
}

.pvi-hero-cta {
    display: flex;
    gap: 12px;
    justify-content: center;
    flex-wrap: wrap;
}

.pvi-btn {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 14px 28px;
    border-radius: 999px;
    font-weight: 700;
    font-size: 15px;
    text-decoration: none;
    transition: all 0.25s ease;
    box-shadow: 0 4px 16px rgba(0,0,0,0.2);
    border: 2px solid transparent;
}

.pvi-btn:hover {
    transform: translateY(-3px);
    box-shadow: 0 8px 24px rgba(0,0,0,0.3);
    text-decoration: none;
}

.pvi-btn-wa {
    background: #25D366;
    color: #fff !important;
}

.pvi-btn-maps {
    background: #fff;
    color: #2b1c12 !important;
}

.pvi-btn-tel {
    background: rgba(255,255,255,0.15);
    color: #fff !important;
    backdrop-filter: blur(10px);
    border-color: rgba(255,255,255,0.3);
}

/* ===== INFO GRID ===== */
.pvi-info-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 20px;
    margin-bottom: 48px;
}

@media (min-width: 768px) {
    .pvi-info-grid {
        grid-template-columns: repeat(3, 1fr);
    }
}

.pvi-info-card {
    background: #fff;
    border: 1px solid #f0e6d6;
    border-radius: 16px;
    padding: 28px 24px;
    text-align: center;
    transition: all 0.25s ease;
    box-shadow: 0 2px 8px rgba(43,28,18,0.04);
}

.pvi-info-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 12px 32px rgba(200,155,74,0.18);
    border-color: #c89b4a;
}

.pvi-info-icon {
    font-size: 36px;
    margin-bottom: 12px;
    line-height: 1;
}

.pvi-info-label {
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    color: #c89b4a;
    margin: 0 0 10px;
}

.pvi-info-value {
    font-size: 16px;
    font-weight: 600;
    color: #2b1c12;
    margin: 0;
    line-height: 1.5;
}

.pvi-info-value small {
    font-size: 13px;
    color: #8b7355;
    font-weight: 500;
}

.pvi-horarios-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.pvi-horarios-list li {
    padding: 8px 0;
    border-bottom: 1px dashed #f0e6d6;
    font-size: 15px;
    font-weight: 600;
    color: #2b1c12;
}

.pvi-horarios-list li:last-child {
    border-bottom: none;
}

/* ===== SECTIONS ===== */
.pvi-section-title {
    font-size: 28px;
    font-weight: 800;
    color: #2b1c12;
    margin: 0 0 24px;
    letter-spacing: -0.5px;
}

.pvi-sobre,
.pvi-mapa-section,
.pvi-contato {
    background: #fff;
    border-radius: 20px;
    padding: 32px;
    margin-bottom: 32px;
    box-shadow: 0 2px 12px rgba(43,28,18,0.05);
    border: 1px solid #f0e6d6;
}

.pvi-sobre-content {
    font-size: 17px;
    line-height: 1.75;
    color: #3d2b1f;
}

.pvi-sobre-content p {
    margin: 0 0 16px;
}

/* ===== MAPA ===== */
.pvi-mapa-wrap {
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 4px 20px rgba(0,0,0,0.1);
    margin-bottom: 16px;
}

#pvi-map {
    width: 100%;
    height: 420px;
    background: #f0e6d6;
}

.pvi-btn-maps-full {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: linear-gradient(135deg, #c89b4a, #8b6332);
    color: #fff !important;
    padding: 14px 32px;
    border-radius: 999px;
    font-weight: 700;
    text-decoration: none;
    transition: transform 0.2s;
}

.pvi-btn-maps-full:hover {
    transform: translateY(-2px);
    text-decoration: none;
}

/* ===== CONTATO ===== */
.pvi-contato-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 12px;
    margin-bottom: 32px;
}

@media (min-width: 600px) {
    .pvi-contato-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (min-width: 900px) {
    .pvi-contato-grid {
        grid-template-columns: repeat(4, 1fr);
    }
}

.pvi-contato-card {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    background: #faf6ee;
    border: 2px solid transparent;
    border-radius: 14px;
    padding: 24px 16px;
    text-decoration: none;
    transition: all 0.25s ease;
}

.pvi-contato-card:hover {
    transform: translateY(-3px);
    text-decoration: none;
    border-color: #c89b4a;
    background: #fff;
    box-shadow: 0 8px 24px rgba(200,155,74,0.15);
}

.pvi-c-icon {
    font-size: 32px;
    margin-bottom: 10px;
}

.pvi-c-label {
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    color: #8b7355;
    margin-bottom: 6px;
}

.pvi-c-value {
    font-size: 14px;
    font-weight: 600;
    color: #2b1c12;
    word-break: break-all;
}

.pvi-c-wa:hover { background: #e8f9ef; border-color: #25D366; }
.pvi-c-tel:hover { background: #e0f2ff; border-color: #0ea5e9; }
.pvi-c-email:hover { background: #fef3c7; border-color: #f59e0b; }
.pvi-c-site:hover { background: #f3e8ff; border-color: #a855f7; }

/* ===== REDES SOCIAIS ===== */
.pvi-redes {
    text-align: center;
    border-top: 1px solid #f0e6d6;
    padding-top: 24px;
}

.pvi-redes-title {
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    color: #8b7355;
    margin: 0 0 16px;
}

.pvi-redes-list {
    display: flex;
    gap: 12px;
    justify-content: center;
}

.pvi-rede {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 56px;
    height: 56px;
    background: #faf6ee;
    border-radius: 50%;
    font-size: 24px;
    text-decoration: none;
    transition: all 0.25s ease;
    border: 2px solid transparent;
}

.pvi-rede:hover {
    transform: translateY(-4px) scale(1.08);
    text-decoration: none;
    border-color: #c89b4a;
    box-shadow: 0 8px 20px rgba(200,155,74,0.3);
}

/* ===== ESCONDE METADADOS DE POST GENERICOS ===== */
.single-pv_igreja .entry-meta,
.single-pv_igreja .post-meta,
.single-pv_igreja .entry-header .cat-links,
.single-pv_igreja .entry-footer,
.single-pv_igreja .post-thumbnail,
.single-pv_igreja .entry-title:not(.pvi-hero-title),
.single-pv_igreja .byline,
.single-pv_igreja .posted-on,
.single-pv_igreja .reading-time {
    display: none !important;
}