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

Italy ‘can’t afford’ another World Cup failure, economically too

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

La Gazzetta dello Sport examines the figures behind Italy’s possible qualification for the World Cup, arguing that the Azzurri literally can’t afford another play-off elimination.

Gennaro Gattuso’s Italy host Northern Ireland in the World Cup play-off semifinal in Bergamo tonight.

The Azzurri have not qualified for the World Cup since 2014, facing qualification play-off exits both in 2017 and 2022.

Italy hope for financial boost from 2026 World Cup

The potential sporting consequences of another elimination are well known, but Gazzetta argues that even the country’s finances would be affected if the Azzurri fail to secure a World Cup spot.

The pink paper quotes a report by the University of Surrey, based on OECF data starting in 1961, which estimates an average 0.25% increase in GDP over the two periods following a victory in a major tournament.

MILAN, ITALY - NOVEMBER 16: Referee, Alejandro Hernandez, shows a yellow card to Gennaro Gattuso, Head Coach of Italy, during the FIFA World Cup 2026 qualifier match between Italy and Norway at San Siro Stadium on November 16, 2025 in Milan, Italy. (Photo by Marco Luzzani/Getty Images)
MILAN, ITALY – NOVEMBER 16: Referee, Alejandro Hernandez, shows a yellow card to Gennaro Gattuso, Head Coach of Italy, during the FIFA World Cup 2026 qualifier match between Italy and Norway at San Siro Stadium on November 16, 2025 in Milan, Italy. (Photo by Marco Luzzani/Getty Images)

Furthermore, Coldiretti, the largest association of agricultural producers in Italy and Europe, “has even suggested growth between 07% and 1% in our country during recent successes (the 2026 World Cup and the 2020 Euros),” wrote Gazzetta’s financial expert Marco Iaria.

Additionally, according to StageUp, Italy’s presence at the 2026 World Cup would generate around €90m in advertising and sponsorship revenue, plus a €10m FIFA participation fee for the Italian FA.

MILAN, ITALY - NOVEMBER 16: General view inside the stadium prior to the FIFA World Cup 2026 qualifier match between Italy and Norway at San Siro Stadium on November 16, 2025 in Milan, Italy. (Photo by Marco Luzzani/Getty Images)
MILAN, ITALY – NOVEMBER 16: General view inside the stadium prior to the FIFA World Cup 2026 qualifier match between Italy and Norway at San Siro Stadium on November 16, 2025 in Milan, Italy. (Photo by Marco Luzzani/Getty Images)

From TVs and restaurants to the betting sector, multiple industries would benefit from Italy’s qualification for the World Cup.

“A national team competing on the biggest global stage, with an audience of 6 billion people, would represent a breath of fresh air for a zero-growth country like Italy,” concluded Gazzetta.

MILAN, ITALY - NOVEMBER 16: Players of Italy sing the national anthem prior to the FIFA World Cup 2026 qualifier match between Italy and Norway at San Siro Stadium on November 16, 2025 in Milan, Italy. (Photo by Marco Luzzani/Getty Images)
MILAN, ITALY – NOVEMBER 16: Players of Italy sing the national anthem prior to the FIFA World Cup 2026 qualifier match between Italy and Norway at San Siro Stadium on November 16, 2025 in Milan, Italy. (Photo by Marco Luzzani/Getty Images)

“A country that is also approaching the end of the boost provided by the National Recovery Resilience Plan in Italy, the European recovery plan from which it has received €194.4 billion in recent years.”

مشاركة:
\n

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

// Coin System - Track article read (function() { const email = localStorage.getItem('khabr_user_email'); if (!email) return; const articleId = 45788; // 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 = 45788; // 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
يا هلا! اسألني أي شي 🎤