/* ============================================================
   Praise Team Ministry Page Styles
   ============================================================ */

/* ---------- Page Header / Hero ---------- */
.ministry-hero {
    position: relative;
    background-size: cover;
    background-position: center;
    min-height: 400px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    color: #fff;
    overflow: hidden;
}

.ministry-hero.praise-team-hero {
    background: linear-gradient(135deg, rgba(245, 158, 11, 0.85), rgba(120, 53, 15, 0.9)),
        url('../../images/agm3.jpg') no-repeat center center/cover;
}

.ministry-hero h1 { font-family: 'Playfair Display', serif; font-size: 3rem; font-weight: 800; letter-spacing: 1px; text-shadow: 2px 2px 8px rgba(0, 0, 0, 0.3); margin-bottom: 0.5rem; }
.ministry-hero .motto { font-size: 1.2rem; font-weight: 400; opacity: 0.9; font-style: italic; text-shadow: 1px 1px 4px rgba(0, 0, 0, 0.3); }

.ministry-purpose { padding: 4rem 0; background: #fff; }
.ministry-purpose h2 { font-family: 'Playfair Display', serif; font-size: 1.75rem; color: var(--primary-start); margin-bottom: 1.5rem; position: relative; padding-bottom: 0.75rem; }
.ministry-purpose h2::after { content: ''; position: absolute; bottom: 0; left: 0; width: 60px; height: 3px; background: var(--gradient-accent); border-radius: 2px; }
.ministry-purpose .purpose-list { list-style: none; padding: 0; margin: 0; }
.ministry-purpose .purpose-list li { display: flex; align-items: flex-start; gap: 1rem; padding: 0.75rem 0; font-size: 1rem; color: var(--text-dark); line-height: 1.6; }
.ministry-purpose .purpose-list li i { color: var(--primary-start); font-size: 0.9rem; margin-top: 0.35rem; flex-shrink: 0; }

.ministry-leadership { padding: 4rem 0; background: #fff; }
.ministry-leadership:nth-child(even) { background-color: #f8fafc; }
.section-group-title { font-family: 'Playfair Display', serif; font-size: 1.75rem; font-weight: 700; color: #1e293b; margin-bottom: .25rem; }
.section-group-subtitle { font-size: .95rem; color: #64748b; margin-bottom: 0; }
.section-divider { width: 60px; height: 3px; border: none; border-radius: 2px; margin: .75rem auto 0; }
.section-divider.miracle { background: linear-gradient(90deg, #f59e0b, #fbbf24); }
.section-divider.tumaini { background: linear-gradient(90deg, #0ea5e9, #38bdf8); }
.section-divider.shalom { background: linear-gradient(90deg, #10b981, #34d399); }
.section-divider.emmanuel { background: linear-gradient(90deg, #ef4444, #f87171); }

.church-badge { display: inline-block; font-size: .7rem; font-weight: 600; text-transform: uppercase; letter-spacing: .8px; padding: 3px 10px; border-radius: 50px; color: #fff; }
.church-badge.tumaini { background: linear-gradient(135deg, #0ea5e9, #38bdf8); }
.church-badge.shalom { background: linear-gradient(135deg, #10b981, #34d399); }
.church-badge.miracle { background: linear-gradient(135deg, #f59e0b, #fbbf24); color: #1e293b; }
.church-badge.emmanuel { background: linear-gradient(135deg, #ef4444, #f87171); }

.elder-card { border: none; border-radius: 14px; overflow: hidden; transition: transform .35s ease, box-shadow .35s ease; background: #fff; }
.elder-card:hover { transform: translateY(-8px); box-shadow: 0 18px 40px rgba(0, 0, 0, .12) !important; }
.elder-img { width: 130px; height: 150px; object-fit: cover; margin: 0 auto 12px; border: 3px solid #f1f5f9; border-radius: 10px; box-shadow: 0 4px 10px rgba(0, 0, 0, .08); transition: transform .3s ease, box-shadow .3s ease; }
.elder-card:hover .elder-img { transform: scale(1.06); box-shadow: 0 8px 20px rgba(0, 0, 0, .15); }
.elder-card .card-title { font-weight: 600; font-size: 1rem; margin-bottom: 4px; transition: color .3s ease; }
.elder-card:hover .card-title { color: #ef4444; }
.elder-card .elder-district { font-size: .85rem; color: #6366f1; font-weight: 500; }

.scripture-quote { padding: 3rem 0; background: linear-gradient(135deg, rgba(21, 101, 192, 0.06), rgba(198, 40, 40, 0.04)); text-align: center; }
.scripture-quote blockquote { font-family: 'Playfair Display', serif; font-size: 1.2rem; font-style: italic; color: var(--text-dark); max-width: 700px; margin: 0 auto; line-height: 1.8; position: relative; padding: 0 2rem; }
.scripture-quote blockquote::before { content: '\201C'; font-size: 4rem; color: var(--primary-start); opacity: 0.3; position: absolute; top: -1.5rem; left: 0; font-family: Georgia, serif; }
.scripture-quote cite { display: block; margin-top: 1rem; font-size: 0.9rem; font-style: normal; font-weight: 600; color: var(--primary-start); }

.ministry-gallery { padding: 4rem 0; background: var(--bg-light); }
.ministry-gallery .section-heading { font-family: 'Playfair Display', serif; font-size: 1.75rem; color: var(--text-dark); text-align: center; margin-bottom: 2rem; position: relative; padding-bottom: 0.75rem; }
.ministry-gallery .section-heading::after { content: ''; position: absolute; bottom: 0; left: 50%; transform: translateX(-50%); width: 60px; height: 3px; background: var(--gradient-accent); border-radius: 2px; }
.gallery-placeholder { text-align: center; padding: 3rem; background: rgba(255, 255, 255, 0.6); border-radius: 16px; border: 2px dashed rgba(0, 0, 0, 0.1); }
.gallery-placeholder i { font-size: 3rem; color: var(--text-medium); opacity: 0.5; margin-bottom: 1rem; }
.gallery-placeholder p { color: var(--text-medium); font-size: 0.95rem; }

@media (max-width: 768px) {
    .ministry-hero { min-height: 300px; padding: 100px 1rem 60px; }
    .ministry-hero h1 { font-size: 2rem; }
    .ministry-purpose, .ministry-leadership, .ministry-gallery { padding: 2.5rem 0; }
}
