{"id":10,"date":"2025-09-12T00:34:56","date_gmt":"2025-09-12T00:34:56","guid":{"rendered":"https:\/\/lifecoachxg.com\/?page_id=10"},"modified":"2025-09-23T01:48:42","modified_gmt":"2025-09-23T01:48:42","slug":"homepage","status":"publish","type":"page","link":"https:\/\/lifecoachxg.com\/","title":{"rendered":"Homepage"},"content":{"rendered":"<style>\n\/* ====== GLOBAL TWEAKS (scoped to this page) ====== *\/\n:root { --xg-gap: 32px; }\n\n.xg-tight p,\n.xg-tight li { line-height: 1.45; }\n\n\/* Links: force black for unvisited\/visited; underline on hover *\/\n.xg-tight a,\n.xg-tight a:link,\n.xg-tight a:visited { color: #000 !important; }\n.xg-tight a:hover { color: #000 !important; text-decoration: underline; }\n\n\/* ====== HERO ====== *\/\n\/* Keep the top CTA button white (all states) *\/\n.hero-btn .wp-block-button__link,\n.hero-btn .wp-block-button__link:link,\n.hero-btn .wp-block-button__link:visited,\n.hero-btn .wp-block-button__link:hover,\n.hero-btn .wp-block-button__link:active,\n.hero-btn .wp-block-button__link:focus {\n  padding: 14px 28px;\n  font-weight: 600;\n  color: #fff !important;\n  border: 2px solid #fff !important;\n  background: transparent !important;\n}\n.hero-btn .wp-block-button__link:hover {\n  background: rgba(255,255,255,0.12) !important;\n}\n\n\/* Keep the second CTA (under the cards) text white (all states) *\/\n.cta-wide .wp-block-button__link,\n.cta-wide .wp-block-button__link:link,\n.cta-wide .wp-block-button__link:visited,\n.cta-wide .wp-block-button__link:hover,\n.cta-wide .wp-block-button__link:active,\n.cta-wide .wp-block-button__link:focus {\n  color: #fff !important;\n}\n\n\/* Hero title shadow (desktop + mobile) *\/\n.hero-title { text-shadow: 0 2px 10px rgba(0,0,0,.45); }\n\n\/* ====== BLURB CARD (above About me) ====== *\/\n.xg-blurb {\n  max-width: 900px;\n  margin: 0 auto;\n  background: #fff;\n  border: 1px solid rgba(0,0,0,1);\n  border-radius: 10px;\n  padding: 24px 22px;\n  box-shadow: 0 10px 30px rgba(0,0,0,.08);\n}\n\n\/* ====== ABOUT ====== *\/\n.about-tight p { line-height: 1.45; }\n\/* Black border around headshot (desktop + mobile) *\/\n.headshot img {\n  width: 100%; height: auto; display: block;\n  border-radius: 6px;\n  border: 2px solid #000;           \/* NEW: black border *\/\n}\n.about-wrap { gap: var(--xg-gap); }\n\n\/* ====== HOW I CAN HELP YOU \u2014 THREE CARDS IN ONE ROW ====== *\/\n.cta-three { gap: 20px; align-items: stretch; }\n\n\/* Each card: two-column grid (image tile + black panel) *\/\n.cta-card {\n  display: grid;\n  grid-template-columns: 48% 52%;\n  height: 260px;\n  border-radius: 6px;\n  overflow: hidden;\n  box-shadow: 0 10px 24px rgba(0,0,0,.12);\n}\n\n\/* Left colored tile *\/\n.cta-card__media { display: flex; align-items: center; justify-content: center; }\n.cta-card__media img { width: 100%; height: 100%; object-fit: contain; }\n\n\/* Per-card colors *\/\n.cta-blue  .cta-card__media  { background: #69a4c9; }\n.cta-green .cta-card__media  { background: #6aa56c; }\n.cta-red   .cta-card__media  { background: #d88a82; }\n\n\/* Right black text panel \u2014 ensure white text *\/\n.cta-card__panel {\n  background: #0e0e0e;\n  color: #fff !important;\n  display: flex; align-items: center; justify-content: center;\n  padding: 18px; text-align: center;\n}\n.cta-card__panel h3,\n.cta-card__panel p { color: #fff !important; }\n.cta-card__panel h3 {\n  margin: 0;\n  font-size: clamp(18px, 2.0vw, 26px);\n  line-height: 1.22;\n  font-weight: 700;\n}\n\n\/* Button under cards *\/\n.cta-wide .wp-block-button__link { padding: 14px 24px; font-size: 17px; }\n\n\/* ====== SESSION MODALITIES image smaller ====== *\/\n.cosmos-img img { width: 100%; height: auto; display: block; border-radius: 6px; }\n.session-columns { align-items: center; }\n.cosmos-narrow { max-width: 420px; margin-left: auto; }\n\n\/* ====== HYPNO BUTTON STYLE (white bg\/border, black text) ====== *\/\n.hypno-btn .wp-block-button__link,\n.hypno-btn .wp-block-button__link:link,\n.hypno-btn .wp-block-button__link:visited,\n.hypno-btn .wp-block-button__link:hover,\n.hypno-btn .wp-block-button__link:active,\n.hypno-btn .wp-block-button__link:focus {\n  background: #fff !important;\n  border: 2px solid #fff !important;\n  color: #000 !important;\n}\n\n\/* ====== MOBILE-ONLY TWEAKS ====== *\/\n@media (max-width: 781px){\n  .about-wrap { gap: 20px; }\n  .cta-three { gap: 16px; }\n  .cta-card { grid-template-columns: 1fr; height: auto; }\n  .cta-card__panel { padding: 16px; }\n  .cosmos-narrow { max-width: none; }\n\n  \/* 1) Hero tagline shadow (mobile only) *\/\n  .hero-tagline { text-shadow: 0 2px 8px rgba(0,0,0,.55); }\n\n  \/* 2) Side padding for the entire About section (mobile) *\/\n  .xg-about { padding-left: 16px; padding-right: 16px; }\n\n  \/* 3) Extra side padding around the blurb card (mobile) *\/\n  .xg-blurb { margin-left: 16px; margin-right: 16px; }\n\n  \/* 4) Reduce the three color panel images by ~50% on mobile only *\/\n  .cta-card__media img { width: 50% !important; height: auto; }\n\n  \/* 5) Add same side margin to Packages, FAQ, and Disclosure on mobile *\/\n  .xg-mobile-pad { margin-left: 16px; margin-right: 16px; }\n}\n\n\/* only paragraphs\/lists inside xg-tight get black links *\/\n.xg-tight p a,\n.xg-tight li a { color: #000 !important; }\n<\/style>\n\n<div class=\"xg-tight\">\n\n  <!-- ===== HERO (image background; same height) ===== -->\n  \n  <div class=\"wp-block-cover alignfull is-light has-parallax\" style=\"min-height:100vh;aspect-ratio:unset;\">\n    <div class=\"wp-block-cover__image-background wp-image-24 has-parallax\" style=\"background-position:50% 50%;background-image:url(https:\/\/lifecoachxg.com\/wp-content\/themes\/inspiro\/assets\/images\/StockSnap_M6D1GS9PSL.jpg)\"><\/div>\n    <span aria-hidden=\"true\" class=\"wp-block-cover__background has-background-dim-20 has-background-dim\"><\/span>\n    <div class=\"wp-block-cover__inner-container is-layout-flow wp-block-cover-is-layout-flow\">\n      <!-- Title -->\n      \n      <p class=\"has-text-align-center has-white-color has-text-color has-max-60-font-size hero-title\" style=\"font-style:normal;font-weight:900;line-height:1.2\">\n        <strong>Xavier Gomez<\/strong><br><strong>Life Coaching<\/strong>\n      <\/p>\n      \n\n      <!-- Tagline -->\n      \n      <p class=\"has-text-align-center has-white-color has-text-color has-medium-font-size hero-tagline\">Rewire your mind, reshape your reality<\/p>\n      \n\n      <div style=\"height:10px\" aria-hidden=\"true\" class=\"wp-block-spacer\"><\/div>\n\n      <!-- CTA -->\n      \n      <div class=\"wp-block-buttons is-content-justification-center is-layout-flex wp-container-core-buttons-is-layout-a89b3969 wp-block-buttons-is-layout-flex\">\n        \n        <div class=\"wp-block-button is-style-outline hero-btn is-style-outline--1\">\n          <a class=\"wp-block-button__link wp-element-button\" href=\"https:\/\/hypnoxg.as.me\/?appointmentType=83510522\" style=\"border-radius:0px\">Book a 45-min Clarity Session now!<\/a>\n        <\/div>\n        \n      <\/div>\n      \n    <\/div>\n  <\/div>\n  \n\n  <div style=\"height:50px\" aria-hidden=\"true\" class=\"wp-block-spacer\"><\/div>\n\n  <!-- ===== INTRO HEADING + BLURB ===== -->\n  \n  <div class=\"wp-block-group xg-blurb has-global-padding is-layout-constrained wp-block-group-is-layout-constrained\">\n    \n  <h2 class=\"wp-block-heading has-text-align-center has-medium-font-size\" style=\"letter-spacing:1px\">In 45 minutes, leave with an action plan to achieve your goals. Sessions in English\/Spanish via Zoom.<\/h2><p class=\"has-text-align-center\">\n  <a href=\"#pricing\">Pricing and Packages \u2192<\/a>\n<\/p>\n    \n  <\/div>\n  \n\n  <div style=\"height:50px\" aria-hidden=\"true\" class=\"wp-block-spacer\"><\/div>\n\n  <!-- ===== ABOUT ===== -->\n  \n  <div class=\"wp-block-group xg-about has-global-padding is-layout-constrained wp-block-group-is-layout-constrained\">\n    \n    <div class=\"wp-block-columns about-wrap is-layout-flex wp-container-core-columns-is-layout-28f84493 wp-block-columns-is-layout-flex\">\n      <!-- LEFT: PHOTO -->\n      \n      <div class=\"wp-block-column is-layout-flow wp-block-column-is-layout-flow\" style=\"flex-basis:38%\">\n        \n        <figure class=\"wp-block-image size-full headshot\">\n          <img loading=\"lazy\" decoding=\"async\" width=\"1101\" height=\"1274\" src=\"https:\/\/lifecoachxg.com\/wp-content\/uploads\/2025\/09\/Headshot1-e1757647159719.jpg\" alt=\"\" class=\"wp-image-28\" srcset=\"https:\/\/lifecoachxg.com\/wp-content\/uploads\/2025\/09\/Headshot1-e1757647159719.jpg 1101w, https:\/\/lifecoachxg.com\/wp-content\/uploads\/2025\/09\/Headshot1-e1757647159719-259x300.jpg 259w, https:\/\/lifecoachxg.com\/wp-content\/uploads\/2025\/09\/Headshot1-e1757647159719-885x1024.jpg 885w, https:\/\/lifecoachxg.com\/wp-content\/uploads\/2025\/09\/Headshot1-e1757647159719-10x12.jpg 10w, https:\/\/lifecoachxg.com\/wp-content\/uploads\/2025\/09\/Headshot1-e1757647159719-768x889.jpg 768w\" sizes=\"auto, (max-width: 1101px) 100vw, 1101px\" \/>\n        <\/figure>\n        \n      <\/div>\n      \n\n      <!-- RIGHT: TEXT -->\n      \n      <div class=\"wp-block-column about-tight is-layout-flow wp-block-column-is-layout-flow\" style=\"flex-basis:62%\">\n        \n        <h2 class=\"wp-block-heading has-text-align-center\">About me <\/h2>\n        \n\n        \n        <p class=\"has-text-align-left\">My name is <strong>Xavier Gomez, M.A. CCHt.<\/strong> I am a Life Coach, <strong>Certified Clinical Hypnotherapist <\/strong>(HMI-trained), and I have a <strong>Masters degree in Counseling Psychology<\/strong> from Pacifica Graduate Institute. I help motivated people build <strong>confidence<\/strong>, <strong>design better habits<\/strong>, and <strong>follow through<\/strong>\u2014so their <strong>daily actions<\/strong> can <strong>match their goals<\/strong>.<br><br><strong> I provide Online Life-Coaching sessions<\/strong> to clients in the U.S. and internationally. Sessions can be conducted in <strong>English or Spanish<\/strong><\/p>\n        \n\n        \n        <h2 class=\"wp-block-heading has-text-align-center\">My Background <\/h2>\n        \n        <p class=\"has-text-align-left\"><strong>My experience<\/strong> includes <strong>20 years <\/strong>working in <strong>community mental health<\/strong> settings supporting children, families, and adults. That experience informs my coaching, which focuses on teaching you <strong>skills<\/strong>, <strong>strategies<\/strong> and <strong>insight-building techniques<\/strong> to improve your ability to navigate <strong>dating\/relationships<\/strong> and <strong>life transitions<\/strong> (newlyweds, new parents, separations, graduation, new career, etc).<br><br> As a clarification, in my role as a Life Coach I do not diagnose clients or provide treatment for mental health diagnosis. I want to use my experience to <strong>help people<\/strong> that don&#8217;t need therapy but are still struggling <strong>with the life&#8217;s challenges.<\/strong>. <\/p>\n      <\/div>\n      \n    <\/div>\n    \n\n    <div style=\"height:50px\" aria-hidden=\"true\" class=\"wp-block-spacer\"><\/div>\n  <\/div>\n  \n\n  <!-- ===== STRIP DIVIDER (thin) ===== -->\n  \n  <div class=\"wp-block-cover alignfull has-parallax is-layout-flow wp-block-cover-is-layout-flow\" style=\"border-radius:0px;min-height:300px;aspect-ratio:unset;\">\n    <div class=\"wp-block-cover__image-background wp-image-24 has-parallax\" style=\"background-position:50% 50%;background-image:url(https:\/\/lifecoachxg.com\/wp-content\/themes\/inspiro\/assets\/images\/StockSnap_M6D1GS9PSL.jpg)\"><\/div>\n    <div class=\"wp-block-cover__inner-container\"><p><\/p><\/div>\n  <\/div>\n  \n\n  <div style=\"height:50px\" aria-hidden=\"true\" class=\"wp-block-spacer\"><\/div>\n\n  <!-- ===== HOW I CAN HELP YOU (REPLACED CONTENT ONLY) ===== -->\n  \n  <div id=\"services\" class=\"wp-block-group alignfull has-global-padding is-layout-constrained wp-block-group-is-layout-constrained\">\n    \n    <h2 class=\"wp-block-heading has-text-align-left\">How I Can Help<\/h2>\n    \n\n    <!-- Bulleted outcomes -->\n    <ul>\n      <li><strong>Clarify goals<\/strong> and turn them into a realistic and doable action plan<\/li>\n      <li><strong>Reduce day-to-day stress<\/strong> and strengthen life skills <\/li>\n      <li>Improve <strong>communication &amp; boundaries<\/strong> in work and relationships<\/li>\n      <li>Build <strong>confidence<\/strong> for dating, public speaking, or creative pursuits<\/li>\n      <li>Design <strong>habits<\/strong> that support sleep, focus, health, and follow-through<\/li>\n      <li>Optionally integrate your <strong>spiritual<\/strong> side (mindfulness, meaning, manifesting) in a grounded way<\/li>\n    <\/ul>\n\n    <div style=\"height:24px\" aria-hidden=\"true\" class=\"wp-block-spacer\"><\/div>\n\n    <!-- THREE CARDS IN ONE ROW (unchanged) -->\n    \n    <div class=\"wp-block-columns cta-three is-layout-flex wp-container-core-columns-is-layout-28f84493 wp-block-columns-is-layout-flex\">\n\n      <!-- CARD 1 -->\n      \n      <div class=\"wp-block-column is-layout-flow wp-block-column-is-layout-flow\">\n        <div class=\"cta-card cta-blue\">\n          <div class=\"cta-card__media\">\n            <img decoding=\"async\" src=\"https:\/\/lifecoachxg.com\/wp-content\/uploads\/2025\/09\/ChatGPT-Image-Sep-11-2025-08_35_02-PM-683x1024.png\" alt=\"Feeling stuck icon\">\n          <\/div>\n          <div class=\"cta-card__panel\">\n            <h3>Feeling Stuck or Lost?<\/h3>\n          <\/div>\n        <\/div>\n      <\/div>\n      \n\n      <!-- CARD 2 -->\n      \n      <div class=\"wp-block-column is-layout-flow wp-block-column-is-layout-flow\">\n        <div class=\"cta-card cta-green\">\n          <div class=\"cta-card__media\">\n            <img decoding=\"async\" src=\"https:\/\/lifecoachxg.com\/wp-content\/uploads\/2025\/09\/ChatGPT-Image-Sep-11-2025-08_39_18-PM-683x1024.png\" alt=\"Career transitions icon\">\n          <\/div>\n          <div class=\"cta-card__panel\">\n            <h3>Need help with Life or Career Transitions?<\/h3>\n          <\/div>\n        <\/div>\n      <\/div>\n      \n\n      <!-- CARD 3 -->\n      \n      <div class=\"wp-block-column is-layout-flow wp-block-column-is-layout-flow\">\n        <div class=\"cta-card cta-red\">\n          <div class=\"cta-card__media\">\n            <img decoding=\"async\" src=\"https:\/\/lifecoachxg.com\/wp-content\/uploads\/2025\/09\/ChatGPT-Image-Sep-11-2025-08_44_17-PM-683x1024.png\" alt=\"Personal goals icon\">\n          <\/div>\n          <div class=\"cta-card__panel\">\n            <h3>Need support to achieve personal goals?<\/h3>\n          <\/div>\n        <\/div>\n      <\/div>\n      \n\n    <\/div>\n    \n\n    <div style=\"height:18px\" aria-hidden=\"true\" class=\"wp-block-spacer\"><\/div>\n\n    <!-- Button under cards (text updated) -->\n    \n    <div class=\"wp-block-buttons is-content-justification-center is-layout-flex wp-container-core-buttons-is-layout-a89b3969 wp-block-buttons-is-layout-flex\">\n      \n      <div class=\"wp-block-button cta-wide\">\n        <a class=\"wp-block-button__link wp-element-button\" href=\"https:\/\/hypnoxg.as.me\/?appointmentType=83510522\" id=\"pricing\">Book a 45-min Clarity Session now!<\/a>\n      <\/div>\n      \n    <\/div>\n    \n  <\/div>\n  \n\n  <div style=\"height:80px\" aria-hidden=\"true\" class=\"wp-block-spacer\"><\/div>\n\n  <!-- ===== SESSION MODALITIES (REPLACED CONTENT ONLY) ===== -->\n  \n  <div class=\"wp-block-group alignfull has-global-padding is-layout-constrained wp-block-group-is-layout-constrained\">\n    \n    <div class=\"wp-block-group has-global-padding is-layout-constrained wp-block-group-is-layout-constrained\">\n      \n      <div class=\"wp-block-columns session-columns is-layout-flex wp-container-core-columns-is-layout-c375d253 wp-block-columns-is-layout-flex\">\n        <!-- TEXT -->\n        \n        <div class=\"wp-block-column is-vertically-aligned-center is-layout-flow wp-block-column-is-layout-flow\">\n          \n          <h2 class=\"wp-block-heading has-text-align-left\" >Session Modalities &amp; Pricing<\/h2>\n          \n\n          \n          <p><strong>$80 per regular session (60 minutes)<\/strong> via <strong>Zoom<\/strong> or <strong>telephone<\/strong>.<br><br>\n          Between sessions, I provide <strong>brief check-ins by text<\/strong> for clarification and encouragement <em>(weekdays, 24\u201348h response; comprehensive coaching happens in session)<\/em>.<\/p>\n          \n\n          \n          <h3 class=\"wp-block-heading\">Optional Hypnotherapy Sessions<\/h3>\n          \n\n          \n          <p>If you&#8217;re interested, I also offer Hypnotherapy sessions to support goals like <strong>confidence, motivation, stress reduction, performance,<\/strong> and <strong>habit change<\/strong>. Hypnotherapy can assist with <strong>self-improvement<\/strong> but is <strong>not a replacement for psychotherapy or medical treatment<\/strong>. For more information, visit my <a href=\"https:\/\/www.hypnoxg.com\" target=\"_blank\" rel=\"noopener\">Hypnotherapy page<\/a>.<\/p>\n          \n\n         \n        <\/div>\n        \n\n        <!-- IMAGE (unchanged) -->\n        \n        <div class=\"wp-block-column cosmos-narrow is-layout-flow wp-block-column-is-layout-flow\">\n          \n          <figure class=\"wp-block-image size-full cosmos-img\">\n            <img loading=\"lazy\" decoding=\"async\" width=\"1024\" height=\"1024\" src=\"https:\/\/lifecoachxg.com\/wp-content\/uploads\/2025\/09\/ChatGPT-Image-Sep-12-2025-12_06_11-AM.png\" alt=\"\" class=\"wp-image-52\" srcset=\"https:\/\/lifecoachxg.com\/wp-content\/uploads\/2025\/09\/ChatGPT-Image-Sep-12-2025-12_06_11-AM.png 1024w, https:\/\/lifecoachxg.com\/wp-content\/uploads\/2025\/09\/ChatGPT-Image-Sep-12-2025-12_06_11-AM-300x300.png 300w, https:\/\/lifecoachxg.com\/wp-content\/uploads\/2025\/09\/ChatGPT-Image-Sep-12-2025-12_06_11-AM-150x150.png 150w, https:\/\/lifecoachxg.com\/wp-content\/uploads\/2025\/09\/ChatGPT-Image-Sep-12-2025-12_06_11-AM-12x12.png 12w\" sizes=\"auto, (max-width: 1024px) 100vw, 1024px\" \/>\n          <\/figure>\n          \n        <\/div>\n        \n      <\/div>\n      \n    <\/div>\n    \n  <\/div>\n  \n\n  <!-- ===== PACKAGES ===== -->\n  <div style=\"height:40px\" aria-hidden=\"true\" class=\"wp-block-spacer\"><\/div>\n  \n  <div class=\"wp-block-group xg-mobile-pad has-global-padding is-layout-constrained wp-block-group-is-layout-constrained\">\n    \n    <h2 class=\"wp-block-heading has-text-align-left\">Packages<\/h2>\n    \n\n    \n    <div class=\"wp-block-columns is-layout-flex wp-container-core-columns-is-layout-28f84493 wp-block-columns-is-layout-flex\">\n      <!-- pkg 1 -->\n      <div class=\"wp-block-column\">\n        <h4>Clarity Session<\/h4>\n        <p><strong>$35 \u2022 45 minutes (Zoom)<\/strong><\/p>\n        <ul>\n          <li>Quick intake + priority goal<\/li>\n          <li>Develop an Action plan (PDF)<\/li>\n          <li>1 week of follow-up text messages (24h response)<\/li>\n        <\/ul>\n        <p><a href=\"https:\/\/hypnoxg.as.me\/?appointmentType=83510522\"><strong>Book now \u2192<\/strong><\/a><\/p>\n      <\/div>\n\n      <!-- pkg 2 -->\n      <div class=\"wp-block-column\">\n        <h4>Regular Session<\/h4>\n        <p><strong>$80 \u2022 60 minutes (Zoom\/Phone)<\/strong><\/p>\n        <ul>\n          <li>Coaching on goals, habits, and confidence<\/li>\n          <li>Written recap with next steps (PDF)<\/li>\n          <li>1 week of follow-up text messages (24h response)<\/li>\n        <\/ul>\n        <p><a href=\"https:\/\/hypnoxg.as.me\/?appointmentType=83266743\"><strong>Book now \u2192<\/strong><\/a><\/p>\n      <\/div>\n    <\/div>\n    \n\n    \n    <div class=\"wp-block-columns is-layout-flex wp-container-core-columns-is-layout-28f84493 wp-block-columns-is-layout-flex\">\n      <!-- pkg 3 -->\n      <div class=\"wp-block-column\">\n        <h4>2-Week Reset<\/h4>\n        <p><strong>$150 \u2022 2 x 60 min Sessions (Zoom\/Phone)<\/strong><\/p>\n        <ul>\n          <li>Deeper dive on barriers and actions to achieve goals<\/li>\n          <li>Habit tracker + accountability<\/li>\n          <li>2 weeks of follow-up text messages (24h response)<\/li>\n        <\/ul>\n        <p><a href=\"https:\/\/app.acuityscheduling.com\/catalog.php?owner=36489974&#038;action=addCart&#038;clear=1&#038;id=2049534\"><strong>Book now \u2192<\/strong><\/a><\/p>\n      <\/div>\n\n      <!-- pkg 4 -->\n      <div class=\"wp-block-column\">\n        <h4>30-Day Sprint<\/h4>\n        <p><strong>$315 \u2022 4 sessions<\/strong><\/p>\n        <ul>\n          <li>Weekly 60 min coaching sessions for a month (Zoom\/Phone)<\/li>\n          <li>Personalized long-term action plan &amp; progress check<\/li>\n          <li>1 month of follow-up text messages (24h response)<\/li>\n        <\/ul>\n        <p><a href=\"https:\/\/app.acuityscheduling.com\/catalog.php?owner=36489974&#038;action=addCart&#038;clear=1&#038;id=2049540\"><strong>Book now \u2192<\/strong><\/a><\/p>\n      <\/div>\n    <\/div>\n    \n  <\/div>\n  \n\n  <div style=\"height:80px\" aria-hidden=\"true\" class=\"wp-block-spacer\"><\/div>\n\n  <!-- ===== MICRO FAQ (centered, under Packages) ===== -->\n  \n  <div class=\"wp-block-group xg-mobile-pad has-global-padding is-layout-constrained wp-block-group-is-layout-constrained\">\n    <h3 class=\"has-text-align-center\">FAQ<\/h3>\n\n    <p class=\"has-text-align-center\"><strong>Is this therapy?<\/strong><br>\n    No. Coaching focuses on goals, skills, and accountability. It isn\u2019t psychotherapy, counseling, or medical care.<\/p>\n\n    <p class=\"has-text-align-center\"><strong>How do sessions work?<\/strong><br>\n    We meet on Zoom\/phone, choose one priority goal, and create a simple weekly plan. You\u2019ll get a written recap after full sessions.<\/p>\n\n    <p class=\"has-text-align-center\"><strong>Can we integrate spirituality?<\/strong><br>\n    Yes\u2014mindset\/meaning\/manifesting can be included in a grounded, practical way if you want it.<\/p>\n\n    <p class=\"has-text-align-center\"><strong>What about hypnotherapy?<\/strong><br>\n    It\u2019s optional and for self-improvement only (confidence, motivation, stress reduction, habits)\u2014not psychotherapy or medical treatment.<\/p>\n  <\/div>\n  \n\n  <div style=\"height:80px\" aria-hidden=\"true\" class=\"wp-block-spacer\"><\/div>\n\n  <!-- ===== STRIP DIVIDER (between Packages and Disclosure) ===== -->\n  \n  <div class=\"wp-block-cover alignfull has-parallax is-layout-flow wp-block-cover-is-layout-flow\" style=\"border-radius:0px;min-height:400px;aspect-ratio:unset;\">\n    <div class=\"wp-block-cover__image-background wp-image-24 has-parallax\" style=\"background-position:50% 50%;background-image:url(https:\/\/lifecoachxg.com\/wp-content\/themes\/inspiro\/assets\/images\/StockSnap_M6D1GS9PSL.jpg)\"><\/div>\n    <div class=\"wp-block-cover__inner-container\"><p><\/p><\/div>\n  <\/div>\n  \n\n  <div style=\"height:40px\" aria-hidden=\"true\" class=\"wp-block-spacer\"><\/div>\n\n  <!-- ===== DISCLOSURE (added back) ===== -->\n  \n  <div class=\"wp-block-group xg-mobile-pad has-global-padding is-layout-constrained wp-block-group-is-layout-constrained\">\n    <p><sub><strong><em>Important Coaching Disclosure:<\/em><\/strong> <em>Coaching focuses on personal goals, skills, and accountability. It is not psychotherapy, counseling, medical care, or a substitute for them. I do not diagnose or treat mental-health conditions. If you are experiencing significant distress or symptoms consistent with a mental-health condition, please seek care from a licensed professional. If therapy becomes indicated at any point, I will provide referrals to licensed providers.<\/em><\/sub><\/p>\n  <\/div>\n  \n\n  <div style=\"height:40px\" aria-hidden=\"true\" class=\"wp-block-spacer\"><\/div>\n\n<\/div>\n","protected":false},"excerpt":{"rendered":"<p>In 45 minutes, leave with an action plan to achieve your goals. Sessions in English\/Spanish via Zoom. Pricing and Packages \u2192 About me My name is Xavier Gomez, M.A. CCHt. I am a Life Coach, Certified Clinical Hypnotherapist (HMI-trained), and I have a Masters degree in Counseling Psychology from Pacifica Graduate Institute. I help motivated &hellip; <\/p>\n<p class=\"link-more\"><a href=\"https:\/\/lifecoachxg.com\/\" class=\"more-link\">Read more<span class=\"screen-reader-text\"> &#8220;Homepage&#8221;<\/span><\/a><\/p>\n","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"page-templates\/homepage-builder-bb.php","meta":{"footnotes":""},"class_list":["post-10","page","type-page","status-publish","hentry"],"_links":{"self":[{"href":"https:\/\/lifecoachxg.com\/index.php?rest_route=\/wp\/v2\/pages\/10","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/lifecoachxg.com\/index.php?rest_route=\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/lifecoachxg.com\/index.php?rest_route=\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/lifecoachxg.com\/index.php?rest_route=\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/lifecoachxg.com\/index.php?rest_route=%2Fwp%2Fv2%2Fcomments&post=10"}],"version-history":[{"count":5,"href":"https:\/\/lifecoachxg.com\/index.php?rest_route=\/wp\/v2\/pages\/10\/revisions"}],"predecessor-version":[{"id":242,"href":"https:\/\/lifecoachxg.com\/index.php?rest_route=\/wp\/v2\/pages\/10\/revisions\/242"}],"wp:attachment":[{"href":"https:\/\/lifecoachxg.com\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=10"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}