{"id":1204,"date":"2026-05-16T14:03:16","date_gmt":"2026-05-16T14:03:16","guid":{"rendered":"https:\/\/foursquareunion.org\/new\/?page_id=1204"},"modified":"2026-06-24T07:10:44","modified_gmt":"2026-06-24T07:10:44","slug":"be-like-christ","status":"publish","type":"page","link":"https:\/\/foursquareunion.org\/new\/be-like-christ\/","title":{"rendered":"Be Like Christ"},"content":{"rendered":"<body>\t\t<div data-elementor-type=\"wp-page\" data-elementor-id=\"1204\" class=\"elementor elementor-1204\" data-elementor-post-type=\"page\">\n\t\t\t\t<div class=\"elementor-element elementor-element-591db5a e-con-full e-flex e-con e-parent\" data-id=\"591db5a\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-994f80b elementor-widget elementor-widget-html\" data-id=\"994f80b\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t\t\n\n\n<meta charset=\"UTF-8\">\n<meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\">\n<title>Be Like Christ \u2013 The Empowered Church<\/title>\n\n<style>\n:root {\n  --navy: #1B2D4F;\n  --navy-dark: #0F1D33;\n  --gold: #C4943D;\n  --gold-light: #D4A94F;\n  --cream: #F4F1EC;\n  --white: #FFFFFF;\n  --text: #2D2D2D;\n  --text-light: #6B6B6B;\n  --border: #E5E0D8;\n  --font-display: 'Helvetica Neue', Helvetica, Arial, sans-serif;\n  --font-body: 'Helvetica Neue', Helvetica, Arial, sans-serif;\n}\n\n*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }\nhtml { scroll-behavior: smooth; }\nbody {\n  font-family: var(--font-body);\n  color: var(--text);\n  line-height: 1.6;\n  -webkit-font-smoothing: antialiased;\n}\nimg { max-width: 100%; display: block; }\n\n\n\/* ===== HERO ===== *\/\n.hero {\n  position: relative;\n  min-height: 88vh;\n  display: flex;\n  align-items: center;\n  justify-content: center;\n  text-align: center;\n  overflow: hidden;\n  background: var(--navy-dark);\n}\n\n\/* VIDEO BACKGROUND *\/\n.hero-video {\n  position: absolute;\n  top: 50%;\n  left: 50%;\n  min-width: 100%;\n  min-height: 100%;\n  width: auto;\n  height: auto;\n  transform: translate(-50%, -50%);\n  object-fit: cover;\n  z-index: 0;\n}\n\n\/* DARK OVERLAY FOR READABILITY *\/\n.hero-overlay {\n  position: absolute;\n  inset: 0;\n  background: linear-gradient(\n    180deg,\n    rgba(15,29,51,0.35) 0%,\n    rgba(15,29,51,0.75) 100%\n  );\n  z-index: 1;\n}\n\n\/* CONTENT ABOVE VIDEO *\/\n.hero-content {\n  position: relative;\n  z-index: 2;\n  max-width: 680px;\n  padding: 0 24px;\n}\n.hero-content {\n  position: relative; z-index: 2;\n  max-width: 680px; padding: 0 24px;\n}\n.hero h1 {\n  font-family: var(--font-display);\n  font-size: clamp(44px, 7vw, 76px);\n  font-weight: 700; color: var(--white);\n  line-height: 1.05; margin-bottom: 14px;\n}\n.hero-sub {\n  font-family: var(--font-body);\n  font-weight: 600; font-size: 13px;\n  letter-spacing: 0.28em; text-transform: uppercase;\n  color: var(--gold); margin-bottom: 20px;\n}\n.hero-desc {\n  font-size: 18px; color: rgba(255,255,255,0.82);\n  font-weight: 300; line-height: 1.7; margin-bottom: 40px;\n}\n.hero-btns { display: flex; gap: 16px; justify-content: center; flex-wrap: wrap; }\n.btn {\n  display: inline-flex; align-items: center; gap: 8px;\n  padding: 14px 34px; border-radius: 6px;\n  font-family: var(--font-body); font-size: 14px; font-weight: 600;\n  text-decoration: none; letter-spacing: 0.03em;\n  transition: all 0.25s; cursor: pointer; border: none;\n}\n.btn-gold { background: var(--gold); color: var(--white); }\n.btn-gold:hover { background: var(--gold-light); transform: translateY(-1px); }\n.btn-outline {\n  background: transparent; color: var(--navy);\n  border: 1.5px solid var(--navy);\n}\n.btn-outline:hover { background: var(--navy); color: var(--white); }\n\n\/* ===== ABOUT ===== *\/\n.about {\n  max-width: 760px; margin: 0 auto;\n  padding: 96px 32px 80px;\n  text-align: center;\n}\n.about h2 {\n  font-family: var(--font-display);\n  font-size: clamp(26px, 4vw, 38px);\n  font-weight: 700; color: var(--navy);\n  margin-bottom: 18px;\n}\n.about p {\n  font-size: 17px; color: var(--text-light);\n  line-height: 1.8; max-width: 620px; margin: 0 auto;\n}\n\n\/* ===== UPCOMING EVENTS ===== *\/\n.events-section {\n  max-width: 1200px; margin: 0 auto;\n  padding: 0 32px 96px;\n}\n.events-heading {\n  text-align: center; margin-bottom: 48px;\n  position: relative;\n}\n.events-heading h2 {\n  font-family: var(--font-display);\n  font-size: clamp(24px, 3.5vw, 34px);\n  font-weight: 700; color: var(--navy);\n  display: inline-block;\n  background: var(--cream);\n  padding: 0 24px;\n  position: relative; z-index: 1;\n}\n.events-heading::before {\n  content: '';\n  position: absolute; top: 50%; left: 0; right: 0;\n  height: 1px; background: var(--border);\n}\n\n.events-grid {\n  display: grid;\n  grid-template-columns: 1fr 1fr 1fr;\n  gap: 32px;\n}\n\n.event-card {\n  background: var(--white);\n  border-radius: 16px;\n  overflow: hidden;\n  border: 1px solid var(--border);\n  transition: transform 0.3s, box-shadow 0.3s;\n}\n.event-card:hover {\n  transform: translateY(-4px);\n  box-shadow: 0 12px 40px rgba(27,45,79,0.10);\n}\n\n\/* IMAGE PLACEHOLDER \u2014 tall and generous *\/\n.event-img {\n  width: 100%;\n  aspect-ratio: 16 \/ 10;\n  background: linear-gradient(135deg, #d5cfc5 0%, #bfb9ad 100%);\n  position: relative;\n  overflow: hidden;\n}\n.event-img img {\n  width: 100%; height: 100%; object-fit: cover;\n}\n\/* If no image, show placeholder text *\/\n.event-img-placeholder {\n  position: absolute; inset: 0;\n  display: flex; align-items: center; justify-content: center;\n  color: #a09888; font-size: 14px; font-weight: 500;\n  letter-spacing: 0.08em; text-transform: uppercase;\n}\n\n.event-body { padding: 28px 30px 32px; }\n.event-body h3 {\n  font-family: var(--font-display);\n  font-size: 22px; font-weight: 700;\n  color: var(--navy); margin-bottom: 14px;\n  line-height: 1.25;\n}\n.event-meta {\n  display: flex; align-items: center; gap: 10px;\n  font-size: 14px; color: var(--text-light);\n  margin-bottom: 6px;\n}\n.event-meta svg {\n  width: 16px; height: 16px; flex-shrink: 0;\n  fill: none; stroke: var(--text-light); stroke-width: 1.8;\n}\n.event-desc {\n  font-size: 15px; color: var(--text-light);\n  line-height: 1.7; margin: 16px 0 24px;\n}\n.btn-learn {\n  display: inline-block;\n  padding: 11px 28px; border-radius: 6px;\n  background: var(--navy); color: var(--white);\n  font-family: var(--font-body); font-size: 13px; font-weight: 600;\n  text-decoration: none; letter-spacing: 0.03em;\n  transition: background 0.2s;\n}\n.btn-learn:hover { background: #26395e; }\n\n\/* ===== CTA ===== *\/\n.cta {\n  text-align: center;\n  padding: 88px 32px;\n  background: var(--white);\n}\n.cta h2 {\n  font-family: var(--font-display);\n  font-size: clamp(26px, 4vw, 38px);\n  font-weight: 700; color: var(--navy);\n  margin-bottom: 28px;\n}\n.btn-gold-lg {\n  display: inline-block;\n  padding: 16px 48px; border-radius: 6px;\n  background: var(--gold); color: var(--white);\n  font-family: var(--font-body); font-size: 15px; font-weight: 600;\n  text-decoration: none; letter-spacing: 0.03em;\n  transition: background 0.2s, transform 0.2s;\n}\n.btn-gold-lg:hover { background: var(--gold-light); transform: translateY(-2px); }\n\n\/* ===== FOOTER ===== *\/\n.footer {\n  background: var(--cream);\n  border-top: 1px solid var(--border);\n  padding: 28px 32px;\n}\n.footer-inner {\n  max-width: 1200px; margin: 0 auto;\n  display: flex; justify-content: space-between; align-items: center;\n  flex-wrap: wrap; gap: 16px;\n}\n.footer-left {\n  font-size: 13px; color: var(--text-light);\n}\n.footer-left span { margin-right: 8px; }\n.footer-links { display: flex; gap: 24px; list-style: none; }\n.footer-links a {\n  font-size: 13px; color: var(--text-light);\n  text-decoration: none; font-weight: 500;\n  transition: color 0.2s;\n}\n.footer-links a:hover { color: var(--navy); }\n\n\/* ===== RESPONSIVE ===== *\/\n@media (max-width: 900px) {\n  .nav-links { display: none; }\n  .hamburger { display: flex; }\n  .events-grid { grid-template-columns: 1fr; max-width: 520px; margin: 0 auto; }\n}\n@media (max-width: 600px) {\n  .about { padding: 64px 20px 56px; }\n  .events-section { padding: 0 20px 64px; }\n  .event-body { padding: 22px 22px 28px; }\n  .cta { padding: 64px 20px; }\n  .footer-inner { flex-direction: column; text-align: center; }\n}\n\n\/* ===== SPLIT SECTIONS ===== *\/\n.split-section {\n  background: var(--white);\n}\n.split-section--alt {\n  background: var(--cream);\n}\n.split-inner {\n  max-width: 1200px; margin: 0 auto;\n  padding: 96px 32px;\n  display: grid;\n  grid-template-columns: 1fr 1fr;\n  gap: 64px;\n  align-items: center;\n}\n.split-inner--reverse {\n  direction: rtl;\n}\n.split-inner--reverse > * {\n  direction: ltr;\n}\n\n.split-img {\n  width: 100%;\n  position: relative;\n}\n.split-img img {\n  width: 100%; height: 100%; object-fit: contain;\n}\n.split-img-placeholder {\n  position: absolute; inset: 0;\n  display: flex; align-items: center; justify-content: center;\n  color: #a09888; font-size: 15px; font-weight: 500;\n  letter-spacing: 0.1em; text-transform: uppercase;\n}\n\n.split-label {\n  font-size: 12px; font-weight: 700;\n  letter-spacing: 0.2em; text-transform: uppercase;\n  color: var(--gold); margin-bottom: 12px;\n}\n.split-title {\n  font-family: var(--font-display);\n  font-size: clamp(26px, 3.5vw, 36px);\n  font-weight: 700; color: var(--navy);\n  line-height: 1.15; margin-bottom: 20px;\n}\n.split-body {\n  font-size: 16px; color: var(--text-light);\n  line-height: 1.75; margin-bottom: 12px;\n}\n.split-btn {\n  display: inline-block; margin-top: 16px;\n  font-size: 14px; font-weight: 600;\n  color: var(--navy); text-decoration: none;\n  letter-spacing: 0.02em;\n  padding-bottom: 2px;\n  border-bottom: 2px solid var(--gold);\n  transition: color 0.2s, border-color 0.2s;\n}\n.split-btn:hover {\n  color: var(--gold); border-color: var(--navy);\n}\n\n.pillars-section{\n  background:#081c3a;\n  padding:100px 0;\n  overflow:hidden;\n}\n\n.pillars-header{\n  text-align:center;\n  margin-bottom:50px;\n}\n\n.pillars-header span{\n  color:#C4943D;\n  letter-spacing:.2em;\n  font-size:12px;\n  font-weight:700;\n}\n\n.pillars-header h2{\n  color:#fff;\n  font-size:48px;\n  margin-top:12px;\n}\n\n.pillars-carousel{\n  max-width:1400px;\n  margin:0 auto;\n  display:grid;\n  grid-template-columns:repeat(3, minmax(320px, 1fr));\n  gap:32px;\n  padding:0 40px;\n  align-items:stretch;\n}\n\n.pillars-carousel::-webkit-scrollbar{\n  height:8px;\n}\n\n.pillars-carousel::-webkit-scrollbar-thumb{\n  background:#C4943D;\n}\n\n.pillar-card{\n  width:100%;\n  background:#0d2346;\n  border:1px solid rgba(196,148,61,.4);\n  padding:36px;\n  color:#fff;\n  position:relative;\n}\n\n.pillar-card::before{\n  content:\"\";\n  position:absolute;\n  top:0;\n  right:0;\n  width:60px;\n  height:3px;\n  background:#C4943D;\n}\n\n.pillar-icon{\n  width:72px;\n  height:72px;\n  border:2px solid #C4943D;\n  border-radius:50%;\n  display:flex;\n  align-items:center;\n  justify-content:center;\n  font-size:30px;\n  margin-bottom:30px;\n}\n\n.pillar-card h3{\n  font-size:38px;\n  margin-bottom:10px;\n  color:#fff;\n}\n\n.pillar-quote{\n  color:#C4943D;\n  font-style:italic;\n  margin-bottom:25px;\n}\n\n.pillar-card p{\n  color:rgba(255,255,255,.8);\n  line-height:1.8;\n  margin-bottom:24px;\n}\n\n.pillar-card ul{\n  list-style:none;\n  margin-bottom:32px;\n}\n\n.pillar-card li{\n  margin-bottom:12px;\n  color:rgba(255,255,255,.8);\n}\n\n.pillar-card li::before{\n  content:\"\u2713\";\n  color:#C4943D;\n  margin-right:10px;\n}\n\n.pillar-principle{\n  background:rgba(255,255,255,.06);\n  border-left:3px solid #C4943D;\n  padding:18px;\n}\n\n.pillar-principle strong{\n  display:block;\n  color:#C4943D;\n  font-size:12px;\n  margin-bottom:8px;\n}\n\n.pillar-principle span{\n  font-size:20px;\n  font-style:italic;\n}\n\n@media (max-width: 900px) {\n  .split-inner {\n    grid-template-columns: 1fr; gap: 36px; padding: 64px 32px;\n  }\n  .split-inner--reverse { direction: ltr; }\n  .split-img { order: -1; }\n}\n@media (max-width: 600px) {\n  .split-inner { padding: 48px 20px; }\n}\n\n@media (max-width: 1024px){\n\n  .pillars-carousel{\n    display:flex;\n    overflow-x:auto;\n    scroll-snap-type:x mandatory;\n    padding:0 20px 20px;\n  }\n\n  .pillar-card{\n    min-width:340px;\n    max-width:340px;\n    scroll-snap-align:center;\n  }\n\n}\n\n\n\/* ===== FADE-IN ===== *\/\n.fade-up {\n  opacity: 0; transform: translateY(30px);\n  transition: opacity 0.7s ease, transform 0.7s ease;\n}\n.fade-up.visible { opacity: 1; transform: translateY(0); }\n<\/style>\n\n\n<!-- HERO -->\n<section class=\"hero\">\n  \n  <!-- VIDEO BACKGROUND -->\n  <video class=\"hero-video\" autoplay muted loop playsinline>\n    <source src=\"https:\/\/foursquareunion.org\/new\/wp-content\/uploads\/2026\/06\/WhatsApp-Video-2026-06-14-at-14.42.15.mp4\" type=\"video\/mp4\">\n  <\/video>\n\n  <!-- DARK OVERLAY -->\n  <div class=\"hero-overlay\"><\/div>\n\n  <!-- CONTENT -->\n  <div class=\"hero-content\">\n    <h1>Be Like Christ<\/h1>\n    <div class=\"hero-sub\">The Empowered Church<\/div>\n    <p class=\"hero-desc\">Raising a generation of faith-filled leaders<br>who impact culture.<\/p>\n    <div class=\"hero-btns\">\n      <a href=\"#\" class=\"btn btn-gold\">Join the Movement<\/a>\n      <a href=\"#events\" class=\"btn btn-outline\" style=\"border-color:rgba(255,255,255,0.5);color:#fff;\">Upcoming Events<\/a>\n    <\/div>\n  <\/div>\n\n<\/section>\n\n\n\n\n<!-- ABOUT -->\n<section class=\"about fade-up\">\n  <h2>About The Empowered Church<\/h2>\n  <p>We equip young people to grow in their relationship with Jesus, live out their faith boldly, and fulfill their God-given purpose.<\/p>\n<\/section>\n<section class=\"pillars-section fade-up\">\n  <div class=\"pillars-header\">\n    <span>OUR FOUNDATION<\/span>\n    <h2>Core Pillars<\/h2>\n  <\/div>\n\n  <div class=\"pillars-carousel\">\n\n    <div class=\"pillar-card\">\n      <div class=\"pillar-icon\">\ud83d\udc46<\/div>\n      <h3>Identity<\/h3>\n      <div class=\"pillar-quote\">\"Be with Christ before you build for Christ\"<\/div>\n\n      <p>\n        True leadership begins with knowing who you are in Christ.\n        Without a stable identity, destiny cannot be properly aligned.\n      <\/p>\n\n      <ul>\n        <li>Rooted in sonship, not performance<\/li>\n        <li>Secure internal foundation<\/li>\n      <\/ul>\n\n      <div class=\"pillar-principle\">\n        <strong>Key Principle<\/strong>\n        <span>Identity in Christ stabilizes destiny<\/span>\n      <\/div>\n    <\/div>\n\n    <div class=\"pillar-card\">\n      <div class=\"pillar-icon\">\ud83d\udd28<\/div>\n      <h3>Discipline<\/h3>\n\n      <div class=\"pillar-quote\">\n        \"Build What You See\"\n      <\/div>\n\n      <p>\n        Spiritual rhythms, emotional maturity and integrity\n        form the vessel that can carry the weight of glory.\n      <\/p>\n\n      <ul>\n        <li>Prayer, fasting and obedience<\/li>\n        <li>Character over comfort<\/li>\n      <\/ul>\n\n      <div class=\"pillar-principle\">\n        <strong>Key Principle<\/strong>\n        <span>Destiny responds to disciplined obedience<\/span>\n      <\/div>\n    <\/div>\n\n    <div class=\"pillar-card\">\n      <div class=\"pillar-icon\">\ud83d\udc51<\/div>\n      <h3>Authority<\/h3>\n\n      <div class=\"pillar-quote\">\n        \"Lead with Alignment\"\n      <\/div>\n\n      <p>\n        Spiritual authority is entrusted to those aligned\n        with God's heart and purposes.\n      <\/p>\n\n      <ul>\n        <li>Influence rooted in submission<\/li>\n        <li>Power through alignment<\/li>\n      <\/ul>\n\n      <div class=\"pillar-principle\">\n        <strong>Key Principle<\/strong>\n        <span>Authority flows from alignment<\/span>\n      <\/div>\n    <\/div>\n\n  <\/div>\n<\/section>\n<!-- SECTION 1: Image Left, Text Right -->\n<section class=\"split-section fade-up\">\n  <div class=\"split-inner\">\n    <div class=\"split-img\">\n      <!-- REPLACE: Add your image here -->\n      <img decoding=\"async\" src=\"https:\/\/foursquareunion.org\/new\/wp-content\/uploads\/2026\/05\/Group-20.png\" alt=\"Section 1\" loading=\"lazy\">\n    <\/div>\n    <div class=\"split-text\">\n      <div class=\"split-label\">Who We Are<\/div>\n      <h2 class=\"split-title\">Rooted in Faith, Growing Together<\/h2>\n      <p class=\"split-body\">Be Like Christ (BLC) is a discipleship-centered young leadership movement under the youth arm of the Union Foursquare Church. Our aim is to equip believers to lead with Christ's character, discipline, and authority in every sphere.<\/p>\n      <ul class=\"\">\n          <li>We align purpose with destiny through the lens of Jesus, ensuring your life's trajectory\nmatches God's intent.<\/li>\n\n   <li>We form leaders anchored in stable identity, uncompromised integrity, and true spiritual\nauthority.<\/li>\n<li>We advance Kingdom standards in homes, churches, marketplaces, and nations globally.<\/li>\n      <\/ul>\n    <\/div>\n  <\/div>\n<\/section>\n\n<!-- SECTION 2: Text Left, Image Right -->\n<section class=\"split-section split-section--alt fade-up\">\n  <div class=\"split-inner split-inner--reverse\">\n    <div class=\"split-img\">\n      <!-- REPLACE: Add your image here -->\n      <img decoding=\"async\" src=\"https:\/\/foursquareunion.org\/new\/wp-content\/uploads\/2026\/05\/Group-21.png\" alt=\"Section 2\" loading=\"lazy\">\n    <\/div>\n    <div class=\"split-text\">\n      <div class=\"split-label\">Our Purpose<\/div>\n      <h2 class=\"split-title\">Our Mission<\/h2>\n      <p class=\"split-body\">Our mission is to align purpose with destiny by molding disciplined, Christ-centered leaders who think, live, and dominate their field of expertise and life through the lens of Jesus. <\/p>\n\n    <\/div>\n  <\/div>\n<\/section>\n\n<!-- SECTION 2: Text Left, Image Right -->\n<section class=\"split-section split-section--alt fade-up\">\n  <div class=\"split-inner\">\n    <div class=\"split-img\">\n      <!-- REPLACE: Add your image here -->\n      <img decoding=\"async\" src=\"https:\/\/foursquareunion.org\/new\/wp-content\/uploads\/2026\/06\/Group-99718.png\" alt=\"Section 2\" loading=\"lazy\">\n    <\/div>\n    <div class=\"split-text\">\n      <div class=\"split-label\">Our Future<\/div>\n      <h2 class=\"split-title\">Our Vision<\/h2>\n      <p class=\"split-body\">To see a generation of spiritually anchored and strategically minded leaders who embody the character, authority, and compassion of Christ in every sphere of influence.<\/p>\n\n    <\/div>\n  <\/div>\n<\/section>\n\n<!-- UPCOMING EVENTS -->\n<section class=\"events-section\" id=\"events\">\n  <div class=\"events-heading\">\n    <h2>Upcoming Events<\/h2>\n  <\/div>\n\n  <div class=\"events-grid\">\n\n    <!-- Event 1 -->\n    <article class=\"event-card fade-up\">\n      <div class=\"event-img\">\n        <!-- REPLACE: Add your event image here -->\n         <img decoding=\"async\" src=\"https:\/\/foursquareunion.org\/new\/wp-content\/uploads\/2026\/06\/SINGLES-FELLOWSHIP.jpg.jpeg\" alt=\"Be Like Christ Youth Night\" loading=\"lazy\"> \n      <\/div>\n      <div class=\"event-body\">\n        <h3>\"Singles Fellowship<\/h3>\n        <div class=\"event-meta\">\n          <svg viewbox=\"0 0 24 24\"><rect x=\"3\" y=\"4\" width=\"18\" height=\"18\" rx=\"2\"><\/rect><path d=\"M16 2v4M8 2v4M3 10h18\"><\/path><\/svg>\n          Last Friday of the Month\n        <\/div>\n        <div class=\"event-meta\">\n          <svg viewbox=\"0 0 24 24\"><path d=\"M12 2C8.13 2 5 5.13 5 9c0 5.25 7 13 7 13s7-7.75 7-13c0-3.87-3.13-7-7-7z\"><\/path><circle cx=\"12\" cy=\"9\" r=\"2.5\"><\/circle><\/svg>\n          FTLW Church\n        <\/div>\n        <p class=\"event-desc\">A powerful night of worship, word, and fellowship.<\/p>\n      <\/div>\n    <\/article>\n\n    <!-- Event 2 -->\n    <article class=\"event-card fade-up\">\n      <div class=\"event-img\">\n        <!-- REPLACE: Add your event image here -->\n <img decoding=\"async\" src=\"https:\/\/foursquareunion.org\/new\/wp-content\/uploads\/2026\/06\/TEENS-CONNECT.jpg.jpeg\" alt=\"Worship &amp; Word Night\" loading=\"lazy\"> \n\n      <\/div>\n      <div class=\"event-body\">\n        <h3>Teens Connect<\/h3>\n        <div class=\"event-meta\">\n          <svg viewbox=\"0 0 24 24\"><rect x=\"3\" y=\"4\" width=\"18\" height=\"18\" rx=\"2\"><\/rect><path d=\"M16 2v4M8 2v4M3 10h18\"><\/path><\/svg>\n          First Saturday of the Month\n        <\/div>\n        <div class=\"event-meta\">\n          <svg viewbox=\"0 0 24 24\"><path d=\"M12 2C8.13 2 5 5.13 5 9c0 5.25 7 13 7 13s7-7.75 7-13c0-3.87-3.13-7-7-7z\"><\/path><circle cx=\"12\" cy=\"9\" r=\"2.5\"><\/circle><\/svg>\n          FTLW Church\n        <\/div>\n        <p class=\"event-desc\">Join us for a moirning of learning and leading.<\/p>\n\n      <\/div>\n    <\/article>\n\n\n    <!-- Event 3 -->\n    <article class=\"event-card fade-up\">\n      <div class=\"event-img\">\n        <!-- REPLACE: Add your event image here -->\n <img decoding=\"async\" src=\"https:\/\/foursquareunion.org\/new\/wp-content\/uploads\/2026\/06\/SUNDAY-SCHOOL.jpg.jpeg\" alt=\"SUNDAY-SCHOOL\" loading=\"lazy\"> \n\n      <\/div>\n      <div class=\"event-body\">\n        <h3>Sunday School Service<\/h3>\n        <div class=\"event-meta\">\n          <svg viewbox=\"0 0 24 24\"><rect x=\"3\" y=\"4\" width=\"18\" height=\"18\" rx=\"2\"><\/rect><path d=\"M16 2v4M8 2v4M3 10h18\"><\/path><\/svg>\n          9:00am Sunday\n        <\/div>\n        <div class=\"event-meta\">\n          <svg viewbox=\"0 0 24 24\"><path d=\"M12 2C8.13 2 5 5.13 5 9c0 5.25 7 13 7 13s7-7.75 7-13c0-3.87-3.13-7-7-7z\"><\/path><circle cx=\"12\" cy=\"9\" r=\"2.5\"><\/circle><\/svg>\n          FTLW Church\n        <\/div>\n        <p class=\"event-desc\">Let's worship the Lord and learn at his feet.<\/p>\n\n      <\/div>\n    <\/article>\n\n\n\n  <\/div>\n<\/section>\n\n<!-- CTA -->\n<section class=\"cta fade-up\">\n  <h2>Ready to Get Involved?<\/h2>\n  <a href=\"#\" class=\"btn-gold-lg\">Let's Connect<\/a>\n<\/section>\n\n\n<script>\nconst obs = new IntersectionObserver((entries) => {\n  entries.forEach(e => {\n    if (e.isIntersecting) { e.target.classList.add('visible'); obs.unobserve(e.target); }\n  });\n}, { threshold: 0.12 });\ndocument.querySelectorAll('.fade-up').forEach(el => obs.observe(el));\n<\/script>\n\n\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<\/body>","protected":false},"excerpt":{"rendered":"<p>Be Like Christ \u2013 The Empowered Church Be Like Christ The Empowered Church Raising a generation of faith-filled leaderswho impact culture. Join the Movement Upcoming Events About The Empowered Church We equip young people to grow in their relationship with Jesus, live out their faith boldly, and fulfill their God-given purpose. OUR FOUNDATION Core Pillars [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"om_disable_all_campaigns":false,"pagelayer_contact_templates":[],"_pagelayer_content":"","footnotes":""},"class_list":["post-1204","page","type-page","status-publish","hentry"],"_links":{"self":[{"href":"https:\/\/foursquareunion.org\/new\/wp-json\/wp\/v2\/pages\/1204","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/foursquareunion.org\/new\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/foursquareunion.org\/new\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/foursquareunion.org\/new\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/foursquareunion.org\/new\/wp-json\/wp\/v2\/comments?post=1204"}],"version-history":[{"count":5,"href":"https:\/\/foursquareunion.org\/new\/wp-json\/wp\/v2\/pages\/1204\/revisions"}],"predecessor-version":[{"id":1337,"href":"https:\/\/foursquareunion.org\/new\/wp-json\/wp\/v2\/pages\/1204\/revisions\/1337"}],"wp:attachment":[{"href":"https:\/\/foursquareunion.org\/new\/wp-json\/wp\/v2\/media?parent=1204"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}