{"id":182,"date":"2026-05-03T21:55:49","date_gmt":"2026-05-03T21:55:49","guid":{"rendered":"https:\/\/www.newphaseskingdom.com\/?page_id=182"},"modified":"2026-05-03T22:01:15","modified_gmt":"2026-05-03T22:01:15","slug":"home-2","status":"publish","type":"page","link":"https:\/\/www.newphaseskingdom.com\/","title":{"rendered":"Home"},"content":{"rendered":"<p><!DOCTYPE html><br \/>\n<html lang=\"en\"><br \/>\n<head><br \/>\n<meta charset=\"UTF-8\" \/><br \/>\n<meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\"\/><br \/>\n<title>New Phases Kingdom Solutions \u2013 Corporate Housing Program<\/title>\n<link href=\"https:\/\/fonts.googleapis.com\/css2?family=Playfair+Display:wght@400;600;700&#038;family=DM+Sans:wght@300;400;500;600&#038;display=swap\" rel=\"stylesheet\"\/>\n<style>\n  *, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }<\/p>\n<p>  :root {\n    --navy: #0E1F3B;\n    --gold: #C9A84C;\n    --gold-light: #F4E9CC;\n    --cream: #FAF7F2;\n    --white: #FFFFFF;\n    --text-dark: #1A1A2E;\n    --text-mid: #4A5568;\n    --text-light: #718096;\n    --border: #E2D9CC;\n    --teal: #1B6B6B;\n    --teal-light: #E6F4F4;\n    --section-pad: 80px 5%;\n  }<\/p>\n<p>  html { scroll-behavior: smooth; }<\/p>\n<p>  body {\n    font-family: 'DM Sans', sans-serif;\n    background: var(--white);\n    color: var(--text-dark);\n    line-height: 1.6;\n    font-size: 16px;\n  }<\/p>\n<p>  h1, h2, h3, h4 { font-family: 'Playfair Display', serif; line-height: 1.25; }<\/p>\n<p>  \/* \u2500\u2500 NAV \u2500\u2500 *\/\n  nav {\n    position: sticky;\n    top: 0;\n    z-index: 100;\n    background: var(--navy);\n    padding: 0 5%;\n    display: flex;\n    align-items: center;\n    justify-content: space-between;\n    height: 70px;\n    box-shadow: 0 2px 20px rgba(0,0,0,0.25);\n  }\n  .nav-logo {\n    font-family: 'Playfair Display', serif;\n    color: var(--gold);\n    font-size: 1.1rem;\n    font-weight: 700;\n    letter-spacing: 0.02em;\n    text-decoration: none;\n    line-height: 1.2;\n  }\n  .nav-logo span { display: block; color: #FFFFFF; font-size: 0.65rem; font-family: 'DM Sans', sans-serif; font-weight: 300; letter-spacing: 0.15em; text-transform: uppercase; }\n  .nav-links { display: flex; gap: 2rem; list-style: none; }\n  .nav-links a { color: rgba(255,255,255,0.8); text-decoration: none; font-size: 0.85rem; font-weight: 400; letter-spacing: 0.04em; transition: color .2s; }\n  .nav-links a:hover { color: var(--gold); }\n  .nav-cta {\n    background: var(--gold);\n    color: var(--navy);\n    padding: 9px 22px;\n    border-radius: 4px;\n    text-decoration: none;\n    font-size: 0.82rem;\n    font-weight: 600;\n    letter-spacing: 0.04em;\n    transition: background .2s, transform .15s;\n  }\n  .nav-cta:hover { background: #e0b85a; transform: translateY(-1px); }<\/p>\n<p>  \/* \u2500\u2500 HERO \u2500\u2500 *\/\n  .hero {\n    background: linear-gradient(135deg, var(--navy) 0%, #183260 55%, #0E2D50 100%);\n    min-height: 88vh;\n    display: flex;\n    align-items: center;\n    padding: 80px 5% 60px;\n    position: relative;\n    overflow: hidden;\n  }\n  .hero::before {\n    content: '';\n    position: absolute;\n    top: -120px; right: -120px;\n    width: 600px; height: 600px;\n    background: radial-gradient(circle, rgba(201,168,76,0.08) 0%, transparent 70%);\n    border-radius: 50%;\n  }\n  .hero::after {\n    content: '';\n    position: absolute;\n    bottom: -80px; left: -80px;\n    width: 400px; height: 400px;\n    background: radial-gradient(circle, rgba(27,107,107,0.1) 0%, transparent 70%);\n    border-radius: 50%;\n  }\n  .hero-content { max-width: 640px; position: relative; z-index: 1; }\n  .hero-badge {\n    display: inline-block;\n    background: rgba(201,168,76,0.15);\n    border: 1px solid rgba(201,168,76,0.4);\n    color: var(--gold);\n    font-size: 0.75rem;\n    font-weight: 500;\n    letter-spacing: 0.12em;\n    text-transform: uppercase;\n    padding: 6px 16px;\n    border-radius: 100px;\n    margin-bottom: 28px;\n  }\n  .hero h1 {\n    font-size: clamp(2.2rem, 4vw, 3.4rem);\n    color: #FFFFFF;\n    font-weight: 700;\n    margin-bottom: 22px;\n    line-height: 1.15;\n  }\n  .hero h1 em { color: var(--gold); font-style: normal; }\n  .hero p {\n    font-size: 1.1rem;\n    color: rgba(255,255,255,0.72);\n    margin-bottom: 40px;\n    font-weight: 300;\n    max-width: 520px;\n    line-height: 1.75;\n  }\n  .hero-actions { display: flex; gap: 14px; flex-wrap: wrap; }\n  .btn-primary {\n    background: var(--gold);\n    color: var(--navy);\n    padding: 14px 30px;\n    border-radius: 5px;\n    text-decoration: none;\n    font-weight: 600;\n    font-size: 0.92rem;\n    letter-spacing: 0.02em;\n    transition: all .2s;\n    display: inline-block;\n  }\n  .btn-primary:hover { background: #e0b85a; transform: translateY(-2px); box-shadow: 0 8px 24px rgba(201,168,76,0.3); }\n  .btn-outline {\n    border: 1.5px solid rgba(255,255,255,0.4);\n    color: #FFFFFF;\n    padding: 13px 28px;\n    border-radius: 5px;\n    text-decoration: none;\n    font-weight: 400;\n    font-size: 0.92rem;\n    letter-spacing: 0.02em;\n    transition: all .2s;\n    display: inline-block;\n  }\n  .btn-outline:hover { border-color: var(--gold); color: var(--gold); }\n  .hero-stats {\n    display: flex;\n    gap: 40px;\n    margin-top: 56px;\n    padding-top: 40px;\n    border-top: 1px solid rgba(255,255,255,0.12);\n  }\n  .hero-stat-num { font-family: 'Playfair Display', serif; font-size: 2rem; color: var(--gold); font-weight: 700; }\n  .hero-stat-label { font-size: 0.78rem; color: rgba(255,255,255,0.55); letter-spacing: 0.06em; text-transform: uppercase; margin-top: 2px; }<\/p>\n<p>  \/* \u2500\u2500 SECTION HEADERS \u2500\u2500 *\/\n  .section-eyebrow {\n    font-size: 0.72rem;\n    font-weight: 500;\n    letter-spacing: 0.15em;\n    text-transform: uppercase;\n    color: var(--teal);\n    margin-bottom: 12px;\n  }\n  .section-title { font-size: clamp(1.8rem, 3vw, 2.6rem); color: var(--navy); margin-bottom: 16px; }\n  .section-subtitle { font-size: 1.05rem; color: var(--text-mid); font-weight: 300; max-width: 560px; line-height: 1.75; }\n  .divider { width: 48px; height: 3px; background: var(--gold); margin: 20px 0 28px; }<\/p>\n<p>  \/* \u2500\u2500 WHO WE SERVE \u2500\u2500 *\/\n  .who-serve {\n    background: var(--cream);\n    padding: var(--section-pad);\n  }\n  .serve-grid {\n    display: grid;\n    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));\n    gap: 20px;\n    margin-top: 48px;\n  }\n  .serve-card {\n    background: var(--white);\n    border: 1px solid var(--border);\n    border-radius: 10px;\n    padding: 28px 22px;\n    text-align: center;\n    transition: all .2s;\n  }\n  .serve-card:hover { transform: translateY(-4px); box-shadow: 0 12px 36px rgba(0,0,0,0.08); border-color: var(--gold); }\n  .serve-icon {\n    width: 56px; height: 56px;\n    background: var(--gold-light);\n    border-radius: 50%;\n    display: flex; align-items: center; justify-content: center;\n    margin: 0 auto 16px;\n    font-size: 22px;\n  }\n  .serve-card h3 { font-size: 1rem; color: var(--navy); font-family: 'DM Sans', sans-serif; font-weight: 600; margin-bottom: 8px; }\n  .serve-card p { font-size: 0.85rem; color: var(--text-mid); line-height: 1.6; }<\/p>\n<p>  \/* \u2500\u2500 WHAT WE OFFER \u2500\u2500 *\/\n  .what-offer { padding: var(--section-pad); }\n  .offer-layout { display: grid; grid-template-columns: 1fr 1fr; gap: 64px; align-items: center; margin-top: 48px; }\n  .offer-features { display: grid; gap: 18px; }\n  .offer-feature {\n    display: flex;\n    gap: 16px;\n    align-items: flex-start;\n    padding: 20px;\n    background: var(--cream);\n    border-radius: 8px;\n    border-left: 3px solid var(--gold);\n  }\n  .offer-feature-icon { font-size: 18px; flex-shrink: 0; margin-top: 2px; }\n  .offer-feature h4 { font-family: 'DM Sans', sans-serif; font-size: 0.95rem; font-weight: 600; color: var(--navy); margin-bottom: 4px; }\n  .offer-feature p { font-size: 0.85rem; color: var(--text-mid); line-height: 1.5; }\n  .offer-visual {\n    background: var(--navy);\n    border-radius: 12px;\n    padding: 40px 36px;\n    color: white;\n    position: relative;\n    overflow: hidden;\n  }\n  .offer-visual::before {\n    content: '';\n    position: absolute; top: -40px; right: -40px;\n    width: 200px; height: 200px;\n    background: rgba(201,168,76,0.1);\n    border-radius: 50%;\n  }\n  .offer-visual h3 { font-size: 1.5rem; color: var(--gold); margin-bottom: 20px; position: relative; z-index: 1; }\n  .offer-list { list-style: none; display: grid; gap: 12px; position: relative; z-index: 1; }\n  .offer-list li {\n    display: flex; align-items: center; gap: 12px;\n    font-size: 0.9rem; color: rgba(255,255,255,0.85);\n  }\n  .offer-list li::before { content: '\u2713'; color: var(--gold); font-weight: 700; flex-shrink: 0; }\n  .offer-price {\n    margin-top: 28px;\n    padding-top: 24px;\n    border-top: 1px solid rgba(255,255,255,0.15);\n    position: relative; z-index: 1;\n  }\n  .offer-price span { font-size: 0.78rem; color: rgba(255,255,255,0.5); text-transform: uppercase; letter-spacing: 0.1em; }\n  .offer-price strong { display: block; font-size: 2rem; color: var(--gold); font-family: 'Playfair Display', serif; margin-top: 4px; }\n  .offer-price em { font-size: 0.82rem; color: rgba(255,255,255,0.5); font-style: normal; }<\/p>\n<p>  \/* \u2500\u2500 ELIGIBILITY \u2500\u2500 *\/\n  .eligibility { background: var(--cream); padding: var(--section-pad); }\n  .elig-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 48px; margin-top: 48px; }\n  .elig-card {\n    background: var(--white);\n    border: 1px solid var(--border);\n    border-radius: 12px;\n    padding: 36px 32px;\n  }\n  .elig-card h3 { font-size: 1.2rem; color: var(--navy); margin-bottom: 8px; font-family: 'DM Sans', sans-serif; font-weight: 600; }\n  .elig-card .elig-subtitle { font-size: 0.85rem; color: var(--text-mid); margin-bottom: 24px; }\n  .elig-list { list-style: none; display: grid; gap: 12px; }\n  .elig-list li { display: flex; gap: 12px; align-items: flex-start; font-size: 0.9rem; color: var(--text-mid); }\n  .elig-dot { width: 8px; height: 8px; background: var(--teal); border-radius: 50%; flex-shrink: 0; margin-top: 6px; }<\/p>\n<p>  \/* \u2500\u2500 PROCESS \u2500\u2500 *\/\n  .process { padding: var(--section-pad); }\n  .process-steps { display: grid; grid-template-columns: repeat(4, 1fr); gap: 24px; margin-top: 48px; }\n  .step {\n    text-align: center;\n    padding: 24px 16px;\n    position: relative;\n  }\n  .step:not(:last-child)::after {\n    content: '\u2192';\n    position: absolute;\n    right: -14px;\n    top: 28px;\n    color: var(--border);\n    font-size: 1.2rem;\n  }\n  .step-num {\n    width: 52px; height: 52px;\n    background: var(--navy);\n    color: var(--gold);\n    border-radius: 50%;\n    display: flex; align-items: center; justify-content: center;\n    font-family: 'Playfair Display', serif;\n    font-size: 1.2rem;\n    font-weight: 700;\n    margin: 0 auto 16px;\n  }\n  .step h4 { font-family: 'DM Sans', sans-serif; font-size: 0.92rem; font-weight: 600; color: var(--navy); margin-bottom: 8px; }\n  .step p { font-size: 0.82rem; color: var(--text-mid); line-height: 1.5; }<\/p>\n<p>  \/* \u2500\u2500 HOUSE RULES \u2500\u2500 *\/\n  .rules { background: var(--navy); padding: var(--section-pad); }\n  .rules .section-title { color: #FFFFFF; }\n  .rules .section-eyebrow { color: var(--gold); }\n  .rules .section-subtitle { color: rgba(255,255,255,0.65); }\n  .rules-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(240px, 1fr)); gap: 16px; margin-top: 48px; }\n  .rule-card {\n    background: rgba(255,255,255,0.06);\n    border: 1px solid rgba(255,255,255,0.1);\n    border-radius: 10px;\n    padding: 22px 20px;\n    display: flex;\n    gap: 14px;\n    align-items: flex-start;\n  }\n  .rule-num {\n    width: 32px; height: 32px;\n    background: rgba(201,168,76,0.15);\n    border: 1px solid rgba(201,168,76,0.3);\n    color: var(--gold);\n    border-radius: 50%;\n    display: flex; align-items: center; justify-content: center;\n    font-size: 0.78rem;\n    font-weight: 600;\n    flex-shrink: 0;\n  }\n  .rule-text h4 { font-family: 'DM Sans', sans-serif; font-size: 0.88rem; font-weight: 600; color: rgba(255,255,255,0.9); margin-bottom: 4px; }\n  .rule-text p { font-size: 0.8rem; color: rgba(255,255,255,0.5); line-height: 1.5; }<\/p>\n<p>  \/* \u2500\u2500 FAQ \u2500\u2500 *\/\n  .faq { padding: var(--section-pad); background: var(--cream); }\n  .faq-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; margin-top: 48px; }\n  .faq-item {\n    background: var(--white);\n    border: 1px solid var(--border);\n    border-radius: 10px;\n    padding: 26px 24px;\n  }\n  .faq-item h4 { font-family: 'DM Sans', sans-serif; font-size: 0.92rem; font-weight: 600; color: var(--navy); margin-bottom: 10px; }\n  .faq-item p { font-size: 0.88rem; color: var(--text-mid); line-height: 1.65; }<\/p>\n<p>  \/* \u2500\u2500 CTA BANNER \u2500\u2500 *\/\n  .cta-banner {\n    background: linear-gradient(135deg, var(--teal) 0%, #0D4D4D 100%);\n    padding: 72px 5%;\n    text-align: center;\n    position: relative;\n    overflow: hidden;\n  }\n  .cta-banner::before {\n    content: '';\n    position: absolute;\n    top: -80px; right: 10%;\n    width: 350px; height: 350px;\n    background: rgba(201,168,76,0.08);\n    border-radius: 50%;\n  }\n  .cta-banner h2 { font-size: clamp(1.8rem, 3vw, 2.6rem); color: #FFFFFF; margin-bottom: 16px; position: relative; z-index: 1; }\n  .cta-banner p { color: rgba(255,255,255,0.72); margin-bottom: 36px; font-size: 1.05rem; font-weight: 300; position: relative; z-index: 1; }\n  .cta-buttons { display: flex; gap: 14px; justify-content: center; flex-wrap: wrap; position: relative; z-index: 1; }\n  .btn-white {\n    background: #FFFFFF;\n    color: var(--teal);\n    padding: 13px 28px;\n    border-radius: 5px;\n    font-weight: 600;\n    font-size: 0.92rem;\n    text-decoration: none;\n    transition: all .2s;\n    display: inline-block;\n  }\n  .btn-white:hover { transform: translateY(-2px); box-shadow: 0 8px 24px rgba(0,0,0,0.15); }\n  .btn-gold {\n    background: var(--gold);\n    color: var(--navy);\n    padding: 13px 28px;\n    border-radius: 5px;\n    font-weight: 600;\n    font-size: 0.92rem;\n    text-decoration: none;\n    transition: all .2s;\n    display: inline-block;\n  }\n  .btn-gold:hover { background: #e0b85a; transform: translateY(-2px); }<\/p>\n<p>  \/* \u2500\u2500 FOOTER \u2500\u2500 *\/\n  footer {\n    background: var(--text-dark);\n    color: rgba(255,255,255,0.7);\n    padding: 56px 5% 32px;\n  }\n  .footer-grid { display: grid; grid-template-columns: 2fr 1fr 1fr 1fr; gap: 48px; margin-bottom: 48px; }\n  .footer-brand h3 { font-family: 'Playfair Display', serif; font-size: 1.1rem; color: var(--gold); margin-bottom: 12px; }\n  .footer-brand p { font-size: 0.85rem; line-height: 1.7; color: rgba(255,255,255,0.5); max-width: 280px; }\n  .footer-contact { margin-top: 20px; display: grid; gap: 8px; }\n  .footer-contact a { color: rgba(255,255,255,0.65); font-size: 0.85rem; text-decoration: none; transition: color .2s; }\n  .footer-contact a:hover { color: var(--gold); }\n  .footer-col h4 { font-family: 'DM Sans', sans-serif; font-size: 0.8rem; font-weight: 600; letter-spacing: 0.1em; text-transform: uppercase; color: rgba(255,255,255,0.4); margin-bottom: 16px; }\n  .footer-col ul { list-style: none; display: grid; gap: 10px; }\n  .footer-col ul a { color: rgba(255,255,255,0.6); font-size: 0.85rem; text-decoration: none; transition: color .2s; }\n  .footer-col ul a:hover { color: var(--gold); }\n  .footer-bottom { border-top: 1px solid rgba(255,255,255,0.08); padding-top: 24px; display: flex; justify-content: space-between; align-items: center; flex-wrap: wrap; gap: 12px; }\n  .footer-bottom p { font-size: 0.8rem; color: rgba(255,255,255,0.35); }\n  .footer-mission { font-style: italic; font-size: 0.8rem; color: rgba(255,255,255,0.3); }<\/p>\n<p>  \/* \u2500\u2500 PARTNER STRIP \u2500\u2500 *\/\n  .partner-strip {\n    background: var(--white);\n    padding: 28px 5%;\n    display: flex;\n    align-items: center;\n    justify-content: center;\n    gap: 48px;\n    border-top: 1px solid var(--border);\n    border-bottom: 1px solid var(--border);\n    flex-wrap: wrap;\n  }\n  .partner-label { font-size: 0.75rem; text-transform: uppercase; letter-spacing: 0.12em; color: var(--text-light); }\n  .partner-tag {\n    font-size: 0.82rem;\n    font-weight: 500;\n    color: var(--text-mid);\n    padding: 6px 16px;\n    border: 1px solid var(--border);\n    border-radius: 100px;\n  }<\/p>\n<p>  \/* \u2500\u2500 RESPONSIVE \u2500\u2500 *\/\n  @media (max-width: 768px) {\n    .nav-links { display: none; }\n    .offer-layout, .elig-grid, .faq-grid { grid-template-columns: 1fr; }\n    .process-steps { grid-template-columns: 1fr 1fr; }\n    .footer-grid { grid-template-columns: 1fr 1fr; }\n    .hero-stats { gap: 24px; }\n    .step:not(:last-child)::after { display: none; }\n  }\n<\/style>\n<p><\/head><br \/>\n<body><\/p>\n<p><!-- NAV --><\/p>\n<nav>\n  <a href=\"#\" class=\"nav-logo\"><br \/>\n    New Phases Kingdom<br \/>\n    <span>Corporate Housing Solutions<\/span><br \/>\n  <\/a><\/p>\n<ul class=\"nav-links\">\n<li><a href=\"#who-we-serve\">Who We Serve<\/a><\/li>\n<li><a href=\"#what-we-offer\">Program<\/a><\/li>\n<li><a href=\"#eligibility\">Eligibility<\/a><\/li>\n<li><a href=\"#process\">Process<\/a><\/li>\n<li><a href=\"#faq\">FAQ<\/a><\/li>\n<li><a href=\"#partners\">Partners<\/a><\/li>\n<\/ul>\n<p>  <a href=\"https:\/\/form.jotform.com\/252455652363156\" target=\"_blank\" class=\"nav-cta\">Apply Now<\/a><br \/>\n<\/nav>\n<p><!-- HERO --><\/p>\n<section class=\"hero\">\n<div class=\"hero-content\">\n    <span class=\"hero-badge\">Maricopa County \u00b7 West &#038; East Valley<\/span><\/p>\n<h1>Housing Built for <em>Dignity,<\/em><br \/>Stability &#038; Community<\/h1>\n<p>Safe, all-inclusive shared and private housing for seniors, veterans, airline employees, and adults in transition. Clean homes, clear expectations, real support.<\/p>\n<div class=\"hero-actions\">\n      <a href=\"https:\/\/form.jotform.com\/252455652363156\" target=\"_blank\" class=\"btn-primary\">Join the Waiting List<\/a><br \/>\n      <a href=\"https:\/\/form.jotform.com\/252670076442153\" target=\"_blank\" class=\"btn-outline\">Refer a Resident<\/a>\n    <\/div>\n<div class=\"hero-stats\">\n<div>\n<div class=\"hero-stat-num\">$750<\/div>\n<div class=\"hero-stat-label\">Starting \/ month<\/div>\n<\/p><\/div>\n<div>\n<div class=\"hero-stat-num\">24\/7<\/div>\n<div class=\"hero-stat-label\">Security monitoring<\/div>\n<\/p><\/div>\n<div>\n<div class=\"hero-stat-num\">100%<\/div>\n<div class=\"hero-stat-label\">All utilities included<\/div>\n<\/p><\/div>\n<\/p><\/div>\n<\/p><\/div>\n<\/section>\n<p><!-- PARTNER STRIP --><\/p>\n<div class=\"partner-strip\">\n  <span class=\"partner-label\">We work with<\/span><br \/>\n  <span class=\"partner-tag\">Case Managers<\/span><br \/>\n  <span class=\"partner-tag\">Social Workers<\/span><br \/>\n  <span class=\"partner-tag\">VA Partners<\/span><br \/>\n  <span class=\"partner-tag\">Community Referrals<\/span><br \/>\n  <span class=\"partner-tag\">Healthcare Networks<\/span>\n<\/div>\n<p><!-- WHO WE SERVE --><\/p>\n<section class=\"who-serve\" id=\"who-we-serve\">\n<div style=\"max-width: 1100px; margin: 0 auto;\">\n<p class=\"section-eyebrow\">Who we serve<\/p>\n<h2 class=\"section-title\">A Home for Every New Chapter<\/h2>\n<div class=\"divider\"><\/div>\n<p class=\"section-subtitle\">Our program is purpose-built for individuals who deserve stable, supportive housing as they navigate important life transitions.<\/p>\n<div class=\"serve-grid\">\n<div class=\"serve-card\">\n<div class=\"serve-icon\">\ud83c\udf96\ufe0f<\/div>\n<h3>Veterans<\/h3>\n<p>Honoring service with a stable, structured home environment that supports wellness and independence.<\/p>\n<\/p><\/div>\n<div class=\"serve-card\">\n<div class=\"serve-icon\">\ud83c\udfe0<\/div>\n<h3>Seniors<\/h3>\n<p>Comfortable shared living for disabled and independent seniors seeking community and security.<\/p>\n<\/p><\/div>\n<div class=\"serve-card\">\n<div class=\"serve-icon\">\u2708\ufe0f<\/div>\n<h3>Airline Employees<\/h3>\n<p>Flexible, affordable layover and transitional housing for airline crew in the Phoenix metro area.<\/p>\n<\/p><\/div>\n<div class=\"serve-card\">\n<div class=\"serve-icon\">\ud83c\udf31<\/div>\n<h3>Adults in Transition<\/h3>\n<p>Supportive housing for individuals rebuilding stability after life changes, with dignity and community.<\/p>\n<\/p><\/div>\n<div class=\"serve-card\">\n<div class=\"serve-icon\">\ud83d\udc99<\/div>\n<h3>DV Survivors<\/h3>\n<p>A safe, discreet environment for domestic violence survivors starting fresh with privacy and support.<\/p>\n<\/p><\/div>\n<\/p><\/div>\n<\/p><\/div>\n<\/section>\n<p><!-- WHAT WE OFFER --><\/p>\n<section class=\"what-offer\" id=\"what-we-offer\">\n<div style=\"max-width: 1100px; margin: 0 auto;\">\n<p class=\"section-eyebrow\">The program<\/p>\n<h2 class=\"section-title\">Everything Included. Nothing Extra.<\/h2>\n<div class=\"divider\"><\/div>\n<div class=\"offer-layout\">\n<div class=\"offer-features\">\n<div class=\"offer-feature\">\n<div class=\"offer-feature-icon\">\ud83c\udfe1<\/div>\n<div>\n<h4>Fully Furnished Homes<\/h4>\n<p>Cozy shared rooms with clean bedding, common areas, and fully equipped kitchens in quiet neighborhoods.<\/p>\n<\/p><\/div>\n<\/p><\/div>\n<div class=\"offer-feature\">\n<div class=\"offer-feature-icon\">\ud83e\udd1d<\/div>\n<div>\n<h4>Community Support<\/h4>\n<p>Weekly check-ins, group meetings, and peer community to keep residents connected and accountable.<\/p>\n<\/p><\/div>\n<\/p><\/div>\n<div class=\"offer-feature\">\n<div class=\"offer-feature-icon\">\ud83d\udcbb<\/div>\n<div>\n<h4>Technology Tuesday<\/h4>\n<p>Weekly sessions with staff assistance for job searches, email setup, applications, and digital skills.<\/p>\n<\/p><\/div>\n<\/p><\/div>\n<div class=\"offer-feature\">\n<div class=\"offer-feature-icon\">\ud83d\ude8c<\/div>\n<div>\n<h4>Optional Transportation<\/h4>\n<p>Homes near public transit, with optional transportation support available for residents who need it.<\/p>\n<\/p><\/div>\n<\/p><\/div>\n<\/p><\/div>\n<div class=\"offer-visual\">\n<h3>All-Inclusive Package<\/h3>\n<ul class=\"offer-list\">\n<li>All utilities (electric, water, gas)<\/li>\n<li>High-speed Wi-Fi included<\/li>\n<li>On-site washer &#038; dryer access<\/li>\n<li>24\/7 security camera monitoring<\/li>\n<li>Clean bathrooms &#038; shared kitchen<\/li>\n<li>Drug &#038; alcohol-free environment<\/li>\n<li>No credit check required<\/li>\n<li>Designated outdoor relaxation space<\/li>\n<\/ul>\n<div class=\"offer-price\">\n          <span>Shared rooms starting at<\/span><br \/>\n          <strong>$750 \/ month<\/strong><br \/>\n          <em>Accepted: SSI \u00b7 SSDI \u00b7 VA Benefits \u00b7 Private Pay<\/em>\n        <\/div>\n<\/p><\/div>\n<\/p><\/div>\n<\/p><\/div>\n<\/section>\n<p><!-- ELIGIBILITY --><\/p>\n<section class=\"eligibility\" id=\"eligibility\">\n<div style=\"max-width: 1100px; margin: 0 auto;\">\n<p class=\"section-eyebrow\">Eligibility<\/p>\n<h2 class=\"section-title\">Who Qualifies<\/h2>\n<div class=\"divider\"><\/div>\n<div class=\"elig-grid\">\n<div class=\"elig-card\">\n<h3>Requirements<\/h3>\n<p class=\"elig-subtitle\">To be considered for our housing program, applicants must meet the following criteria:<\/p>\n<ul class=\"elig-list\">\n<li><span class=\"elig-dot\"><\/span>Verified guaranteed income (SSI, SSDI, VA Benefits, or private pay)<\/li>\n<li><span class=\"elig-dot\"><\/span>Ability to live independently with minimal supervision<\/li>\n<li><span class=\"elig-dot\"><\/span>Comfortable with a shared room environment<\/li>\n<li><span class=\"elig-dot\"><\/span>Willingness to follow community guidelines and shared space policies<\/li>\n<li><span class=\"elig-dot\"><\/span>Valid government-issued identification<\/li>\n<\/ul><\/div>\n<div class=\"elig-card\">\n<h3>Accepted Income Sources<\/h3>\n<p class=\"elig-subtitle\">We work with a wide range of income types to ensure housing is accessible:<\/p>\n<ul class=\"elig-list\">\n<li><span class=\"elig-dot\"><\/span>Social Security Income (SSI)<\/li>\n<li><span class=\"elig-dot\"><\/span>Social Security Disability Income (SSDI)<\/li>\n<li><span class=\"elig-dot\"><\/span>Veterans Benefits (VA)<\/li>\n<li><span class=\"elig-dot\"><\/span>Private pay \/ personal income<\/li>\n<li><span class=\"elig-dot\"><\/span>Employment income (airline employees, working adults)<\/li>\n<\/ul><\/div>\n<\/p><\/div>\n<\/p><\/div>\n<\/section>\n<p><!-- PROCESS --><\/p>\n<section class=\"process\" id=\"process\">\n<div style=\"max-width: 1100px; margin: 0 auto;\">\n<p class=\"section-eyebrow\">How it works<\/p>\n<h2 class=\"section-title\">From Application to Move-In<\/h2>\n<div class=\"divider\"><\/div>\n<p class=\"section-subtitle\">Most placements happen within days when documentation is ready. Our process is simple, respectful, and fast.<\/p>\n<div class=\"process-steps\">\n<div class=\"step\">\n<div class=\"step-num\">1<\/div>\n<h4>Apply or Refer<\/h4>\n<p>Complete the intake form online, or have a case manager submit a referral on your behalf.<\/p>\n<\/p><\/div>\n<div class=\"step\">\n<div class=\"step-num\">2<\/div>\n<h4>Quick Screening<\/h4>\n<p>We review income verification, ID, and goals to find the best house match for you.<\/p>\n<\/p><\/div>\n<div class=\"step\">\n<div class=\"step-num\">3<\/div>\n<h4>Tour &#038; Match<\/h4>\n<p>Schedule an in-person or virtual tour. We&#8217;ll confirm availability, fees, and move-in date.<\/p>\n<\/p><\/div>\n<div class=\"step\">\n<div class=\"step-num\">4<\/div>\n<h4>Welcome Meeting<\/h4>\n<p>Orientation with staff covering house guidelines, available supports, and next steps.<\/p>\n<\/p><\/div>\n<\/p><\/div>\n<div style=\"text-align: center; margin-top: 48px;\">\n      <a href=\"https:\/\/form.jotform.com\/252455057738161\" target=\"_blank\" class=\"btn-primary\" style=\"font-size: 1rem; padding: 16px 36px;\">Start Your Application<\/a><\/p>\n<p style=\"margin-top: 14px; font-size: 0.82rem; color: var(--text-light);\">Or call\/text <strong>1-888-502-5607<\/strong> \u2014 leave a message and we&#8217;ll call you back.<\/p>\n<\/p><\/div>\n<\/p><\/div>\n<\/section>\n<p><!-- HOUSE RULES --><\/p>\n<section class=\"rules\" id=\"guidelines\">\n<div style=\"max-width: 1100px; margin: 0 auto;\">\n<p class=\"section-eyebrow\">Community standards<\/p>\n<h2 class=\"section-title\">A Respectful Home for Everyone<\/h2>\n<div class=\"divider\" style=\"background: var(--gold);\"><\/div>\n<p class=\"section-subtitle\">Our community guidelines ensure every resident enjoys a safe, clean, and peaceful living environment.<\/p>\n<div class=\"rules-grid\">\n<div class=\"rule-card\">\n<div class=\"rule-num\">1<\/div>\n<div class=\"rule-text\">\n<h4>Respect is Required<\/h4>\n<p>Kindness to all residents and staff. No harassment, threats, or confrontations.<\/p>\n<\/div><\/div>\n<div class=\"rule-card\">\n<div class=\"rule-num\">2<\/div>\n<div class=\"rule-text\">\n<h4>Keep It Clean<\/h4>\n<p>Clean up in all shared areas. Weekly cleanliness checks in personal spaces.<\/p>\n<\/div><\/div>\n<div class=\"rule-card\">\n<div class=\"rule-num\">3<\/div>\n<div class=\"rule-text\">\n<h4>Quiet Hours<\/h4>\n<p>10:00 PM \u2013 7:00 AM. Respect your neighbors&#8217; rest and privacy.<\/p>\n<\/div><\/div>\n<div class=\"rule-card\">\n<div class=\"rule-num\">4<\/div>\n<div class=\"rule-text\">\n<h4>Drug &#038; Alcohol Free<\/h4>\n<p>Zero tolerance for illegal substances, alcohol misuse, or weaponry of any kind.<\/p>\n<\/div><\/div>\n<div class=\"rule-card\">\n<div class=\"rule-num\">5<\/div>\n<div class=\"rule-text\">\n<h4>Visitor Policy<\/h4>\n<p>Approved guests during designated hours only. No overnight visitors.<\/p>\n<\/div><\/div>\n<div class=\"rule-card\">\n<div class=\"rule-num\">6<\/div>\n<div class=\"rule-text\">\n<h4>Timely Payment<\/h4>\n<p>Rent is due as scheduled. Communicate in advance if you need support.<\/p>\n<\/div><\/div>\n<div class=\"rule-card\">\n<div class=\"rule-num\">7<\/div>\n<div class=\"rule-text\">\n<h4>No Indoor Smoking<\/h4>\n<p>Use designated outdoor areas only. Courtesy to all residents.<\/p>\n<\/div><\/div>\n<div class=\"rule-card\">\n<div class=\"rule-num\">8<\/div>\n<div class=\"rule-text\">\n<h4>Be a Good Neighbor<\/h4>\n<p>Help keep the home peaceful, welcoming, and community-focused for all.<\/p>\n<\/div><\/div>\n<\/p><\/div>\n<\/p><\/div>\n<\/section>\n<p><!-- FAQ --><\/p>\n<section class=\"faq\" id=\"faq\">\n<div style=\"max-width: 1100px; margin: 0 auto;\">\n<p class=\"section-eyebrow\">Frequently asked questions<\/p>\n<h2 class=\"section-title\">Common Questions<\/h2>\n<div class=\"divider\"><\/div>\n<div class=\"faq-grid\">\n<div class=\"faq-item\">\n<h4>What&#8217;s included in the monthly rent?<\/h4>\n<p>All utilities, high-speed Wi-Fi, washer\/dryer access, furnished room with fresh linens, kitchen access, and living room. Everything you need, no surprises.<\/p>\n<\/p><\/div>\n<div class=\"faq-item\">\n<h4>How much does a shared room cost?<\/h4>\n<p>Shared rooms start at $750 per month, depending on location and program benefits. Contact us for current availability and pricing.<\/p>\n<\/p><\/div>\n<div class=\"faq-item\">\n<h4>Do you provide meals?<\/h4>\n<p>Residents manage their own meals, but have full access to shared kitchen facilities. Grocery stores and public transit are near all locations.<\/p>\n<\/p><\/div>\n<div class=\"faq-item\">\n<h4>Is there availability now?<\/h4>\n<p>The best way to be notified when space opens is to join our waiting list. We move quickly when the right match is available.<\/p>\n<\/p><\/div>\n<div class=\"faq-item\">\n<h4>Can I visit a property before committing?<\/h4>\n<p>Yes. Once your intake form is reviewed and approved, we&#8217;ll arrange an in-person or virtual tour. All visits are discreet and private.<\/p>\n<\/p><\/div>\n<div class=\"faq-item\">\n<h4>Where are homes located?<\/h4>\n<p>We serve Maricopa County across both East and West Valley, near public transportation. Specific addresses are shared after intake for resident privacy.<\/p>\n<\/p><\/div>\n<\/p><\/div>\n<\/p><\/div>\n<\/section>\n<p><!-- PARTNER CTA --><\/p>\n<section style=\"padding: var(--section-pad); background: var(--white);\" id=\"partners\">\n<div style=\"max-width: 1100px; margin: 0 auto; display: grid; grid-template-columns: 1fr 1fr; gap: 48px; align-items: center;\">\n<div>\n<p class=\"section-eyebrow\">For referral partners<\/p>\n<h2 class=\"section-title\">We Make Referrals Easy<\/h2>\n<div class=\"divider\"><\/div>\n<p style=\"color: var(--text-mid); font-size: 1rem; line-height: 1.75; margin-bottom: 28px;\">Case managers, social workers, and community organizations trust us to deliver fast, compassionate placements. Our intake process is streamlined for professional partners.<\/p>\n<div style=\"display: flex; gap: 14px; flex-wrap: wrap;\">\n        <a href=\"https:\/\/form.jotform.com\/252670076442153\" target=\"_blank\" class=\"btn-primary\">Submit a Referral<\/a><br \/>\n        <a href=\"https:\/\/form.jotform.com\/252669404816161\" target=\"_blank\" class=\"btn-outline\" style=\"border-color: var(--border); color: var(--navy); padding: 13px 28px;\">Housing Providers<\/a>\n      <\/div>\n<\/p><\/div>\n<div style=\"background: var(--cream); border-radius: 12px; padding: 36px 32px; border: 1px solid var(--border);\">\n<h3 style=\"font-family: 'DM Sans', sans-serif; font-size: 1rem; font-weight: 600; color: var(--navy); margin-bottom: 20px;\">Contact Our Team<\/h3>\n<div style=\"display: grid; gap: 14px;\">\n<div style=\"display: flex; gap: 14px; align-items: center;\">\n          <span style=\"font-size: 18px;\">\ud83d\udcde<\/span><\/p>\n<div>\n<div style=\"font-size: 0.75rem; color: var(--text-light); text-transform: uppercase; letter-spacing: 0.08em;\">Phone \/ Text<\/div>\n<p>            <a href=\"tel:18885025607\" style=\"color: var(--navy); text-decoration: none; font-weight: 500; font-size: 1.05rem;\">1-888-502-5607<\/a>\n          <\/div>\n<\/p><\/div>\n<div style=\"display: flex; gap: 14px; align-items: center;\">\n          <span style=\"font-size: 18px;\">\u2709\ufe0f<\/span><\/p>\n<div>\n<div style=\"font-size: 0.75rem; color: var(--text-light); text-transform: uppercase; letter-spacing: 0.08em;\">Email<\/div>\n<p>            <a href=\"mailto:info@newphaseskingdom.com\" style=\"color: var(--navy); text-decoration: none; font-weight: 500;\">info@newphaseskingdom.com<\/a>\n          <\/div>\n<\/p><\/div>\n<div style=\"display: flex; gap: 14px; align-items: center;\">\n          <span style=\"font-size: 18px;\">\ud83d\udccd<\/span><\/p>\n<div>\n<div style=\"font-size: 0.75rem; color: var(--text-light); text-transform: uppercase; letter-spacing: 0.08em;\">Corporate Office<\/div>\n<p style=\"color: var(--text-mid); font-size: 0.9rem; margin: 0;\">2700 S. Gilbert Rd, Suite 5 #122<br \/>Chandler, Arizona 85286<\/p>\n<\/p><\/div>\n<\/p><\/div>\n<\/p><\/div>\n<\/p><\/div>\n<\/p><\/div>\n<\/section>\n<p><!-- CTA BANNER --><\/p>\n<section class=\"cta-banner\">\n<h2>Ready to Start Your New Phase?<\/h2>\n<p>Join our waiting list today or send us a referral. Placements often happen within days.<\/p>\n<div class=\"cta-buttons\">\n    <a href=\"https:\/\/form.jotform.com\/252455652363156\" target=\"_blank\" class=\"btn-white\">Join the Waiting List<\/a><br \/>\n    <a href=\"https:\/\/docs.google.com\/document\/d\/1zdQcKVjVTs9uU0Pu2JoPXA_esWffgcAsBCfr21sankQ\/edit\" target=\"_blank\" class=\"btn-gold\">Download Intake Form<\/a>\n  <\/div>\n<\/section>\n<p><!-- FOOTER --><\/p>\n<footer>\n<div style=\"max-width: 1100px; margin: 0 auto;\">\n<div class=\"footer-grid\">\n<div class=\"footer-brand\">\n<h3>New Phases Kingdom Solutions<\/h3>\n<p>Safe, supportive, and dignified corporate housing across Maricopa County for seniors, veterans, airline employees, and adults in transition.<\/p>\n<div class=\"footer-contact\">\n          <a href=\"tel:18885025607\">\ud83d\udcde 1-888-502-5607<\/a><br \/>\n          <a href=\"mailto:info@newphaseskingdom.com\">\u2709 info@newphaseskingdom.com<\/a><br \/>\n          <a href=\"#\">\ud83d\udccd Chandler, AZ 85286<\/a>\n        <\/div>\n<\/p><\/div>\n<div class=\"footer-col\">\n<h4>Program<\/h4>\n<ul>\n<li><a href=\"#who-we-serve\">Who We Serve<\/a><\/li>\n<li><a href=\"#what-we-offer\">What&#8217;s Included<\/a><\/li>\n<li><a href=\"#eligibility\">Eligibility<\/a><\/li>\n<li><a href=\"#guidelines\">Guidelines<\/a><\/li>\n<\/ul><\/div>\n<div class=\"footer-col\">\n<h4>Apply<\/h4>\n<ul>\n<li><a href=\"https:\/\/form.jotform.com\/252455652363156\" target=\"_blank\">Join Waiting List<\/a><\/li>\n<li><a href=\"https:\/\/form.jotform.com\/252455057738161\" target=\"_blank\">Intake Form<\/a><\/li>\n<li><a href=\"https:\/\/docs.google.com\/document\/d\/1zdQcKVjVTs9uU0Pu2JoPXA_esWffgcAsBCfr21sankQ\/edit\" target=\"_blank\">Download Form<\/a><\/li>\n<\/ul><\/div>\n<div class=\"footer-col\">\n<h4>Partners<\/h4>\n<ul>\n<li><a href=\"https:\/\/form.jotform.com\/252670076442153\" target=\"_blank\">Submit Referral<\/a><\/li>\n<li><a href=\"https:\/\/form.jotform.com\/252669404816161\" target=\"_blank\">Housing Providers<\/a><\/li>\n<li><a href=\"#faq\">FAQ<\/a><\/li>\n<\/ul><\/div>\n<\/p><\/div>\n<div class=\"footer-bottom\">\n<p>\u00a9 2025 New Phases Kingdom Solutions. All rights reserved.<\/p>\n<p class=\"footer-mission\">&#8220;Rooted in compassion, guided by faith \u2014 building stability through community.&#8221;<\/p>\n<\/p><\/div>\n<\/p><\/div>\n<\/footer>\n<p><\/body><br \/>\n<\/html><\/p>\n","protected":false},"excerpt":{"rendered":"<p>New Phases Kingdom Solutions \u2013 Corporate Housing Program New Phases Kingdom Corporate Housing Solutions Who We Serve Program Eligibility Process FAQ Partners Apply Now Maricopa County \u00b7 West &#038; East Valley Housing Built for Dignity,Stability &#038; Community Safe, all-inclusive shared and private housing for seniors, veterans, airline employees, and adults in transition. Clean homes, clear [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"footnotes":""},"class_list":["post-182","page","type-page","status-publish","hentry"],"brizy_media":[],"_links":{"self":[{"href":"https:\/\/www.newphaseskingdom.com\/index.php?rest_route=\/wp\/v2\/pages\/182","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.newphaseskingdom.com\/index.php?rest_route=\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/www.newphaseskingdom.com\/index.php?rest_route=\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/www.newphaseskingdom.com\/index.php?rest_route=\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/www.newphaseskingdom.com\/index.php?rest_route=%2Fwp%2Fv2%2Fcomments&post=182"}],"version-history":[{"count":2,"href":"https:\/\/www.newphaseskingdom.com\/index.php?rest_route=\/wp\/v2\/pages\/182\/revisions"}],"predecessor-version":[{"id":184,"href":"https:\/\/www.newphaseskingdom.com\/index.php?rest_route=\/wp\/v2\/pages\/182\/revisions\/184"}],"wp:attachment":[{"href":"https:\/\/www.newphaseskingdom.com\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=182"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}