{"id":20,"date":"2025-09-08T15:35:17","date_gmt":"2025-09-08T15:35:17","guid":{"rendered":"https:\/\/purposewithaishikin.com\/?page_id=20"},"modified":"2025-09-09T08:31:39","modified_gmt":"2025-09-09T08:31:39","slug":"packages","status":"publish","type":"page","link":"https:\/\/purposewithaishikin.com\/?page_id=20","title":{"rendered":"\ud83c\udf3fFAQs\ud83c\udf3f"},"content":{"rendered":"\n<!-- FAQ Accordion \u2013 Purpose with Aishikin (Rewritten, easy\u2011edit) -->\n<!-- How to edit:\n  1) Change colors & fonts in the :root CSS variables below.\n  2) Edit each <summary> (question) and the <div> below it (answer).\n  3) Duplicate a full <details>\u2026<\/details> block to add more questions.\n-->\n<section class=\"pwia-faq\" aria-labelledby=\"faq-heading\">\n  <h2 id=\"faq-heading\">Frequently Asked Questions<\/h2>\n\n  <!-- FAQ ITEM 1 -->\n  <details>\n    <summary>How do I book a session?<\/summary>\n    <div>\n      All bookings are made via my <a href=\"\/contact\">Contact Me<\/a> page. Mention the package you\u2019re interested in and I\u2019ll reply within 1\u20132 business days to confirm details.\n    <\/div>\n  <\/details>\n\n  <!-- FAQ ITEM 2 -->\n  <details>\n    <summary>Do I need to prepare anything before my first session?<\/summary>\n    <div>\n      Not at all. Just bring yourself and an open mind. If you\u2019d like, jot down a few goals or challenges you want to focus on.\n    <\/div>\n  <\/details>\n\n  <!-- FAQ ITEM 3 -->\n  <details>\n    <summary>How are sessions delivered?<\/summary>\n    <div>\n      Sessions are online (Zoom or Google Meet) or by phone, depending on your preference.\n    <\/div>\n  <\/details>\n\n  <!-- FAQ ITEM 4 -->\n  <details>\n    <summary>What happens in a coaching session?<\/summary>\n    <div>\n      Each session is a guided conversation where we explore your goals, challenges, and next steps. I ask powerful questions, share tools, and support you in creating clarity and action.\n    <\/div>\n  <\/details>\n\n  <!-- FAQ ITEM 5 -->\n  <details>\n    <summary>Can I switch packages after I start?<\/summary>\n    <div>\n      Yes. If you start with a single session and want to continue, you can upgrade to a package and your first session will be counted toward it.\n    <\/div>\n  <\/details>\n\n  <!-- FAQ ITEM 6 -->\n  <details>\n    <summary>How long are packages valid for?<\/summary>\n    <div>\n      Packages must be used within <strong>3 months<\/strong> (4\u2011session package) or <strong>6 months<\/strong> (8\u2011session package) of purchase, unless otherwise agreed.\n    <\/div>\n  <\/details>\n\n  <!-- FAQ ITEM 7 -->\n  <details>\n    <summary>What if I need to reschedule?<\/summary>\n    <div>\n      Life happens. Please give at least <strong>24 hours\u2019 notice<\/strong> to reschedule. Late cancellations or no\u2011shows may count as a used session.\n    <\/div>\n  <\/details>\n\n  <!-- FAQ ITEM 8 -->\n  <details>\n    <summary>Do you offer coaching in person?<\/summary>\n    <div>\n      Currently, sessions are offered online or by phone. In\u2011person sessions may be available in Gothenburg upon request.\n    <\/div>\n  <\/details>\n\n  <!-- FAQ ITEM 9 -->\n  <details>\n    <summary>Are coaching sessions confidential?<\/summary>\n    <div>\n      Yes. Everything we discuss stays strictly between us. Your privacy and trust are my highest priority.\n    <\/div>\n  <\/details>\n\n  <!-- FAQ ITEM 10 -->\n  <details>\n    <summary>Is coaching the same as therapy?<\/summary>\n    <div>\n      No. Coaching is future\u2011focused, supporting you in clarity, growth, and action. It is not a replacement for professional therapy, counseling, or medical treatment.\n    <\/div>\n  <\/details>\n\n  <!-- FAQ ITEM 11 -->\n  <details>\n    <summary>Do you offer payment plans?<\/summary>\n    <div>\n      Yes. Packages can be split into <strong>two payments<\/strong> upon request.\n    <\/div>\n  <\/details>\n<\/section>\n\n<style>\n  \/* ===== Easy brand theming ===== *\/\n  :root{\n    --pw-font: ui-sans-serif, system-ui, -apple-system, Segoe UI, Roboto, Helvetica, Arial, \"Apple Color Emoji\", \"Segoe UI Emoji\";\n    --pw-text: #24323d;          \/* main text *\/\n    --pw-muted: #5b6b78;         \/* muted body text *\/\n    --pw-border: #dfe5ea;        \/* card border *\/\n    --pw-bg: #ffffff;            \/* card bg *\/\n    --pw-accent: #0f766e;        \/* BRAND LINK\/CURSOR color (teal) *\/\n    --pw-focus: #0ea5a4;         \/* focus ring color *\/\n    --pw-radius: 14px;           \/* card corners *\/\n    --pw-space: 1rem;            \/* base spacing *\/\n    --pw-h2: 1.85rem;            \/* heading size *\/\n    --pw-q: 1rem;                \/* question size *\/\n  }\n\n  .pwia-faq{max-width:820px;margin:0 auto;padding:1.25rem;font-family:var(--pw-font);color:var(--pw-text)}\n  .pwia-faq h2{font-size:var(--pw-h2);line-height:1.2;margin:0 0 1rem}\n  .pwia-faq details{background:var(--pw-bg);border:1px solid var(--pw-border);border-radius:var(--pw-radius);padding:calc(var(--pw-space)*.8) var(--pw-space);margin:.6rem 0;transition:box-shadow .2s ease, border-color .2s ease}\n  .pwia-faq summary{cursor:pointer;font-weight:650;font-size:var(--pw-q);outline:none;color:var(--pw-text)}\n  .pwia-faq details > div{padding:.55rem 0 .15rem 0;color:var(--pw-muted)}\n  .pwia-faq details[open]{box-shadow:0 10px 24px rgba(0,0,0,.06);border-color:#cfd6dc}\n  .pwia-faq a{color:var(--pw-accent);text-decoration:underline}\n  .pwia-faq summary::-webkit-details-marker{display:none}\n  .pwia-faq summary:focus{outline:2px solid var(--pw-focus);outline-offset:4px;border-radius:8px}\n\n  \/* Optional: reduce motion for users who prefer it *\/\n  @media (prefers-reduced-motion: reduce){\n    .pwia-faq details{transition:none}\n  }\n<\/style>\n\n<!-- SEO: FAQPage schema. Edit ONLY the text strings below to match your questions\/answers. -->\n<script type=\"application\/ld+json\">\n{\n  \"@context\": \"https:\/\/schema.org\",\n  \"@type\": \"FAQPage\",\n  \"mainEntity\": [\n    {\"@type\":\"Question\",\"name\":\"How do I book a session?\",\"acceptedAnswer\":{\"@type\":\"Answer\",\"text\":\"All bookings are made via my Contact Me page. Mention the package you\u2019re interested in and I\u2019ll reply within 1\u20132 business days to confirm details.\"}},\n    {\"@type\":\"Question\",\"name\":\"Do I need to prepare anything before my first session?\",\"acceptedAnswer\":{\"@type\":\"Answer\",\"text\":\"Not at all. Just bring yourself and an open mind. If you\u2019d like, jot down a few goals or challenges you want to focus on.\"}},\n    {\"@type\":\"Question\",\"name\":\"How are sessions delivered?\",\"acceptedAnswer\":{\"@type\":\"Answer\",\"text\":\"Sessions are online (Zoom or Google Meet) or by phone, depending on your preference.\"}},\n    {\"@type\":\"Question\",\"name\":\"What happens in a coaching session?\",\"acceptedAnswer\":{\"@type\":\"Answer\",\"text\":\"Each session is a guided conversation where we explore your goals, challenges, and next steps. I ask powerful questions, share tools, and support you in creating clarity and action.\"}},\n    {\"@type\":\"Question\",\"name\":\"Can I switch packages after I start?\",\"acceptedAnswer\":{\"@type\":\"Answer\",\"text\":\"Yes. If you start with a single session and want to continue, you can upgrade to a package and your first session will be counted toward it.\"}},\n    {\"@type\":\"Question\",\"name\":\"How long are packages valid for?\",\"acceptedAnswer\":{\"@type\":\"Answer\",\"text\":\"Packages must be used within 3 months (4-session package) or 6 months (8-session package) of purchase, unless otherwise agreed.\"}},\n    {\"@type\":\"Question\",\"name\":\"What if I need to reschedule?\",\"acceptedAnswer\":{\"@type\":\"Answer\",\"text\":\"Life happens. Please give at least 24 hours\u2019 notice to reschedule. Late cancellations or no-shows may count as a used session.\"}},\n    {\"@type\":\"Question\",\"name\":\"Do you offer coaching in person?\",\"acceptedAnswer\":{\"@type\":\"Answer\",\"text\":\"Currently, sessions are offered online or by phone. In-person sessions may be available in Gothenburg upon request.\"}},\n    {\"@type\":\"Question\",\"name\":\"Are coaching sessions confidential?\",\"acceptedAnswer\":{\"@type\":\"Answer\",\"text\":\"Yes. Everything we discuss stays strictly between us. Your privacy and trust are my highest priority.\"}},\n    {\"@type\":\"Question\",\"name\":\"Is coaching the same as therapy?\",\"acceptedAnswer\":{\"@type\":\"Answer\",\"text\":\"No. Coaching is future-focused, supporting you in clarity, growth, and action. It is not a replacement for professional therapy, counseling, or medical treatment.\"}},\n    {\"@type\":\"Question\",\"name\":\"Do you offer payment plans?\",\"acceptedAnswer\":{\"@type\":\"Answer\",\"text\":\"Yes. Packages can be split into two payments upon request.\"}}\n  ]\n}\n<\/script>\n","protected":false},"excerpt":{"rendered":"<p>Frequently Asked Questions How do I book a session? All bookings are made via my Contact Me page. Mention the package you\u2019re interested in and I\u2019ll reply within 1\u20132 business days to confirm details. Do I need to prepare anything before my first session? Not at all. Just bring yourself and an open mind. If&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-20","page","type-page","status-publish","hentry"],"_links":{"self":[{"href":"https:\/\/purposewithaishikin.com\/index.php?rest_route=\/wp\/v2\/pages\/20","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/purposewithaishikin.com\/index.php?rest_route=\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/purposewithaishikin.com\/index.php?rest_route=\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/purposewithaishikin.com\/index.php?rest_route=\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/purposewithaishikin.com\/index.php?rest_route=%2Fwp%2Fv2%2Fcomments&post=20"}],"version-history":[{"count":5,"href":"https:\/\/purposewithaishikin.com\/index.php?rest_route=\/wp\/v2\/pages\/20\/revisions"}],"predecessor-version":[{"id":108,"href":"https:\/\/purposewithaishikin.com\/index.php?rest_route=\/wp\/v2\/pages\/20\/revisions\/108"}],"wp:attachment":[{"href":"https:\/\/purposewithaishikin.com\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=20"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}