... | 🕐 --:--
-- -- --
عاجل
⚡ عاجل: كريستيانو رونالدو يُتوّج كأفضل لاعب كرة قدم في العالم ⚡ أخبار عاجلة تتابعونها لحظة بلحظة على خبر ⚡ تابعوا آخر المستجدات والأحداث من حول العالم
⌘K
AI مباشر
30107 مقال 232 مصدر نشط 38 قناة مباشرة 7518 خبر اليوم
آخر تحديث: منذ ثانية

Gattuso: ‘A struggle, but Italy now ready for World Cup play-off final’

رياضة
Football Italia
2026/03/26 - 21:51 501 مشاهدة

Gennaro Gattuso admits ‘it was a struggle’ for Italy to beat Northern Ireland 2-0, but ‘now we go together into this final’ of the World Cup play-offs.

The pressure was immense going into the semi-final in Bergamo, which only got worse as the clock ticked on with no breakthrough in sight.

Sandro Tonali finally managed to give them the lead against Northern Ireland with a low strike from the edge of the area, then his assist was knocked down and drilled into the far bottom corner by Moise Kean for 2-0.

Gattuso relief at Italy victory

BERGAMO, ITALY - MARCH 26: Sandro Tonali of Italy celebrates scoring his team's first goal with teammates Mateo Retegui and Moise Kean during the FIFA World Cup 2026 European Qualifiers KO play-offs match between Italy and Northern Ireland at Stadio di Bergamo on March 26, 2026 in Bergamo, Italy. (Photo by Marco Luzzani/Getty Images)
BERGAMO, ITALY – MARCH 26: Sandro Tonali of Italy celebrates scoring his team’s first goal with teammates Mateo Retegui and Moise Kean during the FIFA World Cup 2026 European Qualifiers KO play-offs match between Italy and Northern Ireland at Stadio di Bergamo on March 26, 2026 in Bergamo, Italy. (Photo by Marco Luzzani/Getty Images)

“It was a struggle, this was not at all easy. They even surprised us, trying to make vertical passes, we could’ve done better,” Gattuso told RAI Sport.

“There was concentration, Locatelli went too deep, we were not developing the play properly or the way we had prepared, but we did well, and it was not to be taken for granted.

“We were too slow, Locatelli was pushed back, but we moved the ball quicker after the break, and now we have to play the final.

“It’s difficult, we knew this game was tough too, so now we must try to recharge the batteries.”

BERGAMO, ITALY - MARCH 26: Moise Kean of Italy is challenged by Ruairi McConville of Northern Ireland during the FIFA World Cup 2026 European Qualifiers KO play-offs match between Italy and Northern Ireland at Stadio di Bergamo on March 26, 2026 in Bergamo, Italy. (Photo by Marco Luzzani/Getty Images)
BERGAMO, ITALY – MARCH 26: Moise Kean of Italy is challenged by Ruairi McConville of Northern Ireland during the FIFA World Cup 2026 European Qualifiers KO play-offs match between Italy and Northern Ireland at Stadio di Bergamo on March 26, 2026 in Bergamo, Italy. (Photo by Marco Luzzani/Getty Images)

The Nazionale are only halfway there, because they will now have to face Wales or Bosnia and Herzegovina in the play-off final in Cardiff on Tuesday March 31.

That tie has gone to extra time, as Edin Dzeko cancelled out the Daniel James opener.

“The tension that we feel is the same that the other team feels. Obviously, those are two very different teams and different atmospheres await us, but we want to enjoy this moment now,” added Gattuso.

“We thank the fans of Bergamo once again, I heard very few jeers, we went into the locker room at half-time to applause. I thank the people of Bergamo and now we go together into this final.”

مشاركة:
\n

مقالات ذات صلة

