.leagues-grid-enhanced {
    max-width: 1200px;
    margin: 50px auto;
    padding: 0 20px;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, sans-serif;
}

.enhanced-grid-header {
    text-align: center;
    margin-bottom: 50px;
    padding: 0; 
}

.enhanced-grid-header h2 {
    font-size: 28px;
    font-family: Arial, sans-serif;
    font-weight: 800;
    color: #FF9800;
    margin-bottom: 15px;
    line-height: 1.2;
}

.enhanced-grid-description {
    font-size: 1.1rem;
    font-family: Arial, sans-serif;
	color: #fff;
    margin-bottom: 15px;
    max-width: 900px;
    margin: 0 auto 30px;
    line-height: 1.7;
    font-weight: 400;
}

/* PASF Keywords Section */
.pasf-keywords-section {
    max-width: 1200px;
    background: #1D365A;
    padding: 40px 40px;
    border-radius: 15px;
    border: 3px solid #FF9800;
    margin-top: 30px;
}

.pasf-keywords-section h3 {
    font-size: 28px;
    font-family: Arial, sans-serif;
    font-weight: 800;
    color: #fff;
    margin-bottom: 30px;
    line-height: 1.2;
    text-align: center;
}

.pasf-tags {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 12px;
}

.pasf-tag {
    background: rgba(255, 255, 255, 0.2);
    padding: 10px 18px;
    border-radius: 25px;
    font-size: 0.9rem;
    font-weight: 500;
    border: 2px solid #FF9800;
    transition: all 0.3s ease;
    cursor: pointer;
}

.pasf-tag a {
    color: white;
    text-decoration: none;
    display: block;
    line-height: 1.2;
}

.pasf-tag:hover {
    transform: translateY(-2px);
    box-shadow: 0 5px 15px rgba(102, 126, 234, 0.4);
    border-color: #FF9800;
}

.pasf-tag:hover a {
    color: white;
}

.enhanced-leagues-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
    margin-bottom: 50px;
}

.enhanced-league-item {
    background: #ffffff;
    border: 3px solid #FF9800;
    border-radius: 15px;
    padding: 25px;
    transition: all 0.4s ease;
    position: relative;
    overflow: hidden;
}



.enhanced-league-item:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 4px;

}

.league-header-enhanced {
    margin-bottom: 20px;
    padding-bottom: 15px;
    border-bottom: 2px solid #FF9800;
}

.league-header-enhanced h3 {
    font-size: 1.5rem;
    color: #2d3748;
    font-weight: 700;
    margin: 0 0 8px 0;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 10px;
}

.league-flag {
    font-size: 1.8rem;
    margin-top: 3px; 
}

.league-name {
    flex-grow: 1;
    text-align: left;
}

.league-country {
    font-size: 0.95rem;
    color: #FF9800;
    font-weight: 800;
    border-radius: 8px;
    margin-top: -1px; 
}

.league-pasf-hints {
    background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
	border-radius: 6px;
    border: 1px solid #dee2e6;
    padding: 8px 12px;
}

.league-pasf-hints small {
    color: #2c3e50;
    font-size: 0.85rem;
    font-weight: 500;
}

.enhanced-market-links {
    list-style: none;
    padding: 0;
    margin: 0;
}

.enhanced-market-links li {
    margin-bottom: 12px;
    position: relative;
    padding-left: 0;
}


.enhanced-market-links a {
    color: #4a5568;
    text-decoration: none;
    font-size: 0.95rem;
    line-height: 1.5;
    display: block;
    padding: 10px 12px;
    border-radius: 8px;
    border: 1px solid #dee2e6;
    font-weight: 500;
}

.enhanced-market-links a:hover {
    color: #fff;
    background: #FF9800;
    border-color: #e2e8f0;
}

.main-league-link-enhanced {
    margin-top: 20px;
    padding-top: 18px;
    border-top: 2px solid #e2e8f0;
}

.explore-all-link-enhanced {
    color: #48bb78 !important;
    font-weight: 700;
    font-size: 1.05rem !important;
    text-align: center;
    background: #f0fff4;
    padding: 14px 20px !important;
    border-radius: 10px;
    border: 2px solid #c6f6d5 !important;
    display: block;
}

.explore-all-link-enhanced:hover {
    background: #FF9800 !important;
    color: white !important;
    border-color: #FF9800 !important;
}

