.pastors-photo { grid-column: 1 / -1; width: 100%; max-height: 480px; object-fit: cover; border-radius: 14px; }
.stats { display: flex; flex-wrap: wrap; gap: 42px; }
.stats div { display: grid; }
.stats strong { font: 400 2.4rem Georgia, serif; color: var(--green); }
.stats span, .social-links { color: var(--muted); }
.social-links { display: grid; gap: 9px; }
.privacy-notice, .privacy-warning { display: grid; gap: 5px; padding: 16px; margin-bottom: 20px; border-radius: 10px; }
.privacy-notice { background: #e5eee9; color: var(--green); }
.privacy-warning { background: #f7eee0; color: #6f5528; }
