{"id":121,"date":"2025-08-28T13:19:20","date_gmt":"2025-08-28T13:19:20","guid":{"rendered":"https:\/\/footballjunkey.com\/?p=121"},"modified":"2025-08-28T13:19:20","modified_gmt":"2025-08-28T13:19:20","slug":"2025-fpl-gw2-review-gw-3-prep-by-fellou","status":"publish","type":"post","link":"https:\/\/footballjunkey.com\/index.php\/2025\/08\/28\/2025-fpl-gw2-review-gw-3-prep-by-fellou\/","title":{"rendered":"2025- FPL &#8211; GW2 review + GW 3 prep : by fellou"},"content":{"rendered":"\n<!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>FPL Analysis by Fellou &#8211; GW2 Review &#038; GW3 Prep<\/title>\n    <link href=\"https:\/\/cdn.jsdelivr.net\/npm\/bootstrap@5.3.0\/dist\/css\/bootstrap.min.css\" rel=\"stylesheet\">\n    <link href=\"https:\/\/cdnjs.cloudflare.com\/ajax\/libs\/font-awesome\/6.4.0\/css\/all.min.css\" rel=\"stylesheet\">\n    <link href=\"https:\/\/fonts.googleapis.com\/css2?family=Inter:wght@300;400;500;600;700&#038;display=swap\" rel=\"stylesheet\">\n    <style>\n        body {\n            font-family: 'Inter', sans-serif;\n            background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);\n            min-height: 100vh;\n            padding: 20px 0;\n        }\n\n        .main-container {\n            max-width: 1200px;\n            margin: 0 auto;\n            padding: 0 15px;\n        }\n\n        .post-card {\n            background: white;\n            border-radius: 20px;\n            box-shadow: 0 20px 40px rgba(0,0,0,0.1);\n            margin-bottom: 40px;\n            overflow: hidden;\n            transition: transform 0.3s ease, box-shadow 0.3s ease;\n        }\n\n        .post-card:hover {\n            transform: translateY(-5px);\n            box-shadow: 0 30px 60px rgba(0,0,0,0.15);\n        }\n\n        .post-header {\n            background: linear-gradient(135deg, #38ef7d 0%, #11998e 100%);\n            color: white;\n            padding: 30px;\n            text-align: center;\n            position: relative;\n            overflow: hidden;\n        }\n\n        .post-header::before {\n            content: '';\n            position: absolute;\n            top: -50%;\n            left: -50%;\n            width: 200%;\n            height: 200%;\n            background: url('data:image\/svg+xml,<svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" viewBox=\"0 0 100 100\"><circle cx=\"20\" cy=\"20\" r=\"2\" fill=\"rgba(255,255,255,0.1)\"\/><circle cx=\"80\" cy=\"80\" r=\"2\" fill=\"rgba(255,255,255,0.1)\"\/><circle cx=\"40\" cy=\"60\" r=\"1\" fill=\"rgba(255,255,255,0.1)\"\/><\/svg>');\n            animation: float 20s ease-in-out infinite;\n        }\n\n        @keyframes float {\n            0%, 100% { transform: translateY(0px) rotate(0deg); }\n            50% { transform: translateY(-20px) rotate(180deg); }\n        }\n\n        .post-header h1 {\n            font-size: 2.5rem;\n            font-weight: 700;\n            margin: 0;\n            position: relative;\n            z-index: 2;\n        }\n\n        .post-header .subtitle {\n            font-size: 1.1rem;\n            opacity: 0.9;\n            margin-top: 10px;\n            position: relative;\n            z-index: 2;\n        }\n\n        .post-content {\n            padding: 40px;\n            line-height: 1.8;\n        }\n\n        .fixtures-table {\n            background: #f8f9fa;\n            border-radius: 15px;\n            padding: 25px;\n            margin: 25px 0;\n            overflow-x: auto;\n        }\n\n        .fixtures-table table {\n            width: 100%;\n            border-collapse: collapse;\n            background: white;\n            border-radius: 10px;\n            overflow: hidden;\n            box-shadow: 0 5px 15px rgba(0,0,0,0.08);\n        }\n\n        .fixtures-table th {\n            background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);\n            color: white;\n            padding: 15px;\n            font-weight: 600;\n            text-align: center;\n        }\n\n        .fixtures-table td {\n            padding: 12px 15px;\n            text-align: center;\n            border-bottom: 1px solid #eee;\n        }\n\n        .fixtures-table tr:hover {\n            background: #f8f9fa;\n        }\n\n        .score {\n            font-weight: 700;\n            color: #28a745;\n            font-size: 1.1em;\n        }\n\n        .section-header {\n            color: #333;\n            font-weight: 700;\n            margin: 35px 0 20px 0;\n            padding-bottom: 10px;\n            border-bottom: 3px solid #38ef7d;\n            position: relative;\n        }\n\n        .section-header::after {\n            content: '';\n            position: absolute;\n            bottom: -3px;\n            left: 0;\n            width: 50px;\n            height: 3px;\n            background: #11998e;\n        }\n\n        .highlight-box {\n            background: linear-gradient(135deg, #ffeaa7 0%, #fab1a0 100%);\n            border-radius: 15px;\n            padding: 25px;\n            margin: 20px 0;\n            border-left: 5px solid #e17055;\n            position: relative;\n            overflow: hidden;\n        }\n\n        .highlight-box::before {\n            content: '';\n            position: absolute;\n            top: 10px;\n            right: 10px;\n            width: 40px;\n            height: 40px;\n            background: rgba(255,255,255,0.2);\n            border-radius: 50%;\n        }\n\n        .player-card {\n            background: white;\n            border-radius: 12px;\n            padding: 20px;\n            margin: 15px 0;\n            box-shadow: 0 5px 15px rgba(0,0,0,0.08);\n            border-left: 4px solid #38ef7d;\n            transition: transform 0.2s ease;\n        }\n\n        .player-card:hover {\n            transform: translateX(5px);\n            box-shadow: 0 8px 25px rgba(0,0,0,0.12);\n        }\n\n        .player-name {\n            font-weight: 700;\n            color: #2d3436;\n            font-size: 1.1em;\n        }\n\n        .player-details {\n            color: #636e72;\n            margin-top: 5px;\n        }\n\n        .tag {\n            display: inline-block;\n            background: linear-gradient(135deg, #74b9ff 0%, #0984e3 100%);\n            color: white;\n            padding: 5px 12px;\n            border-radius: 20px;\n            font-size: 0.85em;\n            font-weight: 500;\n            margin: 5px 5px 5px 0;\n        }\n\n        .tag.essential {\n            background: linear-gradient(135deg, #e17055 0%, #d63031 100%);\n        }\n\n        .tag.differential {\n            background: linear-gradient(135deg, #fdcb6e 0%, #e84393 100%);\n        }\n\n        .tag.top-pick {\n            background: linear-gradient(135deg, #00b894 0%, #00a085 100%);\n        }\n\n        .formation-box {\n            background: linear-gradient(135deg, #a29bfe 0%, #6c5ce7 100%);\n            color: white;\n            border-radius: 15px;\n            padding: 25px;\n            margin: 20px 0;\n            text-align: center;\n        }\n\n        .formation-title {\n            font-size: 1.3em;\n            font-weight: 700;\n            margin-bottom: 15px;\n        }\n\n        .captain-picks {\n            display: grid;\n            grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));\n            gap: 20px;\n            margin: 25px 0;\n        }\n\n        .captain-card {\n            background: white;\n            border-radius: 15px;\n            padding: 20px;\n            box-shadow: 0 10px 30px rgba(0,0,0,0.1);\n            border: 2px solid transparent;\n            transition: all 0.3s ease;\n            position: relative;\n            overflow: hidden;\n        }\n\n        .captain-card::before {\n            content: '\u26a1';\n            position: absolute;\n            top: 15px;\n            right: 15px;\n            font-size: 1.5em;\n            opacity: 0.3;\n        }\n\n        .captain-card:hover {\n            border-color: #38ef7d;\n            transform: translateY(-5px);\n        }\n\n        .captain-rank {\n            font-size: 2em;\n            font-weight: 700;\n            color: #38ef7d;\n        }\n\n        .icon {\n            margin-right: 8px;\n            color: #38ef7d;\n        }\n\n        .stats-grid {\n            display: grid;\n            grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));\n            gap: 20px;\n            margin: 25px 0;\n        }\n\n        .stat-card {\n            background: white;\n            padding: 20px;\n            border-radius: 12px;\n            text-align: center;\n            box-shadow: 0 5px 15px rgba(0,0,0,0.08);\n            border-top: 4px solid #38ef7d;\n        }\n\n        .stat-number {\n            font-size: 2em;\n            font-weight: 700;\n            color: #2d3436;\n        }\n\n        .stat-label {\n            color: #636e72;\n            font-size: 0.9em;\n            margin-top: 5px;\n        }\n\n        .tip-box {\n            background: linear-gradient(135deg, #81ecec 0%, #74b9ff 100%);\n            border-radius: 15px;\n            padding: 20px;\n            margin: 20px 0;\n            color: white;\n            position: relative;\n        }\n\n        .tip-box::before {\n            content: '\ud83d\udca1';\n            position: absolute;\n            top: 15px;\n            right: 15px;\n            font-size: 1.5em;\n        }\n\n        @media (max-width: 768px) {\n            .post-header h1 {\n                font-size: 2rem;\n            }\n            \n            .post-content {\n                padding: 20px;\n            }\n            \n            .fixtures-table {\n                padding: 15px;\n            }\n            \n            .captain-picks {\n                grid-template-columns: 1fr;\n            }\n        }\n\n        .scroll-top {\n            position: fixed;\n            bottom: 30px;\n            right: 30px;\n            background: linear-gradient(135deg, #38ef7d 0%, #11998e 100%);\n            color: white;\n            border: none;\n            border-radius: 50%;\n            width: 50px;\n            height: 50px;\n            font-size: 1.2em;\n            cursor: pointer;\n            box-shadow: 0 5px 15px rgba(0,0,0,0.2);\n            transition: all 0.3s ease;\n            opacity: 0;\n            transform: translateY(100px);\n        }\n\n        .scroll-top.visible {\n            opacity: 1;\n            transform: translateY(0);\n        }\n\n        .scroll-top:hover {\n            transform: translateY(-5px);\n            box-shadow: 0 10px 25px rgba(0,0,0,0.3);\n        }\n    <\/style>\n<\/head>\n<body>\n    <div class=\"main-container\">\n        <!-- Gameweek 2 Review Post -->\n        <div class=\"post-card\">\n            <div class=\"post-header\">\n                <h1><i class=\"fas fa-chart-line icon\"><\/i>Gameweek 2 Review by Fellou<\/h1>\n                <div class=\"subtitle\">Comprehensive analysis of standout performances and key takeaways<\/div>\n            <\/div>\n            <div class=\"post-content\">\n                <div class=\"fixtures-table\">\n                    <h3 class=\"section-header\"><i class=\"fas fa-calendar-alt icon\"><\/i>Gameweek 2 Fixtures &#038; Results<\/h3>\n                    <table>\n                        <thead>\n                            <tr>\n                                <th>Match<\/th>\n                                <th>Home Team<\/th>\n                                <th>Score<\/th>\n                                <th>Away Team<\/th>\n                            <\/tr>\n                        <\/thead>\n                        <tbody>\n                            <tr><td>1<\/td><td>West Ham<\/td><td class=\"score\">1-5<\/td><td>Chelsea<\/td><\/tr>\n                            <tr><td>2<\/td><td>Man City<\/td><td class=\"score\">0-2<\/td><td>Spurs<\/td><\/tr>\n                            <tr><td>3<\/td><td>Bournemouth<\/td><td class=\"score\">1-0<\/td><td>Wolves<\/td><\/tr>\n                            <tr><td>4<\/td><td>Brentford<\/td><td class=\"score\">1-0<\/td><td>Aston Villa<\/td><\/tr>\n                            <tr><td>5<\/td><td>Burnley<\/td><td class=\"score\">2-0<\/td><td>Sunderland<\/td><\/tr>\n                            <tr><td>6<\/td><td>Arsenal<\/td><td class=\"score\">5-0<\/td><td>Leeds<\/td><\/tr>\n                            <tr><td>7<\/td><td>Crystal Palace<\/td><td class=\"score\">1-1<\/td><td>Nott&#8217;m Forest<\/td><\/tr>\n                            <tr><td>8<\/td><td>Everton<\/td><td class=\"score\">2-0<\/td><td>Brighton<\/td><\/tr>\n                            <tr><td>9<\/td><td>Fulham<\/td><td class=\"score\">1-1<\/td><td>Man Utd<\/td><\/tr>\n                            <tr><td>10<\/td><td>Newcastle<\/td><td class=\"score\">2-3<\/td><td>Liverpool<\/td><\/tr>\n                        <\/tbody>\n                    <\/table>\n                <\/div>\n\n                <h3 class=\"section-header\"><i class=\"fas fa-fire icon\"><\/i>Key Highlights &#038; FPL Takeaways<\/h3>\n\n                <div class=\"highlight-box\">\n                    <h4><i class=\"fas fa-star icon\"><\/i>Standout Performances<\/h4>\n                    \n                    <div class=\"player-card\">\n                        <div class=\"player-name\">Jurri\u00ebn Timber (Arsenal) &#8211; 24 Points<\/div>\n                        <div class=\"player-details\">The Dutch defender delivered a masterclass performance with a goal, clean sheet, and maximum bonus points. Arsenal&#8217;s defensive stability makes their defenders excellent long-term picks.<\/div>\n                        <span class=\"tag essential\">ESSENTIAL<\/span>\n                    <\/div>\n\n                    <div class=\"player-card\">\n                        <div class=\"player-name\">Jo\u00e3o Pedro (Chelsea) &#8211; 15 Points<\/div>\n                        <div class=\"player-details\">Chelsea&#8217;s new signing announced himself with a brace in the 5-1 demolition of West Ham. At \u00a38.0m, he&#8217;s quickly becoming a must-have forward option.<\/div>\n                        <span class=\"tag top-pick\">RISING STAR<\/span>\n                    <\/div>\n\n                    <div class=\"player-card\">\n                        <div class=\"player-name\">Jordan Pickford (Everton) &#8211; 15 Points<\/div>\n                        <div class=\"player-details\">England&#8217;s #1 kept a clean sheet against Brighton and provided excellent value. Everton&#8217;s defensive improvements under their new system are evident.<\/div>\n                        <span class=\"tag\">VALUE PICK<\/span>\n                    <\/div>\n                <\/div>\n\n                <h4 class=\"section-header\"><i class=\"fas fa-chart-bar icon\"><\/i>Fixture Analysis<\/h4>\n\n                <div class=\"stats-grid\">\n                    <div class=\"stat-card\">\n                        <div class=\"stat-number\">5-1<\/div>\n                        <div class=\"stat-label\">Chelsea vs West Ham<br>Jo\u00e3o Pedro&#8217;s announcement<\/div>\n                    <\/div>\n                    <div class=\"stat-card\">\n                        <div class=\"stat-number\">0-2<\/div>\n                        <div class=\"stat-label\">Man City vs Spurs<br>Shocking Etihad result<\/div>\n                    <\/div>\n                    <div class=\"stat-card\">\n                        <div class=\"stat-number\">5-0<\/div>\n                        <div class=\"stat-label\">Arsenal vs Leeds<br>Timber &#038; Calafiori shine<\/div>\n                    <\/div>\n                    <div class=\"stat-card\">\n                        <div class=\"stat-number\">2-3<\/div>\n                        <div class=\"stat-label\">Newcastle vs Liverpool<br>High-scoring thriller<\/div>\n                    <\/div>\n                <\/div>\n\n                <div class=\"tip-box\">\n                    <h4><i class=\"fas fa-lightbulb icon\"><\/i>Key Takeaways<\/h4>\n                    <ul>\n                        <li><strong>Chelsea&#8217;s Attack Clicks:<\/strong> Jo\u00e3o Pedro leading the line with Palmer support &#8211; both essential<\/li>\n                        <li><strong>Arsenal Defense:<\/strong> Timber and Calafiori providing attacking returns from the back<\/li>\n                        <li><strong>City Concerns:<\/strong> Haaland blanks again, rotation risk remains high<\/li>\n                        <li><strong>Liverpool Consistency:<\/strong> Salah remains the ultimate captain pick<\/li>\n                    <\/ul>\n                <\/div>\n\n                <h4 class=\"section-header\"><i class=\"fas fa-eye icon\"><\/i>Players to Watch<\/h4>\n\n                <div class=\"player-card\">\n                    <div class=\"player-name\">Riccardo Calafiori (Arsenal, \u00a35.5m)<\/div>\n                    <div class=\"player-details\">Attacking defender with great underlying stats and Arsenal&#8217;s defensive solidity<\/div>\n                    <span class=\"tag differential\">DIFFERENTIAL<\/span>\n                <\/div>\n\n                <div class=\"player-card\">\n                    <div class=\"player-name\">Josh Cullen (Burnley, \u00a34.5m)<\/div>\n                    <div class=\"player-details\">Excellent budget midfielder with penalty duties and 14-point haul<\/div>\n                    <span class=\"tag\">BUDGET ENABLER<\/span>\n                <\/div>\n\n                <div class=\"player-card\">\n                    <div class=\"player-name\">Marcus Tavernier (Bournemouth, \u00a35.5m)<\/div>\n                    <div class=\"player-details\">Consistent returns and penalty taker with good fixtures ahead<\/div>\n                    <span class=\"tag\">CONSISTENT<\/span>\n                <\/div>\n            <\/div>\n        <\/div>\n\n        <!-- Gameweek 3 Prep Post -->\n        <div class=\"post-card\">\n            <div class=\"post-header\">\n                <h1><i class=\"fas fa-tactical-board icon\"><\/i>Gameweek 3 Prep by Fellou<\/h1>\n                <div class=\"subtitle\">Expert analysis &#038; strategic recommendations for optimal FPL performance<\/div>\n            <\/div>\n            <div class=\"post-content\">\n                <div class=\"tip-box\">\n                    <h4><i class=\"fas fa-users icon\"><\/i>Expert Analysis &#038; Community Insights<\/h4>\n                    <p>Based on comprehensive research from major FPL sites including Fantasy Football Scout, FPL Wire, Planet FPL, and FPL Tips, combined with Fellou&#8217;s tactical analysis.<\/p>\n                <\/div>\n\n                <h3 class=\"section-header\"><i class=\"fas fa-shield-alt icon\"><\/i>Defensive Strategy<\/h3>\n\n                <h4><i class=\"fas fa-coins icon\"><\/i>Value Defensive Options (Under \u00a35.5m)<\/h4>\n                \n                <div class=\"player-card\">\n                    <div class=\"player-name\">Riccardo Calafiori (Arsenal, \u00a35.5m)<\/div>\n                    <div class=\"player-details\">\n                        \u2022 Attacking threat from LB position<br>\n                        \u2022 Arsenal&#8217;s defensive solidity<br>\n                        \u2022 Great fixture run coming up\n                    <\/div>\n                    <span class=\"tag top-pick\">TOP PICK<\/span>\n                <\/div>\n\n                <div class=\"player-card\">\n                    <div class=\"player-name\">Josh Dasilva (Brentford, \u00a34.5m)<\/div>\n                    <div class=\"player-details\">\n                        \u2022 Consistent starter when fit<br>\n                        \u2022 Brentford&#8217;s improved defensive record<br>\n                        \u2022 Excellent value at this price point\n                    <\/div>\n                    <span class=\"tag\">VALUE<\/span>\n                <\/div>\n\n                <div class=\"player-card\">\n                    <div class=\"player-name\">Vitaliy Mykolenko (Everton, \u00a34.5m)<\/div>\n                    <div class=\"player-details\">\n                        \u2022 Nailed starter under new system<br>\n                        \u2022 Everton&#8217;s defensive improvements evident<br>\n                        \u2022 Pickford partnership working well\n                    <\/div>\n                    <span class=\"tag\">BUDGET<\/span>\n                <\/div>\n\n                <h4><i class=\"fas fa-crown icon\"><\/i>Must-Have Premium Defenders (Long-term)<\/h4>\n\n                <div class=\"player-card\">\n                    <div class=\"player-name\">Virgil van Dijk (Liverpool, \u00a36.0m)<\/div>\n                    <div class=\"player-details\">\n                        \u2022 Liverpool&#8217;s defensive leader<br>\n                        \u2022 Threat from set pieces<br>\n                        \u2022 Excellent fixture swing coming\n                    <\/div>\n                    <span class=\"tag essential\">ESSENTIAL<\/span>\n                <\/div>\n\n                <div class=\"player-card\">\n                    <div class=\"player-name\">William Saliba (Arsenal, \u00a36.0m)<\/div>\n                    <div class=\"player-details\">\n                        \u2022 Arsenal&#8217;s defensive cornerstone<br>\n                        \u2022 Clean sheet potential<br>\n                        \u2022 Long-term hold through good fixtures\n                    <\/div>\n                    <span class=\"tag\">PREMIUM<\/span>\n                <\/div>\n\n                <h3 class=\"section-header\"><i class=\"fas fa-bolt icon\"><\/i>Midfield Mastery<\/h3>\n\n                <div class=\"stats-grid\">\n                    <div class=\"stat-card\">\n                        <div class=\"stat-number\">\u00a34.5m<\/div>\n                        <div class=\"stat-label\">Josh Cullen<br>Budget Enabler<\/div>\n                    <\/div>\n                    <div class=\"stat-card\">\n                        <div class=\"stat-number\">\u00a313.0m<\/div>\n                        <div class=\"stat-label\">Mohamed Salah<br>Essential Captain<\/div>\n                    <\/div>\n                    <div class=\"stat-card\">\n                        <div class=\"stat-number\">\u00a310.5m<\/div>\n                        <div class=\"stat-label\">Cole Palmer<br>Chelsea&#8217;s Main Man<\/div>\n                    <\/div>\n                    <div class=\"stat-card\">\n                        <div class=\"stat-number\">\u00a310.0m<\/div>\n                        <div class=\"stat-label\">Bukayo Saka<br>Arsenal&#8217;s Creative Force<\/div>\n                    <\/div>\n                <\/div>\n\n                <h4><i class=\"fas fa-gem icon\"><\/i>Premium Long-term Bets<\/h4>\n\n                <div class=\"player-card\">\n                    <div class=\"player-name\">Mohamed Salah (Liverpool, \u00a313.0m)<\/div>\n                    <div class=\"player-details\">Ultimate captain pick \u2022 Fixture swing incoming \u2022 Never bet against Salah<\/div>\n                    <span class=\"tag essential\">ESSENTIAL<\/span>\n                <\/div>\n\n                <div class=\"player-card\">\n                    <div class=\"player-name\">Cole Palmer (Chelsea, \u00a310.5m)<\/div>\n                    <div class=\"player-details\">Chelsea&#8217;s main man \u2022 On penalties \u2022 Explosive potential<\/div>\n                    <span class=\"tag\">PREMIUM<\/span>\n                <\/div>\n\n                <div class=\"player-card\">\n                    <div class=\"player-name\">Bukayo Saka (Arsenal, \u00a310.0m)<\/div>\n                    <div class=\"player-details\">Arsenal&#8217;s creative force \u2022 Consistent returns \u2022 Good fixtures coming<\/div>\n                    <span class=\"tag\">CONSISTENT<\/span>\n                <\/div>\n\n                <h3 class=\"section-header\"><i class=\"fas fa-futbol icon\"><\/i>Forward Thinking<\/h3>\n\n                <div class=\"player-card\">\n                    <div class=\"player-name\">Jo\u00e3o Pedro (Chelsea, \u00a38.0m)<\/div>\n                    <div class=\"player-details\">\n                        \u2022 15 points in GW2 debut<br>\n                        \u2022 Chelsea&#8217;s main striker<br>\n                        \u2022 Great value for premium forward\n                    <\/div>\n                    <span class=\"tag top-pick\">RISING STAR<\/span>\n                <\/div>\n\n                <div class=\"player-card\">\n                    <div class=\"player-name\">Darwin N\u00fa\u00f1ez (Liverpool, \u00a39.0m)<\/div>\n                    <div class=\"player-details\">\n                        \u2022 Liverpool&#8217;s focal point<br>\n                        \u2022 High ceiling player<br>\n                        \u2022 Fixture swing beneficial\n                    <\/div>\n                    <span class=\"tag\">HIGH CEILING<\/span>\n                <\/div>\n\n                <h3 class=\"section-header\"><i class=\"fas fa-chess icon\"><\/i>Recommended Formations &#038; Teams<\/h3>\n\n                <div class=\"formation-box\">\n                    <div class=\"formation-title\">3-5-2 (Balanced Approach)<\/div>\n                    <div>\n                        <strong>GK:<\/strong> Pickford (\u00a35.0m)<br>\n                        <strong>DEF:<\/strong> Van Dijk, Calafiori, Saliba<br>\n                        <strong>MID:<\/strong> Salah(C), Palmer, Saka, Tavernier, Cullen<br>\n                        <strong>FWD:<\/strong> Jo\u00e3o Pedro, N\u00fa\u00f1ez<br>\n                        <strong>Bench:<\/strong> 4.0 GK, 4.0 DEF, 4.5 MID\n                    <\/div>\n                <\/div>\n\n                <h3 class=\"section-header\"><i class=\"fas fa-user-crown icon\"><\/i>Captain Picks for GW3<\/h3>\n\n                <div class=\"captain-picks\">\n                    <div class=\"captain-card\">\n                        <div class=\"captain-rank\">1<\/div>\n                        <div class=\"player-name\">Mohamed Salah<\/div>\n                        <div class=\"player-details\">Always the safe choice &#8211; Liverpool&#8217;s fixture swing<\/div>\n                    <\/div>\n                    <div class=\"captain-card\">\n                        <div class=\"captain-rank\">2<\/div>\n                        <div class=\"player-name\">Jo\u00e3o Pedro<\/div>\n                        <div class=\"player-details\">Differential punt with huge upside potential<\/div>\n                    <\/div>\n                    <div class=\"captain-card\">\n                        <div class=\"captain-rank\">3<\/div>\n                        <div class=\"player-name\">Cole Palmer<\/div>\n                        <div class=\"player-details\">Consistent returns expected from Chelsea&#8217;s talisman<\/div>\n                    <\/div>\n                <\/div>\n\n                <div class=\"highlight-box\">\n                    <h4><i class=\"fas fa-crystal-ball icon\"><\/i>Long-term Strategy<\/h4>\n                    <ul>\n                        <li>Build team around Liverpool and Arsenal assets<\/li>\n                        <li>Target the fixture swings in GW4-8<\/li>\n                        <li>Keep 2 transfers for injury\/rotation issues<\/li>\n                        <li>Don&#8217;t chase last week&#8217;s points &#8211; focus on underlying stats<\/li>\n                    <\/ul>\n                <\/div>\n\n                <div class=\"tip-box\">\n                    <p><strong>Remember:<\/strong> This analysis combines expert opinions from major FPL sites with tactical insights. Always consider your own team structure and risk tolerance when making transfers.<\/p>\n                <\/div>\n            <\/div>\n        <\/div>\n    <\/div>\n\n    <button class=\"scroll-top\" onclick=\"scrollToTop()\">\n        <i class=\"fas fa-arrow-up\"><\/i>\n    <\/button>\n\n    <script src=\"https:\/\/cdn.jsdelivr.net\/npm\/bootstrap@5.3.0\/dist\/js\/bootstrap.bundle.min.js\"><\/script>\n    <script>\n        \/\/ Scroll to top functionality\n        window.addEventListener('scroll', function() {\n            const scrollTop = document.querySelector('.scroll-top');\n            if (window.pageYOffset > 100) {\n                scrollTop.classList.add('visible');\n            } else {\n                scrollTop.classList.remove('visible');\n            }\n        });\n\n        function scrollToTop() {\n            window.scrollTo({\n                top: 0,\n                behavior: 'smooth'\n            });\n        }\n\n        \/\/ Add smooth scrolling animation for cards\n        const observerOptions = {\n            threshold: 0.1,\n            rootMargin: '0px 0px -50px 0px'\n        };\n\n        const observer = new IntersectionObserver((entries) => {\n            entries.forEach(entry => {\n                if (entry.isIntersecting) {\n                    entry.target.style.opacity = '1';\n                    entry.target.style.transform = 'translateY(0)';\n                }\n            });\n        }, observerOptions);\n\n        \/\/ Observe all cards\n        document.querySelectorAll('.player-card, .stat-card, .captain-card').forEach(card => {\n            card.style.opacity = '0';\n            card.style.transform = 'translateY(20px)';\n            card.style.transition = 'opacity 0.6s ease, transform 0.6s ease';\n            observer.observe(card);\n        });\n    <\/script>\n<\/body>\n<\/html>\n","protected":false},"excerpt":{"rendered":"<p>FPL Analysis by Fellou &#8211; GW2 Review &#038; GW3 Prep Gameweek 2 Review by Fellou&#8230;<\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"om_disable_all_campaigns":false,"_monsterinsights_skip_tracking":false,"_monsterinsights_sitenote_active":false,"_monsterinsights_sitenote_note":"","_monsterinsights_sitenote_category":0,"footnotes":""},"categories":[1],"tags":[],"class_list":["post-121","post","type-post","status-publish","format-standard","hentry","category-uncategorized"],"aioseo_notices":[],"featured_image_urls":{"full":"","thumbnail":"","medium":"","medium_large":"","large":"","1536x1536":"","2048x2048":"","covernews-slider-full":"","covernews-slider-center":"","covernews-featured":"","covernews-medium":"","covernews-medium-square":""},"author_info":{"display_name":"satija.aman","author_link":"https:\/\/footballjunkey.com\/index.php\/author\/satija-aman\/"},"category_info":"<a href=\"https:\/\/footballjunkey.com\/index.php\/category\/uncategorized\/\" rel=\"category tag\">Uncategorized<\/a>","tag_info":"Uncategorized","comment_count":"0","_links":{"self":[{"href":"https:\/\/footballjunkey.com\/index.php\/wp-json\/wp\/v2\/posts\/121","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/footballjunkey.com\/index.php\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/footballjunkey.com\/index.php\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/footballjunkey.com\/index.php\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/footballjunkey.com\/index.php\/wp-json\/wp\/v2\/comments?post=121"}],"version-history":[{"count":1,"href":"https:\/\/footballjunkey.com\/index.php\/wp-json\/wp\/v2\/posts\/121\/revisions"}],"predecessor-version":[{"id":122,"href":"https:\/\/footballjunkey.com\/index.php\/wp-json\/wp\/v2\/posts\/121\/revisions\/122"}],"wp:attachment":[{"href":"https:\/\/footballjunkey.com\/index.php\/wp-json\/wp\/v2\/media?parent=121"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/footballjunkey.com\/index.php\/wp-json\/wp\/v2\/categories?post=121"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/footballjunkey.com\/index.php\/wp-json\/wp\/v2\/tags?post=121"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}