{"product_id":"f925-mentorship-1-month","title":"F925 Mentorship (1 Month)","description":"\u003cstyle\u003e\n  .f925-mentorship,\n  .f925-mentorship * {\n    box-sizing: border-box;\n  }\n\n  .f925-mentorship {\n    --mentor-navy: #0b1d3a;\n    --mentor-navy-light: #17365f;\n    --mentor-blue: #315f91;\n    --mentor-platinum: #b8c3d1;\n    --mentor-silver: #dce3eb;\n    --mentor-ice: #f3f7fb;\n    --mentor-text: #17202d;\n    --mentor-muted: #5e6877;\n\n    position: relative;\n    isolation: isolate;\n    overflow: hidden;\n    max-width: 960px;\n    margin: 30px auto;\n    padding: 60px 46px;\n    border: 1px solid rgba(49, 95, 145, 0.22);\n    border-radius: 28px;\n    background:\n      radial-gradient(\n        circle at top right,\n        rgba(49, 95, 145, 0.14),\n        transparent 32%\n      ),\n      radial-gradient(\n        circle at bottom left,\n        rgba(184, 195, 209, 0.2),\n        transparent 30%\n      ),\n      linear-gradient(\n        145deg,\n        #ffffff 0%,\n        #fbfdff 52%,\n        #edf3f8 100%\n      );\n    color: var(--mentor-text);\n    font-family: Arial, Helvetica, sans-serif;\n    box-shadow:\n      0 28px 75px rgba(11, 29, 58, 0.14),\n      inset 0 1px 0 rgba(255, 255, 255, 0.96);\n    animation: f925MentorReveal 1s cubic-bezier(0.2, 0.8, 0.2, 1) both;\n  }\n\n  .f925-mentorship::before {\n    content: \"\";\n    position: absolute;\n    inset: 0;\n    z-index: -3;\n    opacity: 0.5;\n    background-image:\n      linear-gradient(\n        rgba(49, 95, 145, 0.035) 1px,\n        transparent 1px\n      ),\n      linear-gradient(\n        90deg,\n        rgba(49, 95, 145, 0.035) 1px,\n        transparent 1px\n      );\n    background-size: 38px 38px;\n    pointer-events: none;\n  }\n\n  .f925-mentorship::after {\n    content: \"\";\n    position: absolute;\n    top: -190px;\n    right: -160px;\n    z-index: -2;\n    width: 450px;\n    height: 450px;\n    border-radius: 50%;\n    background: radial-gradient(\n      circle,\n      rgba(49, 95, 145, 0.2),\n      rgba(184, 195, 209, 0.1) 46%,\n      transparent 72%\n    );\n    filter: blur(7px);\n    animation: f925MentorGlow 7s ease-in-out infinite;\n    pointer-events: none;\n  }\n\n  .f925-mentor-orb {\n    position: absolute;\n    bottom: -170px;\n    left: -140px;\n    z-index: -2;\n    width: 370px;\n    height: 370px;\n    border-radius: 50%;\n    background: radial-gradient(\n      circle,\n      rgba(23, 54, 95, 0.13),\n      rgba(184, 195, 209, 0.06) 52%,\n      transparent 73%\n    );\n    animation: f925MentorOrb 8s ease-in-out infinite;\n    pointer-events: none;\n  }\n\n  .f925-mentor-topline {\n    width: 82px;\n    height: 3px;\n    margin-bottom: 22px;\n    border-radius: 50px;\n    background: linear-gradient(\n      90deg,\n      #0b1d3a,\n      #7893b1,\n      #dce3eb,\n      #315f91\n    );\n    background-size: 220% auto;\n    animation:\n      f925MentorLine 0.9s ease-out 0.15s both,\n      f925MentorMetal 5s linear infinite;\n  }\n\n  .f925-mentor-badges {\n    display: flex;\n    flex-wrap: wrap;\n    gap: 10px;\n    margin-bottom: 20px;\n  }\n\n  .f925-mentor-badge,\n  .f925-mentor-duration {\n    display: inline-flex;\n    align-items: center;\n    gap: 8px;\n    padding: 9px 15px;\n    border-radius: 50px;\n    font-size: 11px;\n    font-weight: 700;\n    letter-spacing: 1.7px;\n    text-transform: uppercase;\n    backdrop-filter: blur(10px);\n    animation: f925MentorFadeUp 0.8s ease-out both;\n  }\n\n  .f925-mentor-badge {\n    border: 1px solid rgba(49, 95, 145, 0.3);\n    background: rgba(49, 95, 145, 0.08);\n    color: #17365f;\n    animation-delay: 0.2s;\n  }\n\n  .f925-mentor-badge::before {\n    content: \"\";\n    width: 7px;\n    height: 7px;\n    border-radius: 50%;\n    background: #315f91;\n    box-shadow: 0 0 14px rgba(49, 95, 145, 0.6);\n    animation: f925MentorPulse 2.4s ease-in-out infinite;\n  }\n\n  .f925-mentor-duration {\n    border: 1px solid rgba(184, 195, 209, 0.65);\n    background: linear-gradient(\n      135deg,\n      rgba(255, 255, 255, 0.98),\n      rgba(220, 227, 235, 0.52)\n    );\n    color: #34465d;\n    animation-delay: 0.27s;\n  }\n\n  .f925-mentor-title {\n    max-width: 820px;\n    margin: 0 0 17px;\n    color: #101a29;\n    font-family: Georgia, \"Times New Roman\", serif;\n    font-size: clamp(38px, 6vw, 62px);\n    font-weight: 500;\n    line-height: 1.05;\n    letter-spacing: -1.8px;\n    animation: f925MentorFadeUp 0.8s ease-out 0.32s both;\n  }\n\n  .f925-mentor-title span {\n    background: linear-gradient(\n      90deg,\n      #0b1d3a,\n      #315f91,\n      #9eafc1,\n      #17365f,\n      #0b1d3a\n    );\n    background-size: 220% auto;\n    -webkit-background-clip: text;\n    background-clip: text;\n    color: transparent;\n    animation: f925MentorMetal 5s linear infinite;\n  }\n\n  .f925-mentor-subtitle {\n    max-width: 730px;\n    margin: 0 0 32px;\n    color: #4f5d6e;\n    font-size: 18px;\n    font-weight: 600;\n    line-height: 1.7;\n    animation: f925MentorFadeUp 0.8s ease-out 0.42s both;\n  }\n\n  .f925-mentor-divider {\n    width: 100%;\n    height: 1px;\n    margin: 0 0 32px;\n    background: linear-gradient(\n      90deg,\n      rgba(23, 54, 95, 0.8),\n      rgba(184, 195, 209, 0.45),\n      transparent\n    );\n    animation: f925MentorFadeIn 0.9s ease-out 0.5s both;\n  }\n\n  .f925-mentor-description {\n    max-width: 820px;\n    color: var(--mentor-muted);\n    font-size: 16px;\n    line-height: 1.9;\n    animation: f925MentorFadeUp 0.8s ease-out 0.52s both;\n  }\n\n  .f925-mentor-description p {\n    margin: 0 0 18px;\n  }\n\n  .f925-mentor-description strong {\n    color: var(--mentor-navy);\n    font-weight: 700;\n  }\n\n  .f925-mentor-highlight {\n    display: grid;\n    grid-template-columns: repeat(3, minmax(0, 1fr));\n    gap: 14px;\n    margin: 34px 0 0;\n  }\n\n  .f925-mentor-stat {\n    position: relative;\n    overflow: hidden;\n    padding: 22px 18px;\n    border: 1px solid rgba(49, 95, 145, 0.16);\n    border-radius: 17px;\n    background: linear-gradient(\n      145deg,\n      rgba(255, 255, 255, 0.98),\n      rgba(237, 243, 248, 0.86)\n    );\n    text-align: center;\n    box-shadow:\n      0 12px 28px rgba(11, 29, 58, 0.07),\n      inset 0 1px 0 rgba(255, 255, 255, 0.98);\n    transition:\n      transform 0.35s ease,\n      border-color 0.35s ease,\n      box-shadow 0.35s ease;\n    animation: f925MentorFadeUp 0.75s ease-out both;\n  }\n\n  .f925-mentor-stat:nth-child(1) {\n    animation-delay: 0.65s;\n  }\n\n  .f925-mentor-stat:nth-child(2) {\n    animation-delay: 0.75s;\n  }\n\n  .f925-mentor-stat:nth-child(3) {\n    animation-delay: 0.85s;\n  }\n\n  .f925-mentor-stat:hover {\n    transform: translateY(-5px);\n    border-color: rgba(49, 95, 145, 0.38);\n    box-shadow: 0 18px 36px rgba(11, 29, 58, 0.12);\n  }\n\n  .f925-mentor-stat strong {\n    display: block;\n    margin-bottom: 7px;\n    background: linear-gradient(\n      90deg,\n      #0b1d3a,\n      #315f91,\n      #758ca7\n    );\n    -webkit-background-clip: text;\n    background-clip: text;\n    color: transparent;\n    font-family: Georgia, \"Times New Roman\", serif;\n    font-size: 26px;\n    font-weight: 500;\n  }\n\n  .f925-mentor-stat span {\n    color: #566376;\n    font-size: 12px;\n    font-weight: 700;\n    line-height: 1.5;\n    letter-spacing: 0.5px;\n    text-transform: uppercase;\n  }\n\n  .f925-mentor-section-title {\n    margin: 40px 0 18px;\n    color: var(--mentor-navy);\n    font-family: Georgia, \"Times New Roman\", serif;\n    font-size: 26px;\n    font-weight: 500;\n    letter-spacing: -0.4px;\n    animation: f925MentorFadeUp 0.8s ease-out 0.9s both;\n  }\n\n  .f925-mentor-included {\n    display: grid;\n    grid-template-columns: repeat(2, minmax(0, 1fr));\n    gap: 14px;\n    margin: 0;\n    padding: 0;\n    list-style: none;\n  }\n\n  .f925-mentor-included li {\n    position: relative;\n    overflow: hidden;\n    min-height: 94px;\n    padding: 20px 18px 20px 59px;\n    border: 1px solid rgba(49, 95, 145, 0.16);\n    border-radius: 17px;\n    background: linear-gradient(\n      135deg,\n      rgba(255, 255, 255, 0.98),\n      rgba(237, 243, 248, 0.78)\n    );\n    color: #465467;\n    font-size: 14px;\n    line-height: 1.55;\n    box-shadow:\n      0 10px 26px rgba(11, 29, 58, 0.07),\n      inset 0 1px 0 rgba(255, 255, 255, 0.94);\n    transition:\n      transform 0.35s ease,\n      border-color 0.35s ease,\n      box-shadow 0.35s ease,\n      background 0.35s ease;\n    animation: f925MentorFadeUp 0.75s ease-out both;\n  }\n\n  .f925-mentor-included li:nth-child(1) {\n    animation-delay: 0.95s;\n  }\n\n  .f925-mentor-included li:nth-child(2) {\n    animation-delay: 1.03s;\n  }\n\n  .f925-mentor-included li:nth-child(3) {\n    animation-delay: 1.11s;\n  }\n\n  .f925-mentor-included li:nth-child(4) {\n    animation-delay: 1.19s;\n  }\n\n  .f925-mentor-included li:nth-child(5) {\n    animation-delay: 1.27s;\n  }\n\n  .f925-mentor-included li:nth-child(6) {\n    animation-delay: 1.35s;\n  }\n\n  .f925-mentor-included li:nth-child(7) {\n    animation-delay: 1.43s;\n  }\n\n  .f925-mentor-included li:nth-child(8) {\n    animation-delay: 1.51s;\n  }\n\n  .f925-mentor-included li::before {\n    content: \"✓\";\n    position: absolute;\n    top: 21px;\n    left: 18px;\n    display: flex;\n    width: 28px;\n    height: 28px;\n    align-items: center;\n    justify-content: center;\n    border: 1px solid rgba(49, 95, 145, 0.34);\n    border-radius: 50%;\n    background: linear-gradient(\n      145deg,\n      #e6edf4,\n      #7893b1\n    );\n    color: #0b1d3a;\n    font-size: 13px;\n    font-weight: 900;\n    box-shadow: 0 6px 16px rgba(49, 95, 145, 0.18);\n  }\n\n  .f925-mentor-included li::after {\n    content: \"\";\n    position: absolute;\n    top: 0;\n    left: -120%;\n    width: 70%;\n    height: 100%;\n    background: linear-gradient(\n      90deg,\n      transparent,\n      rgba(255, 255, 255, 0.85),\n      transparent\n    );\n    transform: skewX(-20deg);\n    transition: left 0.75s ease;\n    pointer-events: none;\n  }\n\n  .f925-mentor-included li:hover {\n    transform: translateY(-5px);\n    border-color: rgba(49, 95, 145, 0.42);\n    background: linear-gradient(\n      135deg,\n      #ffffff,\n      #e8f0f7\n    );\n    box-shadow: 0 18px 34px rgba(11, 29, 58, 0.12);\n  }\n\n  .f925-mentor-included li:hover::after {\n    left: 140%;\n  }\n\n  .f925-mentor-included strong {\n    display: block;\n    margin-bottom: 4px;\n    color: var(--mentor-navy);\n    font-size: 14px;\n  }\n\n  .f925-mentor-premiers {\n    position: relative;\n    overflow: hidden;\n    margin-top: 34px;\n    padding: 27px;\n    border: 1px solid rgba(49, 95, 145, 0.24);\n    border-radius: 18px;\n    background:\n      radial-gradient(\n        circle at top right,\n        rgba(184, 195, 209, 0.28),\n        transparent 48%\n      ),\n      linear-gradient(\n        135deg,\n        rgba(255, 255, 255, 0.97),\n        rgba(226, 235, 244, 0.72)\n      );\n    box-shadow:\n      0 14px 34px rgba(11, 29, 58, 0.09),\n      inset 0 1px 0 rgba(255, 255, 255, 0.96);\n    animation: f925MentorFadeUp 0.8s ease-out 1.58s both;\n  }\n\n  .f925-mentor-premiers::before {\n    content: \"PREMIERS\";\n    position: absolute;\n    top: 17px;\n    right: 20px;\n    color: rgba(11, 29, 58, 0.07);\n    font-family: Georgia, \"Times New Roman\", serif;\n    font-size: clamp(28px, 6vw, 58px);\n    font-weight: 700;\n    letter-spacing: 3px;\n    pointer-events: none;\n  }\n\n  .f925-mentor-premiers::after {\n    content: \"\";\n    position: absolute;\n    top: 0;\n    left: -120%;\n    width: 55%;\n    height: 100%;\n    background: linear-gradient(\n      90deg,\n      transparent,\n      rgba(255, 255, 255, 0.82),\n      transparent\n    );\n    transform: skewX(-20deg);\n    animation: f925MentorSweep 5.5s ease-in-out infinite;\n    pointer-events: none;\n  }\n\n  .f925-mentor-premiers-title {\n    position: relative;\n    z-index: 1;\n    margin: 0 0 9px;\n    color: var(--mentor-navy);\n    font-family: Georgia, \"Times New Roman\", serif;\n    font-size: 22px;\n    font-weight: 500;\n  }\n\n  .f925-mentor-premiers p {\n    position: relative;\n    z-index: 1;\n    max-width: 710px;\n    margin: 0;\n    color: #4f5d6e;\n    font-size: 15px;\n    line-height: 1.75;\n  }\n\n  .f925-mentor-premiers strong {\n    color: var(--mentor-navy);\n  }\n\n  .f925-mentor-closing {\n    margin: 30px 0 0;\n    padding: 24px 25px;\n    border-left: 3px solid #315f91;\n    border-radius: 0 15px 15px 0;\n    background: linear-gradient(\n      90deg,\n      rgba(49, 95, 145, 0.1),\n      rgba(255, 255, 255, 0.55)\n    );\n    color: #465467;\n    font-size: 16px;\n    line-height: 1.8;\n    animation: f925MentorFadeUp 0.8s ease-out 1.68s both;\n  }\n\n  .f925-mentor-closing strong {\n    color: var(--mentor-navy);\n  }\n\n  .f925-mentor-disclaimer {\n    margin-top: 28px;\n    padding-top: 20px;\n    border-top: 1px solid rgba(49, 95, 145, 0.18);\n    color: #737f8f;\n    font-size: 11px;\n    line-height: 1.7;\n    animation: f925MentorFadeUp 0.8s ease-out 1.78s both;\n  }\n\n  .f925-mentor-disclaimer strong {\n    color: #315f91;\n    letter-spacing: 0.4px;\n  }\n\n  @keyframes f925MentorReveal {\n    from {\n      opacity: 0;\n      transform: translateY(26px) scale(0.985);\n      filter: blur(6px);\n    }\n\n    to {\n      opacity: 1;\n      transform: translateY(0) scale(1);\n      filter: blur(0);\n    }\n  }\n\n  @keyframes f925MentorFadeUp {\n    from {\n      opacity: 0;\n      transform: translateY(22px);\n    }\n\n    to {\n      opacity: 1;\n      transform: translateY(0);\n    }\n  }\n\n  @keyframes f925MentorFadeIn {\n    from {\n      opacity: 0;\n    }\n\n    to {\n      opacity: 1;\n    }\n  }\n\n  @keyframes f925MentorLine {\n    from {\n      width: 0;\n      opacity: 0;\n    }\n\n    to {\n      width: 82px;\n      opacity: 1;\n    }\n  }\n\n  @keyframes f925MentorGlow {\n    0%,\n    100% {\n      transform: translate(0, 0) scale(1);\n      opacity: 0.7;\n    }\n\n    50% {\n      transform: translate(-35px, 35px) scale(1.15);\n      opacity: 1;\n    }\n  }\n\n  @keyframes f925MentorOrb {\n    0%,\n    100% {\n      transform: translate(0, 0) scale(1);\n    }\n\n    50% {\n      transform: translate(32px, -28px) scale(1.12);\n    }\n  }\n\n  @keyframes f925MentorPulse {\n    0%,\n    100% {\n      transform: scale(1);\n      box-shadow: 0 0 10px rgba(49, 95, 145, 0.4);\n    }\n\n    50% {\n      transform: scale(1.25);\n      box-shadow: 0 0 19px rgba(49, 95, 145, 0.78);\n    }\n  }\n\n  @keyframes f925MentorMetal {\n    from {\n      background-position: 0% center;\n    }\n\n    to {\n      background-position: 220% center;\n    }\n  }\n\n  @keyframes f925MentorSweep {\n    0%,\n    55% {\n      left: -120%;\n    }\n\n    85%,\n    100% {\n      left: 150%;\n    }\n  }\n\n  @media (max-width: 760px) {\n    .f925-mentorship {\n      margin: 18px auto;\n      padding: 42px 22px;\n      border-radius: 22px;\n    }\n\n    .f925-mentor-title {\n      letter-spacing: -1px;\n    }\n\n    .f925-mentor-subtitle {\n      font-size: 16px;\n    }\n\n    .f925-mentor-highlight,\n    .f925-mentor-included {\n      grid-template-columns: 1fr;\n    }\n\n    .f925-mentor-premiers::before {\n      display: none;\n    }\n  }\n\n  @media (prefers-reduced-motion: reduce) {\n    .f925-mentorship,\n    .f925-mentorship::after,\n    .f925-mentorship *,\n    .f925-mentor-orb {\n      animation: none !important;\n      transition: none !important;\n    }\n  }\n\u003c\/style\u003e\n\n\u003csection class=\"f925-mentorship\"\u003e\n  \u003cdiv class=\"f925-mentor-orb\"\u003e\u003c\/div\u003e\n\n  \u003cdiv class=\"f925-mentor-topline\"\u003e\u003c\/div\u003e\n\n  \u003cdiv class=\"f925-mentor-badges\"\u003e\n    \u003cdiv class=\"f925-mentor-badge\"\u003e\n      F925 Exclusive Mentorship\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"f925-mentor-duration\"\u003e\n      One-Month Programme\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003ch2 class=\"f925-mentor-title\"\u003e\n    F925 \u003cspan\u003eMentorship\u003c\/span\u003e\n  \u003c\/h2\u003e\n\n  \u003cp class=\"f925-mentor-subtitle\"\u003e\n    A more personal trading education experience built around live interaction,\n    direct guidance and real-time support.\n  \u003c\/p\u003e\n\n  \u003cdiv class=\"f925-mentor-divider\"\u003e\u003c\/div\u003e\n\n  \u003cdiv class=\"f925-mentor-description\"\u003e\n    \u003cp\u003e\n      The \u003cstrong\u003eF925 1 Month Mentorship\u003c\/strong\u003e is designed for traders who\n      want more than pre-recorded lessons. Throughout the month, you will have\n      the opportunity to learn within a live and interactive environment where\n      you can ask questions, gain clarity and receive guidance throughout your\n      trading journey.\n    \u003c\/p\u003e\n\n    \u003cp\u003e\n      We will host \u003cstrong\u003etwo live mentorship sessions every week\u003c\/strong\u003e,\n      giving you the opportunity to engage directly with me and interact with\n      other mentorship members.\n    \u003c\/p\u003e\n\n    \u003cp\u003e\n      These sessions are designed to create a more personal learning\n      experience where questions can be answered in real time and trading\n      concepts can be discussed in greater detail.\n    \u003c\/p\u003e\n\n    \u003cp\u003e\n      Rather than learning alone, you will become part of an exclusive\n      environment focused on education, interaction, discipline and continued\n      development.\n    \u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"f925-mentor-highlight\"\u003e\n    \u003cdiv class=\"f925-mentor-stat\"\u003e\n      \u003cstrong\u003e1 Month\u003c\/strong\u003e\n      \u003cspan\u003eMentorship Access\u003c\/span\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"f925-mentor-stat\"\u003e\n      \u003cstrong\u003e2× Weekly\u003c\/strong\u003e\n      \u003cspan\u003eLive Sessions\u003c\/span\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"f925-mentor-stat\"\u003e\n      \u003cstrong\u003eFull Access\u003c\/strong\u003e\n      \u003cspan\u003eComplete F925 Course\u003c\/span\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003ch3 class=\"f925-mentor-section-title\"\u003e\n    What’s Included\n  \u003c\/h3\u003e\n\n  \u003cul class=\"f925-mentor-included\"\u003e\n    \u003cli\u003e\n      \u003cstrong\u003eOne Month of F925 Mentorship Access\u003c\/strong\u003e\n      Full access to the mentorship environment for the complete month.\n    \u003c\/li\u003e\n\n    \u003cli\u003e\n      \u003cstrong\u003eTwo Live Sessions Every Week\u003c\/strong\u003e\n      Join eight scheduled live mentorship sessions across the month.\n    \u003c\/li\u003e\n\n    \u003cli\u003e\n      \u003cstrong\u003eReal-Time Questions and Answers\u003c\/strong\u003e\n      Ask questions and receive answers during the live sessions.\n    \u003c\/li\u003e\n\n    \u003cli\u003e\n      \u003cstrong\u003ePersonal, Interactive Learning\u003c\/strong\u003e\n      Experience a more direct and personal style of trading education.\n    \u003c\/li\u003e\n\n    \u003cli\u003e\n      \u003cstrong\u003eExclusive F925 Premiers Discord\u003c\/strong\u003e\n      Access a private Discord community created specifically for mentorship\n      members.\n    \u003c\/li\u003e\n\n    \u003cli\u003e\n      \u003cstrong\u003eLive Trading Discussions\u003c\/strong\u003e\n      Take part in interactive discussions around trading concepts and the F925\n      methodology.\n    \u003c\/li\u003e\n\n    \u003cli\u003e\n      \u003cstrong\u003eF925 Complete Trading System\u003c\/strong\u003e\n      Receive access to the entire F925 course collection as part of the\n      mentorship.\n    \u003c\/li\u003e\n\n    \u003cli\u003e\n      \u003cstrong\u003eSupportive Trading Community\u003c\/strong\u003e\n      Learn alongside other traders focused on developing their knowledge and\n      discipline.\n    \u003c\/li\u003e\n  \u003c\/ul\u003e\n\n  \u003cdiv class=\"f925-mentor-premiers\"\u003e\n    \u003ch3 class=\"f925-mentor-premiers-title\"\u003e\n      👑 Exclusive F925 Premiers Access\n    \u003c\/h3\u003e\n\n    \u003cp\u003e\n      Your mentorship includes access to the private\n      \u003cstrong\u003eF925 Premiers Discord\u003c\/strong\u003e, where mentorship members can\n      interact, stay connected and continue the learning experience throughout\n      the month.\n    \u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"f925-mentor-closing\"\u003e\n    Whether you are looking to strengthen your understanding, gain additional\n    clarity or learn in a more interactive environment, the\n    \u003cstrong\u003eF925 1 Month Mentorship\u003c\/strong\u003e provides a structured and personal\n    experience designed to support your development as a trader.\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"f925-mentor-disclaimer\"\u003e\n    \u003cstrong\u003eEDUCATIONAL DISCLAIMER:\u003c\/strong\u003e\n    This mentorship is for educational purposes only and does not constitute\n    financial advice. Trading involves risk, and profits or results are not\n    guaranteed.\n  \u003c\/div\u003e\n\u003c\/section\u003e","brand":"F925 Trading","offers":[{"title":"Default Title","offer_id":44482304671832,"sku":null,"price":1999.99,"currency_code":"ZAR","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0738\/2014\/3704\/files\/ChatGPTImageJul30_2026at09_59_45PM.png?v=1785441609","url":"https:\/\/f925trading.co.za\/products\/f925-mentorship-1-month","provider":"F925 Trading","version":"1.0","type":"link"}