{"product_id":"f925-maarket-structure","title":"F925 Market Structure","description":"\u003cstyle\u003e\n  .f925-course {\n    --gold: #c99b3d;\n    --dark: #171717;\n    --cream: #fffaf0;\n    max-width: 900px;\n    margin: 30px auto;\n    padding: 38px 28px;\n    overflow: hidden;\n    position: relative;\n    color: var(--dark);\n    background: linear-gradient(135deg, #ffffff, var(--cream));\n    border: 1px solid rgba(201, 155, 61, 0.35);\n    border-radius: 22px;\n    box-shadow: 0 18px 50px rgba(0, 0, 0, 0.08);\n    font-family: inherit;\n  }\n\n  .f925-course::before {\n    content: \"\";\n    position: absolute;\n    width: 220px;\n    height: 220px;\n    top: -120px;\n    right: -80px;\n    border-radius: 50%;\n    background: rgba(201, 155, 61, 0.16);\n    filter: blur(10px);\n    animation: f925-float 5s ease-in-out infinite;\n  }\n\n  .f925-badge {\n    display: table;\n    margin: 0 auto 16px;\n    padding: 8px 16px;\n    color: #fff;\n    background: var(--dark);\n    border: 1px solid var(--gold);\n    border-radius: 100px;\n    font-size: 12px;\n    font-weight: 700;\n    letter-spacing: 2px;\n    animation: f925-fade-down 0.7s ease both;\n  }\n\n  .f925-title {\n    margin: 0;\n    text-align: center;\n    color: var(--dark);\n    font-size: clamp(28px, 5vw, 48px);\n    line-height: 1.1;\n    animation: f925-fade-up 0.8s 0.1s ease both;\n  }\n\n  .f925-title span {\n    color: var(--gold);\n    background: linear-gradient(\n      90deg,\n      #9e6f19,\n      #e3bd69,\n      #9e6f19\n    );\n    background-size: 200% auto;\n    -webkit-background-clip: text;\n    background-clip: text;\n    color: transparent;\n    animation: f925-shimmer 3s linear infinite;\n  }\n\n  .f925-intro {\n    max-width: 700px;\n    margin: 20px auto 28px;\n    text-align: center;\n    font-size: 17px;\n    line-height: 1.7;\n    animation: f925-fade-up 0.8s 0.25s ease both;\n  }\n\n  .f925-grid {\n    display: grid;\n    grid-template-columns: repeat(2, minmax(0, 1fr));\n    gap: 14px;\n    margin-top: 25px;\n  }\n\n  .f925-item {\n    display: flex;\n    align-items: flex-start;\n    gap: 12px;\n    padding: 17px;\n    background: rgba(255, 255, 255, 0.85);\n    border: 1px solid rgba(201, 155, 61, 0.25);\n    border-radius: 14px;\n    box-shadow: 0 7px 20px rgba(0, 0, 0, 0.05);\n    opacity: 0;\n    animation: f925-fade-up 0.7s ease forwards;\n    transition: transform 0.3s ease, box-shadow 0.3s ease;\n  }\n\n  .f925-item:nth-child(1) { animation-delay: 0.35s; }\n  .f925-item:nth-child(2) { animation-delay: 0.45s; }\n  .f925-item:nth-child(3) { animation-delay: 0.55s; }\n  .f925-item:nth-child(4) { animation-delay: 0.65s; }\n  .f925-item:nth-child(5) { animation-delay: 0.75s; }\n  .f925-item:nth-child(6) { animation-delay: 0.85s; }\n\n  .f925-item:hover {\n    transform: translateY(-5px);\n    box-shadow: 0 12px 28px rgba(201, 155, 61, 0.18);\n  }\n\n  .f925-icon {\n    display: inline-flex;\n    align-items: center;\n    justify-content: center;\n    min-width: 42px;\n    height: 42px;\n    font-size: 22px;\n    background: #fff8e9;\n    border-radius: 50%;\n    animation: f925-pulse 2.3s ease-in-out infinite;\n  }\n\n  .f925-item strong {\n    display: block;\n    margin-bottom: 4px;\n  }\n\n  .f925-item p {\n    margin: 0;\n    font-size: 14px;\n    line-height: 1.55;\n  }\n\n  .f925-message {\n    margin-top: 28px;\n    padding: 22px;\n    text-align: center;\n    color: #fff;\n    background: var(--dark);\n    border-radius: 16px;\n    animation: f925-fade-up 0.8s 1s ease both;\n  }\n\n  .f925-message strong {\n    color: #e5bd65;\n  }\n\n  .f925-tagline {\n    margin: 20px 0 0;\n    text-align: center;\n    color: var(--gold);\n    font-size: 18px;\n    font-weight: 800;\n    letter-spacing: 0.5px;\n    animation: f925-pulse-text 2.5s ease-in-out infinite;\n  }\n\n  .f925-warning {\n    margin: 22px 0 0;\n    text-align: center;\n    color: #6e6e6e;\n    font-size: 12px;\n    line-height: 1.5;\n  }\n\n  @keyframes f925-fade-up {\n    from { opacity: 0; transform: translateY(25px); }\n    to { opacity: 1; transform: translateY(0); }\n  }\n\n  @keyframes f925-fade-down {\n    from { opacity: 0; transform: translateY(-18px); }\n    to { opacity: 1; transform: translateY(0); }\n  }\n\n  @keyframes f925-shimmer {\n    to { background-position: 200% center; }\n  }\n\n  @keyframes f925-pulse {\n    0%, 100% { transform: scale(1); }\n    50% { transform: scale(1.08); }\n  }\n\n  @keyframes f925-pulse-text {\n    0%, 100% { opacity: 0.75; }\n    50% { opacity: 1; }\n  }\n\n  @keyframes f925-float {\n    0%, 100% { transform: translateY(0); }\n    50% { transform: translateY(20px); }\n  }\n\n  @media (max-width: 650px) {\n    .f925-course {\n      padding: 30px 18px;\n    }\n\n    .f925-grid {\n      grid-template-columns: 1fr;\n    }\n  }\n\n  @media (prefers-reduced-motion: reduce) {\n    .f925-course *,\n    .f925-course::before {\n      animation: none !important;\n      opacity: 1 !important;\n    }\n  }\n\u003c\/style\u003e\n\n\u003csection class=\"f925-course\"\u003e\n  \u003cdiv class=\"f925-badge\"\u003eF925 TRADING\u003c\/div\u003e\n\n  \u003ch2 class=\"f925-title\"\u003e\n    Master \u003cspan\u003eMarket Structure\u003c\/span\u003e 📈\n  \u003c\/h2\u003e\n\n  \u003cp class=\"f925-intro\"\u003e\n    Stop staring at random candles and start understanding what price is\n    actually telling you. Learn to analyse market direction with greater\n    clarity, structure and confidence. 🧠⚡\n  \u003c\/p\u003e\n\n  \u003cdiv class=\"f925-grid\"\u003e\n    \u003cdiv class=\"f925-item\"\u003e\n      \u003cspan class=\"f925-icon\"\u003e📈\u003c\/span\u003e\n      \u003cdiv\u003e\n        \u003cstrong\u003eBullish Structure\u003c\/strong\u003e\n        \u003cp\u003eLearn how to recognise when buyers are controlling the market.\u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"f925-item\"\u003e\n      \u003cspan class=\"f925-icon\"\u003e📉\u003c\/span\u003e\n      \u003cdiv\u003e\n        \u003cstrong\u003eBearish Structure\u003c\/strong\u003e\n        \u003cp\u003eUnderstand when sellers are influencing price direction.\u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"f925-item\"\u003e\n      \u003cspan class=\"f925-icon\"\u003e🔍\u003c\/span\u003e\n      \u003cdiv\u003e\n        \u003cstrong\u003eHighs and Lows\u003c\/strong\u003e\n        \u003cp\u003eIdentify higher highs, higher lows, lower highs and lower lows.\u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"f925-item\"\u003e\n      \u003cspan class=\"f925-icon\"\u003e🔄\u003c\/span\u003e\n      \u003cdiv\u003e\n        \u003cstrong\u003eDirection Changes\u003c\/strong\u003e\n        \u003cp\u003eRecognise signs that the market may be changing direction.\u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"f925-item\"\u003e\n      \u003cspan class=\"f925-icon\"\u003e🧩\u003c\/span\u003e\n      \u003cdiv\u003e\n        \u003cstrong\u003eRead Price Clearly\u003c\/strong\u003e\n        \u003cp\u003eUnderstand the story developing behind market movement.\u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"f925-item\"\u003e\n      \u003cspan class=\"f925-icon\"\u003e🎯\u003c\/span\u003e\n      \u003cdiv\u003e\n        \u003cstrong\u003eBuild Your Bias\u003c\/strong\u003e\n        \u003cp\u003ePrepare a structured market view before searching for entries.\u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"f925-message\"\u003e\n    No more looking at price as random movement. ❌🕯️\n    \u003cbr\u003e\u003cbr\u003e\n    \u003cstrong\u003eUnderstand the structure, follow the story and approach every chart with purpose.\u003c\/strong\u003e\n  \u003c\/div\u003e\n\n  \u003cp class=\"f925-tagline\"\u003e\n    Learn the structure • Read the market • Trade with purpose 🏆\n  \u003c\/p\u003e\n\n  \u003cp class=\"f925-warning\"\u003e\n    ⚠️ Educational purposes only. Trading involves risk, and results are\n    never guaranteed.\n  \u003c\/p\u003e\n\u003c\/section\u003e","brand":"F925 Trading","offers":[{"title":"Default Title","offer_id":44480603226200,"sku":null,"price":299.99,"currency_code":"ZAR","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0738\/2014\/3704\/files\/ChatGPTImageJul30_2026at09_34_23PM.png?v=1785440095","url":"https:\/\/f925trading.co.za\/products\/f925-maarket-structure","provider":"F925 Trading","version":"1.0","type":"link"}