{"id":7,"date":"2026-03-27T19:56:13","date_gmt":"2026-03-27T19:56:13","guid":{"rendered":"https:\/\/beyondimagininghypnosis.com\/?page_id=7"},"modified":"2026-05-01T10:53:46","modified_gmt":"2026-05-01T10:53:46","slug":"elementor-7","status":"publish","type":"page","link":"https:\/\/beyondimagininghypnosis.com\/","title":{"rendered":"Homepage"},"content":{"rendered":"\t\t<div data-elementor-type=\"wp-post\" data-elementor-id=\"7\" class=\"elementor elementor-7\">\n\t\t\t\t<div class=\"elementor-element elementor-element-7414cd6 e-con-full e-flex e-con e-parent\" data-id=\"7414cd6\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-30dc1a2 elementor-widget elementor-widget-html\" data-id=\"30dc1a2\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t\t<!DOCTYPE html>\n<html lang=\"en\">\n<head>\n<meta charset=\"UTF-8\">\n<meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\">\n<title>Beyond Imagining Hypnosis Academy<\/title>\n<link rel=\"preconnect\" href=\"https:\/\/fonts.googleapis.com\">\n<link rel=\"preconnect\" href=\"https:\/\/fonts.gstatic.com\" crossorigin>\n<link href=\"https:\/\/fonts.googleapis.com\/css2?family=Cormorant+Garamond:ital,wght@0,300;0,400;0,500;0,600;1,300;1,400&family=Cinzel:wght@400;500;600&family=Jost:wght@300;400;500&display=swap\" rel=\"stylesheet\">\n<style>\n  :root {\n    --deep: #0a0e1a;\n    --midnight: #0d1528;\n    --navy: #112044;\n    --sky: #2a6ca8;\n    --light-sky: #4a9fd4;\n    --celestial: #7ec8e3;\n    --gold: #c9a84c;\n    --gold-light: #e8c96e;\n    --cream: #f5f0e8;\n    --white: #ffffff;\n    --text-muted: rgba(255,255,255,0.6);\n    --glass: rgba(255,255,255,0.06);\n    --glass-border: rgba(255,255,255,0.12);\n  }\n\n  * { margin: 0; padding: 0; box-sizing: border-box; }\n  html { scroll-behavior: smooth; }\n\n  body {\n    background-color: var(--deep);\n    color: var(--white);\n    font-family: 'Jost', sans-serif;\n    font-weight: 300;\n    line-height: 1.7;\n    overflow-x: hidden;\n  }\n\n  .stars-canvas {\n    position: fixed;\n    top: 0; left: 0;\n    width: 100%; height: 100%;\n    pointer-events: none;\n    z-index: 0;\n    opacity: 0.5;\n  }\n\n  \/* \u2500\u2500 HERO \u2500\u2500 *\/\n  .hero {\n    position: relative;\n    min-height: 100vh;\n    display: flex;\n    flex-direction: column;\n    align-items: center;\n    justify-content: center;\n    text-align: center;\n    padding: 80px 24px 60px;\n    overflow: hidden;\n  }\n\n  .hero-glow {\n    position: absolute;\n    top: 50%; left: 50%;\n    transform: translate(-50%, -60%);\n    width: 800px; height: 800px;\n    background: radial-gradient(ellipse, rgba(42,108,168,0.35) 0%, rgba(126,200,227,0.12) 40%, transparent 70%);\n    pointer-events: none;\n    animation: pulseGlow 6s ease-in-out infinite;\n  }\n\n  @keyframes pulseGlow {\n    0%, 100% { opacity: 0.7; transform: translate(-50%, -60%) scale(1); }\n    50% { opacity: 1; transform: translate(-50%, -60%) scale(1.08); }\n  }\n\n  \/* CHANGED: square logo \u2014 removed border-radius: 50% and overflow: hidden *\/\n  .hero-logo {\n    position: relative; z-index: 2;\n    width: 180px; height: 180px;\n    border-radius: 0;\n    box-shadow: 0 0 60px rgba(126,200,227,0.3), 0 0 120px rgba(42,108,168,0.2);\n    animation: fadeSlideDown 1s ease forwards;\n    opacity: 0;\n  }\n  .hero-logo img { width: 100%; height: 100%; object-fit: contain; display: block; }\n\n  .hero-eyebrow {\n    position: relative; z-index: 2;\n    font-family: 'Cinzel', serif;\n    font-size: 11px; letter-spacing: 6px;\n    color: var(--gold); text-transform: uppercase;\n    margin-top: 20px;\n    animation: fadeSlideDown 1s 0.2s ease forwards; opacity: 0;\n  }\n\n  .hero-title {\n    position: relative; z-index: 2;\n    font-family: 'Cormorant Garamond', serif;\n    font-weight: 300;\n    font-size: clamp(42px, 8vw, 90px);\n    line-height: 1.05; margin-top: 16px;\n    animation: fadeSlideDown 1s 0.35s ease forwards; opacity: 0;\n  }\n  .hero-title em { font-style: italic; color: var(--celestial); }\n\n  \/* CHANGED: \"Professional Training\" moved here, just above subtitle *\/\n  .hero-training-label {\n    position: relative; z-index: 2;\n    font-family: 'Cinzel', serif;\n    font-size: 10px; letter-spacing: 6px;\n    color: var(--gold); text-transform: uppercase;\n    margin-top: 20px;\n    animation: fadeSlideDown 1s 0.48s ease forwards; opacity: 0;\n  }\n\n  .hero-subtitle {\n    position: relative; z-index: 2;\n    font-family: 'Cinzel', serif;\n    font-size: clamp(11px, 2vw, 14px); letter-spacing: 4px;\n    color: var(--text-muted); margin-top: 10px;\n    animation: fadeSlideDown 1s 0.5s ease forwards; opacity: 0;\n  }\n\n  .hero-tagline {\n    position: relative; z-index: 2;\n    font-family: 'Cormorant Garamond', serif;\n    font-style: italic;\n    font-size: clamp(18px, 3vw, 26px);\n    color: var(--cream); opacity: 0;\n    margin-top: 28px; max-width: 680px;\n    animation: fadeSlideDown 1s 0.65s ease forwards;\n  }\n\n  .hero-divider {\n    position: relative; z-index: 2;\n    width: 80px; height: 1px;\n    background: linear-gradient(90deg, transparent, var(--gold), transparent);\n    margin: 32px auto;\n    animation: fadeSlideDown 1s 0.8s ease forwards; opacity: 0;\n  }\n\n  .hero-cta {\n    position: relative; z-index: 2;\n    display: flex; gap: 16px;\n    flex-wrap: wrap; justify-content: center;\n    animation: fadeSlideDown 1s 0.95s ease forwards; opacity: 0;\n  }\n\n  .btn-primary {\n    display: inline-block; padding: 14px 36px;\n    background: linear-gradient(135deg, var(--sky), var(--light-sky));\n    color: var(--white);\n    font-family: 'Cinzel', serif;\n    font-size: 12px; letter-spacing: 3px;\n    text-transform: uppercase; text-decoration: none;\n    border-radius: 2px; transition: all 0.3s ease;\n    box-shadow: 0 4px 24px rgba(42,108,168,0.4);\n  }\n  .btn-primary:hover { transform: translateY(-2px); box-shadow: 0 8px 40px rgba(42,108,168,0.6); }\n\n  .btn-outline {\n    display: inline-block; padding: 14px 36px;\n    border: 1px solid var(--gold); color: var(--gold);\n    font-family: 'Cinzel', serif;\n    font-size: 12px; letter-spacing: 3px;\n    text-transform: uppercase; text-decoration: none;\n    border-radius: 2px; transition: all 0.3s ease;\n  }\n  .btn-outline:hover { background: rgba(201,168,76,0.1); transform: translateY(-2px); }\n\n  @keyframes fadeSlideDown {\n    from { opacity: 0; transform: translateY(-20px); }\n    to { opacity: 1; transform: translateY(0); }\n  }\n\n  \/* \u2500\u2500 SECTIONS \u2500\u2500 *\/\n  section { position: relative; z-index: 1; padding: 100px 24px; }\n  .container { max-width: 1100px; margin: 0 auto; }\n\n  .section-label {\n    font-family: 'Cinzel', serif;\n    font-size: 10px; letter-spacing: 6px;\n    text-transform: uppercase; color: var(--gold);\n    margin-bottom: 16px; display: block;\n  }\n\n  .section-title {\n    font-family: 'Cormorant Garamond', serif;\n    font-weight: 300;\n    font-size: clamp(32px, 5vw, 58px);\n    line-height: 1.15; margin-bottom: 24px;\n  }\n  .section-title em { font-style: italic; color: var(--celestial); }\n\n  \/* \u2500\u2500 MEANING \u2500\u2500 *\/\n  .meaning-section { background: linear-gradient(180deg, var(--deep) 0%, var(--midnight) 100%); }\n\n  .meaning-grid {\n    display: grid;\n    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));\n    gap: 2px; margin-top: 60px;\n  }\n\n  .meaning-card {\n    padding: 40px 32px;\n    background: var(--glass);\n    border: 1px solid var(--glass-border);\n    position: relative; overflow: hidden;\n    opacity: 0; transform: translateY(30px);\n    transition: opacity 0.6s ease, transform 0.6s ease, background 0.3s ease;\n  }\n  .meaning-card.visible { opacity: 1; transform: translateY(0); }\n  .meaning-card::before {\n    content: '';\n    position: absolute; top: 0; left: 0; right: 0; height: 2px;\n    background: linear-gradient(90deg, transparent, var(--sky), transparent);\n    opacity: 0; transition: opacity 0.3s ease;\n  }\n  .meaning-card:hover::before { opacity: 1; }\n  .meaning-card:hover { background: rgba(255,255,255,0.09); }\n\n  .meaning-word {\n    font-family: 'Cormorant Garamond', serif;\n    font-size: 36px; font-style: italic;\n    color: var(--celestial); margin-bottom: 16px; display: block;\n  }\n  .meaning-text { font-size: 14px; color: var(--text-muted); line-height: 1.8; }\n\n  \/* NEW: Beyond Limits box under Academy card *\/\n  .beyond-limits-box {\n    grid-column: 1 \/ -1;\n    padding: 32px 36px;\n    background: rgba(42,108,168,0.08);\n    border: 1px solid rgba(126,200,227,0.2);\n    position: relative; overflow: hidden;\n    opacity: 0; transform: translateY(30px);\n    transition: opacity 0.6s ease, transform 0.6s ease;\n  }\n  .beyond-limits-box.visible { opacity: 1; transform: translateY(0); }\n  .beyond-limits-title {\n    font-family: 'Cinzel', serif;\n    font-size: 13px; letter-spacing: 6px;\n    color: var(--gold); text-transform: uppercase;\n    margin-bottom: 14px; display: block;\n  }\n  .beyond-limits-text {\n    font-family: 'Cormorant Garamond', serif;\n    font-style: italic;\n    font-size: 19px; color: var(--cream); line-height: 1.8;\n  }\n\n  \/* \u2500\u2500 FOUNDER \u2500\u2500 *\/\n  .founder-section { background: linear-gradient(135deg, var(--midnight) 0%, var(--navy) 100%); }\n\n  .founder-grid {\n    display: grid;\n    grid-template-columns: 1fr 1fr;\n    gap: 80px; align-items: center; margin-top: 60px;\n  }\n\n  .founder-image-wrap { position: relative; }\n  .founder-image-wrap::before {\n    content: '';\n    position: absolute; inset: -20px;\n    background: linear-gradient(135deg, rgba(42,108,168,0.2), rgba(201,168,76,0.1));\n    border-radius: 4px; z-index: 0;\n  }\n  .founder-img {\n    position: relative; z-index: 1;\n    width: 100%; border-radius: 2px; display: block;\n    filter: brightness(0.95) contrast(1.05);\n  }\n\n  .founder-name {\n    font-family: 'Cormorant Garamond', serif;\n    font-size: clamp(28px, 4vw, 44px);\n    font-weight: 400; margin-bottom: 4px; line-height: 1.2;\n  }\n  .founder-role {\n    font-family: 'Cinzel', serif;\n    font-size: 10px; letter-spacing: 5px;\n    color: var(--gold); margin-bottom: 32px; text-transform: uppercase;\n  }\n  .founder-bio {\n    font-size: 15px; color: rgba(255,255,255,0.75);\n    line-height: 1.9; margin-bottom: 20px;\n  }\n  .founder-highlights {\n    display: flex; flex-wrap: wrap; gap: 10px; margin-top: 28px;\n  }\n  .founder-tag {\n    padding: 6px 16px;\n    border: 1px solid var(--glass-border);\n    font-family: 'Cinzel', serif;\n    font-size: 9px; letter-spacing: 3px;\n    text-transform: uppercase; color: var(--celestial);\n    border-radius: 1px;\n  }\n\n  \/* \u2500\u2500 SESSIONS \u2500\u2500 *\/\n  .sessions-section { background: var(--deep); text-align: center; }\n\n  .sessions-grid {\n    display: grid;\n    grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));\n    gap: 24px; margin-top: 60px; text-align: left;\n  }\n\n  .session-card {\n    padding: 36px 28px;\n    border: 1px solid var(--glass-border);\n    border-radius: 2px; background: var(--glass);\n    position: relative; overflow: hidden;\n    opacity: 0; transform: translateY(20px);\n    transition: opacity 0.6s ease, transform 0.6s ease, background 0.3s ease;\n  }\n  .session-card.visible { opacity: 1; transform: translateY(0); }\n  .session-card::after {\n    content: '';\n    position: absolute; bottom: 0; left: 0; right: 0; height: 2px;\n    background: linear-gradient(90deg, var(--sky), var(--celestial));\n    transform: scaleX(0); transform-origin: left;\n    transition: transform 0.4s ease;\n  }\n  .session-card:hover::after { transform: scaleX(1); }\n  .session-card:hover { transform: translateY(-4px); background: rgba(255,255,255,0.08); }\n\n  .session-icon {\n    display: flex; align-items: center;\n    margin-bottom: 20px;\n  }\n  .session-name {\n    font-family: 'Cormorant Garamond', serif;\n    font-size: 22px; font-style: italic;\n    margin-bottom: 12px; color: var(--cream);\n  }\n  .session-desc { font-size: 13px; color: var(--text-muted); line-height: 1.7; }\n\n  \/* \u2500\u2500 COURSE \u2500\u2500 *\/\n  .course-section { background: linear-gradient(180deg, var(--midnight) 0%, var(--deep) 100%); }\n\n  .course-intro {\n    font-size: 15px;\n    color: rgba(255,255,255,0.75);\n    line-height: 1.9;\n    max-width: 820px;\n    margin-bottom: 56px;\n  }\n\n  .course-stats {\n    display: flex; flex-wrap: wrap;\n    gap: 32px; margin-bottom: 40px;\n  }\n  .stat-block {\n    flex: 1; min-width: 180px;\n    padding: 32px;\n    border: 1px solid var(--glass-border);\n    background: var(--glass);\n    text-align: center; border-radius: 2px;\n  }\n  .stat-number {\n    font-family: 'Cormorant Garamond', serif;\n    font-size: 52px; font-weight: 300;\n    color: var(--celestial); line-height: 1; display: block;\n  }\n  .stat-label {\n    font-family: 'Cinzel', serif;\n    font-size: 9px; letter-spacing: 4px;\n    text-transform: uppercase; color: var(--text-muted); margin-top: 8px;\n  }\n\n  .course-framework {\n    font-size: 15px;\n    color: rgba(255,255,255,0.75);\n    line-height: 1.9;\n    max-width: 820px;\n    margin-bottom: 40px;\n    padding: 28px 32px;\n    border: 1px solid var(--glass-border);\n    background: var(--glass);\n    border-radius: 2px;\n  }\n\n  .course-tabs {\n    display: flex; gap: 0;\n    border: 1px solid var(--glass-border);\n    border-radius: 2px; overflow: hidden; margin-bottom: 40px;\n  }\n  .tab-btn {\n    flex: 1; padding: 18px;\n    background: transparent; border: none;\n    color: var(--text-muted);\n    font-family: 'Cinzel', serif;\n    font-size: 10px; letter-spacing: 3px;\n    text-transform: uppercase; cursor: pointer;\n    transition: all 0.3s ease;\n    border-right: 1px solid var(--glass-border);\n  }\n  .tab-btn:last-child { border-right: none; }\n  .tab-btn.active { background: var(--sky); color: var(--white); }\n  .tab-btn:hover:not(.active) { background: var(--glass); color: var(--white); }\n\n  .tab-content { display: none; }\n  .tab-content.active { display: block; }\n\n  .module-list {\n    list-style: none;\n    display: grid;\n    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));\n    gap: 12px;\n  }\n  .module-list li {\n    padding: 14px 20px 14px 44px;\n    position: relative;\n    font-size: 14px; color: rgba(255,255,255,0.75);\n    border: 1px solid var(--glass-border);\n    background: var(--glass);\n    border-radius: 2px; line-height: 1.5;\n  }\n  .module-list li .li-icon {\n    position: absolute; left: 12px; top: 13px;\n  }\n\n  \/* \u2500\u2500 OUTCOMES \u2500\u2500 *\/\n  .outcomes-section { background: var(--navy); text-align: center; }\n  .outcomes-list {\n    display: grid;\n    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));\n    gap: 24px; margin-top: 60px; text-align: left;\n  }\n  .outcome-item {\n    display: flex; gap: 20px; padding: 28px;\n    border: 1px solid var(--glass-border);\n    background: var(--glass); border-radius: 2px;\n    opacity: 0; transform: translateY(20px);\n    transition: opacity 0.6s ease, transform 0.6s ease;\n  }\n  .outcome-item.visible { opacity: 1; transform: translateY(0); }\n  .outcome-icon { flex-shrink: 0; margin-top: 2px; }\n  .outcome-text { font-size: 15px; color: rgba(255,255,255,0.8); line-height: 1.7; }\n\n  \/* \u2500\u2500 ACCREDITATIONS \u2500\u2500 *\/\n  .accred-section { background: var(--deep); text-align: center; }\n  .accred-logos {\n    display: flex; justify-content: center;\n    flex-wrap: wrap; gap: 60px;\n    margin-top: 50px; align-items: center;\n  }\n  .accred-logos img {\n    height: 100px; width: auto;\n    filter: brightness(0.95);\n    opacity: 0.85; transition: opacity 0.3s;\n  }\n  .accred-logos img:hover { opacity: 1; }\n\n  \/* \u2500\u2500 VIDEOS \u2500\u2500 *\/\n  .videos-section { background: linear-gradient(180deg, var(--midnight) 0%, var(--deep) 100%); text-align: center; }\n  .videos-grid {\n    display: grid;\n    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));\n    gap: 32px; margin-top: 60px;\n  }\n  .video-card {\n    border: 1px solid var(--glass-border);\n    background: var(--glass);\n    border-radius: 2px; overflow: hidden;\n    opacity: 0; transform: translateY(20px);\n    transition: opacity 0.6s ease, transform 0.6s ease, background 0.3s ease;\n    text-decoration: none; color: var(--white);\n    display: block;\n  }\n  .video-card.visible { opacity: 1; transform: translateY(0); }\n  .video-card:hover { background: rgba(255,255,255,0.09); transform: translateY(-4px); }\n  .video-thumb {\n    width: 100%; aspect-ratio: 16\/9;\n    background: var(--navy);\n    display: flex; align-items: center; justify-content: center;\n    position: relative;\n  }\n  .video-thumb svg { opacity: 0.7; transition: opacity 0.3s; }\n  .video-card:hover .video-thumb svg { opacity: 1; }\n  .video-info { padding: 20px 24px; text-align: left; }\n  .video-title {\n    font-family: 'Cormorant Garamond', serif;\n    font-style: italic; font-size: 17px;\n    color: var(--cream); margin-bottom: 8px; line-height: 1.4;\n  }\n  .video-meta { font-size: 12px; color: var(--text-muted); }\n\n  \/* \u2500\u2500 CONTACT \u2500\u2500 *\/\n  .contact-section { background: linear-gradient(135deg, var(--midnight), var(--navy)); text-align: center; }\n  .contact-info {\n    display: flex; flex-wrap: wrap;\n    justify-content: center; gap: 32px; margin-top: 48px;\n  }\n  .contact-pill {\n    display: flex; align-items: center; gap: 14px;\n    padding: 20px 36px;\n    border: 1px solid var(--glass-border);\n    background: var(--glass); border-radius: 2px;\n    font-size: 16px; color: var(--cream);\n    text-decoration: none; transition: all 0.3s ease;\n  }\n  .contact-pill:hover {\n    border-color: var(--gold); color: var(--gold);\n    transform: translateY(-2px);\n  }\n  .contact-pill svg { flex-shrink: 0; transition: stroke 0.3s; }\n\n  \/* \u2500\u2500 VISION \u2500\u2500 *\/\n  .vision-section { background: var(--deep); text-align: center; padding: 80px 24px; }\n  .vision-quote {\n    font-family: 'Cormorant Garamond', serif;\n    font-style: italic;\n    font-size: clamp(22px, 4vw, 40px);\n    line-height: 1.5; max-width: 900px;\n    margin: 0 auto; color: var(--cream);\n    position: relative;\n  }\n  .vision-quote::before {\n    content: '\\201C';\n    font-size: 120px; color: var(--sky); opacity: 0.2;\n    position: absolute; top: -30px; left: -20px;\n    font-family: 'Cormorant Garamond', serif; line-height: 1;\n  }\n\n  \/* \u2500\u2500 REVEAL \u2500\u2500 *\/\n  .reveal {\n    opacity: 0; transform: translateY(30px);\n    transition: opacity 0.7s ease, transform 0.7s ease;\n  }\n  .reveal.visible { opacity: 1; transform: translateY(0); }\n\n  \/* \u2500\u2500 STAR ICON \u2500\u2500 *\/\n  .li-star { display: inline-block; vertical-align: middle; }\n\n  \/* \u2500\u2500 RESPONSIVE \u2500\u2500 *\/\n  @media (max-width: 768px) {\n    .founder-grid { grid-template-columns: 1fr; gap: 40px; }\n    .course-tabs { flex-direction: column; }\n    .tab-btn { border-right: none; border-bottom: 1px solid var(--glass-border); }\n    .tab-btn:last-child { border-bottom: none; }\n    section { padding: 70px 20px; }\n    .hero { padding: 60px 20px 50px; }\n  }\n  @media (max-width: 480px) {\n    .meaning-grid { grid-template-columns: 1fr; }\n    .module-list { grid-template-columns: 1fr; }\n  }\n<\/style>\n<\/head>\n<body>\n\n<canvas class=\"stars-canvas\" id=\"starsCanvas\"><\/canvas>\n\n<!-- \u2500\u2500 HERO \u2500\u2500 -->\n<section class=\"hero\">\n  <div class=\"hero-glow\"><\/div>\n  <!-- CHANGED: square logo -->\n  <div class=\"hero-logo\">\n    <img decoding=\"async\" src=\"https:\/\/beyondimagininghypnosis.com\/wp-content\/uploads\/2026\/05\/beyond-logo.jpg\" alt=\"Beyond Imagining Hypnosis Academy Logo\">\n  <\/div>\n\n  <!-- CHANGED: \"Professional Training\" now placed just above the subtitle -->\n  <span class=\"hero-training-label\">Professional Training<\/span>\n\n  <h1 class=\"hero-title\">Beyond <em>Imagining<\/em><br>Hypnosis Academy<\/h1>\n  <p class=\"hero-subtitle\">Transpersonal Hypnotherapy &nbsp;\u00b7&nbsp; Past Life Regression<\/p>\n  <div class=\"hero-divider\"><\/div>\n\n  <!-- CHANGED: updated tagline wording -->\n  <p class=\"hero-tagline\">Where psychology, symbolism and spirituality meet in the <em>deeper layers beyond the conscious mind.<\/em> Experiences that go beyond ordinary ego identity.<\/p>\n\n  <div class=\"hero-cta\" style=\"margin-top:40px;\">\n    <a href=\"#course\" class=\"btn-primary\">Explore the Training<\/a>\n    <a href=\"#contact\" class=\"btn-outline\">Get in Touch<\/a>\n  <\/div>\n<\/section>\n\n<!-- \u2500\u2500 VISION \u2500\u2500 -->\n<section class=\"vision-section\">\n  <div class=\"container\">\n    <p class=\"vision-quote reveal\">We envision a world where healing transcends limitation \u2014 where practitioners work in alignment with soul, spirit, and subconscious wisdom, and where humanity remembers its innate ability to access deeper consciousness, compassion, and inner truth.<\/p>\n  <\/div>\n<\/section>\n\n<!-- \u2500\u2500 MEANING \u2500\u2500 -->\n<section class=\"meaning-section\">\n  <div class=\"container\">\n    <span class=\"section-label reveal\">Each Word Has Meaning<\/span>\n    <h2 class=\"section-title reveal\">Who We <em>Are<\/em><\/h2>\n    <div class=\"meaning-grid\">\n      <div class=\"meaning-card\" style=\"transition-delay:0s\">\n        <span class=\"meaning-word\">Beyond<\/span>\n        <p class=\"meaning-text\">We honour what exists beyond conditioning, beyond fear, and beyond perceived limits. This is where expansion begins \u2014 where the mind releases its boundaries and the soul is free to explore deeper truth.<\/p>\n      <\/div>\n      <div class=\"meaning-card\" style=\"transition-delay:0.1s\">\n        <span class=\"meaning-word\">Imagining<\/span>\n        <p class=\"meaning-text\">Imagination is not fantasy \u2014 it is the language of the subconscious and the gateway to transpersonal awareness. Through imagining, we access soul memory, symbolic wisdom, and the timeless realms where healing originates.<\/p>\n      <\/div>\n      <div class=\"meaning-card\" style=\"transition-delay:0.2s\">\n        <span class=\"meaning-word\">Hypnosis<\/span>\n        <p class=\"meaning-text\">Hypnosis is a sacred bridge between conscious awareness and the deeper self. In this state, profound regression, transpersonal insight, and lasting transformation become possible \u2014 gently, safely, and with intention.<\/p>\n      <\/div>\n      <div class=\"meaning-card\" style=\"transition-delay:0.3s\">\n        <span class=\"meaning-word\">Academy<\/span>\n        <p class=\"meaning-text\">As an academy, we teach with integrity, passion, and spiritual responsibility. We do not simply train techniques; we cultivate awareness, presence, and ethical mastery in those who feel called to this work.<\/p>\n      <\/div>\n\n      <!-- NEW: Beyond Limits box under Academy -->\n      <div class=\"beyond-limits-box\" style=\"transition-delay:0.4s\">\n        <span class=\"beyond-limits-title\">Beyond Limits<\/span>\n        <p class=\"beyond-limits-text\">Our aim is to support all, in accessing beyond the human limits, and understanding our LIMITLESS Spiritual Potential. We believe true healing transcends time and space.<\/p>\n      <\/div>\n    <\/div>\n  <\/div>\n<\/section>\n\n<!-- \u2500\u2500 FOUNDER \u2500\u2500 -->\n<section class=\"founder-section\" id=\"founder\">\n  <div class=\"container\">\n    <div class=\"founder-grid\">\n      <div class=\"founder-image-wrap reveal\">\n        <img decoding=\"async\" class=\"founder-img\" src=\"https:\/\/beyondimagininghypnosis.com\/wp-content\/uploads\/2026\/05\/photo.jpg\" alt=\"M Ilse Stock Ambrose \u2014 Founder\">\n      <\/div>\n      <div class=\"reveal\">\n        <!-- CHANGED: updated role line -->\n        <span class=\"section-label\">Founder, Teacher and Facilitator<\/span>\n        <h2 class=\"founder-name\">M Ilse Stock Ambrose<\/h2>\n        <p class=\"founder-role\">Director of Research &nbsp;\u00b7&nbsp; Michael Newton Institute<\/p>\n\n        <!-- CHANGED: updated bio paragraphs -->\n        <p class=\"founder-bio\">Born in South Africa and settled in Canada in 2011, Ilse brings over two decades of immersive experience in consciousness work, energy healing, and hypnotherapy. Her studies began with SAMHA in 2009.<\/p>\n        <p class=\"founder-bio\">In 2016 Ilse completed Hypnobirthing and Masters Hypnotherapy in Canada. In April 2020 she was certified as a Life Between Lives facilitator with the Michael Newton Institute. She is also certified as a Quantum Consciousness Facilitator. Her work includes Spiritual and Transformational coaching.<\/p>\n        <p class=\"founder-bio\">Ilse serves on the Advisory Council of MNI as Director of Research. She serves clients worldwide while teaching the wisdom of Transpersonal and Regression Therapy.<\/p>\n\n        <!-- CHANGED: added Regression Therapies tag -->\n        <div class=\"founder-highlights\">\n          <span class=\"founder-tag\">Reiki Master Teacher<\/span>\n          <span class=\"founder-tag\">LBL Certified \u00b7 MNI<\/span>\n          <span class=\"founder-tag\">Quantum Consciousness<\/span>\n          <span class=\"founder-tag\">Sound Therapies<\/span>\n          <span class=\"founder-tag\">Hypnobirthing<\/span>\n          <span class=\"founder-tag\">Regression Therapies<\/span>\n        <\/div>\n      <\/div>\n    <\/div>\n  <\/div>\n<\/section>\n\n<!-- \u2500\u2500 SESSIONS \u2500\u2500 -->\n<section class=\"sessions-section\" id=\"sessions\">\n  <div class=\"container\">\n    <span class=\"section-label reveal\" style=\"text-align:center;display:block;\">Transformational Healing<\/span>\n    <h2 class=\"section-title reveal\" style=\"text-align:center;\">Sessions <em>Available<\/em><\/h2>\n    <p class=\"reveal\" style=\"text-align:center;max-width:600px;margin:0 auto;color:var(--text-muted);font-size:15px;\">Please contact Ilse using the details below to enquire about any session.<\/p>\n    <div class=\"sessions-grid\">\n      <div class=\"session-card\">\n        <div class=\"session-icon\"><svg width=\"32\" height=\"32\" viewBox=\"0 0 32 32\" fill=\"none\"><circle cx=\"16\" cy=\"10\" r=\"5\" stroke=\"#7ec8e3\" stroke-width=\"1.5\"\/><path d=\"M6 28c0-5.523 4.477-10 10-10s10 4.477 10 10\" stroke=\"#7ec8e3\" stroke-width=\"1.5\" stroke-linecap=\"round\"\/><path d=\"M16 20v4M13 22l3-2 3 2\" stroke=\"#c9a84c\" stroke-width=\"1.2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\/><\/svg><\/div>\n        <p class=\"session-name\">Inner Child Healing<\/p>\n        <p class=\"session-desc\">Deep relational repair and self-attachment through gentle guided regression.<\/p>\n      <\/div>\n      <div class=\"session-card\" style=\"transition-delay:0.1s\">\n        <div class=\"session-icon\"><svg width=\"32\" height=\"32\" viewBox=\"0 0 32 32\" fill=\"none\"><path d=\"M16 27C16 27 5 20.5 5 12.5a7 7 0 0 1 11-5.77A7 7 0 0 1 27 12.5C27 20.5 16 27 16 27z\" stroke=\"#7ec8e3\" stroke-width=\"1.5\" stroke-linejoin=\"round\"\/><path d=\"M16 14v5M16 21v1\" stroke=\"#c9a84c\" stroke-width=\"1.5\" stroke-linecap=\"round\"\/><\/svg><\/div>\n        <p class=\"session-name\">Grief<\/p>\n        <p class=\"session-desc\">Sacred trance protocols for grief as spiritual transformation and soul healing.<\/p>\n      <\/div>\n      <div class=\"session-card\" style=\"transition-delay:0.15s\">\n        <div class=\"session-icon\"><svg width=\"32\" height=\"32\" viewBox=\"0 0 32 32\" fill=\"none\"><circle cx=\"16\" cy=\"16\" r=\"11\" stroke=\"#7ec8e3\" stroke-width=\"1.5\"\/><path d=\"M16 5v11l6 4\" stroke=\"#c9a84c\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\/><circle cx=\"16\" cy=\"16\" r=\"1.5\" fill=\"#7ec8e3\"\/><\/svg><\/div>\n        <p class=\"session-name\">Past Life Regression<\/p>\n        <p class=\"session-desc\">Journey through temporal layers to access soul memory and karmic insight.<\/p>\n      <\/div>\n      <div class=\"session-card\" style=\"transition-delay:0.2s\">\n        <div class=\"session-icon\"><svg width=\"32\" height=\"32\" viewBox=\"0 0 32 32\" fill=\"none\"><path d=\"M16 4l2.5 7.5H26l-6.3 4.5 2.4 7.5L16 19l-6.1 4.5 2.4-7.5L6 11.5h7.5z\" stroke=\"#7ec8e3\" stroke-width=\"1.5\" stroke-linejoin=\"round\"\/><circle cx=\"16\" cy=\"19\" r=\"2\" fill=\"#c9a84c\" opacity=\"0.8\"\/><\/svg><\/div>\n        <p class=\"session-name\">Life Between Lives<\/p>\n        <p class=\"session-desc\">Access the between-lives state for profound spiritual understanding and identity.<\/p>\n      <\/div>\n      <div class=\"session-card\" style=\"transition-delay:0.25s\">\n        <div class=\"session-icon\"><svg width=\"32\" height=\"32\" viewBox=\"0 0 32 32\" fill=\"none\"><ellipse cx=\"16\" cy=\"16\" rx=\"11\" ry=\"5\" stroke=\"#7ec8e3\" stroke-width=\"1.5\"\/><ellipse cx=\"16\" cy=\"16\" rx=\"11\" ry=\"5\" stroke=\"#7ec8e3\" stroke-width=\"1.5\" transform=\"rotate(60 16 16)\"\/><ellipse cx=\"16\" cy=\"16\" rx=\"11\" ry=\"5\" stroke=\"#7ec8e3\" stroke-width=\"1.5\" transform=\"rotate(120 16 16)\"\/><circle cx=\"16\" cy=\"16\" r=\"2.5\" fill=\"#c9a84c\"\/><\/svg><\/div>\n        <p class=\"session-name\">Quantum Consciousness Facilitation<\/p>\n        <!-- CHANGED: updated description -->\n        <p class=\"session-desc\">Guided use of focused awareness, intention, and expanded states of mind to explore how consciousness may connect with deeper levels of reality, possibility, and perception beyond ordinary thought.<\/p>\n      <\/div>\n      <div class=\"session-card\" style=\"transition-delay:0.3s\">\n        <div class=\"session-icon\"><svg width=\"32\" height=\"32\" viewBox=\"0 0 32 32\" fill=\"none\"><circle cx=\"16\" cy=\"16\" r=\"9\" stroke=\"#7ec8e3\" stroke-width=\"1.5\"\/><circle cx=\"16\" cy=\"16\" r=\"4\" stroke=\"#c9a84c\" stroke-width=\"1.2\"\/><circle cx=\"16\" cy=\"16\" r=\"1\" fill=\"#c9a84c\"\/><path d=\"M16 7V4M16 28v-3M7 16H4M28 16h-3\" stroke=\"#7ec8e3\" stroke-width=\"1.2\" stroke-linecap=\"round\"\/><\/svg><\/div>\n        <p class=\"session-name\">In Utero Hypnobirthing Bonding<\/p>\n        <p class=\"session-desc\">Connecting mothers to babies in utero through conscious energetic bonding.<\/p>\n      <\/div>\n      <!-- NEW: Spiritual Regressions session -->\n      <div class=\"session-card\" style=\"transition-delay:0.35s\">\n        <div class=\"session-icon\"><svg width=\"32\" height=\"32\" viewBox=\"0 0 32 32\" fill=\"none\"><path d=\"M16 4l2.5 7.5H26l-6.3 4.5 2.4 7.5L16 19l-6.1 4.5 2.4-7.5L6 11.5h7.5z\" stroke=\"#7ec8e3\" stroke-width=\"1.5\" stroke-linejoin=\"round\"\/><path d=\"M16 23v5M13 26l3 2 3-2\" stroke=\"#c9a84c\" stroke-width=\"1.2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\/><\/svg><\/div>\n        <p class=\"session-name\">Spiritual Regressions<\/p>\n        <p class=\"session-desc\">Guided inner process that helps a person access deep symbolic, emotional, or soul-level experiences to support grief healing, strengthen inner connection, and open insight from higher wisdom.<\/p>\n      <\/div>\n    <\/div>\n  <\/div>\n<\/section>\n\n<!-- \u2500\u2500 COURSE \u2500\u2500 -->\n<section class=\"course-section\" id=\"course\">\n  <div class=\"container\">\n    <span class=\"section-label reveal\">Professional Training<\/span>\n    <h2 class=\"section-title reveal\">The Full <em>Program<\/em><\/h2>\n\n    <!-- NEW: intro paragraph before stats -->\n    <p class=\"course-intro reveal\">This is a comprehensive training in the deeper dimensions of hypnotherapy, integrating psychology, spirituality, higher consciousness, expansive awareness as well as somatic awareness. We teach practitioners how to work safely and ethically with altered states of consciousness to facilitate insight, healing and transformation.<\/p>\n\n    <div class=\"course-stats reveal\">\n      <div class=\"stat-block\">\n        <span class=\"stat-number\">16<\/span>\n        <span class=\"stat-label\">Live Online Training Days<\/span>\n      <\/div>\n      <div class=\"stat-block\">\n        <!-- CHANGED: 130+ to 136+ -->\n        <span class=\"stat-number\">136+<\/span>\n        <span class=\"stat-label\">Hours Online \/ Live Training<\/span>\n      <\/div>\n      <div class=\"stat-block\">\n        <span class=\"stat-number\">120<\/span>\n        <span class=\"stat-label\">Hours Self-Guided Learning<\/span>\n      <\/div>\n      <div class=\"stat-block\">\n        <span class=\"stat-number\">~6<\/span>\n        <!-- CHANGED: updated label -->\n        <span class=\"stat-label\">Months of Teaching Which Include Mentorship<\/span>\n      <\/div>\n    <\/div>\n\n    <!-- NEW: framework paragraph before tabs -->\n    <div class=\"course-framework reveal\">\n      Training is divided into two core sections. Together these provide a complete framework for working with consciousness, memory, identity, meaning and connection to the Universal Consciousness. Throughout this course emphasis is based on embodiment, integration and ethical practice, using a Blend of Clinical, Spiritual &amp; Somatic Enhancement.\n    <\/div>\n\n    <div class=\"course-tabs reveal\">\n      <button class=\"tab-btn active\" onclick=\"switchTab('section1', this)\">Section 1 &middot; Transpersonal<\/button>\n      <button class=\"tab-btn\" onclick=\"switchTab('section2', this)\">Section 2 &middot; Regression<\/button>\n      <button class=\"tab-btn\" onclick=\"switchTab('requirements', this)\">Requirements<\/button>\n    <\/div>\n\n    <!-- CHANGED: completely updated Section 1 module list -->\n    <div id=\"section1\" class=\"tab-content active\">\n      <ul class=\"module-list\">\n        <li><span class=\"li-icon\"><svg width=\"10\" height=\"10\" viewBox=\"0 0 10 10\" fill=\"none\"><path d=\"M5 0l1.12 3.38H10L7.19 5.47l1.09 3.34L5 6.8l-3.28 2.01 1.09-3.34L0 3.38h3.88z\" fill=\"#c9a84c\"\/><\/svg><\/span>Hypnotherapy, hypnosis, and transpersonal hypnosis<\/li>\n        <li><span class=\"li-icon\"><svg width=\"10\" height=\"10\" viewBox=\"0 0 10 10\" fill=\"none\"><path d=\"M5 0l1.12 3.38H10L7.19 5.47l1.09 3.34L5 6.8l-3.28 2.01 1.09-3.34L0 3.38h3.88z\" fill=\"#c9a84c\"\/><\/svg><\/span>Ethics, practitioner responsibility, and therapeutic presence<\/li>\n        <li><span class=\"li-icon\"><svg width=\"10\" height=\"10\" viewBox=\"0 0 10 10\" fill=\"none\"><path d=\"M5 0l1.12 3.38H10L7.19 5.47l1.09 3.34L5 6.8l-3.28 2.01 1.09-3.34L0 3.38h3.88z\" fill=\"#c9a84c\"\/><\/svg><\/span>Qualities of an effective hypnotherapist<\/li>\n        <li><span class=\"li-icon\"><svg width=\"10\" height=\"10\" viewBox=\"0 0 10 10\" fill=\"none\"><path d=\"M5 0l1.12 3.38H10L7.19 5.47l1.09 3.34L5 6.8l-3.28 2.01 1.09-3.34L0 3.38h3.88z\" fill=\"#c9a84c\"\/><\/svg><\/span>Consciousness, altered states, and symbolic awareness<\/li>\n        <li><span class=\"li-icon\"><svg width=\"10\" height=\"10\" viewBox=\"0 0 10 10\" fill=\"none\"><path d=\"M5 0l1.12 3.38H10L7.19 5.47l1.09 3.34L5 6.8l-3.28 2.01 1.09-3.34L0 3.38h3.88z\" fill=\"#c9a84c\"\/><\/svg><\/span>Cultural perspectives in healing work<\/li>\n        <li><span class=\"li-icon\"><svg width=\"10\" height=\"10\" viewBox=\"0 0 10 10\" fill=\"none\"><path d=\"M5 0l1.12 3.38H10L7.19 5.47l1.09 3.34L5 6.8l-3.28 2.01 1.09-3.34L0 3.38h3.88z\" fill=\"#c9a84c\"\/><\/svg><\/span>Discernment: inner guidance vs projection<\/li>\n        <li><span class=\"li-icon\"><svg width=\"10\" height=\"10\" viewBox=\"0 0 10 10\" fill=\"none\"><path d=\"M5 0l1.12 3.38H10L7.19 5.47l1.09 3.34L5 6.8l-3.28 2.01 1.09-3.34L0 3.38h3.88z\" fill=\"#c9a84c\"\/><\/svg><\/span>Foundational induction practice<\/li>\n        <li><span class=\"li-icon\"><svg width=\"10\" height=\"10\" viewBox=\"0 0 10 10\" fill=\"none\"><path d=\"M5 0l1.12 3.38H10L7.19 5.47l1.09 3.34L5 6.8l-3.28 2.01 1.09-3.34L0 3.38h3.88z\" fill=\"#c9a84c\"\/><\/svg><\/span>Hypnosis, meditation, trance, and breath-based states<\/li>\n        <li><span class=\"li-icon\"><svg width=\"10\" height=\"10\" viewBox=\"0 0 10 10\" fill=\"none\"><path d=\"M5 0l1.12 3.38H10L7.19 5.47l1.09 3.34L5 6.8l-3.28 2.01 1.09-3.34L0 3.38h3.88z\" fill=\"#c9a84c\"\/><\/svg><\/span>Safe induction methods<\/li>\n        <li><span class=\"li-icon\"><svg width=\"10\" height=\"10\" viewBox=\"0 0 10 10\" fill=\"none\"><path d=\"M5 0l1.12 3.38H10L7.19 5.47l1.09 3.34L5 6.8l-3.28 2.01 1.09-3.34L0 3.38h3.88z\" fill=\"#c9a84c\"\/><\/svg><\/span>Therapeutic and spiritual uses of trance<\/li>\n        <li><span class=\"li-icon\"><svg width=\"10\" height=\"10\" viewBox=\"0 0 10 10\" fill=\"none\"><path d=\"M5 0l1.12 3.38H10L7.19 5.47l1.09 3.34L5 6.8l-3.28 2.01 1.09-3.34L0 3.38h3.88z\" fill=\"#c9a84c\"\/><\/svg><\/span>Emotional anchoring and nervous system regulation<\/li>\n        <li><span class=\"li-icon\"><svg width=\"10\" height=\"10\" viewBox=\"0 0 10 10\" fill=\"none\"><path d=\"M5 0l1.12 3.38H10L7.19 5.47l1.09 3.34L5 6.8l-3.28 2.01 1.09-3.34L0 3.38h3.88z\" fill=\"#c9a84c\"\/><\/svg><\/span>Recognising conscious resistance<\/li>\n        <li><span class=\"li-icon\"><svg width=\"10\" height=\"10\" viewBox=\"0 0 10 10\" fill=\"none\"><path d=\"M5 0l1.12 3.38H10L7.19 5.47l1.09 3.34L5 6.8l-3.28 2.01 1.09-3.34L0 3.38h3.88z\" fill=\"#c9a84c\"\/><\/svg><\/span>Projection, transference, and relational awareness<\/li>\n        <li><span class=\"li-icon\"><svg width=\"10\" height=\"10\" viewBox=\"0 0 10 10\" fill=\"none\"><path d=\"M5 0l1.12 3.38H10L7.19 5.47l1.09 3.34L5 6.8l-3.28 2.01 1.09-3.34L0 3.38h3.88z\" fill=\"#c9a84c\"\/><\/svg><\/span>Developmental trauma and memory imprinting<\/li>\n        <li><span class=\"li-icon\"><svg width=\"10\" height=\"10\" viewBox=\"0 0 10 10\" fill=\"none\"><path d=\"M5 0l1.12 3.38H10L7.19 5.47l1.09 3.34L5 6.8l-3.28 2.01 1.09-3.34L0 3.38h3.88z\" fill=\"#c9a84c\"\/><\/svg><\/span>Timeline and symbolic regression<\/li>\n        <li><span class=\"li-icon\"><svg width=\"10\" height=\"10\" viewBox=\"0 0 10 10\" fill=\"none\"><path d=\"M5 0l1.12 3.38H10L7.19 5.47l1.09 3.34L5 6.8l-3.28 2.01 1.09-3.34L0 3.38h3.88z\" fill=\"#c9a84c\"\/><\/svg><\/span>Safe handling of abreaction<\/li>\n        <li><span class=\"li-icon\"><svg width=\"10\" height=\"10\" viewBox=\"0 0 10 10\" fill=\"none\"><path d=\"M5 0l1.12 3.38H10L7.19 5.47l1.09 3.34L5 6.8l-3.28 2.01 1.09-3.34L0 3.38h3.88z\" fill=\"#c9a84c\"\/><\/svg><\/span>Nervous system safety during regression<\/li>\n        <li><span class=\"li-icon\"><svg width=\"10\" height=\"10\" viewBox=\"0 0 10 10\" fill=\"none\"><path d=\"M5 0l1.12 3.38H10L7.19 5.47l1.09 3.34L5 6.8l-3.28 2.01 1.09-3.34L0 3.38h3.88z\" fill=\"#c9a84c\"\/><\/svg><\/span>Emotional repair and memory re-imprinting<\/li>\n        <li><span class=\"li-icon\"><svg width=\"10\" height=\"10\" viewBox=\"0 0 10 10\" fill=\"none\"><path d=\"M5 0l1.12 3.38H10L7.19 5.47l1.09 3.34L5 6.8l-3.28 2.01 1.09-3.34L0 3.38h3.88z\" fill=\"#c9a84c\"\/><\/svg><\/span>Inner child healing and visualisation<\/li>\n        <li><span class=\"li-icon\"><svg width=\"10\" height=\"10\" viewBox=\"0 0 10 10\" fill=\"none\"><path d=\"M5 0l1.12 3.38H10L7.19 5.47l1.09 3.34L5 6.8l-3.28 2.01 1.09-3.34L0 3.38h3.88z\" fill=\"#c9a84c\"\/><\/svg><\/span>Reparenting techniques<\/li>\n        <li><span class=\"li-icon\"><svg width=\"10\" height=\"10\" viewBox=\"0 0 10 10\" fill=\"none\"><path d=\"M5 0l1.12 3.38H10L7.19 5.47l1.09 3.34L5 6.8l-3.28 2.01 1.09-3.34L0 3.38h3.88z\" fill=\"#c9a84c\"\/><\/svg><\/span>Parts therapy and ego state understanding<\/li>\n        <li><span class=\"li-icon\"><svg width=\"10\" height=\"10\" viewBox=\"0 0 10 10\" fill=\"none\"><path d=\"M5 0l1.12 3.38H10L7.19 5.47l1.09 3.34L5 6.8l-3.28 2.01 1.09-3.34L0 3.38h3.88z\" fill=\"#c9a84c\"\/><\/svg><\/span>Protector parts and trauma parts<\/li>\n        <li><span class=\"li-icon\"><svg width=\"10\" height=\"10\" viewBox=\"0 0 10 10\" fill=\"none\"><path d=\"M5 0l1.12 3.38H10L7.19 5.47l1.09 3.34L5 6.8l-3.28 2.01 1.09-3.34L0 3.38h3.88z\" fill=\"#c9a84c\"\/><\/svg><\/span>Gestalt-based emotional dialogue<\/li>\n        <li><span class=\"li-icon\"><svg width=\"10\" height=\"10\" viewBox=\"0 0 10 10\" fill=\"none\"><path d=\"M5 0l1.12 3.38H10L7.19 5.47l1.09 3.34L5 6.8l-3.28 2.01 1.09-3.34L0 3.38h3.88z\" fill=\"#c9a84c\"\/><\/svg><\/span>Ideomotor communication and internal integration<\/li>\n        <li><span class=\"li-icon\"><svg width=\"10\" height=\"10\" viewBox=\"0 0 10 10\" fill=\"none\"><path d=\"M5 0l1.12 3.38H10L7.19 5.47l1.09 3.34L5 6.8l-3.28 2.01 1.09-3.34L0 3.38h3.88z\" fill=\"#c9a84c\"\/><\/svg><\/span>Trauma recognition and release techniques<\/li>\n        <li><span class=\"li-icon\"><svg width=\"10\" height=\"10\" viewBox=\"0 0 10 10\" fill=\"none\"><path d=\"M5 0l1.12 3.38H10L7.19 5.47l1.09 3.34L5 6.8l-3.28 2.01 1.09-3.34L0 3.38h3.88z\" fill=\"#c9a84c\"\/><\/svg><\/span>Dissociation awareness<\/li>\n        <li><span class=\"li-icon\"><svg width=\"10\" height=\"10\" viewBox=\"0 0 10 10\" fill=\"none\"><path d=\"M5 0l1.12 3.38H10L7.19 5.47l1.09 3.34L5 6.8l-3.28 2.01 1.09-3.34L0 3.38h3.88z\" fill=\"#c9a84c\"\/><\/svg><\/span>Hypnotic pain support<\/li>\n        <li><span class=\"li-icon\"><svg width=\"10\" height=\"10\" viewBox=\"0 0 10 10\" fill=\"none\"><path d=\"M5 0l1.12 3.38H10L7.19 5.47l1.09 3.34L5 6.8l-3.28 2.01 1.09-3.34L0 3.38h3.88z\" fill=\"#c9a84c\"\/><\/svg><\/span>Grief as transformation<\/li>\n        <li><span class=\"li-icon\"><svg width=\"10\" height=\"10\" viewBox=\"0 0 10 10\" fill=\"none\"><path d=\"M5 0l1.12 3.38H10L7.19 5.47l1.09 3.34L5 6.8l-3.28 2.01 1.09-3.34L0 3.38h3.88z\" fill=\"#c9a84c\"\/><\/svg><\/span>Adlerian perspectives in hypnotherapy<\/li>\n        <li><span class=\"li-icon\"><svg width=\"10\" height=\"10\" viewBox=\"0 0 10 10\" fill=\"none\"><path d=\"M5 0l1.12 3.38H10L7.19 5.47l1.09 3.34L5 6.8l-3.28 2.01 1.09-3.34L0 3.38h3.88z\" fill=\"#c9a84c\"\/><\/svg><\/span>Meaning, belonging, and therapeutic witnessing<\/li>\n      <\/ul>\n    <\/div>\n\n    <!-- CHANGED: completely updated Section 2 module list -->\n    <div id=\"section2\" class=\"tab-content\">\n      <ul class=\"module-list\">\n        <li><span class=\"li-icon\"><svg width=\"10\" height=\"10\" viewBox=\"0 0 10 10\" fill=\"none\"><path d=\"M5 0l1.12 3.38H10L7.19 5.47l1.09 3.34L5 6.8l-3.28 2.01 1.09-3.34L0 3.38h3.88z\" fill=\"#c9a84c\"\/><\/svg><\/span>Regression as remembrance<\/li>\n        <li><span class=\"li-icon\"><svg width=\"10\" height=\"10\" viewBox=\"0 0 10 10\" fill=\"none\"><path d=\"M5 0l1.12 3.38H10L7.19 5.47l1.09 3.34L5 6.8l-3.28 2.01 1.09-3.34L0 3.38h3.88z\" fill=\"#c9a84c\"\/><\/svg><\/span>Soul identity across lifetimes<\/li>\n        <li><span class=\"li-icon\"><svg width=\"10\" height=\"10\" viewBox=\"0 0 10 10\" fill=\"none\"><path d=\"M5 0l1.12 3.38H10L7.19 5.47l1.09 3.34L5 6.8l-3.28 2.01 1.09-3.34L0 3.38h3.88z\" fill=\"#c9a84c\"\/><\/svg><\/span>Life experience as learning<\/li>\n        <li><span class=\"li-icon\"><svg width=\"10\" height=\"10\" viewBox=\"0 0 10 10\" fill=\"none\"><path d=\"M5 0l1.12 3.38H10L7.19 5.47l1.09 3.34L5 6.8l-3.28 2.01 1.09-3.34L0 3.38h3.88z\" fill=\"#c9a84c\"\/><\/svg><\/span>Universal connection and embodied insight<\/li>\n        <li><span class=\"li-icon\"><svg width=\"10\" height=\"10\" viewBox=\"0 0 10 10\" fill=\"none\"><path d=\"M5 0l1.12 3.38H10L7.19 5.47l1.09 3.34L5 6.8l-3.28 2.01 1.09-3.34L0 3.38h3.88z\" fill=\"#c9a84c\"\/><\/svg><\/span>Gentle work around fear of death<\/li>\n        <li><span class=\"li-icon\"><svg width=\"10\" height=\"10\" viewBox=\"0 0 10 10\" fill=\"none\"><path d=\"M5 0l1.12 3.38H10L7.19 5.47l1.09 3.34L5 6.8l-3.28 2.01 1.09-3.34L0 3.38h3.88z\" fill=\"#c9a84c\"\/><\/svg><\/span>Clinical and soul-centred approaches<\/li>\n        <li><span class=\"li-icon\"><svg width=\"10\" height=\"10\" viewBox=\"0 0 10 10\" fill=\"none\"><path d=\"M5 0l1.12 3.38H10L7.19 5.47l1.09 3.34L5 6.8l-3.28 2.01 1.09-3.34L0 3.38h3.88z\" fill=\"#c9a84c\"\/><\/svg><\/span>Projection awareness in regression<\/li>\n        <li><span class=\"li-icon\"><svg width=\"10\" height=\"10\" viewBox=\"0 0 10 10\" fill=\"none\"><path d=\"M5 0l1.12 3.38H10L7.19 5.47l1.09 3.34L5 6.8l-3.28 2.01 1.09-3.34L0 3.38h3.88z\" fill=\"#c9a84c\"\/><\/svg><\/span>Transference dynamics in PLR<\/li>\n        <li><span class=\"li-icon\"><svg width=\"10\" height=\"10\" viewBox=\"0 0 10 10\" fill=\"none\"><path d=\"M5 0l1.12 3.38H10L7.19 5.47l1.09 3.34L5 6.8l-3.28 2.01 1.09-3.34L0 3.38h3.88z\" fill=\"#c9a84c\"\/><\/svg><\/span>Following experience without leading<\/li>\n        <li><span class=\"li-icon\"><svg width=\"10\" height=\"10\" viewBox=\"0 0 10 10\" fill=\"none\"><path d=\"M5 0l1.12 3.38H10L7.19 5.47l1.09 3.34L5 6.8l-3.28 2.01 1.09-3.34L0 3.38h3.88z\" fill=\"#c9a84c\"\/><\/svg><\/span>Holding space with ethical clarity<\/li>\n        <li><span class=\"li-icon\"><svg width=\"10\" height=\"10\" viewBox=\"0 0 10 10\" fill=\"none\"><path d=\"M5 0l1.12 3.38H10L7.19 5.47l1.09 3.34L5 6.8l-3.28 2.01 1.09-3.34L0 3.38h3.88z\" fill=\"#c9a84c\"\/><\/svg><\/span>Prenatal and cellular memory<\/li>\n        <li><span class=\"li-icon\"><svg width=\"10\" height=\"10\" viewBox=\"0 0 10 10\" fill=\"none\"><path d=\"M5 0l1.12 3.38H10L7.19 5.47l1.09 3.34L5 6.8l-3.28 2.01 1.09-3.34L0 3.38h3.88z\" fill=\"#c9a84c\"\/><\/svg><\/span>Womb-state induction<\/li>\n        <li><span class=\"li-icon\"><svg width=\"10\" height=\"10\" viewBox=\"0 0 10 10\" fill=\"none\"><path d=\"M5 0l1.12 3.38H10L7.19 5.47l1.09 3.34L5 6.8l-3.28 2.01 1.09-3.34L0 3.38h3.88z\" fill=\"#c9a84c\"\/><\/svg><\/span>Releasing inherited emotional patterns<\/li>\n        <li><span class=\"li-icon\"><svg width=\"10\" height=\"10\" viewBox=\"0 0 10 10\" fill=\"none\"><path d=\"M5 0l1.12 3.38H10L7.19 5.47l1.09 3.34L5 6.8l-3.28 2.01 1.09-3.34L0 3.38h3.88z\" fill=\"#c9a84c\"\/><\/svg><\/span>In-utero reparenting<\/li>\n        <li><span class=\"li-icon\"><svg width=\"10\" height=\"10\" viewBox=\"0 0 10 10\" fill=\"none\"><path d=\"M5 0l1.12 3.38H10L7.19 5.47l1.09 3.34L5 6.8l-3.28 2.01 1.09-3.34L0 3.38h3.88z\" fill=\"#c9a84c\"\/><\/svg><\/span>Early soul connection<\/li>\n        <li><span class=\"li-icon\"><svg width=\"10\" height=\"10\" viewBox=\"0 0 10 10\" fill=\"none\"><path d=\"M5 0l1.12 3.38H10L7.19 5.47l1.09 3.34L5 6.8l-3.28 2.01 1.09-3.34L0 3.38h3.88z\" fill=\"#c9a84c\"\/><\/svg><\/span>Emergent experience in trance<\/li>\n        <li><span class=\"li-icon\"><svg width=\"10\" height=\"10\" viewBox=\"0 0 10 10\" fill=\"none\"><path d=\"M5 0l1.12 3.38H10L7.19 5.47l1.09 3.34L5 6.8l-3.28 2.01 1.09-3.34L0 3.38h3.88z\" fill=\"#c9a84c\"\/><\/svg><\/span>Intuition and symbolic awareness<\/li>\n        <li><span class=\"li-icon\"><svg width=\"10\" height=\"10\" viewBox=\"0 0 10 10\" fill=\"none\"><path d=\"M5 0l1.12 3.38H10L7.19 5.47l1.09 3.34L5 6.8l-3.28 2.01 1.09-3.34L0 3.38h3.88z\" fill=\"#c9a84c\"\/><\/svg><\/span>Soul fragmentation and higher self connection<\/li>\n        <li><span class=\"li-icon\"><svg width=\"10\" height=\"10\" viewBox=\"0 0 10 10\" fill=\"none\"><path d=\"M5 0l1.12 3.38H10L7.19 5.47l1.09 3.34L5 6.8l-3.28 2.01 1.09-3.34L0 3.38h3.88z\" fill=\"#c9a84c\"\/><\/svg><\/span>Working with guides<\/li>\n        <li><span class=\"li-icon\"><svg width=\"10\" height=\"10\" viewBox=\"0 0 10 10\" fill=\"none\"><path d=\"M5 0l1.12 3.38H10L7.19 5.47l1.09 3.34L5 6.8l-3.28 2.01 1.09-3.34L0 3.38h3.88z\" fill=\"#c9a84c\"\/><\/svg><\/span>Energetic boundaries and grounding<\/li>\n        <li><span class=\"li-icon\"><svg width=\"10\" height=\"10\" viewBox=\"0 0 10 10\" fill=\"none\"><path d=\"M5 0l1.12 3.38H10L7.19 5.47l1.09 3.34L5 6.8l-3.28 2.01 1.09-3.34L0 3.38h3.88z\" fill=\"#c9a84c\"\/><\/svg><\/span>Past life regression pathway and induction<\/li>\n        <li><span class=\"li-icon\"><svg width=\"10\" height=\"10\" viewBox=\"0 0 10 10\" fill=\"none\"><path d=\"M5 0l1.12 3.38H10L7.19 5.47l1.09 3.34L5 6.8l-3.28 2.01 1.09-3.34L0 3.38h3.88z\" fill=\"#c9a84c\"\/><\/svg><\/span>Exploring themes safely<\/li>\n        <li><span class=\"li-icon\"><svg width=\"10\" height=\"10\" viewBox=\"0 0 10 10\" fill=\"none\"><path d=\"M5 0l1.12 3.38H10L7.19 5.47l1.09 3.34L5 6.8l-3.28 2.01 1.09-3.34L0 3.38h3.88z\" fill=\"#c9a84c\"\/><\/svg><\/span>Karmic and ancestral patterns<\/li>\n        <li><span class=\"li-icon\"><svg width=\"10\" height=\"10\" viewBox=\"0 0 10 10\" fill=\"none\"><path d=\"M5 0l1.12 3.38H10L7.19 5.47l1.09 3.34L5 6.8l-3.28 2.01 1.09-3.34L0 3.38h3.88z\" fill=\"#c9a84c\"\/><\/svg><\/span>Contraindications and red flags<\/li>\n        <li><span class=\"li-icon\"><svg width=\"10\" height=\"10\" viewBox=\"0 0 10 10\" fill=\"none\"><path d=\"M5 0l1.12 3.38H10L7.19 5.47l1.09 3.34L5 6.8l-3.28 2.01 1.09-3.34L0 3.38h3.88z\" fill=\"#c9a84c\"\/><\/svg><\/span>Death-scene regression where appropriate<\/li>\n        <li><span class=\"li-icon\"><svg width=\"10\" height=\"10\" viewBox=\"0 0 10 10\" fill=\"none\"><path d=\"M5 0l1.12 3.38H10L7.19 5.47l1.09 3.34L5 6.8l-3.28 2.01 1.09-3.34L0 3.38h3.88z\" fill=\"#c9a84c\"\/><\/svg><\/span>Integration into present-life awareness<\/li>\n        <li><span class=\"li-icon\"><svg width=\"10\" height=\"10\" viewBox=\"0 0 10 10\" fill=\"none\"><path d=\"M5 0l1.12 3.38H10L7.19 5.47l1.09 3.34L5 6.8l-3.28 2.01 1.09-3.34L0 3.38h3.88z\" fill=\"#c9a84c\"\/><\/svg><\/span>Safe closure, documentation, and follow-up<\/li>\n      <\/ul>\n    <\/div>\n\n    <!-- CHANGED: requirements pared down to only the requested items -->\n    <div id=\"requirements\" class=\"tab-content\">\n      <ul class=\"module-list\">\n        <li><span class=\"li-icon\"><svg width=\"10\" height=\"10\" viewBox=\"0 0 10 10\" fill=\"none\"><path d=\"M5 0l1.12 3.38H10L7.19 5.47l1.09 3.34L5 6.8l-3.28 2.01 1.09-3.34L0 3.38h3.88z\" fill=\"#c9a84c\"\/><\/svg><\/span>Genuine interest in helping clients meet their full potential<\/li>\n        <li><span class=\"li-icon\"><svg width=\"10\" height=\"10\" viewBox=\"0 0 10 10\" fill=\"none\"><path d=\"M5 0l1.12 3.38H10L7.19 5.47l1.09 3.34L5 6.8l-3.28 2.01 1.09-3.34L0 3.38h3.88z\" fill=\"#c9a84c\"\/><\/svg><\/span>Willingness to engage in personal inner work<\/li>\n        <li><span class=\"li-icon\"><svg width=\"10\" height=\"10\" viewBox=\"0 0 10 10\" fill=\"none\"><path d=\"M5 0l1.12 3.38H10L7.19 5.47l1.09 3.34L5 6.8l-3.28 2.01 1.09-3.34L0 3.38h3.88z\" fill=\"#c9a84c\"\/><\/svg><\/span>Interest in expanded awareness and consciousness<\/li>\n        <li><span class=\"li-icon\"><svg width=\"10\" height=\"10\" viewBox=\"0 0 10 10\" fill=\"none\"><path d=\"M5 0l1.12 3.38H10L7.19 5.47l1.09 3.34L5 6.8l-3.28 2.01 1.09-3.34L0 3.38h3.88z\" fill=\"#c9a84c\"\/><\/svg><\/span>Honest completion of application and interview<\/li>\n        <li><span class=\"li-icon\"><svg width=\"10\" height=\"10\" viewBox=\"0 0 10 10\" fill=\"none\"><path d=\"M5 0l1.12 3.38H10L7.19 5.47l1.09 3.34L5 6.8l-3.28 2.01 1.09-3.34L0 3.38h3.88z\" fill=\"#c9a84c\"\/><\/svg><\/span>Self-responsibility for physical and mental readiness<\/li>\n        <li><span class=\"li-icon\"><svg width=\"10\" height=\"10\" viewBox=\"0 0 10 10\" fill=\"none\"><path d=\"M5 0l1.12 3.38H10L7.19 5.47l1.09 3.34L5 6.8l-3.28 2.01 1.09-3.34L0 3.38h3.88z\" fill=\"#c9a84c\"\/><\/svg><\/span>All fees paid in full as per requirement listed on application<\/li>\n      <\/ul>\n    <\/div>\n  <\/div>\n<\/section>\n\n<!-- \u2500\u2500 OUTCOMES \u2500\u2500 -->\n<section class=\"outcomes-section\">\n  <div class=\"container\">\n    <span class=\"section-label\" style=\"text-align:center;display:block;\">The Outcome<\/span>\n    <h2 class=\"section-title\" style=\"text-align:center;\">What Graduates <em>Achieve<\/em><\/h2>\n    <div class=\"outcomes-list\">\n      <div class=\"outcome-item\">\n        <div class=\"outcome-icon\"><svg width=\"26\" height=\"26\" viewBox=\"0 0 26 26\" fill=\"none\"><circle cx=\"13\" cy=\"13\" r=\"10\" stroke=\"#7ec8e3\" stroke-width=\"1.4\"\/><path d=\"M13 3v2M13 21v2M3 13h2M21 13h2\" stroke=\"#7ec8e3\" stroke-width=\"1.2\" stroke-linecap=\"round\"\/><path d=\"M17 9l-3 8-3-8 8 3z\" fill=\"#c9a84c\" stroke=\"#c9a84c\" stroke-width=\"0.8\" stroke-linejoin=\"round\"\/><\/svg><\/div>\n        <p class=\"outcome-text\">Guide clients safely through altered states of consciousness with grounded therapeutic presence<\/p>\n      <\/div>\n      <div class=\"outcome-item\" style=\"transition-delay:0.1s\">\n        <div class=\"outcome-icon\"><svg width=\"26\" height=\"26\" viewBox=\"0 0 26 26\" fill=\"none\"><path d=\"M2 13S6.5 5 13 5s11 8 11 8-4.5 8-11 8S2 13 2 13z\" stroke=\"#7ec8e3\" stroke-width=\"1.4\" stroke-linejoin=\"round\"\/><circle cx=\"13\" cy=\"13\" r=\"3.5\" stroke=\"#c9a84c\" stroke-width=\"1.3\"\/><circle cx=\"13\" cy=\"13\" r=\"1\" fill=\"#c9a84c\"\/><\/svg><\/div>\n        <p class=\"outcome-text\">Work with symbolic and archetypal imagery in meaningful psychological and spiritual processes<\/p>\n      <\/div>\n      <div class=\"outcome-item\" style=\"transition-delay:0.15s\">\n        <div class=\"outcome-icon\"><svg width=\"26\" height=\"26\" viewBox=\"0 0 26 26\" fill=\"none\"><path d=\"M8 14V7a1.5 1.5 0 0 1 3 0v5\" stroke=\"#7ec8e3\" stroke-width=\"1.4\" stroke-linecap=\"round\"\/><path d=\"M11 11.5V7a1.5 1.5 0 0 1 3 0v5\" stroke=\"#7ec8e3\" stroke-width=\"1.4\" stroke-linecap=\"round\"\/><path d=\"M14 12V9a1.5 1.5 0 0 1 3 0v4\" stroke=\"#7ec8e3\" stroke-width=\"1.4\" stroke-linecap=\"round\"\/><path d=\"M8 14c0 0-.5 1.5.5 3.5S12 22 13 22s4.5-1 5.5-4.5V13\" stroke=\"#c9a84c\" stroke-width=\"1.4\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\/><\/svg><\/div>\n        <p class=\"outcome-text\">Facilitate emotional and somatic integration with compassion and professional responsibility<\/p>\n      <\/div>\n      <div class=\"outcome-item\" style=\"transition-delay:0.2s\">\n        <div class=\"outcome-icon\"><svg width=\"26\" height=\"26\" viewBox=\"0 0 26 26\" fill=\"none\"><path d=\"M13 4v18M6 22h14\" stroke=\"#7ec8e3\" stroke-width=\"1.4\" stroke-linecap=\"round\"\/><path d=\"M6 8L3 14h6L6 8z\" stroke=\"#c9a84c\" stroke-width=\"1.2\" stroke-linejoin=\"round\" fill=\"none\"\/><path d=\"M20 8l-3 6h6l-3-6z\" stroke=\"#7ec8e3\" stroke-width=\"1.2\" stroke-linejoin=\"round\" fill=\"none\"\/><path d=\"M6 8h14\" stroke=\"#7ec8e3\" stroke-width=\"1.2\" stroke-linecap=\"round\"\/><\/svg><\/div>\n        <p class=\"outcome-text\">Navigate transpersonal and regression experiences ethically with discernment and neutrality<\/p>\n      <\/div>\n      <div class=\"outcome-item\" style=\"transition-delay:0.25s\">\n        <div class=\"outcome-icon\"><svg width=\"26\" height=\"26\" viewBox=\"0 0 26 26\" fill=\"none\"><path d=\"M6 20S5 8 18 5c0 0 2 10-5 14\" stroke=\"#7ec8e3\" stroke-width=\"1.4\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\/><path d=\"M6 20c2-3 5-6 8-8\" stroke=\"#c9a84c\" stroke-width=\"1.3\" stroke-linecap=\"round\"\/><\/svg><\/div>\n        <p class=\"outcome-text\">Support clients in translating insight into meaningful, lasting life change and transformation<\/p>\n      <\/div>\n      <div class=\"outcome-item\" style=\"transition-delay:0.3s\">\n        <div class=\"outcome-icon\"><svg width=\"26\" height=\"26\" viewBox=\"0 0 26 26\" fill=\"none\"><path d=\"M13 3l2 8 8 2-8 2-2 8-2-8-8-2 8-2z\" stroke=\"#c9a84c\" stroke-width=\"1.4\" stroke-linejoin=\"round\" fill=\"none\"\/><path d=\"M20 4l.7 2.3L23 7l-2.3.7L20 10l-.7-2.3L17 7l2.3-.7z\" stroke=\"#7ec8e3\" stroke-width=\"1.1\" stroke-linejoin=\"round\" fill=\"none\"\/><\/svg><\/div>\n        <p class=\"outcome-text\">Step into the Beyond Experience of Regression work \u2014 going beyond what is expected<\/p>\n      <\/div>\n      <!-- NEW: two additional outcomes -->\n      <div class=\"outcome-item\" style=\"transition-delay:0.35s\">\n        <div class=\"outcome-icon\"><svg width=\"26\" height=\"26\" viewBox=\"0 0 26 26\" fill=\"none\"><circle cx=\"13\" cy=\"13\" r=\"10\" stroke=\"#7ec8e3\" stroke-width=\"1.4\"\/><path d=\"M9 13l3 3 5-6\" stroke=\"#c9a84c\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\/><\/svg><\/div>\n        <p class=\"outcome-text\">Explore the origins and philosophy of hypnosis through psychological and spiritual perspectives<\/p>\n      <\/div>\n      <div class=\"outcome-item\" style=\"transition-delay:0.4s\">\n        <div class=\"outcome-icon\"><svg width=\"26\" height=\"26\" viewBox=\"0 0 26 26\" fill=\"none\"><path d=\"M13 3l2 8 8 2-8 2-2 8-2-8-8-2 8-2z\" stroke=\"#7ec8e3\" stroke-width=\"1.4\" stroke-linejoin=\"round\" fill=\"none\"\/><circle cx=\"13\" cy=\"13\" r=\"3\" fill=\"#c9a84c\" opacity=\"0.6\"\/><\/svg><\/div>\n        <p class=\"outcome-text\">Expanded consciousness, spiritual insight, symbolic healing and integration of psyche, soul and body<\/p>\n      <\/div>\n    <\/div>\n  <\/div>\n<\/section>\n\n<!-- \u2500\u2500 ACCREDITATIONS \u2500\u2500 -->\n<section class=\"accred-section\">\n  <div class=\"container\">\n    <span class=\"section-label reveal\" style=\"text-align:center;display:block;\">Recognised &amp; Accredited<\/span>\n    <!-- CHANGED: heading updated to Personal Professional Memberships -->\n    <h2 class=\"section-title reveal\" style=\"text-align:center;font-size:clamp(24px,4vw,42px);\">Personal Professional <em>Memberships<\/em><\/h2>\n    <div class=\"accred-logos reveal\">\n      <img decoding=\"async\" src=\"https:\/\/beyondimagininghypnosis.com\/wp-content\/uploads\/2026\/05\/michael.png\" alt=\"Michael Newton Institute\">\n      <img decoding=\"async\" src=\"https:\/\/beyondimagininghypnosis.com\/wp-content\/uploads\/2026\/05\/IACT-Logo-2025-1.png\" alt=\"IACT Logo\">\n    <\/div>\n  <\/div>\n<\/section>\n\n<!-- \u2500\u2500 VIDEOS \u2500\u2500 -->\n<section class=\"videos-section\">\n  <div class=\"container\">\n    <span class=\"section-label reveal\" style=\"text-align:center;display:block;\">Featured Interviews<\/span>\n    <h2 class=\"section-title reveal\" style=\"text-align:center;\">Watch &amp; <em>Listen<\/em><\/h2>\n    <div class=\"videos-grid\">\n      <a href=\"https:\/\/youtu.be\/X_MqFCO47Ik\" target=\"_blank\" rel=\"noopener\" class=\"video-card\">\n        <div class=\"video-thumb\">\n          <svg width=\"56\" height=\"56\" viewBox=\"0 0 56 56\" fill=\"none\"><circle cx=\"28\" cy=\"28\" r=\"28\" fill=\"rgba(42,108,168,0.4)\"\/><path d=\"M22 18l18 10-18 10V18z\" fill=\"#7ec8e3\"\/><\/svg>\n        <\/div>\n        <div class=\"video-info\">\n          <p class=\"video-title\">What is a Life Between Lives\u00ae Hypnotherapy Session? Exploring the Healing and Learning Aspects<\/p>\n          <p class=\"video-meta\">Michael Newton Institute &nbsp;\u00b7&nbsp; 61 min<\/p>\n        <\/div>\n      <\/a>\n      <a href=\"https:\/\/www.youtube.com\/watch?v=EtpwGFVipp0\" target=\"_blank\" rel=\"noopener\" class=\"video-card\" style=\"transition-delay:0.1s\">\n        <div class=\"video-thumb\">\n          <svg width=\"56\" height=\"56\" viewBox=\"0 0 56 56\" fill=\"none\"><circle cx=\"28\" cy=\"28\" r=\"28\" fill=\"rgba(42,108,168,0.4)\"\/><path d=\"M22 18l18 10-18 10V18z\" fill=\"#7ec8e3\"\/><\/svg>\n        <\/div>\n        <div class=\"video-info\">\n          <p class=\"video-title\">Ilse Ambrose's Journey in the World of LBL &amp; MNI \u2014 Life Between Lives Wisdom Podcast<\/p>\n          <p class=\"video-meta\">Michael Newton Institute &nbsp;\u00b7&nbsp; 28 min<\/p>\n        <\/div>\n      <\/a>\n    <\/div>\n  <\/div>\n<\/section>\n\n<!-- \u2500\u2500 CONTACT \u2500\u2500 -->\n<section class=\"contact-section\" id=\"contact\">\n  <div class=\"container\">\n    <span class=\"section-label reveal\" style=\"text-align:center;display:block;\">Begin Your Journey<\/span>\n    <h2 class=\"section-title reveal\" style=\"text-align:center;\">Get in <em>Touch<\/em><\/h2>\n    <!-- CHANGED: updated contact paragraph -->\n    <p class=\"reveal\" style=\"max-width:640px;margin:0 auto;text-align:center;color:var(--text-muted);font-size:15px;\">If you feel called to take this journey with us, we would love to hear from you. We are honoured that you may be considering stepping into this transformative and deeply meaningful work.<\/p>\n    <div class=\"contact-info reveal\">\n      <a href=\"tel:4037150188\" class=\"contact-pill\">\n        <svg width=\"22\" height=\"22\" viewBox=\"0 0 22 22\" fill=\"none\"><path d=\"M4 2h4l2 5-2.5 1.5a11 11 0 0 0 6 6L15 12l5 2v4a2 2 0 0 1-2 2C7.163 20 2 14.837 2 4a2 2 0 0 1 2-2z\" stroke=\"currentColor\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\/><\/svg> 403 715 0188\n      <\/a>\n      <a href=\"mailto:ilseambrose@gmail.com\" class=\"contact-pill\">\n        <svg width=\"22\" height=\"22\" viewBox=\"0 0 22 22\" fill=\"none\"><rect x=\"2\" y=\"5\" width=\"18\" height=\"13\" rx=\"2\" stroke=\"currentColor\" stroke-width=\"1.5\"\/><path d=\"M2 7l9 6 9-6\" stroke=\"currentColor\" stroke-width=\"1.5\" stroke-linecap=\"round\"\/><\/svg> ilseambrose@gmail.com\n      <\/a>\n    <\/div>\n    <p style=\"text-align:center;margin-top:48px;font-family:'Cormorant Garamond',serif;font-style:italic;font-size:20px;color:var(--text-muted);\">Beyond Limits &nbsp;\u00b7&nbsp; Beyond Imagining<\/p>\n  <\/div>\n<\/section>\n\n<script>\n  \/\/ \u2500\u2500 STARS \u2500\u2500\n  (function() {\n    const canvas = document.getElementById('starsCanvas');\n    const ctx = canvas.getContext('2d');\n    let stars = [];\n\n    function resize() {\n      canvas.width = window.innerWidth;\n      canvas.height = window.innerHeight;\n    }\n\n    function initStars() {\n      stars = [];\n      for (let i = 0; i < 180; i++) {\n        stars.push({\n          x: Math.random() * canvas.width,\n          y: Math.random() * canvas.height,\n          r: Math.random() * 1.4 + 0.2,\n          alpha: Math.random() * 0.7 + 0.1,\n          speed: Math.random() * 0.3 + 0.05,\n          twinkle: Math.random() * Math.PI * 2\n        });\n      }\n    }\n\n    function draw() {\n      ctx.clearRect(0, 0, canvas.width, canvas.height);\n      stars.forEach(s => {\n        s.twinkle += s.speed * 0.02;\n        const a = s.alpha * (0.6 + 0.4 * Math.sin(s.twinkle));\n        ctx.beginPath();\n        ctx.arc(s.x, s.y, s.r, 0, Math.PI * 2);\n        ctx.fillStyle = `rgba(200, 220, 255, ${a})`;\n        ctx.fill();\n      });\n      requestAnimationFrame(draw);\n    }\n\n    resize(); initStars(); draw();\n    window.addEventListener('resize', () => { resize(); initStars(); });\n  })();\n\n  \/\/ \u2500\u2500 SCROLL REVEAL \u2500\u2500\n  const observer = new IntersectionObserver((entries) => {\n    entries.forEach(e => {\n      if (e.isIntersecting) {\n        e.target.classList.add('visible');\n        observer.unobserve(e.target);\n      }\n    });\n  }, { threshold: 0.1 });\n\n  document.querySelectorAll('.reveal, .meaning-card, .beyond-limits-box, .session-card, .outcome-item, .video-card').forEach(el => {\n    observer.observe(el);\n  });\n\n  \/\/ \u2500\u2500 TABS \u2500\u2500\n  function switchTab(id, btn) {\n    document.querySelectorAll('.tab-content').forEach(t => t.classList.remove('active'));\n    document.querySelectorAll('.tab-btn').forEach(b => b.classList.remove('active'));\n    document.getElementById(id).classList.add('active');\n    btn.classList.add('active');\n  }\n<\/script>\n<\/body>\n<\/html>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t","protected":false},"excerpt":{"rendered":"<p>Beyond Imagining Hypnosis Academy Professional Training Beyond ImaginingHypnosis Academy Transpersonal Hypnotherapy &nbsp;\u00b7&nbsp; Past Life Regression Where psychology, symbolism and spirituality meet in the deeper layers beyond the conscious mind. Experiences that go beyond ordinary ego identity. Explore the Training Get in Touch We envision a world where healing transcends limitation \u2014 where practitioners work in [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"elementor_canvas","meta":{"footnotes":""},"class_list":["post-7","page","type-page","status-publish","hentry"],"_links":{"self":[{"href":"https:\/\/beyondimagininghypnosis.com\/index.php?rest_route=\/wp\/v2\/pages\/7","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/beyondimagininghypnosis.com\/index.php?rest_route=\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/beyondimagininghypnosis.com\/index.php?rest_route=\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/beyondimagininghypnosis.com\/index.php?rest_route=\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/beyondimagininghypnosis.com\/index.php?rest_route=%2Fwp%2Fv2%2Fcomments&post=7"}],"version-history":[{"count":16,"href":"https:\/\/beyondimagininghypnosis.com\/index.php?rest_route=\/wp\/v2\/pages\/7\/revisions"}],"predecessor-version":[{"id":30,"href":"https:\/\/beyondimagininghypnosis.com\/index.php?rest_route=\/wp\/v2\/pages\/7\/revisions\/30"}],"wp:attachment":[{"href":"https:\/\/beyondimagininghypnosis.com\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=7"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}