{"product_id":"f925-risk-management","title":"F925 Risk Management","description":"\u003cstyle\u003e\n  .f925-risk-course,\n  .f925-risk-course * {\n    box-sizing: border-box;\n  }\n\n  .f925-risk-course {\n    position: relative;\n    isolation: isolate;\n    overflow: hidden;\n    max-width: 940px;\n    margin: 30px auto;\n    padding: 58px 46px;\n    border: 1px solid rgba(181, 137, 47, 0.28);\n    border-radius: 28px;\n    background:\n      radial-gradient(\n        circle at top right,\n        rgba(218, 180, 92, 0.18),\n        transparent 30%\n      ),\n      radial-gradient(\n        circle at bottom left,\n        rgba(198, 151, 55, 0.1),\n        transparent 28%\n      ),\n      linear-gradient(\n        145deg,\n        #ffffff 0%,\n        #fffdf8 55%,\n        #f8f2e7 100%\n      );\n    color: #191919;\n    font-family: Arial, Helvetica, sans-serif;\n    box-shadow:\n      0 25px 70px rgba(79, 54, 10, 0.12),\n      inset 0 1px 0 rgba(255, 255, 255, 0.9);\n    animation: f925RiskReveal 1s cubic-bezier(0.2, 0.8, 0.2, 1) both;\n  }\n\n  .f925-risk-course::before {\n    content: \"\";\n    position: absolute;\n    inset: 0;\n    z-index: -2;\n    opacity: 0.4;\n    background-image:\n      linear-gradient(\n        rgba(166, 124, 40, 0.04) 1px,\n        transparent 1px\n      ),\n      linear-gradient(\n        90deg,\n        rgba(166, 124, 40, 0.04) 1px,\n        transparent 1px\n      );\n    background-size: 38px 38px;\n    pointer-events: none;\n  }\n\n  .f925-risk-course::after {\n    content: \"\";\n    position: absolute;\n    top: -180px;\n    right: -160px;\n    z-index: -1;\n    width: 430px;\n    height: 430px;\n    border-radius: 50%;\n    background: radial-gradient(\n      circle,\n      rgba(210, 165, 63, 0.23),\n      rgba(210, 165, 63, 0.06) 45%,\n      transparent 70%\n    );\n    filter: blur(5px);\n    animation: f925RiskGlow 7s ease-in-out infinite;\n    pointer-events: none;\n  }\n\n  .f925-risk-topline {\n    width: 76px;\n    height: 3px;\n    margin-bottom: 22px;\n    border-radius: 50px;\n    background: linear-gradient(\n      90deg,\n      #9a6b17,\n      #e8c46f,\n      #ad7d25\n    );\n    animation: f925RiskLine 0.9s ease-out 0.15s both;\n  }\n\n  .f925-risk-badge {\n    display: inline-flex;\n    align-items: center;\n    gap: 8px;\n    margin-bottom: 20px;\n    padding: 9px 15px;\n    border: 1px solid rgba(180, 134, 43, 0.32);\n    border-radius: 50px;\n    background: rgba(214, 172, 78, 0.1);\n    color: #8d641b;\n    font-size: 11px;\n    font-weight: 700;\n    letter-spacing: 2px;\n    text-transform: uppercase;\n    backdrop-filter: blur(10px);\n    animation: f925RiskFadeUp 0.8s ease-out 0.2s both;\n  }\n\n  .f925-risk-badge::before {\n    content: \"\";\n    width: 7px;\n    height: 7px;\n    border-radius: 50%;\n    background: #c59431;\n    box-shadow: 0 0 14px rgba(197, 148, 49, 0.55);\n    animation: f925RiskPulse 2.4s ease-in-out infinite;\n  }\n\n  .f925-risk-title {\n    max-width: 760px;\n    margin: 0 0 16px;\n    color: #171717;\n    font-family: Georgia, \"Times New Roman\", serif;\n    font-size: clamp(36px, 6vw, 60px);\n    font-weight: 500;\n    line-height: 1.06;\n    letter-spacing: -1.8px;\n    animation: f925RiskFadeUp 0.8s ease-out 0.3s both;\n  }\n\n  .f925-risk-title span {\n    background: linear-gradient(\n      90deg,\n      #8f6215,\n      #d2a442,\n      #a27320,\n      #e2c16f\n    );\n    background-size: 200% auto;\n    -webkit-background-clip: text;\n    background-clip: text;\n    color: transparent;\n    animation:\n      f925RiskGoldMove 5s linear infinite,\n      f925RiskFadeUp 0.8s ease-out 0.3s both;\n  }\n\n  .f925-risk-subtitle {\n    max-width: 680px;\n    margin: 0 0 32px;\n    color: #4e4e4e;\n    font-size: 18px;\n    font-weight: 600;\n    line-height: 1.7;\n    animation: f925RiskFadeUp 0.8s ease-out 0.4s both;\n  }\n\n  .f925-risk-divider {\n    width: 100%;\n    height: 1px;\n    margin: 0 0 32px;\n    background: linear-gradient(\n      90deg,\n      rgba(186, 139, 44, 0.75),\n      rgba(186, 139, 44, 0.15),\n      transparent\n    );\n    animation: f925RiskFadeIn 0.9s ease-out 0.5s both;\n  }\n\n  .f925-risk-description {\n    max-width: 790px;\n    color: #555555;\n    font-size: 16px;\n    line-height: 1.9;\n    animation: f925RiskFadeUp 0.8s ease-out 0.5s both;\n  }\n\n  .f925-risk-description p {\n    margin: 0 0 18px;\n  }\n\n  .f925-risk-description strong {\n    color: #171717;\n    font-weight: 700;\n  }\n\n  .f925-risk-section-title {\n    margin: 38px 0 18px;\n    color: #9b6d18;\n    font-family: Georgia, \"Times New Roman\", serif;\n    font-size: 25px;\n    font-weight: 500;\n    letter-spacing: -0.4px;\n    animation: f925RiskFadeUp 0.8s ease-out 0.65s both;\n  }\n\n  .f925-risk-benefits {\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-risk-benefits li {\n    position: relative;\n    overflow: hidden;\n    min-height: 92px;\n    padding: 20px 18px 20px 58px;\n    border: 1px solid rgba(184, 137, 42, 0.18);\n    border-radius: 17px;\n    background: linear-gradient(\n      135deg,\n      rgba(255, 255, 255, 0.96),\n      rgba(248, 240, 221, 0.7)\n    );\n    color: #353535;\n    font-size: 14px;\n    line-height: 1.55;\n    backdrop-filter: blur(12px);\n    box-shadow:\n      0 10px 26px rgba(92, 64, 12, 0.07),\n      inset 0 1px 0 rgba(255, 255, 255, 0.9);\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: f925RiskFadeUp 0.75s ease-out both;\n  }\n\n  .f925-risk-benefits li:nth-child(1) {\n    animation-delay: 0.7s;\n  }\n\n  .f925-risk-benefits li:nth-child(2) {\n    animation-delay: 0.8s;\n  }\n\n  .f925-risk-benefits li:nth-child(3) {\n    animation-delay: 0.9s;\n  }\n\n  .f925-risk-benefits li:nth-child(4) {\n    animation-delay: 1s;\n  }\n\n  .f925-risk-benefits li:nth-child(5) {\n    grid-column: 1 \/ -1;\n    animation-delay: 1.1s;\n  }\n\n  .f925-risk-benefits 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.75),\n      transparent\n    );\n    transform: skewX(-20deg);\n    transition: left 0.7s ease;\n    pointer-events: none;\n  }\n\n  .f925-risk-benefits li:hover {\n    transform: translateY(-5px);\n    border-color: rgba(181, 132, 34, 0.48);\n    background: linear-gradient(\n      135deg,\n      #ffffff,\n      #f8edcf\n    );\n    box-shadow: 0 18px 34px rgba(96, 67, 12, 0.12);\n  }\n\n  .f925-risk-benefits li:hover::after {\n    left: 140%;\n  }\n\n  .f925-risk-benefits li::before {\n    content: \"✓\";\n    position: absolute;\n    top: 21px;\n    left: 18px;\n    display: flex;\n    width: 27px;\n    height: 27px;\n    align-items: center;\n    justify-content: center;\n    border: 1px solid rgba(156, 107, 18, 0.35);\n    border-radius: 50%;\n    background: linear-gradient(\n      145deg,\n      #efd58e,\n      #b98423\n    );\n    color: #2c1a00;\n    font-size: 13px;\n    font-weight: 900;\n    box-shadow: 0 5px 16px rgba(170, 121, 27, 0.2);\n  }\n\n  .f925-risk-closing {\n    margin: 32px 0 0;\n    padding: 23px 24px;\n    border-left: 3px solid #b78222;\n    border-radius: 0 14px 14px 0;\n    background: linear-gradient(\n      90deg,\n      rgba(213, 170, 74, 0.14),\n      rgba(255, 255, 255, 0.4)\n    );\n    color: #454545;\n    font-size: 16px;\n    line-height: 1.8;\n    animation: f925RiskFadeUp 0.8s ease-out 1.15s both;\n  }\n\n  .f925-risk-disclaimer {\n    margin-top: 28px;\n    padding-top: 20px;\n    border-top: 1px solid rgba(176, 127, 30, 0.2);\n    color: #737373;\n    font-size: 11px;\n    line-height: 1.7;\n    animation: f925RiskFadeUp 0.8s ease-out 1.25s both;\n  }\n\n  .f925-risk-disclaimer strong {\n    color: #93671c;\n    letter-spacing: 0.4px;\n  }\n\n  @keyframes f925RiskReveal {\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 f925RiskFadeUp {\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 f925RiskFadeIn {\n    from {\n      opacity: 0;\n    }\n\n    to {\n      opacity: 1;\n    }\n  }\n\n  @keyframes f925RiskLine {\n    from {\n      width: 0;\n      opacity: 0;\n    }\n\n    to {\n      width: 76px;\n      opacity: 1;\n    }\n  }\n\n  @keyframes f925RiskGlow {\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 f925RiskPulse {\n    0%,\n    100% {\n      transform: scale(1);\n      box-shadow: 0 0 10px rgba(197, 148, 49, 0.4);\n    }\n\n    50% {\n      transform: scale(1.25);\n      box-shadow: 0 0 18px rgba(197, 148, 49, 0.8);\n    }\n  }\n\n  @keyframes f925RiskGoldMove {\n    from {\n      background-position: 0% center;\n    }\n\n    to {\n      background-position: 200% center;\n    }\n  }\n\n  @media (max-width: 680px) {\n    .f925-risk-course {\n      margin: 18px auto;\n      padding: 40px 22px;\n      border-radius: 22px;\n    }\n\n    .f925-risk-title {\n      letter-spacing: -1px;\n    }\n\n    .f925-risk-subtitle {\n      font-size: 16px;\n    }\n\n    .f925-risk-benefits {\n      grid-template-columns: 1fr;\n    }\n\n    .f925-risk-benefits li:nth-child(5) {\n      grid-column: auto;\n    }\n\n    .f925-risk-closing {\n      padding: 19px 18px;\n    }\n  }\n\n  @media (prefers-reduced-motion: reduce) {\n    .f925-risk-course,\n    .f925-risk-course::after,\n    .f925-risk-course * {\n      animation: none !important;\n      transition: none !important;\n    }\n  }\n\u003c\/style\u003e\n\n\u003csection class=\"f925-risk-course\"\u003e\n  \u003cdiv class=\"f925-risk-topline\"\u003e\u003c\/div\u003e\n\n  \u003cdiv class=\"f925-risk-badge\"\u003e\n    F925 Premium Trading Education\n  \u003c\/div\u003e\n\n  \u003ch2 class=\"f925-risk-title\"\u003e\n    F925 \u003cspan\u003eRisk Management\u003c\/span\u003e\n  \u003c\/h2\u003e\n\n  \u003cp class=\"f925-risk-subtitle\"\u003e\n    Protect your capital. Trade with discipline. Build long-term consistency.\n  \u003c\/p\u003e\n\n  \u003cdiv class=\"f925-risk-divider\"\u003e\u003c\/div\u003e\n\n  \u003cdiv class=\"f925-risk-description\"\u003e\n    \u003cp\u003e\n      The \u003cstrong\u003eF925 Risk Management\u003c\/strong\u003e course is designed to help you\n      develop a structured approach to protecting your trading capital while\n      maintaining consistency in the markets.\n    \u003c\/p\u003e\n\n    \u003cp\u003e\n      A strong trading strategy is only one part of the equation. How you\n      manage risk can play a critical role in your overall trading journey.\n    \u003c\/p\u003e\n\n    \u003cp\u003e\n      Throughout this course, you will be introduced to the principles and\n      methodologies that form part of the F925 approach to risk management.\n      Each lesson is designed to encourage more informed decision-making,\n      improved discipline and a sustainable trading mindset.\n    \u003c\/p\u003e\n\n    \u003cp\u003e\n      Rather than focusing solely on short-term outcomes, this course\n      highlights the importance of consistency, preparation and effective\n      capital management within a structured trading framework.\n    \u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003ch3 class=\"f925-risk-section-title\"\u003e\n    What You’ll Gain\n  \u003c\/h3\u003e\n\n  \u003cul class=\"f925-risk-benefits\"\u003e\n    \u003cli\u003e\n      A more disciplined approach to managing risk\n    \u003c\/li\u003e\n\n    \u003cli\u003e\n      Greater confidence when planning and managing trades\n    \u003c\/li\u003e\n\n    \u003cli\u003e\n      Improved consistency through structured decision-making\n    \u003c\/li\u003e\n\n    \u003cli\u003e\n      A stronger understanding of capital preservation principles\n    \u003c\/li\u003e\n\n    \u003cli\u003e\n      Insight into the F925 methodology for building long-term trading\n      discipline\n    \u003c\/li\u003e\n  \u003c\/ul\u003e\n\n  \u003cdiv class=\"f925-risk-closing\"\u003e\n    Whether you are new to trading or looking to strengthen your existing\n    approach, this course will help you develop greater structure and\n    discipline when managing risk.\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"f925-risk-disclaimer\"\u003e\n    \u003cstrong\u003eEDUCATIONAL DISCLAIMER:\u003c\/strong\u003e\n    This course is for educational purposes only and does not constitute\n    financial advice. Trading involves risk, and profits or results are not\n    guaranteed. You remain responsible for your own trading decisions.\n  \u003c\/div\u003e\n\u003c\/section\u003e","brand":"F925 Trading","offers":[{"title":"Default Title","offer_id":44481720942680,"sku":null,"price":299.99,"currency_code":"ZAR","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0738\/2014\/3704\/files\/66fbf9a2-00f3-431b-b15c-3cd7c14dafa2.png?v=1785438108","url":"https:\/\/f925trading.co.za\/products\/f925-risk-management","provider":"F925 Trading","version":"1.0","type":"link"}