{"id":231,"date":"2026-08-17T01:59:43","date_gmt":"2026-08-17T01:59:43","guid":{"rendered":"https:\/\/www.phoenixgameroom.online\/?page_id=231"},"modified":"2026-08-17T02:05:57","modified_gmt":"2026-08-17T02:05:57","slug":"231-2","status":"publish","type":"page","link":"https:\/\/www.phoenixgameroom.online\/?page_id=231","title":{"rendered":"PHX TEST"},"content":{"rendered":"\n\n<!--\n=========================================================================\nPHOENIX GAME ROOM ONLINE \u2014 CHECKOUT PAGE\nWordPress block markup (Gutenberg). Paste into the Code Editor.\n\nHOW TO USE\n1. Pages > Add New. Title it \"Checkout\".\n2. Open the options menu (\u22ee top right) > Code editor  (Ctrl\/Cmd + Shift + Alt + M).\n3. Delete anything in the box, paste this ENTIRE file, then switch back to\n   Visual editor. All blocks should render with no \"block recovery\" errors.\n4. Page settings: set the template to a blank \/ no-header-footer template\n   (\"Blank\" or \"No Title\" in most block themes) \u2014 this page ships its own\n   header and footer.\n5. Page settings > Discussion: turn comments off. Under SEO\/robots set the\n   page to noindex (this replaces <meta name=\"robots\" content=\"noindex\">).\n\nBEFORE IT LOOKS RIGHT \u2014 two things to set:\n  A. LOGO. Upload your Phoenix logo to Media Library, copy the file URL, and\n     paste it into --pgr-logo at the top of the CSS block below, replacing\n     REPLACE_WITH_LOGO_URL. (The original page inlined a ~200KB base64 image;\n     serving it from Media Library is faster and keeps the page markup small.)\n  B. FONTS. The Google Fonts <link> tags can't live in page content. Either\n     add them in Appearance > Customize > Additional CSS as @import, or\n     better, enqueue them in your child theme's functions.php. The @import is\n     already included at the top of the CSS block as a working fallback.\n\nABOUT THE <script>: WordPress only keeps <script> inside an HTML block if the\nuser saving the page has the unfiltered_html capability (Administrator on a\nsingle site; Super Admin only on multisite). If the chip\/validation JS\ndisappears on save, move that script into a child theme or a code-snippets\nplugin instead \u2014 it's isolated in the last HTML block for exactly that reason.\n=========================================================================\n-->\n<style>\n@import url('https:\/\/fonts.googleapis.com\/css2?family=Unbounded:wght@500;700;900&family=Outfit:wght@300;400;500;600;700&family=IBM+Plex+Mono:wght@400;500;600&display=swap');\n\n.pgr-page{\n  --ink:#0E0B14;\n  --surface:#18131F;\n  --surface-2:#201927;\n  --line:rgba(245,185,66,.14);\n  --gold:#F5B942;\n  --flame:#F0662B;\n  --crimson:#C4283C;\n  --text:#F2EAE0;\n  --muted:#A79AA8;\n  --flame-grad:linear-gradient(100deg,#F5B942 0%,#F0662B 48%,#C4283C 100%);\n  --radius:14px;\n  --max:1160px;\n  \/* >>> paste your Media Library logo URL here <<< *\/\n  --pgr-logo:url(REPLACE_WITH_LOGO_URL);\n\n  background:var(--ink);\n  color:var(--text);\n  font-family:'Outfit',system-ui,sans-serif;\n  font-weight:400;\n  line-height:1.6;\n  -webkit-font-smoothing:antialiased;\n}\n.pgr-page *{margin:0;padding:0;box-sizing:border-box}\n.pgr-page img,.pgr-page svg{display:block;max-width:100%}\n.pgr-page a{color:inherit}\n.pgr-page .wrap{max-width:var(--max);margin:0 auto;padding:0 24px}\n.pgr-page .grad-text{background:var(--flame-grad);-webkit-background-clip:text;background-clip:text;color:transparent}\n.pgr-page :focus-visible{outline:2px solid var(--gold);outline-offset:3px;border-radius:4px}\n@media(prefers-reduced-motion:reduce){.pgr-page .ember{animation:none;display:none}.pgr-page .btn:hover{transform:none}}\n\n\/* ---------- Compliance ribbon ---------- *\/\n.pgr-page .ribbon{background:#000;border-bottom:1px solid var(--line);padding:10px 24px;text-align:center}\n.pgr-page .ribbon p{font-family:'IBM Plex Mono',monospace;font-size:11.5px;letter-spacing:.02em;color:var(--muted);line-height:1.7;max-width:var(--max);margin:0 auto}\n.pgr-page .ribbon a{color:var(--gold);text-decoration:none}\n.pgr-page .ribbon a:hover{text-decoration:underline}\n\n\/* ---------- Header ---------- *\/\n.pgr-page .pgr-header{position:sticky;top:0;z-index:50;background:rgba(14,11,20,.88);backdrop-filter:blur(12px);border-bottom:1px solid var(--line)}\n.pgr-page .nav{display:flex;align-items:center;justify-content:space-between;height:68px}\n.pgr-page .brand{display:flex;align-items:center;gap:12px;text-decoration:none}\n.pgr-page .brand-name{font-family:'Unbounded',sans-serif;font-weight:700;font-size:15px;letter-spacing:.02em;line-height:1.15}\n.pgr-page .brand-name small{display:block;font-family:'IBM Plex Mono',monospace;font-weight:400;font-size:9px;letter-spacing:.28em;color:var(--muted);text-transform:uppercase;margin-top:2px}\n.pgr-page .badge-18{font-family:'IBM Plex Mono',monospace;font-size:11px;font-weight:600;border:1px solid var(--gold);color:var(--gold);border-radius:999px;padding:4px 10px;letter-spacing:.06em}\n.pgr-page .btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;font-family:'Outfit',sans-serif;font-weight:600;font-size:15px;text-decoration:none;border-radius:10px;padding:13px 26px;transition:transform .15s,box-shadow .15s;cursor:pointer;border:0}\n.pgr-page .btn-flame{background:var(--flame-grad);color:#160902;box-shadow:0 6px 22px rgba(240,102,43,.35)}\n.pgr-page .btn-flame:hover{transform:translateY(-2px);box-shadow:0 10px 28px rgba(240,102,43,.45)}\n.pgr-page .back-link{text-decoration:none;font-size:14px;font-weight:500;color:var(--muted);transition:color .18s}\n.pgr-page .back-link:hover{color:var(--text)}\n\n\/* ---------- Checkout hero ---------- *\/\n.pgr-page .co-hero{position:relative;overflow:hidden;padding:64px 0 20px;text-align:center;isolation:isolate}\n.pgr-page .hero-glow{position:absolute;inset:auto 0 -300px 0;height:520px;background:radial-gradient(closest-side,rgba(240,102,43,.28),rgba(196,40,60,.12) 55%,transparent 75%);z-index:-1;pointer-events:none}\n.pgr-page .embers{position:absolute;inset:0;z-index:-1;pointer-events:none;overflow:hidden}\n.pgr-page .ember{position:absolute;bottom:-8px;width:5px;height:5px;border-radius:50%;background:var(--gold);opacity:0;animation:pgr-rise 9s linear infinite}\n.pgr-page .ember:nth-child(1){left:8%}\n.pgr-page .ember:nth-child(2){left:30%;width:3px;height:3px;background:var(--flame);animation-duration:11s;animation-delay:2s}\n.pgr-page .ember:nth-child(3){left:58%;animation-duration:8s;animation-delay:4s}\n.pgr-page .ember:nth-child(4){left:84%;width:4px;height:4px;background:var(--crimson);animation-duration:12s;animation-delay:1s}\n@keyframes pgr-rise{0%{transform:translateY(0) scale(1);opacity:0}8%{opacity:.85}60%{opacity:.4}100%{transform:translateY(-560px) scale(.4);opacity:0}}\n.pgr-page .eyebrow{font-family:'IBM Plex Mono',monospace;font-size:12px;letter-spacing:.3em;text-transform:uppercase;color:var(--gold);margin-bottom:18px}\n.pgr-page .co-hero h1{font-family:'Unbounded',sans-serif;font-weight:900;font-size:clamp(26px,4.6vw,44px);line-height:1.1;letter-spacing:-.01em;max-width:820px;margin:0 auto 16px}\n.pgr-page .co-hero p.sub{font-size:16px;font-weight:300;color:var(--muted);max-width:560px;margin:0 auto}\n.pgr-page .co-hero p.sub strong{color:var(--text);font-weight:500}\n\n\/* ---------- Checkout ---------- *\/\n.pgr-page .co-section{padding:44px 0 84px}\n.pgr-page .checkout-shell{background:var(--surface);border:1px solid var(--line);border-radius:var(--radius);padding:36px;max-width:620px;margin:0 auto}\n.pgr-page .product{display:flex;align-items:center;gap:16px;border:1px solid var(--line);border-radius:12px;padding:18px 20px;background:var(--surface-2);margin-bottom:26px}\n.pgr-page .product h2{font-family:'Unbounded',sans-serif;font-weight:500;font-size:16px;line-height:1.3}\n.pgr-page .product p{font-size:13px;color:var(--muted);margin-top:2px}\n.pgr-page .f-label{font-family:'IBM Plex Mono',monospace;font-size:11px;letter-spacing:.2em;text-transform:uppercase;color:var(--muted);margin-bottom:10px}\n.pgr-page .amt-row{display:flex;align-items:center;border:1px solid rgba(245,185,66,.35);border-radius:12px;background:var(--ink);overflow:hidden;margin-bottom:14px}\n.pgr-page .amt-row .cur{font-family:'Unbounded',sans-serif;font-weight:700;font-size:26px;color:var(--gold);padding:0 6px 0 20px}\n.pgr-page .amt-row input{flex:1;background:transparent;border:0;outline:0;color:var(--text);font-family:'Unbounded',sans-serif;font-weight:700;font-size:32px;padding:16px 20px 16px 4px;min-width:0}\n.pgr-page .amt-row input::placeholder{color:var(--muted);opacity:.5}\n.pgr-page .chips{display:grid;grid-template-columns:repeat(auto-fill,minmax(74px,1fr));gap:9px;margin-bottom:26px}\n.pgr-page .chip{font-family:'IBM Plex Mono',monospace;font-size:13px;font-weight:500;color:var(--text);background:var(--surface-2);border:1px solid var(--line);border-radius:999px;padding:9px 0;text-align:center;cursor:pointer;transition:border-color .15s,color .15s}\n.pgr-page .chip:hover{border-color:var(--gold);color:var(--gold)}\n.pgr-page .chip.on{background:var(--flame-grad);color:#160902;border-color:transparent;font-weight:600}\n.pgr-page .gateway-mount{border:1px dashed rgba(245,185,66,.35);border-radius:10px;padding:26px;text-align:center;font-family:'IBM Plex Mono',monospace;font-size:12px;color:var(--muted);margin-bottom:20px;line-height:1.9}\n.pgr-page .pay-btn{width:100%}\n.pgr-page .err{display:none;font-size:13px;color:#F09595;margin:-8px 0 14px}\n.pgr-page .amoe-inline{margin-top:18px;background:rgba(245,185,66,.06);border:1px solid var(--line);border-radius:10px;padding:16px 18px;font-size:13.5px}\n.pgr-page .amoe-inline strong{color:var(--text)}\n.pgr-page .amoe-inline a{color:var(--gold);font-weight:600}\n.pgr-page .checkout-fine{font-size:12.5px;color:var(--muted);line-height:1.8;border-top:1px solid var(--line);padding-top:18px;margin-top:22px}\n.pgr-page .checkout-fine a{color:var(--gold)}\n.pgr-page .trust{display:flex;gap:18px;justify-content:center;flex-wrap:wrap;margin-top:22px;font-family:'IBM Plex Mono',monospace;font-size:11px;letter-spacing:.06em;color:var(--muted);text-transform:uppercase}\n.pgr-page .trust span{display:inline-flex;align-items:center;gap:7px}\n.pgr-page .trust svg{width:14px;height:14px}\n\n\/* ---------- Responsible gaming ---------- *\/\n.pgr-page .rg{background:#000;border-top:1px solid var(--line);border-bottom:1px solid var(--line);padding:40px 0}\n.pgr-page .rg-inner{display:flex;flex-wrap:wrap;gap:24px;align-items:center;justify-content:space-between}\n.pgr-page .rg h3{font-family:'Unbounded',sans-serif;font-weight:500;font-size:16px;margin-bottom:6px}\n.pgr-page .rg p{font-size:13.5px;color:var(--muted);max-width:560px}\n.pgr-page .rg-lines{font-family:'IBM Plex Mono',monospace;font-size:13px;line-height:2;color:var(--gold)}\n.pgr-page .rg-lines a{color:var(--gold)}\n\n\/* ---------- Footer ---------- *\/\n.pgr-page .pgr-footer{padding:64px 0 48px;border-top:1px solid var(--line)}\n.pgr-page .foot-grid{display:grid;grid-template-columns:1.4fr 1fr 1fr;gap:44px;margin-bottom:44px}\n.pgr-page .foot-grid h4{font-family:'IBM Plex Mono',monospace;font-size:11px;letter-spacing:.24em;text-transform:uppercase;color:var(--gold);margin-bottom:18px}\n.pgr-page .foot-grid ul{list-style:none;padding-left:0}\n.pgr-page .foot-grid li{margin-bottom:11px}\n.pgr-page .foot-grid a{text-decoration:none;font-size:14px;color:var(--muted);transition:color .18s}\n.pgr-page .foot-grid a:hover{color:var(--text)}\n.pgr-page .foot-brand p{font-size:13.5px;color:var(--muted);margin-top:16px;max-width:360px}\n@media(max-width:820px){.pgr-page .foot-grid{grid-template-columns:1fr 1fr}}\n@media(max-width:540px){.pgr-page .foot-grid{grid-template-columns:1fr}}\n.pgr-page .legal{border-top:1px solid var(--line);padding-top:32px;font-size:12px;color:var(--muted);line-height:1.9}\n.pgr-page .legal p{margin-bottom:14px}\n.pgr-page .legal strong{color:var(--text)}\n.pgr-page .legal a{color:var(--gold)}\n\n\/* ---------- Logo ---------- *\/\n.pgr-page .pgr-logo{display:inline-block;background:var(--pgr-logo) center\/contain no-repeat;flex:none}\n\n\/* Neutralise theme wrappers so the sections can go full-bleed *\/\n.pgr-page .wp-block-group{margin-top:0;margin-bottom:0}\n<\/style>\n\n\n\n<div class=\"wp-block-group pgr-page\"><div class=\"wp-block-group__inner-container is-layout-flow wp-block-group-is-layout-flow\">\n\n<!-- ============ COMPLIANCE RIBBON ============ -->\n\n<div class=\"wp-block-group ribbon\" role=\"note\"><div class=\"wp-block-group__inner-container is-layout-flow wp-block-group-is-layout-flow\">\n\n<p class=\"wp-block-paragraph\">No purchase necessary. A purchase will not increase your chances of winning. Void where prohibited. 18+. <a href=\"https:\/\/www.phoenixgameroom.com\/sweepstake-official-rules\">Official Rules<\/a> \u00b7 <a href=\"https:\/\/www.phoenixgameroom.com\/amoe-free-entry\">Free Entry (AMOE)<\/a><\/p>\n\n<\/div><\/div>\n\n\n<!-- ============ HEADER ============ -->\n\n<header class=\"pgr-header\">\n  <div class=\"wrap nav\">\n    <a class=\"brand\" href=\"https:\/\/www.phoenixgameroom.com\/\" aria-label=\"Phoenix Game Room Online home\">\n      <span class=\"pgr-logo\" style=\"width:46px;height:46px\" role=\"img\" aria-label=\"Phoenix Gameroom logo\"><\/span>\n      <span class=\"brand-name\">Phoenix Game Room<small>Online \u00b7 Sweepstakes<\/small><\/span>\n    <\/a>\n    <a class=\"back-link\" href=\"https:\/\/www.phoenixgameroom.com\/\">\u2190 Back to site<\/a>\n    <div style=\"display:flex;align-items:center;gap:14px\">\n      <span class=\"badge-18\" aria-label=\"18 plus only\">18+<\/span>\n    <\/div>\n  <\/div>\n<\/header>\n\n\n<!-- ============ CHECKOUT HERO ============ -->\n\n<section class=\"wp-block-group co-hero\"><div class=\"wp-block-group__inner-container is-layout-flow wp-block-group-is-layout-flow\">\n\n\n<div class=\"hero-glow\" aria-hidden=\"true\"><\/div>\n<div class=\"embers\" aria-hidden=\"true\">\n  <span class=\"ember\"><\/span><span class=\"ember\"><\/span><span class=\"ember\"><\/span><span class=\"ember\"><\/span>\n<\/div>\n\n\n\n<div class=\"wp-block-group wrap\"><div class=\"wp-block-group__inner-container is-layout-flow wp-block-group-is-layout-flow\">\n\n\n<span class=\"pgr-logo\" style=\"width:140px;height:140px;margin:0 auto 16px;display:block\" role=\"img\" aria-label=\"Phoenix Gameroom logo\"><\/span>\n\n\n\n<p class=\"eyebrow wp-block-paragraph\">Secure Checkout<\/p>\n\n\n\n<h1 class=\"wp-block-heading\">Pay for Phoenix Game Room <span class=\"grad-text\">Credits now.<\/span><\/h1>\n\n\n\n<p class=\"sub wp-block-paragraph\">Payments are processed on a secure, PCI-compliant checkout. Your statement will show <strong>PHOENIX GAMEROOM<\/strong>.<\/p>\n\n\n<\/div><\/div>\n\n<\/div><\/section>\n\n\n<!-- ============ CHECKOUT ============ -->\n\n<section class=\"wp-block-group co-section\"><div class=\"wp-block-group__inner-container is-layout-flow wp-block-group-is-layout-flow\">\n\n<div class=\"wp-block-group wrap\"><div class=\"wp-block-group__inner-container is-layout-flow wp-block-group-is-layout-flow\">\n\n\n<div class=\"wp-block-group checkout-shell\"><div class=\"wp-block-group__inner-container is-layout-flow wp-block-group-is-layout-flow\">\n\n\n<div class=\"product\">\n  <span class=\"pgr-logo\" style=\"width:56px;height:56px\" role=\"img\" aria-label=\"Phoenix Gameroom logo\"><\/span>\n  <div>\n    <h2>Phoenix Game Room Credits<\/h2>\n    <p>Credits are applied to your registered, verified account.<\/p>\n  <\/div>\n<\/div>\n\n\n\n<p class=\"f-label wp-block-paragraph\">Payment Amount (USD)<\/p>\n\n\n<!--\n  AMOUNT FIELD + QUICK-AMOUNT CHIPS + GATEWAY MOUNT.\n  These need real form controls, so they stay in an HTML block. Edit the chip\n  amounts by editing the data-amt values and the button labels together.\n-->\n\n<div class=\"amt-row\">\n  <span class=\"cur\">$<\/span>\n  <input id=\"amt\" type=\"number\" inputmode=\"decimal\" min=\"10\" step=\"1\" value=\"50\" aria-label=\"Payment amount in US dollars\">\n<\/div>\n<div class=\"chips\" role=\"group\" aria-label=\"Quick amounts\">\n  <button type=\"button\" class=\"chip\" data-amt=\"10\">$10<\/button>\n  <button type=\"button\" class=\"chip\" data-amt=\"15\">$15<\/button>\n  <button type=\"button\" class=\"chip\" data-amt=\"20\">$20<\/button>\n  <button type=\"button\" class=\"chip\" data-amt=\"25\">$25<\/button>\n  <button type=\"button\" class=\"chip\" data-amt=\"30\">$30<\/button>\n  <button type=\"button\" class=\"chip\" data-amt=\"35\">$35<\/button>\n  <button type=\"button\" class=\"chip\" data-amt=\"40\">$40<\/button>\n  <button type=\"button\" class=\"chip\" data-amt=\"45\">$45<\/button>\n  <button type=\"button\" class=\"chip on\" data-amt=\"50\">$50<\/button>\n  <button type=\"button\" class=\"chip\" data-amt=\"100\">$100<\/button>\n  <button type=\"button\" class=\"chip\" data-amt=\"150\">$150<\/button>\n  <button type=\"button\" class=\"chip\" data-amt=\"200\">$200<\/button>\n  <button type=\"button\" class=\"chip\" data-amt=\"250\">$250<\/button>\n  <button type=\"button\" class=\"chip\" data-amt=\"300\">$300<\/button>\n  <button type=\"button\" class=\"chip\" data-amt=\"400\">$400<\/button>\n  <button type=\"button\" class=\"chip\" data-amt=\"500\">$500<\/button>\n<\/div>\n\n<!--\n  GATEWAY MOUNT POINT\n  Replace this div with the hosted payment button \/ redirect for the approved\n  card gateway (hosted checkout or embedded payment fields). If your gateway\n  ships a WordPress plugin with a shortcode, delete this HTML block and drop a\n  Shortcode block here instead. Read the amount from\n  document.getElementById('amt').value. Do not collect card data in raw\n  WordPress fields; keep the site out of PCI scope by using the hosted flow.\n-->\n<div class=\"gateway-mount\" id=\"gateway-mount\">\n  [ PAYMENT GATEWAY MOUNTS HERE ]<br>\n  Hosted checkout button or embedded payment fields render in this container.\n<\/div>\n\n<p class=\"err\" id=\"amt-err\">Enter an amount of $10 or more.<\/p>\n<a class=\"btn btn-flame pay-btn\" id=\"pay-btn\" href=\"#\" role=\"button\">Pay Now<\/a>\n\n\n\n<p class=\"amoe-inline wp-block-paragraph\"><strong>Prefer not to purchase?<\/strong> No purchase is necessary to enter or win, and a purchase will not increase your chances of winning. <a href=\"https:\/\/www.phoenixgameroom.com\/amoe-free-entry\">Enter free by mail<\/a> and receive the same entries, odds, and prize eligibility.<\/p>\n\n\n\n<p class=\"checkout-fine wp-block-paragraph\">Purchases require a registered, verified account (18+, eligible jurisdiction: U.S. excluding CA, CT, ID, IN, LA, MI, MT, NV, NJ, NY, TN, WA; Canada excluding Quebec). Credits have no cash value and are non-refundable once used; unused purchases may qualify for a refund within 24 to 48 hours per the <a href=\"https:\/\/www.phoenixgameroom.com\/refund-and-cancellation\">Refund &amp; Cancellation Policy<\/a>. All purchases are subject to the <a href=\"https:\/\/www.phoenixgameroom.com\/terms-conditions\">Terms &amp; Conditions<\/a> and <a href=\"https:\/\/www.phoenixgameroom.com\/sweepstake-official-rules\">Official Rules<\/a>.<\/p>\n\n\n<\/div><\/div>\n\n\n\n<div class=\"trust\" aria-hidden=\"true\">\n  <span><svg viewBox=\"0 0 24 24\" fill=\"none\"><rect x=\"4\" y=\"10\" width=\"16\" height=\"10\" rx=\"2\" stroke=\"#F5B942\" stroke-width=\"1.6\"><\/rect><path d=\"M8 10V7a4 4 0 0 1 8 0v3\" stroke=\"#F5B942\" stroke-width=\"1.6\"><\/path><\/svg>Secure SSL Checkout<\/span>\n  <span><svg viewBox=\"0 0 24 24\" fill=\"none\"><path d=\"M12 3l8 3v6c0 5-3.5 8-8 9-4.5-1-8-4-8-9V6l8-3Z\" stroke=\"#F5B942\" stroke-width=\"1.6\"><\/path><path d=\"M9 12l2 2 4-4\" stroke=\"#F5B942\" stroke-width=\"1.6\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><\/path><\/svg>PCI Compliant<\/span>\n  <span><svg viewBox=\"0 0 24 24\" fill=\"none\"><circle cx=\"12\" cy=\"12\" r=\"9\" stroke=\"#F5B942\" stroke-width=\"1.6\"><\/circle><path d=\"M12 7v5l3 2\" stroke=\"#F5B942\" stroke-width=\"1.6\" stroke-linecap=\"round\"><\/path><\/svg>Verified Accounts Only<\/span>\n<\/div>\n\n\n<\/div><\/div>\n\n<\/div><\/section>\n\n\n<!-- ============ RESPONSIBLE GAMING ============ -->\n\n<div class=\"wp-block-group rg\"><div class=\"wp-block-group__inner-container is-layout-flow wp-block-group-is-layout-flow\">\n\n<div class=\"wp-block-group wrap rg-inner\"><div class=\"wp-block-group__inner-container is-layout-flow wp-block-group-is-layout-flow\">\n\n\n<div class=\"wp-block-group\"><div class=\"wp-block-group__inner-container is-layout-flow wp-block-group-is-layout-flow\">\n\n<h3 class=\"wp-block-heading\">Play should stay fun<\/h3>\n\n\n<p class=\"wp-block-paragraph\">Set spending limits, take a cooling-off period, or self-exclude at any time from your account. If gambling stops feeling like recreation, free and confidential help is available 24\/7.<\/p>\n\n<\/div><\/div>\n\n\n\n<div class=\"wp-block-group rg-lines\"><div class=\"wp-block-group__inner-container is-layout-flow wp-block-group-is-layout-flow\">\n\n<p class=\"wp-block-paragraph\"><a href=\"tel:18005224700\">1-800-522-4700<\/a> \u00b7 National Problem Gambling Helpline<br><a href=\"tel:18004262537\">1-800-GAMBLER<\/a> \u00b7 Text 800GAM \u00b7 <a href=\"https:\/\/www.ncpgambling.org\/chat\" rel=\"noopener\">ncpgambling.org\/chat<\/a><\/p>\n\n<\/div><\/div>\n\n\n<\/div><\/div>\n\n<\/div><\/div>\n\n\n<!-- ============ FOOTER ============ -->\n\n<footer class=\"wp-block-group pgr-footer\"><div class=\"wp-block-group__inner-container is-layout-flow wp-block-group-is-layout-flow\">\n\n<div class=\"wp-block-group wrap\"><div class=\"wp-block-group__inner-container is-layout-flow wp-block-group-is-layout-flow\">\n\n\n<div class=\"wp-block-group foot-grid\"><div class=\"wp-block-group__inner-container is-layout-flow wp-block-group-is-layout-flow\">\n\n\n<div class=\"wp-block-group foot-brand\"><div class=\"wp-block-group__inner-container is-layout-flow wp-block-group-is-layout-flow\">\n\n<a class=\"brand\" href=\"https:\/\/www.phoenixgameroom.com\/\" style=\"margin-bottom:4px\">\n  <span class=\"pgr-logo\" style=\"width:46px;height:46px\" role=\"img\" aria-label=\"Phoenix Gameroom logo\"><\/span>\n  <span class=\"brand-name\">Phoenix Game Room<small>Online \u00b7 Sweepstakes<\/small><\/span>\n<\/a>\n\n\n<p class=\"wp-block-paragraph\">Phoenix Game Room Online is operated by SWIFTLET NEST, LLC, Dallas, Texas. A promotional sweepstakes platform. No purchase necessary.<\/p>\n\n<\/div><\/div>\n\n\n\n<div class=\"wp-block-group\"><div class=\"wp-block-group__inner-container is-layout-flow wp-block-group-is-layout-flow\">\n\n<h4 class=\"wp-block-heading\">Legal<\/h4>\n\n\n<ul class=\"wp-block-list\">\n<li><a href=\"https:\/\/www.phoenixgameroom.com\/terms-conditions\">Terms &amp; Conditions<\/a><\/li>\n<li><a href=\"https:\/\/www.phoenixgameroom.com\/game-platform-copy\">Privacy Policy<\/a><\/li>\n<li><a href=\"https:\/\/www.phoenixgameroom.com\/sweepstake-official-rules\">Sweepstake Official Rules<\/a><\/li>\n<li><a href=\"https:\/\/www.phoenixgameroom.com\/refund-and-cancellation\">Refund &amp; Cancellation<\/a><\/li>\n<li><a href=\"https:\/\/www.phoenixgameroom.com\/amoe-free-entry\">AMOE Free Entry<\/a><\/li>\n<li><a href=\"https:\/\/www.phoenixgameroom.com\/lawful-gaming-internet-gambling-notice\">Lawful Gaming &amp; Reg GG Notice<\/a><\/li>\n<\/ul>\n\n<\/div><\/div>\n\n\n\n<div class=\"wp-block-group\"><div class=\"wp-block-group__inner-container is-layout-flow wp-block-group-is-layout-flow\">\n\n<h4 class=\"wp-block-heading\">Player Care<\/h4>\n\n\n<ul class=\"wp-block-list\">\n<li><a href=\"https:\/\/www.phoenixgameroom.com\/responsible-gaming-policy\">Responsible Gaming Policy<\/a><\/li>\n<li><a href=\"https:\/\/www.phoenixgameroom.com\/responsible-social-gaming-policy\">Responsible Social Gaming Policy<\/a><\/li>\n<li><a href=\"https:\/\/www.phoenixgameroom.com\/age-gate-policy\">Age Gate Policy<\/a><\/li>\n<li><a href=\"https:\/\/www.phoenixgameroom.com\/accessibility-statement\">Accessibility Statement<\/a><\/li>\n<li><a href=\"https:\/\/www.phoenixgameroom.com\/contat-us\">Contact \/ Complaints<\/a><\/li>\n<\/ul>\n\n<\/div><\/div>\n\n\n<\/div><\/div>\n\n\n\n<div class=\"wp-block-group legal\"><div class=\"wp-block-group__inner-container is-layout-flow wp-block-group-is-layout-flow\">\n\n<p class=\"wp-block-paragraph\"><strong>NO PURCHASE NECESSARY TO ENTER OR WIN. A PURCHASE WILL NOT INCREASE YOUR CHANCES OF WINNING. VOID WHERE PROHIBITED.<\/strong> Open to legal residents of the United States (excluding residents of California, Connecticut, Idaho, Indiana, Louisiana, Michigan, Montana, Nevada, New Jersey, New York, Tennessee, and Washington) and Canada (excluding Quebec) who are at least 18 years old at the time of entry. Odds of winning depend on the number of eligible entries received. See the <a href=\"https:\/\/www.phoenixgameroom.com\/sweepstake-official-rules\">Official Rules<\/a> for entry periods, prize descriptions, approximate retail values, odds disclosures, and winner selection for each promotion.<\/p>\n\n\n<p class=\"wp-block-paragraph\"><strong>Redemption Disclaimer:<\/strong> The maximum redemption amount is $300 per transaction. All redemption requests are subject to eligibility verification, identity verification (KYC), and compliance review, and daily aggregate payout limits apply; payouts above a limit may be scheduled across multiple disbursements. Credits and virtual items have no cash value except as expressly stated. Winners are responsible for all applicable taxes; tax forms may be issued and amounts withheld where required by law. Disputes are resolved by binding individual arbitration administered by the American Arbitration Association under Delaware law, per the <a href=\"https:\/\/www.phoenixgameroom.com\/terms-conditions\">Terms &amp; Conditions<\/a>.<\/p>\n\n\n<p class=\"wp-block-paragraph\">Sponsor: SWIFTLET NEST, LLC, Dallas, Texas \u00b7 <a href=\"mailto:info@swiftletnest.com\">info@swiftletnest.com<\/a> \u00b7 \u00a9 2026 SWIFTLET NEST, LLC. All rights reserved.<\/p>\n\n<\/div><\/div>\n\n\n<\/div><\/div>\n\n<\/div><\/footer>\n\n\n<\/div><\/div>\n\n\n\n<!--\n  CHIP \/ VALIDATION SCRIPT.\n  Kept last and isolated so it is easy to move out if WordPress strips it.\n  To relocate: delete this block and add the same code to your child theme via\n  wp_enqueue_script, or paste it into a code-snippets plugin set to \"footer\".\n-->\n<script>\n(function(){\n  var amt=document.getElementById('amt');\n  var chips=document.querySelectorAll('.pgr-page .chip');\n  var err=document.getElementById('amt-err');\n  var pay=document.getElementById('pay-btn');\n  if(!amt||!pay){return;}\n  function syncChips(){\n    chips.forEach(function(c){c.classList.toggle('on',c.getAttribute('data-amt')===String(parseFloat(amt.value)));});\n  }\n  chips.forEach(function(c){\n    c.addEventListener('click',function(){\n      amt.value=c.getAttribute('data-amt');\n      err.style.display='none';\n      syncChips();\n    });\n  });\n  amt.addEventListener('input',function(){err.style.display='none';syncChips();});\n  \/* Wire the pay button to the gateway. Replace the placeholder behavior with\n     the hosted-checkout redirect for the approved gateway, passing\n     parseFloat(amt.value) as the transaction amount. *\/\n  pay.addEventListener('click',function(e){\n    e.preventDefault();\n    var v=parseFloat(amt.value);\n    if(!v||v<10){err.style.display='block';amt.focus();return;}\n    err.style.display='none';\n    document.getElementById('gateway-mount').scrollIntoView({behavior:'smooth',block:'center'});\n  });\n})();\n<\/script>\n\n\n\n\n<p class=\"wp-block-paragraph\"><\/p>\n","protected":false},"excerpt":{"rendered":"","protected":false},"author":2,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"_angie_page":false,"footnotes":"","_members_access_role":[],"_members_access_error":""},"class_list":["post-231","page","type-page","status-publish","hentry"],"_links":{"self":[{"href":"https:\/\/www.phoenixgameroom.online\/index.php?rest_route=\/wp\/v2\/pages\/231","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.phoenixgameroom.online\/index.php?rest_route=\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/www.phoenixgameroom.online\/index.php?rest_route=\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/www.phoenixgameroom.online\/index.php?rest_route=\/wp\/v2\/users\/2"}],"replies":[{"embeddable":true,"href":"https:\/\/www.phoenixgameroom.online\/index.php?rest_route=%2Fwp%2Fv2%2Fcomments&post=231"}],"version-history":[{"count":3,"href":"https:\/\/www.phoenixgameroom.online\/index.php?rest_route=\/wp\/v2\/pages\/231\/revisions"}],"predecessor-version":[{"id":237,"href":"https:\/\/www.phoenixgameroom.online\/index.php?rest_route=\/wp\/v2\/pages\/231\/revisions\/237"}],"wp:attachment":[{"href":"https:\/\/www.phoenixgameroom.online\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=231"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}