.enhanced-grid-footer {
    background: #1D365A;
	border: 3px solid #FF9800;
    color: white;
    padding: 40px 30px;
    border-radius: 15px;
    text-align: center;
}

.coverage-stats h3 {
    font-size: 28px;
    font-family: Arial, sans-serif;
    font-weight: 800;
    color: #FF9800;
    margin-bottom: 30px;
    line-height: 1.2;
}

.stats-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 25px;
    max-width: 800px;
    margin: 0 auto;
}

.stat-item {
    background: rgba(255, 255, 255, 0.1);
    padding: 25px 15px;
    border-radius: 12px;
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.2);
    transition: transform 0.3s ease;
}

.stat-item:hover {
    transform: translateY(-5px);
    background: rgba(255, 255, 255, 0.15);
}

.stat-number {
    font-size: 2.5rem;
    font-weight: 800;
    color: #FF9800;
    margin-bottom: 8px;
}

.stat-label {
    font-size: 0.95rem;
    opacity: 0.9;
    font-weight: 500;
}

@media (max-width: 1024px) {
    .enhanced-leagues-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 25px;
    }
    
    .stats-grid {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .enhanced-grid-header h2 {
        font-size: 2.2rem;
    }
}

@media (max-width: 768px) {
    .leagues-grid-enhanced {
        padding: 0 15px;
        margin: 30px auto;
    }
    
    .enhanced-leagues-grid {
        grid-template-columns: 1fr;
        gap: 20px;
    }
    
    .enhanced-grid-header {
        margin-bottom: 30px;
        padding: 0 10px;
    }
    
    .enhanced-grid-header h2 {
        font-size: 2rem;
    }
    
    .enhanced-grid-description {
        font-size: 1.1rem;
    }
    
    .enhanced-league-item {
        padding: 20px;
    }
    
    .league-header-enhanced h3 {
        font-size: 1.3rem;
        flex-direction: column;
        align-items: flex-start;
        gap: 5px;
    }
    
    .league-country {
        margin-left: 0;
    }
    
    .pasf-tags {
        gap: 8px;
    }
    
    .pasf-tag {
        font-size: 0.8rem;
        padding: 6px 12px;
    }
    
    .stats-grid {
        grid-template-columns: 1fr;
        gap: 15px;
    }
    
    .stat-number {
        font-size: 2rem;
    }
}

@media (max-width: 480px) {
    .enhanced-grid-header h2 {
        font-size: 1.6rem;
    }
    
    .enhanced-grid-description {
        font-size: 1rem;
    }
    
    .pasf-keywords-section {
        padding: 20px 15px;
    }
    
    .enhanced-league-item {
        padding: 15px;
    }
}

@keyframes enhancedFadeInUp {
    from {
        opacity: 0;
        transform: translateY(30px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.enhanced-league-item {
    animation: enhancedFadeInUp 0.6s ease forwards;
}

.enhanced-league-item:nth-child(1) { animation-delay: 0.1s; }
.enhanced-league-item:nth-child(2) { animation-delay: 0.2s; }
.enhanced-league-item:nth-child(3) { animation-delay: 0.3s; }
.enhanced-league-item:nth-child(4) { animation-delay: 0.4s; }
.enhanced-league-item:nth-child(5) { animation-delay: 0.5s; }
.enhanced-league-item:nth-child(6) { animation-delay: 0.6s; }
.enhanced-league-item:nth-child(7) { animation-delay: 0.7s; }
.enhanced-league-item:nth-child(8) { animation-delay: 0.8s; }
.enhanced-league-item:nth-child(9) { animation-delay: 0.9s; }
.enhanced-league-item:nth-child(10) { animation-delay: 1.0s; }

@media print {
    .leagues-grid-enhanced {
        padding: 0;
        margin: 20px 0;
    }
    
    .enhanced-leagues-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 15px;
    }
    
    .enhanced-league-item {
        break-inside: avoid;
        border: 1px solid #ccc;
        box-shadow: none;
    }
    
    .enhanced-league-item:hover {
        transform: none;
        border-color: #ccc;
    }
    
    .pasf-keywords-section {
        background: #f0f0f0;
        border: 1px solid #ccc;
    }
    
    .enhanced-grid-footer {
        background: #f0f0f0;
        color: #000;
    }

@media (max-width: 768px) {
    .pasf-tags {
        gap: 8px;
    }
    
    .pasf-tag {
        padding: 8px 14px;
        font-size: 0.8rem;
    }
}