{"id":36,"date":"2025-11-20T14:05:22","date_gmt":"2025-11-20T14:05:22","guid":{"rendered":"https:\/\/agentdeck.agency\/?page_id=36"},"modified":"2025-11-20T14:27:00","modified_gmt":"2025-11-20T14:27:00","slug":"emergency-rescue","status":"publish","type":"page","link":"https:\/\/agentdeck.agency\/index.php\/emergency-rescue\/","title":{"rendered":"Emergency Rescue"},"content":{"rendered":"\n<!DOCTYPE html>\n<html lang=\"en\">\n<head>\n  <meta charset=\"UTF-8\" \/>\n  <title>Emergency Rescue Hotline<\/title>\n  <meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\" \/>\n  <style>\n    :root {\n      --bg: #050816;\n      --card: #0f172a;\n      --accent: #f97316;\n      --accent-soft: rgba(249, 115, 22, 0.12);\n      --text-main: #e5e7eb;\n      --text-muted: #9ca3af;\n      --danger: #ef4444;\n      --safe: #22c55e;\n    }\n\n    * {\n      box-sizing: border-box;\n      margin: 0;\n      padding: 0;\n    }\n\n    body {\n      font-family: system-ui, -apple-system, BlinkMacSystemFont, \"Segoe UI\", sans-serif;\n      background: radial-gradient(circle at top, #1e293b 0, #020617 45%, #000 100%);\n      color: var(--text-main);\n      min-height: 100vh;\n      display: flex;\n      align-items: stretch;\n      justify-content: center;\n      padding: 2rem 1.25rem;\n    }\n\n    .page {\n      max-width: 1100px;\n      width: 100%;\n      margin: 0 auto;\n      background: linear-gradient(145deg, rgba(15, 23, 42, 0.96), rgba(15, 23, 42, 0.85));\n      border-radius: 1.75rem;\n      border: 1px solid rgba(148, 163, 184, 0.25);\n      box-shadow:\n        0 40px 80px rgba(15, 23, 42, 0.9),\n        0 0 0 1px rgba(15, 23, 42, 0.9);\n      padding: 2rem 1.75rem;\n      display: grid;\n      grid-template-columns: minmax(0, 3fr) minmax(0, 2.2fr);\n      gap: 2.25rem;\n    }\n\n    @media (max-width: 880px) {\n      .page {\n        grid-template-columns: 1fr;\n        padding: 1.75rem 1.25rem;\n        border-radius: 1.25rem;\n      }\n    }\n\n    .badge-row {\n      display: flex;\n      gap: 0.75rem;\n      align-items: center;\n      margin-bottom: 1rem;\n      flex-wrap: wrap;\n    }\n\n    .badge {\n      display: inline-flex;\n      align-items: center;\n      gap: 0.4rem;\n      padding: 0.3rem 0.8rem;\n      border-radius: 999px;\n      background: rgba(15, 23, 42, 0.85);\n      border: 1px solid rgba(148, 163, 184, 0.35);\n      font-size: 0.78rem;\n      text-transform: uppercase;\n      letter-spacing: 0.08em;\n      color: var(--text-muted);\n    }\n\n    .badge-dot {\n      width: 8px;\n      height: 8px;\n      border-radius: 999px;\n      background: var(--danger);\n      box-shadow: 0 0 0 6px rgba(239, 68, 68, 0.15);\n    }\n\n    .badge-dot-safe {\n      background: var(--safe);\n      box-shadow: 0 0 0 6px rgba(34, 197, 94, 0.2);\n    }\n\n    .hero-title {\n      font-size: clamp(2.1rem, 4vw, 3rem);\n      font-weight: 800;\n      line-height: 1.1;\n      margin-bottom: 0.75rem;\n    }\n\n    .hero-title span.highlight {\n      color: var(--accent);\n      text-shadow: 0 0 22px rgba(249, 115, 22, 0.45);\n    }\n\n    .hero-subtitle {\n      font-size: 0.98rem;\n      color: var(--text-muted);\n      max-width: 34rem;\n      line-height: 1.6;\n      margin-bottom: 1.5rem;\n    }\n\n    .panic-box {\n      background: radial-gradient(circle at top left, var(--accent-soft), rgba(15, 23, 42, 0.95));\n      border-radius: 1rem;\n      border: 1px dashed rgba(249, 115, 22, 0.5);\n      padding: 1rem 1rem 1.2rem;\n      margin-bottom: 1.5rem;\n    }\n\n    .panic-title {\n      font-size: 0.95rem;\n      font-weight: 600;\n      margin-bottom: 0.5rem;\n    }\n\n    .panic-steps {\n      font-size: 0.9rem;\n      color: var(--text-muted);\n      list-style: decimal;\n      padding-left: 1.4rem;\n    }\n\n    .panic-steps li {\n      margin-bottom: 0.35rem;\n    }\n\n    .cta-row {\n      display: flex;\n      flex-wrap: wrap;\n      gap: 0.8rem;\n      align-items: center;\n      margin-bottom: 1rem;\n    }\n\n    .btn-primary {\n      background: radial-gradient(circle at top left, #f97316, #ea580c);\n      border-radius: 999px;\n      border: none;\n      padding: 0.85rem 1.7rem;\n      color: #111827;\n      font-weight: 600;\n      font-size: 0.96rem;\n      cursor: pointer;\n      text-decoration: none;\n      display: inline-flex;\n      align-items: center;\n      gap: 0.45rem;\n      box-shadow:\n        0 18px 35px rgba(249, 115, 22, 0.35),\n        0 0 0 1px rgba(15, 23, 42, 0.6);\n      transition: transform 0.08s ease-out, box-shadow 0.08s ease-out, translate 0.08s ease-out;\n    }\n\n    .btn-primary span.icon {\n      font-size: 1.1rem;\n    }\n\n    .btn-primary:hover {\n      transform: translateY(-1px);\n      box-shadow:\n        0 22px 40px rgba(249, 115, 22, 0.5),\n        0 0 0 1px rgba(15, 23, 42, 0.75);\n    }\n\n    .btn-secondary {\n      background: transparent;\n      border-radius: 999px;\n      border: 1px solid rgba(148, 163, 184, 0.7);\n      padding: 0.7rem 1.3rem;\n      color: var(--text-muted);\n      font-size: 0.85rem;\n      text-decoration: none;\n      display: inline-flex;\n      align-items: center;\n      gap: 0.35rem;\n      cursor: pointer;\n      transition: background 0.1s ease-out, border-color 0.1s ease-out, color 0.1s ease-out;\n    }\n\n    .btn-secondary:hover {\n      background: rgba(15, 23, 42, 0.95);\n      border-color: rgba(148, 163, 184, 1);\n      color: var(--text-main);\n    }\n\n    .availability-text {\n      font-size: 0.85rem;\n      color: var(--text-muted);\n    }\n\n    .availability-text strong {\n      color: var(--text-main);\n    }\n\n    .list-grid {\n      display: grid;\n      grid-template-columns: repeat(2, minmax(0, 1fr));\n      gap: 0.9rem 1.25rem;\n      margin-top: 1.4rem;\n    }\n\n    .list-item-label {\n      font-size: 0.78rem;\n      letter-spacing: 0.08em;\n      text-transform: uppercase;\n      color: var(--text-muted);\n      margin-bottom: 0.2rem;\n    }\n\n    .list-item-main {\n      font-size: 0.9rem;\n      font-weight: 600;\n    }\n\n    @media (max-width: 640px) {\n      .list-grid {\n        grid-template-columns: 1fr;\n      }\n    }\n\n    .right {\n      background: radial-gradient(circle at top, rgba(15, 23, 42, 0.9), rgba(15, 23, 42, 0.98));\n      border-radius: 1.4rem;\n      border: 1px solid rgba(148, 163, 184, 0.35);\n      padding: 1.4rem 1.25rem;\n      display: flex;\n      flex-direction: column;\n      gap: 1rem;\n      position: relative;\n      overflow: hidden;\n    }\n\n    .right::before {\n      content: \"\";\n      position: absolute;\n      inset: -40%;\n      background:\n        radial-gradient(circle at 0 0, rgba(249, 115, 22, 0.1), transparent 55%),\n        radial-gradient(circle at 100% 0, rgba(59, 130, 246, 0.12), transparent 55%);\n      opacity: 0.65;\n      pointer-events: none;\n    }\n\n    .right-inner {\n      position: relative;\n      z-index: 1;\n    }\n\n    .right-title {\n      font-size: 0.9rem;\n      text-transform: uppercase;\n      letter-spacing: 0.12em;\n      color: var(--text-muted);\n      margin-bottom: 0.3rem;\n    }\n\n    .right-heading {\n      font-size: 1.1rem;\n      font-weight: 600;\n      margin-bottom: 0.6rem;\n    }\n\n    .field-group {\n      margin-bottom: 0.8rem;\n    }\n\n    .field-label {\n      display: block;\n      font-size: 0.8rem;\n      margin-bottom: 0.3rem;\n      color: var(--text-muted);\n    }\n\n    .field-input,\n    .field-textarea,\n    .field-select {\n      width: 100%;\n      border-radius: 0.75rem;\n      border: 1px solid rgba(148, 163, 184, 0.45);\n      background: rgba(15, 23, 42, 0.96);\n      color: var(--text-main);\n      padding: 0.65rem 0.75rem;\n      font-size: 0.9rem;\n      outline: none;\n      transition: border-color 0.08s ease-out, box-shadow 0.08s ease-out, background 0.08s ease-out;\n    }\n\n    .field-input:focus,\n    .field-textarea:focus,\n    .field-select:focus {\n      border-color: var(--accent);\n      box-shadow: 0 0 0 1px rgba(249, 115, 22, 0.6);\n      background: #020617;\n    }\n\n    .field-textarea {\n      min-height: 90px;\n      resize: vertical;\n    }\n\n    .field-helper {\n      font-size: 0.75rem;\n      color: var(--text-muted);\n      margin-top: 0.2rem;\n    }\n\n    .right-footer {\n      margin-top: 0.4rem;\n      font-size: 0.78rem;\n      color: var(--text-muted);\n    }\n\n    .right-footer strong {\n      color: var(--text-main);\n    }\n\n    .disclaimer {\n      font-size: 0.73rem;\n      color: var(--text-muted);\n      margin-top: 0.5rem;\n    }\n\n    .disclaimer a {\n      color: var(--accent);\n      text-decoration: none;\n    }\n\n    .disclaimer a:hover {\n      text-decoration: underline;\n    }\n  <\/style>\n<\/head>\n<body>\n  <main class=\"page\">\n    <!-- LEFT SIDE: HERO & INSTRUCTIONS -->\n    <section>\n      <div class=\"badge-row\">\n        <div class=\"badge\">\n          <span class=\"badge-dot\"><\/span>\n          <span>Emergency Mode<\/span>\n        <\/div>\n        <div class=\"badge\">\n          <span class=\"badge-dot badge-dot-safe\"><\/span>\n          <span>Live human on duty<\/span>\n        <\/div>\n      <\/div>\n\n      <h1 class=\"hero-title\">\n        Kitchen <span class=\"highlight\">Emergency?<\/span><br \/>\n        Get a Chef on the Line.\n      <\/h1>\n\n      <p class=\"hero-subtitle\">\n        Turkey disaster, broken sauce, smoking oven, burned sides, guests arriving in 30 minutes?\n        Take a breath. This page connects you directly to our emergency rescue team so we can\n        talk you through it step by step.\n      <\/p>\n\n      <div class=\"panic-box\">\n        <p class=\"panic-title\">Before you panic, do this:<\/p>\n        <ol class=\"panic-steps\">\n          <li>Turn off direct heat on anything burning or smoking.<\/li>\n          <li>Move hot pans to a safe, stable surface.<\/li>\n          <li>Keep the oven closed if there are flames &mdash; do not throw water on grease.<\/li>\n          <li>Once things are stable, fill out the form and hit <strong>Request Rescue<\/strong>.<\/li>\n        <\/ol>\n      <\/div>\n\n      <div class=\"cta-row\">\n        <!-- Replace the href below with your actual booking or call URL -->\n        <!-- Pricing Buttons (linked to your WP checkout pages) -->\n<a href=\"https:\/\/agentdeck.agency\/index.php\/basic-rescue\/\" class=\"pricing-cta\" target=\"_blank\">Get Started<\/a>\n\n<a href=\"https:\/\/agentdeck.agency\/index.php\/precision-experience\/\" class=\"pricing-cta\" target=\"_blank\">Save My Day<\/a>\n\n<a href=\"https:\/\/agentdeck.agency\/index.php\/refined-dedicated\/\" class=\"pricing-cta\" target=\"_blank\">Go VIP<\/a>\n\n<!-- Final Big CTA -->\n<a href=\"https:\/\/agentdeck.agency\/index.php\/precision-experience\/\" class=\"final-cta-button\" target=\"_blank\">Reserve My Rescue Spot \u2192<\/a>\n class=&#8221;pricing-cta&#8221; target=&#8221;_blank&#8221;>Get Started<\/a>&#8220;>\n          <span class=\"icon\">\u26a1<\/span>\n          <span>Request Emergency Rescue<\/span>\n        <\/a>\n\n        <!-- Optional: link this to FAQ or normal support -->\n        <a href=\"\/support\" class=\"btn-secondary\">\n          <span>View Non-Urgent Support Options<\/span>\n        <\/a>\n      <\/div>\n\n      <p class=\"availability-text\">\n        <strong>Current status:<\/strong> Accepting emergency requests.<br \/>\n        Typical response time: <strong>5\u201315 minutes<\/strong> during active hours.\n      <\/p>\n\n      <div class=\"list-grid\">\n        <div>\n          <p class=\"list-item-label\">We can rescue<\/p>\n          <p class=\"list-item-main\">\n            Dry turkey, broken gravy, burnt sides, timing chaos, menu triage.\n          <\/p>\n        <\/div>\n        <div>\n          <p class=\"list-item-label\">We cannot handle<\/p>\n          <p class=\"list-item-main\">\n            Active fire. If there are real flames, call your local emergency services first.\n          <\/p>\n        <\/div>\n        <div>\n          <p class=\"list-item-label\">Ideal for<\/p>\n          <p class=\"list-item-main\">\n            Home cooks hosting guests, last-minute holiday saves, special-event dinners.\n          <\/p>\n        <\/div>\n        <div>\n          <p class=\"list-item-label\">What you&#8217;ll get<\/p>\n          <p class=\"list-item-main\">\n            Live guidance, backup plan, menu salvage strategy, and stress reduction.\n          <\/p>\n        <\/div>\n      <\/div>\n    <\/section>\n\n    <!-- RIGHT SIDE: RESCUE FORM \/ CONTACT CARD -->\n    <section class=\"right\" id=\"rescue-form\">\n      <div class=\"right-inner\">\n        <div>\n          <p class=\"right-title\">Emergency Intake<\/p>\n          <h2 class=\"right-heading\">Tell us what went wrong.<\/h2>\n          <p class=\"availability-text\">\n            Fill this out as clearly as you can. The more detail you give, the faster we can\n            get you a real fix.\n          <\/p>\n        <\/div>\n\n        <form action=\"\/emergency-rescue\" method=\"post\">\n          <!-- Replace action with your form handler, CRM, or WordPress form endpoint -->\n\n          <div class=\"field-group\">\n            <label class=\"field-label\" for=\"name\">Your name<\/label>\n            <input\n              type=\"text\"\n              id=\"name\"\n              name=\"name\"\n              class=\"field-input\"\n              placeholder=\"First name\"\n              required\n            \/>\n          <\/div>\n\n          <div class=\"field-group\">\n            <label class=\"field-label\" for=\"email\">Best email<\/label>\n            <input\n              type=\"email\"\n              id=\"email\"\n              name=\"email\"\n              class=\"field-input\"\n              placeholder=\"you@example.com\"\n              required\n            \/>\n            <p class=\"field-helper\">\n              We\u2019ll send call \/ session details and any written rescue plan here.\n            <\/p>\n          <\/div>\n\n          <div class=\"field-group\">\n            <label class=\"field-label\" for=\"contact\">Best way to reach you<\/label>\n            <select id=\"contact\" name=\"contact\" class=\"field-select\" required>\n              <option value=\"\">Select one<\/option>\n              <option value=\"phone-call\">Phone call<\/option>\n              <option value=\"video-call\">Video call<\/option>\n              <option value=\"audio-only\">Audio only<\/option>\n              <option value=\"chat\">Chat \/ messaging<\/option>\n            <\/select>\n          <\/div>\n\n          <div class=\"field-group\">\n            <label class=\"field-label\" for=\"urgency\">How soon is the meal?<\/label>\n            <select id=\"urgency\" name=\"urgency\" class=\"field-select\" required>\n              <option value=\"\">Choose an option<\/option>\n              <option value=\"now\">Guests already here<\/option>\n              <option value=\"30min\">In the next 30\u201360 minutes<\/option>\n              <option value=\"2hours\">In the next 2\u20133 hours<\/option>\n              <option value=\"later\">Later today \/ tonight<\/option>\n            <\/select>\n          <\/div>\n\n          <div class=\"field-group\">\n            <label class=\"field-label\" for=\"situation\">What went wrong?<\/label>\n            <textarea\n              id=\"situation\"\n              name=\"situation\"\n              class=\"field-textarea\"\n              placeholder=\"Example: 14 lb turkey, cooked at 325\u00b0F, breast is dry, thighs not done, guests in 45 minutes...\"\n              required\n            ><\/textarea>\n            <p class=\"field-helper\">\n              Include the dish, oven \/ grill temp, cook time so far, and what you\u2019re seeing\n              (dry, undercooked, burnt, etc.).\n            <\/p>\n          <\/div>\n\n          <div class=\"field-group\">\n            <label class=\"field-label\" for=\"allergies\">Allergies or dietary restrictions?<\/label>\n            <input\n              type=\"text\"\n              id=\"allergies\"\n              name=\"allergies\"\n              class=\"field-input\"\n              placeholder=\"Gluten-free, dairy-free, nut allergy, etc. (or leave blank)\"\n            \/>\n          <\/div>\n\n          <div class=\"field-group\">\n            <label class=\"field-label\" for=\"extras\">Anything else we should know?<\/label>\n            <textarea\n              id=\"extras\"\n              name=\"extras\"\n              class=\"field-textarea\"\n              placeholder=\"Number of guests, backup ingredients you have on hand, special tools (smoker, grill, etc.)\"\n            ><\/textarea>\n          <\/div>\n\n          <button type=\"submit\" class=\"btn-primary\" style=\"width:100%; justify-content:center; margin-top:0.3rem;\">\n            <span class=\"icon\">\ud83e\uddef<\/span>\n            <span>Send Emergency Request<\/span>\n          <\/button>\n        <\/form>\n\n        <div class=\"right-footer\">\n          <strong>After you submit:<\/strong> we\u2019ll review your situation and respond using your\n          preferred method as fast as possible during emergency hours.\n          <p class=\"disclaimer\">\n            This service is for kitchen and cooking issues only and is not a substitute for\n            real emergency services. If you are in danger or experiencing a fire, evacuate\n            and call your local emergency number immediately.\n          <\/p>\n        <\/div>\n      <\/div>\n    <\/section>\n  <\/main>\n<\/body>\n<\/html>\n","protected":false},"excerpt":{"rendered":"<p>Emergency Rescue Hotline Emergency Mode Live human on duty Kitchen Emergency? Get a Chef on the Line. Turkey disaster, broken sauce, smoking oven, burned sides, guests arriving in 30 minutes? Take a breath. This page connects you directly to our emergency rescue team so we can talk you through it step by step. Before you [&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-36","page","type-page","status-publish","hentry"],"_links":{"self":[{"href":"https:\/\/agentdeck.agency\/index.php\/wp-json\/wp\/v2\/pages\/36","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/agentdeck.agency\/index.php\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/agentdeck.agency\/index.php\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/agentdeck.agency\/index.php\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/agentdeck.agency\/index.php\/wp-json\/wp\/v2\/comments?post=36"}],"version-history":[{"count":3,"href":"https:\/\/agentdeck.agency\/index.php\/wp-json\/wp\/v2\/pages\/36\/revisions"}],"predecessor-version":[{"id":46,"href":"https:\/\/agentdeck.agency\/index.php\/wp-json\/wp\/v2\/pages\/36\/revisions\/46"}],"wp:attachment":[{"href":"https:\/\/agentdeck.agency\/index.php\/wp-json\/wp\/v2\/media?parent=36"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}