/*!
Theme Name: Good Samaritan Ministries 2026
Theme URI: https://www.gsministries.org
Description: Custom theme for Good Samaritan Ministries Pakistan — headquarters website of Good Samaritan Ministries. Fast, editable in the Customizer, colours from the church logo.
Author: Gerizim Digital Ltd for Good Samaritan Ministries Pakistan
Author URI: https://gsministries.org
Version: 1.0.3
License: GPL v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: gsm-2026
Requires at least: 6.0
Requires PHP: 7.4
*/

/* ============================================
   TOKENS — colours from the church logo
   ============================================ */
:root {
	--maroon: #0B4F9E;          /* deep logo blue: header, footer, heroes */
	--maroon-deep: #073A75;
	--purple: #1E7FD8;          /* bright logo blue */
	--plum: #8E0E2E;            /* cross crimson */
	--gold: #1E7FD8;            /* primary accent = bright blue */
	--gold-bright: #7CC4FF;
	--gold-soft: #EAF3FD;
	--cream: #F6F9FC;
	--white: #FFFFFF;
	--ink: #26272B;
	--body: #4E5560;
	--muted: #8A919C;
	--line: #E2E9F1;
	--ok: #157A43;
	--danger: #A11212;
	--crimson: #8E0E2E;
	--radius: 16px;
	--shadow: 0 10px 40px rgba(11,79,158,0.10);
	--grad-brand: linear-gradient(135deg, #0B4F9E 0%, #1E7FD8 100%);
	--grad-gold: linear-gradient(135deg, #8E0E2E 0%, #B31640 100%);
	--grad-strip: linear-gradient(180deg, #1E7FD8 0%, #8E0E2E 100%);
}

/* ============================================
   RESET & BASE
   ============================================ */
*, *::before, *::after { margin: 0; padding: 0; box-sizing: border-box; }
html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; }
body { font-family: 'DM Sans', system-ui, sans-serif; color: var(--body); background: var(--cream); line-height: 1.65; font-size: 16px; }
img { max-width: 100%; height: auto; display: block; }
a { color: inherit; text-decoration: none; transition: color .2s, background .2s, transform .2s, box-shadow .2s; }
h1, h2, h3, h4 { font-family: 'Playfair Display', Georgia, serif; color: var(--ink); line-height: 1.2; font-weight: 700; }
h1 { font-size: clamp(34px, 5vw, 56px); }
h2 { font-size: clamp(28px, 3.6vw, 40px); }
h3 { font-size: 21px; }
h4 { font-size: 18px; }
p { margin-bottom: 1em; }
.container { width: min(1200px, calc(100% - 40px)); margin: 0 auto; }
.narrow { max-width: 860px; }
.overline { display: inline-flex; align-items: center; gap: 10px; color: var(--gold); font-family: 'Poppins', sans-serif; font-size: 12px; font-weight: 700; letter-spacing: 2.5px; text-transform: uppercase; margin-bottom: 14px; }
.overline::before { content: ''; width: 26px; height: 2px; background: var(--gold); }
.section { padding: 84px 0; }
.section--alt { background: var(--white); }
.section--tint { background: var(--gold-soft); }
.section--brand { background: var(--grad-brand); color: #fff; }
.section--brand h2, .section--brand h3 { color: #fff; }
.section--brand p { color: rgba(255,255,255,0.85); }
.section-head { text-align: center; max-width: 760px; margin: 0 auto 44px; }
.section-head p { font-size: 17px; color: var(--body); }
.btn { display: inline-flex; align-items: center; justify-content: center; gap: 8px; padding: 14px 30px; border-radius: 12px; font-family: 'Poppins', sans-serif; font-weight: 700; font-size: 15px; cursor: pointer; border: 0; white-space: nowrap; }
.btn-gold { background: var(--grad-gold); color: #fff; box-shadow: 0 8px 22px rgba(142,14,46,0.3); }
.btn-blue { background: linear-gradient(135deg, #1E7FD8, #0B4F9E); color: #fff; box-shadow: 0 8px 22px rgba(30,127,216,0.3); }
.btn-blue:hover { transform: translateY(-2px); color: #fff; }
.btn-gold:hover { transform: translateY(-2px); box-shadow: 0 12px 28px rgba(142,14,46,0.4); color: #fff; }
.btn-brand { background: var(--grad-brand); color: #fff; box-shadow: 0 8px 22px rgba(59,10,30,0.25); }
.btn-brand:hover { transform: translateY(-2px); }
.btn-outline { background: transparent; color: var(--maroon); border: 1.5px solid rgba(59,10,30,0.3); }
.btn-outline:hover { border-color: var(--maroon); background: rgba(59,10,30,0.05); }
.section--brand .btn-outline { color: #fff; border-color: rgba(255,255,255,0.5); }
.section--brand .btn-outline:hover { background: rgba(255,255,255,0.1); }

/* ============================================
   HEADER
   ============================================ */
#site-header { position: sticky; top: 0; z-index: 100; background: rgba(255,255,255,0.96); backdrop-filter: blur(10px); box-shadow: 0 2px 24px rgba(59,10,30,0.08); }
.header-inner { display: flex; align-items: center; justify-content: space-between; gap: 20px; height: 86px; }
.brand { display: flex; align-items: center; gap: 12px; flex: 0 0 auto; }
.brand img { height: 71px; width: auto; max-width: none; border-radius: 0; box-shadow: none; }
.brand-name { display: none; }
.brand-name small { display: block; font-size: 12.5px; font-weight: 500; color: var(--muted); letter-spacing: .4px; margin-top: 2px; }
.nav-menu { display: flex; align-items: center; gap: 2px; list-style: none; }
.nav-menu li { position: relative; }
.nav-menu > li > a { display: block; padding: 10px 12px; font-family: 'Poppins', sans-serif; font-weight: 500; font-size: 14px; color: var(--ink); border-radius: 8px; }
.nav-menu > li > a:hover, .nav-menu > li.current-menu-item > a, .nav-menu > li.current-menu-ancestor > a { color: var(--maroon); background: var(--gold-soft); }
.nav-menu .sub-menu { display: none; position: absolute; top: 100%; left: 0; min-width: 240px; background: #fff; border-radius: 12px; box-shadow: 0 14px 40px rgba(59,10,30,0.16); padding: 8px; list-style: none; border-top: 3px solid var(--gold); }
.nav-menu li:hover > .sub-menu { display: block; }
.nav-menu .sub-menu a { display: block; padding: 10px 14px; border-radius: 8px; font-size: 14px; color: var(--ink); }
.nav-menu .sub-menu a:hover { background: var(--gold-soft); color: var(--maroon); }
.nav-menu > li.menu-item-download { margin-left: 12px; }
.nav-menu > li.menu-item-download > a { background: var(--grad-gold) !important; color: #fff !important; padding: 11px 20px; border-radius: 10px; font-weight: 700; box-shadow: 0 6px 16px rgba(212,160,23,0.35); }
.menu-toggle { display: none; background: none; border: 0; width: 44px; height: 44px; border-radius: 10px; color: var(--maroon); cursor: pointer; }
.menu-toggle svg { width: 26px; height: 26px; }
@media (max-width: 600px) { .header-inner { height: 80px; } .brand img { height: 60px; } .nav-primary { top: 80px; } }
@media (max-width: 1200px) and (min-width: 1025px) { .nav-menu > li > a { padding: 10px 8px; font-size: 13.5px; } }
@media (max-width: 1024px) {
	.menu-toggle { display: inline-flex; align-items: center; justify-content: center; }
	.nav-primary { display: none; position: absolute; left: 0; right: 0; top: 86px; background: #fff; box-shadow: 0 20px 40px rgba(59,10,30,0.15); padding: 12px 20px 20px; }
	.nav-primary.is-open { display: block; }
	.nav-menu { flex-direction: column; align-items: stretch; gap: 0; }
	.nav-menu > li > a { padding: 13px 10px; border-bottom: 1px solid var(--line); border-radius: 0; font-size: 15px; }
	.nav-menu .sub-menu { display: block; position: static; box-shadow: none; border: 0; padding: 0 0 6px 14px; }
	.nav-menu > li.menu-item-download { margin: 14px 0 0; }
	.nav-menu > li.menu-item-download > a { text-align: center; border-radius: 10px; }
}

/* ============================================
   HERO (home + page heroes)
   ============================================ */
.hero { background: var(--grad-brand); color: #fff; position: relative; overflow: hidden; padding: 80px 0 90px; }
.hero::before { content: ''; position: absolute; right: -180px; top: -180px; width: 560px; height: 560px; border-radius: 50%; background: radial-gradient(circle, rgba(242,201,76,0.28) 0%, rgba(242,201,76,0) 70%); }
.hero::after { content: ''; position: absolute; left: -120px; bottom: -200px; width: 420px; height: 420px; border-radius: 50%; background: radial-gradient(circle, rgba(90,18,64,0.6) 0%, rgba(90,18,64,0) 70%); }
.hero .container { position: relative; z-index: 1; }
.hero-grid { display: grid; grid-template-columns: 1.15fr 0.85fr; gap: 50px; align-items: center; }
.hero h1 { color: #fff; margin: 8px 0 14px; }
.hero h1 em { font-style: italic; color: var(--gold-bright); }
.hero .overline { color: var(--gold-bright); } .hero .overline::before { background: var(--gold-bright); }
.hero-sub { font-family: 'Playfair Display', Georgia, serif; font-style: italic; font-size: 21px; color: var(--gold-bright); margin-bottom: 16px; }
.hero-lead { font-size: 17.5px; line-height: 1.7; color: rgba(255,255,255,0.88); max-width: 600px; margin-bottom: 26px; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 14px; align-items: center; margin-bottom: 22px; }
.hero-note { font-size: 13.5px; color: rgba(255,255,255,0.7); }
.hero-trust { display: flex; flex-wrap: wrap; gap: 8px 20px; font-size: 13.5px; color: rgba(255,255,255,0.85); margin-top: 18px; }
.hero-trust span::before { content: '✓'; color: var(--gold-bright); font-weight: 700; margin-right: 6px; }
.hero-phone { position: relative; text-align: center; }
.hero-phone img { width: min(330px, 80%); margin: 0 auto; border-radius: 34px; border: 6px solid #fff; box-shadow: 0 40px 80px rgba(0,0,0,0.5), 0 0 0 1px rgba(255,255,255,0.35); background: #fff; }
.hero-phone .hero-icon { display: none; }
.page-hero { background: var(--grad-brand); color: #fff; padding: 70px 0; text-align: center; position: relative; overflow: hidden; }
.page-hero::before { content: ''; position: absolute; right: -160px; top: -160px; width: 480px; height: 480px; border-radius: 50%; background: radial-gradient(circle, rgba(242,201,76,0.22) 0%, rgba(242,201,76,0) 70%); }
.page-hero .container { position: relative; z-index: 1; max-width: 860px; }
.page-hero h1 { color: #fff; margin: 8px 0 12px; }
.page-hero .overline { color: var(--gold-bright); justify-content: center; } .page-hero .overline::before { background: var(--gold-bright); }
.page-hero .hero-sub { margin-bottom: 12px; }
.page-hero .hero-lead { margin: 0 auto 24px; }
.page-hero .hero-actions { justify-content: center; margin-bottom: 0; }
.crumbs { font-size: 13px; color: rgba(255,255,255,0.65); margin-bottom: 18px; }
.crumbs a { color: rgba(255,255,255,0.8); } .crumbs span { margin: 0 6px; }
@media (max-width: 900px) { .hero { padding: 56px 0 64px; } .hero-grid { grid-template-columns: 1fr; text-align: center; } .hero-lead { margin-left: auto; margin-right: auto; } .hero-actions, .hero-trust { justify-content: center; } .hero-phone { margin-top: 10px; } .hero-phone .hero-icon { left: 12%; width: 72px; height: 72px; } }

/* ============================================
   STORE BADGES (drawn by the theme)
   ============================================ */
.store-badges { display: flex; gap: 12px; flex-wrap: wrap; align-items: center; }
.store-badge { display: inline-flex; align-items: center; gap: 10px; width: 184px; height: 56px; padding: 0 14px; background: #000; border: 1px solid #a6a6a6; border-radius: 10px; color: #fff; }
.store-badge:hover { background: #1a1a1a; transform: translateY(-2px); }
.store-badge svg { width: 26px; height: 26px; flex-shrink: 0; }
.store-badge span { display: flex; flex-direction: column; line-height: 1.05; text-align: left; }
.store-badge small { font-size: 10px; letter-spacing: .3px; color: #fff; }
.store-badge strong { font-size: 19px; font-weight: 600; color: #fff; letter-spacing: -.2px; }
.store-web { display: inline-flex; align-items: center; gap: 8px; height: 56px; padding: 0 18px; border-radius: 10px; border: 1.5px solid rgba(255,255,255,0.45); color: #fff; font-family: 'Poppins', sans-serif; font-weight: 600; font-size: 14px; }
.store-web:hover { background: rgba(255,255,255,0.1); }
.on-light .store-web { color: var(--maroon); border-color: rgba(59,10,30,0.3); }
@media (max-width: 420px) { .store-badge { width: 100%; } }

/* ============================================
   STATS
   ============================================ */
.stats { background: var(--white); border-bottom: 1px solid var(--line); }
.stats-row { display: grid; grid-template-columns: repeat(auto-fit, minmax(200px, 1fr)); }
.stat { padding: 30px 12px; text-align: center; border-right: 1px solid var(--line); }
.stat:last-child { border-right: 0; }
.stat b { display: block; font-family: 'Playfair Display', Georgia, serif; font-size: 40px; color: var(--maroon); line-height: 1; margin-bottom: 8px; }
.stat span { font-family: 'Poppins', sans-serif; font-size: 12.5px; font-weight: 600; letter-spacing: .6px; text-transform: uppercase; color: var(--muted); }
.stats--inline { border: 1px solid var(--line); border-radius: var(--radius); overflow: hidden; margin: 30px 0; }
@media (max-width: 900px) { .stats-row { grid-template-columns: repeat(3, 1fr); } .stat { border-bottom: 1px solid var(--line); } }
@media (max-width: 560px) { .stats-row { grid-template-columns: repeat(2, 1fr); } .stat b { font-size: 32px; } }

/* ============================================
   TILES / CARDS
   ============================================ */
.tiles { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.tiles--2 { grid-template-columns: repeat(2, 1fr); }
.tiles--4 { grid-template-columns: repeat(4, 1fr); }
.tile { position: relative; overflow: hidden; background: var(--white); border: 1px solid var(--line); border-radius: var(--radius); padding: 30px 28px 30px 32px; box-shadow: 0 4px 18px rgba(59,10,30,0.05); transition: transform .25s, box-shadow .25s; }
.tile::before { content: ''; position: absolute; left: 0; top: 0; bottom: 0; width: 5px; background: var(--grad-strip); }
.tile:hover { transform: translateY(-5px); box-shadow: var(--shadow); }
.tile-icon { width: 56px; height: 56px; border-radius: 14px; background: var(--gold-soft); display: flex; align-items: center; justify-content: center; margin-bottom: 18px; }
.tile-icon svg { width: 28px; height: 28px; color: var(--gold); }
.tile h3 { font-family: 'Poppins', sans-serif; font-size: 18px; margin-bottom: 10px; }
.tile p { font-size: 15px; line-height: 1.65; margin: 0; }
.tile a.tile-link { display: inline-block; margin-top: 14px; color: var(--gold); font-weight: 700; font-size: 14px; }
.tile a.tile-link:hover { color: var(--maroon); }
a.tile { color: inherit; }
.checks { list-style: none; display: grid; grid-template-columns: 1fr 1fr; gap: 14px 40px; }
.checks li { position: relative; padding-left: 30px; font-size: 15.5px; line-height: 1.6; }
.checks li::before { content: ''; position: absolute; left: 0; top: 4px; width: 18px; height: 18px; border-radius: 50%; background: var(--gold); }
.checks li::after { content: ''; position: absolute; left: 6px; top: 8px; width: 5px; height: 9px; border: solid #fff; border-width: 0 2px 2px 0; transform: rotate(45deg); }
.checks strong { color: var(--ink); }
.callout { background: var(--gold-soft); border-left: 4px solid var(--gold); padding: 20px 24px; border-radius: 0 12px 12px 0; color: var(--ink); font-size: 16px; line-height: 1.7; margin: 0 0 30px; }
.quote { font-family: 'Playfair Display', Georgia, serif; font-style: italic; font-size: 24px; color: var(--maroon); text-align: center; max-width: 640px; margin: 36px auto 0; line-height: 1.45; }
.quote cite { display: block; font-style: normal; font-family: 'Poppins', sans-serif; font-size: 13px; color: var(--gold); font-weight: 700; margin-top: 10px; }
.prose { font-size: 16.5px; line-height: 1.8; }
.prose h2 { margin: 1.4em 0 .5em; }
.prose h3 { margin: 1.2em 0 .4em; font-family: 'Poppins', sans-serif; }
.prose ul, .prose ol { padding-left: 1.3em; margin-bottom: 1.2em; }
.prose li { margin-bottom: .4em; }
.two-col { display: grid; grid-template-columns: 1fr 1fr; gap: 48px; align-items: center; }
.two-col img { border-radius: var(--radius); box-shadow: var(--shadow); }
.two-col .phone { width: min(320px, 80%); margin: 0 auto; border-radius: 30px; }
@media (max-width: 900px) { .tiles, .tiles--4 { grid-template-columns: 1fr 1fr; } .checks { grid-template-columns: 1fr; } .two-col { grid-template-columns: 1fr; } }
@media (max-width: 600px) { .tiles, .tiles--2, .tiles--4 { grid-template-columns: 1fr; } .section { padding: 60px 0; } }

/* ============================================
   STEPS / FAQ / SCREENS / TESTIMONIES
   ============================================ */
.steps { display: grid; grid-template-columns: repeat(4, 1fr); gap: 22px; counter-reset: step; }
.step { text-align: center; padding: 26px 18px; background: #fff; border: 1px solid var(--line); border-radius: var(--radius); }
.step-num { width: 48px; height: 48px; border-radius: 50%; background: var(--grad-brand); color: #fff; font-family: 'Poppins', sans-serif; font-weight: 800; font-size: 20px; display: flex; align-items: center; justify-content: center; margin: 0 auto 14px; }
.step h4 { font-family: 'Poppins', sans-serif; margin-bottom: 8px; }
.step p { font-size: 14.5px; margin: 0; }
@media (max-width: 900px) { .steps { grid-template-columns: 1fr 1fr; } }
@media (max-width: 560px) { .steps { grid-template-columns: 1fr; } }
.faq { max-width: 860px; margin: 0 auto; }
.faq details { background: #fff; border: 1px solid var(--line); border-radius: 12px; margin-bottom: 12px; padding: 0 22px; }
.faq summary { cursor: pointer; list-style: none; padding: 18px 30px 18px 0; font-family: 'Poppins', sans-serif; font-weight: 600; color: var(--ink); position: relative; font-size: 16px; }
.faq summary::-webkit-details-marker { display: none; }
.faq summary::after { content: '+'; position: absolute; right: 0; top: 14px; font-size: 24px; color: var(--gold); }
.faq details[open] summary::after { content: '–'; }
.faq details p { padding: 0 0 18px; margin: 0; font-size: 15.5px; line-height: 1.7; }
.screens { display: flex; gap: 22px; overflow-x: auto; padding: 10px 4px 24px; scroll-snap-type: x mandatory; -webkit-overflow-scrolling: touch; }
.screens figure { flex: 0 0 240px; scroll-snap-align: start; margin: 0; text-align: center; }
.screens img { border-radius: 26px; box-shadow: 0 24px 50px rgba(59,10,30,0.22); }
.screens figcaption { margin-top: 12px; font-family: 'Poppins', sans-serif; font-weight: 600; font-size: 14px; color: var(--ink); }
.screens-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 30px; }
.screens-grid figure { margin: 0; text-align: center; }
.screens-grid img { border-radius: 26px; box-shadow: 0 24px 50px rgba(59,10,30,0.22); }
.screens-grid figcaption { margin-top: 12px; font-family: 'Poppins', sans-serif; font-weight: 600; color: var(--ink); }
@media (max-width: 900px) { .screens-grid { grid-template-columns: 1fr 1fr; } }
@media (max-width: 560px) { .screens-grid { grid-template-columns: 1fr; } }
.testimonials { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.testimonial { background: #fff; border-radius: var(--radius); padding: 28px; border: 1px solid var(--line); border-top: 4px solid var(--gold); }
.testimonial .stars { color: var(--gold); letter-spacing: 2px; margin-bottom: 12px; }
.testimonial p { font-style: italic; color: var(--body); font-size: 15px; line-height: 1.7; }
.testimonial h5 { font-family: 'Poppins', sans-serif; font-size: 15px; color: var(--ink); margin-top: 8px; }
.testimonial span { font-size: 13px; color: var(--muted); }
@media (max-width: 900px) { .testimonials { grid-template-columns: 1fr; } }

/* ============================================
   DOWNLOAD BAND + STICKY MOBILE BAR
   ============================================ */
.download-band { background: var(--grad-brand); color: #fff; border-radius: 22px; width: min(1200px, calc(100% - 72px)); margin: 0 auto 80px; padding: 64px 30px; text-align: center; position: relative; overflow: hidden; box-shadow: 0 24px 60px rgba(30,0,77,0.35); }
.download-band::before { content: ''; position: absolute; right: -120px; top: -120px; width: 380px; height: 380px; border-radius: 50%; background: radial-gradient(circle, rgba(242,201,76,0.3) 0%, rgba(242,201,76,0) 70%); }
.download-band > * { position: relative; }
.download-band img.band-icon { width: 92px; height: 92px; border-radius: 22px; margin: 0 auto 18px; box-shadow: 0 16px 40px rgba(0,0,0,0.4); }
.download-band h2 { color: #fff; margin-bottom: 10px; }
.download-band p { color: rgba(255,255,255,0.85); max-width: 640px; margin: 0 auto 26px; font-size: 16.5px; }
.download-band .store-badges { justify-content: center; }
.download-band .band-note { font-size: 13.5px; color: rgba(255,255,255,0.65); margin: 22px 0 0; }
.qr { display: inline-block; background: #fff; padding: 10px; border-radius: 14px; margin-top: 26px; }
.qr img { width: 132px; height: 132px; }
@media (max-width: 640px) { .download-band { width: calc(100% - 32px); padding: 44px 20px; margin-bottom: 50px; } }
.sticky-download { display: none !important; }
@media (max-width: 760px) {
	.sticky-download { display: flex; position: fixed; left: 0; right: 0; bottom: 0; z-index: 90; background: rgba(36,4,26,0.96); backdrop-filter: blur(8px); padding: 10px 16px calc(10px + env(safe-area-inset-bottom)); align-items: center; gap: 12px; color: #fff; box-shadow: 0 -8px 30px rgba(0,0,0,0.3); }
	.sticky-download img { width: 40px; height: 40px; border-radius: 10px; }
	.sticky-download .txt { flex: 1; font-size: 13px; line-height: 1.25; }
	.sticky-download .txt b { display: block; font-family: 'Poppins', sans-serif; font-size: 14px; }
	.sticky-download .btn { padding: 10px 16px; font-size: 13px; }
	body { padding-bottom: 0; }
}

/* ============================================
   BLOG
   ============================================ */
.blog-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 26px; }
.post-card { background: #fff; border-radius: var(--radius); overflow: hidden; border: 1px solid var(--line); display: flex; flex-direction: column; transition: transform .25s, box-shadow .25s; }
.post-card:hover { transform: translateY(-4px); box-shadow: var(--shadow); }
.post-card-img { display: block; height: 210px; overflow: hidden; background: var(--grad-brand); }
.post-card-img img { width: 100%; height: 100%; object-fit: cover; transition: transform .4s; }
.post-card:hover .post-card-img img { transform: scale(1.05); }
.post-card-img .ph { height: 100%; display: flex; align-items: center; justify-content: center; font-size: 46px; }
.post-card-body { padding: 22px 22px 24px; display: flex; flex-direction: column; flex: 1; }
.post-card-meta { display: flex; justify-content: space-between; gap: 10px; font-size: 12.5px; margin-bottom: 8px; }
.post-card-meta a { color: var(--gold); font-weight: 700; text-transform: uppercase; letter-spacing: .5px; font-size: 11.5px; }
.post-card-meta span { color: var(--muted); }
.post-card h3 { font-family: 'Poppins', sans-serif; font-size: 17px; line-height: 1.4; margin-bottom: 10px; }
.post-card h3 a:hover { color: var(--maroon); }
.post-card p { font-size: 14.5px; margin-bottom: 18px; }
.post-card .btn { align-self: center; margin-top: auto; padding: 10px 24px; font-size: 14px; }
.chips { display: flex; flex-wrap: wrap; gap: 10px; justify-content: center; margin: 0 0 36px; }
.chip { padding: 8px 16px; border-radius: 999px; background: #fff; border: 1px solid var(--line); color: var(--ink); font-family: 'Poppins', sans-serif; font-size: 13.5px; font-weight: 600; }
.chip span { color: var(--muted); font-weight: 500; margin-left: 4px; }
.chip:hover, .chip.is-active { background: var(--maroon); color: #fff; border-color: var(--maroon); }
.chip.is-active span { color: rgba(255,255,255,0.7); }
.blog-search { display: flex; max-width: 520px; margin: 26px auto 0; background: #fff; border-radius: 12px; overflow: hidden; box-shadow: 0 8px 24px rgba(0,0,0,0.2); }
.blog-search input { flex: 1; border: 0; padding: 14px 18px; font-family: inherit; font-size: 15px; outline: none; color: var(--ink); }
.blog-search button { border: 0; background: var(--grad-gold); color: #fff; font-family: 'Poppins', sans-serif; font-weight: 700; padding: 0 22px; cursor: pointer; }
.pagination, .nav-links { display: flex; justify-content: center; gap: 8px; margin-top: 40px; }
.nav-links ul { display: flex; gap: 8px; list-style: none; }
.page-numbers { display: inline-flex; align-items: center; justify-content: center; min-width: 40px; height: 40px; padding: 0 12px; border-radius: 8px; background: #fff; border: 1px solid var(--line); color: var(--ink); font-weight: 600; font-size: 14px; }
.page-numbers.current, .page-numbers:hover { background: var(--maroon); color: #fff; border-color: var(--maroon); }
.single-layout { display: grid; grid-template-columns: 1fr 340px; gap: 36px; align-items: start; }
.single-main { background: #fff; border-radius: var(--radius); padding: 38px 40px; border: 1px solid var(--line); }
.single-hero { min-height: 380px; display: flex; align-items: flex-end; background: var(--grad-brand) center/cover; position: relative; }
.single-hero-overlay { width: 100%; background: linear-gradient(0deg, rgba(36,4,26,0.92) 0%, rgba(36,4,26,0.4) 100%); padding: 70px 0 44px; }
.single-hero-cat { display: inline-block; background: var(--gold); color: #fff; padding: 6px 14px; border-radius: 6px; font-family: 'Poppins', sans-serif; font-size: 12px; font-weight: 700; text-transform: uppercase; letter-spacing: .6px; margin: 0 6px 12px 0; }
.single-hero h1 { color: #fff; font-size: clamp(28px, 4vw, 46px); margin-bottom: 12px; }
.single-hero-meta { display: flex; flex-wrap: wrap; gap: 16px; color: rgba(255,255,255,0.85); font-size: 14px; }
.single-content-wrap { padding: 48px 0 70px; }
.breadcrumbs { font-size: 13px; color: var(--muted); margin-bottom: 20px; } .breadcrumbs a { color: var(--gold); } .breadcrumbs span { margin: 0 4px; }
.entry-content { font-size: 17px; line-height: 1.85; color: #3a3140; }
.entry-content > *:first-child { margin-top: 0; }
.entry-content h2 { font-family: 'Poppins', sans-serif; font-size: 1.6rem; margin: 1.5em 0 .6em; }
.entry-content h3 { font-family: 'Poppins', sans-serif; font-size: 1.3rem; margin: 1.3em 0 .5em; }
.entry-content ul, .entry-content ol { padding-left: 1.4em; margin: 0 0 1.25em; }
.entry-content blockquote { border-left: 4px solid var(--gold); background: var(--gold-soft); padding: 18px 24px; border-radius: 0 10px 10px 0; font-style: italic; color: var(--ink); margin: 0 0 1.4em; }
.entry-content img { border-radius: 12px; }
.entry-content figcaption { color: var(--muted); font-size: .9em; text-align: center; margin-top: 8px; }
.entry-content a { color: var(--gold); text-decoration: underline; text-underline-offset: 3px; }
.entry-content iframe { max-width: 100%; border-radius: 12px; }
.single-share { margin-top: 28px; padding-top: 18px; border-top: 1px solid var(--line); display: flex; gap: 12px; align-items: center; flex-wrap: wrap; font-size: 14px; color: var(--muted); }
.single-share a { padding: 7px 14px; border-radius: 8px; background: var(--gold-soft); color: var(--maroon); font-weight: 600; font-size: 13px; }
.single-share a:hover { background: var(--maroon); color: #fff; }
.post-cta { margin-top: 30px; padding: 28px; border-radius: 14px; background: var(--grad-brand); color: #fff; display: flex; gap: 24px; align-items: center; justify-content: space-between; flex-wrap: wrap; }
.post-cta h3 { color: #fff; font-family: 'Poppins', sans-serif; font-size: 20px; margin-bottom: 6px; }
.post-cta p { color: rgba(255,255,255,0.82); font-size: 14.5px; margin: 0; max-width: 480px; }
.related { margin-top: 36px; padding-top: 28px; border-top: 1px solid var(--line); }
.related h3 { font-family: 'Poppins', sans-serif; margin-bottom: 18px; }
.related .blog-grid { gap: 18px; } .related .post-card-img { height: 150px; } .related .post-card p { display: none; } .related .post-card h3 { font-size: 15.5px; }
.sidebar { display: flex; flex-direction: column; gap: 22px; position: sticky; top: 96px; }
.side-card { background: #fff; border-radius: var(--radius); padding: 24px; border: 1px solid var(--line); }
.side-card h4 { font-family: 'Poppins', sans-serif; font-size: 16px; margin-bottom: 12px; }
.side-card.give { background: var(--grad-gold); color: #fff; text-align: center; }
.side-card.give h4 { color: #fff; } .side-card.give p { color: rgba(255,255,255,0.88); font-size: 14px; margin-bottom: 14px; }
.side-card.give .btn { background: #fff; color: var(--crimson); }
.side-app { text-align: center; background: var(--gold-soft); border-color: transparent; }
.side-app img { width: 64px; height: 64px; border-radius: 16px; margin: 0 auto 10px; box-shadow: 0 8px 20px rgba(11,79,158,0.18); }
.side-app p { font-size: 14px; color: var(--body); margin-bottom: 14px; }
.side-app .store-badges { display: flex; flex-direction: column; gap: 8px; align-items: stretch; }
.side-app .store-badge { width: 100%; justify-content: center; }
.side-link { display: inline-block; margin-top: 12px; font-weight: 600; color: var(--maroon); }
.side-recent a { display: flex; gap: 12px; align-items: center; padding: 9px 0; border-bottom: 1px solid var(--line); }
.side-recent a:last-child { border: 0; }
.side-recent img, .side-recent .ph { width: 52px; height: 52px; border-radius: 8px; object-fit: cover; flex-shrink: 0; background: var(--gold-soft); }
.side-recent b { display: block; font-size: 13.5px; color: var(--ink); line-height: 1.35; } .side-recent small { color: var(--muted); font-size: 12px; }
.side-cats a { display: flex; justify-content: space-between; padding: 8px 0; border-bottom: 1px solid var(--line); color: var(--ink); font-size: 14px; font-weight: 600; }
.side-cats a:last-child { border: 0; } .side-cats span { color: var(--muted); font-weight: 500; } .side-cats a:hover { color: var(--maroon); }
@media (max-width: 900px) { .blog-grid { grid-template-columns: 1fr 1fr; } .single-layout { grid-template-columns: 1fr; } .single-main { padding: 26px 20px; } .sidebar { position: static; } }
@media (max-width: 600px) { .blog-grid { grid-template-columns: 1fr; } }

/* ============================================
   FORMS
   ============================================ */
.form-card { position: relative; overflow: hidden; background: #fff; border: 1px solid var(--line); border-radius: 18px; padding: 40px 40px 36px 46px; box-shadow: var(--shadow); }
.form-card::before { content: ''; position: absolute; left: 0; top: 0; bottom: 0; width: 6px; background: var(--grad-strip); }
.form-card h2 { font-family: 'Poppins', sans-serif; font-size: 26px; margin-bottom: 6px; }
.form-card h2::after { content: ''; display: block; width: 56px; height: 3px; margin: 12px 0 22px; background: var(--grad-strip); background: linear-gradient(90deg, var(--gold), var(--maroon)); border-radius: 3px; }
.form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 16px 18px; }
.form-grid .span { grid-column: 1 / -1; }
.form-group label { display: block; font-size: 13.5px; font-weight: 700; color: var(--ink); margin-bottom: 7px; }
.form-group label .req { color: var(--gold); }
.form-group input, .form-group select, .form-group textarea, .gsm-cp-btn { width: 100%; padding: 13px 14px; border: 1.5px solid var(--line); border-radius: 10px; background: var(--cream); font-family: inherit; font-size: 15px; color: var(--ink); transition: border-color .2s, box-shadow .2s, background .2s; }
.form-group input:focus, .form-group select:focus, .form-group textarea:focus, .gsm-cp-btn.is-open, .gsm-cp-btn:focus { outline: none; border-color: var(--gold); box-shadow: 0 0 0 3px rgba(212,160,23,0.18); background: #fff; }
.form-group textarea { min-height: 140px; resize: vertical; }
.form-actions { margin-top: 22px; }
.gsm-form-note { margin-top: 16px; padding: 14px 16px; border-radius: 10px; font-size: 14.5px; line-height: 1.55; background: var(--gold-soft); color: var(--ink); }
.gsm-form-note.is-ok { background: #E7F6EE; color: var(--ok); font-weight: 600; }
.gsm-form-note.is-error { background: #FDECEB; color: var(--danger); font-weight: 600; }
form[data-gsm-form] input:disabled, form[data-gsm-form] select:disabled, form[data-gsm-form] textarea:disabled { opacity: .6; }
.contact-layout { display: grid; grid-template-columns: 1.6fr 1fr; gap: 36px; align-items: start; }
.contact-side { display: flex; flex-direction: column; gap: 18px; }
.contact-side .side-card { position: relative; overflow: hidden; }
.contact-side .side-card::before { content: ''; position: absolute; left: 0; top: 0; bottom: 0; width: 5px; background: var(--grad-strip); }
.contact-side .row { display: flex; gap: 12px; align-items: flex-start; padding: 10px 0; border-bottom: 1px solid var(--line); font-size: 14.5px; }
.contact-side .row:last-child { border: 0; }
.contact-side .row svg { width: 18px; height: 18px; color: var(--gold); flex-shrink: 0; margin-top: 3px; }
.contact-side .row b { display: block; font-family: 'Poppins', sans-serif; font-size: 12px; text-transform: uppercase; letter-spacing: .6px; color: var(--muted); }
.contact-side .row a { color: var(--maroon); font-weight: 600; }
.btn-whatsapp { display: inline-flex; align-items: center; justify-content: center; gap: 8px; background: #25D366; color: #fff; padding: 13px 22px; border-radius: 10px; font-weight: 700; font-family: 'Poppins', sans-serif; width: 100%; }
.btn-whatsapp:hover { background: #1DB954; color: #fff; }
@media (max-width: 900px) { .contact-layout { grid-template-columns: 1fr; } .form-grid { grid-template-columns: 1fr; } .form-card { padding: 26px 22px 26px 26px; } }
/* Country picker */
.gsm-cp { position: relative; }
.gsm-cp-native { position: absolute !important; opacity: 0; pointer-events: none; width: 1px; height: 1px; left: 0; bottom: 0; }
.gsm-cp-btn { text-align: left; padding-right: 40px; color: var(--muted); cursor: pointer; position: relative; }
.gsm-cp-btn.has-value { color: var(--ink); }
.gsm-cp-btn::after { content: ''; position: absolute; right: 16px; top: 50%; width: 8px; height: 8px; border-right: 2px solid var(--muted); border-bottom: 2px solid var(--muted); transform: translateY(-70%) rotate(45deg); }
.gsm-cp-btn.is-invalid { border-color: var(--danger); }
.gsm-cp-panel { position: absolute; z-index: 50; left: 0; right: 0; top: calc(100% + 6px); background: #fff; border: 1px solid var(--line); border-radius: 12px; box-shadow: 0 14px 40px rgba(59,10,30,0.16); padding: 10px; }
.gsm-cp-search { width: 100%; padding: 10px 12px; border: 1.5px solid var(--line); border-radius: 8px; font-family: inherit; font-size: 15px; color: var(--ink); margin-bottom: 8px; }
.gsm-cp-search:focus { outline: none; border-color: var(--gold); }
.gsm-cp-list { list-style: none; max-height: 260px; overflow-y: auto; }
.gsm-cp-list li { padding: 9px 12px; border-radius: 8px; cursor: pointer; font-size: 15px; color: var(--ink); }
.gsm-cp-list li.is-active, .gsm-cp-list li:hover { background: var(--gold-soft); }
.gsm-cp-list li.is-selected { font-weight: 700; }

/* ============================================
   FOOTER
   ============================================ */
#site-footer { background: var(--maroon-deep); color: rgba(255,255,255,0.78); padding: 64px 0 0; font-size: 14.5px; }
.footer-grid { display: grid; grid-template-columns: 1.6fr 1fr 1fr 1.2fr; gap: 40px; padding-bottom: 44px; }
.footer-grid h3 { font-family: 'Poppins', sans-serif; font-size: 13px; letter-spacing: 1.2px; text-transform: uppercase; color: var(--gold-bright); margin-bottom: 16px; }
.footer-grid p { line-height: 1.7; }
.footer-grid ul { list-style: none; }
.footer-grid li { margin-bottom: 9px; }
.footer-grid a:hover { color: var(--gold-bright); }
.footer-brand { display: block; margin-bottom: 16px; color: #fff; }
.footer-brand img { height: 86px; width: auto; max-width: none; background: #fff; border-radius: 10px; padding: 8px 12px; display: block; }
.footer-brand b { font-family: 'Poppins', sans-serif; font-size: 18px; }
.footer-contact li { display: flex; gap: 10px; align-items: flex-start; }
.footer-contact svg { width: 16px; height: 16px; flex-shrink: 0; margin-top: 4px; color: var(--gold-bright); }
.footer-social { display: flex; gap: 10px; margin-top: 16px; }
.footer-social a { width: 36px; height: 36px; border-radius: 50%; background: rgba(255,255,255,0.08); display: inline-flex; align-items: center; justify-content: center; color: #fff; }
.footer-social a:hover { background: var(--gold); color: var(--maroon-deep); }
.footer-social svg { width: 16px; height: 16px; fill: currentColor; }
.footer-bottom { background: #062C5C; border-top: 1px solid rgba(255,255,255,0.10); padding: 18px 0; }
.footer-bottom .container { display: flex; justify-content: space-between; align-items: center; gap: 16px; flex-wrap: wrap; font-size: 13px; color: rgba(255,255,255,0.6); }
.footer-bottom a { color: rgba(255,255,255,0.8); } .footer-bottom a:hover { color: var(--gold-bright); }
.footer-legal { display: flex; gap: 16px; }
@media (max-width: 900px) { .footer-grid { grid-template-columns: 1fr 1fr; } }
@media (max-width: 560px) { .footer-grid { grid-template-columns: 1fr; } .footer-bottom .container { justify-content: center; text-align: center; } }

/* ============================================
   MISC
   ============================================ */
.gsm-tile-icon { width: 56px; height: 56px; border-radius: 14px; background: var(--gold-soft); display: flex; align-items: center; justify-content: center; margin-bottom: 18px; }
.gsm-tile-icon svg { width: 28px; height: 28px; color: var(--gold); }
.legal .container { max-width: 860px; }
.legal h2 { font-family: 'Poppins', sans-serif; font-size: 22px; margin: 1.6em 0 .5em; }
.legal p, .legal li { font-size: 15.5px; line-height: 1.75; }
.legal ul { padding-left: 1.3em; margin-bottom: 1.2em; }
.updated { font-size: 13px; color: var(--muted); }
.back-to-top { position: fixed; right: 22px; bottom: 90px; width: 44px; height: 44px; border-radius: 50%; background: var(--gold); color: var(--maroon-deep); border: 0; font-size: 20px; cursor: pointer; display: none; z-index: 80; box-shadow: 0 6px 18px rgba(0,0,0,0.25); }
.back-to-top.show { display: block; }
@media (min-width: 761px) { .back-to-top { bottom: 30px; } }
.screen-reader-text { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0,0,0,0); }
.alignwide { max-width: 1200px; margin-left: auto; margin-right: auto; }
.alignfull { width: 100vw; position: relative; left: 50%; right: 50%; margin-left: -50vw; margin-right: -50vw; }
.wp-block-separator { border-color: var(--line); }

/* ============================================
   CHURCH SITE ADDITIONS
   ============================================ */
.hero-photo { position: relative; min-height: 640px; display: flex; align-items: center; color: #fff; background: var(--maroon-deep) center/cover no-repeat; }
.hero-photo::before { content: ''; position: absolute; inset: 0; background: linear-gradient(90deg, rgba(7,58,117,0.88) 0%, rgba(11,79,158,0.55) 45%, rgba(11,79,158,0.08) 100%); }
.hero-photo .container { position: relative; z-index: 1; padding: 90px 0; }
.hero-photo h1 { color: #fff; max-width: 760px; }
.hero-photo .hero-lead { max-width: 640px; }
.hero-photo .overline { color: var(--gold-bright); } .hero-photo .overline::before { background: var(--gold-bright); }
.service-strip { background: var(--cream); padding: 34px 0; }
.service-strip .container { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; }
.service-item { position: relative; overflow: hidden; padding: 24px 22px 24px 26px; display: flex; gap: 14px; align-items: flex-start; background: #fff; border: 1px solid var(--line); border-radius: 14px; box-shadow: 0 8px 26px rgba(11,79,158,0.10); transition: transform .25s, box-shadow .25s; }
.service-item::before { content: ''; position: absolute; left: 0; top: 0; bottom: 0; width: 5px; background: var(--grad-strip); }
.service-item:hover { transform: translateY(-4px); box-shadow: 0 14px 34px rgba(11,79,158,0.16); }
.service-item svg { width: 26px; height: 26px; color: var(--crimson); flex-shrink: 0; margin-top: 2px; }
.service-item b { display: block; font-family: 'Poppins', sans-serif; font-size: 14.5px; color: var(--ink); margin-bottom: 2px; }
.service-item span { font-size: 14px; color: var(--body); line-height: 1.5; }
@media (max-width: 900px) { .service-strip .container { grid-template-columns: 1fr 1fr; } }
@media (max-width: 560px) { .service-strip .container { grid-template-columns: 1fr; } .hero-photo { min-height: 520px; } }
.page-hero.has-photo { background-size: cover; background-position: center 30%; min-height: 560px; display: flex; align-items: center; padding: 90px 0; }
@media (max-width: 900px) { .page-hero.has-photo { min-height: 460px; padding: 70px 0; } }
@media (max-width: 560px) { .page-hero.has-photo { min-height: 400px; padding: 56px 0; } }
.page-hero.has-photo::before { content: ''; position: absolute; inset: 0; width: auto; height: auto; border-radius: 0; background: linear-gradient(180deg, rgba(7,58,117,0.55) 0%, rgba(11,79,158,0.78) 100%); }
.content-block { display: grid; grid-template-columns: 1.1fr 0.9fr; gap: 48px; align-items: center; }
.content-block.reverse > div:first-child { order: 2; }
.content-block img { width: 100%; border-radius: var(--radius); box-shadow: var(--shadow); object-fit: cover; max-height: 520px; }
.content-block h2 { margin-bottom: 14px; }
.content-block img.pastor-photo { aspect-ratio: 4 / 4.3; max-height: none; object-position: top center; position: relative; z-index: 1; }
/* Founding Pastor photo: layered frame on the right — crimson offset border + blue accent bar + small gold mark */
.pastor-frame { position: relative; margin-right: 18px; margin-bottom: 18px; }
.pastor-frame::before { content: ""; position: absolute; inset: 18px -18px -18px 18px; border: 3px solid var(--crimson); border-radius: var(--radius); z-index: 0; }
.pastor-frame::after { content: ""; position: absolute; right: -14px; top: 14%; width: 6px; height: 30%; background: var(--grad-brand); border-radius: 3px; z-index: 2; box-shadow: 0 8px 20px rgba(11,79,158,0.35); }
@media (max-width: 900px) { .pastor-frame { margin-right: 14px; margin-bottom: 14px; } .pastor-frame::before { inset: 14px -14px -14px 14px; } }
/* Inner pages: text-only sections use the same width as the home page */
.text-block { width: 100%; }
/* Founding Pastor block: text column matches the photo height, highlights list fills the space */
.pastor-block { align-items: stretch; }
.pastor-block > div:first-child { display: flex; flex-direction: column; justify-content: center; }
.pastor-block .pastor-frame { height: calc(100% - 18px); }
.pastor-block .pastor-frame img.pastor-photo { height: 100%; aspect-ratio: auto; object-fit: cover; }
@media (max-width: 900px) { .pastor-block .pastor-frame { height: auto; } .pastor-block .pastor-frame img.pastor-photo { aspect-ratio: 4 / 4.3; height: auto; } }
.pastor-points { list-style: none; padding: 0; margin: 18px 0 0; display: grid; grid-template-columns: 1fr 1fr; gap: 10px 18px; }
.pastor-points li { position: relative; padding-left: 26px; font-size: 15px; line-height: 1.5; color: var(--ink); font-weight: 500; }
.pastor-points li::before { content: ""; position: absolute; left: 0; top: 5px; width: 14px; height: 14px; border-radius: 50%; background: var(--grad-strip); }
@media (max-width: 560px) { .pastor-points { grid-template-columns: 1fr; } }
.text-block .prose { max-width: none; }
.text-block h2, .text-block h3 { margin-bottom: 14px; }
.content-block .prose p:last-child { margin-bottom: 0; }
@media (max-width: 900px) { .content-block { grid-template-columns: 1fr; } .content-block.reverse > div:first-child { order: 0; } }
.photo-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.photo-grid img { width: 100%; aspect-ratio: 4 / 3; object-fit: cover; border-radius: 14px; box-shadow: 0 6px 20px rgba(11,79,158,0.10); transition: transform .3s; }
.photo-grid img:hover { transform: scale(1.02); }
@media (max-width: 900px) { .photo-grid { grid-template-columns: 1fr 1fr; } }
@media (max-width: 560px) { .photo-grid { grid-template-columns: 1fr; } }
.map-embed { border-radius: var(--radius); overflow: hidden; box-shadow: var(--shadow); min-height: 320px; }
.map-embed iframe { width: 100%; height: 100%; min-height: 320px; border: 0; display: block; }
.sermons-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 28px; }
.sermon { background: #fff; border: 1px solid var(--line); border-radius: var(--radius); overflow: hidden; }
.sermon .yt { position: relative; aspect-ratio: 16 / 9; background: #000; }
.sermon .yt iframe, .sermon .yt img { position: absolute; inset: 0; width: 100%; height: 100%; border: 0; object-fit: cover; }
.sermon .yt .play { position: absolute; inset: 0; display: flex; align-items: center; justify-content: center; }
.sermon .yt .play span { width: 64px; height: 64px; border-radius: 50%; background: rgba(142,14,46,0.92); display: flex; align-items: center; justify-content: center; box-shadow: 0 10px 30px rgba(0,0,0,0.35); transition: transform .2s; }
.sermon .yt .play:hover span { transform: scale(1.08); }
.sermon .yt .play svg { width: 26px; height: 26px; fill: #fff; margin-left: 4px; }
.sermon-body { padding: 18px 20px 20px; }
.sermon-body h3 { font-family: 'Poppins', sans-serif; font-size: 19px; margin-bottom: 6px; }
.sermon-body p { font-size: 13.5px; color: var(--muted); margin: 0; }
@media (max-width: 900px) { .sermons-grid { grid-template-columns: 1fr 1fr; gap: 20px; } }
@media (max-width: 560px) { .sermons-grid { grid-template-columns: 1fr; } }
.give-band { background: linear-gradient(135deg, #8E0E2E 0%, #B31640 100%); color: #fff; border-radius: 22px; width: min(1200px, calc(100% - 72px)); margin: 0 auto 80px; padding: 60px 30px; text-align: center; box-shadow: 0 24px 60px rgba(142,14,46,0.3); }
.give-band h2 { color: #fff; margin-bottom: 10px; } .give-band p { color: rgba(255,255,255,0.88); max-width: 640px; margin: 0 auto 24px; }
.give-band .btn { background: #fff; color: var(--crimson); box-shadow: 0 6px 18px rgba(0,0,0,0.15); }
@media (max-width: 640px) { .give-band { width: calc(100% - 32px); padding: 44px 20px; margin-bottom: 50px; } }
.download-band.app-band { background: linear-gradient(135deg, #3B0A1E 0%, #1E004D 100%); }
.tile-icon svg, .gsm-tile-icon svg { color: var(--gold); }
.quote { color: var(--maroon); } .quote cite { color: var(--crimson); }
.section-head .overline, .overline { color: var(--crimson); } .overline::before { background: var(--crimson); }
.page-hero .overline, .hero .overline { color: var(--gold-bright); } .page-hero .overline::before, .hero .overline::before { background: var(--gold-bright); }
.app-hero-icon img:first-child { width: 260px; max-width: 70%; height: auto; margin: 0 auto 24px; filter: drop-shadow(0 22px 34px rgba(11,79,158,0.35)); }

.section--tight { padding: 36px 0; }
.section--tight + .section--tight { padding-top: 0; }
.section--first { padding-top: 70px; }
.prose h2 { font-size: clamp(24px, 3vw, 32px); }

.page-hero .btn-outline, .hero-photo .btn-outline { color: #fff; border-color: rgba(255,255,255,0.55); }
.page-hero .btn-outline:hover, .hero-photo .btn-outline:hover { background: rgba(255,255,255,0.12); }

/* Home slider — each slide carries its own photo and words */
.hero-slider { background: var(--maroon-deep); min-height: 640px; display: block; padding: 0; }
.hero-slider::before { display: none; }
.hero-slider .hero-slides { position: relative; display: grid; min-height: 640px; }
.hero-slider .hero-slide { grid-area: 1 / 1; position: relative; display: flex; align-items: center; background-size: cover; background-position: center; opacity: 0; transition: opacity 1.4s ease; pointer-events: none; }
.hero-slider .hero-slide::before { content: ''; position: absolute; inset: 0; background: linear-gradient(90deg, rgba(7,58,117,0.88) 0%, rgba(11,79,158,0.55) 45%, rgba(11,79,158,0.08) 100%); }
.hero-slider .hero-slide.is-active { opacity: 1; pointer-events: auto; }
.hero-slider .hero-slide .container { position: relative; z-index: 1; padding: 90px 0; }
.hero-slider .as-h1 { font-size: clamp(34px, 5vw, 56px); color: #fff; max-width: 760px; margin: 8px 0 14px; }
@media (max-width: 560px) { .hero-slider, .hero-slider .hero-slides { min-height: 560px; } .hero-slider .hero-slide .container { padding: 60px 0; } }

/* Highlighted words in headings */
h1 .hl, h2 .hl { color: var(--crimson); }

/* Live numbers — cards */
.stats--inline { border: 0; border-radius: 0; overflow: visible; background: transparent; margin: 34px 0 0; }
.stats--inline .stats-row { gap: 18px; }
.stats--inline .stat { position: relative; overflow: hidden; background: #fff; border: 1px solid var(--line); border-radius: 14px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); padding: 30px 16px 26px; box-shadow: 0 8px 26px rgba(11,79,158,0.10); transition: transform .25s, box-shadow .25s; }
.stats--inline .stat::before { content: ''; position: absolute; left: 0; right: 0; top: 0; height: 5px; background: linear-gradient(90deg, #1E7FD8 0%, #8E0E2E 100%); }
.stats--inline .stat:hover { transform: translateY(-4px); box-shadow: 0 14px 34px rgba(11,79,158,0.16); }
.stats--inline .stat b { color: var(--maroon); font-size: 44px; }
.stats--inline .stat span { color: var(--crimson); font-size: 12px; }

/* Slider dots + arrows */
.hero-dots { position: absolute; left: 0; right: 0; bottom: 26px; display: flex; justify-content: center; gap: 10px; z-index: 3; }
.hero-dots button { width: 12px; height: 12px; border-radius: 50%; border: 2px solid rgba(255,255,255,0.85); background: transparent; padding: 0; cursor: pointer; transition: background .2s, transform .2s; }
.hero-dots button.is-active { background: #fff; transform: scale(1.15); }
.hero-dots button:hover { background: rgba(255,255,255,0.6); }
.hero-arrow { position: absolute; top: 50%; transform: translateY(-50%); z-index: 3; width: 48px; height: 48px; border-radius: 50%; border: 1.5px solid rgba(255,255,255,0.55); background: rgba(7,58,117,0.35); color: #fff; cursor: pointer; display: flex; align-items: center; justify-content: center; backdrop-filter: blur(4px); transition: background .2s; }
.hero-arrow svg { width: 22px; height: 22px; }
.hero-arrow:hover { background: rgba(142,14,46,0.85); border-color: transparent; }
.hero-arrow--prev { left: 18px; } .hero-arrow--next { right: 18px; }
@media (max-width: 700px) { .hero-arrow { display: none; } .hero-dots { bottom: 16px; } }

/* Team page */
.team-group { font-family: 'Poppins', sans-serif; font-size: 22px; color: var(--maroon); margin: 34px 0 18px; padding-bottom: 10px; border-bottom: 2px solid var(--line); }
.team-group:first-child { margin-top: 0; }
.team-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; margin-bottom: 10px; }
.member { position: relative; overflow: hidden; text-align: center; background: #fff; border: 1px solid var(--line); border-radius: var(--radius); padding: 26px 18px 22px; box-shadow: 0 4px 18px rgba(11,79,158,0.05); transition: transform .25s, box-shadow .25s; color: inherit; }
.member::before { content: ''; position: absolute; left: 0; right: 0; top: 0; height: 5px; background: linear-gradient(90deg, #1E7FD8 0%, #8E0E2E 100%); }
.member:hover { transform: translateY(-4px); box-shadow: var(--shadow); }
.member-photo { width: 120px; height: 120px; border-radius: 50%; margin: 6px auto 16px; overflow: hidden; background: var(--grad-brand); display: flex; align-items: center; justify-content: center; box-shadow: 0 8px 20px rgba(11,79,158,0.2); }
.member-photo img { width: 100%; height: 100%; object-fit: cover; }
.member-photo span { font-family: 'Poppins', sans-serif; font-weight: 700; font-size: 34px; color: #fff; }
.member h3 { font-family: 'Poppins', sans-serif; font-size: 16.5px; margin-bottom: 4px; }
.member p { font-size: 13.5px; color: var(--body); margin: 0; line-height: 1.45; }
@media (max-width: 900px) { .team-grid { grid-template-columns: 1fr 1fr; } }
@media (max-width: 480px) { .team-grid { grid-template-columns: 1fr; } }

/* Urdu Church App page: banner strip under the hero */
.app-banner { padding: 44px 0 8px; background: #fff; }
.app-banner img { width: 100%; height: auto; border-radius: 18px; box-shadow: 0 18px 50px rgba(11,79,158,0.18); display: block; }
@media (max-width: 640px) { .app-banner { padding: 24px 0 0; } .app-banner img { border-radius: 12px; } }
.app-cards.app-cards--2 { grid-template-columns: repeat(2, 1fr); }
@media (max-width: 640px) { .app-cards.app-cards--2 { grid-template-columns: 1fr; } }

/* Pakistan page */
.facts { display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; }
.fact { background: var(--grad-brand); color: #fff; border-radius: var(--radius); padding: 30px 26px; box-shadow: 0 16px 40px rgba(11,79,158,0.28); position: relative; overflow: hidden; }
.fact::before { content: ""; position: absolute; left: 0; top: 0; right: 0; height: 5px; background: var(--grad-gold); }
.fact::after { content: ""; position: absolute; right: -30px; bottom: -30px; width: 110px; height: 110px; border-radius: 50%; background: rgba(255,255,255,0.08); }
.fact b { display: block; font-family: 'Playfair Display', Georgia, serif; font-size: 32px; white-space: nowrap; line-height: 1.1; color: #fff; margin-bottom: 10px; }
.fact p { font-size: 14.5px; color: rgba(255,255,255,0.88); margin: 0; line-height: 1.6; }
@media (max-width: 900px) { .facts { grid-template-columns: 1fr 1fr; } }
@media (max-width: 520px) { .facts { grid-template-columns: 1fr; } }
.pray-band { background: var(--grad-gold); color: #fff; padding: 80px 0; margin-bottom: 80px; text-align: center; }
.pray-band .overline { color: rgba(255,255,255,0.85); } .pray-band .overline::before { background: rgba(255,255,255,0.7); }
.pray-band h2 { color: #fff; margin-bottom: 14px; }
.pray-lead { max-width: 720px; margin: 0 auto 36px; color: rgba(255,255,255,0.9); font-size: 17px; line-height: 1.7; }
.pray-points { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; text-align: left; margin-bottom: 36px; }
.pray-points > div { background: rgba(255,255,255,0.1); border: 1px solid rgba(255,255,255,0.22); border-radius: 14px; padding: 18px 20px; }
.pray-points b { display: block; font-size: 16px; margin-bottom: 4px; color: #fff; }
.pray-points span { font-size: 14.5px; color: rgba(255,255,255,0.85); line-height: 1.55; }
.pray-band .hero-actions { justify-content: center; }
.pray-band .btn-outline { border-color: rgba(255,255,255,0.7); color: #fff; }
.pray-band .btn-gold { background: #fff; color: var(--crimson); box-shadow: 0 10px 24px rgba(0,0,0,0.18); }
@media (max-width: 900px) { .pray-points { grid-template-columns: 1fr 1fr; } }
@media (max-width: 560px) { .pray-points { grid-template-columns: 1fr; } .pray-band { padding: 56px 0; } }

/* Dr Naeem Nasir page */
.photo-grid--2 { grid-template-columns: 1fr 1fr; }
.photo-grid--2 img { aspect-ratio: 4 / 3; object-fit: cover; }
.photo-caption { text-align: center; color: var(--muted); font-size: 14px; margin: 14px 0 0; }
.faq-item { background: #fff; border-radius: 14px; padding: 22px 26px; margin-bottom: 14px; border: 1px solid var(--line); }
.faq-item h3 { font-family: 'Poppins', sans-serif; font-size: 17px; margin: 0 0 8px; color: var(--maroon); }
.faq-item p { margin: 0; color: var(--body); line-height: 1.7; }
@media (max-width: 600px) { .photo-grid--2 { grid-template-columns: 1fr; } }

/* Photo placeholders (until a photo is chosen in the Customizer) */
.ph-photo { aspect-ratio: 4 / 3; width: 100%; border: 2px dashed var(--purple); border-radius: var(--radius); background: repeating-linear-gradient(135deg, #EAF3FD 0 14px, #F6F9FC 14px 28px); display: flex; flex-direction: column; align-items: center; justify-content: center; text-align: center; padding: 28px; color: var(--maroon); }
.ph-photo svg { width: 44px; height: 44px; color: var(--purple); margin-bottom: 10px; }
.ph-photo b { font-family: 'Poppins', sans-serif; font-size: 15px; letter-spacing: .04em; text-transform: uppercase; margin-bottom: 6px; }
.ph-photo span { font-size: 14.5px; line-height: 1.55; color: var(--body); max-width: 360px; }
.ph-photo.ph-wide { aspect-ratio: 21 / 9; }
.ph-strip { background: #EAF3FD; border-bottom: 2px dashed var(--purple); color: var(--maroon); text-align: center; padding: 12px 20px; font-size: 14.5px; }
.ph-strip b { color: var(--purple); }
/* Timeline (history page) */
.timeline { position: relative; padding-left: 34px; }
.timeline::before { content: ""; position: absolute; left: 10px; top: 6px; bottom: 6px; width: 3px; background: var(--grad-strip); border-radius: 2px; }
.tl-item { position: relative; margin-bottom: 44px; display: grid; grid-template-columns: 1.1fr 0.9fr; gap: 36px; align-items: center; }
.tl-item::before { content: ""; position: absolute; left: -31px; top: 8px; width: 16px; height: 16px; border-radius: 50%; background: #fff; border: 4px solid var(--purple); box-shadow: 0 0 0 4px #EAF3FD; }
.tl-item.reverse > div:first-child { order: 2; }
.tl-year { display: inline-block; background: var(--grad-brand); color: #fff; font-family: 'Poppins', sans-serif; font-weight: 700; font-size: 13px; letter-spacing: .08em; padding: 5px 12px; border-radius: 999px; margin-bottom: 12px; }
.tl-item h3 { font-size: 26px; margin-bottom: 10px; }
.tl-item img { width: 100%; border-radius: var(--radius); box-shadow: var(--shadow); aspect-ratio: 4 / 3; object-fit: cover; }
@media (max-width: 900px) { .tl-item { grid-template-columns: 1fr; } .tl-item.reverse > div:first-child { order: 0; } }
/* Belief cards */
.beliefs { display: grid; grid-template-columns: 1fr 1fr; gap: 22px; }
.belief { background: #fff; border-radius: var(--radius); padding: 30px 28px; border: 1px solid var(--line); border-top: 4px solid var(--purple); box-shadow: var(--shadow); }
.belief h3 { font-family: 'Poppins', sans-serif; font-size: 18px; margin-bottom: 10px; color: var(--maroon); }
.belief p { margin: 0; font-size: 15.5px; line-height: 1.7; color: var(--body); }
.belief cite { display: block; margin-top: 10px; font-style: normal; font-size: 13px; color: var(--crimson); font-weight: 600; }
@media (max-width: 760px) { .beliefs { grid-template-columns: 1fr; } }

/* ── Ministry home additions ── */
.feature-cards { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.feature-card { position: relative; display: block; border-radius: var(--radius); overflow: hidden; box-shadow: var(--shadow); background: #fff; }
.feature-card img { width: 100%; aspect-ratio: 4 / 3; object-fit: cover; display: block; transition: transform .5s; }
.feature-card:hover img { transform: scale(1.04); }
.feature-cap { position: absolute; left: 18px; right: 18px; bottom: 18px; background: var(--grad-brand); color: #fff; border-radius: 14px; padding: 14px 18px; box-shadow: 0 10px 24px rgba(0,0,0,.25); }
.feature-cap small { display: block; font-size: 11.5px; letter-spacing: .12em; text-transform: uppercase; color: #F2C94C; font-weight: 600; margin-bottom: 3px; }
.feature-cap b { font-family: 'Playfair Display', Georgia, serif; font-size: 19px; }
.feature-card:nth-child(2) .feature-cap { background: var(--grad-gold); }
.feature-card:nth-child(3) .feature-cap { background: #26272B; }
@media (max-width: 900px) { .feature-cards { grid-template-columns: 1fr; } }
.quote-band { background: var(--grad-brand); color: #fff; padding: 64px 0; text-align: center; }
.quote-band-text { font-family: 'Playfair Display', Georgia, serif; font-style: italic; font-size: 26px; line-height: 1.45; max-width: 860px; margin: 0 auto 14px; }
.quote-band-cite { font-size: 14.5px; color: rgba(255,255,255,.82); }
.partner-band { background: var(--grad-gold); color: #fff; padding: 80px 0; text-align: center; }
.partner-band .overline { color: rgba(255,255,255,.85); } .partner-band .overline::before { background: rgba(255,255,255,.7); }
.partner-band h2 { color: #fff; max-width: 760px; margin: 0 auto 14px; }
.partner-band p { max-width: 720px; margin: 0 auto 30px; color: rgba(255,255,255,.9); font-size: 17px; line-height: 1.7; }
.partner-band .hero-actions { justify-content: center; }
.partner-band .btn-gold { background: #fff; color: var(--crimson); box-shadow: 0 10px 24px rgba(0,0,0,.18); }
.partner-band .btn-outline { border-color: rgba(255,255,255,.7); color: #fff; }
.testimonials--2 { grid-template-columns: 1fr 1fr; }
@media (max-width: 900px) { .testimonials--2 { grid-template-columns: 1fr; } }
.btn-outline-dark { background: transparent; border: 2px solid var(--maroon); color: var(--maroon); }
.btn-outline-dark:hover { background: var(--maroon); color: #fff; }
.callout { border-left: 4px solid var(--crimson); background: #FFF3F5; padding: 16px 20px; border-radius: 0 12px 12px 0; font-family: 'Playfair Display', Georgia, serif; font-style: italic; font-size: 18px; color: var(--ink); margin: 18px 0 0; }

/* Header top bar with contact + social links */
.topbar { background: var(--maroon-deep); color: #fff; font-size: 13px; }
.topbar-inner { display: flex; align-items: center; justify-content: space-between; gap: 16px; height: 36px; }
.topbar-contact { display: flex; gap: 22px; }
.topbar-contact a { display: inline-flex; align-items: center; gap: 7px; color: rgba(255,255,255,.9); font-weight: 500; }
.topbar-contact a:hover { color: #F2C94C; }
.topbar-contact svg { width: 15px; height: 15px; }
.topbar-right { display: flex; align-items: center; gap: 18px; }
.topbar-tag { color: rgba(255,255,255,.75); font-size: 12.5px; letter-spacing: .02em; }
.social-links { display: flex; gap: 6px; }
.social-links a { width: 26px; height: 26px; border-radius: 50%; background: rgba(255,255,255,.12); display: inline-flex; align-items: center; justify-content: center; color: #fff; transition: background .2s, color .2s; }
.social-links a:hover { background: #F2C94C; color: var(--maroon-deep); }
.social-links svg { width: 13px; height: 13px; fill: currentColor; }
@media (max-width: 900px) { .topbar-tag { display: none; } }
@media (max-width: 600px) { .topbar-contact a span { display: none; } .topbar-inner { height: 34px; } }
.nav-primary { top: auto; }
@media (max-width: 1024px) { .nav-primary { top: 100%; } }
/* space between bands */
.partner-band { margin-bottom: 80px; }
.quote-band + .section { padding-top: 90px; }
.section + .download-band, .partner-band + .download-band, .pray-band + .download-band { margin-top: 0; }
@media (max-width: 640px) { .partner-band { margin-bottom: 50px; } }

/* Vision & Mission cards */
.vm-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 24px; }
.vm-card { border-radius: var(--radius); padding: 40px 36px; box-shadow: var(--shadow); }
.vm-vision { background: var(--grad-brand); color: #fff; }
.vm-vision .overline { color: #F2C94C; } .vm-vision .overline::before { background: #F2C94C; }
.vm-vision h2 { color: #fff; }
.vm-quote { font-family: 'Playfair Display', Georgia, serif; font-style: italic; font-size: 24px; line-height: 1.45; margin: 0; }
.vm-mission { background: #fff; border: 1px solid var(--line); }
.vm-mission p { margin-bottom: 14px; }
@media (max-width: 900px) { .vm-grid { grid-template-columns: 1fr; } }
/* Books */
.books { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.book { background: #fff; border-radius: var(--radius); border: 1px solid var(--line); overflow: hidden; box-shadow: var(--shadow); display: flex; flex-direction: column; }
.book img { width: 100%; aspect-ratio: 4 / 3; object-fit: cover; }
.book > div { padding: 22px 22px 26px; display: flex; flex-direction: column; flex: 1; }
.book h3 { font-size: 22px; margin-bottom: 2px; }
.book small { color: var(--crimson); font-weight: 600; font-size: 13px; margin-bottom: 10px; }
.book p { font-size: 14.5px; line-height: 1.65; flex: 1; }
.book .btn { align-self: flex-start; margin-top: 14px; }
@media (max-width: 900px) { .books { grid-template-columns: 1fr; } }
/* Team */
.team-intro { color: var(--body); margin: -8px 0 18px; }
.member-role { color: var(--crimson) !important; font-weight: 600; font-size: 13px !important; margin-bottom: 8px !important; }

/* Giving tiers + package grid */
.tiers { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.tier { background: #fff; border: 1px solid var(--line); border-radius: var(--radius); padding: 32px 26px 28px; text-align: center; box-shadow: var(--shadow); position: relative; display: flex; flex-direction: column; }
.tier-n { width: 44px; height: 44px; border-radius: 50%; background: var(--grad-gold); color: #fff; font-family: 'Poppins', sans-serif; font-weight: 700; display: inline-flex; align-items: center; justify-content: center; margin: 0 auto 14px; }
.tier h3 { font-size: 22px; margin-bottom: 10px; }
.tier p { font-size: 15px; line-height: 1.65; flex: 1; }
.tier .btn { margin-top: 18px; align-self: center; }
.pkg-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; }
.pkg { background: #fff; border-radius: 14px; padding: 20px 18px; border-left: 4px solid var(--purple); box-shadow: var(--shadow); }
.pkg b { display: block; font-family: 'Poppins', sans-serif; font-size: 16px; color: var(--maroon); margin-bottom: 4px; }
.pkg span { font-size: 14px; color: var(--body); line-height: 1.5; }
@media (max-width: 900px) { .tiers { grid-template-columns: 1fr; } .pkg-grid { grid-template-columns: 1fr 1fr; } }
@media (max-width: 520px) { .pkg-grid { grid-template-columns: 1fr; } }

/* Split page hero: text left, full (not zoomed) photo right */
.page-hero--split { text-align: left; padding: 56px 0 64px; }
.hero-split { display: grid; grid-template-columns: 1.05fr 0.95fr; gap: 48px; align-items: center; }
.hero-split-text .hero-lead { margin-left: 0; margin-right: 0; max-width: 560px; }
.hero-split-text .hero-actions { justify-content: flex-start; }
.hero-split-text .crumbs { justify-content: flex-start; }
.hero-split-photo img { width: 100%; aspect-ratio: 4 / 3; object-fit: cover; border-radius: 20px; box-shadow: 0 24px 60px rgba(0,0,0,0.30); display: block; border: 4px solid rgba(255,255,255,0.18); }
@media (max-width: 900px) { .hero-split { grid-template-columns: 1fr; gap: 28px; } .page-hero--split { padding: 44px 0 48px; } }
.hero-slider .hero-slide { background-position: center 30%; }
.hero-photo { min-height: 600px; }
.page-hero--split .container { max-width: 1200px; }
.page-hero--split h1 { font-size: clamp(34px, 3.6vw, 50px); line-height: 1.12; }

.form-foot { font-size: 13.5px; color: var(--muted); line-height: 1.6; margin: 18px 0 0; }
.testimonials .testimonial h5 { margin-top: 12px; }

/* Graduate / scholar profile cards */
.profiles { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.profile { background: #fff; border-radius: var(--radius); border: 1px solid var(--line); box-shadow: var(--shadow); padding: 22px 22px 26px; text-align: center; }
.profile-photo img, .profile-photo .ph-photo { width: 150px; height: 150px; aspect-ratio: 1; border-radius: 50%; object-fit: cover; margin: 0 auto 14px; box-shadow: 0 8px 22px rgba(11,79,158,0.18); }
.profile-photo .ph-photo { padding: 12px; } .profile-photo .ph-photo svg { width: 26px; height: 26px; } .profile-photo .ph-photo b { font-size: 10px; } .profile-photo .ph-photo span { display: none; }
.profile h3 { font-family: 'Poppins', sans-serif; font-size: 17px; margin-bottom: 2px; }
.profile-role { display: block; color: var(--crimson); font-weight: 600; font-size: 13px; margin-bottom: 12px; }
.profile p { font-size: 14.5px; line-height: 1.65; color: var(--body); font-style: italic; margin: 0; }
@media (max-width: 900px) { .profiles { grid-template-columns: 1fr; } }

/* Uncropped photo grid (masonry) */
.photo-grid--full { display: block; column-count: 3; column-gap: 18px; }
.photo-grid--full img, .photo-grid--full .ph-photo { aspect-ratio: auto; height: auto; margin: 0 0 18px; break-inside: avoid; display: block; }
@media (max-width: 900px) { .photo-grid--full { column-count: 2; } }
@media (max-width: 560px) { .photo-grid--full { column-count: 1; } }
/* Donation checkout */
.give-card { max-width: 760px; margin: 0 auto; background: #fff; border-radius: 22px; box-shadow: var(--shadow); border: 1px solid var(--line); padding: 34px 34px 26px; }
.give-step { margin-bottom: 26px; }
.give-label { display: block; font-family: 'Poppins', sans-serif; font-size: 12px; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; color: var(--crimson); margin-bottom: 12px; }
.freq { display: flex; gap: 10px; }
.freq-btn { flex: 1; padding: 13px; border-radius: 10px; border: 2px solid var(--line); background: #fff; font-family: 'Poppins', sans-serif; font-weight: 600; color: var(--ink); cursor: pointer; }
.freq-btn.is-active { border-color: var(--purple); background: #EAF3FD; color: var(--maroon); }
.monthly-panel { margin-top: 18px; background: #FFF6EC; border: 1.5px solid #F2C94C; border-radius: 14px; padding: 22px 24px; }
.monthly-panel h3 { font-size: 22px; margin-bottom: 8px; } .monthly-panel p { font-size: 15px; margin-bottom: 14px; } .monthly-panel .small { font-size: 13px; color: var(--muted); margin: 14px 0 0; }
.amounts { display: grid; grid-template-columns: repeat(6, 1fr); gap: 8px; }
.amt { padding: 13px 6px; border-radius: 10px; border: 2px solid var(--line); background: #fff; font-family: 'Poppins', sans-serif; font-weight: 700; color: var(--ink); cursor: pointer; }
.amt.is-active { border-color: var(--crimson); background: var(--crimson); color: #fff; }
.custom-wrap { display: flex; align-items: center; gap: 8px; margin-top: 10px; }
.custom-wrap span { font-weight: 700; color: var(--maroon); font-size: 20px; }
.custom-wrap input { flex: 1; padding: 12px 14px; border: 2px solid var(--line); border-radius: 10px; font-size: 16px; }
.amt-display { margin-top: 12px; text-align: center; color: var(--muted); font-size: 14px; } .amt-display b { color: var(--crimson); font-family: 'Playfair Display', Georgia, serif; font-size: 24px; margin-right: 6px; }
#give-project { width: 100%; padding: 13px 14px; border: 2px solid var(--line); border-radius: 10px; font-size: 15.5px; background: #fff; }
.give-error { color: var(--danger); text-align: center; font-size: 14px; }
.give-thanks { text-align: center; background: #EAF3FD; border-radius: 14px; padding: 26px; margin-top: 10px; }
.give-thanks h3 { color: var(--maroon); font-size: 26px; margin-bottom: 6px; } .give-thanks .small { color: var(--muted); font-size: 13.5px; margin: 8px 0 0; }
.give-trust { display: flex; flex-wrap: wrap; gap: 8px 22px; justify-content: center; border-top: 1px solid var(--line); padding-top: 16px; font-size: 12.5px; color: var(--muted); }
@media (max-width: 640px) { .give-card { padding: 22px 16px; } .amounts { grid-template-columns: repeat(3, 1fr); } }
/* Gallery */
.gal-chips { justify-content: center; margin-bottom: 26px; }
.gal-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.gal-item { margin: 0; position: relative; border-radius: 14px; overflow: hidden; }
.gal-item img { width: 100%; aspect-ratio: 4 / 3; object-fit: cover; display: block; transition: transform .5s; }
.gal-item:hover img { transform: scale(1.04); }
.gal-item figcaption { position: absolute; left: 0; right: 0; bottom: 0; padding: 26px 14px 12px; background: linear-gradient(180deg, rgba(0,0,0,0) 0%, rgba(0,0,0,.6) 100%); color: #fff; font-size: 13px; font-weight: 600; }
@media (max-width: 900px) { .gal-grid { grid-template-columns: 1fr 1fr; } }
@media (max-width: 560px) { .gal-grid { grid-template-columns: 1fr; } }
.videos { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.video-frame { aspect-ratio: 16 / 9; border-radius: 14px; overflow: hidden; box-shadow: var(--shadow); background: #000; }
.video-frame iframe { width: 100%; height: 100%; border: 0; }
.video h3 { font-family: 'Poppins', sans-serif; font-size: 17px; margin: 14px 0 4px; } .video p { font-size: 14px; color: var(--body); margin: 0; }
@media (max-width: 900px) { .videos { grid-template-columns: 1fr; } }
/* Contact */
.contact-grid { display: grid; grid-template-columns: 1.4fr 0.9fr; gap: 30px; align-items: start; }
.contact-side { display: flex; flex-direction: column; gap: 16px; }
.contact-side .side-card h4 { margin-bottom: 8px; } .contact-side .side-card p { font-size: 14.5px; margin-bottom: 12px; }
.social-links--dark a { background: var(--maroon); }
@media (max-width: 900px) { .contact-grid { grid-template-columns: 1fr; } }

.give-card [hidden] { display: none !important; }

/* Donation: two-panel giving card */
.give-wrap { display: grid; grid-template-columns: 0.8fr 1.2fr; max-width: 1060px; margin: 0 auto; border-radius: 24px; overflow: hidden; box-shadow: 0 24px 70px rgba(11,79,158,0.18); background: #fff; }
.give-wrap .give-card { max-width: none; margin: 0; border: 0; border-radius: 0; box-shadow: none; padding: 38px 38px 30px; }
.give-side { background: var(--grad-brand); color: #fff; padding: 40px 34px; position: relative; overflow: hidden; display: flex; flex-direction: column; }
.give-side::after { content: ""; position: absolute; right: -70px; bottom: -70px; width: 240px; height: 240px; border-radius: 50%; background: rgba(255,255,255,0.07); }
.give-side-kicker { font-family: 'Poppins', sans-serif; font-size: 12px; font-weight: 700; letter-spacing: .14em; text-transform: uppercase; color: #F2C94C; margin-bottom: 12px; }
.give-side h3 { color: #fff; font-size: 28px; line-height: 1.2; margin-bottom: 20px; }
.give-side ul { list-style: none; padding: 0; margin: 0 0 26px; }
.give-side li { position: relative; padding: 0 0 12px 30px; font-size: 15.5px; line-height: 1.5; color: rgba(255,255,255,0.92); }
.give-side li::before { content: ""; position: absolute; left: 0; top: 3px; width: 18px; height: 18px; border-radius: 50%; background: #F2C94C; }
.give-side li::after { content: ""; position: absolute; left: 6px; top: 7px; width: 5px; height: 9px; border: solid var(--maroon-deep); border-width: 0 2px 2px 0; transform: rotate(45deg); }
.give-side-badges { display: flex; flex-wrap: wrap; gap: 8px; margin-bottom: 22px; }
.give-side-badges span { background: rgba(255,255,255,0.14); border: 1px solid rgba(255,255,255,0.25); border-radius: 999px; padding: 5px 12px; font-size: 12px; font-weight: 600; }
.give-side-verse { margin-top: auto; font-family: 'Playfair Display', Georgia, serif; font-style: italic; font-size: 16px; color: rgba(255,255,255,0.9); position: relative; z-index: 1; }
.give-label { display: flex; align-items: center; gap: 10px; color: var(--ink); font-size: 13px; }
.give-label i { font-style: normal; width: 26px; height: 26px; border-radius: 50%; background: var(--grad-gold); color: #fff; display: inline-flex; align-items: center; justify-content: center; font-size: 13px; flex: none; }
.freq { background: #EEF3F9; padding: 5px; border-radius: 14px; }
.freq-btn { border: 0; background: transparent; border-radius: 10px; }
.freq-btn.is-active { background: #fff; color: var(--maroon); box-shadow: 0 4px 14px rgba(11,79,158,0.16); border: 0; }
.amt { font-size: 16px; padding: 15px 6px; transition: transform .15s, box-shadow .15s; }
.amt:hover { transform: translateY(-2px); box-shadow: 0 6px 16px rgba(142,14,46,0.16); border-color: var(--crimson); }
.monthly-panel { background: #F6F9FC; border: 1px solid var(--line); margin: 0 0 8px; }
.monthly-panel form { margin-top: 6px; }
.monthly-panel .form-grid { gap: 14px; }
@media (max-width: 900px) { .give-wrap { grid-template-columns: 1fr; } .give-wrap .give-card { padding: 26px 18px; } .give-side { padding: 30px 22px; } }

/* Urdu Church App band: split with phone mockup */
.app-band--split { display: grid; grid-template-columns: 1.15fr 0.85fr; gap: 40px; align-items: center; text-align: left; padding: 56px 64px 0; }
.app-band--split .app-band-text { padding-bottom: 56px; position: relative; z-index: 1; }
.app-band--split img.band-icon { margin: 0 0 18px; width: 84px; height: 84px; }
.app-band--split p { margin-left: 0; margin-right: 0; }
.app-band--split .store-badges { justify-content: flex-start; }
.app-band-phone { display: flex; justify-content: center; align-self: end; position: relative; z-index: 1; }
.phone-frame { width: min(300px, 80%); border-radius: 38px 38px 0 0; padding: 10px 10px 0; background: #111418; box-shadow: 0 -10px 60px rgba(0,0,0,0.45), inset 0 0 0 2px rgba(255,255,255,0.12); margin-bottom: -2px; }
.phone-frame img { display: block; width: 100%; height: 440px; object-fit: cover; object-position: top center; border-radius: 28px 28px 0 0; }
@media (max-width: 900px) { .app-band--split { grid-template-columns: 1fr; text-align: center; padding: 44px 24px 0; gap: 10px; } .app-band--split img.band-icon { margin: 0 auto 16px; } .app-band--split .store-badges { justify-content: center; } .app-band--split p { margin-left: auto; margin-right: auto; } .app-band--split .app-band-text { padding-bottom: 26px; } .phone-frame img { height: 340px; } }
/* Split hero photo: light offset frame on the right and bottom instead of a dark border */
.hero-split-photo { position: relative; margin: 0 20px 20px 0; }
.hero-split-photo::before { content: ""; position: absolute; inset: 20px -20px -20px 20px; border: 3px solid rgba(255,255,255,0.85); border-radius: 20px; z-index: 0; }
.hero-split-photo::after { content: ""; position: absolute; right: -28px; top: 16%; width: 7px; height: 28%; background: #F2C94C; border-radius: 4px; z-index: 2; box-shadow: 0 6px 18px rgba(0,0,0,0.25); }
.hero-split-photo img { position: relative; z-index: 1; border: 0; box-shadow: 0 24px 60px rgba(0,0,0,0.35); }
@media (max-width: 900px) { .hero-split-photo { margin: 0 14px 14px 0; } .hero-split-photo::before { inset: 14px -14px -14px 14px; } .hero-split-photo::after { right: -20px; } }

.hero-photo h2.hero-title { color: #fff; max-width: 760px; font-size: clamp(34px, 5vw, 56px); margin: 8px 0 14px; }

/* Timeline + content photos: never cut faces. Timeline photos keep their own shape; block photos anchor to the top. */
.tl-item img { aspect-ratio: auto; height: auto; max-height: 640px; object-fit: contain; object-position: top center; background: transparent; }
.content-block img { object-position: top center; }

/* App band: full phone mockup (whole screen, all four corners) */
.app-band--split { padding: 48px 64px; align-items: center; }
.app-band--split .app-band-text { padding-bottom: 0; }
.app-band-phone { align-self: center; }
.phone-frame { width: min(270px, 78%); border-radius: 40px; padding: 10px; margin-bottom: 0; background: #111418; box-shadow: 0 24px 60px rgba(0,0,0,0.5), inset 0 0 0 2px rgba(255,255,255,0.14); position: relative; }
.phone-frame::before { content: ""; position: absolute; top: 18px; left: 50%; transform: translateX(-50%); width: 74px; height: 20px; border-radius: 12px; background: #111418; z-index: 2; }
.phone-frame img { height: auto; aspect-ratio: 720 / 1564; object-fit: cover; border-radius: 30px; }
@media (max-width: 900px) { .app-band--split { padding: 40px 24px; } .phone-frame { width: min(240px, 70%); } .phone-frame img { height: auto; } }

/* Timeline photos: the element hugs the picture, so the rounded corners and shadow sit on the photo itself */
.tl-item > div:last-child { display: flex; justify-content: center; }   /* the photo is always the last child */
.tl-item img { width: auto; max-width: 100%; height: auto; max-height: 640px; aspect-ratio: auto; object-fit: cover; border-radius: var(--radius); display: block; }

/* Split hero: show the WHOLE photo (no cropping); the light frame hugs whatever shape the photo has */
.hero-split-photo { width: fit-content; max-width: 100%; margin-left: auto; margin-right: 20px; }
.hero-split-photo img { width: auto; max-width: 100%; height: auto; max-height: 480px; aspect-ratio: auto; object-fit: contain; }
@media (max-width: 900px) { .hero-split-photo { margin-left: auto; margin-right: auto; } .hero-split-photo img { max-height: 380px; } }

/* Rescued families */
.rescue-cards { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.rescue-card { background: #fff; border-radius: var(--radius); overflow: hidden; box-shadow: var(--shadow); border: 1px solid var(--line); display: flex; flex-direction: column; }
.rescue-card img { width: 100%; height: auto; aspect-ratio: 3 / 2; object-fit: cover; display: block; border-radius: 0; box-shadow: none; }
.rescue-body { padding: 22px 24px 26px; border-top: 4px solid var(--crimson); }
.rescue-body h3 { font-size: 21px; margin-bottom: 8px; }
.rescue-body p { font-size: 15px; line-height: 1.7; margin: 0; color: var(--body); }
@media (max-width: 900px) { .rescue-cards { grid-template-columns: 1fr; } }

/* Vertical Facebook reel embed */
.reel-block { grid-template-columns: 0.7fr 1.3fr; }
.reel-col { display: flex; justify-content: center; }
.reel-frame { width: min(340px, 100%); aspect-ratio: 9 / 16; border-radius: 22px; overflow: hidden; background: #000; box-shadow: 0 24px 60px rgba(11,79,158,0.25); border: 6px solid #fff; }
.reel-frame iframe { width: 100%; height: 100%; border: 0; display: block; }
@media (max-width: 900px) { .reel-block { grid-template-columns: 1fr; } }

.reel-block.reverse { grid-template-columns: 1.3fr 0.7fr; }
.reel-block.reverse > div:first-child { order: 0; }
.reel-frame { width: min(400px, 100%); }
@media (max-width: 900px) { .reel-block.reverse { grid-template-columns: 1fr; } }

/* ── Phone menu: collapsed submenus + Donate always in the header bar ── */
.header-donate, .sub-toggle { display: none; }
@media (max-width: 1024px) {
	.header-donate { display: none; }
	.menu-toggle { margin-left: auto; }
	.nav-primary { max-height: calc(100vh - 120px); max-height: calc(100dvh - 120px); overflow-y: auto; overscroll-behavior: contain; }
	.nav-menu > li { position: relative; }
	.nav-menu > li.menu-item-has-children > a { padding-right: 56px; }
	.nav-menu .sub-menu { display: none; }
	.nav-menu li.sub-open > .sub-menu { display: block; padding: 4px 0 10px 14px; }
	.nav-menu li:hover > .sub-menu { display: none; }
	.nav-menu li.sub-open:hover > .sub-menu { display: block; }
	.sub-toggle { display: inline-flex; align-items: center; justify-content: center; position: absolute; right: 0; top: 2px; width: 48px; height: 44px; border: 0; background: transparent; color: var(--ink); cursor: pointer; }
	.sub-toggle svg { width: 18px; height: 18px; transition: transform .2s ease; }
	li.sub-open > .sub-toggle svg { transform: rotate(180deg); }
	.nav-menu > li.menu-item-download { display: block; margin: 18px 0 4px; }
	.nav-menu > li.menu-item-download > a { display: block; text-align: center; border-radius: 12px; padding: 14px 20px; font-size: 16px; }
}
@media (max-width: 380px) { .brand img { height: 52px; } }
/* Phone: keep the offset frame + gold bar inside the screen edge */
@media (max-width: 900px) { .hero-split-photo { max-width: calc(100% - 44px); margin: 0 auto 16px; } .hero-split-photo::after { right: -19px; width: 6px; } }
/* Old posts: picture tables (two photos per row) → rounded photos, stacked on phones */
.entry-content table td img { border-radius: 12px; }
@media (max-width: 600px) { .entry-content table[style*="width: 100%"] tr, .entry-content table[style*="width: 100%"] td { display: block; width: 100% !important; } }
/* Old posts: never let a wide picture or a long word push the article past its column */
.entry-content { min-width: 0; overflow-wrap: anywhere; }
.entry-content img { max-width: 100%; height: auto; }


/* Single post: plain banner (heading + categories only), no photo */
.single-hero--plain { min-height: 0; background: var(--grad-brand); }
.single-hero--plain .single-hero-overlay { background: none; padding: 56px 0 40px; }
.single-hero--plain h1 { margin-bottom: 0; max-width: 900px; }
.single-meta { display: flex; flex-wrap: wrap; gap: 14px; color: var(--muted); font-size: 14px; margin: -6px 0 22px; }
.single-meta span + span::before { content: "·"; margin-right: 14px; color: var(--line); }
/* Tiles: centred icon + text, "Learn more" as a coloured button */
.tile { text-align: center; padding: 32px 26px 30px; }
.tile-icon { margin: 0 auto 18px; }
.tile .tile-link { display: inline-block; margin-top: 18px; padding: 10px 20px; border-radius: 999px; background: var(--grad-gold); color: #fff; font-family: 'Poppins', sans-serif; font-weight: 700; font-size: 14px; box-shadow: 0 6px 16px rgba(142,14,46,0.25); transition: transform .2s, box-shadow .2s; }
.tile:hover .tile-link { transform: translateY(-2px); box-shadow: 0 10px 22px rgba(142,14,46,0.32); }
a.tile, .tile { display: flex; flex-direction: column; align-items: center; }
.tile p { flex: 1; }
.tile .tile-link { margin-top: 20px; }

/* ── Urdu Church App page (shared with the FUB theme) ── */
/* ── Urdu Church App page ── */
.app-hero { background: linear-gradient(180deg, #F6F9FC 0%, #FAFAFA 100%); padding: 60px 0 70px; }
.app-hero-grid { display: grid; grid-template-columns: 1.4fr 1fr; gap: 48px; align-items: center; }
.app-crumbs { font-size: 13px; color: #8899BB; margin-bottom: 24px; }
.app-crumbs a { color: #8899BB; } .app-crumbs a:hover { color: #1E7FD8; } .app-crumbs span { margin: 0 4px; }
.app-hero h1 { font-family: 'Poppins', sans-serif; font-size: clamp(34px, 4.6vw, 52px); font-weight: 700; color: #0B4F9E; line-height: 1.12; margin: 12px 0 8px; }
.app-hero-sub { font-family: 'Playfair Display', Georgia, serif; font-style: italic; font-size: 21px; color: #1E7FD8; margin-bottom: 18px; }
.app-hero-lead { font-size: 17px; line-height: 1.75; color: #5A6880; margin-bottom: 14px; max-width: 640px; }
.app-hero-note { font-size: 13.5px; color: #8899BB; }
.app-hero-icon { text-align: center; }
.app-hero-icon img:first-child { width: 260px; max-width: 70%; height: auto; border-radius: 22%; box-shadow: 0 30px 60px rgba(27,42,74,0.25); margin: 0 auto 24px; }
.app-hero-icon .app-badges { justify-content: center; }
.app-section { padding: 72px 0; }
.app-section--alt { background: #F6F9FC; }
.app-section--tint { background: #EAF3FD; }
.app-section--grey { background: #F4F5F7; }
.app-narrow { max-width: 900px; }
.app-section .overline { display: inline-flex; align-items: center; gap: 8px; color: #1E7FD8; font-size: 12px; font-weight: 700; letter-spacing: 2.5px; text-transform: uppercase; margin-bottom: 14px; }
.app-section .overline::before { content: ''; width: 24px; height: 2px; background: #1E7FD8; }
.app-section h2 { font-family: 'Playfair Display', Georgia, serif; font-size: clamp(28px, 3.4vw, 40px); font-weight: 700; color: #0B4F9E; line-height: 1.2; margin-bottom: 22px; }
.app-section p { font-size: 16px; line-height: 1.75; color: #5A6880; margin-bottom: 16px; }
.app-callout { background: #EAF3FD; border-left: 4px solid #1E7FD8; padding: 18px 22px; border-radius: 0 12px 12px 0; font-size: 15.5px; line-height: 1.7; color: #0B4F9E; margin: 0 0 30px; }
.app-section--alt .app-callout { background: #fff; }
.app-quote { font-family: 'Playfair Display', Georgia, serif; font-style: italic; font-size: 24px; color: #1E7FD8; text-align: center; margin: 30px auto 0; max-width: 560px; line-height: 1.4; }
.app-checks { list-style: none; padding: 0; margin: 0; display: grid; grid-template-columns: 1fr 1fr; gap: 14px 40px; }
.app-checks li { position: relative; padding-left: 28px; font-size: 15px; line-height: 1.6; color: #3a4e66; }
.app-checks li::before { content: ''; position: absolute; left: 0; top: 4px; width: 16px; height: 16px; border-radius: 50%; background: #1E7FD8; }
.app-checks li::after { content: ''; position: absolute; left: 5px; top: 8px; width: 5px; height: 8px; border: solid #fff; border-width: 0 2px 2px 0; transform: rotate(45deg); }
.app-checks strong { color: #0B4F9E; }
.app-after { margin-top: 28px; }
.app-cards { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.app-card { background: #fff; border-radius: 14px; padding: 26px 24px; border-left: 4px solid #1E7FD8; box-shadow: 0 4px 18px rgba(27,42,74,0.06); }
.app-card-icon { display: inline-flex; width: 40px; height: 40px; border-radius: 10px; background: #EAF3FD; align-items: center; justify-content: center; font-size: 20px; margin-bottom: 14px; }
.app-card h3 { font-family: 'Playfair Display', Georgia, serif; font-size: 18px; color: #0B4F9E; margin-bottom: 8px; }
.app-card p { font-size: 14px; line-height: 1.6; margin: 0; }
.app-chips { display: flex; flex-wrap: wrap; gap: 10px; margin-bottom: 8px; }
.app-chips span { background: #fff; border: 1px solid #E8ECF2; border-radius: 999px; padding: 9px 16px; font-size: 14px; color: #0B4F9E; font-weight: 500; }
.app-verse { font-family: 'Playfair Display', Georgia, serif; font-style: italic; font-size: 20px; color: #0B4F9E; border-left: 4px solid #1E7FD8; padding: 6px 0 6px 20px; margin: 26px 0 0; line-height: 1.5; }
.app-verse cite { display: block; font-style: normal; font-family: 'Poppins', sans-serif; font-size: 14px; color: #1E7FD8; font-weight: 700; margin-top: 8px; }
.app-download { background: linear-gradient(135deg, #0B4F9E 0%, #1E7FD8 100%); color: #fff; text-align: center; padding: 80px 0; }
.app-download h2 { font-family: 'Poppins', sans-serif; font-size: clamp(26px, 3.4vw, 38px); color: #fff; margin-bottom: 10px; }
.app-download p { color: rgba(255,255,255,0.85); font-size: 16px; max-width: 620px; margin: 0 auto 26px; }
.app-download .app-badges { justify-content: center; }
.app-founder { font-size: 13.5px !important; color: rgba(255,255,255,0.65) !important; margin-top: 30px !important; }
@media (max-width: 900px) { .app-hero-grid { grid-template-columns: 1fr; text-align: center; } .app-hero-lead { margin-left: auto; margin-right: auto; } .app-checks { grid-template-columns: 1fr; } .app-cards { grid-template-columns: 1fr; } .app-section { padding: 52px 0; } }


.app-download { background: linear-gradient(135deg, #8E0E2E 0%, #B31640 100%); color: #fff; margin: 0 auto 70px; width: min(1200px, calc(100% - 72px)); border-radius: 20px; padding: 70px 30px; text-align: center; box-shadow: 0 18px 50px rgba(142,14,46,0.28); }
.app-download h2 { color: #fff; } .app-download p { color: rgba(255,255,255,0.9); }
.app-founder { color: rgba(255,255,255,0.85) !important; }
.app-badges { justify-content: center; }
@media (max-width: 640px) { .app-download { width: calc(100% - 32px); } }