// Coin System - Track article read (function() { const email = localStorage.getItem('khabr_user_email'); if (!email) return; const articleId = 59141; // Record read (+1 coin) fetch('/api/coins/read', { method: 'POST', headers: {'Content-Type': 'application/json'}, body: JSON.stringify({email: email, article_id: articleId}) }).then(r => r.json()).then(data => { if (data.coins_earned > 0) { // Show coin earned toast const toast = document.createElement('div'); toast.innerHTML = '🪙 +' + data.coins_earned + ' coin! (Balance: ' + data.balance + ')'; toast.style.cssText = 'position:fixed;bottom:20px;right:20px;background:linear-gradient(135deg,#f59e0b,#d97706);color:#fff;padding:12px 20px;border-radius:12px;font-weight:bold;z-index:9999;animation:slideUp .5s ease;box-shadow:0 4px 15px rgba(245,158,11,0.4);'; document.body.appendChild(toast); setTimeout(() => toast.remove(), 3000); } }).catch(() => {}); // Daily login check const lastLogin = localStorage.getItem('khabr_daily_login'); const today = new Date().toDateString(); if (lastLogin !== today) { fetch('/api/coins/daily-login', { method: 'POST', headers: {'Content-Type': 'application/json'}, body: JSON.stringify({email: email}) }).then(r => r.json()).then(data => { if (data.coins_earned > 0) { localStorage.setItem('khabr_daily_login', today); setTimeout(() => { const toast = document.createElement('div'); toast.innerHTML = '🔥 Daily bonus +' + data.coins_earned + ' coins! (Streak: ' + data.streak + ' days)'; toast.style.cssText = 'position:fixed;bottom:70px;right:20px;background:linear-gradient(135deg,#ef4444,#dc2626);color:#fff;padding:12px 20px;border-radius:12px;font-weight:bold;z-index:9999;animation:slideUp .5s ease;box-shadow:0 4px 15px rgba(239,68,68,0.4);'; document.body.appendChild(toast); setTimeout(() => toast.remove(), 4000); }, 1500); } }).catch(() => {}); } })();
// Coin System - Track article read (function() { const email = localStorage.getItem('khabr_user_email'); if (!email) return; const articleId = 59141; // Record read (+1 coin) fetch('/api/coins/read', { method: 'POST', headers: {'Content-Type': 'application/json'}, body: JSON.stringify({email: email, article_id: articleId}) }).then(r => r.json()).then(data => { if (data.coins_earned > 0) { // Show coin earned toast const toast = document.createElement('div'); toast.innerHTML = '🪙 +' + data.coins_earned + ' coin! (Balance: ' + data.balance + ')'; toast.style.cssText = 'position:fixed;bottom:20px;right:20px;background:linear-gradient(135deg,#f59e0b,#d97706);color:#fff;padding:12px 20px;border-radius:12px;font-weight:bold;z-index:9999;animation:slideUp .5s ease;box-shadow:0 4px 15px rgba(245,158,11,0.4);'; document.body.appendChild(toast); setTimeout(() => toast.remove(), 3000); } }).catch(() => {}); // Daily login check const lastLogin = localStorage.getItem('khabr_daily_login'); const today = new Date().toDateString(); if (lastLogin !== today) { fetch('/api/coins/daily-login', { method: 'POST', headers: {'Content-Type': 'application/json'}, body: JSON.stringify({email: email}) }).then(r => r.json()).then(data => { if (data.coins_earned > 0) { localStorage.setItem('khabr_daily_login', today); setTimeout(() => { const toast = document.createElement('div'); toast.innerHTML = '🔥 Daily bonus +' + data.coins_earned + ' coins! (Streak: ' + data.streak + ' days)'; toast.style.cssText = 'position:fixed;bottom:70px;right:20px;background:linear-gradient(135deg,#ef4444,#dc2626);color:#fff;padding:12px 20px;border-radius:12px;font-weight:bold;z-index:9999;animation:slideUp .5s ease;box-shadow:0 4px 15px rgba(239,68,68,0.4);'; document.body.appendChild(toast); setTimeout(() => toast.remove(), 4000); }, 1500); } }).catch(() => {}); } })();
AI
يا هلا! اسألني أي شي 🎤